pub type DialogHandlerFn = Box<dyn Fn(&mut Dialog) + Send + Sync>;
Handler function type for dialogs
pub struct DialogHandlerFn(/* private fields */);