ReportJsonException typedef

ReportJsonException = Void Function(Int32 engineId, Pointer<Utf8> jsonValue)

Implementation

typedef ReportJsonException = Void Function(
  Int32 engineId,
  Pointer<Utf8> jsonValue,
);