pub unsafe extern "C" fn aws_byte_buf_cat(
    dest: *mut aws_byte_buf,
    number_of_args: usize,
     ...
) -> c_int
Expand description

Concatenates a variable number of struct aws_byte_buf * into destination. Number of args must be greater than 1. If dest is too small, AWS_ERROR_DEST_COPY_TOO_SMALL will be returned. dest->len will contain the amount of data actually copied to dest.