pub fn load_names_directories<N, P>( named_paths: impl IntoIterator<Item = (N, P)>, embed: bool, )where N: Into<String>, P: Into<PathBuf>,