pub fn fold_withitem<U, F: Fold<U> + ?Sized>( folder: &mut F, node: WithItem<U>, ) -> Result<WithItem<F::TargetU>, F::Error>