pub fn set_value<T>(storage: &mut dyn Storage, key: &str, value: &T)where T: Serialize,
Serialize the given value as RON and store with the given key.