pub type IdaxActionHandlerEx = Option<unsafe extern "C" fn(context: *mut c_void, action_context: *const IdaxPluginActionContext)>;Aliased Type§
pub enum IdaxActionHandlerEx {
None,
Some(unsafe extern "C" fn(*mut c_void, *const IdaxPluginActionContext)),
}