PyOS_BeforeFork method Null safety

void PyOS_BeforeFork ()

Implementation

void PyOS_BeforeFork() {
  return _PyOS_BeforeFork();
}