pub type shtp_EventCallback_t = Option<unsafe extern "C" fn(cookie: *mut c_void, shtpEvent: shtp_Event_t)>;
pub enum shtp_EventCallback_t { None, Some(unsafe extern "C" fn(*mut c_void, u32)), }
No value.
Some value of type T.
T