pub fn fold_interpolate_items<T: ?Sized + RqFold>(
    fold: &mut T,
    items: Vec<InterpolateItem<Expr>>
) -> Result<Vec<InterpolateItem<Expr>>>