Function windows_sys::Wdk::Storage::FileSystem::NtQueryInformationFile
pub unsafe extern "system" fn NtQueryInformationFile(
filehandle: HANDLE,
iostatusblock: *mut IO_STATUS_BLOCK,
fileinformation: *mut c_void,
length: u32,
fileinformationclass: FILE_INFORMATION_CLASS,
) -> NTSTATUS