pub unsafe extern "C" fn cpp_vm_object_create_child_reference(
vmo: *mut VmObject,
resizable: Resizability,
offset: u64,
size: u64,
copy_name: bool,
out_first_child: *mut bool,
out_status: *mut zx_status_t,
) -> *mut VmObject