richcmpfunc typedef

Implementation

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