pub unsafe extern "C" fn grpc_slice_buf_start_eq(
    a: grpc_slice,
    b: *const c_void,
    blen: usize
) -> c_int
Expand description

return non-zero if the first blen bytes of a are equal to b