[][src]Function std::os::fortanix_sgx::mem::is_enclave_range

pub fn is_enclave_range(p: *const u8, len: usize) -> bool
🔬 This is a nightly-only experimental API. (sgx_platform #56975)

Returns true if the specified memory range is in the enclave.

p + len must not overflow.