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