Function protect

Source
pub fn protect(
    p: *mut u8,
    size: usize,
    memory_flags: MemoryFlags,
) -> Result<(), Error>