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