Type Alias AEGP_CommandHook

Source
pub type AEGP_CommandHook = Option<unsafe extern "C" fn(plugin_refconP: AEGP_GlobalRefcon, refconP: AEGP_CommandRefcon, command: AEGP_Command, hook_priority: AEGP_HookPriority, already_handledB: A_Boolean, handledPB: *mut A_Boolean) -> A_Err>;

Aliased Type§

pub enum AEGP_CommandHook {
    None,
    Some(unsafe extern "C" fn(*mut _AEGP_GlobalRefcon, *mut _AEGP_CommandRefcon, i32, u32, u8, *mut u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _AEGP_GlobalRefcon, *mut _AEGP_CommandRefcon, i32, u32, u8, *mut u8) -> i32)

Some value of type T.