pub unsafe extern "C-unwind" fn JSValueToUInt32(
ctx: JSContextRef,
value: JSValueRef,
exception: *mut JSValueRef,
) -> u32👎Deprecated:
renamed to JSValue::to_u_int32
Available on crate features
JSBase and JSValueRef only.