Function jvmti_event_method_exit_handler

Source
#[no_mangle]
pub extern "C" fn jvmti_event_method_exit_handler(
    jvmti_env: *mut jvmtiEnv,
    jni_env: *mut JNIEnv,
    thread: jthread,
    method: jmethodID,
    was_popped_by_exception: jboolean,
    return_value: jvalue,
)