pub type jvmtiArrayPrimitiveValueCallback = Option<unsafe extern "C" fn(class_tag: jlong, size: jlong, tag_ptr: *mut jlong, element_count: jint, element_type: jvmtiPrimitiveType, elements: *const c_void, user_data: *mut c_void) -> jint>;