pub async fn process_country_code_from_map( country_code: &str, country_map: &HashMap<String, (Vec<IpNet>, Vec<IpNet>)>, output_format: OutputFormat, ) -> Result<(), AppError>