Py_GetVersion method

Pointer<Char> Py_GetVersion()

Implementation

ffi.Pointer<ffi.Char> Py_GetVersion() {
  return _Py_GetVersion();
}