Editor/HumanoidRetargeter/Embedded/ZstdSharp/Unsafe/HUF_ReadDTableX1_Workspace.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
    public unsafe struct HUF_ReadDTableX1_Workspace
    {
        public fixed uint rankVal[13];
        public fixed uint rankStart[13];
        public fixed uint statsWksp[219];
        public fixed byte symbols[256];
        public fixed byte huffWeight[256];
    }
}