[][src]Function libunicorn_sys::uc_hook_add

pub unsafe extern "C" fn uc_hook_add(
    engine: uc_handle,
    hook: *mut uc_hook,
    hook_type: HookType,
    callback: size_t,
    user_data: *mut size_t,
    begin: u64,
    end: u64,
    _: ...
) -> Error