fn timestamptz_interval_quantitative( l: Timestamptz, r: Interval, f: fn(i64, i64) -> Option<i64>, ) -> Result<Timestamptz>