Py_GetCopyright method Null safety

Pointer<Int8> Py_GetCopyright ()

Implementation

ffi.Pointer<ffi.Int8> Py_GetCopyright() {
  return _Py_GetCopyright();
}