pub unsafe extern "C" fn PyObject_CallOneArg(
func: *mut PyObject,
arg: *mut PyObject,
) -> *mut PyObjectAvailable on (
Py_3_12 or PyPy) and neither Py_LIMITED_API nor RustPython only.