Function windows::Wdk::Storage::FileSystem::ZwSetVolumeInformationFile

pub unsafe fn ZwSetVolumeInformationFile<P0>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fsinformation: *const c_void,
    length: u32,
    fsinformationclass: FS_INFORMATION_CLASS,
) -> NTSTATUS
where P0: Param<HANDLE>,