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