pub unsafe fn read_u16(ptr: *const u8) -> u16
Read big-endian u16 from u8 pointer
Pointer needs to point to at least 2 byte.