fn make_delta( py: Python<'_>, days: i32, seconds: i32, microseconds: i32, ) -> PyResult<Bound<'_, PyDelta>>