enum io.UsbControlType

enum UsbControlType: uint8_t {
    Standard,
    Class,
    Vendor,
};