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