SIZEOF_FIELD
#define SIZEOF_FIELD(s, field) sizeof(((s *)NULL)->field)
#define SIZEOF_FIELD(_s, _f) sizeof(((struct _s *)NULL)->_f)