public void EnumOut()
        {
            var value = NativeFunctions.EnumOut();

            Assert.Equal(MyEnum.TestValue, value);
        }