Type Alias jvmtiEventFieldModification
Source pub type jvmtiEventFieldModification = Option<unsafe extern "C" fn(*mut *const jvmtiInterface_1, *mut *const JNINativeInterface_, *mut _jobject, *mut _jmethodID, i64, *mut _jobject, *mut _jobject, *mut _jfieldID, i8, jvalue)>;
pub enum jvmtiEventFieldModification {
None,
Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1, *mut *const JNINativeInterface_, *mut _jobject, *mut _jmethodID, i64, *mut _jobject, *mut _jobject, *mut _jfieldID, i8, jvalue)),
}