pub fn render_dir_tree<W: Write>( w: &mut W, entries: &[(String, String)], args: &ExtractArgs, ) -> Result<()>