Function show_open_folder_dialog

pub fn show_open_folder_dialog<'a, W>(
    default_location: Option<impl AsRef<Path>>,
    allow_many: bool,
    window: W,
    callback: Box<dyn Fn(Result<Vec<PathBuf>, DialogError>, Option<DialogFileFilter<'_>>)>,
)
where W: Into<Option<&'a Window>>,
Available on crate feature dep_sdl3 only.