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

pub fn is_user_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 userspace.

p + len must not overflow.