pub fn set_hint_with_priority( key: &str, value: &str, priority: HintPriority, ) -> Result<()>
Sets a hint value of the key with a priority.
Returns Err if the hint of key does not exist.
Err
key