pub fn read_mdl<R: Read>( reader: &mut R, mdx_bytes: Option<&[u8]>, ) -> Result<Mdl, MdlError>
Reads an MDL file from the given reader.
This buffers the entire stream to memory.