pub unsafe extern "C" fn zx_vmar_protect(
    handle: u32,
    options: u32,
    addr: usize,
    len: usize
) -> i32