Skip to main content

CFPlugInUnloadFunction

Type Alias CFPlugInUnloadFunction 

Source
pub type CFPlugInUnloadFunction = Option<unsafe extern "C" fn(plugIn: CFPlugInRef)>;
Expand description

Apple SDK type alias CFPlugInUnloadFunction.

Aliased Type§

pub enum CFPlugInUnloadFunction {
    None,
    Some(unsafe extern "C" fn(*mut __CFBundle)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut __CFBundle))

Some value of type T.