struct tarpc_uname_out

struct tarpc_uname_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    tarpc_utsname buf;
};