LIST_ENTRY.LIST_ENTRY

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

Meta