I am trying to figure how to correctly Marshal a C structure containing a byte * field so I can send commands to a third-party API from a C# application. However I keep receiving errors complaining about parameters. This is what I have, from C code:I am trying to figure how to correctly Marshal