unsafe fn PyDate_Check(op: *mut PyObject) -> c_int
Py_LIMITED_API
Check if op is a PyDateTimeAPI.DateType or subtype.
op
PyDateTimeAPI.DateType
Must only be called while the GIL is held