pub fn vec_jaro_winkler_similarity_longtol<T: PartialEq>(
    s1: &SmallVec<[T; 32]>,
    s2: &SmallVec<[T; 32]>
) -> f64