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