pub type usbd_hw_get_serialno = Option<unsafe extern "C" fn(buffer: *mut c_void) -> u16>;
Makes a string descriptor contains unique serial number from hardware ID’s
buffer
of the descriptor in bytes
pub enum usbd_hw_get_serialno { None, Some(unsafe extern "C" fn(*mut c_void) -> u16), }
No value.
Some value of type T.
T