Read the uint64_t value from lynx_value.
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] value | uint64_t 类型的 lynx_value |
| [out] result | 读取的 uint64_t 值 |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_uint64_expected if the types do not match.