struct tarpc_setenv_in { // fields struct tarpc_in_arg common; string name; string val; tarpc_bool overwrite; };