Py_GetProgramFullPath method

Pointer<WChar> Py_GetProgramFullPath()

Implementation

ffi.Pointer<ffi.WChar> Py_GetProgramFullPath() {
  return _Py_GetProgramFullPath();
}