Skip to main content

cpp_vm_object_write

Function cpp_vm_object_write 

Source
pub unsafe extern "C" fn cpp_vm_object_write(
    vmo: *mut VmObject,
    ptr: *const c_void,
    offset: u64,
    len: usize,
) -> zx_status_t