PyNumber_Long method Null safety

Pointer<PyObject> PyNumber_Long (
  1. Pointer<PyObject> o
)

Implementation

ffi.Pointer<PyObject> PyNumber_Long(
  ffi.Pointer<PyObject> o,
) {
  return _PyNumber_Long(
    o,
  );
}