windows::Wdk::Storage::FileSystem

Function NtWriteFile

pub unsafe fn NtWriteFile(
    filehandle: HANDLE,
    event: Option<HANDLE>,
    apcroutine: PIO_APC_ROUTINE,
    apccontext: Option<*const c_void>,
    iostatusblock: *mut IO_STATUS_BLOCK,
    buffer: *const c_void,
    length: u32,
    byteoffset: Option<*const i64>,
    key: Option<*const u32>,
) -> NTSTATUS