pub fn read(path: &Path) -> Option<SourceBytes>Expand description
Reads a path that an include search produced, when it names a shipped header.
The path is DIR joined with the header’s name, which on Windows means a backslash
between them, so the two halves are compared rather than the string.