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