PyBool_FromLong method Null safety
- int arg0
Implementation
ffi.Pointer<PyObject> PyBool_FromLong(
int arg0,
) {
return _PyBool_FromLong(
arg0,
);
}
ffi.Pointer<PyObject> PyBool_FromLong(
int arg0,
) {
return _PyBool_FromLong(
arg0,
);
}