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