XSIMPLEQ_HEAD.XSIMPLEQ_HEAD

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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; }";

Meta