pub(crate) fn save_file_dialog_impl(
    title: &str,
    path: &str,
    filter: Option<(&[&str], &str)>
) -> Option<String>