pub unsafe extern "C" fn zx_vmo_create_child(
    handle: zx_handle_t,
    options: u32,
    offset: u64,
    size: u64,
    out: *mut zx_handle_t
) -> zx_status_t