jvmti_event_field_modification_handler

Function jvmti_event_field_modification_handler 

Source
#[unsafe(no_mangle)]
pub extern "C" fn jvmti_event_field_modification_handler( jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, method: jmethodID, location: jlocation, field_klass: jclass, object: jobject, field: jfieldID, signature_type: c_char, new_value: jvalue, )