pub fn parse_new( cursor: &mut Cursor<'_>, _offset_size: u8, _length_size: u8, msg_size: usize, ) -> Result<ModificationTimeMessage>
Parse the new modification time message (type 0x0012).