Type Alias PluginCreateFn

Source
pub type PluginCreateFn = unsafe extern "C" fn() -> *mut PluginOpaque;
Expand description

Function signature for plugin creation (FFI-safe)