pub type IdaxUIEventExCallback = Option<unsafe extern "C" fn(context: *mut c_void, event: *const IdaxUIEvent)>;
pub enum IdaxUIEventExCallback { None, Some(unsafe extern "C" fn(*mut c_void, *const IdaxUIEvent)), }
No value.
Some value of type T.
T