pub type PluginCreateFn = extern "C" fn() -> *mut ();
插件入口函数签名 插件必须导出 plugin_create 函数返回 Plugin 实例
plugin_create