jvmtiHeapIterationCallback

Type Alias jvmtiHeapIterationCallback 

Source
pub type jvmtiHeapIterationCallback = unsafe extern "system" fn(class_tag: jlong, size: jlong, tag_ptr: *mut jlong, length: jint, user_data: *mut c_void) -> jint;