pub const FS_INFORMATION_CLASS = enum(c_int)
pub const FS_INFORMATION_CLASS = enum(c_int) { Volume = 1, Label = 2, Size = 3, Device = 4, Attribute = 5, Control = 6, FullSize = 7, ObjectId = 8, DriverPath = 9, VolumeFlags = 10, SectorSize = 11, DataCopy = 12, MetadataSize = 13, FullSizeEx = 14, Guid = 15, _, pub const Maximum: @typeInfo(@This()).@"enum".tag_type = 1 + @typeInfo(@This()).@"enum".field_names.len; }