TransferableTypedData
If you want to use Dart's TransferableTypedData
to avoid data copying between main isolate and a second isolate,
then please refer to the issue https://github.com/fzyzcjy/flutter_rust_bridge/issues/2520 about an alternative approach
that also avoids data copying.