I am building a rust filter and using the shared data, I noticed that we have implementations of: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/main/src/traits.rs#L32 get_shared_data and set_shared_data I need a way to delete the key. I couldn't find a function do do that. Can someone please share an example? Thanks in advance!