public void ClearRequiredFlag(strIndex index, uint flags) => ((delegate * unmanaged[Thiscall] < ref strStreaming, int, uint, void >)ClearRequiredFlagAddress)(ref this, index.Value, flags);
public bool Equals(strIndex other) => Value == other.Value;