pub fn hash_set_stripped_opt<S, H>(set_opt: Option<S>, hasher: &mut H)where S: IntoIterator, H: Hasher, <S as IntoIterator>::Item: StrippedHash,