Function nc::pkey_mprotect

source ·
pub unsafe fn pkey_mprotect(
    start: usize,
    len: size_t,
    prot: usize,
    pkey: i32
) -> Result<(), Errno>
Expand description

Set protection on a region of memory.