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