pub fn fold_copy_option<F, T, T2>( folder: &mut F, node: CopyOption<T>, ) -> CopyOption<T2>where T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,