pub fn fold_block<'new, 'src, F: Fold<'src> + ?Sized>( folder: &mut F, arena: &'new Bump, block: &Block<'_, 'src>, ) -> Block<'new, 'src>