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