pub fn load_entries(path: &Path) -> Result<Vec<TrustEntry>, (String, u8)>
Load and parse the trust-roots file at path. A missing file parses to an empty list (not an error).
path