PyOS_AfterFork method Null safety

void PyOS_AfterFork ()

Implementation

void PyOS_AfterFork() {
  return _PyOS_AfterFork();
}