pub unsafe extern "C" fn zx_vmo_read(
    handle: u32,
    buffer: *mut u8,
    offset: u64,
    buffer_size: usize
) -> i32