Py_GetBuildInfo method

Pointer<Char> Py_GetBuildInfo()

Implementation

ffi.Pointer<ffi.Char> Py_GetBuildInfo() {
  return _Py_GetBuildInfo();
}