PyThread_ReInitTLS method Null safety

void PyThread_ReInitTLS ()

Implementation

void PyThread_ReInitTLS() {
  return _PyThread_ReInitTLS();
}