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