LZO_BLOCK_SIZE
out_buf = malloc(LZO_BLOCK_SIZE);
in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE));
if (dst_len > LZO_BLOCK_SIZE) {