Function rustix::io::mprotect

source · []
pub unsafe fn mprotect(
    ptr: *mut c_void,
    len: usize,
    flags: MprotectFlags
) -> Result<()>
Expand description

mprotect(ptr, len, flags)

Safety

Raw pointers and lots of special semantics.

References