pub unsafe fn PyDateTime_FromDateAndTimeAndFold( year: i32, month: i32, day: i32, hour: i32, minute: i32, second: i32, microsecond: i32, fold: i32, ) -> *mut PyObject
See https://github.com/python/cpython/blob/3.10/Include/datetime.h#L230-L232