Get Static Method ID
fun CPointer<JNIEnvVar>.GetStaticMethodID(classRef: jobject, methodName: String, signature: String): jmethodID?
Returns the method ID for a static method of a class. The method is specified by its name and signature.
See also: JNI Reference.
Return
a method ID, or NULL if the operation fails.