objc2_image_io/generated/
CGImageProperties.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ffi::*;
4use core::ptr::NonNull;
5#[cfg(feature = "objc2")]
6use objc2::__framework_prelude::*;
7use objc2_core_foundation::*;
8
9use crate::*;
10
11/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_no_filters?language=objc)
12pub const IMAGEIO_PNG_NO_FILTERS: c_uint = 0x00;
13/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_filter_none?language=objc)
14pub const IMAGEIO_PNG_FILTER_NONE: c_uint = 0x08;
15/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_filter_sub?language=objc)
16pub const IMAGEIO_PNG_FILTER_SUB: c_uint = 0x10;
17/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_filter_up?language=objc)
18pub const IMAGEIO_PNG_FILTER_UP: c_uint = 0x20;
19/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_filter_avg?language=objc)
20pub const IMAGEIO_PNG_FILTER_AVG: c_uint = 0x40;
21/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_filter_paeth?language=objc)
22pub const IMAGEIO_PNG_FILTER_PAETH: c_uint = 0x80;
23/// [Apple's documentation](https://developer.apple.com/documentation/imageio/imageio_png_all_filters?language=objc)
24pub const IMAGEIO_PNG_ALL_FILTERS: c_uint = IMAGEIO_PNG_FILTER_NONE
25    | IMAGEIO_PNG_FILTER_SUB
26    | IMAGEIO_PNG_FILTER_UP
27    | IMAGEIO_PNG_FILTER_AVG
28    | IMAGEIO_PNG_FILTER_PAETH;
29extern "C" {
30    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffdictionary?language=objc)
31    pub static kCGImagePropertyTIFFDictionary: &'static CFString;
32}
33
34extern "C" {
35    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifdictionary?language=objc)
36    pub static kCGImagePropertyGIFDictionary: &'static CFString;
37}
38
39extern "C" {
40    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyjfifdictionary?language=objc)
41    pub static kCGImagePropertyJFIFDictionary: &'static CFString;
42}
43
44extern "C" {
45    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheifdictionary?language=objc)
46    pub static kCGImagePropertyHEIFDictionary: &'static CFString;
47}
48
49extern "C" {
50    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicsdictionary?language=objc)
51    pub static kCGImagePropertyHEICSDictionary: &'static CFString;
52}
53
54extern "C" {
55    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifdictionary?language=objc)
56    pub static kCGImagePropertyExifDictionary: &'static CFString;
57}
58
59extern "C" {
60    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngdictionary?language=objc)
61    pub static kCGImagePropertyPNGDictionary: &'static CFString;
62}
63
64extern "C" {
65    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcdictionary?language=objc)
66    pub static kCGImagePropertyIPTCDictionary: &'static CFString;
67}
68
69extern "C" {
70    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdictionary?language=objc)
71    pub static kCGImagePropertyGPSDictionary: &'static CFString;
72}
73
74extern "C" {
75    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyrawdictionary?language=objc)
76    pub static kCGImagePropertyRawDictionary: &'static CFString;
77}
78
79extern "C" {
80    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffdictionary?language=objc)
81    pub static kCGImagePropertyCIFFDictionary: &'static CFString;
82}
83
84extern "C" {
85    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanondictionary?language=objc)
86    pub static kCGImagePropertyMakerCanonDictionary: &'static CFString;
87}
88
89extern "C" {
90    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikondictionary?language=objc)
91    pub static kCGImagePropertyMakerNikonDictionary: &'static CFString;
92}
93
94extern "C" {
95    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakerminoltadictionary?language=objc)
96    pub static kCGImagePropertyMakerMinoltaDictionary: &'static CFString;
97}
98
99extern "C" {
100    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakerfujidictionary?language=objc)
101    pub static kCGImagePropertyMakerFujiDictionary: &'static CFString;
102}
103
104extern "C" {
105    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakerolympusdictionary?language=objc)
106    pub static kCGImagePropertyMakerOlympusDictionary: &'static CFString;
107}
108
109extern "C" {
110    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakerpentaxdictionary?language=objc)
111    pub static kCGImagePropertyMakerPentaxDictionary: &'static CFString;
112}
113
114extern "C" {
115    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageproperty8bimdictionary?language=objc)
116    pub static kCGImageProperty8BIMDictionary: &'static CFString;
117}
118
119extern "C" {
120    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngdictionary?language=objc)
121    pub static kCGImagePropertyDNGDictionary: &'static CFString;
122}
123
124extern "C" {
125    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxdictionary?language=objc)
126    pub static kCGImagePropertyExifAuxDictionary: &'static CFString;
127}
128
129extern "C" {
130    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyopenexrdictionary?language=objc)
131    pub static kCGImagePropertyOpenEXRDictionary: &'static CFString;
132}
133
134extern "C" {
135    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakerappledictionary?language=objc)
136    pub static kCGImagePropertyMakerAppleDictionary: &'static CFString;
137}
138
139extern "C" {
140    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyfilecontentsdictionary?language=objc)
141    pub static kCGImagePropertyFileContentsDictionary: &'static CFString;
142}
143
144extern "C" {
145    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebpdictionary?language=objc)
146    pub static kCGImagePropertyWebPDictionary: &'static CFString;
147}
148
149extern "C" {
150    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyavisdictionary?language=objc)
151    pub static kCGImagePropertyAVISDictionary: &'static CFString;
152}
153
154extern "C" {
155    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytgadictionary?language=objc)
156    pub static kCGImagePropertyTGADictionary: &'static CFString;
157}
158
159extern "C" {
160    /// Properties which may be returned by "CGImageSourceCopyProperties".  The
161    /// * values apply to the container in general but not necessarily to any
162    /// * individual image that it contains. *
163    ///
164    /// See also [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyfilesize?language=objc)
165    pub static kCGImagePropertyFileSize: &'static CFString;
166}
167
168extern "C" {
169    /// Properties which may be returned by "CGImageSourceCopyPropertiesAtIndex".
170    /// * The values apply to a single image of an image source file. *
171    ///
172    /// See also [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypixelheight?language=objc)
173    pub static kCGImagePropertyPixelHeight: &'static CFString;
174}
175
176extern "C" {
177    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypixelwidth?language=objc)
178    pub static kCGImagePropertyPixelWidth: &'static CFString;
179}
180
181extern "C" {
182    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydpiheight?language=objc)
183    pub static kCGImagePropertyDPIHeight: &'static CFString;
184}
185
186extern "C" {
187    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydpiwidth?language=objc)
188    pub static kCGImagePropertyDPIWidth: &'static CFString;
189}
190
191extern "C" {
192    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydepth?language=objc)
193    pub static kCGImagePropertyDepth: &'static CFString;
194}
195
196extern "C" {
197    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyorientation?language=objc)
198    pub static kCGImagePropertyOrientation: &'static CFString;
199}
200
201extern "C" {
202    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyisfloat?language=objc)
203    pub static kCGImagePropertyIsFloat: &'static CFString;
204}
205
206extern "C" {
207    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyisindexed?language=objc)
208    pub static kCGImagePropertyIsIndexed: &'static CFString;
209}
210
211extern "C" {
212    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyhasalpha?language=objc)
213    pub static kCGImagePropertyHasAlpha: &'static CFString;
214}
215
216extern "C" {
217    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycolormodel?language=objc)
218    pub static kCGImagePropertyColorModel: &'static CFString;
219}
220
221extern "C" {
222    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyprofilename?language=objc)
223    pub static kCGImagePropertyProfileName: &'static CFString;
224}
225
226extern "C" {
227    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyprimaryimage?language=objc)
228    pub static kCGImagePropertyPrimaryImage: &'static CFString;
229}
230
231extern "C" {
232    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycolormodelrgb?language=objc)
233    pub static kCGImagePropertyColorModelRGB: &'static CFString;
234}
235
236extern "C" {
237    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycolormodelgray?language=objc)
238    pub static kCGImagePropertyColorModelGray: &'static CFString;
239}
240
241extern "C" {
242    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycolormodelcmyk?language=objc)
243    pub static kCGImagePropertyColorModelCMYK: &'static CFString;
244}
245
246extern "C" {
247    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycolormodellab?language=objc)
248    pub static kCGImagePropertyColorModelLab: &'static CFString;
249}
250
251extern "C" {
252    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffcompression?language=objc)
253    pub static kCGImagePropertyTIFFCompression: &'static CFString;
254}
255
256extern "C" {
257    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffphotometricinterpretation?language=objc)
258    pub static kCGImagePropertyTIFFPhotometricInterpretation: &'static CFString;
259}
260
261extern "C" {
262    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffdocumentname?language=objc)
263    pub static kCGImagePropertyTIFFDocumentName: &'static CFString;
264}
265
266extern "C" {
267    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffimagedescription?language=objc)
268    pub static kCGImagePropertyTIFFImageDescription: &'static CFString;
269}
270
271extern "C" {
272    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffmake?language=objc)
273    pub static kCGImagePropertyTIFFMake: &'static CFString;
274}
275
276extern "C" {
277    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffmodel?language=objc)
278    pub static kCGImagePropertyTIFFModel: &'static CFString;
279}
280
281extern "C" {
282    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytifforientation?language=objc)
283    pub static kCGImagePropertyTIFFOrientation: &'static CFString;
284}
285
286extern "C" {
287    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffxresolution?language=objc)
288    pub static kCGImagePropertyTIFFXResolution: &'static CFString;
289}
290
291extern "C" {
292    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffyresolution?language=objc)
293    pub static kCGImagePropertyTIFFYResolution: &'static CFString;
294}
295
296extern "C" {
297    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffxposition?language=objc)
298    pub static kCGImagePropertyTIFFXPosition: &'static CFString;
299}
300
301extern "C" {
302    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffyposition?language=objc)
303    pub static kCGImagePropertyTIFFYPosition: &'static CFString;
304}
305
306extern "C" {
307    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffresolutionunit?language=objc)
308    pub static kCGImagePropertyTIFFResolutionUnit: &'static CFString;
309}
310
311extern "C" {
312    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffsoftware?language=objc)
313    pub static kCGImagePropertyTIFFSoftware: &'static CFString;
314}
315
316extern "C" {
317    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytifftransferfunction?language=objc)
318    pub static kCGImagePropertyTIFFTransferFunction: &'static CFString;
319}
320
321extern "C" {
322    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffdatetime?language=objc)
323    pub static kCGImagePropertyTIFFDateTime: &'static CFString;
324}
325
326extern "C" {
327    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffartist?language=objc)
328    pub static kCGImagePropertyTIFFArtist: &'static CFString;
329}
330
331extern "C" {
332    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffhostcomputer?language=objc)
333    pub static kCGImagePropertyTIFFHostComputer: &'static CFString;
334}
335
336extern "C" {
337    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffcopyright?language=objc)
338    pub static kCGImagePropertyTIFFCopyright: &'static CFString;
339}
340
341extern "C" {
342    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffwhitepoint?language=objc)
343    pub static kCGImagePropertyTIFFWhitePoint: &'static CFString;
344}
345
346extern "C" {
347    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytiffprimarychromaticities?language=objc)
348    pub static kCGImagePropertyTIFFPrimaryChromaticities: &'static CFString;
349}
350
351extern "C" {
352    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytifftilewidth?language=objc)
353    pub static kCGImagePropertyTIFFTileWidth: &'static CFString;
354}
355
356extern "C" {
357    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytifftilelength?language=objc)
358    pub static kCGImagePropertyTIFFTileLength: &'static CFString;
359}
360
361extern "C" {
362    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyjfifversion?language=objc)
363    pub static kCGImagePropertyJFIFVersion: &'static CFString;
364}
365
366extern "C" {
367    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyjfifxdensity?language=objc)
368    pub static kCGImagePropertyJFIFXDensity: &'static CFString;
369}
370
371extern "C" {
372    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyjfifydensity?language=objc)
373    pub static kCGImagePropertyJFIFYDensity: &'static CFString;
374}
375
376extern "C" {
377    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyjfifdensityunit?language=objc)
378    pub static kCGImagePropertyJFIFDensityUnit: &'static CFString;
379}
380
381extern "C" {
382    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyjfifisprogressive?language=objc)
383    pub static kCGImagePropertyJFIFIsProgressive: &'static CFString;
384}
385
386extern "C" {
387    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicsloopcount?language=objc)
388    pub static kCGImagePropertyHEICSLoopCount: &'static CFString;
389}
390
391extern "C" {
392    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicsdelaytime?language=objc)
393    pub static kCGImagePropertyHEICSDelayTime: &'static CFString;
394}
395
396extern "C" {
397    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicsunclampeddelaytime?language=objc)
398    pub static kCGImagePropertyHEICSUnclampedDelayTime: &'static CFString;
399}
400
401extern "C" {
402    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicscanvaspixelwidth?language=objc)
403    pub static kCGImagePropertyHEICSCanvasPixelWidth: &'static CFString;
404}
405
406extern "C" {
407    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicscanvaspixelheight?language=objc)
408    pub static kCGImagePropertyHEICSCanvasPixelHeight: &'static CFString;
409}
410
411extern "C" {
412    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheicsframeinfoarray?language=objc)
413    pub static kCGImagePropertyHEICSFrameInfoArray: &'static CFString;
414}
415
416extern "C" {
417    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifexposuretime?language=objc)
418    pub static kCGImagePropertyExifExposureTime: &'static CFString;
419}
420
421extern "C" {
422    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffnumber?language=objc)
423    pub static kCGImagePropertyExifFNumber: &'static CFString;
424}
425
426extern "C" {
427    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifexposureprogram?language=objc)
428    pub static kCGImagePropertyExifExposureProgram: &'static CFString;
429}
430
431extern "C" {
432    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifspectralsensitivity?language=objc)
433    pub static kCGImagePropertyExifSpectralSensitivity: &'static CFString;
434}
435
436extern "C" {
437    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifisospeedratings?language=objc)
438    pub static kCGImagePropertyExifISOSpeedRatings: &'static CFString;
439}
440
441extern "C" {
442    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifoecf?language=objc)
443    pub static kCGImagePropertyExifOECF: &'static CFString;
444}
445
446extern "C" {
447    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsensitivitytype?language=objc)
448    pub static kCGImagePropertyExifSensitivityType: &'static CFString;
449}
450
451extern "C" {
452    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifstandardoutputsensitivity?language=objc)
453    pub static kCGImagePropertyExifStandardOutputSensitivity: &'static CFString;
454}
455
456extern "C" {
457    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifrecommendedexposureindex?language=objc)
458    pub static kCGImagePropertyExifRecommendedExposureIndex: &'static CFString;
459}
460
461extern "C" {
462    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifisospeed?language=objc)
463    pub static kCGImagePropertyExifISOSpeed: &'static CFString;
464}
465
466extern "C" {
467    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifisospeedlatitudeyyy?language=objc)
468    pub static kCGImagePropertyExifISOSpeedLatitudeyyy: &'static CFString;
469}
470
471extern "C" {
472    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifisospeedlatitudezzz?language=objc)
473    pub static kCGImagePropertyExifISOSpeedLatitudezzz: &'static CFString;
474}
475
476extern "C" {
477    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifversion?language=objc)
478    pub static kCGImagePropertyExifVersion: &'static CFString;
479}
480
481extern "C" {
482    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifdatetimeoriginal?language=objc)
483    pub static kCGImagePropertyExifDateTimeOriginal: &'static CFString;
484}
485
486extern "C" {
487    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifdatetimedigitized?language=objc)
488    pub static kCGImagePropertyExifDateTimeDigitized: &'static CFString;
489}
490
491extern "C" {
492    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifoffsettime?language=objc)
493    pub static kCGImagePropertyExifOffsetTime: &'static CFString;
494}
495
496extern "C" {
497    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifoffsettimeoriginal?language=objc)
498    pub static kCGImagePropertyExifOffsetTimeOriginal: &'static CFString;
499}
500
501extern "C" {
502    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifoffsettimedigitized?language=objc)
503    pub static kCGImagePropertyExifOffsetTimeDigitized: &'static CFString;
504}
505
506extern "C" {
507    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcomponentsconfiguration?language=objc)
508    pub static kCGImagePropertyExifComponentsConfiguration: &'static CFString;
509}
510
511extern "C" {
512    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcompressedbitsperpixel?language=objc)
513    pub static kCGImagePropertyExifCompressedBitsPerPixel: &'static CFString;
514}
515
516extern "C" {
517    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifshutterspeedvalue?language=objc)
518    pub static kCGImagePropertyExifShutterSpeedValue: &'static CFString;
519}
520
521extern "C" {
522    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifaperturevalue?language=objc)
523    pub static kCGImagePropertyExifApertureValue: &'static CFString;
524}
525
526extern "C" {
527    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifbrightnessvalue?language=objc)
528    pub static kCGImagePropertyExifBrightnessValue: &'static CFString;
529}
530
531extern "C" {
532    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifexposurebiasvalue?language=objc)
533    pub static kCGImagePropertyExifExposureBiasValue: &'static CFString;
534}
535
536extern "C" {
537    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifmaxaperturevalue?language=objc)
538    pub static kCGImagePropertyExifMaxApertureValue: &'static CFString;
539}
540
541extern "C" {
542    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubjectdistance?language=objc)
543    pub static kCGImagePropertyExifSubjectDistance: &'static CFString;
544}
545
546extern "C" {
547    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifmeteringmode?language=objc)
548    pub static kCGImagePropertyExifMeteringMode: &'static CFString;
549}
550
551extern "C" {
552    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiflightsource?language=objc)
553    pub static kCGImagePropertyExifLightSource: &'static CFString;
554}
555
556extern "C" {
557    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifflash?language=objc)
558    pub static kCGImagePropertyExifFlash: &'static CFString;
559}
560
561extern "C" {
562    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffocallength?language=objc)
563    pub static kCGImagePropertyExifFocalLength: &'static CFString;
564}
565
566extern "C" {
567    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubjectarea?language=objc)
568    pub static kCGImagePropertyExifSubjectArea: &'static CFString;
569}
570
571extern "C" {
572    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifmakernote?language=objc)
573    pub static kCGImagePropertyExifMakerNote: &'static CFString;
574}
575
576extern "C" {
577    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifusercomment?language=objc)
578    pub static kCGImagePropertyExifUserComment: &'static CFString;
579}
580
581extern "C" {
582    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubsectime?language=objc)
583    pub static kCGImagePropertyExifSubsecTime: &'static CFString;
584}
585
586extern "C" {
587    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubsectimeoriginal?language=objc)
588    pub static kCGImagePropertyExifSubsecTimeOriginal: &'static CFString;
589}
590
591extern "C" {
592    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubsectimedigitized?language=objc)
593    pub static kCGImagePropertyExifSubsecTimeDigitized: &'static CFString;
594}
595
596extern "C" {
597    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifflashpixversion?language=objc)
598    pub static kCGImagePropertyExifFlashPixVersion: &'static CFString;
599}
600
601extern "C" {
602    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcolorspace?language=objc)
603    pub static kCGImagePropertyExifColorSpace: &'static CFString;
604}
605
606extern "C" {
607    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifpixelxdimension?language=objc)
608    pub static kCGImagePropertyExifPixelXDimension: &'static CFString;
609}
610
611extern "C" {
612    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifpixelydimension?language=objc)
613    pub static kCGImagePropertyExifPixelYDimension: &'static CFString;
614}
615
616extern "C" {
617    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifrelatedsoundfile?language=objc)
618    pub static kCGImagePropertyExifRelatedSoundFile: &'static CFString;
619}
620
621extern "C" {
622    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifflashenergy?language=objc)
623    pub static kCGImagePropertyExifFlashEnergy: &'static CFString;
624}
625
626extern "C" {
627    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifspatialfrequencyresponse?language=objc)
628    pub static kCGImagePropertyExifSpatialFrequencyResponse: &'static CFString;
629}
630
631extern "C" {
632    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffocalplanexresolution?language=objc)
633    pub static kCGImagePropertyExifFocalPlaneXResolution: &'static CFString;
634}
635
636extern "C" {
637    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffocalplaneyresolution?language=objc)
638    pub static kCGImagePropertyExifFocalPlaneYResolution: &'static CFString;
639}
640
641extern "C" {
642    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffocalplaneresolutionunit?language=objc)
643    pub static kCGImagePropertyExifFocalPlaneResolutionUnit: &'static CFString;
644}
645
646extern "C" {
647    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubjectlocation?language=objc)
648    pub static kCGImagePropertyExifSubjectLocation: &'static CFString;
649}
650
651extern "C" {
652    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifexposureindex?language=objc)
653    pub static kCGImagePropertyExifExposureIndex: &'static CFString;
654}
655
656extern "C" {
657    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsensingmethod?language=objc)
658    pub static kCGImagePropertyExifSensingMethod: &'static CFString;
659}
660
661extern "C" {
662    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffilesource?language=objc)
663    pub static kCGImagePropertyExifFileSource: &'static CFString;
664}
665
666extern "C" {
667    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifscenetype?language=objc)
668    pub static kCGImagePropertyExifSceneType: &'static CFString;
669}
670
671extern "C" {
672    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcfapattern?language=objc)
673    pub static kCGImagePropertyExifCFAPattern: &'static CFString;
674}
675
676extern "C" {
677    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcustomrendered?language=objc)
678    pub static kCGImagePropertyExifCustomRendered: &'static CFString;
679}
680
681extern "C" {
682    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifexposuremode?language=objc)
683    pub static kCGImagePropertyExifExposureMode: &'static CFString;
684}
685
686extern "C" {
687    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifwhitebalance?language=objc)
688    pub static kCGImagePropertyExifWhiteBalance: &'static CFString;
689}
690
691extern "C" {
692    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifdigitalzoomratio?language=objc)
693    pub static kCGImagePropertyExifDigitalZoomRatio: &'static CFString;
694}
695
696extern "C" {
697    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiffocallenin35mmfilm?language=objc)
698    pub static kCGImagePropertyExifFocalLenIn35mmFilm: &'static CFString;
699}
700
701extern "C" {
702    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifscenecapturetype?language=objc)
703    pub static kCGImagePropertyExifSceneCaptureType: &'static CFString;
704}
705
706extern "C" {
707    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifgaincontrol?language=objc)
708    pub static kCGImagePropertyExifGainControl: &'static CFString;
709}
710
711extern "C" {
712    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcontrast?language=objc)
713    pub static kCGImagePropertyExifContrast: &'static CFString;
714}
715
716extern "C" {
717    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsaturation?language=objc)
718    pub static kCGImagePropertyExifSaturation: &'static CFString;
719}
720
721extern "C" {
722    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsharpness?language=objc)
723    pub static kCGImagePropertyExifSharpness: &'static CFString;
724}
725
726extern "C" {
727    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifdevicesettingdescription?language=objc)
728    pub static kCGImagePropertyExifDeviceSettingDescription: &'static CFString;
729}
730
731extern "C" {
732    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubjectdistrange?language=objc)
733    pub static kCGImagePropertyExifSubjectDistRange: &'static CFString;
734}
735
736extern "C" {
737    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifimageuniqueid?language=objc)
738    pub static kCGImagePropertyExifImageUniqueID: &'static CFString;
739}
740
741extern "C" {
742    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcameraownername?language=objc)
743    pub static kCGImagePropertyExifCameraOwnerName: &'static CFString;
744}
745
746extern "C" {
747    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifbodyserialnumber?language=objc)
748    pub static kCGImagePropertyExifBodySerialNumber: &'static CFString;
749}
750
751extern "C" {
752    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiflensspecification?language=objc)
753    pub static kCGImagePropertyExifLensSpecification: &'static CFString;
754}
755
756extern "C" {
757    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiflensmake?language=objc)
758    pub static kCGImagePropertyExifLensMake: &'static CFString;
759}
760
761extern "C" {
762    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiflensmodel?language=objc)
763    pub static kCGImagePropertyExifLensModel: &'static CFString;
764}
765
766extern "C" {
767    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexiflensserialnumber?language=objc)
768    pub static kCGImagePropertyExifLensSerialNumber: &'static CFString;
769}
770
771extern "C" {
772    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifgamma?language=objc)
773    pub static kCGImagePropertyExifGamma: &'static CFString;
774}
775
776extern "C" {
777    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifcompositeimage?language=objc)
778    pub static kCGImagePropertyExifCompositeImage: &'static CFString;
779}
780
781extern "C" {
782    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsourceimagenumberofcompositeimage?language=objc)
783    pub static kCGImagePropertyExifSourceImageNumberOfCompositeImage: &'static CFString;
784}
785
786extern "C" {
787    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsourceexposuretimesofcompositeimage?language=objc)
788    pub static kCGImagePropertyExifSourceExposureTimesOfCompositeImage: &'static CFString;
789}
790
791extern "C" {
792    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifsubsectimeorginal?language=objc)
793    #[deprecated = "No longer supported"]
794    pub static kCGImagePropertyExifSubsecTimeOrginal: &'static CFString;
795}
796
797extern "C" {
798    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxlensinfo?language=objc)
799    pub static kCGImagePropertyExifAuxLensInfo: &'static CFString;
800}
801
802extern "C" {
803    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxlensmodel?language=objc)
804    pub static kCGImagePropertyExifAuxLensModel: &'static CFString;
805}
806
807extern "C" {
808    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxserialnumber?language=objc)
809    pub static kCGImagePropertyExifAuxSerialNumber: &'static CFString;
810}
811
812extern "C" {
813    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxlensid?language=objc)
814    pub static kCGImagePropertyExifAuxLensID: &'static CFString;
815}
816
817extern "C" {
818    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxlensserialnumber?language=objc)
819    pub static kCGImagePropertyExifAuxLensSerialNumber: &'static CFString;
820}
821
822extern "C" {
823    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauximagenumber?language=objc)
824    pub static kCGImagePropertyExifAuxImageNumber: &'static CFString;
825}
826
827extern "C" {
828    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxflashcompensation?language=objc)
829    pub static kCGImagePropertyExifAuxFlashCompensation: &'static CFString;
830}
831
832extern "C" {
833    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxownername?language=objc)
834    pub static kCGImagePropertyExifAuxOwnerName: &'static CFString;
835}
836
837extern "C" {
838    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyexifauxfirmware?language=objc)
839    pub static kCGImagePropertyExifAuxFirmware: &'static CFString;
840}
841
842extern "C" {
843    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifloopcount?language=objc)
844    pub static kCGImagePropertyGIFLoopCount: &'static CFString;
845}
846
847extern "C" {
848    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifdelaytime?language=objc)
849    pub static kCGImagePropertyGIFDelayTime: &'static CFString;
850}
851
852extern "C" {
853    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifimagecolormap?language=objc)
854    pub static kCGImagePropertyGIFImageColorMap: &'static CFString;
855}
856
857extern "C" {
858    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifhasglobalcolormap?language=objc)
859    pub static kCGImagePropertyGIFHasGlobalColorMap: &'static CFString;
860}
861
862extern "C" {
863    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifunclampeddelaytime?language=objc)
864    pub static kCGImagePropertyGIFUnclampedDelayTime: &'static CFString;
865}
866
867extern "C" {
868    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifcanvaspixelwidth?language=objc)
869    pub static kCGImagePropertyGIFCanvasPixelWidth: &'static CFString;
870}
871
872extern "C" {
873    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifcanvaspixelheight?language=objc)
874    pub static kCGImagePropertyGIFCanvasPixelHeight: &'static CFString;
875}
876
877extern "C" {
878    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygifframeinfoarray?language=objc)
879    pub static kCGImagePropertyGIFFrameInfoArray: &'static CFString;
880}
881
882extern "C" {
883    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngauthor?language=objc)
884    pub static kCGImagePropertyPNGAuthor: &'static CFString;
885}
886
887extern "C" {
888    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngchromaticities?language=objc)
889    pub static kCGImagePropertyPNGChromaticities: &'static CFString;
890}
891
892extern "C" {
893    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngcomment?language=objc)
894    pub static kCGImagePropertyPNGComment: &'static CFString;
895}
896
897extern "C" {
898    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngcopyright?language=objc)
899    pub static kCGImagePropertyPNGCopyright: &'static CFString;
900}
901
902extern "C" {
903    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngcreationtime?language=objc)
904    pub static kCGImagePropertyPNGCreationTime: &'static CFString;
905}
906
907extern "C" {
908    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngdescription?language=objc)
909    pub static kCGImagePropertyPNGDescription: &'static CFString;
910}
911
912extern "C" {
913    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngdisclaimer?language=objc)
914    pub static kCGImagePropertyPNGDisclaimer: &'static CFString;
915}
916
917extern "C" {
918    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypnggamma?language=objc)
919    pub static kCGImagePropertyPNGGamma: &'static CFString;
920}
921
922extern "C" {
923    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypnginterlacetype?language=objc)
924    pub static kCGImagePropertyPNGInterlaceType: &'static CFString;
925}
926
927extern "C" {
928    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngmodificationtime?language=objc)
929    pub static kCGImagePropertyPNGModificationTime: &'static CFString;
930}
931
932extern "C" {
933    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngsoftware?language=objc)
934    pub static kCGImagePropertyPNGSoftware: &'static CFString;
935}
936
937extern "C" {
938    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngsource?language=objc)
939    pub static kCGImagePropertyPNGSource: &'static CFString;
940}
941
942extern "C" {
943    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngsrgbintent?language=objc)
944    pub static kCGImagePropertyPNGsRGBIntent: &'static CFString;
945}
946
947extern "C" {
948    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngtitle?language=objc)
949    pub static kCGImagePropertyPNGTitle: &'static CFString;
950}
951
952extern "C" {
953    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngwarning?language=objc)
954    pub static kCGImagePropertyPNGWarning: &'static CFString;
955}
956
957extern "C" {
958    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngxpixelspermeter?language=objc)
959    pub static kCGImagePropertyPNGXPixelsPerMeter: &'static CFString;
960}
961
962extern "C" {
963    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngypixelspermeter?language=objc)
964    pub static kCGImagePropertyPNGYPixelsPerMeter: &'static CFString;
965}
966
967extern "C" {
968    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngpixelsaspectratio?language=objc)
969    pub static kCGImagePropertyPNGPixelsAspectRatio: &'static CFString;
970}
971
972extern "C" {
973    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyapngloopcount?language=objc)
974    pub static kCGImagePropertyAPNGLoopCount: &'static CFString;
975}
976
977extern "C" {
978    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyapngdelaytime?language=objc)
979    pub static kCGImagePropertyAPNGDelayTime: &'static CFString;
980}
981
982extern "C" {
983    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyapngunclampeddelaytime?language=objc)
984    pub static kCGImagePropertyAPNGUnclampedDelayTime: &'static CFString;
985}
986
987extern "C" {
988    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyapngframeinfoarray?language=objc)
989    pub static kCGImagePropertyAPNGFrameInfoArray: &'static CFString;
990}
991
992extern "C" {
993    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyapngcanvaspixelwidth?language=objc)
994    pub static kCGImagePropertyAPNGCanvasPixelWidth: &'static CFString;
995}
996
997extern "C" {
998    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyapngcanvaspixelheight?language=objc)
999    pub static kCGImagePropertyAPNGCanvasPixelHeight: &'static CFString;
1000}
1001
1002extern "C" {
1003    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebploopcount?language=objc)
1004    pub static kCGImagePropertyWebPLoopCount: &'static CFString;
1005}
1006
1007extern "C" {
1008    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebpdelaytime?language=objc)
1009    pub static kCGImagePropertyWebPDelayTime: &'static CFString;
1010}
1011
1012extern "C" {
1013    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebpunclampeddelaytime?language=objc)
1014    pub static kCGImagePropertyWebPUnclampedDelayTime: &'static CFString;
1015}
1016
1017extern "C" {
1018    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebpframeinfoarray?language=objc)
1019    pub static kCGImagePropertyWebPFrameInfoArray: &'static CFString;
1020}
1021
1022extern "C" {
1023    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebpcanvaspixelwidth?language=objc)
1024    pub static kCGImagePropertyWebPCanvasPixelWidth: &'static CFString;
1025}
1026
1027extern "C" {
1028    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywebpcanvaspixelheight?language=objc)
1029    pub static kCGImagePropertyWebPCanvasPixelHeight: &'static CFString;
1030}
1031
1032extern "C" {
1033    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsversion?language=objc)
1034    pub static kCGImagePropertyGPSVersion: &'static CFString;
1035}
1036
1037extern "C" {
1038    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpslatituderef?language=objc)
1039    pub static kCGImagePropertyGPSLatitudeRef: &'static CFString;
1040}
1041
1042extern "C" {
1043    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpslatitude?language=objc)
1044    pub static kCGImagePropertyGPSLatitude: &'static CFString;
1045}
1046
1047extern "C" {
1048    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpslongituderef?language=objc)
1049    pub static kCGImagePropertyGPSLongitudeRef: &'static CFString;
1050}
1051
1052extern "C" {
1053    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpslongitude?language=objc)
1054    pub static kCGImagePropertyGPSLongitude: &'static CFString;
1055}
1056
1057extern "C" {
1058    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsaltituderef?language=objc)
1059    pub static kCGImagePropertyGPSAltitudeRef: &'static CFString;
1060}
1061
1062extern "C" {
1063    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsaltitude?language=objc)
1064    pub static kCGImagePropertyGPSAltitude: &'static CFString;
1065}
1066
1067extern "C" {
1068    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpstimestamp?language=objc)
1069    pub static kCGImagePropertyGPSTimeStamp: &'static CFString;
1070}
1071
1072extern "C" {
1073    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpssatellites?language=objc)
1074    pub static kCGImagePropertyGPSSatellites: &'static CFString;
1075}
1076
1077extern "C" {
1078    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsstatus?language=objc)
1079    pub static kCGImagePropertyGPSStatus: &'static CFString;
1080}
1081
1082extern "C" {
1083    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsmeasuremode?language=objc)
1084    pub static kCGImagePropertyGPSMeasureMode: &'static CFString;
1085}
1086
1087extern "C" {
1088    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdop?language=objc)
1089    pub static kCGImagePropertyGPSDOP: &'static CFString;
1090}
1091
1092extern "C" {
1093    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsspeedref?language=objc)
1094    pub static kCGImagePropertyGPSSpeedRef: &'static CFString;
1095}
1096
1097extern "C" {
1098    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsspeed?language=objc)
1099    pub static kCGImagePropertyGPSSpeed: &'static CFString;
1100}
1101
1102extern "C" {
1103    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpstrackref?language=objc)
1104    pub static kCGImagePropertyGPSTrackRef: &'static CFString;
1105}
1106
1107extern "C" {
1108    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpstrack?language=objc)
1109    pub static kCGImagePropertyGPSTrack: &'static CFString;
1110}
1111
1112extern "C" {
1113    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsimgdirectionref?language=objc)
1114    pub static kCGImagePropertyGPSImgDirectionRef: &'static CFString;
1115}
1116
1117extern "C" {
1118    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsimgdirection?language=objc)
1119    pub static kCGImagePropertyGPSImgDirection: &'static CFString;
1120}
1121
1122extern "C" {
1123    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsmapdatum?language=objc)
1124    pub static kCGImagePropertyGPSMapDatum: &'static CFString;
1125}
1126
1127extern "C" {
1128    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestlatituderef?language=objc)
1129    pub static kCGImagePropertyGPSDestLatitudeRef: &'static CFString;
1130}
1131
1132extern "C" {
1133    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestlatitude?language=objc)
1134    pub static kCGImagePropertyGPSDestLatitude: &'static CFString;
1135}
1136
1137extern "C" {
1138    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestlongituderef?language=objc)
1139    pub static kCGImagePropertyGPSDestLongitudeRef: &'static CFString;
1140}
1141
1142extern "C" {
1143    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestlongitude?language=objc)
1144    pub static kCGImagePropertyGPSDestLongitude: &'static CFString;
1145}
1146
1147extern "C" {
1148    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestbearingref?language=objc)
1149    pub static kCGImagePropertyGPSDestBearingRef: &'static CFString;
1150}
1151
1152extern "C" {
1153    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestbearing?language=objc)
1154    pub static kCGImagePropertyGPSDestBearing: &'static CFString;
1155}
1156
1157extern "C" {
1158    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestdistanceref?language=objc)
1159    pub static kCGImagePropertyGPSDestDistanceRef: &'static CFString;
1160}
1161
1162extern "C" {
1163    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdestdistance?language=objc)
1164    pub static kCGImagePropertyGPSDestDistance: &'static CFString;
1165}
1166
1167extern "C" {
1168    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsprocessingmethod?language=objc)
1169    pub static kCGImagePropertyGPSProcessingMethod: &'static CFString;
1170}
1171
1172extern "C" {
1173    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsareainformation?language=objc)
1174    pub static kCGImagePropertyGPSAreaInformation: &'static CFString;
1175}
1176
1177extern "C" {
1178    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdatestamp?language=objc)
1179    pub static kCGImagePropertyGPSDateStamp: &'static CFString;
1180}
1181
1182extern "C" {
1183    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpsdifferental?language=objc)
1184    pub static kCGImagePropertyGPSDifferental: &'static CFString;
1185}
1186
1187extern "C" {
1188    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygpshpositioningerror?language=objc)
1189    pub static kCGImagePropertyGPSHPositioningError: &'static CFString;
1190}
1191
1192extern "C" {
1193    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcobjecttypereference?language=objc)
1194    pub static kCGImagePropertyIPTCObjectTypeReference: &'static CFString;
1195}
1196
1197extern "C" {
1198    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcobjectattributereference?language=objc)
1199    pub static kCGImagePropertyIPTCObjectAttributeReference: &'static CFString;
1200}
1201
1202extern "C" {
1203    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcobjectname?language=objc)
1204    pub static kCGImagePropertyIPTCObjectName: &'static CFString;
1205}
1206
1207extern "C" {
1208    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptceditstatus?language=objc)
1209    pub static kCGImagePropertyIPTCEditStatus: &'static CFString;
1210}
1211
1212extern "C" {
1213    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptceditorialupdate?language=objc)
1214    pub static kCGImagePropertyIPTCEditorialUpdate: &'static CFString;
1215}
1216
1217extern "C" {
1218    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcurgency?language=objc)
1219    pub static kCGImagePropertyIPTCUrgency: &'static CFString;
1220}
1221
1222extern "C" {
1223    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcsubjectreference?language=objc)
1224    pub static kCGImagePropertyIPTCSubjectReference: &'static CFString;
1225}
1226
1227extern "C" {
1228    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccategory?language=objc)
1229    pub static kCGImagePropertyIPTCCategory: &'static CFString;
1230}
1231
1232extern "C" {
1233    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcsupplementalcategory?language=objc)
1234    pub static kCGImagePropertyIPTCSupplementalCategory: &'static CFString;
1235}
1236
1237extern "C" {
1238    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcfixtureidentifier?language=objc)
1239    pub static kCGImagePropertyIPTCFixtureIdentifier: &'static CFString;
1240}
1241
1242extern "C" {
1243    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptckeywords?language=objc)
1244    pub static kCGImagePropertyIPTCKeywords: &'static CFString;
1245}
1246
1247extern "C" {
1248    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontentlocationcode?language=objc)
1249    pub static kCGImagePropertyIPTCContentLocationCode: &'static CFString;
1250}
1251
1252extern "C" {
1253    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontentlocationname?language=objc)
1254    pub static kCGImagePropertyIPTCContentLocationName: &'static CFString;
1255}
1256
1257extern "C" {
1258    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcreleasedate?language=objc)
1259    pub static kCGImagePropertyIPTCReleaseDate: &'static CFString;
1260}
1261
1262extern "C" {
1263    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcreleasetime?language=objc)
1264    pub static kCGImagePropertyIPTCReleaseTime: &'static CFString;
1265}
1266
1267extern "C" {
1268    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexpirationdate?language=objc)
1269    pub static kCGImagePropertyIPTCExpirationDate: &'static CFString;
1270}
1271
1272extern "C" {
1273    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexpirationtime?language=objc)
1274    pub static kCGImagePropertyIPTCExpirationTime: &'static CFString;
1275}
1276
1277extern "C" {
1278    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcspecialinstructions?language=objc)
1279    pub static kCGImagePropertyIPTCSpecialInstructions: &'static CFString;
1280}
1281
1282extern "C" {
1283    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcactionadvised?language=objc)
1284    pub static kCGImagePropertyIPTCActionAdvised: &'static CFString;
1285}
1286
1287extern "C" {
1288    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcreferenceservice?language=objc)
1289    pub static kCGImagePropertyIPTCReferenceService: &'static CFString;
1290}
1291
1292extern "C" {
1293    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcreferencedate?language=objc)
1294    pub static kCGImagePropertyIPTCReferenceDate: &'static CFString;
1295}
1296
1297extern "C" {
1298    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcreferencenumber?language=objc)
1299    pub static kCGImagePropertyIPTCReferenceNumber: &'static CFString;
1300}
1301
1302extern "C" {
1303    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcdatecreated?language=objc)
1304    pub static kCGImagePropertyIPTCDateCreated: &'static CFString;
1305}
1306
1307extern "C" {
1308    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptctimecreated?language=objc)
1309    pub static kCGImagePropertyIPTCTimeCreated: &'static CFString;
1310}
1311
1312extern "C" {
1313    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcdigitalcreationdate?language=objc)
1314    pub static kCGImagePropertyIPTCDigitalCreationDate: &'static CFString;
1315}
1316
1317extern "C" {
1318    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcdigitalcreationtime?language=objc)
1319    pub static kCGImagePropertyIPTCDigitalCreationTime: &'static CFString;
1320}
1321
1322extern "C" {
1323    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcoriginatingprogram?language=objc)
1324    pub static kCGImagePropertyIPTCOriginatingProgram: &'static CFString;
1325}
1326
1327extern "C" {
1328    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcprogramversion?language=objc)
1329    pub static kCGImagePropertyIPTCProgramVersion: &'static CFString;
1330}
1331
1332extern "C" {
1333    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcobjectcycle?language=objc)
1334    pub static kCGImagePropertyIPTCObjectCycle: &'static CFString;
1335}
1336
1337extern "C" {
1338    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcbyline?language=objc)
1339    pub static kCGImagePropertyIPTCByline: &'static CFString;
1340}
1341
1342extern "C" {
1343    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcbylinetitle?language=objc)
1344    pub static kCGImagePropertyIPTCBylineTitle: &'static CFString;
1345}
1346
1347extern "C" {
1348    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccity?language=objc)
1349    pub static kCGImagePropertyIPTCCity: &'static CFString;
1350}
1351
1352extern "C" {
1353    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcsublocation?language=objc)
1354    pub static kCGImagePropertyIPTCSubLocation: &'static CFString;
1355}
1356
1357extern "C" {
1358    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcprovincestate?language=objc)
1359    pub static kCGImagePropertyIPTCProvinceState: &'static CFString;
1360}
1361
1362extern "C" {
1363    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccountryprimarylocationcode?language=objc)
1364    pub static kCGImagePropertyIPTCCountryPrimaryLocationCode: &'static CFString;
1365}
1366
1367extern "C" {
1368    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccountryprimarylocationname?language=objc)
1369    pub static kCGImagePropertyIPTCCountryPrimaryLocationName: &'static CFString;
1370}
1371
1372extern "C" {
1373    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcoriginaltransmissionreference?language=objc)
1374    pub static kCGImagePropertyIPTCOriginalTransmissionReference: &'static CFString;
1375}
1376
1377extern "C" {
1378    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcheadline?language=objc)
1379    pub static kCGImagePropertyIPTCHeadline: &'static CFString;
1380}
1381
1382extern "C" {
1383    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccredit?language=objc)
1384    pub static kCGImagePropertyIPTCCredit: &'static CFString;
1385}
1386
1387extern "C" {
1388    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcsource?language=objc)
1389    pub static kCGImagePropertyIPTCSource: &'static CFString;
1390}
1391
1392extern "C" {
1393    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccopyrightnotice?language=objc)
1394    pub static kCGImagePropertyIPTCCopyrightNotice: &'static CFString;
1395}
1396
1397extern "C" {
1398    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontact?language=objc)
1399    pub static kCGImagePropertyIPTCContact: &'static CFString;
1400}
1401
1402extern "C" {
1403    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccaptionabstract?language=objc)
1404    pub static kCGImagePropertyIPTCCaptionAbstract: &'static CFString;
1405}
1406
1407extern "C" {
1408    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcwritereditor?language=objc)
1409    pub static kCGImagePropertyIPTCWriterEditor: &'static CFString;
1410}
1411
1412extern "C" {
1413    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcimagetype?language=objc)
1414    pub static kCGImagePropertyIPTCImageType: &'static CFString;
1415}
1416
1417extern "C" {
1418    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcimageorientation?language=objc)
1419    pub static kCGImagePropertyIPTCImageOrientation: &'static CFString;
1420}
1421
1422extern "C" {
1423    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptclanguageidentifier?language=objc)
1424    pub static kCGImagePropertyIPTCLanguageIdentifier: &'static CFString;
1425}
1426
1427extern "C" {
1428    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcstarrating?language=objc)
1429    pub static kCGImagePropertyIPTCStarRating: &'static CFString;
1430}
1431
1432extern "C" {
1433    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccreatorcontactinfo?language=objc)
1434    pub static kCGImagePropertyIPTCCreatorContactInfo: &'static CFString;
1435}
1436
1437extern "C" {
1438    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcrightsusageterms?language=objc)
1439    pub static kCGImagePropertyIPTCRightsUsageTerms: &'static CFString;
1440}
1441
1442extern "C" {
1443    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcscene?language=objc)
1444    pub static kCGImagePropertyIPTCScene: &'static CFString;
1445}
1446
1447extern "C" {
1448    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaboutcvterm?language=objc)
1449    pub static kCGImagePropertyIPTCExtAboutCvTerm: &'static CFString;
1450}
1451
1452extern "C" {
1453    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaboutcvtermcvid?language=objc)
1454    pub static kCGImagePropertyIPTCExtAboutCvTermCvId: &'static CFString;
1455}
1456
1457extern "C" {
1458    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaboutcvtermid?language=objc)
1459    pub static kCGImagePropertyIPTCExtAboutCvTermId: &'static CFString;
1460}
1461
1462extern "C" {
1463    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaboutcvtermname?language=objc)
1464    pub static kCGImagePropertyIPTCExtAboutCvTermName: &'static CFString;
1465}
1466
1467extern "C" {
1468    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaboutcvtermrefinedabout?language=objc)
1469    pub static kCGImagePropertyIPTCExtAboutCvTermRefinedAbout: &'static CFString;
1470}
1471
1472extern "C" {
1473    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaddlmodelinfo?language=objc)
1474    pub static kCGImagePropertyIPTCExtAddlModelInfo: &'static CFString;
1475}
1476
1477extern "C" {
1478    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkorobject?language=objc)
1479    pub static kCGImagePropertyIPTCExtArtworkOrObject: &'static CFString;
1480}
1481
1482extern "C" {
1483    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcircadatecreated?language=objc)
1484    pub static kCGImagePropertyIPTCExtArtworkCircaDateCreated: &'static CFString;
1485}
1486
1487extern "C" {
1488    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcontentdescription?language=objc)
1489    pub static kCGImagePropertyIPTCExtArtworkContentDescription: &'static CFString;
1490}
1491
1492extern "C" {
1493    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcontributiondescription?language=objc)
1494    pub static kCGImagePropertyIPTCExtArtworkContributionDescription: &'static CFString;
1495}
1496
1497extern "C" {
1498    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcopyrightnotice?language=objc)
1499    pub static kCGImagePropertyIPTCExtArtworkCopyrightNotice: &'static CFString;
1500}
1501
1502extern "C" {
1503    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcreator?language=objc)
1504    pub static kCGImagePropertyIPTCExtArtworkCreator: &'static CFString;
1505}
1506
1507extern "C" {
1508    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcreatorid?language=objc)
1509    pub static kCGImagePropertyIPTCExtArtworkCreatorID: &'static CFString;
1510}
1511
1512extern "C" {
1513    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcopyrightownerid?language=objc)
1514    pub static kCGImagePropertyIPTCExtArtworkCopyrightOwnerID: &'static CFString;
1515}
1516
1517extern "C" {
1518    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkcopyrightownername?language=objc)
1519    pub static kCGImagePropertyIPTCExtArtworkCopyrightOwnerName: &'static CFString;
1520}
1521
1522extern "C" {
1523    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworklicensorid?language=objc)
1524    pub static kCGImagePropertyIPTCExtArtworkLicensorID: &'static CFString;
1525}
1526
1527extern "C" {
1528    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworklicensorname?language=objc)
1529    pub static kCGImagePropertyIPTCExtArtworkLicensorName: &'static CFString;
1530}
1531
1532extern "C" {
1533    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkdatecreated?language=objc)
1534    pub static kCGImagePropertyIPTCExtArtworkDateCreated: &'static CFString;
1535}
1536
1537extern "C" {
1538    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkphysicaldescription?language=objc)
1539    pub static kCGImagePropertyIPTCExtArtworkPhysicalDescription: &'static CFString;
1540}
1541
1542extern "C" {
1543    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworksource?language=objc)
1544    pub static kCGImagePropertyIPTCExtArtworkSource: &'static CFString;
1545}
1546
1547extern "C" {
1548    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworksourceinventoryno?language=objc)
1549    pub static kCGImagePropertyIPTCExtArtworkSourceInventoryNo: &'static CFString;
1550}
1551
1552extern "C" {
1553    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworksourceinvurl?language=objc)
1554    pub static kCGImagePropertyIPTCExtArtworkSourceInvURL: &'static CFString;
1555}
1556
1557extern "C" {
1558    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworkstyleperiod?language=objc)
1559    pub static kCGImagePropertyIPTCExtArtworkStylePeriod: &'static CFString;
1560}
1561
1562extern "C" {
1563    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextartworktitle?language=objc)
1564    pub static kCGImagePropertyIPTCExtArtworkTitle: &'static CFString;
1565}
1566
1567extern "C" {
1568    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaudiobitrate?language=objc)
1569    pub static kCGImagePropertyIPTCExtAudioBitrate: &'static CFString;
1570}
1571
1572extern "C" {
1573    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaudiobitratemode?language=objc)
1574    pub static kCGImagePropertyIPTCExtAudioBitrateMode: &'static CFString;
1575}
1576
1577extern "C" {
1578    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextaudiochannelcount?language=objc)
1579    pub static kCGImagePropertyIPTCExtAudioChannelCount: &'static CFString;
1580}
1581
1582extern "C" {
1583    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcircadatecreated?language=objc)
1584    pub static kCGImagePropertyIPTCExtCircaDateCreated: &'static CFString;
1585}
1586
1587extern "C" {
1588    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontainerformat?language=objc)
1589    pub static kCGImagePropertyIPTCExtContainerFormat: &'static CFString;
1590}
1591
1592extern "C" {
1593    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontainerformatidentifier?language=objc)
1594    pub static kCGImagePropertyIPTCExtContainerFormatIdentifier: &'static CFString;
1595}
1596
1597extern "C" {
1598    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontainerformatname?language=objc)
1599    pub static kCGImagePropertyIPTCExtContainerFormatName: &'static CFString;
1600}
1601
1602extern "C" {
1603    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontributor?language=objc)
1604    pub static kCGImagePropertyIPTCExtContributor: &'static CFString;
1605}
1606
1607extern "C" {
1608    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontributoridentifier?language=objc)
1609    pub static kCGImagePropertyIPTCExtContributorIdentifier: &'static CFString;
1610}
1611
1612extern "C" {
1613    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontributorname?language=objc)
1614    pub static kCGImagePropertyIPTCExtContributorName: &'static CFString;
1615}
1616
1617extern "C" {
1618    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontributorrole?language=objc)
1619    pub static kCGImagePropertyIPTCExtContributorRole: &'static CFString;
1620}
1621
1622extern "C" {
1623    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcopyrightyear?language=objc)
1624    pub static kCGImagePropertyIPTCExtCopyrightYear: &'static CFString;
1625}
1626
1627extern "C" {
1628    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcreator?language=objc)
1629    pub static kCGImagePropertyIPTCExtCreator: &'static CFString;
1630}
1631
1632extern "C" {
1633    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcreatoridentifier?language=objc)
1634    pub static kCGImagePropertyIPTCExtCreatorIdentifier: &'static CFString;
1635}
1636
1637extern "C" {
1638    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcreatorname?language=objc)
1639    pub static kCGImagePropertyIPTCExtCreatorName: &'static CFString;
1640}
1641
1642extern "C" {
1643    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcreatorrole?language=objc)
1644    pub static kCGImagePropertyIPTCExtCreatorRole: &'static CFString;
1645}
1646
1647extern "C" {
1648    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextcontrolledvocabularyterm?language=objc)
1649    pub static kCGImagePropertyIPTCExtControlledVocabularyTerm: &'static CFString;
1650}
1651
1652extern "C" {
1653    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreen?language=objc)
1654    pub static kCGImagePropertyIPTCExtDataOnScreen: &'static CFString;
1655}
1656
1657extern "C" {
1658    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregion?language=objc)
1659    pub static kCGImagePropertyIPTCExtDataOnScreenRegion: &'static CFString;
1660}
1661
1662extern "C" {
1663    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregiond?language=objc)
1664    pub static kCGImagePropertyIPTCExtDataOnScreenRegionD: &'static CFString;
1665}
1666
1667extern "C" {
1668    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregionh?language=objc)
1669    pub static kCGImagePropertyIPTCExtDataOnScreenRegionH: &'static CFString;
1670}
1671
1672extern "C" {
1673    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregiontext?language=objc)
1674    pub static kCGImagePropertyIPTCExtDataOnScreenRegionText: &'static CFString;
1675}
1676
1677extern "C" {
1678    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregionunit?language=objc)
1679    pub static kCGImagePropertyIPTCExtDataOnScreenRegionUnit: &'static CFString;
1680}
1681
1682extern "C" {
1683    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregionw?language=objc)
1684    pub static kCGImagePropertyIPTCExtDataOnScreenRegionW: &'static CFString;
1685}
1686
1687extern "C" {
1688    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregionx?language=objc)
1689    pub static kCGImagePropertyIPTCExtDataOnScreenRegionX: &'static CFString;
1690}
1691
1692extern "C" {
1693    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdataonscreenregiony?language=objc)
1694    pub static kCGImagePropertyIPTCExtDataOnScreenRegionY: &'static CFString;
1695}
1696
1697extern "C" {
1698    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdigitalimageguid?language=objc)
1699    pub static kCGImagePropertyIPTCExtDigitalImageGUID: &'static CFString;
1700}
1701
1702extern "C" {
1703    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdigitalsourcefiletype?language=objc)
1704    pub static kCGImagePropertyIPTCExtDigitalSourceFileType: &'static CFString;
1705}
1706
1707extern "C" {
1708    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdigitalsourcetype?language=objc)
1709    pub static kCGImagePropertyIPTCExtDigitalSourceType: &'static CFString;
1710}
1711
1712extern "C" {
1713    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdopesheet?language=objc)
1714    pub static kCGImagePropertyIPTCExtDopesheet: &'static CFString;
1715}
1716
1717extern "C" {
1718    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdopesheetlink?language=objc)
1719    pub static kCGImagePropertyIPTCExtDopesheetLink: &'static CFString;
1720}
1721
1722extern "C" {
1723    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdopesheetlinklink?language=objc)
1724    pub static kCGImagePropertyIPTCExtDopesheetLinkLink: &'static CFString;
1725}
1726
1727extern "C" {
1728    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextdopesheetlinklinkqualifier?language=objc)
1729    pub static kCGImagePropertyIPTCExtDopesheetLinkLinkQualifier: &'static CFString;
1730}
1731
1732extern "C" {
1733    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextembdencrightsexpr?language=objc)
1734    pub static kCGImagePropertyIPTCExtEmbdEncRightsExpr: &'static CFString;
1735}
1736
1737extern "C" {
1738    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextembeddedencodedrightsexpr?language=objc)
1739    pub static kCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr: &'static CFString;
1740}
1741
1742extern "C" {
1743    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextembeddedencodedrightsexprtype?language=objc)
1744    pub static kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType: &'static CFString;
1745}
1746
1747extern "C" {
1748    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextembeddedencodedrightsexprlangid?language=objc)
1749    pub static kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID: &'static CFString;
1750}
1751
1752extern "C" {
1753    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextepisode?language=objc)
1754    pub static kCGImagePropertyIPTCExtEpisode: &'static CFString;
1755}
1756
1757extern "C" {
1758    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextepisodeidentifier?language=objc)
1759    pub static kCGImagePropertyIPTCExtEpisodeIdentifier: &'static CFString;
1760}
1761
1762extern "C" {
1763    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextepisodename?language=objc)
1764    pub static kCGImagePropertyIPTCExtEpisodeName: &'static CFString;
1765}
1766
1767extern "C" {
1768    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextepisodenumber?language=objc)
1769    pub static kCGImagePropertyIPTCExtEpisodeNumber: &'static CFString;
1770}
1771
1772extern "C" {
1773    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextevent?language=objc)
1774    pub static kCGImagePropertyIPTCExtEvent: &'static CFString;
1775}
1776
1777extern "C" {
1778    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextshownevent?language=objc)
1779    pub static kCGImagePropertyIPTCExtShownEvent: &'static CFString;
1780}
1781
1782extern "C" {
1783    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextshowneventidentifier?language=objc)
1784    pub static kCGImagePropertyIPTCExtShownEventIdentifier: &'static CFString;
1785}
1786
1787extern "C" {
1788    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextshowneventname?language=objc)
1789    pub static kCGImagePropertyIPTCExtShownEventName: &'static CFString;
1790}
1791
1792extern "C" {
1793    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextexternalmetadatalink?language=objc)
1794    pub static kCGImagePropertyIPTCExtExternalMetadataLink: &'static CFString;
1795}
1796
1797extern "C" {
1798    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextfeedidentifier?language=objc)
1799    pub static kCGImagePropertyIPTCExtFeedIdentifier: &'static CFString;
1800}
1801
1802extern "C" {
1803    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextgenre?language=objc)
1804    pub static kCGImagePropertyIPTCExtGenre: &'static CFString;
1805}
1806
1807extern "C" {
1808    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextgenrecvid?language=objc)
1809    pub static kCGImagePropertyIPTCExtGenreCvId: &'static CFString;
1810}
1811
1812extern "C" {
1813    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextgenrecvtermid?language=objc)
1814    pub static kCGImagePropertyIPTCExtGenreCvTermId: &'static CFString;
1815}
1816
1817extern "C" {
1818    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextgenrecvtermname?language=objc)
1819    pub static kCGImagePropertyIPTCExtGenreCvTermName: &'static CFString;
1820}
1821
1822extern "C" {
1823    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextgenrecvtermrefinedabout?language=objc)
1824    pub static kCGImagePropertyIPTCExtGenreCvTermRefinedAbout: &'static CFString;
1825}
1826
1827extern "C" {
1828    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextheadline?language=objc)
1829    pub static kCGImagePropertyIPTCExtHeadline: &'static CFString;
1830}
1831
1832extern "C" {
1833    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextiptclastedited?language=objc)
1834    pub static kCGImagePropertyIPTCExtIPTCLastEdited: &'static CFString;
1835}
1836
1837extern "C" {
1838    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlinkedencrightsexpr?language=objc)
1839    pub static kCGImagePropertyIPTCExtLinkedEncRightsExpr: &'static CFString;
1840}
1841
1842extern "C" {
1843    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlinkedencodedrightsexpr?language=objc)
1844    pub static kCGImagePropertyIPTCExtLinkedEncodedRightsExpr: &'static CFString;
1845}
1846
1847extern "C" {
1848    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlinkedencodedrightsexprtype?language=objc)
1849    pub static kCGImagePropertyIPTCExtLinkedEncodedRightsExprType: &'static CFString;
1850}
1851
1852extern "C" {
1853    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlinkedencodedrightsexprlangid?language=objc)
1854    pub static kCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID: &'static CFString;
1855}
1856
1857extern "C" {
1858    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationcreated?language=objc)
1859    pub static kCGImagePropertyIPTCExtLocationCreated: &'static CFString;
1860}
1861
1862extern "C" {
1863    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationcity?language=objc)
1864    pub static kCGImagePropertyIPTCExtLocationCity: &'static CFString;
1865}
1866
1867extern "C" {
1868    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationcountrycode?language=objc)
1869    pub static kCGImagePropertyIPTCExtLocationCountryCode: &'static CFString;
1870}
1871
1872extern "C" {
1873    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationcountryname?language=objc)
1874    pub static kCGImagePropertyIPTCExtLocationCountryName: &'static CFString;
1875}
1876
1877extern "C" {
1878    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationgpsaltitude?language=objc)
1879    pub static kCGImagePropertyIPTCExtLocationGPSAltitude: &'static CFString;
1880}
1881
1882extern "C" {
1883    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationgpslatitude?language=objc)
1884    pub static kCGImagePropertyIPTCExtLocationGPSLatitude: &'static CFString;
1885}
1886
1887extern "C" {
1888    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationgpslongitude?language=objc)
1889    pub static kCGImagePropertyIPTCExtLocationGPSLongitude: &'static CFString;
1890}
1891
1892extern "C" {
1893    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationidentifier?language=objc)
1894    pub static kCGImagePropertyIPTCExtLocationIdentifier: &'static CFString;
1895}
1896
1897extern "C" {
1898    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationlocationid?language=objc)
1899    pub static kCGImagePropertyIPTCExtLocationLocationId: &'static CFString;
1900}
1901
1902extern "C" {
1903    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationlocationname?language=objc)
1904    pub static kCGImagePropertyIPTCExtLocationLocationName: &'static CFString;
1905}
1906
1907extern "C" {
1908    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationprovincestate?language=objc)
1909    pub static kCGImagePropertyIPTCExtLocationProvinceState: &'static CFString;
1910}
1911
1912extern "C" {
1913    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationsublocation?language=objc)
1914    pub static kCGImagePropertyIPTCExtLocationSublocation: &'static CFString;
1915}
1916
1917extern "C" {
1918    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationworldregion?language=objc)
1919    pub static kCGImagePropertyIPTCExtLocationWorldRegion: &'static CFString;
1920}
1921
1922extern "C" {
1923    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextlocationshown?language=objc)
1924    pub static kCGImagePropertyIPTCExtLocationShown: &'static CFString;
1925}
1926
1927extern "C" {
1928    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextmaxavailheight?language=objc)
1929    pub static kCGImagePropertyIPTCExtMaxAvailHeight: &'static CFString;
1930}
1931
1932extern "C" {
1933    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextmaxavailwidth?language=objc)
1934    pub static kCGImagePropertyIPTCExtMaxAvailWidth: &'static CFString;
1935}
1936
1937extern "C" {
1938    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextmodelage?language=objc)
1939    pub static kCGImagePropertyIPTCExtModelAge: &'static CFString;
1940}
1941
1942extern "C" {
1943    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextorganisationinimagecode?language=objc)
1944    pub static kCGImagePropertyIPTCExtOrganisationInImageCode: &'static CFString;
1945}
1946
1947extern "C" {
1948    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextorganisationinimagename?language=objc)
1949    pub static kCGImagePropertyIPTCExtOrganisationInImageName: &'static CFString;
1950}
1951
1952extern "C" {
1953    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersonheard?language=objc)
1954    pub static kCGImagePropertyIPTCExtPersonHeard: &'static CFString;
1955}
1956
1957extern "C" {
1958    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersonheardidentifier?language=objc)
1959    pub static kCGImagePropertyIPTCExtPersonHeardIdentifier: &'static CFString;
1960}
1961
1962extern "C" {
1963    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersonheardname?language=objc)
1964    pub static kCGImagePropertyIPTCExtPersonHeardName: &'static CFString;
1965}
1966
1967extern "C" {
1968    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimage?language=objc)
1969    pub static kCGImagePropertyIPTCExtPersonInImage: &'static CFString;
1970}
1971
1972extern "C" {
1973    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagewdetails?language=objc)
1974    pub static kCGImagePropertyIPTCExtPersonInImageWDetails: &'static CFString;
1975}
1976
1977extern "C" {
1978    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagecharacteristic?language=objc)
1979    pub static kCGImagePropertyIPTCExtPersonInImageCharacteristic: &'static CFString;
1980}
1981
1982extern "C" {
1983    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagecvtermcvid?language=objc)
1984    pub static kCGImagePropertyIPTCExtPersonInImageCvTermCvId: &'static CFString;
1985}
1986
1987extern "C" {
1988    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagecvtermid?language=objc)
1989    pub static kCGImagePropertyIPTCExtPersonInImageCvTermId: &'static CFString;
1990}
1991
1992extern "C" {
1993    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagecvtermname?language=objc)
1994    pub static kCGImagePropertyIPTCExtPersonInImageCvTermName: &'static CFString;
1995}
1996
1997extern "C" {
1998    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagecvtermrefinedabout?language=objc)
1999    pub static kCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout: &'static CFString;
2000}
2001
2002extern "C" {
2003    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagedescription?language=objc)
2004    pub static kCGImagePropertyIPTCExtPersonInImageDescription: &'static CFString;
2005}
2006
2007extern "C" {
2008    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimageid?language=objc)
2009    pub static kCGImagePropertyIPTCExtPersonInImageId: &'static CFString;
2010}
2011
2012extern "C" {
2013    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpersoninimagename?language=objc)
2014    pub static kCGImagePropertyIPTCExtPersonInImageName: &'static CFString;
2015}
2016
2017extern "C" {
2018    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextproductinimage?language=objc)
2019    pub static kCGImagePropertyIPTCExtProductInImage: &'static CFString;
2020}
2021
2022extern "C" {
2023    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextproductinimagedescription?language=objc)
2024    pub static kCGImagePropertyIPTCExtProductInImageDescription: &'static CFString;
2025}
2026
2027extern "C" {
2028    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextproductinimagegtin?language=objc)
2029    pub static kCGImagePropertyIPTCExtProductInImageGTIN: &'static CFString;
2030}
2031
2032extern "C" {
2033    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextproductinimagename?language=objc)
2034    pub static kCGImagePropertyIPTCExtProductInImageName: &'static CFString;
2035}
2036
2037extern "C" {
2038    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpublicationevent?language=objc)
2039    pub static kCGImagePropertyIPTCExtPublicationEvent: &'static CFString;
2040}
2041
2042extern "C" {
2043    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpublicationeventdate?language=objc)
2044    pub static kCGImagePropertyIPTCExtPublicationEventDate: &'static CFString;
2045}
2046
2047extern "C" {
2048    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpublicationeventidentifier?language=objc)
2049    pub static kCGImagePropertyIPTCExtPublicationEventIdentifier: &'static CFString;
2050}
2051
2052extern "C" {
2053    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextpublicationeventname?language=objc)
2054    pub static kCGImagePropertyIPTCExtPublicationEventName: &'static CFString;
2055}
2056
2057extern "C" {
2058    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextrating?language=objc)
2059    pub static kCGImagePropertyIPTCExtRating: &'static CFString;
2060}
2061
2062extern "C" {
2063    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingratingregion?language=objc)
2064    pub static kCGImagePropertyIPTCExtRatingRatingRegion: &'static CFString;
2065}
2066
2067extern "C" {
2068    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregioncity?language=objc)
2069    pub static kCGImagePropertyIPTCExtRatingRegionCity: &'static CFString;
2070}
2071
2072extern "C" {
2073    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregioncountrycode?language=objc)
2074    pub static kCGImagePropertyIPTCExtRatingRegionCountryCode: &'static CFString;
2075}
2076
2077extern "C" {
2078    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregioncountryname?language=objc)
2079    pub static kCGImagePropertyIPTCExtRatingRegionCountryName: &'static CFString;
2080}
2081
2082extern "C" {
2083    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregiongpsaltitude?language=objc)
2084    pub static kCGImagePropertyIPTCExtRatingRegionGPSAltitude: &'static CFString;
2085}
2086
2087extern "C" {
2088    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregiongpslatitude?language=objc)
2089    pub static kCGImagePropertyIPTCExtRatingRegionGPSLatitude: &'static CFString;
2090}
2091
2092extern "C" {
2093    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregiongpslongitude?language=objc)
2094    pub static kCGImagePropertyIPTCExtRatingRegionGPSLongitude: &'static CFString;
2095}
2096
2097extern "C" {
2098    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregionidentifier?language=objc)
2099    pub static kCGImagePropertyIPTCExtRatingRegionIdentifier: &'static CFString;
2100}
2101
2102extern "C" {
2103    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregionlocationid?language=objc)
2104    pub static kCGImagePropertyIPTCExtRatingRegionLocationId: &'static CFString;
2105}
2106
2107extern "C" {
2108    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregionlocationname?language=objc)
2109    pub static kCGImagePropertyIPTCExtRatingRegionLocationName: &'static CFString;
2110}
2111
2112extern "C" {
2113    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregionprovincestate?language=objc)
2114    pub static kCGImagePropertyIPTCExtRatingRegionProvinceState: &'static CFString;
2115}
2116
2117extern "C" {
2118    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregionsublocation?language=objc)
2119    pub static kCGImagePropertyIPTCExtRatingRegionSublocation: &'static CFString;
2120}
2121
2122extern "C" {
2123    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingregionworldregion?language=objc)
2124    pub static kCGImagePropertyIPTCExtRatingRegionWorldRegion: &'static CFString;
2125}
2126
2127extern "C" {
2128    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingscalemaxvalue?language=objc)
2129    pub static kCGImagePropertyIPTCExtRatingScaleMaxValue: &'static CFString;
2130}
2131
2132extern "C" {
2133    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingscaleminvalue?language=objc)
2134    pub static kCGImagePropertyIPTCExtRatingScaleMinValue: &'static CFString;
2135}
2136
2137extern "C" {
2138    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingsourcelink?language=objc)
2139    pub static kCGImagePropertyIPTCExtRatingSourceLink: &'static CFString;
2140}
2141
2142extern "C" {
2143    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingvalue?language=objc)
2144    pub static kCGImagePropertyIPTCExtRatingValue: &'static CFString;
2145}
2146
2147extern "C" {
2148    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextratingvaluelogolink?language=objc)
2149    pub static kCGImagePropertyIPTCExtRatingValueLogoLink: &'static CFString;
2150}
2151
2152extern "C" {
2153    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextregistryid?language=objc)
2154    pub static kCGImagePropertyIPTCExtRegistryID: &'static CFString;
2155}
2156
2157extern "C" {
2158    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextregistryentryrole?language=objc)
2159    pub static kCGImagePropertyIPTCExtRegistryEntryRole: &'static CFString;
2160}
2161
2162extern "C" {
2163    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextregistryitemid?language=objc)
2164    pub static kCGImagePropertyIPTCExtRegistryItemID: &'static CFString;
2165}
2166
2167extern "C" {
2168    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextregistryorganisationid?language=objc)
2169    pub static kCGImagePropertyIPTCExtRegistryOrganisationID: &'static CFString;
2170}
2171
2172extern "C" {
2173    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextreleaseready?language=objc)
2174    pub static kCGImagePropertyIPTCExtReleaseReady: &'static CFString;
2175}
2176
2177extern "C" {
2178    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseason?language=objc)
2179    pub static kCGImagePropertyIPTCExtSeason: &'static CFString;
2180}
2181
2182extern "C" {
2183    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseasonidentifier?language=objc)
2184    pub static kCGImagePropertyIPTCExtSeasonIdentifier: &'static CFString;
2185}
2186
2187extern "C" {
2188    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseasonname?language=objc)
2189    pub static kCGImagePropertyIPTCExtSeasonName: &'static CFString;
2190}
2191
2192extern "C" {
2193    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseasonnumber?language=objc)
2194    pub static kCGImagePropertyIPTCExtSeasonNumber: &'static CFString;
2195}
2196
2197extern "C" {
2198    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseries?language=objc)
2199    pub static kCGImagePropertyIPTCExtSeries: &'static CFString;
2200}
2201
2202extern "C" {
2203    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseriesidentifier?language=objc)
2204    pub static kCGImagePropertyIPTCExtSeriesIdentifier: &'static CFString;
2205}
2206
2207extern "C" {
2208    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextseriesname?language=objc)
2209    pub static kCGImagePropertyIPTCExtSeriesName: &'static CFString;
2210}
2211
2212extern "C" {
2213    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextstorylineidentifier?language=objc)
2214    pub static kCGImagePropertyIPTCExtStorylineIdentifier: &'static CFString;
2215}
2216
2217extern "C" {
2218    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextstreamready?language=objc)
2219    pub static kCGImagePropertyIPTCExtStreamReady: &'static CFString;
2220}
2221
2222extern "C" {
2223    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextstyleperiod?language=objc)
2224    pub static kCGImagePropertyIPTCExtStylePeriod: &'static CFString;
2225}
2226
2227extern "C" {
2228    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextsupplychainsource?language=objc)
2229    pub static kCGImagePropertyIPTCExtSupplyChainSource: &'static CFString;
2230}
2231
2232extern "C" {
2233    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextsupplychainsourceidentifier?language=objc)
2234    pub static kCGImagePropertyIPTCExtSupplyChainSourceIdentifier: &'static CFString;
2235}
2236
2237extern "C" {
2238    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextsupplychainsourcename?language=objc)
2239    pub static kCGImagePropertyIPTCExtSupplyChainSourceName: &'static CFString;
2240}
2241
2242extern "C" {
2243    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttemporalcoverage?language=objc)
2244    pub static kCGImagePropertyIPTCExtTemporalCoverage: &'static CFString;
2245}
2246
2247extern "C" {
2248    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttemporalcoveragefrom?language=objc)
2249    pub static kCGImagePropertyIPTCExtTemporalCoverageFrom: &'static CFString;
2250}
2251
2252extern "C" {
2253    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttemporalcoverageto?language=objc)
2254    pub static kCGImagePropertyIPTCExtTemporalCoverageTo: &'static CFString;
2255}
2256
2257extern "C" {
2258    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttranscript?language=objc)
2259    pub static kCGImagePropertyIPTCExtTranscript: &'static CFString;
2260}
2261
2262extern "C" {
2263    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttranscriptlink?language=objc)
2264    pub static kCGImagePropertyIPTCExtTranscriptLink: &'static CFString;
2265}
2266
2267extern "C" {
2268    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttranscriptlinklink?language=objc)
2269    pub static kCGImagePropertyIPTCExtTranscriptLinkLink: &'static CFString;
2270}
2271
2272extern "C" {
2273    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcexttranscriptlinklinkqualifier?language=objc)
2274    pub static kCGImagePropertyIPTCExtTranscriptLinkLinkQualifier: &'static CFString;
2275}
2276
2277extern "C" {
2278    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideobitrate?language=objc)
2279    pub static kCGImagePropertyIPTCExtVideoBitrate: &'static CFString;
2280}
2281
2282extern "C" {
2283    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideobitratemode?language=objc)
2284    pub static kCGImagePropertyIPTCExtVideoBitrateMode: &'static CFString;
2285}
2286
2287extern "C" {
2288    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideodisplayaspectratio?language=objc)
2289    pub static kCGImagePropertyIPTCExtVideoDisplayAspectRatio: &'static CFString;
2290}
2291
2292extern "C" {
2293    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideoencodingprofile?language=objc)
2294    pub static kCGImagePropertyIPTCExtVideoEncodingProfile: &'static CFString;
2295}
2296
2297extern "C" {
2298    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideoshottype?language=objc)
2299    pub static kCGImagePropertyIPTCExtVideoShotType: &'static CFString;
2300}
2301
2302extern "C" {
2303    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideoshottypeidentifier?language=objc)
2304    pub static kCGImagePropertyIPTCExtVideoShotTypeIdentifier: &'static CFString;
2305}
2306
2307extern "C" {
2308    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideoshottypename?language=objc)
2309    pub static kCGImagePropertyIPTCExtVideoShotTypeName: &'static CFString;
2310}
2311
2312extern "C" {
2313    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvideostreamscount?language=objc)
2314    pub static kCGImagePropertyIPTCExtVideoStreamsCount: &'static CFString;
2315}
2316
2317extern "C" {
2318    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextvisualcolor?language=objc)
2319    pub static kCGImagePropertyIPTCExtVisualColor: &'static CFString;
2320}
2321
2322extern "C" {
2323    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextworkflowtag?language=objc)
2324    pub static kCGImagePropertyIPTCExtWorkflowTag: &'static CFString;
2325}
2326
2327extern "C" {
2328    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextworkflowtagcvid?language=objc)
2329    pub static kCGImagePropertyIPTCExtWorkflowTagCvId: &'static CFString;
2330}
2331
2332extern "C" {
2333    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextworkflowtagcvtermid?language=objc)
2334    pub static kCGImagePropertyIPTCExtWorkflowTagCvTermId: &'static CFString;
2335}
2336
2337extern "C" {
2338    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextworkflowtagcvtermname?language=objc)
2339    pub static kCGImagePropertyIPTCExtWorkflowTagCvTermName: &'static CFString;
2340}
2341
2342extern "C" {
2343    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptcextworkflowtagcvtermrefinedabout?language=objc)
2344    pub static kCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout: &'static CFString;
2345}
2346
2347extern "C" {
2348    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfocity?language=objc)
2349    pub static kCGImagePropertyIPTCContactInfoCity: &'static CFString;
2350}
2351
2352extern "C" {
2353    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfocountry?language=objc)
2354    pub static kCGImagePropertyIPTCContactInfoCountry: &'static CFString;
2355}
2356
2357extern "C" {
2358    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfoaddress?language=objc)
2359    pub static kCGImagePropertyIPTCContactInfoAddress: &'static CFString;
2360}
2361
2362extern "C" {
2363    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfopostalcode?language=objc)
2364    pub static kCGImagePropertyIPTCContactInfoPostalCode: &'static CFString;
2365}
2366
2367extern "C" {
2368    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfostateprovince?language=objc)
2369    pub static kCGImagePropertyIPTCContactInfoStateProvince: &'static CFString;
2370}
2371
2372extern "C" {
2373    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfoemails?language=objc)
2374    pub static kCGImagePropertyIPTCContactInfoEmails: &'static CFString;
2375}
2376
2377extern "C" {
2378    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfophones?language=objc)
2379    pub static kCGImagePropertyIPTCContactInfoPhones: &'static CFString;
2380}
2381
2382extern "C" {
2383    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyiptccontactinfoweburls?language=objc)
2384    pub static kCGImagePropertyIPTCContactInfoWebURLs: &'static CFString;
2385}
2386
2387extern "C" {
2388    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageproperty8bimlayernames?language=objc)
2389    pub static kCGImageProperty8BIMLayerNames: &'static CFString;
2390}
2391
2392extern "C" {
2393    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageproperty8bimversion?language=objc)
2394    pub static kCGImageProperty8BIMVersion: &'static CFString;
2395}
2396
2397extern "C" {
2398    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngversion?language=objc)
2399    pub static kCGImagePropertyDNGVersion: &'static CFString;
2400}
2401
2402extern "C" {
2403    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbackwardversion?language=objc)
2404    pub static kCGImagePropertyDNGBackwardVersion: &'static CFString;
2405}
2406
2407extern "C" {
2408    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydnguniquecameramodel?language=objc)
2409    pub static kCGImagePropertyDNGUniqueCameraModel: &'static CFString;
2410}
2411
2412extern "C" {
2413    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydnglocalizedcameramodel?language=objc)
2414    pub static kCGImagePropertyDNGLocalizedCameraModel: &'static CFString;
2415}
2416
2417extern "C" {
2418    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcameraserialnumber?language=objc)
2419    pub static kCGImagePropertyDNGCameraSerialNumber: &'static CFString;
2420}
2421
2422extern "C" {
2423    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydnglensinfo?language=objc)
2424    pub static kCGImagePropertyDNGLensInfo: &'static CFString;
2425}
2426
2427extern "C" {
2428    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngblacklevel?language=objc)
2429    pub static kCGImagePropertyDNGBlackLevel: &'static CFString;
2430}
2431
2432extern "C" {
2433    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngwhitelevel?language=objc)
2434    pub static kCGImagePropertyDNGWhiteLevel: &'static CFString;
2435}
2436
2437extern "C" {
2438    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcalibrationilluminant1?language=objc)
2439    pub static kCGImagePropertyDNGCalibrationIlluminant1: &'static CFString;
2440}
2441
2442extern "C" {
2443    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcalibrationilluminant2?language=objc)
2444    pub static kCGImagePropertyDNGCalibrationIlluminant2: &'static CFString;
2445}
2446
2447extern "C" {
2448    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcolormatrix1?language=objc)
2449    pub static kCGImagePropertyDNGColorMatrix1: &'static CFString;
2450}
2451
2452extern "C" {
2453    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcolormatrix2?language=objc)
2454    pub static kCGImagePropertyDNGColorMatrix2: &'static CFString;
2455}
2456
2457extern "C" {
2458    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcameracalibration1?language=objc)
2459    pub static kCGImagePropertyDNGCameraCalibration1: &'static CFString;
2460}
2461
2462extern "C" {
2463    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcameracalibration2?language=objc)
2464    pub static kCGImagePropertyDNGCameraCalibration2: &'static CFString;
2465}
2466
2467extern "C" {
2468    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngasshotneutral?language=objc)
2469    pub static kCGImagePropertyDNGAsShotNeutral: &'static CFString;
2470}
2471
2472extern "C" {
2473    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngasshotwhitexy?language=objc)
2474    pub static kCGImagePropertyDNGAsShotWhiteXY: &'static CFString;
2475}
2476
2477extern "C" {
2478    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbaselineexposure?language=objc)
2479    pub static kCGImagePropertyDNGBaselineExposure: &'static CFString;
2480}
2481
2482extern "C" {
2483    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbaselinenoise?language=objc)
2484    pub static kCGImagePropertyDNGBaselineNoise: &'static CFString;
2485}
2486
2487extern "C" {
2488    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbaselinesharpness?language=objc)
2489    pub static kCGImagePropertyDNGBaselineSharpness: &'static CFString;
2490}
2491
2492extern "C" {
2493    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprivatedata?language=objc)
2494    pub static kCGImagePropertyDNGPrivateData: &'static CFString;
2495}
2496
2497extern "C" {
2498    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcameracalibrationsignature?language=objc)
2499    pub static kCGImagePropertyDNGCameraCalibrationSignature: &'static CFString;
2500}
2501
2502extern "C" {
2503    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilecalibrationsignature?language=objc)
2504    pub static kCGImagePropertyDNGProfileCalibrationSignature: &'static CFString;
2505}
2506
2507extern "C" {
2508    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngnoiseprofile?language=objc)
2509    pub static kCGImagePropertyDNGNoiseProfile: &'static CFString;
2510}
2511
2512extern "C" {
2513    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngwarprectilinear?language=objc)
2514    pub static kCGImagePropertyDNGWarpRectilinear: &'static CFString;
2515}
2516
2517extern "C" {
2518    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngwarpfisheye?language=objc)
2519    pub static kCGImagePropertyDNGWarpFisheye: &'static CFString;
2520}
2521
2522extern "C" {
2523    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngfixvignetteradial?language=objc)
2524    pub static kCGImagePropertyDNGFixVignetteRadial: &'static CFString;
2525}
2526
2527extern "C" {
2528    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngactivearea?language=objc)
2529    pub static kCGImagePropertyDNGActiveArea: &'static CFString;
2530}
2531
2532extern "C" {
2533    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydnganalogbalance?language=objc)
2534    pub static kCGImagePropertyDNGAnalogBalance: &'static CFString;
2535}
2536
2537extern "C" {
2538    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngantialiasstrength?language=objc)
2539    pub static kCGImagePropertyDNGAntiAliasStrength: &'static CFString;
2540}
2541
2542extern "C" {
2543    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngasshoticcprofile?language=objc)
2544    pub static kCGImagePropertyDNGAsShotICCProfile: &'static CFString;
2545}
2546
2547extern "C" {
2548    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngasshotpreprofilematrix?language=objc)
2549    pub static kCGImagePropertyDNGAsShotPreProfileMatrix: &'static CFString;
2550}
2551
2552extern "C" {
2553    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngasshotprofilename?language=objc)
2554    pub static kCGImagePropertyDNGAsShotProfileName: &'static CFString;
2555}
2556
2557extern "C" {
2558    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbaselineexposureoffset?language=objc)
2559    pub static kCGImagePropertyDNGBaselineExposureOffset: &'static CFString;
2560}
2561
2562extern "C" {
2563    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbayergreensplit?language=objc)
2564    pub static kCGImagePropertyDNGBayerGreenSplit: &'static CFString;
2565}
2566
2567extern "C" {
2568    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngbestqualityscale?language=objc)
2569    pub static kCGImagePropertyDNGBestQualityScale: &'static CFString;
2570}
2571
2572extern "C" {
2573    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngblackleveldeltah?language=objc)
2574    pub static kCGImagePropertyDNGBlackLevelDeltaH: &'static CFString;
2575}
2576
2577extern "C" {
2578    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngblackleveldeltav?language=objc)
2579    pub static kCGImagePropertyDNGBlackLevelDeltaV: &'static CFString;
2580}
2581
2582extern "C" {
2583    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngblacklevelrepeatdim?language=objc)
2584    pub static kCGImagePropertyDNGBlackLevelRepeatDim: &'static CFString;
2585}
2586
2587extern "C" {
2588    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcfalayout?language=objc)
2589    pub static kCGImagePropertyDNGCFALayout: &'static CFString;
2590}
2591
2592extern "C" {
2593    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcfaplanecolor?language=objc)
2594    pub static kCGImagePropertyDNGCFAPlaneColor: &'static CFString;
2595}
2596
2597extern "C" {
2598    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngchromablurradius?language=objc)
2599    pub static kCGImagePropertyDNGChromaBlurRadius: &'static CFString;
2600}
2601
2602extern "C" {
2603    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcolorimetricreference?language=objc)
2604    pub static kCGImagePropertyDNGColorimetricReference: &'static CFString;
2605}
2606
2607extern "C" {
2608    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcurrenticcprofile?language=objc)
2609    pub static kCGImagePropertyDNGCurrentICCProfile: &'static CFString;
2610}
2611
2612extern "C" {
2613    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngcurrentpreprofilematrix?language=objc)
2614    pub static kCGImagePropertyDNGCurrentPreProfileMatrix: &'static CFString;
2615}
2616
2617extern "C" {
2618    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngdefaultblackrender?language=objc)
2619    pub static kCGImagePropertyDNGDefaultBlackRender: &'static CFString;
2620}
2621
2622extern "C" {
2623    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngdefaultcroporigin?language=objc)
2624    pub static kCGImagePropertyDNGDefaultCropOrigin: &'static CFString;
2625}
2626
2627extern "C" {
2628    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngdefaultcropsize?language=objc)
2629    pub static kCGImagePropertyDNGDefaultCropSize: &'static CFString;
2630}
2631
2632extern "C" {
2633    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngdefaultscale?language=objc)
2634    pub static kCGImagePropertyDNGDefaultScale: &'static CFString;
2635}
2636
2637extern "C" {
2638    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngdefaultusercrop?language=objc)
2639    pub static kCGImagePropertyDNGDefaultUserCrop: &'static CFString;
2640}
2641
2642extern "C" {
2643    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngextracameraprofiles?language=objc)
2644    pub static kCGImagePropertyDNGExtraCameraProfiles: &'static CFString;
2645}
2646
2647extern "C" {
2648    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngforwardmatrix1?language=objc)
2649    pub static kCGImagePropertyDNGForwardMatrix1: &'static CFString;
2650}
2651
2652extern "C" {
2653    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngforwardmatrix2?language=objc)
2654    pub static kCGImagePropertyDNGForwardMatrix2: &'static CFString;
2655}
2656
2657extern "C" {
2658    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydnglinearizationtable?language=objc)
2659    pub static kCGImagePropertyDNGLinearizationTable: &'static CFString;
2660}
2661
2662extern "C" {
2663    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydnglinearresponselimit?language=objc)
2664    pub static kCGImagePropertyDNGLinearResponseLimit: &'static CFString;
2665}
2666
2667extern "C" {
2668    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngmakernotesafety?language=objc)
2669    pub static kCGImagePropertyDNGMakerNoteSafety: &'static CFString;
2670}
2671
2672extern "C" {
2673    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngmaskedareas?language=objc)
2674    pub static kCGImagePropertyDNGMaskedAreas: &'static CFString;
2675}
2676
2677extern "C" {
2678    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngnewrawimagedigest?language=objc)
2679    pub static kCGImagePropertyDNGNewRawImageDigest: &'static CFString;
2680}
2681
2682extern "C" {
2683    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngnoisereductionapplied?language=objc)
2684    pub static kCGImagePropertyDNGNoiseReductionApplied: &'static CFString;
2685}
2686
2687extern "C" {
2688    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngopcodelist1?language=objc)
2689    pub static kCGImagePropertyDNGOpcodeList1: &'static CFString;
2690}
2691
2692extern "C" {
2693    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngopcodelist2?language=objc)
2694    pub static kCGImagePropertyDNGOpcodeList2: &'static CFString;
2695}
2696
2697extern "C" {
2698    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngopcodelist3?language=objc)
2699    pub static kCGImagePropertyDNGOpcodeList3: &'static CFString;
2700}
2701
2702extern "C" {
2703    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngoriginalbestqualityfinalsize?language=objc)
2704    pub static kCGImagePropertyDNGOriginalBestQualityFinalSize: &'static CFString;
2705}
2706
2707extern "C" {
2708    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngoriginaldefaultcropsize?language=objc)
2709    pub static kCGImagePropertyDNGOriginalDefaultCropSize: &'static CFString;
2710}
2711
2712extern "C" {
2713    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngoriginaldefaultfinalsize?language=objc)
2714    pub static kCGImagePropertyDNGOriginalDefaultFinalSize: &'static CFString;
2715}
2716
2717extern "C" {
2718    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngoriginalrawfiledata?language=objc)
2719    pub static kCGImagePropertyDNGOriginalRawFileData: &'static CFString;
2720}
2721
2722extern "C" {
2723    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngoriginalrawfiledigest?language=objc)
2724    pub static kCGImagePropertyDNGOriginalRawFileDigest: &'static CFString;
2725}
2726
2727extern "C" {
2728    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngoriginalrawfilename?language=objc)
2729    pub static kCGImagePropertyDNGOriginalRawFileName: &'static CFString;
2730}
2731
2732extern "C" {
2733    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngpreviewapplicationname?language=objc)
2734    pub static kCGImagePropertyDNGPreviewApplicationName: &'static CFString;
2735}
2736
2737extern "C" {
2738    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngpreviewapplicationversion?language=objc)
2739    pub static kCGImagePropertyDNGPreviewApplicationVersion: &'static CFString;
2740}
2741
2742extern "C" {
2743    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngpreviewcolorspace?language=objc)
2744    pub static kCGImagePropertyDNGPreviewColorSpace: &'static CFString;
2745}
2746
2747extern "C" {
2748    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngpreviewdatetime?language=objc)
2749    pub static kCGImagePropertyDNGPreviewDateTime: &'static CFString;
2750}
2751
2752extern "C" {
2753    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngpreviewsettingsdigest?language=objc)
2754    pub static kCGImagePropertyDNGPreviewSettingsDigest: &'static CFString;
2755}
2756
2757extern "C" {
2758    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngpreviewsettingsname?language=objc)
2759    pub static kCGImagePropertyDNGPreviewSettingsName: &'static CFString;
2760}
2761
2762extern "C" {
2763    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilecopyright?language=objc)
2764    pub static kCGImagePropertyDNGProfileCopyright: &'static CFString;
2765}
2766
2767extern "C" {
2768    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofileembedpolicy?language=objc)
2769    pub static kCGImagePropertyDNGProfileEmbedPolicy: &'static CFString;
2770}
2771
2772extern "C" {
2773    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilehuesatmapdata1?language=objc)
2774    pub static kCGImagePropertyDNGProfileHueSatMapData1: &'static CFString;
2775}
2776
2777extern "C" {
2778    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilehuesatmapdata2?language=objc)
2779    pub static kCGImagePropertyDNGProfileHueSatMapData2: &'static CFString;
2780}
2781
2782extern "C" {
2783    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilehuesatmapdims?language=objc)
2784    pub static kCGImagePropertyDNGProfileHueSatMapDims: &'static CFString;
2785}
2786
2787extern "C" {
2788    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilehuesatmapencoding?language=objc)
2789    pub static kCGImagePropertyDNGProfileHueSatMapEncoding: &'static CFString;
2790}
2791
2792extern "C" {
2793    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilelooktabledata?language=objc)
2794    pub static kCGImagePropertyDNGProfileLookTableData: &'static CFString;
2795}
2796
2797extern "C" {
2798    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilelooktabledims?language=objc)
2799    pub static kCGImagePropertyDNGProfileLookTableDims: &'static CFString;
2800}
2801
2802extern "C" {
2803    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilelooktableencoding?language=objc)
2804    pub static kCGImagePropertyDNGProfileLookTableEncoding: &'static CFString;
2805}
2806
2807extern "C" {
2808    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofilename?language=objc)
2809    pub static kCGImagePropertyDNGProfileName: &'static CFString;
2810}
2811
2812extern "C" {
2813    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngprofiletonecurve?language=objc)
2814    pub static kCGImagePropertyDNGProfileToneCurve: &'static CFString;
2815}
2816
2817extern "C" {
2818    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngrawdatauniqueid?language=objc)
2819    pub static kCGImagePropertyDNGRawDataUniqueID: &'static CFString;
2820}
2821
2822extern "C" {
2823    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngrawimagedigest?language=objc)
2824    pub static kCGImagePropertyDNGRawImageDigest: &'static CFString;
2825}
2826
2827extern "C" {
2828    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngrawtopreviewgain?language=objc)
2829    pub static kCGImagePropertyDNGRawToPreviewGain: &'static CFString;
2830}
2831
2832extern "C" {
2833    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngreductionmatrix1?language=objc)
2834    pub static kCGImagePropertyDNGReductionMatrix1: &'static CFString;
2835}
2836
2837extern "C" {
2838    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngreductionmatrix2?language=objc)
2839    pub static kCGImagePropertyDNGReductionMatrix2: &'static CFString;
2840}
2841
2842extern "C" {
2843    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngrowinterleavefactor?language=objc)
2844    pub static kCGImagePropertyDNGRowInterleaveFactor: &'static CFString;
2845}
2846
2847extern "C" {
2848    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngshadowscale?language=objc)
2849    pub static kCGImagePropertyDNGShadowScale: &'static CFString;
2850}
2851
2852extern "C" {
2853    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertydngsubtileblocksize?language=objc)
2854    pub static kCGImagePropertyDNGSubTileBlockSize: &'static CFString;
2855}
2856
2857extern "C" {
2858    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffdescription?language=objc)
2859    pub static kCGImagePropertyCIFFDescription: &'static CFString;
2860}
2861
2862extern "C" {
2863    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycifffirmware?language=objc)
2864    pub static kCGImagePropertyCIFFFirmware: &'static CFString;
2865}
2866
2867extern "C" {
2868    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffownername?language=objc)
2869    pub static kCGImagePropertyCIFFOwnerName: &'static CFString;
2870}
2871
2872extern "C" {
2873    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffimagename?language=objc)
2874    pub static kCGImagePropertyCIFFImageName: &'static CFString;
2875}
2876
2877extern "C" {
2878    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffimagefilename?language=objc)
2879    pub static kCGImagePropertyCIFFImageFileName: &'static CFString;
2880}
2881
2882extern "C" {
2883    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffreleasemethod?language=objc)
2884    pub static kCGImagePropertyCIFFReleaseMethod: &'static CFString;
2885}
2886
2887extern "C" {
2888    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffreleasetiming?language=objc)
2889    pub static kCGImagePropertyCIFFReleaseTiming: &'static CFString;
2890}
2891
2892extern "C" {
2893    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffrecordid?language=objc)
2894    pub static kCGImagePropertyCIFFRecordID: &'static CFString;
2895}
2896
2897extern "C" {
2898    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffselftimingtime?language=objc)
2899    pub static kCGImagePropertyCIFFSelfTimingTime: &'static CFString;
2900}
2901
2902extern "C" {
2903    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffcameraserialnumber?language=objc)
2904    pub static kCGImagePropertyCIFFCameraSerialNumber: &'static CFString;
2905}
2906
2907extern "C" {
2908    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffimageserialnumber?language=objc)
2909    pub static kCGImagePropertyCIFFImageSerialNumber: &'static CFString;
2910}
2911
2912extern "C" {
2913    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffcontinuousdrive?language=objc)
2914    pub static kCGImagePropertyCIFFContinuousDrive: &'static CFString;
2915}
2916
2917extern "C" {
2918    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycifffocusmode?language=objc)
2919    pub static kCGImagePropertyCIFFFocusMode: &'static CFString;
2920}
2921
2922extern "C" {
2923    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffmeteringmode?language=objc)
2924    pub static kCGImagePropertyCIFFMeteringMode: &'static CFString;
2925}
2926
2927extern "C" {
2928    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffshootingmode?language=objc)
2929    pub static kCGImagePropertyCIFFShootingMode: &'static CFString;
2930}
2931
2932extern "C" {
2933    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycifflensmodel?language=objc)
2934    pub static kCGImagePropertyCIFFLensModel: &'static CFString;
2935}
2936
2937extern "C" {
2938    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycifflensmaxmm?language=objc)
2939    pub static kCGImagePropertyCIFFLensMaxMM: &'static CFString;
2940}
2941
2942extern "C" {
2943    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertycifflensminmm?language=objc)
2944    pub static kCGImagePropertyCIFFLensMinMM: &'static CFString;
2945}
2946
2947extern "C" {
2948    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffwhitebalanceindex?language=objc)
2949    pub static kCGImagePropertyCIFFWhiteBalanceIndex: &'static CFString;
2950}
2951
2952extern "C" {
2953    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffflashexposurecomp?language=objc)
2954    pub static kCGImagePropertyCIFFFlashExposureComp: &'static CFString;
2955}
2956
2957extern "C" {
2958    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyciffmeasuredev?language=objc)
2959    pub static kCGImagePropertyCIFFMeasuredEV: &'static CFString;
2960}
2961
2962extern "C" {
2963    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonisosetting?language=objc)
2964    pub static kCGImagePropertyMakerNikonISOSetting: &'static CFString;
2965}
2966
2967extern "C" {
2968    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikoncolormode?language=objc)
2969    pub static kCGImagePropertyMakerNikonColorMode: &'static CFString;
2970}
2971
2972extern "C" {
2973    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonquality?language=objc)
2974    pub static kCGImagePropertyMakerNikonQuality: &'static CFString;
2975}
2976
2977extern "C" {
2978    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonwhitebalancemode?language=objc)
2979    pub static kCGImagePropertyMakerNikonWhiteBalanceMode: &'static CFString;
2980}
2981
2982extern "C" {
2983    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonsharpenmode?language=objc)
2984    pub static kCGImagePropertyMakerNikonSharpenMode: &'static CFString;
2985}
2986
2987extern "C" {
2988    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonfocusmode?language=objc)
2989    pub static kCGImagePropertyMakerNikonFocusMode: &'static CFString;
2990}
2991
2992extern "C" {
2993    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonflashsetting?language=objc)
2994    pub static kCGImagePropertyMakerNikonFlashSetting: &'static CFString;
2995}
2996
2997extern "C" {
2998    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonisoselection?language=objc)
2999    pub static kCGImagePropertyMakerNikonISOSelection: &'static CFString;
3000}
3001
3002extern "C" {
3003    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonflashexposurecomp?language=objc)
3004    pub static kCGImagePropertyMakerNikonFlashExposureComp: &'static CFString;
3005}
3006
3007extern "C" {
3008    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonimageadjustment?language=objc)
3009    pub static kCGImagePropertyMakerNikonImageAdjustment: &'static CFString;
3010}
3011
3012extern "C" {
3013    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonlensadapter?language=objc)
3014    pub static kCGImagePropertyMakerNikonLensAdapter: &'static CFString;
3015}
3016
3017extern "C" {
3018    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonlenstype?language=objc)
3019    pub static kCGImagePropertyMakerNikonLensType: &'static CFString;
3020}
3021
3022extern "C" {
3023    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonlensinfo?language=objc)
3024    pub static kCGImagePropertyMakerNikonLensInfo: &'static CFString;
3025}
3026
3027extern "C" {
3028    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonfocusdistance?language=objc)
3029    pub static kCGImagePropertyMakerNikonFocusDistance: &'static CFString;
3030}
3031
3032extern "C" {
3033    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikondigitalzoom?language=objc)
3034    pub static kCGImagePropertyMakerNikonDigitalZoom: &'static CFString;
3035}
3036
3037extern "C" {
3038    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonshootingmode?language=objc)
3039    pub static kCGImagePropertyMakerNikonShootingMode: &'static CFString;
3040}
3041
3042extern "C" {
3043    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikoncameraserialnumber?language=objc)
3044    pub static kCGImagePropertyMakerNikonCameraSerialNumber: &'static CFString;
3045}
3046
3047extern "C" {
3048    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakernikonshuttercount?language=objc)
3049    pub static kCGImagePropertyMakerNikonShutterCount: &'static CFString;
3050}
3051
3052extern "C" {
3053    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanonownername?language=objc)
3054    pub static kCGImagePropertyMakerCanonOwnerName: &'static CFString;
3055}
3056
3057extern "C" {
3058    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanoncameraserialnumber?language=objc)
3059    pub static kCGImagePropertyMakerCanonCameraSerialNumber: &'static CFString;
3060}
3061
3062extern "C" {
3063    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanonimageserialnumber?language=objc)
3064    pub static kCGImagePropertyMakerCanonImageSerialNumber: &'static CFString;
3065}
3066
3067extern "C" {
3068    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanonflashexposurecomp?language=objc)
3069    pub static kCGImagePropertyMakerCanonFlashExposureComp: &'static CFString;
3070}
3071
3072extern "C" {
3073    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanoncontinuousdrive?language=objc)
3074    pub static kCGImagePropertyMakerCanonContinuousDrive: &'static CFString;
3075}
3076
3077extern "C" {
3078    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanonlensmodel?language=objc)
3079    pub static kCGImagePropertyMakerCanonLensModel: &'static CFString;
3080}
3081
3082extern "C" {
3083    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanonfirmware?language=objc)
3084    pub static kCGImagePropertyMakerCanonFirmware: &'static CFString;
3085}
3086
3087extern "C" {
3088    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertymakercanonaspectratioinfo?language=objc)
3089    pub static kCGImagePropertyMakerCanonAspectRatioInfo: &'static CFString;
3090}
3091
3092extern "C" {
3093    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyopenexrcompression?language=objc)
3094    pub static kCGImagePropertyOpenEXRCompression: &'static CFString;
3095}
3096
3097extern "C" {
3098    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyopenexraspectratio?language=objc)
3099    pub static kCGImagePropertyOpenEXRAspectRatio: &'static CFString;
3100}
3101
3102/// [Apple's documentation](https://developer.apple.com/documentation/imageio/cgimagepropertyorientation?language=objc)
3103// NS_CLOSED_ENUM
3104#[repr(u32)]
3105#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
3106pub enum CGImagePropertyOrientation {
3107    #[doc(alias = "kCGImagePropertyOrientationUp")]
3108    Up = 1,
3109    #[doc(alias = "kCGImagePropertyOrientationUpMirrored")]
3110    UpMirrored = 2,
3111    #[doc(alias = "kCGImagePropertyOrientationDown")]
3112    Down = 3,
3113    #[doc(alias = "kCGImagePropertyOrientationDownMirrored")]
3114    DownMirrored = 4,
3115    #[doc(alias = "kCGImagePropertyOrientationLeftMirrored")]
3116    LeftMirrored = 5,
3117    #[doc(alias = "kCGImagePropertyOrientationRight")]
3118    Right = 6,
3119    #[doc(alias = "kCGImagePropertyOrientationRightMirrored")]
3120    RightMirrored = 7,
3121    #[doc(alias = "kCGImagePropertyOrientationLeft")]
3122    Left = 8,
3123}
3124
3125#[cfg(feature = "objc2")]
3126unsafe impl Encode for CGImagePropertyOrientation {
3127    const ENCODING: Encoding = u32::ENCODING;
3128}
3129
3130#[cfg(feature = "objc2")]
3131unsafe impl RefEncode for CGImagePropertyOrientation {
3132    const ENCODING_REF: Encoding = Encoding::Pointer(&Self::ENCODING);
3133}
3134
3135extern "C" {
3136    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertytgacompression?language=objc)
3137    pub static kCGImagePropertyTGACompression: &'static CFString;
3138}
3139
3140/// [Apple's documentation](https://developer.apple.com/documentation/imageio/cgimagepropertytgacompression?language=objc)
3141// NS_CLOSED_ENUM
3142#[repr(u32)]
3143#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
3144pub enum CGImagePropertyTGACompression {
3145    #[doc(alias = "kCGImageTGACompressionNone")]
3146    TGACompressionNone = 0,
3147    #[doc(alias = "kCGImageTGACompressionRLE")]
3148    TGACompressionRLE = 1,
3149}
3150
3151#[cfg(feature = "objc2")]
3152unsafe impl Encode for CGImagePropertyTGACompression {
3153    const ENCODING: Encoding = u32::ENCODING;
3154}
3155
3156#[cfg(feature = "objc2")]
3157unsafe impl RefEncode for CGImagePropertyTGACompression {
3158    const ENCODING_REF: Encoding = Encoding::Pointer(&Self::ENCODING);
3159}
3160
3161extern "C" {
3162    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngcompressionfilter?language=objc)
3163    pub static kCGImagePropertyPNGCompressionFilter: &'static CFString;
3164}
3165
3166extern "C" {
3167    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypngtransparency?language=objc)
3168    pub static kCGImagePropertyPNGTransparency: &'static CFString;
3169}
3170
3171extern "C" {
3172    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypedepth?language=objc)
3173    pub static kCGImageAuxiliaryDataTypeDepth: &'static CFString;
3174}
3175
3176extern "C" {
3177    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypedisparity?language=objc)
3178    pub static kCGImageAuxiliaryDataTypeDisparity: &'static CFString;
3179}
3180
3181extern "C" {
3182    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypeportraiteffectsmatte?language=objc)
3183    pub static kCGImageAuxiliaryDataTypePortraitEffectsMatte: &'static CFString;
3184}
3185
3186extern "C" {
3187    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypesemanticsegmentationskinmatte?language=objc)
3188    pub static kCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte: &'static CFString;
3189}
3190
3191extern "C" {
3192    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypesemanticsegmentationhairmatte?language=objc)
3193    pub static kCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte: &'static CFString;
3194}
3195
3196extern "C" {
3197    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypesemanticsegmentationteethmatte?language=objc)
3198    pub static kCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte: &'static CFString;
3199}
3200
3201extern "C" {
3202    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypesemanticsegmentationglassesmatte?language=objc)
3203    pub static kCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte: &'static CFString;
3204}
3205
3206extern "C" {
3207    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypesemanticsegmentationskymatte?language=objc)
3208    pub static kCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte: &'static CFString;
3209}
3210
3211extern "C" {
3212    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypehdrgainmap?language=objc)
3213    pub static kCGImageAuxiliaryDataTypeHDRGainMap: &'static CFString;
3214}
3215
3216extern "C" {
3217    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatatypeisogainmap?language=objc)
3218    pub static kCGImageAuxiliaryDataTypeISOGainMap: &'static CFString;
3219}
3220
3221extern "C" {
3222    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatainfodata?language=objc)
3223    pub static kCGImageAuxiliaryDataInfoData: &'static CFString;
3224}
3225
3226extern "C" {
3227    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatainfodatadescription?language=objc)
3228    pub static kCGImageAuxiliaryDataInfoDataDescription: &'static CFString;
3229}
3230
3231extern "C" {
3232    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatainfometadata?language=objc)
3233    pub static kCGImageAuxiliaryDataInfoMetadata: &'static CFString;
3234}
3235
3236extern "C" {
3237    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageauxiliarydatainfocolorspace?language=objc)
3238    pub static kCGImageAuxiliaryDataInfoColorSpace: &'static CFString;
3239}
3240
3241extern "C" {
3242    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyimagecount?language=objc)
3243    pub static kCGImagePropertyImageCount: &'static CFString;
3244}
3245
3246extern "C" {
3247    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertywidth?language=objc)
3248    pub static kCGImagePropertyWidth: &'static CFString;
3249}
3250
3251extern "C" {
3252    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyheight?language=objc)
3253    pub static kCGImagePropertyHeight: &'static CFString;
3254}
3255
3256extern "C" {
3257    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertybytesperrow?language=objc)
3258    pub static kCGImagePropertyBytesPerRow: &'static CFString;
3259}
3260
3261extern "C" {
3262    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertynamedcolorspace?language=objc)
3263    pub static kCGImagePropertyNamedColorSpace: &'static CFString;
3264}
3265
3266extern "C" {
3267    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertypixelformat?language=objc)
3268    pub static kCGImagePropertyPixelFormat: &'static CFString;
3269}
3270
3271extern "C" {
3272    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyimages?language=objc)
3273    pub static kCGImagePropertyImages: &'static CFString;
3274}
3275
3276extern "C" {
3277    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertythumbnailimages?language=objc)
3278    pub static kCGImagePropertyThumbnailImages: &'static CFString;
3279}
3280
3281extern "C" {
3282    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyauxiliarydata?language=objc)
3283    pub static kCGImagePropertyAuxiliaryData: &'static CFString;
3284}
3285
3286extern "C" {
3287    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyauxiliarydatatype?language=objc)
3288    pub static kCGImagePropertyAuxiliaryDataType: &'static CFString;
3289}
3290
3291extern "C" {
3292    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertyimageindex?language=objc)
3293    pub static kCGImagePropertyImageIndex: &'static CFString;
3294}
3295
3296extern "C" {
3297    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroups?language=objc)
3298    pub static kCGImagePropertyGroups: &'static CFString;
3299}
3300
3301extern "C" {
3302    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupindex?language=objc)
3303    pub static kCGImagePropertyGroupIndex: &'static CFString;
3304}
3305
3306extern "C" {
3307    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygrouptype?language=objc)
3308    pub static kCGImagePropertyGroupType: &'static CFString;
3309}
3310
3311extern "C" {
3312    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygrouptypestereopair?language=objc)
3313    pub static kCGImagePropertyGroupTypeStereoPair: &'static CFString;
3314}
3315
3316extern "C" {
3317    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygrouptypealternate?language=objc)
3318    pub static kCGImagePropertyGroupTypeAlternate: &'static CFString;
3319}
3320
3321extern "C" {
3322    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimagesalternate?language=objc)
3323    pub static kCGImagePropertyGroupImagesAlternate: &'static CFString;
3324}
3325
3326extern "C" {
3327    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageindexleft?language=objc)
3328    pub static kCGImagePropertyGroupImageIndexLeft: &'static CFString;
3329}
3330
3331extern "C" {
3332    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageindexright?language=objc)
3333    pub static kCGImagePropertyGroupImageIndexRight: &'static CFString;
3334}
3335
3336extern "C" {
3337    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageindexmonoscopic?language=objc)
3338    pub static kCGImagePropertyGroupImageIndexMonoscopic: &'static CFString;
3339}
3340
3341extern "C" {
3342    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageisleftimage?language=objc)
3343    pub static kCGImagePropertyGroupImageIsLeftImage: &'static CFString;
3344}
3345
3346extern "C" {
3347    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageisrightimage?language=objc)
3348    pub static kCGImagePropertyGroupImageIsRightImage: &'static CFString;
3349}
3350
3351extern "C" {
3352    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageismonoscopicimage?language=objc)
3353    pub static kCGImagePropertyGroupImageIsMonoscopicImage: &'static CFString;
3354}
3355
3356extern "C" {
3357    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimageisalternateimage?language=objc)
3358    pub static kCGImagePropertyGroupImageIsAlternateImage: &'static CFString;
3359}
3360
3361extern "C" {
3362    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimagebaseline?language=objc)
3363    pub static kCGImagePropertyGroupImageBaseline: &'static CFString;
3364}
3365
3366extern "C" {
3367    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimagedisparityadjustment?language=objc)
3368    pub static kCGImagePropertyGroupImageDisparityAdjustment: &'static CFString;
3369}
3370
3371extern "C" {
3372    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupimagestereoaggressors?language=objc)
3373    pub static kCGImagePropertyGroupImageStereoAggressors: &'static CFString;
3374}
3375
3376extern "C" {
3377    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiostereoaggressors_type?language=objc)
3378    pub static kIIOStereoAggressors_Type: &'static CFString;
3379}
3380
3381extern "C" {
3382    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiostereoaggressors_subtypeuri?language=objc)
3383    pub static kIIOStereoAggressors_SubTypeURI: &'static CFString;
3384}
3385
3386extern "C" {
3387    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiostereoaggressors_severity?language=objc)
3388    pub static kIIOStereoAggressors_Severity: &'static CFString;
3389}
3390
3391extern "C" {
3392    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimagepropertygroupmonoscopicimagelocation?language=objc)
3393    pub static kCGImagePropertyGroupMonoscopicImageLocation: &'static CFString;
3394}
3395
3396extern "C" {
3397    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiomonoscopicimagelocation_unspecified?language=objc)
3398    pub static kIIOMonoscopicImageLocation_Unspecified: &'static CFString;
3399}
3400
3401extern "C" {
3402    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiomonoscopicimagelocation_left?language=objc)
3403    pub static kIIOMonoscopicImageLocation_Left: &'static CFString;
3404}
3405
3406extern "C" {
3407    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiomonoscopicimagelocation_right?language=objc)
3408    pub static kIIOMonoscopicImageLocation_Right: &'static CFString;
3409}
3410
3411extern "C" {
3412    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiomonoscopicimagelocation_center?language=objc)
3413    pub static kIIOMonoscopicImageLocation_Center: &'static CFString;
3414}
3415
3416extern "C" {
3417    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiometadata_cameraextrinsicskey?language=objc)
3418    pub static kIIOMetadata_CameraExtrinsicsKey: &'static CFString;
3419}
3420
3421extern "C" {
3422    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameraextrinsics_coordinatesystemid?language=objc)
3423    pub static kIIOCameraExtrinsics_CoordinateSystemID: &'static CFString;
3424}
3425
3426extern "C" {
3427    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameraextrinsics_position?language=objc)
3428    pub static kIIOCameraExtrinsics_Position: &'static CFString;
3429}
3430
3431extern "C" {
3432    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameraextrinsics_rotation?language=objc)
3433    pub static kIIOCameraExtrinsics_Rotation: &'static CFString;
3434}
3435
3436extern "C" {
3437    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiometadata_cameramodelkey?language=objc)
3438    pub static kIIOMetadata_CameraModelKey: &'static CFString;
3439}
3440
3441extern "C" {
3442    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameramodel_modeltype?language=objc)
3443    pub static kIIOCameraModel_ModelType: &'static CFString;
3444}
3445
3446extern "C" {
3447    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameramodeltype_simplifiedpinhole?language=objc)
3448    pub static kIIOCameraModelType_SimplifiedPinhole: &'static CFString;
3449}
3450
3451extern "C" {
3452    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameramodeltype_genericpinhole?language=objc)
3453    pub static kIIOCameraModelType_GenericPinhole: &'static CFString;
3454}
3455
3456extern "C" {
3457    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kiiocameramodel_intrinsics?language=objc)
3458    pub static kIIOCameraModel_Intrinsics: &'static CFString;
3459}
3460
3461extern "C" {
3462    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageproviderpreferredtilewidth?language=objc)
3463    pub static kCGImageProviderPreferredTileWidth: &'static CFString;
3464}
3465
3466extern "C" {
3467    /// [Apple's documentation](https://developer.apple.com/documentation/imageio/kcgimageproviderpreferredtileheight?language=objc)
3468    pub static kCGImageProviderPreferredTileHeight: &'static CFString;
3469}