Function windows::Wdk::Storage::FileSystem::NtReadFile

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