pub fn kv_store_set(key: &str, value: &[u8]) -> bool
Store a key-value pair in the persistent on-disk KV store. Returns true on success.
true