pub fn on_event( name: &str, handler: impl FnMut(&mut PluginCtx, Value) -> EventHandlerResult + Send + 'static, )