LIST_HEAD.LIST_HEAD

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

Meta