Type Definition jvmtiEventMethodEntry
jvm_rs::jvmti
type jvmtiEventMethodEntry = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, method: jmethodID)>;