pub fn registry_path_for_roots<I, P>(roots: I) -> Result<PathBuf>where I: IntoIterator<Item = P>, P: AsRef<Path>,