pub fn parse_header(buf: &[u8]) -> Option<(Header, usize)>
Parse a header from the start of buf; returns the header plus the WordCount offset (always HDR_LEN). None on bad magic/size.
buf
HDR_LEN
None