pub type BoxedEngineHandler = Box<dyn WindowEventHandler<Host = Runtime> + Send + Sync>;
pub struct BoxedEngineHandler(/* private fields */);