pub unsafe extern "C" fn PyObject_CheckBuffer(
obj: *mut PyObject,
) -> c_int
Available on non-
Py_LIMITED_API
and non-Py_3_11
and Py_3_9
and neither PyPy
nor GraalPy
only.