pub type TrayHandler = Box<dyn FnMut(TrayEvent, TrayContext<'_>)>;
pub struct TrayHandler(/* private fields */);