pub fn visit_cte_block_mut<'ast, V, T>( visitor: &mut V, node: &'ast mut CteBlock<T>, )where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,