PyType_ClearCache method Null safety

int PyType_ClearCache ()

Implementation

int PyType_ClearCache() {
  return _PyType_ClearCache();
}