pub trait JavaCatchINI<'local, T> {
// Required method
fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>;
}
pub trait JavaCatchINI<'local, T> {
// Required method
fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>;
}