Set the value associated with a structure field
set_struct_field (s, field_name, field_value)
Struct_Type s; String_Type field_name; Generic_Type field_value;
The set_struct_field function sets the value of the field whose name is specified by field_name of the structure s to field_value.