Hi, I am using JNI to call native functions from a .so library. Is there a way to use native functions without changing method names according to JNI conventions. what if I want to use tensorflow .so library, changing function names a/c to JNI is not feasible in such usecase.