struct tarpc_pthread_self_out

struct tarpc_pthread_self_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_pthread_t retval;
};