pub fn get_default_desktop_file<F, R>(mime: &str, fn: F) -> Option<R>where F: FnOnce(&(DirEntry, IniFileOwned)) -> Option<R>,