Function mprotect

pub unsafe extern "C" fn mprotect(
    addr: *mut c_void,
    len: usize,
    prot: i32,
) -> i32
Available on crate feature dep_sdl2 only.