Hello,
I have a structure that I would like to reference different structures using the same member. for example:

typedef struct
{
word32 menuItemEnabledFlag : 1;
word32 ...