At least: ``` /*! 8-bit unsigned integer (GDT_Byte in GDAL < 3.13) */ GDT_UInt8 = 1, /** GDT_Byte is the name used before GDAL 3.13 for GDT_UInt8 */ ```