pub unsafe fn PyDate_FromDate( year: c_int, month: c_int, day: c_int, ) -> *mut PyObject
Py_LIMITED_API