struct tarpc_thread_create_out

struct tarpc_thread_create_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_pthread_t tid;
    tarpc_int retval;
};