Py_GetPythonHome method Null safety

Pointer<Int32> Py_GetPythonHome ()

Implementation

ffi.Pointer<ffi.Int32> Py_GetPythonHome() {
  return _Py_GetPythonHome();
}