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