pub(crate) fn pack_entries<W, E, I>( nar: Node<'_, W>, walker: &mut Peekable<I>, ) -> Result<()>where W: Write, Error: From<E>, I: Iterator<Item = Result<DirEntry, E>>,