fn parse_subrange(
bytes: &mut [u8],
first_logical: u64,
record_size: usize,
) -> ParsedBatchExpand description
Validate, fix up and parse every record in bytes (a record-aligned
slice whose first byte sits at first_logical in the $MFT stream).
Mirrors the sequential loop exactly — same skip conditions, same counts.