ffi.Pointer<ffi.Uint8> elementAt(int index) => ffi.Pointer.fromAddress(address + ffi.sizeOf<ffi.Uint8>() * index);