I'm wondering if it would be possible to support [std::string_view](https://en.cppreference.com/w/cpp/string/basic_string_view) in cxx. I imagine that there might be some lifetime concerns similar to the ones in [`rust::Str`](https://cxx.rs/binding/str.html), so I'm not sure what the API should look like.