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