Editor/HumanoidRetargeter/Embedded/ZstdSharp/Unsafe/ZSTD_bounds.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
    public struct ZSTD_bounds
    {
        public nuint error;
        public int lowerBound;
        public int upperBound;
    }
}