pub fn fold_version<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: Version, ) -> Versionwhere F: Fold<T, T2> + ?Sized,