pub const PRESET_LEVEL_MASK: u32 = liblzma_sys::LZMA_PRESET_LEVEL_MASK; // 31u32
Mask for extracting the preset level bits from a preset value.