In the Windows embedder, the data parameter of FlutterWindowsEngine::DispatchSemanticsAction was a vector of bytes. Here, we switch it to use MallocMapping since that is the type of the data paramater on the DispatchAccessibilityAction method of AccessibilityBridgeDelegate, which calls this method. This avoids an extra type conversion.