pub type jvmtiEventNativeMethodBind = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, method: jmethodID, address: *mut c_void, new_address_ptr: *mut *mut c_void)>;
Aliased Type§
pub enum jvmtiEventNativeMethodBind {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut *const JNINativeInterface_, *mut _jobject, *mut _jmethodID, *mut c_void, *mut *mut c_void)),
}