pub type PluginState = Arc<dyn Any + Send + Sync>;
插件状态类型 使用 Arc 包装的任意类型作为插件状态
struct PluginState { /* private fields */ }