pub fn scan_batch_header(data: &[u8], off: usize) -> Result<(usize, Lsn, usize)>Expand description
Fast header-only scan: validates magic, version, and bounds but skips CRC. Used for forward scanning where integrity was already verified, or where speed is more important than detecting corruption (e.g. index building).