pub fn show_entry_names<E: EntryTrait, I: Iterator<Item = E>>(
    it: I,
    w: &mut dyn Write,
    long_listing: bool
) -> Result<()>