pub type usbd_hw_enable = Option<unsafe extern "C" fn(enable: bool)>;
Enables or disables USB hardware
enable
enum usbd_hw_enable { None, Some(unsafe extern "C" fn(_: bool)), }
No value.
Some value of type T.
T