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