pub type cbw_EventCallbackFn = Option<unsafe extern "C" fn(arg: *mut c_void, event_data: *mut c_void) -> cBOOL>;
pub enum cbw_EventCallbackFn { None, Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32), }
No value.
Some value of type T.
T