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