pub unsafe fn JS_SetPropertyById(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    v: Handle<'_, Value>
) -> bool