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)),
}