从 map 类型的 lynx_value 中读取给定 key 对应的 Value
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] object | 被查询的 map. |
| [in] utf8name | 给定的 key. |
| [out] result | 读取到的 Value |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_map_expected if the types do not match.
读取的结果在使用完后要用 lynx_value_remove_reference 释放内存