给 array 类型的 lynx_value 在指定位置设置值
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] object | array 类型的 lynx_value |
| [in] index | 要设置属性的 index |
| [in] value | 设置的值 |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_array_expected if the types do not match.