pub fn read_main_chunk<R: Read + Seek>( reader: R, ) -> Result<(Chunk, Version), Error>
Reads the VOX file’s header, verifies it, and then reads the MAIN chunk.