#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
/*!
* @brief Exit code for the streaming API.
*/
public enum XXH_errorcode
{
/*!< OK */
XXH_OK = 0,
/*!< Error */
XXH_ERROR
}
}