给 map 类型的 lynx_value 插入给定的 key-value
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] object | map 类型的 lynx_value |
| [in] utf8name | key 值 |
| [in] value | value 值 |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_map_expected if the types do not match.