Given two strings `s1` and `s2`, return true if `s2` contains a substring that is a permutation of `s1` (the same letters with the same counts, in any order).