mprotect

Function mprotect 

Source
pub unsafe extern "system" fn mprotect(
    start: c_ulong,
    len: size_t,
    prot: c_ulong,
) -> c_int