pub type jvmtiEventResourceExhausted = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, flags: jint, reserved: *const c_void, description: *const c_char)>;
Aliased Type§
enum jvmtiEventResourceExhausted {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_, *mut *const JNINativeInterface_, i32, *const c_void, *const i8)),
}