comparator_compare typedef

comparator_compare = IntPtr Function(Pointer<Void>, Pointer<Utf8> a, IntPtr alen, Pointer<Utf8> b, IntPtr blen)

Implementation

typedef comparator_compare = IntPtr Function(
  Pointer<Void>,
  Pointer<Utf8> a,
  IntPtr alen,
  Pointer<Utf8> b,
  IntPtr blen,
);