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