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