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