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