Checksum bytes follow.
pub const FileChecksumEntryHeader = extern struct
pub const FileChecksumEntryHeader = extern struct {
/// Byte offset of filename in global string table.
file_name_offset: u32,
/// Number of bytes of checksum.
checksum_size: u8,
/// FileChecksumKind
checksum_kind: u8,
}