template XSIMPLEQ_HEAD(string name, string type)
extern (C) nothrow @nogc
enum XSIMPLEQ_HEAD =
"struct " ~ name ~ " { " ~ type ~ "* sqx_first; /* first element */ " ~ type ~ "** sqx_last; /* addr of last next element */ core.stdc.config.c_ulong sqx_cookie; }";