pub type PluginCreateFn = unsafe extern "C" fn() -> *mut PluginOpaque;
Expand description
Function signature for plugin creation (FFI-safe)
pub type PluginCreateFn = unsafe extern "C" fn() -> *mut PluginOpaque;
Function signature for plugin creation (FFI-safe)