pub fn visit_mut_rec_block<'ast, V, T>( visitor: &mut V, node: &'ast MutRecBlock<T>, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,