struct tarpc_pthread_setcanceltype_out

struct tarpc_pthread_setcanceltype_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    tarpc_int oldtype;
};