pub fn open_dialog(
    filter_list: Option<&str>,
    default_path: Option<&Path>,
    dialog_type: DialogType
) -> Result<Response>