fn find_match_by_sorted_words(
    iter_names: &[Symbol],
    lookup: &str
) -> Option<Symbol>