pub unsafe extern "C" fn grpc_slice_slice(
    haystack: grpc_slice,
    needle: grpc_slice
) -> c_int
Expand description

return the index of the first occurrence of \a needle in \a haystack, or -1 if it’s not found