intr_hook_proxy

Function intr_hook_proxy 

Source
pub unsafe extern "C" fn intr_hook_proxy<D, F>(
    uc: *mut uc_engine,
    value: u32,
    user_data: *mut UcHook<'_, D, F>,
)
where F: FnMut(&mut Unicorn<'_, D>, u32),
Expand description

ยงSafety

This function is unsafe because it dereferences the user_data pointer.