pub unsafe extern "C" fn grpc_slice_buffer_tiny_add(
    sb: *mut grpc_slice_buffer,
    len: usize
) -> *mut u8
Expand description

add a very small (less than 8 bytes) amount of data to the end of a slice buffer: returns a pointer into which to add the data