Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

mprotect

Function mprotect 

Source
pub unsafe extern "C" fn mprotect(
    addr: *mut c_void,
    len: size_t,
    prot: c_int,
) -> c_int