pub fn display_dialog( kind: MessageDialogKind, buttons: MessageDialogButtons, title: &str, msg: &str, handler: impl Fn(bool) + Send + 'static, )