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