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