PyEval_AcquireLock method Null safety

void PyEval_AcquireLock ()

Implementation

void PyEval_AcquireLock() {
  return _PyEval_AcquireLock();
}