struct tarpc_getuid_out

struct tarpc_getuid_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_uid_t uid;
};