PyCFunction_Call method Null safety
Implementation
ffi.Pointer<PyObject> PyCFunction_Call(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
ffi.Pointer<PyObject> arg2,
) {
return _PyCFunction_Call(
arg0,
arg1,
arg2,
);
}