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