Skip to main content

IdaxActionHandlerEx

Type Alias IdaxActionHandlerEx 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const IdaxPluginActionContext))

Some value of type T.