struct tarpc_rte_eth_xstats_get_by_id_out

struct tarpc_rte_eth_xstats_get_by_id_out {
    // fields

    struct tarpc_out_arg common;
    uint64_t values;
    tarpc_int retval;
};