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