Function mprotect

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