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