I have a DLL written in C with a data structure defined as follows:
#define RECEIVE_BUFFER_SIZE 64 typedef union { struct { uint8_t Status; u