pub const TELL_ANY_CHECK: u32 = liblzma_sys::LZMA_TELL_ANY_CHECK; // 4u32Expand description
A flag passed when initializing a decoder, causes Stream::process to return
Status::GetCheck as soon as the integrity check is known.
pub const TELL_ANY_CHECK: u32 = liblzma_sys::LZMA_TELL_ANY_CHECK; // 4u32A flag passed when initializing a decoder, causes Stream::process to return
Status::GetCheck as soon as the integrity check is known.