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