Function windows_sys::Wdk::Storage::FileSystem::FsRtlCopyWrite

pub unsafe extern "system" fn FsRtlCopyWrite(
    fileobject: *const FILE_OBJECT,
    fileoffset: *const i64,
    length: u32,
    wait: BOOLEAN,
    lockkey: u32,
    buffer: *const c_void,
    iostatus: *mut IO_STATUS_BLOCK,
    deviceobject: *const DEVICE_OBJECT,
) -> BOOLEAN