pub type jvmtiEventMonitorWait = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, object: jobject, timeout: jlong)>;
Aliased Type§
pub enum jvmtiEventMonitorWait {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jobject, i64)),
}