mprotect

Function mprotect 

Source
pub unsafe extern "C" fn mprotect(
    __addr: *mut c_void,
    __len: size_t,
    __prot: c_int,
) -> c_int