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