pub type usbd_hw_getinfo = Option<unsafe extern "C" fn() -> u32>;
USBD_HW
/**Get USB device status and capabilities.
Hardware status and capabilities USBD_HW_CAPS
pub enum usbd_hw_getinfo { None, Some(unsafe extern "C" fn() -> u32), }
No value.
Some value of type T.
T