use *;
/// #897 follow-up: offset/len bound arithmetic runs in `u64`, so an offset
/// that would truncate to a small in-bounds value on a 32-bit target (here
/// `0x1_0000_0000`, which is `0` as `u32`) is still rejected against the real
/// file length, and a valid entry is accepted.