struct tarpc_getenv_out

struct tarpc_getenv_out {
    // fields

    struct tarpc_out_arg common;
    string val;
    tarpc_bool val_null;
};