struct tarpc_getpwnam_out

struct tarpc_getpwnam_out {
    // fields

    struct tarpc_out_arg common;
    struct tarpc_passwd passwd;
};