Py_GetPath method

Pointer<WChar> Py_GetPath()

Implementation

ffi.Pointer<ffi.WChar> Py_GetPath() {
  return _Py_GetPath();
}