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