LZ4_wildCopy
LZ4_wildCopy(op, anchor, op + litLength);
LZ4_wildCopy(op, anchor, op + litLength);
LZ4_wildCopy(op, ip, cpy);
LZ4_wildCopy(op, match, oCopyLimit);
LZ4_wildCopy(op + 8, match + 8, cpy);
LZ4_wildCopy(*op, *anchor, (*op) + length);