pub type AEGP_DeathHook = Option<unsafe extern "C" fn(plugin_refconP: AEGP_GlobalRefcon, refconP: AEGP_DeathRefcon) -> A_Err>;Aliased Type§
pub enum AEGP_DeathHook {
None,
Some(unsafe extern "C" fn(*mut _AEGP_GlobalRefcon, *mut _AEGP_DeathRefcon) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut _AEGP_GlobalRefcon, *mut _AEGP_DeathRefcon) -> i32)
Some value of type T.