PyGC_Collect method Null safety

int PyGC_Collect ()

Implementation

int PyGC_Collect() {
  return _PyGC_Collect();
}