pub unsafe fn PyObject_CallMethodOneArg(
self_: *mut PyObject,
name: *mut PyObject,
arg: *mut PyObject,
) -> *mut PyObjectAvailable on
Py_3_9 and neither PyPy nor GraalPy and non-Py_LIMITED_API only.