Contains a binary debug event parameter value.
typedef struct DB_binary {
unsigned int size;
void* data;
};
The number of bytes in binary value.
An array of size number of bytes containing the binary data.