pub fn get_extension_value<'a>( map: &'a HashMap<String, Vec<Extension>>, key: &str, ) -> Option<&'a str>
Get a reference to the value for the first extension with the specified key.