napi_status napi_get_null(napi_env env, napi_value* result)
[in] env: The environment that the API is invoked under.[out] result:napi_valuerepresenting JavaScriptnullobject.
Returns napi_ok if the API succeeded.
This API returns the null object.
