#include "tensorstore/util/element_pointer.h" template <typename T>T* tensorstore::AddByteOffset(T* x, Index byte_offset); Adds a byte offset to a raw pointer.