struct tarpc_pthread_setcancelstate_out

struct tarpc_pthread_setcancelstate_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    tarpc_int oldstate;
};