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