RB_HEAD.RB_HEAD

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

Meta