Function windows::Wdk::Storage::FileSystem::NtWriteFile
pub unsafe fn NtWriteFile<P0, P1>(
filehandle: P0,
event: P1,
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