PyTime_GetMonotonicClock method Null safety

int PyTime_GetMonotonicClock ()

Implementation

int PyTime_GetMonotonicClock() {
  return _PyTime_GetMonotonicClock();
}