struct tarpc_dpdk_get_version_out

struct tarpc_dpdk_get_version_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int year;
    tarpc_int month;
    tarpc_int minor;
    tarpc_int release;
};