pub fn encode_string<'local, S: AsRef<str>>( env: &mut JNIEnv<'local>, string: S, ) -> Result<JString<'local>, String>
Converts a Rust string-like value into a JNI JString.
JString