fn signatures_from_key( sender_user: &UserId, key_id: &str, key: &RawValue, ) -> impl Iterator<Item = (String, String)> + Send + 'static