richcmpfunc typedef Null safety

Pointer<PyObject> richcmpfunc (
  1. Pointer<PyObject>,
  2. Pointer<PyObject>,
  3. Int32
)

Implementation

typedef richcmpfunc = ffi.Pointer<PyObject> Function(
  ffi.Pointer<PyObject>,
  ffi.Pointer<PyObject>,
  ffi.Int32,
);