pub const DIR: &str = "<builtin>";Expand description
The directory the shipped headers appear to be in.
Not a path. It is a name that cannot be one, so that #include <stdarg.h> resolving to
<builtin>/stdarg.h reads as what it is, and so that a real directory can never collide
with it.