Py_GetPythonHome method

Pointer<WChar> Py_GetPythonHome()

Implementation

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