thanks for providing this auto binding way, to save writing JNI bridge effort (and I'm not familiar with c++).
But I hit this error when compiling:
ktbind.hpp:453:54: error: cannot initialize a parameter of type 'JNIEnv **' (aka '_JNIEnv **') with an rvalue of type 'void **'
I'm writing an Android app, NDK version 21.4.7075529, see if any more detail need to be provided?