pub const FILE_HEADER_SIZE: usize = 8;
The size of the file header in bytes. Note that functions in this module rely on this size to be 8.
8