pub unsafe extern "C" fn edge_gen_hook_proxy<D, F>(
uc: *mut uc_engine,
cur_tb: *mut TranslationBlock,
prev_tb: *mut TranslationBlock,
user_data: *mut UcHook<'_, D, F>,
)Expand description
ยงSafety
This function is unsafe because it dereferences the user_data pointer.