SIMPLEQ_FIRST
#define SIMPLEQ_FIRST(head) ((head)->sqh_first)
#undef SIMPLEQ_FIRST
#define SIMPLEQ_FIRST STAILQ_FIRST