pub unsafe fn JS_DefinePropertyById6(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    value: Handle<'_, *mut JSString>,
    attrs: c_uint
) -> bool