func BshufDecompressLz4(in, out unsafe.Pointer, size, elementSize, blockSize int) int
BshufDecompressLz4 inflates a bslz4 compressed byte array to an uncompressed byte array.
Returns the number of consumed bytes in input buffer or negative int if error happened.