pub unsafe extern "C" fn zx_vmar_allocate(
    parent_vmar: u32,
    options: u32,
    offset: usize,
    size: usize,
    child_vmar: *mut u32,
    child_addr: *mut usize
) -> i32