pub unsafe fn PyTime_FromTimeAndFold( hour: c_int, minute: c_int, second: c_int, microsecond: c_int, fold: c_int, ) -> *mut PyObject