static ffi.Pointer<GGSPlayer> $allocate( ffi.Allocator $allocator, { required ffi.Pointer<ffi.Char> name, required double rating, }) => $allocator<GGSPlayer>() ..ref.name = name ..ref.rating = rating;