Editor/HumanoidRetargeter/Embedded/ZstdSharp/Unsafe/FSE_DecompressWksp.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
    public unsafe struct FSE_DecompressWksp
    {
        public fixed short ncount[256];
    }
}