DartRAFAsyncCallback typedef
DartRAFAsyncCallback =
void Function(Pointer<Void> , double contextId, double data, Pointer<Utf8> errmsg)
Implementation
typedef DartRAFAsyncCallback = void Function(Pointer<Void>, double contextId, double data, Pointer<Utf8> errmsg);