Say we have a simple struct in C that has 4 fields:
typedef struct { int a; int b; int c; int d; } value_st;
Let\'s take a lo