pub type EventHandler = Rc<RefCell<dyn FnMut()>>;
Type alias for a mutable event handler with no arguments
pub struct EventHandler { /* private fields */ }