pub fn score_fuzzy<'a>( arena: &'a Arena, haystack: &str, needle: &str, allow_non_contiguous_matches: bool, ) -> (i32, Vec<usize, &'a Arena>)