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