PyOS_InitInterrupts method Null safety

void PyOS_InitInterrupts ()

Implementation

void PyOS_InitInterrupts() {
  return _PyOS_InitInterrupts();
}