DartLiteRtLmStreamCallbackFunction typedef
DartLiteRtLmStreamCallbackFunction =
void Function(Pointer<Void> callback_data, Pointer<Char> chunk, bool is_final, Pointer<Char> error_msg)
Implementation
typedef DartLiteRtLmStreamCallbackFunction = void Function(
ffi.Pointer<ffi.Void> callback_data,
ffi.Pointer<ffi.Char> chunk,
bool is_final,
ffi.Pointer<ffi.Char> error_msg);