Function windows_sys::Wdk::Storage::FileSystem::NtReadFile

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