pub unsafe extern "C" fn grpc_slice_buffer_add(
    sb: *mut grpc_slice_buffer,
    slice: grpc_slice
)
Expand description

Add an element to a slice buffer - takes ownership of the slice. This function is allowed to concatenate the passed in slice to the end of some other slice if desired by the slice buffer.