pub type BoxedEventHandlerFn<T> = Pin<Box<fn(_: Arc<RwLock<T>>, _: EngineGlobals, _: Event<'static, UserEvent<Arc<dyn Any + Send + Sync>>>) -> BoxFuture<'static, Swap>>>;