Following functions accept `const char*` according to the docs, but in fact `napi_value` according to implementation: - `napi_create_symbol` - `napi_create_error` - `napi_create_type_error` - `napi_create_range_error` /cc @nodejs/n-api