fn default_home_dir_with<F>(get: F) -> Option<PathBuf>where F: for<'a> Fn(&'a str) -> Option<OsString>,