pub const FEATURE_FLAG_COMPRESSION: u32 = _; // 1u32Expand description
feature_flags bit indicating the file uses per-page LZ4
compression (Phase 3 issue #8). Set on creation by a Pager
opened with Config::compression_mode = CompressionMode::Lz4.