Skip to main content

PluginCreateFn

Type Alias PluginCreateFn 

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

插件入口函数签名 插件必须导出 plugin_create 函数返回 Plugin 实例