Py_BuildValue method Null safety

Pointer<PyObject> Py_BuildValue (
  1. Pointer<Int8> arg0
)

Implementation

ffi.Pointer<PyObject> Py_BuildValue(
  ffi.Pointer<ffi.Int8> arg0,
) {
  return _Py_BuildValue(
    arg0,
  );
}