pub type jvmtiEventClassPrepare = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, klass: jclass)>;
Aliased Type§
enum jvmtiEventClassPrepare {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jobject)),
}