fn get_all_with_prefix( region_metadata: &RegionMetadataCacheEntry, prefix: &str, callback: impl FnMut(&str, &str) -> Result<()>, ) -> Result<()>