PyInterpreterState_New method

Pointer<PyInterpreterState> PyInterpreterState_New()

Implementation

ffi.Pointer<PyInterpreterState> PyInterpreterState_New() {
  return _PyInterpreterState_New();
}