iobuf_queue
r = iobuf_queue(&io->iobuf, buf, len);
len = iobuf_queue(io, buf, len);
int iobuf_queue(struct iobuf *, const void*, size_t);
len = iobuf_queue(io, buf, len);
int iobuf_queue(struct iobuf *, const void*, size_t);
r = iobuf_queue(&io->iobuf, buf, len);