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