pub fn find_similar<'a>( word: &str, candidates: &[&'a str], max_distance: usize, ) -> Option<&'a str>