struct tarpc_getaddrinfo_out

struct tarpc_getaddrinfo_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    tarpc_ptr mem_ptr;
    tarpc_ai res;
};