hard_drive = 1cdrom = 2vendor = 3file_path = 4media_protocol = 5piwg_firmware_file = 6piwg_firmware_volume = 7relative_offset_range = 8ram_disk = 9_pub const Subtype = enum(u8) {
hard_drive = 1,
cdrom = 2,
vendor = 3,
file_path = 4,
media_protocol = 5,
piwg_firmware_file = 6,
piwg_firmware_volume = 7,
relative_offset_range = 8,
ram_disk = 9,
_,
}