pub fn invoke_native_callback_no_args<'a>( env: &mut JNIEnv<'a>, this: &JObject<'a>, name: &'a str, sig: &'a str, ) -> Result<JValueOwned<'a>>