pub fn kv_store_get(key: &str) -> Option<Vec<u8>>
Retrieve a value from the persistent KV store. Returns None if the key does not exist.
None