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