pub fn walk(data: &[u8], verify: bool) -> WalkExpand description
Walk data (the whole file loaded into memory) and build a structural model.
When verify is false, data and table hashes are not computed (a fast path
for very large files); the corresponding *_hash_ok fields stay None.