pub type jvmtiEventCompiledMethodLoad = Option<unsafe extern "C" fn(*mut *const jvmtiInterface_1, *mut _jmethodID, i32, *const c_void, i32, *const jvmtiAddrLocationMap, *const c_void)>;
Aliased Type§
pub enum jvmtiEventCompiledMethodLoad {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1, *mut _jmethodID, i32, *const c_void, i32, *const jvmtiAddrLocationMap, *const c_void)),
}