Py_Finalize method Null safety

void Py_Finalize ()

Implementation

void Py_Finalize() {
  return _Py_Finalize();
}