PyInterpreterState_New method Null safety

Pointer<_is> PyInterpreterState_New ()

Implementation

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