struct tarpc_iovec

struct tarpc_iovec {
    // fields

    uint8_t iov_base;
    tarpc_size_t iov_len;
};