PyErr_SetInterrupt method Null safety

void PyErr_SetInterrupt ()

Implementation

void PyErr_SetInterrupt() {
  return _PyErr_SetInterrupt();
}