pub fn remove_extension_values( map: &mut HashMap<String, Vec<Extension>>, key: &str, ) -> Option<Vec<String>>
Remove and return all values for the extensions with the specified key.