pub type MenuEventHandler = Box<dyn Fn(MenuEvent) + Send + Sync + 'static>;
pub struct MenuEventHandler(/* private fields */);