PyArg_ParseTupleAndKeywords method Null safety
Implementation
int PyArg_ParseTupleAndKeywords(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
ffi.Pointer<ffi.Int8> arg2,
ffi.Pointer<ffi.Pointer<ffi.Int8>> arg3,
) {
return _PyArg_ParseTupleAndKeywords(
arg0,
arg1,
arg2,
arg3,
);
}