pub fn write_tree_with_prefix<W: Write>( w: &mut W, matches: &MatchSet<'_>, source: &str, args: &ExtractArgs, scheme: &str, prefix: &str, ) -> Result<()>