Py_GetPrefix method Null safety

Pointer<Int32> Py_GetPrefix ()

Implementation

ffi.Pointer<ffi.Int32> Py_GetPrefix() {
  return _Py_GetPrefix();
}