pub const PACK_HEADER_SIZE: u64 = 24;Expand description
Total size in bytes of the leading PackHeader in data.pack.
Asset offsets recorded in index.bin are relative to the start of
the asset region, not to byte 0 — PackLoader adds this constant
when seeking.