type BoxedEventHandlerFn = Box<dyn Fn(Event<'_>) + Send + 'static>;
struct BoxedEventHandlerFn(/* private fields */);