pub type jvmtiEventDynamicCodeGenerated = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, name: *const c_char, address: *const c_void, length: jint)>;
Aliased Type§
pub enum jvmtiEventDynamicCodeGenerated {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *const i8, *const c_void, i32)),
}