pub unsafe fn CollectJSONAttributes(
    cx: *mut JSContext,
    obj: RawHandleObject,
    this: *mut c_void,
    result: &RootedGuard<'_, *mut JSObject>
) -> bool