pub type ClangdFileMap = BTreeMap<String, ClangdFile>;
pub struct ClangdFileMap { /* private fields */ }