Py_GetPrefix method

Pointer<WChar> Py_GetPrefix()

Implementation

ffi.Pointer<ffi.WChar> Py_GetPrefix() {
  return _Py_GetPrefix();
}