getBoxes method
from: public void getBoxes(int i, kotlin.jvm.functions.Function2<? super java.util.List, ? super java.lang.Integer, kotlin.Unit> function2, kotlin.jvm.functions.Function1<? super com.milibris.onereader.data.error.ReaderError, kotlin.Unit> function1)
Implementation
void getBoxes(
int i,
jni$_.JObject function2,
jni$_.JObject function1,
) {
final _$function2 = function2.reference;
final _$function1 = function1.reference;
_getBoxes(
reference.pointer,
_id_getBoxes as jni$_.JMethodIDPtr,
i,
_$function2.pointer,
_$function1.pointer,
).check();
}