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