pub fn remove_extension_value( map: &mut HashMap<String, Vec<Extension>>, key: &str, ) -> Option<String>
Remove and return the value for the first extension with the specified key.