指针运算(考虑元素大小)。
@Deprecated('Use operator + instead') Pointer<Uint16> elementAt(int index) => Pointer.fromAddress(address + sizeOf<Uint16>() * index);