Function jvmti_event_exception_handler

Source
#[no_mangle]
pub extern "C" fn jvmti_event_exception_handler(
    jvmti_env: *mut jvmtiEnv,
    jni_env: *mut JNIEnv,
    thread: jthread,
    method: jmethodID,
    location: jlocation,
    exception: jobject,
    catch_method: jmethodID,
    catch_location: jlocation,
)