pub fn set_hint(key: &str, value: &str) -> Result<()>
Sets the hint value of the key, or Err if does not exist.
Err
Panics if key or value was empty.
key
value
Returns Err if the hint of key is unsupported.