#[no_mangle]
pub extern "C" fn jvmti_event_compiled_method_load_handler(
jvmti_env: *mut jvmtiEnv,
method: jmethodID,
code_size: jint,
code_addr: *const c_void,
map_length: jint,
map: *const jvmtiAddrLocationMap,
compile_info: *const c_void,
)