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),
This function is unsafe because it dereferences the user_data pointer.
user_data