PyLong_GetInfo method

Pointer<PyObject> PyLong_GetInfo()

Implementation

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