SIMPLEQ_HEAD.SIMPLEQ_HEAD

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template SIMPLEQ_HEAD(string name, string type)
extern (C) nothrow @nogc
enum SIMPLEQ_HEAD = "struct " ~ name ~ " { " ~ type ~ "* sqh_first; /* first element */ " ~ type ~ "** sqh_last; /* addr of last next element */ }";

Meta