pub fn save_file_dialog_with_filter( title: &str, path: &str, filter_patterns: &[&str], description: &str, ) -> Option<String>