PyArg_ParseTuple method Null safety
Implementation
int PyArg_ParseTuple(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<ffi.Int8> arg1,
) {
return _PyArg_ParseTuple(
arg0,
arg1,
);
}
int PyArg_ParseTuple(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<ffi.Int8> arg1,
) {
return _PyArg_ParseTuple(
arg0,
arg1,
);
}