fn find_best_match_for_name_impl( use_substring_score: bool, candidates: &[Symbol], lookup: Symbol, dist: Option<usize>) -> Option<Symbol>