struct tarpc_int_retval_out

Function outputs ‘int’ return value only

struct tarpc_int_retval_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
};