pub unsafe extern "C" fn PyType_GetDict(
o: *mut PyTypeObject,
) -> *mut PyObjectAvailable on
Py_3_12 and neither Py_LIMITED_API nor RustPython only.pub unsafe extern "C" fn PyType_GetDict(
o: *mut PyTypeObject,
) -> *mut PyObjectPy_3_12 and neither Py_LIMITED_API nor RustPython only.