fn concat_bytes_expand_subtree( tree_iter: TtIter<'_>, bytes: &mut String, record_span: impl FnMut(Span), err_span: Span, ) -> Result<(), ExpandError>