pub fn show_dialog(
message: &str,
title: &str,
style: DialogStyle,
buttons: DialogButtons,
) -> DialogSelection
pub fn show_dialog(
message: &str,
title: &str,
style: DialogStyle,
buttons: DialogButtons,
) -> DialogSelection