pub unsafe fn jstring_to_rust_string(
    jvm: &Jvm,
    java_string: jstring
) -> Result<String>