enum io.UsbControlRecipient

enum UsbControlRecipient: uint8_t {
    Device,
    Interface,
    Endpoint,
    Other,
};