PyGILState_Ensure method Null safety

int PyGILState_Ensure ()

Implementation

int PyGILState_Ensure() {
  return _PyGILState_Ensure();
}