struct tarpc_recv_out

struct tarpc_recv_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_ssize_t retval;
    uint8_t buf;
};