pub fn option_handler<'a, T, R: Default>( result: Option<T>, env: &mut JNIEnv<'a>, ) -> Rwhere T: IntoJavaType<'a, R> + Default,