Function windows::Wdk::System::SystemServices::ZwWriteFile

pub unsafe fn ZwWriteFile<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
where P0: Param<HANDLE>, P1: Param<HANDLE>,