fssh_offsetof
#define fssh_offsetof(type,member) __builtin_offsetof(type, member)
#define fssh_offsetof(type,member) ((size_t)&((type*)0)->member)