Py_MakePendingCalls method Null safety

int Py_MakePendingCalls ()

Implementation

int Py_MakePendingCalls() {
  return _Py_MakePendingCalls();
}