Editor/HumanoidRetargeter/Embedded/ZstdSharp/Unsafe/rankValCol_t.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
    public unsafe struct rankValCol_t
    {
        public fixed uint Body[13];
    }
}