buf_to_iov_bunch
extern bool buf_to_iov_bunch(iov_bunch_t *, const void *, size_t);
err = buf_to_iov_bunch(&iob, buf, len) ? 0 : ENOSPC;