pub type IdaxUIEventCallback = Option<unsafe extern "C" fn(context: *mut c_void, event_kind: c_int, address: u64)>;
pub enum IdaxUIEventCallback { None, Some(unsafe extern "C" fn(*mut c_void, i32, u64)), }
No value.
Some value of type T.
T