struct tarpc_read_out

struct tarpc_read_out {
    // fields

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