Function windows::Wdk::Storage::FileSystem::NtQueryInformationFile
pub unsafe fn NtQueryInformationFile<P0>(
filehandle: P0,
iostatusblock: *mut IO_STATUS_BLOCK,
fileinformation: *mut c_void,
length: u32,
fileinformationclass: FILE_INFORMATION_CLASS,
) -> NTSTATUSwhere
P0: Param<HANDLE>,