pub fn string_search_indices_bytes<'a, P: SearchInBytes<'a>>(
    haystack: &'a [u8],
    needle: P
) -> SearchIndicesBytes<'a, P>