pub fn time_range( start: PyExpr, end: PyExpr, every: &str, closed: Wrap<ClosedWindow>, ) -> PyResult<PyExpr>