Skip to main content

mprotect

Function mprotect 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn mprotect( addr: *mut c_void, len: size_t, prot: c_int, ) -> c_int
Expand description