Function windows::Wdk::Storage::FileSystem::ZwQueryVolumeInformationFile
pub unsafe fn ZwQueryVolumeInformationFile<P0>(
filehandle: P0,
iostatusblock: *mut IO_STATUS_BLOCK,
fsinformation: *mut c_void,
length: u32,
fsinformationclass: FS_INFORMATION_CLASS,
) -> NTSTATUSwhere
P0: Param<HANDLE>,