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