struct tarpc_rpc_is_op_done_out

struct tarpc_rpc_is_op_done_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_bool done;
};