PyImport_ReInitLock method Null safety

void PyImport_ReInitLock ()

Implementation

void PyImport_ReInitLock() {
  return _PyImport_ReInitLock();
}