[−][src]Function std::os::fortanix_sgx::mem::is_enclave_range
pub fn is_enclave_range(p: *const u8, len: usize) -> bool
Returns true
if the specified memory range is in the enclave.
p + len
must not overflow.