Py_IsInitialized method Null safety

int Py_IsInitialized ()

Implementation

int Py_IsInitialized() {
  return _Py_IsInitialized();
}