PyFloat_DigitsInit method Null safety

void PyFloat_DigitsInit ()

Implementation

void PyFloat_DigitsInit() {
  return _PyFloat_DigitsInit();
}