pub fn find_first_matching_key_for_value( map: HashMap<Vec<u8>, Vec<u8>>, needle: Vec<u8>, ) -> Option<Vec<u8>>