从 array 类型的 lynx_value 中读取指定 index 的值
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] object | 被查询的 lynx_value |
| [in] index | 位置索引 |
| [out] result | 对应索引的值 |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_array_expected if the types do not match.
读取的结果在使用完后要用 lynx_value_remove_reference 释放内存