pub type PluginInitializeFn = extern "C" fn(*mut (), *const c_char) -> i32;
插件初始化函数签名 接收插件句柄和JSON配置字符串,返回0表示成功,非0表示失败