pub type EventHandler = Arc<dyn Fn(&OmegaEvent) + Send + Sync>;
Event handler function type
pub struct EventHandler { /* private fields */ }