pub type EventHandler = Box<dyn Fn(&Event) + Send + Sync>;
Callback type for event handlers
pub struct EventHandler(/* private fields */);