pub type FREFinalizer = Option<unsafe extern "C" fn(*mut c_void)>;Expand description
Called iff the extension is unloaded from the process. Extensions are not guaranteed to be unloaded; the runtime process may exit without doing so.
Aliased Type§
pub enum FREFinalizer {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}