Skip to main content

FREContextFinalizer

Type Alias FREContextFinalizer 

Source
pub type FREContextFinalizer = Option<unsafe extern "C" fn(ctx: FREContext)>;
Expand description

Defines the signature for the finalizer that is called each time an ExtensionContext instance is disposed.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.