Function for BGZF block decompression. Reuses buffer allocated for storing compressed data, i.e. after execution buffer of the passed block is overwritten with uncompressed data.
Structure representing BGZF block. In general, users shouldn't use it, as it is EXTREMELY low-level.
Struct representing decompressed BgzfBlock