pub fn parse_all_country_codes( rir_texts: &[String], ) -> Result<HashMap<String, (Vec<IpNet>, Vec<IpNet>)>, AppError>