Redis – How do I convert *mut *mut c_void to &str without Box::from_raw?
I've been playing around with writing Redis Modules in Rust. This is my first attempt at using Rust FFI and bindings. How do I call this method and end up with a data value in Rust without destroying the Redis…