用给定的 uint32_t 值创建一个 bool 类型的 lynx_value
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] value | Unsigned 32-bit integer value to be represented in lynx_value. |
| [out] result | 一个 int32_t 类型的 lynx_value |
Returns lynx_api_ok if the API succeeded.