pub fn options_set_string(option: &str, value: &str) -> bool
Set @option as a string.
option
the option identifier
value
the value to set
true if option was correctly set or false otherwise.
true
false