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