Fields of type byte[] in OSStructure-decorated structs are being wrongly reported as having an incompatible DataType mapping.
Although byte[] is the correct .NET type for OSDataType.BinaryData, the analyzer’s type comparison does not properly account for array types, leading to false diagnostics.

(Code: https://github.com/agmv/AGV.ZXing)
Thanks @agmv for reporting.