Py_GetPlatform method Null safety

Pointer<Int8> Py_GetPlatform ()

Implementation

ffi.Pointer<ffi.Int8> Py_GetPlatform() {
  return _Py_GetPlatform();
}