pub const TELL_UNSUPPORTED_CHECK: u32 = lzma_sys::LZMA_TELL_UNSUPPORTED_CHECK; // 2u32
Expand description
A flag passed when initializing a decoder, causes process
to return
Error::UnsupportedCheck
if the stream being decoded has an integrity check
that cannot be verified by this build of liblzma.