Py_BuildValue_SizeT method Null safety

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

Implementation

ffi.Pointer<PyObject> Py_BuildValue_SizeT(
  ffi.Pointer<ffi.Int8> arg0,
) {
  return _Py_BuildValue_SizeT(
    arg0,
  );
}