pub fn search_for_u16( number: u16, bytestream: &Vec<u8>, start_pos: usize, ) -> Result<usize, SerializationError>
Search for a certain number of type u16 in a bytestream
u16