pub unsafe fn mprotect( ptr: *mut c_void, len: usize, flags: MprotectFlags, ) -> Result<()>
mm
mprotect(ptr, len, flags)—Change the protection flags of a region of memory.
mprotect(ptr, len, flags)
Raw pointers and lots of special semantics.