Function jvmti_event_native_method_bind_handler

Source
#[no_mangle]
pub extern "C" fn jvmti_event_native_method_bind_handler(
    jvmti_env: *mut jvmtiEnv,
    jni_env: *mut JNIEnv,
    thread: jthread,
    method: jmethodID,
    address: *mut c_void,
    new_address_ptr: *mut *mut c_void,
)