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