pub unsafe fn PyObject_CallOneArg(
    func: *mut PyObject,
    arg: *mut PyObject
) -> *mut PyObject
This is supported on Py_3_8 and non-PyPy only.