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