pub async fn process_country_code( country_code: &str, rir_texts: &[String], ) -> Result<(), Box<dyn Error + Send + Sync>>
国コードと、すでにダウンロード済みのRIRファイル文字列を受け取り、 パースしてファイル書き込みまで行う。