static ffi.Pointer<Link> $allocate( ffi.Allocator $allocator, { required int score, required int move, }) => $allocator<Link>() ..ref.score = score ..ref.move = move;