AEGP_VersionHook

Type Alias AEGP_VersionHook 

Source
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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.