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