wtf static method
from: static public int wtf(java.lang.String string, java.lang.String string1)
Implementation
static int wtf(
jni$_.JString? string,
jni$_.JString? string1,
) {
final _$string = string?.reference ?? jni$_.jNullReference;
final _$string1 = string1?.reference ?? jni$_.jNullReference;
return _wtf(_class.reference.pointer, _id_wtf as jni$_.JMethodIDPtr,
_$string.pointer, _$string1.pointer)
.integer;
}