this repo has no description
1/*
2 This file is part of Darling.
3
4 Copyright (C) 2021 Lubos Dolezel
5
6 Darling is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 Darling is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with Darling. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20
21#include <Accessibility/Accessibility.h>
22#include <stdlib.h>
23#include <stdio.h>
24
25static int verbose = 0;
26
27__attribute__((constructor))
28static void initme(void) {
29 verbose = getenv("STUB_VERBOSE") != NULL;
30}
31
32void* AXBeginListeningToUserDefaultsChanges(void)
33{
34 if (verbose) puts("STUB: AXBeginListeningToUserDefaultsChanges called");
35 return NULL;
36}
37
38void* AXCPCopySharedResourcesPreferencesDomainForDomain(void)
39{
40 if (verbose) puts("STUB: AXCPCopySharedResourcesPreferencesDomainForDomain called");
41 return NULL;
42}
43
44void* AXCPSharedResourcesDirectory(void)
45{
46 if (verbose) puts("STUB: AXCPSharedResourcesDirectory called");
47 return NULL;
48}
49
50void* AXDisallowsUIBasedAccessibilityFeatures(void)
51{
52 if (verbose) puts("STUB: AXDisallowsUIBasedAccessibilityFeatures called");
53 return NULL;
54}
55
56void* AXLocalizationForLocale(void)
57{
58 if (verbose) puts("STUB: AXLocalizationForLocale called");
59 return NULL;
60}
61
62void* AXLocalizedStringForLocale(void)
63{
64 if (verbose) puts("STUB: AXLocalizedStringForLocale called");
65 return NULL;
66}
67
68void* AXNSLocalizedStringForLocale(void)
69{
70 if (verbose) puts("STUB: AXNSLocalizedStringForLocale called");
71 return NULL;
72}
73
74void* AXRetrieveSupportedAccessibilityLanguages(void)
75{
76 if (verbose) puts("STUB: AXRetrieveSupportedAccessibilityLanguages called");
77 return NULL;
78}
79
80void* AXSAccessibilityUtilitiesPath(void)
81{
82 if (verbose) puts("STUB: AXSAccessibilityUtilitiesPath called");
83 return NULL;
84}
85
86void* _AXDarkenSystemColors(void)
87{
88 if (verbose) puts("STUB: _AXDarkenSystemColors called");
89 return NULL;
90}
91
92void* _AXSAXInspectorEnabled(void)
93{
94 if (verbose) puts("STUB: _AXSAXInspectorEnabled called");
95 return NULL;
96}
97
98void* _AXSAXInspectorSetEnabled(void)
99{
100 if (verbose) puts("STUB: _AXSAXInspectorSetEnabled called");
101 return NULL;
102}
103
104void* _AXSAccessibilityBundlesPath(void)
105{
106 if (verbose) puts("STUB: _AXSAccessibilityBundlesPath called");
107 return NULL;
108}
109
110void* _AXSAccessibilityCopyiTunesPreference(void)
111{
112 if (verbose) puts("STUB: _AXSAccessibilityCopyiTunesPreference called");
113 return NULL;
114}
115
116void* _AXSAccessibilityEnabled(void)
117{
118 if (verbose) puts("STUB: _AXSAccessibilityEnabled called");
119 return NULL;
120}
121
122void* _AXSAccessibilityEnablers(void)
123{
124 if (verbose) puts("STUB: _AXSAccessibilityEnablers called");
125 return NULL;
126}
127
128void* _AXSAccessibilityGetBooleaniTunesPreference(void)
129{
130 if (verbose) puts("STUB: _AXSAccessibilityGetBooleaniTunesPreference called");
131 return NULL;
132}
133
134void* _AXSAccessibilityHasNoticedOpaqueTouchDevice(void)
135{
136 if (verbose) puts("STUB: _AXSAccessibilityHasNoticedOpaqueTouchDevice called");
137 return NULL;
138}
139
140void* _AXSAccessibilityPreferenceDomain(void)
141{
142 if (verbose) puts("STUB: _AXSAccessibilityPreferenceDomain called");
143 return NULL;
144}
145
146void* _AXSAccessibilitySetiTunesPreference(void)
147{
148 if (verbose) puts("STUB: _AXSAccessibilitySetiTunesPreference called");
149 return NULL;
150}
151
152void* _AXSAllowOpaqueTouchGestures(void)
153{
154 if (verbose) puts("STUB: _AXSAllowOpaqueTouchGestures called");
155 return NULL;
156}
157
158void* _AXSAppleTVRemoteUsesSimpleGestures(void)
159{
160 if (verbose) puts("STUB: _AXSAppleTVRemoteUsesSimpleGestures called");
161 return NULL;
162}
163
164void* _AXSApplicationAccessibilityEnabled(void)
165{
166 if (verbose) puts("STUB: _AXSApplicationAccessibilityEnabled called");
167 return NULL;
168}
169
170void* _AXSApplicationAccessibilitySetEnabled(void)
171{
172 if (verbose) puts("STUB: _AXSApplicationAccessibilitySetEnabled called");
173 return NULL;
174}
175
176void* _AXSAssistiveTouchEnabled(void)
177{
178 if (verbose) puts("STUB: _AXSAssistiveTouchEnabled called");
179 return NULL;
180}
181
182void* _AXSAssistiveTouchHardwareEnabled(void)
183{
184 if (verbose) puts("STUB: _AXSAssistiveTouchHardwareEnabled called");
185 return NULL;
186}
187
188void* _AXSAssistiveTouchRepairIncarnationModeEnabled(void)
189{
190 if (verbose) puts("STUB: _AXSAssistiveTouchRepairIncarnationModeEnabled called");
191 return NULL;
192}
193
194void* _AXSAssistiveTouchScannerEnabled(void)
195{
196 if (verbose) puts("STUB: _AXSAssistiveTouchScannerEnabled called");
197 return NULL;
198}
199
200void* _AXSAssistiveTouchScannerSetEnabled(void)
201{
202 if (verbose) puts("STUB: _AXSAssistiveTouchScannerSetEnabled called");
203 return NULL;
204}
205
206void* _AXSAssistiveTouchSetEnabled(void)
207{
208 if (verbose) puts("STUB: _AXSAssistiveTouchSetEnabled called");
209 return NULL;
210}
211
212void* _AXSAssistiveTouchSetHardwareEnabled(void)
213{
214 if (verbose) puts("STUB: _AXSAssistiveTouchSetHardwareEnabled called");
215 return NULL;
216}
217
218void* _AXSAssistiveTouchSetRepairIncarnationModeEnabled(void)
219{
220 if (verbose) puts("STUB: _AXSAssistiveTouchSetRepairIncarnationModeEnabled called");
221 return NULL;
222}
223
224void* _AXSAssistiveTouchSetUIEnabled(void)
225{
226 if (verbose) puts("STUB: _AXSAssistiveTouchSetUIEnabled called");
227 return NULL;
228}
229
230void* _AXSAssistiveTouchUIEnabled(void)
231{
232 if (verbose) puts("STUB: _AXSAssistiveTouchUIEnabled called");
233 return NULL;
234}
235
236void* _AXSAttentionAwarenessFeaturesEnabled(void)
237{
238 if (verbose) puts("STUB: _AXSAttentionAwarenessFeaturesEnabled called");
239 return NULL;
240}
241
242void* _AXSAuditInspectionModeEnabled(void)
243{
244 if (verbose) puts("STUB: _AXSAuditInspectionModeEnabled called");
245 return NULL;
246}
247
248void* _AXSAutoBrightnessEnabled(void)
249{
250 if (verbose) puts("STUB: _AXSAutoBrightnessEnabled called");
251 return NULL;
252}
253
254void* _AXSAutomationEnabled(void)
255{
256 if (verbose) puts("STUB: _AXSAutomationEnabled called");
257 return NULL;
258}
259
260void* _AXSAutomationFauxCollectionViewCellsEnabled(void)
261{
262 if (verbose) puts("STUB: _AXSAutomationFauxCollectionViewCellsEnabled called");
263 return NULL;
264}
265
266void* _AXSAutomationFauxTableViewCellsEnabled(void)
267{
268 if (verbose) puts("STUB: _AXSAutomationFauxTableViewCellsEnabled called");
269 return NULL;
270}
271
272void* _AXSAutomationHitpointWarpingEnabled(void)
273{
274 if (verbose) puts("STUB: _AXSAutomationHitpointWarpingEnabled called");
275 return NULL;
276}
277
278void* _AXSAutomationLocalizedStringLookupInfoEnabled(void)
279{
280 if (verbose) puts("STUB: _AXSAutomationLocalizedStringLookupInfoEnabled called");
281 return NULL;
282}
283
284void* _AXSAutomationLocalizedStringLookupInfoSetEnabled(void)
285{
286 if (verbose) puts("STUB: _AXSAutomationLocalizedStringLookupInfoSetEnabled called");
287 return NULL;
288}
289
290void* _AXSAutomationPreferredLocalization(void)
291{
292 if (verbose) puts("STUB: _AXSAutomationPreferredLocalization called");
293 return NULL;
294}
295
296void* _AXSAutomationSetFauxCollectionViewCellsEnabled(void)
297{
298 if (verbose) puts("STUB: _AXSAutomationSetFauxCollectionViewCellsEnabled called");
299 return NULL;
300}
301
302void* _AXSAutomationSetFauxTableViewCellsEnabled(void)
303{
304 if (verbose) puts("STUB: _AXSAutomationSetFauxTableViewCellsEnabled called");
305 return NULL;
306}
307
308void* _AXSAutomationSetHitpointWarpingEnabled(void)
309{
310 if (verbose) puts("STUB: _AXSAutomationSetHitpointWarpingEnabled called");
311 return NULL;
312}
313
314void* _AXSBlueYellowFilterEnabled(void)
315{
316 if (verbose) puts("STUB: _AXSBlueYellowFilterEnabled called");
317 return NULL;
318}
319
320void* _AXSBlueYellowFilterSetEnabled(void)
321{
322 if (verbose) puts("STUB: _AXSBlueYellowFilterSetEnabled called");
323 return NULL;
324}
325
326void* _AXSButtonShapesEnabled(void)
327{
328 if (verbose) puts("STUB: _AXSButtonShapesEnabled called");
329 return NULL;
330}
331
332void* _AXSCachedValueForBrightnessFilter(void)
333{
334 if (verbose) puts("STUB: _AXSCachedValueForBrightnessFilter called");
335 return NULL;
336}
337
338void* _AXSCanDisableApplicationAccessibility(void)
339{
340 if (verbose) puts("STUB: _AXSCanDisableApplicationAccessibility called");
341 return NULL;
342}
343
344void* _AXSCharacterVoiceDefaultSupportedLanguages(void)
345{
346 if (verbose) puts("STUB: _AXSCharacterVoiceDefaultSupportedLanguages called");
347 return NULL;
348}
349
350void* _AXSCharacterVoiceSupportedForLocale(void)
351{
352 if (verbose) puts("STUB: _AXSCharacterVoiceSupportedForLocale called");
353 return NULL;
354}
355
356void* _AXSCharacterVoiceSupportedForLocaleIdentifier(void)
357{
358 if (verbose) puts("STUB: _AXSCharacterVoiceSupportedForLocaleIdentifier called");
359 return NULL;
360}
361
362void* _AXSCheckForNonStandardApplicationAccessibilityEnabler(void)
363{
364 if (verbose) puts("STUB: _AXSCheckForNonStandardApplicationAccessibilityEnabler called");
365 return NULL;
366}
367
368void* _AXSClassicInvertColorsEnabled(void)
369{
370 if (verbose) puts("STUB: _AXSClassicInvertColorsEnabled called");
371 return NULL;
372}
373
374void* _AXSClassicInvertColorsSetEnabled(void)
375{
376 if (verbose) puts("STUB: _AXSClassicInvertColorsSetEnabled called");
377 return NULL;
378}
379
380void* _AXSClipTracerAccessibilityModeEnabled(void)
381{
382 if (verbose) puts("STUB: _AXSClipTracerAccessibilityModeEnabled called");
383 return NULL;
384}
385
386void* _AXSClosedCaptionsEnabled(void)
387{
388 if (verbose) puts("STUB: _AXSClosedCaptionsEnabled called");
389 return NULL;
390}
391
392void* _AXSClosedCaptionsSetEnabled(void)
393{
394 if (verbose) puts("STUB: _AXSClosedCaptionsSetEnabled called");
395 return NULL;
396}
397
398void* _AXSColorTintFilterEnabled(void)
399{
400 if (verbose) puts("STUB: _AXSColorTintFilterEnabled called");
401 return NULL;
402}
403
404void* _AXSColorTintSetEnabled(void)
405{
406 if (verbose) puts("STUB: _AXSColorTintSetEnabled called");
407 return NULL;
408}
409
410void* _AXSCommandAndControlEnabled(void)
411{
412 if (verbose) puts("STUB: _AXSCommandAndControlEnabled called");
413 return NULL;
414}
415
416void* _AXSCommandAndControlSetEnabled(void)
417{
418 if (verbose) puts("STUB: _AXSCommandAndControlSetEnabled called");
419 return NULL;
420}
421
422void* _AXSContextKitAppIsWhitelisted(void)
423{
424 if (verbose) puts("STUB: _AXSContextKitAppIsWhitelisted called");
425 return NULL;
426}
427
428void* _AXSContextKitContextIsLoneApplicationAccessibilityEnabler(void)
429{
430 if (verbose) puts("STUB: _AXSContextKitContextIsLoneApplicationAccessibilityEnabler called");
431 return NULL;
432}
433
434void* _AXSContextKitContextIsLoneEnabler(void)
435{
436 if (verbose) puts("STUB: _AXSContextKitContextIsLoneEnabler called");
437 return NULL;
438}
439
440void* _AXSCopyPreferenceValue(void)
441{
442 if (verbose) puts("STUB: _AXSCopyPreferenceValue called");
443 return NULL;
444}
445
446void* _AXSCopyPreferredContentSizeCategoryName(void)
447{
448 if (verbose) puts("STUB: _AXSCopyPreferredContentSizeCategoryName called");
449 return NULL;
450}
451
452void* _AXSCopySettingsDataBlobForBuddy(void)
453{
454 if (verbose) puts("STUB: _AXSCopySettingsDataBlobForBuddy called");
455 return NULL;
456}
457
458void* _AXSCrashOnValidationErrors(void)
459{
460 if (verbose) puts("STUB: _AXSCrashOnValidationErrors called");
461 return NULL;
462}
463
464void* _AXSCurrentAccessibilitySettingsCanSupportLoginUI(void)
465{
466 if (verbose) puts("STUB: _AXSCurrentAccessibilitySettingsCanSupportLoginUI called");
467 return NULL;
468}
469
470void* _AXSDefaultRouteForCall(void)
471{
472 if (verbose) puts("STUB: _AXSDefaultRouteForCall called");
473 return NULL;
474}
475
476void* _AXSDidInitializeNotificationListeners(void)
477{
478 if (verbose) puts("STUB: _AXSDidInitializeNotificationListeners called");
479 return NULL;
480}
481
482void* _AXSDifferentiateWithoutColorEnabled(void)
483{
484 if (verbose) puts("STUB: _AXSDifferentiateWithoutColorEnabled called");
485 return NULL;
486}
487
488void* _AXSDisableDomainSynching(void)
489{
490 if (verbose) puts("STUB: _AXSDisableDomainSynching called");
491 return NULL;
492}
493
494void* _AXSDisableScreenFilters(void)
495{
496 if (verbose) puts("STUB: _AXSDisableScreenFilters called");
497 return NULL;
498}
499
500void* _AXSEarpieceNoiseCancellationEnabled(void)
501{
502 if (verbose) puts("STUB: _AXSEarpieceNoiseCancellationEnabled called");
503 return NULL;
504}
505
506void* _AXSEarpieceNoiseCancellationSetEnabled(void)
507{
508 if (verbose) puts("STUB: _AXSEarpieceNoiseCancellationSetEnabled called");
509 return NULL;
510}
511
512void* _AXSEnhanceBackgroundContrastEnabled(void)
513{
514 if (verbose) puts("STUB: _AXSEnhanceBackgroundContrastEnabled called");
515 return NULL;
516}
517
518void* _AXSEnhanceTextLegibilityEnabled(void)
519{
520 if (verbose) puts("STUB: _AXSEnhanceTextLegibilityEnabled called");
521 return NULL;
522}
523
524void* _AXSEnhanceTextTrackingEnabled(void)
525{
526 if (verbose) puts("STUB: _AXSEnhanceTextTrackingEnabled called");
527 return NULL;
528}
529
530void* _AXSExtendedKeyboardPredictionsEnabled(void)
531{
532 if (verbose) puts("STUB: _AXSExtendedKeyboardPredictionsEnabled called");
533 return NULL;
534}
535
536void* _AXSForcePreferenceUpdate(void)
537{
538 if (verbose) puts("STUB: _AXSForcePreferenceUpdate called");
539 return NULL;
540}
541
542void* _AXSForceTouchEnabled(void)
543{
544 if (verbose) puts("STUB: _AXSForceTouchEnabled called");
545 return NULL;
546}
547
548void* _AXSForceTouchSensitivity(void)
549{
550 if (verbose) puts("STUB: _AXSForceTouchSensitivity called");
551 return NULL;
552}
553
554void* _AXSForceTouchTimeDuration(void)
555{
556 if (verbose) puts("STUB: _AXSForceTouchTimeDuration called");
557 return NULL;
558}
559
560void* _AXSFullKeyboardAccessEnabled(void)
561{
562 if (verbose) puts("STUB: _AXSFullKeyboardAccessEnabled called");
563 return NULL;
564}
565
566void* _AXSFullKeyboardAccessFocusRingEnabled(void)
567{
568 if (verbose) puts("STUB: _AXSFullKeyboardAccessFocusRingEnabled called");
569 return NULL;
570}
571
572void* _AXSFullKeyboardAccessPassthroughModeEnabled(void)
573{
574 if (verbose) puts("STUB: _AXSFullKeyboardAccessPassthroughModeEnabled called");
575 return NULL;
576}
577
578void* _AXSFullKeyboardAccessSetEnabled(void)
579{
580 if (verbose) puts("STUB: _AXSFullKeyboardAccessSetEnabled called");
581 return NULL;
582}
583
584void* _AXSFullKeyboardAccessSetFocusRingEnabled(void)
585{
586 if (verbose) puts("STUB: _AXSFullKeyboardAccessSetFocusRingEnabled called");
587 return NULL;
588}
589
590void* _AXSFullKeyboardAccessSetPassthroughModeEnabled(void)
591{
592 if (verbose) puts("STUB: _AXSFullKeyboardAccessSetPassthroughModeEnabled called");
593 return NULL;
594}
595
596void* _AXSGetUSBRMDisablers(void)
597{
598 if (verbose) puts("STUB: _AXSGetUSBRMDisablers called");
599 return NULL;
600}
601
602void* _AXSGrayscaleEnabled(void)
603{
604 if (verbose) puts("STUB: _AXSGrayscaleEnabled called");
605 return NULL;
606}
607
608void* _AXSGrayscaleSetEnabled(void)
609{
610 if (verbose) puts("STUB: _AXSGrayscaleSetEnabled called");
611 return NULL;
612}
613
614void* _AXSGreenRedFilterEnabled(void)
615{
616 if (verbose) puts("STUB: _AXSGreenRedFilterEnabled called");
617 return NULL;
618}
619
620void* _AXSGreenRedFilterSetEnabled(void)
621{
622 if (verbose) puts("STUB: _AXSGreenRedFilterSetEnabled called");
623 return NULL;
624}
625
626void* _AXSGuidedAccessEnabled(void)
627{
628 if (verbose) puts("STUB: _AXSGuidedAccessEnabled called");
629 return NULL;
630}
631
632void* _AXSGuidedAccessEnabledByManagedConfiguration(void)
633{
634 if (verbose) puts("STUB: _AXSGuidedAccessEnabledByManagedConfiguration called");
635 return NULL;
636}
637
638void* _AXSGuidedAccessHasPasscode(void)
639{
640 if (verbose) puts("STUB: _AXSGuidedAccessHasPasscode called");
641 return NULL;
642}
643
644void* _AXSGuidedAccessRequiresApplicationAccessibility(void)
645{
646 if (verbose) puts("STUB: _AXSGuidedAccessRequiresApplicationAccessibility called");
647 return NULL;
648}
649
650void* _AXSGuidedAccessSetEnabled(void)
651{
652 if (verbose) puts("STUB: _AXSGuidedAccessSetEnabled called");
653 return NULL;
654}
655
656void* _AXSGuidedAccessSetEnabledByManagedConfiguration(void)
657{
658 if (verbose) puts("STUB: _AXSGuidedAccessSetEnabledByManagedConfiguration called");
659 return NULL;
660}
661
662void* _AXSGuidedAccessSetHasPasscode(void)
663{
664 if (verbose) puts("STUB: _AXSGuidedAccessSetHasPasscode called");
665 return NULL;
666}
667
668void* _AXSGuidedAccessStartSession(void)
669{
670 if (verbose) puts("STUB: _AXSGuidedAccessStartSession called");
671 return NULL;
672}
673
674void* _AXSHandleHomeButtonPressSwallowedForGuidedAccess(void)
675{
676 if (verbose) puts("STUB: _AXSHandleHomeButtonPressSwallowedForGuidedAccess called");
677 return NULL;
678}
679
680void* _AXSHandleTripleClickHomeButtonPress(void)
681{
682 if (verbose) puts("STUB: _AXSHandleTripleClickHomeButtonPress called");
683 return NULL;
684}
685
686void* _AXSHearingAidComplianceEnabled(void)
687{
688 if (verbose) puts("STUB: _AXSHearingAidComplianceEnabled called");
689 return NULL;
690}
691
692void* _AXSHearingAidComplianceSetEnabled(void)
693{
694 if (verbose) puts("STUB: _AXSHearingAidComplianceSetEnabled called");
695 return NULL;
696}
697
698void* _AXSHearingAidRingtoneStreamingEnabled(void)
699{
700 if (verbose) puts("STUB: _AXSHearingAidRingtoneStreamingEnabled called");
701 return NULL;
702}
703
704void* _AXSHearingAidRingtoneStreamingSetEnabled(void)
705{
706 if (verbose) puts("STUB: _AXSHearingAidRingtoneStreamingSetEnabled called");
707 return NULL;
708}
709
710void* _AXSHearingAidsPaired(void)
711{
712 if (verbose) puts("STUB: _AXSHearingAidsPaired called");
713 return NULL;
714}
715
716void* _AXSHearingAidsSetPaired(void)
717{
718 if (verbose) puts("STUB: _AXSHearingAidsSetPaired called");
719 return NULL;
720}
721
722void* _AXSHearingDevicePairedEars(void)
723{
724 if (verbose) puts("STUB: _AXSHearingDevicePairedEars called");
725 return NULL;
726}
727
728void* _AXSHearingSetDevicePairedEars(void)
729{
730 if (verbose) puts("STUB: _AXSHearingSetDevicePairedEars called");
731 return NULL;
732}
733
734void* _AXSHighContrastFocusIndicatorsEnabled(void)
735{
736 if (verbose) puts("STUB: _AXSHighContrastFocusIndicatorsEnabled called");
737 return NULL;
738}
739
740void* _AXSHomeButtonAssistant(void)
741{
742 if (verbose) puts("STUB: _AXSHomeButtonAssistant called");
743 return NULL;
744}
745
746void* _AXSHomeButtonRestingUnlock(void)
747{
748 if (verbose) puts("STUB: _AXSHomeButtonRestingUnlock called");
749 return NULL;
750}
751
752void* _AXSHomeButtonRestingUnlockEverSet(void)
753{
754 if (verbose) puts("STUB: _AXSHomeButtonRestingUnlockEverSet called");
755 return NULL;
756}
757
758void* _AXSHomeButtonSetRestingUnlock(void)
759{
760 if (verbose) puts("STUB: _AXSHomeButtonSetRestingUnlock called");
761 return NULL;
762}
763
764void* _AXSHomeClickEnabled(void)
765{
766 if (verbose) puts("STUB: _AXSHomeClickEnabled called");
767 return NULL;
768}
769
770void* _AXSHomeClickSetSpeed(void)
771{
772 if (verbose) puts("STUB: _AXSHomeClickSetSpeed called");
773 return NULL;
774}
775
776void* _AXSHomeClickSpeed(void)
777{
778 if (verbose) puts("STUB: _AXSHomeClickSpeed called");
779 return NULL;
780}
781
782void* _AXSInDataMigrationMode(void)
783{
784 if (verbose) puts("STUB: _AXSInDataMigrationMode called");
785 return NULL;
786}
787
788void* _AXSInPerformanceTestMode(void)
789{
790 if (verbose) puts("STUB: _AXSInPerformanceTestMode called");
791 return NULL;
792}
793
794void* _AXSInUnitTestMode(void)
795{
796 if (verbose) puts("STUB: _AXSInUnitTestMode called");
797 return NULL;
798}
799
800void* _AXSIncreaseButtonLegibility(void)
801{
802 if (verbose) puts("STUB: _AXSIncreaseButtonLegibility called");
803 return NULL;
804}
805
806void* _AXSInvertColorsDisplaySetEnabled(void)
807{
808 if (verbose) puts("STUB: _AXSInvertColorsDisplaySetEnabled called");
809 return NULL;
810}
811
812void* _AXSInvertColorsEnabled(void)
813{
814 if (verbose) puts("STUB: _AXSInvertColorsEnabled called");
815 return NULL;
816}
817
818void* _AXSInvertColorsMarkInvertColorsPreloadComplete(void)
819{
820 if (verbose) puts("STUB: _AXSInvertColorsMarkInvertColorsPreloadComplete called");
821 return NULL;
822}
823
824void* _AXSInvertColorsReloadPreferenceImmediately(void)
825{
826 if (verbose) puts("STUB: _AXSInvertColorsReloadPreferenceImmediately called");
827 return NULL;
828}
829
830void* _AXSInvertColorsSetEnabled(void)
831{
832 if (verbose) puts("STUB: _AXSInvertColorsSetEnabled called");
833 return NULL;
834}
835
836void* _AXSKeyRepeatDelay(void)
837{
838 if (verbose) puts("STUB: _AXSKeyRepeatDelay called");
839 return NULL;
840}
841
842void* _AXSKeyRepeatEnabled(void)
843{
844 if (verbose) puts("STUB: _AXSKeyRepeatEnabled called");
845 return NULL;
846}
847
848void* _AXSKeyRepeatInterval(void)
849{
850 if (verbose) puts("STUB: _AXSKeyRepeatInterval called");
851 return NULL;
852}
853
854void* _AXSLargeTextUsesExtendedRange(void)
855{
856 if (verbose) puts("STUB: _AXSLargeTextUsesExtendedRange called");
857 return NULL;
858}
859
860void* _AXSLeftRightAudioBalance(void)
861{
862 if (verbose) puts("STUB: _AXSLeftRightAudioBalance called");
863 return NULL;
864}
865
866void* _AXSLetterFeedbackEnabled(void)
867{
868 if (verbose) puts("STUB: _AXSLetterFeedbackEnabled called");
869 return NULL;
870}
871
872void* _AXSLocalizationCaptionMode(void)
873{
874 if (verbose) puts("STUB: _AXSLocalizationCaptionMode called");
875 return NULL;
876}
877
878void* _AXSLockClickDownPressDurationScaleFactor(void)
879{
880 if (verbose) puts("STUB: _AXSLockClickDownPressDurationScaleFactor called");
881 return NULL;
882}
883
884void* _AXSLockClickVarianceScaleFactor(void)
885{
886 if (verbose) puts("STUB: _AXSLockClickVarianceScaleFactor called");
887 return NULL;
888}
889
890void* _AXSLogValidationErrors(void)
891{
892 if (verbose) puts("STUB: _AXSLogValidationErrors called");
893 return NULL;
894}
895
896void* _AXSLowercaseKeyboardDisplayEnabled(void)
897{
898 if (verbose) puts("STUB: _AXSLowercaseKeyboardDisplayEnabled called");
899 return NULL;
900}
901
902void* _AXSMonoAudioEnabled(void)
903{
904 if (verbose) puts("STUB: _AXSMonoAudioEnabled called");
905 return NULL;
906}
907
908void* _AXSMonoAudioSetEnabled(void)
909{
910 if (verbose) puts("STUB: _AXSMonoAudioSetEnabled called");
911 return NULL;
912}
913
914void* _AXSNamedSingleSystemColor(void)
915{
916 if (verbose) puts("STUB: _AXSNamedSingleSystemColor called");
917 return NULL;
918}
919
920void* _AXSOpaqueTouchTapSpeed(void)
921{
922 if (verbose) puts("STUB: _AXSOpaqueTouchTapSpeed called");
923 return NULL;
924}
925
926void* _AXSPearlAuthenticationHapticsEnabled(void)
927{
928 if (verbose) puts("STUB: _AXSPearlAuthenticationHapticsEnabled called");
929 return NULL;
930}
931
932void* _AXSPearlRestingUnlock(void)
933{
934 if (verbose) puts("STUB: _AXSPearlRestingUnlock called");
935 return NULL;
936}
937
938void* _AXSPearlRestingUnlockEverSet(void)
939{
940 if (verbose) puts("STUB: _AXSPearlRestingUnlockEverSet called");
941 return NULL;
942}
943
944void* _AXSPearlSetRestingUnlock(void)
945{
946 if (verbose) puts("STUB: _AXSPearlSetRestingUnlock called");
947 return NULL;
948}
949
950void* _AXSPhoneticFeedbackEnabled(void)
951{
952 if (verbose) puts("STUB: _AXSPhoneticFeedbackEnabled called");
953 return NULL;
954}
955
956void* _AXSPreferredFontSize(void)
957{
958 if (verbose) puts("STUB: _AXSPreferredFontSize called");
959 return NULL;
960}
961
962void* _AXSPreferredFontSizeSetSize(void)
963{
964 if (verbose) puts("STUB: _AXSPreferredFontSizeSetSize called");
965 return NULL;
966}
967
968void* _AXSProcessDrawsAssistiveUI(void)
969{
970 if (verbose) puts("STUB: _AXSProcessDrawsAssistiveUI called");
971 return NULL;
972}
973
974void* _AXSQuickSpeakCopyPreferredLocalesForLanguages(void)
975{
976 if (verbose) puts("STUB: _AXSQuickSpeakCopyPreferredLocalesForLanguages called");
977 return NULL;
978}
979
980void* _AXSQuickSpeakEnabled(void)
981{
982 if (verbose) puts("STUB: _AXSQuickSpeakEnabled called");
983 return NULL;
984}
985
986void* _AXSQuickSpeakSetEnabled(void)
987{
988 if (verbose) puts("STUB: _AXSQuickSpeakSetEnabled called");
989 return NULL;
990}
991
992void* _AXSQuickSpeakSetPreferredLocaleForLanguage(void)
993{
994 if (verbose) puts("STUB: _AXSQuickSpeakSetPreferredLocaleForLanguage called");
995 return NULL;
996}
997
998void* _AXSQuickTypePredictionFeedbackEnabled(void)
999{
1000 if (verbose) puts("STUB: _AXSQuickTypePredictionFeedbackEnabled called");
1001 return NULL;
1002}
1003
1004void* _AXSRedGreenFilterEnabled(void)
1005{
1006 if (verbose) puts("STUB: _AXSRedGreenFilterEnabled called");
1007 return NULL;
1008}
1009
1010void* _AXSRedGreenFilterSetEnabled(void)
1011{
1012 if (verbose) puts("STUB: _AXSRedGreenFilterSetEnabled called");
1013 return NULL;
1014}
1015
1016void* _AXSReduceMotionAutoplayMessagesEffectsEnabled(void)
1017{
1018 if (verbose) puts("STUB: _AXSReduceMotionAutoplayMessagesEffectsEnabled called");
1019 return NULL;
1020}
1021
1022void* _AXSReduceMotionAutoplayVideoPreviewsEnabled(void)
1023{
1024 if (verbose) puts("STUB: _AXSReduceMotionAutoplayVideoPreviewsEnabled called");
1025 return NULL;
1026}
1027
1028void* _AXSReduceMotionEnabled(void)
1029{
1030 if (verbose) puts("STUB: _AXSReduceMotionEnabled called");
1031 return NULL;
1032}
1033
1034void* _AXSReduceMotionReduceSlideTransitionsEnabled(void)
1035{
1036 if (verbose) puts("STUB: _AXSReduceMotionReduceSlideTransitionsEnabled called");
1037 return NULL;
1038}
1039
1040void* _AXSReduceWhitePointEnabled(void)
1041{
1042 if (verbose) puts("STUB: _AXSReduceWhitePointEnabled called");
1043 return NULL;
1044}
1045
1046void* _AXSReportValidationErrors(void)
1047{
1048 if (verbose) puts("STUB: _AXSReportValidationErrors called");
1049 return NULL;
1050}
1051
1052void* _AXSResetAccessibilityFeatures(void)
1053{
1054 if (verbose) puts("STUB: _AXSResetAccessibilityFeatures called");
1055 return NULL;
1056}
1057
1058void* _AXSRestoreSettingsFromDataBlobForBuddy(void)
1059{
1060 if (verbose) puts("STUB: _AXSRestoreSettingsFromDataBlobForBuddy called");
1061 return NULL;
1062}
1063
1064void* _AXSScreenContrast(void)
1065{
1066 if (verbose) puts("STUB: _AXSScreenContrast called");
1067 return NULL;
1068}
1069
1070void* _AXSScreenFilterApplied(void)
1071{
1072 if (verbose) puts("STUB: _AXSScreenFilterApplied called");
1073 return NULL;
1074}
1075
1076void* _AXSScreenFilterSetShowInitialAlert(void)
1077{
1078 if (verbose) puts("STUB: _AXSScreenFilterSetShowInitialAlert called");
1079 return NULL;
1080}
1081
1082void* _AXSScreenFilterShowInitialAlert(void)
1083{
1084 if (verbose) puts("STUB: _AXSScreenFilterShowInitialAlert called");
1085 return NULL;
1086}
1087
1088void* _AXSSetAccessibilityEnabled(void)
1089{
1090 if (verbose) puts("STUB: _AXSSetAccessibilityEnabled called");
1091 return NULL;
1092}
1093
1094void* _AXSSetAccessibilityHasNoticedOpaqueTouchDevice(void)
1095{
1096 if (verbose) puts("STUB: _AXSSetAccessibilityHasNoticedOpaqueTouchDevice called");
1097 return NULL;
1098}
1099
1100void* _AXSSetAccessibilityNeedsCameraOnLockScreen(void)
1101{
1102 if (verbose) puts("STUB: _AXSSetAccessibilityNeedsCameraOnLockScreen called");
1103 return NULL;
1104}
1105
1106void* _AXSSetAllowOpaqueTouchGestures(void)
1107{
1108 if (verbose) puts("STUB: _AXSSetAllowOpaqueTouchGestures called");
1109 return NULL;
1110}
1111
1112void* _AXSSetAppleTVRemoteUsesSimpleGestures(void)
1113{
1114 if (verbose) puts("STUB: _AXSSetAppleTVRemoteUsesSimpleGestures called");
1115 return NULL;
1116}
1117
1118void* _AXSSetAttentionAwarenessFeaturesEnabled(void)
1119{
1120 if (verbose) puts("STUB: _AXSSetAttentionAwarenessFeaturesEnabled called");
1121 return NULL;
1122}
1123
1124void* _AXSSetAuditInspectionModeEnabled(void)
1125{
1126 if (verbose) puts("STUB: _AXSSetAuditInspectionModeEnabled called");
1127 return NULL;
1128}
1129
1130void* _AXSSetAutomationEnabled(void)
1131{
1132 if (verbose) puts("STUB: _AXSSetAutomationEnabled called");
1133 return NULL;
1134}
1135
1136void* _AXSSetButtonShapesEnabled(void)
1137{
1138 if (verbose) puts("STUB: _AXSSetButtonShapesEnabled called");
1139 return NULL;
1140}
1141
1142void* _AXSSetCacheForBrightnessFilter(void)
1143{
1144 if (verbose) puts("STUB: _AXSSetCacheForBrightnessFilter called");
1145 return NULL;
1146}
1147
1148void* _AXSSetClipTracerAccessibilityModeEnabled(void)
1149{
1150 if (verbose) puts("STUB: _AXSSetClipTracerAccessibilityModeEnabled called");
1151 return NULL;
1152}
1153
1154void* _AXSSetCrashOnValidationErrors(void)
1155{
1156 if (verbose) puts("STUB: _AXSSetCrashOnValidationErrors called");
1157 return NULL;
1158}
1159
1160void* _AXSSetDarkenSystemColors(void)
1161{
1162 if (verbose) puts("STUB: _AXSSetDarkenSystemColors called");
1163 return NULL;
1164}
1165
1166void* _AXSSetDefaultRouteForCall(void)
1167{
1168 if (verbose) puts("STUB: _AXSSetDefaultRouteForCall called");
1169 return NULL;
1170}
1171
1172void* _AXSSetDifferentiateWithoutColorEnabled(void)
1173{
1174 if (verbose) puts("STUB: _AXSSetDifferentiateWithoutColorEnabled called");
1175 return NULL;
1176}
1177
1178void* _AXSSetEnhanceBackgroundContrastEnabled(void)
1179{
1180 if (verbose) puts("STUB: _AXSSetEnhanceBackgroundContrastEnabled called");
1181 return NULL;
1182}
1183
1184void* _AXSSetEnhanceTextLegibilityEnabled(void)
1185{
1186 if (verbose) puts("STUB: _AXSSetEnhanceTextLegibilityEnabled called");
1187 return NULL;
1188}
1189
1190void* _AXSSetEnhanceTextTrackingEnabled(void)
1191{
1192 if (verbose) puts("STUB: _AXSSetEnhanceTextTrackingEnabled called");
1193 return NULL;
1194}
1195
1196void* _AXSSetForceTouchEnabled(void)
1197{
1198 if (verbose) puts("STUB: _AXSSetForceTouchEnabled called");
1199 return NULL;
1200}
1201
1202void* _AXSSetForceTouchSensitivity(void)
1203{
1204 if (verbose) puts("STUB: _AXSSetForceTouchSensitivity called");
1205 return NULL;
1206}
1207
1208void* _AXSSetForceTouchTimeDuration(void)
1209{
1210 if (verbose) puts("STUB: _AXSSetForceTouchTimeDuration called");
1211 return NULL;
1212}
1213
1214void* _AXSSetHighContrastFocusIndicatorsEnabled(void)
1215{
1216 if (verbose) puts("STUB: _AXSSetHighContrastFocusIndicatorsEnabled called");
1217 return NULL;
1218}
1219
1220void* _AXSSetHomeButtonAssistant(void)
1221{
1222 if (verbose) puts("STUB: _AXSSetHomeButtonAssistant called");
1223 return NULL;
1224}
1225
1226void* _AXSSetInDataMigrationMode(void)
1227{
1228 if (verbose) puts("STUB: _AXSSetInDataMigrationMode called");
1229 return NULL;
1230}
1231
1232void* _AXSSetInPerformanceTestMode(void)
1233{
1234 if (verbose) puts("STUB: _AXSSetInPerformanceTestMode called");
1235 return NULL;
1236}
1237
1238void* _AXSSetInUnitTestMode(void)
1239{
1240 if (verbose) puts("STUB: _AXSSetInUnitTestMode called");
1241 return NULL;
1242}
1243
1244void* _AXSSetIncreaseButtonLegibility(void)
1245{
1246 if (verbose) puts("STUB: _AXSSetIncreaseButtonLegibility called");
1247 return NULL;
1248}
1249
1250void* _AXSSetKeyRepeatDelay(void)
1251{
1252 if (verbose) puts("STUB: _AXSSetKeyRepeatDelay called");
1253 return NULL;
1254}
1255
1256void* _AXSSetKeyRepeatEnabled(void)
1257{
1258 if (verbose) puts("STUB: _AXSSetKeyRepeatEnabled called");
1259 return NULL;
1260}
1261
1262void* _AXSSetKeyRepeatInterval(void)
1263{
1264 if (verbose) puts("STUB: _AXSSetKeyRepeatInterval called");
1265 return NULL;
1266}
1267
1268void* _AXSSetLargeTextUsesExtendedRange(void)
1269{
1270 if (verbose) puts("STUB: _AXSSetLargeTextUsesExtendedRange called");
1271 return NULL;
1272}
1273
1274void* _AXSSetLeftRightAudioBalance(void)
1275{
1276 if (verbose) puts("STUB: _AXSSetLeftRightAudioBalance called");
1277 return NULL;
1278}
1279
1280void* _AXSSetLetterFeedbackEnabled(void)
1281{
1282 if (verbose) puts("STUB: _AXSSetLetterFeedbackEnabled called");
1283 return NULL;
1284}
1285
1286void* _AXSSetLocalizationCaptionModeEnabled(void)
1287{
1288 if (verbose) puts("STUB: _AXSSetLocalizationCaptionModeEnabled called");
1289 return NULL;
1290}
1291
1292void* _AXSSetLogValidationErrors(void)
1293{
1294 if (verbose) puts("STUB: _AXSSetLogValidationErrors called");
1295 return NULL;
1296}
1297
1298void* _AXSSetLowercaseKeyboardDisplayEnabled(void)
1299{
1300 if (verbose) puts("STUB: _AXSSetLowercaseKeyboardDisplayEnabled called");
1301 return NULL;
1302}
1303
1304void* _AXSSetNamedSingleSystemColor(void)
1305{
1306 if (verbose) puts("STUB: _AXSSetNamedSingleSystemColor called");
1307 return NULL;
1308}
1309
1310void* _AXSSetOpaqueTouchTapSpeed(void)
1311{
1312 if (verbose) puts("STUB: _AXSSetOpaqueTouchTapSpeed called");
1313 return NULL;
1314}
1315
1316void* _AXSSetPearlAuthenticationHapticsEnabled(void)
1317{
1318 if (verbose) puts("STUB: _AXSSetPearlAuthenticationHapticsEnabled called");
1319 return NULL;
1320}
1321
1322void* _AXSSetPhoneticFeedbackEnabled(void)
1323{
1324 if (verbose) puts("STUB: _AXSSetPhoneticFeedbackEnabled called");
1325 return NULL;
1326}
1327
1328void* _AXSSetPreferredContentSizeCategoryName(void)
1329{
1330 if (verbose) puts("STUB: _AXSSetPreferredContentSizeCategoryName called");
1331 return NULL;
1332}
1333
1334void* _AXSSetQuickTypePredictionFeedbackEnabled(void)
1335{
1336 if (verbose) puts("STUB: _AXSSetQuickTypePredictionFeedbackEnabled called");
1337 return NULL;
1338}
1339
1340void* _AXSSetReduceMotionAutoplayMessagesEffectsEnabled(void)
1341{
1342 if (verbose) puts("STUB: _AXSSetReduceMotionAutoplayMessagesEffectsEnabled called");
1343 return NULL;
1344}
1345
1346void* _AXSSetReduceMotionAutoplayVideoPreviewsEnabled(void)
1347{
1348 if (verbose) puts("STUB: _AXSSetReduceMotionAutoplayVideoPreviewsEnabled called");
1349 return NULL;
1350}
1351
1352void* _AXSSetReduceMotionEnabled(void)
1353{
1354 if (verbose) puts("STUB: _AXSSetReduceMotionEnabled called");
1355 return NULL;
1356}
1357
1358void* _AXSSetReduceMotionReduceSlideTransitionsEnabled(void)
1359{
1360 if (verbose) puts("STUB: _AXSSetReduceMotionReduceSlideTransitionsEnabled called");
1361 return NULL;
1362}
1363
1364void* _AXSSetReduceWhitePointEnabled(void)
1365{
1366 if (verbose) puts("STUB: _AXSSetReduceWhitePointEnabled called");
1367 return NULL;
1368}
1369
1370void* _AXSSetReportValidationErrors(void)
1371{
1372 if (verbose) puts("STUB: _AXSSetReportValidationErrors called");
1373 return NULL;
1374}
1375
1376void* _AXSSetScreenContrast(void)
1377{
1378 if (verbose) puts("STUB: _AXSSetScreenContrast called");
1379 return NULL;
1380}
1381
1382void* _AXSSetShakeToUndoDisabled(void)
1383{
1384 if (verbose) puts("STUB: _AXSSetShakeToUndoDisabled called");
1385 return NULL;
1386}
1387
1388void* _AXSSetShouldUseSpringBoardForHomeButtonDetection(void)
1389{
1390 if (verbose) puts("STUB: _AXSSetShouldUseSpringBoardForHomeButtonDetection called");
1391 return NULL;
1392}
1393
1394void* _AXSSetSideButtonClickSpeed(void)
1395{
1396 if (verbose) puts("STUB: _AXSSetSideButtonClickSpeed called");
1397 return NULL;
1398}
1399
1400void* _AXSSetSiriSemanticContextEnabled(void)
1401{
1402 if (verbose) puts("STUB: _AXSSetSiriSemanticContextEnabled called");
1403 return NULL;
1404}
1405
1406void* _AXSSetSlowKeysAcceptanceDelay(void)
1407{
1408 if (verbose) puts("STUB: _AXSSetSlowKeysAcceptanceDelay called");
1409 return NULL;
1410}
1411
1412void* _AXSSetSlowKeysEnabled(void)
1413{
1414 if (verbose) puts("STUB: _AXSSetSlowKeysEnabled called");
1415 return NULL;
1416}
1417
1418void* _AXSSetSpeakThisEnabled(void)
1419{
1420 if (verbose) puts("STUB: _AXSSetSpeakThisEnabled called");
1421 return NULL;
1422}
1423
1424void* _AXSSetTripleClickOptions(void)
1425{
1426 if (verbose) puts("STUB: _AXSSetTripleClickOptions called");
1427 return NULL;
1428}
1429
1430void* _AXSSetUSBRMDisablers(void)
1431{
1432 if (verbose) puts("STUB: _AXSSetUSBRMDisablers called");
1433 return NULL;
1434}
1435
1436void* _AXSSetUseDarkerKeyboard(void)
1437{
1438 if (verbose) puts("STUB: _AXSSetUseDarkerKeyboard called");
1439 return NULL;
1440}
1441
1442void* _AXSSetUseSingleSystemColor(void)
1443{
1444 if (verbose) puts("STUB: _AXSSetUseSingleSystemColor called");
1445 return NULL;
1446}
1447
1448void* _AXSSetUserEnabledPasscodeForPurchases(void)
1449{
1450 if (verbose) puts("STUB: _AXSSetUserEnabledPasscodeForPurchases called");
1451 return NULL;
1452}
1453
1454void* _AXSSetVibrationDisabled(void)
1455{
1456 if (verbose) puts("STUB: _AXSSetVibrationDisabled called");
1457 return NULL;
1458}
1459
1460void* _AXSSetWebAccessibilityEventsEnabled(void)
1461{
1462 if (verbose) puts("STUB: _AXSSetWebAccessibilityEventsEnabled called");
1463 return NULL;
1464}
1465
1466void* _AXSSetWordFeedbackEnabled(void)
1467{
1468 if (verbose) puts("STUB: _AXSSetWordFeedbackEnabled called");
1469 return NULL;
1470}
1471
1472void* _AXSSetWriteableClient(void)
1473{
1474 if (verbose) puts("STUB: _AXSSetWriteableClient called");
1475 return NULL;
1476}
1477
1478void* _AXSShakeToUndoDisabled(void)
1479{
1480 if (verbose) puts("STUB: _AXSShakeToUndoDisabled called");
1481 return NULL;
1482}
1483
1484void* _AXSShouldUseSpringBoardForHomeButtonDetection(void)
1485{
1486 if (verbose) puts("STUB: _AXSShouldUseSpringBoardForHomeButtonDetection called");
1487 return NULL;
1488}
1489
1490void* _AXSSideButtonClickSpeed(void)
1491{
1492 if (verbose) puts("STUB: _AXSSideButtonClickSpeed called");
1493 return NULL;
1494}
1495
1496void* _AXSSideButtonClickSpeedEnabled(void)
1497{
1498 if (verbose) puts("STUB: _AXSSideButtonClickSpeedEnabled called");
1499 return NULL;
1500}
1501
1502void* _AXSSingleSystemColorValues(void)
1503{
1504 if (verbose) puts("STUB: _AXSSingleSystemColorValues called");
1505 return NULL;
1506}
1507
1508void* _AXSSiriSemanticContextEnabled(void)
1509{
1510 if (verbose) puts("STUB: _AXSSiriSemanticContextEnabled called");
1511 return NULL;
1512}
1513
1514void* _AXSSlowKeysAcceptanceDelay(void)
1515{
1516 if (verbose) puts("STUB: _AXSSlowKeysAcceptanceDelay called");
1517 return NULL;
1518}
1519
1520void* _AXSSlowKeysEnabled(void)
1521{
1522 if (verbose) puts("STUB: _AXSSlowKeysEnabled called");
1523 return NULL;
1524}
1525
1526void* _AXSSoftwareTTYEnabled(void)
1527{
1528 if (verbose) puts("STUB: _AXSSoftwareTTYEnabled called");
1529 return NULL;
1530}
1531
1532void* _AXSSoftwareTTYSetEnabled(void)
1533{
1534 if (verbose) puts("STUB: _AXSSoftwareTTYSetEnabled called");
1535 return NULL;
1536}
1537
1538void* _AXSSpeakThisEnabled(void)
1539{
1540 if (verbose) puts("STUB: _AXSSpeakThisEnabled called");
1541 return NULL;
1542}
1543
1544void* _AXSSpeechSettingsDisabledByManagedConfiguration(void)
1545{
1546 if (verbose) puts("STUB: _AXSSpeechSettingsDisabledByManagedConfiguration called");
1547 return NULL;
1548}
1549
1550void* _AXSSpeechSettingsSetDisabledByManagedConfiguration(void)
1551{
1552 if (verbose) puts("STUB: _AXSSpeechSettingsSetDisabledByManagedConfiguration called");
1553 return NULL;
1554}
1555
1556void* _AXSSwitchControlEnabledAndNeedsCameraOnLockScreen(void)
1557{
1558 if (verbose) puts("STUB: _AXSSwitchControlEnabledAndNeedsCameraOnLockScreen called");
1559 return NULL;
1560}
1561
1562void* _AXSSwitchControlExtendedKeyboardPredictionsEnabled(void)
1563{
1564 if (verbose) puts("STUB: _AXSSwitchControlExtendedKeyboardPredictionsEnabled called");
1565 return NULL;
1566}
1567
1568void* _AXSSwitchControlExtendedKeyboardPredictionsSetEnabled(void)
1569{
1570 if (verbose) puts("STUB: _AXSSwitchControlExtendedKeyboardPredictionsSetEnabled called");
1571 return NULL;
1572}
1573
1574void* _AXSTripleClickAddOption(void)
1575{
1576 if (verbose) puts("STUB: _AXSTripleClickAddOption called");
1577 return NULL;
1578}
1579
1580void* _AXSTripleClickContainsOption(void)
1581{
1582 if (verbose) puts("STUB: _AXSTripleClickContainsOption called");
1583 return NULL;
1584}
1585
1586void* _AXSTripleClickCopyOptions(void)
1587{
1588 if (verbose) puts("STUB: _AXSTripleClickCopyOptions called");
1589 return NULL;
1590}
1591
1592void* _AXSTripleClickRemoveOption(void)
1593{
1594 if (verbose) puts("STUB: _AXSTripleClickRemoveOption called");
1595 return NULL;
1596}
1597
1598void* _AXSUseDarkerKeyboard(void)
1599{
1600 if (verbose) puts("STUB: _AXSUseDarkerKeyboard called");
1601 return NULL;
1602}
1603
1604void* _AXSUseSingleSystemColor(void)
1605{
1606 if (verbose) puts("STUB: _AXSUseSingleSystemColor called");
1607 return NULL;
1608}
1609
1610void* _AXSUserEnabledPasscodeForPurchases(void)
1611{
1612 if (verbose) puts("STUB: _AXSUserEnabledPasscodeForPurchases called");
1613 return NULL;
1614}
1615
1616void* _AXSVibrationDisabled(void)
1617{
1618 if (verbose) puts("STUB: _AXSVibrationDisabled called");
1619 return NULL;
1620}
1621
1622void* _AXSVideosPreferenceDomain(void)
1623{
1624 if (verbose) puts("STUB: _AXSVideosPreferenceDomain called");
1625 return NULL;
1626}
1627
1628void* _AXSVisualAlertEnabled(void)
1629{
1630 if (verbose) puts("STUB: _AXSVisualAlertEnabled called");
1631 return NULL;
1632}
1633
1634void* _AXSVisualAlertSetEnabled(void)
1635{
1636 if (verbose) puts("STUB: _AXSVisualAlertSetEnabled called");
1637 return NULL;
1638}
1639
1640void* _AXSVoiceOverTouchBrailleContractionMode(void)
1641{
1642 if (verbose) puts("STUB: _AXSVoiceOverTouchBrailleContractionMode called");
1643 return NULL;
1644}
1645
1646void* _AXSVoiceOverTouchBrailleDisplayDisconnectOnSleep(void)
1647{
1648 if (verbose) puts("STUB: _AXSVoiceOverTouchBrailleDisplayDisconnectOnSleep called");
1649 return NULL;
1650}
1651
1652void* _AXSVoiceOverTouchBrailleEightDotMode(void)
1653{
1654 if (verbose) puts("STUB: _AXSVoiceOverTouchBrailleEightDotMode called");
1655 return NULL;
1656}
1657
1658void* _AXSVoiceOverTouchBrailleMasterStatusCellIndex(void)
1659{
1660 if (verbose) puts("STUB: _AXSVoiceOverTouchBrailleMasterStatusCellIndex called");
1661 return NULL;
1662}
1663
1664void* _AXSVoiceOverTouchBrailleVirtualStatusAlignment(void)
1665{
1666 if (verbose) puts("STUB: _AXSVoiceOverTouchBrailleVirtualStatusAlignment called");
1667 return NULL;
1668}
1669
1670void* _AXSVoiceOverTouchCopyBrailleBluetoothDisplay(void)
1671{
1672 if (verbose) puts("STUB: _AXSVoiceOverTouchCopyBrailleBluetoothDisplay called");
1673 return NULL;
1674}
1675
1676void* _AXSVoiceOverTouchCopyBrailleLanguageRotorItems(void)
1677{
1678 if (verbose) puts("STUB: _AXSVoiceOverTouchCopyBrailleLanguageRotorItems called");
1679 return NULL;
1680}
1681
1682void* _AXSVoiceOverTouchCopyBrailleTableIdentifier(void)
1683{
1684 if (verbose) puts("STUB: _AXSVoiceOverTouchCopyBrailleTableIdentifier called");
1685 return NULL;
1686}
1687
1688void* _AXSVoiceOverTouchCopyLanguageRotorItems(void)
1689{
1690 if (verbose) puts("STUB: _AXSVoiceOverTouchCopyLanguageRotorItems called");
1691 return NULL;
1692}
1693
1694void* _AXSVoiceOverTouchEnabled(void)
1695{
1696 if (verbose) puts("STUB: _AXSVoiceOverTouchEnabled called");
1697 return NULL;
1698}
1699
1700void* _AXSVoiceOverTouchEnabledThroughAccessory(void)
1701{
1702 if (verbose) puts("STUB: _AXSVoiceOverTouchEnabledThroughAccessory called");
1703 return NULL;
1704}
1705
1706void* _AXSVoiceOverTouchScreenCurtainEnabled(void)
1707{
1708 if (verbose) puts("STUB: _AXSVoiceOverTouchScreenCurtainEnabled called");
1709 return NULL;
1710}
1711
1712void* _AXSVoiceOverTouchSetBrailleBluetoothDisplay(void)
1713{
1714 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleBluetoothDisplay called");
1715 return NULL;
1716}
1717
1718void* _AXSVoiceOverTouchSetBrailleContractionMode(void)
1719{
1720 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleContractionMode called");
1721 return NULL;
1722}
1723
1724void* _AXSVoiceOverTouchSetBrailleDisplayDisconnectOnSleep(void)
1725{
1726 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleDisplayDisconnectOnSleep called");
1727 return NULL;
1728}
1729
1730void* _AXSVoiceOverTouchSetBrailleEightDotMode(void)
1731{
1732 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleEightDotMode called");
1733 return NULL;
1734}
1735
1736void* _AXSVoiceOverTouchSetBrailleLanguageRotorItems(void)
1737{
1738 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleLanguageRotorItems called");
1739 return NULL;
1740}
1741
1742void* _AXSVoiceOverTouchSetBrailleMasterStatusCellIndex(void)
1743{
1744 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleMasterStatusCellIndex called");
1745 return NULL;
1746}
1747
1748void* _AXSVoiceOverTouchSetBrailleTableIdentifier(void)
1749{
1750 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleTableIdentifier called");
1751 return NULL;
1752}
1753
1754void* _AXSVoiceOverTouchSetBrailleVirtualStatusAlignment(void)
1755{
1756 if (verbose) puts("STUB: _AXSVoiceOverTouchSetBrailleVirtualStatusAlignment called");
1757 return NULL;
1758}
1759
1760void* _AXSVoiceOverTouchSetEnabled(void)
1761{
1762 if (verbose) puts("STUB: _AXSVoiceOverTouchSetEnabled called");
1763 return NULL;
1764}
1765
1766void* _AXSVoiceOverTouchSetEnabledAndAutoConfirmUsage(void)
1767{
1768 if (verbose) puts("STUB: _AXSVoiceOverTouchSetEnabledAndAutoConfirmUsage called");
1769 return NULL;
1770}
1771
1772void* _AXSVoiceOverTouchSetEnabledThroughAccessory(void)
1773{
1774 if (verbose) puts("STUB: _AXSVoiceOverTouchSetEnabledThroughAccessory called");
1775 return NULL;
1776}
1777
1778void* _AXSVoiceOverTouchSetLanguageRotorItems(void)
1779{
1780 if (verbose) puts("STUB: _AXSVoiceOverTouchSetLanguageRotorItems called");
1781 return NULL;
1782}
1783
1784void* _AXSVoiceOverTouchSetScreenCurtainEnabled(void)
1785{
1786 if (verbose) puts("STUB: _AXSVoiceOverTouchSetScreenCurtainEnabled called");
1787 return NULL;
1788}
1789
1790void* _AXSVoiceOverTouchSetShouldRouteToSpeakerWithProximity(void)
1791{
1792 if (verbose) puts("STUB: _AXSVoiceOverTouchSetShouldRouteToSpeakerWithProximity called");
1793 return NULL;
1794}
1795
1796void* _AXSVoiceOverTouchSetSpeakTimeOnWake(void)
1797{
1798 if (verbose) puts("STUB: _AXSVoiceOverTouchSetSpeakTimeOnWake called");
1799 return NULL;
1800}
1801
1802void* _AXSVoiceOverTouchSetSpeakingRate(void)
1803{
1804 if (verbose) puts("STUB: _AXSVoiceOverTouchSetSpeakingRate called");
1805 return NULL;
1806}
1807
1808void* _AXSVoiceOverTouchSetTypingMode(void)
1809{
1810 if (verbose) puts("STUB: _AXSVoiceOverTouchSetTypingMode called");
1811 return NULL;
1812}
1813
1814void* _AXSVoiceOverTouchSetUIEnabled(void)
1815{
1816 if (verbose) puts("STUB: _AXSVoiceOverTouchSetUIEnabled called");
1817 return NULL;
1818}
1819
1820void* _AXSVoiceOverTouchSetUsageConfirmed(void)
1821{
1822 if (verbose) puts("STUB: _AXSVoiceOverTouchSetUsageConfirmed called");
1823 return NULL;
1824}
1825
1826void* _AXSVoiceOverTouchSetUserHasReadNoHomeButtonGestureDescription(void)
1827{
1828 if (verbose) puts("STUB: _AXSVoiceOverTouchSetUserHasReadNoHomeButtonGestureDescription called");
1829 return NULL;
1830}
1831
1832void* _AXSVoiceOverTouchSetVolume(void)
1833{
1834 if (verbose) puts("STUB: _AXSVoiceOverTouchSetVolume called");
1835 return NULL;
1836}
1837
1838void* _AXSVoiceOverTouchShouldRouteToSpeakerWithProximity(void)
1839{
1840 if (verbose) puts("STUB: _AXSVoiceOverTouchShouldRouteToSpeakerWithProximity called");
1841 return NULL;
1842}
1843
1844void* _AXSVoiceOverTouchSpeakTimeOnWake(void)
1845{
1846 if (verbose) puts("STUB: _AXSVoiceOverTouchSpeakTimeOnWake called");
1847 return NULL;
1848}
1849
1850void* _AXSVoiceOverTouchSpeakingRate(void)
1851{
1852 if (verbose) puts("STUB: _AXSVoiceOverTouchSpeakingRate called");
1853 return NULL;
1854}
1855
1856void* _AXSVoiceOverTouchTypingMode(void)
1857{
1858 if (verbose) puts("STUB: _AXSVoiceOverTouchTypingMode called");
1859 return NULL;
1860}
1861
1862void* _AXSVoiceOverTouchUIEnabled(void)
1863{
1864 if (verbose) puts("STUB: _AXSVoiceOverTouchUIEnabled called");
1865 return NULL;
1866}
1867
1868void* _AXSVoiceOverTouchUsageConfirmed(void)
1869{
1870 if (verbose) puts("STUB: _AXSVoiceOverTouchUsageConfirmed called");
1871 return NULL;
1872}
1873
1874void* _AXSVoiceOverTouchUserHasReadNoHomeButtonGestureDescription(void)
1875{
1876 if (verbose) puts("STUB: _AXSVoiceOverTouchUserHasReadNoHomeButtonGestureDescription called");
1877 return NULL;
1878}
1879
1880void* _AXSVoiceOverTouchVolume(void)
1881{
1882 if (verbose) puts("STUB: _AXSVoiceOverTouchVolume called");
1883 return NULL;
1884}
1885
1886void* _AXSVoiceOvierTouchLanguageRotorItemsExist(void)
1887{
1888 if (verbose) puts("STUB: _AXSVoiceOvierTouchLanguageRotorItemsExist called");
1889 return NULL;
1890}
1891
1892void* _AXSWalkieTalkieSetTapToTalkEnabled(void)
1893{
1894 if (verbose) puts("STUB: _AXSWalkieTalkieSetTapToTalkEnabled called");
1895 return NULL;
1896}
1897
1898void* _AXSWalkieTalkieTapToTalkEnabled(void)
1899{
1900 if (verbose) puts("STUB: _AXSWalkieTalkieTapToTalkEnabled called");
1901 return NULL;
1902}
1903
1904void* _AXSWebAccessibilityEventsEnabled(void)
1905{
1906 if (verbose) puts("STUB: _AXSWebAccessibilityEventsEnabled called");
1907 return NULL;
1908}
1909
1910void* _AXSWordFeedbackEnabled(void)
1911{
1912 if (verbose) puts("STUB: _AXSWordFeedbackEnabled called");
1913 return NULL;
1914}
1915
1916void* _AXSZoomSpeakUnderFingerEnabled(void)
1917{
1918 if (verbose) puts("STUB: _AXSZoomSpeakUnderFingerEnabled called");
1919 return NULL;
1920}
1921
1922void* _AXSZoomSpeakUnderFingerSetEnabled(void)
1923{
1924 if (verbose) puts("STUB: _AXSZoomSpeakUnderFingerSetEnabled called");
1925 return NULL;
1926}
1927
1928void* _AXSZoomTouchEnabled(void)
1929{
1930 if (verbose) puts("STUB: _AXSZoomTouchEnabled called");
1931 return NULL;
1932}
1933
1934void* _AXSZoomTouchSetEnabled(void)
1935{
1936 if (verbose) puts("STUB: _AXSZoomTouchSetEnabled called");
1937 return NULL;
1938}
1939
1940void* _AXSZoomTouchSetSmoothScalingDisabled(void)
1941{
1942 if (verbose) puts("STUB: _AXSZoomTouchSetSmoothScalingDisabled called");
1943 return NULL;
1944}
1945
1946void* _AXSZoomTouchSetToggledByPreferenceSwitch(void)
1947{
1948 if (verbose) puts("STUB: _AXSZoomTouchSetToggledByPreferenceSwitch called");
1949 return NULL;
1950}
1951
1952void* _AXSZoomTouchSetToggledByVoiceOver(void)
1953{
1954 if (verbose) puts("STUB: _AXSZoomTouchSetToggledByVoiceOver called");
1955 return NULL;
1956}
1957
1958void* _AXSZoomTouchSmoothScalingDisabled(void)
1959{
1960 if (verbose) puts("STUB: _AXSZoomTouchSmoothScalingDisabled called");
1961 return NULL;
1962}
1963
1964void* _AXSZoomTouchToggledByPreferenceSwitch(void)
1965{
1966 if (verbose) puts("STUB: _AXSZoomTouchToggledByPreferenceSwitch called");
1967 return NULL;
1968}
1969
1970void* _AXSZoomTouchToggledByVoiceOver(void)
1971{
1972 if (verbose) puts("STUB: _AXSZoomTouchToggledByVoiceOver called");
1973 return NULL;
1974}
1975
1976void* _AXSetPreferenceWithNotification(void)
1977{
1978 if (verbose) puts("STUB: _AXSetPreferenceWithNotification called");
1979 return NULL;
1980}
1981
1982void* _AXSystemRootDirectory(void)
1983{
1984 if (verbose) puts("STUB: _AXSystemRootDirectory called");
1985 return NULL;
1986}
1987
1988void* _axsPrefsToNotificationMap(void)
1989{
1990 if (verbose) puts("STUB: _axsPrefsToNotificationMap called");
1991 return NULL;
1992}
1993
1994void* _getFloatPreference(void)
1995{
1996 if (verbose) puts("STUB: _getFloatPreference called");
1997 return NULL;
1998}
1999
2000void* _langSort(void)
2001{
2002 if (verbose) puts("STUB: _langSort called");
2003 return NULL;
2004}
2005
2006void* _removePreference(void)
2007{
2008 if (verbose) puts("STUB: _removePreference called");
2009 return NULL;
2010}
2011
2012void* _setNumberPreference(void)
2013{
2014 if (verbose) puts("STUB: _setNumberPreference called");
2015 return NULL;
2016}
2017
2018void* _setValuePreference(void)
2019{
2020 if (verbose) puts("STUB: _setValuePreference called");
2021 return NULL;
2022}
2023
2024void* _updateAccessibilitySettings(void)
2025{
2026 if (verbose) puts("STUB: _updateAccessibilitySettings called");
2027 return NULL;
2028}