pub(crate) fn get_iter_phf<S: AsRef<[u8]> + ?Sized>( store: &S, ) -> impl Iterator<Item = (Vec<u8>, usize)> + '_