pub type LogicalOutputPluginInit = Option<unsafe extern "C-unwind" fn(cb: *mut OutputPluginCallbacks)>;Aliased Type§
pub enum LogicalOutputPluginInit {
None,
Some(unsafe extern "C-unwind" fn(*mut OutputPluginCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut OutputPluginCallbacks))
Some value of type T.