PyLong_GetInfo method Null safety

Pointer<PyObject> PyLong_GetInfo ()

Implementation

ffi.Pointer<PyObject> PyLong_GetInfo() {
  return _PyLong_GetInfo();
}