SLIST_ENTRY.SLIST_ENTRY

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

Meta