Function mprotect [src]
Prototype
pub extern "c" fn mprotect(addr: *align(page_size) anyopaque, len: usize, prot: c_uint) c_int
Parameters
addr: *align(page_size) anyopaque
len: usize
prot: c_uint
Source
pub extern "c" fn mprotect(addr: *align(page_size) anyopaque, len: usize, prot: c_uint) c_int