view fuhtark_test/vulkan.nim @ 1501:f40d9d814c08 default tip main

did: correct vulkan-api generator
author sam <sam@basx.dev>
date Wed, 26 Nov 2025 23:34:29 +0700
parents 91c8c3b7cbf0
children
line wrap: on
line source


{.warning[UnusedImport]: off.}
{.hint[XDeclaredButNotUsed]: off.}
from macros import hint, warning, newLit, getSize

from os import parentDir

when not declared(ownSizeOf):
  macro ownSizeof(x: typed): untyped =
    newLit(x.getSize)

type
  enum_VkResult_1124073992* {.size: sizeof(cint).} = enum
    VK_ERROR_NOT_ENOUGH_SPACE_KHR = -1000483000,
    VK_ERROR_COMPRESSION_EXHAUSTED_EXT = -1000338000,
    VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR = -1000299000,
    VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS = -1000257000,
    VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT = -1000255000,
    VK_ERROR_NOT_PERMITTED = -1000174001, VK_ERROR_FRAGMENTATION = -1000161000,
    VK_ERROR_INVALID_DRM_FORMAT_MODIFIER_PLANE_LAYOUT_EXT = -1000158000,
    VK_ERROR_INVALID_EXTERNAL_HANDLE = -1000072003,
    VK_ERROR_OUT_OF_POOL_MEMORY = -1000069000,
    VK_ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR = -1000023005,
    VK_ERROR_VIDEO_PROFILE_CODEC_NOT_SUPPORTED_KHR = -1000023004,
    VK_ERROR_VIDEO_PROFILE_FORMAT_NOT_SUPPORTED_KHR = -1000023003,
    VK_ERROR_VIDEO_PROFILE_OPERATION_NOT_SUPPORTED_KHR = -1000023002,
    VK_ERROR_VIDEO_PICTURE_LAYOUT_NOT_SUPPORTED_KHR = -1000023001,
    VK_ERROR_IMAGE_USAGE_NOT_SUPPORTED_KHR = -1000023000,
    VK_ERROR_INVALID_SHADER_NV = -1000012000,
    VK_ERROR_VALIDATION_FAILED = -1000011001,
    VK_ERROR_INCOMPATIBLE_DISPLAY_KHR = -1000003001,
    VK_ERROR_OUT_OF_DATE_KHR = -1000001004,
    VK_ERROR_NATIVE_WINDOW_IN_USE_KHR = -1000000001,
    VK_ERROR_SURFACE_LOST_KHR = -1000000000, VK_ERROR_UNKNOWN = -13,
    VK_ERROR_FRAGMENTED_POOL = -12, VK_ERROR_FORMAT_NOT_SUPPORTED = -11,
    VK_ERROR_TOO_MANY_OBJECTS = -10, VK_ERROR_INCOMPATIBLE_DRIVER = -9,
    VK_ERROR_FEATURE_NOT_PRESENT = -8, VK_ERROR_EXTENSION_NOT_PRESENT = -7,
    VK_ERROR_LAYER_NOT_PRESENT = -6, VK_ERROR_MEMORY_MAP_FAILED = -5,
    VK_ERROR_DEVICE_LOST = -4, VK_ERROR_INITIALIZATION_FAILED = -3,
    VK_ERROR_OUT_OF_DEVICE_MEMORY = -2, VK_ERROR_OUT_OF_HOST_MEMORY = -1,
    VK_SUCCESS = 0, VK_NOT_READY = 1, VK_TIMEOUT = 2, VK_EVENT_SET = 3,
    VK_EVENT_RESET = 4, VK_INCOMPLETE = 5, VK_SUBOPTIMAL_KHR = 1000001003,
    VK_THREAD_IDLE_KHR = 1000268000, VK_THREAD_DONE_KHR = 1000268001,
    VK_OPERATION_DEFERRED_KHR = 1000268002,
    VK_OPERATION_NOT_DEFERRED_KHR = 1000268003,
    VK_PIPELINE_COMPILE_REQUIRED = 1000297000,
    VK_INCOMPATIBLE_SHADER_BINARY_EXT = 1000482000,
    VK_PIPELINE_BINARY_MISSING_KHR = 1000483000, VK_RESULT_MAX_ENUM = 2147483647
when not declared(VK_ERROR_VALIDATION_FAILED_EXT):
  const
    VK_ERROR_VALIDATION_FAILED_EXT* = enum_VkResult_1124073992.VK_ERROR_VALIDATION_FAILED
else:
  static :
    hint("Declaration of " & "VK_ERROR_VALIDATION_FAILED_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_OUT_OF_POOL_MEMORY_KHR):
  const
    VK_ERROR_OUT_OF_POOL_MEMORY_KHR* = enum_VkResult_1124073992.VK_ERROR_OUT_OF_POOL_MEMORY
else:
  static :
    hint("Declaration of " & "VK_ERROR_OUT_OF_POOL_MEMORY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR):
  const
    VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR* = enum_VkResult_1124073992.VK_ERROR_INVALID_EXTERNAL_HANDLE
else:
  static :
    hint("Declaration of " & "VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_FRAGMENTATION_EXT):
  const
    VK_ERROR_FRAGMENTATION_EXT* = enum_VkResult_1124073992.VK_ERROR_FRAGMENTATION
else:
  static :
    hint("Declaration of " & "VK_ERROR_FRAGMENTATION_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_NOT_PERMITTED_EXT):
  const
    VK_ERROR_NOT_PERMITTED_EXT* = enum_VkResult_1124073992.VK_ERROR_NOT_PERMITTED
else:
  static :
    hint("Declaration of " & "VK_ERROR_NOT_PERMITTED_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_NOT_PERMITTED_KHR):
  const
    VK_ERROR_NOT_PERMITTED_KHR* = enum_VkResult_1124073992.VK_ERROR_NOT_PERMITTED
else:
  static :
    hint("Declaration of " & "VK_ERROR_NOT_PERMITTED_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_INVALID_DEVICE_ADDRESS_EXT):
  const
    VK_ERROR_INVALID_DEVICE_ADDRESS_EXT* = enum_VkResult_1124073992.VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS
else:
  static :
    hint("Declaration of " & "VK_ERROR_INVALID_DEVICE_ADDRESS_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR):
  const
    VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR* = enum_VkResult_1124073992.VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS
else:
  static :
    hint("Declaration of " & "VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_COMPILE_REQUIRED_EXT):
  const
    VK_PIPELINE_COMPILE_REQUIRED_EXT* = enum_VkResult_1124073992.VK_PIPELINE_COMPILE_REQUIRED
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_COMPILE_REQUIRED_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT):
  const
    VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT* = enum_VkResult_1124073992.VK_PIPELINE_COMPILE_REQUIRED
else:
  static :
    hint("Declaration of " & "VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT):
  const
    VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT* = enum_VkResult_1124073992.VK_INCOMPATIBLE_SHADER_BINARY_EXT
else:
  static :
    hint("Declaration of " & "VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT" &
        " already exists, not redeclaring")
type
  enum_VkStructureType_1124073996* {.size: sizeof(cuint).} = enum
    VK_STRUCTURE_TYPE_APPLICATION_INFO = 0,
    VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO = 1,
    VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO = 2,
    VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO = 3, VK_STRUCTURE_TYPE_SUBMIT_INFO = 4,
    VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO = 5,
    VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE = 6,
    VK_STRUCTURE_TYPE_BIND_SPARSE_INFO = 7,
    VK_STRUCTURE_TYPE_FENCE_CREATE_INFO = 8,
    VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO = 9,
    VK_STRUCTURE_TYPE_EVENT_CREATE_INFO = 10,
    VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO = 11,
    VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO = 12,
    VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO = 13,
    VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO = 14,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO = 15,
    VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO = 16,
    VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO = 17,
    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO = 18,
    VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO = 19,
    VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO = 20,
    VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO = 21,
    VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO = 22,
    VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO = 23,
    VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO = 24,
    VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO = 25,
    VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO = 26,
    VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO = 27,
    VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO = 28,
    VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO = 29,
    VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO = 30,
    VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO = 31,
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO = 32,
    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO = 33,
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO = 34,
    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET = 35,
    VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET = 36,
    VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO = 37,
    VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO = 38,
    VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO = 39,
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO = 40,
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO = 41,
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO = 42,
    VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO = 43,
    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER = 44,
    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER = 45,
    VK_STRUCTURE_TYPE_MEMORY_BARRIER = 46,
    VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO = 47,
    VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO = 48,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES = 49,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_PROPERTIES = 50,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_FEATURES = 51,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_2_PROPERTIES = 52,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES = 53,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES = 54,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_FEATURES = 55,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_PROPERTIES = 56,
    VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR = 1000001000,
    VK_STRUCTURE_TYPE_PRESENT_INFO_KHR = 1000001001,
    VK_STRUCTURE_TYPE_DISPLAY_MODE_CREATE_INFO_KHR = 1000002000,
    VK_STRUCTURE_TYPE_DISPLAY_SURFACE_CREATE_INFO_KHR = 1000002001,
    VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR = 1000003000,
    VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR = 1000004000,
    VK_STRUCTURE_TYPE_XCB_SURFACE_CREATE_INFO_KHR = 1000005000,
    VK_STRUCTURE_TYPE_WAYLAND_SURFACE_CREATE_INFO_KHR = 1000006000,
    VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR = 1000008000,
    VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR = 1000009000,
    VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT = 1000011000, VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD = 1000018000,
    VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_NAME_INFO_EXT = 1000022000,
    VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_TAG_INFO_EXT = 1000022001,
    VK_STRUCTURE_TYPE_DEBUG_MARKER_MARKER_INFO_EXT = 1000022002,
    VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR = 1000023000,
    VK_STRUCTURE_TYPE_VIDEO_CAPABILITIES_KHR = 1000023001,
    VK_STRUCTURE_TYPE_VIDEO_PICTURE_RESOURCE_INFO_KHR = 1000023002,
    VK_STRUCTURE_TYPE_VIDEO_SESSION_MEMORY_REQUIREMENTS_KHR = 1000023003,
    VK_STRUCTURE_TYPE_BIND_VIDEO_SESSION_MEMORY_INFO_KHR = 1000023004,
    VK_STRUCTURE_TYPE_VIDEO_SESSION_CREATE_INFO_KHR = 1000023005,
    VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000023006,
    VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_UPDATE_INFO_KHR = 1000023007,
    VK_STRUCTURE_TYPE_VIDEO_BEGIN_CODING_INFO_KHR = 1000023008,
    VK_STRUCTURE_TYPE_VIDEO_END_CODING_INFO_KHR = 1000023009,
    VK_STRUCTURE_TYPE_VIDEO_CODING_CONTROL_INFO_KHR = 1000023010,
    VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR = 1000023011,
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_VIDEO_PROPERTIES_KHR = 1000023012,
    VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR = 1000023013,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_FORMAT_INFO_KHR = 1000023014,
    VK_STRUCTURE_TYPE_VIDEO_FORMAT_PROPERTIES_KHR = 1000023015, VK_STRUCTURE_TYPE_QUEUE_FAMILY_QUERY_RESULT_STATUS_PROPERTIES_KHR = 1000023016,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_INFO_KHR = 1000024000,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_CAPABILITIES_KHR = 1000024001,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_USAGE_INFO_KHR = 1000024002,
    VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV = 1000026000,
    VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_BUFFER_CREATE_INFO_NV = 1000026001, VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV = 1000026002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_FEATURES_EXT = 1000028000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_PROPERTIES_EXT = 1000028001, VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_STREAM_CREATE_INFO_EXT = 1000028002,
    VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX = 1000029000,
    VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX = 1000029001,
    VK_STRUCTURE_TYPE_CU_LAUNCH_INFO_NVX = 1000029002,
    VK_STRUCTURE_TYPE_CU_MODULE_TEXTURING_MODE_CREATE_INFO_NVX = 1000029004,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_HANDLE_INFO_NVX = 1000030000,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_ADDRESS_PROPERTIES_NVX = 1000030001,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_CAPABILITIES_KHR = 1000038000, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000038001, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_ADD_INFO_KHR = 1000038002,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_PICTURE_INFO_KHR = 1000038003,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_DPB_SLOT_INFO_KHR = 1000038004,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_NALU_SLICE_INFO_KHR = 1000038005, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_GOP_REMAINING_FRAME_INFO_KHR = 1000038006,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_PROFILE_INFO_KHR = 1000038007,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_RATE_CONTROL_INFO_KHR = 1000038008, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_RATE_CONTROL_LAYER_INFO_KHR = 1000038009,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_CREATE_INFO_KHR = 1000038010, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_QUALITY_LEVEL_PROPERTIES_KHR = 1000038011, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_GET_INFO_KHR = 1000038012, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_PARAMETERS_FEEDBACK_INFO_KHR = 1000038013,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_CAPABILITIES_KHR = 1000039000, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000039001, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_ADD_INFO_KHR = 1000039002,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_PICTURE_INFO_KHR = 1000039003,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_DPB_SLOT_INFO_KHR = 1000039004, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_NALU_SLICE_SEGMENT_INFO_KHR = 1000039005, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_GOP_REMAINING_FRAME_INFO_KHR = 1000039006,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_PROFILE_INFO_KHR = 1000039007,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_RATE_CONTROL_INFO_KHR = 1000039009, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_RATE_CONTROL_LAYER_INFO_KHR = 1000039010,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_CREATE_INFO_KHR = 1000039011, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_QUALITY_LEVEL_PROPERTIES_KHR = 1000039012, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_GET_INFO_KHR = 1000039013, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_PARAMETERS_FEEDBACK_INFO_KHR = 1000039014,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_CAPABILITIES_KHR = 1000040000,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_PICTURE_INFO_KHR = 1000040001,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_PROFILE_INFO_KHR = 1000040003, VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000040004, VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_ADD_INFO_KHR = 1000040005,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_KHR = 1000040006,
    VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD = 1000041000,
    VK_STRUCTURE_TYPE_RENDERING_INFO = 1000044000,
    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO = 1000044001,
    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO = 1000044002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES = 1000044003,
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO = 1000044004, VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000044006, VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT = 1000044007,
    VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD = 1000044008,
    VK_STRUCTURE_TYPE_MULTIVIEW_PER_VIEW_ATTRIBUTES_INFO_NVX = 1000044009,
    VK_STRUCTURE_TYPE_STREAM_DESCRIPTOR_SURFACE_CREATE_INFO_GGP = 1000049000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CORNER_SAMPLED_IMAGE_FEATURES_NV = 1000050000,
    VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO = 1000053000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES = 1000053001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES = 1000053002,
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_NV = 1000056000,
    VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_NV = 1000056001,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_NV = 1000057000,
    VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_NV = 1000057001,
    VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV = 1000058000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2 = 1000059000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2 = 1000059001,
    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2 = 1000059002,
    VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2 = 1000059003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2 = 1000059004,
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2 = 1000059005,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2 = 1000059006,
    VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2 = 1000059007,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2 = 1000059008,
    VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO = 1000060000,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO = 1000060003,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO = 1000060004,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO = 1000060005,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO = 1000060006,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR = 1000060007,
    VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHR = 1000060008,
    VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR = 1000060009,
    VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR = 1000060010,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHR = 1000060011,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR = 1000060012,
    VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO = 1000060013,
    VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO = 1000060014,
    VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT = 1000061000,
    VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN = 1000062000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES = 1000063000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES = 1000066000,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT = 1000067000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT = 1000067001,
    VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO = 1000068000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES = 1000068001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES = 1000068002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES = 1000070000,
    VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO = 1000070001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO = 1000071000,
    VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES = 1000071001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO = 1000071002,
    VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES = 1000071003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES = 1000071004,
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO = 1000072000,
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO = 1000072001,
    VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO = 1000072002,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR = 1000073000,
    VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_KHR = 1000073001,
    VK_STRUCTURE_TYPE_MEMORY_WIN32_HANDLE_PROPERTIES_KHR = 1000073002,
    VK_STRUCTURE_TYPE_MEMORY_GET_WIN32_HANDLE_INFO_KHR = 1000073003,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR = 1000074000,
    VK_STRUCTURE_TYPE_MEMORY_FD_PROPERTIES_KHR = 1000074001,
    VK_STRUCTURE_TYPE_MEMORY_GET_FD_INFO_KHR = 1000074002,
    VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_KHR = 1000075000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO = 1000076000,
    VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES = 1000076001,
    VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO = 1000077000,
    VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR = 1000078000,
    VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR = 1000078001,
    VK_STRUCTURE_TYPE_D3D12_FENCE_SUBMIT_INFO_KHR = 1000078002,
    VK_STRUCTURE_TYPE_SEMAPHORE_GET_WIN32_HANDLE_INFO_KHR = 1000078003,
    VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR = 1000079000,
    VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR = 1000079001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES = 1000080000, VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_CONDITIONAL_RENDERING_INFO_EXT = 1000081000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONDITIONAL_RENDERING_FEATURES_EXT = 1000081001,
    VK_STRUCTURE_TYPE_CONDITIONAL_RENDERING_BEGIN_INFO_EXT = 1000081002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES = 1000082000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES = 1000083000,
    VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR = 1000084000,
    VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO = 1000085000, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_W_SCALING_STATE_CREATE_INFO_NV = 1000087000,
    VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT = 1000090000,
    VK_STRUCTURE_TYPE_DISPLAY_POWER_INFO_EXT = 1000091000,
    VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT = 1000091001,
    VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT = 1000091002,
    VK_STRUCTURE_TYPE_SWAPCHAIN_COUNTER_CREATE_INFO_EXT = 1000091003,
    VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE = 1000092000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES = 1000094000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX = 1000097000, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_SWIZZLE_STATE_CREATE_INFO_NV = 1000098000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISCARD_RECTANGLE_PROPERTIES_EXT = 1000099000, VK_STRUCTURE_TYPE_PIPELINE_DISCARD_RECTANGLE_STATE_CREATE_INFO_EXT = 1000099001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONSERVATIVE_RASTERIZATION_PROPERTIES_EXT = 1000101000, VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_CONSERVATIVE_STATE_CREATE_INFO_EXT = 1000101001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT = 1000102000, VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT = 1000102001,
    VK_STRUCTURE_TYPE_HDR_METADATA_EXT = 1000105000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES = 1000108000,
    VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO = 1000108001,
    VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO = 1000108002,
    VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO = 1000108003,
    VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2 = 1000109000,
    VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2 = 1000109001,
    VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2 = 1000109002,
    VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2 = 1000109003,
    VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2 = 1000109004,
    VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO = 1000109005,
    VK_STRUCTURE_TYPE_SUBPASS_END_INFO = 1000109006, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RELAXED_LINE_RASTERIZATION_FEATURES_IMG = 1000110000,
    VK_STRUCTURE_TYPE_SHARED_PRESENT_SURFACE_CAPABILITIES_KHR = 1000111000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO = 1000112000,
    VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES = 1000112001,
    VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO = 1000113000,
    VK_STRUCTURE_TYPE_IMPORT_FENCE_WIN32_HANDLE_INFO_KHR = 1000114000,
    VK_STRUCTURE_TYPE_EXPORT_FENCE_WIN32_HANDLE_INFO_KHR = 1000114001,
    VK_STRUCTURE_TYPE_FENCE_GET_WIN32_HANDLE_INFO_KHR = 1000114002,
    VK_STRUCTURE_TYPE_IMPORT_FENCE_FD_INFO_KHR = 1000115000,
    VK_STRUCTURE_TYPE_FENCE_GET_FD_INFO_KHR = 1000115001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR = 1000116000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_PROPERTIES_KHR = 1000116001,
    VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_CREATE_INFO_KHR = 1000116002,
    VK_STRUCTURE_TYPE_PERFORMANCE_QUERY_SUBMIT_INFO_KHR = 1000116003,
    VK_STRUCTURE_TYPE_ACQUIRE_PROFILING_LOCK_INFO_KHR = 1000116004,
    VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_KHR = 1000116005,
    VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_DESCRIPTION_KHR = 1000116006,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES = 1000117000, VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO = 1000117001,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO = 1000117002, VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO = 1000117003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR = 1000119000,
    VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_KHR = 1000119001,
    VK_STRUCTURE_TYPE_SURFACE_FORMAT_2_KHR = 1000119002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES = 1000120000,
    VK_STRUCTURE_TYPE_DISPLAY_PROPERTIES_2_KHR = 1000121000,
    VK_STRUCTURE_TYPE_DISPLAY_PLANE_PROPERTIES_2_KHR = 1000121001,
    VK_STRUCTURE_TYPE_DISPLAY_MODE_PROPERTIES_2_KHR = 1000121002,
    VK_STRUCTURE_TYPE_DISPLAY_PLANE_INFO_2_KHR = 1000121003,
    VK_STRUCTURE_TYPE_DISPLAY_PLANE_CAPABILITIES_2_KHR = 1000121004,
    VK_STRUCTURE_TYPE_IOS_SURFACE_CREATE_INFO_MVK = 1000122000,
    VK_STRUCTURE_TYPE_MACOS_SURFACE_CREATE_INFO_MVK = 1000123000,
    VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS = 1000127000,
    VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO = 1000127001,
    VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT = 1000128000,
    VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_TAG_INFO_EXT = 1000128001,
    VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT = 1000128002,
    VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXT = 1000128003,
    VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT = 1000128004,
    VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_USAGE_ANDROID = 1000129000,
    VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID = 1000129001, VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID = 1000129002,
    VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129003, VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129004,
    VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID = 1000129005, VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID = 1000129006, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES = 1000130000,
    VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO = 1000130001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ENQUEUE_FEATURES_AMDX = 1000134000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ENQUEUE_PROPERTIES_AMDX = 1000134001,
    VK_STRUCTURE_TYPE_EXECUTION_GRAPH_PIPELINE_SCRATCH_SIZE_AMDX = 1000134002,
    VK_STRUCTURE_TYPE_EXECUTION_GRAPH_PIPELINE_CREATE_INFO_AMDX = 1000134003,
    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_NODE_CREATE_INFO_AMDX = 1000134004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES = 1000138000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES = 1000138001,
    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK = 1000138002, VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO = 1000138003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_BFLOAT16_FEATURES_KHR = 1000141000,
    VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT = 1000143000,
    VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT = 1000143001, VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT = 1000143002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT = 1000143003,
    VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT = 1000143004,
    VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO = 1000145000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES = 1000145001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES = 1000145002,
    VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2 = 1000145003,
    VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2 = 1000146000,
    VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2 = 1000146001,
    VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2 = 1000146002,
    VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2 = 1000146003,
    VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2 = 1000146004,
    VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO = 1000147000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT = 1000148000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_PROPERTIES_EXT = 1000148001, VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_ADVANCED_STATE_CREATE_INFO_EXT = 1000148002, VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_TO_COLOR_STATE_CREATE_INFO_NV = 1000149000, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_BUILD_GEOMETRY_INFO_KHR = 1000150000, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_DEVICE_ADDRESS_INFO_KHR = 1000150002, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_AABBS_DATA_KHR = 1000150003, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_INSTANCES_DATA_KHR = 1000150004, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_TRIANGLES_DATA_KHR = 1000150005,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_KHR = 1000150006, VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_KHR = 1000150007,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_VERSION_INFO_KHR = 1000150009,
    VK_STRUCTURE_TYPE_COPY_ACCELERATION_STRUCTURE_INFO_KHR = 1000150010, VK_STRUCTURE_TYPE_COPY_ACCELERATION_STRUCTURE_TO_MEMORY_INFO_KHR = 1000150011, VK_STRUCTURE_TYPE_COPY_MEMORY_TO_ACCELERATION_STRUCTURE_INFO_KHR = 1000150012, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR = 1000150013, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_PROPERTIES_KHR = 1000150014,
    VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_CREATE_INFO_KHR = 1000150015,
    VK_STRUCTURE_TYPE_RAY_TRACING_SHADER_GROUP_CREATE_INFO_KHR = 1000150016,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CREATE_INFO_KHR = 1000150017, VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_INTERFACE_CREATE_INFO_KHR = 1000150018,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_BUILD_SIZES_INFO_KHR = 1000150020, VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_MODULATION_STATE_CREATE_INFO_NV = 1000152000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV = 1000154000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV = 1000154001,
    VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO = 1000156000,
    VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO = 1000156001,
    VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO = 1000156002,
    VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO = 1000156003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES = 1000156004, VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES = 1000156005,
    VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO = 1000157000,
    VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO = 1000157001,
    VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT = 1000158000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT = 1000158002, VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT = 1000158003, VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT = 1000158004,
    VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT = 1000158005,
    VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT = 1000158006,
    VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160000, VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160001, VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO = 1000161000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES = 1000161001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES = 1000161002, VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO = 1000161003, VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT = 1000161004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR = 1000163000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_PROPERTIES_KHR = 1000163001, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_SHADING_RATE_IMAGE_STATE_CREATE_INFO_NV = 1000164000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADING_RATE_IMAGE_FEATURES_NV = 1000164001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADING_RATE_IMAGE_PROPERTIES_NV = 1000164002, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_COARSE_SAMPLE_ORDER_STATE_CREATE_INFO_NV = 1000164005,
    VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_CREATE_INFO_NV = 1000165000,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CREATE_INFO_NV = 1000165001,
    VK_STRUCTURE_TYPE_GEOMETRY_NV = 1000165003,
    VK_STRUCTURE_TYPE_GEOMETRY_TRIANGLES_NV = 1000165004,
    VK_STRUCTURE_TYPE_GEOMETRY_AABB_NV = 1000165005,
    VK_STRUCTURE_TYPE_BIND_ACCELERATION_STRUCTURE_MEMORY_INFO_NV = 1000165006, VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_NV = 1000165007, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_INFO_NV = 1000165008,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PROPERTIES_NV = 1000165009,
    VK_STRUCTURE_TYPE_RAY_TRACING_SHADER_GROUP_CREATE_INFO_NV = 1000165011,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_INFO_NV = 1000165012, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_REPRESENTATIVE_FRAGMENT_TEST_FEATURES_NV = 1000166000, VK_STRUCTURE_TYPE_PIPELINE_REPRESENTATIVE_FRAGMENT_TEST_STATE_CREATE_INFO_NV = 1000166001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES = 1000168000,
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT = 1000168001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_IMAGE_FORMAT_INFO_EXT = 1000170000, VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT = 1000170001,
    VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO = 1000174000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES = 1000175000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES = 1000177000,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT = 1000178000,
    VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT = 1000178001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT = 1000178002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES = 1000180000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR = 1000181000,
    VK_STRUCTURE_TYPE_PIPELINE_COMPILER_CONTROL_CREATE_INFO_AMD = 1000183000,
    VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_KHR = 1000184000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_AMD = 1000185000,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_CAPABILITIES_KHR = 1000187000, VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000187001, VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_PARAMETERS_ADD_INFO_KHR = 1000187002,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PROFILE_INFO_KHR = 1000187003,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PICTURE_INFO_KHR = 1000187004,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_DPB_SLOT_INFO_KHR = 1000187005, VK_STRUCTURE_TYPE_DEVICE_MEMORY_OVERALLOCATION_CREATE_INFO_AMD = 1000189000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT = 1000190000, VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO = 1000190001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES = 1000190002,
    VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP = 1000191000,
    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO = 1000192000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES = 1000196000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES = 1000197000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES = 1000199000,
    VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE = 1000199001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_KHR = 1000201000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV = 1000202000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV = 1000202001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_KHR = 1000203000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_FOOTPRINT_FEATURES_NV = 1000204000, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_EXCLUSIVE_SCISSOR_STATE_CREATE_INFO_NV = 1000205000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV = 1000205002,
    VK_STRUCTURE_TYPE_CHECKPOINT_DATA_NV = 1000206000,
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_NV = 1000206001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES = 1000207000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES = 1000207001,
    VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO = 1000207002,
    VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO = 1000207003,
    VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO = 1000207004,
    VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO = 1000207005, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL = 1000209000, VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL = 1000210000,
    VK_STRUCTURE_TYPE_INITIALIZE_PERFORMANCE_API_INFO_INTEL = 1000210001,
    VK_STRUCTURE_TYPE_PERFORMANCE_MARKER_INFO_INTEL = 1000210002,
    VK_STRUCTURE_TYPE_PERFORMANCE_STREAM_MARKER_INFO_INTEL = 1000210003,
    VK_STRUCTURE_TYPE_PERFORMANCE_OVERRIDE_INFO_INTEL = 1000210004, VK_STRUCTURE_TYPE_PERFORMANCE_CONFIGURATION_ACQUIRE_INFO_INTEL = 1000210005, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES = 1000211000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PCI_BUS_INFO_PROPERTIES_EXT = 1000212000,
    VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD = 1000213000, VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD = 1000213001,
    VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA = 1000214000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES = 1000215000,
    VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT = 1000217000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT = 1000218000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT = 1000218001, VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT = 1000218002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES = 1000221000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES = 1000225000, VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO = 1000225001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES = 1000225002,
    VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000226000, VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR = 1000226001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR = 1000226002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_FEATURES_KHR = 1000226003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_KHR = 1000226004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD = 1000227000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD = 1000229000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES = 1000232000,
    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO = 1000232001,
    VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO = 1000232002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_ATOMIC_INT64_FEATURES_EXT = 1000234000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_QUAD_CONTROL_FEATURES_KHR = 1000235000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT = 1000237000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT = 1000238000,
    VK_STRUCTURE_TYPE_MEMORY_PRIORITY_ALLOCATE_INFO_EXT = 1000238001,
    VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR = 1000239000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV = 1000240000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES = 1000241000,
    VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT = 1000241001,
    VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT = 1000241002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT = 1000244000,
    VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO = 1000244001,
    VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT = 1000244002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES = 1000245000,
    VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO = 1000246000,
    VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT = 1000247000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR = 1000248000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV = 1000249000,
    VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_PROPERTIES_NV = 1000249001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_PROPERTIES_NV = 1000249002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV = 1000250000, VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV = 1000250001,
    VK_STRUCTURE_TYPE_FRAMEBUFFER_MIXED_SAMPLES_COMBINATION_NV = 1000250002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT = 1000251000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_IMAGE_ARRAYS_FEATURES_EXT = 1000252000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES = 1000253000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT = 1000254000, VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_PROVOKING_VERTEX_STATE_CREATE_INFO_EXT = 1000254001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_PROPERTIES_EXT = 1000254002,
    VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT = 1000255000, VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_WIN32_INFO_EXT = 1000255001, VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_FULL_SCREEN_EXCLUSIVE_EXT = 1000255002,
    VK_STRUCTURE_TYPE_HEADLESS_SURFACE_CREATE_INFO_EXT = 1000256000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES = 1000257000,
    VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO = 1000257002,
    VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO = 1000257003,
    VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO = 1000257004,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES = 1000259000, VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO = 1000259001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES = 1000259002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_FEATURES_EXT = 1000260000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES = 1000261000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES = 1000265000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT = 1000267000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_EXECUTABLE_PROPERTIES_FEATURES_KHR = 1000269000,
    VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR = 1000269001,
    VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_PROPERTIES_KHR = 1000269002,
    VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INFO_KHR = 1000269003,
    VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR = 1000269004, VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR = 1000269005,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_FEATURES = 1000270000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_PROPERTIES = 1000270001,
    VK_STRUCTURE_TYPE_MEMORY_TO_IMAGE_COPY = 1000270002,
    VK_STRUCTURE_TYPE_IMAGE_TO_MEMORY_COPY = 1000270003,
    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_MEMORY_INFO = 1000270004,
    VK_STRUCTURE_TYPE_COPY_MEMORY_TO_IMAGE_INFO = 1000270005,
    VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO = 1000270006,
    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_IMAGE_INFO = 1000270007,
    VK_STRUCTURE_TYPE_SUBRESOURCE_HOST_MEMCPY_SIZE = 1000270008,
    VK_STRUCTURE_TYPE_HOST_IMAGE_COPY_DEVICE_PERFORMANCE_QUERY = 1000270009,
    VK_STRUCTURE_TYPE_MEMORY_MAP_INFO = 1000271000,
    VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO = 1000271001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_FEATURES_EXT = 1000272000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAP_MEMORY_PLACED_PROPERTIES_EXT = 1000272001,
    VK_STRUCTURE_TYPE_MEMORY_MAP_PLACED_INFO_EXT = 1000272002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT = 1000273000,
    VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_KHR = 1000274000,
    VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_KHR = 1000274001,
    VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_COMPATIBILITY_KHR = 1000274002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_KHR = 1000275000,
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_KHR = 1000275001,
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_KHR = 1000275002,
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODE_INFO_KHR = 1000275003,
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_SCALING_CREATE_INFO_KHR = 1000275004,
    VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_KHR = 1000275005, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES = 1000276000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV = 1000277000,
    VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV = 1000277001, VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV = 1000277002,
    VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_TOKEN_NV = 1000277003,
    VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NV = 1000277004,
    VK_STRUCTURE_TYPE_GENERATED_COMMANDS_INFO_NV = 1000277005, VK_STRUCTURE_TYPE_GENERATED_COMMANDS_MEMORY_REQUIREMENTS_INFO_NV = 1000277006, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV = 1000277007, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV = 1000278000, VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV = 1000278001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES = 1000280000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES = 1000280001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT = 1000281000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES = 1000281001, VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM = 1000282000,
    VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM = 1000282001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_BIAS_CONTROL_FEATURES_EXT = 1000283000,
    VK_STRUCTURE_TYPE_DEPTH_BIAS_INFO_EXT = 1000283001,
    VK_STRUCTURE_TYPE_DEPTH_BIAS_REPRESENTATION_INFO_EXT = 1000283002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT = 1000284000,
    VK_STRUCTURE_TYPE_DEVICE_DEVICE_MEMORY_REPORT_CREATE_INFO_EXT = 1000284001,
    VK_STRUCTURE_TYPE_DEVICE_MEMORY_REPORT_CALLBACK_DATA_EXT = 1000284002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_KHR = 1000286000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_PROPERTIES_KHR = 1000286001,
    VK_STRUCTURE_TYPE_SAMPLER_CUSTOM_BORDER_COLOR_CREATE_INFO_EXT = 1000287000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_PROPERTIES_EXT = 1000287001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT = 1000287002,
    VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR = 1000290000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_BARRIER_FEATURES_NV = 1000292000,
    VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_PRESENT_BARRIER_NV = 1000292001,
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_BARRIER_CREATE_INFO_NV = 1000292002,
    VK_STRUCTURE_TYPE_PRESENT_ID_KHR = 1000294000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR = 1000294001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES = 1000295000,
    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO = 1000295001,
    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO = 1000295002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES = 1000297000,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR = 1000299000,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_INFO_KHR = 1000299001,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_LAYER_INFO_KHR = 1000299002,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_CAPABILITIES_KHR = 1000299003,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_USAGE_INFO_KHR = 1000299004, VK_STRUCTURE_TYPE_QUERY_POOL_VIDEO_ENCODE_FEEDBACK_CREATE_INFO_KHR = 1000299005, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_ENCODE_QUALITY_LEVEL_INFO_KHR = 1000299006,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUALITY_LEVEL_PROPERTIES_KHR = 1000299007,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUALITY_LEVEL_INFO_KHR = 1000299008, VK_STRUCTURE_TYPE_VIDEO_ENCODE_SESSION_PARAMETERS_GET_INFO_KHR = 1000299009, VK_STRUCTURE_TYPE_VIDEO_ENCODE_SESSION_PARAMETERS_FEEDBACK_INFO_KHR = 1000299010, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV = 1000300000,
    VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV = 1000300001,
    VK_STRUCTURE_TYPE_CUDA_MODULE_CREATE_INFO_NV = 1000307000,
    VK_STRUCTURE_TYPE_CUDA_FUNCTION_CREATE_INFO_NV = 1000307001,
    VK_STRUCTURE_TYPE_CUDA_LAUNCH_INFO_NV = 1000307002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_FEATURES_NV = 1000307003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV = 1000307004,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_SHADING_FEATURES_QCOM = 1000309000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_SHADING_PROPERTIES_QCOM = 1000309001,
    VK_STRUCTURE_TYPE_RENDER_PASS_TILE_SHADING_CREATE_INFO_QCOM = 1000309002,
    VK_STRUCTURE_TYPE_PER_TILE_BEGIN_INFO_QCOM = 1000309003,
    VK_STRUCTURE_TYPE_PER_TILE_END_INFO_QCOM = 1000309004,
    VK_STRUCTURE_TYPE_DISPATCH_TILE_INFO_QCOM = 1000309005,
    VK_STRUCTURE_TYPE_QUERY_LOW_LATENCY_SUPPORT_NV = 1000310000,
    VK_STRUCTURE_TYPE_EXPORT_METAL_OBJECT_CREATE_INFO_EXT = 1000311000,
    VK_STRUCTURE_TYPE_EXPORT_METAL_OBJECTS_INFO_EXT = 1000311001,
    VK_STRUCTURE_TYPE_EXPORT_METAL_DEVICE_INFO_EXT = 1000311002,
    VK_STRUCTURE_TYPE_EXPORT_METAL_COMMAND_QUEUE_INFO_EXT = 1000311003,
    VK_STRUCTURE_TYPE_EXPORT_METAL_BUFFER_INFO_EXT = 1000311004,
    VK_STRUCTURE_TYPE_IMPORT_METAL_BUFFER_INFO_EXT = 1000311005,
    VK_STRUCTURE_TYPE_EXPORT_METAL_TEXTURE_INFO_EXT = 1000311006,
    VK_STRUCTURE_TYPE_IMPORT_METAL_TEXTURE_INFO_EXT = 1000311007,
    VK_STRUCTURE_TYPE_EXPORT_METAL_IO_SURFACE_INFO_EXT = 1000311008,
    VK_STRUCTURE_TYPE_IMPORT_METAL_IO_SURFACE_INFO_EXT = 1000311009,
    VK_STRUCTURE_TYPE_EXPORT_METAL_SHARED_EVENT_INFO_EXT = 1000311010,
    VK_STRUCTURE_TYPE_IMPORT_METAL_SHARED_EVENT_INFO_EXT = 1000311011,
    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2 = 1000314000,
    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2 = 1000314001,
    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2 = 1000314002,
    VK_STRUCTURE_TYPE_DEPENDENCY_INFO = 1000314003,
    VK_STRUCTURE_TYPE_SUBMIT_INFO_2 = 1000314004,
    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO = 1000314005,
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO = 1000314006,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES = 1000314007,
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV = 1000314008,
    VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV = 1000314009, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_PROPERTIES_EXT = 1000316000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_DENSITY_MAP_PROPERTIES_EXT = 1000316001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_FEATURES_EXT = 1000316002,
    VK_STRUCTURE_TYPE_DESCRIPTOR_ADDRESS_INFO_EXT = 1000316003,
    VK_STRUCTURE_TYPE_DESCRIPTOR_GET_INFO_EXT = 1000316004,
    VK_STRUCTURE_TYPE_BUFFER_CAPTURE_DESCRIPTOR_DATA_INFO_EXT = 1000316005,
    VK_STRUCTURE_TYPE_IMAGE_CAPTURE_DESCRIPTOR_DATA_INFO_EXT = 1000316006,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_EXT = 1000316007,
    VK_STRUCTURE_TYPE_SAMPLER_CAPTURE_DESCRIPTOR_DATA_INFO_EXT = 1000316008, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CAPTURE_DESCRIPTOR_DATA_INFO_EXT = 1000316009, VK_STRUCTURE_TYPE_OPAQUE_CAPTURE_DESCRIPTOR_DATA_CREATE_INFO_EXT = 1000316010,
    VK_STRUCTURE_TYPE_DESCRIPTOR_BUFFER_BINDING_INFO_EXT = 1000316011, VK_STRUCTURE_TYPE_DESCRIPTOR_BUFFER_BINDING_PUSH_DESCRIPTOR_BUFFER_HANDLE_EXT = 1000316012, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_FEATURES_EXT = 1000320000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_PROPERTIES_EXT = 1000320001,
    VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_LIBRARY_CREATE_INFO_EXT = 1000320002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_FEATURES_AMD = 1000321000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_PROPERTIES_KHR = 1000322000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR = 1000323000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES = 1000325000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV = 1000326000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV = 1000326001, VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV = 1000326002, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_MOTION_TRIANGLES_DATA_NV = 1000327000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_MOTION_BLUR_FEATURES_NV = 1000327001,
    VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_MOTION_INFO_NV = 1000327002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_EXT = 1000328000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_EXT = 1000328001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT = 1000330000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT = 1000332000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT = 1000332001,
    VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM = 1000333000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES = 1000335000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR = 1000336000,
    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2 = 1000337000,
    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2 = 1000337001,
    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2 = 1000337002,
    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2 = 1000337003,
    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2 = 1000337004,
    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2 = 1000337005,
    VK_STRUCTURE_TYPE_BUFFER_COPY_2 = 1000337006,
    VK_STRUCTURE_TYPE_IMAGE_COPY_2 = 1000337007,
    VK_STRUCTURE_TYPE_IMAGE_BLIT_2 = 1000337008,
    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2 = 1000337009,
    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2 = 1000337010, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_COMPRESSION_CONTROL_FEATURES_EXT = 1000338000,
    VK_STRUCTURE_TYPE_IMAGE_COMPRESSION_CONTROL_EXT = 1000338001,
    VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2 = 1000338002,
    VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2 = 1000338003,
    VK_STRUCTURE_TYPE_IMAGE_COMPRESSION_PROPERTIES_EXT = 1000338004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_FEATURES_EXT = 1000339000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT = 1000340000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FAULT_FEATURES_EXT = 1000341000,
    VK_STRUCTURE_TYPE_DEVICE_FAULT_COUNTS_EXT = 1000341001,
    VK_STRUCTURE_TYPE_DEVICE_FAULT_INFO_EXT = 1000341002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT = 1000342000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RGBA10X6_FORMATS_FEATURES_EXT = 1000344000,
    VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT = 1000346000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_FEATURES_KHR = 1000347000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_PROPERTIES_KHR = 1000347001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_QUERY_FEATURES_KHR = 1000348013, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_EXT = 1000351000,
    VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT = 1000351002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_INPUT_DYNAMIC_STATE_FEATURES_EXT = 1000352000,
    VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT = 1000352001,
    VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT = 1000352002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT = 1000353000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ADDRESS_BINDING_REPORT_FEATURES_EXT = 1000354000,
    VK_STRUCTURE_TYPE_DEVICE_ADDRESS_BINDING_CALLBACK_DATA_EXT = 1000354001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_CONTROL_FEATURES_EXT = 1000355000, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLIP_CONTROL_CREATE_INFO_EXT = 1000355001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT = 1000356000,
    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3 = 1000360000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_MODE_FIFO_LATEST_READY_FEATURES_KHR = 1000361000,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364000,
    VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA = 1000364001,
    VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364002,
    VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_ZIRCON_HANDLE_INFO_FUCHSIA = 1000365000,
    VK_STRUCTURE_TYPE_SEMAPHORE_GET_ZIRCON_HANDLE_INFO_FUCHSIA = 1000365001,
    VK_STRUCTURE_TYPE_BUFFER_COLLECTION_CREATE_INFO_FUCHSIA = 1000366000,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_BUFFER_COLLECTION_FUCHSIA = 1000366001,
    VK_STRUCTURE_TYPE_BUFFER_COLLECTION_IMAGE_CREATE_INFO_FUCHSIA = 1000366002,
    VK_STRUCTURE_TYPE_BUFFER_COLLECTION_PROPERTIES_FUCHSIA = 1000366003,
    VK_STRUCTURE_TYPE_BUFFER_CONSTRAINTS_INFO_FUCHSIA = 1000366004, VK_STRUCTURE_TYPE_BUFFER_COLLECTION_BUFFER_CREATE_INFO_FUCHSIA = 1000366005,
    VK_STRUCTURE_TYPE_IMAGE_CONSTRAINTS_INFO_FUCHSIA = 1000366006,
    VK_STRUCTURE_TYPE_IMAGE_FORMAT_CONSTRAINTS_INFO_FUCHSIA = 1000366007,
    VK_STRUCTURE_TYPE_SYSMEM_COLOR_SPACE_FUCHSIA = 1000366008,
    VK_STRUCTURE_TYPE_BUFFER_COLLECTION_CONSTRAINTS_INFO_FUCHSIA = 1000366009,
    VK_STRUCTURE_TYPE_SUBPASS_SHADING_PIPELINE_CREATE_INFO_HUAWEI = 1000369000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_FEATURES_HUAWEI = 1000369001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_PROPERTIES_HUAWEI = 1000369002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INVOCATION_MASK_FEATURES_HUAWEI = 1000370000,
    VK_STRUCTURE_TYPE_MEMORY_GET_REMOTE_ADDRESS_INFO_NV = 1000371000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_RDMA_FEATURES_NV = 1000371001,
    VK_STRUCTURE_TYPE_PIPELINE_PROPERTIES_IDENTIFIER_EXT = 1000372000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROPERTIES_FEATURES_EXT = 1000372001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAME_BOUNDARY_FEATURES_EXT = 1000375000,
    VK_STRUCTURE_TYPE_FRAME_BOUNDARY_EXT = 1000375001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_FEATURES_EXT = 1000376000,
    VK_STRUCTURE_TYPE_SUBPASS_RESOLVE_PERFORMANCE_QUERY_EXT = 1000376001, VK_STRUCTURE_TYPE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_INFO_EXT = 1000376002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_2_FEATURES_EXT = 1000377000,
    VK_STRUCTURE_TYPE_SCREEN_SURFACE_CREATE_INFO_QNX = 1000378000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT = 1000381000,
    VK_STRUCTURE_TYPE_PIPELINE_COLOR_WRITE_CREATE_INFO_EXT = 1000381001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT = 1000382000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_MAINTENANCE_1_FEATURES_KHR = 1000386000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_UNTYPED_POINTERS_FEATURES_KHR = 1000387000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES = 1000388000,
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES = 1000388001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_ENCODE_RGB_CONVERSION_FEATURES_VALVE = 1000390000, VK_STRUCTURE_TYPE_VIDEO_ENCODE_RGB_CONVERSION_CAPABILITIES_VALVE = 1000390001, VK_STRUCTURE_TYPE_VIDEO_ENCODE_PROFILE_RGB_CONVERSION_INFO_VALVE = 1000390002, VK_STRUCTURE_TYPE_VIDEO_ENCODE_SESSION_RGB_CONVERSION_CREATE_INFO_VALVE = 1000390003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_VIEW_MIN_LOD_FEATURES_EXT = 1000391000,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_MIN_LOD_CREATE_INFO_EXT = 1000391001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT = 1000392000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT = 1000392001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_2D_VIEW_OF_3D_FEATURES_EXT = 1000393000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TILE_IMAGE_FEATURES_EXT = 1000395000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TILE_IMAGE_PROPERTIES_EXT = 1000395001,
    VK_STRUCTURE_TYPE_MICROMAP_BUILD_INFO_EXT = 1000396000,
    VK_STRUCTURE_TYPE_MICROMAP_VERSION_INFO_EXT = 1000396001,
    VK_STRUCTURE_TYPE_COPY_MICROMAP_INFO_EXT = 1000396002,
    VK_STRUCTURE_TYPE_COPY_MICROMAP_TO_MEMORY_INFO_EXT = 1000396003,
    VK_STRUCTURE_TYPE_COPY_MEMORY_TO_MICROMAP_INFO_EXT = 1000396004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_OPACITY_MICROMAP_FEATURES_EXT = 1000396005, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_OPACITY_MICROMAP_PROPERTIES_EXT = 1000396006,
    VK_STRUCTURE_TYPE_MICROMAP_CREATE_INFO_EXT = 1000396007,
    VK_STRUCTURE_TYPE_MICROMAP_BUILD_SIZES_INFO_EXT = 1000396008, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_TRIANGLES_OPACITY_MICROMAP_EXT = 1000396009, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISPLACEMENT_MICROMAP_FEATURES_NV = 1000397000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISPLACEMENT_MICROMAP_PROPERTIES_NV = 1000397001, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_TRIANGLES_DISPLACEMENT_MICROMAP_NV = 1000397002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_FEATURES_HUAWEI = 1000404000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_PROPERTIES_HUAWEI = 1000404001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_CULLING_SHADER_VRS_FEATURES_HUAWEI = 1000404002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT = 1000411000, VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT = 1000411001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT = 1000412000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES = 1000413000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES = 1000413001,
    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS = 1000413002,
    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS = 1000413003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_ARM = 1000415000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_ROTATE_FEATURES = 1000416000, VK_STRUCTURE_TYPE_DEVICE_QUEUE_SHADER_CORE_CONTROL_CREATE_INFO_ARM = 1000417000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_FEATURES_ARM = 1000417001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_PROPERTIES_ARM = 1000417002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_SLICED_VIEW_OF_3D_FEATURES_EXT = 1000418000,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_SLICED_CREATE_INFO_EXT = 1000418001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_SET_HOST_MAPPING_FEATURES_VALVE = 1000420000,
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_BINDING_REFERENCE_VALVE = 1000420001, VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_HOST_MAPPING_INFO_VALVE = 1000420002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_KHR = 1000421000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NON_SEAMLESS_CUBE_MAP_FEATURES_EXT = 1000422000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RENDER_PASS_STRIPED_FEATURES_ARM = 1000424000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RENDER_PASS_STRIPED_PROPERTIES_ARM = 1000424001,
    VK_STRUCTURE_TYPE_RENDER_PASS_STRIPE_BEGIN_INFO_ARM = 1000424002,
    VK_STRUCTURE_TYPE_RENDER_PASS_STRIPE_INFO_ARM = 1000424003,
    VK_STRUCTURE_TYPE_RENDER_PASS_STRIPE_SUBMIT_INFO_ARM = 1000424004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_EXT = 1000425000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_EXT = 1000425001, VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_EXT = 1000425002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_FEATURES_NV = 1000426000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_KHR = 1000426001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_EXT = 1000427000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_EXT = 1000427001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_COMPUTE_FEATURES_NV = 1000428000,
    VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_INDIRECT_BUFFER_INFO_NV = 1000428001,
    VK_STRUCTURE_TYPE_PIPELINE_INDIRECT_DEVICE_ADDRESS_INFO_NV = 1000428002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_LINEAR_SWEPT_SPHERES_FEATURES_NV = 1000429008, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_LINEAR_SWEPT_SPHERES_DATA_NV = 1000429009, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_SPHERES_DATA_NV = 1000429010, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINEAR_COLOR_ATTACHMENT_FEATURES_NV = 1000430000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MAXIMAL_RECONVERGENCE_FEATURES_KHR = 1000434000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_FEATURES_EXT = 1000437000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_FEATURES_QCOM = 1000440000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_PROPERTIES_QCOM = 1000440001,
    VK_STRUCTURE_TYPE_IMAGE_VIEW_SAMPLE_WEIGHT_CREATE_INFO_QCOM = 1000440002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NESTED_COMMAND_BUFFER_FEATURES_EXT = 1000451000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_NESTED_COMMAND_BUFFER_PROPERTIES_EXT = 1000451001,
    VK_STRUCTURE_TYPE_NATIVE_BUFFER_USAGE_OHOS = 1000452000,
    VK_STRUCTURE_TYPE_NATIVE_BUFFER_PROPERTIES_OHOS = 1000452001,
    VK_STRUCTURE_TYPE_NATIVE_BUFFER_FORMAT_PROPERTIES_OHOS = 1000452002,
    VK_STRUCTURE_TYPE_IMPORT_NATIVE_BUFFER_INFO_OHOS = 1000452003,
    VK_STRUCTURE_TYPE_MEMORY_GET_NATIVE_BUFFER_INFO_OHOS = 1000452004,
    VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_OHOS = 1000452005,
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_EXT = 1000453000,
    VK_STRUCTURE_TYPE_NATIVE_BUFFER_OHOS = 1000453001,
    VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_INFO_OHOS = 1000453002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENTATION_PROPERTIES_OHOS = 1000453003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_3_FEATURES_EXT = 1000455000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_3_PROPERTIES_EXT = 1000455001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_MERGE_FEEDBACK_FEATURES_EXT = 1000458000,
    VK_STRUCTURE_TYPE_RENDER_PASS_CREATION_CONTROL_EXT = 1000458001, VK_STRUCTURE_TYPE_RENDER_PASS_CREATION_FEEDBACK_CREATE_INFO_EXT = 1000458002, VK_STRUCTURE_TYPE_RENDER_PASS_SUBPASS_FEEDBACK_CREATE_INFO_EXT = 1000458003,
    VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_INFO_LUNARG = 1000459000,
    VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_LIST_LUNARG = 1000459001,
    VK_STRUCTURE_TYPE_TENSOR_CREATE_INFO_ARM = 1000460000,
    VK_STRUCTURE_TYPE_TENSOR_VIEW_CREATE_INFO_ARM = 1000460001,
    VK_STRUCTURE_TYPE_BIND_TENSOR_MEMORY_INFO_ARM = 1000460002,
    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_TENSOR_ARM = 1000460003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TENSOR_PROPERTIES_ARM = 1000460004,
    VK_STRUCTURE_TYPE_TENSOR_FORMAT_PROPERTIES_ARM = 1000460005,
    VK_STRUCTURE_TYPE_TENSOR_DESCRIPTION_ARM = 1000460006,
    VK_STRUCTURE_TYPE_TENSOR_MEMORY_REQUIREMENTS_INFO_ARM = 1000460007,
    VK_STRUCTURE_TYPE_TENSOR_MEMORY_BARRIER_ARM = 1000460008,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TENSOR_FEATURES_ARM = 1000460009,
    VK_STRUCTURE_TYPE_DEVICE_TENSOR_MEMORY_REQUIREMENTS_ARM = 1000460010,
    VK_STRUCTURE_TYPE_COPY_TENSOR_INFO_ARM = 1000460011,
    VK_STRUCTURE_TYPE_TENSOR_COPY_ARM = 1000460012,
    VK_STRUCTURE_TYPE_TENSOR_DEPENDENCY_INFO_ARM = 1000460013,
    VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_TENSOR_ARM = 1000460014,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_TENSOR_INFO_ARM = 1000460015,
    VK_STRUCTURE_TYPE_EXTERNAL_TENSOR_PROPERTIES_ARM = 1000460016,
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_TENSOR_CREATE_INFO_ARM = 1000460017, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_TENSOR_FEATURES_ARM = 1000460018, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_TENSOR_PROPERTIES_ARM = 1000460019,
    VK_STRUCTURE_TYPE_DESCRIPTOR_GET_TENSOR_INFO_ARM = 1000460020,
    VK_STRUCTURE_TYPE_TENSOR_CAPTURE_DESCRIPTOR_DATA_INFO_ARM = 1000460021, VK_STRUCTURE_TYPE_TENSOR_VIEW_CAPTURE_DESCRIPTOR_DATA_INFO_ARM = 1000460022,
    VK_STRUCTURE_TYPE_FRAME_BOUNDARY_TENSORS_ARM = 1000460023, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MODULE_IDENTIFIER_FEATURES_EXT = 1000462000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MODULE_IDENTIFIER_PROPERTIES_EXT = 1000462001, VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_MODULE_IDENTIFIER_CREATE_INFO_EXT = 1000462002,
    VK_STRUCTURE_TYPE_SHADER_MODULE_IDENTIFIER_EXT = 1000462003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_OPTICAL_FLOW_FEATURES_NV = 1000464000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_OPTICAL_FLOW_PROPERTIES_NV = 1000464001,
    VK_STRUCTURE_TYPE_OPTICAL_FLOW_IMAGE_FORMAT_INFO_NV = 1000464002,
    VK_STRUCTURE_TYPE_OPTICAL_FLOW_IMAGE_FORMAT_PROPERTIES_NV = 1000464003,
    VK_STRUCTURE_TYPE_OPTICAL_FLOW_SESSION_CREATE_INFO_NV = 1000464004,
    VK_STRUCTURE_TYPE_OPTICAL_FLOW_EXECUTE_INFO_NV = 1000464005, VK_STRUCTURE_TYPE_OPTICAL_FLOW_SESSION_CREATE_PRIVATE_DATA_INFO_NV = 1000464010, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT = 1000465000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROTECTED_ACCESS_FEATURES = 1000466000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FORMAT_RESOLVE_FEATURES_ANDROID = 1000468000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FORMAT_RESOLVE_PROPERTIES_ANDROID = 1000468001, VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_RESOLVE_PROPERTIES_ANDROID = 1000468002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_FEATURES = 1000470000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES = 1000470001,
    VK_STRUCTURE_TYPE_RENDERING_AREA_INFO = 1000470003,
    VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO = 1000470004,
    VK_STRUCTURE_TYPE_PIPELINE_CREATE_FLAGS_2_CREATE_INFO = 1000470005,
    VK_STRUCTURE_TYPE_BUFFER_USAGE_FLAGS_2_CREATE_INFO = 1000470006,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ANTI_LAG_FEATURES_AMD = 1000476000,
    VK_STRUCTURE_TYPE_ANTI_LAG_DATA_AMD = 1000476001,
    VK_STRUCTURE_TYPE_ANTI_LAG_PRESENTATION_INFO_AMD = 1000476002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DENSE_GEOMETRY_FORMAT_FEATURES_AMDX = 1000478000, VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_DENSE_GEOMETRY_FORMAT_TRIANGLES_DATA_AMDX = 1000478001,
    VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_PRESENT_ID_2_KHR = 1000479000,
    VK_STRUCTURE_TYPE_PRESENT_ID_2_KHR = 1000479001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_2_FEATURES_KHR = 1000479002,
    VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_PRESENT_WAIT_2_KHR = 1000480000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_2_FEATURES_KHR = 1000480001,
    VK_STRUCTURE_TYPE_PRESENT_WAIT_2_INFO_KHR = 1000480002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_POSITION_FETCH_FEATURES_KHR = 1000481000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_OBJECT_FEATURES_EXT = 1000482000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_OBJECT_PROPERTIES_EXT = 1000482001,
    VK_STRUCTURE_TYPE_SHADER_CREATE_INFO_EXT = 1000482002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_BINARY_FEATURES_KHR = 1000483000,
    VK_STRUCTURE_TYPE_PIPELINE_BINARY_CREATE_INFO_KHR = 1000483001,
    VK_STRUCTURE_TYPE_PIPELINE_BINARY_INFO_KHR = 1000483002,
    VK_STRUCTURE_TYPE_PIPELINE_BINARY_KEY_KHR = 1000483003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_BINARY_PROPERTIES_KHR = 1000483004,
    VK_STRUCTURE_TYPE_RELEASE_CAPTURED_PIPELINE_DATA_INFO_KHR = 1000483005,
    VK_STRUCTURE_TYPE_PIPELINE_BINARY_DATA_INFO_KHR = 1000483006,
    VK_STRUCTURE_TYPE_PIPELINE_CREATE_INFO_KHR = 1000483007, VK_STRUCTURE_TYPE_DEVICE_PIPELINE_BINARY_INTERNAL_CACHE_CONTROL_KHR = 1000483008,
    VK_STRUCTURE_TYPE_PIPELINE_BINARY_HANDLES_INFO_KHR = 1000483009, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_PROPERTIES_FEATURES_QCOM = 1000484000,
    VK_STRUCTURE_TYPE_TILE_PROPERTIES_QCOM = 1000484001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_AMIGO_PROFILING_FEATURES_SEC = 1000485000,
    VK_STRUCTURE_TYPE_AMIGO_PROFILING_SUBMIT_INFO_SEC = 1000485001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_VIEWPORTS_FEATURES_QCOM = 1000488000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV = 1000490000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV = 1000490001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_FEATURES_NV = 1000491000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_PROPERTIES_NV = 1000491001,
    VK_STRUCTURE_TYPE_COOPERATIVE_VECTOR_PROPERTIES_NV = 1000491002,
    VK_STRUCTURE_TYPE_CONVERT_COOPERATIVE_VECTOR_MATRIX_INFO_NV = 1000491004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_FEATURES_NV = 1000492000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_PROPERTIES_NV = 1000492001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_VERTEX_ATTRIBUTES_FEATURES_EXT = 1000495000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_VERTEX_ATTRIBUTES_PROPERTIES_EXT = 1000495001,
    VK_STRUCTURE_TYPE_LAYER_SETTINGS_CREATE_INFO_EXT = 1000496000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_BUILTINS_FEATURES_ARM = 1000497000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_BUILTINS_PROPERTIES_ARM = 1000497001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_LIBRARY_GROUP_HANDLES_FEATURES_EXT = 1000498000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_FEATURES_EXT = 1000499000,
    VK_STRUCTURE_TYPE_LATENCY_SLEEP_MODE_INFO_NV = 1000505000,
    VK_STRUCTURE_TYPE_LATENCY_SLEEP_INFO_NV = 1000505001,
    VK_STRUCTURE_TYPE_SET_LATENCY_MARKER_INFO_NV = 1000505002,
    VK_STRUCTURE_TYPE_GET_LATENCY_MARKER_INFO_NV = 1000505003,
    VK_STRUCTURE_TYPE_LATENCY_TIMINGS_FRAME_REPORT_NV = 1000505004,
    VK_STRUCTURE_TYPE_LATENCY_SUBMISSION_PRESENT_ID_NV = 1000505005,
    VK_STRUCTURE_TYPE_OUT_OF_BAND_QUEUE_TYPE_INFO_NV = 1000505006,
    VK_STRUCTURE_TYPE_SWAPCHAIN_LATENCY_CREATE_INFO_NV = 1000505007,
    VK_STRUCTURE_TYPE_LATENCY_SURFACE_CAPABILITIES_NV = 1000505008, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_KHR = 1000506000,
    VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_PROPERTIES_KHR = 1000506001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_PROPERTIES_KHR = 1000506002,
    VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_CREATE_INFO_ARM = 1000507000,
    VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SESSION_CREATE_INFO_ARM = 1000507001,
    VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_RESOURCE_INFO_ARM = 1000507002,
    VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_CONSTANT_ARM = 1000507003, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SESSION_MEMORY_REQUIREMENTS_INFO_ARM = 1000507004, VK_STRUCTURE_TYPE_BIND_DATA_GRAPH_PIPELINE_SESSION_MEMORY_INFO_ARM = 1000507005,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_FEATURES_ARM = 1000507006, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SHADER_MODULE_CREATE_INFO_ARM = 1000507007, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_PROPERTY_QUERY_RESULT_ARM = 1000507008,
    VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_INFO_ARM = 1000507009, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_COMPILER_CONTROL_CREATE_INFO_ARM = 1000507010, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_REQUIREMENTS_INFO_ARM = 1000507011, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_REQUIREMENT_ARM = 1000507012, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_IDENTIFIER_CREATE_INFO_ARM = 1000507013,
    VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_DISPATCH_INFO_ARM = 1000507014, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_CONSTANT_TENSOR_SEMI_STRUCTURED_SPARSITY_INFO_ARM = 1000507015, VK_STRUCTURE_TYPE_DATA_GRAPH_PROCESSING_ENGINE_CREATE_INFO_ARM = 1000507016, VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_PROCESSING_ENGINE_PROPERTIES_ARM = 1000507017,
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_DATA_GRAPH_PROPERTIES_ARM = 1000507018, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_QUEUE_FAMILY_DATA_GRAPH_PROCESSING_ENGINE_INFO_ARM = 1000507019, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_RENDER_AREAS_FEATURES_QCOM = 1000510000, VK_STRUCTURE_TYPE_MULTIVIEW_PER_VIEW_RENDER_AREAS_RENDER_PASS_BEGIN_INFO_QCOM = 1000510001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_PROPERTIES_KHR = 1000511000,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_CAPABILITIES_KHR = 1000512000,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_PICTURE_INFO_KHR = 1000512001,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_PROFILE_INFO_KHR = 1000512003, VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000512004,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_DPB_SLOT_INFO_KHR = 1000512005,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_CAPABILITIES_KHR = 1000513000, VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000513001,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_PICTURE_INFO_KHR = 1000513002,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_DPB_SLOT_INFO_KHR = 1000513003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_ENCODE_AV1_FEATURES_KHR = 1000513004,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_PROFILE_INFO_KHR = 1000513005,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_RATE_CONTROL_INFO_KHR = 1000513006, VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_RATE_CONTROL_LAYER_INFO_KHR = 1000513007, VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_QUALITY_LEVEL_PROPERTIES_KHR = 1000513008,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_SESSION_CREATE_INFO_KHR = 1000513009, VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_GOP_REMAINING_FRAME_INFO_KHR = 1000513010, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_DECODE_VP9_FEATURES_KHR = 1000514000,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_VP9_CAPABILITIES_KHR = 1000514001,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_VP9_PICTURE_INFO_KHR = 1000514002,
    VK_STRUCTURE_TYPE_VIDEO_DECODE_VP9_PROFILE_INFO_KHR = 1000514003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_MAINTENANCE_1_FEATURES_KHR = 1000515000,
    VK_STRUCTURE_TYPE_VIDEO_INLINE_QUERY_INFO_KHR = 1000515001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PER_STAGE_DESCRIPTOR_SET_FEATURES_NV = 1000516000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_FEATURES_QCOM = 1000518000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_PROPERTIES_QCOM = 1000518001,
    VK_STRUCTURE_TYPE_SAMPLER_BLOCK_MATCH_WINDOW_CREATE_INFO_QCOM = 1000518002,
    VK_STRUCTURE_TYPE_SAMPLER_CUBIC_WEIGHTS_CREATE_INFO_QCOM = 1000519000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_WEIGHTS_FEATURES_QCOM = 1000519001,
    VK_STRUCTURE_TYPE_BLIT_IMAGE_CUBIC_WEIGHTS_INFO_QCOM = 1000519002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_DEGAMMA_FEATURES_QCOM = 1000520000, VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOM = 1000520001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUBIC_CLAMP_FEATURES_QCOM = 1000521000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_FEATURES_EXT = 1000524000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES = 1000525000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFIED_IMAGE_LAYOUTS_FEATURES_KHR = 1000527000,
    VK_STRUCTURE_TYPE_ATTACHMENT_FEEDBACK_LOOP_INFO_EXT = 1000527001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT_CONTROLS_2_FEATURES = 1000528000,
    VK_STRUCTURE_TYPE_SCREEN_BUFFER_PROPERTIES_QNX = 1000529000,
    VK_STRUCTURE_TYPE_SCREEN_BUFFER_FORMAT_PROPERTIES_QNX = 1000529001,
    VK_STRUCTURE_TYPE_IMPORT_SCREEN_BUFFER_INFO_QNX = 1000529002,
    VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_QNX = 1000529003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_SCREEN_BUFFER_FEATURES_QNX = 1000529004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT = 1000530000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EXPECT_ASSUME_FEATURES = 1000544000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_FEATURES = 1000545000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_PROPERTIES = 1000545001,
    VK_STRUCTURE_TYPE_BIND_MEMORY_STATUS = 1000545002,
    VK_STRUCTURE_TYPE_BIND_DESCRIPTOR_SETS_INFO = 1000545003,
    VK_STRUCTURE_TYPE_PUSH_CONSTANTS_INFO = 1000545004,
    VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_INFO = 1000545005,
    VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_WITH_TEMPLATE_INFO = 1000545006,
    VK_STRUCTURE_TYPE_SET_DESCRIPTOR_BUFFER_OFFSETS_INFO_EXT = 1000545007, VK_STRUCTURE_TYPE_BIND_DESCRIPTOR_BUFFER_EMBEDDED_SAMPLERS_INFO_EXT = 1000545008, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_POOL_OVERALLOCATION_FEATURES_NV = 1000546000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_MEMORY_HEAP_FEATURES_QCOM = 1000547000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_MEMORY_HEAP_PROPERTIES_QCOM = 1000547001,
    VK_STRUCTURE_TYPE_TILE_MEMORY_REQUIREMENTS_QCOM = 1000547002,
    VK_STRUCTURE_TYPE_TILE_MEMORY_BIND_INFO_QCOM = 1000547003,
    VK_STRUCTURE_TYPE_TILE_MEMORY_SIZE_INFO_QCOM = 1000547004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_FEATURES_KHR = 1000549000,
    VK_STRUCTURE_TYPE_COPY_MEMORY_INDIRECT_INFO_KHR = 1000549002,
    VK_STRUCTURE_TYPE_COPY_MEMORY_TO_IMAGE_INDIRECT_INFO_KHR = 1000549003,
    VK_STRUCTURE_TYPE_DECOMPRESS_MEMORY_INFO_EXT = 1000550002,
    VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV = 1000551000,
    VK_STRUCTURE_TYPE_DISPLAY_MODE_STEREO_PROPERTIES_NV = 1000551001,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_INTRA_REFRESH_CAPABILITIES_KHR = 1000552000, VK_STRUCTURE_TYPE_VIDEO_ENCODE_SESSION_INTRA_REFRESH_CREATE_INFO_KHR = 1000552001,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_INTRA_REFRESH_INFO_KHR = 1000552002,
    VK_STRUCTURE_TYPE_VIDEO_REFERENCE_INTRA_REFRESH_INFO_KHR = 1000552003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_ENCODE_INTRA_REFRESH_FEATURES_KHR = 1000552004, VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUANTIZATION_MAP_CAPABILITIES_KHR = 1000553000, VK_STRUCTURE_TYPE_VIDEO_FORMAT_QUANTIZATION_MAP_PROPERTIES_KHR = 1000553001,
    VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUANTIZATION_MAP_INFO_KHR = 1000553002, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_QUANTIZATION_MAP_CAPABILITIES_KHR = 1000553003, VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_QUANTIZATION_MAP_CAPABILITIES_KHR = 1000553004, VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUANTIZATION_MAP_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000553005, VK_STRUCTURE_TYPE_VIDEO_FORMAT_H265_QUANTIZATION_MAP_PROPERTIES_KHR = 1000553006, VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_QUANTIZATION_MAP_CAPABILITIES_KHR = 1000553007, VK_STRUCTURE_TYPE_VIDEO_FORMAT_AV1_QUANTIZATION_MAP_PROPERTIES_KHR = 1000553008, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_ENCODE_QUANTIZATION_MAP_FEATURES_KHR = 1000553009, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAW_ACCESS_CHAINS_FEATURES_NV = 1000555000, VK_STRUCTURE_TYPE_EXTERNAL_COMPUTE_QUEUE_DEVICE_CREATE_INFO_NV = 1000556000,
    VK_STRUCTURE_TYPE_EXTERNAL_COMPUTE_QUEUE_CREATE_INFO_NV = 1000556001,
    VK_STRUCTURE_TYPE_EXTERNAL_COMPUTE_QUEUE_DATA_PARAMS_NV = 1000556002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_COMPUTE_QUEUE_PROPERTIES_NV = 1000556003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_RELAXED_EXTENDED_INSTRUCTION_FEATURES_KHR = 1000558000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMMAND_BUFFER_INHERITANCE_FEATURES_NV = 1000559000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_7_FEATURES_KHR = 1000562000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_7_PROPERTIES_KHR = 1000562001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_API_PROPERTIES_LIST_KHR = 1000562002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_API_PROPERTIES_KHR = 1000562003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_API_VULKAN_PROPERTIES_KHR = 1000562004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT16_VECTOR_FEATURES_NV = 1000563000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_REPLICATED_COMPOSITES_FEATURES_EXT = 1000564000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT8_FEATURES_EXT = 1000567000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_VALIDATION_FEATURES_NV = 1000568000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_ACCELERATION_STRUCTURE_FEATURES_NV = 1000569000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CLUSTER_ACCELERATION_STRUCTURE_PROPERTIES_NV = 1000569001, VK_STRUCTURE_TYPE_CLUSTER_ACCELERATION_STRUCTURE_CLUSTERS_BOTTOM_LEVEL_INPUT_NV = 1000569002, VK_STRUCTURE_TYPE_CLUSTER_ACCELERATION_STRUCTURE_TRIANGLE_CLUSTER_INPUT_NV = 1000569003, VK_STRUCTURE_TYPE_CLUSTER_ACCELERATION_STRUCTURE_MOVE_OBJECTS_INPUT_NV = 1000569004, VK_STRUCTURE_TYPE_CLUSTER_ACCELERATION_STRUCTURE_INPUT_INFO_NV = 1000569005, VK_STRUCTURE_TYPE_CLUSTER_ACCELERATION_STRUCTURE_COMMANDS_INFO_NV = 1000569006, VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_CLUSTER_ACCELERATION_STRUCTURE_CREATE_INFO_NV = 1000569007, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PARTITIONED_ACCELERATION_STRUCTURE_FEATURES_NV = 1000570000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PARTITIONED_ACCELERATION_STRUCTURE_PROPERTIES_NV = 1000570001, VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_PARTITIONED_ACCELERATION_STRUCTURE_NV = 1000570002, VK_STRUCTURE_TYPE_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCES_INPUT_NV = 1000570003, VK_STRUCTURE_TYPE_BUILD_PARTITIONED_ACCELERATION_STRUCTURE_INFO_NV = 1000570004,
    VK_STRUCTURE_TYPE_PARTITIONED_ACCELERATION_STRUCTURE_FLAGS_NV = 1000570005, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_EXT = 1000572000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_EXT = 1000572001, VK_STRUCTURE_TYPE_GENERATED_COMMANDS_MEMORY_REQUIREMENTS_INFO_EXT = 1000572002,
    VK_STRUCTURE_TYPE_INDIRECT_EXECUTION_SET_CREATE_INFO_EXT = 1000572003,
    VK_STRUCTURE_TYPE_GENERATED_COMMANDS_INFO_EXT = 1000572004,
    VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_EXT = 1000572006,
    VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_TOKEN_EXT = 1000572007,
    VK_STRUCTURE_TYPE_WRITE_INDIRECT_EXECUTION_SET_PIPELINE_EXT = 1000572008,
    VK_STRUCTURE_TYPE_WRITE_INDIRECT_EXECUTION_SET_SHADER_EXT = 1000572009,
    VK_STRUCTURE_TYPE_INDIRECT_EXECUTION_SET_PIPELINE_INFO_EXT = 1000572010,
    VK_STRUCTURE_TYPE_INDIRECT_EXECUTION_SET_SHADER_INFO_EXT = 1000572011, VK_STRUCTURE_TYPE_INDIRECT_EXECUTION_SET_SHADER_LAYOUT_INFO_EXT = 1000572012,
    VK_STRUCTURE_TYPE_GENERATED_COMMANDS_PIPELINE_INFO_EXT = 1000572013,
    VK_STRUCTURE_TYPE_GENERATED_COMMANDS_SHADER_INFO_EXT = 1000572014,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_8_FEATURES_KHR = 1000574000,
    VK_STRUCTURE_TYPE_MEMORY_BARRIER_ACCESS_FLAGS_3_KHR = 1000574002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_FEATURES_MESA = 1000575000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ALIGNMENT_CONTROL_PROPERTIES_MESA = 1000575001,
    VK_STRUCTURE_TYPE_IMAGE_ALIGNMENT_CONTROL_CREATE_INFO_MESA = 1000575002,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FMA_FEATURES_KHR = 1000579000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_EXT = 1000581000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT = 1000581001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_CONTROL_FEATURES_EXT = 1000582000, VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_CONTROL_CREATE_INFO_EXT = 1000582001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_9_FEATURES_KHR = 1000584000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_9_PROPERTIES_KHR = 1000584001, VK_STRUCTURE_TYPE_QUEUE_FAMILY_OWNERSHIP_TRANSFER_PROPERTIES_KHR = 1000584002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VIDEO_MAINTENANCE_2_FEATURES_KHR = 1000586000, VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_INLINE_SESSION_PARAMETERS_INFO_KHR = 1000586001, VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_INLINE_SESSION_PARAMETERS_INFO_KHR = 1000586002, VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_INLINE_SESSION_PARAMETERS_INFO_KHR = 1000586003,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HDR_VIVID_FEATURES_HUAWEI = 1000590000,
    VK_STRUCTURE_TYPE_HDR_VIVID_DYNAMIC_METADATA_HUAWEI = 1000590001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_2_FEATURES_NV = 1000593000, VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_FLEXIBLE_DIMENSIONS_PROPERTIES_NV = 1000593001, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_2_PROPERTIES_NV = 1000593002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_OPACITY_MICROMAP_FEATURES_ARM = 1000596000,
    VK_STRUCTURE_TYPE_IMPORT_MEMORY_METAL_HANDLE_INFO_EXT = 1000602000,
    VK_STRUCTURE_TYPE_MEMORY_METAL_HANDLE_PROPERTIES_EXT = 1000602001,
    VK_STRUCTURE_TYPE_MEMORY_GET_METAL_HANDLE_INFO_EXT = 1000602002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_COUNTERS_BY_REGION_FEATURES_ARM = 1000605000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_COUNTERS_BY_REGION_PROPERTIES_ARM = 1000605001,
    VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_ARM = 1000605002,
    VK_STRUCTURE_TYPE_PERFORMANCE_COUNTER_DESCRIPTION_ARM = 1000605003, VK_STRUCTURE_TYPE_RENDER_PASS_PERFORMANCE_COUNTERS_BY_REGION_BEGIN_INFO_ARM = 1000605004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_ROBUSTNESS_FEATURES_EXT = 1000608000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FORMAT_PACK_FEATURES_ARM = 1000609000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_LAYERED_FEATURES_VALVE = 1000611000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_LAYERED_PROPERTIES_VALVE = 1000611001, VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_DENSITY_MAP_LAYERED_CREATE_INFO_VALVE = 1000611002,
    VK_STRUCTURE_TYPE_SET_PRESENT_CONFIG_NV = 1000613000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_METERING_FEATURES_NV = 1000613001,
    VK_STRUCTURE_TYPE_RENDERING_END_INFO_KHR = 1000619003, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_DEVICE_MEMORY_FEATURES_EXT = 1000620000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_64_BIT_INDEXING_FEATURES_EXT = 1000627000,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_RESOLVE_FEATURES_EXT = 1000628000,
    VK_STRUCTURE_TYPE_BEGIN_CUSTOM_RESOLVE_INFO_EXT = 1000628001,
    VK_STRUCTURE_TYPE_CUSTOM_RESOLVE_CREATE_INFO_EXT = 1000628002, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_MODEL_FEATURES_QCOM = 1000629000, VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_BUILTIN_MODEL_CREATE_INFO_QCOM = 1000629001,
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_10_FEATURES_KHR = 1000630000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_10_PROPERTIES_KHR = 1000630001,
    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_FLAGS_INFO_KHR = 1000630002,
    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_MODE_INFO_KHR = 1000630004, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CACHE_INCREMENTAL_MODE_FEATURES_SEC = 1000637000, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_FEATURES_EXT = 1000642000,
    VK_STRUCTURE_TYPE_SURFACE_CREATE_INFO_OHOS = 1000685000,
    VK_STRUCTURE_TYPE_MAX_ENUM = 2147483647
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDERING_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDERING_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDERING_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_RENDERING_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR):
  const
    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR):
  const
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR):
  const
    VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_ROBUSTNESS_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_ROBUSTNESS_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT16_INT8_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT16_INT8_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT16_INT8_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT_enumval):
  const
    VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT_enumval* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT_enumval" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2_KHR):
  const
    VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR):
  const
    VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2_KHR):
  const
    VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2_KHR):
  const
    VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBPASS_DEPENDENCY_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBPASS_END_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SUBPASS_END_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBPASS_END_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBPASS_END_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT):
  const
    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR):
  const
    VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV):
  const
    VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT):
  const
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR):
  const
    VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_KHR
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR):
  const
    VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SEMAPHORE_TYPE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_TIMELINE_SEMAPHORE_SUBMIT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL):
  const
    VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_LOCAL_READ_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR):
  const
    VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR):
  const
    VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_IMAGE_COPY_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_TO_IMAGE_COPY_EXT):
  const
    VK_STRUCTURE_TYPE_MEMORY_TO_IMAGE_COPY_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_TO_IMAGE_COPY
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_MEMORY_TO_IMAGE_COPY_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_TO_MEMORY_COPY_EXT):
  const
    VK_STRUCTURE_TYPE_IMAGE_TO_MEMORY_COPY_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_TO_MEMORY_COPY
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_TO_MEMORY_COPY_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_IMAGE_TO_MEMORY_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_MEMORY_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_IMAGE_TO_MEMORY_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_IMAGE_TO_MEMORY_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_MEMORY_TO_IMAGE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_COPY_MEMORY_TO_IMAGE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_MEMORY_TO_IMAGE_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_MEMORY_TO_IMAGE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_HOST_IMAGE_LAYOUT_TRANSITION_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_IMAGE_TO_IMAGE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_IMAGE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_IMAGE_TO_IMAGE_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_IMAGE_TO_IMAGE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBRESOURCE_HOST_MEMCPY_SIZE_EXT):
  const
    VK_STRUCTURE_TYPE_SUBRESOURCE_HOST_MEMCPY_SIZE_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBRESOURCE_HOST_MEMCPY_SIZE
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SUBRESOURCE_HOST_MEMCPY_SIZE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_HOST_IMAGE_COPY_DEVICE_PERFORMANCE_QUERY_EXT):
  const
    VK_STRUCTURE_TYPE_HOST_IMAGE_COPY_DEVICE_PERFORMANCE_QUERY_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HOST_IMAGE_COPY_DEVICE_PERFORMANCE_QUERY
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_HOST_IMAGE_COPY_DEVICE_PERFORMANCE_QUERY_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_MAP_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_MAP_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_MAP_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_MEMORY_MAP_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_EXT):
  const
    VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_KHR
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_EXT):
  const
    VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_COMPATIBILITY_EXT):
  const
    VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_COMPATIBILITY_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_COMPATIBILITY_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_COMPATIBILITY_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SWAPCHAIN_MAINTENANCE_1_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODE_INFO_KHR
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_SCALING_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_SCALING_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_SCALING_CREATE_INFO_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_SCALING_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_PROPERTIES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR):
  const
    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MEMORY_BARRIER_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEPENDENCY_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBMIT_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR):
  const
    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_COPY_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_COPY_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_BLIT_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_EXT):
  const
    VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_EXT):
  const
    VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_ARM):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_ARM* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_FEATURES_ARM" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_VALVE):
  const
    VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_VALVE* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_VALVE" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR):
  const
    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_MODE_FIFO_LATEST_READY_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_MODE_FIFO_LATEST_READY_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_MODE_FIFO_LATEST_READY_FEATURES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_MODE_FIFO_LATEST_READY_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_PIPELINE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_PIPELINE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT):
  const
    VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_ROTATE_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_ROTATE_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_ROTATE_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_ROTATE_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLAMP_ZERO_ONE_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_QCOM):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_QCOM* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_FEATURES_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_QCOM):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_QCOM* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_OFFSET_PROPERTIES_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM):
  const
    VK_STRUCTURE_TYPE_SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SUBPASS_FRAGMENT_DENSITY_MAP_OFFSET_END_INFO_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_KHR
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_PROPERTIES_NV" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_NV):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_NV* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_FEATURES_NV" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_NV):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_NV* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_EXT
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_DECOMPRESSION_PROPERTIES_NV" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROTECTED_ACCESS_FEATURES_EXT):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROTECTED_ACCESS_FEATURES_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROTECTED_ACCESS_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_PROTECTED_ACCESS_FEATURES_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDERING_AREA_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_RENDERING_AREA_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDERING_AREA_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_RENDERING_AREA_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_KHR):
  const
    VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_SUBRESOURCE_LAYOUT_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_KHR):
  const
    VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_CREATE_FLAGS_2_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PIPELINE_CREATE_FLAGS_2_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_CREATE_FLAGS_2_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_CREATE_FLAGS_2_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BUFFER_USAGE_FLAGS_2_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BUFFER_USAGE_FLAGS_2_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BUFFER_USAGE_FLAGS_2_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_BUFFER_USAGE_FLAGS_2_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_SHADER_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_SHADER_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_SHADER_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT_CONTROLS_2_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT_CONTROLS_2_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT_CONTROLS_2_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT_CONTROLS_2_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_LINE_STATE_CREATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EXPECT_ASSUME_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EXPECT_ASSUME_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EXPECT_ASSUME_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_EXPECT_ASSUME_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_FEATURES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_FEATURES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_FEATURES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_FEATURES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_PROPERTIES_KHR):
  const
    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_PROPERTIES_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_PROPERTIES
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_6_PROPERTIES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_MEMORY_STATUS_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_MEMORY_STATUS_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_MEMORY_STATUS
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BIND_MEMORY_STATUS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_BIND_DESCRIPTOR_SETS_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_BIND_DESCRIPTOR_SETS_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BIND_DESCRIPTOR_SETS_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_BIND_DESCRIPTOR_SETS_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PUSH_CONSTANTS_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PUSH_CONSTANTS_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PUSH_CONSTANTS_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_PUSH_CONSTANTS_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_INFO
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_WITH_TEMPLATE_INFO_KHR):
  const
    VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_WITH_TEMPLATE_INFO_KHR* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_WITH_TEMPLATE_INFO
else:
  static :
    hint("Declaration of " &
        "VK_STRUCTURE_TYPE_PUSH_DESCRIPTOR_SET_WITH_TEMPLATE_INFO_KHR" &
        " already exists, not redeclaring")
when not declared(VK_STRUCTURE_TYPE_RENDERING_END_INFO_EXT):
  const
    VK_STRUCTURE_TYPE_RENDERING_END_INFO_EXT* = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RENDERING_END_INFO_KHR
else:
  static :
    hint("Declaration of " & "VK_STRUCTURE_TYPE_RENDERING_END_INFO_EXT" &
        " already exists, not redeclaring")
type
  enum_VkImageLayout_1124074000* {.size: sizeof(cuint).} = enum
    VK_IMAGE_LAYOUT_UNDEFINED = 0, VK_IMAGE_LAYOUT_GENERAL = 1,
    VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL = 2,
    VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL = 3,
    VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL = 4,
    VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL = 5,
    VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL = 6,
    VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL = 7,
    VK_IMAGE_LAYOUT_PREINITIALIZED = 8,
    VK_IMAGE_LAYOUT_PRESENT_SRC_KHR = 1000001002,
    VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR = 1000024000,
    VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR = 1000024001,
    VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR = 1000024002,
    VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR = 1000111000,
    VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL = 1000117000,
    VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL = 1000117001,
    VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR = 1000164003,
    VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT = 1000218000,
    VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ = 1000232000,
    VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL = 1000241000,
    VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL = 1000241001,
    VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL = 1000241002,
    VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL = 1000241003,
    VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR = 1000299000,
    VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR = 1000299001,
    VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR = 1000299002,
    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL = 1000314000,
    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL = 1000314001,
    VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT = 1000339000,
    VK_IMAGE_LAYOUT_TENSOR_ALIASING_ARM = 1000460000,
    VK_IMAGE_LAYOUT_VIDEO_ENCODE_QUANTIZATION_MAP_KHR = 1000553000,
    VK_IMAGE_LAYOUT_ZERO_INITIALIZED_EXT = 1000620000,
    VK_IMAGE_LAYOUT_MAX_ENUM = 2147483647
when not declared(VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL
else:
  static :
    hint("Declaration of " &
        "VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL
else:
  static :
    hint("Declaration of " &
        "VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV):
  const
    VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR):
  const
    VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR):
  const
    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR* = enum_VkImageLayout_1124074000.VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL
else:
  static :
    hint("Declaration of " & "VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR" &
        " already exists, not redeclaring")
type
  enum_VkObjectType_1124074004* {.size: sizeof(cuint).} = enum
    VK_OBJECT_TYPE_UNKNOWN = 0, VK_OBJECT_TYPE_INSTANCE = 1,
    VK_OBJECT_TYPE_PHYSICAL_DEVICE = 2, VK_OBJECT_TYPE_DEVICE = 3,
    VK_OBJECT_TYPE_QUEUE = 4, VK_OBJECT_TYPE_SEMAPHORE = 5,
    VK_OBJECT_TYPE_COMMAND_BUFFER = 6, VK_OBJECT_TYPE_FENCE = 7,
    VK_OBJECT_TYPE_DEVICE_MEMORY = 8, VK_OBJECT_TYPE_BUFFER = 9,
    VK_OBJECT_TYPE_IMAGE = 10, VK_OBJECT_TYPE_EVENT = 11,
    VK_OBJECT_TYPE_QUERY_POOL = 12, VK_OBJECT_TYPE_BUFFER_VIEW = 13,
    VK_OBJECT_TYPE_IMAGE_VIEW = 14, VK_OBJECT_TYPE_SHADER_MODULE = 15,
    VK_OBJECT_TYPE_PIPELINE_CACHE = 16, VK_OBJECT_TYPE_PIPELINE_LAYOUT = 17,
    VK_OBJECT_TYPE_RENDER_PASS = 18, VK_OBJECT_TYPE_PIPELINE = 19,
    VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT = 20, VK_OBJECT_TYPE_SAMPLER = 21,
    VK_OBJECT_TYPE_DESCRIPTOR_POOL = 22, VK_OBJECT_TYPE_DESCRIPTOR_SET = 23,
    VK_OBJECT_TYPE_FRAMEBUFFER = 24, VK_OBJECT_TYPE_COMMAND_POOL = 25,
    VK_OBJECT_TYPE_SURFACE_KHR = 1000000000,
    VK_OBJECT_TYPE_SWAPCHAIN_KHR = 1000001000,
    VK_OBJECT_TYPE_DISPLAY_KHR = 1000002000,
    VK_OBJECT_TYPE_DISPLAY_MODE_KHR = 1000002001,
    VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT = 1000011000,
    VK_OBJECT_TYPE_VIDEO_SESSION_KHR = 1000023000,
    VK_OBJECT_TYPE_VIDEO_SESSION_PARAMETERS_KHR = 1000023001,
    VK_OBJECT_TYPE_CU_MODULE_NVX = 1000029000,
    VK_OBJECT_TYPE_CU_FUNCTION_NVX = 1000029001,
    VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE = 1000085000,
    VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT = 1000128000,
    VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR = 1000150000,
    VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION = 1000156000,
    VK_OBJECT_TYPE_VALIDATION_CACHE_EXT = 1000160000,
    VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV = 1000165000,
    VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL = 1000210000,
    VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR = 1000268000,
    VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV = 1000277000,
    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT = 1000295000,
    VK_OBJECT_TYPE_CUDA_MODULE_NV = 1000307000,
    VK_OBJECT_TYPE_CUDA_FUNCTION_NV = 1000307001,
    VK_OBJECT_TYPE_BUFFER_COLLECTION_FUCHSIA = 1000366000,
    VK_OBJECT_TYPE_MICROMAP_EXT = 1000396000,
    VK_OBJECT_TYPE_TENSOR_ARM = 1000460000,
    VK_OBJECT_TYPE_TENSOR_VIEW_ARM = 1000460001,
    VK_OBJECT_TYPE_OPTICAL_FLOW_SESSION_NV = 1000464000,
    VK_OBJECT_TYPE_SHADER_EXT = 1000482000,
    VK_OBJECT_TYPE_PIPELINE_BINARY_KHR = 1000483000,
    VK_OBJECT_TYPE_DATA_GRAPH_PIPELINE_SESSION_ARM = 1000507000,
    VK_OBJECT_TYPE_EXTERNAL_COMPUTE_QUEUE_NV = 1000556000,
    VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_EXT = 1000572000,
    VK_OBJECT_TYPE_INDIRECT_EXECUTION_SET_EXT = 1000572001,
    VK_OBJECT_TYPE_MAX_ENUM = 2147483647
when not declared(VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR):
  const
    VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR* = enum_VkObjectType_1124074004.VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE
else:
  static :
    hint("Declaration of " & "VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR):
  const
    VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR* = enum_VkObjectType_1124074004.VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION
else:
  static :
    hint("Declaration of " & "VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR" &
        " already exists, not redeclaring")
when not declared(VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT):
  const
    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT* = enum_VkObjectType_1124074004.VK_OBJECT_TYPE_PRIVATE_DATA_SLOT
else:
  static :
    hint("Declaration of " & "VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkVendorId_1124074008* {.size: sizeof(cuint).} = enum
    VK_VENDOR_ID_KHRONOS = 65536, VK_VENDOR_ID_VIV = 65537,
    VK_VENDOR_ID_VSI = 65538, VK_VENDOR_ID_KAZAN = 65539,
    VK_VENDOR_ID_CODEPLAY = 65540, VK_VENDOR_ID_MESA = 65541,
    VK_VENDOR_ID_POCL = 65542, VK_VENDOR_ID_MOBILEYE = 65543,
    VK_VENDOR_ID_MAX_ENUM = 2147483647
type
  enum_VkSystemAllocationScope_1124074012* {.size: sizeof(cuint).} = enum
    VK_SYSTEM_ALLOCATION_SCOPE_COMMAND = 0,
    VK_SYSTEM_ALLOCATION_SCOPE_OBJECT = 1, VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2,
    VK_SYSTEM_ALLOCATION_SCOPE_DEVICE = 3,
    VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE = 4,
    VK_SYSTEM_ALLOCATION_SCOPE_MAX_ENUM = 2147483647
type
  enum_VkInternalAllocationType_1124074016* {.size: sizeof(cuint).} = enum
    VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE = 0,
    VK_INTERNAL_ALLOCATION_TYPE_MAX_ENUM = 2147483647
type
  enum_VkFormat_1124074020* {.size: sizeof(cuint).} = enum
    VK_FORMAT_UNDEFINED = 0, VK_FORMAT_R4G4_UNORM_PACK8 = 1,
    VK_FORMAT_R4G4B4A4_UNORM_PACK16 = 2, VK_FORMAT_B4G4R4A4_UNORM_PACK16 = 3,
    VK_FORMAT_R5G6B5_UNORM_PACK16 = 4, VK_FORMAT_B5G6R5_UNORM_PACK16 = 5,
    VK_FORMAT_R5G5B5A1_UNORM_PACK16 = 6, VK_FORMAT_B5G5R5A1_UNORM_PACK16 = 7,
    VK_FORMAT_A1R5G5B5_UNORM_PACK16 = 8, VK_FORMAT_R8_UNORM = 9,
    VK_FORMAT_R8_SNORM = 10, VK_FORMAT_R8_USCALED = 11,
    VK_FORMAT_R8_SSCALED = 12, VK_FORMAT_R8_UINT = 13, VK_FORMAT_R8_SINT = 14,
    VK_FORMAT_R8_SRGB = 15, VK_FORMAT_R8G8_UNORM = 16,
    VK_FORMAT_R8G8_SNORM = 17, VK_FORMAT_R8G8_USCALED = 18,
    VK_FORMAT_R8G8_SSCALED = 19, VK_FORMAT_R8G8_UINT = 20,
    VK_FORMAT_R8G8_SINT = 21, VK_FORMAT_R8G8_SRGB = 22,
    VK_FORMAT_R8G8B8_UNORM = 23, VK_FORMAT_R8G8B8_SNORM = 24,
    VK_FORMAT_R8G8B8_USCALED = 25, VK_FORMAT_R8G8B8_SSCALED = 26,
    VK_FORMAT_R8G8B8_UINT = 27, VK_FORMAT_R8G8B8_SINT = 28,
    VK_FORMAT_R8G8B8_SRGB = 29, VK_FORMAT_B8G8R8_UNORM = 30,
    VK_FORMAT_B8G8R8_SNORM = 31, VK_FORMAT_B8G8R8_USCALED = 32,
    VK_FORMAT_B8G8R8_SSCALED = 33, VK_FORMAT_B8G8R8_UINT = 34,
    VK_FORMAT_B8G8R8_SINT = 35, VK_FORMAT_B8G8R8_SRGB = 36,
    VK_FORMAT_R8G8B8A8_UNORM = 37, VK_FORMAT_R8G8B8A8_SNORM = 38,
    VK_FORMAT_R8G8B8A8_USCALED = 39, VK_FORMAT_R8G8B8A8_SSCALED = 40,
    VK_FORMAT_R8G8B8A8_UINT = 41, VK_FORMAT_R8G8B8A8_SINT = 42,
    VK_FORMAT_R8G8B8A8_SRGB = 43, VK_FORMAT_B8G8R8A8_UNORM = 44,
    VK_FORMAT_B8G8R8A8_SNORM = 45, VK_FORMAT_B8G8R8A8_USCALED = 46,
    VK_FORMAT_B8G8R8A8_SSCALED = 47, VK_FORMAT_B8G8R8A8_UINT = 48,
    VK_FORMAT_B8G8R8A8_SINT = 49, VK_FORMAT_B8G8R8A8_SRGB = 50,
    VK_FORMAT_A8B8G8R8_UNORM_PACK32 = 51, VK_FORMAT_A8B8G8R8_SNORM_PACK32 = 52,
    VK_FORMAT_A8B8G8R8_USCALED_PACK32 = 53,
    VK_FORMAT_A8B8G8R8_SSCALED_PACK32 = 54, VK_FORMAT_A8B8G8R8_UINT_PACK32 = 55,
    VK_FORMAT_A8B8G8R8_SINT_PACK32 = 56, VK_FORMAT_A8B8G8R8_SRGB_PACK32 = 57,
    VK_FORMAT_A2R10G10B10_UNORM_PACK32 = 58,
    VK_FORMAT_A2R10G10B10_SNORM_PACK32 = 59,
    VK_FORMAT_A2R10G10B10_USCALED_PACK32 = 60,
    VK_FORMAT_A2R10G10B10_SSCALED_PACK32 = 61,
    VK_FORMAT_A2R10G10B10_UINT_PACK32 = 62,
    VK_FORMAT_A2R10G10B10_SINT_PACK32 = 63,
    VK_FORMAT_A2B10G10R10_UNORM_PACK32 = 64,
    VK_FORMAT_A2B10G10R10_SNORM_PACK32 = 65,
    VK_FORMAT_A2B10G10R10_USCALED_PACK32 = 66,
    VK_FORMAT_A2B10G10R10_SSCALED_PACK32 = 67,
    VK_FORMAT_A2B10G10R10_UINT_PACK32 = 68,
    VK_FORMAT_A2B10G10R10_SINT_PACK32 = 69, VK_FORMAT_R16_UNORM = 70,
    VK_FORMAT_R16_SNORM = 71, VK_FORMAT_R16_USCALED = 72,
    VK_FORMAT_R16_SSCALED = 73, VK_FORMAT_R16_UINT = 74,
    VK_FORMAT_R16_SINT = 75, VK_FORMAT_R16_SFLOAT = 76,
    VK_FORMAT_R16G16_UNORM = 77, VK_FORMAT_R16G16_SNORM = 78,
    VK_FORMAT_R16G16_USCALED = 79, VK_FORMAT_R16G16_SSCALED = 80,
    VK_FORMAT_R16G16_UINT = 81, VK_FORMAT_R16G16_SINT = 82,
    VK_FORMAT_R16G16_SFLOAT = 83, VK_FORMAT_R16G16B16_UNORM = 84,
    VK_FORMAT_R16G16B16_SNORM = 85, VK_FORMAT_R16G16B16_USCALED = 86,
    VK_FORMAT_R16G16B16_SSCALED = 87, VK_FORMAT_R16G16B16_UINT = 88,
    VK_FORMAT_R16G16B16_SINT = 89, VK_FORMAT_R16G16B16_SFLOAT = 90,
    VK_FORMAT_R16G16B16A16_UNORM = 91, VK_FORMAT_R16G16B16A16_SNORM = 92,
    VK_FORMAT_R16G16B16A16_USCALED = 93, VK_FORMAT_R16G16B16A16_SSCALED = 94,
    VK_FORMAT_R16G16B16A16_UINT = 95, VK_FORMAT_R16G16B16A16_SINT = 96,
    VK_FORMAT_R16G16B16A16_SFLOAT = 97, VK_FORMAT_R32_UINT = 98,
    VK_FORMAT_R32_SINT = 99, VK_FORMAT_R32_SFLOAT = 100,
    VK_FORMAT_R32G32_UINT = 101, VK_FORMAT_R32G32_SINT = 102,
    VK_FORMAT_R32G32_SFLOAT = 103, VK_FORMAT_R32G32B32_UINT = 104,
    VK_FORMAT_R32G32B32_SINT = 105, VK_FORMAT_R32G32B32_SFLOAT = 106,
    VK_FORMAT_R32G32B32A32_UINT = 107, VK_FORMAT_R32G32B32A32_SINT = 108,
    VK_FORMAT_R32G32B32A32_SFLOAT = 109, VK_FORMAT_R64_UINT = 110,
    VK_FORMAT_R64_SINT = 111, VK_FORMAT_R64_SFLOAT = 112,
    VK_FORMAT_R64G64_UINT = 113, VK_FORMAT_R64G64_SINT = 114,
    VK_FORMAT_R64G64_SFLOAT = 115, VK_FORMAT_R64G64B64_UINT = 116,
    VK_FORMAT_R64G64B64_SINT = 117, VK_FORMAT_R64G64B64_SFLOAT = 118,
    VK_FORMAT_R64G64B64A64_UINT = 119, VK_FORMAT_R64G64B64A64_SINT = 120,
    VK_FORMAT_R64G64B64A64_SFLOAT = 121,
    VK_FORMAT_B10G11R11_UFLOAT_PACK32 = 122,
    VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 = 123, VK_FORMAT_D16_UNORM = 124,
    VK_FORMAT_X8_D24_UNORM_PACK32 = 125, VK_FORMAT_D32_SFLOAT = 126,
    VK_FORMAT_S8_UINT = 127, VK_FORMAT_D16_UNORM_S8_UINT = 128,
    VK_FORMAT_D24_UNORM_S8_UINT = 129, VK_FORMAT_D32_SFLOAT_S8_UINT = 130,
    VK_FORMAT_BC1_RGB_UNORM_BLOCK = 131, VK_FORMAT_BC1_RGB_SRGB_BLOCK = 132,
    VK_FORMAT_BC1_RGBA_UNORM_BLOCK = 133, VK_FORMAT_BC1_RGBA_SRGB_BLOCK = 134,
    VK_FORMAT_BC2_UNORM_BLOCK = 135, VK_FORMAT_BC2_SRGB_BLOCK = 136,
    VK_FORMAT_BC3_UNORM_BLOCK = 137, VK_FORMAT_BC3_SRGB_BLOCK = 138,
    VK_FORMAT_BC4_UNORM_BLOCK = 139, VK_FORMAT_BC4_SNORM_BLOCK = 140,
    VK_FORMAT_BC5_UNORM_BLOCK = 141, VK_FORMAT_BC5_SNORM_BLOCK = 142,
    VK_FORMAT_BC6H_UFLOAT_BLOCK = 143, VK_FORMAT_BC6H_SFLOAT_BLOCK = 144,
    VK_FORMAT_BC7_UNORM_BLOCK = 145, VK_FORMAT_BC7_SRGB_BLOCK = 146,
    VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK = 147,
    VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK = 148,
    VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK = 149,
    VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK = 150,
    VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK = 151,
    VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK = 152,
    VK_FORMAT_EAC_R11_UNORM_BLOCK = 153, VK_FORMAT_EAC_R11_SNORM_BLOCK = 154,
    VK_FORMAT_EAC_R11G11_UNORM_BLOCK = 155,
    VK_FORMAT_EAC_R11G11_SNORM_BLOCK = 156,
    VK_FORMAT_ASTC_4x4_UNORM_BLOCK = 157, VK_FORMAT_ASTC_4x4_SRGB_BLOCK = 158,
    VK_FORMAT_ASTC_5x4_UNORM_BLOCK = 159, VK_FORMAT_ASTC_5x4_SRGB_BLOCK = 160,
    VK_FORMAT_ASTC_5x5_UNORM_BLOCK = 161, VK_FORMAT_ASTC_5x5_SRGB_BLOCK = 162,
    VK_FORMAT_ASTC_6x5_UNORM_BLOCK = 163, VK_FORMAT_ASTC_6x5_SRGB_BLOCK = 164,
    VK_FORMAT_ASTC_6x6_UNORM_BLOCK = 165, VK_FORMAT_ASTC_6x6_SRGB_BLOCK = 166,
    VK_FORMAT_ASTC_8x5_UNORM_BLOCK = 167, VK_FORMAT_ASTC_8x5_SRGB_BLOCK = 168,
    VK_FORMAT_ASTC_8x6_UNORM_BLOCK = 169, VK_FORMAT_ASTC_8x6_SRGB_BLOCK = 170,
    VK_FORMAT_ASTC_8x8_UNORM_BLOCK = 171, VK_FORMAT_ASTC_8x8_SRGB_BLOCK = 172,
    VK_FORMAT_ASTC_10x5_UNORM_BLOCK = 173, VK_FORMAT_ASTC_10x5_SRGB_BLOCK = 174,
    VK_FORMAT_ASTC_10x6_UNORM_BLOCK = 175, VK_FORMAT_ASTC_10x6_SRGB_BLOCK = 176,
    VK_FORMAT_ASTC_10x8_UNORM_BLOCK = 177, VK_FORMAT_ASTC_10x8_SRGB_BLOCK = 178,
    VK_FORMAT_ASTC_10x10_UNORM_BLOCK = 179,
    VK_FORMAT_ASTC_10x10_SRGB_BLOCK = 180,
    VK_FORMAT_ASTC_12x10_UNORM_BLOCK = 181,
    VK_FORMAT_ASTC_12x10_SRGB_BLOCK = 182,
    VK_FORMAT_ASTC_12x12_UNORM_BLOCK = 183,
    VK_FORMAT_ASTC_12x12_SRGB_BLOCK = 184,
    VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG = 1000054000,
    VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG = 1000054001,
    VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG = 1000054002,
    VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG = 1000054003,
    VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG = 1000054004,
    VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG = 1000054005,
    VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG = 1000054006,
    VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG = 1000054007,
    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK = 1000066000,
    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK = 1000066001,
    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK = 1000066002,
    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK = 1000066003,
    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK = 1000066004,
    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK = 1000066005,
    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK = 1000066006,
    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK = 1000066007,
    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK = 1000066008,
    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK = 1000066009,
    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK = 1000066010,
    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK = 1000066011,
    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK = 1000066012,
    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK = 1000066013,
    VK_FORMAT_G8B8G8R8_422_UNORM = 1000156000,
    VK_FORMAT_B8G8R8G8_422_UNORM = 1000156001,
    VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM = 1000156002,
    VK_FORMAT_G8_B8R8_2PLANE_420_UNORM = 1000156003,
    VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM = 1000156004,
    VK_FORMAT_G8_B8R8_2PLANE_422_UNORM = 1000156005,
    VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM = 1000156006,
    VK_FORMAT_R10X6_UNORM_PACK16 = 1000156007,
    VK_FORMAT_R10X6G10X6_UNORM_2PACK16 = 1000156008,
    VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 = 1000156009,
    VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16 = 1000156010,
    VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16 = 1000156011,
    VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16 = 1000156012,
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 = 1000156013,
    VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16 = 1000156014,
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 = 1000156015,
    VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16 = 1000156016,
    VK_FORMAT_R12X4_UNORM_PACK16 = 1000156017,
    VK_FORMAT_R12X4G12X4_UNORM_2PACK16 = 1000156018,
    VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16 = 1000156019,
    VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16 = 1000156020,
    VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16 = 1000156021,
    VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16 = 1000156022,
    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16 = 1000156023,
    VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16 = 1000156024,
    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16 = 1000156025,
    VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16 = 1000156026,
    VK_FORMAT_G16B16G16R16_422_UNORM = 1000156027,
    VK_FORMAT_B16G16R16G16_422_UNORM = 1000156028,
    VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM = 1000156029,
    VK_FORMAT_G16_B16R16_2PLANE_420_UNORM = 1000156030,
    VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM = 1000156031,
    VK_FORMAT_G16_B16R16_2PLANE_422_UNORM = 1000156032,
    VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM = 1000156033,
    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM = 1000330000,
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 = 1000330001,
    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 = 1000330002,
    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM = 1000330003,
    VK_FORMAT_A4R4G4B4_UNORM_PACK16 = 1000340000,
    VK_FORMAT_A4B4G4R4_UNORM_PACK16 = 1000340001,
    VK_FORMAT_R8_BOOL_ARM = 1000460000,
    VK_FORMAT_R16G16_SFIXED5_NV = 1000464000,
    VK_FORMAT_A1B5G5R5_UNORM_PACK16 = 1000470000,
    VK_FORMAT_A8_UNORM = 1000470001,
    VK_FORMAT_R10X6_UINT_PACK16_ARM = 1000609000,
    VK_FORMAT_R10X6G10X6_UINT_2PACK16_ARM = 1000609001,
    VK_FORMAT_R10X6G10X6B10X6A10X6_UINT_4PACK16_ARM = 1000609002,
    VK_FORMAT_R12X4_UINT_PACK16_ARM = 1000609003,
    VK_FORMAT_R12X4G12X4_UINT_2PACK16_ARM = 1000609004,
    VK_FORMAT_R12X4G12X4B12X4A12X4_UINT_4PACK16_ARM = 1000609005,
    VK_FORMAT_R14X2_UINT_PACK16_ARM = 1000609006,
    VK_FORMAT_R14X2G14X2_UINT_2PACK16_ARM = 1000609007,
    VK_FORMAT_R14X2G14X2B14X2A14X2_UINT_4PACK16_ARM = 1000609008,
    VK_FORMAT_R14X2_UNORM_PACK16_ARM = 1000609009,
    VK_FORMAT_R14X2G14X2_UNORM_2PACK16_ARM = 1000609010,
    VK_FORMAT_R14X2G14X2B14X2A14X2_UNORM_4PACK16_ARM = 1000609011,
    VK_FORMAT_G14X2_B14X2R14X2_2PLANE_420_UNORM_3PACK16_ARM = 1000609012,
    VK_FORMAT_G14X2_B14X2R14X2_2PLANE_422_UNORM_3PACK16_ARM = 1000609013,
    VK_FORMAT_MAX_ENUM = 2147483647
when not declared(VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT):
  const
    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT* = enum_VkFormat_1124074020.VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK
else:
  static :
    hint("Declaration of " & "VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8B8G8R8_422_UNORM_KHR):
  const
    VK_FORMAT_G8B8G8R8_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G8B8G8R8_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8B8G8R8_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_B8G8R8G8_422_UNORM_KHR):
  const
    VK_FORMAT_B8G8R8G8_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_B8G8R8G8_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_B8G8R8G8_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR):
  const
    VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR):
  const
    VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G8_B8R8_2PLANE_420_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR):
  const
    VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR):
  const
    VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G8_B8R8_2PLANE_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR):
  const
    VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R10X6_UNORM_PACK16_KHR):
  const
    VK_FORMAT_R10X6_UNORM_PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_R10X6_UNORM_PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R10X6_UNORM_PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR):
  const
    VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_R10X6G10X6_UNORM_2PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR):
  const
    VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR):
  const
    VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR):
  const
    VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R12X4_UNORM_PACK16_KHR):
  const
    VK_FORMAT_R12X4_UNORM_PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_R12X4_UNORM_PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R12X4_UNORM_PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR):
  const
    VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_R12X4G12X4_UNORM_2PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR):
  const
    VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR):
  const
    VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR):
  const
    VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR):
  const
    VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16B16G16R16_422_UNORM_KHR):
  const
    VK_FORMAT_G16B16G16R16_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G16B16G16R16_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16B16G16R16_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_B16G16R16G16_422_UNORM_KHR):
  const
    VK_FORMAT_B16G16R16G16_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_B16G16R16G16_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_B16G16R16G16_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR):
  const
    VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR):
  const
    VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G16_B16R16_2PLANE_420_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR):
  const
    VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR):
  const
    VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G16_B16R16_2PLANE_422_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR):
  const
    VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT):
  const
    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT* = enum_VkFormat_1124074020.VK_FORMAT_G8_B8R8_2PLANE_444_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT):
  const
    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT* = enum_VkFormat_1124074020.VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT):
  const
    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT* = enum_VkFormat_1124074020.VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT):
  const
    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT* = enum_VkFormat_1124074020.VK_FORMAT_G16_B16R16_2PLANE_444_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT):
  const
    VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT* = enum_VkFormat_1124074020.VK_FORMAT_A4R4G4B4_UNORM_PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT):
  const
    VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT* = enum_VkFormat_1124074020.VK_FORMAT_A4B4G4R4_UNORM_PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_R16G16_S10_5_NV):
  const
    VK_FORMAT_R16G16_S10_5_NV* = enum_VkFormat_1124074020.VK_FORMAT_R16G16_SFIXED5_NV
else:
  static :
    hint("Declaration of " & "VK_FORMAT_R16G16_S10_5_NV" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR):
  const
    VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR* = enum_VkFormat_1124074020.VK_FORMAT_A1B5G5R5_UNORM_PACK16
else:
  static :
    hint("Declaration of " & "VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_A8_UNORM_KHR):
  const
    VK_FORMAT_A8_UNORM_KHR* = enum_VkFormat_1124074020.VK_FORMAT_A8_UNORM
else:
  static :
    hint("Declaration of " & "VK_FORMAT_A8_UNORM_KHR" &
        " already exists, not redeclaring")
type
  enum_VkImageTiling_1124074024* {.size: sizeof(cuint).} = enum
    VK_IMAGE_TILING_OPTIMAL = 0, VK_IMAGE_TILING_LINEAR = 1,
    VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT = 1000158000,
    VK_IMAGE_TILING_MAX_ENUM = 2147483647
type
  enum_VkImageType_1124074028* {.size: sizeof(cuint).} = enum
    VK_IMAGE_TYPE_1D = 0, VK_IMAGE_TYPE_2D = 1, VK_IMAGE_TYPE_3D = 2,
    VK_IMAGE_TYPE_MAX_ENUM = 2147483647
type
  enum_VkPhysicalDeviceType_1124074032* {.size: sizeof(cuint).} = enum
    VK_PHYSICAL_DEVICE_TYPE_OTHER = 0,
    VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU = 1,
    VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU = 2,
    VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU = 3, VK_PHYSICAL_DEVICE_TYPE_CPU = 4,
    VK_PHYSICAL_DEVICE_TYPE_MAX_ENUM = 2147483647
type
  enum_VkQueryType_1124074036* {.size: sizeof(cuint).} = enum
    VK_QUERY_TYPE_OCCLUSION = 0, VK_QUERY_TYPE_PIPELINE_STATISTICS = 1,
    VK_QUERY_TYPE_TIMESTAMP = 2,
    VK_QUERY_TYPE_RESULT_STATUS_ONLY_KHR = 1000023000,
    VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT = 1000028004,
    VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR = 1000116000,
    VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR = 1000150000,
    VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR = 1000150001,
    VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV = 1000165000,
    VK_QUERY_TYPE_PERFORMANCE_QUERY_INTEL = 1000210000,
    VK_QUERY_TYPE_VIDEO_ENCODE_FEEDBACK_KHR = 1000299000,
    VK_QUERY_TYPE_MESH_PRIMITIVES_GENERATED_EXT = 1000328000,
    VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT = 1000382000, VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS_KHR = 1000386000,
    VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SIZE_KHR = 1000386001,
    VK_QUERY_TYPE_MICROMAP_SERIALIZATION_SIZE_EXT = 1000396000,
    VK_QUERY_TYPE_MICROMAP_COMPACTED_SIZE_EXT = 1000396001,
    VK_QUERY_TYPE_MAX_ENUM = 2147483647
type
  enum_VkSharingMode_1124074040* {.size: sizeof(cuint).} = enum
    VK_SHARING_MODE_EXCLUSIVE = 0, VK_SHARING_MODE_CONCURRENT = 1,
    VK_SHARING_MODE_MAX_ENUM = 2147483647
type
  enum_VkComponentSwizzle_1124074044* {.size: sizeof(cuint).} = enum
    VK_COMPONENT_SWIZZLE_IDENTITY = 0, VK_COMPONENT_SWIZZLE_ZERO = 1,
    VK_COMPONENT_SWIZZLE_ONE = 2, VK_COMPONENT_SWIZZLE_R = 3,
    VK_COMPONENT_SWIZZLE_G = 4, VK_COMPONENT_SWIZZLE_B = 5,
    VK_COMPONENT_SWIZZLE_A = 6, VK_COMPONENT_SWIZZLE_MAX_ENUM = 2147483647
type
  enum_VkImageViewType_1124074048* {.size: sizeof(cuint).} = enum
    VK_IMAGE_VIEW_TYPE_1D = 0, VK_IMAGE_VIEW_TYPE_2D = 1,
    VK_IMAGE_VIEW_TYPE_3D = 2, VK_IMAGE_VIEW_TYPE_CUBE = 3,
    VK_IMAGE_VIEW_TYPE_1D_ARRAY = 4, VK_IMAGE_VIEW_TYPE_2D_ARRAY = 5,
    VK_IMAGE_VIEW_TYPE_CUBE_ARRAY = 6, VK_IMAGE_VIEW_TYPE_MAX_ENUM = 2147483647
type
  enum_VkCommandBufferLevel_1124074052* {.size: sizeof(cuint).} = enum
    VK_COMMAND_BUFFER_LEVEL_PRIMARY = 0, VK_COMMAND_BUFFER_LEVEL_SECONDARY = 1,
    VK_COMMAND_BUFFER_LEVEL_MAX_ENUM = 2147483647
type
  enum_VkIndexType_1124074056* {.size: sizeof(cuint).} = enum
    VK_INDEX_TYPE_UINT16 = 0, VK_INDEX_TYPE_UINT32 = 1,
    VK_INDEX_TYPE_NONE_KHR = 1000165000, VK_INDEX_TYPE_UINT8 = 1000265000,
    VK_INDEX_TYPE_MAX_ENUM = 2147483647
when not declared(VK_INDEX_TYPE_NONE_NV):
  const
    VK_INDEX_TYPE_NONE_NV* = enum_VkIndexType_1124074056.VK_INDEX_TYPE_NONE_KHR
else:
  static :
    hint("Declaration of " & "VK_INDEX_TYPE_NONE_NV" &
        " already exists, not redeclaring")
when not declared(VK_INDEX_TYPE_UINT8_EXT):
  const
    VK_INDEX_TYPE_UINT8_EXT* = enum_VkIndexType_1124074056.VK_INDEX_TYPE_UINT8
else:
  static :
    hint("Declaration of " & "VK_INDEX_TYPE_UINT8_EXT" &
        " already exists, not redeclaring")
when not declared(VK_INDEX_TYPE_UINT8_KHR):
  const
    VK_INDEX_TYPE_UINT8_KHR* = enum_VkIndexType_1124074056.VK_INDEX_TYPE_UINT8
else:
  static :
    hint("Declaration of " & "VK_INDEX_TYPE_UINT8_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPipelineCacheHeaderVersion_1124074060* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_CACHE_HEADER_VERSION_ONE_enumval = 1,
    VK_PIPELINE_CACHE_HEADER_VERSION_DATA_GRAPH_QCOM_enumval = 1000629000,
    VK_PIPELINE_CACHE_HEADER_VERSION_MAX_ENUM = 2147483647
type
  enum_VkBorderColor_1124074064* {.size: sizeof(cuint).} = enum
    VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK = 0,
    VK_BORDER_COLOR_INT_TRANSPARENT_BLACK = 1,
    VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK = 2,
    VK_BORDER_COLOR_INT_OPAQUE_BLACK = 3,
    VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE = 4,
    VK_BORDER_COLOR_INT_OPAQUE_WHITE = 5,
    VK_BORDER_COLOR_FLOAT_CUSTOM_EXT = 1000287003,
    VK_BORDER_COLOR_INT_CUSTOM_EXT = 1000287004,
    VK_BORDER_COLOR_MAX_ENUM = 2147483647
type
  enum_VkFilter_1124074068* {.size: sizeof(cuint).} = enum
    VK_FILTER_NEAREST = 0, VK_FILTER_LINEAR = 1,
    VK_FILTER_CUBIC_EXT = 1000015000, VK_FILTER_MAX_ENUM = 2147483647
when not declared(VK_FILTER_CUBIC_IMG):
  const
    VK_FILTER_CUBIC_IMG* = enum_VkFilter_1124074068.VK_FILTER_CUBIC_EXT
else:
  static :
    hint("Declaration of " & "VK_FILTER_CUBIC_IMG" &
        " already exists, not redeclaring")
type
  enum_VkSamplerAddressMode_1124074072* {.size: sizeof(cuint).} = enum
    VK_SAMPLER_ADDRESS_MODE_REPEAT = 0,
    VK_SAMPLER_ADDRESS_MODE_MIRRORED_REPEAT = 1,
    VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE = 2,
    VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER = 3,
    VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE = 4,
    VK_SAMPLER_ADDRESS_MODE_MAX_ENUM = 2147483647
when not declared(VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE_KHR):
  const
    VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE_KHR* = enum_VkSamplerAddressMode_1124074072.VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSamplerMipmapMode_1124074076* {.size: sizeof(cuint).} = enum
    VK_SAMPLER_MIPMAP_MODE_NEAREST = 0, VK_SAMPLER_MIPMAP_MODE_LINEAR = 1,
    VK_SAMPLER_MIPMAP_MODE_MAX_ENUM = 2147483647
type
  enum_VkCompareOp_1124074080* {.size: sizeof(cuint).} = enum
    VK_COMPARE_OP_NEVER = 0, VK_COMPARE_OP_LESS = 1, VK_COMPARE_OP_EQUAL = 2,
    VK_COMPARE_OP_LESS_OR_EQUAL = 3, VK_COMPARE_OP_GREATER = 4,
    VK_COMPARE_OP_NOT_EQUAL = 5, VK_COMPARE_OP_GREATER_OR_EQUAL = 6,
    VK_COMPARE_OP_ALWAYS = 7, VK_COMPARE_OP_MAX_ENUM = 2147483647
type
  enum_VkDescriptorType_1124074084* {.size: sizeof(cuint).} = enum
    VK_DESCRIPTOR_TYPE_SAMPLER = 0,
    VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER = 1,
    VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE = 2, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE = 3,
    VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER = 4,
    VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER = 5,
    VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER = 6,
    VK_DESCRIPTOR_TYPE_STORAGE_BUFFER = 7,
    VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC = 8,
    VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC = 9,
    VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT = 10,
    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK = 1000138000,
    VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR = 1000150000,
    VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV = 1000165000,
    VK_DESCRIPTOR_TYPE_MUTABLE_EXT = 1000351000,
    VK_DESCRIPTOR_TYPE_SAMPLE_WEIGHT_IMAGE_QCOM = 1000440000,
    VK_DESCRIPTOR_TYPE_BLOCK_MATCH_IMAGE_QCOM = 1000440001,
    VK_DESCRIPTOR_TYPE_TENSOR_ARM = 1000460000,
    VK_DESCRIPTOR_TYPE_PARTITIONED_ACCELERATION_STRUCTURE_NV = 1000570000,
    VK_DESCRIPTOR_TYPE_MAX_ENUM = 2147483647
when not declared(VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT):
  const
    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT* = enum_VkDescriptorType_1124074084.VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK
else:
  static :
    hint("Declaration of " & "VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_TYPE_MUTABLE_VALVE):
  const
    VK_DESCRIPTOR_TYPE_MUTABLE_VALVE* = enum_VkDescriptorType_1124074084.VK_DESCRIPTOR_TYPE_MUTABLE_EXT
else:
  static :
    hint("Declaration of " & "VK_DESCRIPTOR_TYPE_MUTABLE_VALVE" &
        " already exists, not redeclaring")
type
  enum_VkPipelineBindPoint_1124074088* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_BIND_POINT_GRAPHICS = 0, VK_PIPELINE_BIND_POINT_COMPUTE = 1,
    VK_PIPELINE_BIND_POINT_EXECUTION_GRAPH_AMDX = 1000134000,
    VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR = 1000165000,
    VK_PIPELINE_BIND_POINT_SUBPASS_SHADING_HUAWEI = 1000369003,
    VK_PIPELINE_BIND_POINT_DATA_GRAPH_ARM = 1000507000,
    VK_PIPELINE_BIND_POINT_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_BIND_POINT_RAY_TRACING_NV):
  const
    VK_PIPELINE_BIND_POINT_RAY_TRACING_NV* = enum_VkPipelineBindPoint_1124074088.VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_BIND_POINT_RAY_TRACING_NV" &
        " already exists, not redeclaring")
type
  enum_VkBlendFactor_1124074092* {.size: sizeof(cuint).} = enum
    VK_BLEND_FACTOR_ZERO = 0, VK_BLEND_FACTOR_ONE = 1,
    VK_BLEND_FACTOR_SRC_COLOR = 2, VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR = 3,
    VK_BLEND_FACTOR_DST_COLOR = 4, VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR = 5,
    VK_BLEND_FACTOR_SRC_ALPHA = 6, VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA = 7,
    VK_BLEND_FACTOR_DST_ALPHA = 8, VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA = 9,
    VK_BLEND_FACTOR_CONSTANT_COLOR = 10,
    VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR = 11,
    VK_BLEND_FACTOR_CONSTANT_ALPHA = 12,
    VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA = 13,
    VK_BLEND_FACTOR_SRC_ALPHA_SATURATE = 14, VK_BLEND_FACTOR_SRC1_COLOR = 15,
    VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR = 16, VK_BLEND_FACTOR_SRC1_ALPHA = 17,
    VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA = 18,
    VK_BLEND_FACTOR_MAX_ENUM = 2147483647
type
  enum_VkBlendOp_1124074096* {.size: sizeof(cuint).} = enum
    VK_BLEND_OP_ADD = 0, VK_BLEND_OP_SUBTRACT = 1,
    VK_BLEND_OP_REVERSE_SUBTRACT = 2, VK_BLEND_OP_MIN = 3, VK_BLEND_OP_MAX = 4,
    VK_BLEND_OP_ZERO_EXT = 1000148000, VK_BLEND_OP_SRC_EXT = 1000148001,
    VK_BLEND_OP_DST_EXT = 1000148002, VK_BLEND_OP_SRC_OVER_EXT = 1000148003,
    VK_BLEND_OP_DST_OVER_EXT = 1000148004, VK_BLEND_OP_SRC_IN_EXT = 1000148005,
    VK_BLEND_OP_DST_IN_EXT = 1000148006, VK_BLEND_OP_SRC_OUT_EXT = 1000148007,
    VK_BLEND_OP_DST_OUT_EXT = 1000148008, VK_BLEND_OP_SRC_ATOP_EXT = 1000148009,
    VK_BLEND_OP_DST_ATOP_EXT = 1000148010, VK_BLEND_OP_XOR_EXT = 1000148011,
    VK_BLEND_OP_MULTIPLY_EXT = 1000148012, VK_BLEND_OP_SCREEN_EXT = 1000148013,
    VK_BLEND_OP_OVERLAY_EXT = 1000148014, VK_BLEND_OP_DARKEN_EXT = 1000148015,
    VK_BLEND_OP_LIGHTEN_EXT = 1000148016,
    VK_BLEND_OP_COLORDODGE_EXT = 1000148017,
    VK_BLEND_OP_COLORBURN_EXT = 1000148018,
    VK_BLEND_OP_HARDLIGHT_EXT = 1000148019,
    VK_BLEND_OP_SOFTLIGHT_EXT = 1000148020,
    VK_BLEND_OP_DIFFERENCE_EXT = 1000148021,
    VK_BLEND_OP_EXCLUSION_EXT = 1000148022, VK_BLEND_OP_INVERT_EXT = 1000148023,
    VK_BLEND_OP_INVERT_RGB_EXT = 1000148024,
    VK_BLEND_OP_LINEARDODGE_EXT = 1000148025,
    VK_BLEND_OP_LINEARBURN_EXT = 1000148026,
    VK_BLEND_OP_VIVIDLIGHT_EXT = 1000148027,
    VK_BLEND_OP_LINEARLIGHT_EXT = 1000148028,
    VK_BLEND_OP_PINLIGHT_EXT = 1000148029, VK_BLEND_OP_HARDMIX_EXT = 1000148030,
    VK_BLEND_OP_HSL_HUE_EXT = 1000148031,
    VK_BLEND_OP_HSL_SATURATION_EXT = 1000148032,
    VK_BLEND_OP_HSL_COLOR_EXT = 1000148033,
    VK_BLEND_OP_HSL_LUMINOSITY_EXT = 1000148034,
    VK_BLEND_OP_PLUS_EXT = 1000148035,
    VK_BLEND_OP_PLUS_CLAMPED_EXT = 1000148036,
    VK_BLEND_OP_PLUS_CLAMPED_ALPHA_EXT = 1000148037,
    VK_BLEND_OP_PLUS_DARKER_EXT = 1000148038,
    VK_BLEND_OP_MINUS_EXT = 1000148039,
    VK_BLEND_OP_MINUS_CLAMPED_EXT = 1000148040,
    VK_BLEND_OP_CONTRAST_EXT = 1000148041,
    VK_BLEND_OP_INVERT_OVG_EXT = 1000148042, VK_BLEND_OP_RED_EXT = 1000148043,
    VK_BLEND_OP_GREEN_EXT = 1000148044, VK_BLEND_OP_BLUE_EXT = 1000148045,
    VK_BLEND_OP_MAX_ENUM = 2147483647
type
  enum_VkDynamicState_1124074100* {.size: sizeof(cuint).} = enum
    VK_DYNAMIC_STATE_VIEWPORT = 0, VK_DYNAMIC_STATE_SCISSOR = 1,
    VK_DYNAMIC_STATE_LINE_WIDTH = 2, VK_DYNAMIC_STATE_DEPTH_BIAS = 3,
    VK_DYNAMIC_STATE_BLEND_CONSTANTS = 4, VK_DYNAMIC_STATE_DEPTH_BOUNDS = 5,
    VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK = 6,
    VK_DYNAMIC_STATE_STENCIL_WRITE_MASK = 7,
    VK_DYNAMIC_STATE_STENCIL_REFERENCE = 8,
    VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV = 1000087000,
    VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT = 1000099000,
    VK_DYNAMIC_STATE_DISCARD_RECTANGLE_ENABLE_EXT = 1000099001,
    VK_DYNAMIC_STATE_DISCARD_RECTANGLE_MODE_EXT = 1000099002,
    VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000,
    VK_DYNAMIC_STATE_VIEWPORT_SHADING_RATE_PALETTE_NV = 1000164004,
    VK_DYNAMIC_STATE_VIEWPORT_COARSE_SAMPLE_ORDER_NV = 1000164006,
    VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_ENABLE_NV = 1000205000,
    VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV = 1000205001,
    VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR = 1000226000,
    VK_DYNAMIC_STATE_LINE_STIPPLE = 1000259000,
    VK_DYNAMIC_STATE_CULL_MODE = 1000267000,
    VK_DYNAMIC_STATE_FRONT_FACE = 1000267001,
    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY = 1000267002,
    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT = 1000267003,
    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT = 1000267004,
    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE = 1000267005,
    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE = 1000267006,
    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE = 1000267007,
    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP = 1000267008,
    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE = 1000267009,
    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE = 1000267010,
    VK_DYNAMIC_STATE_STENCIL_OP = 1000267011,
    VK_DYNAMIC_STATE_RAY_TRACING_PIPELINE_STACK_SIZE_KHR = 1000347000,
    VK_DYNAMIC_STATE_VERTEX_INPUT_EXT = 1000352000,
    VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT = 1000377000,
    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE = 1000377001,
    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE = 1000377002,
    VK_DYNAMIC_STATE_LOGIC_OP_EXT = 1000377003,
    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE = 1000377004,
    VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT = 1000381000,
    VK_DYNAMIC_STATE_TESSELLATION_DOMAIN_ORIGIN_EXT = 1000455002,
    VK_DYNAMIC_STATE_DEPTH_CLAMP_ENABLE_EXT = 1000455003,
    VK_DYNAMIC_STATE_POLYGON_MODE_EXT = 1000455004,
    VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT = 1000455005,
    VK_DYNAMIC_STATE_SAMPLE_MASK_EXT = 1000455006,
    VK_DYNAMIC_STATE_ALPHA_TO_COVERAGE_ENABLE_EXT = 1000455007,
    VK_DYNAMIC_STATE_ALPHA_TO_ONE_ENABLE_EXT = 1000455008,
    VK_DYNAMIC_STATE_LOGIC_OP_ENABLE_EXT = 1000455009,
    VK_DYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT = 1000455010,
    VK_DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT = 1000455011,
    VK_DYNAMIC_STATE_COLOR_WRITE_MASK_EXT = 1000455012,
    VK_DYNAMIC_STATE_RASTERIZATION_STREAM_EXT = 1000455013,
    VK_DYNAMIC_STATE_CONSERVATIVE_RASTERIZATION_MODE_EXT = 1000455014,
    VK_DYNAMIC_STATE_EXTRA_PRIMITIVE_OVERESTIMATION_SIZE_EXT = 1000455015,
    VK_DYNAMIC_STATE_DEPTH_CLIP_ENABLE_EXT = 1000455016,
    VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT = 1000455017,
    VK_DYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT = 1000455018,
    VK_DYNAMIC_STATE_PROVOKING_VERTEX_MODE_EXT = 1000455019,
    VK_DYNAMIC_STATE_LINE_RASTERIZATION_MODE_EXT = 1000455020,
    VK_DYNAMIC_STATE_LINE_STIPPLE_ENABLE_EXT = 1000455021,
    VK_DYNAMIC_STATE_DEPTH_CLIP_NEGATIVE_ONE_TO_ONE_EXT = 1000455022,
    VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_ENABLE_NV = 1000455023,
    VK_DYNAMIC_STATE_VIEWPORT_SWIZZLE_NV = 1000455024,
    VK_DYNAMIC_STATE_COVERAGE_TO_COLOR_ENABLE_NV = 1000455025,
    VK_DYNAMIC_STATE_COVERAGE_TO_COLOR_LOCATION_NV = 1000455026,
    VK_DYNAMIC_STATE_COVERAGE_MODULATION_MODE_NV = 1000455027,
    VK_DYNAMIC_STATE_COVERAGE_MODULATION_TABLE_ENABLE_NV = 1000455028,
    VK_DYNAMIC_STATE_COVERAGE_MODULATION_TABLE_NV = 1000455029,
    VK_DYNAMIC_STATE_SHADING_RATE_IMAGE_ENABLE_NV = 1000455030,
    VK_DYNAMIC_STATE_REPRESENTATIVE_FRAGMENT_TEST_ENABLE_NV = 1000455031,
    VK_DYNAMIC_STATE_COVERAGE_REDUCTION_MODE_NV = 1000455032,
    VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXT = 1000524000,
    VK_DYNAMIC_STATE_DEPTH_CLAMP_RANGE_EXT = 1000582000,
    VK_DYNAMIC_STATE_MAX_ENUM = 2147483647
when not declared(VK_DYNAMIC_STATE_LINE_STIPPLE_EXT):
  const
    VK_DYNAMIC_STATE_LINE_STIPPLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_LINE_STIPPLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_LINE_STIPPLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_CULL_MODE_EXT):
  const
    VK_DYNAMIC_STATE_CULL_MODE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_CULL_MODE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_CULL_MODE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_FRONT_FACE_EXT):
  const
    VK_DYNAMIC_STATE_FRONT_FACE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_FRONT_FACE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_FRONT_FACE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT):
  const
    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT):
  const
    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT):
  const
    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT):
  const
    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT):
  const
    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_DEPTH_COMPARE_OP
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_STENCIL_OP_EXT):
  const
    VK_DYNAMIC_STATE_STENCIL_OP_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_STENCIL_OP
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_STENCIL_OP_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT):
  const
    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DYNAMIC_STATE_LINE_STIPPLE_KHR):
  const
    VK_DYNAMIC_STATE_LINE_STIPPLE_KHR* = enum_VkDynamicState_1124074100.VK_DYNAMIC_STATE_LINE_STIPPLE
else:
  static :
    hint("Declaration of " & "VK_DYNAMIC_STATE_LINE_STIPPLE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkFrontFace_1124074104* {.size: sizeof(cuint).} = enum
    VK_FRONT_FACE_COUNTER_CLOCKWISE = 0, VK_FRONT_FACE_CLOCKWISE = 1,
    VK_FRONT_FACE_MAX_ENUM = 2147483647
type
  enum_VkVertexInputRate_1124074108* {.size: sizeof(cuint).} = enum
    VK_VERTEX_INPUT_RATE_VERTEX = 0, VK_VERTEX_INPUT_RATE_INSTANCE = 1,
    VK_VERTEX_INPUT_RATE_MAX_ENUM = 2147483647
type
  enum_VkPrimitiveTopology_1124074112* {.size: sizeof(cuint).} = enum
    VK_PRIMITIVE_TOPOLOGY_POINT_LIST = 0, VK_PRIMITIVE_TOPOLOGY_LINE_LIST = 1,
    VK_PRIMITIVE_TOPOLOGY_LINE_STRIP = 2,
    VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST = 3,
    VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP = 4,
    VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN = 5,
    VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY = 6,
    VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY = 7,
    VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY = 8,
    VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY = 9,
    VK_PRIMITIVE_TOPOLOGY_PATCH_LIST = 10,
    VK_PRIMITIVE_TOPOLOGY_MAX_ENUM = 2147483647
type
  enum_VkPolygonMode_1124074116* {.size: sizeof(cuint).} = enum
    VK_POLYGON_MODE_FILL = 0, VK_POLYGON_MODE_LINE = 1,
    VK_POLYGON_MODE_POINT = 2, VK_POLYGON_MODE_FILL_RECTANGLE_NV = 1000153000,
    VK_POLYGON_MODE_MAX_ENUM = 2147483647
type
  enum_VkStencilOp_1124074120* {.size: sizeof(cuint).} = enum
    VK_STENCIL_OP_KEEP = 0, VK_STENCIL_OP_ZERO = 1, VK_STENCIL_OP_REPLACE = 2,
    VK_STENCIL_OP_INCREMENT_AND_CLAMP = 3,
    VK_STENCIL_OP_DECREMENT_AND_CLAMP = 4, VK_STENCIL_OP_INVERT = 5,
    VK_STENCIL_OP_INCREMENT_AND_WRAP = 6, VK_STENCIL_OP_DECREMENT_AND_WRAP = 7,
    VK_STENCIL_OP_MAX_ENUM = 2147483647
type
  enum_VkLogicOp_1124074124* {.size: sizeof(cuint).} = enum
    VK_LOGIC_OP_CLEAR = 0, VK_LOGIC_OP_AND = 1, VK_LOGIC_OP_AND_REVERSE = 2,
    VK_LOGIC_OP_COPY = 3, VK_LOGIC_OP_AND_INVERTED = 4, VK_LOGIC_OP_NO_OP = 5,
    VK_LOGIC_OP_XOR = 6, VK_LOGIC_OP_OR = 7, VK_LOGIC_OP_NOR = 8,
    VK_LOGIC_OP_EQUIVALENT = 9, VK_LOGIC_OP_INVERT = 10,
    VK_LOGIC_OP_OR_REVERSE = 11, VK_LOGIC_OP_COPY_INVERTED = 12,
    VK_LOGIC_OP_OR_INVERTED = 13, VK_LOGIC_OP_NAND = 14, VK_LOGIC_OP_SET = 15,
    VK_LOGIC_OP_MAX_ENUM = 2147483647
type
  enum_VkAttachmentLoadOp_1124074128* {.size: sizeof(cuint).} = enum
    VK_ATTACHMENT_LOAD_OP_LOAD = 0, VK_ATTACHMENT_LOAD_OP_CLEAR = 1,
    VK_ATTACHMENT_LOAD_OP_DONT_CARE = 2,
    VK_ATTACHMENT_LOAD_OP_NONE = 1000400000,
    VK_ATTACHMENT_LOAD_OP_MAX_ENUM = 2147483647
when not declared(VK_ATTACHMENT_LOAD_OP_NONE_EXT):
  const
    VK_ATTACHMENT_LOAD_OP_NONE_EXT* = enum_VkAttachmentLoadOp_1124074128.VK_ATTACHMENT_LOAD_OP_NONE
else:
  static :
    hint("Declaration of " & "VK_ATTACHMENT_LOAD_OP_NONE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ATTACHMENT_LOAD_OP_NONE_KHR):
  const
    VK_ATTACHMENT_LOAD_OP_NONE_KHR* = enum_VkAttachmentLoadOp_1124074128.VK_ATTACHMENT_LOAD_OP_NONE
else:
  static :
    hint("Declaration of " & "VK_ATTACHMENT_LOAD_OP_NONE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkAttachmentStoreOp_1124074132* {.size: sizeof(cuint).} = enum
    VK_ATTACHMENT_STORE_OP_STORE = 0, VK_ATTACHMENT_STORE_OP_DONT_CARE = 1,
    VK_ATTACHMENT_STORE_OP_NONE = 1000301000,
    VK_ATTACHMENT_STORE_OP_MAX_ENUM = 2147483647
when not declared(VK_ATTACHMENT_STORE_OP_NONE_KHR):
  const
    VK_ATTACHMENT_STORE_OP_NONE_KHR* = enum_VkAttachmentStoreOp_1124074132.VK_ATTACHMENT_STORE_OP_NONE
else:
  static :
    hint("Declaration of " & "VK_ATTACHMENT_STORE_OP_NONE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ATTACHMENT_STORE_OP_NONE_QCOM):
  const
    VK_ATTACHMENT_STORE_OP_NONE_QCOM* = enum_VkAttachmentStoreOp_1124074132.VK_ATTACHMENT_STORE_OP_NONE
else:
  static :
    hint("Declaration of " & "VK_ATTACHMENT_STORE_OP_NONE_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_ATTACHMENT_STORE_OP_NONE_EXT):
  const
    VK_ATTACHMENT_STORE_OP_NONE_EXT* = enum_VkAttachmentStoreOp_1124074132.VK_ATTACHMENT_STORE_OP_NONE
else:
  static :
    hint("Declaration of " & "VK_ATTACHMENT_STORE_OP_NONE_EXT" &
        " already exists, not redeclaring")
type
  enum_VkSubpassContents_1124074136* {.size: sizeof(cuint).} = enum
    VK_SUBPASS_CONTENTS_INLINE = 0,
    VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS = 1,
    VK_SUBPASS_CONTENTS_INLINE_AND_SECONDARY_COMMAND_BUFFERS_KHR = 1000451000,
    VK_SUBPASS_CONTENTS_MAX_ENUM = 2147483647
when not declared(VK_SUBPASS_CONTENTS_INLINE_AND_SECONDARY_COMMAND_BUFFERS_EXT):
  const
    VK_SUBPASS_CONTENTS_INLINE_AND_SECONDARY_COMMAND_BUFFERS_EXT* = enum_VkSubpassContents_1124074136.VK_SUBPASS_CONTENTS_INLINE_AND_SECONDARY_COMMAND_BUFFERS_KHR
else:
  static :
    hint("Declaration of " &
        "VK_SUBPASS_CONTENTS_INLINE_AND_SECONDARY_COMMAND_BUFFERS_EXT" &
        " already exists, not redeclaring")
type
  enum_VkAccessFlagBits_1124074140* {.size: sizeof(cuint).} = enum
    VK_ACCESS_NONE = 0, VK_ACCESS_INDIRECT_COMMAND_READ_BIT = 1,
    VK_ACCESS_INDEX_READ_BIT = 2, VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT = 4,
    VK_ACCESS_UNIFORM_READ_BIT = 8, VK_ACCESS_INPUT_ATTACHMENT_READ_BIT = 16,
    VK_ACCESS_SHADER_READ_BIT = 32, VK_ACCESS_SHADER_WRITE_BIT = 64,
    VK_ACCESS_COLOR_ATTACHMENT_READ_BIT = 128,
    VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT = 256,
    VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT = 512,
    VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT = 1024,
    VK_ACCESS_TRANSFER_READ_BIT = 2048, VK_ACCESS_TRANSFER_WRITE_BIT = 4096,
    VK_ACCESS_HOST_READ_BIT = 8192, VK_ACCESS_HOST_WRITE_BIT = 16384,
    VK_ACCESS_MEMORY_READ_BIT = 32768, VK_ACCESS_MEMORY_WRITE_BIT = 65536,
    VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_EXT = 131072,
    VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_EXT = 262144,
    VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 524288,
    VK_ACCESS_CONDITIONAL_RENDERING_READ_BIT_EXT = 1048576,
    VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR = 2097152,
    VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 4194304,
    VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 8388608,
    VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 16777216,
    VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 33554432,
    VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 67108864,
    VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 134217728,
    VK_ACCESS_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV):
  const
    VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV* = enum_VkAccessFlagBits_1124074140.VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV):
  const
    VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV* = enum_VkAccessFlagBits_1124074140.VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV):
  const
    VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV* = enum_VkAccessFlagBits_1124074140.VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV):
  const
    VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV* = enum_VkAccessFlagBits_1124074140.VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV):
  const
    VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV* = enum_VkAccessFlagBits_1124074140.VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_NONE_KHR):
  const
    VK_ACCESS_NONE_KHR* = enum_VkAccessFlagBits_1124074140.VK_ACCESS_NONE
else:
  static :
    hint("Declaration of " & "VK_ACCESS_NONE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkImageAspectFlagBits_1124074146* {.size: sizeof(cuint).} = enum
    VK_IMAGE_ASPECT_NONE = 0, VK_IMAGE_ASPECT_COLOR_BIT = 1,
    VK_IMAGE_ASPECT_DEPTH_BIT = 2, VK_IMAGE_ASPECT_STENCIL_BIT = 4,
    VK_IMAGE_ASPECT_METADATA_BIT = 8, VK_IMAGE_ASPECT_PLANE_0_BIT = 16,
    VK_IMAGE_ASPECT_PLANE_1_BIT = 32, VK_IMAGE_ASPECT_PLANE_2_BIT = 64,
    VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT = 128,
    VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT = 256,
    VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT = 512,
    VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT = 1024,
    VK_IMAGE_ASPECT_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_IMAGE_ASPECT_PLANE_0_BIT_KHR):
  const
    VK_IMAGE_ASPECT_PLANE_0_BIT_KHR* = enum_VkImageAspectFlagBits_1124074146.VK_IMAGE_ASPECT_PLANE_0_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_ASPECT_PLANE_0_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_ASPECT_PLANE_1_BIT_KHR):
  const
    VK_IMAGE_ASPECT_PLANE_1_BIT_KHR* = enum_VkImageAspectFlagBits_1124074146.VK_IMAGE_ASPECT_PLANE_1_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_ASPECT_PLANE_1_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_ASPECT_PLANE_2_BIT_KHR):
  const
    VK_IMAGE_ASPECT_PLANE_2_BIT_KHR* = enum_VkImageAspectFlagBits_1124074146.VK_IMAGE_ASPECT_PLANE_2_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_ASPECT_PLANE_2_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_ASPECT_NONE_KHR):
  const
    VK_IMAGE_ASPECT_NONE_KHR* = enum_VkImageAspectFlagBits_1124074146.VK_IMAGE_ASPECT_NONE
else:
  static :
    hint("Declaration of " & "VK_IMAGE_ASPECT_NONE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkFormatFeatureFlagBits_1124074152* {.size: sizeof(cuint).} = enum
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 1,
    VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 2,
    VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT = 4,
    VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT = 8,
    VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT = 16,
    VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 32,
    VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT = 64,
    VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT = 128,
    VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT = 256,
    VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT = 512,
    VK_FORMAT_FEATURE_BLIT_SRC_BIT = 1024,
    VK_FORMAT_FEATURE_BLIT_DST_BIT = 2048,
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT = 4096,
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT = 8192,
    VK_FORMAT_FEATURE_TRANSFER_SRC_BIT = 16384,
    VK_FORMAT_FEATURE_TRANSFER_DST_BIT = 32768,
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT = 65536,
    VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT = 131072, VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT = 262144, VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT = 524288, VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT = 1048576, VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT = 2097152,
    VK_FORMAT_FEATURE_DISJOINT_BIT = 4194304,
    VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT = 8388608,
    VK_FORMAT_FEATURE_FRAGMENT_DENSITY_MAP_BIT_EXT = 16777216,
    VK_FORMAT_FEATURE_VIDEO_DECODE_OUTPUT_BIT_KHR = 33554432,
    VK_FORMAT_FEATURE_VIDEO_DECODE_DPB_BIT_KHR = 67108864,
    VK_FORMAT_FEATURE_VIDEO_ENCODE_INPUT_BIT_KHR = 134217728,
    VK_FORMAT_FEATURE_VIDEO_ENCODE_DPB_BIT_KHR = 268435456,
    VK_FORMAT_FEATURE_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 536870912,
    VK_FORMAT_FEATURE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 1073741824,
    VK_FORMAT_FEATURE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG):
  const
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR):
  const
    VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_TRANSFER_SRC_BIT
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR):
  const
    VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_TRANSFER_DST_BIT
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT):
  const
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR):
  const
    VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR):
  const
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR):
  const
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR):
  const
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR):
  const
    VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_DISJOINT_BIT_KHR):
  const
    VK_FORMAT_FEATURE_DISJOINT_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_DISJOINT_BIT
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_DISJOINT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR):
  const
    VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR* = enum_VkFormatFeatureFlagBits_1124074152.VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkImageCreateFlagBits_1124074158* {.size: sizeof(cuint).} = enum
    VK_IMAGE_CREATE_SPARSE_BINDING_BIT = 1,
    VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT = 2,
    VK_IMAGE_CREATE_SPARSE_ALIASED_BIT = 4,
    VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT = 8,
    VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 16,
    VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT = 32,
    VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT = 64,
    VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT = 128,
    VK_IMAGE_CREATE_EXTENDED_USAGE_BIT = 256,
    VK_IMAGE_CREATE_DISJOINT_BIT = 512, VK_IMAGE_CREATE_ALIAS_BIT = 1024,
    VK_IMAGE_CREATE_PROTECTED_BIT = 2048,
    VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT = 4096,
    VK_IMAGE_CREATE_CORNER_SAMPLED_BIT_NV = 8192,
    VK_IMAGE_CREATE_SUBSAMPLED_BIT_EXT = 16384,
    VK_IMAGE_CREATE_FRAGMENT_DENSITY_MAP_OFFSET_BIT_EXT = 32768,
    VK_IMAGE_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT = 65536,
    VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT = 131072,
    VK_IMAGE_CREATE_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_BIT_EXT = 262144,
    VK_IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR = 1048576,
    VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR):
  const
    VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT
else:
  static :
    hint("Declaration of " &
        "VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR):
  const
    VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR):
  const
    VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_CREATE_EXTENDED_USAGE_BIT_KHR):
  const
    VK_IMAGE_CREATE_EXTENDED_USAGE_BIT_KHR* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_EXTENDED_USAGE_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_CREATE_EXTENDED_USAGE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_CREATE_DISJOINT_BIT_KHR):
  const
    VK_IMAGE_CREATE_DISJOINT_BIT_KHR* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_DISJOINT_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_CREATE_DISJOINT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_CREATE_ALIAS_BIT_KHR):
  const
    VK_IMAGE_CREATE_ALIAS_BIT_KHR* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_ALIAS_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_CREATE_ALIAS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_CREATE_FRAGMENT_DENSITY_MAP_OFFSET_BIT_QCOM):
  const
    VK_IMAGE_CREATE_FRAGMENT_DENSITY_MAP_OFFSET_BIT_QCOM* = enum_VkImageCreateFlagBits_1124074158.VK_IMAGE_CREATE_FRAGMENT_DENSITY_MAP_OFFSET_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_IMAGE_CREATE_FRAGMENT_DENSITY_MAP_OFFSET_BIT_QCOM" &
        " already exists, not redeclaring")
type
  enum_VkSampleCountFlagBits_1124074164* {.size: sizeof(cuint).} = enum
    VK_SAMPLE_COUNT_1_BIT = 1, VK_SAMPLE_COUNT_2_BIT = 2,
    VK_SAMPLE_COUNT_4_BIT = 4, VK_SAMPLE_COUNT_8_BIT = 8,
    VK_SAMPLE_COUNT_16_BIT = 16, VK_SAMPLE_COUNT_32_BIT = 32,
    VK_SAMPLE_COUNT_64_BIT = 64, VK_SAMPLE_COUNT_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkImageUsageFlagBits_1124074170* {.size: sizeof(cuint).} = enum
    VK_IMAGE_USAGE_TRANSFER_SRC_BIT = 1, VK_IMAGE_USAGE_TRANSFER_DST_BIT = 2,
    VK_IMAGE_USAGE_SAMPLED_BIT = 4, VK_IMAGE_USAGE_STORAGE_BIT = 8,
    VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT = 16,
    VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT = 32,
    VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT = 64,
    VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT = 128,
    VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 256,
    VK_IMAGE_USAGE_FRAGMENT_DENSITY_MAP_BIT_EXT = 512,
    VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR = 1024,
    VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR = 2048,
    VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR = 4096,
    VK_IMAGE_USAGE_VIDEO_ENCODE_DST_BIT_KHR = 8192,
    VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR = 16384,
    VK_IMAGE_USAGE_VIDEO_ENCODE_DPB_BIT_KHR = 32768,
    VK_IMAGE_USAGE_INVOCATION_MASK_BIT_HUAWEI = 262144,
    VK_IMAGE_USAGE_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT = 524288,
    VK_IMAGE_USAGE_SAMPLE_WEIGHT_BIT_QCOM = 1048576,
    VK_IMAGE_USAGE_SAMPLE_BLOCK_MATCH_BIT_QCOM = 2097152,
    VK_IMAGE_USAGE_HOST_TRANSFER_BIT = 4194304,
    VK_IMAGE_USAGE_TENSOR_ALIASING_BIT_ARM = 8388608,
    VK_IMAGE_USAGE_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR = 33554432,
    VK_IMAGE_USAGE_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR = 67108864,
    VK_IMAGE_USAGE_TILE_MEMORY_BIT_QCOM = 134217728,
    VK_IMAGE_USAGE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_IMAGE_USAGE_SHADING_RATE_IMAGE_BIT_NV):
  const
    VK_IMAGE_USAGE_SHADING_RATE_IMAGE_BIT_NV* = enum_VkImageUsageFlagBits_1124074170.VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_IMAGE_USAGE_SHADING_RATE_IMAGE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_IMAGE_USAGE_HOST_TRANSFER_BIT_EXT):
  const
    VK_IMAGE_USAGE_HOST_TRANSFER_BIT_EXT* = enum_VkImageUsageFlagBits_1124074170.VK_IMAGE_USAGE_HOST_TRANSFER_BIT
else:
  static :
    hint("Declaration of " & "VK_IMAGE_USAGE_HOST_TRANSFER_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkInstanceCreateFlagBits_1124074176* {.size: sizeof(cuint).} = enum
    VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR = 1,
    VK_INSTANCE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkMemoryHeapFlagBits_1124074182* {.size: sizeof(cuint).} = enum
    VK_MEMORY_HEAP_DEVICE_LOCAL_BIT = 1, VK_MEMORY_HEAP_MULTI_INSTANCE_BIT = 2,
    VK_MEMORY_HEAP_TILE_MEMORY_BIT_QCOM = 8,
    VK_MEMORY_HEAP_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR):
  const
    VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR* = enum_VkMemoryHeapFlagBits_1124074182.VK_MEMORY_HEAP_MULTI_INSTANCE_BIT
else:
  static :
    hint("Declaration of " & "VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkMemoryPropertyFlagBits_1124074188* {.size: sizeof(cuint).} = enum
    VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT = 1,
    VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT = 2,
    VK_MEMORY_PROPERTY_HOST_COHERENT_BIT = 4,
    VK_MEMORY_PROPERTY_HOST_CACHED_BIT = 8,
    VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT = 16,
    VK_MEMORY_PROPERTY_PROTECTED_BIT = 32,
    VK_MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD = 64,
    VK_MEMORY_PROPERTY_DEVICE_UNCACHED_BIT_AMD = 128,
    VK_MEMORY_PROPERTY_RDMA_CAPABLE_BIT_NV = 256,
    VK_MEMORY_PROPERTY_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkQueueFlagBits_1124074194* {.size: sizeof(cuint).} = enum
    VK_QUEUE_GRAPHICS_BIT = 1, VK_QUEUE_COMPUTE_BIT = 2,
    VK_QUEUE_TRANSFER_BIT = 4, VK_QUEUE_SPARSE_BINDING_BIT = 8,
    VK_QUEUE_PROTECTED_BIT = 16, VK_QUEUE_VIDEO_DECODE_BIT_KHR = 32,
    VK_QUEUE_VIDEO_ENCODE_BIT_KHR = 64, VK_QUEUE_OPTICAL_FLOW_BIT_NV = 256,
    VK_QUEUE_DATA_GRAPH_BIT_ARM = 1024, VK_QUEUE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkDeviceQueueCreateFlagBits_1124074202* {.size: sizeof(cuint).} = enum
    VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT = 1,
    VK_DEVICE_QUEUE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkPipelineStageFlagBits_1124074208* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_STAGE_NONE = 0, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT = 1,
    VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT = 2,
    VK_PIPELINE_STAGE_VERTEX_INPUT_BIT = 4,
    VK_PIPELINE_STAGE_VERTEX_SHADER_BIT = 8,
    VK_PIPELINE_STAGE_TESSELLATION_CONTROL_SHADER_BIT = 16,
    VK_PIPELINE_STAGE_TESSELLATION_EVALUATION_SHADER_BIT = 32,
    VK_PIPELINE_STAGE_GEOMETRY_SHADER_BIT = 64,
    VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT = 128,
    VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT = 256,
    VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT = 512,
    VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT = 1024,
    VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT = 2048,
    VK_PIPELINE_STAGE_TRANSFER_BIT = 4096,
    VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT = 8192,
    VK_PIPELINE_STAGE_HOST_BIT = 16384,
    VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 32768,
    VK_PIPELINE_STAGE_ALL_COMMANDS_BIT = 65536,
    VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_EXT = 131072,
    VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT = 262144,
    VK_PIPELINE_STAGE_TASK_SHADER_BIT_EXT = 524288,
    VK_PIPELINE_STAGE_MESH_SHADER_BIT_EXT = 1048576,
    VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR = 2097152,
    VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 4194304,
    VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 8388608,
    VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT = 16777216,
    VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 33554432,
    VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV):
  const
    VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV):
  const
    VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV):
  const
    VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_TASK_SHADER_BIT_NV):
  const
    VK_PIPELINE_STAGE_TASK_SHADER_BIT_NV* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_TASK_SHADER_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_TASK_SHADER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV):
  const
    VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_MESH_SHADER_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV):
  const
    VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_NONE_KHR):
  const
    VK_PIPELINE_STAGE_NONE_KHR* = enum_VkPipelineStageFlagBits_1124074208.VK_PIPELINE_STAGE_NONE
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_NONE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkMemoryMapFlagBits_1124074214* {.size: sizeof(cuint).} = enum
    VK_MEMORY_MAP_PLACED_BIT_EXT = 1,
    VK_MEMORY_MAP_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkSparseMemoryBindFlagBits_1124074220* {.size: sizeof(cuint).} = enum
    VK_SPARSE_MEMORY_BIND_METADATA_BIT = 1,
    VK_SPARSE_MEMORY_BIND_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkSparseImageFormatFlagBits_1124074226* {.size: sizeof(cuint).} = enum
    VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT = 1,
    VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 2,
    VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT = 4,
    VK_SPARSE_IMAGE_FORMAT_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkFenceCreateFlagBits_1124074232* {.size: sizeof(cuint).} = enum
    VK_FENCE_CREATE_SIGNALED_BIT = 1,
    VK_FENCE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkQueryPoolCreateFlagBits_1124074240* {.size: sizeof(cuint).} = enum
    VK_QUERY_POOL_CREATE_RESET_BIT_KHR = 1,
    VK_QUERY_POOL_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkQueryPipelineStatisticFlagBits_1124074246* {.size: sizeof(cuint).} = enum
    VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT = 1,
    VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT = 2,
    VK_QUERY_PIPELINE_STATISTIC_VERTEX_SHADER_INVOCATIONS_BIT = 4,
    VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_INVOCATIONS_BIT = 8,
    VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_PRIMITIVES_BIT = 16,
    VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT = 32,
    VK_QUERY_PIPELINE_STATISTIC_CLIPPING_PRIMITIVES_BIT = 64,
    VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT = 128,
    VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_CONTROL_SHADER_PATCHES_BIT = 256, VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_EVALUATION_SHADER_INVOCATIONS_BIT = 512,
    VK_QUERY_PIPELINE_STATISTIC_COMPUTE_SHADER_INVOCATIONS_BIT = 1024,
    VK_QUERY_PIPELINE_STATISTIC_TASK_SHADER_INVOCATIONS_BIT_EXT = 2048,
    VK_QUERY_PIPELINE_STATISTIC_MESH_SHADER_INVOCATIONS_BIT_EXT = 4096, VK_QUERY_PIPELINE_STATISTIC_CLUSTER_CULLING_SHADER_INVOCATIONS_BIT_HUAWEI = 8192,
    VK_QUERY_PIPELINE_STATISTIC_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkQueryResultFlagBits_1124074252* {.size: sizeof(cuint).} = enum
    VK_QUERY_RESULT_64_BIT = 1, VK_QUERY_RESULT_WAIT_BIT = 2,
    VK_QUERY_RESULT_WITH_AVAILABILITY_BIT = 4, VK_QUERY_RESULT_PARTIAL_BIT = 8,
    VK_QUERY_RESULT_WITH_STATUS_BIT_KHR = 16,
    VK_QUERY_RESULT_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkBufferCreateFlagBits_1124074258* {.size: sizeof(cuint).} = enum
    VK_BUFFER_CREATE_SPARSE_BINDING_BIT = 1,
    VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT = 2,
    VK_BUFFER_CREATE_SPARSE_ALIASED_BIT = 4, VK_BUFFER_CREATE_PROTECTED_BIT = 8,
    VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT = 16,
    VK_BUFFER_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT = 32,
    VK_BUFFER_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR = 64,
    VK_BUFFER_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_EXT):
  const
    VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_EXT* = enum_VkBufferCreateFlagBits_1124074258.VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR):
  const
    VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR* = enum_VkBufferCreateFlagBits_1124074258.VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkBufferUsageFlagBits_1124074264* {.size: sizeof(cuint).} = enum
    VK_BUFFER_USAGE_TRANSFER_SRC_BIT = 1, VK_BUFFER_USAGE_TRANSFER_DST_BIT = 2,
    VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT = 4,
    VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT = 8,
    VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT = 16,
    VK_BUFFER_USAGE_STORAGE_BUFFER_BIT = 32,
    VK_BUFFER_USAGE_INDEX_BUFFER_BIT = 64,
    VK_BUFFER_USAGE_VERTEX_BUFFER_BIT = 128,
    VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT = 256,
    VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT = 512,
    VK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHR = 1024,
    VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT = 2048,
    VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_COUNTER_BUFFER_BIT_EXT = 4096,
    VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR = 8192,
    VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR = 16384,
    VK_BUFFER_USAGE_VIDEO_ENCODE_DST_BIT_KHR = 32768,
    VK_BUFFER_USAGE_VIDEO_ENCODE_SRC_BIT_KHR = 65536,
    VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT = 131072, VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_BUILD_INPUT_READ_ONLY_BIT_KHR = 524288,
    VK_BUFFER_USAGE_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR = 1048576,
    VK_BUFFER_USAGE_SAMPLER_DESCRIPTOR_BUFFER_BIT_EXT = 2097152,
    VK_BUFFER_USAGE_RESOURCE_DESCRIPTOR_BUFFER_BIT_EXT = 4194304,
    VK_BUFFER_USAGE_MICROMAP_BUILD_INPUT_READ_ONLY_BIT_EXT = 8388608,
    VK_BUFFER_USAGE_MICROMAP_STORAGE_BIT_EXT = 16777216,
    VK_BUFFER_USAGE_EXECUTION_GRAPH_SCRATCH_BIT_AMDX = 33554432,
    VK_BUFFER_USAGE_PUSH_DESCRIPTORS_DESCRIPTOR_BUFFER_BIT_EXT = 67108864,
    VK_BUFFER_USAGE_TILE_MEMORY_BIT_QCOM = 134217728,
    VK_BUFFER_USAGE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_BUFFER_USAGE_RAY_TRACING_BIT_NV):
  const
    VK_BUFFER_USAGE_RAY_TRACING_BIT_NV* = enum_VkBufferUsageFlagBits_1124074264.VK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_RAY_TRACING_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_EXT):
  const
    VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_EXT* = enum_VkBufferUsageFlagBits_1124074264.VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_KHR):
  const
    VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_KHR* = enum_VkBufferUsageFlagBits_1124074264.VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkImageViewCreateFlagBits_1124074270* {.size: sizeof(cuint).} = enum
    VK_IMAGE_VIEW_CREATE_FRAGMENT_DENSITY_MAP_DYNAMIC_BIT_EXT = 1,
    VK_IMAGE_VIEW_CREATE_FRAGMENT_DENSITY_MAP_DEFERRED_BIT_EXT = 2,
    VK_IMAGE_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT = 4,
    VK_IMAGE_VIEW_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkDependencyFlagBits_1124074276* {.size: sizeof(cuint).} = enum
    VK_DEPENDENCY_BY_REGION_BIT = 1, VK_DEPENDENCY_VIEW_LOCAL_BIT = 2,
    VK_DEPENDENCY_DEVICE_GROUP_BIT = 4, VK_DEPENDENCY_FEEDBACK_LOOP_BIT_EXT = 8,
    VK_DEPENDENCY_QUEUE_FAMILY_OWNERSHIP_TRANSFER_USE_ALL_STAGES_BIT_KHR = 32,
    VK_DEPENDENCY_ASYMMETRIC_EVENT_BIT_KHR = 64,
    VK_DEPENDENCY_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR):
  const
    VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR* = enum_VkDependencyFlagBits_1124074276.VK_DEPENDENCY_VIEW_LOCAL_BIT
else:
  static :
    hint("Declaration of " & "VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DEPENDENCY_DEVICE_GROUP_BIT_KHR):
  const
    VK_DEPENDENCY_DEVICE_GROUP_BIT_KHR* = enum_VkDependencyFlagBits_1124074276.VK_DEPENDENCY_DEVICE_GROUP_BIT
else:
  static :
    hint("Declaration of " & "VK_DEPENDENCY_DEVICE_GROUP_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkCommandPoolCreateFlagBits_1124074282* {.size: sizeof(cuint).} = enum
    VK_COMMAND_POOL_CREATE_TRANSIENT_BIT = 1,
    VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT = 2,
    VK_COMMAND_POOL_CREATE_PROTECTED_BIT = 4,
    VK_COMMAND_POOL_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkCommandPoolResetFlagBits_1124074288* {.size: sizeof(cuint).} = enum
    VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT = 1,
    VK_COMMAND_POOL_RESET_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkCommandBufferUsageFlagBits_1124074294* {.size: sizeof(cuint).} = enum
    VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT = 1,
    VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT = 2,
    VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT = 4,
    VK_COMMAND_BUFFER_USAGE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkQueryControlFlagBits_1124074300* {.size: sizeof(cuint).} = enum
    VK_QUERY_CONTROL_PRECISE_BIT = 1,
    VK_QUERY_CONTROL_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkCommandBufferResetFlagBits_1124074306* {.size: sizeof(cuint).} = enum
    VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT = 1,
    VK_COMMAND_BUFFER_RESET_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkEventCreateFlagBits_1124074312* {.size: sizeof(cuint).} = enum
    VK_EVENT_CREATE_DEVICE_ONLY_BIT = 1,
    VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR):
  const
    VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR* = enum_VkEventCreateFlagBits_1124074312.VK_EVENT_CREATE_DEVICE_ONLY_BIT
else:
  static :
    hint("Declaration of " & "VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPipelineCacheCreateFlagBits_1124074322* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT = 1,
    VK_PIPELINE_CACHE_CREATE_INTERNALLY_SYNCHRONIZED_MERGE_BIT_KHR = 8,
    VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT):
  const
    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT* = enum_VkPipelineCacheCreateFlagBits_1124074322.VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkPipelineCreateFlagBits_1124074328* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT = 1,
    VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT = 2,
    VK_PIPELINE_CREATE_DERIVATIVE_BIT = 4,
    VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT = 8,
    VK_PIPELINE_CREATE_DISPATCH_BASE_BIT = 16,
    VK_PIPELINE_CREATE_DEFER_COMPILE_BIT_NV = 32,
    VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR = 64,
    VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR = 128,
    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT = 256,
    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT = 512,
    VK_PIPELINE_CREATE_LINK_TIME_OPTIMIZATION_BIT_EXT = 1024,
    VK_PIPELINE_CREATE_LIBRARY_BIT_KHR = 2048,
    VK_PIPELINE_CREATE_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR = 4096,
    VK_PIPELINE_CREATE_RAY_TRACING_SKIP_AABBS_BIT_KHR = 8192,
    VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR = 16384,
    VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR = 32768,
    VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_MISS_SHADERS_BIT_KHR = 65536, VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR = 131072,
    VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV = 262144, VK_PIPELINE_CREATE_RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_BIT_KHR = 524288,
    VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV = 1048576, VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 2097152, VK_PIPELINE_CREATE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT = 4194304,
    VK_PIPELINE_CREATE_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT = 8388608,
    VK_PIPELINE_CREATE_RAY_TRACING_OPACITY_MICROMAP_BIT_EXT = 16777216,
    VK_PIPELINE_CREATE_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT = 33554432, VK_PIPELINE_CREATE_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT = 67108864,
    VK_PIPELINE_CREATE_NO_PROTECTED_ACCESS_BIT = 134217728,
    VK_PIPELINE_CREATE_RAY_TRACING_DISPLACEMENT_MICROMAP_BIT_NV = 268435456,
    VK_PIPELINE_CREATE_DESCRIPTOR_BUFFER_BIT_EXT = 536870912,
    VK_PIPELINE_CREATE_PROTECTED_ACCESS_ONLY_BIT = 1073741824,
    VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_CREATE_DISPATCH_BASE):
  const
    VK_PIPELINE_CREATE_DISPATCH_BASE* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_DISPATCH_BASE_BIT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_DISPATCH_BASE" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR):
  const
    VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_DISPATCH_BASE_BIT_KHR):
  const
    VK_PIPELINE_CREATE_DISPATCH_BASE_BIT_KHR* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_DISPATCH_BASE_BIT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_DISPATCH_BASE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_DISPATCH_BASE_KHR):
  const
    VK_PIPELINE_CREATE_DISPATCH_BASE_KHR* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_DISPATCH_BASE_BIT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_DISPATCH_BASE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT):
  const
    VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR):
  const
    VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT):
  const
    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT):
  const
    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_NO_PROTECTED_ACCESS_BIT_EXT):
  const
    VK_PIPELINE_CREATE_NO_PROTECTED_ACCESS_BIT_EXT* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_NO_PROTECTED_ACCESS_BIT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_NO_PROTECTED_ACCESS_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_PROTECTED_ACCESS_ONLY_BIT_EXT):
  const
    VK_PIPELINE_CREATE_PROTECTED_ACCESS_ONLY_BIT_EXT* = enum_VkPipelineCreateFlagBits_1124074328.VK_PIPELINE_CREATE_PROTECTED_ACCESS_ONLY_BIT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_PROTECTED_ACCESS_ONLY_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkPipelineShaderStageCreateFlagBits_1124074334* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT = 1,
    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT = 2,
    VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT):
  const
    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT* = enum_VkPipelineShaderStageCreateFlagBits_1124074334.VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT):
  const
    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT* = enum_VkPipelineShaderStageCreateFlagBits_1124074334.VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkShaderStageFlagBits_1124074340* {.size: sizeof(cuint).} = enum
    VK_SHADER_STAGE_VERTEX_BIT = 1,
    VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT = 2,
    VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT = 4,
    VK_SHADER_STAGE_GEOMETRY_BIT = 8, VK_SHADER_STAGE_FRAGMENT_BIT = 16,
    VK_SHADER_STAGE_ALL_GRAPHICS = 31, VK_SHADER_STAGE_COMPUTE_BIT = 32,
    VK_SHADER_STAGE_TASK_BIT_EXT = 64, VK_SHADER_STAGE_MESH_BIT_EXT = 128,
    VK_SHADER_STAGE_RAYGEN_BIT_KHR = 256, VK_SHADER_STAGE_ANY_HIT_BIT_KHR = 512,
    VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR = 1024,
    VK_SHADER_STAGE_MISS_BIT_KHR = 2048,
    VK_SHADER_STAGE_INTERSECTION_BIT_KHR = 4096,
    VK_SHADER_STAGE_CALLABLE_BIT_KHR = 8192,
    VK_SHADER_STAGE_SUBPASS_SHADING_BIT_HUAWEI = 16384,
    VK_SHADER_STAGE_CLUSTER_CULLING_BIT_HUAWEI = 524288,
    VK_SHADER_STAGE_ALL = 2147483647
when not declared(VK_SHADER_STAGE_RAYGEN_BIT_NV):
  const
    VK_SHADER_STAGE_RAYGEN_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_RAYGEN_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_RAYGEN_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_ANY_HIT_BIT_NV):
  const
    VK_SHADER_STAGE_ANY_HIT_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_ANY_HIT_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_ANY_HIT_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_CLOSEST_HIT_BIT_NV):
  const
    VK_SHADER_STAGE_CLOSEST_HIT_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_CLOSEST_HIT_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_MISS_BIT_NV):
  const
    VK_SHADER_STAGE_MISS_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_MISS_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_MISS_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_INTERSECTION_BIT_NV):
  const
    VK_SHADER_STAGE_INTERSECTION_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_INTERSECTION_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_INTERSECTION_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_CALLABLE_BIT_NV):
  const
    VK_SHADER_STAGE_CALLABLE_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_CALLABLE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_CALLABLE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_TASK_BIT_NV):
  const
    VK_SHADER_STAGE_TASK_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_TASK_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_TASK_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_MESH_BIT_NV):
  const
    VK_SHADER_STAGE_MESH_BIT_NV* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_MESH_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_MESH_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM):
  const
    VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM* = enum_VkShaderStageFlagBits_1124074340.VK_SHADER_STAGE_ALL
else:
  static :
    hint("Declaration of " & "VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_VkPipelineLayoutCreateFlagBits_1124074344* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_LAYOUT_CREATE_INDEPENDENT_SETS_BIT_EXT = 2,
    VK_PIPELINE_LAYOUT_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkSamplerCreateFlagBits_1124074352* {.size: sizeof(cuint).} = enum
    VK_SAMPLER_CREATE_SUBSAMPLED_BIT_EXT = 1,
    VK_SAMPLER_CREATE_SUBSAMPLED_COARSE_RECONSTRUCTION_BIT_EXT = 2,
    VK_SAMPLER_CREATE_NON_SEAMLESS_CUBE_MAP_BIT_EXT = 4,
    VK_SAMPLER_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT = 8,
    VK_SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM = 16,
    VK_SAMPLER_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkDescriptorPoolCreateFlagBits_1124074358* {.size: sizeof(cuint).} = enum
    VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT = 1,
    VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT = 2,
    VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_EXT = 4,
    VK_DESCRIPTOR_POOL_CREATE_ALLOW_OVERALLOCATION_SETS_BIT_NV = 8,
    VK_DESCRIPTOR_POOL_CREATE_ALLOW_OVERALLOCATION_POOLS_BIT_NV = 16,
    VK_DESCRIPTOR_POOL_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT):
  const
    VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT* = enum_VkDescriptorPoolCreateFlagBits_1124074358.VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_VALVE):
  const
    VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_VALVE* = enum_VkDescriptorPoolCreateFlagBits_1124074358.VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_VALVE" &
        " already exists, not redeclaring")
type
  enum_VkDescriptorSetLayoutCreateFlagBits_1124074366* {.size: sizeof(cuint).} = enum
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT = 1,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT = 2,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_EXT = 4,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_DESCRIPTOR_BUFFER_BIT_EXT = 16,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_EMBEDDED_IMMUTABLE_SAMPLERS_BIT_EXT = 32,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_PER_STAGE_BIT_NV = 64,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_INDIRECT_BINDABLE_BIT_NV = 128,
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR):
  const
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR* = enum_VkDescriptorSetLayoutCreateFlagBits_1124074366.VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT):
  const
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT* = enum_VkDescriptorSetLayoutCreateFlagBits_1124074366.VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_VALVE):
  const
    VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_VALVE* = enum_VkDescriptorSetLayoutCreateFlagBits_1124074366.VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_VALVE" &
        " already exists, not redeclaring")
type
  enum_VkColorComponentFlagBits_1124074372* {.size: sizeof(cuint).} = enum
    VK_COLOR_COMPONENT_R_BIT = 1, VK_COLOR_COMPONENT_G_BIT = 2,
    VK_COLOR_COMPONENT_B_BIT = 4, VK_COLOR_COMPONENT_A_BIT = 8,
    VK_COLOR_COMPONENT_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkCullModeFlagBits_1124074378* {.size: sizeof(cuint).} = enum
    VK_CULL_MODE_NONE = 0, VK_CULL_MODE_FRONT_BIT = 1,
    VK_CULL_MODE_BACK_BIT = 2, VK_CULL_MODE_FRONT_AND_BACK = 3,
    VK_CULL_MODE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkPipelineDepthStencilStateCreateFlagBits_1124074396* {.
      size: sizeof(cuint).} = enum
    VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_EXT = 1, VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT = 2,
    VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM):
  const
    VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM* = enum_VkPipelineDepthStencilStateCreateFlagBits_1124074396.VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM):
  const
    VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM* = enum_VkPipelineDepthStencilStateCreateFlagBits_1124074396.VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_DEPTH_STENCIL_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM" &
        " already exists, not redeclaring")
type
  enum_VkPipelineColorBlendStateCreateFlagBits_1124074402* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_EXT = 1,
    VK_PIPELINE_COLOR_BLEND_STATE_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_ARM):
  const
    VK_PIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_ARM* = enum_VkPipelineColorBlendStateCreateFlagBits_1124074402.VK_PIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_COLOR_BLEND_STATE_CREATE_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_BIT_ARM" &
        " already exists, not redeclaring")
type
  enum_VkAttachmentDescriptionFlagBits_1124074410* {.size: sizeof(cuint).} = enum
    VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 1,
    VK_ATTACHMENT_DESCRIPTION_RESOLVE_SKIP_TRANSFER_FUNCTION_BIT_KHR = 2,
    VK_ATTACHMENT_DESCRIPTION_RESOLVE_ENABLE_TRANSFER_FUNCTION_BIT_KHR = 4,
    VK_ATTACHMENT_DESCRIPTION_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkFramebufferCreateFlagBits_1124074416* {.size: sizeof(cuint).} = enum
    VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT = 1,
    VK_FRAMEBUFFER_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR):
  const
    VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR* = enum_VkFramebufferCreateFlagBits_1124074416.VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT
else:
  static :
    hint("Declaration of " & "VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkRenderPassCreateFlagBits_1124074422* {.size: sizeof(cuint).} = enum
    VK_RENDER_PASS_CREATE_TRANSFORM_BIT_QCOM = 2,
    VK_RENDER_PASS_CREATE_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE = 4,
    VK_RENDER_PASS_CREATE_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkSubpassDescriptionFlagBits_1124074428* {.size: sizeof(cuint).} = enum
    VK_SUBPASS_DESCRIPTION_PER_VIEW_ATTRIBUTES_BIT_NVX = 1,
    VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX = 2,
    VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_EXT = 4,
    VK_SUBPASS_DESCRIPTION_CUSTOM_RESOLVE_BIT_EXT = 8, VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_EXT = 16, VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_EXT = 32, VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT = 64,
    VK_SUBPASS_DESCRIPTION_ENABLE_LEGACY_DITHERING_BIT_EXT = 128,
    VK_SUBPASS_DESCRIPTION_TILE_SHADING_APRON_BIT_QCOM = 256,
    VK_SUBPASS_DESCRIPTION_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM):
  const
    VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM* = enum_VkSubpassDescriptionFlagBits_1124074428.VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_SUBPASS_DESCRIPTION_FRAGMENT_REGION_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM):
  const
    VK_SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM* = enum_VkSubpassDescriptionFlagBits_1124074428.VK_SUBPASS_DESCRIPTION_CUSTOM_RESOLVE_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_SUBPASS_DESCRIPTION_SHADER_RESOLVE_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_ARM):
  const
    VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_ARM* = enum_VkSubpassDescriptionFlagBits_1124074428.VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_COLOR_ACCESS_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM):
  const
    VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM* = enum_VkSubpassDescriptionFlagBits_1124074428.VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_DEPTH_ACCESS_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM):
  const
    VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM* = enum_VkSubpassDescriptionFlagBits_1124074428.VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_SUBPASS_DESCRIPTION_RASTERIZATION_ORDER_ATTACHMENT_STENCIL_ACCESS_BIT_ARM" &
        " already exists, not redeclaring")
type
  enum_VkStencilFaceFlagBits_1124074434* {.size: sizeof(cuint).} = enum
    VK_STENCIL_FACE_FRONT_BIT = 1, VK_STENCIL_FACE_BACK_BIT = 2,
    VK_STENCIL_FACE_FRONT_AND_BACK = 3,
    VK_STENCIL_FACE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_STENCIL_FRONT_AND_BACK):
  const
    VK_STENCIL_FRONT_AND_BACK* = enum_VkStencilFaceFlagBits_1124074434.VK_STENCIL_FACE_FRONT_AND_BACK
else:
  static :
    hint("Declaration of " & "VK_STENCIL_FRONT_AND_BACK" &
        " already exists, not redeclaring")
type
  enum_VkDescriptorUpdateTemplateType_1124075170* {.size: sizeof(cuint).} = enum
    VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET = 0,
    VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS = 1,
    VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_MAX_ENUM = 2147483647
when not declared(VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR):
  const
    VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR* = enum_VkDescriptorUpdateTemplateType_1124075170.VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR):
  const
    VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR* = enum_VkDescriptorUpdateTemplateType_1124075170.VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSamplerYcbcrModelConversion_1124075174* {.size: sizeof(cuint).} = enum
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY = 0,
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY = 1,
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709 = 2,
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601 = 3,
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020 = 4,
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_MAX_ENUM = 2147483647
when not declared(VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR):
  const
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR* = enum_VkSamplerYcbcrModelConversion_1124075174.VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY
else:
  static :
    hint("Declaration of " &
        "VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR):
  const
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR* = enum_VkSamplerYcbcrModelConversion_1124075174.VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY
else:
  static :
    hint("Declaration of " &
        "VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709_KHR):
  const
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709_KHR* = enum_VkSamplerYcbcrModelConversion_1124075174.VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601_KHR):
  const
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601_KHR* = enum_VkSamplerYcbcrModelConversion_1124075174.VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020_KHR):
  const
    VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020_KHR* = enum_VkSamplerYcbcrModelConversion_1124075174.VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSamplerYcbcrRange_1124075178* {.size: sizeof(cuint).} = enum
    VK_SAMPLER_YCBCR_RANGE_ITU_FULL = 0, VK_SAMPLER_YCBCR_RANGE_ITU_NARROW = 1,
    VK_SAMPLER_YCBCR_RANGE_MAX_ENUM = 2147483647
when not declared(VK_SAMPLER_YCBCR_RANGE_ITU_FULL_KHR):
  const
    VK_SAMPLER_YCBCR_RANGE_ITU_FULL_KHR* = enum_VkSamplerYcbcrRange_1124075178.VK_SAMPLER_YCBCR_RANGE_ITU_FULL
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_YCBCR_RANGE_ITU_FULL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_YCBCR_RANGE_ITU_NARROW_KHR):
  const
    VK_SAMPLER_YCBCR_RANGE_ITU_NARROW_KHR* = enum_VkSamplerYcbcrRange_1124075178.VK_SAMPLER_YCBCR_RANGE_ITU_NARROW
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_YCBCR_RANGE_ITU_NARROW_KHR" &
        " already exists, not redeclaring")
type
  enum_VkChromaLocation_1124075182* {.size: sizeof(cuint).} = enum
    VK_CHROMA_LOCATION_COSITED_EVEN = 0, VK_CHROMA_LOCATION_MIDPOINT = 1,
    VK_CHROMA_LOCATION_MAX_ENUM = 2147483647
when not declared(VK_CHROMA_LOCATION_COSITED_EVEN_KHR):
  const
    VK_CHROMA_LOCATION_COSITED_EVEN_KHR* = enum_VkChromaLocation_1124075182.VK_CHROMA_LOCATION_COSITED_EVEN
else:
  static :
    hint("Declaration of " & "VK_CHROMA_LOCATION_COSITED_EVEN_KHR" &
        " already exists, not redeclaring")
when not declared(VK_CHROMA_LOCATION_MIDPOINT_KHR):
  const
    VK_CHROMA_LOCATION_MIDPOINT_KHR* = enum_VkChromaLocation_1124075182.VK_CHROMA_LOCATION_MIDPOINT
else:
  static :
    hint("Declaration of " & "VK_CHROMA_LOCATION_MIDPOINT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPointClippingBehavior_1124075186* {.size: sizeof(cuint).} = enum
    VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES = 0,
    VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY = 1,
    VK_POINT_CLIPPING_BEHAVIOR_MAX_ENUM = 2147483647
when not declared(VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR):
  const
    VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR* = enum_VkPointClippingBehavior_1124075186.VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES
else:
  static :
    hint("Declaration of " & "VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR" &
        " already exists, not redeclaring")
when not declared(VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR):
  const
    VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR* = enum_VkPointClippingBehavior_1124075186.VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY
else:
  static :
    hint("Declaration of " &
        "VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR" &
        " already exists, not redeclaring")
type
  enum_VkTessellationDomainOrigin_1124075190* {.size: sizeof(cuint).} = enum
    VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT = 0,
    VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT = 1,
    VK_TESSELLATION_DOMAIN_ORIGIN_MAX_ENUM = 2147483647
when not declared(VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT_KHR):
  const
    VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT_KHR* = enum_VkTessellationDomainOrigin_1124075190.VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT
else:
  static :
    hint("Declaration of " & "VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT_KHR):
  const
    VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT_KHR* = enum_VkTessellationDomainOrigin_1124075190.VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT
else:
  static :
    hint("Declaration of " & "VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPeerMemoryFeatureFlagBits_1124075194* {.size: sizeof(cuint).} = enum
    VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT = 1,
    VK_PEER_MEMORY_FEATURE_COPY_DST_BIT = 2,
    VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT = 4,
    VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT = 8,
    VK_PEER_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR):
  const
    VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR* = enum_VkPeerMemoryFeatureFlagBits_1124075194.VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT
else:
  static :
    hint("Declaration of " & "VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PEER_MEMORY_FEATURE_COPY_DST_BIT_KHR):
  const
    VK_PEER_MEMORY_FEATURE_COPY_DST_BIT_KHR* = enum_VkPeerMemoryFeatureFlagBits_1124075194.VK_PEER_MEMORY_FEATURE_COPY_DST_BIT
else:
  static :
    hint("Declaration of " & "VK_PEER_MEMORY_FEATURE_COPY_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT_KHR):
  const
    VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT_KHR* = enum_VkPeerMemoryFeatureFlagBits_1124075194.VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT
else:
  static :
    hint("Declaration of " & "VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT_KHR):
  const
    VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT_KHR* = enum_VkPeerMemoryFeatureFlagBits_1124075194.VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT
else:
  static :
    hint("Declaration of " & "VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkMemoryAllocateFlagBits_1124075200* {.size: sizeof(cuint).} = enum
    VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT = 1,
    VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT = 2,
    VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT = 4,
    VK_MEMORY_ALLOCATE_ZERO_INITIALIZE_BIT_EXT = 8,
    VK_MEMORY_ALLOCATE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHR):
  const
    VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHR* = enum_VkMemoryAllocateFlagBits_1124075200.VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT
else:
  static :
    hint("Declaration of " & "VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT_KHR):
  const
    VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT_KHR* = enum_VkMemoryAllocateFlagBits_1124075200.VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT
else:
  static :
    hint("Declaration of " & "VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR):
  const
    VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR* = enum_VkMemoryAllocateFlagBits_1124075200.VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT
else:
  static :
    hint("Declaration of " &
        "VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkExternalMemoryHandleTypeFlagBits_1124075208* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT = 1,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT = 2,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT = 4,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT = 8,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT = 16,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT = 32,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT = 64,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT = 128,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT = 256,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT = 512,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID = 1024,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_ZIRCON_VMO_BIT_FUCHSIA = 2048,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_RDMA_ADDRESS_BIT_NV = 4096,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_SCREEN_BUFFER_BIT_QNX = 16384,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OH_NATIVE_BUFFER_BIT_OHOS = 32768,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_MTLBUFFER_BIT_EXT = 65536,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_MTLTEXTURE_BIT_EXT = 131072,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_MTLHEAP_BIT_EXT = 262144,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208.VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkExternalMemoryFeatureFlagBits_1124075214* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT = 1,
    VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT = 2,
    VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT = 4,
    VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR* = enum_VkExternalMemoryFeatureFlagBits_1124075214.VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR* = enum_VkExternalMemoryFeatureFlagBits_1124075214.VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR):
  const
    VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR* = enum_VkExternalMemoryFeatureFlagBits_1124075214.VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkExternalFenceHandleTypeFlagBits_1124075220* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT = 1,
    VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT = 2,
    VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT = 4,
    VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT = 8,
    VK_EXTERNAL_FENCE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR):
  const
    VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR* = enum_VkExternalFenceHandleTypeFlagBits_1124075220.VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR):
  const
    VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR* = enum_VkExternalFenceHandleTypeFlagBits_1124075220.VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR):
  const
    VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR* = enum_VkExternalFenceHandleTypeFlagBits_1124075220.VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR):
  const
    VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR* = enum_VkExternalFenceHandleTypeFlagBits_1124075220.VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkExternalFenceFeatureFlagBits_1124075226* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT = 1,
    VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT = 2,
    VK_EXTERNAL_FENCE_FEATURE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT_KHR):
  const
    VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT_KHR* = enum_VkExternalFenceFeatureFlagBits_1124075226.VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT_KHR):
  const
    VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT_KHR* = enum_VkExternalFenceFeatureFlagBits_1124075226.VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkFenceImportFlagBits_1124075232* {.size: sizeof(cuint).} = enum
    VK_FENCE_IMPORT_TEMPORARY_BIT = 1,
    VK_FENCE_IMPORT_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_FENCE_IMPORT_TEMPORARY_BIT_KHR):
  const
    VK_FENCE_IMPORT_TEMPORARY_BIT_KHR* = enum_VkFenceImportFlagBits_1124075232.VK_FENCE_IMPORT_TEMPORARY_BIT
else:
  static :
    hint("Declaration of " & "VK_FENCE_IMPORT_TEMPORARY_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSemaphoreImportFlagBits_1124075238* {.size: sizeof(cuint).} = enum
    VK_SEMAPHORE_IMPORT_TEMPORARY_BIT = 1,
    VK_SEMAPHORE_IMPORT_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR):
  const
    VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR* = enum_VkSemaphoreImportFlagBits_1124075238.VK_SEMAPHORE_IMPORT_TEMPORARY_BIT
else:
  static :
    hint("Declaration of " & "VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT = 1,
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT = 2,
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT = 4,
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT = 8,
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT = 16,
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZIRCON_EVENT_BIT_FUCHSIA = 128,
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D11_FENCE_BIT):
  const
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D11_FENCE_BIT* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244.VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D11_FENCE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244.VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244.VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244.VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244.VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT
else:
  static :
    hint("Declaration of " &
        "VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244.VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkExternalSemaphoreFeatureFlagBits_1124075250* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT = 1,
    VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT = 2,
    VK_EXTERNAL_SEMAPHORE_FEATURE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR* = enum_VkExternalSemaphoreFeatureFlagBits_1124075250.VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT_KHR):
  const
    VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT_KHR* = enum_VkExternalSemaphoreFeatureFlagBits_1124075250.VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT
else:
  static :
    hint("Declaration of " & "VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSubgroupFeatureFlagBits_1124075256* {.size: sizeof(cuint).} = enum
    VK_SUBGROUP_FEATURE_BASIC_BIT = 1, VK_SUBGROUP_FEATURE_VOTE_BIT = 2,
    VK_SUBGROUP_FEATURE_ARITHMETIC_BIT = 4, VK_SUBGROUP_FEATURE_BALLOT_BIT = 8,
    VK_SUBGROUP_FEATURE_SHUFFLE_BIT = 16,
    VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT = 32,
    VK_SUBGROUP_FEATURE_CLUSTERED_BIT = 64, VK_SUBGROUP_FEATURE_QUAD_BIT = 128,
    VK_SUBGROUP_FEATURE_PARTITIONED_BIT_NV = 256,
    VK_SUBGROUP_FEATURE_ROTATE_BIT = 512,
    VK_SUBGROUP_FEATURE_ROTATE_CLUSTERED_BIT = 1024,
    VK_SUBGROUP_FEATURE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_SUBGROUP_FEATURE_ROTATE_BIT_KHR):
  const
    VK_SUBGROUP_FEATURE_ROTATE_BIT_KHR* = enum_VkSubgroupFeatureFlagBits_1124075256.VK_SUBGROUP_FEATURE_ROTATE_BIT
else:
  static :
    hint("Declaration of " & "VK_SUBGROUP_FEATURE_ROTATE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SUBGROUP_FEATURE_ROTATE_CLUSTERED_BIT_KHR):
  const
    VK_SUBGROUP_FEATURE_ROTATE_CLUSTERED_BIT_KHR* = enum_VkSubgroupFeatureFlagBits_1124075256.VK_SUBGROUP_FEATURE_ROTATE_CLUSTERED_BIT
else:
  static :
    hint("Declaration of " & "VK_SUBGROUP_FEATURE_ROTATE_CLUSTERED_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkDriverId_1124075596* {.size: sizeof(cuint).} = enum
    VK_DRIVER_ID_AMD_PROPRIETARY = 1, VK_DRIVER_ID_AMD_OPEN_SOURCE = 2,
    VK_DRIVER_ID_MESA_RADV = 3, VK_DRIVER_ID_NVIDIA_PROPRIETARY = 4,
    VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS = 5,
    VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA = 6,
    VK_DRIVER_ID_IMAGINATION_PROPRIETARY = 7,
    VK_DRIVER_ID_QUALCOMM_PROPRIETARY = 8, VK_DRIVER_ID_ARM_PROPRIETARY = 9,
    VK_DRIVER_ID_GOOGLE_SWIFTSHADER = 10, VK_DRIVER_ID_GGP_PROPRIETARY = 11,
    VK_DRIVER_ID_BROADCOM_PROPRIETARY = 12, VK_DRIVER_ID_MESA_LLVMPIPE = 13,
    VK_DRIVER_ID_MOLTENVK = 14, VK_DRIVER_ID_COREAVI_PROPRIETARY = 15,
    VK_DRIVER_ID_JUICE_PROPRIETARY = 16,
    VK_DRIVER_ID_VERISILICON_PROPRIETARY = 17, VK_DRIVER_ID_MESA_TURNIP = 18,
    VK_DRIVER_ID_MESA_V3DV = 19, VK_DRIVER_ID_MESA_PANVK = 20,
    VK_DRIVER_ID_SAMSUNG_PROPRIETARY = 21, VK_DRIVER_ID_MESA_VENUS = 22,
    VK_DRIVER_ID_MESA_DOZEN = 23, VK_DRIVER_ID_MESA_NVK = 24,
    VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA = 25,
    VK_DRIVER_ID_MESA_HONEYKRISP = 26,
    VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN = 27,
    VK_DRIVER_ID_MESA_KOSMICKRISP = 28, VK_DRIVER_ID_MAX_ENUM = 2147483647
when not declared(VK_DRIVER_ID_AMD_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_AMD_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_AMD_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_AMD_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR):
  const
    VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_AMD_OPEN_SOURCE
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_MESA_RADV_KHR):
  const
    VK_DRIVER_ID_MESA_RADV_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_MESA_RADV
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_MESA_RADV_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_NVIDIA_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR):
  const
    VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR):
  const
    VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_IMAGINATION_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_QUALCOMM_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_ARM_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_ARM_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_ARM_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_ARM_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR):
  const
    VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_GOOGLE_SWIFTSHADER
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_GGP_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_GGP_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_GGP_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_GGP_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR):
  const
    VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR* = enum_VkDriverId_1124075596.VK_DRIVER_ID_BROADCOM_PROPRIETARY
else:
  static :
    hint("Declaration of " & "VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR" &
        " already exists, not redeclaring")
type
  enum_VkShaderFloatControlsIndependence_1124075600* {.size: sizeof(cuint).} = enum
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY = 0,
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL = 1,
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE = 2,
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_MAX_ENUM = 2147483647
when not declared(VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY_KHR):
  const
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY_KHR* = enum_VkShaderFloatControlsIndependence_1124075600.VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY
else:
  static :
    hint("Declaration of " &
        "VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL_KHR):
  const
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL_KHR* = enum_VkShaderFloatControlsIndependence_1124075600.VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL
else:
  static :
    hint("Declaration of " & "VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE_KHR):
  const
    VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE_KHR* = enum_VkShaderFloatControlsIndependence_1124075600.VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE
else:
  static :
    hint("Declaration of " & "VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSemaphoreType_1124075604* {.size: sizeof(cuint).} = enum
    VK_SEMAPHORE_TYPE_BINARY = 0, VK_SEMAPHORE_TYPE_TIMELINE = 1,
    VK_SEMAPHORE_TYPE_MAX_ENUM = 2147483647
when not declared(VK_SEMAPHORE_TYPE_BINARY_KHR):
  const
    VK_SEMAPHORE_TYPE_BINARY_KHR* = enum_VkSemaphoreType_1124075604.VK_SEMAPHORE_TYPE_BINARY
else:
  static :
    hint("Declaration of " & "VK_SEMAPHORE_TYPE_BINARY_KHR" &
        " already exists, not redeclaring")
when not declared(VK_SEMAPHORE_TYPE_TIMELINE_KHR):
  const
    VK_SEMAPHORE_TYPE_TIMELINE_KHR* = enum_VkSemaphoreType_1124075604.VK_SEMAPHORE_TYPE_TIMELINE
else:
  static :
    hint("Declaration of " & "VK_SEMAPHORE_TYPE_TIMELINE_KHR" &
        " already exists, not redeclaring")
type
  enum_VkSamplerReductionMode_1124075608* {.size: sizeof(cuint).} = enum
    VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE = 0,
    VK_SAMPLER_REDUCTION_MODE_MIN = 1, VK_SAMPLER_REDUCTION_MODE_MAX = 2,
    VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_RANGECLAMP_QCOM = 1000521000,
    VK_SAMPLER_REDUCTION_MODE_MAX_ENUM = 2147483647
when not declared(VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT):
  const
    VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT* = enum_VkSamplerReductionMode_1124075608.VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_REDUCTION_MODE_MIN_EXT):
  const
    VK_SAMPLER_REDUCTION_MODE_MIN_EXT* = enum_VkSamplerReductionMode_1124075608.VK_SAMPLER_REDUCTION_MODE_MIN
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_REDUCTION_MODE_MIN_EXT" &
        " already exists, not redeclaring")
when not declared(VK_SAMPLER_REDUCTION_MODE_MAX_EXT):
  const
    VK_SAMPLER_REDUCTION_MODE_MAX_EXT* = enum_VkSamplerReductionMode_1124075608.VK_SAMPLER_REDUCTION_MODE_MAX
else:
  static :
    hint("Declaration of " & "VK_SAMPLER_REDUCTION_MODE_MAX_EXT" &
        " already exists, not redeclaring")
type
  enum_VkResolveModeFlagBits_1124075612* {.size: sizeof(cuint).} = enum
    VK_RESOLVE_MODE_NONE = 0, VK_RESOLVE_MODE_SAMPLE_ZERO_BIT = 1,
    VK_RESOLVE_MODE_AVERAGE_BIT = 2, VK_RESOLVE_MODE_MIN_BIT = 4,
    VK_RESOLVE_MODE_MAX_BIT = 8,
    VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_BIT_ANDROID = 16,
    VK_RESOLVE_MODE_CUSTOM_BIT_EXT = 32,
    VK_RESOLVE_MODE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_RESOLVE_MODE_NONE_KHR):
  const
    VK_RESOLVE_MODE_NONE_KHR* = enum_VkResolveModeFlagBits_1124075612.VK_RESOLVE_MODE_NONE
else:
  static :
    hint("Declaration of " & "VK_RESOLVE_MODE_NONE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR):
  const
    VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR* = enum_VkResolveModeFlagBits_1124075612.VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
else:
  static :
    hint("Declaration of " & "VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RESOLVE_MODE_AVERAGE_BIT_KHR):
  const
    VK_RESOLVE_MODE_AVERAGE_BIT_KHR* = enum_VkResolveModeFlagBits_1124075612.VK_RESOLVE_MODE_AVERAGE_BIT
else:
  static :
    hint("Declaration of " & "VK_RESOLVE_MODE_AVERAGE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RESOLVE_MODE_MIN_BIT_KHR):
  const
    VK_RESOLVE_MODE_MIN_BIT_KHR* = enum_VkResolveModeFlagBits_1124075612.VK_RESOLVE_MODE_MIN_BIT
else:
  static :
    hint("Declaration of " & "VK_RESOLVE_MODE_MIN_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RESOLVE_MODE_MAX_BIT_KHR):
  const
    VK_RESOLVE_MODE_MAX_BIT_KHR* = enum_VkResolveModeFlagBits_1124075612.VK_RESOLVE_MODE_MAX_BIT
else:
  static :
    hint("Declaration of " & "VK_RESOLVE_MODE_MAX_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID):
  const
    VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID* = enum_VkResolveModeFlagBits_1124075612.VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_BIT_ANDROID
else:
  static :
    hint("Declaration of " &
        "VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID" &
        " already exists, not redeclaring")
type
  enum_VkSemaphoreWaitFlagBits_1124075618* {.size: sizeof(cuint).} = enum
    VK_SEMAPHORE_WAIT_ANY_BIT = 1,
    VK_SEMAPHORE_WAIT_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_SEMAPHORE_WAIT_ANY_BIT_KHR):
  const
    VK_SEMAPHORE_WAIT_ANY_BIT_KHR* = enum_VkSemaphoreWaitFlagBits_1124075618.VK_SEMAPHORE_WAIT_ANY_BIT
else:
  static :
    hint("Declaration of " & "VK_SEMAPHORE_WAIT_ANY_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkDescriptorBindingFlagBits_1124075624* {.size: sizeof(cuint).} = enum
    VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT = 1,
    VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT = 2,
    VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT = 4,
    VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT = 8,
    VK_DESCRIPTOR_BINDING_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT):
  const
    VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT* = enum_VkDescriptorBindingFlagBits_1124075624.VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT
else:
  static :
    hint("Declaration of " & "VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT):
  const
    VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT* = enum_VkDescriptorBindingFlagBits_1124075624.VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT):
  const
    VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT* = enum_VkDescriptorBindingFlagBits_1124075624.VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT
else:
  static :
    hint("Declaration of " & "VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT):
  const
    VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT* = enum_VkDescriptorBindingFlagBits_1124075624.VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkToolPurposeFlagBits_1124075864* {.size: sizeof(cuint).} = enum
    VK_TOOL_PURPOSE_VALIDATION_BIT = 1, VK_TOOL_PURPOSE_PROFILING_BIT = 2,
    VK_TOOL_PURPOSE_TRACING_BIT = 4,
    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT = 8,
    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT = 16,
    VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT = 32,
    VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT = 64,
    VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_TOOL_PURPOSE_VALIDATION_BIT_EXT):
  const
    VK_TOOL_PURPOSE_VALIDATION_BIT_EXT* = enum_VkToolPurposeFlagBits_1124075864.VK_TOOL_PURPOSE_VALIDATION_BIT
else:
  static :
    hint("Declaration of " & "VK_TOOL_PURPOSE_VALIDATION_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TOOL_PURPOSE_PROFILING_BIT_EXT):
  const
    VK_TOOL_PURPOSE_PROFILING_BIT_EXT* = enum_VkToolPurposeFlagBits_1124075864.VK_TOOL_PURPOSE_PROFILING_BIT
else:
  static :
    hint("Declaration of " & "VK_TOOL_PURPOSE_PROFILING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TOOL_PURPOSE_TRACING_BIT_EXT):
  const
    VK_TOOL_PURPOSE_TRACING_BIT_EXT* = enum_VkToolPurposeFlagBits_1124075864.VK_TOOL_PURPOSE_TRACING_BIT
else:
  static :
    hint("Declaration of " & "VK_TOOL_PURPOSE_TRACING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT):
  const
    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT* = enum_VkToolPurposeFlagBits_1124075864.VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT
else:
  static :
    hint("Declaration of " & "VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT):
  const
    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT* = enum_VkToolPurposeFlagBits_1124075864.VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT
else:
  static :
    hint("Declaration of " & "VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkSubmitFlagBits_1124075880* {.size: sizeof(cuint).} = enum
    VK_SUBMIT_PROTECTED_BIT = 1, VK_SUBMIT_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_SUBMIT_PROTECTED_BIT_KHR):
  const
    VK_SUBMIT_PROTECTED_BIT_KHR* = enum_VkSubmitFlagBits_1124075880.VK_SUBMIT_PROTECTED_BIT
else:
  static :
    hint("Declaration of " & "VK_SUBMIT_PROTECTED_BIT_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPipelineCreationFeedbackFlagBits_1124075890* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT = 1,
    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT = 2,
    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT = 4,
    VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT):
  const
    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT* = enum_VkPipelineCreationFeedbackFlagBits_1124075890.VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT):
  const
    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT* = enum_VkPipelineCreationFeedbackFlagBits_1124075890.VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT):
  const
    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT* = enum_VkPipelineCreationFeedbackFlagBits_1124075890.VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkRenderingFlagBits_1124075896* {.size: sizeof(cuint).} = enum
    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT = 1,
    VK_RENDERING_SUSPENDING_BIT = 2, VK_RENDERING_RESUMING_BIT = 4,
    VK_RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT = 8,
    VK_RENDERING_CONTENTS_INLINE_BIT_KHR = 16,
    VK_RENDERING_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE = 32,
    VK_RENDERING_FRAGMENT_REGION_BIT_EXT = 64,
    VK_RENDERING_CUSTOM_RESOLVE_BIT_EXT = 128,
    VK_RENDERING_LOCAL_READ_CONCURRENT_ACCESS_CONTROL_BIT_KHR = 256,
    VK_RENDERING_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR):
  const
    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR* = enum_VkRenderingFlagBits_1124075896.VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT
else:
  static :
    hint("Declaration of " &
        "VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RENDERING_SUSPENDING_BIT_KHR):
  const
    VK_RENDERING_SUSPENDING_BIT_KHR* = enum_VkRenderingFlagBits_1124075896.VK_RENDERING_SUSPENDING_BIT
else:
  static :
    hint("Declaration of " & "VK_RENDERING_SUSPENDING_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RENDERING_RESUMING_BIT_KHR):
  const
    VK_RENDERING_RESUMING_BIT_KHR* = enum_VkRenderingFlagBits_1124075896.VK_RENDERING_RESUMING_BIT
else:
  static :
    hint("Declaration of " & "VK_RENDERING_RESUMING_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_RENDERING_CONTENTS_INLINE_BIT_EXT):
  const
    VK_RENDERING_CONTENTS_INLINE_BIT_EXT* = enum_VkRenderingFlagBits_1124075896.VK_RENDERING_CONTENTS_INLINE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_RENDERING_CONTENTS_INLINE_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkPipelineRobustnessBufferBehavior_1124076188* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT = 0,
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED = 1,
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS = 2,
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2 = 3,
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT_EXT* = enum_VkPipelineRobustnessBufferBehavior_1124076188.VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DEVICE_DEFAULT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED_EXT* = enum_VkPipelineRobustnessBufferBehavior_1124076188.VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_DISABLED_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_EXT* = enum_VkPipelineRobustnessBufferBehavior_1124076188.VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT* = enum_VkPipelineRobustnessBufferBehavior_1124076188.VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT" &
        " already exists, not redeclaring")
type
  enum_VkPipelineRobustnessImageBehavior_1124076192* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT = 0,
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DISABLED = 1,
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS = 2,
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_2 = 3,
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_MAX_ENUM = 2147483647
when not declared(VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT_EXT* = enum_VkPipelineRobustnessImageBehavior_1124076192.VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DEVICE_DEFAULT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DISABLED_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DISABLED_EXT* = enum_VkPipelineRobustnessImageBehavior_1124076192.VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DISABLED
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_DISABLED_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_EXT* = enum_VkPipelineRobustnessImageBehavior_1124076192.VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_2_EXT):
  const
    VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_2_EXT* = enum_VkPipelineRobustnessImageBehavior_1124076192.VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_2
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_ROBUSTNESS_IMAGE_BEHAVIOR_ROBUST_IMAGE_ACCESS_2_EXT" &
        " already exists, not redeclaring")
type
  enum_VkQueueGlobalPriority_1124076196* {.size: sizeof(cuint).} = enum
    VK_QUEUE_GLOBAL_PRIORITY_LOW = 128, VK_QUEUE_GLOBAL_PRIORITY_MEDIUM = 256,
    VK_QUEUE_GLOBAL_PRIORITY_HIGH = 512,
    VK_QUEUE_GLOBAL_PRIORITY_REALTIME = 1024,
    VK_QUEUE_GLOBAL_PRIORITY_MAX_ENUM = 2147483647
when not declared(VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT):
  const
    VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_LOW
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT):
  const
    VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_MEDIUM
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT):
  const
    VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_HIGH
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT):
  const
    VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_REALTIME
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR):
  const
    VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_LOW
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR):
  const
    VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_MEDIUM
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR):
  const
    VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_HIGH
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_GLOBAL_PRIORITY_REALTIME_KHR):
  const
    VK_QUEUE_GLOBAL_PRIORITY_REALTIME_KHR* = enum_VkQueueGlobalPriority_1124076196.VK_QUEUE_GLOBAL_PRIORITY_REALTIME
else:
  static :
    hint("Declaration of " & "VK_QUEUE_GLOBAL_PRIORITY_REALTIME_KHR" &
        " already exists, not redeclaring")
type
  enum_VkLineRasterizationMode_1124076200* {.size: sizeof(cuint).} = enum
    VK_LINE_RASTERIZATION_MODE_DEFAULT = 0,
    VK_LINE_RASTERIZATION_MODE_RECTANGULAR = 1,
    VK_LINE_RASTERIZATION_MODE_BRESENHAM = 2,
    VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH = 3,
    VK_LINE_RASTERIZATION_MODE_MAX_ENUM = 2147483647
when not declared(VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT):
  const
    VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_DEFAULT
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT):
  const
    VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_RECTANGULAR
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT):
  const
    VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_BRESENHAM
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_BRESENHAM_EXT" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT):
  const
    VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_EXT" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_DEFAULT_KHR):
  const
    VK_LINE_RASTERIZATION_MODE_DEFAULT_KHR* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_DEFAULT
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_DEFAULT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_RECTANGULAR_KHR):
  const
    VK_LINE_RASTERIZATION_MODE_RECTANGULAR_KHR* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_RECTANGULAR
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_RECTANGULAR_KHR" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_BRESENHAM_KHR):
  const
    VK_LINE_RASTERIZATION_MODE_BRESENHAM_KHR* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_BRESENHAM
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_BRESENHAM_KHR" &
        " already exists, not redeclaring")
when not declared(VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_KHR):
  const
    VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_KHR* = enum_VkLineRasterizationMode_1124076200.VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH
else:
  static :
    hint("Declaration of " & "VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_KHR" &
        " already exists, not redeclaring")
type
  enum_VkMemoryUnmapFlagBits_1124076204* {.size: sizeof(cuint).} = enum
    VK_MEMORY_UNMAP_RESERVE_BIT_EXT = 1,
    VK_MEMORY_UNMAP_FLAG_BITS_MAX_ENUM = 2147483647
type
  enum_VkHostImageCopyFlagBits_1124076214* {.size: sizeof(cuint).} = enum
    VK_HOST_IMAGE_COPY_MEMCPY_BIT = 1,
    VK_HOST_IMAGE_COPY_FLAG_BITS_MAX_ENUM = 2147483647
when not declared(VK_HOST_IMAGE_COPY_MEMCPY):
  const
    VK_HOST_IMAGE_COPY_MEMCPY* = enum_VkHostImageCopyFlagBits_1124076214.VK_HOST_IMAGE_COPY_MEMCPY_BIT
else:
  static :
    hint("Declaration of " & "VK_HOST_IMAGE_COPY_MEMCPY" &
        " already exists, not redeclaring")
when not declared(VK_HOST_IMAGE_COPY_MEMCPY_BIT_EXT):
  const
    VK_HOST_IMAGE_COPY_MEMCPY_BIT_EXT* = enum_VkHostImageCopyFlagBits_1124076214.VK_HOST_IMAGE_COPY_MEMCPY_BIT
else:
  static :
    hint("Declaration of " & "VK_HOST_IMAGE_COPY_MEMCPY_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_HOST_IMAGE_COPY_MEMCPY_EXT):
  const
    VK_HOST_IMAGE_COPY_MEMCPY_EXT* = enum_VkHostImageCopyFlagBits_1124076214.VK_HOST_IMAGE_COPY_MEMCPY_BIT
else:
  static :
    hint("Declaration of " & "VK_HOST_IMAGE_COPY_MEMCPY_EXT" &
        " already exists, not redeclaring")
type
  enum_VkPresentModeKHR_1124076468* {.size: sizeof(cuint).} = enum
    VK_PRESENT_MODE_IMMEDIATE_KHR = 0, VK_PRESENT_MODE_MAILBOX_KHR = 1,
    VK_PRESENT_MODE_FIFO_KHR = 2, VK_PRESENT_MODE_FIFO_RELAXED_KHR = 3,
    VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR = 1000111000,
    VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR = 1000111001,
    VK_PRESENT_MODE_FIFO_LATEST_READY_KHR = 1000361000,
    VK_PRESENT_MODE_MAX_ENUM_KHR = 2147483647
when not declared(VK_PRESENT_MODE_FIFO_LATEST_READY_EXT):
  const
    VK_PRESENT_MODE_FIFO_LATEST_READY_EXT* = enum_VkPresentModeKHR_1124076468.VK_PRESENT_MODE_FIFO_LATEST_READY_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_MODE_FIFO_LATEST_READY_EXT" &
        " already exists, not redeclaring")
type
  enum_VkColorSpaceKHR_1124076472* {.size: sizeof(cuint).} = enum
    VK_COLOR_SPACE_SRGB_NONLINEAR_KHR = 0,
    VK_COLOR_SPACE_DISPLAY_P3_NONLINEAR_EXT = 1000104001,
    VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT = 1000104002,
    VK_COLOR_SPACE_DISPLAY_P3_LINEAR_EXT = 1000104003,
    VK_COLOR_SPACE_DCI_P3_NONLINEAR_EXT = 1000104004,
    VK_COLOR_SPACE_BT709_LINEAR_EXT = 1000104005,
    VK_COLOR_SPACE_BT709_NONLINEAR_EXT = 1000104006,
    VK_COLOR_SPACE_BT2020_LINEAR_EXT = 1000104007,
    VK_COLOR_SPACE_HDR10_ST2084_EXT = 1000104008,
    VK_COLOR_SPACE_DOLBYVISION_EXT = 1000104009,
    VK_COLOR_SPACE_HDR10_HLG_EXT = 1000104010,
    VK_COLOR_SPACE_ADOBERGB_LINEAR_EXT = 1000104011,
    VK_COLOR_SPACE_ADOBERGB_NONLINEAR_EXT = 1000104012,
    VK_COLOR_SPACE_PASS_THROUGH_EXT = 1000104013,
    VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT = 1000104014,
    VK_COLOR_SPACE_DISPLAY_NATIVE_AMD = 1000213000,
    VK_COLOR_SPACE_MAX_ENUM_KHR = 2147483647
when not declared(VK_COLORSPACE_SRGB_NONLINEAR_KHR_enumval):
  const
    VK_COLORSPACE_SRGB_NONLINEAR_KHR_enumval* = enum_VkColorSpaceKHR_1124076472.VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
else:
  static :
    hint("Declaration of " & "VK_COLORSPACE_SRGB_NONLINEAR_KHR_enumval" &
        " already exists, not redeclaring")
when not declared(VK_COLOR_SPACE_DCI_P3_LINEAR_EXT):
  const
    VK_COLOR_SPACE_DCI_P3_LINEAR_EXT* = enum_VkColorSpaceKHR_1124076472.VK_COLOR_SPACE_DISPLAY_P3_LINEAR_EXT
else:
  static :
    hint("Declaration of " & "VK_COLOR_SPACE_DCI_P3_LINEAR_EXT" &
        " already exists, not redeclaring")
type
  enum_VkSurfaceTransformFlagBitsKHR_1124076476* {.size: sizeof(cuint).} = enum
    VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR = 1,
    VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR = 2,
    VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR = 4,
    VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR = 8,
    VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR = 16,
    VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR = 32,
    VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR = 64,
    VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR = 128,
    VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR = 256,
    VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkCompositeAlphaFlagBitsKHR_1124076480* {.size: sizeof(cuint).} = enum
    VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 1,
    VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR = 2,
    VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR = 4,
    VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR = 8,
    VK_COMPOSITE_ALPHA_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkSwapchainCreateFlagBitsKHR_1124076508* {.size: sizeof(cuint).} = enum
    VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR = 1,
    VK_SWAPCHAIN_CREATE_PROTECTED_BIT_KHR = 2,
    VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR = 4,
    VK_SWAPCHAIN_CREATE_DEFERRED_MEMORY_ALLOCATION_BIT_KHR = 8,
    VK_SWAPCHAIN_CREATE_PRESENT_ID_2_BIT_KHR = 64,
    VK_SWAPCHAIN_CREATE_PRESENT_WAIT_2_BIT_KHR = 128,
    VK_SWAPCHAIN_CREATE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_SWAPCHAIN_CREATE_DEFERRED_MEMORY_ALLOCATION_BIT_EXT):
  const
    VK_SWAPCHAIN_CREATE_DEFERRED_MEMORY_ALLOCATION_BIT_EXT* = enum_VkSwapchainCreateFlagBitsKHR_1124076508.VK_SWAPCHAIN_CREATE_DEFERRED_MEMORY_ALLOCATION_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_SWAPCHAIN_CREATE_DEFERRED_MEMORY_ALLOCATION_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkDeviceGroupPresentModeFlagBitsKHR_1124076514* {.size: sizeof(cuint).} = enum
    VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR = 1,
    VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR = 2,
    VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR = 4,
    VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR = 8,
    VK_DEVICE_GROUP_PRESENT_MODE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkDisplayPlaneAlphaFlagBitsKHR_1124076576* {.size: sizeof(cuint).} = enum
    VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR = 1,
    VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR = 2,
    VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_BIT_KHR = 4,
    VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_PREMULTIPLIED_BIT_KHR = 8,
    VK_DISPLAY_PLANE_ALPHA_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkQueryResultStatusKHR_1124076636* {.size: sizeof(cint).} = enum
    VK_QUERY_RESULT_STATUS_INSUFFICIENT_BITSTREAM_BUFFER_RANGE_KHR = -1000299000,
    VK_QUERY_RESULT_STATUS_ERROR_KHR = -1,
    VK_QUERY_RESULT_STATUS_NOT_READY_KHR = 0,
    VK_QUERY_RESULT_STATUS_COMPLETE_KHR = 1,
    VK_QUERY_RESULT_STATUS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoCodecOperationFlagBitsKHR_1124076640* {.size: sizeof(cuint).} = enum
    VK_VIDEO_CODEC_OPERATION_NONE_KHR = 0,
    VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR = 1,
    VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR = 2,
    VK_VIDEO_CODEC_OPERATION_DECODE_AV1_BIT_KHR = 4,
    VK_VIDEO_CODEC_OPERATION_DECODE_VP9_BIT_KHR = 8,
    VK_VIDEO_CODEC_OPERATION_ENCODE_H264_BIT_KHR = 65536,
    VK_VIDEO_CODEC_OPERATION_ENCODE_H265_BIT_KHR = 131072,
    VK_VIDEO_CODEC_OPERATION_ENCODE_AV1_BIT_KHR = 262144,
    VK_VIDEO_CODEC_OPERATION_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoChromaSubsamplingFlagBitsKHR_1124076646* {.size: sizeof(cuint).} = enum
    VK_VIDEO_CHROMA_SUBSAMPLING_INVALID_KHR = 0,
    VK_VIDEO_CHROMA_SUBSAMPLING_MONOCHROME_BIT_KHR = 1,
    VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR = 2,
    VK_VIDEO_CHROMA_SUBSAMPLING_422_BIT_KHR = 4,
    VK_VIDEO_CHROMA_SUBSAMPLING_444_BIT_KHR = 8,
    VK_VIDEO_CHROMA_SUBSAMPLING_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoComponentBitDepthFlagBitsKHR_1124076652* {.size: sizeof(cuint).} = enum
    VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR = 0,
    VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR = 1,
    VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR = 4,
    VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR = 16,
    VK_VIDEO_COMPONENT_BIT_DEPTH_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoCapabilityFlagBitsKHR_1124076658* {.size: sizeof(cuint).} = enum
    VK_VIDEO_CAPABILITY_PROTECTED_CONTENT_BIT_KHR = 1,
    VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR = 2,
    VK_VIDEO_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoSessionCreateFlagBitsKHR_1124076664* {.size: sizeof(cuint).} = enum
    VK_VIDEO_SESSION_CREATE_PROTECTED_CONTENT_BIT_KHR = 1,
    VK_VIDEO_SESSION_CREATE_ALLOW_ENCODE_PARAMETER_OPTIMIZATIONS_BIT_KHR = 2,
    VK_VIDEO_SESSION_CREATE_INLINE_QUERIES_BIT_KHR = 4,
    VK_VIDEO_SESSION_CREATE_ALLOW_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR = 8,
    VK_VIDEO_SESSION_CREATE_ALLOW_ENCODE_EMPHASIS_MAP_BIT_KHR = 16,
    VK_VIDEO_SESSION_CREATE_INLINE_SESSION_PARAMETERS_BIT_KHR = 32,
    VK_VIDEO_SESSION_CREATE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoSessionParametersCreateFlagBitsKHR_1124076670* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_SESSION_PARAMETERS_CREATE_QUANTIZATION_MAP_COMPATIBLE_BIT_KHR = 1,
    VK_VIDEO_SESSION_PARAMETERS_CREATE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoCodingControlFlagBitsKHR_1124076680* {.size: sizeof(cuint).} = enum
    VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR = 1,
    VK_VIDEO_CODING_CONTROL_ENCODE_RATE_CONTROL_BIT_KHR = 2,
    VK_VIDEO_CODING_CONTROL_ENCODE_QUALITY_LEVEL_BIT_KHR = 4,
    VK_VIDEO_CODING_CONTROL_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoDecodeCapabilityFlagBitsKHR_1124076778* {.size: sizeof(cuint).} = enum
    VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_COINCIDE_BIT_KHR = 1,
    VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR = 2,
    VK_VIDEO_DECODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoDecodeUsageFlagBitsKHR_1124076784* {.size: sizeof(cuint).} = enum
    VK_VIDEO_DECODE_USAGE_DEFAULT_KHR = 0,
    VK_VIDEO_DECODE_USAGE_TRANSCODING_BIT_KHR = 1,
    VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR = 2,
    VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR = 4,
    VK_VIDEO_DECODE_USAGE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH264CapabilityFlagBitsKHR_1124076806* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H264_CAPABILITY_HRD_COMPLIANCE_BIT_KHR = 1, VK_VIDEO_ENCODE_H264_CAPABILITY_PREDICTION_WEIGHT_TABLE_GENERATED_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H264_CAPABILITY_ROW_UNALIGNED_SLICE_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H264_CAPABILITY_DIFFERENT_SLICE_TYPE_BIT_KHR = 8,
    VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L0_LIST_BIT_KHR = 16,
    VK_VIDEO_ENCODE_H264_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_KHR = 32,
    VK_VIDEO_ENCODE_H264_CAPABILITY_PER_PICTURE_TYPE_MIN_MAX_QP_BIT_KHR = 64,
    VK_VIDEO_ENCODE_H264_CAPABILITY_PER_SLICE_CONSTANT_QP_BIT_KHR = 128,
    VK_VIDEO_ENCODE_H264_CAPABILITY_GENERATE_PREFIX_NALU_BIT_KHR = 256,
    VK_VIDEO_ENCODE_H264_CAPABILITY_MB_QP_DIFF_WRAPAROUND_BIT_KHR = 512,
    VK_VIDEO_ENCODE_H264_CAPABILITY_B_PICTURE_INTRA_REFRESH_BIT_KHR = 1024,
    VK_VIDEO_ENCODE_H264_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH264StdFlagBitsKHR_1124076812* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H264_STD_SEPARATE_COLOR_PLANE_FLAG_SET_BIT_KHR = 1, VK_VIDEO_ENCODE_H264_STD_QPPRIME_Y_ZERO_TRANSFORM_BYPASS_FLAG_SET_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H264_STD_SCALING_MATRIX_PRESENT_FLAG_SET_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H264_STD_CHROMA_QP_INDEX_OFFSET_BIT_KHR = 8,
    VK_VIDEO_ENCODE_H264_STD_SECOND_CHROMA_QP_INDEX_OFFSET_BIT_KHR = 16,
    VK_VIDEO_ENCODE_H264_STD_PIC_INIT_QP_MINUS26_BIT_KHR = 32,
    VK_VIDEO_ENCODE_H264_STD_WEIGHTED_PRED_FLAG_SET_BIT_KHR = 64,
    VK_VIDEO_ENCODE_H264_STD_WEIGHTED_BIPRED_IDC_EXPLICIT_BIT_KHR = 128,
    VK_VIDEO_ENCODE_H264_STD_WEIGHTED_BIPRED_IDC_IMPLICIT_BIT_KHR = 256,
    VK_VIDEO_ENCODE_H264_STD_TRANSFORM_8X8_MODE_FLAG_SET_BIT_KHR = 512,
    VK_VIDEO_ENCODE_H264_STD_DIRECT_SPATIAL_MV_PRED_FLAG_UNSET_BIT_KHR = 1024,
    VK_VIDEO_ENCODE_H264_STD_ENTROPY_CODING_MODE_FLAG_UNSET_BIT_KHR = 2048,
    VK_VIDEO_ENCODE_H264_STD_ENTROPY_CODING_MODE_FLAG_SET_BIT_KHR = 4096,
    VK_VIDEO_ENCODE_H264_STD_DIRECT_8X8_INFERENCE_FLAG_UNSET_BIT_KHR = 8192,
    VK_VIDEO_ENCODE_H264_STD_CONSTRAINED_INTRA_PRED_FLAG_SET_BIT_KHR = 16384,
    VK_VIDEO_ENCODE_H264_STD_DEBLOCKING_FILTER_DISABLED_BIT_KHR = 32768,
    VK_VIDEO_ENCODE_H264_STD_DEBLOCKING_FILTER_ENABLED_BIT_KHR = 65536,
    VK_VIDEO_ENCODE_H264_STD_DEBLOCKING_FILTER_PARTIAL_BIT_KHR = 131072,
    VK_VIDEO_ENCODE_H264_STD_SLICE_QP_DELTA_BIT_KHR = 524288,
    VK_VIDEO_ENCODE_H264_STD_DIFFERENT_SLICE_QP_DELTA_BIT_KHR = 1048576,
    VK_VIDEO_ENCODE_H264_STD_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH264RateControlFlagBitsKHR_1124076818* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H264_RATE_CONTROL_ATTEMPT_HRD_COMPLIANCE_BIT_KHR = 1,
    VK_VIDEO_ENCODE_H264_RATE_CONTROL_REGULAR_GOP_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H264_RATE_CONTROL_REFERENCE_PATTERN_FLAT_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H264_RATE_CONTROL_REFERENCE_PATTERN_DYADIC_BIT_KHR = 8, VK_VIDEO_ENCODE_H264_RATE_CONTROL_TEMPORAL_LAYER_PATTERN_DYADIC_BIT_KHR = 16,
    VK_VIDEO_ENCODE_H264_RATE_CONTROL_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH265CapabilityFlagBitsKHR_1124076902* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H265_CAPABILITY_HRD_COMPLIANCE_BIT_KHR = 1, VK_VIDEO_ENCODE_H265_CAPABILITY_PREDICTION_WEIGHT_TABLE_GENERATED_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H265_CAPABILITY_ROW_UNALIGNED_SLICE_SEGMENT_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H265_CAPABILITY_DIFFERENT_SLICE_SEGMENT_TYPE_BIT_KHR = 8,
    VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L0_LIST_BIT_KHR = 16,
    VK_VIDEO_ENCODE_H265_CAPABILITY_B_FRAME_IN_L1_LIST_BIT_KHR = 32,
    VK_VIDEO_ENCODE_H265_CAPABILITY_PER_PICTURE_TYPE_MIN_MAX_QP_BIT_KHR = 64, VK_VIDEO_ENCODE_H265_CAPABILITY_PER_SLICE_SEGMENT_CONSTANT_QP_BIT_KHR = 128, VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_TILES_PER_SLICE_SEGMENT_BIT_KHR = 256, VK_VIDEO_ENCODE_H265_CAPABILITY_MULTIPLE_SLICE_SEGMENTS_PER_TILE_BIT_KHR = 512,
    VK_VIDEO_ENCODE_H265_CAPABILITY_CU_QP_DIFF_WRAPAROUND_BIT_KHR = 1024,
    VK_VIDEO_ENCODE_H265_CAPABILITY_B_PICTURE_INTRA_REFRESH_BIT_KHR = 2048,
    VK_VIDEO_ENCODE_H265_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH265StdFlagBitsKHR_1124076908* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H265_STD_SEPARATE_COLOR_PLANE_FLAG_SET_BIT_KHR = 1, VK_VIDEO_ENCODE_H265_STD_SAMPLE_ADAPTIVE_OFFSET_ENABLED_FLAG_SET_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H265_STD_SCALING_LIST_DATA_PRESENT_FLAG_SET_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H265_STD_PCM_ENABLED_FLAG_SET_BIT_KHR = 8,
    VK_VIDEO_ENCODE_H265_STD_SPS_TEMPORAL_MVP_ENABLED_FLAG_SET_BIT_KHR = 16,
    VK_VIDEO_ENCODE_H265_STD_INIT_QP_MINUS26_BIT_KHR = 32,
    VK_VIDEO_ENCODE_H265_STD_WEIGHTED_PRED_FLAG_SET_BIT_KHR = 64,
    VK_VIDEO_ENCODE_H265_STD_WEIGHTED_BIPRED_FLAG_SET_BIT_KHR = 128,
    VK_VIDEO_ENCODE_H265_STD_LOG2_PARALLEL_MERGE_LEVEL_MINUS2_BIT_KHR = 256,
    VK_VIDEO_ENCODE_H265_STD_SIGN_DATA_HIDING_ENABLED_FLAG_SET_BIT_KHR = 512,
    VK_VIDEO_ENCODE_H265_STD_TRANSFORM_SKIP_ENABLED_FLAG_SET_BIT_KHR = 1024,
    VK_VIDEO_ENCODE_H265_STD_TRANSFORM_SKIP_ENABLED_FLAG_UNSET_BIT_KHR = 2048, VK_VIDEO_ENCODE_H265_STD_PPS_SLICE_CHROMA_QP_OFFSETS_PRESENT_FLAG_SET_BIT_KHR = 4096,
    VK_VIDEO_ENCODE_H265_STD_TRANSQUANT_BYPASS_ENABLED_FLAG_SET_BIT_KHR = 8192,
    VK_VIDEO_ENCODE_H265_STD_CONSTRAINED_INTRA_PRED_FLAG_SET_BIT_KHR = 16384, VK_VIDEO_ENCODE_H265_STD_ENTROPY_CODING_SYNC_ENABLED_FLAG_SET_BIT_KHR = 32768, VK_VIDEO_ENCODE_H265_STD_DEBLOCKING_FILTER_OVERRIDE_ENABLED_FLAG_SET_BIT_KHR = 65536, VK_VIDEO_ENCODE_H265_STD_DEPENDENT_SLICE_SEGMENTS_ENABLED_FLAG_SET_BIT_KHR = 131072,
    VK_VIDEO_ENCODE_H265_STD_DEPENDENT_SLICE_SEGMENT_FLAG_SET_BIT_KHR = 262144,
    VK_VIDEO_ENCODE_H265_STD_SLICE_QP_DELTA_BIT_KHR = 524288,
    VK_VIDEO_ENCODE_H265_STD_DIFFERENT_SLICE_QP_DELTA_BIT_KHR = 1048576,
    VK_VIDEO_ENCODE_H265_STD_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076914* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H265_CTB_SIZE_16_BIT_KHR = 1,
    VK_VIDEO_ENCODE_H265_CTB_SIZE_32_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H265_CTB_SIZE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076920* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_4_BIT_KHR = 1,
    VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_8_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_16_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_32_BIT_KHR = 8, VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeH265RateControlFlagBitsKHR_1124076926* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_H265_RATE_CONTROL_ATTEMPT_HRD_COMPLIANCE_BIT_KHR = 1,
    VK_VIDEO_ENCODE_H265_RATE_CONTROL_REGULAR_GOP_BIT_KHR = 2,
    VK_VIDEO_ENCODE_H265_RATE_CONTROL_REFERENCE_PATTERN_FLAT_BIT_KHR = 4,
    VK_VIDEO_ENCODE_H265_RATE_CONTROL_REFERENCE_PATTERN_DYADIC_BIT_KHR = 8, VK_VIDEO_ENCODE_H265_RATE_CONTROL_TEMPORAL_SUB_LAYER_PATTERN_DYADIC_BIT_KHR = 16,
    VK_VIDEO_ENCODE_H265_RATE_CONTROL_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077012* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_PROGRESSIVE_KHR = 0, VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_INTERLEAVED_LINES_BIT_KHR = 1,
    VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_INTERLACED_SEPARATE_PLANES_BIT_KHR = 2,
    VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkPerformanceCounterUnitKHR_1124077324* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_COUNTER_UNIT_GENERIC_KHR = 0,
    VK_PERFORMANCE_COUNTER_UNIT_PERCENTAGE_KHR = 1,
    VK_PERFORMANCE_COUNTER_UNIT_NANOSECONDS_KHR = 2,
    VK_PERFORMANCE_COUNTER_UNIT_BYTES_KHR = 3,
    VK_PERFORMANCE_COUNTER_UNIT_BYTES_PER_SECOND_KHR = 4,
    VK_PERFORMANCE_COUNTER_UNIT_KELVIN_KHR = 5,
    VK_PERFORMANCE_COUNTER_UNIT_WATTS_KHR = 6,
    VK_PERFORMANCE_COUNTER_UNIT_VOLTS_KHR = 7,
    VK_PERFORMANCE_COUNTER_UNIT_AMPS_KHR = 8,
    VK_PERFORMANCE_COUNTER_UNIT_HERTZ_KHR = 9,
    VK_PERFORMANCE_COUNTER_UNIT_CYCLES_KHR = 10,
    VK_PERFORMANCE_COUNTER_UNIT_MAX_ENUM_KHR = 2147483647
type
  enum_VkPerformanceCounterScopeKHR_1124077328* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_BUFFER_KHR = 0,
    VK_PERFORMANCE_COUNTER_SCOPE_RENDER_PASS_KHR = 1,
    VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR = 2,
    VK_PERFORMANCE_COUNTER_SCOPE_MAX_ENUM_KHR = 2147483647
when not declared(VK_QUERY_SCOPE_COMMAND_BUFFER_KHR):
  const
    VK_QUERY_SCOPE_COMMAND_BUFFER_KHR* = enum_VkPerformanceCounterScopeKHR_1124077328.VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_BUFFER_KHR
else:
  static :
    hint("Declaration of " & "VK_QUERY_SCOPE_COMMAND_BUFFER_KHR" &
        " already exists, not redeclaring")
when not declared(VK_QUERY_SCOPE_RENDER_PASS_KHR):
  const
    VK_QUERY_SCOPE_RENDER_PASS_KHR* = enum_VkPerformanceCounterScopeKHR_1124077328.VK_PERFORMANCE_COUNTER_SCOPE_RENDER_PASS_KHR
else:
  static :
    hint("Declaration of " & "VK_QUERY_SCOPE_RENDER_PASS_KHR" &
        " already exists, not redeclaring")
when not declared(VK_QUERY_SCOPE_COMMAND_KHR):
  const
    VK_QUERY_SCOPE_COMMAND_KHR* = enum_VkPerformanceCounterScopeKHR_1124077328.VK_PERFORMANCE_COUNTER_SCOPE_COMMAND_KHR
else:
  static :
    hint("Declaration of " & "VK_QUERY_SCOPE_COMMAND_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPerformanceCounterStorageKHR_1124077332* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_COUNTER_STORAGE_INT32_KHR = 0,
    VK_PERFORMANCE_COUNTER_STORAGE_INT64_KHR = 1,
    VK_PERFORMANCE_COUNTER_STORAGE_UINT32_KHR = 2,
    VK_PERFORMANCE_COUNTER_STORAGE_UINT64_KHR = 3,
    VK_PERFORMANCE_COUNTER_STORAGE_FLOAT32_KHR = 4,
    VK_PERFORMANCE_COUNTER_STORAGE_FLOAT64_KHR = 5,
    VK_PERFORMANCE_COUNTER_STORAGE_MAX_ENUM_KHR = 2147483647
type
  enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077336* {.
      size: sizeof(cuint).} = enum
    VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_BIT_KHR = 1,
    VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_BIT_KHR = 2,
    VK_PERFORMANCE_COUNTER_DESCRIPTION_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_KHR):
  const
    VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_KHR* = enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077336.VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_KHR):
  const
    VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_KHR* = enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077336.VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_PERFORMANCE_COUNTER_DESCRIPTION_CONCURRENTLY_IMPACTED_KHR" &
        " already exists, not redeclaring")
type
  enum_VkAcquireProfilingLockFlagBitsKHR_1124077342* {.size: sizeof(cuint).} = enum
    VK_ACQUIRE_PROFILING_LOCK_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkFragmentShadingRateCombinerOpKHR_1124077610* {.size: sizeof(cuint).} = enum
    VK_FRAGMENT_SHADING_RATE_COMBINER_OP_KEEP_KHR = 0,
    VK_FRAGMENT_SHADING_RATE_COMBINER_OP_REPLACE_KHR = 1,
    VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MIN_KHR = 2,
    VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_KHR = 3,
    VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MUL_KHR = 4,
    VK_FRAGMENT_SHADING_RATE_COMBINER_OP_MAX_ENUM_KHR = 2147483647
type
  enum_VkPipelineExecutableStatisticFormatKHR_1124077702* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR = 0,
    VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR = 1,
    VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR = 2,
    VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR = 3,
    VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeTuningModeKHR_1124077768* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_TUNING_MODE_DEFAULT_KHR = 0,
    VK_VIDEO_ENCODE_TUNING_MODE_HIGH_QUALITY_KHR = 1,
    VK_VIDEO_ENCODE_TUNING_MODE_LOW_LATENCY_KHR = 2,
    VK_VIDEO_ENCODE_TUNING_MODE_ULTRA_LOW_LATENCY_KHR = 3,
    VK_VIDEO_ENCODE_TUNING_MODE_LOSSLESS_KHR = 4,
    VK_VIDEO_ENCODE_TUNING_MODE_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeFlagBitsKHR_1124077772* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_WITH_QUANTIZATION_DELTA_MAP_BIT_KHR = 1,
    VK_VIDEO_ENCODE_WITH_EMPHASIS_MAP_BIT_KHR = 2,
    VK_VIDEO_ENCODE_INTRA_REFRESH_BIT_KHR = 4,
    VK_VIDEO_ENCODE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeCapabilityFlagBitsKHR_1124077778* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_CAPABILITY_PRECEDING_EXTERNALLY_ENCODED_BYTES_BIT_KHR = 1, VK_VIDEO_ENCODE_CAPABILITY_INSUFFICIENT_BITSTREAM_BUFFER_RANGE_DETECTION_BIT_KHR = 2,
    VK_VIDEO_ENCODE_CAPABILITY_QUANTIZATION_DELTA_MAP_BIT_KHR = 4,
    VK_VIDEO_ENCODE_CAPABILITY_EMPHASIS_MAP_BIT_KHR = 8,
    VK_VIDEO_ENCODE_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeRateControlModeFlagBitsKHR_1124077784* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_RATE_CONTROL_MODE_DEFAULT_KHR = 0,
    VK_VIDEO_ENCODE_RATE_CONTROL_MODE_DISABLED_BIT_KHR = 1,
    VK_VIDEO_ENCODE_RATE_CONTROL_MODE_CBR_BIT_KHR = 2,
    VK_VIDEO_ENCODE_RATE_CONTROL_MODE_VBR_BIT_KHR = 4,
    VK_VIDEO_ENCODE_RATE_CONTROL_MODE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeFeedbackFlagBitsKHR_1124077790* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_FEEDBACK_BITSTREAM_BUFFER_OFFSET_BIT_KHR = 1,
    VK_VIDEO_ENCODE_FEEDBACK_BITSTREAM_BYTES_WRITTEN_BIT_KHR = 2,
    VK_VIDEO_ENCODE_FEEDBACK_BITSTREAM_HAS_OVERRIDES_BIT_KHR = 4,
    VK_VIDEO_ENCODE_FEEDBACK_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeUsageFlagBitsKHR_1124077796* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_USAGE_DEFAULT_KHR = 0,
    VK_VIDEO_ENCODE_USAGE_TRANSCODING_BIT_KHR = 1,
    VK_VIDEO_ENCODE_USAGE_STREAMING_BIT_KHR = 2,
    VK_VIDEO_ENCODE_USAGE_RECORDING_BIT_KHR = 4,
    VK_VIDEO_ENCODE_USAGE_CONFERENCING_BIT_KHR = 8,
    VK_VIDEO_ENCODE_USAGE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeContentFlagBitsKHR_1124077802* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_CONTENT_DEFAULT_KHR = 0,
    VK_VIDEO_ENCODE_CONTENT_CAMERA_BIT_KHR = 1,
    VK_VIDEO_ENCODE_CONTENT_DESKTOP_BIT_KHR = 2,
    VK_VIDEO_ENCODE_CONTENT_RENDERED_BIT_KHR = 4,
    VK_VIDEO_ENCODE_CONTENT_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkPresentScalingFlagBitsKHR_1124078114* {.size: sizeof(cuint).} = enum
    VK_PRESENT_SCALING_ONE_TO_ONE_BIT_KHR = 1,
    VK_PRESENT_SCALING_ASPECT_RATIO_STRETCH_BIT_KHR = 2,
    VK_PRESENT_SCALING_STRETCH_BIT_KHR = 4,
    VK_PRESENT_SCALING_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_PRESENT_SCALING_ONE_TO_ONE_BIT_EXT):
  const
    VK_PRESENT_SCALING_ONE_TO_ONE_BIT_EXT* = enum_VkPresentScalingFlagBitsKHR_1124078114.VK_PRESENT_SCALING_ONE_TO_ONE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_SCALING_ONE_TO_ONE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PRESENT_SCALING_ASPECT_RATIO_STRETCH_BIT_EXT):
  const
    VK_PRESENT_SCALING_ASPECT_RATIO_STRETCH_BIT_EXT* = enum_VkPresentScalingFlagBitsKHR_1124078114.VK_PRESENT_SCALING_ASPECT_RATIO_STRETCH_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_SCALING_ASPECT_RATIO_STRETCH_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PRESENT_SCALING_STRETCH_BIT_EXT):
  const
    VK_PRESENT_SCALING_STRETCH_BIT_EXT* = enum_VkPresentScalingFlagBitsKHR_1124078114.VK_PRESENT_SCALING_STRETCH_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_SCALING_STRETCH_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkPresentGravityFlagBitsKHR_1124078120* {.size: sizeof(cuint).} = enum
    VK_PRESENT_GRAVITY_MIN_BIT_KHR = 1, VK_PRESENT_GRAVITY_MAX_BIT_KHR = 2,
    VK_PRESENT_GRAVITY_CENTERED_BIT_KHR = 4,
    VK_PRESENT_GRAVITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_PRESENT_GRAVITY_MIN_BIT_EXT):
  const
    VK_PRESENT_GRAVITY_MIN_BIT_EXT* = enum_VkPresentGravityFlagBitsKHR_1124078120.VK_PRESENT_GRAVITY_MIN_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_GRAVITY_MIN_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PRESENT_GRAVITY_MAX_BIT_EXT):
  const
    VK_PRESENT_GRAVITY_MAX_BIT_EXT* = enum_VkPresentGravityFlagBitsKHR_1124078120.VK_PRESENT_GRAVITY_MAX_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_GRAVITY_MAX_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PRESENT_GRAVITY_CENTERED_BIT_EXT):
  const
    VK_PRESENT_GRAVITY_CENTERED_BIT_EXT* = enum_VkPresentGravityFlagBitsKHR_1124078120.VK_PRESENT_GRAVITY_CENTERED_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_PRESENT_GRAVITY_CENTERED_BIT_EXT" &
        " already exists, not redeclaring")
type
  enum_VkComponentTypeKHR_1124078164* {.size: sizeof(cuint).} = enum
    VK_COMPONENT_TYPE_FLOAT16_KHR = 0, VK_COMPONENT_TYPE_FLOAT32_KHR = 1,
    VK_COMPONENT_TYPE_FLOAT64_KHR = 2, VK_COMPONENT_TYPE_SINT8_KHR = 3,
    VK_COMPONENT_TYPE_SINT16_KHR = 4, VK_COMPONENT_TYPE_SINT32_KHR = 5,
    VK_COMPONENT_TYPE_SINT64_KHR = 6, VK_COMPONENT_TYPE_UINT8_KHR = 7,
    VK_COMPONENT_TYPE_UINT16_KHR = 8, VK_COMPONENT_TYPE_UINT32_KHR = 9,
    VK_COMPONENT_TYPE_UINT64_KHR = 10,
    VK_COMPONENT_TYPE_BFLOAT16_KHR = 1000141000,
    VK_COMPONENT_TYPE_SINT8_PACKED_NV = 1000491000,
    VK_COMPONENT_TYPE_UINT8_PACKED_NV = 1000491001,
    VK_COMPONENT_TYPE_FLOAT8_E4M3_EXT = 1000491002,
    VK_COMPONENT_TYPE_FLOAT8_E5M2_EXT = 1000491003,
    VK_COMPONENT_TYPE_MAX_ENUM_KHR = 2147483647
when not declared(VK_COMPONENT_TYPE_FLOAT16_NV):
  const
    VK_COMPONENT_TYPE_FLOAT16_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_FLOAT16_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_FLOAT16_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_FLOAT32_NV):
  const
    VK_COMPONENT_TYPE_FLOAT32_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_FLOAT32_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_FLOAT32_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_FLOAT64_NV):
  const
    VK_COMPONENT_TYPE_FLOAT64_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_FLOAT64_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_FLOAT64_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_SINT8_NV):
  const
    VK_COMPONENT_TYPE_SINT8_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_SINT8_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_SINT8_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_SINT16_NV):
  const
    VK_COMPONENT_TYPE_SINT16_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_SINT16_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_SINT16_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_SINT32_NV):
  const
    VK_COMPONENT_TYPE_SINT32_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_SINT32_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_SINT32_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_SINT64_NV):
  const
    VK_COMPONENT_TYPE_SINT64_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_SINT64_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_SINT64_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_UINT8_NV):
  const
    VK_COMPONENT_TYPE_UINT8_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_UINT8_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_UINT8_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_UINT16_NV):
  const
    VK_COMPONENT_TYPE_UINT16_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_UINT16_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_UINT16_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_UINT32_NV):
  const
    VK_COMPONENT_TYPE_UINT32_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_UINT32_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_UINT32_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_UINT64_NV):
  const
    VK_COMPONENT_TYPE_UINT64_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_UINT64_KHR
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_UINT64_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_FLOAT_E4M3_NV):
  const
    VK_COMPONENT_TYPE_FLOAT_E4M3_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_FLOAT8_E4M3_EXT
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_FLOAT_E4M3_NV" &
        " already exists, not redeclaring")
when not declared(VK_COMPONENT_TYPE_FLOAT_E5M2_NV):
  const
    VK_COMPONENT_TYPE_FLOAT_E5M2_NV* = enum_VkComponentTypeKHR_1124078164.VK_COMPONENT_TYPE_FLOAT8_E5M2_EXT
else:
  static :
    hint("Declaration of " & "VK_COMPONENT_TYPE_FLOAT_E5M2_NV" &
        " already exists, not redeclaring")
type
  enum_VkScopeKHR_1124078168* {.size: sizeof(cuint).} = enum
    VK_SCOPE_DEVICE_KHR = 1, VK_SCOPE_WORKGROUP_KHR = 2,
    VK_SCOPE_SUBGROUP_KHR = 3, VK_SCOPE_QUEUE_FAMILY_KHR = 5,
    VK_SCOPE_MAX_ENUM_KHR = 2147483647
when not declared(VK_SCOPE_DEVICE_NV):
  const
    VK_SCOPE_DEVICE_NV* = enum_VkScopeKHR_1124078168.VK_SCOPE_DEVICE_KHR
else:
  static :
    hint("Declaration of " & "VK_SCOPE_DEVICE_NV" &
        " already exists, not redeclaring")
when not declared(VK_SCOPE_WORKGROUP_NV):
  const
    VK_SCOPE_WORKGROUP_NV* = enum_VkScopeKHR_1124078168.VK_SCOPE_WORKGROUP_KHR
else:
  static :
    hint("Declaration of " & "VK_SCOPE_WORKGROUP_NV" &
        " already exists, not redeclaring")
when not declared(VK_SCOPE_SUBGROUP_NV):
  const
    VK_SCOPE_SUBGROUP_NV* = enum_VkScopeKHR_1124078168.VK_SCOPE_SUBGROUP_KHR
else:
  static :
    hint("Declaration of " & "VK_SCOPE_SUBGROUP_NV" &
        " already exists, not redeclaring")
when not declared(VK_SCOPE_QUEUE_FAMILY_NV):
  const
    VK_SCOPE_QUEUE_FAMILY_NV* = enum_VkScopeKHR_1124078168.VK_SCOPE_QUEUE_FAMILY_KHR
else:
  static :
    hint("Declaration of " & "VK_SCOPE_QUEUE_FAMILY_NV" &
        " already exists, not redeclaring")
type
  enum_VkVideoEncodeAV1PredictionModeKHR_1124078224* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_INTRA_ONLY_KHR = 0,
    VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_SINGLE_REFERENCE_KHR = 1,
    VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_UNIDIRECTIONAL_COMPOUND_KHR = 2,
    VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_BIDIRECTIONAL_COMPOUND_KHR = 3,
    VK_VIDEO_ENCODE_AV1_PREDICTION_MODE_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeAV1RateControlGroupKHR_1124078228* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_INTRA_KHR = 0,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_PREDICTIVE_KHR = 1,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_BIPREDICTIVE_KHR = 2,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_GROUP_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078232* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_AV1_CAPABILITY_PER_RATE_CONTROL_GROUP_MIN_MAX_Q_INDEX_BIT_KHR = 1,
    VK_VIDEO_ENCODE_AV1_CAPABILITY_GENERATE_OBU_EXTENSION_HEADER_BIT_KHR = 2,
    VK_VIDEO_ENCODE_AV1_CAPABILITY_PRIMARY_REFERENCE_CDF_ONLY_BIT_KHR = 4,
    VK_VIDEO_ENCODE_AV1_CAPABILITY_FRAME_SIZE_OVERRIDE_BIT_KHR = 8,
    VK_VIDEO_ENCODE_AV1_CAPABILITY_MOTION_VECTOR_SCALING_BIT_KHR = 16, VK_VIDEO_ENCODE_AV1_CAPABILITY_COMPOUND_PREDICTION_INTRA_REFRESH_BIT_KHR = 32,
    VK_VIDEO_ENCODE_AV1_CAPABILITY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeAV1StdFlagBitsKHR_1124078238* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_AV1_STD_UNIFORM_TILE_SPACING_FLAG_SET_BIT_KHR = 1,
    VK_VIDEO_ENCODE_AV1_STD_SKIP_MODE_PRESENT_UNSET_BIT_KHR = 2,
    VK_VIDEO_ENCODE_AV1_STD_PRIMARY_REF_FRAME_BIT_KHR = 4,
    VK_VIDEO_ENCODE_AV1_STD_DELTA_Q_BIT_KHR = 8,
    VK_VIDEO_ENCODE_AV1_STD_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078244* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_AV1_SUPERBLOCK_SIZE_64_BIT_KHR = 1,
    VK_VIDEO_ENCODE_AV1_SUPERBLOCK_SIZE_128_BIT_KHR = 2,
    VK_VIDEO_ENCODE_AV1_SUPERBLOCK_SIZE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeAV1RateControlFlagBitsKHR_1124078250* {.size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_REGULAR_GOP_BIT_KHR = 1,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_TEMPORAL_LAYER_PATTERN_DYADIC_BIT_KHR = 2,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_REFERENCE_PATTERN_FLAT_BIT_KHR = 4,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_REFERENCE_PATTERN_DYADIC_BIT_KHR = 8,
    VK_VIDEO_ENCODE_AV1_RATE_CONTROL_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkTimeDomainKHR_1124078376* {.size: sizeof(cuint).} = enum
    VK_TIME_DOMAIN_DEVICE_KHR = 0, VK_TIME_DOMAIN_CLOCK_MONOTONIC_KHR = 1,
    VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_KHR = 2,
    VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_KHR = 3,
    VK_TIME_DOMAIN_MAX_ENUM_KHR = 2147483647
when not declared(VK_TIME_DOMAIN_DEVICE_EXT):
  const
    VK_TIME_DOMAIN_DEVICE_EXT* = enum_VkTimeDomainKHR_1124078376.VK_TIME_DOMAIN_DEVICE_KHR
else:
  static :
    hint("Declaration of " & "VK_TIME_DOMAIN_DEVICE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TIME_DOMAIN_CLOCK_MONOTONIC_EXT):
  const
    VK_TIME_DOMAIN_CLOCK_MONOTONIC_EXT* = enum_VkTimeDomainKHR_1124078376.VK_TIME_DOMAIN_CLOCK_MONOTONIC_KHR
else:
  static :
    hint("Declaration of " & "VK_TIME_DOMAIN_CLOCK_MONOTONIC_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT):
  const
    VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT* = enum_VkTimeDomainKHR_1124078376.VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_KHR
else:
  static :
    hint("Declaration of " & "VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT" &
        " already exists, not redeclaring")
when not declared(VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_EXT):
  const
    VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_EXT* = enum_VkTimeDomainKHR_1124078376.VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_KHR
else:
  static :
    hint("Declaration of " & "VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_EXT" &
        " already exists, not redeclaring")
type
  enum_VkAddressCopyFlagBitsKHR_1124078424* {.size: sizeof(cuint).} = enum
    VK_ADDRESS_COPY_DEVICE_LOCAL_BIT_KHR = 1,
    VK_ADDRESS_COPY_SPARSE_BIT_KHR = 2, VK_ADDRESS_COPY_PROTECTED_BIT_KHR = 4,
    VK_ADDRESS_COPY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078462* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_NONE_KHR = 0,
    VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_PER_PICTURE_PARTITION_BIT_KHR = 1,
    VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_BLOCK_BASED_BIT_KHR = 2,
    VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_BLOCK_ROW_BASED_BIT_KHR = 4,
    VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_BLOCK_COLUMN_BASED_BIT_KHR = 8,
    VK_VIDEO_ENCODE_INTRA_REFRESH_MODE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkPhysicalDeviceLayeredApiKHR_1124078532* {.size: sizeof(cuint).} = enum
    VK_PHYSICAL_DEVICE_LAYERED_API_VULKAN_KHR = 0,
    VK_PHYSICAL_DEVICE_LAYERED_API_D3D12_KHR = 1,
    VK_PHYSICAL_DEVICE_LAYERED_API_METAL_KHR = 2,
    VK_PHYSICAL_DEVICE_LAYERED_API_OPENGL_KHR = 3,
    VK_PHYSICAL_DEVICE_LAYERED_API_OPENGLES_KHR = 4,
    VK_PHYSICAL_DEVICE_LAYERED_API_MAX_ENUM_KHR = 2147483647
type
  enum_VkDefaultVertexAttributeValueKHR_1124078572* {.size: sizeof(cuint).} = enum
    VK_DEFAULT_VERTEX_ATTRIBUTE_VALUE_ZERO_ZERO_ZERO_ZERO_KHR = 0,
    VK_DEFAULT_VERTEX_ATTRIBUTE_VALUE_ZERO_ZERO_ZERO_ONE_KHR = 1,
    VK_DEFAULT_VERTEX_ATTRIBUTE_VALUE_MAX_ENUM_KHR = 2147483647
type
  enum_VkRenderingAttachmentFlagBitsKHR_1124078620* {.size: sizeof(cuint).} = enum
    VK_RENDERING_ATTACHMENT_INPUT_ATTACHMENT_FEEDBACK_BIT_KHR = 1,
    VK_RENDERING_ATTACHMENT_RESOLVE_SKIP_TRANSFER_FUNCTION_BIT_KHR = 2,
    VK_RENDERING_ATTACHMENT_RESOLVE_ENABLE_TRANSFER_FUNCTION_BIT_KHR = 4,
    VK_RENDERING_ATTACHMENT_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkResolveImageFlagBitsKHR_1124078626* {.size: sizeof(cuint).} = enum
    VK_RESOLVE_IMAGE_SKIP_TRANSFER_FUNCTION_BIT_KHR = 1,
    VK_RESOLVE_IMAGE_ENABLE_TRANSFER_FUNCTION_BIT_KHR = 2,
    VK_RESOLVE_IMAGE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkDebugReportObjectTypeEXT_1124078656* {.size: sizeof(cuint).} = enum
    VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT = 0,
    VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT = 1,
    VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT = 2,
    VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT = 3,
    VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT = 4,
    VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT = 5,
    VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT = 6,
    VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT = 7,
    VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT = 8,
    VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT = 9,
    VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT = 10,
    VK_DEBUG_REPORT_OBJECT_TYPE_EVENT_EXT = 11,
    VK_DEBUG_REPORT_OBJECT_TYPE_QUERY_POOL_EXT = 12,
    VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT = 13,
    VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_VIEW_EXT = 14,
    VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT = 15,
    VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_CACHE_EXT = 16,
    VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_LAYOUT_EXT = 17,
    VK_DEBUG_REPORT_OBJECT_TYPE_RENDER_PASS_EXT = 18,
    VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_EXT = 19,
    VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT_EXT = 20,
    VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT = 21,
    VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT = 22,
    VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT = 23,
    VK_DEBUG_REPORT_OBJECT_TYPE_FRAMEBUFFER_EXT = 24,
    VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT = 25,
    VK_DEBUG_REPORT_OBJECT_TYPE_SURFACE_KHR_EXT = 26,
    VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EXT = 27,
    VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT_EXT = 28,
    VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_KHR_EXT = 29,
    VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_MODE_KHR_EXT = 30,
    VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT = 33,
    VK_DEBUG_REPORT_OBJECT_TYPE_CU_MODULE_NVX_EXT = 1000029000,
    VK_DEBUG_REPORT_OBJECT_TYPE_CU_FUNCTION_NVX_EXT = 1000029001,
    VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_EXT = 1000085000,
    VK_DEBUG_REPORT_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR_EXT = 1000150000,
    VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_EXT = 1000156000,
    VK_DEBUG_REPORT_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV_EXT = 1000165000,
    VK_DEBUG_REPORT_OBJECT_TYPE_CUDA_MODULE_NV_EXT = 1000307000,
    VK_DEBUG_REPORT_OBJECT_TYPE_CUDA_FUNCTION_NV_EXT = 1000307001,
    VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_COLLECTION_FUCHSIA_EXT = 1000366000,
    VK_DEBUG_REPORT_OBJECT_TYPE_MAX_ENUM_EXT = 2147483647
when not declared(VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT):
  const
    VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT* = enum_VkDebugReportObjectTypeEXT_1124078656.VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT_EXT
else:
  static :
    hint("Declaration of " & "VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT):
  const
    VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT* = enum_VkDebugReportObjectTypeEXT_1124078656.VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT
else:
  static :
    hint("Declaration of " & "VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT):
  const
    VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT* = enum_VkDebugReportObjectTypeEXT_1124078656.VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_EXT
else:
  static :
    hint("Declaration of " &
        "VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT" &
        " already exists, not redeclaring")
when not declared(VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR_EXT):
  const
    VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR_EXT* = enum_VkDebugReportObjectTypeEXT_1124078656.VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_EXT
else:
  static :
    hint("Declaration of " &
        "VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR_EXT" &
        " already exists, not redeclaring")
type
  enum_VkDebugReportFlagBitsEXT_1124078660* {.size: sizeof(cuint).} = enum
    VK_DEBUG_REPORT_INFORMATION_BIT_EXT = 1,
    VK_DEBUG_REPORT_WARNING_BIT_EXT = 2,
    VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT = 4,
    VK_DEBUG_REPORT_ERROR_BIT_EXT = 8, VK_DEBUG_REPORT_DEBUG_BIT_EXT = 16,
    VK_DEBUG_REPORT_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkRasterizationOrderAMD_1124078678* {.size: sizeof(cuint).} = enum
    VK_RASTERIZATION_ORDER_STRICT_AMD = 0,
    VK_RASTERIZATION_ORDER_RELAXED_AMD = 1,
    VK_RASTERIZATION_ORDER_MAX_ENUM_AMD = 2147483647
type
  enum_VkShaderInfoTypeAMD_1124078798* {.size: sizeof(cuint).} = enum
    VK_SHADER_INFO_TYPE_STATISTICS_AMD = 0, VK_SHADER_INFO_TYPE_BINARY_AMD = 1,
    VK_SHADER_INFO_TYPE_DISASSEMBLY_AMD = 2,
    VK_SHADER_INFO_TYPE_MAX_ENUM_AMD = 2147483647
type
  enum_VkExternalMemoryHandleTypeFlagBitsNV_1124078816* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_NV = 1,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_NV = 2,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_BIT_NV = 4,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_KMT_BIT_NV = 8,
    VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkExternalMemoryFeatureFlagBitsNV_1124078822* {.size: sizeof(cuint).} = enum
    VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV = 1,
    VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV = 2,
    VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV = 4,
    VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkValidationCheckEXT_1124078842* {.size: sizeof(cuint).} = enum
    VK_VALIDATION_CHECK_ALL_EXT = 0, VK_VALIDATION_CHECK_SHADERS_EXT = 1,
    VK_VALIDATION_CHECK_MAX_ENUM_EXT = 2147483647
type
  enum_VkConditionalRenderingFlagBitsEXT_1124078870* {.size: sizeof(cuint).} = enum
    VK_CONDITIONAL_RENDERING_INVERTED_BIT_EXT = 1,
    VK_CONDITIONAL_RENDERING_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkSurfaceCounterFlagBitsEXT_1124078904* {.size: sizeof(cuint).} = enum
    VK_SURFACE_COUNTER_VBLANK_BIT_EXT = 1,
    VK_SURFACE_COUNTER_FLAG_BITS_MAX_ENUM_EXT = 2147483647
when not declared(VK_SURFACE_COUNTER_VBLANK_EXT):
  const
    VK_SURFACE_COUNTER_VBLANK_EXT* = enum_VkSurfaceCounterFlagBitsEXT_1124078904.VK_SURFACE_COUNTER_VBLANK_BIT_EXT
else:
  static :
    hint("Declaration of " & "VK_SURFACE_COUNTER_VBLANK_EXT" &
        " already exists, not redeclaring")
type
  enum_VkDisplayPowerStateEXT_1124078916* {.size: sizeof(cuint).} = enum
    VK_DISPLAY_POWER_STATE_OFF_EXT = 0, VK_DISPLAY_POWER_STATE_SUSPEND_EXT = 1,
    VK_DISPLAY_POWER_STATE_ON_EXT = 2,
    VK_DISPLAY_POWER_STATE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceEventTypeEXT_1124078920* {.size: sizeof(cuint).} = enum
    VK_DEVICE_EVENT_TYPE_DISPLAY_HOTPLUG_EXT = 0,
    VK_DEVICE_EVENT_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDisplayEventTypeEXT_1124078924* {.size: sizeof(cuint).} = enum
    VK_DISPLAY_EVENT_TYPE_FIRST_PIXEL_OUT_EXT = 0,
    VK_DISPLAY_EVENT_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkViewportCoordinateSwizzleNV_1124078980* {.size: sizeof(cuint).} = enum
    VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_X_NV = 0,
    VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_X_NV = 1,
    VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Y_NV = 2,
    VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Y_NV = 3,
    VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Z_NV = 4,
    VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Z_NV = 5,
    VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_W_NV = 6,
    VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_W_NV = 7,
    VK_VIEWPORT_COORDINATE_SWIZZLE_MAX_ENUM_NV = 2147483647
type
  enum_VkDiscardRectangleModeEXT_1124078994* {.size: sizeof(cuint).} = enum
    VK_DISCARD_RECTANGLE_MODE_INCLUSIVE_EXT = 0,
    VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT = 1,
    VK_DISCARD_RECTANGLE_MODE_MAX_ENUM_EXT = 2147483647
type
  enum_VkConservativeRasterizationModeEXT_1124079014* {.size: sizeof(cuint).} = enum
    VK_CONSERVATIVE_RASTERIZATION_MODE_DISABLED_EXT = 0,
    VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT = 1,
    VK_CONSERVATIVE_RASTERIZATION_MODE_UNDERESTIMATE_EXT = 2,
    VK_CONSERVATIVE_RASTERIZATION_MODE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDebugUtilsMessageSeverityFlagBitsEXT_1124079056* {.size: sizeof(cuint).} = enum
    VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT = 1,
    VK_DEBUG_UTILS_MESSAGE_SEVERITY_INFO_BIT_EXT = 16,
    VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT = 256,
    VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT = 4096,
    VK_DEBUG_UTILS_MESSAGE_SEVERITY_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkDebugUtilsMessageTypeFlagBitsEXT_1124079060* {.size: sizeof(cuint).} = enum
    VK_DEBUG_UTILS_MESSAGE_TYPE_GENERAL_BIT_EXT = 1,
    VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT = 2,
    VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT = 4,
    VK_DEBUG_UTILS_MESSAGE_TYPE_DEVICE_ADDRESS_BINDING_BIT_EXT = 8,
    VK_DEBUG_UTILS_MESSAGE_TYPE_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkBlendOverlapEXT_1124079168* {.size: sizeof(cuint).} = enum
    VK_BLEND_OVERLAP_UNCORRELATED_EXT = 0, VK_BLEND_OVERLAP_DISJOINT_EXT = 1,
    VK_BLEND_OVERLAP_CONJOINT_EXT = 2,
    VK_BLEND_OVERLAP_MAX_ENUM_EXT = 2147483647
type
  enum_VkCoverageModulationModeNV_1124079190* {.size: sizeof(cuint).} = enum
    VK_COVERAGE_MODULATION_MODE_NONE_NV = 0,
    VK_COVERAGE_MODULATION_MODE_RGB_NV = 1,
    VK_COVERAGE_MODULATION_MODE_ALPHA_NV = 2,
    VK_COVERAGE_MODULATION_MODE_RGBA_NV = 3,
    VK_COVERAGE_MODULATION_MODE_MAX_ENUM_NV = 2147483647
type
  enum_VkValidationCacheHeaderVersionEXT_1124079246* {.size: sizeof(cuint).} = enum
    VK_VALIDATION_CACHE_HEADER_VERSION_ONE_EXT = 1,
    VK_VALIDATION_CACHE_HEADER_VERSION_MAX_ENUM_EXT = 2147483647
type
  enum_VkShadingRatePaletteEntryNV_1124079282* {.size: sizeof(cuint).} = enum
    VK_SHADING_RATE_PALETTE_ENTRY_NO_INVOCATIONS_NV = 0,
    VK_SHADING_RATE_PALETTE_ENTRY_16_INVOCATIONS_PER_PIXEL_NV = 1,
    VK_SHADING_RATE_PALETTE_ENTRY_8_INVOCATIONS_PER_PIXEL_NV = 2,
    VK_SHADING_RATE_PALETTE_ENTRY_4_INVOCATIONS_PER_PIXEL_NV = 3,
    VK_SHADING_RATE_PALETTE_ENTRY_2_INVOCATIONS_PER_PIXEL_NV = 4,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_PIXEL_NV = 5,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_2X1_PIXELS_NV = 6,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_1X2_PIXELS_NV = 7,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_2X2_PIXELS_NV = 8,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_4X2_PIXELS_NV = 9,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_2X4_PIXELS_NV = 10,
    VK_SHADING_RATE_PALETTE_ENTRY_1_INVOCATION_PER_4X4_PIXELS_NV = 11,
    VK_SHADING_RATE_PALETTE_ENTRY_MAX_ENUM_NV = 2147483647
type
  enum_VkCoarseSampleOrderTypeNV_1124079286* {.size: sizeof(cuint).} = enum
    VK_COARSE_SAMPLE_ORDER_TYPE_DEFAULT_NV = 0,
    VK_COARSE_SAMPLE_ORDER_TYPE_CUSTOM_NV = 1,
    VK_COARSE_SAMPLE_ORDER_TYPE_PIXEL_MAJOR_NV = 2,
    VK_COARSE_SAMPLE_ORDER_TYPE_SAMPLE_MAJOR_NV = 3,
    VK_COARSE_SAMPLE_ORDER_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkRayTracingShaderGroupTypeKHR_1124079326* {.size: sizeof(cuint).} = enum
    VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_KHR = 0,
    VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_KHR = 1,
    VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_KHR = 2,
    VK_RAY_TRACING_SHADER_GROUP_TYPE_MAX_ENUM_KHR = 2147483647
when not declared(VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_NV):
  const
    VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_NV* = enum_VkRayTracingShaderGroupTypeKHR_1124079326.VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_KHR
else:
  static :
    hint("Declaration of " & "VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_NV" &
        " already exists, not redeclaring")
when not declared(VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_NV):
  const
    VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_NV* = enum_VkRayTracingShaderGroupTypeKHR_1124079326.VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_KHR
else:
  static :
    hint("Declaration of " &
        "VK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_NV" &
        " already exists, not redeclaring")
when not declared(VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_NV):
  const
    VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_NV* = enum_VkRayTracingShaderGroupTypeKHR_1124079326.VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_KHR
else:
  static :
    hint("Declaration of " &
        "VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_NV" &
        " already exists, not redeclaring")
type
  enum_VkGeometryTypeKHR_1124079332* {.size: sizeof(cuint).} = enum
    VK_GEOMETRY_TYPE_TRIANGLES_KHR = 0, VK_GEOMETRY_TYPE_AABBS_KHR = 1,
    VK_GEOMETRY_TYPE_INSTANCES_KHR = 2,
    VK_GEOMETRY_TYPE_SPHERES_NV = 1000429004,
    VK_GEOMETRY_TYPE_LINEAR_SWEPT_SPHERES_NV = 1000429005,
    VK_GEOMETRY_TYPE_DENSE_GEOMETRY_FORMAT_TRIANGLES_AMDX = 1000478000,
    VK_GEOMETRY_TYPE_MAX_ENUM_KHR = 2147483647
when not declared(VK_GEOMETRY_TYPE_TRIANGLES_NV):
  const
    VK_GEOMETRY_TYPE_TRIANGLES_NV* = enum_VkGeometryTypeKHR_1124079332.VK_GEOMETRY_TYPE_TRIANGLES_KHR
else:
  static :
    hint("Declaration of " & "VK_GEOMETRY_TYPE_TRIANGLES_NV" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_TYPE_AABBS_NV):
  const
    VK_GEOMETRY_TYPE_AABBS_NV* = enum_VkGeometryTypeKHR_1124079332.VK_GEOMETRY_TYPE_AABBS_KHR
else:
  static :
    hint("Declaration of " & "VK_GEOMETRY_TYPE_AABBS_NV" &
        " already exists, not redeclaring")
type
  enum_VkAccelerationStructureTypeKHR_1124079338* {.size: sizeof(cuint).} = enum
    VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_KHR = 0,
    VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_KHR = 1,
    VK_ACCELERATION_STRUCTURE_TYPE_GENERIC_KHR = 2,
    VK_ACCELERATION_STRUCTURE_TYPE_MAX_ENUM_KHR = 2147483647
when not declared(VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_NV):
  const
    VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_NV* = enum_VkAccelerationStructureTypeKHR_1124079338.VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_KHR
else:
  static :
    hint("Declaration of " & "VK_ACCELERATION_STRUCTURE_TYPE_TOP_LEVEL_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_NV):
  const
    VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_NV* = enum_VkAccelerationStructureTypeKHR_1124079338.VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_KHR
else:
  static :
    hint("Declaration of " & "VK_ACCELERATION_STRUCTURE_TYPE_BOTTOM_LEVEL_NV" &
        " already exists, not redeclaring")
type
  enum_VkCopyAccelerationStructureModeKHR_1124079344* {.size: sizeof(cuint).} = enum
    VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_KHR = 0,
    VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_KHR = 1,
    VK_COPY_ACCELERATION_STRUCTURE_MODE_SERIALIZE_KHR = 2,
    VK_COPY_ACCELERATION_STRUCTURE_MODE_DESERIALIZE_KHR = 3,
    VK_COPY_ACCELERATION_STRUCTURE_MODE_MAX_ENUM_KHR = 2147483647
when not declared(VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_NV):
  const
    VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_NV* = enum_VkCopyAccelerationStructureModeKHR_1124079344.VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_KHR
else:
  static :
    hint("Declaration of " & "VK_COPY_ACCELERATION_STRUCTURE_MODE_CLONE_NV" &
        " already exists, not redeclaring")
when not declared(VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_NV):
  const
    VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_NV* = enum_VkCopyAccelerationStructureModeKHR_1124079344.VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_KHR
else:
  static :
    hint("Declaration of " & "VK_COPY_ACCELERATION_STRUCTURE_MODE_COMPACT_NV" &
        " already exists, not redeclaring")
type
  enum_VkAccelerationStructureMemoryRequirementsTypeNV_1124079350* {.
      size: sizeof(cuint).} = enum
    VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_OBJECT_NV = 0,
    VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_BUILD_SCRATCH_NV = 1,
    VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_UPDATE_SCRATCH_NV = 2,
    VK_ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkGeometryFlagBitsKHR_1124079354* {.size: sizeof(cuint).} = enum
    VK_GEOMETRY_OPAQUE_BIT_KHR = 1,
    VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_KHR = 2,
    VK_GEOMETRY_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_GEOMETRY_OPAQUE_BIT_NV):
  const
    VK_GEOMETRY_OPAQUE_BIT_NV* = enum_VkGeometryFlagBitsKHR_1124079354.VK_GEOMETRY_OPAQUE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_GEOMETRY_OPAQUE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_NV):
  const
    VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_NV* = enum_VkGeometryFlagBitsKHR_1124079354.VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_GEOMETRY_NO_DUPLICATE_ANY_HIT_INVOCATION_BIT_NV" &
        " already exists, not redeclaring")
type
  enum_VkGeometryInstanceFlagBitsKHR_1124079364* {.size: sizeof(cuint).} = enum
    VK_GEOMETRY_INSTANCE_TRIANGLE_FACING_CULL_DISABLE_BIT_KHR = 1,
    VK_GEOMETRY_INSTANCE_TRIANGLE_FLIP_FACING_BIT_KHR = 2,
    VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_KHR = 4,
    VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_KHR = 8,
    VK_GEOMETRY_INSTANCE_FORCE_OPACITY_MICROMAP_2_STATE_BIT_EXT = 16,
    VK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_BIT_EXT = 32,
    VK_GEOMETRY_INSTANCE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_KHR):
  const
    VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_KHR* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_TRIANGLE_FLIP_FACING_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_INSTANCE_TRIANGLE_CULL_DISABLE_BIT_NV):
  const
    VK_GEOMETRY_INSTANCE_TRIANGLE_CULL_DISABLE_BIT_NV* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_TRIANGLE_FACING_CULL_DISABLE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_GEOMETRY_INSTANCE_TRIANGLE_CULL_DISABLE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_NV):
  const
    VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_NV* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_TRIANGLE_FLIP_FACING_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_GEOMETRY_INSTANCE_TRIANGLE_FRONT_COUNTERCLOCKWISE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_NV):
  const
    VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_NV* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_GEOMETRY_INSTANCE_FORCE_OPAQUE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_NV):
  const
    VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_NV* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_GEOMETRY_INSTANCE_FORCE_NO_OPAQUE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_INSTANCE_FORCE_OPACITY_MICROMAP_2_STATE_EXT):
  const
    VK_GEOMETRY_INSTANCE_FORCE_OPACITY_MICROMAP_2_STATE_EXT* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_FORCE_OPACITY_MICROMAP_2_STATE_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_GEOMETRY_INSTANCE_FORCE_OPACITY_MICROMAP_2_STATE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_EXT):
  const
    VK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_EXT* = enum_VkGeometryInstanceFlagBitsKHR_1124079364.VK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_GEOMETRY_INSTANCE_DISABLE_OPACITY_MICROMAPS_EXT" &
        " already exists, not redeclaring")
type
  enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374* {.size: sizeof(cuint).} = enum
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR = 1,
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_KHR = 2,
    VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_KHR = 4,
    VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_KHR = 8,
    VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_KHR = 16,
    VK_BUILD_ACCELERATION_STRUCTURE_MOTION_BIT_NV = 32,
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_UPDATE_BIT_EXT = 64, VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISABLE_OPACITY_MICROMAPS_BIT_EXT = 128, VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_DATA_UPDATE_BIT_EXT = 256, VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISPLACEMENT_MICROMAP_UPDATE_BIT_NV = 512,
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DATA_ACCESS_BIT_KHR = 2048, VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_CLUSTER_OPACITY_MICROMAPS_BIT_NV = 4096,
    VK_BUILD_ACCELERATION_STRUCTURE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_NV):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_NV* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_UPDATE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_NV):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_NV* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_COMPACTION_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_NV):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_NV* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_NV):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_NV* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_BUILD_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_NV):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_NV* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_KHR
else:
  static :
    hint("Declaration of " & "VK_BUILD_ACCELERATION_STRUCTURE_LOW_MEMORY_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_UPDATE_EXT):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_UPDATE_EXT* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_UPDATE_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_UPDATE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISABLE_OPACITY_MICROMAPS_EXT):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISABLE_OPACITY_MICROMAPS_EXT* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISABLE_OPACITY_MICROMAPS_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISABLE_OPACITY_MICROMAPS_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_DATA_UPDATE_EXT):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_DATA_UPDATE_EXT* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_DATA_UPDATE_BIT_EXT
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_OPACITY_MICROMAP_DATA_UPDATE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISPLACEMENT_MICROMAP_UPDATE_NV):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISPLACEMENT_MICROMAP_UPDATE_NV* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISPLACEMENT_MICROMAP_UPDATE_BIT_NV
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISPLACEMENT_MICROMAP_UPDATE_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DATA_ACCESS_KHR):
  const
    VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DATA_ACCESS_KHR* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374.VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DATA_ACCESS_BIT_KHR
else:
  static :
    hint("Declaration of " &
        "VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DATA_ACCESS_KHR" &
        " already exists, not redeclaring")
type
  enum_VkPipelineCompilerControlFlagBitsAMD_1124079514* {.size: sizeof(cuint).} = enum
    VK_PIPELINE_COMPILER_CONTROL_FLAG_BITS_MAX_ENUM_AMD = 2147483647
type
  enum_VkMemoryOverallocationBehaviorAMD_1124079536* {.size: sizeof(cuint).} = enum
    VK_MEMORY_OVERALLOCATION_BEHAVIOR_DEFAULT_AMD = 0,
    VK_MEMORY_OVERALLOCATION_BEHAVIOR_ALLOWED_AMD = 1,
    VK_MEMORY_OVERALLOCATION_BEHAVIOR_DISALLOWED_AMD = 2,
    VK_MEMORY_OVERALLOCATION_BEHAVIOR_MAX_ENUM_AMD = 2147483647
type
  enum_VkPerformanceConfigurationTypeINTEL_1124079628* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_CONFIGURATION_TYPE_COMMAND_QUEUE_METRICS_DISCOVERY_ACTIVATED_INTEL = 0,
    VK_PERFORMANCE_CONFIGURATION_TYPE_MAX_ENUM_INTEL = 2147483647
type
  enum_VkQueryPoolSamplingModeINTEL_1124079632* {.size: sizeof(cuint).} = enum
    VK_QUERY_POOL_SAMPLING_MODE_MANUAL_INTEL = 0,
    VK_QUERY_POOL_SAMPLING_MODE_MAX_ENUM_INTEL = 2147483647
type
  enum_VkPerformanceOverrideTypeINTEL_1124079636* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_OVERRIDE_TYPE_NULL_HARDWARE_INTEL = 0,
    VK_PERFORMANCE_OVERRIDE_TYPE_FLUSH_GPU_CACHES_INTEL = 1,
    VK_PERFORMANCE_OVERRIDE_TYPE_MAX_ENUM_INTEL = 2147483647
type
  enum_VkPerformanceParameterTypeINTEL_1124079640* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_PARAMETER_TYPE_HW_COUNTERS_SUPPORTED_INTEL = 0,
    VK_PERFORMANCE_PARAMETER_TYPE_STREAM_MARKER_VALID_BITS_INTEL = 1,
    VK_PERFORMANCE_PARAMETER_TYPE_MAX_ENUM_INTEL = 2147483647
type
  enum_VkPerformanceValueTypeINTEL_1124079644* {.size: sizeof(cuint).} = enum
    VK_PERFORMANCE_VALUE_TYPE_UINT32_INTEL = 0,
    VK_PERFORMANCE_VALUE_TYPE_UINT64_INTEL = 1,
    VK_PERFORMANCE_VALUE_TYPE_FLOAT_INTEL = 2,
    VK_PERFORMANCE_VALUE_TYPE_BOOL_INTEL = 3,
    VK_PERFORMANCE_VALUE_TYPE_STRING_INTEL = 4,
    VK_PERFORMANCE_VALUE_TYPE_MAX_ENUM_INTEL = 2147483647
type
  enum_VkShaderCorePropertiesFlagBitsAMD_1124079738* {.size: sizeof(cuint).} = enum
    VK_SHADER_CORE_PROPERTIES_FLAG_BITS_MAX_ENUM_AMD = 2147483647
type
  enum_VkValidationFeatureEnableEXT_1124079796* {.size: sizeof(cuint).} = enum
    VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT = 0,
    VK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_RESERVE_BINDING_SLOT_EXT = 1,
    VK_VALIDATION_FEATURE_ENABLE_BEST_PRACTICES_EXT = 2,
    VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT = 3,
    VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT = 4,
    VK_VALIDATION_FEATURE_ENABLE_MAX_ENUM_EXT = 2147483647
type
  enum_VkValidationFeatureDisableEXT_1124079800* {.size: sizeof(cuint).} = enum
    VK_VALIDATION_FEATURE_DISABLE_ALL_EXT = 0,
    VK_VALIDATION_FEATURE_DISABLE_SHADERS_EXT = 1,
    VK_VALIDATION_FEATURE_DISABLE_THREAD_SAFETY_EXT = 2,
    VK_VALIDATION_FEATURE_DISABLE_API_PARAMETERS_EXT = 3,
    VK_VALIDATION_FEATURE_DISABLE_OBJECT_LIFETIMES_EXT = 4,
    VK_VALIDATION_FEATURE_DISABLE_CORE_CHECKS_EXT = 5,
    VK_VALIDATION_FEATURE_DISABLE_UNIQUE_HANDLES_EXT = 6,
    VK_VALIDATION_FEATURE_DISABLE_SHADER_VALIDATION_CACHE_EXT = 7,
    VK_VALIDATION_FEATURE_DISABLE_MAX_ENUM_EXT = 2147483647
type
  enum_VkCoverageReductionModeNV_1124079826* {.size: sizeof(cuint).} = enum
    VK_COVERAGE_REDUCTION_MODE_MERGE_NV = 0,
    VK_COVERAGE_REDUCTION_MODE_TRUNCATE_NV = 1,
    VK_COVERAGE_REDUCTION_MODE_MAX_ENUM_NV = 2147483647
type
  enum_VkProvokingVertexModeEXT_1124079854* {.size: sizeof(cuint).} = enum
    VK_PROVOKING_VERTEX_MODE_FIRST_VERTEX_EXT = 0,
    VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT = 1,
    VK_PROVOKING_VERTEX_MODE_MAX_ENUM_EXT = 2147483647
type
  enum_VkIndirectCommandsTokenTypeNV_1124080012* {.size: sizeof(cuint).} = enum
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_SHADER_GROUP_NV = 0,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_STATE_FLAGS_NV = 1,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_INDEX_BUFFER_NV = 2,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_VERTEX_BUFFER_NV = 3,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NV = 4,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_NV = 5,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_NV = 6,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_TASKS_NV = 7,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_MESH_TASKS_NV = 1000328000,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_PIPELINE_NV = 1000428003,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DISPATCH_NV = 1000428004,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkIndirectStateFlagBitsNV_1124080016* {.size: sizeof(cuint).} = enum
    VK_INDIRECT_STATE_FLAG_FRONTFACE_BIT_NV = 1,
    VK_INDIRECT_STATE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkIndirectCommandsLayoutUsageFlagBitsNV_1124080022* {.size: sizeof(cuint).} = enum
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EXPLICIT_PREPROCESS_BIT_NV = 1,
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_INDEXED_SEQUENCES_BIT_NV = 2,
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_UNORDERED_SEQUENCES_BIT_NV = 4,
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkDepthBiasRepresentationEXT_1124080114* {.size: sizeof(cuint).} = enum
    VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORMAT_EXT = 0,
    VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORCE_UNORM_EXT = 1,
    VK_DEPTH_BIAS_REPRESENTATION_FLOAT_EXT = 2,
    VK_DEPTH_BIAS_REPRESENTATION_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceMemoryReportEventTypeEXT_1124080132* {.size: sizeof(cuint).} = enum
    VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_ALLOCATE_EXT = 0,
    VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_FREE_EXT = 1,
    VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_IMPORT_EXT = 2,
    VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_UNIMPORT_EXT = 3,
    VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_ALLOCATION_FAILED_EXT = 4,
    VK_DEVICE_MEMORY_REPORT_EVENT_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceDiagnosticsConfigFlagBitsNV_1124080204* {.size: sizeof(cuint).} = enum
    VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_DEBUG_INFO_BIT_NV = 1,
    VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_RESOURCE_TRACKING_BIT_NV = 2,
    VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_AUTOMATIC_CHECKPOINTS_BIT_NV = 4,
    VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_ERROR_REPORTING_BIT_NV = 8,
    VK_DEVICE_DIAGNOSTICS_CONFIG_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkTileShadingRenderPassFlagBitsQCOM_1124080218* {.size: sizeof(cuint).} = enum
    VK_TILE_SHADING_RENDER_PASS_ENABLE_BIT_QCOM = 1,
    VK_TILE_SHADING_RENDER_PASS_PER_TILE_EXECUTION_BIT_QCOM = 2,
    VK_TILE_SHADING_RENDER_PASS_FLAG_BITS_MAX_ENUM_QCOM = 2147483647
type
  enum_VkGraphicsPipelineLibraryFlagBitsEXT_1124080338* {.size: sizeof(cuint).} = enum
    VK_GRAPHICS_PIPELINE_LIBRARY_VERTEX_INPUT_INTERFACE_BIT_EXT = 1,
    VK_GRAPHICS_PIPELINE_LIBRARY_PRE_RASTERIZATION_SHADERS_BIT_EXT = 2,
    VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_SHADER_BIT_EXT = 4,
    VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_OUTPUT_INTERFACE_BIT_EXT = 8,
    VK_GRAPHICS_PIPELINE_LIBRARY_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkFragmentShadingRateTypeNV_1124080360* {.size: sizeof(cuint).} = enum
    VK_FRAGMENT_SHADING_RATE_TYPE_FRAGMENT_SIZE_NV = 0,
    VK_FRAGMENT_SHADING_RATE_TYPE_ENUMS_NV = 1,
    VK_FRAGMENT_SHADING_RATE_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkFragmentShadingRateNV_1124080364* {.size: sizeof(cuint).} = enum
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_PIXEL_NV = 0,
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_1X2_PIXELS_NV = 1,
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_2X1_PIXELS_NV = 4,
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_2X2_PIXELS_NV = 5,
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_2X4_PIXELS_NV = 6,
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_4X2_PIXELS_NV = 9,
    VK_FRAGMENT_SHADING_RATE_1_INVOCATION_PER_4X4_PIXELS_NV = 10,
    VK_FRAGMENT_SHADING_RATE_2_INVOCATIONS_PER_PIXEL_NV = 11,
    VK_FRAGMENT_SHADING_RATE_4_INVOCATIONS_PER_PIXEL_NV = 12,
    VK_FRAGMENT_SHADING_RATE_8_INVOCATIONS_PER_PIXEL_NV = 13,
    VK_FRAGMENT_SHADING_RATE_16_INVOCATIONS_PER_PIXEL_NV = 14,
    VK_FRAGMENT_SHADING_RATE_NO_INVOCATIONS_NV = 15,
    VK_FRAGMENT_SHADING_RATE_MAX_ENUM_NV = 2147483647
type
  enum_VkAccelerationStructureMotionInstanceTypeNV_1124080382* {.
      size: sizeof(cuint).} = enum
    VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_STATIC_NV = 0,
    VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_MATRIX_MOTION_NV = 1,
    VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_SRT_MOTION_NV = 2,
    VK_ACCELERATION_STRUCTURE_MOTION_INSTANCE_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkImageCompressionFlagBitsEXT_1124080444* {.size: sizeof(cuint).} = enum
    VK_IMAGE_COMPRESSION_DEFAULT_EXT = 0,
    VK_IMAGE_COMPRESSION_FIXED_RATE_DEFAULT_EXT = 1,
    VK_IMAGE_COMPRESSION_FIXED_RATE_EXPLICIT_EXT = 2,
    VK_IMAGE_COMPRESSION_DISABLED_EXT = 4,
    VK_IMAGE_COMPRESSION_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkImageCompressionFixedRateFlagBitsEXT_1124080450* {.size: sizeof(cuint).} = enum
    VK_IMAGE_COMPRESSION_FIXED_RATE_NONE_EXT = 0,
    VK_IMAGE_COMPRESSION_FIXED_RATE_1BPC_BIT_EXT = 1,
    VK_IMAGE_COMPRESSION_FIXED_RATE_2BPC_BIT_EXT = 2,
    VK_IMAGE_COMPRESSION_FIXED_RATE_3BPC_BIT_EXT = 4,
    VK_IMAGE_COMPRESSION_FIXED_RATE_4BPC_BIT_EXT = 8,
    VK_IMAGE_COMPRESSION_FIXED_RATE_5BPC_BIT_EXT = 16,
    VK_IMAGE_COMPRESSION_FIXED_RATE_6BPC_BIT_EXT = 32,
    VK_IMAGE_COMPRESSION_FIXED_RATE_7BPC_BIT_EXT = 64,
    VK_IMAGE_COMPRESSION_FIXED_RATE_8BPC_BIT_EXT = 128,
    VK_IMAGE_COMPRESSION_FIXED_RATE_9BPC_BIT_EXT = 256,
    VK_IMAGE_COMPRESSION_FIXED_RATE_10BPC_BIT_EXT = 512,
    VK_IMAGE_COMPRESSION_FIXED_RATE_11BPC_BIT_EXT = 1024,
    VK_IMAGE_COMPRESSION_FIXED_RATE_12BPC_BIT_EXT = 2048,
    VK_IMAGE_COMPRESSION_FIXED_RATE_13BPC_BIT_EXT = 4096,
    VK_IMAGE_COMPRESSION_FIXED_RATE_14BPC_BIT_EXT = 8192,
    VK_IMAGE_COMPRESSION_FIXED_RATE_15BPC_BIT_EXT = 16384,
    VK_IMAGE_COMPRESSION_FIXED_RATE_16BPC_BIT_EXT = 32768,
    VK_IMAGE_COMPRESSION_FIXED_RATE_17BPC_BIT_EXT = 65536,
    VK_IMAGE_COMPRESSION_FIXED_RATE_18BPC_BIT_EXT = 131072,
    VK_IMAGE_COMPRESSION_FIXED_RATE_19BPC_BIT_EXT = 262144,
    VK_IMAGE_COMPRESSION_FIXED_RATE_20BPC_BIT_EXT = 524288,
    VK_IMAGE_COMPRESSION_FIXED_RATE_21BPC_BIT_EXT = 1048576,
    VK_IMAGE_COMPRESSION_FIXED_RATE_22BPC_BIT_EXT = 2097152,
    VK_IMAGE_COMPRESSION_FIXED_RATE_23BPC_BIT_EXT = 4194304,
    VK_IMAGE_COMPRESSION_FIXED_RATE_24BPC_BIT_EXT = 8388608,
    VK_IMAGE_COMPRESSION_FIXED_RATE_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceFaultAddressTypeEXT_1124080476* {.size: sizeof(cuint).} = enum
    VK_DEVICE_FAULT_ADDRESS_TYPE_NONE_EXT = 0,
    VK_DEVICE_FAULT_ADDRESS_TYPE_READ_INVALID_EXT = 1,
    VK_DEVICE_FAULT_ADDRESS_TYPE_WRITE_INVALID_EXT = 2,
    VK_DEVICE_FAULT_ADDRESS_TYPE_EXECUTE_INVALID_EXT = 3,
    VK_DEVICE_FAULT_ADDRESS_TYPE_INSTRUCTION_POINTER_UNKNOWN_EXT = 4,
    VK_DEVICE_FAULT_ADDRESS_TYPE_INSTRUCTION_POINTER_INVALID_EXT = 5,
    VK_DEVICE_FAULT_ADDRESS_TYPE_INSTRUCTION_POINTER_FAULT_EXT = 6,
    VK_DEVICE_FAULT_ADDRESS_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080480* {.
      size: sizeof(cuint).} = enum
    VK_DEVICE_FAULT_VENDOR_BINARY_HEADER_VERSION_ONE_EXT_enumval = 1,
    VK_DEVICE_FAULT_VENDOR_BINARY_HEADER_VERSION_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceAddressBindingTypeEXT_1124080556* {.size: sizeof(cuint).} = enum
    VK_DEVICE_ADDRESS_BINDING_TYPE_BIND_EXT = 0,
    VK_DEVICE_ADDRESS_BINDING_TYPE_UNBIND_EXT = 1,
    VK_DEVICE_ADDRESS_BINDING_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDeviceAddressBindingFlagBitsEXT_1124080560* {.size: sizeof(cuint).} = enum
    VK_DEVICE_ADDRESS_BINDING_INTERNAL_OBJECT_BIT_EXT = 1,
    VK_DEVICE_ADDRESS_BINDING_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkFrameBoundaryFlagBitsEXT_1124080634* {.size: sizeof(cuint).} = enum
    VK_FRAME_BOUNDARY_FRAME_END_BIT_EXT = 1,
    VK_FRAME_BOUNDARY_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080692* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_RGB_MODEL_CONVERSION_RGB_IDENTITY_BIT_VALVE = 1,
    VK_VIDEO_ENCODE_RGB_MODEL_CONVERSION_YCBCR_IDENTITY_BIT_VALVE = 2,
    VK_VIDEO_ENCODE_RGB_MODEL_CONVERSION_YCBCR_709_BIT_VALVE = 4,
    VK_VIDEO_ENCODE_RGB_MODEL_CONVERSION_YCBCR_601_BIT_VALVE = 8,
    VK_VIDEO_ENCODE_RGB_MODEL_CONVERSION_YCBCR_2020_BIT_VALVE = 16,
    VK_VIDEO_ENCODE_RGB_MODEL_CONVERSION_FLAG_BITS_MAX_ENUM_VALVE = 2147483647
type
  enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080698* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_RGB_RANGE_COMPRESSION_FULL_RANGE_BIT_VALVE = 1,
    VK_VIDEO_ENCODE_RGB_RANGE_COMPRESSION_NARROW_RANGE_BIT_VALVE = 2,
    VK_VIDEO_ENCODE_RGB_RANGE_COMPRESSION_FLAG_BITS_MAX_ENUM_VALVE = 2147483647
type
  enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080704* {.
      size: sizeof(cuint).} = enum
    VK_VIDEO_ENCODE_RGB_CHROMA_OFFSET_COSITED_EVEN_BIT_VALVE = 1,
    VK_VIDEO_ENCODE_RGB_CHROMA_OFFSET_MIDPOINT_BIT_VALVE = 2,
    VK_VIDEO_ENCODE_RGB_CHROMA_OFFSET_FLAG_BITS_MAX_ENUM_VALVE = 2147483647
type
  enum_VkMicromapTypeEXT_1124080768* {.size: sizeof(cuint).} = enum
    VK_MICROMAP_TYPE_OPACITY_MICROMAP_EXT = 0,
    VK_MICROMAP_TYPE_DISPLACEMENT_MICROMAP_NV = 1000397000,
    VK_MICROMAP_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkBuildMicromapModeEXT_1124080772* {.size: sizeof(cuint).} = enum
    VK_BUILD_MICROMAP_MODE_BUILD_EXT = 0,
    VK_BUILD_MICROMAP_MODE_MAX_ENUM_EXT = 2147483647
type
  enum_VkCopyMicromapModeEXT_1124080776* {.size: sizeof(cuint).} = enum
    VK_COPY_MICROMAP_MODE_CLONE_EXT = 0,
    VK_COPY_MICROMAP_MODE_SERIALIZE_EXT = 1,
    VK_COPY_MICROMAP_MODE_DESERIALIZE_EXT = 2,
    VK_COPY_MICROMAP_MODE_COMPACT_EXT = 3,
    VK_COPY_MICROMAP_MODE_MAX_ENUM_EXT = 2147483647
type
  enum_VkOpacityMicromapFormatEXT_1124080780* {.size: sizeof(cuint).} = enum
    VK_OPACITY_MICROMAP_FORMAT_2_STATE_EXT = 1,
    VK_OPACITY_MICROMAP_FORMAT_4_STATE_EXT = 2,
    VK_OPACITY_MICROMAP_FORMAT_MAX_ENUM_EXT = 2147483647
type
  enum_VkOpacityMicromapSpecialIndexEXT_1124080784* {.size: sizeof(cint).} = enum
    VK_OPACITY_MICROMAP_SPECIAL_INDEX_CLUSTER_GEOMETRY_DISABLE_OPACITY_MICROMAP_NV = -5,
    VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_OPAQUE_EXT = -4,
    VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_UNKNOWN_TRANSPARENT_EXT = -3,
    VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_OPAQUE_EXT = -2,
    VK_OPACITY_MICROMAP_SPECIAL_INDEX_FULLY_TRANSPARENT_EXT = -1,
    VK_OPACITY_MICROMAP_SPECIAL_INDEX_MAX_ENUM_EXT = 2147483647
type
  enum_VkAccelerationStructureCompatibilityKHR_1124080788* {.size: sizeof(cuint).} = enum
    VK_ACCELERATION_STRUCTURE_COMPATIBILITY_COMPATIBLE_KHR = 0,
    VK_ACCELERATION_STRUCTURE_COMPATIBILITY_INCOMPATIBLE_KHR = 1,
    VK_ACCELERATION_STRUCTURE_COMPATIBILITY_MAX_ENUM_KHR = 2147483647
type
  enum_VkAccelerationStructureBuildTypeKHR_1124080792* {.size: sizeof(cuint).} = enum
    VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_KHR = 0,
    VK_ACCELERATION_STRUCTURE_BUILD_TYPE_DEVICE_KHR = 1,
    VK_ACCELERATION_STRUCTURE_BUILD_TYPE_HOST_OR_DEVICE_KHR = 2,
    VK_ACCELERATION_STRUCTURE_BUILD_TYPE_MAX_ENUM_KHR = 2147483647
type
  enum_VkBuildMicromapFlagBitsEXT_1124080796* {.size: sizeof(cuint).} = enum
    VK_BUILD_MICROMAP_PREFER_FAST_TRACE_BIT_EXT = 1,
    VK_BUILD_MICROMAP_PREFER_FAST_BUILD_BIT_EXT = 2,
    VK_BUILD_MICROMAP_ALLOW_COMPACTION_BIT_EXT = 4,
    VK_BUILD_MICROMAP_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkMicromapCreateFlagBitsEXT_1124080802* {.size: sizeof(cuint).} = enum
    VK_MICROMAP_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_EXT = 1,
    VK_MICROMAP_CREATE_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkRayTracingLssIndexingModeNV_1124081070* {.size: sizeof(cuint).} = enum
    VK_RAY_TRACING_LSS_INDEXING_MODE_LIST_NV = 0,
    VK_RAY_TRACING_LSS_INDEXING_MODE_SUCCESSIVE_NV = 1,
    VK_RAY_TRACING_LSS_INDEXING_MODE_MAX_ENUM_NV = 2147483647
type
  enum_VkRayTracingLssPrimitiveEndCapsModeNV_1124081074* {.size: sizeof(cuint).} = enum
    VK_RAY_TRACING_LSS_PRIMITIVE_END_CAPS_MODE_NONE_NV = 0,
    VK_RAY_TRACING_LSS_PRIMITIVE_END_CAPS_MODE_CHAINED_NV = 1,
    VK_RAY_TRACING_LSS_PRIMITIVE_END_CAPS_MODE_MAX_ENUM_NV = 2147483647
type
  enum_VkSubpassMergeStatusEXT_1124081200* {.size: sizeof(cuint).} = enum
    VK_SUBPASS_MERGE_STATUS_MERGED_EXT = 0,
    VK_SUBPASS_MERGE_STATUS_DISALLOWED_EXT = 1,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_SIDE_EFFECTS_EXT = 2,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_SAMPLES_MISMATCH_EXT = 3,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_VIEWS_MISMATCH_EXT = 4,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_ALIASING_EXT = 5,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_DEPENDENCIES_EXT = 6,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_INCOMPATIBLE_INPUT_ATTACHMENT_EXT = 7,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_TOO_MANY_ATTACHMENTS_EXT = 8,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_INSUFFICIENT_STORAGE_EXT = 9,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_DEPTH_STENCIL_COUNT_EXT = 10,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_RESOLVE_ATTACHMENT_REUSE_EXT = 11,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_SINGLE_SUBPASS_EXT = 12,
    VK_SUBPASS_MERGE_STATUS_NOT_MERGED_UNSPECIFIED_EXT = 13,
    VK_SUBPASS_MERGE_STATUS_MAX_ENUM_EXT = 2147483647
type
  enum_VkDirectDriverLoadingModeLUNARG_1124081228* {.size: sizeof(cuint).} = enum
    VK_DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARG = 0,
    VK_DIRECT_DRIVER_LOADING_MODE_INCLUSIVE_LUNARG = 1,
    VK_DIRECT_DRIVER_LOADING_MODE_MAX_ENUM_LUNARG = 2147483647
type
  enum_VkTensorTilingARM_1124081248* {.size: sizeof(cuint).} = enum
    VK_TENSOR_TILING_OPTIMAL_ARM = 0, VK_TENSOR_TILING_LINEAR_ARM = 1,
    VK_TENSOR_TILING_MAX_ENUM_ARM = 2147483647
type
  enum_VkOpticalFlowPerformanceLevelNV_1124081404* {.size: sizeof(cuint).} = enum
    VK_OPTICAL_FLOW_PERFORMANCE_LEVEL_UNKNOWN_NV = 0,
    VK_OPTICAL_FLOW_PERFORMANCE_LEVEL_SLOW_NV = 1,
    VK_OPTICAL_FLOW_PERFORMANCE_LEVEL_MEDIUM_NV = 2,
    VK_OPTICAL_FLOW_PERFORMANCE_LEVEL_FAST_NV = 3,
    VK_OPTICAL_FLOW_PERFORMANCE_LEVEL_MAX_ENUM_NV = 2147483647
type
  enum_VkOpticalFlowSessionBindingPointNV_1124081408* {.size: sizeof(cuint).} = enum
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_UNKNOWN_NV = 0,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_INPUT_NV = 1,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_REFERENCE_NV = 2,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_HINT_NV = 3,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_FLOW_VECTOR_NV = 4,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_BACKWARD_FLOW_VECTOR_NV = 5,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_COST_NV = 6,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_BACKWARD_COST_NV = 7,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_GLOBAL_FLOW_NV = 8,
    VK_OPTICAL_FLOW_SESSION_BINDING_POINT_MAX_ENUM_NV = 2147483647
type
  enum_VkOpticalFlowGridSizeFlagBitsNV_1124081412* {.size: sizeof(cuint).} = enum
    VK_OPTICAL_FLOW_GRID_SIZE_UNKNOWN_NV = 0,
    VK_OPTICAL_FLOW_GRID_SIZE_1X1_BIT_NV = 1,
    VK_OPTICAL_FLOW_GRID_SIZE_2X2_BIT_NV = 2,
    VK_OPTICAL_FLOW_GRID_SIZE_4X4_BIT_NV = 4,
    VK_OPTICAL_FLOW_GRID_SIZE_8X8_BIT_NV = 8,
    VK_OPTICAL_FLOW_GRID_SIZE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkOpticalFlowUsageFlagBitsNV_1124081418* {.size: sizeof(cuint).} = enum
    VK_OPTICAL_FLOW_USAGE_UNKNOWN_NV = 0,
    VK_OPTICAL_FLOW_USAGE_INPUT_BIT_NV = 1,
    VK_OPTICAL_FLOW_USAGE_OUTPUT_BIT_NV = 2,
    VK_OPTICAL_FLOW_USAGE_HINT_BIT_NV = 4,
    VK_OPTICAL_FLOW_USAGE_COST_BIT_NV = 8,
    VK_OPTICAL_FLOW_USAGE_GLOBAL_FLOW_BIT_NV = 16,
    VK_OPTICAL_FLOW_USAGE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkOpticalFlowSessionCreateFlagBitsNV_1124081424* {.size: sizeof(cuint).} = enum
    VK_OPTICAL_FLOW_SESSION_CREATE_ENABLE_HINT_BIT_NV = 1,
    VK_OPTICAL_FLOW_SESSION_CREATE_ENABLE_COST_BIT_NV = 2,
    VK_OPTICAL_FLOW_SESSION_CREATE_ENABLE_GLOBAL_FLOW_BIT_NV = 4,
    VK_OPTICAL_FLOW_SESSION_CREATE_ALLOW_REGIONS_BIT_NV = 8,
    VK_OPTICAL_FLOW_SESSION_CREATE_BOTH_DIRECTIONS_BIT_NV = 16,
    VK_OPTICAL_FLOW_SESSION_CREATE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkOpticalFlowExecuteFlagBitsNV_1124081430* {.size: sizeof(cuint).} = enum
    VK_OPTICAL_FLOW_EXECUTE_DISABLE_TEMPORAL_HINTS_BIT_NV = 1,
    VK_OPTICAL_FLOW_EXECUTE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkAntiLagModeAMD_1124081480* {.size: sizeof(cuint).} = enum
    VK_ANTI_LAG_MODE_DRIVER_CONTROL_AMD = 0, VK_ANTI_LAG_MODE_ON_AMD = 1,
    VK_ANTI_LAG_MODE_OFF_AMD = 2, VK_ANTI_LAG_MODE_MAX_ENUM_AMD = 2147483647
type
  enum_VkAntiLagStageAMD_1124081484* {.size: sizeof(cuint).} = enum
    VK_ANTI_LAG_STAGE_INPUT_AMD = 0, VK_ANTI_LAG_STAGE_PRESENT_AMD = 1,
    VK_ANTI_LAG_STAGE_MAX_ENUM_AMD = 2147483647
type
  enum_VkShaderCodeTypeEXT_1124081504* {.size: sizeof(cuint).} = enum
    VK_SHADER_CODE_TYPE_BINARY_EXT = 0, VK_SHADER_CODE_TYPE_SPIRV_EXT = 1,
    VK_SHADER_CODE_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDepthClampModeEXT_1124081508* {.size: sizeof(cuint).} = enum
    VK_DEPTH_CLAMP_MODE_VIEWPORT_RANGE_EXT = 0,
    VK_DEPTH_CLAMP_MODE_USER_DEFINED_RANGE_EXT = 1,
    VK_DEPTH_CLAMP_MODE_MAX_ENUM_EXT = 2147483647
type
  enum_VkShaderCreateFlagBitsEXT_1124081512* {.size: sizeof(cuint).} = enum
    VK_SHADER_CREATE_LINK_STAGE_BIT_EXT = 1,
    VK_SHADER_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT = 2,
    VK_SHADER_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT = 4,
    VK_SHADER_CREATE_NO_TASK_SHADER_BIT_EXT = 8,
    VK_SHADER_CREATE_DISPATCH_BASE_BIT_EXT = 16,
    VK_SHADER_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_EXT = 32,
    VK_SHADER_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT = 64,
    VK_SHADER_CREATE_INDIRECT_BINDABLE_BIT_EXT = 128,
    VK_SHADER_CREATE_64_BIT_INDEXING_BIT_EXT = 32768,
    VK_SHADER_CREATE_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkRayTracingInvocationReorderModeEXT_1124081570* {.size: sizeof(cuint).} = enum
    VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_EXT = 0,
    VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_EXT = 1,
    VK_RAY_TRACING_INVOCATION_REORDER_MODE_MAX_ENUM_EXT = 2147483647
when not declared(VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_NV):
  const
    VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_NV* = enum_VkRayTracingInvocationReorderModeEXT_1124081570.VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_EXT
else:
  static :
    hint("Declaration of " & "VK_RAY_TRACING_INVOCATION_REORDER_MODE_NONE_NV" &
        " already exists, not redeclaring")
when not declared(VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_NV):
  const
    VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_NV* = enum_VkRayTracingInvocationReorderModeEXT_1124081570.VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_EXT
else:
  static :
    hint("Declaration of " & "VK_RAY_TRACING_INVOCATION_REORDER_MODE_REORDER_NV" &
        " already exists, not redeclaring")
type
  enum_VkCooperativeVectorMatrixLayoutNV_1124081584* {.size: sizeof(cuint).} = enum
    VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_ROW_MAJOR_NV = 0,
    VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_COLUMN_MAJOR_NV = 1,
    VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_INFERENCING_OPTIMAL_NV = 2,
    VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_TRAINING_OPTIMAL_NV = 3,
    VK_COOPERATIVE_VECTOR_MATRIX_LAYOUT_MAX_ENUM_NV = 2147483647
type
  enum_VkLayerSettingTypeEXT_1124081626* {.size: sizeof(cuint).} = enum
    VK_LAYER_SETTING_TYPE_BOOL32_EXT = 0, VK_LAYER_SETTING_TYPE_INT32_EXT = 1,
    VK_LAYER_SETTING_TYPE_INT64_EXT = 2, VK_LAYER_SETTING_TYPE_UINT32_EXT = 3,
    VK_LAYER_SETTING_TYPE_UINT64_EXT = 4, VK_LAYER_SETTING_TYPE_FLOAT32_EXT = 5,
    VK_LAYER_SETTING_TYPE_FLOAT64_EXT = 6, VK_LAYER_SETTING_TYPE_STRING_EXT = 7,
    VK_LAYER_SETTING_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkLatencyMarkerNV_1124081654* {.size: sizeof(cuint).} = enum
    VK_LATENCY_MARKER_SIMULATION_START_NV = 0,
    VK_LATENCY_MARKER_SIMULATION_END_NV = 1,
    VK_LATENCY_MARKER_RENDERSUBMIT_START_NV = 2,
    VK_LATENCY_MARKER_RENDERSUBMIT_END_NV = 3,
    VK_LATENCY_MARKER_PRESENT_START_NV = 4,
    VK_LATENCY_MARKER_PRESENT_END_NV = 5, VK_LATENCY_MARKER_INPUT_SAMPLE_NV = 6,
    VK_LATENCY_MARKER_TRIGGER_FLASH_NV = 7,
    VK_LATENCY_MARKER_OUT_OF_BAND_RENDERSUBMIT_START_NV = 8,
    VK_LATENCY_MARKER_OUT_OF_BAND_RENDERSUBMIT_END_NV = 9,
    VK_LATENCY_MARKER_OUT_OF_BAND_PRESENT_START_NV = 10,
    VK_LATENCY_MARKER_OUT_OF_BAND_PRESENT_END_NV = 11,
    VK_LATENCY_MARKER_MAX_ENUM_NV = 2147483647
type
  enum_VkOutOfBandQueueTypeNV_1124081658* {.size: sizeof(cuint).} = enum
    VK_OUT_OF_BAND_QUEUE_TYPE_RENDER_NV = 0,
    VK_OUT_OF_BAND_QUEUE_TYPE_PRESENT_NV = 1,
    VK_OUT_OF_BAND_QUEUE_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkDataGraphPipelineSessionBindPointARM_1124081710* {.size: sizeof(cuint).} = enum
    VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_TRANSIENT_ARM = 0,
    VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_MAX_ENUM_ARM = 2147483647
type
  enum_VkDataGraphPipelineSessionBindPointTypeARM_1124081714* {.
      size: sizeof(cuint).} = enum
    VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_TYPE_MEMORY_ARM = 0,
    VK_DATA_GRAPH_PIPELINE_SESSION_BIND_POINT_TYPE_MAX_ENUM_ARM = 2147483647
type
  enum_VkDataGraphPipelinePropertyARM_1124081718* {.size: sizeof(cuint).} = enum
    VK_DATA_GRAPH_PIPELINE_PROPERTY_CREATION_LOG_ARM = 0,
    VK_DATA_GRAPH_PIPELINE_PROPERTY_IDENTIFIER_ARM = 1,
    VK_DATA_GRAPH_PIPELINE_PROPERTY_MAX_ENUM_ARM = 2147483647
type
  enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081722* {.
      size: sizeof(cuint).} = enum
    VK_PHYSICAL_DEVICE_DATA_GRAPH_PROCESSING_ENGINE_TYPE_DEFAULT_ARM = 0, VK_PHYSICAL_DEVICE_DATA_GRAPH_PROCESSING_ENGINE_TYPE_NEURAL_QCOM = 1000629000, VK_PHYSICAL_DEVICE_DATA_GRAPH_PROCESSING_ENGINE_TYPE_COMPUTE_QCOM = 1000629001, VK_PHYSICAL_DEVICE_DATA_GRAPH_PROCESSING_ENGINE_TYPE_MAX_ENUM_ARM = 2147483647
type
  enum_VkPhysicalDeviceDataGraphOperationTypeARM_1124081726* {.
      size: sizeof(cuint).} = enum
    VK_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_TYPE_SPIRV_EXTENDED_INSTRUCTION_SET_ARM = 0, VK_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_TYPE_NEURAL_MODEL_QCOM = 1000629000, VK_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_TYPE_BUILTIN_MODEL_QCOM = 1000629001,
    VK_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_TYPE_MAX_ENUM_ARM = 2147483647
type
  enum_VkBlockMatchWindowCompareModeQCOM_1124081860* {.size: sizeof(cuint).} = enum
    VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MIN_QCOM = 0,
    VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MAX_QCOM = 1,
    VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MAX_ENUM_QCOM = 2147483647
type
  enum_VkCubicFilterWeightsQCOM_1124081876* {.size: sizeof(cuint).} = enum
    VK_CUBIC_FILTER_WEIGHTS_CATMULL_ROM_QCOM = 0,
    VK_CUBIC_FILTER_WEIGHTS_ZERO_TANGENT_CARDINAL_QCOM = 1,
    VK_CUBIC_FILTER_WEIGHTS_B_SPLINE_QCOM = 2,
    VK_CUBIC_FILTER_WEIGHTS_MITCHELL_NETRAVALI_QCOM = 3,
    VK_CUBIC_FILTER_WEIGHTS_MAX_ENUM_QCOM = 2147483647
type
  enum_VkLayeredDriverUnderlyingApiMSFT_1124081910* {.size: sizeof(cuint).} = enum
    VK_LAYERED_DRIVER_UNDERLYING_API_NONE_MSFT = 0,
    VK_LAYERED_DRIVER_UNDERLYING_API_D3D12_MSFT = 1,
    VK_LAYERED_DRIVER_UNDERLYING_API_MAX_ENUM_MSFT = 2147483647
type
  enum_VkDisplaySurfaceStereoTypeNV_1124081956* {.size: sizeof(cuint).} = enum
    VK_DISPLAY_SURFACE_STEREO_TYPE_NONE_NV = 0,
    VK_DISPLAY_SURFACE_STEREO_TYPE_ONBOARD_DIN_NV = 1,
    VK_DISPLAY_SURFACE_STEREO_TYPE_HDMI_3D_NV = 2,
    VK_DISPLAY_SURFACE_STEREO_TYPE_INBAND_DISPLAYPORT_NV = 3,
    VK_DISPLAY_SURFACE_STEREO_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureTypeNV_1124082016* {.size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_TYPE_CLUSTERS_BOTTOM_LEVEL_NV = 0,
    VK_CLUSTER_ACCELERATION_STRUCTURE_TYPE_TRIANGLE_CLUSTER_NV = 1,
    VK_CLUSTER_ACCELERATION_STRUCTURE_TYPE_TRIANGLE_CLUSTER_TEMPLATE_NV = 2,
    VK_CLUSTER_ACCELERATION_STRUCTURE_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureOpTypeNV_1124082020* {.size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_MOVE_OBJECTS_NV = 0, VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_BUILD_CLUSTERS_BOTTOM_LEVEL_NV = 1,
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_BUILD_TRIANGLE_CLUSTER_NV = 2, VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_BUILD_TRIANGLE_CLUSTER_TEMPLATE_NV = 3, VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_INSTANTIATE_TRIANGLE_CLUSTER_NV = 4, VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_GET_CLUSTER_TEMPLATE_INDICES_NV = 5,
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureOpModeNV_1124082024* {.size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_MODE_IMPLICIT_DESTINATIONS_NV = 0,
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_MODE_EXPLICIT_DESTINATIONS_NV = 1,
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_MODE_COMPUTE_SIZES_NV = 2,
    VK_CLUSTER_ACCELERATION_STRUCTURE_OP_MODE_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082028* {.
      size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_NONE_NV = 0, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_INDIRECTED_DST_IMPLICIT_DATA_BIT_NV = 1, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_INDIRECTED_SCRATCH_DATA_BIT_NV = 2, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_INDIRECTED_DST_ADDRESS_ARRAY_BIT_NV = 4, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_INDIRECTED_DST_SIZES_ARRAY_BIT_NV = 8, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_INDIRECTED_SRC_INFOS_ARRAY_BIT_NV = 16, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_INDIRECTED_SRC_INFOS_COUNT_BIT_NV = 32, VK_CLUSTER_ACCELERATION_STRUCTURE_ADDRESS_RESOLUTION_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureClusterFlagBitsNV_1124082034* {.
      size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_CLUSTER_ALLOW_DISABLE_OPACITY_MICROMAPS_NV = 1, VK_CLUSTER_ACCELERATION_STRUCTURE_CLUSTER_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureGeometryFlagBitsNV_1124082040* {.
      size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_GEOMETRY_CULL_DISABLE_BIT_NV = 1, VK_CLUSTER_ACCELERATION_STRUCTURE_GEOMETRY_NO_DUPLICATE_ANYHIT_INVOCATION_BIT_NV = 2,
    VK_CLUSTER_ACCELERATION_STRUCTURE_GEOMETRY_OPAQUE_BIT_NV = 4, VK_CLUSTER_ACCELERATION_STRUCTURE_GEOMETRY_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082046* {.
      size: sizeof(cuint).} = enum
    VK_CLUSTER_ACCELERATION_STRUCTURE_INDEX_FORMAT_8BIT_NV = 1,
    VK_CLUSTER_ACCELERATION_STRUCTURE_INDEX_FORMAT_16BIT_NV = 2,
    VK_CLUSTER_ACCELERATION_STRUCTURE_INDEX_FORMAT_32BIT_NV = 4, VK_CLUSTER_ACCELERATION_STRUCTURE_INDEX_FORMAT_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkPartitionedAccelerationStructureOpTypeNV_1124082132* {.
      size: sizeof(cuint).} = enum
    VK_PARTITIONED_ACCELERATION_STRUCTURE_OP_TYPE_WRITE_INSTANCE_NV = 0,
    VK_PARTITIONED_ACCELERATION_STRUCTURE_OP_TYPE_UPDATE_INSTANCE_NV = 1, VK_PARTITIONED_ACCELERATION_STRUCTURE_OP_TYPE_WRITE_PARTITION_TRANSLATION_NV = 2,
    VK_PARTITIONED_ACCELERATION_STRUCTURE_OP_TYPE_MAX_ENUM_NV = 2147483647
type
  enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082136* {.
      size: sizeof(cuint).} = enum
    VK_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCE_FLAG_TRIANGLE_FACING_CULL_DISABLE_BIT_NV = 1, VK_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCE_FLAG_TRIANGLE_FLIP_FACING_BIT_NV = 2, VK_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCE_FLAG_FORCE_OPAQUE_BIT_NV = 4, VK_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCE_FLAG_FORCE_NO_OPAQUE_BIT_NV = 8, VK_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCE_FLAG_ENABLE_EXPLICIT_BOUNDING_BOX_NV = 16, VK_PARTITIONED_ACCELERATION_STRUCTURE_INSTANCE_FLAG_BITS_MAX_ENUM_NV = 2147483647
type
  enum_VkIndirectExecutionSetInfoTypeEXT_1124082190* {.size: sizeof(cuint).} = enum
    VK_INDIRECT_EXECUTION_SET_INFO_TYPE_PIPELINES_EXT = 0,
    VK_INDIRECT_EXECUTION_SET_INFO_TYPE_SHADER_OBJECTS_EXT = 1,
    VK_INDIRECT_EXECUTION_SET_INFO_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkIndirectCommandsTokenTypeEXT_1124082194* {.size: sizeof(cuint).} = enum
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_EXECUTION_SET_EXT = 0,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_EXT = 1,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_SEQUENCE_INDEX_EXT = 2,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_INDEX_BUFFER_EXT = 3,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_VERTEX_BUFFER_EXT = 4,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_EXT = 5,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_EXT = 6,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_COUNT_EXT = 7,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_COUNT_EXT = 8,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DISPATCH_EXT = 9,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_MESH_TASKS_NV_EXT = 1000202002,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_MESH_TASKS_COUNT_NV_EXT = 1000202003,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_MESH_TASKS_EXT = 1000328000,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_MESH_TASKS_COUNT_EXT = 1000328001,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_TRACE_RAYS2_EXT = 1000386004,
    VK_INDIRECT_COMMANDS_TOKEN_TYPE_MAX_ENUM_EXT = 2147483647
type
  enum_VkIndirectCommandsInputModeFlagBitsEXT_1124082198* {.size: sizeof(cuint).} = enum
    VK_INDIRECT_COMMANDS_INPUT_MODE_VULKAN_INDEX_BUFFER_EXT = 1,
    VK_INDIRECT_COMMANDS_INPUT_MODE_DXGI_INDEX_BUFFER_EXT = 2,
    VK_INDIRECT_COMMANDS_INPUT_MODE_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082204* {.
      size: sizeof(cuint).} = enum
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EXPLICIT_PREPROCESS_BIT_EXT = 1,
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_UNORDERED_SEQUENCES_BIT_EXT = 2,
    VK_INDIRECT_COMMANDS_LAYOUT_USAGE_FLAG_BITS_MAX_ENUM_EXT = 2147483647
type
  enum_VkDataGraphModelCacheTypeQCOM_1124082452* {.size: sizeof(cuint).} = enum
    VK_DATA_GRAPH_MODEL_CACHE_TYPE_GENERIC_BINARY_QCOM = 0,
    VK_DATA_GRAPH_MODEL_CACHE_TYPE_MAX_ENUM_QCOM = 2147483647
type
  enum_VkBuildAccelerationStructureModeKHR_1124082476* {.size: sizeof(cuint).} = enum
    VK_BUILD_ACCELERATION_STRUCTURE_MODE_BUILD_KHR = 0,
    VK_BUILD_ACCELERATION_STRUCTURE_MODE_UPDATE_KHR = 1,
    VK_BUILD_ACCELERATION_STRUCTURE_MODE_MAX_ENUM_KHR = 2147483647
type
  enum_VkAccelerationStructureCreateFlagBitsKHR_1124082480* {.
      size: sizeof(cuint).} = enum
    VK_ACCELERATION_STRUCTURE_CREATE_DEVICE_ADDRESS_CAPTURE_REPLAY_BIT_KHR = 1,
    VK_ACCELERATION_STRUCTURE_CREATE_MOTION_BIT_NV = 4, VK_ACCELERATION_STRUCTURE_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT = 8,
    VK_ACCELERATION_STRUCTURE_CREATE_FLAG_BITS_MAX_ENUM_KHR = 2147483647
type
  enum_VkShaderGroupShaderKHR_1124082582* {.size: sizeof(cuint).} = enum
    VK_SHADER_GROUP_SHADER_GENERAL_KHR = 0,
    VK_SHADER_GROUP_SHADER_CLOSEST_HIT_KHR = 1,
    VK_SHADER_GROUP_SHADER_ANY_HIT_KHR = 2,
    VK_SHADER_GROUP_SHADER_INTERSECTION_KHR = 3,
    VK_SHADER_GROUP_SHADER_MAX_ENUM_KHR = 2147483647
type
  enum_VkFullScreenExclusiveEXT_1124082740* {.size: sizeof(cuint).} = enum
    VK_FULL_SCREEN_EXCLUSIVE_DEFAULT_EXT = 0,
    VK_FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT = 1,
    VK_FULL_SCREEN_EXCLUSIVE_DISALLOWED_EXT = 2,
    VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT = 3,
    VK_FULL_SCREEN_EXCLUSIVE_MAX_ENUM_EXT = 2147483647
type
  enum_VkDisplacementMicromapFormatNV_1124082876* {.size: sizeof(cuint).} = enum
    VK_DISPLACEMENT_MICROMAP_FORMAT_64_TRIANGLES_64_BYTES_NV = 1,
    VK_DISPLACEMENT_MICROMAP_FORMAT_256_TRIANGLES_128_BYTES_NV = 2,
    VK_DISPLACEMENT_MICROMAP_FORMAT_1024_TRIANGLES_128_BYTES_NV = 3,
    VK_DISPLACEMENT_MICROMAP_FORMAT_MAX_ENUM_NV = 2147483647
type
  enum_VkCompressedTriangleFormatAMDX_1124082892* {.size: sizeof(cuint).} = enum
    VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_AMDX = 0,
    VK_COMPRESSED_TRIANGLE_FORMAT_MAX_ENUM_AMDX = 2147483647
type
  enum_StdVideoH264LevelIdc_1124082904* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_LEVEL_IDC_1_0 = 0, STD_VIDEO_H264_LEVEL_IDC_1_1 = 1,
    STD_VIDEO_H264_LEVEL_IDC_1_2 = 2, STD_VIDEO_H264_LEVEL_IDC_1_3 = 3,
    STD_VIDEO_H264_LEVEL_IDC_2_0 = 4, STD_VIDEO_H264_LEVEL_IDC_2_1 = 5,
    STD_VIDEO_H264_LEVEL_IDC_2_2 = 6, STD_VIDEO_H264_LEVEL_IDC_3_0 = 7,
    STD_VIDEO_H264_LEVEL_IDC_3_1 = 8, STD_VIDEO_H264_LEVEL_IDC_3_2 = 9,
    STD_VIDEO_H264_LEVEL_IDC_4_0 = 10, STD_VIDEO_H264_LEVEL_IDC_4_1 = 11,
    STD_VIDEO_H264_LEVEL_IDC_4_2 = 12, STD_VIDEO_H264_LEVEL_IDC_5_0 = 13,
    STD_VIDEO_H264_LEVEL_IDC_5_1 = 14, STD_VIDEO_H264_LEVEL_IDC_5_2 = 15,
    STD_VIDEO_H264_LEVEL_IDC_6_0 = 16, STD_VIDEO_H264_LEVEL_IDC_6_1 = 17,
    STD_VIDEO_H264_LEVEL_IDC_6_2 = 18,
    STD_VIDEO_H264_LEVEL_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_LEVEL_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_LEVEL_IDC_MAX_ENUM* = enum_StdVideoH264LevelIdc_1124082904.STD_VIDEO_H264_LEVEL_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_LEVEL_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264ProfileIdc_1124082916* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_PROFILE_IDC_BASELINE = 66,
    STD_VIDEO_H264_PROFILE_IDC_MAIN = 77, STD_VIDEO_H264_PROFILE_IDC_HIGH = 100,
    STD_VIDEO_H264_PROFILE_IDC_HIGH_444_PREDICTIVE = 244,
    STD_VIDEO_H264_PROFILE_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_PROFILE_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_PROFILE_IDC_MAX_ENUM* = enum_StdVideoH264ProfileIdc_1124082916.STD_VIDEO_H264_PROFILE_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_PROFILE_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH265LevelIdc_1124082918* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H265_LEVEL_IDC_1_0 = 0, STD_VIDEO_H265_LEVEL_IDC_2_0 = 1,
    STD_VIDEO_H265_LEVEL_IDC_2_1 = 2, STD_VIDEO_H265_LEVEL_IDC_3_0 = 3,
    STD_VIDEO_H265_LEVEL_IDC_3_1 = 4, STD_VIDEO_H265_LEVEL_IDC_4_0 = 5,
    STD_VIDEO_H265_LEVEL_IDC_4_1 = 6, STD_VIDEO_H265_LEVEL_IDC_5_0 = 7,
    STD_VIDEO_H265_LEVEL_IDC_5_1 = 8, STD_VIDEO_H265_LEVEL_IDC_5_2 = 9,
    STD_VIDEO_H265_LEVEL_IDC_6_0 = 10, STD_VIDEO_H265_LEVEL_IDC_6_1 = 11,
    STD_VIDEO_H265_LEVEL_IDC_6_2 = 12,
    STD_VIDEO_H265_LEVEL_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H265_LEVEL_IDC_MAX_ENUM):
  const
    STD_VIDEO_H265_LEVEL_IDC_MAX_ENUM* = enum_StdVideoH265LevelIdc_1124082918.STD_VIDEO_H265_LEVEL_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H265_LEVEL_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH265ProfileIdc_1124082932* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H265_PROFILE_IDC_MAIN = 1, STD_VIDEO_H265_PROFILE_IDC_MAIN_10 = 2,
    STD_VIDEO_H265_PROFILE_IDC_MAIN_STILL_PICTURE = 3,
    STD_VIDEO_H265_PROFILE_IDC_FORMAT_RANGE_EXTENSIONS = 4,
    STD_VIDEO_H265_PROFILE_IDC_SCC_EXTENSIONS = 9,
    STD_VIDEO_H265_PROFILE_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H265_PROFILE_IDC_MAX_ENUM):
  const
    STD_VIDEO_H265_PROFILE_IDC_MAX_ENUM* = enum_StdVideoH265ProfileIdc_1124082932.STD_VIDEO_H265_PROFILE_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H265_PROFILE_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1Profile_1124082942* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_PROFILE_MAIN = 0, STD_VIDEO_AV1_PROFILE_HIGH = 1,
    STD_VIDEO_AV1_PROFILE_PROFESSIONAL = 2,
    STD_VIDEO_AV1_PROFILE_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_PROFILE_MAX_ENUM):
  const
    STD_VIDEO_AV1_PROFILE_MAX_ENUM* = enum_StdVideoAV1Profile_1124082942.STD_VIDEO_AV1_PROFILE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_PROFILE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1Level_1124082944* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_LEVEL_2_0 = 0, STD_VIDEO_AV1_LEVEL_2_1 = 1,
    STD_VIDEO_AV1_LEVEL_2_2 = 2, STD_VIDEO_AV1_LEVEL_2_3 = 3,
    STD_VIDEO_AV1_LEVEL_3_0 = 4, STD_VIDEO_AV1_LEVEL_3_1 = 5,
    STD_VIDEO_AV1_LEVEL_3_2 = 6, STD_VIDEO_AV1_LEVEL_3_3 = 7,
    STD_VIDEO_AV1_LEVEL_4_0 = 8, STD_VIDEO_AV1_LEVEL_4_1 = 9,
    STD_VIDEO_AV1_LEVEL_4_2 = 10, STD_VIDEO_AV1_LEVEL_4_3 = 11,
    STD_VIDEO_AV1_LEVEL_5_0 = 12, STD_VIDEO_AV1_LEVEL_5_1 = 13,
    STD_VIDEO_AV1_LEVEL_5_2 = 14, STD_VIDEO_AV1_LEVEL_5_3 = 15,
    STD_VIDEO_AV1_LEVEL_6_0 = 16, STD_VIDEO_AV1_LEVEL_6_1 = 17,
    STD_VIDEO_AV1_LEVEL_6_2 = 18, STD_VIDEO_AV1_LEVEL_6_3 = 19,
    STD_VIDEO_AV1_LEVEL_7_0 = 20, STD_VIDEO_AV1_LEVEL_7_1 = 21,
    STD_VIDEO_AV1_LEVEL_7_2 = 22, STD_VIDEO_AV1_LEVEL_7_3 = 23,
    STD_VIDEO_AV1_LEVEL_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_LEVEL_MAX_ENUM):
  const
    STD_VIDEO_AV1_LEVEL_MAX_ENUM* = enum_StdVideoAV1Level_1124082944.STD_VIDEO_AV1_LEVEL_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_LEVEL_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoVP9Profile_1124082960* {.size: sizeof(cuint).} = enum
    STD_VIDEO_VP9_PROFILE_0 = 0, STD_VIDEO_VP9_PROFILE_1 = 1,
    STD_VIDEO_VP9_PROFILE_2 = 2, STD_VIDEO_VP9_PROFILE_3 = 3,
    STD_VIDEO_VP9_PROFILE_INVALID = 2147483647
when not declared(STD_VIDEO_VP9_PROFILE_MAX_ENUM):
  const
    STD_VIDEO_VP9_PROFILE_MAX_ENUM* = enum_StdVideoVP9Profile_1124082960.STD_VIDEO_VP9_PROFILE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_VP9_PROFILE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoVP9Level_1124082962* {.size: sizeof(cuint).} = enum
    STD_VIDEO_VP9_LEVEL_1_0 = 0, STD_VIDEO_VP9_LEVEL_1_1 = 1,
    STD_VIDEO_VP9_LEVEL_2_0 = 2, STD_VIDEO_VP9_LEVEL_2_1 = 3,
    STD_VIDEO_VP9_LEVEL_3_0 = 4, STD_VIDEO_VP9_LEVEL_3_1 = 5,
    STD_VIDEO_VP9_LEVEL_4_0 = 6, STD_VIDEO_VP9_LEVEL_4_1 = 7,
    STD_VIDEO_VP9_LEVEL_5_0 = 8, STD_VIDEO_VP9_LEVEL_5_1 = 9,
    STD_VIDEO_VP9_LEVEL_5_2 = 10, STD_VIDEO_VP9_LEVEL_6_0 = 11,
    STD_VIDEO_VP9_LEVEL_6_1 = 12, STD_VIDEO_VP9_LEVEL_6_2 = 13,
    STD_VIDEO_VP9_LEVEL_INVALID = 2147483647
when not declared(STD_VIDEO_VP9_LEVEL_MAX_ENUM):
  const
    STD_VIDEO_VP9_LEVEL_MAX_ENUM* = enum_StdVideoVP9Level_1124082962.STD_VIDEO_VP9_LEVEL_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_VP9_LEVEL_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264ChromaFormatIdc_1124083118* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_CHROMA_FORMAT_IDC_MONOCHROME = 0,
    STD_VIDEO_H264_CHROMA_FORMAT_IDC_420 = 1,
    STD_VIDEO_H264_CHROMA_FORMAT_IDC_422 = 2,
    STD_VIDEO_H264_CHROMA_FORMAT_IDC_444 = 3,
    STD_VIDEO_H264_CHROMA_FORMAT_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_CHROMA_FORMAT_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_CHROMA_FORMAT_IDC_MAX_ENUM* = enum_StdVideoH264ChromaFormatIdc_1124083118.STD_VIDEO_H264_CHROMA_FORMAT_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_CHROMA_FORMAT_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264PocType_1124083120* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_POC_TYPE_0 = 0, STD_VIDEO_H264_POC_TYPE_1 = 1,
    STD_VIDEO_H264_POC_TYPE_2 = 2, STD_VIDEO_H264_POC_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_H264_POC_TYPE_MAX_ENUM):
  const
    STD_VIDEO_H264_POC_TYPE_MAX_ENUM* = enum_StdVideoH264PocType_1124083120.STD_VIDEO_H264_POC_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_POC_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264WeightedBipredIdc_1124083128* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_DEFAULT = 0,
    STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_EXPLICIT = 1,
    STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_IMPLICIT = 2,
    STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_MAX_ENUM* = enum_StdVideoH264WeightedBipredIdc_1124083128.STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_WEIGHTED_BIPRED_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264SliceType_1124083132* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_SLICE_TYPE_P = 0, STD_VIDEO_H264_SLICE_TYPE_B = 1,
    STD_VIDEO_H264_SLICE_TYPE_I = 2,
    STD_VIDEO_H264_SLICE_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_H264_SLICE_TYPE_MAX_ENUM):
  const
    STD_VIDEO_H264_SLICE_TYPE_MAX_ENUM* = enum_StdVideoH264SliceType_1124083132.STD_VIDEO_H264_SLICE_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_SLICE_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264CabacInitIdc_1124083134* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_CABAC_INIT_IDC_0 = 0, STD_VIDEO_H264_CABAC_INIT_IDC_1 = 1,
    STD_VIDEO_H264_CABAC_INIT_IDC_2 = 2,
    STD_VIDEO_H264_CABAC_INIT_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_CABAC_INIT_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_CABAC_INIT_IDC_MAX_ENUM* = enum_StdVideoH264CabacInitIdc_1124083134.STD_VIDEO_H264_CABAC_INIT_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_CABAC_INIT_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264DisableDeblockingFilterIdc_1124083136* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_DISABLED = 0,
    STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_ENABLED = 1,
    STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_PARTIAL = 2,
    STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_MAX_ENUM* = enum_StdVideoH264DisableDeblockingFilterIdc_1124083136.STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_INVALID
else:
  static :
    hint("Declaration of " &
        "STD_VIDEO_H264_DISABLE_DEBLOCKING_FILTER_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264PictureType_1124083142* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_PICTURE_TYPE_P = 0, STD_VIDEO_H264_PICTURE_TYPE_B = 1,
    STD_VIDEO_H264_PICTURE_TYPE_I = 2, STD_VIDEO_H264_PICTURE_TYPE_IDR = 5,
    STD_VIDEO_H264_PICTURE_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_H264_PICTURE_TYPE_MAX_ENUM):
  const
    STD_VIDEO_H264_PICTURE_TYPE_MAX_ENUM* = enum_StdVideoH264PictureType_1124083142.STD_VIDEO_H264_PICTURE_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_PICTURE_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH265ChromaFormatIdc_1124083158* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H265_CHROMA_FORMAT_IDC_MONOCHROME = 0,
    STD_VIDEO_H265_CHROMA_FORMAT_IDC_420 = 1,
    STD_VIDEO_H265_CHROMA_FORMAT_IDC_422 = 2,
    STD_VIDEO_H265_CHROMA_FORMAT_IDC_444 = 3,
    STD_VIDEO_H265_CHROMA_FORMAT_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H265_CHROMA_FORMAT_IDC_MAX_ENUM):
  const
    STD_VIDEO_H265_CHROMA_FORMAT_IDC_MAX_ENUM* = enum_StdVideoH265ChromaFormatIdc_1124083158.STD_VIDEO_H265_CHROMA_FORMAT_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H265_CHROMA_FORMAT_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH265SliceType_1124083174* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H265_SLICE_TYPE_B = 0, STD_VIDEO_H265_SLICE_TYPE_P = 1,
    STD_VIDEO_H265_SLICE_TYPE_I = 2,
    STD_VIDEO_H265_SLICE_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_H265_SLICE_TYPE_MAX_ENUM):
  const
    STD_VIDEO_H265_SLICE_TYPE_MAX_ENUM* = enum_StdVideoH265SliceType_1124083174.STD_VIDEO_H265_SLICE_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H265_SLICE_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH265PictureType_1124083180* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H265_PICTURE_TYPE_P = 0, STD_VIDEO_H265_PICTURE_TYPE_B = 1,
    STD_VIDEO_H265_PICTURE_TYPE_I = 2, STD_VIDEO_H265_PICTURE_TYPE_IDR = 3,
    STD_VIDEO_H265_PICTURE_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_H265_PICTURE_TYPE_MAX_ENUM):
  const
    STD_VIDEO_H265_PICTURE_TYPE_MAX_ENUM* = enum_StdVideoH265PictureType_1124083180.STD_VIDEO_H265_PICTURE_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H265_PICTURE_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1FrameType_1124083204* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_FRAME_TYPE_KEY = 0, STD_VIDEO_AV1_FRAME_TYPE_INTER = 1,
    STD_VIDEO_AV1_FRAME_TYPE_INTRA_ONLY = 2,
    STD_VIDEO_AV1_FRAME_TYPE_SWITCH = 3,
    STD_VIDEO_AV1_FRAME_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_FRAME_TYPE_MAX_ENUM):
  const
    STD_VIDEO_AV1_FRAME_TYPE_MAX_ENUM* = enum_StdVideoAV1FrameType_1124083204.STD_VIDEO_AV1_FRAME_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_FRAME_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1InterpolationFilter_1124083206* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_INTERPOLATION_FILTER_EIGHTTAP = 0,
    STD_VIDEO_AV1_INTERPOLATION_FILTER_EIGHTTAP_SMOOTH = 1,
    STD_VIDEO_AV1_INTERPOLATION_FILTER_EIGHTTAP_SHARP = 2,
    STD_VIDEO_AV1_INTERPOLATION_FILTER_BILINEAR = 3,
    STD_VIDEO_AV1_INTERPOLATION_FILTER_SWITCHABLE = 4,
    STD_VIDEO_AV1_INTERPOLATION_FILTER_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_INTERPOLATION_FILTER_MAX_ENUM):
  const
    STD_VIDEO_AV1_INTERPOLATION_FILTER_MAX_ENUM* = enum_StdVideoAV1InterpolationFilter_1124083206.STD_VIDEO_AV1_INTERPOLATION_FILTER_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_INTERPOLATION_FILTER_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1TxMode_1124083208* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_TX_MODE_ONLY_4X4 = 0, STD_VIDEO_AV1_TX_MODE_LARGEST = 1,
    STD_VIDEO_AV1_TX_MODE_SELECT = 2, STD_VIDEO_AV1_TX_MODE_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_TX_MODE_MAX_ENUM):
  const
    STD_VIDEO_AV1_TX_MODE_MAX_ENUM* = enum_StdVideoAV1TxMode_1124083208.STD_VIDEO_AV1_TX_MODE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_TX_MODE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoVP9FrameType_1124083238* {.size: sizeof(cuint).} = enum
    STD_VIDEO_VP9_FRAME_TYPE_KEY = 0, STD_VIDEO_VP9_FRAME_TYPE_NON_KEY = 1,
    STD_VIDEO_VP9_FRAME_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_VP9_FRAME_TYPE_MAX_ENUM):
  const
    STD_VIDEO_VP9_FRAME_TYPE_MAX_ENUM* = enum_StdVideoVP9FrameType_1124083238.STD_VIDEO_VP9_FRAME_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_VP9_FRAME_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoVP9InterpolationFilter_1124083240* {.size: sizeof(cuint).} = enum
    STD_VIDEO_VP9_INTERPOLATION_FILTER_EIGHTTAP = 0,
    STD_VIDEO_VP9_INTERPOLATION_FILTER_EIGHTTAP_SMOOTH = 1,
    STD_VIDEO_VP9_INTERPOLATION_FILTER_EIGHTTAP_SHARP = 2,
    STD_VIDEO_VP9_INTERPOLATION_FILTER_BILINEAR = 3,
    STD_VIDEO_VP9_INTERPOLATION_FILTER_SWITCHABLE = 4,
    STD_VIDEO_VP9_INTERPOLATION_FILTER_INVALID = 2147483647
when not declared(STD_VIDEO_VP9_INTERPOLATION_FILTER_MAX_ENUM):
  const
    STD_VIDEO_VP9_INTERPOLATION_FILTER_MAX_ENUM* = enum_StdVideoVP9InterpolationFilter_1124083240.STD_VIDEO_VP9_INTERPOLATION_FILTER_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_VP9_INTERPOLATION_FILTER_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264AspectRatioIdc_1124083310* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_ASPECT_RATIO_IDC_UNSPECIFIED = 0,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_SQUARE = 1,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_12_11 = 2,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_10_11 = 3,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_16_11 = 4,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_40_33 = 5,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_24_11 = 6,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_20_11 = 7,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_32_11 = 8,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_80_33 = 9,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_18_11 = 10,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_15_11 = 11,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_64_33 = 12,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_160_99 = 13,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_4_3 = 14,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_3_2 = 15,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_2_1 = 16,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_EXTENDED_SAR = 255,
    STD_VIDEO_H264_ASPECT_RATIO_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_ASPECT_RATIO_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_ASPECT_RATIO_IDC_MAX_ENUM* = enum_StdVideoH264AspectRatioIdc_1124083310.STD_VIDEO_H264_ASPECT_RATIO_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_ASPECT_RATIO_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH265AspectRatioIdc_1124083332* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H265_ASPECT_RATIO_IDC_UNSPECIFIED = 0,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_SQUARE = 1,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_12_11 = 2,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_10_11 = 3,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_16_11 = 4,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_40_33 = 5,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_24_11 = 6,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_20_11 = 7,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_32_11 = 8,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_80_33 = 9,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_18_11 = 10,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_15_11 = 11,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_64_33 = 12,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_160_99 = 13,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_4_3 = 14,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_3_2 = 15,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_2_1 = 16,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_EXTENDED_SAR = 255,
    STD_VIDEO_H265_ASPECT_RATIO_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H265_ASPECT_RATIO_IDC_MAX_ENUM):
  const
    STD_VIDEO_H265_ASPECT_RATIO_IDC_MAX_ENUM* = enum_StdVideoH265AspectRatioIdc_1124083332.STD_VIDEO_H265_ASPECT_RATIO_IDC_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H265_ASPECT_RATIO_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1ColorPrimaries_1124083340* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_COLOR_PRIMARIES_BT_709 = 1,
    STD_VIDEO_AV1_COLOR_PRIMARIES_UNSPECIFIED = 2,
    STD_VIDEO_AV1_COLOR_PRIMARIES_BT_470_M = 4,
    STD_VIDEO_AV1_COLOR_PRIMARIES_BT_470_B_G = 5,
    STD_VIDEO_AV1_COLOR_PRIMARIES_BT_601 = 6,
    STD_VIDEO_AV1_COLOR_PRIMARIES_SMPTE_240 = 7,
    STD_VIDEO_AV1_COLOR_PRIMARIES_GENERIC_FILM = 8,
    STD_VIDEO_AV1_COLOR_PRIMARIES_BT_2020 = 9,
    STD_VIDEO_AV1_COLOR_PRIMARIES_XYZ = 10,
    STD_VIDEO_AV1_COLOR_PRIMARIES_SMPTE_431 = 11,
    STD_VIDEO_AV1_COLOR_PRIMARIES_SMPTE_432 = 12,
    STD_VIDEO_AV1_COLOR_PRIMARIES_EBU_3213 = 22,
    STD_VIDEO_AV1_COLOR_PRIMARIES_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_COLOR_PRIMARIES_BT_UNSPECIFIED):
  const
    STD_VIDEO_AV1_COLOR_PRIMARIES_BT_UNSPECIFIED* = enum_StdVideoAV1ColorPrimaries_1124083340.STD_VIDEO_AV1_COLOR_PRIMARIES_UNSPECIFIED
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_COLOR_PRIMARIES_BT_UNSPECIFIED" &
        " already exists, not redeclaring")
when not declared(STD_VIDEO_AV1_COLOR_PRIMARIES_MAX_ENUM):
  const
    STD_VIDEO_AV1_COLOR_PRIMARIES_MAX_ENUM* = enum_StdVideoAV1ColorPrimaries_1124083340.STD_VIDEO_AV1_COLOR_PRIMARIES_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_COLOR_PRIMARIES_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1TransferCharacteristics_1124083342* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_RESERVED_0 = 0,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_709 = 1,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_UNSPECIFIED = 2,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_RESERVED_3 = 3,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_470_M = 4,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_470_B_G = 5,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_601 = 6,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_SMPTE_240 = 7,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_LINEAR = 8,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_LOG_100 = 9,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_LOG_100_SQRT10 = 10,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_IEC_61966 = 11,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_1361 = 12,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_SRGB = 13,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_2020_10_BIT = 14,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_BT_2020_12_BIT = 15,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_SMPTE_2084 = 16,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_SMPTE_428 = 17,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_HLG = 18,
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_MAX_ENUM):
  const
    STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_MAX_ENUM* = enum_StdVideoAV1TransferCharacteristics_1124083342.STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_TRANSFER_CHARACTERISTICS_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1MatrixCoefficients_1124083344* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_IDENTITY = 0,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_BT_709 = 1,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_UNSPECIFIED = 2,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_RESERVED_3 = 3,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_FCC = 4,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_BT_470_B_G = 5,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_BT_601 = 6,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_SMPTE_240 = 7,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_SMPTE_YCGCO = 8,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_BT_2020_NCL = 9,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_BT_2020_CL = 10,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_SMPTE_2085 = 11,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_CHROMAT_NCL = 12,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_CHROMAT_CL = 13,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_ICTCP = 14,
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_MATRIX_COEFFICIENTS_MAX_ENUM):
  const
    STD_VIDEO_AV1_MATRIX_COEFFICIENTS_MAX_ENUM* = enum_StdVideoAV1MatrixCoefficients_1124083344.STD_VIDEO_AV1_MATRIX_COEFFICIENTS_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_MATRIX_COEFFICIENTS_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1ChromaSamplePosition_1124083346* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_UNKNOWN = 0,
    STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_VERTICAL = 1,
    STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_COLOCATED = 2,
    STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_RESERVED = 3,
    STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_MAX_ENUM):
  const
    STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_MAX_ENUM* = enum_StdVideoAV1ChromaSamplePosition_1124083346.STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_CHROMA_SAMPLE_POSITION_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoAV1FrameRestorationType_1124083356* {.size: sizeof(cuint).} = enum
    STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_NONE = 0,
    STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_WIENER = 1,
    STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_SGRPROJ = 2,
    STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_SWITCHABLE = 3,
    STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_INVALID = 2147483647
when not declared(STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_MAX_ENUM):
  const
    STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_MAX_ENUM* = enum_StdVideoAV1FrameRestorationType_1124083356.STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_AV1_FRAME_RESTORATION_TYPE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoVP9ColorSpace_1124083362* {.size: sizeof(cuint).} = enum
    STD_VIDEO_VP9_COLOR_SPACE_UNKNOWN = 0, STD_VIDEO_VP9_COLOR_SPACE_BT_601 = 1,
    STD_VIDEO_VP9_COLOR_SPACE_BT_709 = 2,
    STD_VIDEO_VP9_COLOR_SPACE_SMPTE_170 = 3,
    STD_VIDEO_VP9_COLOR_SPACE_SMPTE_240 = 4,
    STD_VIDEO_VP9_COLOR_SPACE_BT_2020 = 5,
    STD_VIDEO_VP9_COLOR_SPACE_RESERVED = 6, STD_VIDEO_VP9_COLOR_SPACE_RGB = 7,
    STD_VIDEO_VP9_COLOR_SPACE_INVALID = 2147483647
when not declared(STD_VIDEO_VP9_COLOR_SPACE_MAX_ENUM):
  const
    STD_VIDEO_VP9_COLOR_SPACE_MAX_ENUM* = enum_StdVideoVP9ColorSpace_1124083362.STD_VIDEO_VP9_COLOR_SPACE_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_VP9_COLOR_SPACE_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264ModificationOfPicNumsIdc_1124083372* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_SHORT_TERM_SUBTRACT = 0,
    STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_SHORT_TERM_ADD = 1,
    STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_LONG_TERM = 2,
    STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_END = 3,
    STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_INVALID = 2147483647
when not declared(STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_MAX_ENUM):
  const
    STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_MAX_ENUM* = enum_StdVideoH264ModificationOfPicNumsIdc_1124083372.STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_INVALID
else:
  static :
    hint("Declaration of " &
        "STD_VIDEO_H264_MODIFICATION_OF_PIC_NUMS_IDC_MAX_ENUM" &
        " already exists, not redeclaring")
type
  enum_StdVideoH264MemMgmtControlOp_1124083374* {.size: sizeof(cuint).} = enum
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_END = 0,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_UNMARK_SHORT_TERM = 1,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_UNMARK_LONG_TERM = 2,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MARK_LONG_TERM = 3,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_SET_MAX_LONG_TERM_INDEX = 4,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_UNMARK_ALL = 5,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MARK_CURRENT_AS_LONG_TERM = 6,
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_INVALID = 2147483647
when not declared(STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MAX_ENUM):
  const
    STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MAX_ENUM* = enum_StdVideoH264MemMgmtControlOp_1124083374.STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_INVALID
else:
  static :
    hint("Declaration of " & "STD_VIDEO_H264_MEM_MGMT_CONTROL_OP_MAX_ENUM" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceMemory_T):
  type
    struct_VkDeviceMemory_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDeviceMemory_T" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainKHR_T):
  type
    struct_VkSwapchainKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferView_T):
  type
    struct_VkBufferView_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkBufferView_T" &
        " already exists, not redeclaring")
when not declared(struct_VkInstance_T):
  type
    struct_VkInstance_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkInstance_T" &
        " already exists, not redeclaring")
when not declared(struct_VkImageView_T):
  type
    struct_VkImageView_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkImageView_T" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCache_T):
  type
    struct_VkPipelineCache_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCache_T" &
        " already exists, not redeclaring")
when not declared(struct_XDisplay):
  type
    struct_XDisplay* = object
else:
  static :
    hint("Declaration of " & "struct_XDisplay" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphore_T):
  type
    struct_VkSemaphore_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkSemaphore_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorPool_T):
  type
    struct_VkDescriptorPool_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorPool_T" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBuffer_T):
  type
    struct_VkCommandBuffer_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkCommandBuffer_T" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceKHR_T):
  type
    struct_VkSurfaceKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkSampler_T):
  type
    struct_VkSampler_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkSampler_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDevice_T):
  type
    struct_VkDevice_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDevice_T" &
        " already exists, not redeclaring")
when not declared(struct_VkQueryPool_T):
  type
    struct_VkQueryPool_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkQueryPool_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetLayout_T):
  type
    struct_VkDescriptorSetLayout_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetLayout_T" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceConfigurationINTEL_T):
  type
    struct_VkPerformanceConfigurationINTEL_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceConfigurationINTEL_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayKHR_T):
  type
    struct_VkDisplayKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDisplayKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkFramebuffer_T):
  type
    struct_VkFramebuffer_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkFramebuffer_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineSessionARM_T):
  type
    struct_VkDataGraphPipelineSessionARM_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineSessionARM_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDeferredOperationKHR_T):
  type
    struct_VkDeferredOperationKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDeferredOperationKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkCuFunctionNVX_T):
  type
    struct_VkCuFunctionNVX_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkCuFunctionNVX_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugUtilsMessengerEXT_T):
  type
    struct_VkDebugUtilsMessengerEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDebugUtilsMessengerEXT_T" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalComputeQueueNV_T):
  type
    struct_VkExternalComputeQueueNV_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkExternalComputeQueueNV_T" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoSessionParametersKHR_T):
  type
    struct_VkVideoSessionParametersKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkVideoSessionParametersKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorViewARM_T):
  type
    struct_VkTensorViewARM_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkTensorViewARM_T" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderModule_T):
  type
    struct_VkShaderModule_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkShaderModule_T" &
        " already exists, not redeclaring")
when not declared(struct_VkOpticalFlowSessionNV_T):
  type
    struct_VkOpticalFlowSessionNV_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkOpticalFlowSessionNV_T" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureKHR_T):
  type
    struct_VkAccelerationStructureKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorUpdateTemplate_T):
  type
    struct_VkDescriptorUpdateTemplate_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorUpdateTemplate_T" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryKHR_T):
  type
    struct_VkPipelineBinaryKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderEXT_T):
  type
    struct_VkShaderEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkShaderEXT_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSet_T):
  type
    struct_VkDescriptorSet_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSet_T" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPass_T):
  type
    struct_VkRenderPass_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkRenderPass_T" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerYcbcrConversion_T):
  type
    struct_VkSamplerYcbcrConversion_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkSamplerYcbcrConversion_T" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsLayoutEXT_T):
  type
    struct_VkIndirectCommandsLayoutEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsLayoutEXT_T" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_UNUSED_KHR):
  type
    VK_SHADER_UNUSED_KHR* = object
else:
  static :
    hint("Declaration of " & "VK_SHADER_UNUSED_KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPrivateDataSlot_T):
  type
    struct_VkPrivateDataSlot_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPrivateDataSlot_T" &
        " already exists, not redeclaring")
when not declared(struct_VkBuffer_T):
  type
    struct_VkBuffer_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkBuffer_T" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsLayoutNV_T):
  type
    struct_VkIndirectCommandsLayoutNV_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsLayoutNV_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayModeKHR_T):
  type
    struct_VkDisplayModeKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDisplayModeKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkCudaModuleNV_T):
  type
    struct_VkCudaModuleNV_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkCudaModuleNV_T" &
        " already exists, not redeclaring")
when not declared(struct_VkCudaFunctionNV_T):
  type
    struct_VkCudaFunctionNV_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkCudaFunctionNV_T" &
        " already exists, not redeclaring")
when not declared(struct_VkImage_T):
  type
    struct_VkImage_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkImage_T" &
        " already exists, not redeclaring")
when not declared(struct_VkPipeline_T):
  type
    struct_VkPipeline_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPipeline_T" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureNV_T):
  type
    struct_VkAccelerationStructureNV_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureNV_T" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorARM_T):
  type
    struct_VkTensorARM_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkTensorARM_T" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectExecutionSetEXT_T):
  type
    struct_VkIndirectExecutionSetEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkIndirectExecutionSetEXT_T" &
        " already exists, not redeclaring")
when not declared(struct_VkCuModuleNVX_T):
  type
    struct_VkCuModuleNVX_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkCuModuleNVX_T" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_FAMILY_EXTERNAL):
  type
    VK_QUEUE_FAMILY_EXTERNAL* = object
else:
  static :
    hint("Declaration of " & "VK_QUEUE_FAMILY_EXTERNAL" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoSessionKHR_T):
  type
    struct_VkVideoSessionKHR_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkVideoSessionKHR_T" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevice_T):
  type
    struct_VkPhysicalDevice_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevice_T" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapEXT_T):
  type
    struct_VkMicromapEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkMicromapEXT_T" &
        " already exists, not redeclaring")
when not declared(struct_VkValidationCacheEXT_T):
  type
    struct_VkValidationCacheEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkValidationCacheEXT_T" &
        " already exists, not redeclaring")
when not declared(struct_VkEvent_T):
  type
    struct_VkEvent_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkEvent_T" &
        " already exists, not redeclaring")
when not declared(struct_VkQueue_T):
  type
    struct_VkQueue_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkQueue_T" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandPool_T):
  type
    struct_VkCommandPool_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkCommandPool_T" &
        " already exists, not redeclaring")
when not declared(struct_VkFence_T):
  type
    struct_VkFence_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkFence_T" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugReportCallbackEXT_T):
  type
    struct_VkDebugReportCallbackEXT_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkDebugReportCallbackEXT_T" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineLayout_T):
  type
    struct_VkPipelineLayout_T* = object
else:
  static :
    hint("Declaration of " & "struct_VkPipelineLayout_T" &
        " already exists, not redeclaring")
type
  VkBool32_1124073925 = uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:94:18
  VkDeviceAddress_1124073927 = uint64 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:95:18
  VkDeviceSize_1124073929 = uint64 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:96:18
  VkFlags_1124073931 = uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:97:18
  VkSampleMask_1124073933 = uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:98:18
  VkBuffer_1124073935 = ptr struct_VkBuffer_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:99:1
  VkImage_1124073937 = ptr struct_VkImage_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:100:1
  VkInstance_1124073939 = ptr struct_VkInstance_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:101:1
  VkPhysicalDevice_1124073941 = ptr struct_VkPhysicalDevice_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:102:1
  VkDevice_1124073943 = ptr struct_VkDevice_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:103:1
  VkQueue_1124073945 = ptr struct_VkQueue_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:104:1
  VkSemaphore_1124073947 = ptr struct_VkSemaphore_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:105:1
  VkCommandBuffer_1124073949 = ptr struct_VkCommandBuffer_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:106:1
  VkFence_1124073951 = ptr struct_VkFence_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:107:1
  VkDeviceMemory_1124073953 = ptr struct_VkDeviceMemory_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:108:1
  VkQueryPool_1124073955 = ptr struct_VkQueryPool_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:109:1
  VkImageView_1124073957 = ptr struct_VkImageView_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:110:1
  VkCommandPool_1124073959 = ptr struct_VkCommandPool_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:111:1
  VkRenderPass_1124073961 = ptr struct_VkRenderPass_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:112:1
  VkFramebuffer_1124073963 = ptr struct_VkFramebuffer_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:113:1
  VkEvent_1124073965 = ptr struct_VkEvent_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:114:1
  VkBufferView_1124073967 = ptr struct_VkBufferView_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:115:1
  VkShaderModule_1124073969 = ptr struct_VkShaderModule_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:116:1
  VkPipelineCache_1124073971 = ptr struct_VkPipelineCache_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:117:1
  VkPipelineLayout_1124073980 = ptr struct_VkPipelineLayout_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:118:1
  VkPipeline_1124073982 = ptr struct_VkPipeline_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:119:1
  VkDescriptorSetLayout_1124073984 = ptr struct_VkDescriptorSetLayout_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:120:1
  VkSampler_1124073986 = ptr struct_VkSampler_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:121:1
  VkDescriptorSet_1124073988 = ptr struct_VkDescriptorSet_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:122:1
  VkDescriptorPool_1124073990 = ptr struct_VkDescriptorPool_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:123:1
  VkResult_1124073994 = enum_VkResult_1124073993 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:203:3
  VkStructureType_1124073998 = enum_VkStructureType_1124073997 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:1631:3
  VkImageLayout_1124074002 = enum_VkImageLayout_1124074001 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:1677:3
  VkObjectType_1124074006 = enum_VkObjectType_1124074005 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:1746:3
  VkVendorId_1124074010 = enum_VkVendorId_1124074009 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:1758:3
  VkSystemAllocationScope_1124074014 = enum_VkSystemAllocationScope_1124074013 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:1767:3
  VkInternalAllocationType_1124074018 = enum_VkInternalAllocationType_1124074017 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:1772:3
  VkFormat_1124074022 = enum_VkFormat_1124074021 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2099:3
  VkImageTiling_1124074026 = enum_VkImageTiling_1124074025 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2106:3
  VkImageType_1124074030 = enum_VkImageType_1124074029 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2113:3
  VkPhysicalDeviceType_1124074034 = enum_VkPhysicalDeviceType_1124074033 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2122:3
  VkQueryType_1124074038 = enum_VkQueryType_1124074037 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2143:3
  VkSharingMode_1124074042 = enum_VkSharingMode_1124074041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2149:3
  VkComponentSwizzle_1124074046 = enum_VkComponentSwizzle_1124074045 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2160:3
  VkImageViewType_1124074050 = enum_VkImageViewType_1124074049 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2171:3
  VkCommandBufferLevel_1124074054 = enum_VkCommandBufferLevel_1124074053 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2177:3
  VkIndexType_1124074058 = enum_VkIndexType_1124074057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2188:3
  VkPipelineCacheHeaderVersion_1124074062 = enum_VkPipelineCacheHeaderVersion_1124074061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2194:3
  VkBorderColor_1124074066 = enum_VkBorderColor_1124074065 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2206:3
  VkFilter_1124074070 = enum_VkFilter_1124074069 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2214:3
  VkSamplerAddressMode_1124074074 = enum_VkSamplerAddressMode_1124074073 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2225:3
  VkSamplerMipmapMode_1124074078 = enum_VkSamplerMipmapMode_1124074077 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2231:3
  VkCompareOp_1124074082 = enum_VkCompareOp_1124074081 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2243:3
  VkDescriptorType_1124074086 = enum_VkDescriptorType_1124074085 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2268:3
  VkPipelineBindPoint_1124074090 = enum_VkPipelineBindPoint_1124074089 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2281:3
  VkBlendFactor_1124074094 = enum_VkBlendFactor_1124074093 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2304:3
  VkBlendOp_1124074098 = enum_VkBlendOp_1124074097 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2359:3
  VkDynamicState_1124074102 = enum_VkDynamicState_1124074101 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2453:3
  VkFrontFace_1124074106 = enum_VkFrontFace_1124074105 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2459:3
  VkVertexInputRate_1124074110 = enum_VkVertexInputRate_1124074109 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2465:3
  VkPrimitiveTopology_1124074114 = enum_VkPrimitiveTopology_1124074113 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2480:3
  VkPolygonMode_1124074118 = enum_VkPolygonMode_1124074117 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2488:3
  VkStencilOp_1124074122 = enum_VkStencilOp_1124074121 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2500:3
  VkLogicOp_1124074126 = enum_VkLogicOp_1124074125 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2520:3
  VkAttachmentLoadOp_1124074130 = enum_VkAttachmentLoadOp_1124074129 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2530:3
  VkAttachmentStoreOp_1124074134 = enum_VkAttachmentStoreOp_1124074133 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2540:3
  VkSubpassContents_1124074138 = enum_VkSubpassContents_1124074137 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2548:3
  VkAccessFlagBits_1124074142 = enum_VkAccessFlagBits_1124074141 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2587:3
  VkAccessFlags_1124074144 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2588:17
  VkImageAspectFlagBits_1124074148 = enum_VkImageAspectFlagBits_1124074147 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2608:3
  VkImageAspectFlags_1124074150 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2609:17
  VkFormatFeatureFlagBits_1124074154 = enum_VkFormatFeatureFlagBits_1124074153 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2655:3
  VkFormatFeatureFlags_1124074156 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2656:17
  VkImageCreateFlagBits_1124074160 = enum_VkImageCreateFlagBits_1124074159 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2687:3
  VkImageCreateFlags_1124074162 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2688:17
  VkSampleCountFlagBits_1124074166 = enum_VkSampleCountFlagBits_1124074165 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2699:3
  VkSampleCountFlags_1124074168 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2700:17
  VkImageUsageFlagBits_1124074172 = enum_VkImageUsageFlagBits_1124074171 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2731:3
  VkImageUsageFlags_1124074174 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2732:17
  VkInstanceCreateFlagBits_1124074178 = enum_VkInstanceCreateFlagBits_1124074177 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2737:3
  VkInstanceCreateFlags_1124074180 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2738:17
  VkMemoryHeapFlagBits_1124074184 = enum_VkMemoryHeapFlagBits_1124074183 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2746:3
  VkMemoryHeapFlags_1124074186 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2747:17
  VkMemoryPropertyFlagBits_1124074190 = enum_VkMemoryPropertyFlagBits_1124074189 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2760:3
  VkMemoryPropertyFlags_1124074192 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2761:17
  VkQueueFlagBits_1124074196 = enum_VkQueueFlagBits_1124074195 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2774:3
  VkQueueFlags_1124074198 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2775:17
  VkDeviceCreateFlags_1124074200 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2776:17
  VkDeviceQueueCreateFlagBits_1124074204 = enum_VkDeviceQueueCreateFlagBits_1124074203 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2781:3
  VkDeviceQueueCreateFlags_1124074206 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2782:17
  VkPipelineStageFlagBits_1124074210 = enum_VkPipelineStageFlagBits_1124074209 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2820:3
  VkPipelineStageFlags_1124074212 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2821:17
  VkMemoryMapFlagBits_1124074216 = enum_VkMemoryMapFlagBits_1124074215 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2826:3
  VkMemoryMapFlags_1124074218 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2827:17
  VkSparseMemoryBindFlagBits_1124074222 = enum_VkSparseMemoryBindFlagBits_1124074221 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2832:3
  VkSparseMemoryBindFlags_1124074224 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2833:17
  VkSparseImageFormatFlagBits_1124074228 = enum_VkSparseImageFormatFlagBits_1124074227 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2840:3
  VkSparseImageFormatFlags_1124074230 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2841:17
  VkFenceCreateFlagBits_1124074234 = enum_VkFenceCreateFlagBits_1124074233 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2846:3
  VkFenceCreateFlags_1124074236 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2847:17
  VkSemaphoreCreateFlags_1124074238 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2848:17
  VkQueryPoolCreateFlagBits_1124074242 = enum_VkQueryPoolCreateFlagBits_1124074241 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2853:3
  VkQueryPoolCreateFlags_1124074244 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2854:17
  VkQueryPipelineStatisticFlagBits_1124074248 = enum_VkQueryPipelineStatisticFlagBits_1124074247 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2872:3
  VkQueryPipelineStatisticFlags_1124074250 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2873:17
  VkQueryResultFlagBits_1124074254 = enum_VkQueryResultFlagBits_1124074253 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2882:3
  VkQueryResultFlags_1124074256 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2883:17
  VkBufferCreateFlagBits_1124074260 = enum_VkBufferCreateFlagBits_1124074259 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2896:3
  VkBufferCreateFlags_1124074262 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2897:17
  VkBufferUsageFlagBits_1124074266 = enum_VkBufferUsageFlagBits_1124074265 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2933:3
  VkBufferUsageFlags_1124074268 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2934:17
  VkImageViewCreateFlagBits_1124074272 = enum_VkImageViewCreateFlagBits_1124074271 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2941:3
  VkImageViewCreateFlags_1124074274 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2942:17
  VkDependencyFlagBits_1124074278 = enum_VkDependencyFlagBits_1124074277 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2954:3
  VkDependencyFlags_1124074280 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2955:17
  VkCommandPoolCreateFlagBits_1124074284 = enum_VkCommandPoolCreateFlagBits_1124074283 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2962:3
  VkCommandPoolCreateFlags_1124074286 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2963:17
  VkCommandPoolResetFlagBits_1124074290 = enum_VkCommandPoolResetFlagBits_1124074289 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2968:3
  VkCommandPoolResetFlags_1124074292 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2969:17
  VkCommandBufferUsageFlagBits_1124074296 = enum_VkCommandBufferUsageFlagBits_1124074295 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2976:3
  VkCommandBufferUsageFlags_1124074298 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2977:17
  VkQueryControlFlagBits_1124074302 = enum_VkQueryControlFlagBits_1124074301 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2982:3
  VkQueryControlFlags_1124074304 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2983:17
  VkCommandBufferResetFlagBits_1124074308 = enum_VkCommandBufferResetFlagBits_1124074307 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2988:3
  VkCommandBufferResetFlags_1124074310 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2989:17
  VkEventCreateFlagBits_1124074314 = enum_VkEventCreateFlagBits_1124074313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2995:3
  VkEventCreateFlags_1124074316 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2996:17
  VkBufferViewCreateFlags_1124074318 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2997:17
  VkShaderModuleCreateFlags_1124074320 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2998:17
  VkPipelineCacheCreateFlagBits_1124074324 = enum_VkPipelineCacheCreateFlagBits_1124074323 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3005:3
  VkPipelineCacheCreateFlags_1124074326 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3006:17
  VkPipelineCreateFlagBits_1124074330 = enum_VkPipelineCreateFlagBits_1124074329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3057:3
  VkPipelineCreateFlags_1124074332 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3058:17
  VkPipelineShaderStageCreateFlagBits_1124074336 = enum_VkPipelineShaderStageCreateFlagBits_1124074335 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3066:3
  VkPipelineShaderStageCreateFlags_1124074338 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3067:17
  VkShaderStageFlagBits_1124074342 = enum_VkShaderStageFlagBits_1124074341 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3097:3
  VkPipelineLayoutCreateFlagBits_1124074346 = enum_VkPipelineLayoutCreateFlagBits_1124074345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3102:3
  VkPipelineLayoutCreateFlags_1124074348 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3103:17
  VkShaderStageFlags_1124074350 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3104:17
  VkSamplerCreateFlagBits_1124074354 = enum_VkSamplerCreateFlagBits_1124074353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3113:3
  VkSamplerCreateFlags_1124074356 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3114:17
  VkDescriptorPoolCreateFlagBits_1124074360 = enum_VkDescriptorPoolCreateFlagBits_1124074359 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3125:3
  VkDescriptorPoolCreateFlags_1124074362 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3126:17
  VkDescriptorPoolResetFlags_1124074364 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3127:17
  VkDescriptorSetLayoutCreateFlagBits_1124074368 = enum_VkDescriptorSetLayoutCreateFlagBits_1124074367 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3141:3
  VkDescriptorSetLayoutCreateFlags_1124074370 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3142:17
  VkColorComponentFlagBits_1124074374 = enum_VkColorComponentFlagBits_1124074373 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3150:3
  VkColorComponentFlags_1124074376 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3151:17
  VkCullModeFlagBits_1124074380 = enum_VkCullModeFlagBits_1124074379 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3159:3
  VkCullModeFlags_1124074382 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3160:17
  VkPipelineVertexInputStateCreateFlags_1124074384 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3161:17
  VkPipelineInputAssemblyStateCreateFlags_1124074386 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3162:17
  VkPipelineTessellationStateCreateFlags_1124074388 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3163:17
  VkPipelineViewportStateCreateFlags_1124074390 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3164:17
  VkPipelineRasterizationStateCreateFlags_1124074392 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3165:17
  VkPipelineMultisampleStateCreateFlags_1124074394 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3166:17
  VkPipelineDepthStencilStateCreateFlagBits_1124074398 = enum_VkPipelineDepthStencilStateCreateFlagBits_1124074397 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3174:3
  VkPipelineDepthStencilStateCreateFlags_1124074400 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3175:17
  VkPipelineColorBlendStateCreateFlagBits_1124074404 = enum_VkPipelineColorBlendStateCreateFlagBits_1124074403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3181:3
  VkPipelineColorBlendStateCreateFlags_1124074406 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3182:17
  VkPipelineDynamicStateCreateFlags_1124074408 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3183:17
  VkAttachmentDescriptionFlagBits_1124074412 = enum_VkAttachmentDescriptionFlagBits_1124074411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3190:3
  VkAttachmentDescriptionFlags_1124074414 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3191:17
  VkFramebufferCreateFlagBits_1124074418 = enum_VkFramebufferCreateFlagBits_1124074417 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3197:3
  VkFramebufferCreateFlags_1124074420 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3198:17
  VkRenderPassCreateFlagBits_1124074424 = enum_VkRenderPassCreateFlagBits_1124074423 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3204:3
  VkRenderPassCreateFlags_1124074426 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3205:17
  VkSubpassDescriptionFlagBits_1124074430 = enum_VkSubpassDescriptionFlagBits_1124074429 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3223:3
  VkSubpassDescriptionFlags_1124074432 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3224:17
  VkStencilFaceFlagBits_1124074436 = enum_VkStencilFaceFlagBits_1124074435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3233:3
  VkStencilFaceFlags_1124074438 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3234:17
  struct_VkExtent2D_1124074440 {.pure, inheritable, bycopy.} = object
    width*: uint32           ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3235:16
    height*: uint32
  VkExtent2D_1124074442 = struct_VkExtent2D_1124074441 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3238:3
  struct_VkExtent3D_1124074444 {.pure, inheritable, bycopy.} = object
    width*: uint32           ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3240:16
    height*: uint32
    depth*: uint32
  VkExtent3D_1124074446 = struct_VkExtent3D_1124074445 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3244:3
  struct_VkOffset2D_1124074448 {.pure, inheritable, bycopy.} = object
    x*: int32                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3246:16
    y*: int32
  VkOffset2D_1124074450 = struct_VkOffset2D_1124074449 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3249:3
  struct_VkOffset3D_1124074452 {.pure, inheritable, bycopy.} = object
    x*: int32                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3251:16
    y*: int32
    z*: int32
  VkOffset3D_1124074454 = struct_VkOffset3D_1124074453 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3255:3
  struct_VkRect2D_1124074456 {.pure, inheritable, bycopy.} = object
    offset*: VkOffset2D_1124074451 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3257:16
    extent*: VkExtent2D_1124074443
  VkRect2D_1124074458 = struct_VkRect2D_1124074457 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3260:3
  struct_VkBaseInStructure_1124074460 {.pure, inheritable, bycopy.} = object
    sType*: VkStructureType_1124073999 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3262:16
    pNext*: ptr struct_VkBaseInStructure_1124074461
  VkBaseInStructure_1124074462 = struct_VkBaseInStructure_1124074461 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3265:3
  struct_VkBaseOutStructure_1124074464 {.pure, inheritable, bycopy.} = object
    sType*: VkStructureType_1124073999 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3267:16
    pNext*: ptr struct_VkBaseOutStructure_1124074465
  VkBaseOutStructure_1124074466 = struct_VkBaseOutStructure_1124074465 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3270:3
  struct_VkBufferMemoryBarrier_1124074468 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferMemoryBarrier ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3272:16
    pNext*: pointer
    srcAccessMask*: VkAccessFlags_1124074145
    dstAccessMask*: VkAccessFlags_1124074145
    srcQueueFamilyIndex*: uint32
    dstQueueFamilyIndex*: uint32
    buffer*: VkBuffer_1124073936
    offset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkBufferMemoryBarrier_1124074470 = struct_VkBufferMemoryBarrier_1124074469 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3282:3
  struct_VkImageSubresourceRange_1124074472 {.pure, inheritable, bycopy.} = object
    aspectMask*: VkImageAspectFlags_1124074151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3284:16
    baseMipLevel*: uint32
    levelCount*: uint32
    baseArrayLayer*: uint32
    layerCount*: uint32
  VkImageSubresourceRange_1124074474 = struct_VkImageSubresourceRange_1124074473 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3290:3
  struct_VkImageMemoryBarrier_1124074476 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageMemoryBarrier ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3292:16
    pNext*: pointer
    srcAccessMask*: VkAccessFlags_1124074145
    dstAccessMask*: VkAccessFlags_1124074145
    oldLayout*: VkImageLayout_1124074003
    newLayout*: VkImageLayout_1124074003
    srcQueueFamilyIndex*: uint32
    dstQueueFamilyIndex*: uint32
    image*: VkImage_1124073938
    subresourceRange*: VkImageSubresourceRange_1124074475
  VkImageMemoryBarrier_1124074478 = struct_VkImageMemoryBarrier_1124074477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3303:3
  struct_VkMemoryBarrier_1124074480 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryBarrier ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3305:16
    pNext*: pointer
    srcAccessMask*: VkAccessFlags_1124074145
    dstAccessMask*: VkAccessFlags_1124074145
  VkMemoryBarrier_1124074482 = struct_VkMemoryBarrier_1124074481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3310:3
  PFN_vkAllocationFunction_1124074484 = proc (a0: pointer; a1: csize_t;
      a2: csize_t; a3: VkSystemAllocationScope_1124074015): pointer {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3312:27
  PFN_vkFreeFunction_1124074486 = proc (a0: pointer; a1: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3318:26
  PFN_vkInternalAllocationNotification_1124074488 = proc (a0: pointer;
      a1: csize_t; a2: VkInternalAllocationType_1124074019;
      a3: VkSystemAllocationScope_1124074015): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3322:26
  PFN_vkInternalFreeNotification_1124074490 = proc (a0: pointer; a1: csize_t;
      a2: VkInternalAllocationType_1124074019; a3: VkSystemAllocationScope_1124074015): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3328:26
  PFN_vkReallocationFunction_1124074492 = proc (a0: pointer; a1: pointer;
      a2: csize_t; a3: csize_t; a4: VkSystemAllocationScope_1124074015): pointer {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3334:27
  PFN_vkVoidFunction_1124074494 = proc (): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3341:26
  struct_VkAllocationCallbacks_1124074496 {.pure, inheritable, bycopy.} = object
    pUserData*: pointer      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3342:16
    pfnAllocation*: PFN_vkAllocationFunction_1124074485
    pfnReallocation*: PFN_vkReallocationFunction_1124074493
    pfnFree*: PFN_vkFreeFunction_1124074487
    pfnInternalAllocation*: PFN_vkInternalAllocationNotification_1124074489
    pfnInternalFree*: PFN_vkInternalFreeNotification_1124074491
  VkAllocationCallbacks_1124074498 = struct_VkAllocationCallbacks_1124074497 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3349:3
  struct_VkApplicationInfo_1124074500 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ApplicationInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3351:16
    pNext*: pointer
    pApplicationName*: cstring
    applicationVersion*: uint32
    pEngineName*: cstring
    engineVersion*: uint32
    apiVersion*: uint32
  VkApplicationInfo_1124074502 = struct_VkApplicationInfo_1124074501 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3359:3
  struct_VkFormatProperties_1124074504 {.pure, inheritable, bycopy.} = object
    linearTilingFeatures*: VkFormatFeatureFlags_1124074157 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3361:16
    optimalTilingFeatures*: VkFormatFeatureFlags_1124074157
    bufferFeatures*: VkFormatFeatureFlags_1124074157
  VkFormatProperties_1124074506 = struct_VkFormatProperties_1124074505 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3365:3
  struct_VkImageFormatProperties_1124074508 {.pure, inheritable, bycopy.} = object
    maxExtent*: VkExtent3D_1124074447 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3367:16
    maxMipLevels*: uint32
    maxArrayLayers*: uint32
    sampleCounts*: VkSampleCountFlags_1124074169
    maxResourceSize*: VkDeviceSize_1124073930
  VkImageFormatProperties_1124074510 = struct_VkImageFormatProperties_1124074509 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3373:3
  struct_VkInstanceCreateInfo_1124074512 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_InstanceCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3375:16
    pNext*: pointer
    flags*: VkInstanceCreateFlags_1124074181
    pApplicationInfo*: ptr VkApplicationInfo_1124074503
    enabledLayerCount*: uint32
    ppEnabledLayerNames*: ptr cstring
    enabledExtensionCount*: uint32
    ppEnabledExtensionNames*: ptr cstring
  VkInstanceCreateInfo_1124074514 = struct_VkInstanceCreateInfo_1124074513 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3384:3
  struct_VkMemoryHeap_1124074516 {.pure, inheritable, bycopy.} = object
    size*: VkDeviceSize_1124073930 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3386:16
    flags*: VkMemoryHeapFlags_1124074187
  VkMemoryHeap_1124074518 = struct_VkMemoryHeap_1124074517 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3389:3
  struct_VkMemoryType_1124074520 {.pure, inheritable, bycopy.} = object
    propertyFlags*: VkMemoryPropertyFlags_1124074193 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3391:16
    heapIndex*: uint32
  VkMemoryType_1124074522 = struct_VkMemoryType_1124074521 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3394:3
  struct_VkPhysicalDeviceFeatures_1124074524 {.pure, inheritable, bycopy.} = object
    robustBufferAccess*: VkBool32_1124073926 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3396:16
    fullDrawIndexUint32*: VkBool32_1124073926
    imageCubeArray*: VkBool32_1124073926
    independentBlend*: VkBool32_1124073926
    geometryShader*: VkBool32_1124073926
    tessellationShader*: VkBool32_1124073926
    sampleRateShading*: VkBool32_1124073926
    dualSrcBlend*: VkBool32_1124073926
    logicOp*: VkBool32_1124073926
    multiDrawIndirect*: VkBool32_1124073926
    drawIndirectFirstInstance*: VkBool32_1124073926
    depthClamp*: VkBool32_1124073926
    depthBiasClamp*: VkBool32_1124073926
    fillModeNonSolid*: VkBool32_1124073926
    depthBounds*: VkBool32_1124073926
    wideLines*: VkBool32_1124073926
    largePoints*: VkBool32_1124073926
    alphaToOne*: VkBool32_1124073926
    multiViewport*: VkBool32_1124073926
    samplerAnisotropy*: VkBool32_1124073926
    textureCompressionETC2*: VkBool32_1124073926
    textureCompressionASTC_LDR*: VkBool32_1124073926
    textureCompressionBC*: VkBool32_1124073926
    occlusionQueryPrecise*: VkBool32_1124073926
    pipelineStatisticsQuery*: VkBool32_1124073926
    vertexPipelineStoresAndAtomics*: VkBool32_1124073926
    fragmentStoresAndAtomics*: VkBool32_1124073926
    shaderTessellationAndGeometryPointSize*: VkBool32_1124073926
    shaderImageGatherExtended*: VkBool32_1124073926
    shaderStorageImageExtendedFormats*: VkBool32_1124073926
    shaderStorageImageMultisample*: VkBool32_1124073926
    shaderStorageImageReadWithoutFormat*: VkBool32_1124073926
    shaderStorageImageWriteWithoutFormat*: VkBool32_1124073926
    shaderUniformBufferArrayDynamicIndexing*: VkBool32_1124073926
    shaderSampledImageArrayDynamicIndexing*: VkBool32_1124073926
    shaderStorageBufferArrayDynamicIndexing*: VkBool32_1124073926
    shaderStorageImageArrayDynamicIndexing*: VkBool32_1124073926
    shaderClipDistance*: VkBool32_1124073926
    shaderCullDistance*: VkBool32_1124073926
    shaderFloat64*: VkBool32_1124073926
    shaderInt64*: VkBool32_1124073926
    shaderInt16*: VkBool32_1124073926
    shaderResourceResidency*: VkBool32_1124073926
    shaderResourceMinLod*: VkBool32_1124073926
    sparseBinding*: VkBool32_1124073926
    sparseResidencyBuffer*: VkBool32_1124073926
    sparseResidencyImage2D*: VkBool32_1124073926
    sparseResidencyImage3D*: VkBool32_1124073926
    sparseResidency2Samples*: VkBool32_1124073926
    sparseResidency4Samples*: VkBool32_1124073926
    sparseResidency8Samples*: VkBool32_1124073926
    sparseResidency16Samples*: VkBool32_1124073926
    sparseResidencyAliased*: VkBool32_1124073926
    variableMultisampleRate*: VkBool32_1124073926
    inheritedQueries*: VkBool32_1124073926
  VkPhysicalDeviceFeatures_1124074526 = struct_VkPhysicalDeviceFeatures_1124074525 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3452:3
  struct_VkPhysicalDeviceLimits_1124074528 {.pure, inheritable, bycopy.} = object
    maxImageDimension1D*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3454:16
    maxImageDimension2D*: uint32
    maxImageDimension3D*: uint32
    maxImageDimensionCube*: uint32
    maxImageArrayLayers*: uint32
    maxTexelBufferElements*: uint32
    maxUniformBufferRange*: uint32
    maxStorageBufferRange*: uint32
    maxPushConstantsSize*: uint32
    maxMemoryAllocationCount*: uint32
    maxSamplerAllocationCount*: uint32
    bufferImageGranularity*: VkDeviceSize_1124073930
    sparseAddressSpaceSize*: VkDeviceSize_1124073930
    maxBoundDescriptorSets*: uint32
    maxPerStageDescriptorSamplers*: uint32
    maxPerStageDescriptorUniformBuffers*: uint32
    maxPerStageDescriptorStorageBuffers*: uint32
    maxPerStageDescriptorSampledImages*: uint32
    maxPerStageDescriptorStorageImages*: uint32
    maxPerStageDescriptorInputAttachments*: uint32
    maxPerStageResources*: uint32
    maxDescriptorSetSamplers*: uint32
    maxDescriptorSetUniformBuffers*: uint32
    maxDescriptorSetUniformBuffersDynamic*: uint32
    maxDescriptorSetStorageBuffers*: uint32
    maxDescriptorSetStorageBuffersDynamic*: uint32
    maxDescriptorSetSampledImages*: uint32
    maxDescriptorSetStorageImages*: uint32
    maxDescriptorSetInputAttachments*: uint32
    maxVertexInputAttributes*: uint32
    maxVertexInputBindings*: uint32
    maxVertexInputAttributeOffset*: uint32
    maxVertexInputBindingStride*: uint32
    maxVertexOutputComponents*: uint32
    maxTessellationGenerationLevel*: uint32
    maxTessellationPatchSize*: uint32
    maxTessellationControlPerVertexInputComponents*: uint32
    maxTessellationControlPerVertexOutputComponents*: uint32
    maxTessellationControlPerPatchOutputComponents*: uint32
    maxTessellationControlTotalOutputComponents*: uint32
    maxTessellationEvaluationInputComponents*: uint32
    maxTessellationEvaluationOutputComponents*: uint32
    maxGeometryShaderInvocations*: uint32
    maxGeometryInputComponents*: uint32
    maxGeometryOutputComponents*: uint32
    maxGeometryOutputVertices*: uint32
    maxGeometryTotalOutputComponents*: uint32
    maxFragmentInputComponents*: uint32
    maxFragmentOutputAttachments*: uint32
    maxFragmentDualSrcAttachments*: uint32
    maxFragmentCombinedOutputResources*: uint32
    maxComputeSharedMemorySize*: uint32
    maxComputeWorkGroupCount*: array[3'i64, uint32]
    maxComputeWorkGroupInvocations*: uint32
    maxComputeWorkGroupSize*: array[3'i64, uint32]
    subPixelPrecisionBits*: uint32
    subTexelPrecisionBits*: uint32
    mipmapPrecisionBits*: uint32
    maxDrawIndexedIndexValue*: uint32
    maxDrawIndirectCount*: uint32
    maxSamplerLodBias*: cfloat
    maxSamplerAnisotropy*: cfloat
    maxViewports*: uint32
    maxViewportDimensions*: array[2'i64, uint32]
    viewportBoundsRange*: array[2'i64, cfloat]
    viewportSubPixelBits*: uint32
    minMemoryMapAlignment*: csize_t
    minTexelBufferOffsetAlignment*: VkDeviceSize_1124073930
    minUniformBufferOffsetAlignment*: VkDeviceSize_1124073930
    minStorageBufferOffsetAlignment*: VkDeviceSize_1124073930
    minTexelOffset*: int32
    maxTexelOffset*: uint32
    minTexelGatherOffset*: int32
    maxTexelGatherOffset*: uint32
    minInterpolationOffset*: cfloat
    maxInterpolationOffset*: cfloat
    subPixelInterpolationOffsetBits*: uint32
    maxFramebufferWidth*: uint32
    maxFramebufferHeight*: uint32
    maxFramebufferLayers*: uint32
    framebufferColorSampleCounts*: VkSampleCountFlags_1124074169
    framebufferDepthSampleCounts*: VkSampleCountFlags_1124074169
    framebufferStencilSampleCounts*: VkSampleCountFlags_1124074169
    framebufferNoAttachmentsSampleCounts*: VkSampleCountFlags_1124074169
    maxColorAttachments*: uint32
    sampledImageColorSampleCounts*: VkSampleCountFlags_1124074169
    sampledImageIntegerSampleCounts*: VkSampleCountFlags_1124074169
    sampledImageDepthSampleCounts*: VkSampleCountFlags_1124074169
    sampledImageStencilSampleCounts*: VkSampleCountFlags_1124074169
    storageImageSampleCounts*: VkSampleCountFlags_1124074169
    maxSampleMaskWords*: uint32
    timestampComputeAndGraphics*: VkBool32_1124073926
    timestampPeriod*: cfloat
    maxClipDistances*: uint32
    maxCullDistances*: uint32
    maxCombinedClipAndCullDistances*: uint32
    discreteQueuePriorities*: uint32
    pointSizeRange*: array[2'i64, cfloat]
    lineWidthRange*: array[2'i64, cfloat]
    pointSizeGranularity*: cfloat
    lineWidthGranularity*: cfloat
    strictLines*: VkBool32_1124073926
    standardSampleLocations*: VkBool32_1124073926
    optimalBufferCopyOffsetAlignment*: VkDeviceSize_1124073930
    optimalBufferCopyRowPitchAlignment*: VkDeviceSize_1124073930
    nonCoherentAtomSize*: VkDeviceSize_1124073930
  VkPhysicalDeviceLimits_1124074530 = struct_VkPhysicalDeviceLimits_1124074529 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3561:3
  struct_VkPhysicalDeviceMemoryProperties_1124074532 {.pure, inheritable, bycopy.} = object
    memoryTypeCount*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3563:16
    memoryTypes*: array[32'i64, VkMemoryType_1124074523]
    memoryHeapCount*: uint32
    memoryHeaps*: array[16'i64, VkMemoryHeap_1124074519]
  VkPhysicalDeviceMemoryProperties_1124074534 = struct_VkPhysicalDeviceMemoryProperties_1124074533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3568:3
  struct_VkPhysicalDeviceSparseProperties_1124074536 {.pure, inheritable, bycopy.} = object
    residencyStandard2DBlockShape*: VkBool32_1124073926 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3570:16
    residencyStandard2DMultisampleBlockShape*: VkBool32_1124073926
    residencyStandard3DBlockShape*: VkBool32_1124073926
    residencyAlignedMipSize*: VkBool32_1124073926
    residencyNonResidentStrict*: VkBool32_1124073926
  VkPhysicalDeviceSparseProperties_1124074538 = struct_VkPhysicalDeviceSparseProperties_1124074537 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3576:3
  struct_VkPhysicalDeviceProperties_1124074540 {.pure, inheritable, bycopy.} = object
    apiVersion*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3578:16
    driverVersion*: uint32
    vendorID*: uint32
    deviceID*: uint32
    deviceType*: VkPhysicalDeviceType_1124074035
    deviceName*: array[256'i64, cschar]
    pipelineCacheUUID*: array[16'i64, uint8]
    limits*: VkPhysicalDeviceLimits_1124074531
    sparseProperties*: VkPhysicalDeviceSparseProperties_1124074539
  VkPhysicalDeviceProperties_1124074542 = struct_VkPhysicalDeviceProperties_1124074541 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3588:3
  struct_VkQueueFamilyProperties_1124074544 {.pure, inheritable, bycopy.} = object
    queueFlags*: VkQueueFlags_1124074199 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3590:16
    queueCount*: uint32
    timestampValidBits*: uint32
    minImageTransferGranularity*: VkExtent3D_1124074447
  VkQueueFamilyProperties_1124074546 = struct_VkQueueFamilyProperties_1124074545 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3595:3
  struct_VkDeviceQueueCreateInfo_1124074548 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceQueueCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3597:16
    pNext*: pointer
    flags*: VkDeviceQueueCreateFlags_1124074207
    queueFamilyIndex*: uint32
    queueCount*: uint32
    pQueuePriorities*: ptr cfloat
  VkDeviceQueueCreateInfo_1124074550 = struct_VkDeviceQueueCreateInfo_1124074549 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3604:3
  struct_VkDeviceCreateInfo_1124074552 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3606:16
    pNext*: pointer
    flags*: VkDeviceCreateFlags_1124074201
    queueCreateInfoCount*: uint32
    pQueueCreateInfos*: ptr VkDeviceQueueCreateInfo_1124074551
    enabledLayerCount*: uint32
    ppEnabledLayerNames*: ptr cstring
    enabledExtensionCount*: uint32
    ppEnabledExtensionNames*: ptr cstring
    pEnabledFeatures*: ptr VkPhysicalDeviceFeatures_1124074527
  VkDeviceCreateInfo_1124074554 = struct_VkDeviceCreateInfo_1124074553 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3619:3
  struct_VkExtensionProperties_1124074556 {.pure, inheritable, bycopy.} = object
    extensionName*: array[256'i64, cschar] ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3621:16
    specVersion*: uint32
  VkExtensionProperties_1124074558 = struct_VkExtensionProperties_1124074557 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3624:3
  struct_VkLayerProperties_1124074560 {.pure, inheritable, bycopy.} = object
    layerName*: array[256'i64, cschar] ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3626:16
    specVersion*: uint32
    implementationVersion*: uint32
    description*: array[256'i64, cschar]
  VkLayerProperties_1124074562 = struct_VkLayerProperties_1124074561 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3631:3
  struct_VkSubmitInfo_1124074564 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubmitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3633:16
    pNext*: pointer
    waitSemaphoreCount*: uint32
    pWaitSemaphores*: ptr VkSemaphore_1124073948
    pWaitDstStageMask*: ptr VkPipelineStageFlags_1124074213
    commandBufferCount*: uint32
    pCommandBuffers*: ptr VkCommandBuffer_1124073950
    signalSemaphoreCount*: uint32
    pSignalSemaphores*: ptr VkSemaphore_1124073948
  VkSubmitInfo_1124074566 = struct_VkSubmitInfo_1124074565 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3643:3
  struct_VkMappedMemoryRange_1124074568 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MappedMemoryRange ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3645:16
    pNext*: pointer
    memory*: VkDeviceMemory_1124073954
    offset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkMappedMemoryRange_1124074570 = struct_VkMappedMemoryRange_1124074569 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3651:3
  struct_VkMemoryAllocateInfo_1124074572 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3653:16
    pNext*: pointer
    allocationSize*: VkDeviceSize_1124073930
    memoryTypeIndex*: uint32
  VkMemoryAllocateInfo_1124074574 = struct_VkMemoryAllocateInfo_1124074573 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3658:3
  struct_VkMemoryRequirements_1124074576 {.pure, inheritable, bycopy.} = object
    size*: VkDeviceSize_1124073930 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3660:16
    alignment*: VkDeviceSize_1124073930
    memoryTypeBits*: uint32
  VkMemoryRequirements_1124074578 = struct_VkMemoryRequirements_1124074577 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3664:3
  struct_VkSparseMemoryBind_1124074580 {.pure, inheritable, bycopy.} = object
    resourceOffset*: VkDeviceSize_1124073930 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3666:16
    size*: VkDeviceSize_1124073930
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
    flags*: VkSparseMemoryBindFlags_1124074225
  VkSparseMemoryBind_1124074582 = struct_VkSparseMemoryBind_1124074581 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3672:3
  struct_VkSparseBufferMemoryBindInfo_1124074584 {.pure, inheritable, bycopy.} = object
    buffer*: VkBuffer_1124073936 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3674:16
    bindCount*: uint32
    pBinds*: ptr VkSparseMemoryBind_1124074583
  VkSparseBufferMemoryBindInfo_1124074586 = struct_VkSparseBufferMemoryBindInfo_1124074585 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3678:3
  struct_VkSparseImageOpaqueMemoryBindInfo_1124074588 {.pure, inheritable,       bycopy.} = object
    image*: VkImage_1124073938 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3680:16
    bindCount*: uint32
    pBinds*: ptr VkSparseMemoryBind_1124074583
  VkSparseImageOpaqueMemoryBindInfo_1124074590 = struct_VkSparseImageOpaqueMemoryBindInfo_1124074589 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3684:3
  struct_VkImageSubresource_1124074592 {.pure, inheritable, bycopy.} = object
    aspectMask*: VkImageAspectFlags_1124074151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3686:16
    mipLevel*: uint32
    arrayLayer*: uint32
  VkImageSubresource_1124074594 = struct_VkImageSubresource_1124074593 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3690:3
  struct_VkSparseImageMemoryBind_1124074596 {.pure, inheritable, bycopy.} = object
    subresource*: VkImageSubresource_1124074595 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3692:16
    offset*: VkOffset3D_1124074455
    extent*: VkExtent3D_1124074447
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
    flags*: VkSparseMemoryBindFlags_1124074225
  VkSparseImageMemoryBind_1124074598 = struct_VkSparseImageMemoryBind_1124074597 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3699:3
  struct_VkSparseImageMemoryBindInfo_1124074600 {.pure, inheritable, bycopy.} = object
    image*: VkImage_1124073938 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3701:16
    bindCount*: uint32
    pBinds*: ptr VkSparseImageMemoryBind_1124074599
  VkSparseImageMemoryBindInfo_1124074602 = struct_VkSparseImageMemoryBindInfo_1124074601 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3705:3
  struct_VkBindSparseInfo_1124074604 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindSparseInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3707:16
    pNext*: pointer
    waitSemaphoreCount*: uint32
    pWaitSemaphores*: ptr VkSemaphore_1124073948
    bufferBindCount*: uint32
    pBufferBinds*: ptr VkSparseBufferMemoryBindInfo_1124074587
    imageOpaqueBindCount*: uint32
    pImageOpaqueBinds*: ptr VkSparseImageOpaqueMemoryBindInfo_1124074591
    imageBindCount*: uint32
    pImageBinds*: ptr VkSparseImageMemoryBindInfo_1124074603
    signalSemaphoreCount*: uint32
    pSignalSemaphores*: ptr VkSemaphore_1124073948
  VkBindSparseInfo_1124074606 = struct_VkBindSparseInfo_1124074605 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3720:3
  struct_VkSparseImageFormatProperties_1124074608 {.pure, inheritable, bycopy.} = object
    aspectMask*: VkImageAspectFlags_1124074151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3722:16
    imageGranularity*: VkExtent3D_1124074447
    flags*: VkSparseImageFormatFlags_1124074231
  VkSparseImageFormatProperties_1124074610 = struct_VkSparseImageFormatProperties_1124074609 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3726:3
  struct_VkSparseImageMemoryRequirements_1124074612 {.pure, inheritable, bycopy.} = object
    formatProperties*: VkSparseImageFormatProperties_1124074611 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3728:16
    imageMipTailFirstLod*: uint32
    imageMipTailSize*: VkDeviceSize_1124073930
    imageMipTailOffset*: VkDeviceSize_1124073930
    imageMipTailStride*: VkDeviceSize_1124073930
  VkSparseImageMemoryRequirements_1124074614 = struct_VkSparseImageMemoryRequirements_1124074613 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3734:3
  struct_VkFenceCreateInfo_1124074616 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FenceCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3736:16
    pNext*: pointer
    flags*: VkFenceCreateFlags_1124074237
  VkFenceCreateInfo_1124074618 = struct_VkFenceCreateInfo_1124074617 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3740:3
  struct_VkSemaphoreCreateInfo_1124074620 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3742:16
    pNext*: pointer
    flags*: VkSemaphoreCreateFlags_1124074239
  VkSemaphoreCreateInfo_1124074622 = struct_VkSemaphoreCreateInfo_1124074621 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3746:3
  struct_VkQueryPoolCreateInfo_1124074624 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueryPoolCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3748:16
    pNext*: pointer
    flags*: VkQueryPoolCreateFlags_1124074245
    queryType*: VkQueryType_1124074039
    queryCount*: uint32
    pipelineStatistics*: VkQueryPipelineStatisticFlags_1124074251
  VkQueryPoolCreateInfo_1124074626 = struct_VkQueryPoolCreateInfo_1124074625 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3755:3
  struct_VkBufferCreateInfo_1124074628 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3757:16
    pNext*: pointer
    flags*: VkBufferCreateFlags_1124074263
    size*: VkDeviceSize_1124073930
    usage*: VkBufferUsageFlags_1124074269
    sharingMode*: VkSharingMode_1124074043
    queueFamilyIndexCount*: uint32
    pQueueFamilyIndices*: ptr uint32
  VkBufferCreateInfo_1124074630 = struct_VkBufferCreateInfo_1124074629 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3766:3
  struct_VkImageCreateInfo_1124074632 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3768:16
    pNext*: pointer
    flags*: VkImageCreateFlags_1124074163
    imageType*: VkImageType_1124074031
    format*: VkFormat_1124074023
    extent*: VkExtent3D_1124074447
    mipLevels*: uint32
    arrayLayers*: uint32
    samples*: VkSampleCountFlagBits_1124074167
    tiling*: VkImageTiling_1124074027
    usage*: VkImageUsageFlags_1124074175
    sharingMode*: VkSharingMode_1124074043
    queueFamilyIndexCount*: uint32
    pQueueFamilyIndices*: ptr uint32
    initialLayout*: VkImageLayout_1124074003
  VkImageCreateInfo_1124074634 = struct_VkImageCreateInfo_1124074633 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3784:3
  struct_VkSubresourceLayout_1124074636 {.pure, inheritable, bycopy.} = object
    offset*: VkDeviceSize_1124073930 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3786:16
    size*: VkDeviceSize_1124073930
    rowPitch*: VkDeviceSize_1124073930
    arrayPitch*: VkDeviceSize_1124073930
    depthPitch*: VkDeviceSize_1124073930
  VkSubresourceLayout_1124074638 = struct_VkSubresourceLayout_1124074637 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3792:3
  struct_VkComponentMapping_1124074640 {.pure, inheritable, bycopy.} = object
    r*: VkComponentSwizzle_1124074047 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3794:16
    g*: VkComponentSwizzle_1124074047
    b*: VkComponentSwizzle_1124074047
    a*: VkComponentSwizzle_1124074047
  VkComponentMapping_1124074642 = struct_VkComponentMapping_1124074641 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3799:3
  struct_VkImageViewCreateInfo_1124074644 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3801:16
    pNext*: pointer
    flags*: VkImageViewCreateFlags_1124074275
    image*: VkImage_1124073938
    viewType*: VkImageViewType_1124074051
    format*: VkFormat_1124074023
    components*: VkComponentMapping_1124074643
    subresourceRange*: VkImageSubresourceRange_1124074475
  VkImageViewCreateInfo_1124074646 = struct_VkImageViewCreateInfo_1124074645 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3810:3
  struct_VkCommandPoolCreateInfo_1124074648 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandPoolCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3812:16
    pNext*: pointer
    flags*: VkCommandPoolCreateFlags_1124074287
    queueFamilyIndex*: uint32
  VkCommandPoolCreateInfo_1124074650 = struct_VkCommandPoolCreateInfo_1124074649 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3817:3
  struct_VkCommandBufferAllocateInfo_1124074652 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3819:16
    pNext*: pointer
    commandPool*: VkCommandPool_1124073960
    level*: VkCommandBufferLevel_1124074055
    commandBufferCount*: uint32
  VkCommandBufferAllocateInfo_1124074654 = struct_VkCommandBufferAllocateInfo_1124074653 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3825:3
  struct_VkCommandBufferInheritanceInfo_1124074656 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferInheritanceInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3827:16
    pNext*: pointer
    renderPass*: VkRenderPass_1124073962
    subpass*: uint32
    framebuffer*: VkFramebuffer_1124073964
    occlusionQueryEnable*: VkBool32_1124073926
    queryFlags*: VkQueryControlFlags_1124074305
    pipelineStatistics*: VkQueryPipelineStatisticFlags_1124074251
  VkCommandBufferInheritanceInfo_1124074658 = struct_VkCommandBufferInheritanceInfo_1124074657 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3836:3
  struct_VkCommandBufferBeginInfo_1124074660 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferBeginInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3838:16
    pNext*: pointer
    flags*: VkCommandBufferUsageFlags_1124074299
    pInheritanceInfo*: ptr VkCommandBufferInheritanceInfo_1124074659
  VkCommandBufferBeginInfo_1124074662 = struct_VkCommandBufferBeginInfo_1124074661 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3843:3
  struct_VkBufferCopy_1124074664 {.pure, inheritable, bycopy.} = object
    srcOffset*: VkDeviceSize_1124073930 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3845:16
    dstOffset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkBufferCopy_1124074666 = struct_VkBufferCopy_1124074665 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3849:3
  struct_VkImageSubresourceLayers_1124074668 {.pure, inheritable, bycopy.} = object
    aspectMask*: VkImageAspectFlags_1124074151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3851:16
    mipLevel*: uint32
    baseArrayLayer*: uint32
    layerCount*: uint32
  VkImageSubresourceLayers_1124074670 = struct_VkImageSubresourceLayers_1124074669 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3856:3
  struct_VkBufferImageCopy_1124074672 {.pure, inheritable, bycopy.} = object
    bufferOffset*: VkDeviceSize_1124073930 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3858:16
    bufferRowLength*: uint32
    bufferImageHeight*: uint32
    imageSubresource*: VkImageSubresourceLayers_1124074671
    imageOffset*: VkOffset3D_1124074455
    imageExtent*: VkExtent3D_1124074447
  VkBufferImageCopy_1124074674 = struct_VkBufferImageCopy_1124074673 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3865:3
  struct_VkImageCopy_1124074676 {.pure, inheritable, bycopy.} = object
    srcSubresource*: VkImageSubresourceLayers_1124074671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3867:16
    srcOffset*: VkOffset3D_1124074455
    dstSubresource*: VkImageSubresourceLayers_1124074671
    dstOffset*: VkOffset3D_1124074455
    extent*: VkExtent3D_1124074447
  VkImageCopy_1124074678 = struct_VkImageCopy_1124074677 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3873:3
  struct_VkDispatchIndirectCommand_1124074680 {.pure, inheritable, bycopy.} = object
    x*: uint32               ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3875:16
    y*: uint32
    z*: uint32
  VkDispatchIndirectCommand_1124074682 = struct_VkDispatchIndirectCommand_1124074681 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3879:3
  struct_VkPipelineCacheHeaderVersionOne_1124074684 {.pure, inheritable, bycopy.} = object
    headerSize*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3881:16
    headerVersion*: VkPipelineCacheHeaderVersion_1124074063
    vendorID*: uint32
    deviceID*: uint32
    pipelineCacheUUID*: array[16'i64, uint8]
  VkPipelineCacheHeaderVersionOne_1124074686 = struct_VkPipelineCacheHeaderVersionOne_1124074685 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3887:3
  struct_VkEventCreateInfo_1124074688 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_EventCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3889:16
    pNext*: pointer
    flags*: VkEventCreateFlags_1124074317
  VkEventCreateInfo_1124074690 = struct_VkEventCreateInfo_1124074689 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3893:3
  struct_VkBufferViewCreateInfo_1124074692 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferViewCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3895:16
    pNext*: pointer
    flags*: VkBufferViewCreateFlags_1124074319
    buffer*: VkBuffer_1124073936
    format*: VkFormat_1124074023
    offset*: VkDeviceSize_1124073930
    range*: VkDeviceSize_1124073930
  VkBufferViewCreateInfo_1124074694 = struct_VkBufferViewCreateInfo_1124074693 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3903:3
  struct_VkShaderModuleCreateInfo_1124074696 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ShaderModuleCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3905:16
    pNext*: pointer
    flags*: VkShaderModuleCreateFlags_1124074321
    codeSize*: csize_t
    pCode*: ptr uint32
  VkShaderModuleCreateInfo_1124074698 = struct_VkShaderModuleCreateInfo_1124074697 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3911:3
  struct_VkPipelineCacheCreateInfo_1124074700 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCacheCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3913:16
    pNext*: pointer
    flags*: VkPipelineCacheCreateFlags_1124074327
    initialDataSize*: csize_t
    pInitialData*: pointer
  VkPipelineCacheCreateInfo_1124074702 = struct_VkPipelineCacheCreateInfo_1124074701 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3919:3
  struct_VkSpecializationMapEntry_1124074704 {.pure, inheritable, bycopy.} = object
    constantID*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3921:16
    offset*: uint32
    size*: csize_t
  VkSpecializationMapEntry_1124074706 = struct_VkSpecializationMapEntry_1124074705 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3925:3
  struct_VkSpecializationInfo_1124074708 {.pure, inheritable, bycopy.} = object
    mapEntryCount*: uint32   ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3927:16
    pMapEntries*: ptr VkSpecializationMapEntry_1124074707
    dataSize*: csize_t
    pData*: pointer
  VkSpecializationInfo_1124074710 = struct_VkSpecializationInfo_1124074709 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3932:3
  struct_VkPipelineShaderStageCreateInfo_1124074712 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineShaderStageCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3934:16
    pNext*: pointer
    flags*: VkPipelineShaderStageCreateFlags_1124074339
    stage*: VkShaderStageFlagBits_1124074343
    module*: VkShaderModule_1124073970
    pName*: cstring
    pSpecializationInfo*: ptr VkSpecializationInfo_1124074711
  VkPipelineShaderStageCreateInfo_1124074714 = struct_VkPipelineShaderStageCreateInfo_1124074713 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3942:3
  struct_VkComputePipelineCreateInfo_1124074716 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ComputePipelineCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3944:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags_1124074333
    stage*: VkPipelineShaderStageCreateInfo_1124074715
    layout*: VkPipelineLayout_1124073981
    basePipelineHandle*: VkPipeline_1124073983
    basePipelineIndex*: int32
  VkComputePipelineCreateInfo_1124074718 = struct_VkComputePipelineCreateInfo_1124074717 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3952:3
  struct_VkPushConstantRange_1124074720 {.pure, inheritable, bycopy.} = object
    stageFlags*: VkShaderStageFlags_1124074351 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3954:16
    offset*: uint32
    size*: uint32
  VkPushConstantRange_1124074722 = struct_VkPushConstantRange_1124074721 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3958:3
  struct_VkPipelineLayoutCreateInfo_1124074724 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineLayoutCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3960:16
    pNext*: pointer
    flags*: VkPipelineLayoutCreateFlags_1124074349
    setLayoutCount*: uint32
    pSetLayouts*: ptr VkDescriptorSetLayout_1124073985
    pushConstantRangeCount*: uint32
    pPushConstantRanges*: ptr VkPushConstantRange_1124074723
  VkPipelineLayoutCreateInfo_1124074726 = struct_VkPipelineLayoutCreateInfo_1124074725 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3968:3
  struct_VkSamplerCreateInfo_1124074728 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3970:16
    pNext*: pointer
    flags*: VkSamplerCreateFlags_1124074357
    magFilter*: VkFilter_1124074071
    minFilter*: VkFilter_1124074071
    mipmapMode*: VkSamplerMipmapMode_1124074079
    addressModeU*: VkSamplerAddressMode_1124074075
    addressModeV*: VkSamplerAddressMode_1124074075
    addressModeW*: VkSamplerAddressMode_1124074075
    mipLodBias*: cfloat
    anisotropyEnable*: VkBool32_1124073926
    maxAnisotropy*: cfloat
    compareEnable*: VkBool32_1124073926
    compareOp*: VkCompareOp_1124074083
    minLod*: cfloat
    maxLod*: cfloat
    borderColor*: VkBorderColor_1124074067
    unnormalizedCoordinates*: VkBool32_1124073926
  VkSamplerCreateInfo_1124074730 = struct_VkSamplerCreateInfo_1124074729 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3989:3
  struct_VkCopyDescriptorSet_1124074732 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyDescriptorSet ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:3991:16
    pNext*: pointer
    srcSet*: VkDescriptorSet_1124073989
    srcBinding*: uint32
    srcArrayElement*: uint32
    dstSet*: VkDescriptorSet_1124073989
    dstBinding*: uint32
    dstArrayElement*: uint32
    descriptorCount*: uint32
  VkCopyDescriptorSet_1124074734 = struct_VkCopyDescriptorSet_1124074733 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4001:3
  struct_VkDescriptorBufferInfo_1124074736 {.pure, inheritable, bycopy.} = object
    buffer*: VkBuffer_1124073936 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4003:16
    offset*: VkDeviceSize_1124073930
    range*: VkDeviceSize_1124073930
  VkDescriptorBufferInfo_1124074738 = struct_VkDescriptorBufferInfo_1124074737 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4007:3
  struct_VkDescriptorImageInfo_1124074740 {.pure, inheritable, bycopy.} = object
    sampler*: VkSampler_1124073987 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4009:16
    imageView*: VkImageView_1124073958
    imageLayout*: VkImageLayout_1124074003
  VkDescriptorImageInfo_1124074742 = struct_VkDescriptorImageInfo_1124074741 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4013:3
  struct_VkDescriptorPoolSize_1124074744 {.pure, inheritable, bycopy.} = object
    type_field*: VkDescriptorType_1124074087 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4015:16
    descriptorCount*: uint32
  VkDescriptorPoolSize_1124074746 = struct_VkDescriptorPoolSize_1124074745 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4018:3
  struct_VkDescriptorPoolCreateInfo_1124074748 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorPoolCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4020:16
    pNext*: pointer
    flags*: VkDescriptorPoolCreateFlags_1124074363
    maxSets*: uint32
    poolSizeCount*: uint32
    pPoolSizes*: ptr VkDescriptorPoolSize_1124074747
  VkDescriptorPoolCreateInfo_1124074750 = struct_VkDescriptorPoolCreateInfo_1124074749 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4027:3
  struct_VkDescriptorSetAllocateInfo_1124074752 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4029:16
    pNext*: pointer
    descriptorPool*: VkDescriptorPool_1124073991
    descriptorSetCount*: uint32
    pSetLayouts*: ptr VkDescriptorSetLayout_1124073985
  VkDescriptorSetAllocateInfo_1124074754 = struct_VkDescriptorSetAllocateInfo_1124074753 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4035:3
  struct_VkDescriptorSetLayoutBinding_1124074756 {.pure, inheritable, bycopy.} = object
    binding*: uint32         ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4037:16
    descriptorType*: VkDescriptorType_1124074087
    descriptorCount*: uint32
    stageFlags*: VkShaderStageFlags_1124074351
    pImmutableSamplers*: ptr VkSampler_1124073987
  VkDescriptorSetLayoutBinding_1124074758 = struct_VkDescriptorSetLayoutBinding_1124074757 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4043:3
  struct_VkDescriptorSetLayoutCreateInfo_1124074760 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetLayoutCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4045:16
    pNext*: pointer
    flags*: VkDescriptorSetLayoutCreateFlags_1124074371
    bindingCount*: uint32
    pBindings*: ptr VkDescriptorSetLayoutBinding_1124074759
  VkDescriptorSetLayoutCreateInfo_1124074762 = struct_VkDescriptorSetLayoutCreateInfo_1124074761 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4051:3
  struct_VkWriteDescriptorSet_1124074764 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteDescriptorSet ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4053:16
    pNext*: pointer
    dstSet*: VkDescriptorSet_1124073989
    dstBinding*: uint32
    dstArrayElement*: uint32
    descriptorCount*: uint32
    descriptorType*: VkDescriptorType_1124074087
    pImageInfo*: ptr VkDescriptorImageInfo_1124074743
    pBufferInfo*: ptr VkDescriptorBufferInfo_1124074739
    pTexelBufferView*: ptr VkBufferView_1124073968
  VkWriteDescriptorSet_1124074766 = struct_VkWriteDescriptorSet_1124074765 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4064:3
  union_VkClearColorValue_1124074768 {.union, bycopy.} = object
    float32*: array[4'i64, cfloat] ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4066:15
    int32*: array[4'i64, int32]
    uint32*: array[4'i64, uint32]
  VkClearColorValue_1124074770 = union_VkClearColorValue_1124074769 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4070:3
  struct_VkDrawIndexedIndirectCommand_1124074772 {.pure, inheritable, bycopy.} = object
    indexCount*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4072:16
    instanceCount*: uint32
    firstIndex*: uint32
    vertexOffset*: int32
    firstInstance*: uint32
  VkDrawIndexedIndirectCommand_1124074774 = struct_VkDrawIndexedIndirectCommand_1124074773 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4078:3
  struct_VkDrawIndirectCommand_1124074776 {.pure, inheritable, bycopy.} = object
    vertexCount*: uint32     ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4080:16
    instanceCount*: uint32
    firstVertex*: uint32
    firstInstance*: uint32
  VkDrawIndirectCommand_1124074778 = struct_VkDrawIndirectCommand_1124074777 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4085:3
  struct_VkVertexInputBindingDescription_1124074780 {.pure, inheritable, bycopy.} = object
    binding*: uint32         ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4087:16
    stride*: uint32
    inputRate*: VkVertexInputRate_1124074111
  VkVertexInputBindingDescription_1124074782 = struct_VkVertexInputBindingDescription_1124074781 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4091:3
  struct_VkVertexInputAttributeDescription_1124074784 {.pure, inheritable,       bycopy.} = object
    location*: uint32        ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4093:16
    binding*: uint32
    format*: VkFormat_1124074023
    offset*: uint32
  VkVertexInputAttributeDescription_1124074786 = struct_VkVertexInputAttributeDescription_1124074785 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4098:3
  struct_VkPipelineVertexInputStateCreateInfo_1124074788 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineVertexInputStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4100:16
    pNext*: pointer
    flags*: VkPipelineVertexInputStateCreateFlags_1124074385
    vertexBindingDescriptionCount*: uint32
    pVertexBindingDescriptions*: ptr VkVertexInputBindingDescription_1124074783
    vertexAttributeDescriptionCount*: uint32
    pVertexAttributeDescriptions*: ptr VkVertexInputAttributeDescription_1124074787
  VkPipelineVertexInputStateCreateInfo_1124074790 = struct_VkPipelineVertexInputStateCreateInfo_1124074789 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4108:3
  struct_VkPipelineInputAssemblyStateCreateInfo_1124074792 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineInputAssemblyStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4110:16
    pNext*: pointer
    flags*: VkPipelineInputAssemblyStateCreateFlags_1124074387
    topology*: VkPrimitiveTopology_1124074115
    primitiveRestartEnable*: VkBool32_1124073926
  VkPipelineInputAssemblyStateCreateInfo_1124074794 = struct_VkPipelineInputAssemblyStateCreateInfo_1124074793 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4116:3
  struct_VkPipelineTessellationStateCreateInfo_1124074796 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineTessellationStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4118:16
    pNext*: pointer
    flags*: VkPipelineTessellationStateCreateFlags_1124074389
    patchControlPoints*: uint32
  VkPipelineTessellationStateCreateInfo_1124074798 = struct_VkPipelineTessellationStateCreateInfo_1124074797 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4123:3
  struct_VkViewport_1124074800 {.pure, inheritable, bycopy.} = object
    x*: cfloat               ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4125:16
    y*: cfloat
    width*: cfloat
    height*: cfloat
    minDepth*: cfloat
    maxDepth*: cfloat
  VkViewport_1124074802 = struct_VkViewport_1124074801 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4132:3
  struct_VkPipelineViewportStateCreateInfo_1124074804 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4134:16
    pNext*: pointer
    flags*: VkPipelineViewportStateCreateFlags_1124074391
    viewportCount*: uint32
    pViewports*: ptr VkViewport_1124074803
    scissorCount*: uint32
    pScissors*: ptr VkRect2D_1124074459
  VkPipelineViewportStateCreateInfo_1124074806 = struct_VkPipelineViewportStateCreateInfo_1124074805 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4142:3
  struct_VkPipelineRasterizationStateCreateInfo_1124074808 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4144:16
    pNext*: pointer
    flags*: VkPipelineRasterizationStateCreateFlags_1124074393
    depthClampEnable*: VkBool32_1124073926
    rasterizerDiscardEnable*: VkBool32_1124073926
    polygonMode*: VkPolygonMode_1124074119
    cullMode*: VkCullModeFlags_1124074383
    frontFace*: VkFrontFace_1124074107
    depthBiasEnable*: VkBool32_1124073926
    depthBiasConstantFactor*: cfloat
    depthBiasClamp*: cfloat
    depthBiasSlopeFactor*: cfloat
    lineWidth*: cfloat
  VkPipelineRasterizationStateCreateInfo_1124074810 = struct_VkPipelineRasterizationStateCreateInfo_1124074809 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4158:3
  struct_VkPipelineMultisampleStateCreateInfo_1124074812 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineMultisampleStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4160:16
    pNext*: pointer
    flags*: VkPipelineMultisampleStateCreateFlags_1124074395
    rasterizationSamples*: VkSampleCountFlagBits_1124074167
    sampleShadingEnable*: VkBool32_1124073926
    minSampleShading*: cfloat
    pSampleMask*: ptr VkSampleMask_1124073934
    alphaToCoverageEnable*: VkBool32_1124073926
    alphaToOneEnable*: VkBool32_1124073926
  VkPipelineMultisampleStateCreateInfo_1124074814 = struct_VkPipelineMultisampleStateCreateInfo_1124074813 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4170:3
  struct_VkStencilOpState_1124074816 {.pure, inheritable, bycopy.} = object
    failOp*: VkStencilOp_1124074123 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4172:16
    passOp*: VkStencilOp_1124074123
    depthFailOp*: VkStencilOp_1124074123
    compareOp*: VkCompareOp_1124074083
    compareMask*: uint32
    writeMask*: uint32
    reference*: uint32
  VkStencilOpState_1124074818 = struct_VkStencilOpState_1124074817 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4180:3
  struct_VkPipelineDepthStencilStateCreateInfo_1124074820 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineDepthStencilStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4182:16
    pNext*: pointer
    flags*: VkPipelineDepthStencilStateCreateFlags_1124074401
    depthTestEnable*: VkBool32_1124073926
    depthWriteEnable*: VkBool32_1124073926
    depthCompareOp*: VkCompareOp_1124074083
    depthBoundsTestEnable*: VkBool32_1124073926
    stencilTestEnable*: VkBool32_1124073926
    front*: VkStencilOpState_1124074819
    back*: VkStencilOpState_1124074819
    minDepthBounds*: cfloat
    maxDepthBounds*: cfloat
  VkPipelineDepthStencilStateCreateInfo_1124074822 = struct_VkPipelineDepthStencilStateCreateInfo_1124074821 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4195:3
  struct_VkPipelineColorBlendAttachmentState_1124074824 {.pure, inheritable,       bycopy.} = object
    blendEnable*: VkBool32_1124073926 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4197:16
    srcColorBlendFactor*: VkBlendFactor_1124074095
    dstColorBlendFactor*: VkBlendFactor_1124074095
    colorBlendOp*: VkBlendOp_1124074099
    srcAlphaBlendFactor*: VkBlendFactor_1124074095
    dstAlphaBlendFactor*: VkBlendFactor_1124074095
    alphaBlendOp*: VkBlendOp_1124074099
    colorWriteMask*: VkColorComponentFlags_1124074377
  VkPipelineColorBlendAttachmentState_1124074826 = struct_VkPipelineColorBlendAttachmentState_1124074825 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4206:3
  struct_VkPipelineColorBlendStateCreateInfo_1124074828 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineColorBlendStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4208:16
    pNext*: pointer
    flags*: VkPipelineColorBlendStateCreateFlags_1124074407
    logicOpEnable*: VkBool32_1124073926
    logicOp*: VkLogicOp_1124074127
    attachmentCount*: uint32
    pAttachments*: ptr VkPipelineColorBlendAttachmentState_1124074827
    blendConstants*: array[4'i64, cfloat]
  VkPipelineColorBlendStateCreateInfo_1124074830 = struct_VkPipelineColorBlendStateCreateInfo_1124074829 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4217:3
  struct_VkPipelineDynamicStateCreateInfo_1124074832 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineDynamicStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4219:16
    pNext*: pointer
    flags*: VkPipelineDynamicStateCreateFlags_1124074409
    dynamicStateCount*: uint32
    pDynamicStates*: ptr VkDynamicState_1124074103
  VkPipelineDynamicStateCreateInfo_1124074834 = struct_VkPipelineDynamicStateCreateInfo_1124074833 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4225:3
  struct_VkGraphicsPipelineCreateInfo_1124074836 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GraphicsPipelineCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4227:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags_1124074333
    stageCount*: uint32
    pStages*: ptr VkPipelineShaderStageCreateInfo_1124074715
    pVertexInputState*: ptr VkPipelineVertexInputStateCreateInfo_1124074791
    pInputAssemblyState*: ptr VkPipelineInputAssemblyStateCreateInfo_1124074795
    pTessellationState*: ptr VkPipelineTessellationStateCreateInfo_1124074799
    pViewportState*: ptr VkPipelineViewportStateCreateInfo_1124074807
    pRasterizationState*: ptr VkPipelineRasterizationStateCreateInfo_1124074811
    pMultisampleState*: ptr VkPipelineMultisampleStateCreateInfo_1124074815
    pDepthStencilState*: ptr VkPipelineDepthStencilStateCreateInfo_1124074823
    pColorBlendState*: ptr VkPipelineColorBlendStateCreateInfo_1124074831
    pDynamicState*: ptr VkPipelineDynamicStateCreateInfo_1124074835
    layout*: VkPipelineLayout_1124073981
    renderPass*: VkRenderPass_1124073962
    subpass*: uint32
    basePipelineHandle*: VkPipeline_1124073983
    basePipelineIndex*: int32
  VkGraphicsPipelineCreateInfo_1124074838 = struct_VkGraphicsPipelineCreateInfo_1124074837 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4247:3
  struct_VkAttachmentDescription_1124074840 {.pure, inheritable, bycopy.} = object
    flags*: VkAttachmentDescriptionFlags_1124074415 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4249:16
    format*: VkFormat_1124074023
    samples*: VkSampleCountFlagBits_1124074167
    loadOp*: VkAttachmentLoadOp_1124074131
    storeOp*: VkAttachmentStoreOp_1124074135
    stencilLoadOp*: VkAttachmentLoadOp_1124074131
    stencilStoreOp*: VkAttachmentStoreOp_1124074135
    initialLayout*: VkImageLayout_1124074003
    finalLayout*: VkImageLayout_1124074003
  VkAttachmentDescription_1124074842 = struct_VkAttachmentDescription_1124074841 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4259:3
  struct_VkAttachmentReference_1124074844 {.pure, inheritable, bycopy.} = object
    attachment*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4261:16
    layout*: VkImageLayout_1124074003
  VkAttachmentReference_1124074846 = struct_VkAttachmentReference_1124074845 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4264:3
  struct_VkFramebufferCreateInfo_1124074848 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FramebufferCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4266:16
    pNext*: pointer
    flags*: VkFramebufferCreateFlags_1124074421
    renderPass*: VkRenderPass_1124073962
    attachmentCount*: uint32
    pAttachments*: ptr VkImageView_1124073958
    width*: uint32
    height*: uint32
    layers*: uint32
  VkFramebufferCreateInfo_1124074850 = struct_VkFramebufferCreateInfo_1124074849 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4276:3
  struct_VkSubpassDescription_1124074852 {.pure, inheritable, bycopy.} = object
    flags*: VkSubpassDescriptionFlags_1124074433 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4278:16
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    inputAttachmentCount*: uint32
    pInputAttachments*: ptr VkAttachmentReference_1124074847
    colorAttachmentCount*: uint32
    pColorAttachments*: ptr VkAttachmentReference_1124074847
    pResolveAttachments*: ptr VkAttachmentReference_1124074847
    pDepthStencilAttachment*: ptr VkAttachmentReference_1124074847
    preserveAttachmentCount*: uint32
    pPreserveAttachments*: ptr uint32
  VkSubpassDescription_1124074854 = struct_VkSubpassDescription_1124074853 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4289:3
  struct_VkSubpassDependency_1124074856 {.pure, inheritable, bycopy.} = object
    srcSubpass*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4291:16
    dstSubpass*: uint32
    srcStageMask*: VkPipelineStageFlags_1124074213
    dstStageMask*: VkPipelineStageFlags_1124074213
    srcAccessMask*: VkAccessFlags_1124074145
    dstAccessMask*: VkAccessFlags_1124074145
    dependencyFlags*: VkDependencyFlags_1124074281
  VkSubpassDependency_1124074858 = struct_VkSubpassDependency_1124074857 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4299:3
  struct_VkRenderPassCreateInfo_1124074860 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4301:16
    pNext*: pointer
    flags*: VkRenderPassCreateFlags_1124074427
    attachmentCount*: uint32
    pAttachments*: ptr VkAttachmentDescription_1124074843
    subpassCount*: uint32
    pSubpasses*: ptr VkSubpassDescription_1124074855
    dependencyCount*: uint32
    pDependencies*: ptr VkSubpassDependency_1124074859
  VkRenderPassCreateInfo_1124074862 = struct_VkRenderPassCreateInfo_1124074861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4311:3
  struct_VkClearDepthStencilValue_1124074864 {.pure, inheritable, bycopy.} = object
    depth*: cfloat           ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4313:16
    stencil*: uint32
  VkClearDepthStencilValue_1124074866 = struct_VkClearDepthStencilValue_1124074865 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4316:3
  union_VkClearValue_1124074868 {.union, bycopy.} = object
    color*: VkClearColorValue_1124074771 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4318:15
    depthStencil*: VkClearDepthStencilValue_1124074867
  VkClearValue_1124074870 = union_VkClearValue_1124074869 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4321:3
  struct_VkClearAttachment_1124074872 {.pure, inheritable, bycopy.} = object
    aspectMask*: VkImageAspectFlags_1124074151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4323:16
    colorAttachment*: uint32
    clearValue*: VkClearValue_1124074871
  VkClearAttachment_1124074874 = struct_VkClearAttachment_1124074873 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4327:3
  struct_VkClearRect_1124074876 {.pure, inheritable, bycopy.} = object
    rect*: VkRect2D_1124074459 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4329:16
    baseArrayLayer*: uint32
    layerCount*: uint32
  VkClearRect_1124074878 = struct_VkClearRect_1124074877 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4333:3
  struct_VkImageBlit_1124074880 {.pure, inheritable, bycopy.} = object
    srcSubresource*: VkImageSubresourceLayers_1124074671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4335:16
    srcOffsets*: array[2'i64, VkOffset3D_1124074455]
    dstSubresource*: VkImageSubresourceLayers_1124074671
    dstOffsets*: array[2'i64, VkOffset3D_1124074455]
  VkImageBlit_1124074882 = struct_VkImageBlit_1124074881 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4340:3
  struct_VkImageResolve_1124074884 {.pure, inheritable, bycopy.} = object
    srcSubresource*: VkImageSubresourceLayers_1124074671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4342:16
    srcOffset*: VkOffset3D_1124074455
    dstSubresource*: VkImageSubresourceLayers_1124074671
    dstOffset*: VkOffset3D_1124074455
    extent*: VkExtent3D_1124074447
  VkImageResolve_1124074886 = struct_VkImageResolve_1124074885 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4348:3
  struct_VkRenderPassBeginInfo_1124074888 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassBeginInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4350:16
    pNext*: pointer
    renderPass*: VkRenderPass_1124073962
    framebuffer*: VkFramebuffer_1124073964
    renderArea*: VkRect2D_1124074459
    clearValueCount*: uint32
    pClearValues*: ptr VkClearValue_1124074871
  VkRenderPassBeginInfo_1124074890 = struct_VkRenderPassBeginInfo_1124074889 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4358:3
  PFN_vkCreateInstance_1124074892 = proc (a0: ptr VkInstanceCreateInfo_1124074515;
      a1: ptr VkAllocationCallbacks_1124074499; a2: ptr VkInstance_1124073940): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4360:30
  PFN_vkDestroyInstance_1124074894 = proc (a0: VkInstance_1124073940;
      a1: ptr VkAllocationCallbacks_1124074499): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4361:26
  PFN_vkEnumeratePhysicalDevices_1124074896 = proc (a0: VkInstance_1124073940;
      a1: ptr uint32; a2: ptr VkPhysicalDevice_1124073942): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4362:30
  PFN_vkGetPhysicalDeviceFeatures_1124074898 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceFeatures_1124074527): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4363:26
  PFN_vkGetPhysicalDeviceFormatProperties_1124074900 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkFormat_1124074023;
      a2: ptr VkFormatProperties_1124074507): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4364:26
  PFN_vkGetPhysicalDeviceImageFormatProperties_1124074902 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkFormat_1124074023; a2: VkImageType_1124074031;
      a3: VkImageTiling_1124074027; a4: VkImageUsageFlags_1124074175;
      a5: VkImageCreateFlags_1124074163; a6: ptr VkImageFormatProperties_1124074511): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4365:30
  PFN_vkGetPhysicalDeviceProperties_1124074904 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceProperties_1124074543): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4366:26
  PFN_vkGetPhysicalDeviceQueueFamilyProperties_1124074906 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkQueueFamilyProperties_1124074547): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4367:26
  PFN_vkGetPhysicalDeviceMemoryProperties_1124074908 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceMemoryProperties_1124074535): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4368:26
  PFN_vkGetInstanceProcAddr_1124074910 = proc (a0: VkInstance_1124073940;
      a1: cstring): PFN_vkVoidFunction_1124074495 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4369:40
  PFN_vkGetDeviceProcAddr_1124074912 = proc (a0: VkDevice_1124073944;
      a1: cstring): PFN_vkVoidFunction_1124074495 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4370:40
  PFN_vkCreateDevice_1124074914 = proc (a0: VkPhysicalDevice_1124073942;
                                        a1: ptr VkDeviceCreateInfo_1124074555;
                                        a2: ptr VkAllocationCallbacks_1124074499;
                                        a3: ptr VkDevice_1124073944): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4371:30
  PFN_vkDestroyDevice_1124074916 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAllocationCallbacks_1124074499): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4372:26
  PFN_vkEnumerateInstanceExtensionProperties_1124074918 = proc (a0: cstring;
      a1: ptr uint32; a2: ptr VkExtensionProperties_1124074559): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4373:30
  PFN_vkEnumerateDeviceExtensionProperties_1124074920 = proc (
      a0: VkPhysicalDevice_1124073942; a1: cstring; a2: ptr uint32;
      a3: ptr VkExtensionProperties_1124074559): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4374:30
  PFN_vkEnumerateInstanceLayerProperties_1124074922 = proc (a0: ptr uint32;
      a1: ptr VkLayerProperties_1124074563): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4375:30
  PFN_vkEnumerateDeviceLayerProperties_1124074924 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr uint32; a2: ptr VkLayerProperties_1124074563): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4376:30
  PFN_vkGetDeviceQueue_1124074926 = proc (a0: VkDevice_1124073944; a1: uint32;
      a2: uint32; a3: ptr VkQueue_1124073946): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4377:26
  PFN_vkQueueSubmit_1124074928 = proc (a0: VkQueue_1124073946; a1: uint32;
                                       a2: ptr VkSubmitInfo_1124074567;
                                       a3: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4378:30
  PFN_vkQueueWaitIdle_1124074930 = proc (a0: VkQueue_1124073946): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4379:30
  PFN_vkDeviceWaitIdle_1124074932 = proc (a0: VkDevice_1124073944): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4380:30
  PFN_vkAllocateMemory_1124074934 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMemoryAllocateInfo_1124074575; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkDeviceMemory_1124073954): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4381:30
  PFN_vkFreeMemory_1124074936 = proc (a0: VkDevice_1124073944;
                                      a1: VkDeviceMemory_1124073954;
                                      a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4382:26
  PFN_vkMapMemory_1124074938 = proc (a0: VkDevice_1124073944;
                                     a1: VkDeviceMemory_1124073954;
                                     a2: VkDeviceSize_1124073930;
                                     a3: VkDeviceSize_1124073930;
                                     a4: VkMemoryMapFlags_1124074219;
                                     a5: ptr pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4383:30
  PFN_vkUnmapMemory_1124074940 = proc (a0: VkDevice_1124073944;
                                       a1: VkDeviceMemory_1124073954): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4384:26
  PFN_vkFlushMappedMemoryRanges_1124074942 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkMappedMemoryRange_1124074571): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4385:30
  PFN_vkInvalidateMappedMemoryRanges_1124074944 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkMappedMemoryRange_1124074571): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4386:30
  PFN_vkGetDeviceMemoryCommitment_1124074946 = proc (a0: VkDevice_1124073944;
      a1: VkDeviceMemory_1124073954; a2: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4387:26
  PFN_vkBindBufferMemory_1124074948 = proc (a0: VkDevice_1124073944;
      a1: VkBuffer_1124073936; a2: VkDeviceMemory_1124073954; a3: VkDeviceSize_1124073930): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4388:30
  PFN_vkBindImageMemory_1124074950 = proc (a0: VkDevice_1124073944; a1: VkImage_1124073938;
      a2: VkDeviceMemory_1124073954; a3: VkDeviceSize_1124073930): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4389:30
  PFN_vkGetBufferMemoryRequirements_1124074952 = proc (a0: VkDevice_1124073944;
      a1: VkBuffer_1124073936; a2: ptr VkMemoryRequirements_1124074579): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4390:26
  PFN_vkGetImageMemoryRequirements_1124074954 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr VkMemoryRequirements_1124074579): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4391:26
  PFN_vkGetImageSparseMemoryRequirements_1124074956 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr uint32;
      a3: ptr VkSparseImageMemoryRequirements_1124074615): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4392:26
  PFN_vkGetPhysicalDeviceSparseImageFormatProperties_1124074958 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkFormat_1124074023; a2: VkImageType_1124074031;
      a3: VkSampleCountFlagBits_1124074167; a4: VkImageUsageFlags_1124074175;
      a5: VkImageTiling_1124074027; a6: ptr uint32;
      a7: ptr VkSparseImageFormatProperties_1124074611): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4393:26
  PFN_vkQueueBindSparse_1124074960 = proc (a0: VkQueue_1124073946; a1: uint32;
      a2: ptr VkBindSparseInfo_1124074607; a3: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4394:30
  PFN_vkCreateFence_1124074962 = proc (a0: VkDevice_1124073944;
                                       a1: ptr VkFenceCreateInfo_1124074619;
                                       a2: ptr VkAllocationCallbacks_1124074499;
                                       a3: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4395:30
  PFN_vkDestroyFence_1124074964 = proc (a0: VkDevice_1124073944; a1: VkFence_1124073952;
                                        a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4396:26
  PFN_vkResetFences_1124074966 = proc (a0: VkDevice_1124073944; a1: uint32;
                                       a2: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4397:30
  PFN_vkGetFenceStatus_1124074968 = proc (a0: VkDevice_1124073944; a1: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4398:30
  PFN_vkWaitForFences_1124074970 = proc (a0: VkDevice_1124073944; a1: uint32;
      a2: ptr VkFence_1124073952; a3: VkBool32_1124073926; a4: uint64): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4399:30
  PFN_vkCreateSemaphore_1124074972 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreCreateInfo_1124074623; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkSemaphore_1124073948): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4400:30
  PFN_vkDestroySemaphore_1124074974 = proc (a0: VkDevice_1124073944;
      a1: VkSemaphore_1124073948; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4401:26
  PFN_vkCreateQueryPool_1124074976 = proc (a0: VkDevice_1124073944;
      a1: ptr VkQueryPoolCreateInfo_1124074627; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkQueryPool_1124073956): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4402:30
  PFN_vkDestroyQueryPool_1124074978 = proc (a0: VkDevice_1124073944;
      a1: VkQueryPool_1124073956; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4403:26
  PFN_vkGetQueryPoolResults_1124074980 = proc (a0: VkDevice_1124073944;
      a1: VkQueryPool_1124073956; a2: uint32; a3: uint32; a4: csize_t;
      a5: pointer; a6: VkDeviceSize_1124073930; a7: VkQueryResultFlags_1124074257): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4404:30
  PFN_vkCreateBuffer_1124074982 = proc (a0: VkDevice_1124073944;
                                        a1: ptr VkBufferCreateInfo_1124074631;
                                        a2: ptr VkAllocationCallbacks_1124074499;
                                        a3: ptr VkBuffer_1124073936): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4405:30
  PFN_vkDestroyBuffer_1124074984 = proc (a0: VkDevice_1124073944; a1: VkBuffer_1124073936;
      a2: ptr VkAllocationCallbacks_1124074499): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4406:26
  PFN_vkCreateImage_1124074986 = proc (a0: VkDevice_1124073944;
                                       a1: ptr VkImageCreateInfo_1124074635;
                                       a2: ptr VkAllocationCallbacks_1124074499;
                                       a3: ptr VkImage_1124073938): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4407:30
  PFN_vkDestroyImage_1124074988 = proc (a0: VkDevice_1124073944; a1: VkImage_1124073938;
                                        a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4408:26
  PFN_vkGetImageSubresourceLayout_1124074990 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr VkImageSubresource_1124074595;
      a3: ptr VkSubresourceLayout_1124074639): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4409:26
  PFN_vkCreateImageView_1124074992 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageViewCreateInfo_1124074647; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkImageView_1124073958): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4410:30
  PFN_vkDestroyImageView_1124074994 = proc (a0: VkDevice_1124073944;
      a1: VkImageView_1124073958; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4411:26
  PFN_vkCreateCommandPool_1124074996 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCommandPoolCreateInfo_1124074651; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkCommandPool_1124073960): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4412:30
  PFN_vkDestroyCommandPool_1124074998 = proc (a0: VkDevice_1124073944;
      a1: VkCommandPool_1124073960; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4413:26
  PFN_vkResetCommandPool_1124075000 = proc (a0: VkDevice_1124073944;
      a1: VkCommandPool_1124073960; a2: VkCommandPoolResetFlags_1124074293): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4414:30
  PFN_vkAllocateCommandBuffers_1124075002 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCommandBufferAllocateInfo_1124074655; a2: ptr VkCommandBuffer_1124073950): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4415:30
  PFN_vkFreeCommandBuffers_1124075004 = proc (a0: VkDevice_1124073944;
      a1: VkCommandPool_1124073960; a2: uint32; a3: ptr VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4416:26
  PFN_vkBeginCommandBuffer_1124075006 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCommandBufferBeginInfo_1124074663): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4417:30
  PFN_vkEndCommandBuffer_1124075008 = proc (a0: VkCommandBuffer_1124073950): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4418:30
  PFN_vkResetCommandBuffer_1124075010 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCommandBufferResetFlags_1124074311): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4419:30
  PFN_vkCmdCopyBuffer_1124075012 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkBuffer_1124073936; a3: uint32;
      a4: ptr VkBufferCopy_1124074667): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4420:26
  PFN_vkCmdCopyImage_1124075014 = proc (a0: VkCommandBuffer_1124073950;
                                        a1: VkImage_1124073938;
                                        a2: VkImageLayout_1124074003;
                                        a3: VkImage_1124073938;
                                        a4: VkImageLayout_1124074003;
                                        a5: uint32; a6: ptr VkImageCopy_1124074679): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4421:26
  PFN_vkCmdCopyBufferToImage_1124075016 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkImage_1124073938; a3: VkImageLayout_1124074003;
      a4: uint32; a5: ptr VkBufferImageCopy_1124074675): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4422:26
  PFN_vkCmdCopyImageToBuffer_1124075018 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkImage_1124073938; a2: VkImageLayout_1124074003; a3: VkBuffer_1124073936;
      a4: uint32; a5: ptr VkBufferImageCopy_1124074675): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4423:26
  PFN_vkCmdUpdateBuffer_1124075020 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkDeviceSize_1124073930;
      a4: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4424:26
  PFN_vkCmdFillBuffer_1124075022 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkDeviceSize_1124073930;
      a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4425:26
  PFN_vkCmdPipelineBarrier_1124075024 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineStageFlags_1124074213; a2: VkPipelineStageFlags_1124074213;
      a3: VkDependencyFlags_1124074281; a4: uint32; a5: ptr VkMemoryBarrier_1124074483;
      a6: uint32; a7: ptr VkBufferMemoryBarrier_1124074471; a8: uint32;
      a9: ptr VkImageMemoryBarrier_1124074479): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4426:26
  PFN_vkCmdBeginQuery_1124075026 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkQueryPool_1124073956; a2: uint32; a3: VkQueryControlFlags_1124074305): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4427:26
  PFN_vkCmdEndQuery_1124075028 = proc (a0: VkCommandBuffer_1124073950;
                                       a1: VkQueryPool_1124073956; a2: uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4428:26
  PFN_vkCmdResetQueryPool_1124075030 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkQueryPool_1124073956; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4429:26
  PFN_vkCmdWriteTimestamp_1124075032 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineStageFlagBits_1124074211; a2: VkQueryPool_1124073956;
      a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4430:26
  PFN_vkCmdCopyQueryPoolResults_1124075034 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkQueryPool_1124073956; a2: uint32; a3: uint32; a4: VkBuffer_1124073936;
      a5: VkDeviceSize_1124073930; a6: VkDeviceSize_1124073930;
      a7: VkQueryResultFlags_1124074257): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4431:26
  PFN_vkCmdExecuteCommands_1124075036 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkCommandBuffer_1124073950): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4432:26
  PFN_vkCreateEvent_1124075038 = proc (a0: VkDevice_1124073944;
                                       a1: ptr VkEventCreateInfo_1124074691;
                                       a2: ptr VkAllocationCallbacks_1124074499;
                                       a3: ptr VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4433:30
  PFN_vkDestroyEvent_1124075040 = proc (a0: VkDevice_1124073944; a1: VkEvent_1124073966;
                                        a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4434:26
  PFN_vkGetEventStatus_1124075042 = proc (a0: VkDevice_1124073944; a1: VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4435:30
  PFN_vkSetEvent_1124075044 = proc (a0: VkDevice_1124073944; a1: VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4436:30
  PFN_vkResetEvent_1124075046 = proc (a0: VkDevice_1124073944; a1: VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4437:30
  PFN_vkCreateBufferView_1124075048 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferViewCreateInfo_1124074695; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkBufferView_1124073968): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4438:30
  PFN_vkDestroyBufferView_1124075050 = proc (a0: VkDevice_1124073944;
      a1: VkBufferView_1124073968; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4439:26
  PFN_vkCreateShaderModule_1124075052 = proc (a0: VkDevice_1124073944;
      a1: ptr VkShaderModuleCreateInfo_1124074699;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkShaderModule_1124073970): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4440:30
  PFN_vkDestroyShaderModule_1124075054 = proc (a0: VkDevice_1124073944;
      a1: VkShaderModule_1124073970; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4441:26
  PFN_vkCreatePipelineCache_1124075056 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineCacheCreateInfo_1124074703;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkPipelineCache_1124073972): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4442:30
  PFN_vkDestroyPipelineCache_1124075058 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4443:26
  PFN_vkGetPipelineCacheData_1124075060 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: ptr csize_t; a3: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4444:30
  PFN_vkMergePipelineCaches_1124075062 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: uint32; a3: ptr VkPipelineCache_1124073972): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4445:30
  PFN_vkCreateComputePipelines_1124075064 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: uint32;
      a3: ptr VkComputePipelineCreateInfo_1124074719;
      a4: ptr VkAllocationCallbacks_1124074499; a5: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4446:30
  PFN_vkDestroyPipeline_1124075066 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4447:26
  PFN_vkCreatePipelineLayout_1124075068 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineLayoutCreateInfo_1124074727;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkPipelineLayout_1124073981): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4448:30
  PFN_vkDestroyPipelineLayout_1124075070 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineLayout_1124073981; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4449:26
  PFN_vkCreateSampler_1124075072 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSamplerCreateInfo_1124074731; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkSampler_1124073987): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4450:30
  PFN_vkDestroySampler_1124075074 = proc (a0: VkDevice_1124073944;
      a1: VkSampler_1124073987; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4451:26
  PFN_vkCreateDescriptorSetLayout_1124075076 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorSetLayoutCreateInfo_1124074763;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkDescriptorSetLayout_1124073985): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4452:30
  PFN_vkDestroyDescriptorSetLayout_1124075078 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorSetLayout_1124073985; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4453:26
  PFN_vkCreateDescriptorPool_1124075080 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorPoolCreateInfo_1124074751;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkDescriptorPool_1124073991): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4454:30
  PFN_vkDestroyDescriptorPool_1124075082 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorPool_1124073991; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4455:26
  PFN_vkResetDescriptorPool_1124075084 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorPool_1124073991; a2: VkDescriptorPoolResetFlags_1124074365): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4456:30
  PFN_vkAllocateDescriptorSets_1124075086 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorSetAllocateInfo_1124074755; a2: ptr VkDescriptorSet_1124073989): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4457:30
  PFN_vkFreeDescriptorSets_1124075088 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorPool_1124073991; a2: uint32; a3: ptr VkDescriptorSet_1124073989): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4458:30
  PFN_vkUpdateDescriptorSets_1124075090 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkWriteDescriptorSet_1124074767; a3: uint32;
      a4: ptr VkCopyDescriptorSet_1124074735): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4459:26
  PFN_vkCmdBindPipeline_1124075092 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineBindPoint_1124074091; a2: VkPipeline_1124073983): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4460:26
  PFN_vkCmdBindDescriptorSets_1124075094 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineBindPoint_1124074091; a2: VkPipelineLayout_1124073981;
      a3: uint32; a4: uint32; a5: ptr VkDescriptorSet_1124073989; a6: uint32;
      a7: ptr uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4461:26
  PFN_vkCmdClearColorImage_1124075096 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkImage_1124073938; a2: VkImageLayout_1124074003;
      a3: ptr VkClearColorValue_1124074771; a4: uint32;
      a5: ptr VkImageSubresourceRange_1124074475): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4462:26
  PFN_vkCmdDispatch_1124075098 = proc (a0: VkCommandBuffer_1124073950;
                                       a1: uint32; a2: uint32; a3: uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4463:26
  PFN_vkCmdDispatchIndirect_1124075100 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4464:26
  PFN_vkCmdSetEvent_1124075102 = proc (a0: VkCommandBuffer_1124073950;
                                       a1: VkEvent_1124073966;
                                       a2: VkPipelineStageFlags_1124074213): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4465:26
  PFN_vkCmdResetEvent_1124075104 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkEvent_1124073966; a2: VkPipelineStageFlags_1124074213): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4466:26
  PFN_vkCmdWaitEvents_1124075106 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkEvent_1124073966; a3: VkPipelineStageFlags_1124074213;
      a4: VkPipelineStageFlags_1124074213; a5: uint32; a6: ptr VkMemoryBarrier_1124074483;
      a7: uint32; a8: ptr VkBufferMemoryBarrier_1124074471; a9: uint32;
      a10: ptr VkImageMemoryBarrier_1124074479): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4467:26
  PFN_vkCmdPushConstants_1124075108 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineLayout_1124073981; a2: VkShaderStageFlags_1124074351;
      a3: uint32; a4: uint32; a5: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4468:26
  PFN_vkCreateGraphicsPipelines_1124075110 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: uint32;
      a3: ptr VkGraphicsPipelineCreateInfo_1124074839;
      a4: ptr VkAllocationCallbacks_1124074499; a5: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4469:30
  PFN_vkCreateFramebuffer_1124075112 = proc (a0: VkDevice_1124073944;
      a1: ptr VkFramebufferCreateInfo_1124074851; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkFramebuffer_1124073964): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4470:30
  PFN_vkDestroyFramebuffer_1124075114 = proc (a0: VkDevice_1124073944;
      a1: VkFramebuffer_1124073964; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4471:26
  PFN_vkCreateRenderPass_1124075116 = proc (a0: VkDevice_1124073944;
      a1: ptr VkRenderPassCreateInfo_1124074863; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkRenderPass_1124073962): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4472:30
  PFN_vkDestroyRenderPass_1124075118 = proc (a0: VkDevice_1124073944;
      a1: VkRenderPass_1124073962; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4473:26
  PFN_vkGetRenderAreaGranularity_1124075120 = proc (a0: VkDevice_1124073944;
      a1: VkRenderPass_1124073962; a2: ptr VkExtent2D_1124074443): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4474:26
  PFN_vkCmdSetViewport_1124075122 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkViewport_1124074803): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4475:26
  PFN_vkCmdSetScissor_1124075124 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkRect2D_1124074459): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4476:26
  PFN_vkCmdSetLineWidth_1124075126 = proc (a0: VkCommandBuffer_1124073950;
      a1: cfloat): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4477:26
  PFN_vkCmdSetDepthBias_1124075128 = proc (a0: VkCommandBuffer_1124073950;
      a1: cfloat; a2: cfloat; a3: cfloat): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4478:26
  PFN_vkCmdSetBlendConstants_1124075130 = proc (a0: VkCommandBuffer_1124073950;
      a1: array[4'i64, cfloat]): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4479:26
  PFN_vkCmdSetDepthBounds_1124075132 = proc (a0: VkCommandBuffer_1124073950;
      a1: cfloat; a2: cfloat): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4480:26
  PFN_vkCmdSetStencilCompareMask_1124075134 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkStencilFaceFlags_1124074439; a2: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4481:26
  PFN_vkCmdSetStencilWriteMask_1124075136 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkStencilFaceFlags_1124074439; a2: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4482:26
  PFN_vkCmdSetStencilReference_1124075138 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkStencilFaceFlags_1124074439; a2: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4483:26
  PFN_vkCmdBindIndexBuffer_1124075140 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkIndexType_1124074059): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4484:26
  PFN_vkCmdBindVertexBuffers_1124075142 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBuffer_1124073936; a4: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4485:26
  PFN_vkCmdDraw_1124075144 = proc (a0: VkCommandBuffer_1124073950; a1: uint32;
                                   a2: uint32; a3: uint32; a4: uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4486:26
  PFN_vkCmdDrawIndexed_1124075146 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: uint32; a4: int32; a5: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4487:26
  PFN_vkCmdDrawIndirect_1124075148 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: uint32;
      a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4488:26
  PFN_vkCmdDrawIndexedIndirect_1124075150 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: uint32;
      a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4489:26
  PFN_vkCmdBlitImage_1124075152 = proc (a0: VkCommandBuffer_1124073950;
                                        a1: VkImage_1124073938;
                                        a2: VkImageLayout_1124074003;
                                        a3: VkImage_1124073938;
                                        a4: VkImageLayout_1124074003;
                                        a5: uint32; a6: ptr VkImageBlit_1124074883;
                                        a7: VkFilter_1124074071): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4490:26
  PFN_vkCmdClearDepthStencilImage_1124075154 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkImage_1124073938; a2: VkImageLayout_1124074003;
      a3: ptr VkClearDepthStencilValue_1124074867; a4: uint32;
      a5: ptr VkImageSubresourceRange_1124074475): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4491:26
  PFN_vkCmdClearAttachments_1124075156 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkClearAttachment_1124074875; a3: uint32;
      a4: ptr VkClearRect_1124074879): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4492:26
  PFN_vkCmdResolveImage_1124075158 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkImage_1124073938; a2: VkImageLayout_1124074003; a3: VkImage_1124073938;
      a4: VkImageLayout_1124074003; a5: uint32; a6: ptr VkImageResolve_1124074887): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4493:26
  PFN_vkCmdBeginRenderPass_1124075160 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderPassBeginInfo_1124074891; a2: VkSubpassContents_1124074139): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4494:26
  PFN_vkCmdNextSubpass_1124075162 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkSubpassContents_1124074139): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4495:26
  PFN_vkCmdEndRenderPass_1124075164 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:4496:26
  VkDescriptorUpdateTemplate_1124075166 = ptr struct_VkDescriptorUpdateTemplate_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5303:1
  VkSamplerYcbcrConversion_1124075168 = ptr struct_VkSamplerYcbcrConversion_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5304:1
  VkDescriptorUpdateTemplateType_1124075172 = enum_VkDescriptorUpdateTemplateType_1124075171 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5315:3
  VkSamplerYcbcrModelConversion_1124075176 = enum_VkSamplerYcbcrModelConversion_1124075175 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5329:3
  VkSamplerYcbcrRange_1124075180 = enum_VkSamplerYcbcrRange_1124075179 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5337:3
  VkChromaLocation_1124075184 = enum_VkChromaLocation_1124075183 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5345:3
  VkPointClippingBehavior_1124075188 = enum_VkPointClippingBehavior_1124075187 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5353:3
  VkTessellationDomainOrigin_1124075192 = enum_VkTessellationDomainOrigin_1124075191 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5361:3
  VkPeerMemoryFeatureFlagBits_1124075196 = enum_VkPeerMemoryFeatureFlagBits_1124075195 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5373:3
  VkPeerMemoryFeatureFlags_1124075198 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5374:17
  VkMemoryAllocateFlagBits_1124075202 = enum_VkMemoryAllocateFlagBits_1124075201 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5385:3
  VkMemoryAllocateFlags_1124075204 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5386:17
  VkCommandPoolTrimFlags_1124075206 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5387:17
  VkExternalMemoryHandleTypeFlagBits_1124075210 = enum_VkExternalMemoryHandleTypeFlagBits_1124075209 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5416:3
  VkExternalMemoryHandleTypeFlags_1124075212 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5417:17
  VkExternalMemoryFeatureFlagBits_1124075216 = enum_VkExternalMemoryFeatureFlagBits_1124075215 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5427:3
  VkExternalMemoryFeatureFlags_1124075218 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5428:17
  VkExternalFenceHandleTypeFlagBits_1124075222 = enum_VkExternalFenceHandleTypeFlagBits_1124075221 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5440:3
  VkExternalFenceHandleTypeFlags_1124075224 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5441:17
  VkExternalFenceFeatureFlagBits_1124075228 = enum_VkExternalFenceFeatureFlagBits_1124075227 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5449:3
  VkExternalFenceFeatureFlags_1124075230 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5450:17
  VkFenceImportFlagBits_1124075234 = enum_VkFenceImportFlagBits_1124075233 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5456:3
  VkFenceImportFlags_1124075236 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5457:17
  VkSemaphoreImportFlagBits_1124075240 = enum_VkSemaphoreImportFlagBits_1124075239 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5463:3
  VkSemaphoreImportFlags_1124075242 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5464:17
  VkExternalSemaphoreHandleTypeFlagBits_1124075246 = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075245 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5480:3
  VkExternalSemaphoreHandleTypeFlags_1124075248 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5481:17
  VkExternalSemaphoreFeatureFlagBits_1124075252 = enum_VkExternalSemaphoreFeatureFlagBits_1124075251 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5489:3
  VkExternalSemaphoreFeatureFlags_1124075254 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5490:17
  VkSubgroupFeatureFlagBits_1124075258 = enum_VkSubgroupFeatureFlagBits_1124075257 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5507:3
  VkSubgroupFeatureFlags_1124075260 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5508:17
  VkDescriptorUpdateTemplateCreateFlags_1124075262 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5509:17
  struct_VkBindBufferMemoryInfo_1124075264 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindBufferMemoryInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5510:16
    pNext*: pointer
    buffer*: VkBuffer_1124073936
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
  VkBindBufferMemoryInfo_1124075266 = struct_VkBindBufferMemoryInfo_1124075265 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5516:3
  struct_VkBindImageMemoryInfo_1124075268 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindImageMemoryInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5518:16
    pNext*: pointer
    image*: VkImage_1124073938
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
  VkBindImageMemoryInfo_1124075270 = struct_VkBindImageMemoryInfo_1124075269 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5524:3
  struct_VkMemoryDedicatedRequirements_1124075272 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryDedicatedRequirements ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5526:16
    pNext*: pointer
    prefersDedicatedAllocation*: VkBool32_1124073926
    requiresDedicatedAllocation*: VkBool32_1124073926
  VkMemoryDedicatedRequirements_1124075274 = struct_VkMemoryDedicatedRequirements_1124075273 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5531:3
  struct_VkMemoryDedicatedAllocateInfo_1124075276 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryDedicatedAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5533:16
    pNext*: pointer
    image*: VkImage_1124073938
    buffer*: VkBuffer_1124073936
  VkMemoryDedicatedAllocateInfo_1124075278 = struct_VkMemoryDedicatedAllocateInfo_1124075277 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5538:3
  struct_VkMemoryAllocateFlagsInfo_1124075280 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryAllocateFlagsInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5540:16
    pNext*: pointer
    flags*: VkMemoryAllocateFlags_1124075205
    deviceMask*: uint32
  VkMemoryAllocateFlagsInfo_1124075282 = struct_VkMemoryAllocateFlagsInfo_1124075281 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5545:3
  struct_VkDeviceGroupCommandBufferBeginInfo_1124075284 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupCommandBufferBeginInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5547:16
    pNext*: pointer
    deviceMask*: uint32
  VkDeviceGroupCommandBufferBeginInfo_1124075286 = struct_VkDeviceGroupCommandBufferBeginInfo_1124075285 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5551:3
  struct_VkDeviceGroupSubmitInfo_1124075288 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupSubmitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5553:16
    pNext*: pointer
    waitSemaphoreCount*: uint32
    pWaitSemaphoreDeviceIndices*: ptr uint32
    commandBufferCount*: uint32
    pCommandBufferDeviceMasks*: ptr uint32
    signalSemaphoreCount*: uint32
    pSignalSemaphoreDeviceIndices*: ptr uint32
  VkDeviceGroupSubmitInfo_1124075290 = struct_VkDeviceGroupSubmitInfo_1124075289 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5562:3
  struct_VkDeviceGroupBindSparseInfo_1124075292 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupBindSparseInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5564:16
    pNext*: pointer
    resourceDeviceIndex*: uint32
    memoryDeviceIndex*: uint32
  VkDeviceGroupBindSparseInfo_1124075294 = struct_VkDeviceGroupBindSparseInfo_1124075293 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5569:3
  struct_VkBindBufferMemoryDeviceGroupInfo_1124075296 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindBufferMemoryDeviceGroupInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5571:16
    pNext*: pointer
    deviceIndexCount*: uint32
    pDeviceIndices*: ptr uint32
  VkBindBufferMemoryDeviceGroupInfo_1124075298 = struct_VkBindBufferMemoryDeviceGroupInfo_1124075297 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5576:3
  struct_VkBindImageMemoryDeviceGroupInfo_1124075300 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindImageMemoryDeviceGroupInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5578:16
    pNext*: pointer
    deviceIndexCount*: uint32
    pDeviceIndices*: ptr uint32
    splitInstanceBindRegionCount*: uint32
    pSplitInstanceBindRegions*: ptr VkRect2D_1124074459
  VkBindImageMemoryDeviceGroupInfo_1124075302 = struct_VkBindImageMemoryDeviceGroupInfo_1124075301 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5585:3
  struct_VkPhysicalDeviceGroupProperties_1124075304 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceGroupProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5587:16
    pNext*: pointer
    physicalDeviceCount*: uint32
    physicalDevices*: array[32'i64, VkPhysicalDevice_1124073942]
    subsetAllocation*: VkBool32_1124073926
  VkPhysicalDeviceGroupProperties_1124075306 = struct_VkPhysicalDeviceGroupProperties_1124075305 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5593:3
  struct_VkDeviceGroupDeviceCreateInfo_1124075308 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupDeviceCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5595:16
    pNext*: pointer
    physicalDeviceCount*: uint32
    pPhysicalDevices*: ptr VkPhysicalDevice_1124073942
  VkDeviceGroupDeviceCreateInfo_1124075310 = struct_VkDeviceGroupDeviceCreateInfo_1124075309 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5600:3
  struct_VkBufferMemoryRequirementsInfo2_1124075312 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferMemoryRequirementsInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5602:16
    pNext*: pointer
    buffer*: VkBuffer_1124073936
  VkBufferMemoryRequirementsInfo2_1124075314 = struct_VkBufferMemoryRequirementsInfo2_1124075313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5606:3
  struct_VkImageMemoryRequirementsInfo2_1124075316 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageMemoryRequirementsInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5608:16
    pNext*: pointer
    image*: VkImage_1124073938
  VkImageMemoryRequirementsInfo2_1124075318 = struct_VkImageMemoryRequirementsInfo2_1124075317 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5612:3
  struct_VkImageSparseMemoryRequirementsInfo2_1124075320 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageSparseMemoryRequirementsInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5614:16
    pNext*: pointer
    image*: VkImage_1124073938
  VkImageSparseMemoryRequirementsInfo2_1124075322 = struct_VkImageSparseMemoryRequirementsInfo2_1124075321 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5618:3
  struct_VkMemoryRequirements2_1124075324 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryRequirements2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5620:16
    pNext*: pointer
    memoryRequirements*: VkMemoryRequirements_1124074579
  VkMemoryRequirements2_1124075326 = struct_VkMemoryRequirements2_1124075325 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5624:3
  struct_VkSparseImageMemoryRequirements2_1124075328 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SparseImageMemoryRequirements2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5626:16
    pNext*: pointer
    memoryRequirements*: VkSparseImageMemoryRequirements_1124074615
  VkSparseImageMemoryRequirements2_1124075330 = struct_VkSparseImageMemoryRequirements2_1124075329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5630:3
  struct_VkPhysicalDeviceFeatures2_1124075332 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFeatures2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5632:16
    pNext*: pointer
    features*: VkPhysicalDeviceFeatures_1124074527
  VkPhysicalDeviceFeatures2_1124075334 = struct_VkPhysicalDeviceFeatures2_1124075333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5636:3
  struct_VkPhysicalDeviceProperties2_1124075336 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceProperties2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5638:16
    pNext*: pointer
    properties*: VkPhysicalDeviceProperties_1124074543
  VkPhysicalDeviceProperties2_1124075338 = struct_VkPhysicalDeviceProperties2_1124075337 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5642:3
  struct_VkFormatProperties2_1124075340 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FormatProperties2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5644:16
    pNext*: pointer
    formatProperties*: VkFormatProperties_1124074507
  VkFormatProperties2_1124075342 = struct_VkFormatProperties2_1124075341 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5648:3
  struct_VkImageFormatProperties2_1124075344 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageFormatProperties2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5650:16
    pNext*: pointer
    imageFormatProperties*: VkImageFormatProperties_1124074511
  VkImageFormatProperties2_1124075346 = struct_VkImageFormatProperties2_1124075345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5654:3
  struct_VkPhysicalDeviceImageFormatInfo2_1124075348 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageFormatInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5656:16
    pNext*: pointer
    format*: VkFormat_1124074023
    type_field*: VkImageType_1124074031
    tiling*: VkImageTiling_1124074027
    usage*: VkImageUsageFlags_1124074175
    flags*: VkImageCreateFlags_1124074163
  VkPhysicalDeviceImageFormatInfo2_1124075350 = struct_VkPhysicalDeviceImageFormatInfo2_1124075349 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5664:3
  struct_VkQueueFamilyProperties2_1124075352 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyProperties2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5666:16
    pNext*: pointer
    queueFamilyProperties*: VkQueueFamilyProperties_1124074547
  VkQueueFamilyProperties2_1124075354 = struct_VkQueueFamilyProperties2_1124075353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5670:3
  struct_VkPhysicalDeviceMemoryProperties2_1124075356 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMemoryProperties2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5672:16
    pNext*: pointer
    memoryProperties*: VkPhysicalDeviceMemoryProperties_1124074535
  VkPhysicalDeviceMemoryProperties2_1124075358 = struct_VkPhysicalDeviceMemoryProperties2_1124075357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5676:3
  struct_VkSparseImageFormatProperties2_1124075360 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SparseImageFormatProperties2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5678:16
    pNext*: pointer
    properties*: VkSparseImageFormatProperties_1124074611
  VkSparseImageFormatProperties2_1124075362 = struct_VkSparseImageFormatProperties2_1124075361 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5682:3
  struct_VkPhysicalDeviceSparseImageFormatInfo2_1124075364 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSparseImageFormatInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5684:16
    pNext*: pointer
    format*: VkFormat_1124074023
    type_field*: VkImageType_1124074031
    samples*: VkSampleCountFlagBits_1124074167
    usage*: VkImageUsageFlags_1124074175
    tiling*: VkImageTiling_1124074027
  VkPhysicalDeviceSparseImageFormatInfo2_1124075366 = struct_VkPhysicalDeviceSparseImageFormatInfo2_1124075365 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5692:3
  struct_VkImageViewUsageCreateInfo_1124075368 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewUsageCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5694:16
    pNext*: pointer
    usage*: VkImageUsageFlags_1124074175
  VkImageViewUsageCreateInfo_1124075370 = struct_VkImageViewUsageCreateInfo_1124075369 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5698:3
  struct_VkPhysicalDeviceProtectedMemoryFeatures_1124075372 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceProtectedMemoryFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5700:16
    pNext*: pointer
    protectedMemory*: VkBool32_1124073926
  VkPhysicalDeviceProtectedMemoryFeatures_1124075374 = struct_VkPhysicalDeviceProtectedMemoryFeatures_1124075373 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5704:3
  struct_VkPhysicalDeviceProtectedMemoryProperties_1124075376 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceProtectedMemoryProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5706:16
    pNext*: pointer
    protectedNoFault*: VkBool32_1124073926
  VkPhysicalDeviceProtectedMemoryProperties_1124075378 = struct_VkPhysicalDeviceProtectedMemoryProperties_1124075377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5710:3
  struct_VkDeviceQueueInfo2_1124075380 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceQueueInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5712:16
    pNext*: pointer
    flags*: VkDeviceQueueCreateFlags_1124074207
    queueFamilyIndex*: uint32
    queueIndex*: uint32
  VkDeviceQueueInfo2_1124075382 = struct_VkDeviceQueueInfo2_1124075381 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5718:3
  struct_VkProtectedSubmitInfo_1124075384 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ProtectedSubmitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5720:16
    pNext*: pointer
    protectedSubmit*: VkBool32_1124073926
  VkProtectedSubmitInfo_1124075386 = struct_VkProtectedSubmitInfo_1124075385 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5724:3
  struct_VkBindImagePlaneMemoryInfo_1124075388 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindImagePlaneMemoryInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5726:16
    pNext*: pointer
    planeAspect*: VkImageAspectFlagBits_1124074149
  VkBindImagePlaneMemoryInfo_1124075390 = struct_VkBindImagePlaneMemoryInfo_1124075389 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5730:3
  struct_VkImagePlaneMemoryRequirementsInfo_1124075392 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImagePlaneMemoryRequirementsInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5732:16
    pNext*: pointer
    planeAspect*: VkImageAspectFlagBits_1124074149
  VkImagePlaneMemoryRequirementsInfo_1124075394 = struct_VkImagePlaneMemoryRequirementsInfo_1124075393 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5736:3
  struct_VkExternalMemoryProperties_1124075396 {.pure, inheritable, bycopy.} = object
    externalMemoryFeatures*: VkExternalMemoryFeatureFlags_1124075219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5738:16
    exportFromImportedHandleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
    compatibleHandleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
  VkExternalMemoryProperties_1124075398 = struct_VkExternalMemoryProperties_1124075397 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5742:3
  struct_VkPhysicalDeviceExternalImageFormatInfo_1124075400 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalImageFormatInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5744:16
    pNext*: pointer
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
  VkPhysicalDeviceExternalImageFormatInfo_1124075402 = struct_VkPhysicalDeviceExternalImageFormatInfo_1124075401 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5748:3
  struct_VkExternalImageFormatProperties_1124075404 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalImageFormatProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5750:16
    pNext*: pointer
    externalMemoryProperties*: VkExternalMemoryProperties_1124075399
  VkExternalImageFormatProperties_1124075406 = struct_VkExternalImageFormatProperties_1124075405 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5754:3
  struct_VkPhysicalDeviceExternalBufferInfo_1124075408 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalBufferInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5756:16
    pNext*: pointer
    flags*: VkBufferCreateFlags_1124074263
    usage*: VkBufferUsageFlags_1124074269
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
  VkPhysicalDeviceExternalBufferInfo_1124075410 = struct_VkPhysicalDeviceExternalBufferInfo_1124075409 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5762:3
  struct_VkExternalBufferProperties_1124075412 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalBufferProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5764:16
    pNext*: pointer
    externalMemoryProperties*: VkExternalMemoryProperties_1124075399
  VkExternalBufferProperties_1124075414 = struct_VkExternalBufferProperties_1124075413 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5768:3
  struct_VkPhysicalDeviceIDProperties_1124075416 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceIDProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5770:16
    pNext*: pointer
    deviceUUID*: array[16'i64, uint8]
    driverUUID*: array[16'i64, uint8]
    deviceLUID*: array[8'i64, uint8]
    deviceNodeMask*: uint32
    deviceLUIDValid*: VkBool32_1124073926
  VkPhysicalDeviceIDProperties_1124075418 = struct_VkPhysicalDeviceIDProperties_1124075417 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5778:3
  struct_VkExternalMemoryImageCreateInfo_1124075420 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalMemoryImageCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5780:16
    pNext*: pointer
    handleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
  VkExternalMemoryImageCreateInfo_1124075422 = struct_VkExternalMemoryImageCreateInfo_1124075421 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5784:3
  struct_VkExternalMemoryBufferCreateInfo_1124075424 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalMemoryBufferCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5786:16
    pNext*: pointer
    handleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
  VkExternalMemoryBufferCreateInfo_1124075426 = struct_VkExternalMemoryBufferCreateInfo_1124075425 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5790:3
  struct_VkExportMemoryAllocateInfo_1124075428 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportMemoryAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5792:16
    pNext*: pointer
    handleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
  VkExportMemoryAllocateInfo_1124075430 = struct_VkExportMemoryAllocateInfo_1124075429 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5796:3
  struct_VkPhysicalDeviceExternalFenceInfo_1124075432 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalFenceInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5798:16
    pNext*: pointer
    handleType*: VkExternalFenceHandleTypeFlagBits_1124075223
  VkPhysicalDeviceExternalFenceInfo_1124075434 = struct_VkPhysicalDeviceExternalFenceInfo_1124075433 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5802:3
  struct_VkExternalFenceProperties_1124075436 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalFenceProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5804:16
    pNext*: pointer
    exportFromImportedHandleTypes*: VkExternalFenceHandleTypeFlags_1124075225
    compatibleHandleTypes*: VkExternalFenceHandleTypeFlags_1124075225
    externalFenceFeatures*: VkExternalFenceFeatureFlags_1124075231
  VkExternalFenceProperties_1124075438 = struct_VkExternalFenceProperties_1124075437 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5810:3
  struct_VkExportFenceCreateInfo_1124075440 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportFenceCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5812:16
    pNext*: pointer
    handleTypes*: VkExternalFenceHandleTypeFlags_1124075225
  VkExportFenceCreateInfo_1124075442 = struct_VkExportFenceCreateInfo_1124075441 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5816:3
  struct_VkExportSemaphoreCreateInfo_1124075444 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportSemaphoreCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5818:16
    pNext*: pointer
    handleTypes*: VkExternalSemaphoreHandleTypeFlags_1124075249
  VkExportSemaphoreCreateInfo_1124075446 = struct_VkExportSemaphoreCreateInfo_1124075445 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5822:3
  struct_VkPhysicalDeviceExternalSemaphoreInfo_1124075448 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalSemaphoreInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5824:16
    pNext*: pointer
    handleType*: VkExternalSemaphoreHandleTypeFlagBits_1124075247
  VkPhysicalDeviceExternalSemaphoreInfo_1124075450 = struct_VkPhysicalDeviceExternalSemaphoreInfo_1124075449 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5828:3
  struct_VkExternalSemaphoreProperties_1124075452 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalSemaphoreProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5830:16
    pNext*: pointer
    exportFromImportedHandleTypes*: VkExternalSemaphoreHandleTypeFlags_1124075249
    compatibleHandleTypes*: VkExternalSemaphoreHandleTypeFlags_1124075249
    externalSemaphoreFeatures*: VkExternalSemaphoreFeatureFlags_1124075255
  VkExternalSemaphoreProperties_1124075454 = struct_VkExternalSemaphoreProperties_1124075453 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5836:3
  struct_VkPhysicalDeviceSubgroupProperties_1124075456 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSubgroupProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5838:16
    pNext*: pointer
    subgroupSize*: uint32
    supportedStages*: VkShaderStageFlags_1124074351
    supportedOperations*: VkSubgroupFeatureFlags_1124075261
    quadOperationsInAllStages*: VkBool32_1124073926
  VkPhysicalDeviceSubgroupProperties_1124075458 = struct_VkPhysicalDeviceSubgroupProperties_1124075457 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5845:3
  struct_VkPhysicalDevice16BitStorageFeatures_1124075460 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevice16BitStorageFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5847:16
    pNext*: pointer
    storageBuffer16BitAccess*: VkBool32_1124073926
    uniformAndStorageBuffer16BitAccess*: VkBool32_1124073926
    storagePushConstant16*: VkBool32_1124073926
    storageInputOutput16*: VkBool32_1124073926
  VkPhysicalDevice16BitStorageFeatures_1124075462 = struct_VkPhysicalDevice16BitStorageFeatures_1124075461 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5854:3
  struct_VkPhysicalDeviceVariablePointersFeatures_1124075464 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVariablePointersFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5856:16
    pNext*: pointer
    variablePointersStorageBuffer*: VkBool32_1124073926
    variablePointers*: VkBool32_1124073926
  VkPhysicalDeviceVariablePointersFeatures_1124075466 = struct_VkPhysicalDeviceVariablePointersFeatures_1124075465 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5861:3
  VkPhysicalDeviceVariablePointerFeatures_1124075468 = VkPhysicalDeviceVariablePointersFeatures_1124075467 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5863:50
  struct_VkDescriptorUpdateTemplateEntry_1124075470 {.pure, inheritable, bycopy.} = object
    dstBinding*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5865:16
    dstArrayElement*: uint32
    descriptorCount*: uint32
    descriptorType*: VkDescriptorType_1124074087
    offset*: csize_t
    stride*: csize_t
  VkDescriptorUpdateTemplateEntry_1124075472 = struct_VkDescriptorUpdateTemplateEntry_1124075471 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5872:3
  struct_VkDescriptorUpdateTemplateCreateInfo_1124075474 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorUpdateTemplateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5874:16
    pNext*: pointer
    flags*: VkDescriptorUpdateTemplateCreateFlags_1124075263
    descriptorUpdateEntryCount*: uint32
    pDescriptorUpdateEntries*: ptr VkDescriptorUpdateTemplateEntry_1124075473
    templateType*: VkDescriptorUpdateTemplateType_1124075173
    descriptorSetLayout*: VkDescriptorSetLayout_1124073985
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    pipelineLayout*: VkPipelineLayout_1124073981
    set*: uint32
  VkDescriptorUpdateTemplateCreateInfo_1124075476 = struct_VkDescriptorUpdateTemplateCreateInfo_1124075475 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5885:3
  struct_VkPhysicalDeviceMaintenance3Properties_1124075478 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance3Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5887:16
    pNext*: pointer
    maxPerSetDescriptors*: uint32
    maxMemoryAllocationSize*: VkDeviceSize_1124073930
  VkPhysicalDeviceMaintenance3Properties_1124075480 = struct_VkPhysicalDeviceMaintenance3Properties_1124075479 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5892:3
  struct_VkDescriptorSetLayoutSupport_1124075482 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetLayoutSupport ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5894:16
    pNext*: pointer
    supported*: VkBool32_1124073926
  VkDescriptorSetLayoutSupport_1124075484 = struct_VkDescriptorSetLayoutSupport_1124075483 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5898:3
  struct_VkSamplerYcbcrConversionCreateInfo_1124075486 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerYcbcrConversionCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5900:16
    pNext*: pointer
    format*: VkFormat_1124074023
    ycbcrModel*: VkSamplerYcbcrModelConversion_1124075177
    ycbcrRange*: VkSamplerYcbcrRange_1124075181
    components*: VkComponentMapping_1124074643
    xChromaOffset*: VkChromaLocation_1124075185
    yChromaOffset*: VkChromaLocation_1124075185
    chromaFilter*: VkFilter_1124074071
    forceExplicitReconstruction*: VkBool32_1124073926
  VkSamplerYcbcrConversionCreateInfo_1124075488 = struct_VkSamplerYcbcrConversionCreateInfo_1124075487 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5911:3
  struct_VkSamplerYcbcrConversionInfo_1124075490 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerYcbcrConversionInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5913:16
    pNext*: pointer
    conversion*: VkSamplerYcbcrConversion_1124075169
  VkSamplerYcbcrConversionInfo_1124075492 = struct_VkSamplerYcbcrConversionInfo_1124075491 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5917:3
  struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075494 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSamplerYcbcrConversionFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5919:16
    pNext*: pointer
    samplerYcbcrConversion*: VkBool32_1124073926
  VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075496 = struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075495 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5923:3
  struct_VkSamplerYcbcrConversionImageFormatProperties_1124075498 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerYcbcrConversionImageFormatProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5925:16
    pNext*: pointer
    combinedImageSamplerDescriptorCount*: uint32
  VkSamplerYcbcrConversionImageFormatProperties_1124075500 = struct_VkSamplerYcbcrConversionImageFormatProperties_1124075499 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5929:3
  struct_VkDeviceGroupRenderPassBeginInfo_1124075502 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupRenderPassBeginInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5931:16
    pNext*: pointer
    deviceMask*: uint32
    deviceRenderAreaCount*: uint32
    pDeviceRenderAreas*: ptr VkRect2D_1124074459
  VkDeviceGroupRenderPassBeginInfo_1124075504 = struct_VkDeviceGroupRenderPassBeginInfo_1124075503 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5937:3
  struct_VkPhysicalDevicePointClippingProperties_1124075506 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePointClippingProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5939:16
    pNext*: pointer
    pointClippingBehavior*: VkPointClippingBehavior_1124075189
  VkPhysicalDevicePointClippingProperties_1124075508 = struct_VkPhysicalDevicePointClippingProperties_1124075507 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5943:3
  struct_VkInputAttachmentAspectReference_1124075510 {.pure, inheritable, bycopy.} = object
    subpass*: uint32         ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5945:16
    inputAttachmentIndex*: uint32
    aspectMask*: VkImageAspectFlags_1124074151
  VkInputAttachmentAspectReference_1124075512 = struct_VkInputAttachmentAspectReference_1124075511 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5949:3
  struct_VkRenderPassInputAttachmentAspectCreateInfo_1124075514 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassInputAttachmentAspectCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5951:16
    pNext*: pointer
    aspectReferenceCount*: uint32
    pAspectReferences*: ptr VkInputAttachmentAspectReference_1124075513
  VkRenderPassInputAttachmentAspectCreateInfo_1124075516 = struct_VkRenderPassInputAttachmentAspectCreateInfo_1124075515 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5956:3
  struct_VkPipelineTessellationDomainOriginStateCreateInfo_1124075518 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineTessellationDomainOriginStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5958:16
    pNext*: pointer
    domainOrigin*: VkTessellationDomainOrigin_1124075193
  VkPipelineTessellationDomainOriginStateCreateInfo_1124075520 = struct_VkPipelineTessellationDomainOriginStateCreateInfo_1124075519 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5962:3
  struct_VkRenderPassMultiviewCreateInfo_1124075522 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassMultiviewCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5964:16
    pNext*: pointer
    subpassCount*: uint32
    pViewMasks*: ptr uint32
    dependencyCount*: uint32
    pViewOffsets*: ptr int32
    correlationMaskCount*: uint32
    pCorrelationMasks*: ptr uint32
  VkRenderPassMultiviewCreateInfo_1124075524 = struct_VkRenderPassMultiviewCreateInfo_1124075523 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5973:3
  struct_VkPhysicalDeviceMultiviewFeatures_1124075526 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiviewFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5975:16
    pNext*: pointer
    multiview*: VkBool32_1124073926
    multiviewGeometryShader*: VkBool32_1124073926
    multiviewTessellationShader*: VkBool32_1124073926
  VkPhysicalDeviceMultiviewFeatures_1124075528 = struct_VkPhysicalDeviceMultiviewFeatures_1124075527 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5981:3
  struct_VkPhysicalDeviceMultiviewProperties_1124075530 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiviewProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5983:16
    pNext*: pointer
    maxMultiviewViewCount*: uint32
    maxMultiviewInstanceIndex*: uint32
  VkPhysicalDeviceMultiviewProperties_1124075532 = struct_VkPhysicalDeviceMultiviewProperties_1124075531 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5988:3
  struct_VkPhysicalDeviceShaderDrawParametersFeatures_1124075534 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderDrawParametersFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5990:16
    pNext*: pointer
    shaderDrawParameters*: VkBool32_1124073926
  VkPhysicalDeviceShaderDrawParametersFeatures_1124075536 = struct_VkPhysicalDeviceShaderDrawParametersFeatures_1124075535 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5994:3
  VkPhysicalDeviceShaderDrawParameterFeatures_1124075538 = VkPhysicalDeviceShaderDrawParametersFeatures_1124075537 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5996:54
  PFN_vkEnumerateInstanceVersion_1124075540 = proc (a0: ptr uint32): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5998:30
  PFN_vkBindBufferMemory2_1124075542 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkBindBufferMemoryInfo_1124075267): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5999:30
  PFN_vkBindImageMemory2_1124075544 = proc (a0: VkDevice_1124073944; a1: uint32;
      a2: ptr VkBindImageMemoryInfo_1124075271): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6000:30
  PFN_vkGetDeviceGroupPeerMemoryFeatures_1124075546 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: uint32; a3: uint32; a4: ptr VkPeerMemoryFeatureFlags_1124075199): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6001:26
  PFN_vkCmdSetDeviceMask_1124075548 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6002:26
  PFN_vkEnumeratePhysicalDeviceGroups_1124075550 = proc (a0: VkInstance_1124073940;
      a1: ptr uint32; a2: ptr VkPhysicalDeviceGroupProperties_1124075307): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6003:30
  PFN_vkGetImageMemoryRequirements2_1124075552 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageMemoryRequirementsInfo2_1124075319;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6004:26
  PFN_vkGetBufferMemoryRequirements2_1124075554 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferMemoryRequirementsInfo2_1124075315;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6005:26
  PFN_vkGetImageSparseMemoryRequirements2_1124075556 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageSparseMemoryRequirementsInfo2_1124075323; a2: ptr uint32;
      a3: ptr VkSparseImageMemoryRequirements2_1124075331): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6006:26
  PFN_vkGetPhysicalDeviceFeatures2_1124075558 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceFeatures2_1124075335): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6007:26
  PFN_vkGetPhysicalDeviceProperties2_1124075560 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceProperties2_1124075339): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6008:26
  PFN_vkGetPhysicalDeviceFormatProperties2_1124075562 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkFormat_1124074023;
      a2: ptr VkFormatProperties2_1124075343): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6009:26
  PFN_vkGetPhysicalDeviceImageFormatProperties2_1124075564 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceImageFormatInfo2_1124075351;
      a2: ptr VkImageFormatProperties2_1124075347): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6010:30
  PFN_vkGetPhysicalDeviceQueueFamilyProperties2_1124075566 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkQueueFamilyProperties2_1124075355): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6011:26
  PFN_vkGetPhysicalDeviceMemoryProperties2_1124075568 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceMemoryProperties2_1124075359): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6012:26
  PFN_vkGetPhysicalDeviceSparseImageFormatProperties2_1124075570 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceSparseImageFormatInfo2_1124075367; a2: ptr uint32;
      a3: ptr VkSparseImageFormatProperties2_1124075363): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6013:26
  PFN_vkTrimCommandPool_1124075572 = proc (a0: VkDevice_1124073944;
      a1: VkCommandPool_1124073960; a2: VkCommandPoolTrimFlags_1124075207): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6014:26
  PFN_vkGetDeviceQueue2_1124075574 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceQueueInfo2_1124075383; a2: ptr VkQueue_1124073946): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6015:26
  PFN_vkGetPhysicalDeviceExternalBufferProperties_1124075576 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalBufferInfo_1124075411;
      a2: ptr VkExternalBufferProperties_1124075415): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6016:26
  PFN_vkGetPhysicalDeviceExternalFenceProperties_1124075578 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalFenceInfo_1124075435;
      a2: ptr VkExternalFenceProperties_1124075439): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6017:26
  PFN_vkGetPhysicalDeviceExternalSemaphoreProperties_1124075580 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalSemaphoreInfo_1124075451;
      a2: ptr VkExternalSemaphoreProperties_1124075455): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6018:26
  PFN_vkCmdDispatchBase_1124075582 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: uint32; a4: uint32; a5: uint32; a6: uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6019:26
  PFN_vkCreateDescriptorUpdateTemplate_1124075584 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorUpdateTemplateCreateInfo_1124075477;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkDescriptorUpdateTemplate_1124075167): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6020:30
  PFN_vkDestroyDescriptorUpdateTemplate_1124075586 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorUpdateTemplate_1124075167; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6021:26
  PFN_vkUpdateDescriptorSetWithTemplate_1124075588 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorSet_1124073989; a2: VkDescriptorUpdateTemplate_1124075167;
      a3: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6022:26
  PFN_vkGetDescriptorSetLayoutSupport_1124075590 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorSetLayoutCreateInfo_1124074763;
      a2: ptr VkDescriptorSetLayoutSupport_1124075485): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6023:26
  PFN_vkCreateSamplerYcbcrConversion_1124075592 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSamplerYcbcrConversionCreateInfo_1124075489;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSamplerYcbcrConversion_1124075169): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6024:30
  PFN_vkDestroySamplerYcbcrConversion_1124075594 = proc (a0: VkDevice_1124073944;
      a1: VkSamplerYcbcrConversion_1124075169; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6025:26
  VkDriverId_1124075598 = enum_VkDriverId_1124075597 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6225:3
  VkShaderFloatControlsIndependence_1124075602 = enum_VkShaderFloatControlsIndependence_1124075601 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6235:3
  VkSemaphoreType_1124075606 = enum_VkSemaphoreType_1124075605 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6243:3
  VkSamplerReductionMode_1124075610 = enum_VkSamplerReductionMode_1124075609 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6254:3
  VkResolveModeFlagBits_1124075614 = enum_VkResolveModeFlagBits_1124075613 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6272:3
  VkResolveModeFlags_1124075616 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6273:17
  VkSemaphoreWaitFlagBits_1124075620 = enum_VkSemaphoreWaitFlagBits_1124075619 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6279:3
  VkSemaphoreWaitFlags_1124075622 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6280:17
  VkDescriptorBindingFlagBits_1124075626 = enum_VkDescriptorBindingFlagBits_1124075625 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6292:3
  VkDescriptorBindingFlags_1124075628 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6293:17
  struct_VkPhysicalDeviceVulkan11Features_1124075630 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan11Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6294:16
    pNext*: pointer
    storageBuffer16BitAccess*: VkBool32_1124073926
    uniformAndStorageBuffer16BitAccess*: VkBool32_1124073926
    storagePushConstant16*: VkBool32_1124073926
    storageInputOutput16*: VkBool32_1124073926
    multiview*: VkBool32_1124073926
    multiviewGeometryShader*: VkBool32_1124073926
    multiviewTessellationShader*: VkBool32_1124073926
    variablePointersStorageBuffer*: VkBool32_1124073926
    variablePointers*: VkBool32_1124073926
    protectedMemory*: VkBool32_1124073926
    samplerYcbcrConversion*: VkBool32_1124073926
    shaderDrawParameters*: VkBool32_1124073926
  VkPhysicalDeviceVulkan11Features_1124075632 = struct_VkPhysicalDeviceVulkan11Features_1124075631 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6309:3
  struct_VkPhysicalDeviceVulkan11Properties_1124075634 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan11Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6311:16
    pNext*: pointer
    deviceUUID*: array[16'i64, uint8]
    driverUUID*: array[16'i64, uint8]
    deviceLUID*: array[8'i64, uint8]
    deviceNodeMask*: uint32
    deviceLUIDValid*: VkBool32_1124073926
    subgroupSize*: uint32
    subgroupSupportedStages*: VkShaderStageFlags_1124074351
    subgroupSupportedOperations*: VkSubgroupFeatureFlags_1124075261
    subgroupQuadOperationsInAllStages*: VkBool32_1124073926
    pointClippingBehavior*: VkPointClippingBehavior_1124075189
    maxMultiviewViewCount*: uint32
    maxMultiviewInstanceIndex*: uint32
    protectedNoFault*: VkBool32_1124073926
    maxPerSetDescriptors*: uint32
    maxMemoryAllocationSize*: VkDeviceSize_1124073930
  VkPhysicalDeviceVulkan11Properties_1124075636 = struct_VkPhysicalDeviceVulkan11Properties_1124075635 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6329:3
  struct_VkPhysicalDeviceVulkan12Features_1124075638 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan12Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6331:16
    pNext*: pointer
    samplerMirrorClampToEdge*: VkBool32_1124073926
    drawIndirectCount*: VkBool32_1124073926
    storageBuffer8BitAccess*: VkBool32_1124073926
    uniformAndStorageBuffer8BitAccess*: VkBool32_1124073926
    storagePushConstant8*: VkBool32_1124073926
    shaderBufferInt64Atomics*: VkBool32_1124073926
    shaderSharedInt64Atomics*: VkBool32_1124073926
    shaderFloat16*: VkBool32_1124073926
    shaderInt8*: VkBool32_1124073926
    descriptorIndexing*: VkBool32_1124073926
    shaderInputAttachmentArrayDynamicIndexing*: VkBool32_1124073926
    shaderUniformTexelBufferArrayDynamicIndexing*: VkBool32_1124073926
    shaderStorageTexelBufferArrayDynamicIndexing*: VkBool32_1124073926
    shaderUniformBufferArrayNonUniformIndexing*: VkBool32_1124073926
    shaderSampledImageArrayNonUniformIndexing*: VkBool32_1124073926
    shaderStorageBufferArrayNonUniformIndexing*: VkBool32_1124073926
    shaderStorageImageArrayNonUniformIndexing*: VkBool32_1124073926
    shaderInputAttachmentArrayNonUniformIndexing*: VkBool32_1124073926
    shaderUniformTexelBufferArrayNonUniformIndexing*: VkBool32_1124073926
    shaderStorageTexelBufferArrayNonUniformIndexing*: VkBool32_1124073926
    descriptorBindingUniformBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingSampledImageUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingStorageImageUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingStorageBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingUniformTexelBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingStorageTexelBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingUpdateUnusedWhilePending*: VkBool32_1124073926
    descriptorBindingPartiallyBound*: VkBool32_1124073926
    descriptorBindingVariableDescriptorCount*: VkBool32_1124073926
    runtimeDescriptorArray*: VkBool32_1124073926
    samplerFilterMinmax*: VkBool32_1124073926
    scalarBlockLayout*: VkBool32_1124073926
    imagelessFramebuffer*: VkBool32_1124073926
    uniformBufferStandardLayout*: VkBool32_1124073926
    shaderSubgroupExtendedTypes*: VkBool32_1124073926
    separateDepthStencilLayouts*: VkBool32_1124073926
    hostQueryReset*: VkBool32_1124073926
    timelineSemaphore*: VkBool32_1124073926
    bufferDeviceAddress*: VkBool32_1124073926
    bufferDeviceAddressCaptureReplay*: VkBool32_1124073926
    bufferDeviceAddressMultiDevice*: VkBool32_1124073926
    vulkanMemoryModel*: VkBool32_1124073926
    vulkanMemoryModelDeviceScope*: VkBool32_1124073926
    vulkanMemoryModelAvailabilityVisibilityChains*: VkBool32_1124073926
    shaderOutputViewportIndex*: VkBool32_1124073926
    shaderOutputLayer*: VkBool32_1124073926
    subgroupBroadcastDynamicId*: VkBool32_1124073926
  VkPhysicalDeviceVulkan12Features_1124075640 = struct_VkPhysicalDeviceVulkan12Features_1124075639 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6381:3
  struct_VkConformanceVersion_1124075642 {.pure, inheritable, bycopy.} = object
    major*: uint8            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6383:16
    minor*: uint8
    subminor*: uint8
    patch*: uint8
  VkConformanceVersion_1124075644 = struct_VkConformanceVersion_1124075643 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6388:3
  struct_VkPhysicalDeviceVulkan12Properties_1124075646 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan12Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6390:16
    pNext*: pointer
    driverID*: VkDriverId_1124075599
    driverName*: array[256'i64, cschar]
    driverInfo*: array[256'i64, cschar]
    conformanceVersion*: VkConformanceVersion_1124075645
    denormBehaviorIndependence*: VkShaderFloatControlsIndependence_1124075603
    roundingModeIndependence*: VkShaderFloatControlsIndependence_1124075603
    shaderSignedZeroInfNanPreserveFloat16*: VkBool32_1124073926
    shaderSignedZeroInfNanPreserveFloat32*: VkBool32_1124073926
    shaderSignedZeroInfNanPreserveFloat64*: VkBool32_1124073926
    shaderDenormPreserveFloat16*: VkBool32_1124073926
    shaderDenormPreserveFloat32*: VkBool32_1124073926
    shaderDenormPreserveFloat64*: VkBool32_1124073926
    shaderDenormFlushToZeroFloat16*: VkBool32_1124073926
    shaderDenormFlushToZeroFloat32*: VkBool32_1124073926
    shaderDenormFlushToZeroFloat64*: VkBool32_1124073926
    shaderRoundingModeRTEFloat16*: VkBool32_1124073926
    shaderRoundingModeRTEFloat32*: VkBool32_1124073926
    shaderRoundingModeRTEFloat64*: VkBool32_1124073926
    shaderRoundingModeRTZFloat16*: VkBool32_1124073926
    shaderRoundingModeRTZFloat32*: VkBool32_1124073926
    shaderRoundingModeRTZFloat64*: VkBool32_1124073926
    maxUpdateAfterBindDescriptorsInAllPools*: uint32
    shaderUniformBufferArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderSampledImageArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderStorageBufferArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderStorageImageArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderInputAttachmentArrayNonUniformIndexingNative*: VkBool32_1124073926
    robustBufferAccessUpdateAfterBind*: VkBool32_1124073926
    quadDivergentImplicitLod*: VkBool32_1124073926
    maxPerStageDescriptorUpdateAfterBindSamplers*: uint32
    maxPerStageDescriptorUpdateAfterBindUniformBuffers*: uint32
    maxPerStageDescriptorUpdateAfterBindStorageBuffers*: uint32
    maxPerStageDescriptorUpdateAfterBindSampledImages*: uint32
    maxPerStageDescriptorUpdateAfterBindStorageImages*: uint32
    maxPerStageDescriptorUpdateAfterBindInputAttachments*: uint32
    maxPerStageUpdateAfterBindResources*: uint32
    maxDescriptorSetUpdateAfterBindSamplers*: uint32
    maxDescriptorSetUpdateAfterBindUniformBuffers*: uint32
    maxDescriptorSetUpdateAfterBindUniformBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindStorageBuffers*: uint32
    maxDescriptorSetUpdateAfterBindStorageBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindSampledImages*: uint32
    maxDescriptorSetUpdateAfterBindStorageImages*: uint32
    maxDescriptorSetUpdateAfterBindInputAttachments*: uint32
    supportedDepthResolveModes*: VkResolveModeFlags_1124075617
    supportedStencilResolveModes*: VkResolveModeFlags_1124075617
    independentResolveNone*: VkBool32_1124073926
    independentResolve*: VkBool32_1124073926
    filterMinmaxSingleComponentFormats*: VkBool32_1124073926
    filterMinmaxImageComponentMapping*: VkBool32_1124073926
    maxTimelineSemaphoreValueDifference*: uint64
    framebufferIntegerColorSampleCounts*: VkSampleCountFlags_1124074169
  VkPhysicalDeviceVulkan12Properties_1124075648 = struct_VkPhysicalDeviceVulkan12Properties_1124075647 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6445:3
  struct_VkImageFormatListCreateInfo_1124075650 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageFormatListCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6447:16
    pNext*: pointer
    viewFormatCount*: uint32
    pViewFormats*: ptr VkFormat_1124074023
  VkImageFormatListCreateInfo_1124075652 = struct_VkImageFormatListCreateInfo_1124075651 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6452:3
  struct_VkPhysicalDeviceDriverProperties_1124075654 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDriverProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6454:16
    pNext*: pointer
    driverID*: VkDriverId_1124075599
    driverName*: array[256'i64, cschar]
    driverInfo*: array[256'i64, cschar]
    conformanceVersion*: VkConformanceVersion_1124075645
  VkPhysicalDeviceDriverProperties_1124075656 = struct_VkPhysicalDeviceDriverProperties_1124075655 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6461:3
  struct_VkPhysicalDeviceVulkanMemoryModelFeatures_1124075658 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkanMemoryModelFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6463:16
    pNext*: pointer
    vulkanMemoryModel*: VkBool32_1124073926
    vulkanMemoryModelDeviceScope*: VkBool32_1124073926
    vulkanMemoryModelAvailabilityVisibilityChains*: VkBool32_1124073926
  VkPhysicalDeviceVulkanMemoryModelFeatures_1124075660 = struct_VkPhysicalDeviceVulkanMemoryModelFeatures_1124075659 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6469:3
  struct_VkPhysicalDeviceHostQueryResetFeatures_1124075662 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceHostQueryResetFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6471:16
    pNext*: pointer
    hostQueryReset*: VkBool32_1124073926
  VkPhysicalDeviceHostQueryResetFeatures_1124075664 = struct_VkPhysicalDeviceHostQueryResetFeatures_1124075663 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6475:3
  struct_VkPhysicalDeviceTimelineSemaphoreFeatures_1124075666 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTimelineSemaphoreFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6477:16
    pNext*: pointer
    timelineSemaphore*: VkBool32_1124073926
  VkPhysicalDeviceTimelineSemaphoreFeatures_1124075668 = struct_VkPhysicalDeviceTimelineSemaphoreFeatures_1124075667 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6481:3
  struct_VkPhysicalDeviceTimelineSemaphoreProperties_1124075670 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTimelineSemaphoreProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6483:16
    pNext*: pointer
    maxTimelineSemaphoreValueDifference*: uint64
  VkPhysicalDeviceTimelineSemaphoreProperties_1124075672 = struct_VkPhysicalDeviceTimelineSemaphoreProperties_1124075671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6487:3
  struct_VkSemaphoreTypeCreateInfo_1124075674 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreTypeCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6489:16
    pNext*: pointer
    semaphoreType*: VkSemaphoreType_1124075607
    initialValue*: uint64
  VkSemaphoreTypeCreateInfo_1124075676 = struct_VkSemaphoreTypeCreateInfo_1124075675 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6494:3
  struct_VkTimelineSemaphoreSubmitInfo_1124075678 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TimelineSemaphoreSubmitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6496:16
    pNext*: pointer
    waitSemaphoreValueCount*: uint32
    pWaitSemaphoreValues*: ptr uint64
    signalSemaphoreValueCount*: uint32
    pSignalSemaphoreValues*: ptr uint64
  VkTimelineSemaphoreSubmitInfo_1124075680 = struct_VkTimelineSemaphoreSubmitInfo_1124075679 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6503:3
  struct_VkSemaphoreWaitInfo_1124075682 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreWaitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6505:16
    pNext*: pointer
    flags*: VkSemaphoreWaitFlags_1124075623
    semaphoreCount*: uint32
    pSemaphores*: ptr VkSemaphore_1124073948
    pValues*: ptr uint64
  VkSemaphoreWaitInfo_1124075684 = struct_VkSemaphoreWaitInfo_1124075683 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6512:3
  struct_VkSemaphoreSignalInfo_1124075686 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreSignalInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6514:16
    pNext*: pointer
    semaphore*: VkSemaphore_1124073948
    value*: uint64
  VkSemaphoreSignalInfo_1124075688 = struct_VkSemaphoreSignalInfo_1124075687 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6519:3
  struct_VkPhysicalDeviceBufferDeviceAddressFeatures_1124075690 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceBufferDeviceAddressFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6521:16
    pNext*: pointer
    bufferDeviceAddress*: VkBool32_1124073926
    bufferDeviceAddressCaptureReplay*: VkBool32_1124073926
    bufferDeviceAddressMultiDevice*: VkBool32_1124073926
  VkPhysicalDeviceBufferDeviceAddressFeatures_1124075692 = struct_VkPhysicalDeviceBufferDeviceAddressFeatures_1124075691 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6527:3
  struct_VkBufferDeviceAddressInfo_1124075694 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferDeviceAddressInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6529:16
    pNext*: pointer
    buffer*: VkBuffer_1124073936
  VkBufferDeviceAddressInfo_1124075696 = struct_VkBufferDeviceAddressInfo_1124075695 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6533:3
  struct_VkBufferOpaqueCaptureAddressCreateInfo_1124075698 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferOpaqueCaptureAddressCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6535:16
    pNext*: pointer
    opaqueCaptureAddress*: uint64
  VkBufferOpaqueCaptureAddressCreateInfo_1124075700 = struct_VkBufferOpaqueCaptureAddressCreateInfo_1124075699 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6539:3
  struct_VkMemoryOpaqueCaptureAddressAllocateInfo_1124075702 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryOpaqueCaptureAddressAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6541:16
    pNext*: pointer
    opaqueCaptureAddress*: uint64
  VkMemoryOpaqueCaptureAddressAllocateInfo_1124075704 = struct_VkMemoryOpaqueCaptureAddressAllocateInfo_1124075703 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6545:3
  struct_VkDeviceMemoryOpaqueCaptureAddressInfo_1124075706 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceMemoryOpaqueCaptureAddressInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6547:16
    pNext*: pointer
    memory*: VkDeviceMemory_1124073954
  VkDeviceMemoryOpaqueCaptureAddressInfo_1124075708 = struct_VkDeviceMemoryOpaqueCaptureAddressInfo_1124075707 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6551:3
  struct_VkPhysicalDevice8BitStorageFeatures_1124075710 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevice8BitStorageFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6553:16
    pNext*: pointer
    storageBuffer8BitAccess*: VkBool32_1124073926
    uniformAndStorageBuffer8BitAccess*: VkBool32_1124073926
    storagePushConstant8*: VkBool32_1124073926
  VkPhysicalDevice8BitStorageFeatures_1124075712 = struct_VkPhysicalDevice8BitStorageFeatures_1124075711 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6559:3
  struct_VkPhysicalDeviceShaderAtomicInt64Features_1124075714 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderAtomicInt64Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6561:16
    pNext*: pointer
    shaderBufferInt64Atomics*: VkBool32_1124073926
    shaderSharedInt64Atomics*: VkBool32_1124073926
  VkPhysicalDeviceShaderAtomicInt64Features_1124075716 = struct_VkPhysicalDeviceShaderAtomicInt64Features_1124075715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6566:3
  struct_VkPhysicalDeviceShaderFloat16Int8Features_1124075718 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderFloat16Int8Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6568:16
    pNext*: pointer
    shaderFloat16*: VkBool32_1124073926
    shaderInt8*: VkBool32_1124073926
  VkPhysicalDeviceShaderFloat16Int8Features_1124075720 = struct_VkPhysicalDeviceShaderFloat16Int8Features_1124075719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6573:3
  struct_VkPhysicalDeviceFloatControlsProperties_1124075722 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFloatControlsProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6575:16
    pNext*: pointer
    denormBehaviorIndependence*: VkShaderFloatControlsIndependence_1124075603
    roundingModeIndependence*: VkShaderFloatControlsIndependence_1124075603
    shaderSignedZeroInfNanPreserveFloat16*: VkBool32_1124073926
    shaderSignedZeroInfNanPreserveFloat32*: VkBool32_1124073926
    shaderSignedZeroInfNanPreserveFloat64*: VkBool32_1124073926
    shaderDenormPreserveFloat16*: VkBool32_1124073926
    shaderDenormPreserveFloat32*: VkBool32_1124073926
    shaderDenormPreserveFloat64*: VkBool32_1124073926
    shaderDenormFlushToZeroFloat16*: VkBool32_1124073926
    shaderDenormFlushToZeroFloat32*: VkBool32_1124073926
    shaderDenormFlushToZeroFloat64*: VkBool32_1124073926
    shaderRoundingModeRTEFloat16*: VkBool32_1124073926
    shaderRoundingModeRTEFloat32*: VkBool32_1124073926
    shaderRoundingModeRTEFloat64*: VkBool32_1124073926
    shaderRoundingModeRTZFloat16*: VkBool32_1124073926
    shaderRoundingModeRTZFloat32*: VkBool32_1124073926
    shaderRoundingModeRTZFloat64*: VkBool32_1124073926
  VkPhysicalDeviceFloatControlsProperties_1124075724 = struct_VkPhysicalDeviceFloatControlsProperties_1124075723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6595:3
  struct_VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075726 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetLayoutBindingFlagsCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6597:16
    pNext*: pointer
    bindingCount*: uint32
    pBindingFlags*: ptr VkDescriptorBindingFlags_1124075629
  VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075728 = struct_VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6602:3
  struct_VkPhysicalDeviceDescriptorIndexingFeatures_1124075730 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorIndexingFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6604:16
    pNext*: pointer
    shaderInputAttachmentArrayDynamicIndexing*: VkBool32_1124073926
    shaderUniformTexelBufferArrayDynamicIndexing*: VkBool32_1124073926
    shaderStorageTexelBufferArrayDynamicIndexing*: VkBool32_1124073926
    shaderUniformBufferArrayNonUniformIndexing*: VkBool32_1124073926
    shaderSampledImageArrayNonUniformIndexing*: VkBool32_1124073926
    shaderStorageBufferArrayNonUniformIndexing*: VkBool32_1124073926
    shaderStorageImageArrayNonUniformIndexing*: VkBool32_1124073926
    shaderInputAttachmentArrayNonUniformIndexing*: VkBool32_1124073926
    shaderUniformTexelBufferArrayNonUniformIndexing*: VkBool32_1124073926
    shaderStorageTexelBufferArrayNonUniformIndexing*: VkBool32_1124073926
    descriptorBindingUniformBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingSampledImageUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingStorageImageUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingStorageBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingUniformTexelBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingStorageTexelBufferUpdateAfterBind*: VkBool32_1124073926
    descriptorBindingUpdateUnusedWhilePending*: VkBool32_1124073926
    descriptorBindingPartiallyBound*: VkBool32_1124073926
    descriptorBindingVariableDescriptorCount*: VkBool32_1124073926
    runtimeDescriptorArray*: VkBool32_1124073926
  VkPhysicalDeviceDescriptorIndexingFeatures_1124075732 = struct_VkPhysicalDeviceDescriptorIndexingFeatures_1124075731 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6627:3
  struct_VkPhysicalDeviceDescriptorIndexingProperties_1124075734 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorIndexingProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6629:16
    pNext*: pointer
    maxUpdateAfterBindDescriptorsInAllPools*: uint32
    shaderUniformBufferArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderSampledImageArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderStorageBufferArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderStorageImageArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderInputAttachmentArrayNonUniformIndexingNative*: VkBool32_1124073926
    robustBufferAccessUpdateAfterBind*: VkBool32_1124073926
    quadDivergentImplicitLod*: VkBool32_1124073926
    maxPerStageDescriptorUpdateAfterBindSamplers*: uint32
    maxPerStageDescriptorUpdateAfterBindUniformBuffers*: uint32
    maxPerStageDescriptorUpdateAfterBindStorageBuffers*: uint32
    maxPerStageDescriptorUpdateAfterBindSampledImages*: uint32
    maxPerStageDescriptorUpdateAfterBindStorageImages*: uint32
    maxPerStageDescriptorUpdateAfterBindInputAttachments*: uint32
    maxPerStageUpdateAfterBindResources*: uint32
    maxDescriptorSetUpdateAfterBindSamplers*: uint32
    maxDescriptorSetUpdateAfterBindUniformBuffers*: uint32
    maxDescriptorSetUpdateAfterBindUniformBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindStorageBuffers*: uint32
    maxDescriptorSetUpdateAfterBindStorageBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindSampledImages*: uint32
    maxDescriptorSetUpdateAfterBindStorageImages*: uint32
    maxDescriptorSetUpdateAfterBindInputAttachments*: uint32
  VkPhysicalDeviceDescriptorIndexingProperties_1124075736 = struct_VkPhysicalDeviceDescriptorIndexingProperties_1124075735 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6655:3
  struct_VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075738 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetVariableDescriptorCountAllocateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6657:16
    pNext*: pointer
    descriptorSetCount*: uint32
    pDescriptorCounts*: ptr uint32
  VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075740 = struct_VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075739 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6662:3
  struct_VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075742 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetVariableDescriptorCountLayoutSupport ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6664:16
    pNext*: pointer
    maxVariableDescriptorCount*: uint32
  VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075744 = struct_VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075743 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6668:3
  struct_VkPhysicalDeviceScalarBlockLayoutFeatures_1124075746 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceScalarBlockLayoutFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6670:16
    pNext*: pointer
    scalarBlockLayout*: VkBool32_1124073926
  VkPhysicalDeviceScalarBlockLayoutFeatures_1124075748 = struct_VkPhysicalDeviceScalarBlockLayoutFeatures_1124075747 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6674:3
  struct_VkSamplerReductionModeCreateInfo_1124075750 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerReductionModeCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6676:16
    pNext*: pointer
    reductionMode*: VkSamplerReductionMode_1124075611
  VkSamplerReductionModeCreateInfo_1124075752 = struct_VkSamplerReductionModeCreateInfo_1124075751 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6680:3
  struct_VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075754 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSamplerFilterMinmaxProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6682:16
    pNext*: pointer
    filterMinmaxSingleComponentFormats*: VkBool32_1124073926
    filterMinmaxImageComponentMapping*: VkBool32_1124073926
  VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075756 = struct_VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075755 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6687:3
  struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075758 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceUniformBufferStandardLayoutFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6689:16
    pNext*: pointer
    uniformBufferStandardLayout*: VkBool32_1124073926
  VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075760 = struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075759 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6693:3
  struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075762 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderSubgroupExtendedTypesFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6695:16
    pNext*: pointer
    shaderSubgroupExtendedTypes*: VkBool32_1124073926
  VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075764 = struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075763 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6699:3
  struct_VkAttachmentDescription2_1124075766 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AttachmentDescription2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6701:16
    pNext*: pointer
    flags*: VkAttachmentDescriptionFlags_1124074415
    format*: VkFormat_1124074023
    samples*: VkSampleCountFlagBits_1124074167
    loadOp*: VkAttachmentLoadOp_1124074131
    storeOp*: VkAttachmentStoreOp_1124074135
    stencilLoadOp*: VkAttachmentLoadOp_1124074131
    stencilStoreOp*: VkAttachmentStoreOp_1124074135
    initialLayout*: VkImageLayout_1124074003
    finalLayout*: VkImageLayout_1124074003
  VkAttachmentDescription2_1124075768 = struct_VkAttachmentDescription2_1124075767 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6713:3
  struct_VkAttachmentReference2_1124075770 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AttachmentReference2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6715:16
    pNext*: pointer
    attachment*: uint32
    layout*: VkImageLayout_1124074003
    aspectMask*: VkImageAspectFlags_1124074151
  VkAttachmentReference2_1124075772 = struct_VkAttachmentReference2_1124075771 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6721:3
  struct_VkSubpassDescription2_1124075774 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassDescription2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6723:16
    pNext*: pointer
    flags*: VkSubpassDescriptionFlags_1124074433
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    viewMask*: uint32
    inputAttachmentCount*: uint32
    pInputAttachments*: ptr VkAttachmentReference2_1124075773
    colorAttachmentCount*: uint32
    pColorAttachments*: ptr VkAttachmentReference2_1124075773
    pResolveAttachments*: ptr VkAttachmentReference2_1124075773
    pDepthStencilAttachment*: ptr VkAttachmentReference2_1124075773
    preserveAttachmentCount*: uint32
    pPreserveAttachments*: ptr uint32
  VkSubpassDescription2_1124075776 = struct_VkSubpassDescription2_1124075775 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6737:3
  struct_VkSubpassDependency2_1124075778 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassDependency2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6739:16
    pNext*: pointer
    srcSubpass*: uint32
    dstSubpass*: uint32
    srcStageMask*: VkPipelineStageFlags_1124074213
    dstStageMask*: VkPipelineStageFlags_1124074213
    srcAccessMask*: VkAccessFlags_1124074145
    dstAccessMask*: VkAccessFlags_1124074145
    dependencyFlags*: VkDependencyFlags_1124074281
    viewOffset*: int32
  VkSubpassDependency2_1124075780 = struct_VkSubpassDependency2_1124075779 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6750:3
  struct_VkRenderPassCreateInfo2_1124075782 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassCreateInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6752:16
    pNext*: pointer
    flags*: VkRenderPassCreateFlags_1124074427
    attachmentCount*: uint32
    pAttachments*: ptr VkAttachmentDescription2_1124075769
    subpassCount*: uint32
    pSubpasses*: ptr VkSubpassDescription2_1124075777
    dependencyCount*: uint32
    pDependencies*: ptr VkSubpassDependency2_1124075781
    correlatedViewMaskCount*: uint32
    pCorrelatedViewMasks*: ptr uint32
  VkRenderPassCreateInfo2_1124075784 = struct_VkRenderPassCreateInfo2_1124075783 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6764:3
  struct_VkSubpassBeginInfo_1124075786 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassBeginInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6766:16
    pNext*: pointer
    contents*: VkSubpassContents_1124074139
  VkSubpassBeginInfo_1124075788 = struct_VkSubpassBeginInfo_1124075787 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6770:3
  struct_VkSubpassEndInfo_1124075790 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassEndInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6772:16
    pNext*: pointer
  VkSubpassEndInfo_1124075792 = struct_VkSubpassEndInfo_1124075791 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6775:3
  struct_VkSubpassDescriptionDepthStencilResolve_1124075794 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassDescriptionDepthStencilResolve ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6777:16
    pNext*: pointer
    depthResolveMode*: VkResolveModeFlagBits_1124075615
    stencilResolveMode*: VkResolveModeFlagBits_1124075615
    pDepthStencilResolveAttachment*: ptr VkAttachmentReference2_1124075773
  VkSubpassDescriptionDepthStencilResolve_1124075796 = struct_VkSubpassDescriptionDepthStencilResolve_1124075795 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6783:3
  struct_VkPhysicalDeviceDepthStencilResolveProperties_1124075798 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDepthStencilResolveProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6785:16
    pNext*: pointer
    supportedDepthResolveModes*: VkResolveModeFlags_1124075617
    supportedStencilResolveModes*: VkResolveModeFlags_1124075617
    independentResolveNone*: VkBool32_1124073926
    independentResolve*: VkBool32_1124073926
  VkPhysicalDeviceDepthStencilResolveProperties_1124075800 = struct_VkPhysicalDeviceDepthStencilResolveProperties_1124075799 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6792:3
  struct_VkImageStencilUsageCreateInfo_1124075802 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageStencilUsageCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6794:16
    pNext*: pointer
    stencilUsage*: VkImageUsageFlags_1124074175
  VkImageStencilUsageCreateInfo_1124075804 = struct_VkImageStencilUsageCreateInfo_1124075803 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6798:3
  struct_VkPhysicalDeviceImagelessFramebufferFeatures_1124075806 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImagelessFramebufferFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6800:16
    pNext*: pointer
    imagelessFramebuffer*: VkBool32_1124073926
  VkPhysicalDeviceImagelessFramebufferFeatures_1124075808 = struct_VkPhysicalDeviceImagelessFramebufferFeatures_1124075807 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6804:3
  struct_VkFramebufferAttachmentImageInfo_1124075810 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FramebufferAttachmentImageInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6806:16
    pNext*: pointer
    flags*: VkImageCreateFlags_1124074163
    usage*: VkImageUsageFlags_1124074175
    width*: uint32
    height*: uint32
    layerCount*: uint32
    viewFormatCount*: uint32
    pViewFormats*: ptr VkFormat_1124074023
  VkFramebufferAttachmentImageInfo_1124075812 = struct_VkFramebufferAttachmentImageInfo_1124075811 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6816:3
  struct_VkFramebufferAttachmentsCreateInfo_1124075814 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FramebufferAttachmentsCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6818:16
    pNext*: pointer
    attachmentImageInfoCount*: uint32
    pAttachmentImageInfos*: ptr VkFramebufferAttachmentImageInfo_1124075813
  VkFramebufferAttachmentsCreateInfo_1124075816 = struct_VkFramebufferAttachmentsCreateInfo_1124075815 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6823:3
  struct_VkRenderPassAttachmentBeginInfo_1124075818 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassAttachmentBeginInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6825:16
    pNext*: pointer
    attachmentCount*: uint32
    pAttachments*: ptr VkImageView_1124073958
  VkRenderPassAttachmentBeginInfo_1124075820 = struct_VkRenderPassAttachmentBeginInfo_1124075819 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6830:3
  struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075822 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSeparateDepthStencilLayoutsFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6832:16
    pNext*: pointer
    separateDepthStencilLayouts*: VkBool32_1124073926
  VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075824 = struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075823 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6836:3
  struct_VkAttachmentReferenceStencilLayout_1124075826 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AttachmentReferenceStencilLayout ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6838:16
    pNext*: pointer
    stencilLayout*: VkImageLayout_1124074003
  VkAttachmentReferenceStencilLayout_1124075828 = struct_VkAttachmentReferenceStencilLayout_1124075827 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6842:3
  struct_VkAttachmentDescriptionStencilLayout_1124075830 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AttachmentDescriptionStencilLayout ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6844:16
    pNext*: pointer
    stencilInitialLayout*: VkImageLayout_1124074003
    stencilFinalLayout*: VkImageLayout_1124074003
  VkAttachmentDescriptionStencilLayout_1124075832 = struct_VkAttachmentDescriptionStencilLayout_1124075831 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6849:3
  PFN_vkResetQueryPool_1124075834 = proc (a0: VkDevice_1124073944;
      a1: VkQueryPool_1124073956; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6851:26
  PFN_vkGetSemaphoreCounterValue_1124075836 = proc (a0: VkDevice_1124073944;
      a1: VkSemaphore_1124073948; a2: ptr uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6852:30
  PFN_vkWaitSemaphores_1124075838 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreWaitInfo_1124075685; a2: uint64): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6853:30
  PFN_vkSignalSemaphore_1124075840 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreSignalInfo_1124075689): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6854:30
  PFN_vkGetBufferDeviceAddress_1124075842 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferDeviceAddressInfo_1124075697): VkDeviceAddress_1124073928 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6855:37
  PFN_vkGetBufferOpaqueCaptureAddress_1124075844 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferDeviceAddressInfo_1124075697): uint64 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6856:30
  PFN_vkGetDeviceMemoryOpaqueCaptureAddress_1124075846 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceMemoryOpaqueCaptureAddressInfo_1124075709): uint64 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6857:30
  PFN_vkCmdDrawIndirectCount_1124075848 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6858:26
  PFN_vkCmdDrawIndexedIndirectCount_1124075850 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6859:26
  PFN_vkCreateRenderPass2_1124075852 = proc (a0: VkDevice_1124073944;
      a1: ptr VkRenderPassCreateInfo2_1124075785; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkRenderPass_1124073962): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6860:30
  PFN_vkCmdBeginRenderPass2_1124075854 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderPassBeginInfo_1124074891; a2: ptr VkSubpassBeginInfo_1124075789): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6861:26
  PFN_vkCmdNextSubpass2_1124075856 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkSubpassBeginInfo_1124075789; a2: ptr VkSubpassEndInfo_1124075793): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6862:26
  PFN_vkCmdEndRenderPass2_1124075858 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkSubpassEndInfo_1124075793): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6863:26
  VkFlags64_1124075860 = uint64 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6943:18
  VkPrivateDataSlot_1124075862 = ptr struct_VkPrivateDataSlot_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6944:1
  VkToolPurposeFlagBits_1124075866 = enum_VkToolPurposeFlagBits_1124075865 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6960:3
  VkToolPurposeFlags_1124075868 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6961:17
  VkPrivateDataSlotCreateFlags_1124075870 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6962:17
  VkPipelineStageFlags2_1124075872 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6963:19
  VkPipelineStageFlagBits2_1124075874 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6966:19
  VkAccessFlags2_1124075876 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7049:19
  VkAccessFlagBits2_1124075878 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7052:19
  VkSubmitFlagBits_1124075882 = enum_VkSubmitFlagBits_1124075881 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7134:3
  VkSubmitFlags_1124075884 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7135:17
  VkFormatFeatureFlags2_1124075886 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7136:19
  VkFormatFeatureFlagBits2_1124075888 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7139:19
  VkPipelineCreationFeedbackFlagBits_1124075892 = enum_VkPipelineCreationFeedbackFlagBits_1124075891 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7232:3
  VkPipelineCreationFeedbackFlags_1124075894 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7233:17
  VkRenderingFlagBits_1124075898 = enum_VkRenderingFlagBits_1124075897 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7250:3
  VkRenderingFlags_1124075900 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7251:17
  struct_VkPhysicalDeviceVulkan13Features_1124075902 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan13Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7252:16
    pNext*: pointer
    robustImageAccess*: VkBool32_1124073926
    inlineUniformBlock*: VkBool32_1124073926
    descriptorBindingInlineUniformBlockUpdateAfterBind*: VkBool32_1124073926
    pipelineCreationCacheControl*: VkBool32_1124073926
    privateData*: VkBool32_1124073926
    shaderDemoteToHelperInvocation*: VkBool32_1124073926
    shaderTerminateInvocation*: VkBool32_1124073926
    subgroupSizeControl*: VkBool32_1124073926
    computeFullSubgroups*: VkBool32_1124073926
    synchronization2*: VkBool32_1124073926
    textureCompressionASTC_HDR*: VkBool32_1124073926
    shaderZeroInitializeWorkgroupMemory*: VkBool32_1124073926
    dynamicRendering*: VkBool32_1124073926
    shaderIntegerDotProduct*: VkBool32_1124073926
    maintenance4*: VkBool32_1124073926
  VkPhysicalDeviceVulkan13Features_1124075904 = struct_VkPhysicalDeviceVulkan13Features_1124075903 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7270:3
  struct_VkPhysicalDeviceVulkan13Properties_1124075906 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan13Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7272:16
    pNext*: pointer
    minSubgroupSize*: uint32
    maxSubgroupSize*: uint32
    maxComputeWorkgroupSubgroups*: uint32
    requiredSubgroupSizeStages*: VkShaderStageFlags_1124074351
    maxInlineUniformBlockSize*: uint32
    maxPerStageDescriptorInlineUniformBlocks*: uint32
    maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks*: uint32
    maxDescriptorSetInlineUniformBlocks*: uint32
    maxDescriptorSetUpdateAfterBindInlineUniformBlocks*: uint32
    maxInlineUniformTotalSize*: uint32
    integerDotProduct8BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct8BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct8BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct4x8BitPackedUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct4x8BitPackedSignedAccelerated*: VkBool32_1124073926
    integerDotProduct4x8BitPackedMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct16BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct16BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct16BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct32BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct32BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct32BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct64BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct64BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct64BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating8BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating8BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating16BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating16BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating32BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating32BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating64BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating64BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated*: VkBool32_1124073926
    storageTexelBufferOffsetAlignmentBytes*: VkDeviceSize_1124073930
    storageTexelBufferOffsetSingleTexelAlignment*: VkBool32_1124073926
    uniformTexelBufferOffsetAlignmentBytes*: VkDeviceSize_1124073930
    uniformTexelBufferOffsetSingleTexelAlignment*: VkBool32_1124073926
    maxBufferSize*: VkDeviceSize_1124073930
  VkPhysicalDeviceVulkan13Properties_1124075908 = struct_VkPhysicalDeviceVulkan13Properties_1124075907 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7320:3
  struct_VkPhysicalDeviceToolProperties_1124075910 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceToolProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7322:16
    pNext*: pointer
    name*: array[256'i64, cschar]
    version*: array[256'i64, cschar]
    purposes*: VkToolPurposeFlags_1124075869
    description*: array[256'i64, cschar]
    layer*: array[256'i64, cschar]
  VkPhysicalDeviceToolProperties_1124075912 = struct_VkPhysicalDeviceToolProperties_1124075911 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7330:3
  struct_VkPhysicalDevicePrivateDataFeatures_1124075914 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePrivateDataFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7332:16
    pNext*: pointer
    privateData*: VkBool32_1124073926
  VkPhysicalDevicePrivateDataFeatures_1124075916 = struct_VkPhysicalDevicePrivateDataFeatures_1124075915 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7336:3
  struct_VkDevicePrivateDataCreateInfo_1124075918 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DevicePrivateDataCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7338:16
    pNext*: pointer
    privateDataSlotRequestCount*: uint32
  VkDevicePrivateDataCreateInfo_1124075920 = struct_VkDevicePrivateDataCreateInfo_1124075919 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7342:3
  struct_VkPrivateDataSlotCreateInfo_1124075922 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PrivateDataSlotCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7344:16
    pNext*: pointer
    flags*: VkPrivateDataSlotCreateFlags_1124075871
  VkPrivateDataSlotCreateInfo_1124075924 = struct_VkPrivateDataSlotCreateInfo_1124075923 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7348:3
  struct_VkMemoryBarrier2_1124075926 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryBarrier2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7350:16
    pNext*: pointer
    srcStageMask*: VkPipelineStageFlags2_1124075873
    srcAccessMask*: VkAccessFlags2_1124075877
    dstStageMask*: VkPipelineStageFlags2_1124075873
    dstAccessMask*: VkAccessFlags2_1124075877
  VkMemoryBarrier2_1124075928 = struct_VkMemoryBarrier2_1124075927 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7357:3
  struct_VkBufferMemoryBarrier2_1124075930 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferMemoryBarrier2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7359:16
    pNext*: pointer
    srcStageMask*: VkPipelineStageFlags2_1124075873
    srcAccessMask*: VkAccessFlags2_1124075877
    dstStageMask*: VkPipelineStageFlags2_1124075873
    dstAccessMask*: VkAccessFlags2_1124075877
    srcQueueFamilyIndex*: uint32
    dstQueueFamilyIndex*: uint32
    buffer*: VkBuffer_1124073936
    offset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkBufferMemoryBarrier2_1124075932 = struct_VkBufferMemoryBarrier2_1124075931 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7371:3
  struct_VkImageMemoryBarrier2_1124075934 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageMemoryBarrier2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7373:16
    pNext*: pointer
    srcStageMask*: VkPipelineStageFlags2_1124075873
    srcAccessMask*: VkAccessFlags2_1124075877
    dstStageMask*: VkPipelineStageFlags2_1124075873
    dstAccessMask*: VkAccessFlags2_1124075877
    oldLayout*: VkImageLayout_1124074003
    newLayout*: VkImageLayout_1124074003
    srcQueueFamilyIndex*: uint32
    dstQueueFamilyIndex*: uint32
    image*: VkImage_1124073938
    subresourceRange*: VkImageSubresourceRange_1124074475
  VkImageMemoryBarrier2_1124075936 = struct_VkImageMemoryBarrier2_1124075935 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7386:3
  struct_VkDependencyInfo_1124075938 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DependencyInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7388:16
    pNext*: pointer
    dependencyFlags*: VkDependencyFlags_1124074281
    memoryBarrierCount*: uint32
    pMemoryBarriers*: ptr VkMemoryBarrier2_1124075929
    bufferMemoryBarrierCount*: uint32
    pBufferMemoryBarriers*: ptr VkBufferMemoryBarrier2_1124075933
    imageMemoryBarrierCount*: uint32
    pImageMemoryBarriers*: ptr VkImageMemoryBarrier2_1124075937
  VkDependencyInfo_1124075940 = struct_VkDependencyInfo_1124075939 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7398:3
  struct_VkSemaphoreSubmitInfo_1124075942 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreSubmitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7400:16
    pNext*: pointer
    semaphore*: VkSemaphore_1124073948
    value*: uint64
    stageMask*: VkPipelineStageFlags2_1124075873
    deviceIndex*: uint32
  VkSemaphoreSubmitInfo_1124075944 = struct_VkSemaphoreSubmitInfo_1124075943 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7407:3
  struct_VkCommandBufferSubmitInfo_1124075946 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferSubmitInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7409:16
    pNext*: pointer
    commandBuffer*: VkCommandBuffer_1124073950
    deviceMask*: uint32
  VkCommandBufferSubmitInfo_1124075948 = struct_VkCommandBufferSubmitInfo_1124075947 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7414:3
  struct_VkSubmitInfo2_1124075950 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubmitInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7416:16
    pNext*: pointer
    flags*: VkSubmitFlags_1124075885
    waitSemaphoreInfoCount*: uint32
    pWaitSemaphoreInfos*: ptr VkSemaphoreSubmitInfo_1124075945
    commandBufferInfoCount*: uint32
    pCommandBufferInfos*: ptr VkCommandBufferSubmitInfo_1124075949
    signalSemaphoreInfoCount*: uint32
    pSignalSemaphoreInfos*: ptr VkSemaphoreSubmitInfo_1124075945
  VkSubmitInfo2_1124075952 = struct_VkSubmitInfo2_1124075951 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7426:3
  struct_VkPhysicalDeviceSynchronization2Features_1124075954 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSynchronization2Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7428:16
    pNext*: pointer
    synchronization2*: VkBool32_1124073926
  VkPhysicalDeviceSynchronization2Features_1124075956 = struct_VkPhysicalDeviceSynchronization2Features_1124075955 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7432:3
  struct_VkBufferCopy2_1124075958 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferCopy2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7434:16
    pNext*: pointer
    srcOffset*: VkDeviceSize_1124073930
    dstOffset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkBufferCopy2_1124075960 = struct_VkBufferCopy2_1124075959 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7440:3
  struct_VkCopyBufferInfo2_1124075962 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyBufferInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7442:16
    pNext*: pointer
    srcBuffer*: VkBuffer_1124073936
    dstBuffer*: VkBuffer_1124073936
    regionCount*: uint32
    pRegions*: ptr VkBufferCopy2_1124075961
  VkCopyBufferInfo2_1124075964 = struct_VkCopyBufferInfo2_1124075963 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7449:3
  struct_VkImageCopy2_1124075966 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageCopy2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7451:16
    pNext*: pointer
    srcSubresource*: VkImageSubresourceLayers_1124074671
    srcOffset*: VkOffset3D_1124074455
    dstSubresource*: VkImageSubresourceLayers_1124074671
    dstOffset*: VkOffset3D_1124074455
    extent*: VkExtent3D_1124074447
  VkImageCopy2_1124075968 = struct_VkImageCopy2_1124075967 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7459:3
  struct_VkCopyImageInfo2_1124075970 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyImageInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7461:16
    pNext*: pointer
    srcImage*: VkImage_1124073938
    srcImageLayout*: VkImageLayout_1124074003
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkImageCopy2_1124075969
  VkCopyImageInfo2_1124075972 = struct_VkCopyImageInfo2_1124075971 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7470:3
  struct_VkBufferImageCopy2_1124075974 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferImageCopy2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7472:16
    pNext*: pointer
    bufferOffset*: VkDeviceSize_1124073930
    bufferRowLength*: uint32
    bufferImageHeight*: uint32
    imageSubresource*: VkImageSubresourceLayers_1124074671
    imageOffset*: VkOffset3D_1124074455
    imageExtent*: VkExtent3D_1124074447
  VkBufferImageCopy2_1124075976 = struct_VkBufferImageCopy2_1124075975 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7481:3
  struct_VkCopyBufferToImageInfo2_1124075978 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyBufferToImageInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7483:16
    pNext*: pointer
    srcBuffer*: VkBuffer_1124073936
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkBufferImageCopy2_1124075977
  VkCopyBufferToImageInfo2_1124075980 = struct_VkCopyBufferToImageInfo2_1124075979 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7491:3
  struct_VkCopyImageToBufferInfo2_1124075982 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyImageToBufferInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7493:16
    pNext*: pointer
    srcImage*: VkImage_1124073938
    srcImageLayout*: VkImageLayout_1124074003
    dstBuffer*: VkBuffer_1124073936
    regionCount*: uint32
    pRegions*: ptr VkBufferImageCopy2_1124075977
  VkCopyImageToBufferInfo2_1124075984 = struct_VkCopyImageToBufferInfo2_1124075983 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7501:3
  struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075986 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTextureCompressionASTCHDRFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7503:16
    pNext*: pointer
    textureCompressionASTC_HDR*: VkBool32_1124073926
  VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075988 = struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075987 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7507:3
  struct_VkFormatProperties3_1124075990 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FormatProperties3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7509:16
    pNext*: pointer
    linearTilingFeatures*: VkFormatFeatureFlags2_1124075887
    optimalTilingFeatures*: VkFormatFeatureFlags2_1124075887
    bufferFeatures*: VkFormatFeatureFlags2_1124075887
  VkFormatProperties3_1124075992 = struct_VkFormatProperties3_1124075991 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7515:3
  struct_VkPhysicalDeviceMaintenance4Features_1124075994 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance4Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7517:16
    pNext*: pointer
    maintenance4*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance4Features_1124075996 = struct_VkPhysicalDeviceMaintenance4Features_1124075995 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7521:3
  struct_VkPhysicalDeviceMaintenance4Properties_1124075998 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance4Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7523:16
    pNext*: pointer
    maxBufferSize*: VkDeviceSize_1124073930
  VkPhysicalDeviceMaintenance4Properties_1124076000 = struct_VkPhysicalDeviceMaintenance4Properties_1124075999 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7527:3
  struct_VkDeviceBufferMemoryRequirements_1124076002 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceBufferMemoryRequirements ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7529:16
    pNext*: pointer
    pCreateInfo*: ptr VkBufferCreateInfo_1124074631
  VkDeviceBufferMemoryRequirements_1124076004 = struct_VkDeviceBufferMemoryRequirements_1124076003 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7533:3
  struct_VkDeviceImageMemoryRequirements_1124076006 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceImageMemoryRequirements ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7535:16
    pNext*: pointer
    pCreateInfo*: ptr VkImageCreateInfo_1124074635
    planeAspect*: VkImageAspectFlagBits_1124074149
  VkDeviceImageMemoryRequirements_1124076008 = struct_VkDeviceImageMemoryRequirements_1124076007 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7540:3
  struct_VkPipelineCreationFeedback_1124076010 {.pure, inheritable, bycopy.} = object
    flags*: VkPipelineCreationFeedbackFlags_1124075895 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7542:16
    duration*: uint64
  VkPipelineCreationFeedback_1124076012 = struct_VkPipelineCreationFeedback_1124076011 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7545:3
  struct_VkPipelineCreationFeedbackCreateInfo_1124076014 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCreationFeedbackCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7547:16
    pNext*: pointer
    pPipelineCreationFeedback*: ptr VkPipelineCreationFeedback_1124076013
    pipelineStageCreationFeedbackCount*: uint32
    pPipelineStageCreationFeedbacks*: ptr VkPipelineCreationFeedback_1124076013
  VkPipelineCreationFeedbackCreateInfo_1124076016 = struct_VkPipelineCreationFeedbackCreateInfo_1124076015 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7553:3
  struct_VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076018 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderTerminateInvocationFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7555:16
    pNext*: pointer
    shaderTerminateInvocation*: VkBool32_1124073926
  VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076020 = struct_VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076019 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7559:3
  struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076022 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderDemoteToHelperInvocationFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7561:16
    pNext*: pointer
    shaderDemoteToHelperInvocation*: VkBool32_1124073926
  VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076024 = struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076023 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7565:3
  struct_VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076026 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineCreationCacheControlFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7567:16
    pNext*: pointer
    pipelineCreationCacheControl*: VkBool32_1124073926
  VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076028 = struct_VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076027 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7571:3
  struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076030 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceZeroInitializeWorkgroupMemoryFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7573:16
    pNext*: pointer
    shaderZeroInitializeWorkgroupMemory*: VkBool32_1124073926
  VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076032 = struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076031 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7577:3
  struct_VkPhysicalDeviceImageRobustnessFeatures_1124076034 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageRobustnessFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7579:16
    pNext*: pointer
    robustImageAccess*: VkBool32_1124073926
  VkPhysicalDeviceImageRobustnessFeatures_1124076036 = struct_VkPhysicalDeviceImageRobustnessFeatures_1124076035 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7583:3
  struct_VkPhysicalDeviceSubgroupSizeControlFeatures_1124076038 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSubgroupSizeControlFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7585:16
    pNext*: pointer
    subgroupSizeControl*: VkBool32_1124073926
    computeFullSubgroups*: VkBool32_1124073926
  VkPhysicalDeviceSubgroupSizeControlFeatures_1124076040 = struct_VkPhysicalDeviceSubgroupSizeControlFeatures_1124076039 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7590:3
  struct_VkPhysicalDeviceSubgroupSizeControlProperties_1124076042 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSubgroupSizeControlProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7592:16
    pNext*: pointer
    minSubgroupSize*: uint32
    maxSubgroupSize*: uint32
    maxComputeWorkgroupSubgroups*: uint32
    requiredSubgroupSizeStages*: VkShaderStageFlags_1124074351
  VkPhysicalDeviceSubgroupSizeControlProperties_1124076044 = struct_VkPhysicalDeviceSubgroupSizeControlProperties_1124076043 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7599:3
  struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076046 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineShaderStageRequiredSubgroupSizeCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7601:16
    pNext*: pointer
    requiredSubgroupSize*: uint32
  VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076048 = struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076047 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7605:3
  struct_VkPhysicalDeviceInlineUniformBlockFeatures_1124076050 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceInlineUniformBlockFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7607:16
    pNext*: pointer
    inlineUniformBlock*: VkBool32_1124073926
    descriptorBindingInlineUniformBlockUpdateAfterBind*: VkBool32_1124073926
  VkPhysicalDeviceInlineUniformBlockFeatures_1124076052 = struct_VkPhysicalDeviceInlineUniformBlockFeatures_1124076051 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7612:3
  struct_VkPhysicalDeviceInlineUniformBlockProperties_1124076054 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceInlineUniformBlockProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7614:16
    pNext*: pointer
    maxInlineUniformBlockSize*: uint32
    maxPerStageDescriptorInlineUniformBlocks*: uint32
    maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks*: uint32
    maxDescriptorSetInlineUniformBlocks*: uint32
    maxDescriptorSetUpdateAfterBindInlineUniformBlocks*: uint32
  VkPhysicalDeviceInlineUniformBlockProperties_1124076056 = struct_VkPhysicalDeviceInlineUniformBlockProperties_1124076055 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7622:3
  struct_VkWriteDescriptorSetInlineUniformBlock_1124076058 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteDescriptorSetInlineUniformBlock ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7624:16
    pNext*: pointer
    dataSize*: uint32
    pData*: pointer
  VkWriteDescriptorSetInlineUniformBlock_1124076060 = struct_VkWriteDescriptorSetInlineUniformBlock_1124076059 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7629:3
  struct_VkDescriptorPoolInlineUniformBlockCreateInfo_1124076062 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorPoolInlineUniformBlockCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7631:16
    pNext*: pointer
    maxInlineUniformBlockBindings*: uint32
  VkDescriptorPoolInlineUniformBlockCreateInfo_1124076064 = struct_VkDescriptorPoolInlineUniformBlockCreateInfo_1124076063 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7635:3
  struct_VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076066 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderIntegerDotProductFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7637:16
    pNext*: pointer
    shaderIntegerDotProduct*: VkBool32_1124073926
  VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076068 = struct_VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076067 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7641:3
  struct_VkPhysicalDeviceShaderIntegerDotProductProperties_1124076070 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderIntegerDotProductProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7643:16
    pNext*: pointer
    integerDotProduct8BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct8BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct8BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct4x8BitPackedUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct4x8BitPackedSignedAccelerated*: VkBool32_1124073926
    integerDotProduct4x8BitPackedMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct16BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct16BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct16BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct32BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct32BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct32BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProduct64BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProduct64BitSignedAccelerated*: VkBool32_1124073926
    integerDotProduct64BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating8BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating8BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating16BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating16BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating32BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating32BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating64BitUnsignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating64BitSignedAccelerated*: VkBool32_1124073926
    integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated*: VkBool32_1124073926
  VkPhysicalDeviceShaderIntegerDotProductProperties_1124076072 = struct_VkPhysicalDeviceShaderIntegerDotProductProperties_1124076071 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7676:3
  struct_VkPhysicalDeviceTexelBufferAlignmentProperties_1124076074 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTexelBufferAlignmentProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7678:16
    pNext*: pointer
    storageTexelBufferOffsetAlignmentBytes*: VkDeviceSize_1124073930
    storageTexelBufferOffsetSingleTexelAlignment*: VkBool32_1124073926
    uniformTexelBufferOffsetAlignmentBytes*: VkDeviceSize_1124073930
    uniformTexelBufferOffsetSingleTexelAlignment*: VkBool32_1124073926
  VkPhysicalDeviceTexelBufferAlignmentProperties_1124076076 = struct_VkPhysicalDeviceTexelBufferAlignmentProperties_1124076075 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7685:3
  struct_VkImageBlit2_1124076078 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageBlit2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7687:16
    pNext*: pointer
    srcSubresource*: VkImageSubresourceLayers_1124074671
    srcOffsets*: array[2'i64, VkOffset3D_1124074455]
    dstSubresource*: VkImageSubresourceLayers_1124074671
    dstOffsets*: array[2'i64, VkOffset3D_1124074455]
  VkImageBlit2_1124076080 = struct_VkImageBlit2_1124076079 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7694:3
  struct_VkBlitImageInfo2_1124076082 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BlitImageInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7696:16
    pNext*: pointer
    srcImage*: VkImage_1124073938
    srcImageLayout*: VkImageLayout_1124074003
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkImageBlit2_1124076081
    filter*: VkFilter_1124074071
  VkBlitImageInfo2_1124076084 = struct_VkBlitImageInfo2_1124076083 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7706:3
  struct_VkImageResolve2_1124076086 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageResolve2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7708:16
    pNext*: pointer
    srcSubresource*: VkImageSubresourceLayers_1124074671
    srcOffset*: VkOffset3D_1124074455
    dstSubresource*: VkImageSubresourceLayers_1124074671
    dstOffset*: VkOffset3D_1124074455
    extent*: VkExtent3D_1124074447
  VkImageResolve2_1124076088 = struct_VkImageResolve2_1124076087 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7716:3
  struct_VkResolveImageInfo2_1124076090 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ResolveImageInfo2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7718:16
    pNext*: pointer
    srcImage*: VkImage_1124073938
    srcImageLayout*: VkImageLayout_1124074003
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkImageResolve2_1124076089
  VkResolveImageInfo2_1124076092 = struct_VkResolveImageInfo2_1124076091 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7727:3
  struct_VkRenderingAttachmentInfo_1124076094 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingAttachmentInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7729:16
    pNext*: pointer
    imageView*: VkImageView_1124073958
    imageLayout*: VkImageLayout_1124074003
    resolveMode*: VkResolveModeFlagBits_1124075615
    resolveImageView*: VkImageView_1124073958
    resolveImageLayout*: VkImageLayout_1124074003
    loadOp*: VkAttachmentLoadOp_1124074131
    storeOp*: VkAttachmentStoreOp_1124074135
    clearValue*: VkClearValue_1124074871
  VkRenderingAttachmentInfo_1124076096 = struct_VkRenderingAttachmentInfo_1124076095 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7740:3
  struct_VkRenderingInfo_1124076098 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7742:16
    pNext*: pointer
    flags*: VkRenderingFlags_1124075901
    renderArea*: VkRect2D_1124074459
    layerCount*: uint32
    viewMask*: uint32
    colorAttachmentCount*: uint32
    pColorAttachments*: ptr VkRenderingAttachmentInfo_1124076097
    pDepthAttachment*: ptr VkRenderingAttachmentInfo_1124076097
    pStencilAttachment*: ptr VkRenderingAttachmentInfo_1124076097
  VkRenderingInfo_1124076100 = struct_VkRenderingInfo_1124076099 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7753:3
  struct_VkPipelineRenderingCreateInfo_1124076102 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRenderingCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7755:16
    pNext*: pointer
    viewMask*: uint32
    colorAttachmentCount*: uint32
    pColorAttachmentFormats*: ptr VkFormat_1124074023
    depthAttachmentFormat*: VkFormat_1124074023
    stencilAttachmentFormat*: VkFormat_1124074023
  VkPipelineRenderingCreateInfo_1124076104 = struct_VkPipelineRenderingCreateInfo_1124076103 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7763:3
  struct_VkPhysicalDeviceDynamicRenderingFeatures_1124076106 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDynamicRenderingFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7765:16
    pNext*: pointer
    dynamicRendering*: VkBool32_1124073926
  VkPhysicalDeviceDynamicRenderingFeatures_1124076108 = struct_VkPhysicalDeviceDynamicRenderingFeatures_1124076107 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7769:3
  struct_VkCommandBufferInheritanceRenderingInfo_1124076110 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferInheritanceRenderingInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7771:16
    pNext*: pointer
    flags*: VkRenderingFlags_1124075901
    viewMask*: uint32
    colorAttachmentCount*: uint32
    pColorAttachmentFormats*: ptr VkFormat_1124074023
    depthAttachmentFormat*: VkFormat_1124074023
    stencilAttachmentFormat*: VkFormat_1124074023
    rasterizationSamples*: VkSampleCountFlagBits_1124074167
  VkCommandBufferInheritanceRenderingInfo_1124076112 = struct_VkCommandBufferInheritanceRenderingInfo_1124076111 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7781:3
  PFN_vkGetPhysicalDeviceToolProperties_1124076114 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr uint32; a2: ptr VkPhysicalDeviceToolProperties_1124075913): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7783:30
  PFN_vkCreatePrivateDataSlot_1124076116 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPrivateDataSlotCreateInfo_1124075925;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkPrivateDataSlot_1124075863): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7784:30
  PFN_vkDestroyPrivateDataSlot_1124076118 = proc (a0: VkDevice_1124073944;
      a1: VkPrivateDataSlot_1124075863; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7785:26
  PFN_vkSetPrivateData_1124076120 = proc (a0: VkDevice_1124073944;
      a1: VkObjectType_1124074007; a2: uint64; a3: VkPrivateDataSlot_1124075863;
      a4: uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7786:30
  PFN_vkGetPrivateData_1124076122 = proc (a0: VkDevice_1124073944;
      a1: VkObjectType_1124074007; a2: uint64; a3: VkPrivateDataSlot_1124075863;
      a4: ptr uint64): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7787:26
  PFN_vkCmdPipelineBarrier2_1124076124 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDependencyInfo_1124075941): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7788:26
  PFN_vkCmdWriteTimestamp2_1124076126 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineStageFlags2_1124075873; a2: VkQueryPool_1124073956;
      a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7789:26
  PFN_vkQueueSubmit2_1124076128 = proc (a0: VkQueue_1124073946; a1: uint32;
                                        a2: ptr VkSubmitInfo2_1124075953;
                                        a3: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7790:30
  PFN_vkCmdCopyBuffer2_1124076130 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyBufferInfo2_1124075965): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7791:26
  PFN_vkCmdCopyImage2_1124076132 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyImageInfo2_1124075973): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7792:26
  PFN_vkCmdCopyBufferToImage2_1124076134 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyBufferToImageInfo2_1124075981): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7793:26
  PFN_vkCmdCopyImageToBuffer2_1124076136 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyImageToBufferInfo2_1124075985): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7794:26
  PFN_vkGetDeviceBufferMemoryRequirements_1124076138 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceBufferMemoryRequirements_1124076005;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7795:26
  PFN_vkGetDeviceImageMemoryRequirements_1124076140 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceImageMemoryRequirements_1124076009;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7796:26
  PFN_vkGetDeviceImageSparseMemoryRequirements_1124076142 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceImageMemoryRequirements_1124076009; a2: ptr uint32;
      a3: ptr VkSparseImageMemoryRequirements2_1124075331): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7797:26
  PFN_vkCmdSetEvent2_1124076144 = proc (a0: VkCommandBuffer_1124073950;
                                        a1: VkEvent_1124073966;
                                        a2: ptr VkDependencyInfo_1124075941): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7798:26
  PFN_vkCmdResetEvent2_1124076146 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkEvent_1124073966; a2: VkPipelineStageFlags2_1124075873): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7799:26
  PFN_vkCmdWaitEvents2_1124076148 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkEvent_1124073966; a3: ptr VkDependencyInfo_1124075941): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7800:26
  PFN_vkCmdBlitImage2_1124076150 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkBlitImageInfo2_1124076085): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7801:26
  PFN_vkCmdResolveImage2_1124076152 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkResolveImageInfo2_1124076093): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7802:26
  PFN_vkCmdBeginRendering_1124076154 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderingInfo_1124076101): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7803:26
  PFN_vkCmdEndRendering_1124076156 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7804:26
  PFN_vkCmdSetCullMode_1124076158 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCullModeFlags_1124074383): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7805:26
  PFN_vkCmdSetFrontFace_1124076160 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkFrontFace_1124074107): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7806:26
  PFN_vkCmdSetPrimitiveTopology_1124076162 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPrimitiveTopology_1124074115): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7807:26
  PFN_vkCmdSetViewportWithCount_1124076164 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkViewport_1124074803): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7808:26
  PFN_vkCmdSetScissorWithCount_1124076166 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkRect2D_1124074459): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7809:26
  PFN_vkCmdBindVertexBuffers2_1124076168 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBuffer_1124073936; a4: ptr VkDeviceSize_1124073930;
      a5: ptr VkDeviceSize_1124073930; a6: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7810:26
  PFN_vkCmdSetDepthTestEnable_1124076170 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7811:26
  PFN_vkCmdSetDepthWriteEnable_1124076172 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7812:26
  PFN_vkCmdSetDepthCompareOp_1124076174 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCompareOp_1124074083): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7813:26
  PFN_vkCmdSetDepthBoundsTestEnable_1124076176 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7814:26
  PFN_vkCmdSetStencilTestEnable_1124076178 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7815:26
  PFN_vkCmdSetStencilOp_1124076180 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkStencilFaceFlags_1124074439; a2: VkStencilOp_1124074123;
      a3: VkStencilOp_1124074123; a4: VkStencilOp_1124074123; a5: VkCompareOp_1124074083): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7816:26
  PFN_vkCmdSetRasterizerDiscardEnable_1124076182 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7817:26
  PFN_vkCmdSetDepthBiasEnable_1124076184 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7818:26
  PFN_vkCmdSetPrimitiveRestartEnable_1124076186 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:7819:26
  VkPipelineRobustnessBufferBehavior_1124076190 = enum_VkPipelineRobustnessBufferBehavior_1124076189 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8021:3
  VkPipelineRobustnessImageBehavior_1124076194 = enum_VkPipelineRobustnessImageBehavior_1124076193 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8033:3
  VkQueueGlobalPriority_1124076198 = enum_VkQueueGlobalPriority_1124076197 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8049:3
  VkLineRasterizationMode_1124076202 = enum_VkLineRasterizationMode_1124076201 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8065:3
  VkMemoryUnmapFlagBits_1124076206 = enum_VkMemoryUnmapFlagBits_1124076205 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8070:3
  VkMemoryUnmapFlags_1124076208 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8071:17
  VkBufferUsageFlags2_1124076210 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8072:19
  VkBufferUsageFlagBits2_1124076212 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8075:19
  VkHostImageCopyFlagBits_1124076216 = enum_VkHostImageCopyFlagBits_1124076215 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8132:3
  VkHostImageCopyFlags_1124076218 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8133:17
  VkPipelineCreateFlags2_1124076220 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8134:19
  VkPipelineCreateFlagBits2_1124076222 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8137:19
  struct_VkPhysicalDeviceVulkan14Features_1124076224 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan14Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8190:16
    pNext*: pointer
    globalPriorityQuery*: VkBool32_1124073926
    shaderSubgroupRotate*: VkBool32_1124073926
    shaderSubgroupRotateClustered*: VkBool32_1124073926
    shaderFloatControls2*: VkBool32_1124073926
    shaderExpectAssume*: VkBool32_1124073926
    rectangularLines*: VkBool32_1124073926
    bresenhamLines*: VkBool32_1124073926
    smoothLines*: VkBool32_1124073926
    stippledRectangularLines*: VkBool32_1124073926
    stippledBresenhamLines*: VkBool32_1124073926
    stippledSmoothLines*: VkBool32_1124073926
    vertexAttributeInstanceRateDivisor*: VkBool32_1124073926
    vertexAttributeInstanceRateZeroDivisor*: VkBool32_1124073926
    indexTypeUint8*: VkBool32_1124073926
    dynamicRenderingLocalRead*: VkBool32_1124073926
    maintenance5*: VkBool32_1124073926
    maintenance6*: VkBool32_1124073926
    pipelineProtectedAccess*: VkBool32_1124073926
    pipelineRobustness*: VkBool32_1124073926
    hostImageCopy*: VkBool32_1124073926
    pushDescriptor*: VkBool32_1124073926
  VkPhysicalDeviceVulkan14Features_1124076226 = struct_VkPhysicalDeviceVulkan14Features_1124076225 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8214:3
  struct_VkPhysicalDeviceVulkan14Properties_1124076228 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVulkan14Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8216:16
    pNext*: pointer
    lineSubPixelPrecisionBits*: uint32
    maxVertexAttribDivisor*: uint32
    supportsNonZeroFirstInstance*: VkBool32_1124073926
    maxPushDescriptors*: uint32
    dynamicRenderingLocalReadDepthStencilAttachments*: VkBool32_1124073926
    dynamicRenderingLocalReadMultisampledAttachments*: VkBool32_1124073926
    earlyFragmentMultisampleCoverageAfterSampleCounting*: VkBool32_1124073926
    earlyFragmentSampleMaskTestBeforeSampleCounting*: VkBool32_1124073926
    depthStencilSwizzleOneSupport*: VkBool32_1124073926
    polygonModePointSize*: VkBool32_1124073926
    nonStrictSinglePixelWideLinesUseParallelogram*: VkBool32_1124073926
    nonStrictWideLinesUseParallelogram*: VkBool32_1124073926
    blockTexelViewCompatibleMultipleLayers*: VkBool32_1124073926
    maxCombinedImageSamplerDescriptorCount*: uint32
    fragmentShadingRateClampCombinerInputs*: VkBool32_1124073926
    defaultRobustnessStorageBuffers*: VkPipelineRobustnessBufferBehavior_1124076191
    defaultRobustnessUniformBuffers*: VkPipelineRobustnessBufferBehavior_1124076191
    defaultRobustnessVertexInputs*: VkPipelineRobustnessBufferBehavior_1124076191
    defaultRobustnessImages*: VkPipelineRobustnessImageBehavior_1124076195
    copySrcLayoutCount*: uint32
    pCopySrcLayouts*: ptr VkImageLayout_1124074003
    copyDstLayoutCount*: uint32
    pCopyDstLayouts*: ptr VkImageLayout_1124074003
    optimalTilingLayoutUUID*: array[16'i64, uint8]
    identicalMemoryTypeRequirements*: VkBool32_1124073926
  VkPhysicalDeviceVulkan14Properties_1124076230 = struct_VkPhysicalDeviceVulkan14Properties_1124076229 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8244:3
  struct_VkDeviceQueueGlobalPriorityCreateInfo_1124076232 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceQueueGlobalPriorityCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8246:16
    pNext*: pointer
    globalPriority*: VkQueueGlobalPriority_1124076199
  VkDeviceQueueGlobalPriorityCreateInfo_1124076234 = struct_VkDeviceQueueGlobalPriorityCreateInfo_1124076233 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8250:3
  struct_VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076236 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceGlobalPriorityQueryFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8252:16
    pNext*: pointer
    globalPriorityQuery*: VkBool32_1124073926
  VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076238 = struct_VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076237 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8256:3
  struct_VkQueueFamilyGlobalPriorityProperties_1124076240 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyGlobalPriorityProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8258:16
    pNext*: pointer
    priorityCount*: uint32
    priorities*: array[16'i64, VkQueueGlobalPriority_1124076199]
  VkQueueFamilyGlobalPriorityProperties_1124076242 = struct_VkQueueFamilyGlobalPriorityProperties_1124076241 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8263:3
  struct_VkPhysicalDeviceIndexTypeUint8Features_1124076244 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceIndexTypeUint8Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8265:16
    pNext*: pointer
    indexTypeUint8*: VkBool32_1124073926
  VkPhysicalDeviceIndexTypeUint8Features_1124076246 = struct_VkPhysicalDeviceIndexTypeUint8Features_1124076245 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8269:3
  struct_VkMemoryMapInfo_1124076248 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryMapInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8271:16
    pNext*: pointer
    flags*: VkMemoryMapFlags_1124074219
    memory*: VkDeviceMemory_1124073954
    offset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkMemoryMapInfo_1124076250 = struct_VkMemoryMapInfo_1124076249 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8278:3
  struct_VkMemoryUnmapInfo_1124076252 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryUnmapInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8280:16
    pNext*: pointer
    flags*: VkMemoryUnmapFlags_1124076209
    memory*: VkDeviceMemory_1124073954
  VkMemoryUnmapInfo_1124076254 = struct_VkMemoryUnmapInfo_1124076253 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8285:3
  struct_VkPhysicalDeviceMaintenance5Features_1124076256 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance5Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8287:16
    pNext*: pointer
    maintenance5*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance5Features_1124076258 = struct_VkPhysicalDeviceMaintenance5Features_1124076257 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8291:3
  struct_VkPhysicalDeviceMaintenance5Properties_1124076260 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance5Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8293:16
    pNext*: pointer
    earlyFragmentMultisampleCoverageAfterSampleCounting*: VkBool32_1124073926
    earlyFragmentSampleMaskTestBeforeSampleCounting*: VkBool32_1124073926
    depthStencilSwizzleOneSupport*: VkBool32_1124073926
    polygonModePointSize*: VkBool32_1124073926
    nonStrictSinglePixelWideLinesUseParallelogram*: VkBool32_1124073926
    nonStrictWideLinesUseParallelogram*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance5Properties_1124076262 = struct_VkPhysicalDeviceMaintenance5Properties_1124076261 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8302:3
  struct_VkImageSubresource2_1124076264 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageSubresource2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8304:16
    pNext*: pointer
    imageSubresource*: VkImageSubresource_1124074595
  VkImageSubresource2_1124076266 = struct_VkImageSubresource2_1124076265 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8308:3
  struct_VkDeviceImageSubresourceInfo_1124076268 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceImageSubresourceInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8310:16
    pNext*: pointer
    pCreateInfo*: ptr VkImageCreateInfo_1124074635
    pSubresource*: ptr VkImageSubresource2_1124076267
  VkDeviceImageSubresourceInfo_1124076270 = struct_VkDeviceImageSubresourceInfo_1124076269 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8315:3
  struct_VkSubresourceLayout2_1124076272 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubresourceLayout2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8317:16
    pNext*: pointer
    subresourceLayout*: VkSubresourceLayout_1124074639
  VkSubresourceLayout2_1124076274 = struct_VkSubresourceLayout2_1124076273 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8321:3
  struct_VkBufferUsageFlags2CreateInfo_1124076276 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferUsageFlags2CreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8323:16
    pNext*: pointer
    usage*: VkBufferUsageFlags2_1124076211
  VkBufferUsageFlags2CreateInfo_1124076278 = struct_VkBufferUsageFlags2CreateInfo_1124076277 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8327:3
  struct_VkPhysicalDeviceMaintenance6Features_1124076280 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance6Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8329:16
    pNext*: pointer
    maintenance6*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance6Features_1124076282 = struct_VkPhysicalDeviceMaintenance6Features_1124076281 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8333:3
  struct_VkPhysicalDeviceMaintenance6Properties_1124076284 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance6Properties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8335:16
    pNext*: pointer
    blockTexelViewCompatibleMultipleLayers*: VkBool32_1124073926
    maxCombinedImageSamplerDescriptorCount*: uint32
    fragmentShadingRateClampCombinerInputs*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance6Properties_1124076286 = struct_VkPhysicalDeviceMaintenance6Properties_1124076285 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8341:3
  struct_VkBindMemoryStatus_1124076288 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindMemoryStatus ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8343:16
    pNext*: pointer
    pResult*: ptr VkResult_1124073995
  VkBindMemoryStatus_1124076290 = struct_VkBindMemoryStatus_1124076289 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8347:3
  struct_VkPhysicalDeviceHostImageCopyFeatures_1124076292 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceHostImageCopyFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8349:16
    pNext*: pointer
    hostImageCopy*: VkBool32_1124073926
  VkPhysicalDeviceHostImageCopyFeatures_1124076294 = struct_VkPhysicalDeviceHostImageCopyFeatures_1124076293 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8353:3
  struct_VkPhysicalDeviceHostImageCopyProperties_1124076296 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceHostImageCopyProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8355:16
    pNext*: pointer
    copySrcLayoutCount*: uint32
    pCopySrcLayouts*: ptr VkImageLayout_1124074003
    copyDstLayoutCount*: uint32
    pCopyDstLayouts*: ptr VkImageLayout_1124074003
    optimalTilingLayoutUUID*: array[16'i64, uint8]
    identicalMemoryTypeRequirements*: VkBool32_1124073926
  VkPhysicalDeviceHostImageCopyProperties_1124076298 = struct_VkPhysicalDeviceHostImageCopyProperties_1124076297 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8364:3
  struct_VkMemoryToImageCopy_1124076300 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryToImageCopy ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8366:16
    pNext*: pointer
    pHostPointer*: pointer
    memoryRowLength*: uint32
    memoryImageHeight*: uint32
    imageSubresource*: VkImageSubresourceLayers_1124074671
    imageOffset*: VkOffset3D_1124074455
    imageExtent*: VkExtent3D_1124074447
  VkMemoryToImageCopy_1124076302 = struct_VkMemoryToImageCopy_1124076301 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8375:3
  struct_VkImageToMemoryCopy_1124076304 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageToMemoryCopy ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8377:16
    pNext*: pointer
    pHostPointer*: pointer
    memoryRowLength*: uint32
    memoryImageHeight*: uint32
    imageSubresource*: VkImageSubresourceLayers_1124074671
    imageOffset*: VkOffset3D_1124074455
    imageExtent*: VkExtent3D_1124074447
  VkImageToMemoryCopy_1124076306 = struct_VkImageToMemoryCopy_1124076305 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8386:3
  struct_VkCopyMemoryToImageInfo_1124076308 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMemoryToImageInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8388:16
    pNext*: pointer
    flags*: VkHostImageCopyFlags_1124076219
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkMemoryToImageCopy_1124076303
  VkCopyMemoryToImageInfo_1124076310 = struct_VkCopyMemoryToImageInfo_1124076309 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8396:3
  struct_VkCopyImageToMemoryInfo_1124076312 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyImageToMemoryInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8398:16
    pNext*: pointer
    flags*: VkHostImageCopyFlags_1124076219
    srcImage*: VkImage_1124073938
    srcImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkImageToMemoryCopy_1124076307
  VkCopyImageToMemoryInfo_1124076314 = struct_VkCopyImageToMemoryInfo_1124076313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8406:3
  struct_VkCopyImageToImageInfo_1124076316 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyImageToImageInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8408:16
    pNext*: pointer
    flags*: VkHostImageCopyFlags_1124076219
    srcImage*: VkImage_1124073938
    srcImageLayout*: VkImageLayout_1124074003
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    regionCount*: uint32
    pRegions*: ptr VkImageCopy2_1124075969
  VkCopyImageToImageInfo_1124076318 = struct_VkCopyImageToImageInfo_1124076317 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8418:3
  struct_VkHostImageLayoutTransitionInfo_1124076320 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HostImageLayoutTransitionInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8420:16
    pNext*: pointer
    image*: VkImage_1124073938
    oldLayout*: VkImageLayout_1124074003
    newLayout*: VkImageLayout_1124074003
    subresourceRange*: VkImageSubresourceRange_1124074475
  VkHostImageLayoutTransitionInfo_1124076322 = struct_VkHostImageLayoutTransitionInfo_1124076321 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8427:3
  struct_VkSubresourceHostMemcpySize_1124076324 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubresourceHostMemcpySize ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8429:16
    pNext*: pointer
    size*: VkDeviceSize_1124073930
  VkSubresourceHostMemcpySize_1124076326 = struct_VkSubresourceHostMemcpySize_1124076325 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8433:3
  struct_VkHostImageCopyDevicePerformanceQuery_1124076328 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HostImageCopyDevicePerformanceQuery ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8435:16
    pNext*: pointer
    optimalDeviceAccess*: VkBool32_1124073926
    identicalMemoryLayout*: VkBool32_1124073926
  VkHostImageCopyDevicePerformanceQuery_1124076330 = struct_VkHostImageCopyDevicePerformanceQuery_1124076329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8440:3
  struct_VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076332 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderSubgroupRotateFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8442:16
    pNext*: pointer
    shaderSubgroupRotate*: VkBool32_1124073926
    shaderSubgroupRotateClustered*: VkBool32_1124073926
  VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076334 = struct_VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8447:3
  struct_VkPhysicalDeviceShaderFloatControls2Features_1124076336 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderFloatControls2Features ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8449:16
    pNext*: pointer
    shaderFloatControls2*: VkBool32_1124073926
  VkPhysicalDeviceShaderFloatControls2Features_1124076338 = struct_VkPhysicalDeviceShaderFloatControls2Features_1124076337 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8453:3
  struct_VkPhysicalDeviceShaderExpectAssumeFeatures_1124076340 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderExpectAssumeFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8455:16
    pNext*: pointer
    shaderExpectAssume*: VkBool32_1124073926
  VkPhysicalDeviceShaderExpectAssumeFeatures_1124076342 = struct_VkPhysicalDeviceShaderExpectAssumeFeatures_1124076341 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8459:3
  struct_VkPipelineCreateFlags2CreateInfo_1124076344 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCreateFlags2CreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8461:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags2_1124076221
  VkPipelineCreateFlags2CreateInfo_1124076346 = struct_VkPipelineCreateFlags2CreateInfo_1124076345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8465:3
  struct_VkPhysicalDevicePushDescriptorProperties_1124076348 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePushDescriptorProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8467:16
    pNext*: pointer
    maxPushDescriptors*: uint32
  VkPhysicalDevicePushDescriptorProperties_1124076350 = struct_VkPhysicalDevicePushDescriptorProperties_1124076349 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8471:3
  struct_VkBindDescriptorSetsInfo_1124076352 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindDescriptorSetsInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8473:16
    pNext*: pointer
    stageFlags*: VkShaderStageFlags_1124074351
    layout*: VkPipelineLayout_1124073981
    firstSet*: uint32
    descriptorSetCount*: uint32
    pDescriptorSets*: ptr VkDescriptorSet_1124073989
    dynamicOffsetCount*: uint32
    pDynamicOffsets*: ptr uint32
  VkBindDescriptorSetsInfo_1124076354 = struct_VkBindDescriptorSetsInfo_1124076353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8483:3
  struct_VkPushConstantsInfo_1124076356 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PushConstantsInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8485:16
    pNext*: pointer
    layout*: VkPipelineLayout_1124073981
    stageFlags*: VkShaderStageFlags_1124074351
    offset*: uint32
    size*: uint32
    pValues*: pointer
  VkPushConstantsInfo_1124076358 = struct_VkPushConstantsInfo_1124076357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8493:3
  struct_VkPushDescriptorSetInfo_1124076360 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PushDescriptorSetInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8495:16
    pNext*: pointer
    stageFlags*: VkShaderStageFlags_1124074351
    layout*: VkPipelineLayout_1124073981
    set*: uint32
    descriptorWriteCount*: uint32
    pDescriptorWrites*: ptr VkWriteDescriptorSet_1124074767
  VkPushDescriptorSetInfo_1124076362 = struct_VkPushDescriptorSetInfo_1124076361 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8503:3
  struct_VkPushDescriptorSetWithTemplateInfo_1124076364 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PushDescriptorSetWithTemplateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8505:16
    pNext*: pointer
    descriptorUpdateTemplate*: VkDescriptorUpdateTemplate_1124075167
    layout*: VkPipelineLayout_1124073981
    set*: uint32
    pData*: pointer
  VkPushDescriptorSetWithTemplateInfo_1124076366 = struct_VkPushDescriptorSetWithTemplateInfo_1124076365 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8512:3
  struct_VkPhysicalDevicePipelineProtectedAccessFeatures_1124076368 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineProtectedAccessFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8514:16
    pNext*: pointer
    pipelineProtectedAccess*: VkBool32_1124073926
  VkPhysicalDevicePipelineProtectedAccessFeatures_1124076370 = struct_VkPhysicalDevicePipelineProtectedAccessFeatures_1124076369 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8518:3
  struct_VkPhysicalDevicePipelineRobustnessFeatures_1124076372 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineRobustnessFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8520:16
    pNext*: pointer
    pipelineRobustness*: VkBool32_1124073926
  VkPhysicalDevicePipelineRobustnessFeatures_1124076374 = struct_VkPhysicalDevicePipelineRobustnessFeatures_1124076373 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8524:3
  struct_VkPhysicalDevicePipelineRobustnessProperties_1124076376 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineRobustnessProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8526:16
    pNext*: pointer
    defaultRobustnessStorageBuffers*: VkPipelineRobustnessBufferBehavior_1124076191
    defaultRobustnessUniformBuffers*: VkPipelineRobustnessBufferBehavior_1124076191
    defaultRobustnessVertexInputs*: VkPipelineRobustnessBufferBehavior_1124076191
    defaultRobustnessImages*: VkPipelineRobustnessImageBehavior_1124076195
  VkPhysicalDevicePipelineRobustnessProperties_1124076378 = struct_VkPhysicalDevicePipelineRobustnessProperties_1124076377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8533:3
  struct_VkPipelineRobustnessCreateInfo_1124076380 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRobustnessCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8535:16
    pNext*: pointer
    storageBuffers*: VkPipelineRobustnessBufferBehavior_1124076191
    uniformBuffers*: VkPipelineRobustnessBufferBehavior_1124076191
    vertexInputs*: VkPipelineRobustnessBufferBehavior_1124076191
    images*: VkPipelineRobustnessImageBehavior_1124076195
  VkPipelineRobustnessCreateInfo_1124076382 = struct_VkPipelineRobustnessCreateInfo_1124076381 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8542:3
  struct_VkPhysicalDeviceLineRasterizationFeatures_1124076384 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLineRasterizationFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8544:16
    pNext*: pointer
    rectangularLines*: VkBool32_1124073926
    bresenhamLines*: VkBool32_1124073926
    smoothLines*: VkBool32_1124073926
    stippledRectangularLines*: VkBool32_1124073926
    stippledBresenhamLines*: VkBool32_1124073926
    stippledSmoothLines*: VkBool32_1124073926
  VkPhysicalDeviceLineRasterizationFeatures_1124076386 = struct_VkPhysicalDeviceLineRasterizationFeatures_1124076385 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8553:3
  struct_VkPhysicalDeviceLineRasterizationProperties_1124076388 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLineRasterizationProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8555:16
    pNext*: pointer
    lineSubPixelPrecisionBits*: uint32
  VkPhysicalDeviceLineRasterizationProperties_1124076390 = struct_VkPhysicalDeviceLineRasterizationProperties_1124076389 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8559:3
  struct_VkPipelineRasterizationLineStateCreateInfo_1124076392 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationLineStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8561:16
    pNext*: pointer
    lineRasterizationMode*: VkLineRasterizationMode_1124076203
    stippledLineEnable*: VkBool32_1124073926
    lineStippleFactor*: uint32
    lineStipplePattern*: uint16
  VkPipelineRasterizationLineStateCreateInfo_1124076394 = struct_VkPipelineRasterizationLineStateCreateInfo_1124076393 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8568:3
  struct_VkPhysicalDeviceVertexAttributeDivisorProperties_1124076396 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVertexAttributeDivisorProperties ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8570:16
    pNext*: pointer
    maxVertexAttribDivisor*: uint32
    supportsNonZeroFirstInstance*: VkBool32_1124073926
  VkPhysicalDeviceVertexAttributeDivisorProperties_1124076398 = struct_VkPhysicalDeviceVertexAttributeDivisorProperties_1124076397 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8575:3
  struct_VkVertexInputBindingDivisorDescription_1124076400 {.pure, inheritable,       bycopy.} = object
    binding*: uint32         ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8577:16
    divisor*: uint32
  VkVertexInputBindingDivisorDescription_1124076402 = struct_VkVertexInputBindingDivisorDescription_1124076401 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8580:3
  struct_VkPipelineVertexInputDivisorStateCreateInfo_1124076404 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineVertexInputDivisorStateCreateInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8582:16
    pNext*: pointer
    vertexBindingDivisorCount*: uint32
    pVertexBindingDivisors*: ptr VkVertexInputBindingDivisorDescription_1124076403
  VkPipelineVertexInputDivisorStateCreateInfo_1124076406 = struct_VkPipelineVertexInputDivisorStateCreateInfo_1124076405 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8587:3
  struct_VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076408 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVertexAttributeDivisorFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8589:16
    pNext*: pointer
    vertexAttributeInstanceRateDivisor*: VkBool32_1124073926
    vertexAttributeInstanceRateZeroDivisor*: VkBool32_1124073926
  VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076410 = struct_VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076409 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8594:3
  struct_VkRenderingAreaInfo_1124076412 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingAreaInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8596:16
    pNext*: pointer
    viewMask*: uint32
    colorAttachmentCount*: uint32
    pColorAttachmentFormats*: ptr VkFormat_1124074023
    depthAttachmentFormat*: VkFormat_1124074023
    stencilAttachmentFormat*: VkFormat_1124074023
  VkRenderingAreaInfo_1124076414 = struct_VkRenderingAreaInfo_1124076413 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8604:3
  struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076416 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDynamicRenderingLocalReadFeatures ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8606:16
    pNext*: pointer
    dynamicRenderingLocalRead*: VkBool32_1124073926
  VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076418 = struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076417 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8610:3
  struct_VkRenderingAttachmentLocationInfo_1124076420 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingAttachmentLocationInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8612:16
    pNext*: pointer
    colorAttachmentCount*: uint32
    pColorAttachmentLocations*: ptr uint32
  VkRenderingAttachmentLocationInfo_1124076422 = struct_VkRenderingAttachmentLocationInfo_1124076421 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8617:3
  struct_VkRenderingInputAttachmentIndexInfo_1124076424 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingInputAttachmentIndexInfo ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8619:16
    pNext*: pointer
    colorAttachmentCount*: uint32
    pColorAttachmentInputIndices*: ptr uint32
    pDepthInputAttachmentIndex*: ptr uint32
    pStencilInputAttachmentIndex*: ptr uint32
  VkRenderingInputAttachmentIndexInfo_1124076426 = struct_VkRenderingInputAttachmentIndexInfo_1124076425 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8626:3
  PFN_vkMapMemory2_1124076428 = proc (a0: VkDevice_1124073944;
                                      a1: ptr VkMemoryMapInfo_1124076251;
                                      a2: ptr pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8628:30
  PFN_vkUnmapMemory2_1124076430 = proc (a0: VkDevice_1124073944;
                                        a1: ptr VkMemoryUnmapInfo_1124076255): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8629:30
  PFN_vkGetDeviceImageSubresourceLayout_1124076432 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceImageSubresourceInfo_1124076271;
      a2: ptr VkSubresourceLayout2_1124076275): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8630:26
  PFN_vkGetImageSubresourceLayout2_1124076434 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr VkImageSubresource2_1124076267;
      a3: ptr VkSubresourceLayout2_1124076275): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8631:26
  PFN_vkCopyMemoryToImage_1124076436 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCopyMemoryToImageInfo_1124076311): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8632:30
  PFN_vkCopyImageToMemory_1124076438 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCopyImageToMemoryInfo_1124076315): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8633:30
  PFN_vkCopyImageToImage_1124076440 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCopyImageToImageInfo_1124076319): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8634:30
  PFN_vkTransitionImageLayout_1124076442 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkHostImageLayoutTransitionInfo_1124076323): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8635:30
  PFN_vkCmdPushDescriptorSet_1124076444 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineBindPoint_1124074091; a2: VkPipelineLayout_1124073981;
      a3: uint32; a4: uint32; a5: ptr VkWriteDescriptorSet_1124074767): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8636:26
  PFN_vkCmdPushDescriptorSetWithTemplate_1124076446 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDescriptorUpdateTemplate_1124075167; a2: VkPipelineLayout_1124073981;
      a3: uint32; a4: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8637:26
  PFN_vkCmdBindDescriptorSets2_1124076448 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkBindDescriptorSetsInfo_1124076355): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8638:26
  PFN_vkCmdPushConstants2_1124076450 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPushConstantsInfo_1124076359): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8639:26
  PFN_vkCmdPushDescriptorSet2_1124076452 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPushDescriptorSetInfo_1124076363): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8640:26
  PFN_vkCmdPushDescriptorSetWithTemplate2_1124076454 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkPushDescriptorSetWithTemplateInfo_1124076367): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8641:26
  PFN_vkCmdSetLineStipple_1124076456 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint16): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8642:26
  PFN_vkCmdBindIndexBuffer2_1124076458 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkDeviceSize_1124073930;
      a4: VkIndexType_1124074059): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8643:26
  PFN_vkGetRenderingAreaGranularity_1124076460 = proc (a0: VkDevice_1124073944;
      a1: ptr VkRenderingAreaInfo_1124076415; a2: ptr VkExtent2D_1124074443): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8644:26
  PFN_vkCmdSetRenderingAttachmentLocations_1124076462 = proc (
      a0: VkCommandBuffer_1124073950; a1: ptr VkRenderingAttachmentLocationInfo_1124076423): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8645:26
  PFN_vkCmdSetRenderingInputAttachmentIndices_1124076464 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderingInputAttachmentIndexInfo_1124076427): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8646:26
  VkSurfaceKHR_1124076466 = ptr struct_VkSurfaceKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8746:1
  VkPresentModeKHR_1124076470 = enum_VkPresentModeKHR_1124076469 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8760:3
  VkColorSpaceKHR_1124076474 = enum_VkColorSpaceKHR_1124076473 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8785:3
  VkSurfaceTransformFlagBitsKHR_1124076478 = enum_VkSurfaceTransformFlagBitsKHR_1124076477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8798:3
  VkCompositeAlphaFlagBitsKHR_1124076482 = enum_VkCompositeAlphaFlagBitsKHR_1124076481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8806:3
  VkCompositeAlphaFlagsKHR_1124076484 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8807:17
  VkSurfaceTransformFlagsKHR_1124076486 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8808:17
  struct_VkSurfaceCapabilitiesKHR_1124076488 {.pure, inheritable, bycopy.} = object
    minImageCount*: uint32   ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8809:16
    maxImageCount*: uint32
    currentExtent*: VkExtent2D_1124074443
    minImageExtent*: VkExtent2D_1124074443
    maxImageExtent*: VkExtent2D_1124074443
    maxImageArrayLayers*: uint32
    supportedTransforms*: VkSurfaceTransformFlagsKHR_1124076487
    currentTransform*: VkSurfaceTransformFlagBitsKHR_1124076479
    supportedCompositeAlpha*: VkCompositeAlphaFlagsKHR_1124076485
    supportedUsageFlags*: VkImageUsageFlags_1124074175
  VkSurfaceCapabilitiesKHR_1124076490 = struct_VkSurfaceCapabilitiesKHR_1124076489 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8820:3
  struct_VkSurfaceFormatKHR_1124076492 {.pure, inheritable, bycopy.} = object
    format*: VkFormat_1124074023 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8822:16
    colorSpace*: VkColorSpaceKHR_1124076475
  VkSurfaceFormatKHR_1124076494 = struct_VkSurfaceFormatKHR_1124076493 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8825:3
  PFN_vkDestroySurfaceKHR_1124076496 = proc (a0: VkInstance_1124073940;
      a1: VkSurfaceKHR_1124076467; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8827:26
  PFN_vkGetPhysicalDeviceSurfaceSupportKHR_1124076498 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32; a2: VkSurfaceKHR_1124076467;
      a3: ptr VkBool32_1124073926): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8828:30
  PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR_1124076500 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkSurfaceKHR_1124076467;
      a2: ptr VkSurfaceCapabilitiesKHR_1124076491): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8829:30
  PFN_vkGetPhysicalDeviceSurfaceFormatsKHR_1124076502 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkSurfaceKHR_1124076467;
      a2: ptr uint32; a3: ptr VkSurfaceFormatKHR_1124076495): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8830:30
  PFN_vkGetPhysicalDeviceSurfacePresentModesKHR_1124076504 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkSurfaceKHR_1124076467;
      a2: ptr uint32; a3: ptr VkPresentModeKHR_1124076471): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8831:30
  VkSwapchainKHR_1124076506 = ptr struct_VkSwapchainKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8876:1
  VkSwapchainCreateFlagBitsKHR_1124076510 = enum_VkSwapchainCreateFlagBitsKHR_1124076509 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8889:3
  VkSwapchainCreateFlagsKHR_1124076512 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8890:17
  VkDeviceGroupPresentModeFlagBitsKHR_1124076516 = enum_VkDeviceGroupPresentModeFlagBitsKHR_1124076515 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8898:3
  VkDeviceGroupPresentModeFlagsKHR_1124076518 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8899:17
  struct_VkSwapchainCreateInfoKHR_1124076520 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8900:16
    pNext*: pointer
    flags*: VkSwapchainCreateFlagsKHR_1124076513
    surface*: VkSurfaceKHR_1124076467
    minImageCount*: uint32
    imageFormat*: VkFormat_1124074023
    imageColorSpace*: VkColorSpaceKHR_1124076475
    imageExtent*: VkExtent2D_1124074443
    imageArrayLayers*: uint32
    imageUsage*: VkImageUsageFlags_1124074175
    imageSharingMode*: VkSharingMode_1124074043
    queueFamilyIndexCount*: uint32
    pQueueFamilyIndices*: ptr uint32
    preTransform*: VkSurfaceTransformFlagBitsKHR_1124076479
    compositeAlpha*: VkCompositeAlphaFlagBitsKHR_1124076483
    presentMode*: VkPresentModeKHR_1124076471
    clipped*: VkBool32_1124073926
    oldSwapchain*: VkSwapchainKHR_1124076507
  VkSwapchainCreateInfoKHR_1124076522 = struct_VkSwapchainCreateInfoKHR_1124076521 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8919:3
  struct_VkPresentInfoKHR_1124076524 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PresentInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8921:16
    pNext*: pointer
    waitSemaphoreCount*: uint32
    pWaitSemaphores*: ptr VkSemaphore_1124073948
    swapchainCount*: uint32
    pSwapchains*: ptr VkSwapchainKHR_1124076507
    pImageIndices*: ptr uint32
    pResults*: ptr VkResult_1124073995
  VkPresentInfoKHR_1124076526 = struct_VkPresentInfoKHR_1124076525 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8930:3
  struct_VkImageSwapchainCreateInfoKHR_1124076528 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageSwapchainCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8932:16
    pNext*: pointer
    swapchain*: VkSwapchainKHR_1124076507
  VkImageSwapchainCreateInfoKHR_1124076530 = struct_VkImageSwapchainCreateInfoKHR_1124076529 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8936:3
  struct_VkBindImageMemorySwapchainInfoKHR_1124076532 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindImageMemorySwapchainInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8938:16
    pNext*: pointer
    swapchain*: VkSwapchainKHR_1124076507
    imageIndex*: uint32
  VkBindImageMemorySwapchainInfoKHR_1124076534 = struct_VkBindImageMemorySwapchainInfoKHR_1124076533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8943:3
  struct_VkAcquireNextImageInfoKHR_1124076536 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AcquireNextImageInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8945:16
    pNext*: pointer
    swapchain*: VkSwapchainKHR_1124076507
    timeout*: uint64
    semaphore*: VkSemaphore_1124073948
    fence*: VkFence_1124073952
    deviceMask*: uint32
  VkAcquireNextImageInfoKHR_1124076538 = struct_VkAcquireNextImageInfoKHR_1124076537 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8953:3
  struct_VkDeviceGroupPresentCapabilitiesKHR_1124076540 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupPresentCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8955:16
    pNext*: pointer
    presentMask*: array[32'i64, uint32]
    modes*: VkDeviceGroupPresentModeFlagsKHR_1124076519
  VkDeviceGroupPresentCapabilitiesKHR_1124076542 = struct_VkDeviceGroupPresentCapabilitiesKHR_1124076541 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8960:3
  struct_VkDeviceGroupPresentInfoKHR_1124076544 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupPresentInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8962:16
    pNext*: pointer
    swapchainCount*: uint32
    pDeviceMasks*: ptr uint32
    mode*: VkDeviceGroupPresentModeFlagBitsKHR_1124076517
  VkDeviceGroupPresentInfoKHR_1124076546 = struct_VkDeviceGroupPresentInfoKHR_1124076545 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8968:3
  struct_VkDeviceGroupSwapchainCreateInfoKHR_1124076548 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceGroupSwapchainCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8970:16
    pNext*: pointer
    modes*: VkDeviceGroupPresentModeFlagsKHR_1124076519
  VkDeviceGroupSwapchainCreateInfoKHR_1124076550 = struct_VkDeviceGroupSwapchainCreateInfoKHR_1124076549 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8974:3
  PFN_vkCreateSwapchainKHR_1124076552 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSwapchainCreateInfoKHR_1124076523;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSwapchainKHR_1124076507): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8976:30
  PFN_vkDestroySwapchainKHR_1124076554 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8977:26
  PFN_vkGetSwapchainImagesKHR_1124076556 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr uint32; a3: ptr VkImage_1124073938): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8978:30
  PFN_vkAcquireNextImageKHR_1124076558 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: uint64; a3: VkSemaphore_1124073948;
      a4: VkFence_1124073952; a5: ptr uint32): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8979:30
  PFN_vkQueuePresentKHR_1124076560 = proc (a0: VkQueue_1124073946;
      a1: ptr VkPresentInfoKHR_1124076527): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8980:30
  PFN_vkGetDeviceGroupPresentCapabilitiesKHR_1124076562 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceGroupPresentCapabilitiesKHR_1124076543): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8981:30
  PFN_vkGetDeviceGroupSurfacePresentModesKHR_1124076564 = proc (a0: VkDevice_1124073944;
      a1: VkSurfaceKHR_1124076467; a2: ptr VkDeviceGroupPresentModeFlagsKHR_1124076519): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8982:30
  PFN_vkGetPhysicalDevicePresentRectanglesKHR_1124076566 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkSurfaceKHR_1124076467;
      a2: ptr uint32; a3: ptr VkRect2D_1124074459): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8983:30
  PFN_vkAcquireNextImage2KHR_1124076568 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAcquireNextImageInfoKHR_1124076539; a2: ptr uint32): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8984:30
  VkDisplayKHR_1124076570 = ptr struct_VkDisplayKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9058:1
  VkDisplayModeKHR_1124076572 = ptr struct_VkDisplayModeKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9059:1
  VkDisplayModeCreateFlagsKHR_1124076574 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9062:17
  VkDisplayPlaneAlphaFlagBitsKHR_1124076578 = enum_VkDisplayPlaneAlphaFlagBitsKHR_1124076577 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9070:3
  VkDisplayPlaneAlphaFlagsKHR_1124076580 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9071:17
  VkDisplaySurfaceCreateFlagsKHR_1124076582 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9072:17
  struct_VkDisplayModeParametersKHR_1124076584 {.pure, inheritable, bycopy.} = object
    visibleRegion*: VkExtent2D_1124074443 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9073:16
    refreshRate*: uint32
  VkDisplayModeParametersKHR_1124076586 = struct_VkDisplayModeParametersKHR_1124076585 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9076:3
  struct_VkDisplayModeCreateInfoKHR_1124076588 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayModeCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9078:16
    pNext*: pointer
    flags*: VkDisplayModeCreateFlagsKHR_1124076575
    parameters*: VkDisplayModeParametersKHR_1124076587
  VkDisplayModeCreateInfoKHR_1124076590 = struct_VkDisplayModeCreateInfoKHR_1124076589 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9083:3
  struct_VkDisplayModePropertiesKHR_1124076592 {.pure, inheritable, bycopy.} = object
    displayMode*: VkDisplayModeKHR_1124076573 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9085:16
    parameters*: VkDisplayModeParametersKHR_1124076587
  VkDisplayModePropertiesKHR_1124076594 = struct_VkDisplayModePropertiesKHR_1124076593 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9088:3
  struct_VkDisplayPlaneCapabilitiesKHR_1124076596 {.pure, inheritable, bycopy.} = object
    supportedAlpha*: VkDisplayPlaneAlphaFlagsKHR_1124076581 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9090:16
    minSrcPosition*: VkOffset2D_1124074451
    maxSrcPosition*: VkOffset2D_1124074451
    minSrcExtent*: VkExtent2D_1124074443
    maxSrcExtent*: VkExtent2D_1124074443
    minDstPosition*: VkOffset2D_1124074451
    maxDstPosition*: VkOffset2D_1124074451
    minDstExtent*: VkExtent2D_1124074443
    maxDstExtent*: VkExtent2D_1124074443
  VkDisplayPlaneCapabilitiesKHR_1124076598 = struct_VkDisplayPlaneCapabilitiesKHR_1124076597 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9100:3
  struct_VkDisplayPlanePropertiesKHR_1124076600 {.pure, inheritable, bycopy.} = object
    currentDisplay*: VkDisplayKHR_1124076571 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9102:16
    currentStackIndex*: uint32
  VkDisplayPlanePropertiesKHR_1124076602 = struct_VkDisplayPlanePropertiesKHR_1124076601 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9105:3
  struct_VkDisplayPropertiesKHR_1124076604 {.pure, inheritable, bycopy.} = object
    display*: VkDisplayKHR_1124076571 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9107:16
    displayName*: cstring
    physicalDimensions*: VkExtent2D_1124074443
    physicalResolution*: VkExtent2D_1124074443
    supportedTransforms*: VkSurfaceTransformFlagsKHR_1124076487
    planeReorderPossible*: VkBool32_1124073926
    persistentContent*: VkBool32_1124073926
  VkDisplayPropertiesKHR_1124076606 = struct_VkDisplayPropertiesKHR_1124076605 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9115:3
  struct_VkDisplaySurfaceCreateInfoKHR_1124076608 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplaySurfaceCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9117:16
    pNext*: pointer
    flags*: VkDisplaySurfaceCreateFlagsKHR_1124076583
    displayMode*: VkDisplayModeKHR_1124076573
    planeIndex*: uint32
    planeStackIndex*: uint32
    transform*: VkSurfaceTransformFlagBitsKHR_1124076479
    globalAlpha*: cfloat
    alphaMode*: VkDisplayPlaneAlphaFlagBitsKHR_1124076579
    imageExtent*: VkExtent2D_1124074443
  VkDisplaySurfaceCreateInfoKHR_1124076610 = struct_VkDisplaySurfaceCreateInfoKHR_1124076609 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9128:3
  PFN_vkGetPhysicalDeviceDisplayPropertiesKHR_1124076612 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkDisplayPropertiesKHR_1124076607): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9130:30
  PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR_1124076614 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkDisplayPlanePropertiesKHR_1124076603): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9131:30
  PFN_vkGetDisplayPlaneSupportedDisplaysKHR_1124076616 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32; a2: ptr uint32;
      a3: ptr VkDisplayKHR_1124076571): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9132:30
  PFN_vkGetDisplayModePropertiesKHR_1124076618 = proc (a0: VkPhysicalDevice_1124073942;
      a1: VkDisplayKHR_1124076571; a2: ptr uint32;
      a3: ptr VkDisplayModePropertiesKHR_1124076595): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9133:30
  PFN_vkCreateDisplayModeKHR_1124076620 = proc (a0: VkPhysicalDevice_1124073942;
      a1: VkDisplayKHR_1124076571; a2: ptr VkDisplayModeCreateInfoKHR_1124076591;
      a3: ptr VkAllocationCallbacks_1124074499; a4: ptr VkDisplayModeKHR_1124076573): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9134:30
  PFN_vkGetDisplayPlaneCapabilitiesKHR_1124076622 = proc (a0: VkPhysicalDevice_1124073942;
      a1: VkDisplayModeKHR_1124076573; a2: uint32;
      a3: ptr VkDisplayPlaneCapabilitiesKHR_1124076599): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9135:30
  PFN_vkCreateDisplayPlaneSurfaceKHR_1124076624 = proc (a0: VkInstance_1124073940;
      a1: ptr VkDisplaySurfaceCreateInfoKHR_1124076611;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9136:30
  struct_VkDisplayPresentInfoKHR_1124076626 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayPresentInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9200:16
    pNext*: pointer
    srcRect*: VkRect2D_1124074459
    dstRect*: VkRect2D_1124074459
    persistent*: VkBool32_1124073926
  VkDisplayPresentInfoKHR_1124076628 = struct_VkDisplayPresentInfoKHR_1124076627 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9206:3
  PFN_vkCreateSharedSwapchainsKHR_1124076630 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkSwapchainCreateInfoKHR_1124076523;
      a3: ptr VkAllocationCallbacks_1124074499; a4: ptr VkSwapchainKHR_1124076507): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9208:30
  VkVideoSessionKHR_1124076632 = ptr struct_VkVideoSessionKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9230:1
  VkVideoSessionParametersKHR_1124076634 = ptr struct_VkVideoSessionParametersKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9231:1
  VkQueryResultStatusKHR_1124076638 = enum_VkQueryResultStatusKHR_1124076637 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9241:3
  VkVideoCodecOperationFlagBitsKHR_1124076642 = enum_VkVideoCodecOperationFlagBitsKHR_1124076641 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9253:3
  VkVideoCodecOperationFlagsKHR_1124076644 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9254:17
  VkVideoChromaSubsamplingFlagBitsKHR_1124076648 = enum_VkVideoChromaSubsamplingFlagBitsKHR_1124076647 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9263:3
  VkVideoChromaSubsamplingFlagsKHR_1124076650 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9264:17
  VkVideoComponentBitDepthFlagBitsKHR_1124076654 = enum_VkVideoComponentBitDepthFlagBitsKHR_1124076653 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9272:3
  VkVideoComponentBitDepthFlagsKHR_1124076656 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9273:17
  VkVideoCapabilityFlagBitsKHR_1124076660 = enum_VkVideoCapabilityFlagBitsKHR_1124076659 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9279:3
  VkVideoCapabilityFlagsKHR_1124076662 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9280:17
  VkVideoSessionCreateFlagBitsKHR_1124076666 = enum_VkVideoSessionCreateFlagBitsKHR_1124076665 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9290:3
  VkVideoSessionCreateFlagsKHR_1124076668 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9291:17
  VkVideoSessionParametersCreateFlagBitsKHR_1124076672 = enum_VkVideoSessionParametersCreateFlagBitsKHR_1124076671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9296:3
  VkVideoSessionParametersCreateFlagsKHR_1124076674 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9297:17
  VkVideoBeginCodingFlagsKHR_1124076676 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9298:17
  VkVideoEndCodingFlagsKHR_1124076678 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9299:17
  VkVideoCodingControlFlagBitsKHR_1124076682 = enum_VkVideoCodingControlFlagBitsKHR_1124076681 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9306:3
  VkVideoCodingControlFlagsKHR_1124076684 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9307:17
  struct_VkQueueFamilyQueryResultStatusPropertiesKHR_1124076686 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyQueryResultStatusPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9308:16
    pNext*: pointer
    queryResultStatusSupport*: VkBool32_1124073926
  VkQueueFamilyQueryResultStatusPropertiesKHR_1124076688 = struct_VkQueueFamilyQueryResultStatusPropertiesKHR_1124076687 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9312:3
  struct_VkQueueFamilyVideoPropertiesKHR_1124076690 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyVideoPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9314:16
    pNext*: pointer
    videoCodecOperations*: VkVideoCodecOperationFlagsKHR_1124076645
  VkQueueFamilyVideoPropertiesKHR_1124076692 = struct_VkQueueFamilyVideoPropertiesKHR_1124076691 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9318:3
  struct_VkVideoProfileInfoKHR_1124076694 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9320:16
    pNext*: pointer
    videoCodecOperation*: VkVideoCodecOperationFlagBitsKHR_1124076643
    chromaSubsampling*: VkVideoChromaSubsamplingFlagsKHR_1124076651
    lumaBitDepth*: VkVideoComponentBitDepthFlagsKHR_1124076657
    chromaBitDepth*: VkVideoComponentBitDepthFlagsKHR_1124076657
  VkVideoProfileInfoKHR_1124076696 = struct_VkVideoProfileInfoKHR_1124076695 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9327:3
  struct_VkVideoProfileListInfoKHR_1124076698 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoProfileListInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9329:16
    pNext*: pointer
    profileCount*: uint32
    pProfiles*: ptr VkVideoProfileInfoKHR_1124076697
  VkVideoProfileListInfoKHR_1124076700 = struct_VkVideoProfileListInfoKHR_1124076699 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9334:3
  struct_VkVideoCapabilitiesKHR_1124076702 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9336:16
    pNext*: pointer
    flags*: VkVideoCapabilityFlagsKHR_1124076663
    minBitstreamBufferOffsetAlignment*: VkDeviceSize_1124073930
    minBitstreamBufferSizeAlignment*: VkDeviceSize_1124073930
    pictureAccessGranularity*: VkExtent2D_1124074443
    minCodedExtent*: VkExtent2D_1124074443
    maxCodedExtent*: VkExtent2D_1124074443
    maxDpbSlots*: uint32
    maxActiveReferencePictures*: uint32
    stdHeaderVersion*: VkExtensionProperties_1124074559
  VkVideoCapabilitiesKHR_1124076704 = struct_VkVideoCapabilitiesKHR_1124076703 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9348:3
  struct_VkPhysicalDeviceVideoFormatInfoKHR_1124076706 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoFormatInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9350:16
    pNext*: pointer
    imageUsage*: VkImageUsageFlags_1124074175
  VkPhysicalDeviceVideoFormatInfoKHR_1124076708 = struct_VkPhysicalDeviceVideoFormatInfoKHR_1124076707 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9354:3
  struct_VkVideoFormatPropertiesKHR_1124076710 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoFormatPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9356:16
    pNext*: pointer
    format*: VkFormat_1124074023
    componentMapping*: VkComponentMapping_1124074643
    imageCreateFlags*: VkImageCreateFlags_1124074163
    imageType*: VkImageType_1124074031
    imageTiling*: VkImageTiling_1124074027
    imageUsageFlags*: VkImageUsageFlags_1124074175
  VkVideoFormatPropertiesKHR_1124076712 = struct_VkVideoFormatPropertiesKHR_1124076711 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9365:3
  struct_VkVideoPictureResourceInfoKHR_1124076714 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoPictureResourceInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9367:16
    pNext*: pointer
    codedOffset*: VkOffset2D_1124074451
    codedExtent*: VkExtent2D_1124074443
    baseArrayLayer*: uint32
    imageViewBinding*: VkImageView_1124073958
  VkVideoPictureResourceInfoKHR_1124076716 = struct_VkVideoPictureResourceInfoKHR_1124076715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9374:3
  struct_VkVideoReferenceSlotInfoKHR_1124076718 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoReferenceSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9376:16
    pNext*: pointer
    slotIndex*: int32
    pPictureResource*: ptr VkVideoPictureResourceInfoKHR_1124076717
  VkVideoReferenceSlotInfoKHR_1124076720 = struct_VkVideoReferenceSlotInfoKHR_1124076719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9381:3
  struct_VkVideoSessionMemoryRequirementsKHR_1124076722 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoSessionMemoryRequirementsKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9383:16
    pNext*: pointer
    memoryBindIndex*: uint32
    memoryRequirements*: VkMemoryRequirements_1124074579
  VkVideoSessionMemoryRequirementsKHR_1124076724 = struct_VkVideoSessionMemoryRequirementsKHR_1124076723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9388:3
  struct_VkBindVideoSessionMemoryInfoKHR_1124076726 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindVideoSessionMemoryInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9390:16
    pNext*: pointer
    memoryBindIndex*: uint32
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
    memorySize*: VkDeviceSize_1124073930
  VkBindVideoSessionMemoryInfoKHR_1124076728 = struct_VkBindVideoSessionMemoryInfoKHR_1124076727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9397:3
  struct_VkVideoSessionCreateInfoKHR_1124076730 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoSessionCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9399:16
    pNext*: pointer
    queueFamilyIndex*: uint32
    flags*: VkVideoSessionCreateFlagsKHR_1124076669
    pVideoProfile*: ptr VkVideoProfileInfoKHR_1124076697
    pictureFormat*: VkFormat_1124074023
    maxCodedExtent*: VkExtent2D_1124074443
    referencePictureFormat*: VkFormat_1124074023
    maxDpbSlots*: uint32
    maxActiveReferencePictures*: uint32
    pStdHeaderVersion*: ptr VkExtensionProperties_1124074559
  VkVideoSessionCreateInfoKHR_1124076732 = struct_VkVideoSessionCreateInfoKHR_1124076731 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9411:3
  struct_VkVideoSessionParametersCreateInfoKHR_1124076734 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoSessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9413:16
    pNext*: pointer
    flags*: VkVideoSessionParametersCreateFlagsKHR_1124076675
    videoSessionParametersTemplate*: VkVideoSessionParametersKHR_1124076635
    videoSession*: VkVideoSessionKHR_1124076633
  VkVideoSessionParametersCreateInfoKHR_1124076736 = struct_VkVideoSessionParametersCreateInfoKHR_1124076735 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9419:3
  struct_VkVideoSessionParametersUpdateInfoKHR_1124076738 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoSessionParametersUpdateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9421:16
    pNext*: pointer
    updateSequenceCount*: uint32
  VkVideoSessionParametersUpdateInfoKHR_1124076740 = struct_VkVideoSessionParametersUpdateInfoKHR_1124076739 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9425:3
  struct_VkVideoBeginCodingInfoKHR_1124076742 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoBeginCodingInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9427:16
    pNext*: pointer
    flags*: VkVideoBeginCodingFlagsKHR_1124076677
    videoSession*: VkVideoSessionKHR_1124076633
    videoSessionParameters*: VkVideoSessionParametersKHR_1124076635
    referenceSlotCount*: uint32
    pReferenceSlots*: ptr VkVideoReferenceSlotInfoKHR_1124076721
  VkVideoBeginCodingInfoKHR_1124076744 = struct_VkVideoBeginCodingInfoKHR_1124076743 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9435:3
  struct_VkVideoEndCodingInfoKHR_1124076746 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEndCodingInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9437:16
    pNext*: pointer
    flags*: VkVideoEndCodingFlagsKHR_1124076679
  VkVideoEndCodingInfoKHR_1124076748 = struct_VkVideoEndCodingInfoKHR_1124076747 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9441:3
  struct_VkVideoCodingControlInfoKHR_1124076750 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoCodingControlInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9443:16
    pNext*: pointer
    flags*: VkVideoCodingControlFlagsKHR_1124076685
  VkVideoCodingControlInfoKHR_1124076752 = struct_VkVideoCodingControlInfoKHR_1124076751 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9447:3
  PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR_1124076754 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkVideoProfileInfoKHR_1124076697;
      a2: ptr VkVideoCapabilitiesKHR_1124076705): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9449:30
  PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR_1124076756 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceVideoFormatInfoKHR_1124076709; a2: ptr uint32;
      a3: ptr VkVideoFormatPropertiesKHR_1124076713): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9450:30
  PFN_vkCreateVideoSessionKHR_1124076758 = proc (a0: VkDevice_1124073944;
      a1: ptr VkVideoSessionCreateInfoKHR_1124076733;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkVideoSessionKHR_1124076633): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9451:30
  PFN_vkDestroyVideoSessionKHR_1124076760 = proc (a0: VkDevice_1124073944;
      a1: VkVideoSessionKHR_1124076633; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9452:26
  PFN_vkGetVideoSessionMemoryRequirementsKHR_1124076762 = proc (a0: VkDevice_1124073944;
      a1: VkVideoSessionKHR_1124076633; a2: ptr uint32;
      a3: ptr VkVideoSessionMemoryRequirementsKHR_1124076725): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9453:30
  PFN_vkBindVideoSessionMemoryKHR_1124076764 = proc (a0: VkDevice_1124073944;
      a1: VkVideoSessionKHR_1124076633; a2: uint32;
      a3: ptr VkBindVideoSessionMemoryInfoKHR_1124076729): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9454:30
  PFN_vkCreateVideoSessionParametersKHR_1124076766 = proc (a0: VkDevice_1124073944;
      a1: ptr VkVideoSessionParametersCreateInfoKHR_1124076737;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkVideoSessionParametersKHR_1124076635): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9455:30
  PFN_vkUpdateVideoSessionParametersKHR_1124076768 = proc (a0: VkDevice_1124073944;
      a1: VkVideoSessionParametersKHR_1124076635;
      a2: ptr VkVideoSessionParametersUpdateInfoKHR_1124076741): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9456:30
  PFN_vkDestroyVideoSessionParametersKHR_1124076770 = proc (a0: VkDevice_1124073944;
      a1: VkVideoSessionParametersKHR_1124076635; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9457:26
  PFN_vkCmdBeginVideoCodingKHR_1124076772 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkVideoBeginCodingInfoKHR_1124076745): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9458:26
  PFN_vkCmdEndVideoCodingKHR_1124076774 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkVideoEndCodingInfoKHR_1124076749): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9459:26
  PFN_vkCmdControlVideoCodingKHR_1124076776 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkVideoCodingControlInfoKHR_1124076753): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9460:26
  VkVideoDecodeCapabilityFlagBitsKHR_1124076780 = enum_VkVideoDecodeCapabilityFlagBitsKHR_1124076779 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9560:3
  VkVideoDecodeCapabilityFlagsKHR_1124076782 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9561:17
  VkVideoDecodeUsageFlagBitsKHR_1124076786 = enum_VkVideoDecodeUsageFlagBitsKHR_1124076785 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9569:3
  VkVideoDecodeUsageFlagsKHR_1124076788 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9570:17
  VkVideoDecodeFlagsKHR_1124076790 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9571:17
  struct_VkVideoDecodeCapabilitiesKHR_1124076792 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9572:16
    pNext*: pointer
    flags*: VkVideoDecodeCapabilityFlagsKHR_1124076783
  VkVideoDecodeCapabilitiesKHR_1124076794 = struct_VkVideoDecodeCapabilitiesKHR_1124076793 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9576:3
  struct_VkVideoDecodeUsageInfoKHR_1124076796 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeUsageInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9578:16
    pNext*: pointer
    videoUsageHints*: VkVideoDecodeUsageFlagsKHR_1124076789
  VkVideoDecodeUsageInfoKHR_1124076798 = struct_VkVideoDecodeUsageInfoKHR_1124076797 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9582:3
  struct_VkVideoDecodeInfoKHR_1124076800 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9584:16
    pNext*: pointer
    flags*: VkVideoDecodeFlagsKHR_1124076791
    srcBuffer*: VkBuffer_1124073936
    srcBufferOffset*: VkDeviceSize_1124073930
    srcBufferRange*: VkDeviceSize_1124073930
    dstPictureResource*: VkVideoPictureResourceInfoKHR_1124076717
    pSetupReferenceSlot*: ptr VkVideoReferenceSlotInfoKHR_1124076721
    referenceSlotCount*: uint32
    pReferenceSlots*: ptr VkVideoReferenceSlotInfoKHR_1124076721
  VkVideoDecodeInfoKHR_1124076802 = struct_VkVideoDecodeInfoKHR_1124076801 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9595:3
  PFN_vkCmdDecodeVideoKHR_1124076804 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkVideoDecodeInfoKHR_1124076803): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9597:26
  VkVideoEncodeH264CapabilityFlagBitsKHR_1124076808 = enum_VkVideoEncodeH264CapabilityFlagBitsKHR_1124076807 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9628:3
  VkVideoEncodeH264CapabilityFlagsKHR_1124076810 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9629:17
  VkVideoEncodeH264StdFlagBitsKHR_1124076814 = enum_VkVideoEncodeH264StdFlagBitsKHR_1124076813 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9653:3
  VkVideoEncodeH264StdFlagsKHR_1124076816 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9654:17
  VkVideoEncodeH264RateControlFlagBitsKHR_1124076820 = enum_VkVideoEncodeH264RateControlFlagBitsKHR_1124076819 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9663:3
  VkVideoEncodeH264RateControlFlagsKHR_1124076822 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9664:17
  struct_VkVideoEncodeH264CapabilitiesKHR_1124076824 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9665:16
    pNext*: pointer
    flags*: VkVideoEncodeH264CapabilityFlagsKHR_1124076811
    maxLevelIdc*: StdVideoH264LevelIdc_1124076827
    maxSliceCount*: uint32
    maxPPictureL0ReferenceCount*: uint32
    maxBPictureL0ReferenceCount*: uint32
    maxL1ReferenceCount*: uint32
    maxTemporalLayerCount*: uint32
    expectDyadicTemporalLayerPattern*: VkBool32_1124073926
    minQp*: int32
    maxQp*: int32
    prefersGopRemainingFrames*: VkBool32_1124073926
    requiresGopRemainingFrames*: VkBool32_1124073926
    stdSyntaxFlags*: VkVideoEncodeH264StdFlagsKHR_1124076817
  StdVideoH264LevelIdc_1124076826 = enum_StdVideoH264LevelIdc_1124082905 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:74:3
  VkVideoEncodeH264CapabilitiesKHR_1124076828 = struct_VkVideoEncodeH264CapabilitiesKHR_1124076825 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9681:3
  struct_VkVideoEncodeH264QpKHR_1124076830 {.pure, inheritable, bycopy.} = object
    qpI*: int32              ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9683:16
    qpP*: int32
    qpB*: int32
  VkVideoEncodeH264QpKHR_1124076832 = struct_VkVideoEncodeH264QpKHR_1124076831 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9687:3
  struct_VkVideoEncodeH264QualityLevelPropertiesKHR_1124076834 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264QualityLevelPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9689:16
    pNext*: pointer
    preferredRateControlFlags*: VkVideoEncodeH264RateControlFlagsKHR_1124076823
    preferredGopFrameCount*: uint32
    preferredIdrPeriod*: uint32
    preferredConsecutiveBFrameCount*: uint32
    preferredTemporalLayerCount*: uint32
    preferredConstantQp*: VkVideoEncodeH264QpKHR_1124076833
    preferredMaxL0ReferenceCount*: uint32
    preferredMaxL1ReferenceCount*: uint32
    preferredStdEntropyCodingModeFlag*: VkBool32_1124073926
  VkVideoEncodeH264QualityLevelPropertiesKHR_1124076836 = struct_VkVideoEncodeH264QualityLevelPropertiesKHR_1124076835 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9701:3
  struct_VkVideoEncodeH264SessionCreateInfoKHR_1124076838 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264SessionCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9703:16
    pNext*: pointer
    useMaxLevelIdc*: VkBool32_1124073926
    maxLevelIdc*: StdVideoH264LevelIdc_1124076827
  VkVideoEncodeH264SessionCreateInfoKHR_1124076840 = struct_VkVideoEncodeH264SessionCreateInfoKHR_1124076839 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9708:3
  struct_VkVideoEncodeH264SessionParametersAddInfoKHR_1124076842 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264SessionParametersAddInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9710:16
    pNext*: pointer
    stdSPSCount*: uint32
    pStdSPSs*: ptr StdVideoH264SequenceParameterSet_1124076845
    stdPPSCount*: uint32
    pStdPPSs*: ptr StdVideoH264PictureParameterSet_1124076847
  StdVideoH264SequenceParameterSet_1124076844 = struct_StdVideoH264SequenceParameterSet_1124082907 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:280:3
  StdVideoH264PictureParameterSet_1124076846 = struct_StdVideoH264PictureParameterSet_1124082909 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:305:3
  VkVideoEncodeH264SessionParametersAddInfoKHR_1124076848 = struct_VkVideoEncodeH264SessionParametersAddInfoKHR_1124076843 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9717:3
  struct_VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076850 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264SessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9719:16
    pNext*: pointer
    maxStdSPSCount*: uint32
    maxStdPPSCount*: uint32
    pParametersAddInfo*: ptr VkVideoEncodeH264SessionParametersAddInfoKHR_1124076849
  VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076852 = struct_VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076851 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9725:3
  struct_VkVideoEncodeH264SessionParametersGetInfoKHR_1124076854 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264SessionParametersGetInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9727:16
    pNext*: pointer
    writeStdSPS*: VkBool32_1124073926
    writeStdPPS*: VkBool32_1124073926
    stdSPSId*: uint32
    stdPPSId*: uint32
  VkVideoEncodeH264SessionParametersGetInfoKHR_1124076856 = struct_VkVideoEncodeH264SessionParametersGetInfoKHR_1124076855 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9734:3
  struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076858 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264SessionParametersFeedbackInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9736:16
    pNext*: pointer
    hasStdSPSOverrides*: VkBool32_1124073926
    hasStdPPSOverrides*: VkBool32_1124073926
  VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076860 = struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076859 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9741:3
  struct_VkVideoEncodeH264NaluSliceInfoKHR_1124076862 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264NaluSliceInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9743:16
    pNext*: pointer
    constantQp*: int32
    pStdSliceHeader*: ptr StdVideoEncodeH264SliceHeader_1124076865
  StdVideoEncodeH264SliceHeader_1124076864 = struct_StdVideoEncodeH264SliceHeader_1124082911 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:140:3
  VkVideoEncodeH264NaluSliceInfoKHR_1124076866 = struct_VkVideoEncodeH264NaluSliceInfoKHR_1124076863 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9748:3
  struct_VkVideoEncodeH264PictureInfoKHR_1124076868 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9750:16
    pNext*: pointer
    naluSliceEntryCount*: uint32
    pNaluSliceEntries*: ptr VkVideoEncodeH264NaluSliceInfoKHR_1124076867
    pStdPictureInfo*: ptr StdVideoEncodeH264PictureInfo_1124076871
    generatePrefixNalu*: VkBool32_1124073926
  StdVideoEncodeH264PictureInfo_1124076870 = struct_StdVideoEncodeH264PictureInfo_1124082913 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:117:3
  VkVideoEncodeH264PictureInfoKHR_1124076872 = struct_VkVideoEncodeH264PictureInfoKHR_1124076869 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9757:3
  struct_VkVideoEncodeH264DpbSlotInfoKHR_1124076874 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264DpbSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9759:16
    pNext*: pointer
    pStdReferenceInfo*: ptr StdVideoEncodeH264ReferenceInfo_1124076877
  StdVideoEncodeH264ReferenceInfo_1124076876 = struct_StdVideoEncodeH264ReferenceInfo_1124082915 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:127:3
  VkVideoEncodeH264DpbSlotInfoKHR_1124076878 = struct_VkVideoEncodeH264DpbSlotInfoKHR_1124076875 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9763:3
  struct_VkVideoEncodeH264ProfileInfoKHR_1124076880 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9765:16
    pNext*: pointer
    stdProfileIdc*: StdVideoH264ProfileIdc_1124076883
  StdVideoH264ProfileIdc_1124076882 = enum_StdVideoH264ProfileIdc_1124082917 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:50:3
  VkVideoEncodeH264ProfileInfoKHR_1124076884 = struct_VkVideoEncodeH264ProfileInfoKHR_1124076881 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9769:3
  struct_VkVideoEncodeH264RateControlInfoKHR_1124076886 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264RateControlInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9771:16
    pNext*: pointer
    flags*: VkVideoEncodeH264RateControlFlagsKHR_1124076823
    gopFrameCount*: uint32
    idrPeriod*: uint32
    consecutiveBFrameCount*: uint32
    temporalLayerCount*: uint32
  VkVideoEncodeH264RateControlInfoKHR_1124076888 = struct_VkVideoEncodeH264RateControlInfoKHR_1124076887 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9779:3
  struct_VkVideoEncodeH264FrameSizeKHR_1124076890 {.pure, inheritable, bycopy.} = object
    frameISize*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9781:16
    framePSize*: uint32
    frameBSize*: uint32
  VkVideoEncodeH264FrameSizeKHR_1124076892 = struct_VkVideoEncodeH264FrameSizeKHR_1124076891 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9785:3
  struct_VkVideoEncodeH264RateControlLayerInfoKHR_1124076894 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264RateControlLayerInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9787:16
    pNext*: pointer
    useMinQp*: VkBool32_1124073926
    minQp*: VkVideoEncodeH264QpKHR_1124076833
    useMaxQp*: VkBool32_1124073926
    maxQp*: VkVideoEncodeH264QpKHR_1124076833
    useMaxFrameSize*: VkBool32_1124073926
    maxFrameSize*: VkVideoEncodeH264FrameSizeKHR_1124076893
  VkVideoEncodeH264RateControlLayerInfoKHR_1124076896 = struct_VkVideoEncodeH264RateControlLayerInfoKHR_1124076895 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9796:3
  struct_VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076898 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264GopRemainingFrameInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9798:16
    pNext*: pointer
    useGopRemainingFrames*: VkBool32_1124073926
    gopRemainingI*: uint32
    gopRemainingP*: uint32
    gopRemainingB*: uint32
  VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076900 = struct_VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076899 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9805:3
  VkVideoEncodeH265CapabilityFlagBitsKHR_1124076904 = enum_VkVideoEncodeH265CapabilityFlagBitsKHR_1124076903 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9830:3
  VkVideoEncodeH265CapabilityFlagsKHR_1124076906 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9831:17
  VkVideoEncodeH265StdFlagBitsKHR_1124076910 = enum_VkVideoEncodeH265StdFlagBitsKHR_1124076909 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9856:3
  VkVideoEncodeH265StdFlagsKHR_1124076912 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9857:17
  VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076916 = enum_VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076915 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9864:3
  VkVideoEncodeH265CtbSizeFlagsKHR_1124076918 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9865:17
  VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076922 = enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076921 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9873:3
  VkVideoEncodeH265TransformBlockSizeFlagsKHR_1124076924 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9874:17
  VkVideoEncodeH265RateControlFlagBitsKHR_1124076928 = enum_VkVideoEncodeH265RateControlFlagBitsKHR_1124076927 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9883:3
  VkVideoEncodeH265RateControlFlagsKHR_1124076930 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9884:17
  struct_VkVideoEncodeH265CapabilitiesKHR_1124076932 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9885:16
    pNext*: pointer
    flags*: VkVideoEncodeH265CapabilityFlagsKHR_1124076907
    maxLevelIdc*: StdVideoH265LevelIdc_1124076935
    maxSliceSegmentCount*: uint32
    maxTiles*: VkExtent2D_1124074443
    ctbSizes*: VkVideoEncodeH265CtbSizeFlagsKHR_1124076919
    transformBlockSizes*: VkVideoEncodeH265TransformBlockSizeFlagsKHR_1124076925
    maxPPictureL0ReferenceCount*: uint32
    maxBPictureL0ReferenceCount*: uint32
    maxL1ReferenceCount*: uint32
    maxSubLayerCount*: uint32
    expectDyadicTemporalSubLayerPattern*: VkBool32_1124073926
    minQp*: int32
    maxQp*: int32
    prefersGopRemainingFrames*: VkBool32_1124073926
    requiresGopRemainingFrames*: VkBool32_1124073926
    stdSyntaxFlags*: VkVideoEncodeH265StdFlagsKHR_1124076913
  StdVideoH265LevelIdc_1124076934 = enum_StdVideoH265LevelIdc_1124082919 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:84:3
  VkVideoEncodeH265CapabilitiesKHR_1124076936 = struct_VkVideoEncodeH265CapabilitiesKHR_1124076933 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9904:3
  struct_VkVideoEncodeH265SessionCreateInfoKHR_1124076938 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265SessionCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9906:16
    pNext*: pointer
    useMaxLevelIdc*: VkBool32_1124073926
    maxLevelIdc*: StdVideoH265LevelIdc_1124076935
  VkVideoEncodeH265SessionCreateInfoKHR_1124076940 = struct_VkVideoEncodeH265SessionCreateInfoKHR_1124076939 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9911:3
  struct_VkVideoEncodeH265QpKHR_1124076942 {.pure, inheritable, bycopy.} = object
    qpI*: int32              ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9913:16
    qpP*: int32
    qpB*: int32
  VkVideoEncodeH265QpKHR_1124076944 = struct_VkVideoEncodeH265QpKHR_1124076943 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9917:3
  struct_VkVideoEncodeH265QualityLevelPropertiesKHR_1124076946 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265QualityLevelPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9919:16
    pNext*: pointer
    preferredRateControlFlags*: VkVideoEncodeH265RateControlFlagsKHR_1124076931
    preferredGopFrameCount*: uint32
    preferredIdrPeriod*: uint32
    preferredConsecutiveBFrameCount*: uint32
    preferredSubLayerCount*: uint32
    preferredConstantQp*: VkVideoEncodeH265QpKHR_1124076945
    preferredMaxL0ReferenceCount*: uint32
    preferredMaxL1ReferenceCount*: uint32
  VkVideoEncodeH265QualityLevelPropertiesKHR_1124076948 = struct_VkVideoEncodeH265QualityLevelPropertiesKHR_1124076947 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9930:3
  struct_VkVideoEncodeH265SessionParametersAddInfoKHR_1124076950 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265SessionParametersAddInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9932:16
    pNext*: pointer
    stdVPSCount*: uint32
    pStdVPSs*: ptr StdVideoH265VideoParameterSet_1124076953
    stdSPSCount*: uint32
    pStdSPSs*: ptr StdVideoH265SequenceParameterSet_1124076955
    stdPPSCount*: uint32
    pStdPPSs*: ptr StdVideoH265PictureParameterSet_1124076957
  StdVideoH265VideoParameterSet_1124076952 = struct_StdVideoH265VideoParameterSet_1124082921 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:201:3
  StdVideoH265SequenceParameterSet_1124076954 = struct_StdVideoH265SequenceParameterSet_1124082923 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:366:3
  StdVideoH265PictureParameterSet_1124076956 = struct_StdVideoH265PictureParameterSet_1124082925 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:439:3
  VkVideoEncodeH265SessionParametersAddInfoKHR_1124076958 = struct_VkVideoEncodeH265SessionParametersAddInfoKHR_1124076951 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9941:3
  struct_VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076960 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265SessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9943:16
    pNext*: pointer
    maxStdVPSCount*: uint32
    maxStdSPSCount*: uint32
    maxStdPPSCount*: uint32
    pParametersAddInfo*: ptr VkVideoEncodeH265SessionParametersAddInfoKHR_1124076959
  VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076962 = struct_VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076961 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9950:3
  struct_VkVideoEncodeH265SessionParametersGetInfoKHR_1124076964 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265SessionParametersGetInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9952:16
    pNext*: pointer
    writeStdVPS*: VkBool32_1124073926
    writeStdSPS*: VkBool32_1124073926
    writeStdPPS*: VkBool32_1124073926
    stdVPSId*: uint32
    stdSPSId*: uint32
    stdPPSId*: uint32
  VkVideoEncodeH265SessionParametersGetInfoKHR_1124076966 = struct_VkVideoEncodeH265SessionParametersGetInfoKHR_1124076965 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9961:3
  struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076968 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265SessionParametersFeedbackInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9963:16
    pNext*: pointer
    hasStdVPSOverrides*: VkBool32_1124073926
    hasStdSPSOverrides*: VkBool32_1124073926
    hasStdPPSOverrides*: VkBool32_1124073926
  VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076970 = struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9969:3
  struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076972 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265NaluSliceSegmentInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9971:16
    pNext*: pointer
    constantQp*: int32
    pStdSliceSegmentHeader*: ptr StdVideoEncodeH265SliceSegmentHeader_1124076975
  StdVideoEncodeH265SliceSegmentHeader_1124076974 = struct_StdVideoEncodeH265SliceSegmentHeader_1124082927 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:83:3
  VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076976 = struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076973 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9976:3
  struct_VkVideoEncodeH265PictureInfoKHR_1124076978 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9978:16
    pNext*: pointer
    naluSliceSegmentEntryCount*: uint32
    pNaluSliceSegmentEntries*: ptr VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076977
    pStdPictureInfo*: ptr StdVideoEncodeH265PictureInfo_1124076981
  StdVideoEncodeH265PictureInfo_1124076980 = struct_StdVideoEncodeH265PictureInfo_1124082929 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:137:3
  VkVideoEncodeH265PictureInfoKHR_1124076982 = struct_VkVideoEncodeH265PictureInfoKHR_1124076979 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9984:3
  struct_VkVideoEncodeH265DpbSlotInfoKHR_1124076984 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265DpbSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9986:16
    pNext*: pointer
    pStdReferenceInfo*: ptr StdVideoEncodeH265ReferenceInfo_1124076987
  StdVideoEncodeH265ReferenceInfo_1124076986 = struct_StdVideoEncodeH265ReferenceInfo_1124082931 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:150:3
  VkVideoEncodeH265DpbSlotInfoKHR_1124076988 = struct_VkVideoEncodeH265DpbSlotInfoKHR_1124076985 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9990:3
  struct_VkVideoEncodeH265ProfileInfoKHR_1124076990 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9992:16
    pNext*: pointer
    stdProfileIdc*: StdVideoH265ProfileIdc_1124076993
  StdVideoH265ProfileIdc_1124076992 = enum_StdVideoH265ProfileIdc_1124082933 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:66:3
  VkVideoEncodeH265ProfileInfoKHR_1124076994 = struct_VkVideoEncodeH265ProfileInfoKHR_1124076991 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9996:3
  struct_VkVideoEncodeH265RateControlInfoKHR_1124076996 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265RateControlInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9998:16
    pNext*: pointer
    flags*: VkVideoEncodeH265RateControlFlagsKHR_1124076931
    gopFrameCount*: uint32
    idrPeriod*: uint32
    consecutiveBFrameCount*: uint32
    subLayerCount*: uint32
  VkVideoEncodeH265RateControlInfoKHR_1124076998 = struct_VkVideoEncodeH265RateControlInfoKHR_1124076997 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10006:3
  struct_VkVideoEncodeH265FrameSizeKHR_1124077000 {.pure, inheritable, bycopy.} = object
    frameISize*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10008:16
    framePSize*: uint32
    frameBSize*: uint32
  VkVideoEncodeH265FrameSizeKHR_1124077002 = struct_VkVideoEncodeH265FrameSizeKHR_1124077001 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10012:3
  struct_VkVideoEncodeH265RateControlLayerInfoKHR_1124077004 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265RateControlLayerInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10014:16
    pNext*: pointer
    useMinQp*: VkBool32_1124073926
    minQp*: VkVideoEncodeH265QpKHR_1124076945
    useMaxQp*: VkBool32_1124073926
    maxQp*: VkVideoEncodeH265QpKHR_1124076945
    useMaxFrameSize*: VkBool32_1124073926
    maxFrameSize*: VkVideoEncodeH265FrameSizeKHR_1124077003
  VkVideoEncodeH265RateControlLayerInfoKHR_1124077006 = struct_VkVideoEncodeH265RateControlLayerInfoKHR_1124077005 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10023:3
  struct_VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077008 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265GopRemainingFrameInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10025:16
    pNext*: pointer
    useGopRemainingFrames*: VkBool32_1124073926
    gopRemainingI*: uint32
    gopRemainingP*: uint32
    gopRemainingB*: uint32
  VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077010 = struct_VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077009 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10032:3
  VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077014 = enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077013 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10047:3
  VkVideoDecodeH264PictureLayoutFlagsKHR_1124077016 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10048:17
  struct_VkVideoDecodeH264ProfileInfoKHR_1124077018 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10049:16
    pNext*: pointer
    stdProfileIdc*: StdVideoH264ProfileIdc_1124076883
    pictureLayout*: VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077015
  VkVideoDecodeH264ProfileInfoKHR_1124077020 = struct_VkVideoDecodeH264ProfileInfoKHR_1124077019 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10054:3
  struct_VkVideoDecodeH264CapabilitiesKHR_1124077022 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10056:16
    pNext*: pointer
    maxLevelIdc*: StdVideoH264LevelIdc_1124076827
    fieldOffsetGranularity*: VkOffset2D_1124074451
  VkVideoDecodeH264CapabilitiesKHR_1124077024 = struct_VkVideoDecodeH264CapabilitiesKHR_1124077023 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10061:3
  struct_VkVideoDecodeH264SessionParametersAddInfoKHR_1124077026 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264SessionParametersAddInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10063:16
    pNext*: pointer
    stdSPSCount*: uint32
    pStdSPSs*: ptr StdVideoH264SequenceParameterSet_1124076845
    stdPPSCount*: uint32
    pStdPPSs*: ptr StdVideoH264PictureParameterSet_1124076847
  VkVideoDecodeH264SessionParametersAddInfoKHR_1124077028 = struct_VkVideoDecodeH264SessionParametersAddInfoKHR_1124077027 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10070:3
  struct_VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077030 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264SessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10072:16
    pNext*: pointer
    maxStdSPSCount*: uint32
    maxStdPPSCount*: uint32
    pParametersAddInfo*: ptr VkVideoDecodeH264SessionParametersAddInfoKHR_1124077029
  VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077032 = struct_VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077031 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10078:3
  struct_VkVideoDecodeH264PictureInfoKHR_1124077034 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10080:16
    pNext*: pointer
    pStdPictureInfo*: ptr StdVideoDecodeH264PictureInfo_1124077037
    sliceCount*: uint32
    pSliceOffsets*: ptr uint32
  StdVideoDecodeH264PictureInfo_1124077036 = struct_StdVideoDecodeH264PictureInfo_1124082935 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:56:3
  VkVideoDecodeH264PictureInfoKHR_1124077038 = struct_VkVideoDecodeH264PictureInfoKHR_1124077035 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10086:3
  struct_VkVideoDecodeH264DpbSlotInfoKHR_1124077040 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264DpbSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10088:16
    pNext*: pointer
    pStdReferenceInfo*: ptr StdVideoDecodeH264ReferenceInfo_1124077043
  StdVideoDecodeH264ReferenceInfo_1124077042 = struct_StdVideoDecodeH264ReferenceInfo_1124082937 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:70:3
  VkVideoDecodeH264DpbSlotInfoKHR_1124077044 = struct_VkVideoDecodeH264DpbSlotInfoKHR_1124077041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10092:3
  VkRenderingFlagsKHR_1124077046 = VkRenderingFlags_1124075901 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10100:26
  VkRenderingFlagBitsKHR_1124077048 = VkRenderingFlagBits_1124075899 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10102:29
  VkRenderingInfoKHR_1124077050 = VkRenderingInfo_1124076101 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10104:25
  VkRenderingAttachmentInfoKHR_1124077052 = VkRenderingAttachmentInfo_1124076097 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10106:35
  VkPipelineRenderingCreateInfoKHR_1124077054 = VkPipelineRenderingCreateInfo_1124076105 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10108:39
  VkPhysicalDeviceDynamicRenderingFeaturesKHR_1124077056 = VkPhysicalDeviceDynamicRenderingFeatures_1124076109 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10110:50
  VkCommandBufferInheritanceRenderingInfoKHR_1124077058 = VkCommandBufferInheritanceRenderingInfo_1124076113 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10112:49
  PFN_vkCmdBeginRenderingKHR_1124077060 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderingInfo_1124076101): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10114:26
  PFN_vkCmdEndRenderingKHR_1124077062 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10115:26
  VkRenderPassMultiviewCreateInfoKHR_1124077064 = VkRenderPassMultiviewCreateInfo_1124075525 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10135:41
  VkPhysicalDeviceMultiviewFeaturesKHR_1124077066 = VkPhysicalDeviceMultiviewFeatures_1124075529 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10137:43
  VkPhysicalDeviceMultiviewPropertiesKHR_1124077068 = VkPhysicalDeviceMultiviewProperties_1124075533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10139:45
  VkPhysicalDeviceFeatures2KHR_1124077070 = VkPhysicalDeviceFeatures2_1124075335 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10147:35
  VkPhysicalDeviceProperties2KHR_1124077072 = VkPhysicalDeviceProperties2_1124075339 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10149:37
  VkFormatProperties2KHR_1124077074 = VkFormatProperties2_1124075343 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10151:29
  VkImageFormatProperties2KHR_1124077076 = VkImageFormatProperties2_1124075347 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10153:34
  VkPhysicalDeviceImageFormatInfo2KHR_1124077078 = VkPhysicalDeviceImageFormatInfo2_1124075351 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10155:42
  VkQueueFamilyProperties2KHR_1124077080 = VkQueueFamilyProperties2_1124075355 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10157:34
  VkPhysicalDeviceMemoryProperties2KHR_1124077082 = VkPhysicalDeviceMemoryProperties2_1124075359 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10159:43
  VkSparseImageFormatProperties2KHR_1124077084 = VkSparseImageFormatProperties2_1124075363 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10161:40
  VkPhysicalDeviceSparseImageFormatInfo2KHR_1124077086 = VkPhysicalDeviceSparseImageFormatInfo2_1124075367 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10163:48
  PFN_vkGetPhysicalDeviceFeatures2KHR_1124077088 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceFeatures2_1124075335): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10165:26
  PFN_vkGetPhysicalDeviceProperties2KHR_1124077090 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceProperties2_1124075339): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10166:26
  PFN_vkGetPhysicalDeviceFormatProperties2KHR_1124077092 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkFormat_1124074023;
      a2: ptr VkFormatProperties2_1124075343): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10167:26
  PFN_vkGetPhysicalDeviceImageFormatProperties2KHR_1124077094 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceImageFormatInfo2_1124075351;
      a2: ptr VkImageFormatProperties2_1124075347): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10168:30
  PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR_1124077096 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkQueueFamilyProperties2_1124075355): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10169:26
  PFN_vkGetPhysicalDeviceMemoryProperties2KHR_1124077098 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceMemoryProperties2_1124075359): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10170:26
  PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR_1124077100 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceSparseImageFormatInfo2_1124075367; a2: ptr uint32;
      a3: ptr VkSparseImageFormatProperties2_1124075363): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10171:26
  VkPeerMemoryFeatureFlagsKHR_1124077102 = VkPeerMemoryFeatureFlags_1124075199 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10227:34
  VkPeerMemoryFeatureFlagBitsKHR_1124077104 = VkPeerMemoryFeatureFlagBits_1124075197 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10229:37
  VkMemoryAllocateFlagsKHR_1124077106 = VkMemoryAllocateFlags_1124075205 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10231:31
  VkMemoryAllocateFlagBitsKHR_1124077108 = VkMemoryAllocateFlagBits_1124075203 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10233:34
  VkMemoryAllocateFlagsInfoKHR_1124077110 = VkMemoryAllocateFlagsInfo_1124075283 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10235:35
  VkDeviceGroupRenderPassBeginInfoKHR_1124077112 = VkDeviceGroupRenderPassBeginInfo_1124075505 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10237:42
  VkDeviceGroupCommandBufferBeginInfoKHR_1124077114 = VkDeviceGroupCommandBufferBeginInfo_1124075287 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10239:45
  VkDeviceGroupSubmitInfoKHR_1124077116 = VkDeviceGroupSubmitInfo_1124075291 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10241:33
  VkDeviceGroupBindSparseInfoKHR_1124077118 = VkDeviceGroupBindSparseInfo_1124075295 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10243:37
  VkBindBufferMemoryDeviceGroupInfoKHR_1124077120 = VkBindBufferMemoryDeviceGroupInfo_1124075299 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10245:43
  VkBindImageMemoryDeviceGroupInfoKHR_1124077122 = VkBindImageMemoryDeviceGroupInfo_1124075303 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10247:42
  PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR_1124077124 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: uint32; a3: uint32; a4: ptr VkPeerMemoryFeatureFlags_1124075199): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10249:26
  PFN_vkCmdSetDeviceMaskKHR_1124077126 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10250:26
  PFN_vkCmdDispatchBaseKHR_1124077128 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: uint32; a4: uint32; a5: uint32; a6: uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10251:26
  VkCommandPoolTrimFlagsKHR_1124077130 = VkCommandPoolTrimFlags_1124075207 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10296:32
  PFN_vkTrimCommandPoolKHR_1124077132 = proc (a0: VkDevice_1124073944;
      a1: VkCommandPool_1124073960; a2: VkCommandPoolTrimFlags_1124075207): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10298:26
  VkPhysicalDeviceGroupPropertiesKHR_1124077134 = VkPhysicalDeviceGroupProperties_1124075307 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10315:41
  VkDeviceGroupDeviceCreateInfoKHR_1124077136 = VkDeviceGroupDeviceCreateInfo_1124075311 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10317:39
  PFN_vkEnumeratePhysicalDeviceGroupsKHR_1124077138 = proc (a0: VkInstance_1124073940;
      a1: ptr uint32; a2: ptr VkPhysicalDeviceGroupProperties_1124075307): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10319:30
  VkExternalMemoryHandleTypeFlagsKHR_1124077140 = VkExternalMemoryHandleTypeFlags_1124075213 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10336:41
  VkExternalMemoryHandleTypeFlagBitsKHR_1124077142 = VkExternalMemoryHandleTypeFlagBits_1124075211 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10338:44
  VkExternalMemoryFeatureFlagsKHR_1124077144 = VkExternalMemoryFeatureFlags_1124075219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10340:38
  VkExternalMemoryFeatureFlagBitsKHR_1124077146 = VkExternalMemoryFeatureFlagBits_1124075217 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10342:41
  VkExternalMemoryPropertiesKHR_1124077148 = VkExternalMemoryProperties_1124075399 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10344:36
  VkPhysicalDeviceExternalImageFormatInfoKHR_1124077150 = VkPhysicalDeviceExternalImageFormatInfo_1124075403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10346:49
  VkExternalImageFormatPropertiesKHR_1124077152 = VkExternalImageFormatProperties_1124075407 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10348:41
  VkPhysicalDeviceExternalBufferInfoKHR_1124077154 = VkPhysicalDeviceExternalBufferInfo_1124075411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10350:44
  VkExternalBufferPropertiesKHR_1124077156 = VkExternalBufferProperties_1124075415 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10352:36
  VkPhysicalDeviceIDPropertiesKHR_1124077158 = VkPhysicalDeviceIDProperties_1124075419 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10354:38
  PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR_1124077160 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalBufferInfo_1124075411;
      a2: ptr VkExternalBufferProperties_1124075415): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10356:26
  VkExternalMemoryImageCreateInfoKHR_1124077162 = VkExternalMemoryImageCreateInfo_1124075423 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10373:41
  VkExternalMemoryBufferCreateInfoKHR_1124077164 = VkExternalMemoryBufferCreateInfo_1124075427 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10375:42
  VkExportMemoryAllocateInfoKHR_1124077166 = VkExportMemoryAllocateInfo_1124075431 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10377:36
  struct_VkImportMemoryFdInfoKHR_1124077168 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportMemoryFdInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10385:16
    pNext*: pointer
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
    fd*: cint
  VkImportMemoryFdInfoKHR_1124077170 = struct_VkImportMemoryFdInfoKHR_1124077169 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10390:3
  struct_VkMemoryFdPropertiesKHR_1124077172 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryFdPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10392:16
    pNext*: pointer
    memoryTypeBits*: uint32
  VkMemoryFdPropertiesKHR_1124077174 = struct_VkMemoryFdPropertiesKHR_1124077173 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10396:3
  struct_VkMemoryGetFdInfoKHR_1124077176 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryGetFdInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10398:16
    pNext*: pointer
    memory*: VkDeviceMemory_1124073954
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
  VkMemoryGetFdInfoKHR_1124077178 = struct_VkMemoryGetFdInfoKHR_1124077177 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10403:3
  PFN_vkGetMemoryFdKHR_1124077180 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMemoryGetFdInfoKHR_1124077179; a2: ptr cint): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10405:30
  PFN_vkGetMemoryFdPropertiesKHR_1124077182 = proc (a0: VkDevice_1124073944;
      a1: VkExternalMemoryHandleTypeFlagBits_1124075211; a2: cint;
      a3: ptr VkMemoryFdPropertiesKHR_1124077175): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10406:30
  VkExternalSemaphoreHandleTypeFlagsKHR_1124077184 = VkExternalSemaphoreHandleTypeFlags_1124075249 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10430:44
  VkExternalSemaphoreHandleTypeFlagBitsKHR_1124077186 = VkExternalSemaphoreHandleTypeFlagBits_1124075247 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10432:47
  VkExternalSemaphoreFeatureFlagsKHR_1124077188 = VkExternalSemaphoreFeatureFlags_1124075255 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10434:41
  VkExternalSemaphoreFeatureFlagBitsKHR_1124077190 = VkExternalSemaphoreFeatureFlagBits_1124075253 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10436:44
  VkPhysicalDeviceExternalSemaphoreInfoKHR_1124077192 = VkPhysicalDeviceExternalSemaphoreInfo_1124075451 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10438:47
  VkExternalSemaphorePropertiesKHR_1124077194 = VkExternalSemaphoreProperties_1124075455 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10440:39
  PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR_1124077196 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalSemaphoreInfo_1124075451;
      a2: ptr VkExternalSemaphoreProperties_1124075455): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10442:26
  VkSemaphoreImportFlagsKHR_1124077198 = VkSemaphoreImportFlags_1124075243 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10458:32
  VkSemaphoreImportFlagBitsKHR_1124077200 = VkSemaphoreImportFlagBits_1124075241 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10460:35
  VkExportSemaphoreCreateInfoKHR_1124077202 = VkExportSemaphoreCreateInfo_1124075447 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10462:37
  struct_VkImportSemaphoreFdInfoKHR_1124077204 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportSemaphoreFdInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10470:16
    pNext*: pointer
    semaphore*: VkSemaphore_1124073948
    flags*: VkSemaphoreImportFlags_1124075243
    handleType*: VkExternalSemaphoreHandleTypeFlagBits_1124075247
    fd*: cint
  VkImportSemaphoreFdInfoKHR_1124077206 = struct_VkImportSemaphoreFdInfoKHR_1124077205 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10477:3
  struct_VkSemaphoreGetFdInfoKHR_1124077208 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreGetFdInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10479:16
    pNext*: pointer
    semaphore*: VkSemaphore_1124073948
    handleType*: VkExternalSemaphoreHandleTypeFlagBits_1124075247
  VkSemaphoreGetFdInfoKHR_1124077210 = struct_VkSemaphoreGetFdInfoKHR_1124077209 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10484:3
  PFN_vkImportSemaphoreFdKHR_1124077212 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImportSemaphoreFdInfoKHR_1124077207): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10486:30
  PFN_vkGetSemaphoreFdKHR_1124077214 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreGetFdInfoKHR_1124077211; a2: ptr cint): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10487:30
  VkPhysicalDevicePushDescriptorPropertiesKHR_1124077216 = VkPhysicalDevicePushDescriptorProperties_1124076351 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10509:50
  PFN_vkCmdPushDescriptorSetKHR_1124077218 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineBindPoint_1124074091; a2: VkPipelineLayout_1124073981;
      a3: uint32; a4: uint32; a5: ptr VkWriteDescriptorSet_1124074767): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10511:26
  PFN_vkCmdPushDescriptorSetWithTemplateKHR_1124077220 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkDescriptorUpdateTemplate_1124075167;
      a2: VkPipelineLayout_1124073981; a3: uint32; a4: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10512:26
  VkPhysicalDeviceShaderFloat16Int8FeaturesKHR_1124077222 = VkPhysicalDeviceShaderFloat16Int8Features_1124075721 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10540:51
  VkPhysicalDeviceFloat16Int8FeaturesKHR_1124077224 = VkPhysicalDeviceShaderFloat16Int8Features_1124075721 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10542:51
  VkPhysicalDevice16BitStorageFeaturesKHR_1124077226 = VkPhysicalDevice16BitStorageFeatures_1124075463 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10550:46
  struct_VkRectLayerKHR_1124077228 {.pure, inheritable, bycopy.} = object
    offset*: VkOffset2D_1124074451 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10558:16
    extent*: VkExtent2D_1124074443
    layer*: uint32
  VkRectLayerKHR_1124077230 = struct_VkRectLayerKHR_1124077229 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10562:3
  struct_VkPresentRegionKHR_1124077232 {.pure, inheritable, bycopy.} = object
    rectangleCount*: uint32  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10564:16
    pRectangles*: ptr VkRectLayerKHR_1124077231
  VkPresentRegionKHR_1124077234 = struct_VkPresentRegionKHR_1124077233 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10567:3
  struct_VkPresentRegionsKHR_1124077236 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PresentRegionsKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10569:16
    pNext*: pointer
    swapchainCount*: uint32
    pRegions*: ptr VkPresentRegionKHR_1124077235
  VkPresentRegionsKHR_1124077238 = struct_VkPresentRegionsKHR_1124077237 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10574:3
  VkDescriptorUpdateTemplateKHR_1124077240 = VkDescriptorUpdateTemplate_1124075167 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10580:36
  VkDescriptorUpdateTemplateTypeKHR_1124077242 = VkDescriptorUpdateTemplateType_1124075173 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10584:40
  VkDescriptorUpdateTemplateCreateFlagsKHR_1124077244 = VkDescriptorUpdateTemplateCreateFlags_1124075263 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10586:47
  VkDescriptorUpdateTemplateEntryKHR_1124077246 = VkDescriptorUpdateTemplateEntry_1124075473 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10588:41
  VkDescriptorUpdateTemplateCreateInfoKHR_1124077248 = VkDescriptorUpdateTemplateCreateInfo_1124075477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10590:46
  PFN_vkCreateDescriptorUpdateTemplateKHR_1124077250 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorUpdateTemplateCreateInfo_1124075477;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkDescriptorUpdateTemplate_1124075167): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10592:30
  PFN_vkDestroyDescriptorUpdateTemplateKHR_1124077252 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorUpdateTemplate_1124075167; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10593:26
  PFN_vkUpdateDescriptorSetWithTemplateKHR_1124077254 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorSet_1124073989; a2: VkDescriptorUpdateTemplate_1124075167;
      a3: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10594:26
  VkPhysicalDeviceImagelessFramebufferFeaturesKHR_1124077256 = VkPhysicalDeviceImagelessFramebufferFeatures_1124075809 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10626:54
  VkFramebufferAttachmentsCreateInfoKHR_1124077258 = VkFramebufferAttachmentsCreateInfo_1124075817 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10628:44
  VkFramebufferAttachmentImageInfoKHR_1124077260 = VkFramebufferAttachmentImageInfo_1124075813 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10630:42
  VkRenderPassAttachmentBeginInfoKHR_1124077262 = VkRenderPassAttachmentBeginInfo_1124075821 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10632:41
  VkRenderPassCreateInfo2KHR_1124077264 = VkRenderPassCreateInfo2_1124075785 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10640:33
  VkAttachmentDescription2KHR_1124077266 = VkAttachmentDescription2_1124075769 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10642:34
  VkAttachmentReference2KHR_1124077268 = VkAttachmentReference2_1124075773 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10644:32
  VkSubpassDescription2KHR_1124077270 = VkSubpassDescription2_1124075777 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10646:31
  VkSubpassDependency2KHR_1124077272 = VkSubpassDependency2_1124075781 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10648:30
  VkSubpassBeginInfoKHR_1124077274 = VkSubpassBeginInfo_1124075789 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10650:28
  VkSubpassEndInfoKHR_1124077276 = VkSubpassEndInfo_1124075793 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10652:26
  PFN_vkCreateRenderPass2KHR_1124077278 = proc (a0: VkDevice_1124073944;
      a1: ptr VkRenderPassCreateInfo2_1124075785; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkRenderPass_1124073962): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10654:30
  PFN_vkCmdBeginRenderPass2KHR_1124077280 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderPassBeginInfo_1124074891; a2: ptr VkSubpassBeginInfo_1124075789): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10655:26
  PFN_vkCmdNextSubpass2KHR_1124077282 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkSubpassBeginInfo_1124075789; a2: ptr VkSubpassEndInfo_1124075793): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10656:26
  PFN_vkCmdEndRenderPass2KHR_1124077284 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkSubpassEndInfo_1124075793): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10657:26
  struct_VkSharedPresentSurfaceCapabilitiesKHR_1124077286 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SharedPresentSurfaceCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10694:16
    pNext*: pointer
    sharedPresentSupportedUsageFlags*: VkImageUsageFlags_1124074175
  VkSharedPresentSurfaceCapabilitiesKHR_1124077288 = struct_VkSharedPresentSurfaceCapabilitiesKHR_1124077287 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10698:3
  PFN_vkGetSwapchainStatusKHR_1124077290 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10700:30
  VkExternalFenceHandleTypeFlagsKHR_1124077292 = VkExternalFenceHandleTypeFlags_1124075225 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10715:40
  VkExternalFenceHandleTypeFlagBitsKHR_1124077294 = VkExternalFenceHandleTypeFlagBits_1124075223 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10717:43
  VkExternalFenceFeatureFlagsKHR_1124077296 = VkExternalFenceFeatureFlags_1124075231 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10719:37
  VkExternalFenceFeatureFlagBitsKHR_1124077298 = VkExternalFenceFeatureFlagBits_1124075229 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10721:40
  VkPhysicalDeviceExternalFenceInfoKHR_1124077300 = VkPhysicalDeviceExternalFenceInfo_1124075435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10723:43
  VkExternalFencePropertiesKHR_1124077302 = VkExternalFenceProperties_1124075439 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10725:35
  PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR_1124077304 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalFenceInfo_1124075435;
      a2: ptr VkExternalFenceProperties_1124075439): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10727:26
  VkFenceImportFlagsKHR_1124077306 = VkFenceImportFlags_1124075237 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10743:28
  VkFenceImportFlagBitsKHR_1124077308 = VkFenceImportFlagBits_1124075235 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10745:31
  VkExportFenceCreateInfoKHR_1124077310 = VkExportFenceCreateInfo_1124075443 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10747:33
  struct_VkImportFenceFdInfoKHR_1124077312 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportFenceFdInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10755:16
    pNext*: pointer
    fence*: VkFence_1124073952
    flags*: VkFenceImportFlags_1124075237
    handleType*: VkExternalFenceHandleTypeFlagBits_1124075223
    fd*: cint
  VkImportFenceFdInfoKHR_1124077314 = struct_VkImportFenceFdInfoKHR_1124077313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10762:3
  struct_VkFenceGetFdInfoKHR_1124077316 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FenceGetFdInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10764:16
    pNext*: pointer
    fence*: VkFence_1124073952
    handleType*: VkExternalFenceHandleTypeFlagBits_1124075223
  VkFenceGetFdInfoKHR_1124077318 = struct_VkFenceGetFdInfoKHR_1124077317 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10769:3
  PFN_vkImportFenceFdKHR_1124077320 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImportFenceFdInfoKHR_1124077315): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10771:30
  PFN_vkGetFenceFdKHR_1124077322 = proc (a0: VkDevice_1124073944;
      a1: ptr VkFenceGetFdInfoKHR_1124077319; a2: ptr cint): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10772:30
  VkPerformanceCounterUnitKHR_1124077326 = enum_VkPerformanceCounterUnitKHR_1124077325 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10808:3
  VkPerformanceCounterScopeKHR_1124077330 = enum_VkPerformanceCounterScopeKHR_1124077329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10821:3
  VkPerformanceCounterStorageKHR_1124077334 = enum_VkPerformanceCounterStorageKHR_1124077333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10831:3
  VkPerformanceCounterDescriptionFlagBitsKHR_1124077338 = enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077337 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10841:3
  VkPerformanceCounterDescriptionFlagsKHR_1124077340 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10842:17
  VkAcquireProfilingLockFlagBitsKHR_1124077344 = enum_VkAcquireProfilingLockFlagBitsKHR_1124077343 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10846:3
  VkAcquireProfilingLockFlagsKHR_1124077346 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10847:17
  struct_VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077348 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePerformanceQueryFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10848:16
    pNext*: pointer
    performanceCounterQueryPools*: VkBool32_1124073926
    performanceCounterMultipleQueryPools*: VkBool32_1124073926
  VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077350 = struct_VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077349 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10853:3
  struct_VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077352 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePerformanceQueryPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10855:16
    pNext*: pointer
    allowCommandBufferQueryCopies*: VkBool32_1124073926
  VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077354 = struct_VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10859:3
  struct_VkPerformanceCounterKHR_1124077356 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceCounterKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10861:16
    pNext*: pointer
    unit*: VkPerformanceCounterUnitKHR_1124077327
    scope*: VkPerformanceCounterScopeKHR_1124077331
    storage*: VkPerformanceCounterStorageKHR_1124077335
    uuid*: array[16'i64, uint8]
  VkPerformanceCounterKHR_1124077358 = struct_VkPerformanceCounterKHR_1124077357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10868:3
  struct_VkPerformanceCounterDescriptionKHR_1124077360 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceCounterDescriptionKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10870:16
    pNext*: pointer
    flags*: VkPerformanceCounterDescriptionFlagsKHR_1124077341
    name*: array[256'i64, cschar]
    category*: array[256'i64, cschar]
    description*: array[256'i64, cschar]
  VkPerformanceCounterDescriptionKHR_1124077362 = struct_VkPerformanceCounterDescriptionKHR_1124077361 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10877:3
  struct_VkQueryPoolPerformanceCreateInfoKHR_1124077364 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueryPoolPerformanceCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10879:16
    pNext*: pointer
    queueFamilyIndex*: uint32
    counterIndexCount*: uint32
    pCounterIndices*: ptr uint32
  VkQueryPoolPerformanceCreateInfoKHR_1124077366 = struct_VkQueryPoolPerformanceCreateInfoKHR_1124077365 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10885:3
  union_VkPerformanceCounterResultKHR_1124077368 {.union, bycopy.} = object
    int32*: int32            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10887:15
    int64*: int64
    uint32*: uint32
    uint64*: uint64
    float32*: cfloat
    float64*: cdouble
  VkPerformanceCounterResultKHR_1124077370 = union_VkPerformanceCounterResultKHR_1124077369 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10894:3
  struct_VkAcquireProfilingLockInfoKHR_1124077372 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AcquireProfilingLockInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10896:16
    pNext*: pointer
    flags*: VkAcquireProfilingLockFlagsKHR_1124077347
    timeout*: uint64
  VkAcquireProfilingLockInfoKHR_1124077374 = struct_VkAcquireProfilingLockInfoKHR_1124077373 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10901:3
  struct_VkPerformanceQuerySubmitInfoKHR_1124077376 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceQuerySubmitInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10903:16
    pNext*: pointer
    counterPassIndex*: uint32
  VkPerformanceQuerySubmitInfoKHR_1124077378 = struct_VkPerformanceQuerySubmitInfoKHR_1124077377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10907:3
  PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR_1124077380 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32; a2: ptr uint32;
      a3: ptr VkPerformanceCounterKHR_1124077359;
      a4: ptr VkPerformanceCounterDescriptionKHR_1124077363): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10909:30
  PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR_1124077382 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkQueryPoolPerformanceCreateInfoKHR_1124077367; a2: ptr uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10910:26
  PFN_vkAcquireProfilingLockKHR_1124077384 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAcquireProfilingLockInfoKHR_1124077375): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10911:30
  PFN_vkReleaseProfilingLockKHR_1124077386 = proc (a0: VkDevice_1124073944): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10912:26
  VkPointClippingBehaviorKHR_1124077388 = VkPointClippingBehavior_1124075189 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10952:33
  VkTessellationDomainOriginKHR_1124077390 = VkTessellationDomainOrigin_1124075193 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10954:36
  VkPhysicalDevicePointClippingPropertiesKHR_1124077392 = VkPhysicalDevicePointClippingProperties_1124075509 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10956:49
  VkRenderPassInputAttachmentAspectCreateInfoKHR_1124077394 = VkRenderPassInputAttachmentAspectCreateInfo_1124075517 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10958:53
  VkInputAttachmentAspectReferenceKHR_1124077396 = VkInputAttachmentAspectReference_1124075513 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10960:42
  VkImageViewUsageCreateInfoKHR_1124077398 = VkImageViewUsageCreateInfo_1124075371 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10962:36
  VkPipelineTessellationDomainOriginStateCreateInfoKHR_1124077400 = VkPipelineTessellationDomainOriginStateCreateInfo_1124075521 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10964:59
  struct_VkPhysicalDeviceSurfaceInfo2KHR_1124077402 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSurfaceInfo2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10972:16
    pNext*: pointer
    surface*: VkSurfaceKHR_1124076467
  VkPhysicalDeviceSurfaceInfo2KHR_1124077404 = struct_VkPhysicalDeviceSurfaceInfo2KHR_1124077403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10976:3
  struct_VkSurfaceCapabilities2KHR_1124077406 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceCapabilities2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10978:16
    pNext*: pointer
    surfaceCapabilities*: VkSurfaceCapabilitiesKHR_1124076491
  VkSurfaceCapabilities2KHR_1124077408 = struct_VkSurfaceCapabilities2KHR_1124077407 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10982:3
  struct_VkSurfaceFormat2KHR_1124077410 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceFormat2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10984:16
    pNext*: pointer
    surfaceFormat*: VkSurfaceFormatKHR_1124076495
  VkSurfaceFormat2KHR_1124077412 = struct_VkSurfaceFormat2KHR_1124077411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10988:3
  PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR_1124077414 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      a2: ptr VkSurfaceCapabilities2KHR_1124077409): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10990:30
  PFN_vkGetPhysicalDeviceSurfaceFormats2KHR_1124077416 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      a2: ptr uint32; a3: ptr VkSurfaceFormat2KHR_1124077413): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10991:30
  VkPhysicalDeviceVariablePointerFeaturesKHR_1124077418 = VkPhysicalDeviceVariablePointersFeatures_1124075467 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11015:50
  VkPhysicalDeviceVariablePointersFeaturesKHR_1124077420 = VkPhysicalDeviceVariablePointersFeatures_1124075467 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11017:50
  struct_VkDisplayProperties2KHR_1124077422 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayProperties2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11025:16
    pNext*: pointer
    displayProperties*: VkDisplayPropertiesKHR_1124076607
  VkDisplayProperties2KHR_1124077424 = struct_VkDisplayProperties2KHR_1124077423 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11029:3
  struct_VkDisplayPlaneProperties2KHR_1124077426 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayPlaneProperties2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11031:16
    pNext*: pointer
    displayPlaneProperties*: VkDisplayPlanePropertiesKHR_1124076603
  VkDisplayPlaneProperties2KHR_1124077428 = struct_VkDisplayPlaneProperties2KHR_1124077427 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11035:3
  struct_VkDisplayModeProperties2KHR_1124077430 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayModeProperties2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11037:16
    pNext*: pointer
    displayModeProperties*: VkDisplayModePropertiesKHR_1124076595
  VkDisplayModeProperties2KHR_1124077432 = struct_VkDisplayModeProperties2KHR_1124077431 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11041:3
  struct_VkDisplayPlaneInfo2KHR_1124077434 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayPlaneInfo2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11043:16
    pNext*: pointer
    mode*: VkDisplayModeKHR_1124076573
    planeIndex*: uint32
  VkDisplayPlaneInfo2KHR_1124077436 = struct_VkDisplayPlaneInfo2KHR_1124077435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11048:3
  struct_VkDisplayPlaneCapabilities2KHR_1124077438 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayPlaneCapabilities2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11050:16
    pNext*: pointer
    capabilities*: VkDisplayPlaneCapabilitiesKHR_1124076599
  VkDisplayPlaneCapabilities2KHR_1124077440 = struct_VkDisplayPlaneCapabilities2KHR_1124077439 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11054:3
  PFN_vkGetPhysicalDeviceDisplayProperties2KHR_1124077442 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkDisplayProperties2KHR_1124077425): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11056:30
  PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR_1124077444 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkDisplayPlaneProperties2KHR_1124077429): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11057:30
  PFN_vkGetDisplayModeProperties2KHR_1124077446 = proc (a0: VkPhysicalDevice_1124073942;
      a1: VkDisplayKHR_1124076571; a2: ptr uint32;
      a3: ptr VkDisplayModeProperties2KHR_1124077433): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11058:30
  PFN_vkGetDisplayPlaneCapabilities2KHR_1124077448 = proc (a0: VkPhysicalDevice_1124073942;
      a1: ptr VkDisplayPlaneInfo2KHR_1124077437;
      a2: ptr VkDisplayPlaneCapabilities2KHR_1124077441): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11059:30
  VkMemoryDedicatedRequirementsKHR_1124077450 = VkMemoryDedicatedRequirements_1124075275 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11097:39
  VkMemoryDedicatedAllocateInfoKHR_1124077452 = VkMemoryDedicatedAllocateInfo_1124075279 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11099:39
  struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077454 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderBfloat16FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11113:16
    pNext*: pointer
    shaderBFloat16Type*: VkBool32_1124073926
    shaderBFloat16DotProduct*: VkBool32_1124073926
    shaderBFloat16CooperativeMatrix*: VkBool32_1124073926
  VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077456 = struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077455 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11119:3
  VkBufferMemoryRequirementsInfo2KHR_1124077458 = VkBufferMemoryRequirementsInfo2_1124075315 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11133:41
  VkImageMemoryRequirementsInfo2KHR_1124077460 = VkImageMemoryRequirementsInfo2_1124075319 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11135:40
  VkImageSparseMemoryRequirementsInfo2KHR_1124077462 = VkImageSparseMemoryRequirementsInfo2_1124075323 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11137:46
  VkMemoryRequirements2KHR_1124077464 = VkMemoryRequirements2_1124075327 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11139:31
  VkSparseImageMemoryRequirements2KHR_1124077466 = VkSparseImageMemoryRequirements2_1124075331 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11141:42
  PFN_vkGetImageMemoryRequirements2KHR_1124077468 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageMemoryRequirementsInfo2_1124075319;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11143:26
  PFN_vkGetBufferMemoryRequirements2KHR_1124077470 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferMemoryRequirementsInfo2_1124075315;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11144:26
  PFN_vkGetImageSparseMemoryRequirements2KHR_1124077472 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageSparseMemoryRequirementsInfo2_1124075323; a2: ptr uint32;
      a3: ptr VkSparseImageMemoryRequirements2_1124075331): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11145:26
  VkImageFormatListCreateInfoKHR_1124077474 = VkImageFormatListCreateInfo_1124075653 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11176:37
  VkSamplerYcbcrConversionKHR_1124077476 = VkSamplerYcbcrConversion_1124075169 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11182:34
  VkSamplerYcbcrModelConversionKHR_1124077478 = VkSamplerYcbcrModelConversion_1124075177 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11186:39
  VkSamplerYcbcrRangeKHR_1124077480 = VkSamplerYcbcrRange_1124075181 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11188:29
  VkChromaLocationKHR_1124077482 = VkChromaLocation_1124075185 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11190:26
  VkSamplerYcbcrConversionCreateInfoKHR_1124077484 = VkSamplerYcbcrConversionCreateInfo_1124075489 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11192:44
  VkSamplerYcbcrConversionInfoKHR_1124077486 = VkSamplerYcbcrConversionInfo_1124075493 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11194:38
  VkBindImagePlaneMemoryInfoKHR_1124077488 = VkBindImagePlaneMemoryInfo_1124075391 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11196:36
  VkImagePlaneMemoryRequirementsInfoKHR_1124077490 = VkImagePlaneMemoryRequirementsInfo_1124075395 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11198:44
  VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR_1124077492 = VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075497 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11200:56
  VkSamplerYcbcrConversionImageFormatPropertiesKHR_1124077494 = VkSamplerYcbcrConversionImageFormatProperties_1124075501 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11202:55
  PFN_vkCreateSamplerYcbcrConversionKHR_1124077496 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSamplerYcbcrConversionCreateInfo_1124075489;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSamplerYcbcrConversion_1124075169): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11204:30
  PFN_vkDestroySamplerYcbcrConversionKHR_1124077498 = proc (a0: VkDevice_1124073944;
      a1: VkSamplerYcbcrConversion_1124075169; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11205:26
  VkBindBufferMemoryInfoKHR_1124077500 = VkBindBufferMemoryInfo_1124075267 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11229:32
  VkBindImageMemoryInfoKHR_1124077502 = VkBindImageMemoryInfo_1124075271 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11231:31
  PFN_vkBindBufferMemory2KHR_1124077504 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkBindBufferMemoryInfo_1124075267): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11233:30
  PFN_vkBindImageMemory2KHR_1124077506 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkBindImageMemoryInfo_1124075271): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11234:30
  VkPhysicalDeviceMaintenance3PropertiesKHR_1124077508 = VkPhysicalDeviceMaintenance3Properties_1124075481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11261:48
  VkDescriptorSetLayoutSupportKHR_1124077510 = VkDescriptorSetLayoutSupport_1124075485 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11263:38
  PFN_vkGetDescriptorSetLayoutSupportKHR_1124077512 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorSetLayoutCreateInfo_1124074763;
      a2: ptr VkDescriptorSetLayoutSupport_1124075485): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11265:26
  PFN_vkCmdDrawIndirectCountKHR_1124077514 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11281:26
  PFN_vkCmdDrawIndexedIndirectCountKHR_1124077516 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11282:26
  VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR_1124077518 = VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075765 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11313:61
  VkPhysicalDevice8BitStorageFeaturesKHR_1124077520 = VkPhysicalDevice8BitStorageFeatures_1124075713 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11321:45
  VkPhysicalDeviceShaderAtomicInt64FeaturesKHR_1124077522 = VkPhysicalDeviceShaderAtomicInt64Features_1124075717 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11329:51
  struct_VkPhysicalDeviceShaderClockFeaturesKHR_1124077524 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderClockFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11337:16
    pNext*: pointer
    shaderSubgroupClock*: VkBool32_1124073926
    shaderDeviceClock*: VkBool32_1124073926
  VkPhysicalDeviceShaderClockFeaturesKHR_1124077526 = struct_VkPhysicalDeviceShaderClockFeaturesKHR_1124077525 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11342:3
  struct_VkVideoDecodeH265ProfileInfoKHR_1124077528 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11351:16
    pNext*: pointer
    stdProfileIdc*: StdVideoH265ProfileIdc_1124076993
  VkVideoDecodeH265ProfileInfoKHR_1124077530 = struct_VkVideoDecodeH265ProfileInfoKHR_1124077529 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11355:3
  struct_VkVideoDecodeH265CapabilitiesKHR_1124077532 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11357:16
    pNext*: pointer
    maxLevelIdc*: StdVideoH265LevelIdc_1124076935
  VkVideoDecodeH265CapabilitiesKHR_1124077534 = struct_VkVideoDecodeH265CapabilitiesKHR_1124077533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11361:3
  struct_VkVideoDecodeH265SessionParametersAddInfoKHR_1124077536 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265SessionParametersAddInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11363:16
    pNext*: pointer
    stdVPSCount*: uint32
    pStdVPSs*: ptr StdVideoH265VideoParameterSet_1124076953
    stdSPSCount*: uint32
    pStdSPSs*: ptr StdVideoH265SequenceParameterSet_1124076955
    stdPPSCount*: uint32
    pStdPPSs*: ptr StdVideoH265PictureParameterSet_1124076957
  VkVideoDecodeH265SessionParametersAddInfoKHR_1124077538 = struct_VkVideoDecodeH265SessionParametersAddInfoKHR_1124077537 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11372:3
  struct_VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077540 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265SessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11374:16
    pNext*: pointer
    maxStdVPSCount*: uint32
    maxStdSPSCount*: uint32
    maxStdPPSCount*: uint32
    pParametersAddInfo*: ptr VkVideoDecodeH265SessionParametersAddInfoKHR_1124077539
  VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077542 = struct_VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077541 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11381:3
  struct_VkVideoDecodeH265PictureInfoKHR_1124077544 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11383:16
    pNext*: pointer
    pStdPictureInfo*: ptr StdVideoDecodeH265PictureInfo_1124077547
    sliceSegmentCount*: uint32
    pSliceSegmentOffsets*: ptr uint32
  StdVideoDecodeH265PictureInfo_1124077546 = struct_StdVideoDecodeH265PictureInfo_1124082939 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:50:3
  VkVideoDecodeH265PictureInfoKHR_1124077548 = struct_VkVideoDecodeH265PictureInfoKHR_1124077545 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11389:3
  struct_VkVideoDecodeH265DpbSlotInfoKHR_1124077550 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265DpbSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11391:16
    pNext*: pointer
    pStdReferenceInfo*: ptr StdVideoDecodeH265ReferenceInfo_1124077553
  StdVideoDecodeH265ReferenceInfo_1124077552 = struct_StdVideoDecodeH265ReferenceInfo_1124082941 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:60:3
  VkVideoDecodeH265DpbSlotInfoKHR_1124077554 = struct_VkVideoDecodeH265DpbSlotInfoKHR_1124077551 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11395:3
  VkQueueGlobalPriorityKHR_1124077556 = VkQueueGlobalPriority_1124076199 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11404:31
  VkDeviceQueueGlobalPriorityCreateInfoKHR_1124077558 = VkDeviceQueueGlobalPriorityCreateInfo_1124076235 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11406:47
  VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR_1124077560 = VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076239 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11408:53
  VkQueueFamilyGlobalPriorityPropertiesKHR_1124077562 = VkQueueFamilyGlobalPriorityProperties_1124076243 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11410:47
  VkDriverIdKHR_1124077564 = VkDriverId_1124075599 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11420:20
  VkConformanceVersionKHR_1124077566 = VkConformanceVersion_1124075645 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11422:30
  VkPhysicalDeviceDriverPropertiesKHR_1124077568 = VkPhysicalDeviceDriverProperties_1124075657 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11424:42
  VkShaderFloatControlsIndependenceKHR_1124077570 = VkShaderFloatControlsIndependence_1124075603 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11432:43
  VkPhysicalDeviceFloatControlsPropertiesKHR_1124077572 = VkPhysicalDeviceFloatControlsProperties_1124075725 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11434:49
  VkResolveModeFlagBitsKHR_1124077574 = VkResolveModeFlagBits_1124075615 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11442:31
  VkResolveModeFlagsKHR_1124077576 = VkResolveModeFlags_1124075617 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11444:28
  VkSubpassDescriptionDepthStencilResolveKHR_1124077578 = VkSubpassDescriptionDepthStencilResolve_1124075797 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11446:49
  VkPhysicalDeviceDepthStencilResolvePropertiesKHR_1124077580 = VkPhysicalDeviceDepthStencilResolveProperties_1124075801 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11448:55
  VkSemaphoreTypeKHR_1124077582 = VkSemaphoreType_1124075607 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11462:25
  VkSemaphoreWaitFlagBitsKHR_1124077584 = VkSemaphoreWaitFlagBits_1124075621 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11464:33
  VkSemaphoreWaitFlagsKHR_1124077586 = VkSemaphoreWaitFlags_1124075623 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11466:30
  VkPhysicalDeviceTimelineSemaphoreFeaturesKHR_1124077588 = VkPhysicalDeviceTimelineSemaphoreFeatures_1124075669 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11468:51
  VkPhysicalDeviceTimelineSemaphorePropertiesKHR_1124077590 = VkPhysicalDeviceTimelineSemaphoreProperties_1124075673 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11470:53
  VkSemaphoreTypeCreateInfoKHR_1124077592 = VkSemaphoreTypeCreateInfo_1124075677 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11472:35
  VkTimelineSemaphoreSubmitInfoKHR_1124077594 = VkTimelineSemaphoreSubmitInfo_1124075681 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11474:39
  VkSemaphoreWaitInfoKHR_1124077596 = VkSemaphoreWaitInfo_1124075685 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11476:29
  VkSemaphoreSignalInfoKHR_1124077598 = VkSemaphoreSignalInfo_1124075689 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11478:31
  PFN_vkGetSemaphoreCounterValueKHR_1124077600 = proc (a0: VkDevice_1124073944;
      a1: VkSemaphore_1124073948; a2: ptr uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11480:30
  PFN_vkWaitSemaphoresKHR_1124077602 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreWaitInfo_1124075685; a2: uint64): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11481:30
  PFN_vkSignalSemaphoreKHR_1124077604 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreSignalInfo_1124075689): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11482:30
  VkPhysicalDeviceVulkanMemoryModelFeaturesKHR_1124077606 = VkPhysicalDeviceVulkanMemoryModelFeatures_1124075661 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11511:51
  VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR_1124077608 = VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076021 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11519:59
  VkFragmentShadingRateCombinerOpKHR_1124077612 = enum_VkFragmentShadingRateCombinerOpKHR_1124077611 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11535:3
  struct_VkFragmentShadingRateAttachmentInfoKHR_1124077614 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FragmentShadingRateAttachmentInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11536:16
    pNext*: pointer
    pFragmentShadingRateAttachment*: ptr VkAttachmentReference2_1124075773
    shadingRateAttachmentTexelSize*: VkExtent2D_1124074443
  VkFragmentShadingRateAttachmentInfoKHR_1124077616 = struct_VkFragmentShadingRateAttachmentInfoKHR_1124077615 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11541:3
  struct_VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077618 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineFragmentShadingRateStateCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11543:16
    pNext*: pointer
    fragmentSize*: VkExtent2D_1124074443
    combinerOps*: array[2'i64, VkFragmentShadingRateCombinerOpKHR_1124077613]
  VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077620 = struct_VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077619 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11548:3
  struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077622 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShadingRateFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11550:16
    pNext*: pointer
    pipelineFragmentShadingRate*: VkBool32_1124073926
    primitiveFragmentShadingRate*: VkBool32_1124073926
    attachmentFragmentShadingRate*: VkBool32_1124073926
  VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077624 = struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077623 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11556:3
  struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077626 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShadingRatePropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11558:16
    pNext*: pointer
    minFragmentShadingRateAttachmentTexelSize*: VkExtent2D_1124074443
    maxFragmentShadingRateAttachmentTexelSize*: VkExtent2D_1124074443
    maxFragmentShadingRateAttachmentTexelSizeAspectRatio*: uint32
    primitiveFragmentShadingRateWithMultipleViewports*: VkBool32_1124073926
    layeredShadingRateAttachments*: VkBool32_1124073926
    fragmentShadingRateNonTrivialCombinerOps*: VkBool32_1124073926
    maxFragmentSize*: VkExtent2D_1124074443
    maxFragmentSizeAspectRatio*: uint32
    maxFragmentShadingRateCoverageSamples*: uint32
    maxFragmentShadingRateRasterizationSamples*: VkSampleCountFlagBits_1124074167
    fragmentShadingRateWithShaderDepthStencilWrites*: VkBool32_1124073926
    fragmentShadingRateWithSampleMask*: VkBool32_1124073926
    fragmentShadingRateWithShaderSampleMask*: VkBool32_1124073926
    fragmentShadingRateWithConservativeRasterization*: VkBool32_1124073926
    fragmentShadingRateWithFragmentShaderInterlock*: VkBool32_1124073926
    fragmentShadingRateWithCustomSampleLocations*: VkBool32_1124073926
    fragmentShadingRateStrictMultiplyCombiner*: VkBool32_1124073926
  VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077628 = struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077627 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11578:3
  struct_VkPhysicalDeviceFragmentShadingRateKHR_1124077630 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShadingRateKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11580:16
    pNext*: pointer
    sampleCounts*: VkSampleCountFlags_1124074169
    fragmentSize*: VkExtent2D_1124074443
  VkPhysicalDeviceFragmentShadingRateKHR_1124077632 = struct_VkPhysicalDeviceFragmentShadingRateKHR_1124077631 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11585:3
  struct_VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077634 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingFragmentShadingRateAttachmentInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11587:16
    pNext*: pointer
    imageView*: VkImageView_1124073958
    imageLayout*: VkImageLayout_1124074003
    shadingRateAttachmentTexelSize*: VkExtent2D_1124074443
  VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077636 = struct_VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077635 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11593:3
  PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR_1124077638 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkPhysicalDeviceFragmentShadingRateKHR_1124077633): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11595:30
  PFN_vkCmdSetFragmentShadingRateKHR_1124077640 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkExtent2D_1124074443;
      a2: array[2'i64, VkFragmentShadingRateCombinerOpKHR_1124077613]): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11596:26
  VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR_1124077642 = VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076419 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11619:59
  VkRenderingAttachmentLocationInfoKHR_1124077644 = VkRenderingAttachmentLocationInfo_1124076423 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11621:43
  VkRenderingInputAttachmentIndexInfoKHR_1124077646 = VkRenderingInputAttachmentIndexInfo_1124076427 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11623:45
  PFN_vkCmdSetRenderingAttachmentLocationsKHR_1124077648 = proc (
      a0: VkCommandBuffer_1124073950; a1: ptr VkRenderingAttachmentLocationInfo_1124076423): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11625:26
  PFN_vkCmdSetRenderingInputAttachmentIndicesKHR_1124077650 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderingInputAttachmentIndexInfo_1124076427): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11626:26
  struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077652 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderQuadControlFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11647:16
    pNext*: pointer
    shaderQuadControl*: VkBool32_1124073926
  VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077654 = struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077653 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11651:3
  struct_VkSurfaceProtectedCapabilitiesKHR_1124077656 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceProtectedCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11665:16
    pNext*: pointer
    supportsProtected*: VkBool32_1124073926
  VkSurfaceProtectedCapabilitiesKHR_1124077658 = struct_VkSurfaceProtectedCapabilitiesKHR_1124077657 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11669:3
  VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR_1124077660 = VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075825 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11677:61
  VkAttachmentReferenceStencilLayoutKHR_1124077662 = VkAttachmentReferenceStencilLayout_1124075829 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11679:44
  VkAttachmentDescriptionStencilLayoutKHR_1124077664 = VkAttachmentDescriptionStencilLayout_1124075833 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11681:46
  struct_VkPhysicalDevicePresentWaitFeaturesKHR_1124077666 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentWaitFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11689:16
    pNext*: pointer
    presentWait*: VkBool32_1124073926
  VkPhysicalDevicePresentWaitFeaturesKHR_1124077668 = struct_VkPhysicalDevicePresentWaitFeaturesKHR_1124077667 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11693:3
  PFN_vkWaitForPresentKHR_1124077670 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: uint64; a3: uint64): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11695:30
  VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR_1124077672 = VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075761 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11712:61
  VkPhysicalDeviceBufferDeviceAddressFeaturesKHR_1124077674 = VkPhysicalDeviceBufferDeviceAddressFeatures_1124075693 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11720:53
  VkBufferDeviceAddressInfoKHR_1124077676 = VkBufferDeviceAddressInfo_1124075697 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11722:35
  VkBufferOpaqueCaptureAddressCreateInfoKHR_1124077678 = VkBufferOpaqueCaptureAddressCreateInfo_1124075701 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11724:48
  VkMemoryOpaqueCaptureAddressAllocateInfoKHR_1124077680 = VkMemoryOpaqueCaptureAddressAllocateInfo_1124075705 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11726:50
  VkDeviceMemoryOpaqueCaptureAddressInfoKHR_1124077682 = VkDeviceMemoryOpaqueCaptureAddressInfo_1124075709 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11728:48
  PFN_vkGetBufferDeviceAddressKHR_1124077684 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferDeviceAddressInfo_1124075697): VkDeviceAddress_1124073928 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11730:37
  PFN_vkGetBufferOpaqueCaptureAddressKHR_1124077686 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferDeviceAddressInfo_1124075697): uint64 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11731:30
  PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR_1124077688 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceMemoryOpaqueCaptureAddressInfo_1124075709): uint64 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11732:30
  VkDeferredOperationKHR_1124077690 = ptr struct_VkDeferredOperationKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11757:1
  PFN_vkCreateDeferredOperationKHR_1124077692 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAllocationCallbacks_1124074499; a2: ptr VkDeferredOperationKHR_1124077691): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11760:30
  PFN_vkDestroyDeferredOperationKHR_1124077694 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11761:26
  PFN_vkGetDeferredOperationMaxConcurrencyKHR_1124077696 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691): uint32 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11762:30
  PFN_vkGetDeferredOperationResultKHR_1124077698 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11763:30
  PFN_vkDeferredOperationJoinKHR_1124077700 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11764:30
  VkPipelineExecutableStatisticFormatKHR_1124077704 = enum_VkPipelineExecutableStatisticFormatKHR_1124077703 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11812:3
  struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077706 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineExecutablePropertiesFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11813:16
    pNext*: pointer
    pipelineExecutableInfo*: VkBool32_1124073926
  VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077708 = struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077707 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11817:3
  struct_VkPipelineInfoKHR_1124077710 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11819:16
    pNext*: pointer
    pipeline*: VkPipeline_1124073983
  VkPipelineInfoKHR_1124077712 = struct_VkPipelineInfoKHR_1124077711 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11823:3
  struct_VkPipelineExecutablePropertiesKHR_1124077714 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineExecutablePropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11825:16
    pNext*: pointer
    stages*: VkShaderStageFlags_1124074351
    name*: array[256'i64, cschar]
    description*: array[256'i64, cschar]
    subgroupSize*: uint32
  VkPipelineExecutablePropertiesKHR_1124077716 = struct_VkPipelineExecutablePropertiesKHR_1124077715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11832:3
  struct_VkPipelineExecutableInfoKHR_1124077718 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineExecutableInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11834:16
    pNext*: pointer
    pipeline*: VkPipeline_1124073983
    executableIndex*: uint32
  VkPipelineExecutableInfoKHR_1124077720 = struct_VkPipelineExecutableInfoKHR_1124077719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11839:3
  union_VkPipelineExecutableStatisticValueKHR_1124077722 {.union, bycopy.} = object
    b32*: VkBool32_1124073926 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11841:15
    i64*: int64
    u64*: uint64
    f64*: cdouble
  VkPipelineExecutableStatisticValueKHR_1124077724 = union_VkPipelineExecutableStatisticValueKHR_1124077723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11846:3
  struct_VkPipelineExecutableStatisticKHR_1124077726 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineExecutableStatisticKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11848:16
    pNext*: pointer
    name*: array[256'i64, cschar]
    description*: array[256'i64, cschar]
    format*: VkPipelineExecutableStatisticFormatKHR_1124077705
    value*: VkPipelineExecutableStatisticValueKHR_1124077725
  VkPipelineExecutableStatisticKHR_1124077728 = struct_VkPipelineExecutableStatisticKHR_1124077727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11855:3
  struct_VkPipelineExecutableInternalRepresentationKHR_1124077730 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineExecutableInternalRepresentationKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11857:16
    pNext*: pointer
    name*: array[256'i64, cschar]
    description*: array[256'i64, cschar]
    isText*: VkBool32_1124073926
    dataSize*: csize_t
    pData*: pointer
  VkPipelineExecutableInternalRepresentationKHR_1124077732 = struct_VkPipelineExecutableInternalRepresentationKHR_1124077731 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11865:3
  PFN_vkGetPipelineExecutablePropertiesKHR_1124077734 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineInfoKHR_1124077713; a2: ptr uint32;
      a3: ptr VkPipelineExecutablePropertiesKHR_1124077717): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11867:30
  PFN_vkGetPipelineExecutableStatisticsKHR_1124077736 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineExecutableInfoKHR_1124077721; a2: ptr uint32;
      a3: ptr VkPipelineExecutableStatisticKHR_1124077729): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11868:30
  PFN_vkGetPipelineExecutableInternalRepresentationsKHR_1124077738 = proc (
      a0: VkDevice_1124073944; a1: ptr VkPipelineExecutableInfoKHR_1124077721;
      a2: ptr uint32; a3: ptr VkPipelineExecutableInternalRepresentationKHR_1124077733): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11869:30
  VkMemoryUnmapFlagBitsKHR_1124077740 = VkMemoryUnmapFlagBits_1124076207 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11902:31
  VkMemoryUnmapFlagsKHR_1124077742 = VkMemoryUnmapFlags_1124076209 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11904:28
  VkMemoryMapInfoKHR_1124077744 = VkMemoryMapInfo_1124076251 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11906:25
  VkMemoryUnmapInfoKHR_1124077746 = VkMemoryUnmapInfo_1124076255 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11908:27
  PFN_vkMapMemory2KHR_1124077748 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMemoryMapInfo_1124076251; a2: ptr pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11910:30
  PFN_vkUnmapMemory2KHR_1124077750 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMemoryUnmapInfo_1124076255): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11911:30
  VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR_1124077752 = VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076069 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11933:57
  VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR_1124077754 = VkPhysicalDeviceShaderIntegerDotProductProperties_1124076073 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11935:59
  struct_VkPipelineLibraryCreateInfoKHR_1124077756 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineLibraryCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11943:16
    pNext*: pointer
    libraryCount*: uint32
    pLibraries*: ptr VkPipeline_1124073983
  VkPipelineLibraryCreateInfoKHR_1124077758 = struct_VkPipelineLibraryCreateInfoKHR_1124077757 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11948:3
  struct_VkPresentIdKHR_1124077760 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PresentIdKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11962:16
    pNext*: pointer
    swapchainCount*: uint32
    pPresentIds*: ptr uint64
  VkPresentIdKHR_1124077762 = struct_VkPresentIdKHR_1124077761 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11967:3
  struct_VkPhysicalDevicePresentIdFeaturesKHR_1124077764 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentIdFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11969:16
    pNext*: pointer
    presentId*: VkBool32_1124073926
  VkPhysicalDevicePresentIdFeaturesKHR_1124077766 = struct_VkPhysicalDevicePresentIdFeaturesKHR_1124077765 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11973:3
  VkVideoEncodeTuningModeKHR_1124077770 = enum_VkVideoEncodeTuningModeKHR_1124077769 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11989:3
  VkVideoEncodeFlagBitsKHR_1124077774 = enum_VkVideoEncodeFlagBitsKHR_1124077773 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11996:3
  VkVideoEncodeFlagsKHR_1124077776 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11997:17
  VkVideoEncodeCapabilityFlagBitsKHR_1124077780 = enum_VkVideoEncodeCapabilityFlagBitsKHR_1124077779 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12005:3
  VkVideoEncodeCapabilityFlagsKHR_1124077782 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12006:17
  VkVideoEncodeRateControlModeFlagBitsKHR_1124077786 = enum_VkVideoEncodeRateControlModeFlagBitsKHR_1124077785 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12014:3
  VkVideoEncodeRateControlModeFlagsKHR_1124077788 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12015:17
  VkVideoEncodeFeedbackFlagBitsKHR_1124077792 = enum_VkVideoEncodeFeedbackFlagBitsKHR_1124077791 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12022:3
  VkVideoEncodeFeedbackFlagsKHR_1124077794 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12023:17
  VkVideoEncodeUsageFlagBitsKHR_1124077798 = enum_VkVideoEncodeUsageFlagBitsKHR_1124077797 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12032:3
  VkVideoEncodeUsageFlagsKHR_1124077800 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12033:17
  VkVideoEncodeContentFlagBitsKHR_1124077804 = enum_VkVideoEncodeContentFlagBitsKHR_1124077803 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12041:3
  VkVideoEncodeContentFlagsKHR_1124077806 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12042:17
  VkVideoEncodeRateControlFlagsKHR_1124077808 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12043:17
  struct_VkVideoEncodeInfoKHR_1124077810 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12044:16
    pNext*: pointer
    flags*: VkVideoEncodeFlagsKHR_1124077777
    dstBuffer*: VkBuffer_1124073936
    dstBufferOffset*: VkDeviceSize_1124073930
    dstBufferRange*: VkDeviceSize_1124073930
    srcPictureResource*: VkVideoPictureResourceInfoKHR_1124076717
    pSetupReferenceSlot*: ptr VkVideoReferenceSlotInfoKHR_1124076721
    referenceSlotCount*: uint32
    pReferenceSlots*: ptr VkVideoReferenceSlotInfoKHR_1124076721
    precedingExternallyEncodedBytes*: uint32
  VkVideoEncodeInfoKHR_1124077812 = struct_VkVideoEncodeInfoKHR_1124077811 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12056:3
  struct_VkVideoEncodeCapabilitiesKHR_1124077814 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12058:16
    pNext*: pointer
    flags*: VkVideoEncodeCapabilityFlagsKHR_1124077783
    rateControlModes*: VkVideoEncodeRateControlModeFlagsKHR_1124077789
    maxRateControlLayers*: uint32
    maxBitrate*: uint64
    maxQualityLevels*: uint32
    encodeInputPictureGranularity*: VkExtent2D_1124074443
    supportedEncodeFeedbackFlags*: VkVideoEncodeFeedbackFlagsKHR_1124077795
  VkVideoEncodeCapabilitiesKHR_1124077816 = struct_VkVideoEncodeCapabilitiesKHR_1124077815 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12068:3
  struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077818 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueryPoolVideoEncodeFeedbackCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12070:16
    pNext*: pointer
    encodeFeedbackFlags*: VkVideoEncodeFeedbackFlagsKHR_1124077795
  VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077820 = struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077819 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12074:3
  struct_VkVideoEncodeUsageInfoKHR_1124077822 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeUsageInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12076:16
    pNext*: pointer
    videoUsageHints*: VkVideoEncodeUsageFlagsKHR_1124077801
    videoContentHints*: VkVideoEncodeContentFlagsKHR_1124077807
    tuningMode*: VkVideoEncodeTuningModeKHR_1124077771
  VkVideoEncodeUsageInfoKHR_1124077824 = struct_VkVideoEncodeUsageInfoKHR_1124077823 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12082:3
  struct_VkVideoEncodeRateControlLayerInfoKHR_1124077826 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeRateControlLayerInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12084:16
    pNext*: pointer
    averageBitrate*: uint64
    maxBitrate*: uint64
    frameRateNumerator*: uint32
    frameRateDenominator*: uint32
  VkVideoEncodeRateControlLayerInfoKHR_1124077828 = struct_VkVideoEncodeRateControlLayerInfoKHR_1124077827 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12091:3
  struct_VkVideoEncodeRateControlInfoKHR_1124077830 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeRateControlInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12093:16
    pNext*: pointer
    flags*: VkVideoEncodeRateControlFlagsKHR_1124077809
    rateControlMode*: VkVideoEncodeRateControlModeFlagBitsKHR_1124077787
    layerCount*: uint32
    pLayers*: ptr VkVideoEncodeRateControlLayerInfoKHR_1124077829
    virtualBufferSizeInMs*: uint32
    initialVirtualBufferSizeInMs*: uint32
  VkVideoEncodeRateControlInfoKHR_1124077832 = struct_VkVideoEncodeRateControlInfoKHR_1124077831 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12102:3
  struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077834 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoEncodeQualityLevelInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12104:16
    pNext*: pointer
    pVideoProfile*: ptr VkVideoProfileInfoKHR_1124076697
    qualityLevel*: uint32
  VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077836 = struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077835 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12109:3
  struct_VkVideoEncodeQualityLevelPropertiesKHR_1124077838 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeQualityLevelPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12111:16
    pNext*: pointer
    preferredRateControlMode*: VkVideoEncodeRateControlModeFlagBitsKHR_1124077787
    preferredRateControlLayerCount*: uint32
  VkVideoEncodeQualityLevelPropertiesKHR_1124077840 = struct_VkVideoEncodeQualityLevelPropertiesKHR_1124077839 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12116:3
  struct_VkVideoEncodeQualityLevelInfoKHR_1124077842 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeQualityLevelInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12118:16
    pNext*: pointer
    qualityLevel*: uint32
  VkVideoEncodeQualityLevelInfoKHR_1124077844 = struct_VkVideoEncodeQualityLevelInfoKHR_1124077843 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12122:3
  struct_VkVideoEncodeSessionParametersGetInfoKHR_1124077846 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeSessionParametersGetInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12124:16
    pNext*: pointer
    videoSessionParameters*: VkVideoSessionParametersKHR_1124076635
  VkVideoEncodeSessionParametersGetInfoKHR_1124077848 = struct_VkVideoEncodeSessionParametersGetInfoKHR_1124077847 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12128:3
  struct_VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077850 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeSessionParametersFeedbackInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12130:16
    pNext*: pointer
    hasOverrides*: VkBool32_1124073926
  VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077852 = struct_VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077851 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12134:3
  PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR_1124077854 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077837;
      a2: ptr VkVideoEncodeQualityLevelPropertiesKHR_1124077841): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12136:30
  PFN_vkGetEncodedVideoSessionParametersKHR_1124077856 = proc (a0: VkDevice_1124073944;
      a1: ptr VkVideoEncodeSessionParametersGetInfoKHR_1124077849;
      a2: ptr VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077853;
      a3: ptr csize_t; a4: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12137:30
  PFN_vkCmdEncodeVideoKHR_1124077858 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkVideoEncodeInfoKHR_1124077813): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12138:26
  VkPipelineStageFlags2KHR_1124077860 = VkPipelineStageFlags2_1124075873 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12169:31
  VkPipelineStageFlagBits2KHR_1124077862 = VkPipelineStageFlagBits2_1124075875 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12171:34
  VkAccessFlags2KHR_1124077864 = VkAccessFlags2_1124075877 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12173:24
  VkAccessFlagBits2KHR_1124077866 = VkAccessFlagBits2_1124075879 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12175:27
  VkSubmitFlagBitsKHR_1124077868 = VkSubmitFlagBits_1124075883 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12177:26
  VkSubmitFlagsKHR_1124077870 = VkSubmitFlags_1124075885 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12179:23
  VkMemoryBarrier2KHR_1124077872 = VkMemoryBarrier2_1124075929 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12181:26
  VkBufferMemoryBarrier2KHR_1124077874 = VkBufferMemoryBarrier2_1124075933 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12183:32
  VkImageMemoryBarrier2KHR_1124077876 = VkImageMemoryBarrier2_1124075937 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12185:31
  VkDependencyInfoKHR_1124077878 = VkDependencyInfo_1124075941 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12187:26
  VkSubmitInfo2KHR_1124077880 = VkSubmitInfo2_1124075953 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12189:23
  VkSemaphoreSubmitInfoKHR_1124077882 = VkSemaphoreSubmitInfo_1124075945 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12191:31
  VkCommandBufferSubmitInfoKHR_1124077884 = VkCommandBufferSubmitInfo_1124075949 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12193:35
  VkPhysicalDeviceSynchronization2FeaturesKHR_1124077886 = VkPhysicalDeviceSynchronization2Features_1124075957 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12195:50
  PFN_vkCmdSetEvent2KHR_1124077888 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkEvent_1124073966; a2: ptr VkDependencyInfo_1124075941): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12197:26
  PFN_vkCmdResetEvent2KHR_1124077890 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkEvent_1124073966; a2: VkPipelineStageFlags2_1124075873): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12198:26
  PFN_vkCmdWaitEvents2KHR_1124077892 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkEvent_1124073966; a3: ptr VkDependencyInfo_1124075941): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12199:26
  PFN_vkCmdPipelineBarrier2KHR_1124077894 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDependencyInfo_1124075941): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12200:26
  PFN_vkCmdWriteTimestamp2KHR_1124077896 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineStageFlags2_1124075873; a2: VkQueryPool_1124073956;
      a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12201:26
  PFN_vkQueueSubmit2KHR_1124077898 = proc (a0: VkQueue_1124073946; a1: uint32;
      a2: ptr VkSubmitInfo2_1124075953; a3: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12202:30
  struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077900 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShaderBarycentricFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12255:16
    pNext*: pointer
    fragmentShaderBarycentric*: VkBool32_1124073926
  VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077902 = struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077901 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12259:3
  struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077904 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShaderBarycentricPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12261:16
    pNext*: pointer
    triStripVertexOrderIndependentOfProvokingVertex*: VkBool32_1124073926
  VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077906 = struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077905 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12265:3
  struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077908 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12273:16
    pNext*: pointer
    shaderSubgroupUniformControlFlow*: VkBool32_1124073926
  VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077910 = struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077909 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12277:3
  VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR_1124077912 = VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076033 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12285:63
  struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077914 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12293:16
    pNext*: pointer
    workgroupMemoryExplicitLayout*: VkBool32_1124073926
    workgroupMemoryExplicitLayoutScalarBlockLayout*: VkBool32_1124073926
    workgroupMemoryExplicitLayout8BitAccess*: VkBool32_1124073926
    workgroupMemoryExplicitLayout16BitAccess*: VkBool32_1124073926
  VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077916 = struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077915 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12300:3
  VkCopyBufferInfo2KHR_1124077918 = VkCopyBufferInfo2_1124075965 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12308:27
  VkCopyImageInfo2KHR_1124077920 = VkCopyImageInfo2_1124075973 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12310:26
  VkCopyBufferToImageInfo2KHR_1124077922 = VkCopyBufferToImageInfo2_1124075981 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12312:34
  VkCopyImageToBufferInfo2KHR_1124077924 = VkCopyImageToBufferInfo2_1124075985 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12314:34
  VkBlitImageInfo2KHR_1124077926 = VkBlitImageInfo2_1124076085 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12316:26
  VkResolveImageInfo2KHR_1124077928 = VkResolveImageInfo2_1124076093 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12318:29
  VkBufferCopy2KHR_1124077930 = VkBufferCopy2_1124075961 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12320:23
  VkImageCopy2KHR_1124077932 = VkImageCopy2_1124075969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12322:22
  VkImageBlit2KHR_1124077934 = VkImageBlit2_1124076081 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12324:22
  VkBufferImageCopy2KHR_1124077936 = VkBufferImageCopy2_1124075977 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12326:28
  VkImageResolve2KHR_1124077938 = VkImageResolve2_1124076089 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12328:25
  PFN_vkCmdCopyBuffer2KHR_1124077940 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyBufferInfo2_1124075965): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12330:26
  PFN_vkCmdCopyImage2KHR_1124077942 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyImageInfo2_1124075973): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12331:26
  PFN_vkCmdCopyBufferToImage2KHR_1124077944 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyBufferToImageInfo2_1124075981): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12332:26
  PFN_vkCmdCopyImageToBuffer2KHR_1124077946 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyImageToBufferInfo2_1124075985): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12333:26
  PFN_vkCmdBlitImage2KHR_1124077948 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkBlitImageInfo2_1124076085): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12334:26
  PFN_vkCmdResolveImage2KHR_1124077950 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkResolveImageInfo2_1124076093): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12335:26
  VkFormatFeatureFlags2KHR_1124077952 = VkFormatFeatureFlags2_1124075887 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12380:31
  VkFormatFeatureFlagBits2KHR_1124077954 = VkFormatFeatureFlagBits2_1124075889 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12382:34
  VkFormatProperties3KHR_1124077956 = VkFormatProperties3_1124075993 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12384:29
  struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077958 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingMaintenance1FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12392:16
    pNext*: pointer
    rayTracingMaintenance1*: VkBool32_1124073926
    rayTracingPipelineTraceRaysIndirect2*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077960 = struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077959 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12397:3
  struct_VkTraceRaysIndirectCommand2KHR_1124077962 {.pure, inheritable, bycopy.} = object
    raygenShaderRecordAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12399:16
    raygenShaderRecordSize*: VkDeviceSize_1124073930
    missShaderBindingTableAddress*: VkDeviceAddress_1124073928
    missShaderBindingTableSize*: VkDeviceSize_1124073930
    missShaderBindingTableStride*: VkDeviceSize_1124073930
    hitShaderBindingTableAddress*: VkDeviceAddress_1124073928
    hitShaderBindingTableSize*: VkDeviceSize_1124073930
    hitShaderBindingTableStride*: VkDeviceSize_1124073930
    callableShaderBindingTableAddress*: VkDeviceAddress_1124073928
    callableShaderBindingTableSize*: VkDeviceSize_1124073930
    callableShaderBindingTableStride*: VkDeviceSize_1124073930
    width*: uint32
    height*: uint32
    depth*: uint32
  VkTraceRaysIndirectCommand2KHR_1124077964 = struct_VkTraceRaysIndirectCommand2KHR_1124077963 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12414:3
  PFN_vkCmdTraceRaysIndirect2KHR_1124077966 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDeviceAddress_1124073928): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12416:26
  struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077968 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderUntypedPointersFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12431:16
    pNext*: pointer
    shaderUntypedPointers*: VkBool32_1124073926
  VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077970 = struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12435:3
  VkPhysicalDeviceMaintenance4FeaturesKHR_1124077972 = VkPhysicalDeviceMaintenance4Features_1124075997 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12449:46
  VkPhysicalDeviceMaintenance4PropertiesKHR_1124077974 = VkPhysicalDeviceMaintenance4Properties_1124076001 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12451:48
  VkDeviceBufferMemoryRequirementsKHR_1124077976 = VkDeviceBufferMemoryRequirements_1124076005 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12453:42
  VkDeviceImageMemoryRequirementsKHR_1124077978 = VkDeviceImageMemoryRequirements_1124076009 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12455:41
  PFN_vkGetDeviceBufferMemoryRequirementsKHR_1124077980 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceBufferMemoryRequirements_1124076005;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12457:26
  PFN_vkGetDeviceImageMemoryRequirementsKHR_1124077982 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceImageMemoryRequirements_1124076009;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12458:26
  PFN_vkGetDeviceImageSparseMemoryRequirementsKHR_1124077984 = proc (
      a0: VkDevice_1124073944; a1: ptr VkDeviceImageMemoryRequirements_1124076009;
      a2: ptr uint32; a3: ptr VkSparseImageMemoryRequirements2_1124075331): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12459:26
  VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR_1124077986 = VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076335 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12490:54
  struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077988 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderMaximalReconvergenceFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12498:16
    pNext*: pointer
    shaderMaximalReconvergence*: VkBool32_1124073926
  VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077990 = struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077989 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12502:3
  VkPipelineCreateFlags2KHR_1124077992 = VkPipelineCreateFlags2_1124076221 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12510:32
  VkPipelineCreateFlagBits2KHR_1124077994 = VkPipelineCreateFlagBits2_1124076223 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12512:35
  VkBufferUsageFlags2KHR_1124077996 = VkBufferUsageFlags2_1124076211 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12514:29
  VkBufferUsageFlagBits2KHR_1124077998 = VkBufferUsageFlagBits2_1124076213 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12516:32
  VkPhysicalDeviceMaintenance5FeaturesKHR_1124078000 = VkPhysicalDeviceMaintenance5Features_1124076259 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12518:46
  VkPhysicalDeviceMaintenance5PropertiesKHR_1124078002 = VkPhysicalDeviceMaintenance5Properties_1124076263 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12520:48
  VkRenderingAreaInfoKHR_1124078004 = VkRenderingAreaInfo_1124076415 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12522:29
  VkDeviceImageSubresourceInfoKHR_1124078006 = VkDeviceImageSubresourceInfo_1124076271 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12524:38
  VkImageSubresource2KHR_1124078008 = VkImageSubresource2_1124076267 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12526:29
  VkSubresourceLayout2KHR_1124078010 = VkSubresourceLayout2_1124076275 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12528:30
  VkPipelineCreateFlags2CreateInfoKHR_1124078012 = VkPipelineCreateFlags2CreateInfo_1124076347 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12530:42
  VkBufferUsageFlags2CreateInfoKHR_1124078014 = VkBufferUsageFlags2CreateInfo_1124076279 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12532:39
  PFN_vkCmdBindIndexBuffer2KHR_1124078016 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkDeviceSize_1124073930;
      a4: VkIndexType_1124074059): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12534:26
  PFN_vkGetRenderingAreaGranularityKHR_1124078018 = proc (a0: VkDevice_1124073944;
      a1: ptr VkRenderingAreaInfo_1124076415; a2: ptr VkExtent2D_1124074443): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12535:26
  PFN_vkGetDeviceImageSubresourceLayoutKHR_1124078020 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceImageSubresourceInfo_1124076271;
      a2: ptr VkSubresourceLayout2_1124076275): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12536:26
  PFN_vkGetImageSubresourceLayout2KHR_1124078022 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr VkImageSubresource2_1124076267;
      a3: ptr VkSubresourceLayout2_1124076275): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12537:26
  struct_VkSurfaceCapabilitiesPresentId2KHR_1124078024 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceCapabilitiesPresentId2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12577:16
    pNext*: pointer
    presentId2Supported*: VkBool32_1124073926
  VkSurfaceCapabilitiesPresentId2KHR_1124078026 = struct_VkSurfaceCapabilitiesPresentId2KHR_1124078025 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12581:3
  struct_VkPresentId2KHR_1124078028 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PresentId2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12583:16
    pNext*: pointer
    swapchainCount*: uint32
    pPresentIds*: ptr uint64
  VkPresentId2KHR_1124078030 = struct_VkPresentId2KHR_1124078029 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12588:3
  struct_VkPhysicalDevicePresentId2FeaturesKHR_1124078032 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentId2FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12590:16
    pNext*: pointer
    presentId2*: VkBool32_1124073926
  VkPhysicalDevicePresentId2FeaturesKHR_1124078034 = struct_VkPhysicalDevicePresentId2FeaturesKHR_1124078033 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12594:3
  struct_VkSurfaceCapabilitiesPresentWait2KHR_1124078036 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceCapabilitiesPresentWait2KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12602:16
    pNext*: pointer
    presentWait2Supported*: VkBool32_1124073926
  VkSurfaceCapabilitiesPresentWait2KHR_1124078038 = struct_VkSurfaceCapabilitiesPresentWait2KHR_1124078037 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12606:3
  struct_VkPhysicalDevicePresentWait2FeaturesKHR_1124078040 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentWait2FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12608:16
    pNext*: pointer
    presentWait2*: VkBool32_1124073926
  VkPhysicalDevicePresentWait2FeaturesKHR_1124078042 = struct_VkPhysicalDevicePresentWait2FeaturesKHR_1124078041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12612:3
  struct_VkPresentWait2InfoKHR_1124078044 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PresentWait2InfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12614:16
    pNext*: pointer
    presentId*: uint64
    timeout*: uint64
  VkPresentWait2InfoKHR_1124078046 = struct_VkPresentWait2InfoKHR_1124078045 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12619:3
  PFN_vkWaitForPresent2KHR_1124078048 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkPresentWait2InfoKHR_1124078047): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12621:30
  struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078050 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingPositionFetchFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12637:16
    pNext*: pointer
    rayTracingPositionFetch*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078052 = struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078051 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12641:3
  VkPipelineBinaryKHR_1124078054 = ptr struct_VkPipelineBinaryKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12647:1
  struct_VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078056 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineBinaryFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12651:16
    pNext*: pointer
    pipelineBinaries*: VkBool32_1124073926
  VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078058 = struct_VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12655:3
  struct_VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078060 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineBinaryPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12657:16
    pNext*: pointer
    pipelineBinaryInternalCache*: VkBool32_1124073926
    pipelineBinaryInternalCacheControl*: VkBool32_1124073926
    pipelineBinaryPrefersInternalCache*: VkBool32_1124073926
    pipelineBinaryPrecompiledInternalCache*: VkBool32_1124073926
    pipelineBinaryCompressedData*: VkBool32_1124073926
  VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078062 = struct_VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12665:3
  struct_VkDevicePipelineBinaryInternalCacheControlKHR_1124078064 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DevicePipelineBinaryInternalCacheControlKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12667:16
    pNext*: pointer
    disableInternalCache*: VkBool32_1124073926
  VkDevicePipelineBinaryInternalCacheControlKHR_1124078066 = struct_VkDevicePipelineBinaryInternalCacheControlKHR_1124078065 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12671:3
  struct_VkPipelineBinaryKeyKHR_1124078068 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineBinaryKeyKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12673:16
    pNext*: pointer
    keySize*: uint32
    key*: array[32'i64, uint8]
  VkPipelineBinaryKeyKHR_1124078070 = struct_VkPipelineBinaryKeyKHR_1124078069 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12678:3
  struct_VkPipelineBinaryDataKHR_1124078072 {.pure, inheritable, bycopy.} = object
    dataSize*: csize_t       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12680:16
    pData*: pointer
  VkPipelineBinaryDataKHR_1124078074 = struct_VkPipelineBinaryDataKHR_1124078073 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12683:3
  struct_VkPipelineBinaryKeysAndDataKHR_1124078076 {.pure, inheritable, bycopy.} = object
    binaryCount*: uint32     ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12685:16
    pPipelineBinaryKeys*: ptr VkPipelineBinaryKeyKHR_1124078071
    pPipelineBinaryData*: ptr VkPipelineBinaryDataKHR_1124078075
  VkPipelineBinaryKeysAndDataKHR_1124078078 = struct_VkPipelineBinaryKeysAndDataKHR_1124078077 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12689:3
  struct_VkPipelineCreateInfoKHR_1124078080 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12691:16
    pNext*: pointer
  VkPipelineCreateInfoKHR_1124078082 = struct_VkPipelineCreateInfoKHR_1124078081 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12694:3
  struct_VkPipelineBinaryCreateInfoKHR_1124078084 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineBinaryCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12696:16
    pNext*: pointer
    pKeysAndDataInfo*: ptr VkPipelineBinaryKeysAndDataKHR_1124078079
    pipeline*: VkPipeline_1124073983
    pPipelineCreateInfo*: ptr VkPipelineCreateInfoKHR_1124078083
  VkPipelineBinaryCreateInfoKHR_1124078086 = struct_VkPipelineBinaryCreateInfoKHR_1124078085 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12702:3
  struct_VkPipelineBinaryInfoKHR_1124078088 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineBinaryInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12704:16
    pNext*: pointer
    binaryCount*: uint32
    pPipelineBinaries*: ptr VkPipelineBinaryKHR_1124078055
  VkPipelineBinaryInfoKHR_1124078090 = struct_VkPipelineBinaryInfoKHR_1124078089 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12709:3
  struct_VkReleaseCapturedPipelineDataInfoKHR_1124078092 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ReleaseCapturedPipelineDataInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12711:16
    pNext*: pointer
    pipeline*: VkPipeline_1124073983
  VkReleaseCapturedPipelineDataInfoKHR_1124078094 = struct_VkReleaseCapturedPipelineDataInfoKHR_1124078093 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12715:3
  struct_VkPipelineBinaryDataInfoKHR_1124078096 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineBinaryDataInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12717:16
    pNext*: pointer
    pipelineBinary*: VkPipelineBinaryKHR_1124078055
  VkPipelineBinaryDataInfoKHR_1124078098 = struct_VkPipelineBinaryDataInfoKHR_1124078097 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12721:3
  struct_VkPipelineBinaryHandlesInfoKHR_1124078100 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineBinaryHandlesInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12723:16
    pNext*: pointer
    pipelineBinaryCount*: uint32
    pPipelineBinaries*: ptr VkPipelineBinaryKHR_1124078055
  VkPipelineBinaryHandlesInfoKHR_1124078102 = struct_VkPipelineBinaryHandlesInfoKHR_1124078101 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12728:3
  PFN_vkCreatePipelineBinariesKHR_1124078104 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineBinaryCreateInfoKHR_1124078087;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkPipelineBinaryHandlesInfoKHR_1124078103): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12730:30
  PFN_vkDestroyPipelineBinaryKHR_1124078106 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineBinaryKHR_1124078055; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12731:26
  PFN_vkGetPipelineKeyKHR_1124078108 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineCreateInfoKHR_1124078083; a2: ptr VkPipelineBinaryKeyKHR_1124078071): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12732:30
  PFN_vkGetPipelineBinaryDataKHR_1124078110 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineBinaryDataInfoKHR_1124078099;
      a2: ptr VkPipelineBinaryKeyKHR_1124078071; a3: ptr csize_t; a4: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12733:30
  PFN_vkReleaseCapturedPipelineDataKHR_1124078112 = proc (a0: VkDevice_1124073944;
      a1: ptr VkReleaseCapturedPipelineDataInfoKHR_1124078095;
      a2: ptr VkAllocationCallbacks_1124074499): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12734:30
  VkPresentScalingFlagBitsKHR_1124078116 = enum_VkPresentScalingFlagBitsKHR_1124078115 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12790:3
  VkPresentScalingFlagsKHR_1124078118 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12791:17
  VkPresentGravityFlagBitsKHR_1124078122 = enum_VkPresentGravityFlagBitsKHR_1124078121 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12801:3
  VkPresentGravityFlagsKHR_1124078124 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12802:17
  struct_VkSurfacePresentModeKHR_1124078126 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfacePresentModeKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12803:16
    pNext*: pointer
    presentMode*: VkPresentModeKHR_1124076471
  VkSurfacePresentModeKHR_1124078128 = struct_VkSurfacePresentModeKHR_1124078127 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12807:3
  struct_VkSurfacePresentScalingCapabilitiesKHR_1124078130 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfacePresentScalingCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12809:16
    pNext*: pointer
    supportedPresentScaling*: VkPresentScalingFlagsKHR_1124078119
    supportedPresentGravityX*: VkPresentGravityFlagsKHR_1124078125
    supportedPresentGravityY*: VkPresentGravityFlagsKHR_1124078125
    minScaledImageExtent*: VkExtent2D_1124074443
    maxScaledImageExtent*: VkExtent2D_1124074443
  VkSurfacePresentScalingCapabilitiesKHR_1124078132 = struct_VkSurfacePresentScalingCapabilitiesKHR_1124078131 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12817:3
  struct_VkSurfacePresentModeCompatibilityKHR_1124078134 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfacePresentModeCompatibilityKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12819:16
    pNext*: pointer
    presentModeCount*: uint32
    pPresentModes*: ptr VkPresentModeKHR_1124076471
  VkSurfacePresentModeCompatibilityKHR_1124078136 = struct_VkSurfacePresentModeCompatibilityKHR_1124078135 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12824:3
  struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078138 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSwapchainMaintenance1FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12832:16
    pNext*: pointer
    swapchainMaintenance1*: VkBool32_1124073926
  VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078140 = struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078139 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12836:3
  struct_VkSwapchainPresentFenceInfoKHR_1124078142 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainPresentFenceInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12838:16
    pNext*: pointer
    swapchainCount*: uint32
    pFences*: ptr VkFence_1124073952
  VkSwapchainPresentFenceInfoKHR_1124078144 = struct_VkSwapchainPresentFenceInfoKHR_1124078143 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12843:3
  struct_VkSwapchainPresentModesCreateInfoKHR_1124078146 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainPresentModesCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12845:16
    pNext*: pointer
    presentModeCount*: uint32
    pPresentModes*: ptr VkPresentModeKHR_1124076471
  VkSwapchainPresentModesCreateInfoKHR_1124078148 = struct_VkSwapchainPresentModesCreateInfoKHR_1124078147 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12850:3
  struct_VkSwapchainPresentModeInfoKHR_1124078150 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainPresentModeInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12852:16
    pNext*: pointer
    swapchainCount*: uint32
    pPresentModes*: ptr VkPresentModeKHR_1124076471
  VkSwapchainPresentModeInfoKHR_1124078152 = struct_VkSwapchainPresentModeInfoKHR_1124078151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12857:3
  struct_VkSwapchainPresentScalingCreateInfoKHR_1124078154 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainPresentScalingCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12859:16
    pNext*: pointer
    scalingBehavior*: VkPresentScalingFlagsKHR_1124078119
    presentGravityX*: VkPresentGravityFlagsKHR_1124078125
    presentGravityY*: VkPresentGravityFlagsKHR_1124078125
  VkSwapchainPresentScalingCreateInfoKHR_1124078156 = struct_VkSwapchainPresentScalingCreateInfoKHR_1124078155 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12865:3
  struct_VkReleaseSwapchainImagesInfoKHR_1124078158 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ReleaseSwapchainImagesInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12867:16
    pNext*: pointer
    swapchain*: VkSwapchainKHR_1124076507
    imageIndexCount*: uint32
    pImageIndices*: ptr uint32
  VkReleaseSwapchainImagesInfoKHR_1124078160 = struct_VkReleaseSwapchainImagesInfoKHR_1124078159 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12873:3
  PFN_vkReleaseSwapchainImagesKHR_1124078162 = proc (a0: VkDevice_1124073944;
      a1: ptr VkReleaseSwapchainImagesInfoKHR_1124078161): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12875:30
  VkComponentTypeKHR_1124078166 = enum_VkComponentTypeKHR_1124078165 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12922:3
  VkScopeKHR_1124078170 = enum_VkScopeKHR_1124078169 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12934:3
  struct_VkCooperativeMatrixPropertiesKHR_1124078172 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CooperativeMatrixPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12935:16
    pNext*: pointer
    MSize*: uint32
    NSize*: uint32
    KSize*: uint32
    AType*: VkComponentTypeKHR_1124078167
    BType*: VkComponentTypeKHR_1124078167
    CType*: VkComponentTypeKHR_1124078167
    ResultType*: VkComponentTypeKHR_1124078167
    saturatingAccumulation*: VkBool32_1124073926
    scope*: VkScopeKHR_1124078171
  VkCooperativeMatrixPropertiesKHR_1124078174 = struct_VkCooperativeMatrixPropertiesKHR_1124078173 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12947:3
  struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078176 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeMatrixFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12949:16
    pNext*: pointer
    cooperativeMatrix*: VkBool32_1124073926
    cooperativeMatrixRobustBufferAccess*: VkBool32_1124073926
  VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078178 = struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078177 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12954:3
  struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078180 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeMatrixPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12956:16
    pNext*: pointer
    cooperativeMatrixSupportedStages*: VkShaderStageFlags_1124074351
  VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078182 = struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078181 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12960:3
  PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078184 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkCooperativeMatrixPropertiesKHR_1124078175): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12962:30
  struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078186 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceComputeShaderDerivativesFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12978:16
    pNext*: pointer
    computeDerivativeGroupQuads*: VkBool32_1124073926
    computeDerivativeGroupLinear*: VkBool32_1124073926
  VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078188 = struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078187 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12983:3
  struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078190 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceComputeShaderDerivativesPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12985:16
    pNext*: pointer
    meshAndTaskShaderDerivatives*: VkBool32_1124073926
  VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078192 = struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078191 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12989:3
  struct_VkVideoDecodeAV1ProfileInfoKHR_1124078194 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeAV1ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13000:16
    pNext*: pointer
    stdProfile*: StdVideoAV1Profile_1124078197
    filmGrainSupport*: VkBool32_1124073926
  StdVideoAV1Profile_1124078196 = enum_StdVideoAV1Profile_1124082943 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:53:3
  VkVideoDecodeAV1ProfileInfoKHR_1124078198 = struct_VkVideoDecodeAV1ProfileInfoKHR_1124078195 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13005:3
  struct_VkVideoDecodeAV1CapabilitiesKHR_1124078200 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeAV1CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13007:16
    pNext*: pointer
    maxLevel*: StdVideoAV1Level_1124078203
  StdVideoAV1Level_1124078202 = enum_StdVideoAV1Level_1124082945 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:82:3
  VkVideoDecodeAV1CapabilitiesKHR_1124078204 = struct_VkVideoDecodeAV1CapabilitiesKHR_1124078201 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13011:3
  struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078206 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeAV1SessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13013:16
    pNext*: pointer
    pStdSequenceHeader*: ptr StdVideoAV1SequenceHeader_1124078209
  StdVideoAV1SequenceHeader_1124078208 = struct_StdVideoAV1SequenceHeader_1124082947 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:387:3
  VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078210 = struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078207 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13017:3
  struct_VkVideoDecodeAV1PictureInfoKHR_1124078212 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeAV1PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13019:16
    pNext*: pointer
    pStdPictureInfo*: ptr StdVideoDecodeAV1PictureInfo_1124078215
    referenceNameSlotIndices*: array[7'i64, int32]
    frameHeaderOffset*: uint32
    tileCount*: uint32
    pTileOffsets*: ptr uint32
    pTileSizes*: ptr uint32
  StdVideoDecodeAV1PictureInfo_1124078214 = struct_StdVideoDecodeAV1PictureInfo_1124082949 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:88:3
  VkVideoDecodeAV1PictureInfoKHR_1124078216 = struct_VkVideoDecodeAV1PictureInfoKHR_1124078213 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13028:3
  struct_VkVideoDecodeAV1DpbSlotInfoKHR_1124078218 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeAV1DpbSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13030:16
    pNext*: pointer
    pStdReferenceInfo*: ptr StdVideoDecodeAV1ReferenceInfo_1124078221
  StdVideoDecodeAV1ReferenceInfo_1124078220 = struct_StdVideoDecodeAV1ReferenceInfo_1124082951 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:102:3
  VkVideoDecodeAV1DpbSlotInfoKHR_1124078222 = struct_VkVideoDecodeAV1DpbSlotInfoKHR_1124078219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13034:3
  VkVideoEncodeAV1PredictionModeKHR_1124078226 = enum_VkVideoEncodeAV1PredictionModeKHR_1124078225 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13050:3
  VkVideoEncodeAV1RateControlGroupKHR_1124078230 = enum_VkVideoEncodeAV1RateControlGroupKHR_1124078229 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13057:3
  VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078234 = enum_VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078233 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13067:3
  VkVideoEncodeAV1CapabilityFlagsKHR_1124078236 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13068:17
  VkVideoEncodeAV1StdFlagBitsKHR_1124078240 = enum_VkVideoEncodeAV1StdFlagBitsKHR_1124078239 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13076:3
  VkVideoEncodeAV1StdFlagsKHR_1124078242 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13077:17
  VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078246 = enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078245 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13083:3
  VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078248 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13084:17
  VkVideoEncodeAV1RateControlFlagBitsKHR_1124078252 = enum_VkVideoEncodeAV1RateControlFlagBitsKHR_1124078251 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13092:3
  VkVideoEncodeAV1RateControlFlagsKHR_1124078254 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13093:17
  struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078256 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoEncodeAV1FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13094:16
    pNext*: pointer
    videoEncodeAV1*: VkBool32_1124073926
  VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078258 = struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078257 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13098:3
  struct_VkVideoEncodeAV1CapabilitiesKHR_1124078260 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13100:16
    pNext*: pointer
    flags*: VkVideoEncodeAV1CapabilityFlagsKHR_1124078237
    maxLevel*: StdVideoAV1Level_1124078203
    codedPictureAlignment*: VkExtent2D_1124074443
    maxTiles*: VkExtent2D_1124074443
    minTileSize*: VkExtent2D_1124074443
    maxTileSize*: VkExtent2D_1124074443
    superblockSizes*: VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078249
    maxSingleReferenceCount*: uint32
    singleReferenceNameMask*: uint32
    maxUnidirectionalCompoundReferenceCount*: uint32
    maxUnidirectionalCompoundGroup1ReferenceCount*: uint32
    unidirectionalCompoundReferenceNameMask*: uint32
    maxBidirectionalCompoundReferenceCount*: uint32
    maxBidirectionalCompoundGroup1ReferenceCount*: uint32
    maxBidirectionalCompoundGroup2ReferenceCount*: uint32
    bidirectionalCompoundReferenceNameMask*: uint32
    maxTemporalLayerCount*: uint32
    maxSpatialLayerCount*: uint32
    maxOperatingPoints*: uint32
    minQIndex*: uint32
    maxQIndex*: uint32
    prefersGopRemainingFrames*: VkBool32_1124073926
    requiresGopRemainingFrames*: VkBool32_1124073926
    stdSyntaxFlags*: VkVideoEncodeAV1StdFlagsKHR_1124078243
  VkVideoEncodeAV1CapabilitiesKHR_1124078262 = struct_VkVideoEncodeAV1CapabilitiesKHR_1124078261 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13127:3
  struct_VkVideoEncodeAV1QIndexKHR_1124078264 {.pure, inheritable, bycopy.} = object
    intraQIndex*: uint32     ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13129:16
    predictiveQIndex*: uint32
    bipredictiveQIndex*: uint32
  VkVideoEncodeAV1QIndexKHR_1124078266 = struct_VkVideoEncodeAV1QIndexKHR_1124078265 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13133:3
  struct_VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078268 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1QualityLevelPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13135:16
    pNext*: pointer
    preferredRateControlFlags*: VkVideoEncodeAV1RateControlFlagsKHR_1124078255
    preferredGopFrameCount*: uint32
    preferredKeyFramePeriod*: uint32
    preferredConsecutiveBipredictiveFrameCount*: uint32
    preferredTemporalLayerCount*: uint32
    preferredConstantQIndex*: VkVideoEncodeAV1QIndexKHR_1124078267
    preferredMaxSingleReferenceCount*: uint32
    preferredSingleReferenceNameMask*: uint32
    preferredMaxUnidirectionalCompoundReferenceCount*: uint32
    preferredMaxUnidirectionalCompoundGroup1ReferenceCount*: uint32
    preferredUnidirectionalCompoundReferenceNameMask*: uint32
    preferredMaxBidirectionalCompoundReferenceCount*: uint32
    preferredMaxBidirectionalCompoundGroup1ReferenceCount*: uint32
    preferredMaxBidirectionalCompoundGroup2ReferenceCount*: uint32
    preferredBidirectionalCompoundReferenceNameMask*: uint32
  VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078270 = struct_VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078269 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13153:3
  struct_VkVideoEncodeAV1SessionCreateInfoKHR_1124078272 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1SessionCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13155:16
    pNext*: pointer
    useMaxLevel*: VkBool32_1124073926
    maxLevel*: StdVideoAV1Level_1124078203
  VkVideoEncodeAV1SessionCreateInfoKHR_1124078274 = struct_VkVideoEncodeAV1SessionCreateInfoKHR_1124078273 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13160:3
  struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078276 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1SessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13162:16
    pNext*: pointer
    pStdSequenceHeader*: ptr StdVideoAV1SequenceHeader_1124078209
    pStdDecoderModelInfo*: ptr StdVideoEncodeAV1DecoderModelInfo_1124078279
    stdOperatingPointCount*: uint32
    pStdOperatingPoints*: ptr StdVideoEncodeAV1OperatingPointInfo_1124078281
  StdVideoEncodeAV1DecoderModelInfo_1124078278 = struct_StdVideoEncodeAV1DecoderModelInfo_1124082953 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:36:3
  StdVideoEncodeAV1OperatingPointInfo_1124078280 = struct_StdVideoEncodeAV1OperatingPointInfo_1124082955 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:58:3
  VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078282 = struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078277 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13169:3
  struct_VkVideoEncodeAV1PictureInfoKHR_1124078284 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13171:16
    pNext*: pointer
    predictionMode*: VkVideoEncodeAV1PredictionModeKHR_1124078227
    rateControlGroup*: VkVideoEncodeAV1RateControlGroupKHR_1124078231
    constantQIndex*: uint32
    pStdPictureInfo*: ptr StdVideoEncodeAV1PictureInfo_1124078287
    referenceNameSlotIndices*: array[7'i64, int32]
    primaryReferenceCdfOnly*: VkBool32_1124073926
    generateObuExtensionHeader*: VkBool32_1124073926
  StdVideoEncodeAV1PictureInfo_1124078286 = struct_StdVideoEncodeAV1PictureInfo_1124082957 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:121:3
  VkVideoEncodeAV1PictureInfoKHR_1124078288 = struct_VkVideoEncodeAV1PictureInfoKHR_1124078285 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13181:3
  struct_VkVideoEncodeAV1DpbSlotInfoKHR_1124078290 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1DpbSlotInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13183:16
    pNext*: pointer
    pStdReferenceInfo*: ptr StdVideoEncodeAV1ReferenceInfo_1124078293
  StdVideoEncodeAV1ReferenceInfo_1124078292 = struct_StdVideoEncodeAV1ReferenceInfo_1124082959 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:136:3
  VkVideoEncodeAV1DpbSlotInfoKHR_1124078294 = struct_VkVideoEncodeAV1DpbSlotInfoKHR_1124078291 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13187:3
  struct_VkVideoEncodeAV1ProfileInfoKHR_1124078296 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13189:16
    pNext*: pointer
    stdProfile*: StdVideoAV1Profile_1124078197
  VkVideoEncodeAV1ProfileInfoKHR_1124078298 = struct_VkVideoEncodeAV1ProfileInfoKHR_1124078297 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13193:3
  struct_VkVideoEncodeAV1FrameSizeKHR_1124078300 {.pure, inheritable, bycopy.} = object
    intraFrameSize*: uint32  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13195:16
    predictiveFrameSize*: uint32
    bipredictiveFrameSize*: uint32
  VkVideoEncodeAV1FrameSizeKHR_1124078302 = struct_VkVideoEncodeAV1FrameSizeKHR_1124078301 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13199:3
  struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078304 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1GopRemainingFrameInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13201:16
    pNext*: pointer
    useGopRemainingFrames*: VkBool32_1124073926
    gopRemainingIntra*: uint32
    gopRemainingPredictive*: uint32
    gopRemainingBipredictive*: uint32
  VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078306 = struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078305 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13208:3
  struct_VkVideoEncodeAV1RateControlInfoKHR_1124078308 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1RateControlInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13210:16
    pNext*: pointer
    flags*: VkVideoEncodeAV1RateControlFlagsKHR_1124078255
    gopFrameCount*: uint32
    keyFramePeriod*: uint32
    consecutiveBipredictiveFrameCount*: uint32
    temporalLayerCount*: uint32
  VkVideoEncodeAV1RateControlInfoKHR_1124078310 = struct_VkVideoEncodeAV1RateControlInfoKHR_1124078309 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13218:3
  struct_VkVideoEncodeAV1RateControlLayerInfoKHR_1124078312 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1RateControlLayerInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13220:16
    pNext*: pointer
    useMinQIndex*: VkBool32_1124073926
    minQIndex*: VkVideoEncodeAV1QIndexKHR_1124078267
    useMaxQIndex*: VkBool32_1124073926
    maxQIndex*: VkVideoEncodeAV1QIndexKHR_1124078267
    useMaxFrameSize*: VkBool32_1124073926
    maxFrameSize*: VkVideoEncodeAV1FrameSizeKHR_1124078303
  VkVideoEncodeAV1RateControlLayerInfoKHR_1124078314 = struct_VkVideoEncodeAV1RateControlLayerInfoKHR_1124078313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13229:3
  struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078316 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoDecodeVP9FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13240:16
    pNext*: pointer
    videoDecodeVP9*: VkBool32_1124073926
  VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078318 = struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078317 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13244:3
  struct_VkVideoDecodeVP9ProfileInfoKHR_1124078320 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeVP9ProfileInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13246:16
    pNext*: pointer
    stdProfile*: StdVideoVP9Profile_1124078323
  StdVideoVP9Profile_1124078322 = enum_StdVideoVP9Profile_1124082961 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:41:3
  VkVideoDecodeVP9ProfileInfoKHR_1124078324 = struct_VkVideoDecodeVP9ProfileInfoKHR_1124078321 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13250:3
  struct_VkVideoDecodeVP9CapabilitiesKHR_1124078326 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeVP9CapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13252:16
    pNext*: pointer
    maxLevel*: StdVideoVP9Level_1124078329
  StdVideoVP9Level_1124078328 = enum_StdVideoVP9Level_1124082963 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:60:3
  VkVideoDecodeVP9CapabilitiesKHR_1124078330 = struct_VkVideoDecodeVP9CapabilitiesKHR_1124078327 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13256:3
  struct_VkVideoDecodeVP9PictureInfoKHR_1124078332 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeVP9PictureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13258:16
    pNext*: pointer
    pStdPictureInfo*: ptr StdVideoDecodeVP9PictureInfo_1124078335
    referenceNameSlotIndices*: array[3'i64, int32]
    uncompressedHeaderOffset*: uint32
    compressedHeaderOffset*: uint32
    tilesOffset*: uint32
  StdVideoDecodeVP9PictureInfo_1124078334 = struct_StdVideoDecodeVP9PictureInfo_1124082965 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std_decode.h:61:3
  VkVideoDecodeVP9PictureInfoKHR_1124078336 = struct_VkVideoDecodeVP9PictureInfoKHR_1124078333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13266:3
  struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078338 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoMaintenance1FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13274:16
    pNext*: pointer
    videoMaintenance1*: VkBool32_1124073926
  VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078340 = struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078339 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13278:3
  struct_VkVideoInlineQueryInfoKHR_1124078342 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoInlineQueryInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13280:16
    pNext*: pointer
    queryPool*: VkQueryPool_1124073956
    firstQuery*: uint32
    queryCount*: uint32
  VkVideoInlineQueryInfoKHR_1124078344 = struct_VkVideoInlineQueryInfoKHR_1124078343 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13286:3
  VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR_1124078346 = VkPhysicalDeviceVertexAttributeDivisorProperties_1124076399 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13294:58
  VkVertexInputBindingDivisorDescriptionKHR_1124078348 = VkVertexInputBindingDivisorDescription_1124076403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13296:48
  VkPipelineVertexInputDivisorStateCreateInfoKHR_1124078350 = VkPipelineVertexInputDivisorStateCreateInfo_1124076407 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13298:53
  VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR_1124078352 = VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13300:56
  struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078354 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceUnifiedImageLayoutsFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13314:16
    pNext*: pointer
    unifiedImageLayouts*: VkBool32_1124073926
    unifiedImageLayoutsVideo*: VkBool32_1124073926
  VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078356 = struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078355 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13319:3
  struct_VkAttachmentFeedbackLoopInfoEXT_1124078358 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AttachmentFeedbackLoopInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13321:16
    pNext*: pointer
    feedbackLoopEnable*: VkBool32_1124073926
  VkAttachmentFeedbackLoopInfoEXT_1124078360 = struct_VkAttachmentFeedbackLoopInfoEXT_1124078359 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13325:3
  VkPhysicalDeviceShaderFloatControls2FeaturesKHR_1124078362 = VkPhysicalDeviceShaderFloatControls2Features_1124076339 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13333:54
  VkPhysicalDeviceIndexTypeUint8FeaturesKHR_1124078364 = VkPhysicalDeviceIndexTypeUint8Features_1124076247 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13341:48
  VkLineRasterizationModeKHR_1124078366 = VkLineRasterizationMode_1124076203 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13349:33
  VkPhysicalDeviceLineRasterizationFeaturesKHR_1124078368 = VkPhysicalDeviceLineRasterizationFeatures_1124076387 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13351:51
  VkPhysicalDeviceLineRasterizationPropertiesKHR_1124078370 = VkPhysicalDeviceLineRasterizationProperties_1124076391 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13353:53
  VkPipelineRasterizationLineStateCreateInfoKHR_1124078372 = VkPipelineRasterizationLineStateCreateInfo_1124076395 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13355:52
  PFN_vkCmdSetLineStippleKHR_1124078374 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint16): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13357:26
  VkTimeDomainKHR_1124078378 = enum_VkTimeDomainKHR_1124078377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13384:3
  struct_VkCalibratedTimestampInfoKHR_1124078380 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CalibratedTimestampInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13385:16
    pNext*: pointer
    timeDomain*: VkTimeDomainKHR_1124078379
  VkCalibratedTimestampInfoKHR_1124078382 = struct_VkCalibratedTimestampInfoKHR_1124078381 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13389:3
  PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR_1124078384 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32; a2: ptr VkTimeDomainKHR_1124078379): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13391:30
  PFN_vkGetCalibratedTimestampsKHR_1124078386 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkCalibratedTimestampInfoKHR_1124078383;
      a3: ptr uint64; a4: ptr uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13392:30
  VkPhysicalDeviceShaderExpectAssumeFeaturesKHR_1124078388 = VkPhysicalDeviceShaderExpectAssumeFeatures_1124076343 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13417:52
  VkPhysicalDeviceMaintenance6FeaturesKHR_1124078390 = VkPhysicalDeviceMaintenance6Features_1124076283 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13425:46
  VkPhysicalDeviceMaintenance6PropertiesKHR_1124078392 = VkPhysicalDeviceMaintenance6Properties_1124076287 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13427:48
  VkBindMemoryStatusKHR_1124078394 = VkBindMemoryStatus_1124076291 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13429:28
  VkBindDescriptorSetsInfoKHR_1124078396 = VkBindDescriptorSetsInfo_1124076355 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13431:34
  VkPushConstantsInfoKHR_1124078398 = VkPushConstantsInfo_1124076359 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13433:29
  VkPushDescriptorSetInfoKHR_1124078400 = VkPushDescriptorSetInfo_1124076363 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13435:33
  VkPushDescriptorSetWithTemplateInfoKHR_1124078402 = VkPushDescriptorSetWithTemplateInfo_1124076367 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13437:45
  struct_VkSetDescriptorBufferOffsetsInfoEXT_1124078404 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SetDescriptorBufferOffsetsInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13439:16
    pNext*: pointer
    stageFlags*: VkShaderStageFlags_1124074351
    layout*: VkPipelineLayout_1124073981
    firstSet*: uint32
    setCount*: uint32
    pBufferIndices*: ptr uint32
    pOffsets*: ptr VkDeviceSize_1124073930
  VkSetDescriptorBufferOffsetsInfoEXT_1124078406 = struct_VkSetDescriptorBufferOffsetsInfoEXT_1124078405 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13448:3
  struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078408 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindDescriptorBufferEmbeddedSamplersInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13450:16
    pNext*: pointer
    stageFlags*: VkShaderStageFlags_1124074351
    layout*: VkPipelineLayout_1124073981
    set*: uint32
  VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078410 = struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078409 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13456:3
  PFN_vkCmdBindDescriptorSets2KHR_1124078412 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkBindDescriptorSetsInfo_1124076355): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13458:26
  PFN_vkCmdPushConstants2KHR_1124078414 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPushConstantsInfo_1124076359): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13459:26
  PFN_vkCmdPushDescriptorSet2KHR_1124078416 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPushDescriptorSetInfo_1124076363): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13460:26
  PFN_vkCmdPushDescriptorSetWithTemplate2KHR_1124078418 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkPushDescriptorSetWithTemplateInfo_1124076367): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13461:26
  PFN_vkCmdSetDescriptorBufferOffsets2EXT_1124078420 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkSetDescriptorBufferOffsetsInfoEXT_1124078407): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13462:26
  PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT_1124078422 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078411): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13463:26
  VkAddressCopyFlagBitsKHR_1124078426 = enum_VkAddressCopyFlagBitsKHR_1124078425 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13514:3
  VkAddressCopyFlagsKHR_1124078428 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13515:17
  struct_VkStridedDeviceAddressRangeKHR_1124078430 {.pure, inheritable, bycopy.} = object
    address*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13516:16
    size*: VkDeviceSize_1124073930
    stride*: VkDeviceSize_1124073930
  VkStridedDeviceAddressRangeKHR_1124078432 = struct_VkStridedDeviceAddressRangeKHR_1124078431 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13520:3
  struct_VkCopyMemoryIndirectCommandKHR_1124078434 {.pure, inheritable, bycopy.} = object
    srcAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13522:16
    dstAddress*: VkDeviceAddress_1124073928
    size*: VkDeviceSize_1124073930
  VkCopyMemoryIndirectCommandKHR_1124078436 = struct_VkCopyMemoryIndirectCommandKHR_1124078435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13526:3
  struct_VkCopyMemoryIndirectInfoKHR_1124078438 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMemoryIndirectInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13528:16
    pNext*: pointer
    srcCopyFlags*: VkAddressCopyFlagsKHR_1124078429
    dstCopyFlags*: VkAddressCopyFlagsKHR_1124078429
    copyCount*: uint32
    copyAddressRange*: VkStridedDeviceAddressRangeKHR_1124078433
  VkCopyMemoryIndirectInfoKHR_1124078440 = struct_VkCopyMemoryIndirectInfoKHR_1124078439 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13535:3
  struct_VkCopyMemoryToImageIndirectCommandKHR_1124078442 {.pure, inheritable,       bycopy.} = object
    srcAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13537:16
    bufferRowLength*: uint32
    bufferImageHeight*: uint32
    imageSubresource*: VkImageSubresourceLayers_1124074671
    imageOffset*: VkOffset3D_1124074455
    imageExtent*: VkExtent3D_1124074447
  VkCopyMemoryToImageIndirectCommandKHR_1124078444 = struct_VkCopyMemoryToImageIndirectCommandKHR_1124078443 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13544:3
  struct_VkCopyMemoryToImageIndirectInfoKHR_1124078446 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMemoryToImageIndirectInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13546:16
    pNext*: pointer
    srcCopyFlags*: VkAddressCopyFlagsKHR_1124078429
    copyCount*: uint32
    copyAddressRange*: VkStridedDeviceAddressRangeKHR_1124078433
    dstImage*: VkImage_1124073938
    dstImageLayout*: VkImageLayout_1124074003
    pImageSubresources*: ptr VkImageSubresourceLayers_1124074671
  VkCopyMemoryToImageIndirectInfoKHR_1124078448 = struct_VkCopyMemoryToImageIndirectInfoKHR_1124078447 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13555:3
  struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078450 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCopyMemoryIndirectFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13557:16
    pNext*: pointer
    indirectMemoryCopy*: VkBool32_1124073926
    indirectMemoryToImageCopy*: VkBool32_1124073926
  VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078452 = struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078451 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13562:3
  struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078454 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCopyMemoryIndirectPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13564:16
    pNext*: pointer
    supportedQueues*: VkQueueFlags_1124074199
  VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078456 = struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078455 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13568:3
  PFN_vkCmdCopyMemoryIndirectKHR_1124078458 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyMemoryIndirectInfoKHR_1124078441): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13570:26
  PFN_vkCmdCopyMemoryToImageIndirectKHR_1124078460 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyMemoryToImageIndirectInfoKHR_1124078449): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13571:26
  VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078464 = enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078463 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13600:3
  VkVideoEncodeIntraRefreshModeFlagsKHR_1124078466 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13601:17
  struct_VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078468 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeIntraRefreshCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13602:16
    pNext*: pointer
    intraRefreshModes*: VkVideoEncodeIntraRefreshModeFlagsKHR_1124078467
    maxIntraRefreshCycleDuration*: uint32
    maxIntraRefreshActiveReferencePictures*: uint32
    partitionIndependentIntraRefreshRegions*: VkBool32_1124073926
    nonRectangularIntraRefreshRegions*: VkBool32_1124073926
  VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078470 = struct_VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078469 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13610:3
  struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078472 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeSessionIntraRefreshCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13612:16
    pNext*: pointer
    intraRefreshMode*: VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078465
  VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078474 = struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078473 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13616:3
  struct_VkVideoEncodeIntraRefreshInfoKHR_1124078476 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeIntraRefreshInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13618:16
    pNext*: pointer
    intraRefreshCycleDuration*: uint32
    intraRefreshIndex*: uint32
  VkVideoEncodeIntraRefreshInfoKHR_1124078478 = struct_VkVideoEncodeIntraRefreshInfoKHR_1124078477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13623:3
  struct_VkVideoReferenceIntraRefreshInfoKHR_1124078480 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoReferenceIntraRefreshInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13625:16
    pNext*: pointer
    dirtyIntraRefreshRegions*: uint32
  VkVideoReferenceIntraRefreshInfoKHR_1124078482 = struct_VkVideoReferenceIntraRefreshInfoKHR_1124078481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13629:3
  struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078484 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13631:16
    pNext*: pointer
    videoEncodeIntraRefresh*: VkBool32_1124073926
  VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078486 = struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078485 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13635:3
  struct_VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078488 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeQuantizationMapCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13643:16
    pNext*: pointer
    maxQuantizationMapExtent*: VkExtent2D_1124074443
  VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078490 = struct_VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078489 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13647:3
  struct_VkVideoFormatQuantizationMapPropertiesKHR_1124078492 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoFormatQuantizationMapPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13649:16
    pNext*: pointer
    quantizationMapTexelSize*: VkExtent2D_1124074443
  VkVideoFormatQuantizationMapPropertiesKHR_1124078494 = struct_VkVideoFormatQuantizationMapPropertiesKHR_1124078493 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13653:3
  struct_VkVideoEncodeQuantizationMapInfoKHR_1124078496 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeQuantizationMapInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13655:16
    pNext*: pointer
    quantizationMap*: VkImageView_1124073958
    quantizationMapExtent*: VkExtent2D_1124074443
  VkVideoEncodeQuantizationMapInfoKHR_1124078498 = struct_VkVideoEncodeQuantizationMapInfoKHR_1124078497 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13660:3
  struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078500 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeQuantizationMapSessionParametersCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13662:16
    pNext*: pointer
    quantizationMapTexelSize*: VkExtent2D_1124074443
  VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078502 = struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078501 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13666:3
  struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078504 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13668:16
    pNext*: pointer
    videoEncodeQuantizationMap*: VkBool32_1124073926
  VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078506 = struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078505 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13672:3
  struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078508 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH264QuantizationMapCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13674:16
    pNext*: pointer
    minQpDelta*: int32
    maxQpDelta*: int32
  VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078510 = struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078509 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13679:3
  struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078512 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeH265QuantizationMapCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13681:16
    pNext*: pointer
    minQpDelta*: int32
    maxQpDelta*: int32
  VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078514 = struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078513 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13686:3
  struct_VkVideoFormatH265QuantizationMapPropertiesKHR_1124078516 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoFormatH265QuantizationMapPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13688:16
    pNext*: pointer
    compatibleCtbSizes*: VkVideoEncodeH265CtbSizeFlagsKHR_1124076919
  VkVideoFormatH265QuantizationMapPropertiesKHR_1124078518 = struct_VkVideoFormatH265QuantizationMapPropertiesKHR_1124078517 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13692:3
  struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078520 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeAV1QuantizationMapCapabilitiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13694:16
    pNext*: pointer
    minQIndexDelta*: int32
    maxQIndexDelta*: int32
  VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078522 = struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078521 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13699:3
  struct_VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078524 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoFormatAV1QuantizationMapPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13701:16
    pNext*: pointer
    compatibleSuperblockSizes*: VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078249
  VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078526 = struct_VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078525 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13705:3
  struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078528 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13713:16
    pNext*: pointer
    shaderRelaxedExtendedInstruction*: VkBool32_1124073926
  VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078530 = struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078529 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13717:3
  VkPhysicalDeviceLayeredApiKHR_1124078534 = enum_VkPhysicalDeviceLayeredApiKHR_1124078533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13733:3
  struct_VkPhysicalDeviceMaintenance7FeaturesKHR_1124078536 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance7FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13734:16
    pNext*: pointer
    maintenance7*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance7FeaturesKHR_1124078538 = struct_VkPhysicalDeviceMaintenance7FeaturesKHR_1124078537 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13738:3
  struct_VkPhysicalDeviceMaintenance7PropertiesKHR_1124078540 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance7PropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13740:16
    pNext*: pointer
    robustFragmentShadingRateAttachmentAccess*: VkBool32_1124073926
    separateDepthStencilAttachmentAccess*: VkBool32_1124073926
    maxDescriptorSetTotalUniformBuffersDynamic*: uint32
    maxDescriptorSetTotalStorageBuffersDynamic*: uint32
    maxDescriptorSetTotalBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic*: uint32
    maxDescriptorSetUpdateAfterBindTotalBuffersDynamic*: uint32
  VkPhysicalDeviceMaintenance7PropertiesKHR_1124078542 = struct_VkPhysicalDeviceMaintenance7PropertiesKHR_1124078541 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13751:3
  struct_VkPhysicalDeviceLayeredApiPropertiesKHR_1124078544 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLayeredApiPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13753:16
    pNext*: pointer
    vendorID*: uint32
    deviceID*: uint32
    layeredAPI*: VkPhysicalDeviceLayeredApiKHR_1124078535
    deviceName*: array[256'i64, cschar]
  VkPhysicalDeviceLayeredApiPropertiesKHR_1124078546 = struct_VkPhysicalDeviceLayeredApiPropertiesKHR_1124078545 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13760:3
  struct_VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078548 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLayeredApiPropertiesListKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13762:16
    pNext*: pointer
    layeredApiCount*: uint32
    pLayeredApis*: ptr VkPhysicalDeviceLayeredApiPropertiesKHR_1124078547
  VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078550 = struct_VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078549 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13767:3
  struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078552 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLayeredApiVulkanPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13769:16
    pNext*: pointer
    properties*: VkPhysicalDeviceProperties2_1124075339
  VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078554 = struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078553 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13773:3
  VkAccessFlags3KHR_1124078556 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13781:19
  VkAccessFlagBits3KHR_1124078558 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13784:19
  struct_VkMemoryBarrierAccessFlags3KHR_1124078560 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryBarrierAccessFlags3KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13787:16
    pNext*: pointer
    srcAccessMask3*: VkAccessFlags3KHR_1124078557
    dstAccessMask3*: VkAccessFlags3KHR_1124078557
  VkMemoryBarrierAccessFlags3KHR_1124078562 = struct_VkMemoryBarrierAccessFlags3KHR_1124078561 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13792:3
  struct_VkPhysicalDeviceMaintenance8FeaturesKHR_1124078564 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance8FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13794:16
    pNext*: pointer
    maintenance8*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance8FeaturesKHR_1124078566 = struct_VkPhysicalDeviceMaintenance8FeaturesKHR_1124078565 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13798:3
  struct_VkPhysicalDeviceShaderFmaFeaturesKHR_1124078568 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderFmaFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13806:16
    pNext*: pointer
    shaderFmaFloat16*: VkBool32_1124073926
    shaderFmaFloat32*: VkBool32_1124073926
    shaderFmaFloat64*: VkBool32_1124073926
  VkPhysicalDeviceShaderFmaFeaturesKHR_1124078570 = struct_VkPhysicalDeviceShaderFmaFeaturesKHR_1124078569 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13812:3
  VkDefaultVertexAttributeValueKHR_1124078574 = enum_VkDefaultVertexAttributeValueKHR_1124078573 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13825:3
  struct_VkPhysicalDeviceMaintenance9FeaturesKHR_1124078576 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance9FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13826:16
    pNext*: pointer
    maintenance9*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance9FeaturesKHR_1124078578 = struct_VkPhysicalDeviceMaintenance9FeaturesKHR_1124078577 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13830:3
  struct_VkPhysicalDeviceMaintenance9PropertiesKHR_1124078580 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance9PropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13832:16
    pNext*: pointer
    image2DViewOf3DSparse*: VkBool32_1124073926
    defaultVertexAttributeValue*: VkDefaultVertexAttributeValueKHR_1124078575
  VkPhysicalDeviceMaintenance9PropertiesKHR_1124078582 = struct_VkPhysicalDeviceMaintenance9PropertiesKHR_1124078581 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13837:3
  struct_VkQueueFamilyOwnershipTransferPropertiesKHR_1124078584 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyOwnershipTransferPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13839:16
    pNext*: pointer
    optimalImageTransferToQueueFamilies*: uint32
  VkQueueFamilyOwnershipTransferPropertiesKHR_1124078586 = struct_VkQueueFamilyOwnershipTransferPropertiesKHR_1124078585 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13843:3
  struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078588 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoMaintenance2FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13851:16
    pNext*: pointer
    videoMaintenance2*: VkBool32_1124073926
  VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078590 = struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078589 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13855:3
  struct_VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078592 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH264InlineSessionParametersInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13857:16
    pNext*: pointer
    pStdSPS*: ptr StdVideoH264SequenceParameterSet_1124076845
    pStdPPS*: ptr StdVideoH264PictureParameterSet_1124076847
  VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078594 = struct_VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078593 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13862:3
  struct_VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078596 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeH265InlineSessionParametersInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13864:16
    pNext*: pointer
    pStdVPS*: ptr StdVideoH265VideoParameterSet_1124076953
    pStdSPS*: ptr StdVideoH265SequenceParameterSet_1124076955
    pStdPPS*: ptr StdVideoH265PictureParameterSet_1124076957
  VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078598 = struct_VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078597 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13870:3
  struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078600 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoDecodeAV1InlineSessionParametersInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13872:16
    pNext*: pointer
    pStdSequenceHeader*: ptr StdVideoAV1SequenceHeader_1124078209
  VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078602 = struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078601 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13876:3
  struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078604 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDepthClampZeroOneFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13884:16
    pNext*: pointer
    depthClampZeroOne*: VkBool32_1124073926
  VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078606 = struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078605 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13888:3
  struct_VkPhysicalDeviceRobustness2FeaturesKHR_1124078608 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRobustness2FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13896:16
    pNext*: pointer
    robustBufferAccess2*: VkBool32_1124073926
    robustImageAccess2*: VkBool32_1124073926
    nullDescriptor*: VkBool32_1124073926
  VkPhysicalDeviceRobustness2FeaturesKHR_1124078610 = struct_VkPhysicalDeviceRobustness2FeaturesKHR_1124078609 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13902:3
  struct_VkPhysicalDeviceRobustness2PropertiesKHR_1124078612 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRobustness2PropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13904:16
    pNext*: pointer
    robustStorageBufferAccessSizeAlignment*: VkDeviceSize_1124073930
    robustUniformBufferAccessSizeAlignment*: VkDeviceSize_1124073930
  VkPhysicalDeviceRobustness2PropertiesKHR_1124078614 = struct_VkPhysicalDeviceRobustness2PropertiesKHR_1124078613 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13909:3
  struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078616 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentModeFifoLatestReadyFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13917:16
    pNext*: pointer
    presentModeFifoLatestReady*: VkBool32_1124073926
  VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078618 = struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078617 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13921:3
  VkRenderingAttachmentFlagBitsKHR_1124078622 = enum_VkRenderingAttachmentFlagBitsKHR_1124078621 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13935:3
  VkRenderingAttachmentFlagsKHR_1124078624 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13936:17
  VkResolveImageFlagBitsKHR_1124078628 = enum_VkResolveImageFlagBitsKHR_1124078627 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13942:3
  VkResolveImageFlagsKHR_1124078630 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13943:17
  struct_VkPhysicalDeviceMaintenance10FeaturesKHR_1124078632 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance10FeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13944:16
    pNext*: pointer
    maintenance10*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance10FeaturesKHR_1124078634 = struct_VkPhysicalDeviceMaintenance10FeaturesKHR_1124078633 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13948:3
  struct_VkPhysicalDeviceMaintenance10PropertiesKHR_1124078636 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMaintenance10PropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13950:16
    pNext*: pointer
    rgba4OpaqueBlackSwizzled*: VkBool32_1124073926
    resolveSrgbFormatAppliesTransferFunction*: VkBool32_1124073926
    resolveSrgbFormatSupportsTransferFunctionControl*: VkBool32_1124073926
  VkPhysicalDeviceMaintenance10PropertiesKHR_1124078638 = struct_VkPhysicalDeviceMaintenance10PropertiesKHR_1124078637 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13956:3
  struct_VkRenderingEndInfoKHR_1124078640 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingEndInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13958:16
    pNext*: pointer
  VkRenderingEndInfoKHR_1124078642 = struct_VkRenderingEndInfoKHR_1124078641 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13961:3
  struct_VkRenderingAttachmentFlagsInfoKHR_1124078644 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingAttachmentFlagsInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13963:16
    pNext*: pointer
    flags*: VkRenderingAttachmentFlagsKHR_1124078625
  VkRenderingAttachmentFlagsInfoKHR_1124078646 = struct_VkRenderingAttachmentFlagsInfoKHR_1124078645 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13967:3
  struct_VkResolveImageModeInfoKHR_1124078648 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ResolveImageModeInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13969:16
    pNext*: pointer
    flags*: VkResolveImageFlagsKHR_1124078631
    resolveMode*: VkResolveModeFlagBits_1124075615
    stencilResolveMode*: VkResolveModeFlagBits_1124075615
  VkResolveImageModeInfoKHR_1124078650 = struct_VkResolveImageModeInfoKHR_1124078649 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13975:3
  PFN_vkCmdEndRendering2KHR_1124078652 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderingEndInfoKHR_1124078643): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13977:26
  VkDebugReportCallbackEXT_1124078654 = ptr struct_VkDebugReportCallbackEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13990:1
  VkDebugReportObjectTypeEXT_1124078658 = enum_VkDebugReportObjectTypeEXT_1124078657 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14043:3
  VkDebugReportFlagBitsEXT_1124078662 = enum_VkDebugReportFlagBitsEXT_1124078661 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14052:3
  VkDebugReportFlagsEXT_1124078664 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14053:17
  PFN_vkDebugReportCallbackEXT_1124078666 = proc (a0: VkDebugReportFlagsEXT_1124078665;
      a1: VkDebugReportObjectTypeEXT_1124078659; a2: uint64; a3: csize_t;
      a4: int32; a5: cstring; a6: cstring; a7: pointer): VkBool32_1124073926 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14054:30
  struct_VkDebugReportCallbackCreateInfoEXT_1124078668 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugReportCallbackCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14064:16
    pNext*: pointer
    flags*: VkDebugReportFlagsEXT_1124078665
    pfnCallback*: PFN_vkDebugReportCallbackEXT_1124078667
    pUserData*: pointer
  VkDebugReportCallbackCreateInfoEXT_1124078670 = struct_VkDebugReportCallbackCreateInfoEXT_1124078669 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14070:3
  PFN_vkCreateDebugReportCallbackEXT_1124078672 = proc (a0: VkInstance_1124073940;
      a1: ptr VkDebugReportCallbackCreateInfoEXT_1124078671;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkDebugReportCallbackEXT_1124078655): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14072:30
  PFN_vkDestroyDebugReportCallbackEXT_1124078674 = proc (a0: VkInstance_1124073940;
      a1: VkDebugReportCallbackEXT_1124078655; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14073:26
  PFN_vkDebugReportMessageEXT_1124078676 = proc (a0: VkInstance_1124073940;
      a1: VkDebugReportFlagsEXT_1124078665; a2: VkDebugReportObjectTypeEXT_1124078659;
      a3: uint64; a4: csize_t; a5: int32; a6: cstring; a7: cstring): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14074:26
  VkRasterizationOrderAMD_1124078680 = enum_VkRasterizationOrderAMD_1124078679 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14133:3
  struct_VkPipelineRasterizationStateRasterizationOrderAMD_1124078682 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationStateRasterizationOrderAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14134:16
    pNext*: pointer
    rasterizationOrder*: VkRasterizationOrderAMD_1124078681
  VkPipelineRasterizationStateRasterizationOrderAMD_1124078684 = struct_VkPipelineRasterizationStateRasterizationOrderAMD_1124078683 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14138:3
  struct_VkDebugMarkerObjectNameInfoEXT_1124078686 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugMarkerObjectNameInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14158:16
    pNext*: pointer
    objectType*: VkDebugReportObjectTypeEXT_1124078659
    object_field*: uint64
    pObjectName*: cstring
  VkDebugMarkerObjectNameInfoEXT_1124078688 = struct_VkDebugMarkerObjectNameInfoEXT_1124078687 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14164:3
  struct_VkDebugMarkerObjectTagInfoEXT_1124078690 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugMarkerObjectTagInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14166:16
    pNext*: pointer
    objectType*: VkDebugReportObjectTypeEXT_1124078659
    object_field*: uint64
    tagName*: uint64
    tagSize*: csize_t
    pTag*: pointer
  VkDebugMarkerObjectTagInfoEXT_1124078692 = struct_VkDebugMarkerObjectTagInfoEXT_1124078691 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14174:3
  struct_VkDebugMarkerMarkerInfoEXT_1124078694 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugMarkerMarkerInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14176:16
    pNext*: pointer
    pMarkerName*: cstring
    color*: array[4'i64, cfloat]
  VkDebugMarkerMarkerInfoEXT_1124078696 = struct_VkDebugMarkerMarkerInfoEXT_1124078695 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14181:3
  PFN_vkDebugMarkerSetObjectTagEXT_1124078698 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDebugMarkerObjectTagInfoEXT_1124078693): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14183:30
  PFN_vkDebugMarkerSetObjectNameEXT_1124078700 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDebugMarkerObjectNameInfoEXT_1124078689): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14184:30
  PFN_vkCmdDebugMarkerBeginEXT_1124078702 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDebugMarkerMarkerInfoEXT_1124078697): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14185:26
  PFN_vkCmdDebugMarkerEndEXT_1124078704 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14186:26
  PFN_vkCmdDebugMarkerInsertEXT_1124078706 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDebugMarkerMarkerInfoEXT_1124078697): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14187:26
  struct_VkDedicatedAllocationImageCreateInfoNV_1124078708 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DedicatedAllocationImageCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14231:16
    pNext*: pointer
    dedicatedAllocation*: VkBool32_1124073926
  VkDedicatedAllocationImageCreateInfoNV_1124078710 = struct_VkDedicatedAllocationImageCreateInfoNV_1124078709 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14235:3
  struct_VkDedicatedAllocationBufferCreateInfoNV_1124078712 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DedicatedAllocationBufferCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14237:16
    pNext*: pointer
    dedicatedAllocation*: VkBool32_1124073926
  VkDedicatedAllocationBufferCreateInfoNV_1124078714 = struct_VkDedicatedAllocationBufferCreateInfoNV_1124078713 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14241:3
  struct_VkDedicatedAllocationMemoryAllocateInfoNV_1124078716 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DedicatedAllocationMemoryAllocateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14243:16
    pNext*: pointer
    image*: VkImage_1124073938
    buffer*: VkBuffer_1124073936
  VkDedicatedAllocationMemoryAllocateInfoNV_1124078718 = struct_VkDedicatedAllocationMemoryAllocateInfoNV_1124078717 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14248:3
  VkPipelineRasterizationStateStreamCreateFlagsEXT_1124078720 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14256:17
  struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078722 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTransformFeedbackFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14257:16
    pNext*: pointer
    transformFeedback*: VkBool32_1124073926
    geometryStreams*: VkBool32_1124073926
  VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078724 = struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14262:3
  struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078726 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTransformFeedbackPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14264:16
    pNext*: pointer
    maxTransformFeedbackStreams*: uint32
    maxTransformFeedbackBuffers*: uint32
    maxTransformFeedbackBufferSize*: VkDeviceSize_1124073930
    maxTransformFeedbackStreamDataSize*: uint32
    maxTransformFeedbackBufferDataSize*: uint32
    maxTransformFeedbackBufferDataStride*: uint32
    transformFeedbackQueries*: VkBool32_1124073926
    transformFeedbackStreamsLinesTriangles*: VkBool32_1124073926
    transformFeedbackRasterizationStreamSelect*: VkBool32_1124073926
    transformFeedbackDraw*: VkBool32_1124073926
  VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078728 = struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14277:3
  struct_VkPipelineRasterizationStateStreamCreateInfoEXT_1124078730 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationStateStreamCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14279:16
    pNext*: pointer
    flags*: VkPipelineRasterizationStateStreamCreateFlagsEXT_1124078721
    rasterizationStream*: uint32
  VkPipelineRasterizationStateStreamCreateInfoEXT_1124078732 = struct_VkPipelineRasterizationStateStreamCreateInfoEXT_1124078731 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14284:3
  PFN_vkCmdBindTransformFeedbackBuffersEXT_1124078734 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32; a2: uint32; a3: ptr VkBuffer_1124073936;
      a4: ptr VkDeviceSize_1124073930; a5: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14286:26
  PFN_vkCmdBeginTransformFeedbackEXT_1124078736 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBuffer_1124073936; a4: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14287:26
  PFN_vkCmdEndTransformFeedbackEXT_1124078738 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBuffer_1124073936; a4: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14288:26
  PFN_vkCmdBeginQueryIndexedEXT_1124078740 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkQueryPool_1124073956; a2: uint32; a3: VkQueryControlFlags_1124074305;
      a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14289:26
  PFN_vkCmdEndQueryIndexedEXT_1124078742 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkQueryPool_1124073956; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14290:26
  PFN_vkCmdDrawIndirectByteCountEXT_1124078744 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: VkBuffer_1124073936; a4: VkDeviceSize_1124073930;
      a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14291:26
  VkCuModuleNVX_1124078746 = ptr struct_VkCuModuleNVX_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14354:1
  VkCuFunctionNVX_1124078748 = ptr struct_VkCuFunctionNVX_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14355:1
  struct_VkCuModuleCreateInfoNVX_1124078750 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CuModuleCreateInfoNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14358:16
    pNext*: pointer
    dataSize*: csize_t
    pData*: pointer
  VkCuModuleCreateInfoNVX_1124078752 = struct_VkCuModuleCreateInfoNVX_1124078751 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14363:3
  struct_VkCuModuleTexturingModeCreateInfoNVX_1124078754 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CuModuleTexturingModeCreateInfoNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14365:16
    pNext*: pointer
    use64bitTexturing*: VkBool32_1124073926
  VkCuModuleTexturingModeCreateInfoNVX_1124078756 = struct_VkCuModuleTexturingModeCreateInfoNVX_1124078755 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14369:3
  struct_VkCuFunctionCreateInfoNVX_1124078758 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CuFunctionCreateInfoNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14371:16
    pNext*: pointer
    module*: VkCuModuleNVX_1124078747
    pName*: cstring
  VkCuFunctionCreateInfoNVX_1124078760 = struct_VkCuFunctionCreateInfoNVX_1124078759 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14376:3
  struct_VkCuLaunchInfoNVX_1124078762 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CuLaunchInfoNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14378:16
    pNext*: pointer
    function*: VkCuFunctionNVX_1124078749
    gridDimX*: uint32
    gridDimY*: uint32
    gridDimZ*: uint32
    blockDimX*: uint32
    blockDimY*: uint32
    blockDimZ*: uint32
    sharedMemBytes*: uint32
    paramCount*: csize_t
    pParams*: ptr pointer
    extraCount*: csize_t
    pExtras*: ptr pointer
  VkCuLaunchInfoNVX_1124078764 = struct_VkCuLaunchInfoNVX_1124078763 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14393:3
  PFN_vkCreateCuModuleNVX_1124078766 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCuModuleCreateInfoNVX_1124078753; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkCuModuleNVX_1124078747): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14395:30
  PFN_vkCreateCuFunctionNVX_1124078768 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCuFunctionCreateInfoNVX_1124078761;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkCuFunctionNVX_1124078749): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14396:30
  PFN_vkDestroyCuModuleNVX_1124078770 = proc (a0: VkDevice_1124073944;
      a1: VkCuModuleNVX_1124078747; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14397:26
  PFN_vkDestroyCuFunctionNVX_1124078772 = proc (a0: VkDevice_1124073944;
      a1: VkCuFunctionNVX_1124078749; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14398:26
  PFN_vkCmdCuLaunchKernelNVX_1124078774 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCuLaunchInfoNVX_1124078765): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14399:26
  struct_VkImageViewHandleInfoNVX_1124078776 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewHandleInfoNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14444:16
    pNext*: pointer
    imageView*: VkImageView_1124073958
    descriptorType*: VkDescriptorType_1124074087
    sampler*: VkSampler_1124073987
  VkImageViewHandleInfoNVX_1124078778 = struct_VkImageViewHandleInfoNVX_1124078777 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14450:3
  struct_VkImageViewAddressPropertiesNVX_1124078780 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewAddressPropertiesNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14452:16
    pNext*: pointer
    deviceAddress*: VkDeviceAddress_1124073928
    size*: VkDeviceSize_1124073930
  VkImageViewAddressPropertiesNVX_1124078782 = struct_VkImageViewAddressPropertiesNVX_1124078781 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14457:3
  PFN_vkGetImageViewHandleNVX_1124078784 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageViewHandleInfoNVX_1124078779): uint32 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14459:30
  PFN_vkGetImageViewHandle64NVX_1124078786 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageViewHandleInfoNVX_1124078779): uint64 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14460:30
  PFN_vkGetImageViewAddressNVX_1124078788 = proc (a0: VkDevice_1124073944;
      a1: VkImageView_1124073958; a2: ptr VkImageViewAddressPropertiesNVX_1124078783): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14461:30
  PFN_vkCmdDrawIndirectCountAMD_1124078790 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14489:26
  PFN_vkCmdDrawIndexedIndirectCountAMD_1124078792 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14490:26
  struct_VkTextureLODGatherFormatPropertiesAMD_1124078794 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TextureLODGatherFormatPropertiesAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14539:16
    pNext*: pointer
    supportsTextureGatherLODBiasAMD*: VkBool32_1124073926
  VkTextureLODGatherFormatPropertiesAMD_1124078796 = struct_VkTextureLODGatherFormatPropertiesAMD_1124078795 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14543:3
  VkShaderInfoTypeAMD_1124078800 = enum_VkShaderInfoTypeAMD_1124078799 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14557:3
  struct_VkShaderResourceUsageAMD_1124078802 {.pure, inheritable, bycopy.} = object
    numUsedVgprs*: uint32    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14558:16
    numUsedSgprs*: uint32
    ldsSizePerLocalWorkGroup*: uint32
    ldsUsageSizeInBytes*: csize_t
    scratchMemUsageInBytes*: csize_t
  VkShaderResourceUsageAMD_1124078804 = struct_VkShaderResourceUsageAMD_1124078803 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14564:3
  struct_VkShaderStatisticsInfoAMD_1124078806 {.pure, inheritable, bycopy.} = object
    shaderStageMask*: VkShaderStageFlags_1124074351 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14566:16
    resourceUsage*: VkShaderResourceUsageAMD_1124078805
    numPhysicalVgprs*: uint32
    numPhysicalSgprs*: uint32
    numAvailableVgprs*: uint32
    numAvailableSgprs*: uint32
    computeWorkGroupSize*: array[3'i64, uint32]
  VkShaderStatisticsInfoAMD_1124078808 = struct_VkShaderStatisticsInfoAMD_1124078807 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14574:3
  PFN_vkGetShaderInfoAMD_1124078810 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983; a2: VkShaderStageFlagBits_1124074343;
      a3: VkShaderInfoTypeAMD_1124078801; a4: ptr csize_t; a5: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14576:30
  struct_VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078812 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCornerSampledImageFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14601:16
    pNext*: pointer
    cornerSampledImage*: VkBool32_1124073926
  VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078814 = struct_VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078813 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14605:3
  VkExternalMemoryHandleTypeFlagBitsNV_1124078818 = enum_VkExternalMemoryHandleTypeFlagBitsNV_1124078817 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14626:3
  VkExternalMemoryHandleTypeFlagsNV_1124078820 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14627:17
  VkExternalMemoryFeatureFlagBitsNV_1124078824 = enum_VkExternalMemoryFeatureFlagBitsNV_1124078823 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14634:3
  VkExternalMemoryFeatureFlagsNV_1124078826 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14635:17
  struct_VkExternalImageFormatPropertiesNV_1124078828 {.pure, inheritable,       bycopy.} = object
    imageFormatProperties*: VkImageFormatProperties_1124074511 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14636:16
    externalMemoryFeatures*: VkExternalMemoryFeatureFlagsNV_1124078827
    exportFromImportedHandleTypes*: VkExternalMemoryHandleTypeFlagsNV_1124078821
    compatibleHandleTypes*: VkExternalMemoryHandleTypeFlagsNV_1124078821
  VkExternalImageFormatPropertiesNV_1124078830 = struct_VkExternalImageFormatPropertiesNV_1124078829 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14641:3
  PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV_1124078832 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkFormat_1124074023; a2: VkImageType_1124074031;
      a3: VkImageTiling_1124074027; a4: VkImageUsageFlags_1124074175;
      a5: VkImageCreateFlags_1124074163; a6: VkExternalMemoryHandleTypeFlagsNV_1124078821;
      a7: ptr VkExternalImageFormatPropertiesNV_1124078831): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14643:30
  struct_VkExternalMemoryImageCreateInfoNV_1124078834 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalMemoryImageCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14664:16
    pNext*: pointer
    handleTypes*: VkExternalMemoryHandleTypeFlagsNV_1124078821
  VkExternalMemoryImageCreateInfoNV_1124078836 = struct_VkExternalMemoryImageCreateInfoNV_1124078835 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14668:3
  struct_VkExportMemoryAllocateInfoNV_1124078838 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportMemoryAllocateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14670:16
    pNext*: pointer
    handleTypes*: VkExternalMemoryHandleTypeFlagsNV_1124078821
  VkExportMemoryAllocateInfoNV_1124078840 = struct_VkExportMemoryAllocateInfoNV_1124078839 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14674:3
  VkValidationCheckEXT_1124078844 = enum_VkValidationCheckEXT_1124078843 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14687:3
  struct_VkValidationFlagsEXT_1124078846 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ValidationFlagsEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14688:16
    pNext*: pointer
    disabledValidationCheckCount*: uint32
    pDisabledValidationChecks*: ptr VkValidationCheckEXT_1124078845
  VkValidationFlagsEXT_1124078848 = struct_VkValidationFlagsEXT_1124078847 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14693:3
  VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT_1124078850 = VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075989 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14713:59
  struct_VkImageViewASTCDecodeModeEXT_1124078852 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewASTCDecodeModeEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14721:16
    pNext*: pointer
    decodeMode*: VkFormat_1124074023
  VkImageViewASTCDecodeModeEXT_1124078854 = struct_VkImageViewASTCDecodeModeEXT_1124078853 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14725:3
  struct_VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078856 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceASTCDecodeFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14727:16
    pNext*: pointer
    decodeModeSharedExponent*: VkBool32_1124073926
  VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078858 = struct_VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078857 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14731:3
  VkPipelineRobustnessBufferBehaviorEXT_1124078860 = VkPipelineRobustnessBufferBehavior_1124076191 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14739:44
  VkPipelineRobustnessImageBehaviorEXT_1124078862 = VkPipelineRobustnessImageBehavior_1124076195 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14741:43
  VkPhysicalDevicePipelineRobustnessFeaturesEXT_1124078864 = VkPhysicalDevicePipelineRobustnessFeatures_1124076375 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14743:52
  VkPhysicalDevicePipelineRobustnessPropertiesEXT_1124078866 = VkPhysicalDevicePipelineRobustnessProperties_1124076379 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14745:54
  VkPipelineRobustnessCreateInfoEXT_1124078868 = VkPipelineRobustnessCreateInfo_1124076383 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14747:40
  VkConditionalRenderingFlagBitsEXT_1124078872 = enum_VkConditionalRenderingFlagBitsEXT_1124078871 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14759:3
  VkConditionalRenderingFlagsEXT_1124078874 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14760:17
  struct_VkConditionalRenderingBeginInfoEXT_1124078876 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ConditionalRenderingBeginInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14761:16
    pNext*: pointer
    buffer*: VkBuffer_1124073936
    offset*: VkDeviceSize_1124073930
    flags*: VkConditionalRenderingFlagsEXT_1124078875
  VkConditionalRenderingBeginInfoEXT_1124078878 = struct_VkConditionalRenderingBeginInfoEXT_1124078877 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14767:3
  struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078880 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceConditionalRenderingFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14769:16
    pNext*: pointer
    conditionalRendering*: VkBool32_1124073926
    inheritedConditionalRendering*: VkBool32_1124073926
  VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078882 = struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078881 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14774:3
  struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078884 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferInheritanceConditionalRenderingInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14776:16
    pNext*: pointer
    conditionalRenderingEnable*: VkBool32_1124073926
  VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078886 = struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078885 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14780:3
  PFN_vkCmdBeginConditionalRenderingEXT_1124078888 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkConditionalRenderingBeginInfoEXT_1124078879): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14782:26
  PFN_vkCmdEndConditionalRenderingEXT_1124078890 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14783:26
  struct_VkViewportWScalingNV_1124078892 {.pure, inheritable, bycopy.} = object
    xcoeff*: cfloat          ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14803:16
    ycoeff*: cfloat
  VkViewportWScalingNV_1124078894 = struct_VkViewportWScalingNV_1124078893 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14806:3
  struct_VkPipelineViewportWScalingStateCreateInfoNV_1124078896 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportWScalingStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14808:16
    pNext*: pointer
    viewportWScalingEnable*: VkBool32_1124073926
    viewportCount*: uint32
    pViewportWScalings*: ptr VkViewportWScalingNV_1124078895
  VkPipelineViewportWScalingStateCreateInfoNV_1124078898 = struct_VkPipelineViewportWScalingStateCreateInfoNV_1124078897 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14814:3
  PFN_vkCmdSetViewportWScalingNV_1124078900 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkViewportWScalingNV_1124078895): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14816:26
  PFN_vkReleaseDisplayEXT_1124078902 = proc (a0: VkPhysicalDevice_1124073942;
      a1: VkDisplayKHR_1124076571): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14833:30
  VkSurfaceCounterFlagBitsEXT_1124078906 = enum_VkSurfaceCounterFlagBitsEXT_1124078905 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14854:3
  VkSurfaceCounterFlagsEXT_1124078908 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14855:17
  struct_VkSurfaceCapabilities2EXT_1124078910 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceCapabilities2EXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14856:16
    pNext*: pointer
    minImageCount*: uint32
    maxImageCount*: uint32
    currentExtent*: VkExtent2D_1124074443
    minImageExtent*: VkExtent2D_1124074443
    maxImageExtent*: VkExtent2D_1124074443
    maxImageArrayLayers*: uint32
    supportedTransforms*: VkSurfaceTransformFlagsKHR_1124076487
    currentTransform*: VkSurfaceTransformFlagBitsKHR_1124076479
    supportedCompositeAlpha*: VkCompositeAlphaFlagsKHR_1124076485
    supportedUsageFlags*: VkImageUsageFlags_1124074175
    supportedSurfaceCounters*: VkSurfaceCounterFlagsEXT_1124078909
  VkSurfaceCapabilities2EXT_1124078912 = struct_VkSurfaceCapabilities2EXT_1124078911 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14870:3
  PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT_1124078914 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkSurfaceKHR_1124076467;
      a2: ptr VkSurfaceCapabilities2EXT_1124078913): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14872:30
  VkDisplayPowerStateEXT_1124078918 = enum_VkDisplayPowerStateEXT_1124078917 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14894:3
  VkDeviceEventTypeEXT_1124078922 = enum_VkDeviceEventTypeEXT_1124078921 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14899:3
  VkDisplayEventTypeEXT_1124078926 = enum_VkDisplayEventTypeEXT_1124078925 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14904:3
  struct_VkDisplayPowerInfoEXT_1124078928 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayPowerInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14905:16
    pNext*: pointer
    powerState*: VkDisplayPowerStateEXT_1124078919
  VkDisplayPowerInfoEXT_1124078930 = struct_VkDisplayPowerInfoEXT_1124078929 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14909:3
  struct_VkDeviceEventInfoEXT_1124078932 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceEventInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14911:16
    pNext*: pointer
    deviceEvent*: VkDeviceEventTypeEXT_1124078923
  VkDeviceEventInfoEXT_1124078934 = struct_VkDeviceEventInfoEXT_1124078933 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14915:3
  struct_VkDisplayEventInfoEXT_1124078936 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayEventInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14917:16
    pNext*: pointer
    displayEvent*: VkDisplayEventTypeEXT_1124078927
  VkDisplayEventInfoEXT_1124078938 = struct_VkDisplayEventInfoEXT_1124078937 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14921:3
  struct_VkSwapchainCounterCreateInfoEXT_1124078940 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainCounterCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14923:16
    pNext*: pointer
    surfaceCounters*: VkSurfaceCounterFlagsEXT_1124078909
  VkSwapchainCounterCreateInfoEXT_1124078942 = struct_VkSwapchainCounterCreateInfoEXT_1124078941 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14927:3
  PFN_vkDisplayPowerControlEXT_1124078944 = proc (a0: VkDevice_1124073944;
      a1: VkDisplayKHR_1124076571; a2: ptr VkDisplayPowerInfoEXT_1124078931): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14929:30
  PFN_vkRegisterDeviceEventEXT_1124078946 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceEventInfoEXT_1124078935; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkFence_1124073952): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14930:30
  PFN_vkRegisterDisplayEventEXT_1124078948 = proc (a0: VkDevice_1124073944;
      a1: VkDisplayKHR_1124076571; a2: ptr VkDisplayEventInfoEXT_1124078939;
      a3: ptr VkAllocationCallbacks_1124074499; a4: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14931:30
  PFN_vkGetSwapchainCounterEXT_1124078950 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: VkSurfaceCounterFlagBitsEXT_1124078907;
      a3: ptr uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14932:30
  struct_VkRefreshCycleDurationGOOGLE_1124078952 {.pure, inheritable, bycopy.} = object
    refreshDuration*: uint64 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14973:16
  VkRefreshCycleDurationGOOGLE_1124078954 = struct_VkRefreshCycleDurationGOOGLE_1124078953 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14975:3
  struct_VkPastPresentationTimingGOOGLE_1124078956 {.pure, inheritable, bycopy.} = object
    presentID*: uint32       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14977:16
    desiredPresentTime*: uint64
    actualPresentTime*: uint64
    earliestPresentTime*: uint64
    presentMargin*: uint64
  VkPastPresentationTimingGOOGLE_1124078958 = struct_VkPastPresentationTimingGOOGLE_1124078957 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14983:3
  struct_VkPresentTimeGOOGLE_1124078960 {.pure, inheritable, bycopy.} = object
    presentID*: uint32       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14985:16
    desiredPresentTime*: uint64
  VkPresentTimeGOOGLE_1124078962 = struct_VkPresentTimeGOOGLE_1124078961 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14988:3
  struct_VkPresentTimesInfoGOOGLE_1124078964 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PresentTimesInfoGOOGLE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14990:16
    pNext*: pointer
    swapchainCount*: uint32
    pTimes*: ptr VkPresentTimeGOOGLE_1124078963
  VkPresentTimesInfoGOOGLE_1124078966 = struct_VkPresentTimesInfoGOOGLE_1124078965 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14995:3
  PFN_vkGetRefreshCycleDurationGOOGLE_1124078968 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkRefreshCycleDurationGOOGLE_1124078955): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14997:30
  PFN_vkGetPastPresentationTimingGOOGLE_1124078970 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr uint32;
      a3: ptr VkPastPresentationTimingGOOGLE_1124078959): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14998:30
  struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078972 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiviewPerViewAttributesPropertiesNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15044:16
    pNext*: pointer
    perViewPositionAllComponents*: VkBool32_1124073926
  VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078974 = struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078973 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15048:3
  struct_VkMultiviewPerViewAttributesInfoNVX_1124078976 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MultiviewPerViewAttributesInfoNVX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15050:16
    pNext*: pointer
    perViewAttributes*: VkBool32_1124073926
    perViewAttributesPositionXOnly*: VkBool32_1124073926
  VkMultiviewPerViewAttributesInfoNVX_1124078978 = struct_VkMultiviewPerViewAttributesInfoNVX_1124078977 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15055:3
  VkViewportCoordinateSwizzleNV_1124078982 = enum_VkViewportCoordinateSwizzleNV_1124078981 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15074:3
  VkPipelineViewportSwizzleStateCreateFlagsNV_1124078984 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15075:17
  struct_VkViewportSwizzleNV_1124078986 {.pure, inheritable, bycopy.} = object
    x*: VkViewportCoordinateSwizzleNV_1124078983 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15076:16
    y*: VkViewportCoordinateSwizzleNV_1124078983
    z*: VkViewportCoordinateSwizzleNV_1124078983
    w*: VkViewportCoordinateSwizzleNV_1124078983
  VkViewportSwizzleNV_1124078988 = struct_VkViewportSwizzleNV_1124078987 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15081:3
  struct_VkPipelineViewportSwizzleStateCreateInfoNV_1124078990 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportSwizzleStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15083:16
    pNext*: pointer
    flags*: VkPipelineViewportSwizzleStateCreateFlagsNV_1124078985
    viewportCount*: uint32
    pViewportSwizzles*: ptr VkViewportSwizzleNV_1124078989
  VkPipelineViewportSwizzleStateCreateInfoNV_1124078992 = struct_VkPipelineViewportSwizzleStateCreateInfoNV_1124078991 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15089:3
  VkDiscardRectangleModeEXT_1124078996 = enum_VkDiscardRectangleModeEXT_1124078995 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15102:3
  VkPipelineDiscardRectangleStateCreateFlagsEXT_1124078998 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15103:17
  struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079000 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDiscardRectanglePropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15104:16
    pNext*: pointer
    maxDiscardRectangles*: uint32
  VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079002 = struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079001 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15108:3
  struct_VkPipelineDiscardRectangleStateCreateInfoEXT_1124079004 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineDiscardRectangleStateCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15110:16
    pNext*: pointer
    flags*: VkPipelineDiscardRectangleStateCreateFlagsEXT_1124078999
    discardRectangleMode*: VkDiscardRectangleModeEXT_1124078997
    discardRectangleCount*: uint32
    pDiscardRectangles*: ptr VkRect2D_1124074459
  VkPipelineDiscardRectangleStateCreateInfoEXT_1124079006 = struct_VkPipelineDiscardRectangleStateCreateInfoEXT_1124079005 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15117:3
  PFN_vkCmdSetDiscardRectangleEXT_1124079008 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkRect2D_1124074459): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15119:26
  PFN_vkCmdSetDiscardRectangleEnableEXT_1124079010 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15120:26
  PFN_vkCmdSetDiscardRectangleModeEXT_1124079012 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDiscardRectangleModeEXT_1124078997): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15121:26
  VkConservativeRasterizationModeEXT_1124079016 = enum_VkConservativeRasterizationModeEXT_1124079015 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15156:3
  VkPipelineRasterizationConservativeStateCreateFlagsEXT_1124079018 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15157:17
  struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079020 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceConservativeRasterizationPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15158:16
    pNext*: pointer
    primitiveOverestimationSize*: cfloat
    maxExtraPrimitiveOverestimationSize*: cfloat
    extraPrimitiveOverestimationSizeGranularity*: cfloat
    primitiveUnderestimation*: VkBool32_1124073926
    conservativePointAndLineRasterization*: VkBool32_1124073926
    degenerateTrianglesRasterized*: VkBool32_1124073926
    degenerateLinesRasterized*: VkBool32_1124073926
    fullyCoveredFragmentShaderInputVariable*: VkBool32_1124073926
    conservativeRasterizationPostDepthCoverage*: VkBool32_1124073926
  VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079022 = struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079021 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15170:3
  struct_VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079024 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationConservativeStateCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15172:16
    pNext*: pointer
    flags*: VkPipelineRasterizationConservativeStateCreateFlagsEXT_1124079019
    conservativeRasterizationMode*: VkConservativeRasterizationModeEXT_1124079017
    extraPrimitiveOverestimationSize*: cfloat
  VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079026 = struct_VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079025 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15178:3
  VkPipelineRasterizationDepthClipStateCreateFlagsEXT_1124079028 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15186:17
  struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079030 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDepthClipEnableFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15187:16
    pNext*: pointer
    depthClipEnable*: VkBool32_1124073926
  VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079032 = struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079031 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15191:3
  struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079034 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationDepthClipStateCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15193:16
    pNext*: pointer
    flags*: VkPipelineRasterizationDepthClipStateCreateFlagsEXT_1124079029
    depthClipEnable*: VkBool32_1124073926
  VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079036 = struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079035 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15198:3
  struct_VkXYColorEXT_1124079038 {.pure, inheritable, bycopy.} = object
    x*: cfloat               ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15212:16
    y*: cfloat
  VkXYColorEXT_1124079040 = struct_VkXYColorEXT_1124079039 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15215:3
  struct_VkHdrMetadataEXT_1124079042 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HdrMetadataEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15217:16
    pNext*: pointer
    displayPrimaryRed*: VkXYColorEXT_1124079041
    displayPrimaryGreen*: VkXYColorEXT_1124079041
    displayPrimaryBlue*: VkXYColorEXT_1124079041
    whitePoint*: VkXYColorEXT_1124079041
    maxLuminance*: cfloat
    minLuminance*: cfloat
    maxContentLightLevel*: cfloat
    maxFrameAverageLightLevel*: cfloat
  VkHdrMetadataEXT_1124079044 = struct_VkHdrMetadataEXT_1124079043 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15228:3
  PFN_vkSetHdrMetadataEXT_1124079046 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkSwapchainKHR_1124076507; a3: ptr VkHdrMetadataEXT_1124079045): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15230:26
  struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079048 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRelaxedLineRasterizationFeaturesIMG ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15247:16
    pNext*: pointer
    relaxedLineRasterization*: VkBool32_1124073926
  VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079050 = struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079049 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15251:3
  VkDebugUtilsMessengerEXT_1124079052 = ptr struct_VkDebugUtilsMessengerEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15270:1
  VkDebugUtilsMessengerCallbackDataFlagsEXT_1124079054 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15273:17
  VkDebugUtilsMessageSeverityFlagBitsEXT_1124079058 = enum_VkDebugUtilsMessageSeverityFlagBitsEXT_1124079057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15281:3
  VkDebugUtilsMessageTypeFlagBitsEXT_1124079062 = enum_VkDebugUtilsMessageTypeFlagBitsEXT_1124079061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15289:3
  VkDebugUtilsMessageTypeFlagsEXT_1124079064 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15290:17
  VkDebugUtilsMessageSeverityFlagsEXT_1124079066 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15291:17
  VkDebugUtilsMessengerCreateFlagsEXT_1124079068 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15292:17
  struct_VkDebugUtilsLabelEXT_1124079070 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugUtilsLabelEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15293:16
    pNext*: pointer
    pLabelName*: cstring
    color*: array[4'i64, cfloat]
  VkDebugUtilsLabelEXT_1124079072 = struct_VkDebugUtilsLabelEXT_1124079071 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15298:3
  struct_VkDebugUtilsObjectNameInfoEXT_1124079074 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugUtilsObjectNameInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15300:16
    pNext*: pointer
    objectType*: VkObjectType_1124074007
    objectHandle*: uint64
    pObjectName*: cstring
  VkDebugUtilsObjectNameInfoEXT_1124079076 = struct_VkDebugUtilsObjectNameInfoEXT_1124079075 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15306:3
  struct_VkDebugUtilsMessengerCallbackDataEXT_1124079078 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugUtilsMessengerCallbackDataEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15308:16
    pNext*: pointer
    flags*: VkDebugUtilsMessengerCallbackDataFlagsEXT_1124079055
    pMessageIdName*: cstring
    messageIdNumber*: int32
    pMessage*: cstring
    queueLabelCount*: uint32
    pQueueLabels*: ptr VkDebugUtilsLabelEXT_1124079073
    cmdBufLabelCount*: uint32
    pCmdBufLabels*: ptr VkDebugUtilsLabelEXT_1124079073
    objectCount*: uint32
    pObjects*: ptr VkDebugUtilsObjectNameInfoEXT_1124079077
  VkDebugUtilsMessengerCallbackDataEXT_1124079080 = struct_VkDebugUtilsMessengerCallbackDataEXT_1124079079 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15321:3
  PFN_vkDebugUtilsMessengerCallbackEXT_1124079082 = proc (
      a0: VkDebugUtilsMessageSeverityFlagBitsEXT_1124079059;
      a1: VkDebugUtilsMessageTypeFlagsEXT_1124079065;
      a2: ptr VkDebugUtilsMessengerCallbackDataEXT_1124079081; a3: pointer): VkBool32_1124073926 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15323:30
  struct_VkDebugUtilsMessengerCreateInfoEXT_1124079084 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugUtilsMessengerCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15329:16
    pNext*: pointer
    flags*: VkDebugUtilsMessengerCreateFlagsEXT_1124079069
    messageSeverity*: VkDebugUtilsMessageSeverityFlagsEXT_1124079067
    messageType*: VkDebugUtilsMessageTypeFlagsEXT_1124079065
    pfnUserCallback*: PFN_vkDebugUtilsMessengerCallbackEXT_1124079083
    pUserData*: pointer
  VkDebugUtilsMessengerCreateInfoEXT_1124079086 = struct_VkDebugUtilsMessengerCreateInfoEXT_1124079085 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15337:3
  struct_VkDebugUtilsObjectTagInfoEXT_1124079088 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DebugUtilsObjectTagInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15339:16
    pNext*: pointer
    objectType*: VkObjectType_1124074007
    objectHandle*: uint64
    tagName*: uint64
    tagSize*: csize_t
    pTag*: pointer
  VkDebugUtilsObjectTagInfoEXT_1124079090 = struct_VkDebugUtilsObjectTagInfoEXT_1124079089 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15347:3
  PFN_vkSetDebugUtilsObjectNameEXT_1124079092 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDebugUtilsObjectNameInfoEXT_1124079077): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15349:30
  PFN_vkSetDebugUtilsObjectTagEXT_1124079094 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDebugUtilsObjectTagInfoEXT_1124079091): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15350:30
  PFN_vkQueueBeginDebugUtilsLabelEXT_1124079096 = proc (a0: VkQueue_1124073946;
      a1: ptr VkDebugUtilsLabelEXT_1124079073): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15351:26
  PFN_vkQueueEndDebugUtilsLabelEXT_1124079098 = proc (a0: VkQueue_1124073946): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15352:26
  PFN_vkQueueInsertDebugUtilsLabelEXT_1124079100 = proc (a0: VkQueue_1124073946;
      a1: ptr VkDebugUtilsLabelEXT_1124079073): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15353:26
  PFN_vkCmdBeginDebugUtilsLabelEXT_1124079102 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDebugUtilsLabelEXT_1124079073): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15354:26
  PFN_vkCmdEndDebugUtilsLabelEXT_1124079104 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15355:26
  PFN_vkCmdInsertDebugUtilsLabelEXT_1124079106 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDebugUtilsLabelEXT_1124079073): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15356:26
  PFN_vkCreateDebugUtilsMessengerEXT_1124079108 = proc (a0: VkInstance_1124073940;
      a1: ptr VkDebugUtilsMessengerCreateInfoEXT_1124079087;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkDebugUtilsMessengerEXT_1124079053): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15357:30
  PFN_vkDestroyDebugUtilsMessengerEXT_1124079110 = proc (a0: VkInstance_1124073940;
      a1: VkDebugUtilsMessengerEXT_1124079053; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15358:26
  PFN_vkSubmitDebugUtilsMessageEXT_1124079112 = proc (a0: VkInstance_1124073940;
      a1: VkDebugUtilsMessageSeverityFlagBitsEXT_1124079059;
      a2: VkDebugUtilsMessageTypeFlagsEXT_1124079065;
      a3: ptr VkDebugUtilsMessengerCallbackDataEXT_1124079081): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15359:26
  VkSamplerReductionModeEXT_1124079114 = VkSamplerReductionMode_1124075611 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15437:32
  VkSamplerReductionModeCreateInfoEXT_1124079116 = VkSamplerReductionModeCreateInfo_1124075753 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15439:42
  VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT_1124079118 = VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075757 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15441:55
  struct_VkAttachmentSampleCountInfoAMD_1124079120 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AttachmentSampleCountInfoAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15455:16
    pNext*: pointer
    colorAttachmentCount*: uint32
    pColorAttachmentSamples*: ptr VkSampleCountFlagBits_1124074167
    depthStencilAttachmentSamples*: VkSampleCountFlagBits_1124074167
  VkAttachmentSampleCountInfoAMD_1124079122 = struct_VkAttachmentSampleCountInfoAMD_1124079121 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15461:3
  VkPhysicalDeviceInlineUniformBlockFeaturesEXT_1124079124 = VkPhysicalDeviceInlineUniformBlockFeatures_1124076053 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15475:52
  VkPhysicalDeviceInlineUniformBlockPropertiesEXT_1124079126 = VkPhysicalDeviceInlineUniformBlockProperties_1124076057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15477:54
  VkWriteDescriptorSetInlineUniformBlockEXT_1124079128 = VkWriteDescriptorSetInlineUniformBlock_1124076061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15479:48
  VkDescriptorPoolInlineUniformBlockCreateInfoEXT_1124079130 = VkDescriptorPoolInlineUniformBlockCreateInfo_1124076065 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15481:54
  struct_VkSampleLocationEXT_1124079132 {.pure, inheritable, bycopy.} = object
    x*: cfloat               ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15495:16
    y*: cfloat
  VkSampleLocationEXT_1124079134 = struct_VkSampleLocationEXT_1124079133 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15498:3
  struct_VkSampleLocationsInfoEXT_1124079136 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SampleLocationsInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15500:16
    pNext*: pointer
    sampleLocationsPerPixel*: VkSampleCountFlagBits_1124074167
    sampleLocationGridSize*: VkExtent2D_1124074443
    sampleLocationsCount*: uint32
    pSampleLocations*: ptr VkSampleLocationEXT_1124079135
  VkSampleLocationsInfoEXT_1124079138 = struct_VkSampleLocationsInfoEXT_1124079137 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15507:3
  struct_VkAttachmentSampleLocationsEXT_1124079140 {.pure, inheritable, bycopy.} = object
    attachmentIndex*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15509:16
    sampleLocationsInfo*: VkSampleLocationsInfoEXT_1124079139
  VkAttachmentSampleLocationsEXT_1124079142 = struct_VkAttachmentSampleLocationsEXT_1124079141 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15512:3
  struct_VkSubpassSampleLocationsEXT_1124079144 {.pure, inheritable, bycopy.} = object
    subpassIndex*: uint32    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15514:16
    sampleLocationsInfo*: VkSampleLocationsInfoEXT_1124079139
  VkSubpassSampleLocationsEXT_1124079146 = struct_VkSubpassSampleLocationsEXT_1124079145 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15517:3
  struct_VkRenderPassSampleLocationsBeginInfoEXT_1124079148 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassSampleLocationsBeginInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15519:16
    pNext*: pointer
    attachmentInitialSampleLocationsCount*: uint32
    pAttachmentInitialSampleLocations*: ptr VkAttachmentSampleLocationsEXT_1124079143
    postSubpassSampleLocationsCount*: uint32
    pPostSubpassSampleLocations*: ptr VkSubpassSampleLocationsEXT_1124079147
  VkRenderPassSampleLocationsBeginInfoEXT_1124079150 = struct_VkRenderPassSampleLocationsBeginInfoEXT_1124079149 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15526:3
  struct_VkPipelineSampleLocationsStateCreateInfoEXT_1124079152 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineSampleLocationsStateCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15528:16
    pNext*: pointer
    sampleLocationsEnable*: VkBool32_1124073926
    sampleLocationsInfo*: VkSampleLocationsInfoEXT_1124079139
  VkPipelineSampleLocationsStateCreateInfoEXT_1124079154 = struct_VkPipelineSampleLocationsStateCreateInfoEXT_1124079153 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15533:3
  struct_VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079156 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSampleLocationsPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15535:16
    pNext*: pointer
    sampleLocationSampleCounts*: VkSampleCountFlags_1124074169
    maxSampleLocationGridSize*: VkExtent2D_1124074443
    sampleLocationCoordinateRange*: array[2'i64, cfloat]
    sampleLocationSubPixelBits*: uint32
    variableSampleLocations*: VkBool32_1124073926
  VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079158 = struct_VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079157 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15543:3
  struct_VkMultisamplePropertiesEXT_1124079160 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MultisamplePropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15545:16
    pNext*: pointer
    maxSampleLocationGridSize*: VkExtent2D_1124074443
  VkMultisamplePropertiesEXT_1124079162 = struct_VkMultisamplePropertiesEXT_1124079161 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15549:3
  PFN_vkCmdSetSampleLocationsEXT_1124079164 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkSampleLocationsInfoEXT_1124079139): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15551:26
  PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT_1124079166 = proc (
      a0: VkPhysicalDevice_1124073942; a1: VkSampleCountFlagBits_1124074167;
      a2: ptr VkMultisamplePropertiesEXT_1124079163): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15552:26
  VkBlendOverlapEXT_1124079170 = enum_VkBlendOverlapEXT_1124079169 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15580:3
  struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079172 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceBlendOperationAdvancedFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15581:16
    pNext*: pointer
    advancedBlendCoherentOperations*: VkBool32_1124073926
  VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079174 = struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079173 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15585:3
  struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079176 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceBlendOperationAdvancedPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15587:16
    pNext*: pointer
    advancedBlendMaxColorAttachments*: uint32
    advancedBlendIndependentBlend*: VkBool32_1124073926
    advancedBlendNonPremultipliedSrcColor*: VkBool32_1124073926
    advancedBlendNonPremultipliedDstColor*: VkBool32_1124073926
    advancedBlendCorrelatedOverlap*: VkBool32_1124073926
    advancedBlendAllOperations*: VkBool32_1124073926
  VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079178 = struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079177 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15596:3
  struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079180 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineColorBlendAdvancedStateCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15598:16
    pNext*: pointer
    srcPremultiplied*: VkBool32_1124073926
    dstPremultiplied*: VkBool32_1124073926
    blendOverlap*: VkBlendOverlapEXT_1124079171
  VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079182 = struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079181 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15604:3
  VkPipelineCoverageToColorStateCreateFlagsNV_1124079184 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15612:17
  struct_VkPipelineCoverageToColorStateCreateInfoNV_1124079186 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCoverageToColorStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15613:16
    pNext*: pointer
    flags*: VkPipelineCoverageToColorStateCreateFlagsNV_1124079185
    coverageToColorEnable*: VkBool32_1124073926
    coverageToColorLocation*: uint32
  VkPipelineCoverageToColorStateCreateInfoNV_1124079188 = struct_VkPipelineCoverageToColorStateCreateInfoNV_1124079187 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15619:3
  VkCoverageModulationModeNV_1124079192 = enum_VkCoverageModulationModeNV_1124079191 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15634:3
  VkPipelineCoverageModulationStateCreateFlagsNV_1124079194 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15635:17
  struct_VkPipelineCoverageModulationStateCreateInfoNV_1124079196 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCoverageModulationStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15636:16
    pNext*: pointer
    flags*: VkPipelineCoverageModulationStateCreateFlagsNV_1124079195
    coverageModulationMode*: VkCoverageModulationModeNV_1124079193
    coverageModulationTableEnable*: VkBool32_1124073926
    coverageModulationTableCount*: uint32
    pCoverageModulationTable*: ptr cfloat
  VkPipelineCoverageModulationStateCreateInfoNV_1124079198 = struct_VkPipelineCoverageModulationStateCreateInfoNV_1124079197 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15644:3
  VkAttachmentSampleCountInfoNV_1124079200 = VkAttachmentSampleCountInfoAMD_1124079123 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15646:40
  struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079202 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderSMBuiltinsPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15660:16
    pNext*: pointer
    shaderSMCount*: uint32
    shaderWarpsPerSM*: uint32
  VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079204 = struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079203 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15665:3
  struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079206 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderSMBuiltinsFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15667:16
    pNext*: pointer
    shaderSMBuiltins*: VkBool32_1124073926
  VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079208 = struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079207 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15671:3
  struct_VkDrmFormatModifierPropertiesEXT_1124079210 {.pure, inheritable, bycopy.} = object
    drmFormatModifier*: uint64 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15685:16
    drmFormatModifierPlaneCount*: uint32
    drmFormatModifierTilingFeatures*: VkFormatFeatureFlags_1124074157
  VkDrmFormatModifierPropertiesEXT_1124079212 = struct_VkDrmFormatModifierPropertiesEXT_1124079211 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15689:3
  struct_VkDrmFormatModifierPropertiesListEXT_1124079214 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DrmFormatModifierPropertiesListEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15691:16
    pNext*: pointer
    drmFormatModifierCount*: uint32
    pDrmFormatModifierProperties*: ptr VkDrmFormatModifierPropertiesEXT_1124079213
  VkDrmFormatModifierPropertiesListEXT_1124079216 = struct_VkDrmFormatModifierPropertiesListEXT_1124079215 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15696:3
  struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079218 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageDrmFormatModifierInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15698:16
    pNext*: pointer
    drmFormatModifier*: uint64
    sharingMode*: VkSharingMode_1124074043
    queueFamilyIndexCount*: uint32
    pQueueFamilyIndices*: ptr uint32
  VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079220 = struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15705:3
  struct_VkImageDrmFormatModifierListCreateInfoEXT_1124079222 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageDrmFormatModifierListCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15707:16
    pNext*: pointer
    drmFormatModifierCount*: uint32
    pDrmFormatModifiers*: ptr uint64
  VkImageDrmFormatModifierListCreateInfoEXT_1124079224 = struct_VkImageDrmFormatModifierListCreateInfoEXT_1124079223 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15712:3
  struct_VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079226 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageDrmFormatModifierExplicitCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15714:16
    pNext*: pointer
    drmFormatModifier*: uint64
    drmFormatModifierPlaneCount*: uint32
    pPlaneLayouts*: ptr VkSubresourceLayout_1124074639
  VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079228 = struct_VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079227 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15720:3
  struct_VkImageDrmFormatModifierPropertiesEXT_1124079230 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageDrmFormatModifierPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15722:16
    pNext*: pointer
    drmFormatModifier*: uint64
  VkImageDrmFormatModifierPropertiesEXT_1124079232 = struct_VkImageDrmFormatModifierPropertiesEXT_1124079231 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15726:3
  struct_VkDrmFormatModifierProperties2EXT_1124079234 {.pure, inheritable,       bycopy.} = object
    drmFormatModifier*: uint64 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15728:16
    drmFormatModifierPlaneCount*: uint32
    drmFormatModifierTilingFeatures*: VkFormatFeatureFlags2_1124075887
  VkDrmFormatModifierProperties2EXT_1124079236 = struct_VkDrmFormatModifierProperties2EXT_1124079235 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15732:3
  struct_VkDrmFormatModifierPropertiesList2EXT_1124079238 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DrmFormatModifierPropertiesList2EXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15734:16
    pNext*: pointer
    drmFormatModifierCount*: uint32
    pDrmFormatModifierProperties*: ptr VkDrmFormatModifierProperties2EXT_1124079237
  VkDrmFormatModifierPropertiesList2EXT_1124079240 = struct_VkDrmFormatModifierPropertiesList2EXT_1124079239 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15739:3
  PFN_vkGetImageDrmFormatModifierPropertiesEXT_1124079242 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr VkImageDrmFormatModifierPropertiesEXT_1124079233): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15741:30
  VkValidationCacheEXT_1124079244 = ptr struct_VkValidationCacheEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15755:1
  VkValidationCacheHeaderVersionEXT_1124079248 = enum_VkValidationCacheHeaderVersionEXT_1124079247 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15762:3
  VkValidationCacheCreateFlagsEXT_1124079250 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15763:17
  struct_VkValidationCacheCreateInfoEXT_1124079252 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ValidationCacheCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15764:16
    pNext*: pointer
    flags*: VkValidationCacheCreateFlagsEXT_1124079251
    initialDataSize*: csize_t
    pInitialData*: pointer
  VkValidationCacheCreateInfoEXT_1124079254 = struct_VkValidationCacheCreateInfoEXT_1124079253 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15770:3
  struct_VkShaderModuleValidationCacheCreateInfoEXT_1124079256 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ShaderModuleValidationCacheCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15772:16
    pNext*: pointer
    validationCache*: VkValidationCacheEXT_1124079245
  VkShaderModuleValidationCacheCreateInfoEXT_1124079258 = struct_VkShaderModuleValidationCacheCreateInfoEXT_1124079257 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15776:3
  PFN_vkCreateValidationCacheEXT_1124079260 = proc (a0: VkDevice_1124073944;
      a1: ptr VkValidationCacheCreateInfoEXT_1124079255;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkValidationCacheEXT_1124079245): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15778:30
  PFN_vkDestroyValidationCacheEXT_1124079262 = proc (a0: VkDevice_1124073944;
      a1: VkValidationCacheEXT_1124079245; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15779:26
  PFN_vkMergeValidationCachesEXT_1124079264 = proc (a0: VkDevice_1124073944;
      a1: VkValidationCacheEXT_1124079245; a2: uint32;
      a3: ptr VkValidationCacheEXT_1124079245): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15780:30
  PFN_vkGetValidationCacheDataEXT_1124079266 = proc (a0: VkDevice_1124073944;
      a1: VkValidationCacheEXT_1124079245; a2: ptr csize_t; a3: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15781:30
  VkDescriptorBindingFlagBitsEXT_1124079268 = VkDescriptorBindingFlagBits_1124075627 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15821:37
  VkDescriptorBindingFlagsEXT_1124079270 = VkDescriptorBindingFlags_1124075629 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15823:34
  VkDescriptorSetLayoutBindingFlagsCreateInfoEXT_1124079272 = VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075729 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15825:53
  VkPhysicalDeviceDescriptorIndexingFeaturesEXT_1124079274 = VkPhysicalDeviceDescriptorIndexingFeatures_1124075733 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15827:52
  VkPhysicalDeviceDescriptorIndexingPropertiesEXT_1124079276 = VkPhysicalDeviceDescriptorIndexingProperties_1124075737 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15829:54
  VkDescriptorSetVariableDescriptorCountAllocateInfoEXT_1124079278 = VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075741 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15831:60
  VkDescriptorSetVariableDescriptorCountLayoutSupportEXT_1124079280 = VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075745 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15833:61
  VkShadingRatePaletteEntryNV_1124079284 = enum_VkShadingRatePaletteEntryNV_1124079283 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15862:3
  VkCoarseSampleOrderTypeNV_1124079288 = enum_VkCoarseSampleOrderTypeNV_1124079287 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15870:3
  struct_VkShadingRatePaletteNV_1124079290 {.pure, inheritable, bycopy.} = object
    shadingRatePaletteEntryCount*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15871:16
    pShadingRatePaletteEntries*: ptr VkShadingRatePaletteEntryNV_1124079285
  VkShadingRatePaletteNV_1124079292 = struct_VkShadingRatePaletteNV_1124079291 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15874:3
  struct_VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079294 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportShadingRateImageStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15876:16
    pNext*: pointer
    shadingRateImageEnable*: VkBool32_1124073926
    viewportCount*: uint32
    pShadingRatePalettes*: ptr VkShadingRatePaletteNV_1124079293
  VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079296 = struct_VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079295 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15882:3
  struct_VkPhysicalDeviceShadingRateImageFeaturesNV_1124079298 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShadingRateImageFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15884:16
    pNext*: pointer
    shadingRateImage*: VkBool32_1124073926
    shadingRateCoarseSampleOrder*: VkBool32_1124073926
  VkPhysicalDeviceShadingRateImageFeaturesNV_1124079300 = struct_VkPhysicalDeviceShadingRateImageFeaturesNV_1124079299 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15889:3
  struct_VkPhysicalDeviceShadingRateImagePropertiesNV_1124079302 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShadingRateImagePropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15891:16
    pNext*: pointer
    shadingRateTexelSize*: VkExtent2D_1124074443
    shadingRatePaletteSize*: uint32
    shadingRateMaxCoarseSamples*: uint32
  VkPhysicalDeviceShadingRateImagePropertiesNV_1124079304 = struct_VkPhysicalDeviceShadingRateImagePropertiesNV_1124079303 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15897:3
  struct_VkCoarseSampleLocationNV_1124079306 {.pure, inheritable, bycopy.} = object
    pixelX*: uint32          ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15899:16
    pixelY*: uint32
    sample*: uint32
  VkCoarseSampleLocationNV_1124079308 = struct_VkCoarseSampleLocationNV_1124079307 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15903:3
  struct_VkCoarseSampleOrderCustomNV_1124079310 {.pure, inheritable, bycopy.} = object
    shadingRate*: VkShadingRatePaletteEntryNV_1124079285 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15905:16
    sampleCount*: uint32
    sampleLocationCount*: uint32
    pSampleLocations*: ptr VkCoarseSampleLocationNV_1124079309
  VkCoarseSampleOrderCustomNV_1124079312 = struct_VkCoarseSampleOrderCustomNV_1124079311 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15910:3
  struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079314 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportCoarseSampleOrderStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15912:16
    pNext*: pointer
    sampleOrderType*: VkCoarseSampleOrderTypeNV_1124079289
    customSampleOrderCount*: uint32
    pCustomSampleOrders*: ptr VkCoarseSampleOrderCustomNV_1124079313
  VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079316 = struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079315 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15918:3
  PFN_vkCmdBindShadingRateImageNV_1124079318 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkImageView_1124073958; a2: VkImageLayout_1124074003): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15920:26
  PFN_vkCmdSetViewportShadingRatePaletteNV_1124079320 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32; a2: uint32;
      a3: ptr VkShadingRatePaletteNV_1124079293): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15921:26
  PFN_vkCmdSetCoarseSampleOrderNV_1124079322 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCoarseSampleOrderTypeNV_1124079289; a2: uint32;
      a3: ptr VkCoarseSampleOrderCustomNV_1124079313): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15922:26
  VkAccelerationStructureNV_1124079324 = ptr struct_VkAccelerationStructureNV_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15952:1
  VkRayTracingShaderGroupTypeKHR_1124079328 = enum_VkRayTracingShaderGroupTypeKHR_1124079327 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15966:3
  VkRayTracingShaderGroupTypeNV_1124079330 = VkRayTracingShaderGroupTypeKHR_1124079329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15967:40
  VkGeometryTypeKHR_1124079334 = enum_VkGeometryTypeKHR_1124079333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15982:3
  VkGeometryTypeNV_1124079336 = VkGeometryTypeKHR_1124079335 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15983:27
  VkAccelerationStructureTypeKHR_1124079340 = enum_VkAccelerationStructureTypeKHR_1124079339 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15993:3
  VkAccelerationStructureTypeNV_1124079342 = VkAccelerationStructureTypeKHR_1124079341 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15994:40
  VkCopyAccelerationStructureModeKHR_1124079346 = enum_VkCopyAccelerationStructureModeKHR_1124079345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16005:3
  VkCopyAccelerationStructureModeNV_1124079348 = VkCopyAccelerationStructureModeKHR_1124079347 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16006:44
  VkAccelerationStructureMemoryRequirementsTypeNV_1124079352 = enum_VkAccelerationStructureMemoryRequirementsTypeNV_1124079351 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16014:3
  VkGeometryFlagBitsKHR_1124079356 = enum_VkGeometryFlagBitsKHR_1124079355 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16022:3
  VkGeometryFlagsKHR_1124079358 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16023:17
  VkGeometryFlagsNV_1124079360 = VkGeometryFlagsKHR_1124079359 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16024:28
  VkGeometryFlagBitsNV_1124079362 = VkGeometryFlagBitsKHR_1124079357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16026:31
  VkGeometryInstanceFlagBitsKHR_1124079366 = enum_VkGeometryInstanceFlagBitsKHR_1124079365 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16046:3
  VkGeometryInstanceFlagsKHR_1124079368 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16047:17
  VkGeometryInstanceFlagsNV_1124079370 = VkGeometryInstanceFlagsKHR_1124079369 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16048:36
  VkGeometryInstanceFlagBitsNV_1124079372 = VkGeometryInstanceFlagBitsKHR_1124079367 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16050:39
  VkBuildAccelerationStructureFlagBitsKHR_1124079376 = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079375 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16086:3
  VkBuildAccelerationStructureFlagsKHR_1124079378 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16087:17
  VkBuildAccelerationStructureFlagsNV_1124079380 = VkBuildAccelerationStructureFlagsKHR_1124079379 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16088:46
  VkBuildAccelerationStructureFlagBitsNV_1124079382 = VkBuildAccelerationStructureFlagBitsKHR_1124079377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16090:49
  struct_VkRayTracingShaderGroupCreateInfoNV_1124079384 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RayTracingShaderGroupCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16092:16
    pNext*: pointer
    type_field*: VkRayTracingShaderGroupTypeKHR_1124079329
    generalShader*: uint32
    closestHitShader*: uint32
    anyHitShader*: uint32
    intersectionShader*: uint32
  VkRayTracingShaderGroupCreateInfoNV_1124079386 = struct_VkRayTracingShaderGroupCreateInfoNV_1124079385 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16100:3
  struct_VkRayTracingPipelineCreateInfoNV_1124079388 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RayTracingPipelineCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16102:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags_1124074333
    stageCount*: uint32
    pStages*: ptr VkPipelineShaderStageCreateInfo_1124074715
    groupCount*: uint32
    pGroups*: ptr VkRayTracingShaderGroupCreateInfoNV_1124079387
    maxRecursionDepth*: uint32
    layout*: VkPipelineLayout_1124073981
    basePipelineHandle*: VkPipeline_1124073983
    basePipelineIndex*: int32
  VkRayTracingPipelineCreateInfoNV_1124079390 = struct_VkRayTracingPipelineCreateInfoNV_1124079389 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16114:3
  struct_VkGeometryTrianglesNV_1124079392 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeometryTrianglesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16116:16
    pNext*: pointer
    vertexData*: VkBuffer_1124073936
    vertexOffset*: VkDeviceSize_1124073930
    vertexCount*: uint32
    vertexStride*: VkDeviceSize_1124073930
    vertexFormat*: VkFormat_1124074023
    indexData*: VkBuffer_1124073936
    indexOffset*: VkDeviceSize_1124073930
    indexCount*: uint32
    indexType*: VkIndexType_1124074059
    transformData*: VkBuffer_1124073936
    transformOffset*: VkDeviceSize_1124073930
  VkGeometryTrianglesNV_1124079394 = struct_VkGeometryTrianglesNV_1124079393 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16130:3
  struct_VkGeometryAABBNV_1124079396 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeometryAABBNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16132:16
    pNext*: pointer
    aabbData*: VkBuffer_1124073936
    numAABBs*: uint32
    stride*: uint32
    offset*: VkDeviceSize_1124073930
  VkGeometryAABBNV_1124079398 = struct_VkGeometryAABBNV_1124079397 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16139:3
  struct_VkGeometryDataNV_1124079400 {.pure, inheritable, bycopy.} = object
    triangles*: VkGeometryTrianglesNV_1124079395 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16141:16
    aabbs*: VkGeometryAABBNV_1124079399
  VkGeometryDataNV_1124079402 = struct_VkGeometryDataNV_1124079401 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16144:3
  struct_VkGeometryNV_1124079404 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeometryNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16146:16
    pNext*: pointer
    geometryType*: VkGeometryTypeKHR_1124079335
    geometry*: VkGeometryDataNV_1124079403
    flags*: VkGeometryFlagsKHR_1124079359
  VkGeometryNV_1124079406 = struct_VkGeometryNV_1124079405 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16152:3
  struct_VkAccelerationStructureInfoNV_1124079408 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16154:16
    pNext*: pointer
    type_field*: VkAccelerationStructureTypeNV_1124079343
    flags*: VkBuildAccelerationStructureFlagsNV_1124079381
    instanceCount*: uint32
    geometryCount*: uint32
    pGeometries*: ptr VkGeometryNV_1124079407
  VkAccelerationStructureInfoNV_1124079410 = struct_VkAccelerationStructureInfoNV_1124079409 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16162:3
  struct_VkAccelerationStructureCreateInfoNV_1124079412 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16164:16
    pNext*: pointer
    compactedSize*: VkDeviceSize_1124073930
    info*: VkAccelerationStructureInfoNV_1124079411
  VkAccelerationStructureCreateInfoNV_1124079414 = struct_VkAccelerationStructureCreateInfoNV_1124079413 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16169:3
  struct_VkBindAccelerationStructureMemoryInfoNV_1124079416 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindAccelerationStructureMemoryInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16171:16
    pNext*: pointer
    accelerationStructure*: VkAccelerationStructureNV_1124079325
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
    deviceIndexCount*: uint32
    pDeviceIndices*: ptr uint32
  VkBindAccelerationStructureMemoryInfoNV_1124079418 = struct_VkBindAccelerationStructureMemoryInfoNV_1124079417 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16179:3
  struct_VkWriteDescriptorSetAccelerationStructureNV_1124079420 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteDescriptorSetAccelerationStructureNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16181:16
    pNext*: pointer
    accelerationStructureCount*: uint32
    pAccelerationStructures*: ptr VkAccelerationStructureNV_1124079325
  VkWriteDescriptorSetAccelerationStructureNV_1124079422 = struct_VkWriteDescriptorSetAccelerationStructureNV_1124079421 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16186:3
  struct_VkAccelerationStructureMemoryRequirementsInfoNV_1124079424 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureMemoryRequirementsInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16188:16
    pNext*: pointer
    type_field*: VkAccelerationStructureMemoryRequirementsTypeNV_1124079353
    accelerationStructure*: VkAccelerationStructureNV_1124079325
  VkAccelerationStructureMemoryRequirementsInfoNV_1124079426 = struct_VkAccelerationStructureMemoryRequirementsInfoNV_1124079425 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16193:3
  struct_VkPhysicalDeviceRayTracingPropertiesNV_1124079428 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16195:16
    pNext*: pointer
    shaderGroupHandleSize*: uint32
    maxRecursionDepth*: uint32
    maxShaderGroupStride*: uint32
    shaderGroupBaseAlignment*: uint32
    maxGeometryCount*: uint64
    maxInstanceCount*: uint64
    maxTriangleCount*: uint64
    maxDescriptorSetAccelerationStructures*: uint32
  VkPhysicalDeviceRayTracingPropertiesNV_1124079430 = struct_VkPhysicalDeviceRayTracingPropertiesNV_1124079429 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16206:3
  struct_VkTransformMatrixKHR_1124079432 {.pure, inheritable, bycopy.} = object
    matrix*: array[3'i64, array[4'i64, cfloat]] ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16208:16
  VkTransformMatrixKHR_1124079434 = struct_VkTransformMatrixKHR_1124079433 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16210:3
  VkTransformMatrixNV_1124079436 = VkTransformMatrixKHR_1124079435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16212:30
  struct_VkAabbPositionsKHR_1124079438 {.pure, inheritable, bycopy.} = object
    minX*: cfloat            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16214:16
    minY*: cfloat
    minZ*: cfloat
    maxX*: cfloat
    maxY*: cfloat
    maxZ*: cfloat
  VkAabbPositionsKHR_1124079440 = struct_VkAabbPositionsKHR_1124079439 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16221:3
  VkAabbPositionsNV_1124079442 = VkAabbPositionsKHR_1124079441 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16223:28
  struct_VkAccelerationStructureInstanceKHR_1124079444 {.pure, inheritable,       bycopy.} = object
    transform*: VkTransformMatrixKHR_1124079435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16225:16
    instanceCustomIndex* {.bitsize: 24'i64.}: uint32
    mask* {.bitsize: 8'i64.}: uint32
    instanceShaderBindingTableRecordOffset* {.bitsize: 24'i64.}: uint32
    flags* {.bitsize: 8'i64.}: VkGeometryInstanceFlagsKHR_1124079369
    accelerationStructureReference*: uint64
  VkAccelerationStructureInstanceKHR_1124079446 = struct_VkAccelerationStructureInstanceKHR_1124079445 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16232:3
  VkAccelerationStructureInstanceNV_1124079448 = VkAccelerationStructureInstanceKHR_1124079447 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16234:44
  PFN_vkCreateAccelerationStructureNV_1124079450 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAccelerationStructureCreateInfoNV_1124079415;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkAccelerationStructureNV_1124079325): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16236:30
  PFN_vkDestroyAccelerationStructureNV_1124079452 = proc (a0: VkDevice_1124073944;
      a1: VkAccelerationStructureNV_1124079325; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16237:26
  PFN_vkGetAccelerationStructureMemoryRequirementsNV_1124079454 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkAccelerationStructureMemoryRequirementsInfoNV_1124079427;
      a2: ptr VkMemoryRequirements2KHR_1124077465): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16238:26
  PFN_vkBindAccelerationStructureMemoryNV_1124079456 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkBindAccelerationStructureMemoryInfoNV_1124079419): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16239:30
  PFN_vkCmdBuildAccelerationStructureNV_1124079458 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkAccelerationStructureInfoNV_1124079411; a2: VkBuffer_1124073936;
      a3: VkDeviceSize_1124073930; a4: VkBool32_1124073926;
      a5: VkAccelerationStructureNV_1124079325; a6: VkAccelerationStructureNV_1124079325;
      a7: VkBuffer_1124073936; a8: VkDeviceSize_1124073930): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16240:26
  PFN_vkCmdCopyAccelerationStructureNV_1124079460 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkAccelerationStructureNV_1124079325; a2: VkAccelerationStructureNV_1124079325;
      a3: VkCopyAccelerationStructureModeKHR_1124079347): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16241:26
  PFN_vkCmdTraceRaysNV_1124079462 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: VkDeviceSize_1124073930; a6: VkBuffer_1124073936;
      a7: VkDeviceSize_1124073930; a8: VkDeviceSize_1124073930; a9: VkBuffer_1124073936;
      a10: VkDeviceSize_1124073930; a11: VkDeviceSize_1124073930; a12: uint32;
      a13: uint32; a14: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16242:26
  PFN_vkCreateRayTracingPipelinesNV_1124079464 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: uint32;
      a3: ptr VkRayTracingPipelineCreateInfoNV_1124079391;
      a4: ptr VkAllocationCallbacks_1124074499; a5: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16243:30
  PFN_vkGetRayTracingShaderGroupHandlesKHR_1124079466 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983; a2: uint32; a3: uint32; a4: csize_t;
      a5: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16244:30
  PFN_vkGetRayTracingShaderGroupHandlesNV_1124079468 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983; a2: uint32; a3: uint32; a4: csize_t;
      a5: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16245:30
  PFN_vkGetAccelerationStructureHandleNV_1124079470 = proc (a0: VkDevice_1124073944;
      a1: VkAccelerationStructureNV_1124079325; a2: csize_t; a3: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16246:30
  PFN_vkCmdWriteAccelerationStructuresPropertiesNV_1124079472 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32;
      a2: ptr VkAccelerationStructureNV_1124079325; a3: VkQueryType_1124074039;
      a4: VkQueryPool_1124073956; a5: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16247:26
  PFN_vkCompileDeferredNV_1124079474 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983; a2: uint32): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16248:30
  struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079476 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRepresentativeFragmentTestFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16381:16
    pNext*: pointer
    representativeFragmentTest*: VkBool32_1124073926
  VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079478 = struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16385:3
  struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079480 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRepresentativeFragmentTestStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16387:16
    pNext*: pointer
    representativeFragmentTestEnable*: VkBool32_1124073926
  VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079482 = struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16391:3
  struct_VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079484 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageViewImageFormatInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16399:16
    pNext*: pointer
    imageViewType*: VkImageViewType_1124074051
  VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079486 = struct_VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079485 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16403:3
  struct_VkFilterCubicImageViewImageFormatPropertiesEXT_1124079488 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FilterCubicImageViewImageFormatPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16405:16
    pNext*: pointer
    filterCubic*: VkBool32_1124073926
    filterCubicMinmax*: VkBool32_1124073926
  VkFilterCubicImageViewImageFormatPropertiesEXT_1124079490 = struct_VkFilterCubicImageViewImageFormatPropertiesEXT_1124079489 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16410:3
  VkQueueGlobalPriorityEXT_1124079492 = VkQueueGlobalPriority_1124076199 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16424:31
  VkDeviceQueueGlobalPriorityCreateInfoEXT_1124079494 = VkDeviceQueueGlobalPriorityCreateInfo_1124076235 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16426:47
  struct_VkImportMemoryHostPointerInfoEXT_1124079496 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportMemoryHostPointerInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16434:16
    pNext*: pointer
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
    pHostPointer*: pointer
  VkImportMemoryHostPointerInfoEXT_1124079498 = struct_VkImportMemoryHostPointerInfoEXT_1124079497 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16439:3
  struct_VkMemoryHostPointerPropertiesEXT_1124079500 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryHostPointerPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16441:16
    pNext*: pointer
    memoryTypeBits*: uint32
  VkMemoryHostPointerPropertiesEXT_1124079502 = struct_VkMemoryHostPointerPropertiesEXT_1124079501 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16445:3
  struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079504 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalMemoryHostPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16447:16
    pNext*: pointer
    minImportedHostPointerAlignment*: VkDeviceSize_1124073930
  VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079506 = struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079505 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16451:3
  PFN_vkGetMemoryHostPointerPropertiesEXT_1124079508 = proc (a0: VkDevice_1124073944;
      a1: VkExternalMemoryHandleTypeFlagBits_1124075211; a2: pointer;
      a3: ptr VkMemoryHostPointerPropertiesEXT_1124079503): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16453:30
  PFN_vkCmdWriteBufferMarkerAMD_1124079510 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineStageFlagBits_1124074211; a2: VkBuffer_1124073936;
      a3: VkDeviceSize_1124073930; a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16470:26
  PFN_vkCmdWriteBufferMarker2AMD_1124079512 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineStageFlags2_1124075873; a2: VkBuffer_1124073936;
      a3: VkDeviceSize_1124073930; a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16471:26
  VkPipelineCompilerControlFlagBitsAMD_1124079516 = enum_VkPipelineCompilerControlFlagBitsAMD_1124079515 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16501:3
  VkPipelineCompilerControlFlagsAMD_1124079518 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16502:17
  struct_VkPipelineCompilerControlCreateInfoAMD_1124079520 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCompilerControlCreateInfoAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16503:16
    pNext*: pointer
    compilerControlFlags*: VkPipelineCompilerControlFlagsAMD_1124079519
  VkPipelineCompilerControlCreateInfoAMD_1124079522 = struct_VkPipelineCompilerControlCreateInfoAMD_1124079521 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16507:3
  VkTimeDomainEXT_1124079524 = VkTimeDomainKHR_1124078379 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16515:25
  VkCalibratedTimestampInfoEXT_1124079526 = VkCalibratedTimestampInfoKHR_1124078383 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16517:38
  PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_1124079528 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32; a2: ptr VkTimeDomainKHR_1124078379): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16519:30
  PFN_vkGetCalibratedTimestampsEXT_1124079530 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkCalibratedTimestampInfoKHR_1124078383;
      a3: ptr uint64; a4: ptr uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16520:30
  struct_VkPhysicalDeviceShaderCorePropertiesAMD_1124079532 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderCorePropertiesAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16545:16
    pNext*: pointer
    shaderEngineCount*: uint32
    shaderArraysPerEngineCount*: uint32
    computeUnitsPerShaderArray*: uint32
    simdPerComputeUnit*: uint32
    wavefrontsPerSimd*: uint32
    wavefrontSize*: uint32
    sgprsPerSimd*: uint32
    minSgprAllocation*: uint32
    maxSgprAllocation*: uint32
    sgprAllocationGranularity*: uint32
    vgprsPerSimd*: uint32
    minVgprAllocation*: uint32
    maxVgprAllocation*: uint32
    vgprAllocationGranularity*: uint32
  VkPhysicalDeviceShaderCorePropertiesAMD_1124079534 = struct_VkPhysicalDeviceShaderCorePropertiesAMD_1124079533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16562:3
  VkMemoryOverallocationBehaviorAMD_1124079538 = enum_VkMemoryOverallocationBehaviorAMD_1124079537 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16576:3
  struct_VkDeviceMemoryOverallocationCreateInfoAMD_1124079540 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceMemoryOverallocationCreateInfoAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16577:16
    pNext*: pointer
    overallocationBehavior*: VkMemoryOverallocationBehaviorAMD_1124079539
  VkDeviceMemoryOverallocationCreateInfoAMD_1124079542 = struct_VkDeviceMemoryOverallocationCreateInfoAMD_1124079541 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16581:3
  struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079544 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVertexAttributeDivisorPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16589:16
    pNext*: pointer
    maxVertexAttribDivisor*: uint32
  VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079546 = struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079545 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16593:3
  VkVertexInputBindingDivisorDescriptionEXT_1124079548 = VkVertexInputBindingDivisorDescription_1124076403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16595:48
  VkPipelineVertexInputDivisorStateCreateInfoEXT_1124079550 = VkPipelineVertexInputDivisorStateCreateInfo_1124076407 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16597:53
  VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_1124079552 = VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16599:56
  VkPipelineCreationFeedbackFlagBitsEXT_1124079554 = VkPipelineCreationFeedbackFlagBits_1124075893 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16607:44
  VkPipelineCreationFeedbackFlagsEXT_1124079556 = VkPipelineCreationFeedbackFlags_1124075895 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16609:41
  VkPipelineCreationFeedbackCreateInfoEXT_1124079558 = VkPipelineCreationFeedbackCreateInfo_1124076017 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16611:46
  VkPipelineCreationFeedbackEXT_1124079560 = VkPipelineCreationFeedback_1124076013 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16613:36
  VkPhysicalDeviceComputeShaderDerivativesFeaturesNV_1124079562 = VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078189 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16627:61
  struct_VkPhysicalDeviceMeshShaderFeaturesNV_1124079564 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMeshShaderFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16635:16
    pNext*: pointer
    taskShader*: VkBool32_1124073926
    meshShader*: VkBool32_1124073926
  VkPhysicalDeviceMeshShaderFeaturesNV_1124079566 = struct_VkPhysicalDeviceMeshShaderFeaturesNV_1124079565 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16640:3
  struct_VkPhysicalDeviceMeshShaderPropertiesNV_1124079568 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMeshShaderPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16642:16
    pNext*: pointer
    maxDrawMeshTasksCount*: uint32
    maxTaskWorkGroupInvocations*: uint32
    maxTaskWorkGroupSize*: array[3'i64, uint32]
    maxTaskTotalMemorySize*: uint32
    maxTaskOutputCount*: uint32
    maxMeshWorkGroupInvocations*: uint32
    maxMeshWorkGroupSize*: array[3'i64, uint32]
    maxMeshTotalMemorySize*: uint32
    maxMeshOutputVertices*: uint32
    maxMeshOutputPrimitives*: uint32
    maxMeshMultiviewViewCount*: uint32
    meshOutputPerVertexGranularity*: uint32
    meshOutputPerPrimitiveGranularity*: uint32
  VkPhysicalDeviceMeshShaderPropertiesNV_1124079570 = struct_VkPhysicalDeviceMeshShaderPropertiesNV_1124079569 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16658:3
  struct_VkDrawMeshTasksIndirectCommandNV_1124079572 {.pure, inheritable, bycopy.} = object
    taskCount*: uint32       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16660:16
    firstTask*: uint32
  VkDrawMeshTasksIndirectCommandNV_1124079574 = struct_VkDrawMeshTasksIndirectCommandNV_1124079573 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16663:3
  PFN_vkCmdDrawMeshTasksNV_1124079576 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16665:26
  PFN_vkCmdDrawMeshTasksIndirectNV_1124079578 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: uint32;
      a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16666:26
  PFN_vkCmdDrawMeshTasksIndirectCountNV_1124079580 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16667:26
  VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV_1124079582 = VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077903 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16703:62
  struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079584 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderImageFootprintFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16711:16
    pNext*: pointer
    imageFootprint*: VkBool32_1124073926
  VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079586 = struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079585 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16715:3
  struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079588 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportExclusiveScissorStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16723:16
    pNext*: pointer
    exclusiveScissorCount*: uint32
    pExclusiveScissors*: ptr VkRect2D_1124074459
  VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079590 = struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079589 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16728:3
  struct_VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079592 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExclusiveScissorFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16730:16
    pNext*: pointer
    exclusiveScissor*: VkBool32_1124073926
  VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079594 = struct_VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079593 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16734:3
  PFN_vkCmdSetExclusiveScissorEnableNV_1124079596 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16736:26
  PFN_vkCmdSetExclusiveScissorNV_1124079598 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkRect2D_1124074459): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16737:26
  struct_VkQueueFamilyCheckpointPropertiesNV_1124079600 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyCheckpointPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16762:16
    pNext*: pointer
    checkpointExecutionStageMask*: VkPipelineStageFlags_1124074213
  VkQueueFamilyCheckpointPropertiesNV_1124079602 = struct_VkQueueFamilyCheckpointPropertiesNV_1124079601 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16766:3
  struct_VkCheckpointDataNV_1124079604 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CheckpointDataNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16768:16
    pNext*: pointer
    stage*: VkPipelineStageFlagBits_1124074211
    pCheckpointMarker*: pointer
  VkCheckpointDataNV_1124079606 = struct_VkCheckpointDataNV_1124079605 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16773:3
  struct_VkQueueFamilyCheckpointProperties2NV_1124079608 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyCheckpointProperties2NV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16775:16
    pNext*: pointer
    checkpointExecutionStageMask*: VkPipelineStageFlags2_1124075873
  VkQueueFamilyCheckpointProperties2NV_1124079610 = struct_VkQueueFamilyCheckpointProperties2NV_1124079609 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16779:3
  struct_VkCheckpointData2NV_1124079612 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CheckpointData2NV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16781:16
    pNext*: pointer
    stage*: VkPipelineStageFlags2_1124075873
    pCheckpointMarker*: pointer
  VkCheckpointData2NV_1124079614 = struct_VkCheckpointData2NV_1124079613 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16786:3
  PFN_vkCmdSetCheckpointNV_1124079616 = proc (a0: VkCommandBuffer_1124073950;
      a1: pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16788:26
  PFN_vkGetQueueCheckpointDataNV_1124079618 = proc (a0: VkQueue_1124073946;
      a1: ptr uint32; a2: ptr VkCheckpointDataNV_1124079607): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16789:26
  PFN_vkGetQueueCheckpointData2NV_1124079620 = proc (a0: VkQueue_1124073946;
      a1: ptr uint32; a2: ptr VkCheckpointData2NV_1124079615): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16790:26
  struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079622 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16819:16
    pNext*: pointer
    shaderIntegerFunctions2*: VkBool32_1124073926
  VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079624 = struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079623 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16823:3
  VkPerformanceConfigurationINTEL_1124079626 = ptr struct_VkPerformanceConfigurationINTEL_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16829:1
  VkPerformanceConfigurationTypeINTEL_1124079630 = enum_VkPerformanceConfigurationTypeINTEL_1124079629 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16836:3
  VkQueryPoolSamplingModeINTEL_1124079634 = enum_VkQueryPoolSamplingModeINTEL_1124079633 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16841:3
  VkPerformanceOverrideTypeINTEL_1124079638 = enum_VkPerformanceOverrideTypeINTEL_1124079637 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16847:3
  VkPerformanceParameterTypeINTEL_1124079642 = enum_VkPerformanceParameterTypeINTEL_1124079641 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16853:3
  VkPerformanceValueTypeINTEL_1124079646 = enum_VkPerformanceValueTypeINTEL_1124079645 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16862:3
  union_VkPerformanceValueDataINTEL_1124079648 {.union, bycopy.} = object
    value32*: uint32         ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16863:15
    value64*: uint64
    valueFloat*: cfloat
    valueBool*: VkBool32_1124073926
    valueString*: cstring
  VkPerformanceValueDataINTEL_1124079650 = union_VkPerformanceValueDataINTEL_1124079649 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16869:3
  struct_VkPerformanceValueINTEL_1124079652 {.pure, inheritable, bycopy.} = object
    type_field*: VkPerformanceValueTypeINTEL_1124079647 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16871:16
    data*: VkPerformanceValueDataINTEL_1124079651
  VkPerformanceValueINTEL_1124079654 = struct_VkPerformanceValueINTEL_1124079653 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16874:3
  struct_VkInitializePerformanceApiInfoINTEL_1124079656 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_InitializePerformanceApiInfoINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16876:16
    pNext*: pointer
    pUserData*: pointer
  VkInitializePerformanceApiInfoINTEL_1124079658 = struct_VkInitializePerformanceApiInfoINTEL_1124079657 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16880:3
  struct_VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079660 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueryPoolPerformanceQueryCreateInfoINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16882:16
    pNext*: pointer
    performanceCountersSampling*: VkQueryPoolSamplingModeINTEL_1124079635
  VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079662 = struct_VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079661 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16886:3
  VkQueryPoolCreateInfoINTEL_1124079664 = VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079663 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16888:52
  struct_VkPerformanceMarkerInfoINTEL_1124079666 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceMarkerInfoINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16890:16
    pNext*: pointer
    marker*: uint64
  VkPerformanceMarkerInfoINTEL_1124079668 = struct_VkPerformanceMarkerInfoINTEL_1124079667 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16894:3
  struct_VkPerformanceStreamMarkerInfoINTEL_1124079670 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceStreamMarkerInfoINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16896:16
    pNext*: pointer
    marker*: uint32
  VkPerformanceStreamMarkerInfoINTEL_1124079672 = struct_VkPerformanceStreamMarkerInfoINTEL_1124079671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16900:3
  struct_VkPerformanceOverrideInfoINTEL_1124079674 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceOverrideInfoINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16902:16
    pNext*: pointer
    type_field*: VkPerformanceOverrideTypeINTEL_1124079639
    enable*: VkBool32_1124073926
    parameter*: uint64
  VkPerformanceOverrideInfoINTEL_1124079676 = struct_VkPerformanceOverrideInfoINTEL_1124079675 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16908:3
  struct_VkPerformanceConfigurationAcquireInfoINTEL_1124079678 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceConfigurationAcquireInfoINTEL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16910:16
    pNext*: pointer
    type_field*: VkPerformanceConfigurationTypeINTEL_1124079631
  VkPerformanceConfigurationAcquireInfoINTEL_1124079680 = struct_VkPerformanceConfigurationAcquireInfoINTEL_1124079679 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16914:3
  PFN_vkInitializePerformanceApiINTEL_1124079682 = proc (a0: VkDevice_1124073944;
      a1: ptr VkInitializePerformanceApiInfoINTEL_1124079659): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16916:30
  PFN_vkUninitializePerformanceApiINTEL_1124079684 = proc (a0: VkDevice_1124073944): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16917:26
  PFN_vkCmdSetPerformanceMarkerINTEL_1124079686 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPerformanceMarkerInfoINTEL_1124079669): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16918:30
  PFN_vkCmdSetPerformanceStreamMarkerINTEL_1124079688 = proc (
      a0: VkCommandBuffer_1124073950; a1: ptr VkPerformanceStreamMarkerInfoINTEL_1124079673): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16919:30
  PFN_vkCmdSetPerformanceOverrideINTEL_1124079690 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPerformanceOverrideInfoINTEL_1124079677): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16920:30
  PFN_vkAcquirePerformanceConfigurationINTEL_1124079692 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPerformanceConfigurationAcquireInfoINTEL_1124079681;
      a2: ptr VkPerformanceConfigurationINTEL_1124079627): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16921:30
  PFN_vkReleasePerformanceConfigurationINTEL_1124079694 = proc (a0: VkDevice_1124073944;
      a1: VkPerformanceConfigurationINTEL_1124079627): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16922:30
  PFN_vkQueueSetPerformanceConfigurationINTEL_1124079696 = proc (a0: VkQueue_1124073946;
      a1: VkPerformanceConfigurationINTEL_1124079627): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16923:30
  PFN_vkGetPerformanceParameterINTEL_1124079698 = proc (a0: VkDevice_1124073944;
      a1: VkPerformanceParameterTypeINTEL_1124079643;
      a2: ptr VkPerformanceValueINTEL_1124079655): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16924:30
  struct_VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079700 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePCIBusInfoPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16988:16
    pNext*: pointer
    pciDomain*: uint32
    pciBus*: uint32
    pciDevice*: uint32
    pciFunction*: uint32
  VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079702 = struct_VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079701 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16995:3
  struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079704 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayNativeHdrSurfaceCapabilitiesAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17003:16
    pNext*: pointer
    localDimmingSupport*: VkBool32_1124073926
  VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079706 = struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079705 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17007:3
  struct_VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079708 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainDisplayNativeHdrCreateInfoAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17009:16
    pNext*: pointer
    localDimmingEnable*: VkBool32_1124073926
  VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079710 = struct_VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079709 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17013:3
  PFN_vkSetLocalDimmingAMD_1124079712 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17015:26
  struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079714 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMapFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17031:16
    pNext*: pointer
    fragmentDensityMap*: VkBool32_1124073926
    fragmentDensityMapDynamic*: VkBool32_1124073926
    fragmentDensityMapNonSubsampledImages*: VkBool32_1124073926
  VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079716 = struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17037:3
  struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079718 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMapPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17039:16
    pNext*: pointer
    minFragmentDensityTexelSize*: VkExtent2D_1124074443
    maxFragmentDensityTexelSize*: VkExtent2D_1124074443
    fragmentDensityInvocations*: VkBool32_1124073926
  VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079720 = struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17045:3
  struct_VkRenderPassFragmentDensityMapCreateInfoEXT_1124079722 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassFragmentDensityMapCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17047:16
    pNext*: pointer
    fragmentDensityMapAttachment*: VkAttachmentReference_1124074847
  VkRenderPassFragmentDensityMapCreateInfoEXT_1124079724 = struct_VkRenderPassFragmentDensityMapCreateInfoEXT_1124079723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17051:3
  struct_VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079726 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderingFragmentDensityMapAttachmentInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17053:16
    pNext*: pointer
    imageView*: VkImageView_1124073958
    imageLayout*: VkImageLayout_1124074003
  VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079728 = struct_VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17058:3
  VkPhysicalDeviceScalarBlockLayoutFeaturesEXT_1124079730 = VkPhysicalDeviceScalarBlockLayoutFeatures_1124075749 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17066:51
  VkPhysicalDeviceSubgroupSizeControlFeaturesEXT_1124079732 = VkPhysicalDeviceSubgroupSizeControlFeatures_1124076041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17090:53
  VkPhysicalDeviceSubgroupSizeControlPropertiesEXT_1124079734 = VkPhysicalDeviceSubgroupSizeControlProperties_1124076045 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17092:55
  VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT_1124079736 = VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076049 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17094:61
  VkShaderCorePropertiesFlagBitsAMD_1124079740 = enum_VkShaderCorePropertiesFlagBitsAMD_1124079739 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17105:3
  VkShaderCorePropertiesFlagsAMD_1124079742 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17106:17
  struct_VkPhysicalDeviceShaderCoreProperties2AMD_1124079744 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderCoreProperties2AMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17107:16
    pNext*: pointer
    shaderCoreFeatures*: VkShaderCorePropertiesFlagsAMD_1124079743
    activeComputeUnitCount*: uint32
  VkPhysicalDeviceShaderCoreProperties2AMD_1124079746 = struct_VkPhysicalDeviceShaderCoreProperties2AMD_1124079745 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17112:3
  struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079748 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCoherentMemoryFeaturesAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17120:16
    pNext*: pointer
    deviceCoherentMemory*: VkBool32_1124073926
  VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079750 = struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079749 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17124:3
  struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079752 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderImageAtomicInt64FeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17132:16
    pNext*: pointer
    shaderImageInt64Atomics*: VkBool32_1124073926
    sparseImageInt64Atomics*: VkBool32_1124073926
  VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079754 = struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079753 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17137:3
  struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079756 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMemoryBudgetPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17145:16
    pNext*: pointer
    heapBudget*: array[16'i64, VkDeviceSize_1124073930]
    heapUsage*: array[16'i64, VkDeviceSize_1124073930]
  VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079758 = struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079757 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17150:3
  struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079760 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMemoryPriorityFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17158:16
    pNext*: pointer
    memoryPriority*: VkBool32_1124073926
  VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079762 = struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079761 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17162:3
  struct_VkMemoryPriorityAllocateInfoEXT_1124079764 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryPriorityAllocateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17164:16
    pNext*: pointer
    priority*: cfloat
  VkMemoryPriorityAllocateInfoEXT_1124079766 = struct_VkMemoryPriorityAllocateInfoEXT_1124079765 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17168:3
  struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079768 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17176:16
    pNext*: pointer
    dedicatedAllocationImageAliasing*: VkBool32_1124073926
  VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079770 = struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079769 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17180:3
  struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079772 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceBufferDeviceAddressFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17188:16
    pNext*: pointer
    bufferDeviceAddress*: VkBool32_1124073926
    bufferDeviceAddressCaptureReplay*: VkBool32_1124073926
    bufferDeviceAddressMultiDevice*: VkBool32_1124073926
  VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079774 = struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079773 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17194:3
  VkPhysicalDeviceBufferAddressFeaturesEXT_1124079776 = VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079775 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17196:56
  VkBufferDeviceAddressInfoEXT_1124079778 = VkBufferDeviceAddressInfo_1124075697 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17198:35
  struct_VkBufferDeviceAddressCreateInfoEXT_1124079780 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferDeviceAddressCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17200:16
    pNext*: pointer
    deviceAddress*: VkDeviceAddress_1124073928
  VkBufferDeviceAddressCreateInfoEXT_1124079782 = struct_VkBufferDeviceAddressCreateInfoEXT_1124079781 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17204:3
  PFN_vkGetBufferDeviceAddressEXT_1124079784 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferDeviceAddressInfo_1124075697): VkDeviceAddress_1124073928 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17206:37
  VkToolPurposeFlagBitsEXT_1124079786 = VkToolPurposeFlagBits_1124075867 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17221:31
  VkToolPurposeFlagsEXT_1124079788 = VkToolPurposeFlags_1124075869 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17223:28
  VkPhysicalDeviceToolPropertiesEXT_1124079790 = VkPhysicalDeviceToolProperties_1124075913 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17225:40
  PFN_vkGetPhysicalDeviceToolPropertiesEXT_1124079792 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkPhysicalDeviceToolProperties_1124075913): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17227:30
  VkImageStencilUsageCreateInfoEXT_1124079794 = VkImageStencilUsageCreateInfo_1124075805 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17243:39
  VkValidationFeatureEnableEXT_1124079798 = enum_VkValidationFeatureEnableEXT_1124079797 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17259:3
  VkValidationFeatureDisableEXT_1124079802 = enum_VkValidationFeatureDisableEXT_1124079801 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17271:3
  struct_VkValidationFeaturesEXT_1124079804 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ValidationFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17272:16
    pNext*: pointer
    enabledValidationFeatureCount*: uint32
    pEnabledValidationFeatures*: ptr VkValidationFeatureEnableEXT_1124079799
    disabledValidationFeatureCount*: uint32
    pDisabledValidationFeatures*: ptr VkValidationFeatureDisableEXT_1124079803
  VkValidationFeaturesEXT_1124079806 = struct_VkValidationFeaturesEXT_1124079805 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17279:3
  VkComponentTypeNV_1124079808 = VkComponentTypeKHR_1124078167 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17287:28
  VkScopeNV_1124079810 = VkScopeKHR_1124078171 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17289:20
  struct_VkCooperativeMatrixPropertiesNV_1124079812 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CooperativeMatrixPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17291:16
    pNext*: pointer
    MSize*: uint32
    NSize*: uint32
    KSize*: uint32
    AType*: VkComponentTypeNV_1124079809
    BType*: VkComponentTypeNV_1124079809
    CType*: VkComponentTypeNV_1124079809
    DType*: VkComponentTypeNV_1124079809
    scope*: VkScopeNV_1124079811
  VkCooperativeMatrixPropertiesNV_1124079814 = struct_VkCooperativeMatrixPropertiesNV_1124079813 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17302:3
  struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079816 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeMatrixFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17304:16
    pNext*: pointer
    cooperativeMatrix*: VkBool32_1124073926
    cooperativeMatrixRobustBufferAccess*: VkBool32_1124073926
  VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079818 = struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079817 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17309:3
  struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079820 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeMatrixPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17311:16
    pNext*: pointer
    cooperativeMatrixSupportedStages*: VkShaderStageFlags_1124074351
  VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079822 = struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079821 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17315:3
  PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV_1124079824 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkCooperativeMatrixPropertiesNV_1124079815): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17317:30
  VkCoverageReductionModeNV_1124079828 = enum_VkCoverageReductionModeNV_1124079827 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17338:3
  VkPipelineCoverageReductionStateCreateFlagsNV_1124079830 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17339:17
  struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079832 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCoverageReductionModeFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17340:16
    pNext*: pointer
    coverageReductionMode*: VkBool32_1124073926
  VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079834 = struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079833 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17344:3
  struct_VkPipelineCoverageReductionStateCreateInfoNV_1124079836 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineCoverageReductionStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17346:16
    pNext*: pointer
    flags*: VkPipelineCoverageReductionStateCreateFlagsNV_1124079831
    coverageReductionMode*: VkCoverageReductionModeNV_1124079829
  VkPipelineCoverageReductionStateCreateInfoNV_1124079838 = struct_VkPipelineCoverageReductionStateCreateInfoNV_1124079837 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17351:3
  struct_VkFramebufferMixedSamplesCombinationNV_1124079840 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FramebufferMixedSamplesCombinationNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17353:16
    pNext*: pointer
    coverageReductionMode*: VkCoverageReductionModeNV_1124079829
    rasterizationSamples*: VkSampleCountFlagBits_1124074167
    depthStencilSamples*: VkSampleCountFlags_1124074169
    colorSamples*: VkSampleCountFlags_1124074169
  VkFramebufferMixedSamplesCombinationNV_1124079842 = struct_VkFramebufferMixedSamplesCombinationNV_1124079841 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17360:3
  PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV_1124079844 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkFramebufferMixedSamplesCombinationNV_1124079843): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17362:30
  struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079846 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShaderInterlockFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17378:16
    pNext*: pointer
    fragmentShaderSampleInterlock*: VkBool32_1124073926
    fragmentShaderPixelInterlock*: VkBool32_1124073926
    fragmentShaderShadingRateInterlock*: VkBool32_1124073926
  VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079848 = struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079847 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17384:3
  struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079850 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceYcbcrImageArraysFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17392:16
    pNext*: pointer
    ycbcrImageArrays*: VkBool32_1124073926
  VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079852 = struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079851 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17396:3
  VkProvokingVertexModeEXT_1124079856 = enum_VkProvokingVertexModeEXT_1124079855 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17409:3
  struct_VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079858 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceProvokingVertexFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17410:16
    pNext*: pointer
    provokingVertexLast*: VkBool32_1124073926
    transformFeedbackPreservesProvokingVertex*: VkBool32_1124073926
  VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079860 = struct_VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079859 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17415:3
  struct_VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079862 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceProvokingVertexPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17417:16
    pNext*: pointer
    provokingVertexModePerPipeline*: VkBool32_1124073926
    transformFeedbackPreservesTriangleFanProvokingVertex*: VkBool32_1124073926
  VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079864 = struct_VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079863 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17422:3
  struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079866 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineRasterizationProvokingVertexStateCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17424:16
    pNext*: pointer
    provokingVertexMode*: VkProvokingVertexModeEXT_1124079857
  VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079868 = struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079867 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17428:3
  VkHeadlessSurfaceCreateFlagsEXT_1124079870 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17436:17
  struct_VkHeadlessSurfaceCreateInfoEXT_1124079872 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HeadlessSurfaceCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17437:16
    pNext*: pointer
    flags*: VkHeadlessSurfaceCreateFlagsEXT_1124079871
  VkHeadlessSurfaceCreateInfoEXT_1124079874 = struct_VkHeadlessSurfaceCreateInfoEXT_1124079873 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17441:3
  PFN_vkCreateHeadlessSurfaceEXT_1124079876 = proc (a0: VkInstance_1124073940;
      a1: ptr VkHeadlessSurfaceCreateInfoEXT_1124079875;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17443:30
  VkLineRasterizationModeEXT_1124079878 = VkLineRasterizationMode_1124076203 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17460:33
  VkPhysicalDeviceLineRasterizationFeaturesEXT_1124079880 = VkPhysicalDeviceLineRasterizationFeatures_1124076387 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17462:51
  VkPhysicalDeviceLineRasterizationPropertiesEXT_1124079882 = VkPhysicalDeviceLineRasterizationProperties_1124076391 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17464:53
  VkPipelineRasterizationLineStateCreateInfoEXT_1124079884 = VkPipelineRasterizationLineStateCreateInfo_1124076395 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17466:52
  PFN_vkCmdSetLineStippleEXT_1124079886 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint16): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17468:26
  struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079888 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderAtomicFloatFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17484:16
    pNext*: pointer
    shaderBufferFloat32Atomics*: VkBool32_1124073926
    shaderBufferFloat32AtomicAdd*: VkBool32_1124073926
    shaderBufferFloat64Atomics*: VkBool32_1124073926
    shaderBufferFloat64AtomicAdd*: VkBool32_1124073926
    shaderSharedFloat32Atomics*: VkBool32_1124073926
    shaderSharedFloat32AtomicAdd*: VkBool32_1124073926
    shaderSharedFloat64Atomics*: VkBool32_1124073926
    shaderSharedFloat64AtomicAdd*: VkBool32_1124073926
    shaderImageFloat32Atomics*: VkBool32_1124073926
    shaderImageFloat32AtomicAdd*: VkBool32_1124073926
    sparseImageFloat32Atomics*: VkBool32_1124073926
    sparseImageFloat32AtomicAdd*: VkBool32_1124073926
  VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079890 = struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079889 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17499:3
  VkPhysicalDeviceHostQueryResetFeaturesEXT_1124079892 = VkPhysicalDeviceHostQueryResetFeatures_1124075665 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17507:48
  PFN_vkResetQueryPoolEXT_1124079894 = proc (a0: VkDevice_1124073944;
      a1: VkQueryPool_1124073956; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17509:26
  VkPhysicalDeviceIndexTypeUint8FeaturesEXT_1124079896 = VkPhysicalDeviceIndexTypeUint8Features_1124076247 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17526:48
  struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079898 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExtendedDynamicStateFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17534:16
    pNext*: pointer
    extendedDynamicState*: VkBool32_1124073926
  VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079900 = struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079899 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17538:3
  PFN_vkCmdSetCullModeEXT_1124079902 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCullModeFlags_1124074383): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17540:26
  PFN_vkCmdSetFrontFaceEXT_1124079904 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkFrontFace_1124074107): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17541:26
  PFN_vkCmdSetPrimitiveTopologyEXT_1124079906 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPrimitiveTopology_1124074115): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17542:26
  PFN_vkCmdSetViewportWithCountEXT_1124079908 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkViewport_1124074803): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17543:26
  PFN_vkCmdSetScissorWithCountEXT_1124079910 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkRect2D_1124074459): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17544:26
  PFN_vkCmdBindVertexBuffers2EXT_1124079912 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBuffer_1124073936; a4: ptr VkDeviceSize_1124073930;
      a5: ptr VkDeviceSize_1124073930; a6: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17545:26
  PFN_vkCmdSetDepthTestEnableEXT_1124079914 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17546:26
  PFN_vkCmdSetDepthWriteEnableEXT_1124079916 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17547:26
  PFN_vkCmdSetDepthCompareOpEXT_1124079918 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCompareOp_1124074083): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17548:26
  PFN_vkCmdSetDepthBoundsTestEnableEXT_1124079920 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17549:26
  PFN_vkCmdSetStencilTestEnableEXT_1124079922 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17550:26
  PFN_vkCmdSetStencilOpEXT_1124079924 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkStencilFaceFlags_1124074439; a2: VkStencilOp_1124074123;
      a3: VkStencilOp_1124074123; a4: VkStencilOp_1124074123; a5: VkCompareOp_1124074083): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17551:26
  VkHostImageCopyFlagBitsEXT_1124079926 = VkHostImageCopyFlagBits_1124076217 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17643:33
  VkHostImageCopyFlagsEXT_1124079928 = VkHostImageCopyFlags_1124076219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17645:30
  VkPhysicalDeviceHostImageCopyFeaturesEXT_1124079930 = VkPhysicalDeviceHostImageCopyFeatures_1124076295 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17647:47
  VkPhysicalDeviceHostImageCopyPropertiesEXT_1124079932 = VkPhysicalDeviceHostImageCopyProperties_1124076299 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17649:49
  VkMemoryToImageCopyEXT_1124079934 = VkMemoryToImageCopy_1124076303 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17651:29
  VkImageToMemoryCopyEXT_1124079936 = VkImageToMemoryCopy_1124076307 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17653:29
  VkCopyMemoryToImageInfoEXT_1124079938 = VkCopyMemoryToImageInfo_1124076311 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17655:33
  VkCopyImageToMemoryInfoEXT_1124079940 = VkCopyImageToMemoryInfo_1124076315 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17657:33
  VkCopyImageToImageInfoEXT_1124079942 = VkCopyImageToImageInfo_1124076319 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17659:32
  VkHostImageLayoutTransitionInfoEXT_1124079944 = VkHostImageLayoutTransitionInfo_1124076323 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17661:41
  VkSubresourceHostMemcpySizeEXT_1124079946 = VkSubresourceHostMemcpySize_1124076327 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17663:37
  VkHostImageCopyDevicePerformanceQueryEXT_1124079948 = VkHostImageCopyDevicePerformanceQuery_1124076331 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17665:47
  VkSubresourceLayout2EXT_1124079950 = VkSubresourceLayout2_1124076275 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17667:30
  VkImageSubresource2EXT_1124079952 = VkImageSubresource2_1124076267 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17669:29
  PFN_vkCopyMemoryToImageEXT_1124079954 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCopyMemoryToImageInfo_1124076311): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17671:30
  PFN_vkCopyImageToMemoryEXT_1124079956 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCopyImageToMemoryInfo_1124076315): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17672:30
  PFN_vkCopyImageToImageEXT_1124079958 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCopyImageToImageInfo_1124076319): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17673:30
  PFN_vkTransitionImageLayoutEXT_1124079960 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkHostImageLayoutTransitionInfo_1124076323): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17674:30
  PFN_vkGetImageSubresourceLayout2EXT_1124079962 = proc (a0: VkDevice_1124073944;
      a1: VkImage_1124073938; a2: ptr VkImageSubresource2_1124076267;
      a3: ptr VkSubresourceLayout2_1124076275): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17675:26
  struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079964 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMapMemoryPlacedFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17717:16
    pNext*: pointer
    memoryMapPlaced*: VkBool32_1124073926
    memoryMapRangePlaced*: VkBool32_1124073926
    memoryUnmapReserve*: VkBool32_1124073926
  VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079966 = struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079965 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17723:3
  struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079968 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMapMemoryPlacedPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17725:16
    pNext*: pointer
    minPlacedMemoryMapAlignment*: VkDeviceSize_1124073930
  VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079970 = struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17729:3
  struct_VkMemoryMapPlacedInfoEXT_1124079972 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryMapPlacedInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17731:16
    pNext*: pointer
    pPlacedAddress*: pointer
  VkMemoryMapPlacedInfoEXT_1124079974 = struct_VkMemoryMapPlacedInfoEXT_1124079973 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17735:3
  struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079976 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderAtomicFloat2FeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17743:16
    pNext*: pointer
    shaderBufferFloat16Atomics*: VkBool32_1124073926
    shaderBufferFloat16AtomicAdd*: VkBool32_1124073926
    shaderBufferFloat16AtomicMinMax*: VkBool32_1124073926
    shaderBufferFloat32AtomicMinMax*: VkBool32_1124073926
    shaderBufferFloat64AtomicMinMax*: VkBool32_1124073926
    shaderSharedFloat16Atomics*: VkBool32_1124073926
    shaderSharedFloat16AtomicAdd*: VkBool32_1124073926
    shaderSharedFloat16AtomicMinMax*: VkBool32_1124073926
    shaderSharedFloat32AtomicMinMax*: VkBool32_1124073926
    shaderSharedFloat64AtomicMinMax*: VkBool32_1124073926
    shaderImageFloat32AtomicMinMax*: VkBool32_1124073926
    sparseImageFloat32AtomicMinMax*: VkBool32_1124073926
  VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079978 = struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079977 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17758:3
  VkPresentScalingFlagBitsEXT_1124079980 = VkPresentScalingFlagBitsKHR_1124078117 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17766:37
  VkPresentScalingFlagsEXT_1124079982 = VkPresentScalingFlagsKHR_1124078119 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17768:34
  VkPresentGravityFlagBitsEXT_1124079984 = VkPresentGravityFlagBitsKHR_1124078123 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17770:37
  VkPresentGravityFlagsEXT_1124079986 = VkPresentGravityFlagsKHR_1124078125 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17772:34
  VkSurfacePresentModeEXT_1124079988 = VkSurfacePresentModeKHR_1124078129 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17774:33
  VkSurfacePresentScalingCapabilitiesEXT_1124079990 = VkSurfacePresentScalingCapabilitiesKHR_1124078133 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17776:48
  VkSurfacePresentModeCompatibilityEXT_1124079992 = VkSurfacePresentModeCompatibilityKHR_1124078137 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17778:46
  VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT_1124079994 = VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078141 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17786:58
  VkSwapchainPresentFenceInfoEXT_1124079996 = VkSwapchainPresentFenceInfoKHR_1124078145 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17788:40
  VkSwapchainPresentModesCreateInfoEXT_1124079998 = VkSwapchainPresentModesCreateInfoKHR_1124078149 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17790:46
  VkSwapchainPresentModeInfoEXT_1124080000 = VkSwapchainPresentModeInfoKHR_1124078153 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17792:39
  VkSwapchainPresentScalingCreateInfoEXT_1124080002 = VkSwapchainPresentScalingCreateInfoKHR_1124078157 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17794:48
  VkReleaseSwapchainImagesInfoEXT_1124080004 = VkReleaseSwapchainImagesInfoKHR_1124078161 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17796:41
  PFN_vkReleaseSwapchainImagesEXT_1124080006 = proc (a0: VkDevice_1124073944;
      a1: ptr VkReleaseSwapchainImagesInfoKHR_1124078161): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17798:30
  VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT_1124080008 = VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076025 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17813:64
  VkIndirectCommandsLayoutNV_1124080010 = ptr struct_VkIndirectCommandsLayoutNV_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17819:1
  VkIndirectCommandsTokenTypeNV_1124080014 = enum_VkIndirectCommandsTokenTypeNV_1124080013 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17836:3
  VkIndirectStateFlagBitsNV_1124080018 = enum_VkIndirectStateFlagBitsNV_1124080017 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17841:3
  VkIndirectStateFlagsNV_1124080020 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17842:17
  VkIndirectCommandsLayoutUsageFlagBitsNV_1124080024 = enum_VkIndirectCommandsLayoutUsageFlagBitsNV_1124080023 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17849:3
  VkIndirectCommandsLayoutUsageFlagsNV_1124080026 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17850:17
  struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080028 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDeviceGeneratedCommandsPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17851:16
    pNext*: pointer
    maxGraphicsShaderGroupCount*: uint32
    maxIndirectSequenceCount*: uint32
    maxIndirectCommandsTokenCount*: uint32
    maxIndirectCommandsStreamCount*: uint32
    maxIndirectCommandsTokenOffset*: uint32
    maxIndirectCommandsStreamStride*: uint32
    minSequencesCountBufferOffsetAlignment*: uint32
    minSequencesIndexBufferOffsetAlignment*: uint32
    minIndirectCommandsBufferOffsetAlignment*: uint32
  VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080030 = struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080029 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17863:3
  struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080032 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDeviceGeneratedCommandsFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17865:16
    pNext*: pointer
    deviceGeneratedCommands*: VkBool32_1124073926
  VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080034 = struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080033 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17869:3
  struct_VkGraphicsShaderGroupCreateInfoNV_1124080036 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GraphicsShaderGroupCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17871:16
    pNext*: pointer
    stageCount*: uint32
    pStages*: ptr VkPipelineShaderStageCreateInfo_1124074715
    pVertexInputState*: ptr VkPipelineVertexInputStateCreateInfo_1124074791
    pTessellationState*: ptr VkPipelineTessellationStateCreateInfo_1124074799
  VkGraphicsShaderGroupCreateInfoNV_1124080038 = struct_VkGraphicsShaderGroupCreateInfoNV_1124080037 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17878:3
  struct_VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080040 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GraphicsPipelineShaderGroupsCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17880:16
    pNext*: pointer
    groupCount*: uint32
    pGroups*: ptr VkGraphicsShaderGroupCreateInfoNV_1124080039
    pipelineCount*: uint32
    pPipelines*: ptr VkPipeline_1124073983
  VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080042 = struct_VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17887:3
  struct_VkBindShaderGroupIndirectCommandNV_1124080044 {.pure, inheritable,       bycopy.} = object
    groupIndex*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17889:16
  VkBindShaderGroupIndirectCommandNV_1124080046 = struct_VkBindShaderGroupIndirectCommandNV_1124080045 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17891:3
  struct_VkBindIndexBufferIndirectCommandNV_1124080048 {.pure, inheritable,       bycopy.} = object
    bufferAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17893:16
    size*: uint32
    indexType*: VkIndexType_1124074059
  VkBindIndexBufferIndirectCommandNV_1124080050 = struct_VkBindIndexBufferIndirectCommandNV_1124080049 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17897:3
  struct_VkBindVertexBufferIndirectCommandNV_1124080052 {.pure, inheritable,       bycopy.} = object
    bufferAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17899:16
    size*: uint32
    stride*: uint32
  VkBindVertexBufferIndirectCommandNV_1124080054 = struct_VkBindVertexBufferIndirectCommandNV_1124080053 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17903:3
  struct_VkSetStateFlagsIndirectCommandNV_1124080056 {.pure, inheritable, bycopy.} = object
    data*: uint32            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17905:16
  VkSetStateFlagsIndirectCommandNV_1124080058 = struct_VkSetStateFlagsIndirectCommandNV_1124080057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17907:3
  struct_VkIndirectCommandsStreamNV_1124080060 {.pure, inheritable, bycopy.} = object
    buffer*: VkBuffer_1124073936 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17909:16
    offset*: VkDeviceSize_1124073930
  VkIndirectCommandsStreamNV_1124080062 = struct_VkIndirectCommandsStreamNV_1124080061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17912:3
  struct_VkIndirectCommandsLayoutTokenNV_1124080064 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectCommandsLayoutTokenNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17914:16
    pNext*: pointer
    tokenType*: VkIndirectCommandsTokenTypeNV_1124080015
    stream*: uint32
    offset*: uint32
    vertexBindingUnit*: uint32
    vertexDynamicStride*: VkBool32_1124073926
    pushconstantPipelineLayout*: VkPipelineLayout_1124073981
    pushconstantShaderStageFlags*: VkShaderStageFlags_1124074351
    pushconstantOffset*: uint32
    pushconstantSize*: uint32
    indirectStateFlags*: VkIndirectStateFlagsNV_1124080021
    indexTypeCount*: uint32
    pIndexTypes*: ptr VkIndexType_1124074059
    pIndexTypeValues*: ptr uint32
  VkIndirectCommandsLayoutTokenNV_1124080066 = struct_VkIndirectCommandsLayoutTokenNV_1124080065 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17930:3
  struct_VkIndirectCommandsLayoutCreateInfoNV_1124080068 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectCommandsLayoutCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17932:16
    pNext*: pointer
    flags*: VkIndirectCommandsLayoutUsageFlagsNV_1124080027
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    tokenCount*: uint32
    pTokens*: ptr VkIndirectCommandsLayoutTokenNV_1124080067
    streamCount*: uint32
    pStreamStrides*: ptr uint32
  VkIndirectCommandsLayoutCreateInfoNV_1124080070 = struct_VkIndirectCommandsLayoutCreateInfoNV_1124080069 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17941:3
  struct_VkGeneratedCommandsInfoNV_1124080072 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeneratedCommandsInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17943:16
    pNext*: pointer
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    pipeline*: VkPipeline_1124073983
    indirectCommandsLayout*: VkIndirectCommandsLayoutNV_1124080011
    streamCount*: uint32
    pStreams*: ptr VkIndirectCommandsStreamNV_1124080063
    sequencesCount*: uint32
    preprocessBuffer*: VkBuffer_1124073936
    preprocessOffset*: VkDeviceSize_1124073930
    preprocessSize*: VkDeviceSize_1124073930
    sequencesCountBuffer*: VkBuffer_1124073936
    sequencesCountOffset*: VkDeviceSize_1124073930
    sequencesIndexBuffer*: VkBuffer_1124073936
    sequencesIndexOffset*: VkDeviceSize_1124073930
  VkGeneratedCommandsInfoNV_1124080074 = struct_VkGeneratedCommandsInfoNV_1124080073 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17959:3
  struct_VkGeneratedCommandsMemoryRequirementsInfoNV_1124080076 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeneratedCommandsMemoryRequirementsInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17961:16
    pNext*: pointer
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    pipeline*: VkPipeline_1124073983
    indirectCommandsLayout*: VkIndirectCommandsLayoutNV_1124080011
    maxSequencesCount*: uint32
  VkGeneratedCommandsMemoryRequirementsInfoNV_1124080078 = struct_VkGeneratedCommandsMemoryRequirementsInfoNV_1124080077 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17968:3
  PFN_vkGetGeneratedCommandsMemoryRequirementsNV_1124080080 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkGeneratedCommandsMemoryRequirementsInfoNV_1124080079;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17970:26
  PFN_vkCmdPreprocessGeneratedCommandsNV_1124080082 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkGeneratedCommandsInfoNV_1124080075): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17971:26
  PFN_vkCmdExecuteGeneratedCommandsNV_1124080084 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926; a2: ptr VkGeneratedCommandsInfoNV_1124080075): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17972:26
  PFN_vkCmdBindPipelineShaderGroupNV_1124080086 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineBindPoint_1124074091; a2: VkPipeline_1124073983; a3: uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17973:26
  PFN_vkCreateIndirectCommandsLayoutNV_1124080088 = proc (a0: VkDevice_1124073944;
      a1: ptr VkIndirectCommandsLayoutCreateInfoNV_1124080071;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkIndirectCommandsLayoutNV_1124080011): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17974:30
  PFN_vkDestroyIndirectCommandsLayoutNV_1124080090 = proc (a0: VkDevice_1124073944;
      a1: VkIndirectCommandsLayoutNV_1124080011; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17975:26
  struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080092 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceInheritedViewportScissorFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18027:16
    pNext*: pointer
    inheritedViewportScissor2D*: VkBool32_1124073926
  VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080094 = struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080093 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18031:3
  struct_VkCommandBufferInheritanceViewportScissorInfoNV_1124080096 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferInheritanceViewportScissorInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18033:16
    pNext*: pointer
    viewportScissor2D*: VkBool32_1124073926
    viewportDepthCount*: uint32
    pViewportDepths*: ptr VkViewport_1124074803
  VkCommandBufferInheritanceViewportScissorInfoNV_1124080098 = struct_VkCommandBufferInheritanceViewportScissorInfoNV_1124080097 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18039:3
  struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080100 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTexelBufferAlignmentFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18047:16
    pNext*: pointer
    texelBufferAlignment*: VkBool32_1124073926
  VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080102 = struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080101 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18051:3
  VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT_1124080104 = VkPhysicalDeviceTexelBufferAlignmentProperties_1124076077 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18053:56
  struct_VkRenderPassTransformBeginInfoQCOM_1124080106 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassTransformBeginInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18061:16
    pNext*: pointer
    transform*: VkSurfaceTransformFlagBitsKHR_1124076479
  VkRenderPassTransformBeginInfoQCOM_1124080108 = struct_VkRenderPassTransformBeginInfoQCOM_1124080107 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18065:3
  struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080110 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CommandBufferInheritanceRenderPassTransformInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18067:16
    pNext*: pointer
    transform*: VkSurfaceTransformFlagBitsKHR_1124076479
    renderArea*: VkRect2D_1124074459
  VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080112 = struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080111 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18072:3
  VkDepthBiasRepresentationEXT_1124080116 = enum_VkDepthBiasRepresentationEXT_1124080115 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18086:3
  struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080118 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDepthBiasControlFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18087:16
    pNext*: pointer
    depthBiasControl*: VkBool32_1124073926
    leastRepresentableValueForceUnormRepresentation*: VkBool32_1124073926
    floatRepresentation*: VkBool32_1124073926
    depthBiasExact*: VkBool32_1124073926
  VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080120 = struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080119 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18094:3
  struct_VkDepthBiasInfoEXT_1124080122 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DepthBiasInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18096:16
    pNext*: pointer
    depthBiasConstantFactor*: cfloat
    depthBiasClamp*: cfloat
    depthBiasSlopeFactor*: cfloat
  VkDepthBiasInfoEXT_1124080124 = struct_VkDepthBiasInfoEXT_1124080123 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18102:3
  struct_VkDepthBiasRepresentationInfoEXT_1124080126 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DepthBiasRepresentationInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18104:16
    pNext*: pointer
    depthBiasRepresentation*: VkDepthBiasRepresentationEXT_1124080117
    depthBiasExact*: VkBool32_1124073926
  VkDepthBiasRepresentationInfoEXT_1124080128 = struct_VkDepthBiasRepresentationInfoEXT_1124080127 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18109:3
  PFN_vkCmdSetDepthBias2EXT_1124080130 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDepthBiasInfoEXT_1124080125): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18111:26
  VkDeviceMemoryReportEventTypeEXT_1124080134 = enum_VkDeviceMemoryReportEventTypeEXT_1124080133 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18134:3
  VkDeviceMemoryReportFlagsEXT_1124080136 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18135:17
  struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080138 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDeviceMemoryReportFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18136:16
    pNext*: pointer
    deviceMemoryReport*: VkBool32_1124073926
  VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080140 = struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080139 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18140:3
  struct_VkDeviceMemoryReportCallbackDataEXT_1124080142 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceMemoryReportCallbackDataEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18142:16
    pNext*: pointer
    flags*: VkDeviceMemoryReportFlagsEXT_1124080137
    type_field*: VkDeviceMemoryReportEventTypeEXT_1124080135
    memoryObjectId*: uint64
    size*: VkDeviceSize_1124073930
    objectType*: VkObjectType_1124074007
    objectHandle*: uint64
    heapIndex*: uint32
  VkDeviceMemoryReportCallbackDataEXT_1124080144 = struct_VkDeviceMemoryReportCallbackDataEXT_1124080143 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18152:3
  PFN_vkDeviceMemoryReportCallbackEXT_1124080146 = proc (
      a0: ptr VkDeviceMemoryReportCallbackDataEXT_1124080145; a1: pointer): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18154:26
  struct_VkDeviceDeviceMemoryReportCreateInfoEXT_1124080148 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceDeviceMemoryReportCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18158:16
    pNext*: pointer
    flags*: VkDeviceMemoryReportFlagsEXT_1124080137
    pfnUserCallback*: PFN_vkDeviceMemoryReportCallbackEXT_1124080147
    pUserData*: pointer
  VkDeviceDeviceMemoryReportCreateInfoEXT_1124080150 = struct_VkDeviceDeviceMemoryReportCreateInfoEXT_1124080149 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18164:3
  PFN_vkAcquireDrmDisplayEXT_1124080152 = proc (a0: VkPhysicalDevice_1124073942;
      a1: int32; a2: VkDisplayKHR_1124076571): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18172:30
  PFN_vkGetDrmDisplayEXT_1124080154 = proc (a0: VkPhysicalDevice_1124073942;
      a1: int32; a2: uint32; a3: ptr VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18173:30
  VkPhysicalDeviceRobustness2FeaturesEXT_1124080156 = VkPhysicalDeviceRobustness2FeaturesKHR_1124078611 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18197:48
  VkPhysicalDeviceRobustness2PropertiesEXT_1124080158 = VkPhysicalDeviceRobustness2PropertiesKHR_1124078615 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18199:50
  struct_VkSamplerCustomBorderColorCreateInfoEXT_1124080160 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerCustomBorderColorCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18207:16
    pNext*: pointer
    customBorderColor*: VkClearColorValue_1124074771
    format*: VkFormat_1124074023
  VkSamplerCustomBorderColorCreateInfoEXT_1124080162 = struct_VkSamplerCustomBorderColorCreateInfoEXT_1124080161 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18212:3
  struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080164 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCustomBorderColorPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18214:16
    pNext*: pointer
    maxCustomBorderColorSamplers*: uint32
  VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080166 = struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080165 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18218:3
  struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080168 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCustomBorderColorFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18220:16
    pNext*: pointer
    customBorderColors*: VkBool32_1124073926
    customBorderColorWithoutFormat*: VkBool32_1124073926
  VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080170 = struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080169 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18225:3
  struct_VkPhysicalDevicePresentBarrierFeaturesNV_1124080172 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentBarrierFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18239:16
    pNext*: pointer
    presentBarrier*: VkBool32_1124073926
  VkPhysicalDevicePresentBarrierFeaturesNV_1124080174 = struct_VkPhysicalDevicePresentBarrierFeaturesNV_1124080173 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18243:3
  struct_VkSurfaceCapabilitiesPresentBarrierNV_1124080176 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceCapabilitiesPresentBarrierNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18245:16
    pNext*: pointer
    presentBarrierSupported*: VkBool32_1124073926
  VkSurfaceCapabilitiesPresentBarrierNV_1124080178 = struct_VkSurfaceCapabilitiesPresentBarrierNV_1124080177 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18249:3
  struct_VkSwapchainPresentBarrierCreateInfoNV_1124080180 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainPresentBarrierCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18251:16
    pNext*: pointer
    presentBarrierEnable*: VkBool32_1124073926
  VkSwapchainPresentBarrierCreateInfoNV_1124080182 = struct_VkSwapchainPresentBarrierCreateInfoNV_1124080181 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18255:3
  VkPrivateDataSlotEXT_1124080184 = VkPrivateDataSlot_1124075863 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18261:27
  VkPrivateDataSlotCreateFlagsEXT_1124080186 = VkPrivateDataSlotCreateFlags_1124075871 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18265:38
  VkPhysicalDevicePrivateDataFeaturesEXT_1124080188 = VkPhysicalDevicePrivateDataFeatures_1124075917 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18267:45
  VkDevicePrivateDataCreateInfoEXT_1124080190 = VkDevicePrivateDataCreateInfo_1124075921 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18269:39
  VkPrivateDataSlotCreateInfoEXT_1124080192 = VkPrivateDataSlotCreateInfo_1124075925 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18271:37
  PFN_vkCreatePrivateDataSlotEXT_1124080194 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPrivateDataSlotCreateInfo_1124075925;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkPrivateDataSlot_1124075863): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18273:30
  PFN_vkDestroyPrivateDataSlotEXT_1124080196 = proc (a0: VkDevice_1124073944;
      a1: VkPrivateDataSlot_1124075863; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18274:26
  PFN_vkSetPrivateDataEXT_1124080198 = proc (a0: VkDevice_1124073944;
      a1: VkObjectType_1124074007; a2: uint64; a3: VkPrivateDataSlot_1124075863;
      a4: uint64): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18275:30
  PFN_vkGetPrivateDataEXT_1124080200 = proc (a0: VkDevice_1124073944;
      a1: VkObjectType_1124074007; a2: uint64; a3: VkPrivateDataSlot_1124075863;
      a4: ptr uint64): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18276:26
  VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT_1124080202 = VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076029 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18318:62
  VkDeviceDiagnosticsConfigFlagBitsNV_1124080206 = enum_VkDeviceDiagnosticsConfigFlagBitsNV_1124080205 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18333:3
  VkDeviceDiagnosticsConfigFlagsNV_1124080208 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18334:17
  struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080210 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDiagnosticsConfigFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18335:16
    pNext*: pointer
    diagnosticsConfig*: VkBool32_1124073926
  VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080212 = struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080211 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18339:3
  struct_VkDeviceDiagnosticsConfigCreateInfoNV_1124080214 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceDiagnosticsConfigCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18341:16
    pNext*: pointer
    flags*: VkDeviceDiagnosticsConfigFlagsNV_1124080209
  VkDeviceDiagnosticsConfigCreateInfoNV_1124080216 = struct_VkDeviceDiagnosticsConfigCreateInfoNV_1124080215 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18345:3
  VkTileShadingRenderPassFlagBitsQCOM_1124080220 = enum_VkTileShadingRenderPassFlagBitsQCOM_1124080219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18364:3
  VkTileShadingRenderPassFlagsQCOM_1124080222 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18365:17
  struct_VkPhysicalDeviceTileShadingFeaturesQCOM_1124080224 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTileShadingFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18366:16
    pNext*: pointer
    tileShading*: VkBool32_1124073926
    tileShadingFragmentStage*: VkBool32_1124073926
    tileShadingColorAttachments*: VkBool32_1124073926
    tileShadingDepthAttachments*: VkBool32_1124073926
    tileShadingStencilAttachments*: VkBool32_1124073926
    tileShadingInputAttachments*: VkBool32_1124073926
    tileShadingSampledAttachments*: VkBool32_1124073926
    tileShadingPerTileDraw*: VkBool32_1124073926
    tileShadingPerTileDispatch*: VkBool32_1124073926
    tileShadingDispatchTile*: VkBool32_1124073926
    tileShadingApron*: VkBool32_1124073926
    tileShadingAnisotropicApron*: VkBool32_1124073926
    tileShadingAtomicOps*: VkBool32_1124073926
    tileShadingImageProcessing*: VkBool32_1124073926
  VkPhysicalDeviceTileShadingFeaturesQCOM_1124080226 = struct_VkPhysicalDeviceTileShadingFeaturesQCOM_1124080225 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18383:3
  struct_VkPhysicalDeviceTileShadingPropertiesQCOM_1124080228 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTileShadingPropertiesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18385:16
    pNext*: pointer
    maxApronSize*: uint32
    preferNonCoherent*: VkBool32_1124073926
    tileGranularity*: VkExtent2D_1124074443
    maxTileShadingRate*: VkExtent2D_1124074443
  VkPhysicalDeviceTileShadingPropertiesQCOM_1124080230 = struct_VkPhysicalDeviceTileShadingPropertiesQCOM_1124080229 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18392:3
  struct_VkRenderPassTileShadingCreateInfoQCOM_1124080232 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassTileShadingCreateInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18394:16
    pNext*: pointer
    flags*: VkTileShadingRenderPassFlagsQCOM_1124080223
    tileApronSize*: VkExtent2D_1124074443
  VkRenderPassTileShadingCreateInfoQCOM_1124080234 = struct_VkRenderPassTileShadingCreateInfoQCOM_1124080233 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18399:3
  struct_VkPerTileBeginInfoQCOM_1124080236 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerTileBeginInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18401:16
    pNext*: pointer
  VkPerTileBeginInfoQCOM_1124080238 = struct_VkPerTileBeginInfoQCOM_1124080237 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18404:3
  struct_VkPerTileEndInfoQCOM_1124080240 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerTileEndInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18406:16
    pNext*: pointer
  VkPerTileEndInfoQCOM_1124080242 = struct_VkPerTileEndInfoQCOM_1124080241 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18409:3
  struct_VkDispatchTileInfoQCOM_1124080244 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DispatchTileInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18411:16
    pNext*: pointer
  VkDispatchTileInfoQCOM_1124080246 = struct_VkDispatchTileInfoQCOM_1124080245 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18414:3
  PFN_vkCmdDispatchTileQCOM_1124080248 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDispatchTileInfoQCOM_1124080247): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18416:26
  PFN_vkCmdBeginPerTileExecutionQCOM_1124080250 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPerTileBeginInfoQCOM_1124080239): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18417:26
  PFN_vkCmdEndPerTileExecutionQCOM_1124080252 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkPerTileEndInfoQCOM_1124080243): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18418:26
  struct_VkQueryLowLatencySupportNV_1124080254 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueryLowLatencySupportNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18445:16
    pNext*: pointer
    pQueriedLowLatencyData*: pointer
  VkQueryLowLatencySupportNV_1124080256 = struct_VkQueryLowLatencySupportNV_1124080255 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18449:3
  VkAccelerationStructureKHR_1124080258 = ptr struct_VkAccelerationStructureKHR_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18455:1
  struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080260 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorBufferPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18458:16
    pNext*: pointer
    combinedImageSamplerDescriptorSingleArray*: VkBool32_1124073926
    bufferlessPushDescriptors*: VkBool32_1124073926
    allowSamplerImageViewPostSubmitCreation*: VkBool32_1124073926
    descriptorBufferOffsetAlignment*: VkDeviceSize_1124073930
    maxDescriptorBufferBindings*: uint32
    maxResourceDescriptorBufferBindings*: uint32
    maxSamplerDescriptorBufferBindings*: uint32
    maxEmbeddedImmutableSamplerBindings*: uint32
    maxEmbeddedImmutableSamplers*: uint32
    bufferCaptureReplayDescriptorDataSize*: csize_t
    imageCaptureReplayDescriptorDataSize*: csize_t
    imageViewCaptureReplayDescriptorDataSize*: csize_t
    samplerCaptureReplayDescriptorDataSize*: csize_t
    accelerationStructureCaptureReplayDescriptorDataSize*: csize_t
    samplerDescriptorSize*: csize_t
    combinedImageSamplerDescriptorSize*: csize_t
    sampledImageDescriptorSize*: csize_t
    storageImageDescriptorSize*: csize_t
    uniformTexelBufferDescriptorSize*: csize_t
    robustUniformTexelBufferDescriptorSize*: csize_t
    storageTexelBufferDescriptorSize*: csize_t
    robustStorageTexelBufferDescriptorSize*: csize_t
    uniformBufferDescriptorSize*: csize_t
    robustUniformBufferDescriptorSize*: csize_t
    storageBufferDescriptorSize*: csize_t
    robustStorageBufferDescriptorSize*: csize_t
    inputAttachmentDescriptorSize*: csize_t
    accelerationStructureDescriptorSize*: csize_t
    maxSamplerDescriptorBufferRange*: VkDeviceSize_1124073930
    maxResourceDescriptorBufferRange*: VkDeviceSize_1124073930
    samplerDescriptorBufferAddressSpaceSize*: VkDeviceSize_1124073930
    resourceDescriptorBufferAddressSpaceSize*: VkDeviceSize_1124073930
    descriptorBufferAddressSpaceSize*: VkDeviceSize_1124073930
  VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080262 = struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080261 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18494:3
  struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080264 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorBufferDensityMapPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18496:16
    pNext*: pointer
    combinedImageSamplerDensityMapDescriptorSize*: csize_t
  VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080266 = struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080265 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18500:3
  struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080268 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorBufferFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18502:16
    pNext*: pointer
    descriptorBuffer*: VkBool32_1124073926
    descriptorBufferCaptureReplay*: VkBool32_1124073926
    descriptorBufferImageLayoutIgnored*: VkBool32_1124073926
    descriptorBufferPushDescriptors*: VkBool32_1124073926
  VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080270 = struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080269 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18509:3
  struct_VkDescriptorAddressInfoEXT_1124080272 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorAddressInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18511:16
    pNext*: pointer
    address*: VkDeviceAddress_1124073928
    range*: VkDeviceSize_1124073930
    format*: VkFormat_1124074023
  VkDescriptorAddressInfoEXT_1124080274 = struct_VkDescriptorAddressInfoEXT_1124080273 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18517:3
  struct_VkDescriptorBufferBindingInfoEXT_1124080276 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorBufferBindingInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18519:16
    pNext*: pointer
    address*: VkDeviceAddress_1124073928
    usage*: VkBufferUsageFlags_1124074269
  VkDescriptorBufferBindingInfoEXT_1124080278 = struct_VkDescriptorBufferBindingInfoEXT_1124080277 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18524:3
  struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080280 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorBufferBindingPushDescriptorBufferHandleEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18526:16
    pNext*: pointer
    buffer*: VkBuffer_1124073936
  VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080282 = struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080281 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18530:3
  union_VkDescriptorDataEXT_1124080284 {.union, bycopy.} = object
    pSampler*: ptr VkSampler_1124073987 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18532:15
    pCombinedImageSampler*: ptr VkDescriptorImageInfo_1124074743
    pInputAttachmentImage*: ptr VkDescriptorImageInfo_1124074743
    pSampledImage*: ptr VkDescriptorImageInfo_1124074743
    pStorageImage*: ptr VkDescriptorImageInfo_1124074743
    pUniformTexelBuffer*: ptr VkDescriptorAddressInfoEXT_1124080275
    pStorageTexelBuffer*: ptr VkDescriptorAddressInfoEXT_1124080275
    pUniformBuffer*: ptr VkDescriptorAddressInfoEXT_1124080275
    pStorageBuffer*: ptr VkDescriptorAddressInfoEXT_1124080275
    accelerationStructure*: VkDeviceAddress_1124073928
  VkDescriptorDataEXT_1124080286 = union_VkDescriptorDataEXT_1124080285 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18543:3
  struct_VkDescriptorGetInfoEXT_1124080288 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorGetInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18545:16
    pNext*: pointer
    type_field*: VkDescriptorType_1124074087
    data*: VkDescriptorDataEXT_1124080287
  VkDescriptorGetInfoEXT_1124080290 = struct_VkDescriptorGetInfoEXT_1124080289 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18550:3
  struct_VkBufferCaptureDescriptorDataInfoEXT_1124080292 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BufferCaptureDescriptorDataInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18552:16
    pNext*: pointer
    buffer*: VkBuffer_1124073936
  VkBufferCaptureDescriptorDataInfoEXT_1124080294 = struct_VkBufferCaptureDescriptorDataInfoEXT_1124080293 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18556:3
  struct_VkImageCaptureDescriptorDataInfoEXT_1124080296 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageCaptureDescriptorDataInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18558:16
    pNext*: pointer
    image*: VkImage_1124073938
  VkImageCaptureDescriptorDataInfoEXT_1124080298 = struct_VkImageCaptureDescriptorDataInfoEXT_1124080297 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18562:3
  struct_VkImageViewCaptureDescriptorDataInfoEXT_1124080300 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewCaptureDescriptorDataInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18564:16
    pNext*: pointer
    imageView*: VkImageView_1124073958
  VkImageViewCaptureDescriptorDataInfoEXT_1124080302 = struct_VkImageViewCaptureDescriptorDataInfoEXT_1124080301 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18568:3
  struct_VkSamplerCaptureDescriptorDataInfoEXT_1124080304 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerCaptureDescriptorDataInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18570:16
    pNext*: pointer
    sampler*: VkSampler_1124073987
  VkSamplerCaptureDescriptorDataInfoEXT_1124080306 = struct_VkSamplerCaptureDescriptorDataInfoEXT_1124080305 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18574:3
  struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080308 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OpaqueCaptureDescriptorDataCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18576:16
    pNext*: pointer
    opaqueCaptureDescriptorData*: pointer
  VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080310 = struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080309 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18580:3
  struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080312 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureCaptureDescriptorDataInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18582:16
    pNext*: pointer
    accelerationStructure*: VkAccelerationStructureKHR_1124080259
    accelerationStructureNV*: VkAccelerationStructureNV_1124079325
  VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080314 = struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18587:3
  PFN_vkGetDescriptorSetLayoutSizeEXT_1124080316 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorSetLayout_1124073985; a2: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18589:26
  PFN_vkGetDescriptorSetLayoutBindingOffsetEXT_1124080318 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorSetLayout_1124073985; a2: uint32; a3: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18590:26
  PFN_vkGetDescriptorEXT_1124080320 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDescriptorGetInfoEXT_1124080291; a2: csize_t; a3: pointer): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18591:26
  PFN_vkCmdBindDescriptorBuffersEXT_1124080322 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkDescriptorBufferBindingInfoEXT_1124080279): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18592:26
  PFN_vkCmdSetDescriptorBufferOffsetsEXT_1124080324 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPipelineBindPoint_1124074091; a2: VkPipelineLayout_1124073981;
      a3: uint32; a4: uint32; a5: ptr uint32; a6: ptr VkDeviceSize_1124073930): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18593:26
  PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT_1124080326 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkPipelineBindPoint_1124074091;
      a2: VkPipelineLayout_1124073981; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18594:26
  PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT_1124080328 = proc (a0: VkDevice_1124073944;
      a1: ptr VkBufferCaptureDescriptorDataInfoEXT_1124080295; a2: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18595:30
  PFN_vkGetImageOpaqueCaptureDescriptorDataEXT_1124080330 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImageCaptureDescriptorDataInfoEXT_1124080299; a2: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18596:30
  PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT_1124080332 = proc (
      a0: VkDevice_1124073944; a1: ptr VkImageViewCaptureDescriptorDataInfoEXT_1124080303;
      a2: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18597:30
  PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT_1124080334 = proc (
      a0: VkDevice_1124073944; a1: ptr VkSamplerCaptureDescriptorDataInfoEXT_1124080307;
      a2: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18598:30
  PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT_1124080336 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080315;
      a2: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18599:30
  VkGraphicsPipelineLibraryFlagBitsEXT_1124080340 = enum_VkGraphicsPipelineLibraryFlagBitsEXT_1124080339 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18699:3
  VkGraphicsPipelineLibraryFlagsEXT_1124080342 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18700:17
  struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080344 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceGraphicsPipelineLibraryFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18701:16
    pNext*: pointer
    graphicsPipelineLibrary*: VkBool32_1124073926
  VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080346 = struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18705:3
  struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080348 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18707:16
    pNext*: pointer
    graphicsPipelineLibraryFastLinking*: VkBool32_1124073926
    graphicsPipelineLibraryIndependentInterpolationDecoration*: VkBool32_1124073926
  VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080350 = struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080349 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18712:3
  struct_VkGraphicsPipelineLibraryCreateInfoEXT_1124080352 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GraphicsPipelineLibraryCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18714:16
    pNext*: pointer
    flags*: VkGraphicsPipelineLibraryFlagsEXT_1124080343
  VkGraphicsPipelineLibraryCreateInfoEXT_1124080354 = struct_VkGraphicsPipelineLibraryCreateInfoEXT_1124080353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18718:3
  struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080356 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18726:16
    pNext*: pointer
    shaderEarlyAndLateFragmentTests*: VkBool32_1124073926
  VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080358 = struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18730:3
  VkFragmentShadingRateTypeNV_1124080362 = enum_VkFragmentShadingRateTypeNV_1124080361 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18743:3
  VkFragmentShadingRateNV_1124080366 = enum_VkFragmentShadingRateNV_1124080365 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18759:3
  struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080368 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShadingRateEnumsFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18760:16
    pNext*: pointer
    fragmentShadingRateEnums*: VkBool32_1124073926
    supersampleFragmentShadingRates*: VkBool32_1124073926
    noInvocationFragmentShadingRates*: VkBool32_1124073926
  VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080370 = struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080369 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18766:3
  struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080372 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentShadingRateEnumsPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18768:16
    pNext*: pointer
    maxFragmentShadingRateInvocationCount*: VkSampleCountFlagBits_1124074167
  VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080374 = struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080373 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18772:3
  struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080376 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineFragmentShadingRateEnumStateCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18774:16
    pNext*: pointer
    shadingRateType*: VkFragmentShadingRateTypeNV_1124080363
    shadingRate*: VkFragmentShadingRateNV_1124080367
    combinerOps*: array[2'i64, VkFragmentShadingRateCombinerOpKHR_1124077613]
  VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080378 = struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18780:3
  PFN_vkCmdSetFragmentShadingRateEnumNV_1124080380 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkFragmentShadingRateNV_1124080367;
      a2: array[2'i64, VkFragmentShadingRateCombinerOpKHR_1124077613]): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18782:26
  VkAccelerationStructureMotionInstanceTypeNV_1124080384 = enum_VkAccelerationStructureMotionInstanceTypeNV_1124080383 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18804:3
  VkAccelerationStructureMotionInfoFlagsNV_1124080386 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18805:17
  VkAccelerationStructureMotionInstanceFlagsNV_1124080388 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18806:17
  union_VkDeviceOrHostAddressConstKHR_1124080390 {.union, bycopy.} = object
    deviceAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18807:15
    hostAddress*: pointer
  VkDeviceOrHostAddressConstKHR_1124080392 = union_VkDeviceOrHostAddressConstKHR_1124080391 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18810:3
  struct_VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080394 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometryMotionTrianglesDataNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18812:16
    pNext*: pointer
    vertexData*: VkDeviceOrHostAddressConstKHR_1124080393
  VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080396 = struct_VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080395 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18816:3
  struct_VkAccelerationStructureMotionInfoNV_1124080398 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureMotionInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18818:16
    pNext*: pointer
    maxInstances*: uint32
    flags*: VkAccelerationStructureMotionInfoFlagsNV_1124080387
  VkAccelerationStructureMotionInfoNV_1124080400 = struct_VkAccelerationStructureMotionInfoNV_1124080399 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18823:3
  struct_VkAccelerationStructureMatrixMotionInstanceNV_1124080402 {.pure,       inheritable, bycopy.} = object
    transformT0*: VkTransformMatrixKHR_1124079435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18825:16
    transformT1*: VkTransformMatrixKHR_1124079435
    instanceCustomIndex* {.bitsize: 24'i64.}: uint32
    mask* {.bitsize: 8'i64.}: uint32
    instanceShaderBindingTableRecordOffset* {.bitsize: 24'i64.}: uint32
    flags* {.bitsize: 8'i64.}: VkGeometryInstanceFlagsKHR_1124079369
    accelerationStructureReference*: uint64
  VkAccelerationStructureMatrixMotionInstanceNV_1124080404 = struct_VkAccelerationStructureMatrixMotionInstanceNV_1124080403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18833:3
  struct_VkSRTDataNV_1124080406 {.pure, inheritable, bycopy.} = object
    sx*: cfloat              ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18835:16
    a*: cfloat
    b*: cfloat
    pvx*: cfloat
    sy*: cfloat
    c*: cfloat
    pvy*: cfloat
    sz*: cfloat
    pvz*: cfloat
    qx*: cfloat
    qy*: cfloat
    qz*: cfloat
    qw*: cfloat
    tx*: cfloat
    ty*: cfloat
    tz*: cfloat
  VkSRTDataNV_1124080408 = struct_VkSRTDataNV_1124080407 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18852:3
  struct_VkAccelerationStructureSRTMotionInstanceNV_1124080410 {.pure,       inheritable, bycopy.} = object
    transformT0*: VkSRTDataNV_1124080409 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18854:16
    transformT1*: VkSRTDataNV_1124080409
    instanceCustomIndex* {.bitsize: 24'i64.}: uint32
    mask* {.bitsize: 8'i64.}: uint32
    instanceShaderBindingTableRecordOffset* {.bitsize: 24'i64.}: uint32
    flags* {.bitsize: 8'i64.}: VkGeometryInstanceFlagsKHR_1124079369
    accelerationStructureReference*: uint64
  VkAccelerationStructureSRTMotionInstanceNV_1124080412 = struct_VkAccelerationStructureSRTMotionInstanceNV_1124080411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18862:3
  union_VkAccelerationStructureMotionInstanceDataNV_1124080414 {.union, bycopy.} = object
    staticInstance*: VkAccelerationStructureInstanceKHR_1124079447 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18864:15
    matrixMotionInstance*: VkAccelerationStructureMatrixMotionInstanceNV_1124080405
    srtMotionInstance*: VkAccelerationStructureSRTMotionInstanceNV_1124080413
  VkAccelerationStructureMotionInstanceDataNV_1124080416 = union_VkAccelerationStructureMotionInstanceDataNV_1124080415 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18868:3
  struct_VkAccelerationStructureMotionInstanceNV_1124080418 {.pure, inheritable,       bycopy.} = object
    type_field*: VkAccelerationStructureMotionInstanceTypeNV_1124080385 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18870:16
    flags*: VkAccelerationStructureMotionInstanceFlagsNV_1124080389
    data*: VkAccelerationStructureMotionInstanceDataNV_1124080417
  VkAccelerationStructureMotionInstanceNV_1124080420 = struct_VkAccelerationStructureMotionInstanceNV_1124080419 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18874:3
  struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080422 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingMotionBlurFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18876:16
    pNext*: pointer
    rayTracingMotionBlur*: VkBool32_1124073926
    rayTracingMotionBlurPipelineTraceRaysIndirect*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080424 = struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080423 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18881:3
  struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080426 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18889:16
    pNext*: pointer
    ycbcr2plane444Formats*: VkBool32_1124073926
  VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080428 = struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080427 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18893:3
  struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080430 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMap2FeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18901:16
    pNext*: pointer
    fragmentDensityMapDeferred*: VkBool32_1124073926
  VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080432 = struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080431 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18905:3
  struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080434 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMap2PropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18907:16
    pNext*: pointer
    subsampledLoads*: VkBool32_1124073926
    subsampledCoarseReconstructionEarlyAccess*: VkBool32_1124073926
    maxSubsampledArrayLayers*: uint32
    maxDescriptorSetSubsampledSamplers*: uint32
  VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080436 = struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18914:3
  struct_VkCopyCommandTransformInfoQCOM_1124080438 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyCommandTransformInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18922:16
    pNext*: pointer
    transform*: VkSurfaceTransformFlagBitsKHR_1124076479
  VkCopyCommandTransformInfoQCOM_1124080440 = struct_VkCopyCommandTransformInfoQCOM_1124080439 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18926:3
  VkPhysicalDeviceImageRobustnessFeaturesEXT_1124080442 = VkPhysicalDeviceImageRobustnessFeatures_1124076037 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18934:49
  VkImageCompressionFlagBitsEXT_1124080446 = enum_VkImageCompressionFlagBitsEXT_1124080445 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18949:3
  VkImageCompressionFlagsEXT_1124080448 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18950:17
  VkImageCompressionFixedRateFlagBitsEXT_1124080452 = enum_VkImageCompressionFixedRateFlagBitsEXT_1124080451 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18979:3
  VkImageCompressionFixedRateFlagsEXT_1124080454 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18980:17
  struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080456 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageCompressionControlFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18981:16
    pNext*: pointer
    imageCompressionControl*: VkBool32_1124073926
  VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080458 = struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080457 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18985:3
  struct_VkImageCompressionControlEXT_1124080460 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageCompressionControlEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18987:16
    pNext*: pointer
    flags*: VkImageCompressionFlagsEXT_1124080449
    compressionControlPlaneCount*: uint32
    pFixedRateFlags*: ptr VkImageCompressionFixedRateFlagsEXT_1124080455
  VkImageCompressionControlEXT_1124080462 = struct_VkImageCompressionControlEXT_1124080461 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18993:3
  struct_VkImageCompressionPropertiesEXT_1124080464 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageCompressionPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18995:16
    pNext*: pointer
    imageCompressionFlags*: VkImageCompressionFlagsEXT_1124080449
    imageCompressionFixedRateFlags*: VkImageCompressionFixedRateFlagsEXT_1124080455
  VkImageCompressionPropertiesEXT_1124080466 = struct_VkImageCompressionPropertiesEXT_1124080465 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19000:3
  struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080468 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19008:16
    pNext*: pointer
    attachmentFeedbackLoopLayout*: VkBool32_1124073926
  VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080470 = struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080469 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19012:3
  struct_VkPhysicalDevice4444FormatsFeaturesEXT_1124080472 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevice4444FormatsFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19020:16
    pNext*: pointer
    formatA4R4G4B4*: VkBool32_1124073926
    formatA4B4G4R4*: VkBool32_1124073926
  VkPhysicalDevice4444FormatsFeaturesEXT_1124080474 = struct_VkPhysicalDevice4444FormatsFeaturesEXT_1124080473 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19025:3
  VkDeviceFaultAddressTypeEXT_1124080478 = enum_VkDeviceFaultAddressTypeEXT_1124080477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19043:3
  VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080482 = enum_VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19048:3
  struct_VkPhysicalDeviceFaultFeaturesEXT_1124080484 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFaultFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19049:16
    pNext*: pointer
    deviceFault*: VkBool32_1124073926
    deviceFaultVendorBinary*: VkBool32_1124073926
  VkPhysicalDeviceFaultFeaturesEXT_1124080486 = struct_VkPhysicalDeviceFaultFeaturesEXT_1124080485 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19054:3
  struct_VkDeviceFaultCountsEXT_1124080488 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceFaultCountsEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19056:16
    pNext*: pointer
    addressInfoCount*: uint32
    vendorInfoCount*: uint32
    vendorBinarySize*: VkDeviceSize_1124073930
  VkDeviceFaultCountsEXT_1124080490 = struct_VkDeviceFaultCountsEXT_1124080489 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19062:3
  struct_VkDeviceFaultAddressInfoEXT_1124080492 {.pure, inheritable, bycopy.} = object
    addressType*: VkDeviceFaultAddressTypeEXT_1124080479 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19064:16
    reportedAddress*: VkDeviceAddress_1124073928
    addressPrecision*: VkDeviceSize_1124073930
  VkDeviceFaultAddressInfoEXT_1124080494 = struct_VkDeviceFaultAddressInfoEXT_1124080493 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19068:3
  struct_VkDeviceFaultVendorInfoEXT_1124080496 {.pure, inheritable, bycopy.} = object
    description*: array[256'i64, cschar] ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19070:16
    vendorFaultCode*: uint64
    vendorFaultData*: uint64
  VkDeviceFaultVendorInfoEXT_1124080498 = struct_VkDeviceFaultVendorInfoEXT_1124080497 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19074:3
  struct_VkDeviceFaultInfoEXT_1124080500 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceFaultInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19076:16
    pNext*: pointer
    description*: array[256'i64, cschar]
    pAddressInfos*: ptr VkDeviceFaultAddressInfoEXT_1124080495
    pVendorInfos*: ptr VkDeviceFaultVendorInfoEXT_1124080499
    pVendorBinaryData*: pointer
  VkDeviceFaultInfoEXT_1124080502 = struct_VkDeviceFaultInfoEXT_1124080501 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19083:3
  struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080504 {.pure,       inheritable, bycopy.} = object
    headerSize*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19085:16
    headerVersion*: VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080483
    vendorID*: uint32
    deviceID*: uint32
    driverVersion*: uint32
    pipelineCacheUUID*: array[16'i64, uint8]
    applicationNameOffset*: uint32
    applicationVersion*: uint32
    engineNameOffset*: uint32
    engineVersion*: uint32
    apiVersion*: uint32
  VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080506 = struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080505 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19097:3
  PFN_vkGetDeviceFaultInfoEXT_1124080508 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceFaultCountsEXT_1124080491; a2: ptr VkDeviceFaultInfoEXT_1124080503): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19099:30
  struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080510 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19115:16
    pNext*: pointer
    rasterizationOrderColorAttachmentAccess*: VkBool32_1124073926
    rasterizationOrderDepthAttachmentAccess*: VkBool32_1124073926
    rasterizationOrderStencilAttachmentAccess*: VkBool32_1124073926
  VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080512 = struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080511 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19121:3
  VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM_1124080514 = VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080513 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19123:71
  struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080516 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRGBA10X6FormatsFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19131:16
    pNext*: pointer
    formatRgba10x6WithoutYCbCrSampler*: VkBool32_1124073926
  VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080518 = struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080517 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19135:3
  struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080520 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMutableDescriptorTypeFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19143:16
    pNext*: pointer
    mutableDescriptorType*: VkBool32_1124073926
  VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080522 = struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080521 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19147:3
  VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE_1124080524 = VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080523 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19149:58
  struct_VkMutableDescriptorTypeListEXT_1124080526 {.pure, inheritable, bycopy.} = object
    descriptorTypeCount*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19151:16
    pDescriptorTypes*: ptr VkDescriptorType_1124074087
  VkMutableDescriptorTypeListEXT_1124080528 = struct_VkMutableDescriptorTypeListEXT_1124080527 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19154:3
  VkMutableDescriptorTypeListVALVE_1124080530 = VkMutableDescriptorTypeListEXT_1124080529 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19156:40
  struct_VkMutableDescriptorTypeCreateInfoEXT_1124080532 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MutableDescriptorTypeCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19158:16
    pNext*: pointer
    mutableDescriptorTypeListCount*: uint32
    pMutableDescriptorTypeLists*: ptr VkMutableDescriptorTypeListEXT_1124080529
  VkMutableDescriptorTypeCreateInfoEXT_1124080534 = struct_VkMutableDescriptorTypeCreateInfoEXT_1124080533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19163:3
  VkMutableDescriptorTypeCreateInfoVALVE_1124080536 = VkMutableDescriptorTypeCreateInfoEXT_1124080535 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19165:46
  struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080538 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVertexInputDynamicStateFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19173:16
    pNext*: pointer
    vertexInputDynamicState*: VkBool32_1124073926
  VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080540 = struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080539 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19177:3
  struct_VkVertexInputBindingDescription2EXT_1124080542 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VertexInputBindingDescription2EXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19179:16
    pNext*: pointer
    binding*: uint32
    stride*: uint32
    inputRate*: VkVertexInputRate_1124074111
    divisor*: uint32
  VkVertexInputBindingDescription2EXT_1124080544 = struct_VkVertexInputBindingDescription2EXT_1124080543 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19186:3
  struct_VkVertexInputAttributeDescription2EXT_1124080546 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VertexInputAttributeDescription2EXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19188:16
    pNext*: pointer
    location*: uint32
    binding*: uint32
    format*: VkFormat_1124074023
    offset*: uint32
  VkVertexInputAttributeDescription2EXT_1124080548 = struct_VkVertexInputAttributeDescription2EXT_1124080547 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19195:3
  PFN_vkCmdSetVertexInputEXT_1124080550 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkVertexInputBindingDescription2EXT_1124080545;
      a3: uint32; a4: ptr VkVertexInputAttributeDescription2EXT_1124080549): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19197:26
  struct_VkPhysicalDeviceDrmPropertiesEXT_1124080552 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDrmPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19215:16
    pNext*: pointer
    hasPrimary*: VkBool32_1124073926
    hasRender*: VkBool32_1124073926
    primaryMajor*: int64
    primaryMinor*: int64
    renderMajor*: int64
    renderMinor*: int64
  VkPhysicalDeviceDrmPropertiesEXT_1124080554 = struct_VkPhysicalDeviceDrmPropertiesEXT_1124080553 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19224:3
  VkDeviceAddressBindingTypeEXT_1124080558 = enum_VkDeviceAddressBindingTypeEXT_1124080557 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19237:3
  VkDeviceAddressBindingFlagBitsEXT_1124080562 = enum_VkDeviceAddressBindingFlagBitsEXT_1124080561 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19242:3
  VkDeviceAddressBindingFlagsEXT_1124080564 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19243:17
  struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080566 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAddressBindingReportFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19244:16
    pNext*: pointer
    reportAddressBinding*: VkBool32_1124073926
  VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080568 = struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080567 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19248:3
  struct_VkDeviceAddressBindingCallbackDataEXT_1124080570 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceAddressBindingCallbackDataEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19250:16
    pNext*: pointer
    flags*: VkDeviceAddressBindingFlagsEXT_1124080565
    baseAddress*: VkDeviceAddress_1124073928
    size*: VkDeviceSize_1124073930
    bindingType*: VkDeviceAddressBindingTypeEXT_1124080559
  VkDeviceAddressBindingCallbackDataEXT_1124080572 = struct_VkDeviceAddressBindingCallbackDataEXT_1124080571 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19257:3
  struct_VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080574 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDepthClipControlFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19265:16
    pNext*: pointer
    depthClipControl*: VkBool32_1124073926
  VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080576 = struct_VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080575 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19269:3
  struct_VkPipelineViewportDepthClipControlCreateInfoEXT_1124080578 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportDepthClipControlCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19271:16
    pNext*: pointer
    negativeOneToOne*: VkBool32_1124073926
  VkPipelineViewportDepthClipControlCreateInfoEXT_1124080580 = struct_VkPipelineViewportDepthClipControlCreateInfoEXT_1124080579 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19275:3
  struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080582 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19283:16
    pNext*: pointer
    primitiveTopologyListRestart*: VkBool32_1124073926
    primitiveTopologyPatchListRestart*: VkBool32_1124073926
  VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080584 = struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080583 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19288:3
  VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT_1124080586 = VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078619 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19296:63
  struct_VkSubpassShadingPipelineCreateInfoHUAWEI_1124080588 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassShadingPipelineCreateInfoHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19304:16
    pNext*: pointer
    renderPass*: VkRenderPass_1124073962
    subpass*: uint32
  VkSubpassShadingPipelineCreateInfoHUAWEI_1124080590 = struct_VkSubpassShadingPipelineCreateInfoHUAWEI_1124080589 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19309:3
  struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080592 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSubpassShadingFeaturesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19311:16
    pNext*: pointer
    subpassShading*: VkBool32_1124073926
  VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080594 = struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080593 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19315:3
  struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080596 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSubpassShadingPropertiesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19317:16
    pNext*: pointer
    maxSubpassShadingWorkgroupSizeAspectRatio*: uint32
  VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080598 = struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080597 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19321:3
  PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI_1124080600 = proc (
      a0: VkDevice_1124073944; a1: VkRenderPass_1124073962; a2: ptr VkExtent2D_1124074443): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19323:30
  PFN_vkCmdSubpassShadingHUAWEI_1124080602 = proc (a0: VkCommandBuffer_1124073950): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19324:26
  struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080604 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceInvocationMaskFeaturesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19345:16
    pNext*: pointer
    invocationMask*: VkBool32_1124073926
  VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080606 = struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080605 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19349:3
  PFN_vkCmdBindInvocationMaskHUAWEI_1124080608 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkImageView_1124073958; a2: VkImageLayout_1124074003): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19351:26
  VkRemoteAddressNV_1124080610 = pointer ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19365:15
  struct_VkMemoryGetRemoteAddressInfoNV_1124080612 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryGetRemoteAddressInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19368:16
    pNext*: pointer
    memory*: VkDeviceMemory_1124073954
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
  VkMemoryGetRemoteAddressInfoNV_1124080614 = struct_VkMemoryGetRemoteAddressInfoNV_1124080613 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19373:3
  struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080616 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalMemoryRDMAFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19375:16
    pNext*: pointer
    externalMemoryRDMA*: VkBool32_1124073926
  VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080618 = struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080617 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19379:3
  PFN_vkGetMemoryRemoteAddressNV_1124080620 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMemoryGetRemoteAddressInfoNV_1124080615;
      a2: ptr VkRemoteAddressNV_1124080611): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19381:30
  VkPipelineInfoEXT_1124080622 = VkPipelineInfoKHR_1124077713 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19397:27
  struct_VkPipelinePropertiesIdentifierEXT_1124080624 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelinePropertiesIdentifierEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19399:16
    pNext*: pointer
    pipelineIdentifier*: array[16'i64, uint8]
  VkPipelinePropertiesIdentifierEXT_1124080626 = struct_VkPipelinePropertiesIdentifierEXT_1124080625 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19403:3
  struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080628 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelinePropertiesFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19405:16
    pNext*: pointer
    pipelinePropertiesIdentifier*: VkBool32_1124073926
  VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080630 = struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080629 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19409:3
  PFN_vkGetPipelinePropertiesEXT_1124080632 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineInfoEXT_1124080623; a2: ptr VkBaseOutStructure_1124074467): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19411:30
  VkFrameBoundaryFlagBitsEXT_1124080636 = enum_VkFrameBoundaryFlagBitsEXT_1124080635 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19431:3
  VkFrameBoundaryFlagsEXT_1124080638 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19432:17
  struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080640 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFrameBoundaryFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19433:16
    pNext*: pointer
    frameBoundary*: VkBool32_1124073926
  VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080642 = struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080641 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19437:3
  struct_VkFrameBoundaryEXT_1124080644 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FrameBoundaryEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19439:16
    pNext*: pointer
    flags*: VkFrameBoundaryFlagsEXT_1124080639
    frameID*: uint64
    imageCount*: uint32
    pImages*: ptr VkImage_1124073938
    bufferCount*: uint32
    pBuffers*: ptr VkBuffer_1124073936
    tagName*: uint64
    tagSize*: csize_t
    pTag*: pointer
  VkFrameBoundaryEXT_1124080646 = struct_VkFrameBoundaryEXT_1124080645 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19451:3
  struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080648 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19459:16
    pNext*: pointer
    multisampledRenderToSingleSampled*: VkBool32_1124073926
  VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080650 = struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080649 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19463:3
  struct_VkSubpassResolvePerformanceQueryEXT_1124080652 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SubpassResolvePerformanceQueryEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19465:16
    pNext*: pointer
    optimal*: VkBool32_1124073926
  VkSubpassResolvePerformanceQueryEXT_1124080654 = struct_VkSubpassResolvePerformanceQueryEXT_1124080653 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19469:3
  struct_VkMultisampledRenderToSingleSampledInfoEXT_1124080656 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MultisampledRenderToSingleSampledInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19471:16
    pNext*: pointer
    multisampledRenderToSingleSampledEnable*: VkBool32_1124073926
    rasterizationSamples*: VkSampleCountFlagBits_1124074167
  VkMultisampledRenderToSingleSampledInfoEXT_1124080658 = struct_VkMultisampledRenderToSingleSampledInfoEXT_1124080657 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19476:3
  struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080660 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExtendedDynamicState2FeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19484:16
    pNext*: pointer
    extendedDynamicState2*: VkBool32_1124073926
    extendedDynamicState2LogicOp*: VkBool32_1124073926
    extendedDynamicState2PatchControlPoints*: VkBool32_1124073926
  VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080662 = struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080661 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19490:3
  PFN_vkCmdSetPatchControlPointsEXT_1124080664 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19492:26
  PFN_vkCmdSetRasterizerDiscardEnableEXT_1124080666 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19493:26
  PFN_vkCmdSetDepthBiasEnableEXT_1124080668 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19494:26
  PFN_vkCmdSetLogicOpEXT_1124080670 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkLogicOp_1124074127): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19495:26
  PFN_vkCmdSetPrimitiveRestartEnableEXT_1124080672 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19496:26
  struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080674 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceColorWriteEnableFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19535:16
    pNext*: pointer
    colorWriteEnable*: VkBool32_1124073926
  VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080676 = struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080675 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19539:3
  struct_VkPipelineColorWriteCreateInfoEXT_1124080678 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineColorWriteCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19541:16
    pNext*: pointer
    attachmentCount*: uint32
    pColorWriteEnables*: ptr VkBool32_1124073926
  VkPipelineColorWriteCreateInfoEXT_1124080680 = struct_VkPipelineColorWriteCreateInfoEXT_1124080679 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19546:3
  PFN_vkCmdSetColorWriteEnableEXT_1124080682 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19548:61
  struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080684 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19564:16
    pNext*: pointer
    primitivesGeneratedQuery*: VkBool32_1124073926
    primitivesGeneratedQueryWithRasterizerDiscard*: VkBool32_1124073926
    primitivesGeneratedQueryWithNonZeroStreams*: VkBool32_1124073926
  VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080686 = struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080685 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19570:3
  VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT_1124080688 = VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076239 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19579:53
  VkQueueFamilyGlobalPriorityPropertiesEXT_1124080690 = VkQueueFamilyGlobalPriorityProperties_1124076243 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19581:47
  VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080694 = enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080693 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19597:3
  VkVideoEncodeRgbModelConversionFlagsVALVE_1124080696 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19598:17
  VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080700 = enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080699 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19604:3
  VkVideoEncodeRgbRangeCompressionFlagsVALVE_1124080702 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19605:17
  VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080706 = enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080705 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19611:3
  VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080708 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19612:17
  struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080710 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19613:16
    pNext*: pointer
    videoEncodeRgbConversion*: VkBool32_1124073926
  VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080712 = struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080711 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19617:3
  struct_VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080714 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeRgbConversionCapabilitiesVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19619:16
    pNext*: pointer
    rgbModels*: VkVideoEncodeRgbModelConversionFlagsVALVE_1124080697
    rgbRanges*: VkVideoEncodeRgbRangeCompressionFlagsVALVE_1124080703
    xChromaOffsets*: VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080709
    yChromaOffsets*: VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080709
  VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080716 = struct_VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19626:3
  struct_VkVideoEncodeProfileRgbConversionInfoVALVE_1124080718 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeProfileRgbConversionInfoVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19628:16
    pNext*: pointer
    performEncodeRgbConversion*: VkBool32_1124073926
  VkVideoEncodeProfileRgbConversionInfoVALVE_1124080720 = struct_VkVideoEncodeProfileRgbConversionInfoVALVE_1124080719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19632:3
  struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080722 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_VideoEncodeSessionRgbConversionCreateInfoVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19634:16
    pNext*: pointer
    rgbModel*: VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080695
    rgbRange*: VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080701
    xChromaOffset*: VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080707
    yChromaOffset*: VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080707
  VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080724 = struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19641:3
  struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080726 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageViewMinLodFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19649:16
    pNext*: pointer
    minLod*: VkBool32_1124073926
  VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080728 = struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19653:3
  struct_VkImageViewMinLodCreateInfoEXT_1124080730 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewMinLodCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19655:16
    pNext*: pointer
    minLod*: cfloat
  VkImageViewMinLodCreateInfoEXT_1124080732 = struct_VkImageViewMinLodCreateInfoEXT_1124080731 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19659:3
  struct_VkPhysicalDeviceMultiDrawFeaturesEXT_1124080734 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiDrawFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19667:16
    pNext*: pointer
    multiDraw*: VkBool32_1124073926
  VkPhysicalDeviceMultiDrawFeaturesEXT_1124080736 = struct_VkPhysicalDeviceMultiDrawFeaturesEXT_1124080735 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19671:3
  struct_VkPhysicalDeviceMultiDrawPropertiesEXT_1124080738 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiDrawPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19673:16
    pNext*: pointer
    maxMultiDrawCount*: uint32
  VkPhysicalDeviceMultiDrawPropertiesEXT_1124080740 = struct_VkPhysicalDeviceMultiDrawPropertiesEXT_1124080739 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19677:3
  struct_VkMultiDrawInfoEXT_1124080742 {.pure, inheritable, bycopy.} = object
    firstVertex*: uint32     ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19679:16
    vertexCount*: uint32
  VkMultiDrawInfoEXT_1124080744 = struct_VkMultiDrawInfoEXT_1124080743 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19682:3
  struct_VkMultiDrawIndexedInfoEXT_1124080746 {.pure, inheritable, bycopy.} = object
    firstIndex*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19684:16
    indexCount*: uint32
    vertexOffset*: int32
  VkMultiDrawIndexedInfoEXT_1124080748 = struct_VkMultiDrawIndexedInfoEXT_1124080747 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19688:3
  PFN_vkCmdDrawMultiEXT_1124080750 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkMultiDrawInfoEXT_1124080745; a3: uint32; a4: uint32;
      a5: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19690:26
  PFN_vkCmdDrawMultiIndexedEXT_1124080752 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkMultiDrawIndexedInfoEXT_1124080749; a3: uint32;
      a4: uint32; a5: uint32; a6: ptr int32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19691:26
  struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080754 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImage2DViewOf3DFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19721:16
    pNext*: pointer
    image2DViewOf3D*: VkBool32_1124073926
    sampler2DViewOf3D*: VkBool32_1124073926
  VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080756 = struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080755 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19726:3
  struct_VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080758 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderTileImageFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19734:16
    pNext*: pointer
    shaderTileImageColorReadAccess*: VkBool32_1124073926
    shaderTileImageDepthReadAccess*: VkBool32_1124073926
    shaderTileImageStencilReadAccess*: VkBool32_1124073926
  VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080760 = struct_VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080759 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19740:3
  struct_VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080762 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderTileImagePropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19742:16
    pNext*: pointer
    shaderTileImageCoherentReadAccelerated*: VkBool32_1124073926
    shaderTileImageReadSampleFromPixelRateInvocation*: VkBool32_1124073926
    shaderTileImageReadFromHelperInvocation*: VkBool32_1124073926
  VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080764 = struct_VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080763 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19748:3
  VkMicromapEXT_1124080766 = ptr struct_VkMicromapEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19754:1
  VkMicromapTypeEXT_1124080770 = enum_VkMicromapTypeEXT_1124080769 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19764:3
  VkBuildMicromapModeEXT_1124080774 = enum_VkBuildMicromapModeEXT_1124080773 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19769:3
  VkCopyMicromapModeEXT_1124080778 = enum_VkCopyMicromapModeEXT_1124080777 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19777:3
  VkOpacityMicromapFormatEXT_1124080782 = enum_VkOpacityMicromapFormatEXT_1124080781 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19783:3
  VkOpacityMicromapSpecialIndexEXT_1124080786 = enum_VkOpacityMicromapSpecialIndexEXT_1124080785 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19792:3
  VkAccelerationStructureCompatibilityKHR_1124080790 = enum_VkAccelerationStructureCompatibilityKHR_1124080789 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19798:3
  VkAccelerationStructureBuildTypeKHR_1124080794 = enum_VkAccelerationStructureBuildTypeKHR_1124080793 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19805:3
  VkBuildMicromapFlagBitsEXT_1124080798 = enum_VkBuildMicromapFlagBitsEXT_1124080797 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19812:3
  VkBuildMicromapFlagsEXT_1124080800 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19813:17
  VkMicromapCreateFlagBitsEXT_1124080804 = enum_VkMicromapCreateFlagBitsEXT_1124080803 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19818:3
  VkMicromapCreateFlagsEXT_1124080806 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19819:17
  struct_VkMicromapUsageEXT_1124080808 {.pure, inheritable, bycopy.} = object
    count*: uint32           ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19820:16
    subdivisionLevel*: uint32
    format*: uint32
  VkMicromapUsageEXT_1124080810 = struct_VkMicromapUsageEXT_1124080809 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19824:3
  union_VkDeviceOrHostAddressKHR_1124080812 {.union, bycopy.} = object
    deviceAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19826:15
    hostAddress*: pointer
  VkDeviceOrHostAddressKHR_1124080814 = union_VkDeviceOrHostAddressKHR_1124080813 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19829:3
  struct_VkMicromapBuildInfoEXT_1124080816 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MicromapBuildInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19831:16
    pNext*: pointer
    type_field*: VkMicromapTypeEXT_1124080771
    flags*: VkBuildMicromapFlagsEXT_1124080801
    mode*: VkBuildMicromapModeEXT_1124080775
    dstMicromap*: VkMicromapEXT_1124080767
    usageCountsCount*: uint32
    pUsageCounts*: ptr VkMicromapUsageEXT_1124080811
    ppUsageCounts*: ptr ptr VkMicromapUsageEXT_1124080811
    data*: VkDeviceOrHostAddressConstKHR_1124080393
    scratchData*: VkDeviceOrHostAddressKHR_1124080815
    triangleArray*: VkDeviceOrHostAddressConstKHR_1124080393
    triangleArrayStride*: VkDeviceSize_1124073930
  VkMicromapBuildInfoEXT_1124080818 = struct_VkMicromapBuildInfoEXT_1124080817 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19845:3
  struct_VkMicromapCreateInfoEXT_1124080820 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MicromapCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19847:16
    pNext*: pointer
    createFlags*: VkMicromapCreateFlagsEXT_1124080807
    buffer*: VkBuffer_1124073936
    offset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
    type_field*: VkMicromapTypeEXT_1124080771
    deviceAddress*: VkDeviceAddress_1124073928
  VkMicromapCreateInfoEXT_1124080822 = struct_VkMicromapCreateInfoEXT_1124080821 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19856:3
  struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080824 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceOpacityMicromapFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19858:16
    pNext*: pointer
    micromap*: VkBool32_1124073926
    micromapCaptureReplay*: VkBool32_1124073926
    micromapHostCommands*: VkBool32_1124073926
  VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080826 = struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080825 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19864:3
  struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080828 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceOpacityMicromapPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19866:16
    pNext*: pointer
    maxOpacity2StateSubdivisionLevel*: uint32
    maxOpacity4StateSubdivisionLevel*: uint32
  VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080830 = struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080829 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19871:3
  struct_VkMicromapVersionInfoEXT_1124080832 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MicromapVersionInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19873:16
    pNext*: pointer
    pVersionData*: ptr uint8
  VkMicromapVersionInfoEXT_1124080834 = struct_VkMicromapVersionInfoEXT_1124080833 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19877:3
  struct_VkCopyMicromapToMemoryInfoEXT_1124080836 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMicromapToMemoryInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19879:16
    pNext*: pointer
    src*: VkMicromapEXT_1124080767
    dst*: VkDeviceOrHostAddressKHR_1124080815
    mode*: VkCopyMicromapModeEXT_1124080779
  VkCopyMicromapToMemoryInfoEXT_1124080838 = struct_VkCopyMicromapToMemoryInfoEXT_1124080837 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19885:3
  struct_VkCopyMemoryToMicromapInfoEXT_1124080840 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMemoryToMicromapInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19887:16
    pNext*: pointer
    src*: VkDeviceOrHostAddressConstKHR_1124080393
    dst*: VkMicromapEXT_1124080767
    mode*: VkCopyMicromapModeEXT_1124080779
  VkCopyMemoryToMicromapInfoEXT_1124080842 = struct_VkCopyMemoryToMicromapInfoEXT_1124080841 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19893:3
  struct_VkCopyMicromapInfoEXT_1124080844 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMicromapInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19895:16
    pNext*: pointer
    src*: VkMicromapEXT_1124080767
    dst*: VkMicromapEXT_1124080767
    mode*: VkCopyMicromapModeEXT_1124080779
  VkCopyMicromapInfoEXT_1124080846 = struct_VkCopyMicromapInfoEXT_1124080845 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19901:3
  struct_VkMicromapBuildSizesInfoEXT_1124080848 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MicromapBuildSizesInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19903:16
    pNext*: pointer
    micromapSize*: VkDeviceSize_1124073930
    buildScratchSize*: VkDeviceSize_1124073930
    discardable*: VkBool32_1124073926
  VkMicromapBuildSizesInfoEXT_1124080850 = struct_VkMicromapBuildSizesInfoEXT_1124080849 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19909:3
  struct_VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080852 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureTrianglesOpacityMicromapEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19911:16
    pNext*: pointer
    indexType*: VkIndexType_1124074059
    indexBuffer*: VkDeviceOrHostAddressConstKHR_1124080393
    indexStride*: VkDeviceSize_1124073930
    baseTriangle*: uint32
    usageCountsCount*: uint32
    pUsageCounts*: ptr VkMicromapUsageEXT_1124080811
    ppUsageCounts*: ptr ptr VkMicromapUsageEXT_1124080811
    micromap*: VkMicromapEXT_1124080767
  VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080854 = struct_VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080853 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19922:3
  struct_VkMicromapTriangleEXT_1124080856 {.pure, inheritable, bycopy.} = object
    dataOffset*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19924:16
    subdivisionLevel*: uint16
    format*: uint16
  VkMicromapTriangleEXT_1124080858 = struct_VkMicromapTriangleEXT_1124080857 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19928:3
  PFN_vkCreateMicromapEXT_1124080860 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMicromapCreateInfoEXT_1124080823; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkMicromapEXT_1124080767): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19930:30
  PFN_vkDestroyMicromapEXT_1124080862 = proc (a0: VkDevice_1124073944;
      a1: VkMicromapEXT_1124080767; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19931:26
  PFN_vkCmdBuildMicromapsEXT_1124080864 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkMicromapBuildInfoEXT_1124080819): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19932:26
  PFN_vkBuildMicromapsEXT_1124080866 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691; a2: uint32;
      a3: ptr VkMicromapBuildInfoEXT_1124080819): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19933:30
  PFN_vkCopyMicromapEXT_1124080868 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691; a2: ptr VkCopyMicromapInfoEXT_1124080847): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19934:30
  PFN_vkCopyMicromapToMemoryEXT_1124080870 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691;
      a2: ptr VkCopyMicromapToMemoryInfoEXT_1124080839): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19935:30
  PFN_vkCopyMemoryToMicromapEXT_1124080872 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691;
      a2: ptr VkCopyMemoryToMicromapInfoEXT_1124080843): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19936:30
  PFN_vkWriteMicromapsPropertiesEXT_1124080874 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkMicromapEXT_1124080767; a3: VkQueryType_1124074039;
      a4: csize_t; a5: pointer; a6: csize_t): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19937:30
  PFN_vkCmdCopyMicromapEXT_1124080876 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyMicromapInfoEXT_1124080847): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19938:26
  PFN_vkCmdCopyMicromapToMemoryEXT_1124080878 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyMicromapToMemoryInfoEXT_1124080839): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19939:26
  PFN_vkCmdCopyMemoryToMicromapEXT_1124080880 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyMemoryToMicromapInfoEXT_1124080843): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19940:26
  PFN_vkCmdWriteMicromapsPropertiesEXT_1124080882 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkMicromapEXT_1124080767; a3: VkQueryType_1124074039;
      a4: VkQueryPool_1124073956; a5: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19941:26
  PFN_vkGetDeviceMicromapCompatibilityEXT_1124080884 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMicromapVersionInfoEXT_1124080835;
      a2: ptr VkAccelerationStructureCompatibilityKHR_1124080791): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19942:26
  PFN_vkGetMicromapBuildSizesEXT_1124080886 = proc (a0: VkDevice_1124073944;
      a1: VkAccelerationStructureBuildTypeKHR_1124080795;
      a2: ptr VkMicromapBuildInfoEXT_1124080819;
      a3: ptr VkMicromapBuildSizesInfoEXT_1124080851): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19943:26
  struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080888 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceClusterCullingShaderFeaturesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20063:16
    pNext*: pointer
    clustercullingShader*: VkBool32_1124073926
    multiviewClusterCullingShader*: VkBool32_1124073926
  VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080890 = struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080889 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20068:3
  struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080892 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceClusterCullingShaderPropertiesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20070:16
    pNext*: pointer
    maxWorkGroupCount*: array[3'i64, uint32]
    maxWorkGroupSize*: array[3'i64, uint32]
    maxOutputClusterCount*: uint32
    indirectBufferOffsetAlignment*: VkDeviceSize_1124073930
  VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080894 = struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080893 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20077:3
  struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080896 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20079:16
    pNext*: pointer
    clusterShadingRate*: VkBool32_1124073926
  VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080898 = struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080897 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20083:3
  PFN_vkCmdDrawClusterHUAWEI_1124080900 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20085:26
  PFN_vkCmdDrawClusterIndirectHUAWEI_1124080902 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20086:26
  struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080904 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceBorderColorSwizzleFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20110:16
    pNext*: pointer
    borderColorSwizzle*: VkBool32_1124073926
    borderColorSwizzleFromImage*: VkBool32_1124073926
  VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080906 = struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080905 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20115:3
  struct_VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080908 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerBorderColorComponentMappingCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20117:16
    pNext*: pointer
    components*: VkComponentMapping_1124074643
    srgb*: VkBool32_1124073926
  VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080910 = struct_VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080909 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20122:3
  struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080912 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20130:16
    pNext*: pointer
    pageableDeviceLocalMemory*: VkBool32_1124073926
  VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080914 = struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080913 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20134:3
  PFN_vkSetDeviceMemoryPriorityEXT_1124080916 = proc (a0: VkDevice_1124073944;
      a1: VkDeviceMemory_1124073954; a2: cfloat): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20136:26
  struct_VkPhysicalDeviceShaderCorePropertiesARM_1124080918 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderCorePropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20152:16
    pNext*: pointer
    pixelRate*: uint32
    texelRate*: uint32
    fmaRate*: uint32
  VkPhysicalDeviceShaderCorePropertiesARM_1124080920 = struct_VkPhysicalDeviceShaderCorePropertiesARM_1124080919 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20158:3
  VkPhysicalDeviceSchedulingControlsFlagsARM_1124080922 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20166:19
  VkPhysicalDeviceSchedulingControlsFlagBitsARM_1124080924 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20169:19
  struct_VkDeviceQueueShaderCoreControlCreateInfoARM_1124080926 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceQueueShaderCoreControlCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20172:16
    pNext*: pointer
    shaderCoreCount*: uint32
  VkDeviceQueueShaderCoreControlCreateInfoARM_1124080928 = struct_VkDeviceQueueShaderCoreControlCreateInfoARM_1124080927 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20176:3
  struct_VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080930 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSchedulingControlsFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20178:16
    pNext*: pointer
    schedulingControls*: VkBool32_1124073926
  VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080932 = struct_VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080931 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20182:3
  struct_VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080934 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSchedulingControlsPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20184:16
    pNext*: pointer
    schedulingControlsFlags*: VkPhysicalDeviceSchedulingControlsFlagsARM_1124080923
  VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080936 = struct_VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080935 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20188:3
  struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080938 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageSlicedViewOf3DFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20197:16
    pNext*: pointer
    imageSlicedViewOf3D*: VkBool32_1124073926
  VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080940 = struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080939 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20201:3
  struct_VkImageViewSlicedCreateInfoEXT_1124080942 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewSlicedCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20203:16
    pNext*: pointer
    sliceOffset*: uint32
    sliceCount*: uint32
  VkImageViewSlicedCreateInfoEXT_1124080944 = struct_VkImageViewSlicedCreateInfoEXT_1124080943 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20208:3
  struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080946 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorSetHostMappingFeaturesVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20216:16
    pNext*: pointer
    descriptorSetHostMapping*: VkBool32_1124073926
  VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080948 = struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080947 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20220:3
  struct_VkDescriptorSetBindingReferenceVALVE_1124080950 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetBindingReferenceVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20222:16
    pNext*: pointer
    descriptorSetLayout*: VkDescriptorSetLayout_1124073985
    binding*: uint32
  VkDescriptorSetBindingReferenceVALVE_1124080952 = struct_VkDescriptorSetBindingReferenceVALVE_1124080951 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20227:3
  struct_VkDescriptorSetLayoutHostMappingInfoVALVE_1124080954 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorSetLayoutHostMappingInfoVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20229:16
    pNext*: pointer
    descriptorOffset*: csize_t
    descriptorSize*: uint32
  VkDescriptorSetLayoutHostMappingInfoVALVE_1124080956 = struct_VkDescriptorSetLayoutHostMappingInfoVALVE_1124080955 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20234:3
  PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE_1124080958 = proc (
      a0: VkDevice_1124073944; a1: ptr VkDescriptorSetBindingReferenceVALVE_1124080953;
      a2: ptr VkDescriptorSetLayoutHostMappingInfoVALVE_1124080957): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20236:26
  PFN_vkGetDescriptorSetHostMappingVALVE_1124080960 = proc (a0: VkDevice_1124073944;
      a1: VkDescriptorSet_1124073989; a2: ptr pointer): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20237:26
  VkPhysicalDeviceDepthClampZeroOneFeaturesEXT_1124080962 = VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078607 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20260:54
  struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080964 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceNonSeamlessCubeMapFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20268:16
    pNext*: pointer
    nonSeamlessCubeMap*: VkBool32_1124073926
  VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080966 = struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080965 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20272:3
  struct_VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080968 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRenderPassStripedFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20280:16
    pNext*: pointer
    renderPassStriped*: VkBool32_1124073926
  VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080970 = struct_VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20284:3
  struct_VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080972 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRenderPassStripedPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20286:16
    pNext*: pointer
    renderPassStripeGranularity*: VkExtent2D_1124074443
    maxRenderPassStripes*: uint32
  VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080974 = struct_VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080973 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20291:3
  struct_VkRenderPassStripeInfoARM_1124080976 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassStripeInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20293:16
    pNext*: pointer
    stripeArea*: VkRect2D_1124074459
  VkRenderPassStripeInfoARM_1124080978 = struct_VkRenderPassStripeInfoARM_1124080977 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20297:3
  struct_VkRenderPassStripeBeginInfoARM_1124080980 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassStripeBeginInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20299:16
    pNext*: pointer
    stripeInfoCount*: uint32
    pStripeInfos*: ptr VkRenderPassStripeInfoARM_1124080979
  VkRenderPassStripeBeginInfoARM_1124080982 = struct_VkRenderPassStripeBeginInfoARM_1124080981 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20304:3
  struct_VkRenderPassStripeSubmitInfoARM_1124080984 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassStripeSubmitInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20306:16
    pNext*: pointer
    stripeSemaphoreInfoCount*: uint32
    pStripeSemaphoreInfos*: ptr VkSemaphoreSubmitInfo_1124075945
  VkRenderPassStripeSubmitInfoARM_1124080986 = struct_VkRenderPassStripeSubmitInfoARM_1124080985 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20311:3
  struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080988 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMapOffsetFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20319:16
    pNext*: pointer
    fragmentDensityMapOffset*: VkBool32_1124073926
  VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080990 = struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080989 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20323:3
  VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM_1124080992 = VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080991 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20325:61
  struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080994 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMapOffsetPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20327:16
    pNext*: pointer
    fragmentDensityOffsetGranularity*: VkExtent2D_1124074443
  VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080996 = struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080995 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20331:3
  VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM_1124080998 = VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080997 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20333:63
  struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081000 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassFragmentDensityMapOffsetEndInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20335:16
    pNext*: pointer
    fragmentDensityOffsetCount*: uint32
    pFragmentDensityOffsets*: ptr VkOffset2D_1124074451
  VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081002 = struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081001 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20340:3
  VkSubpassFragmentDensityMapOffsetEndInfoQCOM_1124081004 = VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081003 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20342:56
  VkCopyMemoryIndirectCommandNV_1124081006 = VkCopyMemoryIndirectCommandKHR_1124078437 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20350:40
  VkCopyMemoryToImageIndirectCommandNV_1124081008 = VkCopyMemoryToImageIndirectCommandKHR_1124078445 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20352:47
  struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081010 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCopyMemoryIndirectFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20354:16
    pNext*: pointer
    indirectCopy*: VkBool32_1124073926
  VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081012 = struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081011 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20358:3
  VkPhysicalDeviceCopyMemoryIndirectPropertiesNV_1124081014 = VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078457 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20360:57
  PFN_vkCmdCopyMemoryIndirectNV_1124081016 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDeviceAddress_1124073928; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20362:26
  PFN_vkCmdCopyMemoryToImageIndirectNV_1124081018 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDeviceAddress_1124073928; a2: uint32; a3: uint32; a4: VkImage_1124073938;
      a5: VkImageLayout_1124074003; a6: ptr VkImageSubresourceLayers_1124074671): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20363:26
  VkMemoryDecompressionMethodFlagBitsEXT_1124081020 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20393:19
  VkMemoryDecompressionMethodFlagBitsNV_1124081022 = VkMemoryDecompressionMethodFlagBitsEXT_1124081021 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20397:48
  VkMemoryDecompressionMethodFlagsEXT_1124081024 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20399:19
  VkMemoryDecompressionMethodFlagsNV_1124081026 = VkMemoryDecompressionMethodFlagsEXT_1124081025 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20400:45
  struct_VkDecompressMemoryRegionNV_1124081028 {.pure, inheritable, bycopy.} = object
    srcAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20402:16
    dstAddress*: VkDeviceAddress_1124073928
    compressedSize*: VkDeviceSize_1124073930
    decompressedSize*: VkDeviceSize_1124073930
    decompressionMethod*: VkMemoryDecompressionMethodFlagsNV_1124081027
  VkDecompressMemoryRegionNV_1124081030 = struct_VkDecompressMemoryRegionNV_1124081029 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20408:3
  struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081032 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMemoryDecompressionFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20410:16
    pNext*: pointer
    memoryDecompression*: VkBool32_1124073926
  VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081034 = struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081033 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20414:3
  VkPhysicalDeviceMemoryDecompressionFeaturesNV_1124081036 = VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081035 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20416:56
  struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081038 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMemoryDecompressionPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20418:16
    pNext*: pointer
    decompressionMethods*: VkMemoryDecompressionMethodFlagsEXT_1124081025
    maxDecompressionIndirectCount*: uint64
  VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081040 = struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081039 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20423:3
  VkPhysicalDeviceMemoryDecompressionPropertiesNV_1124081042 = VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20425:58
  PFN_vkCmdDecompressMemoryNV_1124081044 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkDecompressMemoryRegionNV_1124081031): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20427:26
  PFN_vkCmdDecompressMemoryIndirectCountNV_1124081046 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkDeviceAddress_1124073928;
      a2: VkDeviceAddress_1124073928; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20428:26
  struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081048 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20452:16
    pNext*: pointer
    deviceGeneratedCompute*: VkBool32_1124073926
    deviceGeneratedComputePipelines*: VkBool32_1124073926
    deviceGeneratedComputeCaptureReplay*: VkBool32_1124073926
  VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081050 = struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081049 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20458:3
  struct_VkComputePipelineIndirectBufferInfoNV_1124081052 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ComputePipelineIndirectBufferInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20460:16
    pNext*: pointer
    deviceAddress*: VkDeviceAddress_1124073928
    size*: VkDeviceSize_1124073930
    pipelineDeviceAddressCaptureReplay*: VkDeviceAddress_1124073928
  VkComputePipelineIndirectBufferInfoNV_1124081054 = struct_VkComputePipelineIndirectBufferInfoNV_1124081053 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20466:3
  struct_VkPipelineIndirectDeviceAddressInfoNV_1124081056 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineIndirectDeviceAddressInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20468:16
    pNext*: pointer
    pipelineBindPoint*: VkPipelineBindPoint_1124074091
    pipeline*: VkPipeline_1124073983
  VkPipelineIndirectDeviceAddressInfoNV_1124081058 = struct_VkPipelineIndirectDeviceAddressInfoNV_1124081057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20473:3
  struct_VkBindPipelineIndirectCommandNV_1124081060 {.pure, inheritable, bycopy.} = object
    pipelineAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20475:16
  VkBindPipelineIndirectCommandNV_1124081062 = struct_VkBindPipelineIndirectCommandNV_1124081061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20477:3
  PFN_vkGetPipelineIndirectMemoryRequirementsNV_1124081064 = proc (a0: VkDevice_1124073944;
      a1: ptr VkComputePipelineCreateInfo_1124074719;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20479:26
  PFN_vkCmdUpdatePipelineIndirectBufferNV_1124081066 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkPipelineBindPoint_1124074091;
      a2: VkPipeline_1124073983): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20480:26
  PFN_vkGetPipelineIndirectDeviceAddressNV_1124081068 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPipelineIndirectDeviceAddressInfoNV_1124081059): VkDeviceAddress_1124073928 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20481:37
  VkRayTracingLssIndexingModeNV_1124081072 = enum_VkRayTracingLssIndexingModeNV_1124081071 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20515:3
  VkRayTracingLssPrimitiveEndCapsModeNV_1124081076 = enum_VkRayTracingLssPrimitiveEndCapsModeNV_1124081075 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20521:3
  struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081078 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20522:16
    pNext*: pointer
    spheres*: VkBool32_1124073926
    linearSweptSpheres*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081080 = struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081079 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20527:3
  struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081082 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometryLinearSweptSpheresDataNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20529:16
    pNext*: pointer
    vertexFormat*: VkFormat_1124074023
    vertexData*: VkDeviceOrHostAddressConstKHR_1124080393
    vertexStride*: VkDeviceSize_1124073930
    radiusFormat*: VkFormat_1124074023
    radiusData*: VkDeviceOrHostAddressConstKHR_1124080393
    radiusStride*: VkDeviceSize_1124073930
    indexType*: VkIndexType_1124074059
    indexData*: VkDeviceOrHostAddressConstKHR_1124080393
    indexStride*: VkDeviceSize_1124073930
    indexingMode*: VkRayTracingLssIndexingModeNV_1124081073
    endCapsMode*: VkRayTracingLssPrimitiveEndCapsModeNV_1124081077
  VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081084 = struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081083 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20543:3
  struct_VkAccelerationStructureGeometrySpheresDataNV_1124081086 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometrySpheresDataNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20545:16
    pNext*: pointer
    vertexFormat*: VkFormat_1124074023
    vertexData*: VkDeviceOrHostAddressConstKHR_1124080393
    vertexStride*: VkDeviceSize_1124073930
    radiusFormat*: VkFormat_1124074023
    radiusData*: VkDeviceOrHostAddressConstKHR_1124080393
    radiusStride*: VkDeviceSize_1124073930
    indexType*: VkIndexType_1124074059
    indexData*: VkDeviceOrHostAddressConstKHR_1124080393
    indexStride*: VkDeviceSize_1124073930
  VkAccelerationStructureGeometrySpheresDataNV_1124081088 = struct_VkAccelerationStructureGeometrySpheresDataNV_1124081087 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20557:3
  struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081090 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLinearColorAttachmentFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20565:16
    pNext*: pointer
    linearColorAttachment*: VkBool32_1124073926
  VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081092 = struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081091 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20569:3
  struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081094 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageCompressionControlSwapchainFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20583:16
    pNext*: pointer
    imageCompressionControlSwapchain*: VkBool32_1124073926
  VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081096 = struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081095 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20587:3
  struct_VkImageViewSampleWeightCreateInfoQCOM_1124081098 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageViewSampleWeightCreateInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20595:16
    pNext*: pointer
    filterCenter*: VkOffset2D_1124074451
    filterSize*: VkExtent2D_1124074443
    numPhases*: uint32
  VkImageViewSampleWeightCreateInfoQCOM_1124081100 = struct_VkImageViewSampleWeightCreateInfoQCOM_1124081099 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20601:3
  struct_VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081102 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageProcessingFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20603:16
    pNext*: pointer
    textureSampleWeighted*: VkBool32_1124073926
    textureBoxFilter*: VkBool32_1124073926
    textureBlockMatch*: VkBool32_1124073926
  VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081104 = struct_VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081103 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20609:3
  struct_VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081106 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageProcessingPropertiesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20611:16
    pNext*: pointer
    maxWeightFilterPhases*: uint32
    maxWeightFilterDimension*: VkExtent2D_1124074443
    maxBlockMatchRegion*: VkExtent2D_1124074443
    maxBoxFilterBlockSize*: VkExtent2D_1124074443
  VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081108 = struct_VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081107 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20618:3
  struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081110 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceNestedCommandBufferFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20626:16
    pNext*: pointer
    nestedCommandBuffer*: VkBool32_1124073926
    nestedCommandBufferRendering*: VkBool32_1124073926
    nestedCommandBufferSimultaneousUse*: VkBool32_1124073926
  VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081112 = struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081111 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20632:3
  struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081114 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceNestedCommandBufferPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20634:16
    pNext*: pointer
    maxCommandBufferNestingLevel*: uint32
  VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081116 = struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081115 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20638:3
  struct_VkExternalMemoryAcquireUnmodifiedEXT_1124081118 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalMemoryAcquireUnmodifiedEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20646:16
    pNext*: pointer
    acquireUnmodifiedMemory*: VkBool32_1124073926
  VkExternalMemoryAcquireUnmodifiedEXT_1124081120 = struct_VkExternalMemoryAcquireUnmodifiedEXT_1124081119 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20650:3
  struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081122 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExtendedDynamicState3FeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20658:16
    pNext*: pointer
    extendedDynamicState3TessellationDomainOrigin*: VkBool32_1124073926
    extendedDynamicState3DepthClampEnable*: VkBool32_1124073926
    extendedDynamicState3PolygonMode*: VkBool32_1124073926
    extendedDynamicState3RasterizationSamples*: VkBool32_1124073926
    extendedDynamicState3SampleMask*: VkBool32_1124073926
    extendedDynamicState3AlphaToCoverageEnable*: VkBool32_1124073926
    extendedDynamicState3AlphaToOneEnable*: VkBool32_1124073926
    extendedDynamicState3LogicOpEnable*: VkBool32_1124073926
    extendedDynamicState3ColorBlendEnable*: VkBool32_1124073926
    extendedDynamicState3ColorBlendEquation*: VkBool32_1124073926
    extendedDynamicState3ColorWriteMask*: VkBool32_1124073926
    extendedDynamicState3RasterizationStream*: VkBool32_1124073926
    extendedDynamicState3ConservativeRasterizationMode*: VkBool32_1124073926
    extendedDynamicState3ExtraPrimitiveOverestimationSize*: VkBool32_1124073926
    extendedDynamicState3DepthClipEnable*: VkBool32_1124073926
    extendedDynamicState3SampleLocationsEnable*: VkBool32_1124073926
    extendedDynamicState3ColorBlendAdvanced*: VkBool32_1124073926
    extendedDynamicState3ProvokingVertexMode*: VkBool32_1124073926
    extendedDynamicState3LineRasterizationMode*: VkBool32_1124073926
    extendedDynamicState3LineStippleEnable*: VkBool32_1124073926
    extendedDynamicState3DepthClipNegativeOneToOne*: VkBool32_1124073926
    extendedDynamicState3ViewportWScalingEnable*: VkBool32_1124073926
    extendedDynamicState3ViewportSwizzle*: VkBool32_1124073926
    extendedDynamicState3CoverageToColorEnable*: VkBool32_1124073926
    extendedDynamicState3CoverageToColorLocation*: VkBool32_1124073926
    extendedDynamicState3CoverageModulationMode*: VkBool32_1124073926
    extendedDynamicState3CoverageModulationTableEnable*: VkBool32_1124073926
    extendedDynamicState3CoverageModulationTable*: VkBool32_1124073926
    extendedDynamicState3CoverageReductionMode*: VkBool32_1124073926
    extendedDynamicState3RepresentativeFragmentTestEnable*: VkBool32_1124073926
    extendedDynamicState3ShadingRateImageEnable*: VkBool32_1124073926
  VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081124 = struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081123 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20692:3
  struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081126 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExtendedDynamicState3PropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20694:16
    pNext*: pointer
    dynamicPrimitiveTopologyUnrestricted*: VkBool32_1124073926
  VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081128 = struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081127 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20698:3
  struct_VkColorBlendEquationEXT_1124081130 {.pure, inheritable, bycopy.} = object
    srcColorBlendFactor*: VkBlendFactor_1124074095 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20700:16
    dstColorBlendFactor*: VkBlendFactor_1124074095
    colorBlendOp*: VkBlendOp_1124074099
    srcAlphaBlendFactor*: VkBlendFactor_1124074095
    dstAlphaBlendFactor*: VkBlendFactor_1124074095
    alphaBlendOp*: VkBlendOp_1124074099
  VkColorBlendEquationEXT_1124081132 = struct_VkColorBlendEquationEXT_1124081131 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20707:3
  struct_VkColorBlendAdvancedEXT_1124081134 {.pure, inheritable, bycopy.} = object
    advancedBlendOp*: VkBlendOp_1124074099 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20709:16
    srcPremultiplied*: VkBool32_1124073926
    dstPremultiplied*: VkBool32_1124073926
    blendOverlap*: VkBlendOverlapEXT_1124079171
    clampResults*: VkBool32_1124073926
  VkColorBlendAdvancedEXT_1124081136 = struct_VkColorBlendAdvancedEXT_1124081135 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20715:3
  PFN_vkCmdSetDepthClampEnableEXT_1124081138 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20717:26
  PFN_vkCmdSetPolygonModeEXT_1124081140 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkPolygonMode_1124074119): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20718:26
  PFN_vkCmdSetRasterizationSamplesEXT_1124081142 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkSampleCountFlagBits_1124074167): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20719:26
  PFN_vkCmdSetSampleMaskEXT_1124081144 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkSampleCountFlagBits_1124074167; a2: ptr VkSampleMask_1124073934): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20720:26
  PFN_vkCmdSetAlphaToCoverageEnableEXT_1124081146 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20721:26
  PFN_vkCmdSetAlphaToOneEnableEXT_1124081148 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20722:26
  PFN_vkCmdSetLogicOpEnableEXT_1124081150 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20723:26
  PFN_vkCmdSetColorBlendEnableEXT_1124081152 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20724:26
  PFN_vkCmdSetColorBlendEquationEXT_1124081154 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkColorBlendEquationEXT_1124081133): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20725:26
  PFN_vkCmdSetColorWriteMaskEXT_1124081156 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkColorComponentFlags_1124074377): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20726:26
  PFN_vkCmdSetTessellationDomainOriginEXT_1124081158 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkTessellationDomainOrigin_1124075193): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20727:26
  PFN_vkCmdSetRasterizationStreamEXT_1124081160 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20728:26
  PFN_vkCmdSetConservativeRasterizationModeEXT_1124081162 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkConservativeRasterizationModeEXT_1124079017): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20729:26
  PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT_1124081164 = proc (
      a0: VkCommandBuffer_1124073950; a1: cfloat): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20730:26
  PFN_vkCmdSetDepthClipEnableEXT_1124081166 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20731:26
  PFN_vkCmdSetSampleLocationsEnableEXT_1124081168 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20732:26
  PFN_vkCmdSetColorBlendAdvancedEXT_1124081170 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkColorBlendAdvancedEXT_1124081137): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20733:26
  PFN_vkCmdSetProvokingVertexModeEXT_1124081172 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkProvokingVertexModeEXT_1124079857): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20734:26
  PFN_vkCmdSetLineRasterizationModeEXT_1124081174 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkLineRasterizationModeEXT_1124079879): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20735:26
  PFN_vkCmdSetLineStippleEnableEXT_1124081176 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20736:26
  PFN_vkCmdSetDepthClipNegativeOneToOneEXT_1124081178 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20737:26
  PFN_vkCmdSetViewportWScalingEnableNV_1124081180 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20738:26
  PFN_vkCmdSetViewportSwizzleNV_1124081182 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: ptr VkViewportSwizzleNV_1124078989): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20739:26
  PFN_vkCmdSetCoverageToColorEnableNV_1124081184 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20740:26
  PFN_vkCmdSetCoverageToColorLocationNV_1124081186 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20741:26
  PFN_vkCmdSetCoverageModulationModeNV_1124081188 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCoverageModulationModeNV_1124079193): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20742:26
  PFN_vkCmdSetCoverageModulationTableEnableNV_1124081190 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20743:26
  PFN_vkCmdSetCoverageModulationTableNV_1124081192 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr cfloat): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20744:26
  PFN_vkCmdSetShadingRateImageEnableNV_1124081194 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20745:26
  PFN_vkCmdSetRepresentativeFragmentTestEnableNV_1124081196 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkBool32_1124073926): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20746:26
  PFN_vkCmdSetCoverageReductionModeNV_1124081198 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkCoverageReductionModeNV_1124079829): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20747:26
  VkSubpassMergeStatusEXT_1124081202 = enum_VkSubpassMergeStatusEXT_1124081201 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20971:3
  struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081204 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceSubpassMergeFeedbackFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20972:16
    pNext*: pointer
    subpassMergeFeedback*: VkBool32_1124073926
  VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081206 = struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081205 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20976:3
  struct_VkRenderPassCreationControlEXT_1124081208 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassCreationControlEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20978:16
    pNext*: pointer
    disallowMerging*: VkBool32_1124073926
  VkRenderPassCreationControlEXT_1124081210 = struct_VkRenderPassCreationControlEXT_1124081209 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20982:3
  struct_VkRenderPassCreationFeedbackInfoEXT_1124081212 {.pure, inheritable,       bycopy.} = object
    postMergeSubpassCount*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20984:16
  VkRenderPassCreationFeedbackInfoEXT_1124081214 = struct_VkRenderPassCreationFeedbackInfoEXT_1124081213 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20986:3
  struct_VkRenderPassCreationFeedbackCreateInfoEXT_1124081216 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassCreationFeedbackCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20988:16
    pNext*: pointer
    pRenderPassFeedback*: ptr VkRenderPassCreationFeedbackInfoEXT_1124081215
  VkRenderPassCreationFeedbackCreateInfoEXT_1124081218 = struct_VkRenderPassCreationFeedbackCreateInfoEXT_1124081217 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20992:3
  struct_VkRenderPassSubpassFeedbackInfoEXT_1124081220 {.pure, inheritable,       bycopy.} = object
    subpassMergeStatus*: VkSubpassMergeStatusEXT_1124081203 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20994:16
    description*: array[256'i64, cschar]
    postMergeIndex*: uint32
  VkRenderPassSubpassFeedbackInfoEXT_1124081222 = struct_VkRenderPassSubpassFeedbackInfoEXT_1124081221 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20998:3
  struct_VkRenderPassSubpassFeedbackCreateInfoEXT_1124081224 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassSubpassFeedbackCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21000:16
    pNext*: pointer
    pSubpassFeedback*: ptr VkRenderPassSubpassFeedbackInfoEXT_1124081223
  VkRenderPassSubpassFeedbackCreateInfoEXT_1124081226 = struct_VkRenderPassSubpassFeedbackCreateInfoEXT_1124081225 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21004:3
  VkDirectDriverLoadingModeLUNARG_1124081230 = enum_VkDirectDriverLoadingModeLUNARG_1124081229 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21017:3
  VkDirectDriverLoadingFlagsLUNARG_1124081232 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21018:17
  PFN_vkGetInstanceProcAddrLUNARG_1124081234 = proc (a0: VkInstance_1124073940;
      a1: cstring): PFN_vkVoidFunction_1124074495 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21019:40
  struct_VkDirectDriverLoadingInfoLUNARG_1124081236 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DirectDriverLoadingInfoLUNARG ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21022:16
    pNext*: pointer
    flags*: VkDirectDriverLoadingFlagsLUNARG_1124081233
    pfnGetInstanceProcAddr*: PFN_vkGetInstanceProcAddrLUNARG_1124081235
  VkDirectDriverLoadingInfoLUNARG_1124081238 = struct_VkDirectDriverLoadingInfoLUNARG_1124081237 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21027:3
  struct_VkDirectDriverLoadingListLUNARG_1124081240 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DirectDriverLoadingListLUNARG ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21029:16
    pNext*: pointer
    mode*: VkDirectDriverLoadingModeLUNARG_1124081231
    driverCount*: uint32
    pDrivers*: ptr VkDirectDriverLoadingInfoLUNARG_1124081239
  VkDirectDriverLoadingListLUNARG_1124081242 = struct_VkDirectDriverLoadingListLUNARG_1124081241 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21035:3
  VkTensorARM_1124081244 = ptr struct_VkTensorARM_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21041:1
  VkTensorViewARM_1124081246 = ptr struct_VkTensorViewARM_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21042:1
  VkTensorTilingARM_1124081250 = enum_VkTensorTilingARM_1124081249 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21050:3
  VkTensorCreateFlagsARM_1124081252 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21051:19
  VkTensorCreateFlagBitsARM_1124081254 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21054:19
  VkTensorViewCreateFlagsARM_1124081256 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21059:19
  VkTensorViewCreateFlagBitsARM_1124081258 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21062:19
  VkTensorUsageFlagsARM_1124081260 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21065:19
  VkTensorUsageFlagBitsARM_1124081262 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21068:19
  struct_VkTensorDescriptionARM_1124081264 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorDescriptionARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21075:16
    pNext*: pointer
    tiling*: VkTensorTilingARM_1124081251
    format*: VkFormat_1124074023
    dimensionCount*: uint32
    pDimensions*: ptr int64
    pStrides*: ptr int64
    usage*: VkTensorUsageFlagsARM_1124081261
  VkTensorDescriptionARM_1124081266 = struct_VkTensorDescriptionARM_1124081265 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21084:3
  struct_VkTensorCreateInfoARM_1124081268 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21086:16
    pNext*: pointer
    flags*: VkTensorCreateFlagsARM_1124081253
    pDescription*: ptr VkTensorDescriptionARM_1124081267
    sharingMode*: VkSharingMode_1124074043
    queueFamilyIndexCount*: uint32
    pQueueFamilyIndices*: ptr uint32
  VkTensorCreateInfoARM_1124081270 = struct_VkTensorCreateInfoARM_1124081269 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21094:3
  struct_VkTensorViewCreateInfoARM_1124081272 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorViewCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21096:16
    pNext*: pointer
    flags*: VkTensorViewCreateFlagsARM_1124081257
    tensor*: VkTensorARM_1124081245
    format*: VkFormat_1124074023
  VkTensorViewCreateInfoARM_1124081274 = struct_VkTensorViewCreateInfoARM_1124081273 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21102:3
  struct_VkTensorMemoryRequirementsInfoARM_1124081276 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorMemoryRequirementsInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21104:16
    pNext*: pointer
    tensor*: VkTensorARM_1124081245
  VkTensorMemoryRequirementsInfoARM_1124081278 = struct_VkTensorMemoryRequirementsInfoARM_1124081277 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21108:3
  struct_VkBindTensorMemoryInfoARM_1124081280 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindTensorMemoryInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21110:16
    pNext*: pointer
    tensor*: VkTensorARM_1124081245
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
  VkBindTensorMemoryInfoARM_1124081282 = struct_VkBindTensorMemoryInfoARM_1124081281 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21116:3
  struct_VkWriteDescriptorSetTensorARM_1124081284 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteDescriptorSetTensorARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21118:16
    pNext*: pointer
    tensorViewCount*: uint32
    pTensorViews*: ptr VkTensorViewARM_1124081247
  VkWriteDescriptorSetTensorARM_1124081286 = struct_VkWriteDescriptorSetTensorARM_1124081285 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21123:3
  struct_VkTensorFormatPropertiesARM_1124081288 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorFormatPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21125:16
    pNext*: pointer
    optimalTilingTensorFeatures*: VkFormatFeatureFlags2_1124075887
    linearTilingTensorFeatures*: VkFormatFeatureFlags2_1124075887
  VkTensorFormatPropertiesARM_1124081290 = struct_VkTensorFormatPropertiesARM_1124081289 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21130:3
  struct_VkPhysicalDeviceTensorPropertiesARM_1124081292 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTensorPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21132:16
    pNext*: pointer
    maxTensorDimensionCount*: uint32
    maxTensorElements*: uint64
    maxPerDimensionTensorElements*: uint64
    maxTensorStride*: int64
    maxTensorSize*: uint64
    maxTensorShaderAccessArrayLength*: uint32
    maxTensorShaderAccessSize*: uint32
    maxDescriptorSetStorageTensors*: uint32
    maxPerStageDescriptorSetStorageTensors*: uint32
    maxDescriptorSetUpdateAfterBindStorageTensors*: uint32
    maxPerStageDescriptorUpdateAfterBindStorageTensors*: uint32
    shaderStorageTensorArrayNonUniformIndexingNative*: VkBool32_1124073926
    shaderTensorSupportedStages*: VkShaderStageFlags_1124074351
  VkPhysicalDeviceTensorPropertiesARM_1124081294 = struct_VkPhysicalDeviceTensorPropertiesARM_1124081293 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21148:3
  struct_VkTensorMemoryBarrierARM_1124081296 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorMemoryBarrierARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21150:16
    pNext*: pointer
    srcStageMask*: VkPipelineStageFlags2_1124075873
    srcAccessMask*: VkAccessFlags2_1124075877
    dstStageMask*: VkPipelineStageFlags2_1124075873
    dstAccessMask*: VkAccessFlags2_1124075877
    srcQueueFamilyIndex*: uint32
    dstQueueFamilyIndex*: uint32
    tensor*: VkTensorARM_1124081245
  VkTensorMemoryBarrierARM_1124081298 = struct_VkTensorMemoryBarrierARM_1124081297 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21160:3
  struct_VkTensorDependencyInfoARM_1124081300 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorDependencyInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21162:16
    pNext*: pointer
    tensorMemoryBarrierCount*: uint32
    pTensorMemoryBarriers*: ptr VkTensorMemoryBarrierARM_1124081299
  VkTensorDependencyInfoARM_1124081302 = struct_VkTensorDependencyInfoARM_1124081301 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21167:3
  struct_VkPhysicalDeviceTensorFeaturesARM_1124081304 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTensorFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21169:16
    pNext*: pointer
    tensorNonPacked*: VkBool32_1124073926
    shaderTensorAccess*: VkBool32_1124073926
    shaderStorageTensorArrayDynamicIndexing*: VkBool32_1124073926
    shaderStorageTensorArrayNonUniformIndexing*: VkBool32_1124073926
    descriptorBindingStorageTensorUpdateAfterBind*: VkBool32_1124073926
    tensors*: VkBool32_1124073926
  VkPhysicalDeviceTensorFeaturesARM_1124081306 = struct_VkPhysicalDeviceTensorFeaturesARM_1124081305 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21178:3
  struct_VkDeviceTensorMemoryRequirementsARM_1124081308 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DeviceTensorMemoryRequirementsARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21180:16
    pNext*: pointer
    pCreateInfo*: ptr VkTensorCreateInfoARM_1124081271
  VkDeviceTensorMemoryRequirementsARM_1124081310 = struct_VkDeviceTensorMemoryRequirementsARM_1124081309 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21184:3
  struct_VkTensorCopyARM_1124081312 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorCopyARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21186:16
    pNext*: pointer
    dimensionCount*: uint32
    pSrcOffset*: ptr uint64
    pDstOffset*: ptr uint64
    pExtent*: ptr uint64
  VkTensorCopyARM_1124081314 = struct_VkTensorCopyARM_1124081313 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21193:3
  struct_VkCopyTensorInfoARM_1124081316 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyTensorInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21195:16
    pNext*: pointer
    srcTensor*: VkTensorARM_1124081245
    dstTensor*: VkTensorARM_1124081245
    regionCount*: uint32
    pRegions*: ptr VkTensorCopyARM_1124081315
  VkCopyTensorInfoARM_1124081318 = struct_VkCopyTensorInfoARM_1124081317 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21202:3
  struct_VkMemoryDedicatedAllocateInfoTensorARM_1124081320 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryDedicatedAllocateInfoTensorARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21204:16
    pNext*: pointer
    tensor*: VkTensorARM_1124081245
  VkMemoryDedicatedAllocateInfoTensorARM_1124081322 = struct_VkMemoryDedicatedAllocateInfoTensorARM_1124081321 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21208:3
  struct_VkPhysicalDeviceExternalTensorInfoARM_1124081324 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalTensorInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21210:16
    pNext*: pointer
    flags*: VkTensorCreateFlagsARM_1124081253
    pDescription*: ptr VkTensorDescriptionARM_1124081267
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
  VkPhysicalDeviceExternalTensorInfoARM_1124081326 = struct_VkPhysicalDeviceExternalTensorInfoARM_1124081325 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21216:3
  struct_VkExternalTensorPropertiesARM_1124081328 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalTensorPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21218:16
    pNext*: pointer
    externalMemoryProperties*: VkExternalMemoryProperties_1124075399
  VkExternalTensorPropertiesARM_1124081330 = struct_VkExternalTensorPropertiesARM_1124081329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21222:3
  struct_VkExternalMemoryTensorCreateInfoARM_1124081332 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalMemoryTensorCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21224:16
    pNext*: pointer
    handleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
  VkExternalMemoryTensorCreateInfoARM_1124081334 = struct_VkExternalMemoryTensorCreateInfoARM_1124081333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21228:3
  struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081336 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorBufferTensorFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21230:16
    pNext*: pointer
    descriptorBufferTensorDescriptors*: VkBool32_1124073926
  VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081338 = struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081337 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21234:3
  struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081340 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorBufferTensorPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21236:16
    pNext*: pointer
    tensorCaptureReplayDescriptorDataSize*: csize_t
    tensorViewCaptureReplayDescriptorDataSize*: csize_t
    tensorDescriptorSize*: csize_t
  VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081342 = struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081341 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21242:3
  struct_VkDescriptorGetTensorInfoARM_1124081344 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DescriptorGetTensorInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21244:16
    pNext*: pointer
    tensorView*: VkTensorViewARM_1124081247
  VkDescriptorGetTensorInfoARM_1124081346 = struct_VkDescriptorGetTensorInfoARM_1124081345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21248:3
  struct_VkTensorCaptureDescriptorDataInfoARM_1124081348 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorCaptureDescriptorDataInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21250:16
    pNext*: pointer
    tensor*: VkTensorARM_1124081245
  VkTensorCaptureDescriptorDataInfoARM_1124081350 = struct_VkTensorCaptureDescriptorDataInfoARM_1124081349 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21254:3
  struct_VkTensorViewCaptureDescriptorDataInfoARM_1124081352 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TensorViewCaptureDescriptorDataInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21256:16
    pNext*: pointer
    tensorView*: VkTensorViewARM_1124081247
  VkTensorViewCaptureDescriptorDataInfoARM_1124081354 = struct_VkTensorViewCaptureDescriptorDataInfoARM_1124081353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21260:3
  struct_VkFrameBoundaryTensorsARM_1124081356 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FrameBoundaryTensorsARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21262:16
    pNext*: pointer
    tensorCount*: uint32
    pTensors*: ptr VkTensorARM_1124081245
  VkFrameBoundaryTensorsARM_1124081358 = struct_VkFrameBoundaryTensorsARM_1124081357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21267:3
  PFN_vkCreateTensorARM_1124081360 = proc (a0: VkDevice_1124073944;
      a1: ptr VkTensorCreateInfoARM_1124081271; a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkTensorARM_1124081245): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21269:30
  PFN_vkDestroyTensorARM_1124081362 = proc (a0: VkDevice_1124073944;
      a1: VkTensorARM_1124081245; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21270:26
  PFN_vkCreateTensorViewARM_1124081364 = proc (a0: VkDevice_1124073944;
      a1: ptr VkTensorViewCreateInfoARM_1124081275;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkTensorViewARM_1124081247): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21271:30
  PFN_vkDestroyTensorViewARM_1124081366 = proc (a0: VkDevice_1124073944;
      a1: VkTensorViewARM_1124081247; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21272:26
  PFN_vkGetTensorMemoryRequirementsARM_1124081368 = proc (a0: VkDevice_1124073944;
      a1: ptr VkTensorMemoryRequirementsInfoARM_1124081279;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21273:26
  PFN_vkBindTensorMemoryARM_1124081370 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkBindTensorMemoryInfoARM_1124081283): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21274:30
  PFN_vkGetDeviceTensorMemoryRequirementsARM_1124081372 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDeviceTensorMemoryRequirementsARM_1124081311;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21275:26
  PFN_vkCmdCopyTensorARM_1124081374 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyTensorInfoARM_1124081319): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21276:26
  PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM_1124081376 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceExternalTensorInfoARM_1124081327;
      a2: ptr VkExternalTensorPropertiesARM_1124081331): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21277:26
  PFN_vkGetTensorOpaqueCaptureDescriptorDataARM_1124081378 = proc (a0: VkDevice_1124073944;
      a1: ptr VkTensorCaptureDescriptorDataInfoARM_1124081351; a2: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21278:30
  PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM_1124081380 = proc (
      a0: VkDevice_1124073944; a1: ptr VkTensorViewCaptureDescriptorDataInfoARM_1124081355;
      a2: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21279:30
  struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081382 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderModuleIdentifierFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21367:16
    pNext*: pointer
    shaderModuleIdentifier*: VkBool32_1124073926
  VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081384 = struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081383 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21371:3
  struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081386 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderModuleIdentifierPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21373:16
    pNext*: pointer
    shaderModuleIdentifierAlgorithmUUID*: array[16'i64, uint8]
  VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081388 = struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081387 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21377:3
  struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081390 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineShaderStageModuleIdentifierCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21379:16
    pNext*: pointer
    identifierSize*: uint32
    pIdentifier*: ptr uint8
  VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081392 = struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081391 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21384:3
  struct_VkShaderModuleIdentifierEXT_1124081394 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ShaderModuleIdentifierEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21386:16
    pNext*: pointer
    identifierSize*: uint32
    identifier*: array[32'i64, uint8]
  VkShaderModuleIdentifierEXT_1124081396 = struct_VkShaderModuleIdentifierEXT_1124081395 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21391:3
  PFN_vkGetShaderModuleIdentifierEXT_1124081398 = proc (a0: VkDevice_1124073944;
      a1: VkShaderModule_1124073970; a2: ptr VkShaderModuleIdentifierEXT_1124081397): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21393:26
  PFN_vkGetShaderModuleCreateInfoIdentifierEXT_1124081400 = proc (a0: VkDevice_1124073944;
      a1: ptr VkShaderModuleCreateInfo_1124074699;
      a2: ptr VkShaderModuleIdentifierEXT_1124081397): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21394:26
  VkOpticalFlowSessionNV_1124081402 = ptr struct_VkOpticalFlowSessionNV_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21421:1
  VkOpticalFlowPerformanceLevelNV_1124081406 = enum_VkOpticalFlowPerformanceLevelNV_1124081405 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21431:3
  VkOpticalFlowSessionBindingPointNV_1124081410 = enum_VkOpticalFlowSessionBindingPointNV_1124081409 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21444:3
  VkOpticalFlowGridSizeFlagBitsNV_1124081414 = enum_VkOpticalFlowGridSizeFlagBitsNV_1124081413 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21453:3
  VkOpticalFlowGridSizeFlagsNV_1124081416 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21454:19
  VkOpticalFlowUsageFlagBitsNV_1124081420 = enum_VkOpticalFlowUsageFlagBitsNV_1124081419 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21464:3
  VkOpticalFlowUsageFlagsNV_1124081422 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21465:19
  VkOpticalFlowSessionCreateFlagBitsNV_1124081426 = enum_VkOpticalFlowSessionCreateFlagBitsNV_1124081425 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21474:3
  VkOpticalFlowSessionCreateFlagsNV_1124081428 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21475:19
  VkOpticalFlowExecuteFlagBitsNV_1124081432 = enum_VkOpticalFlowExecuteFlagBitsNV_1124081431 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21480:3
  VkOpticalFlowExecuteFlagsNV_1124081434 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21481:19
  struct_VkPhysicalDeviceOpticalFlowFeaturesNV_1124081436 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceOpticalFlowFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21482:16
    pNext*: pointer
    opticalFlow*: VkBool32_1124073926
  VkPhysicalDeviceOpticalFlowFeaturesNV_1124081438 = struct_VkPhysicalDeviceOpticalFlowFeaturesNV_1124081437 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21486:3
  struct_VkPhysicalDeviceOpticalFlowPropertiesNV_1124081440 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceOpticalFlowPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21488:16
    pNext*: pointer
    supportedOutputGridSizes*: VkOpticalFlowGridSizeFlagsNV_1124081417
    supportedHintGridSizes*: VkOpticalFlowGridSizeFlagsNV_1124081417
    hintSupported*: VkBool32_1124073926
    costSupported*: VkBool32_1124073926
    bidirectionalFlowSupported*: VkBool32_1124073926
    globalFlowSupported*: VkBool32_1124073926
    minWidth*: uint32
    minHeight*: uint32
    maxWidth*: uint32
    maxHeight*: uint32
    maxNumRegionsOfInterest*: uint32
  VkPhysicalDeviceOpticalFlowPropertiesNV_1124081442 = struct_VkPhysicalDeviceOpticalFlowPropertiesNV_1124081441 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21502:3
  struct_VkOpticalFlowImageFormatInfoNV_1124081444 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OpticalFlowImageFormatInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21504:16
    pNext*: pointer
    usage*: VkOpticalFlowUsageFlagsNV_1124081423
  VkOpticalFlowImageFormatInfoNV_1124081446 = struct_VkOpticalFlowImageFormatInfoNV_1124081445 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21508:3
  struct_VkOpticalFlowImageFormatPropertiesNV_1124081448 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OpticalFlowImageFormatPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21510:16
    pNext*: pointer
    format*: VkFormat_1124074023
  VkOpticalFlowImageFormatPropertiesNV_1124081450 = struct_VkOpticalFlowImageFormatPropertiesNV_1124081449 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21514:3
  struct_VkOpticalFlowSessionCreateInfoNV_1124081452 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OpticalFlowSessionCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21516:16
    pNext*: pointer
    width*: uint32
    height*: uint32
    imageFormat*: VkFormat_1124074023
    flowVectorFormat*: VkFormat_1124074023
    costFormat*: VkFormat_1124074023
    outputGridSize*: VkOpticalFlowGridSizeFlagsNV_1124081417
    hintGridSize*: VkOpticalFlowGridSizeFlagsNV_1124081417
    performanceLevel*: VkOpticalFlowPerformanceLevelNV_1124081407
    flags*: VkOpticalFlowSessionCreateFlagsNV_1124081429
  VkOpticalFlowSessionCreateInfoNV_1124081454 = struct_VkOpticalFlowSessionCreateInfoNV_1124081453 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21528:3
  struct_VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081456 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OpticalFlowSessionCreatePrivateDataInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21530:16
    pNext*: pointer
    id*: uint32
    size*: uint32
    pPrivateData*: pointer
  VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081458 = struct_VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081457 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21536:3
  struct_VkOpticalFlowExecuteInfoNV_1124081460 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OpticalFlowExecuteInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21538:16
    pNext*: pointer
    flags*: VkOpticalFlowExecuteFlagsNV_1124081435
    regionCount*: uint32
    pRegions*: ptr VkRect2D_1124074459
  VkOpticalFlowExecuteInfoNV_1124081462 = struct_VkOpticalFlowExecuteInfoNV_1124081461 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21544:3
  PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV_1124081464 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkOpticalFlowImageFormatInfoNV_1124081447;
      a2: ptr uint32; a3: ptr VkOpticalFlowImageFormatPropertiesNV_1124081451): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21546:30
  PFN_vkCreateOpticalFlowSessionNV_1124081466 = proc (a0: VkDevice_1124073944;
      a1: ptr VkOpticalFlowSessionCreateInfoNV_1124081455;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkOpticalFlowSessionNV_1124081403): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21547:30
  PFN_vkDestroyOpticalFlowSessionNV_1124081468 = proc (a0: VkDevice_1124073944;
      a1: VkOpticalFlowSessionNV_1124081403; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21548:26
  PFN_vkBindOpticalFlowSessionImageNV_1124081470 = proc (a0: VkDevice_1124073944;
      a1: VkOpticalFlowSessionNV_1124081403;
      a2: VkOpticalFlowSessionBindingPointNV_1124081411; a3: VkImageView_1124073958;
      a4: VkImageLayout_1124074003): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21549:30
  PFN_vkCmdOpticalFlowExecuteNV_1124081472 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkOpticalFlowSessionNV_1124081403; a2: ptr VkOpticalFlowExecuteInfoNV_1124081463): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21550:26
  struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081474 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLegacyDitheringFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21598:16
    pNext*: pointer
    legacyDithering*: VkBool32_1124073926
  VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081476 = struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081475 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21602:3
  VkPhysicalDevicePipelineProtectedAccessFeaturesEXT_1124081478 = VkPhysicalDevicePipelineProtectedAccessFeatures_1124076371 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21610:57
  VkAntiLagModeAMD_1124081482 = enum_VkAntiLagModeAMD_1124081481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21624:3
  VkAntiLagStageAMD_1124081486 = enum_VkAntiLagStageAMD_1124081485 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21630:3
  struct_VkPhysicalDeviceAntiLagFeaturesAMD_1124081488 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAntiLagFeaturesAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21631:16
    pNext*: pointer
    antiLag*: VkBool32_1124073926
  VkPhysicalDeviceAntiLagFeaturesAMD_1124081490 = struct_VkPhysicalDeviceAntiLagFeaturesAMD_1124081489 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21635:3
  struct_VkAntiLagPresentationInfoAMD_1124081492 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AntiLagPresentationInfoAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21637:16
    pNext*: pointer
    stage*: VkAntiLagStageAMD_1124081487
    frameIndex*: uint64
  VkAntiLagPresentationInfoAMD_1124081494 = struct_VkAntiLagPresentationInfoAMD_1124081493 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21642:3
  struct_VkAntiLagDataAMD_1124081496 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AntiLagDataAMD ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21644:16
    pNext*: pointer
    mode*: VkAntiLagModeAMD_1124081483
    maxFPS*: uint32
    pPresentationInfo*: ptr VkAntiLagPresentationInfoAMD_1124081495
  VkAntiLagDataAMD_1124081498 = struct_VkAntiLagDataAMD_1124081497 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21650:3
  PFN_vkAntiLagUpdateAMD_1124081500 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAntiLagDataAMD_1124081499): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21652:26
  VkShaderEXT_1124081502 = ptr struct_VkShaderEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21665:1
  VkShaderCodeTypeEXT_1124081506 = enum_VkShaderCodeTypeEXT_1124081505 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21673:3
  VkDepthClampModeEXT_1124081510 = enum_VkDepthClampModeEXT_1124081509 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21679:3
  VkShaderCreateFlagBitsEXT_1124081514 = enum_VkShaderCreateFlagBitsEXT_1124081513 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21692:3
  VkShaderCreateFlagsEXT_1124081516 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21693:17
  struct_VkPhysicalDeviceShaderObjectFeaturesEXT_1124081518 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderObjectFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21694:16
    pNext*: pointer
    shaderObject*: VkBool32_1124073926
  VkPhysicalDeviceShaderObjectFeaturesEXT_1124081520 = struct_VkPhysicalDeviceShaderObjectFeaturesEXT_1124081519 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21698:3
  struct_VkPhysicalDeviceShaderObjectPropertiesEXT_1124081522 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderObjectPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21700:16
    pNext*: pointer
    shaderBinaryUUID*: array[16'i64, uint8]
    shaderBinaryVersion*: uint32
  VkPhysicalDeviceShaderObjectPropertiesEXT_1124081524 = struct_VkPhysicalDeviceShaderObjectPropertiesEXT_1124081523 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21705:3
  struct_VkShaderCreateInfoEXT_1124081526 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ShaderCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21707:16
    pNext*: pointer
    flags*: VkShaderCreateFlagsEXT_1124081517
    stage*: VkShaderStageFlagBits_1124074343
    nextStage*: VkShaderStageFlags_1124074351
    codeType*: VkShaderCodeTypeEXT_1124081507
    codeSize*: csize_t
    pCode*: pointer
    pName*: cstring
    setLayoutCount*: uint32
    pSetLayouts*: ptr VkDescriptorSetLayout_1124073985
    pushConstantRangeCount*: uint32
    pPushConstantRanges*: ptr VkPushConstantRange_1124074723
    pSpecializationInfo*: ptr VkSpecializationInfo_1124074711
  VkShaderCreateInfoEXT_1124081528 = struct_VkShaderCreateInfoEXT_1124081527 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21722:3
  VkShaderRequiredSubgroupSizeCreateInfoEXT_1124081530 = VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076049 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21724:61
  struct_VkDepthClampRangeEXT_1124081532 {.pure, inheritable, bycopy.} = object
    minDepthClamp*: cfloat   ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21726:16
    maxDepthClamp*: cfloat
  VkDepthClampRangeEXT_1124081534 = struct_VkDepthClampRangeEXT_1124081533 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21729:3
  PFN_vkCreateShadersEXT_1124081536 = proc (a0: VkDevice_1124073944; a1: uint32;
      a2: ptr VkShaderCreateInfoEXT_1124081529; a3: ptr VkAllocationCallbacks_1124074499;
      a4: ptr VkShaderEXT_1124081503): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21731:30
  PFN_vkDestroyShaderEXT_1124081538 = proc (a0: VkDevice_1124073944;
      a1: VkShaderEXT_1124081503; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21732:26
  PFN_vkGetShaderBinaryDataEXT_1124081540 = proc (a0: VkDevice_1124073944;
      a1: VkShaderEXT_1124081503; a2: ptr csize_t; a3: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21733:30
  PFN_vkCmdBindShadersEXT_1124081542 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: ptr VkShaderStageFlagBits_1124074343; a3: ptr VkShaderEXT_1124081503): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21734:26
  PFN_vkCmdSetDepthClampRangeEXT_1124081544 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDepthClampModeEXT_1124081511; a2: ptr VkDepthClampRangeEXT_1124081535): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21735:26
  struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081546 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTilePropertiesFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21783:16
    pNext*: pointer
    tileProperties*: VkBool32_1124073926
  VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081548 = struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081547 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21787:3
  struct_VkTilePropertiesQCOM_1124081550 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TilePropertiesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21789:16
    pNext*: pointer
    tileSize*: VkExtent3D_1124074447
    apronSize*: VkExtent2D_1124074443
    origin*: VkOffset2D_1124074451
  VkTilePropertiesQCOM_1124081552 = struct_VkTilePropertiesQCOM_1124081551 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21795:3
  PFN_vkGetFramebufferTilePropertiesQCOM_1124081554 = proc (a0: VkDevice_1124073944;
      a1: VkFramebuffer_1124073964; a2: ptr uint32; a3: ptr VkTilePropertiesQCOM_1124081553): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21797:30
  PFN_vkGetDynamicRenderingTilePropertiesQCOM_1124081556 = proc (a0: VkDevice_1124073944;
      a1: ptr VkRenderingInfo_1124076101; a2: ptr VkTilePropertiesQCOM_1124081553): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21798:30
  struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081558 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAmigoProfilingFeaturesSEC ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21822:16
    pNext*: pointer
    amigoProfiling*: VkBool32_1124073926
  VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081560 = struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081559 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21826:3
  struct_VkAmigoProfilingSubmitInfoSEC_1124081562 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AmigoProfilingSubmitInfoSEC ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21828:16
    pNext*: pointer
    firstDrawTimestamp*: uint64
    swapBufferTimestamp*: uint64
  VkAmigoProfilingSubmitInfoSEC_1124081564 = struct_VkAmigoProfilingSubmitInfoSEC_1124081563 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21833:3
  struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081566 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21841:16
    pNext*: pointer
    multiviewPerViewViewports*: VkBool32_1124073926
  VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081568 = struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081567 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21845:3
  VkRayTracingInvocationReorderModeEXT_1124081572 = enum_VkRayTracingInvocationReorderModeEXT_1124081571 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21860:3
  VkRayTracingInvocationReorderModeNV_1124081574 = VkRayTracingInvocationReorderModeEXT_1124081573 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21861:46
  struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081576 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingInvocationReorderPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21863:16
    pNext*: pointer
    rayTracingInvocationReorderReorderingHint*: VkRayTracingInvocationReorderModeEXT_1124081573
  VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081578 = struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081577 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21867:3
  struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081580 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingInvocationReorderFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21869:16
    pNext*: pointer
    rayTracingInvocationReorder*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081582 = struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081581 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21873:3
  VkCooperativeVectorMatrixLayoutNV_1124081586 = enum_VkCooperativeVectorMatrixLayoutNV_1124081585 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21888:3
  struct_VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081588 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeVectorPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21889:16
    pNext*: pointer
    cooperativeVectorSupportedStages*: VkShaderStageFlags_1124074351
    cooperativeVectorTrainingFloat16Accumulation*: VkBool32_1124073926
    cooperativeVectorTrainingFloat32Accumulation*: VkBool32_1124073926
    maxCooperativeVectorComponents*: uint32
  VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081590 = struct_VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081589 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21896:3
  struct_VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081592 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeVectorFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21898:16
    pNext*: pointer
    cooperativeVector*: VkBool32_1124073926
    cooperativeVectorTraining*: VkBool32_1124073926
  VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081594 = struct_VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081593 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21903:3
  struct_VkCooperativeVectorPropertiesNV_1124081596 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CooperativeVectorPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21905:16
    pNext*: pointer
    inputType*: VkComponentTypeKHR_1124078167
    inputInterpretation*: VkComponentTypeKHR_1124078167
    matrixInterpretation*: VkComponentTypeKHR_1124078167
    biasInterpretation*: VkComponentTypeKHR_1124078167
    resultType*: VkComponentTypeKHR_1124078167
    transpose*: VkBool32_1124073926
  VkCooperativeVectorPropertiesNV_1124081598 = struct_VkCooperativeVectorPropertiesNV_1124081597 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21914:3
  struct_VkConvertCooperativeVectorMatrixInfoNV_1124081600 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ConvertCooperativeVectorMatrixInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21916:16
    pNext*: pointer
    srcSize*: csize_t
    srcData*: VkDeviceOrHostAddressConstKHR_1124080393
    pDstSize*: ptr csize_t
    dstData*: VkDeviceOrHostAddressKHR_1124080815
    srcComponentType*: VkComponentTypeKHR_1124078167
    dstComponentType*: VkComponentTypeKHR_1124078167
    numRows*: uint32
    numColumns*: uint32
    srcLayout*: VkCooperativeVectorMatrixLayoutNV_1124081587
    srcStride*: csize_t
    dstLayout*: VkCooperativeVectorMatrixLayoutNV_1124081587
    dstStride*: csize_t
  VkConvertCooperativeVectorMatrixInfoNV_1124081602 = struct_VkConvertCooperativeVectorMatrixInfoNV_1124081601 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21931:3
  PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV_1124081604 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkCooperativeVectorPropertiesNV_1124081599): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21933:30
  PFN_vkConvertCooperativeVectorMatrixNV_1124081606 = proc (a0: VkDevice_1124073944;
      a1: ptr VkConvertCooperativeVectorMatrixInfoNV_1124081603): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21934:30
  PFN_vkCmdConvertCooperativeVectorMatrixNV_1124081608 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32;
      a2: ptr VkConvertCooperativeVectorMatrixInfoNV_1124081603): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21935:26
  struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081610 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExtendedSparseAddressSpaceFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21964:16
    pNext*: pointer
    extendedSparseAddressSpace*: VkBool32_1124073926
  VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081612 = struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081611 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21968:3
  struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081614 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExtendedSparseAddressSpacePropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21970:16
    pNext*: pointer
    extendedSparseAddressSpaceSize*: VkDeviceSize_1124073930
    extendedSparseImageUsageFlags*: VkImageUsageFlags_1124074175
    extendedSparseBufferUsageFlags*: VkBufferUsageFlags_1124074269
  VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081616 = struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081615 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21976:3
  struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081618 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLegacyVertexAttributesFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21990:16
    pNext*: pointer
    legacyVertexAttributes*: VkBool32_1124073926
  VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081620 = struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081619 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21994:3
  struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081622 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLegacyVertexAttributesPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21996:16
    pNext*: pointer
    nativeUnalignedPerformance*: VkBool32_1124073926
  VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081624 = struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081623 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22000:3
  VkLayerSettingTypeEXT_1124081628 = enum_VkLayerSettingTypeEXT_1124081627 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22019:3
  struct_VkLayerSettingEXT_1124081630 {.pure, inheritable, bycopy.} = object
    pLayerName*: cstring     ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22020:16
    pSettingName*: cstring
    type_field*: VkLayerSettingTypeEXT_1124081629
    valueCount*: uint32
    pValues*: pointer
  VkLayerSettingEXT_1124081632 = struct_VkLayerSettingEXT_1124081631 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22026:3
  struct_VkLayerSettingsCreateInfoEXT_1124081634 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_LayerSettingsCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22028:16
    pNext*: pointer
    settingCount*: uint32
    pSettings*: ptr VkLayerSettingEXT_1124081633
  VkLayerSettingsCreateInfoEXT_1124081636 = struct_VkLayerSettingsCreateInfoEXT_1124081635 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22033:3
  struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081638 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderCoreBuiltinsFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22041:16
    pNext*: pointer
    shaderCoreBuiltins*: VkBool32_1124073926
  VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081640 = struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081639 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22045:3
  struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081642 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderCoreBuiltinsPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22047:16
    pNext*: pointer
    shaderCoreMask*: uint64
    shaderCoreCount*: uint32
    shaderWarpsPerCore*: uint32
  VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081644 = struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081643 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22053:3
  struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081646 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22061:16
    pNext*: pointer
    pipelineLibraryGroupHandles*: VkBool32_1124073926
  VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081648 = struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081647 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22065:3
  struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081650 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22073:16
    pNext*: pointer
    dynamicRenderingUnusedAttachments*: VkBool32_1124073926
  VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081652 = struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081651 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22077:3
  VkLatencyMarkerNV_1124081656 = enum_VkLatencyMarkerNV_1124081655 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22100:3
  VkOutOfBandQueueTypeNV_1124081660 = enum_VkOutOfBandQueueTypeNV_1124081659 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22106:3
  struct_VkLatencySleepModeInfoNV_1124081662 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_LatencySleepModeInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22107:16
    pNext*: pointer
    lowLatencyMode*: VkBool32_1124073926
    lowLatencyBoost*: VkBool32_1124073926
    minimumIntervalUs*: uint32
  VkLatencySleepModeInfoNV_1124081664 = struct_VkLatencySleepModeInfoNV_1124081663 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22113:3
  struct_VkLatencySleepInfoNV_1124081666 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_LatencySleepInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22115:16
    pNext*: pointer
    signalSemaphore*: VkSemaphore_1124073948
    value*: uint64
  VkLatencySleepInfoNV_1124081668 = struct_VkLatencySleepInfoNV_1124081667 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22120:3
  struct_VkSetLatencyMarkerInfoNV_1124081670 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SetLatencyMarkerInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22122:16
    pNext*: pointer
    presentID*: uint64
    marker*: VkLatencyMarkerNV_1124081657
  VkSetLatencyMarkerInfoNV_1124081672 = struct_VkSetLatencyMarkerInfoNV_1124081671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22127:3
  struct_VkLatencyTimingsFrameReportNV_1124081674 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_LatencyTimingsFrameReportNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22129:16
    pNext*: pointer
    presentID*: uint64
    inputSampleTimeUs*: uint64
    simStartTimeUs*: uint64
    simEndTimeUs*: uint64
    renderSubmitStartTimeUs*: uint64
    renderSubmitEndTimeUs*: uint64
    presentStartTimeUs*: uint64
    presentEndTimeUs*: uint64
    driverStartTimeUs*: uint64
    driverEndTimeUs*: uint64
    osRenderQueueStartTimeUs*: uint64
    osRenderQueueEndTimeUs*: uint64
    gpuRenderStartTimeUs*: uint64
    gpuRenderEndTimeUs*: uint64
  VkLatencyTimingsFrameReportNV_1124081676 = struct_VkLatencyTimingsFrameReportNV_1124081675 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22146:3
  struct_VkGetLatencyMarkerInfoNV_1124081678 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GetLatencyMarkerInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22148:16
    pNext*: pointer
    timingCount*: uint32
    pTimings*: ptr VkLatencyTimingsFrameReportNV_1124081677
  VkGetLatencyMarkerInfoNV_1124081680 = struct_VkGetLatencyMarkerInfoNV_1124081679 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22153:3
  struct_VkLatencySubmissionPresentIdNV_1124081682 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_LatencySubmissionPresentIdNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22155:16
    pNext*: pointer
    presentID*: uint64
  VkLatencySubmissionPresentIdNV_1124081684 = struct_VkLatencySubmissionPresentIdNV_1124081683 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22159:3
  struct_VkSwapchainLatencyCreateInfoNV_1124081686 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SwapchainLatencyCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22161:16
    pNext*: pointer
    latencyModeEnable*: VkBool32_1124073926
  VkSwapchainLatencyCreateInfoNV_1124081688 = struct_VkSwapchainLatencyCreateInfoNV_1124081687 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22165:3
  struct_VkOutOfBandQueueTypeInfoNV_1124081690 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_OutOfBandQueueTypeInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22167:16
    pNext*: pointer
    queueType*: VkOutOfBandQueueTypeNV_1124081661
  VkOutOfBandQueueTypeInfoNV_1124081692 = struct_VkOutOfBandQueueTypeInfoNV_1124081691 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22171:3
  struct_VkLatencySurfaceCapabilitiesNV_1124081694 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_LatencySurfaceCapabilitiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22173:16
    pNext*: pointer
    presentModeCount*: uint32
    pPresentModes*: ptr VkPresentModeKHR_1124076471
  VkLatencySurfaceCapabilitiesNV_1124081696 = struct_VkLatencySurfaceCapabilitiesNV_1124081695 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22178:3
  PFN_vkSetLatencySleepModeNV_1124081698 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkLatencySleepModeInfoNV_1124081665): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22180:30
  PFN_vkLatencySleepNV_1124081700 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkLatencySleepInfoNV_1124081669): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22181:30
  PFN_vkSetLatencyMarkerNV_1124081702 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkSetLatencyMarkerInfoNV_1124081673): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22182:26
  PFN_vkGetLatencyTimingsNV_1124081704 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507; a2: ptr VkGetLatencyMarkerInfoNV_1124081681): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22183:26
  PFN_vkQueueNotifyOutOfBandNV_1124081706 = proc (a0: VkQueue_1124073946;
      a1: ptr VkOutOfBandQueueTypeInfoNV_1124081693): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22184:26
  VkDataGraphPipelineSessionARM_1124081708 = ptr struct_VkDataGraphPipelineSessionARM_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22225:1
  VkDataGraphPipelineSessionBindPointARM_1124081712 = enum_VkDataGraphPipelineSessionBindPointARM_1124081711 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22233:3
  VkDataGraphPipelineSessionBindPointTypeARM_1124081716 = enum_VkDataGraphPipelineSessionBindPointTypeARM_1124081715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22238:3
  VkDataGraphPipelinePropertyARM_1124081720 = enum_VkDataGraphPipelinePropertyARM_1124081719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22244:3
  VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081724 = enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22251:3
  VkPhysicalDeviceDataGraphOperationTypeARM_1124081728 = enum_VkPhysicalDeviceDataGraphOperationTypeARM_1124081727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22258:3
  VkDataGraphPipelineSessionCreateFlagsARM_1124081730 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22259:19
  VkDataGraphPipelineSessionCreateFlagBitsARM_1124081732 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22262:19
  VkDataGraphPipelineDispatchFlagsARM_1124081734 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22265:19
  VkDataGraphPipelineDispatchFlagBitsARM_1124081736 = VkFlags64_1124075861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22268:19
  struct_VkPhysicalDeviceDataGraphFeaturesARM_1124081738 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDataGraphFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22270:16
    pNext*: pointer
    dataGraph*: VkBool32_1124073926
    dataGraphUpdateAfterBind*: VkBool32_1124073926
    dataGraphSpecializationConstants*: VkBool32_1124073926
    dataGraphDescriptorBuffer*: VkBool32_1124073926
    dataGraphShaderModule*: VkBool32_1124073926
  VkPhysicalDeviceDataGraphFeaturesARM_1124081740 = struct_VkPhysicalDeviceDataGraphFeaturesARM_1124081739 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22278:3
  struct_VkDataGraphPipelineConstantARM_1124081742 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineConstantARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22280:16
    pNext*: pointer
    id*: uint32
    pConstantData*: pointer
  VkDataGraphPipelineConstantARM_1124081744 = struct_VkDataGraphPipelineConstantARM_1124081743 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22285:3
  struct_VkDataGraphPipelineResourceInfoARM_1124081746 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineResourceInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22287:16
    pNext*: pointer
    descriptorSet*: uint32
    binding*: uint32
    arrayElement*: uint32
  VkDataGraphPipelineResourceInfoARM_1124081748 = struct_VkDataGraphPipelineResourceInfoARM_1124081747 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22293:3
  struct_VkDataGraphPipelineCompilerControlCreateInfoARM_1124081750 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineCompilerControlCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22295:16
    pNext*: pointer
    pVendorOptions*: cstring
  VkDataGraphPipelineCompilerControlCreateInfoARM_1124081752 = struct_VkDataGraphPipelineCompilerControlCreateInfoARM_1124081751 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22299:3
  struct_VkDataGraphPipelineCreateInfoARM_1124081754 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22301:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags2KHR_1124077993
    layout*: VkPipelineLayout_1124073981
    resourceInfoCount*: uint32
    pResourceInfos*: ptr VkDataGraphPipelineResourceInfoARM_1124081749
  VkDataGraphPipelineCreateInfoARM_1124081756 = struct_VkDataGraphPipelineCreateInfoARM_1124081755 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22308:3
  struct_VkDataGraphPipelineShaderModuleCreateInfoARM_1124081758 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineShaderModuleCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22310:16
    pNext*: pointer
    module*: VkShaderModule_1124073970
    pName*: cstring
    pSpecializationInfo*: ptr VkSpecializationInfo_1124074711
    constantCount*: uint32
    pConstants*: ptr VkDataGraphPipelineConstantARM_1124081745
  VkDataGraphPipelineShaderModuleCreateInfoARM_1124081760 = struct_VkDataGraphPipelineShaderModuleCreateInfoARM_1124081759 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22318:3
  struct_VkDataGraphPipelineSessionCreateInfoARM_1124081762 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineSessionCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22320:16
    pNext*: pointer
    flags*: VkDataGraphPipelineSessionCreateFlagsARM_1124081731
    dataGraphPipeline*: VkPipeline_1124073983
  VkDataGraphPipelineSessionCreateInfoARM_1124081764 = struct_VkDataGraphPipelineSessionCreateInfoARM_1124081763 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22325:3
  struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081766 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineSessionBindPointRequirementsInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22327:16
    pNext*: pointer
    session*: VkDataGraphPipelineSessionARM_1124081709
  VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081768 = struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081767 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22331:3
  struct_VkDataGraphPipelineSessionBindPointRequirementARM_1124081770 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineSessionBindPointRequirementARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22333:16
    pNext*: pointer
    bindPoint*: VkDataGraphPipelineSessionBindPointARM_1124081713
    bindPointType*: VkDataGraphPipelineSessionBindPointTypeARM_1124081717
    numObjects*: uint32
  VkDataGraphPipelineSessionBindPointRequirementARM_1124081772 = struct_VkDataGraphPipelineSessionBindPointRequirementARM_1124081771 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22339:3
  struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081774 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineSessionMemoryRequirementsInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22341:16
    pNext*: pointer
    session*: VkDataGraphPipelineSessionARM_1124081709
    bindPoint*: VkDataGraphPipelineSessionBindPointARM_1124081713
    objectIndex*: uint32
  VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081776 = struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081775 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22347:3
  struct_VkBindDataGraphPipelineSessionMemoryInfoARM_1124081778 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BindDataGraphPipelineSessionMemoryInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22349:16
    pNext*: pointer
    session*: VkDataGraphPipelineSessionARM_1124081709
    bindPoint*: VkDataGraphPipelineSessionBindPointARM_1124081713
    objectIndex*: uint32
    memory*: VkDeviceMemory_1124073954
    memoryOffset*: VkDeviceSize_1124073930
  VkBindDataGraphPipelineSessionMemoryInfoARM_1124081780 = struct_VkBindDataGraphPipelineSessionMemoryInfoARM_1124081779 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22357:3
  struct_VkDataGraphPipelineInfoARM_1124081782 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22359:16
    pNext*: pointer
    dataGraphPipeline*: VkPipeline_1124073983
  VkDataGraphPipelineInfoARM_1124081784 = struct_VkDataGraphPipelineInfoARM_1124081783 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22363:3
  struct_VkDataGraphPipelinePropertyQueryResultARM_1124081786 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelinePropertyQueryResultARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22365:16
    pNext*: pointer
    property*: VkDataGraphPipelinePropertyARM_1124081721
    isText*: VkBool32_1124073926
    dataSize*: csize_t
    pData*: pointer
  VkDataGraphPipelinePropertyQueryResultARM_1124081788 = struct_VkDataGraphPipelinePropertyQueryResultARM_1124081787 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22372:3
  struct_VkDataGraphPipelineIdentifierCreateInfoARM_1124081790 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineIdentifierCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22374:16
    pNext*: pointer
    identifierSize*: uint32
    pIdentifier*: ptr uint8
  VkDataGraphPipelineIdentifierCreateInfoARM_1124081792 = struct_VkDataGraphPipelineIdentifierCreateInfoARM_1124081791 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22379:3
  struct_VkDataGraphPipelineDispatchInfoARM_1124081794 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineDispatchInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22381:16
    pNext*: pointer
    flags*: VkDataGraphPipelineDispatchFlagsARM_1124081735
  VkDataGraphPipelineDispatchInfoARM_1124081796 = struct_VkDataGraphPipelineDispatchInfoARM_1124081795 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22385:3
  struct_VkPhysicalDeviceDataGraphProcessingEngineARM_1124081798 {.pure,       inheritable, bycopy.} = object
    type_field*: VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081725 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22387:16
    isForeign*: VkBool32_1124073926
  VkPhysicalDeviceDataGraphProcessingEngineARM_1124081800 = struct_VkPhysicalDeviceDataGraphProcessingEngineARM_1124081799 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22390:3
  struct_VkPhysicalDeviceDataGraphOperationSupportARM_1124081802 {.pure,       inheritable, bycopy.} = object
    operationType*: VkPhysicalDeviceDataGraphOperationTypeARM_1124081729 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22392:16
    name*: array[128'i64, cschar]
    version*: uint32
  VkPhysicalDeviceDataGraphOperationSupportARM_1124081804 = struct_VkPhysicalDeviceDataGraphOperationSupportARM_1124081803 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22396:3
  struct_VkQueueFamilyDataGraphPropertiesARM_1124081806 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyDataGraphPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22398:16
    pNext*: pointer
    engine*: VkPhysicalDeviceDataGraphProcessingEngineARM_1124081801
    operation*: VkPhysicalDeviceDataGraphOperationSupportARM_1124081805
  VkQueueFamilyDataGraphPropertiesARM_1124081808 = struct_VkQueueFamilyDataGraphPropertiesARM_1124081807 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22403:3
  struct_VkDataGraphProcessingEngineCreateInfoARM_1124081810 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphProcessingEngineCreateInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22405:16
    pNext*: pointer
    processingEngineCount*: uint32
    pProcessingEngines*: ptr VkPhysicalDeviceDataGraphProcessingEngineARM_1124081801
  VkDataGraphProcessingEngineCreateInfoARM_1124081812 = struct_VkDataGraphProcessingEngineCreateInfoARM_1124081811 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22410:3
  struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081814 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22412:16
    pNext*: pointer
    queueFamilyIndex*: uint32
    engineType*: VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081725
  VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081816 = struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081815 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22417:3
  struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081818 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_QueueFamilyDataGraphProcessingEnginePropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22419:16
    pNext*: pointer
    foreignSemaphoreHandleTypes*: VkExternalSemaphoreHandleTypeFlags_1124075249
    foreignMemoryHandleTypes*: VkExternalMemoryHandleTypeFlags_1124075213
  VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081820 = struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081819 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22424:3
  struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081822 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22426:16
    pNext*: pointer
    dimension*: uint32
    zeroCount*: uint32
    groupSize*: uint32
  VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081824 = struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081823 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22432:3
  PFN_vkCreateDataGraphPipelinesARM_1124081826 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691; a2: VkPipelineCache_1124073972;
      a3: uint32; a4: ptr VkDataGraphPipelineCreateInfoARM_1124081757;
      a5: ptr VkAllocationCallbacks_1124074499; a6: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22434:30
  PFN_vkCreateDataGraphPipelineSessionARM_1124081828 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDataGraphPipelineSessionCreateInfoARM_1124081765;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkDataGraphPipelineSessionARM_1124081709): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22435:30
  PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM_1124081830 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081769;
      a2: ptr uint32; a3: ptr VkDataGraphPipelineSessionBindPointRequirementARM_1124081773): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22436:30
  PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM_1124081832 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081777;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22437:26
  PFN_vkBindDataGraphPipelineSessionMemoryARM_1124081834 = proc (a0: VkDevice_1124073944;
      a1: uint32; a2: ptr VkBindDataGraphPipelineSessionMemoryInfoARM_1124081781): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22438:30
  PFN_vkDestroyDataGraphPipelineSessionARM_1124081836 = proc (a0: VkDevice_1124073944;
      a1: VkDataGraphPipelineSessionARM_1124081709;
      a2: ptr VkAllocationCallbacks_1124074499): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22439:26
  PFN_vkCmdDispatchDataGraphARM_1124081838 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDataGraphPipelineSessionARM_1124081709;
      a2: ptr VkDataGraphPipelineDispatchInfoARM_1124081797): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22440:26
  PFN_vkGetDataGraphPipelineAvailablePropertiesARM_1124081840 = proc (
      a0: VkDevice_1124073944; a1: ptr VkDataGraphPipelineInfoARM_1124081785;
      a2: ptr uint32; a3: ptr VkDataGraphPipelinePropertyARM_1124081721): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22441:30
  PFN_vkGetDataGraphPipelinePropertiesARM_1124081842 = proc (a0: VkDevice_1124073944;
      a1: ptr VkDataGraphPipelineInfoARM_1124081785; a2: uint32;
      a3: ptr VkDataGraphPipelinePropertyQueryResultARM_1124081789): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22442:30
  PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM_1124081844 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32; a2: ptr uint32;
      a3: ptr VkQueueFamilyDataGraphPropertiesARM_1124081809): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22443:30
  PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081846 = proc (
      a0: VkPhysicalDevice_1124073942;
      a1: ptr VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081817;
      a2: ptr VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081821): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22444:26
  struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081848 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22539:16
    pNext*: pointer
    multiviewPerViewRenderAreas*: VkBool32_1124073926
  VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081850 = struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081849 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22543:3
  struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081852 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MultiviewPerViewRenderAreasRenderPassBeginInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22545:16
    pNext*: pointer
    perViewRenderAreaCount*: uint32
    pPerViewRenderAreas*: ptr VkRect2D_1124074459
  VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081854 = struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081853 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22550:3
  struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081856 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePerStageDescriptorSetFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22558:16
    pNext*: pointer
    perStageDescriptorSet*: VkBool32_1124073926
    dynamicPipelineLayout*: VkBool32_1124073926
  VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081858 = struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081857 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22563:3
  VkBlockMatchWindowCompareModeQCOM_1124081862 = enum_VkBlockMatchWindowCompareModeQCOM_1124081861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22576:3
  struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081864 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageProcessing2FeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22577:16
    pNext*: pointer
    textureBlockMatch2*: VkBool32_1124073926
  VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081866 = struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081865 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22581:3
  struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081868 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageProcessing2PropertiesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22583:16
    pNext*: pointer
    maxBlockMatchWindow*: VkExtent2D_1124074443
  VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081870 = struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081869 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22587:3
  struct_VkSamplerBlockMatchWindowCreateInfoQCOM_1124081872 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerBlockMatchWindowCreateInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22589:16
    pNext*: pointer
    windowExtent*: VkExtent2D_1124074443
    windowCompareMode*: VkBlockMatchWindowCompareModeQCOM_1124081863
  VkSamplerBlockMatchWindowCreateInfoQCOM_1124081874 = struct_VkSamplerBlockMatchWindowCreateInfoQCOM_1124081873 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22594:3
  VkCubicFilterWeightsQCOM_1124081878 = enum_VkCubicFilterWeightsQCOM_1124081877 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22609:3
  struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081880 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCubicWeightsFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22610:16
    pNext*: pointer
    selectableCubicWeights*: VkBool32_1124073926
  VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081882 = struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081881 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22614:3
  struct_VkSamplerCubicWeightsCreateInfoQCOM_1124081884 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerCubicWeightsCreateInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22616:16
    pNext*: pointer
    cubicWeights*: VkCubicFilterWeightsQCOM_1124081879
  VkSamplerCubicWeightsCreateInfoQCOM_1124081886 = struct_VkSamplerCubicWeightsCreateInfoQCOM_1124081885 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22620:3
  struct_VkBlitImageCubicWeightsInfoQCOM_1124081888 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BlitImageCubicWeightsInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22622:16
    pNext*: pointer
    cubicWeights*: VkCubicFilterWeightsQCOM_1124081879
  VkBlitImageCubicWeightsInfoQCOM_1124081890 = struct_VkBlitImageCubicWeightsInfoQCOM_1124081889 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22626:3
  struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081892 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceYcbcrDegammaFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22634:16
    pNext*: pointer
    ycbcrDegamma*: VkBool32_1124073926
  VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081894 = struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081893 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22638:3
  struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081896 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22640:16
    pNext*: pointer
    enableYDegamma*: VkBool32_1124073926
    enableCbCrDegamma*: VkBool32_1124073926
  VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081898 = struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081897 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22645:3
  struct_VkPhysicalDeviceCubicClampFeaturesQCOM_1124081900 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCubicClampFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22653:16
    pNext*: pointer
    cubicRangeClamp*: VkBool32_1124073926
  VkPhysicalDeviceCubicClampFeaturesQCOM_1124081902 = struct_VkPhysicalDeviceCubicClampFeaturesQCOM_1124081901 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22657:3
  struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081904 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22665:16
    pNext*: pointer
    attachmentFeedbackLoopDynamicState*: VkBool32_1124073926
  VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081906 = struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081905 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22669:3
  PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT_1124081908 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkImageAspectFlags_1124074151): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22671:26
  VkLayeredDriverUnderlyingApiMSFT_1124081912 = enum_VkLayeredDriverUnderlyingApiMSFT_1124081911 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22691:3
  struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081914 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceLayeredDriverPropertiesMSFT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22692:16
    pNext*: pointer
    underlyingAPI*: VkLayeredDriverUnderlyingApiMSFT_1124081913
  VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081916 = struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081915 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22696:3
  struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081918 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDescriptorPoolOverallocationFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22704:16
    pNext*: pointer
    descriptorPoolOverallocation*: VkBool32_1124073926
  VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081920 = struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081919 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22708:3
  struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081922 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTileMemoryHeapFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22716:16
    pNext*: pointer
    tileMemoryHeap*: VkBool32_1124073926
  VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081924 = struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081923 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22720:3
  struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081926 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceTileMemoryHeapPropertiesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22722:16
    pNext*: pointer
    queueSubmitBoundary*: VkBool32_1124073926
    tileBufferTransfers*: VkBool32_1124073926
  VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081928 = struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081927 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22727:3
  struct_VkTileMemoryRequirementsQCOM_1124081930 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TileMemoryRequirementsQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22729:16
    pNext*: pointer
    size*: VkDeviceSize_1124073930
    alignment*: VkDeviceSize_1124073930
  VkTileMemoryRequirementsQCOM_1124081932 = struct_VkTileMemoryRequirementsQCOM_1124081931 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22734:3
  struct_VkTileMemoryBindInfoQCOM_1124081934 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TileMemoryBindInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22736:16
    pNext*: pointer
    memory*: VkDeviceMemory_1124073954
  VkTileMemoryBindInfoQCOM_1124081936 = struct_VkTileMemoryBindInfoQCOM_1124081935 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22740:3
  struct_VkTileMemorySizeInfoQCOM_1124081938 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_TileMemorySizeInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22742:16
    pNext*: pointer
    size*: VkDeviceSize_1124073930
  VkTileMemorySizeInfoQCOM_1124081940 = struct_VkTileMemorySizeInfoQCOM_1124081939 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22746:3
  PFN_vkCmdBindTileMemoryQCOM_1124081942 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkTileMemoryBindInfoQCOM_1124081937): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22748:26
  struct_VkDecompressMemoryRegionEXT_1124081944 {.pure, inheritable, bycopy.} = object
    srcAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22763:16
    dstAddress*: VkDeviceAddress_1124073928
    compressedSize*: VkDeviceSize_1124073930
    decompressedSize*: VkDeviceSize_1124073930
  VkDecompressMemoryRegionEXT_1124081946 = struct_VkDecompressMemoryRegionEXT_1124081945 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22768:3
  struct_VkDecompressMemoryInfoEXT_1124081948 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DecompressMemoryInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22770:16
    pNext*: pointer
    decompressionMethod*: VkMemoryDecompressionMethodFlagsEXT_1124081025
    regionCount*: uint32
    pRegions*: ptr VkDecompressMemoryRegionEXT_1124081947
  VkDecompressMemoryInfoEXT_1124081950 = struct_VkDecompressMemoryInfoEXT_1124081949 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22776:3
  PFN_vkCmdDecompressMemoryEXT_1124081952 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkDecompressMemoryInfoEXT_1124081951): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22778:26
  PFN_vkCmdDecompressMemoryIndirectCountEXT_1124081954 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkMemoryDecompressionMethodFlagsEXT_1124081025;
      a2: VkDeviceAddress_1124073928; a3: VkDeviceAddress_1124073928;
      a4: uint32; a5: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22779:26
  VkDisplaySurfaceStereoTypeNV_1124081958 = enum_VkDisplaySurfaceStereoTypeNV_1124081957 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22811:3
  struct_VkDisplaySurfaceStereoCreateInfoNV_1124081960 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplaySurfaceStereoCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22812:16
    pNext*: pointer
    stereoType*: VkDisplaySurfaceStereoTypeNV_1124081959
  VkDisplaySurfaceStereoCreateInfoNV_1124081962 = struct_VkDisplaySurfaceStereoCreateInfoNV_1124081961 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22816:3
  struct_VkDisplayModeStereoPropertiesNV_1124081964 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DisplayModeStereoPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22818:16
    pNext*: pointer
    hdmi3DSupported*: VkBool32_1124073926
  VkDisplayModeStereoPropertiesNV_1124081966 = struct_VkDisplayModeStereoPropertiesNV_1124081965 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22822:3
  struct_VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081968 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRawAccessChainsFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22830:16
    pNext*: pointer
    shaderRawAccessChains*: VkBool32_1124073926
  VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081970 = struct_VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22834:3
  VkExternalComputeQueueNV_1124081972 = ptr struct_VkExternalComputeQueueNV_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22840:1
  struct_VkExternalComputeQueueDeviceCreateInfoNV_1124081974 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalComputeQueueDeviceCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22843:16
    pNext*: pointer
    reservedExternalQueues*: uint32
  VkExternalComputeQueueDeviceCreateInfoNV_1124081976 = struct_VkExternalComputeQueueDeviceCreateInfoNV_1124081975 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22847:3
  struct_VkExternalComputeQueueCreateInfoNV_1124081978 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalComputeQueueCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22849:16
    pNext*: pointer
    preferredQueue*: VkQueue_1124073946
  VkExternalComputeQueueCreateInfoNV_1124081980 = struct_VkExternalComputeQueueCreateInfoNV_1124081979 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22853:3
  struct_VkExternalComputeQueueDataParamsNV_1124081982 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExternalComputeQueueDataParamsNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22855:16
    pNext*: pointer
    deviceIndex*: uint32
  VkExternalComputeQueueDataParamsNV_1124081984 = struct_VkExternalComputeQueueDataParamsNV_1124081983 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22859:3
  struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081986 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceExternalComputeQueuePropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22861:16
    pNext*: pointer
    externalDataSize*: uint32
    maxExternalQueues*: uint32
  VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081988 = struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081987 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22866:3
  PFN_vkCreateExternalComputeQueueNV_1124081990 = proc (a0: VkDevice_1124073944;
      a1: ptr VkExternalComputeQueueCreateInfoNV_1124081981;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkExternalComputeQueueNV_1124081973): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22868:30
  PFN_vkDestroyExternalComputeQueueNV_1124081992 = proc (a0: VkDevice_1124073944;
      a1: VkExternalComputeQueueNV_1124081973; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22869:26
  PFN_vkGetExternalComputeQueueDataNV_1124081994 = proc (
      a0: VkExternalComputeQueueNV_1124081973;
      a1: ptr VkExternalComputeQueueDataParamsNV_1124081985; a2: pointer): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22870:26
  struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081996 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCommandBufferInheritanceFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22901:16
    pNext*: pointer
    commandBufferInheritance*: VkBool32_1124073926
  VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081998 = struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081997 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22905:3
  struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082000 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22913:16
    pNext*: pointer
    shaderFloat16VectorAtomics*: VkBool32_1124073926
  VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082002 = struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082001 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22917:3
  struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082004 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderReplicatedCompositesFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22925:16
    pNext*: pointer
    shaderReplicatedComposites*: VkBool32_1124073926
  VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082006 = struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082005 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22929:3
  struct_VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082008 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderFloat8FeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22937:16
    pNext*: pointer
    shaderFloat8*: VkBool32_1124073926
    shaderFloat8CooperativeMatrix*: VkBool32_1124073926
  VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082010 = struct_VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082009 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22942:3
  struct_VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082012 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingValidationFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22950:16
    pNext*: pointer
    rayTracingValidation*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082014 = struct_VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082013 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22954:3
  VkClusterAccelerationStructureTypeNV_1124082018 = enum_VkClusterAccelerationStructureTypeNV_1124082017 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22968:3
  VkClusterAccelerationStructureOpTypeNV_1124082022 = enum_VkClusterAccelerationStructureOpTypeNV_1124082021 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22978:3
  VkClusterAccelerationStructureOpModeNV_1124082026 = enum_VkClusterAccelerationStructureOpModeNV_1124082025 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22985:3
  VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082030 = enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082029 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22996:3
  VkClusterAccelerationStructureAddressResolutionFlagsNV_1124082032 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22997:17
  VkClusterAccelerationStructureClusterFlagBitsNV_1124082036 = enum_VkClusterAccelerationStructureClusterFlagBitsNV_1124082035 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23002:3
  VkClusterAccelerationStructureClusterFlagsNV_1124082038 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23003:17
  VkClusterAccelerationStructureGeometryFlagBitsNV_1124082042 = enum_VkClusterAccelerationStructureGeometryFlagBitsNV_1124082041 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23010:3
  VkClusterAccelerationStructureGeometryFlagsNV_1124082044 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23011:17
  VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082048 = enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082047 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23018:3
  VkClusterAccelerationStructureIndexFormatFlagsNV_1124082050 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23019:17
  struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082052 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceClusterAccelerationStructureFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23020:16
    pNext*: pointer
    clusterAccelerationStructure*: VkBool32_1124073926
  VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082054 = struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082053 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23024:3
  struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082056 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceClusterAccelerationStructurePropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23026:16
    pNext*: pointer
    maxVerticesPerCluster*: uint32
    maxTrianglesPerCluster*: uint32
    clusterScratchByteAlignment*: uint32
    clusterByteAlignment*: uint32
    clusterTemplateByteAlignment*: uint32
    clusterBottomLevelByteAlignment*: uint32
    clusterTemplateBoundsByteAlignment*: uint32
    maxClusterGeometryIndex*: uint32
  VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082058 = struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082057 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23037:3
  struct_VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082060 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ClusterAccelerationStructureClustersBottomLevelInputNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23039:16
    pNext*: pointer
    maxTotalClusterCount*: uint32
    maxClusterCountPerAccelerationStructure*: uint32
  VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082062 = struct_VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082061 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23044:3
  struct_VkClusterAccelerationStructureTriangleClusterInputNV_1124082064 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ClusterAccelerationStructureTriangleClusterInputNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23046:16
    pNext*: pointer
    vertexFormat*: VkFormat_1124074023
    maxGeometryIndexValue*: uint32
    maxClusterUniqueGeometryCount*: uint32
    maxClusterTriangleCount*: uint32
    maxClusterVertexCount*: uint32
    maxTotalTriangleCount*: uint32
    maxTotalVertexCount*: uint32
    minPositionTruncateBitCount*: uint32
  VkClusterAccelerationStructureTriangleClusterInputNV_1124082066 = struct_VkClusterAccelerationStructureTriangleClusterInputNV_1124082065 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23057:3
  struct_VkClusterAccelerationStructureMoveObjectsInputNV_1124082068 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ClusterAccelerationStructureMoveObjectsInputNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23059:16
    pNext*: pointer
    type_field*: VkClusterAccelerationStructureTypeNV_1124082019
    noMoveOverlap*: VkBool32_1124073926
    maxMovedBytes*: VkDeviceSize_1124073930
  VkClusterAccelerationStructureMoveObjectsInputNV_1124082070 = struct_VkClusterAccelerationStructureMoveObjectsInputNV_1124082069 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23065:3
  union_VkClusterAccelerationStructureOpInputNV_1124082072 {.union, bycopy.} = object
    pClustersBottomLevel*: ptr VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082063 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23067:15
    pTriangleClusters*: ptr VkClusterAccelerationStructureTriangleClusterInputNV_1124082067
    pMoveObjects*: ptr VkClusterAccelerationStructureMoveObjectsInputNV_1124082071
  VkClusterAccelerationStructureOpInputNV_1124082074 = union_VkClusterAccelerationStructureOpInputNV_1124082073 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23071:3
  struct_VkClusterAccelerationStructureInputInfoNV_1124082076 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ClusterAccelerationStructureInputInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23073:16
    pNext*: pointer
    maxAccelerationStructureCount*: uint32
    flags*: VkBuildAccelerationStructureFlagsKHR_1124079379
    opType*: VkClusterAccelerationStructureOpTypeNV_1124082023
    opMode*: VkClusterAccelerationStructureOpModeNV_1124082027
    opInput*: VkClusterAccelerationStructureOpInputNV_1124082075
  VkClusterAccelerationStructureInputInfoNV_1124082078 = struct_VkClusterAccelerationStructureInputInfoNV_1124082077 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23081:3
  struct_VkStridedDeviceAddressRegionKHR_1124082080 {.pure, inheritable, bycopy.} = object
    deviceAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23083:16
    stride*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
  VkStridedDeviceAddressRegionKHR_1124082082 = struct_VkStridedDeviceAddressRegionKHR_1124082081 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23087:3
  struct_VkClusterAccelerationStructureCommandsInfoNV_1124082084 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ClusterAccelerationStructureCommandsInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23089:16
    pNext*: pointer
    input*: VkClusterAccelerationStructureInputInfoNV_1124082079
    dstImplicitData*: VkDeviceAddress_1124073928
    scratchData*: VkDeviceAddress_1124073928
    dstAddressesArray*: VkStridedDeviceAddressRegionKHR_1124082083
    dstSizesArray*: VkStridedDeviceAddressRegionKHR_1124082083
    srcInfosArray*: VkStridedDeviceAddressRegionKHR_1124082083
    srcInfosCount*: VkDeviceAddress_1124073928
    addressResolutionFlags*: VkClusterAccelerationStructureAddressResolutionFlagsNV_1124082033
  VkClusterAccelerationStructureCommandsInfoNV_1124082086 = struct_VkClusterAccelerationStructureCommandsInfoNV_1124082085 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23100:3
  struct_VkStridedDeviceAddressNV_1124082088 {.pure, inheritable, bycopy.} = object
    startAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23102:16
    strideInBytes*: VkDeviceSize_1124073930
  VkStridedDeviceAddressNV_1124082090 = struct_VkStridedDeviceAddressNV_1124082089 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23105:3
  struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082092 {.       pure, inheritable, bycopy.} = object
    geometryIndex* {.bitsize: 24'i64.}: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23107:16
    reserved* {.bitsize: 5'i64.}: uint32
    geometryFlags* {.bitsize: 3'i64.}: uint32
  VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082094 = struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082093 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23111:3
  struct_VkClusterAccelerationStructureMoveObjectsInfoNV_1124082096 {.pure,       inheritable, bycopy.} = object
    srcAccelerationStructure*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23113:16
  VkClusterAccelerationStructureMoveObjectsInfoNV_1124082098 = struct_VkClusterAccelerationStructureMoveObjectsInfoNV_1124082097 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23115:3
  struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082100 {.       pure, inheritable, bycopy.} = object
    clusterReferencesCount*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23117:16
    clusterReferencesStride*: uint32
    clusterReferences*: VkDeviceAddress_1124073928
  VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082102 = struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082101 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23121:3
  struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082104 {.       pure, inheritable, bycopy.} = object
    clusterID*: uint32       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23123:16
    clusterFlags*: VkClusterAccelerationStructureClusterFlagsNV_1124082039
    triangleCount* {.bitsize: 9'i64.}: uint32
    vertexCount* {.bitsize: 9'i64.}: uint32
    positionTruncateBitCount* {.bitsize: 6'i64.}: uint32
    indexType* {.bitsize: 4'i64.}: uint32
    opacityMicromapIndexType* {.bitsize: 4'i64.}: uint32
    baseGeometryIndexAndGeometryFlags*: VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082095
    indexBufferStride*: uint16
    vertexBufferStride*: uint16
    geometryIndexAndFlagsBufferStride*: uint16
    opacityMicromapIndexBufferStride*: uint16
    indexBuffer*: VkDeviceAddress_1124073928
    vertexBuffer*: VkDeviceAddress_1124073928
    geometryIndexAndFlagsBuffer*: VkDeviceAddress_1124073928
    opacityMicromapArray*: VkDeviceAddress_1124073928
    opacityMicromapIndexBuffer*: VkDeviceAddress_1124073928
  VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082106 = struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082105 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23141:3
  struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082108 {.       pure, inheritable, bycopy.} = object
    clusterID*: uint32       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23143:16
    clusterFlags*: VkClusterAccelerationStructureClusterFlagsNV_1124082039
    triangleCount* {.bitsize: 9'i64.}: uint32
    vertexCount* {.bitsize: 9'i64.}: uint32
    positionTruncateBitCount* {.bitsize: 6'i64.}: uint32
    indexType* {.bitsize: 4'i64.}: uint32
    opacityMicromapIndexType* {.bitsize: 4'i64.}: uint32
    baseGeometryIndexAndGeometryFlags*: VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082095
    indexBufferStride*: uint16
    vertexBufferStride*: uint16
    geometryIndexAndFlagsBufferStride*: uint16
    opacityMicromapIndexBufferStride*: uint16
    indexBuffer*: VkDeviceAddress_1124073928
    vertexBuffer*: VkDeviceAddress_1124073928
    geometryIndexAndFlagsBuffer*: VkDeviceAddress_1124073928
    opacityMicromapArray*: VkDeviceAddress_1124073928
    opacityMicromapIndexBuffer*: VkDeviceAddress_1124073928
    instantiationBoundingBoxLimit*: VkDeviceAddress_1124073928
  VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082110 = struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082109 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23162:3
  struct_VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082112 {.       pure, inheritable, bycopy.} = object
    clusterIdOffset*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23164:16
    geometryIndexOffset* {.bitsize: 24'i64.}: uint32
    reserved* {.bitsize: 8'i64.}: uint32
    clusterTemplateAddress*: VkDeviceAddress_1124073928
    vertexBuffer*: VkStridedDeviceAddressNV_1124082091
  VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082114 = struct_VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082113 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23170:3
  struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082116 {.       pure, inheritable, bycopy.} = object
    clusterTemplateAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23172:16
  VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082118 = struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082117 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23174:3
  struct_VkAccelerationStructureBuildSizesInfoKHR_1124082120 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureBuildSizesInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23176:16
    pNext*: pointer
    accelerationStructureSize*: VkDeviceSize_1124073930
    updateScratchSize*: VkDeviceSize_1124073930
    buildScratchSize*: VkDeviceSize_1124073930
  VkAccelerationStructureBuildSizesInfoKHR_1124082122 = struct_VkAccelerationStructureBuildSizesInfoKHR_1124082121 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23182:3
  struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082124 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RayTracingPipelineClusterAccelerationStructureCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23184:16
    pNext*: pointer
    allowClusterAccelerationStructure*: VkBool32_1124073926
  VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082126 = struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082125 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23188:3
  PFN_vkGetClusterAccelerationStructureBuildSizesNV_1124082128 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkClusterAccelerationStructureInputInfoNV_1124082079;
      a2: ptr VkAccelerationStructureBuildSizesInfoKHR_1124082123): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23190:26
  PFN_vkCmdBuildClusterAccelerationStructureIndirectNV_1124082130 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkClusterAccelerationStructureCommandsInfoNV_1124082087): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23191:26
  VkPartitionedAccelerationStructureOpTypeNV_1124082134 = enum_VkPartitionedAccelerationStructureOpTypeNV_1124082133 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23220:3
  VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082138 = enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082137 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23229:3
  VkPartitionedAccelerationStructureInstanceFlagsNV_1124082140 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23230:17
  struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082142 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePartitionedAccelerationStructureFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23231:16
    pNext*: pointer
    partitionedAccelerationStructure*: VkBool32_1124073926
  VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082144 = struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082143 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23235:3
  struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082146 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePartitionedAccelerationStructurePropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23237:16
    pNext*: pointer
    maxPartitionCount*: uint32
  VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082148 = struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082147 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23241:3
  struct_VkPartitionedAccelerationStructureFlagsNV_1124082150 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PartitionedAccelerationStructureFlagsNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23243:16
    pNext*: pointer
    enablePartitionTranslation*: VkBool32_1124073926
  VkPartitionedAccelerationStructureFlagsNV_1124082152 = struct_VkPartitionedAccelerationStructureFlagsNV_1124082151 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23247:3
  struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082154 {.       pure, inheritable, bycopy.} = object
    opType*: VkPartitionedAccelerationStructureOpTypeNV_1124082135 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23249:16
    argCount*: uint32
    argData*: VkStridedDeviceAddressNV_1124082091
  VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082156 = struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082155 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23253:3
  struct_VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082158 {.       pure, inheritable, bycopy.} = object
    transform*: VkTransformMatrixKHR_1124079435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23255:16
    explicitAABB*: array[6'i64, cfloat]
    instanceID*: uint32
    instanceMask*: uint32
    instanceContributionToHitGroupIndex*: uint32
    instanceFlags*: VkPartitionedAccelerationStructureInstanceFlagsNV_1124082141
    instanceIndex*: uint32
    partitionIndex*: uint32
    accelerationStructure*: VkDeviceAddress_1124073928
  VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082160 = struct_VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082159 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23265:3
  struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082162 {.       pure, inheritable, bycopy.} = object
    instanceIndex*: uint32   ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23267:16
    instanceContributionToHitGroupIndex*: uint32
    accelerationStructure*: VkDeviceAddress_1124073928
  VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082164 = struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082163 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23271:3
  struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082166 {.       pure, inheritable, bycopy.} = object
    partitionIndex*: uint32  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23273:16
    partitionTranslation*: array[3'i64, cfloat]
  VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082168 = struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082167 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23276:3
  struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082170 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteDescriptorSetPartitionedAccelerationStructureNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23278:16
    pNext*: pointer
    accelerationStructureCount*: uint32
    pAccelerationStructures*: ptr VkDeviceAddress_1124073928
  VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082172 = struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082171 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23283:3
  struct_VkPartitionedAccelerationStructureInstancesInputNV_1124082174 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PartitionedAccelerationStructureInstancesInputNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23285:16
    pNext*: pointer
    flags*: VkBuildAccelerationStructureFlagsKHR_1124079379
    instanceCount*: uint32
    maxInstancePerPartitionCount*: uint32
    partitionCount*: uint32
    maxInstanceInGlobalPartitionCount*: uint32
  VkPartitionedAccelerationStructureInstancesInputNV_1124082176 = struct_VkPartitionedAccelerationStructureInstancesInputNV_1124082175 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23293:3
  struct_VkBuildPartitionedAccelerationStructureInfoNV_1124082178 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BuildPartitionedAccelerationStructureInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23295:16
    pNext*: pointer
    input*: VkPartitionedAccelerationStructureInstancesInputNV_1124082177
    srcAccelerationStructureData*: VkDeviceAddress_1124073928
    dstAccelerationStructureData*: VkDeviceAddress_1124073928
    scratchData*: VkDeviceAddress_1124073928
    srcInfos*: VkDeviceAddress_1124073928
    srcInfosCount*: VkDeviceAddress_1124073928
  VkBuildPartitionedAccelerationStructureInfoNV_1124082180 = struct_VkBuildPartitionedAccelerationStructureInfoNV_1124082179 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23304:3
  PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV_1124082182 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkPartitionedAccelerationStructureInstancesInputNV_1124082177;
      a2: ptr VkAccelerationStructureBuildSizesInfoKHR_1124082123): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23306:26
  PFN_vkCmdBuildPartitionedAccelerationStructuresNV_1124082184 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkBuildPartitionedAccelerationStructureInfoNV_1124082181): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23307:26
  VkIndirectExecutionSetEXT_1124082186 = ptr struct_VkIndirectExecutionSetEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23327:1
  VkIndirectCommandsLayoutEXT_1124082188 = ptr struct_VkIndirectCommandsLayoutEXT_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23328:1
  VkIndirectExecutionSetInfoTypeEXT_1124082192 = enum_VkIndirectExecutionSetInfoTypeEXT_1124082191 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23336:3
  VkIndirectCommandsTokenTypeEXT_1124082196 = enum_VkIndirectCommandsTokenTypeEXT_1124082195 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23355:3
  VkIndirectCommandsInputModeFlagBitsEXT_1124082200 = enum_VkIndirectCommandsInputModeFlagBitsEXT_1124082199 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23361:3
  VkIndirectCommandsInputModeFlagsEXT_1124082202 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23362:17
  VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082206 = enum_VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082205 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23368:3
  VkIndirectCommandsLayoutUsageFlagsEXT_1124082208 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23369:17
  struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082210 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDeviceGeneratedCommandsFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23370:16
    pNext*: pointer
    deviceGeneratedCommands*: VkBool32_1124073926
    dynamicGeneratedPipelineLayout*: VkBool32_1124073926
  VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082212 = struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082211 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23375:3
  struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082214 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDeviceGeneratedCommandsPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23377:16
    pNext*: pointer
    maxIndirectPipelineCount*: uint32
    maxIndirectShaderObjectCount*: uint32
    maxIndirectSequenceCount*: uint32
    maxIndirectCommandsTokenCount*: uint32
    maxIndirectCommandsTokenOffset*: uint32
    maxIndirectCommandsIndirectStride*: uint32
    supportedIndirectCommandsInputModes*: VkIndirectCommandsInputModeFlagsEXT_1124082203
    supportedIndirectCommandsShaderStages*: VkShaderStageFlags_1124074351
    supportedIndirectCommandsShaderStagesPipelineBinding*: VkShaderStageFlags_1124074351
    supportedIndirectCommandsShaderStagesShaderBinding*: VkShaderStageFlags_1124074351
    deviceGeneratedCommandsTransformFeedback*: VkBool32_1124073926
    deviceGeneratedCommandsMultiDrawIndirectCount*: VkBool32_1124073926
  VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082216 = struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082215 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23392:3
  struct_VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082218 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeneratedCommandsMemoryRequirementsInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23394:16
    pNext*: pointer
    indirectExecutionSet*: VkIndirectExecutionSetEXT_1124082187
    indirectCommandsLayout*: VkIndirectCommandsLayoutEXT_1124082189
    maxSequenceCount*: uint32
    maxDrawCount*: uint32
  VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082220 = struct_VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082219 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23401:3
  struct_VkIndirectExecutionSetPipelineInfoEXT_1124082222 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectExecutionSetPipelineInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23403:16
    pNext*: pointer
    initialPipeline*: VkPipeline_1124073983
    maxPipelineCount*: uint32
  VkIndirectExecutionSetPipelineInfoEXT_1124082224 = struct_VkIndirectExecutionSetPipelineInfoEXT_1124082223 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23408:3
  struct_VkIndirectExecutionSetShaderLayoutInfoEXT_1124082226 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectExecutionSetShaderLayoutInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23410:16
    pNext*: pointer
    setLayoutCount*: uint32
    pSetLayouts*: ptr VkDescriptorSetLayout_1124073985
  VkIndirectExecutionSetShaderLayoutInfoEXT_1124082228 = struct_VkIndirectExecutionSetShaderLayoutInfoEXT_1124082227 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23415:3
  struct_VkIndirectExecutionSetShaderInfoEXT_1124082230 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectExecutionSetShaderInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23417:16
    pNext*: pointer
    shaderCount*: uint32
    pInitialShaders*: ptr VkShaderEXT_1124081503
    pSetLayoutInfos*: ptr VkIndirectExecutionSetShaderLayoutInfoEXT_1124082229
    maxShaderCount*: uint32
    pushConstantRangeCount*: uint32
    pPushConstantRanges*: ptr VkPushConstantRange_1124074723
  VkIndirectExecutionSetShaderInfoEXT_1124082232 = struct_VkIndirectExecutionSetShaderInfoEXT_1124082231 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23426:3
  union_VkIndirectExecutionSetInfoEXT_1124082234 {.union, bycopy.} = object
    pPipelineInfo*: ptr VkIndirectExecutionSetPipelineInfoEXT_1124082225 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23428:15
    pShaderInfo*: ptr VkIndirectExecutionSetShaderInfoEXT_1124082233
  VkIndirectExecutionSetInfoEXT_1124082236 = union_VkIndirectExecutionSetInfoEXT_1124082235 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23431:3
  struct_VkIndirectExecutionSetCreateInfoEXT_1124082238 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectExecutionSetCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23433:16
    pNext*: pointer
    type_field*: VkIndirectExecutionSetInfoTypeEXT_1124082193
    info*: VkIndirectExecutionSetInfoEXT_1124082237
  VkIndirectExecutionSetCreateInfoEXT_1124082240 = struct_VkIndirectExecutionSetCreateInfoEXT_1124082239 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23438:3
  struct_VkGeneratedCommandsInfoEXT_1124082242 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeneratedCommandsInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23440:16
    pNext*: pointer
    shaderStages*: VkShaderStageFlags_1124074351
    indirectExecutionSet*: VkIndirectExecutionSetEXT_1124082187
    indirectCommandsLayout*: VkIndirectCommandsLayoutEXT_1124082189
    indirectAddress*: VkDeviceAddress_1124073928
    indirectAddressSize*: VkDeviceSize_1124073930
    preprocessAddress*: VkDeviceAddress_1124073928
    preprocessSize*: VkDeviceSize_1124073930
    maxSequenceCount*: uint32
    sequenceCountAddress*: VkDeviceAddress_1124073928
    maxDrawCount*: uint32
  VkGeneratedCommandsInfoEXT_1124082244 = struct_VkGeneratedCommandsInfoEXT_1124082243 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23453:3
  struct_VkWriteIndirectExecutionSetPipelineEXT_1124082246 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteIndirectExecutionSetPipelineEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23455:16
    pNext*: pointer
    index*: uint32
    pipeline*: VkPipeline_1124073983
  VkWriteIndirectExecutionSetPipelineEXT_1124082248 = struct_VkWriteIndirectExecutionSetPipelineEXT_1124082247 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23460:3
  struct_VkIndirectCommandsPushConstantTokenEXT_1124082250 {.pure, inheritable,       bycopy.} = object
    updateRange*: VkPushConstantRange_1124074723 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23462:16
  VkIndirectCommandsPushConstantTokenEXT_1124082252 = struct_VkIndirectCommandsPushConstantTokenEXT_1124082251 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23464:3
  struct_VkIndirectCommandsVertexBufferTokenEXT_1124082254 {.pure, inheritable,       bycopy.} = object
    vertexBindingUnit*: uint32 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23466:16
  VkIndirectCommandsVertexBufferTokenEXT_1124082256 = struct_VkIndirectCommandsVertexBufferTokenEXT_1124082255 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23468:3
  struct_VkIndirectCommandsIndexBufferTokenEXT_1124082258 {.pure, inheritable,       bycopy.} = object
    mode*: VkIndirectCommandsInputModeFlagBitsEXT_1124082201 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23470:16
  VkIndirectCommandsIndexBufferTokenEXT_1124082260 = struct_VkIndirectCommandsIndexBufferTokenEXT_1124082259 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23472:3
  struct_VkIndirectCommandsExecutionSetTokenEXT_1124082262 {.pure, inheritable,       bycopy.} = object
    type_field*: VkIndirectExecutionSetInfoTypeEXT_1124082193 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23474:16
    shaderStages*: VkShaderStageFlags_1124074351
  VkIndirectCommandsExecutionSetTokenEXT_1124082264 = struct_VkIndirectCommandsExecutionSetTokenEXT_1124082263 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23477:3
  union_VkIndirectCommandsTokenDataEXT_1124082266 {.union, bycopy.} = object
    pPushConstant*: ptr VkIndirectCommandsPushConstantTokenEXT_1124082253 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23479:15
    pVertexBuffer*: ptr VkIndirectCommandsVertexBufferTokenEXT_1124082257
    pIndexBuffer*: ptr VkIndirectCommandsIndexBufferTokenEXT_1124082261
    pExecutionSet*: ptr VkIndirectCommandsExecutionSetTokenEXT_1124082265
  VkIndirectCommandsTokenDataEXT_1124082268 = union_VkIndirectCommandsTokenDataEXT_1124082267 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23484:3
  struct_VkIndirectCommandsLayoutTokenEXT_1124082270 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectCommandsLayoutTokenEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23486:16
    pNext*: pointer
    type_field*: VkIndirectCommandsTokenTypeEXT_1124082197
    data*: VkIndirectCommandsTokenDataEXT_1124082269
    offset*: uint32
  VkIndirectCommandsLayoutTokenEXT_1124082272 = struct_VkIndirectCommandsLayoutTokenEXT_1124082271 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23492:3
  struct_VkIndirectCommandsLayoutCreateInfoEXT_1124082274 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_IndirectCommandsLayoutCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23494:16
    pNext*: pointer
    flags*: VkIndirectCommandsLayoutUsageFlagsEXT_1124082209
    shaderStages*: VkShaderStageFlags_1124074351
    indirectStride*: uint32
    pipelineLayout*: VkPipelineLayout_1124073981
    tokenCount*: uint32
    pTokens*: ptr VkIndirectCommandsLayoutTokenEXT_1124082273
  VkIndirectCommandsLayoutCreateInfoEXT_1124082276 = struct_VkIndirectCommandsLayoutCreateInfoEXT_1124082275 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23503:3
  struct_VkDrawIndirectCountIndirectCommandEXT_1124082278 {.pure, inheritable,       bycopy.} = object
    bufferAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23505:16
    stride*: uint32
    commandCount*: uint32
  VkDrawIndirectCountIndirectCommandEXT_1124082280 = struct_VkDrawIndirectCountIndirectCommandEXT_1124082279 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23509:3
  struct_VkBindVertexBufferIndirectCommandEXT_1124082282 {.pure, inheritable,       bycopy.} = object
    bufferAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23511:16
    size*: uint32
    stride*: uint32
  VkBindVertexBufferIndirectCommandEXT_1124082284 = struct_VkBindVertexBufferIndirectCommandEXT_1124082283 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23515:3
  struct_VkBindIndexBufferIndirectCommandEXT_1124082286 {.pure, inheritable,       bycopy.} = object
    bufferAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23517:16
    size*: uint32
    indexType*: VkIndexType_1124074059
  VkBindIndexBufferIndirectCommandEXT_1124082288 = struct_VkBindIndexBufferIndirectCommandEXT_1124082287 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23521:3
  struct_VkGeneratedCommandsPipelineInfoEXT_1124082290 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeneratedCommandsPipelineInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23523:16
    pNext*: pointer
    pipeline*: VkPipeline_1124073983
  VkGeneratedCommandsPipelineInfoEXT_1124082292 = struct_VkGeneratedCommandsPipelineInfoEXT_1124082291 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23527:3
  struct_VkGeneratedCommandsShaderInfoEXT_1124082294 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_GeneratedCommandsShaderInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23529:16
    pNext*: pointer
    shaderCount*: uint32
    pShaders*: ptr VkShaderEXT_1124081503
  VkGeneratedCommandsShaderInfoEXT_1124082296 = struct_VkGeneratedCommandsShaderInfoEXT_1124082295 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23534:3
  struct_VkWriteIndirectExecutionSetShaderEXT_1124082298 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteIndirectExecutionSetShaderEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23536:16
    pNext*: pointer
    index*: uint32
    shader*: VkShaderEXT_1124081503
  VkWriteIndirectExecutionSetShaderEXT_1124082300 = struct_VkWriteIndirectExecutionSetShaderEXT_1124082299 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23541:3
  PFN_vkGetGeneratedCommandsMemoryRequirementsEXT_1124082302 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082221;
      a2: ptr VkMemoryRequirements2_1124075327): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23543:26
  PFN_vkCmdPreprocessGeneratedCommandsEXT_1124082304 = proc (
      a0: VkCommandBuffer_1124073950; a1: ptr VkGeneratedCommandsInfoEXT_1124082245;
      a2: VkCommandBuffer_1124073950): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23544:26
  PFN_vkCmdExecuteGeneratedCommandsEXT_1124082306 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBool32_1124073926; a2: ptr VkGeneratedCommandsInfoEXT_1124082245): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23545:26
  PFN_vkCreateIndirectCommandsLayoutEXT_1124082308 = proc (a0: VkDevice_1124073944;
      a1: ptr VkIndirectCommandsLayoutCreateInfoEXT_1124082277;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkIndirectCommandsLayoutEXT_1124082189): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23546:30
  PFN_vkDestroyIndirectCommandsLayoutEXT_1124082310 = proc (a0: VkDevice_1124073944;
      a1: VkIndirectCommandsLayoutEXT_1124082189; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23547:26
  PFN_vkCreateIndirectExecutionSetEXT_1124082312 = proc (a0: VkDevice_1124073944;
      a1: ptr VkIndirectExecutionSetCreateInfoEXT_1124082241;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkIndirectExecutionSetEXT_1124082187): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23548:30
  PFN_vkDestroyIndirectExecutionSetEXT_1124082314 = proc (a0: VkDevice_1124073944;
      a1: VkIndirectExecutionSetEXT_1124082187; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23549:26
  PFN_vkUpdateIndirectExecutionSetPipelineEXT_1124082316 = proc (a0: VkDevice_1124073944;
      a1: VkIndirectExecutionSetEXT_1124082187; a2: uint32;
      a3: ptr VkWriteIndirectExecutionSetPipelineEXT_1124082249): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23550:26
  PFN_vkUpdateIndirectExecutionSetShaderEXT_1124082318 = proc (a0: VkDevice_1124073944;
      a1: VkIndirectExecutionSetEXT_1124082187; a2: uint32;
      a3: ptr VkWriteIndirectExecutionSetShaderEXT_1124082301): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23551:26
  struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082320 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageAlignmentControlFeaturesMESA ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23627:16
    pNext*: pointer
    imageAlignmentControl*: VkBool32_1124073926
  VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082322 = struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082321 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23631:3
  struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082324 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceImageAlignmentControlPropertiesMESA ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23633:16
    pNext*: pointer
    supportedImageAlignmentMask*: uint32
  VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082326 = struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082325 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23637:3
  struct_VkImageAlignmentControlCreateInfoMESA_1124082328 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImageAlignmentControlCreateInfoMESA ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23639:16
    pNext*: pointer
    maximumRequestedAlignment*: uint32
  VkImageAlignmentControlCreateInfoMESA_1124082330 = struct_VkImageAlignmentControlCreateInfoMESA_1124082329 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23643:3
  struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082332 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingInvocationReorderPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23651:16
    pNext*: pointer
    rayTracingInvocationReorderReorderingHint*: VkRayTracingInvocationReorderModeEXT_1124081573
    maxShaderBindingTableRecordIndex*: uint32
  VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082334 = struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082333 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23656:3
  struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082336 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingInvocationReorderFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23658:16
    pNext*: pointer
    rayTracingInvocationReorder*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082338 = struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082337 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23662:3
  struct_VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082340 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDepthClampControlFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23670:16
    pNext*: pointer
    depthClampControl*: VkBool32_1124073926
  VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082342 = struct_VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082341 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23674:3
  struct_VkPipelineViewportDepthClampControlCreateInfoEXT_1124082344 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineViewportDepthClampControlCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23676:16
    pNext*: pointer
    depthClampMode*: VkDepthClampModeEXT_1124081511
    pDepthClampRange*: ptr VkDepthClampRangeEXT_1124081535
  VkPipelineViewportDepthClampControlCreateInfoEXT_1124082346 = struct_VkPipelineViewportDepthClampControlCreateInfoEXT_1124082345 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23681:3
  struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082348 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceHdrVividFeaturesHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23689:16
    pNext*: pointer
    hdrVivid*: VkBool32_1124073926
  VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082350 = struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082349 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23693:3
  struct_VkHdrVividDynamicMetadataHUAWEI_1124082352 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_HdrVividDynamicMetadataHUAWEI ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23695:16
    pNext*: pointer
    dynamicMetadataSize*: csize_t
    pDynamicMetadata*: pointer
  VkHdrVividDynamicMetadataHUAWEI_1124082354 = struct_VkHdrVividDynamicMetadataHUAWEI_1124082353 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23700:3
  struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082356 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CooperativeMatrixFlexibleDimensionsPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23708:16
    pNext*: pointer
    MGranularity*: uint32
    NGranularity*: uint32
    KGranularity*: uint32
    AType*: VkComponentTypeKHR_1124078167
    BType*: VkComponentTypeKHR_1124078167
    CType*: VkComponentTypeKHR_1124078167
    ResultType*: VkComponentTypeKHR_1124078167
    saturatingAccumulation*: VkBool32_1124073926
    scope*: VkScopeKHR_1124078171
    workgroupInvocations*: uint32
  VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082358 = struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082357 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23721:3
  struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082360 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeMatrix2FeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23723:16
    pNext*: pointer
    cooperativeMatrixWorkgroupScope*: VkBool32_1124073926
    cooperativeMatrixFlexibleDimensions*: VkBool32_1124073926
    cooperativeMatrixReductions*: VkBool32_1124073926
    cooperativeMatrixConversions*: VkBool32_1124073926
    cooperativeMatrixPerElementOperations*: VkBool32_1124073926
    cooperativeMatrixTensorAddressing*: VkBool32_1124073926
    cooperativeMatrixBlockLoads*: VkBool32_1124073926
  VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082362 = struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082361 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23733:3
  struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082364 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCooperativeMatrix2PropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23735:16
    pNext*: pointer
    cooperativeMatrixWorkgroupScopeMaxWorkgroupSize*: uint32
    cooperativeMatrixFlexibleDimensionsMaxDimension*: uint32
    cooperativeMatrixWorkgroupScopeReservedSharedMemory*: uint32
  VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082366 = struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082365 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23741:3
  PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082368 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr uint32;
      a2: ptr VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082359): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23743:30
  struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082370 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineOpacityMicromapFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23759:16
    pNext*: pointer
    pipelineOpacityMicromap*: VkBool32_1124073926
  VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082372 = struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082371 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23763:3
  VkPerformanceCounterDescriptionFlagsARM_1124082374 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23771:17
  struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082376 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePerformanceCountersByRegionFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23772:16
    pNext*: pointer
    performanceCountersByRegion*: VkBool32_1124073926
  VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082378 = struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082377 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23776:3
  struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082380 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePerformanceCountersByRegionPropertiesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23778:16
    pNext*: pointer
    maxPerRegionPerformanceCounters*: uint32
    performanceCounterRegionSize*: VkExtent2D_1124074443
    rowStrideAlignment*: uint32
    regionAlignment*: uint32
    identityTransformOrder*: VkBool32_1124073926
  VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082382 = struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082381 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23786:3
  struct_VkPerformanceCounterARM_1124082384 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceCounterARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23788:16
    pNext*: pointer
    counterID*: uint32
  VkPerformanceCounterARM_1124082386 = struct_VkPerformanceCounterARM_1124082385 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23792:3
  struct_VkPerformanceCounterDescriptionARM_1124082388 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PerformanceCounterDescriptionARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23794:16
    pNext*: pointer
    flags*: VkPerformanceCounterDescriptionFlagsARM_1124082375
    name*: array[256'i64, cschar]
  VkPerformanceCounterDescriptionARM_1124082390 = struct_VkPerformanceCounterDescriptionARM_1124082389 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23799:3
  struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082392 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RenderPassPerformanceCountersByRegionBeginInfoARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23801:16
    pNext*: pointer
    counterAddressCount*: uint32
    pCounterAddresses*: ptr VkDeviceAddress_1124073928
    serializeRegions*: VkBool32_1124073926
    counterIndexCount*: uint32
    pCounterIndices*: ptr uint32
  VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082394 = struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082393 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23809:3
  PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM_1124082396 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32; a2: ptr uint32;
      a3: ptr VkPerformanceCounterARM_1124082387;
      a4: ptr VkPerformanceCounterDescriptionARM_1124082391): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23811:30
  struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082398 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceVertexAttributeRobustnessFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23829:16
    pNext*: pointer
    vertexAttributeRobustness*: VkBool32_1124073926
  VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082400 = struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082399 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23833:3
  struct_VkPhysicalDeviceFormatPackFeaturesARM_1124082402 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFormatPackFeaturesARM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23841:16
    pNext*: pointer
    formatPack*: VkBool32_1124073926
  VkPhysicalDeviceFormatPackFeaturesARM_1124082404 = struct_VkPhysicalDeviceFormatPackFeaturesARM_1124082403 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23845:3
  struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082406 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23853:16
    pNext*: pointer
    fragmentDensityMapLayered*: VkBool32_1124073926
  VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082408 = struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082407 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23857:3
  struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082410 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23859:16
    pNext*: pointer
    maxFragmentDensityMapLayers*: uint32
  VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082412 = struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082411 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23863:3
  struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082414 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineFragmentDensityMapLayeredCreateInfoVALVE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23865:16
    pNext*: pointer
    maxFragmentDensityMapLayers*: uint32
  VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082416 = struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082415 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23869:3
  struct_VkSetPresentConfigNV_1124082418 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SetPresentConfigNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23877:16
    pNext*: pointer
    numFramesPerBatch*: uint32
    presentConfigFeedback*: uint32
  VkSetPresentConfigNV_1124082420 = struct_VkSetPresentConfigNV_1124082419 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23882:3
  struct_VkPhysicalDevicePresentMeteringFeaturesNV_1124082422 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePresentMeteringFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23884:16
    pNext*: pointer
    presentMetering*: VkBool32_1124073926
  VkPhysicalDevicePresentMeteringFeaturesNV_1124082424 = struct_VkPhysicalDevicePresentMeteringFeaturesNV_1124082423 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23888:3
  VkRenderingEndInfoEXT_1124082426 = VkRenderingEndInfoKHR_1124078643 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23896:31
  PFN_vkCmdEndRendering2EXT_1124082428 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkRenderingEndInfoKHR_1124078643): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23898:26
  struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082430 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23913:16
    pNext*: pointer
    zeroInitializeDeviceMemory*: VkBool32_1124073926
  VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082432 = struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082431 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23917:3
  struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082434 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShader64BitIndexingFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23925:16
    pNext*: pointer
    shader64BitIndexing*: VkBool32_1124073926
  VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082436 = struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082435 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23929:3
  struct_VkPhysicalDeviceCustomResolveFeaturesEXT_1124082438 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCustomResolveFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23937:16
    pNext*: pointer
    customResolve*: VkBool32_1124073926
  VkPhysicalDeviceCustomResolveFeaturesEXT_1124082440 = struct_VkPhysicalDeviceCustomResolveFeaturesEXT_1124082439 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23941:3
  struct_VkBeginCustomResolveInfoEXT_1124082442 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_BeginCustomResolveInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23943:16
    pNext*: pointer
  VkBeginCustomResolveInfoEXT_1124082444 = struct_VkBeginCustomResolveInfoEXT_1124082443 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23946:3
  struct_VkCustomResolveCreateInfoEXT_1124082446 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CustomResolveCreateInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23948:16
    pNext*: pointer
    customResolve*: VkBool32_1124073926
    colorAttachmentCount*: uint32
    pColorAttachmentFormats*: ptr VkFormat_1124074023
    depthAttachmentFormat*: VkFormat_1124074023
    stencilAttachmentFormat*: VkFormat_1124074023
  VkCustomResolveCreateInfoEXT_1124082448 = struct_VkCustomResolveCreateInfoEXT_1124082447 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23956:3
  PFN_vkCmdBeginCustomResolveEXT_1124082450 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkBeginCustomResolveInfoEXT_1124082445): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23958:26
  VkDataGraphModelCacheTypeQCOM_1124082454 = enum_VkDataGraphModelCacheTypeQCOM_1124082453 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23978:3
  struct_VkPipelineCacheHeaderVersionDataGraphQCOM_1124082456 {.pure,       inheritable, bycopy.} = object
    headerSize*: uint32      ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23979:16
    headerVersion*: VkPipelineCacheHeaderVersion_1124074063
    cacheType*: VkDataGraphModelCacheTypeQCOM_1124082455
    cacheVersion*: uint32
    toolchainVersion*: array[3'i64, uint32]
  VkPipelineCacheHeaderVersionDataGraphQCOM_1124082458 = struct_VkPipelineCacheHeaderVersionDataGraphQCOM_1124082457 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23985:3
  struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082460 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_DataGraphPipelineBuiltinModelCreateInfoQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23987:16
    pNext*: pointer
    pOperation*: ptr VkPhysicalDeviceDataGraphOperationSupportARM_1124081805
  VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082462 = struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082461 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23991:3
  struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082464 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDataGraphModelFeaturesQCOM ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23993:16
    pNext*: pointer
    dataGraphModel*: VkBool32_1124073926
  VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082466 = struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082465 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23997:3
  struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082468 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePipelineCacheIncrementalModeFeaturesSEC ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24005:16
    pNext*: pointer
    pipelineCacheIncrementalMode*: VkBool32_1124073926
  VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082470 = struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082469 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24009:3
  struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082472 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24017:16
    pNext*: pointer
    shaderUniformBufferUnsizedArray*: VkBool32_1124073926
  VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082474 = struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082473 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24021:3
  VkBuildAccelerationStructureModeKHR_1124082478 = enum_VkBuildAccelerationStructureModeKHR_1124082477 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24034:3
  VkAccelerationStructureCreateFlagBitsKHR_1124082482 = enum_VkAccelerationStructureCreateFlagBitsKHR_1124082481 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24041:3
  VkAccelerationStructureCreateFlagsKHR_1124082484 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24042:17
  struct_VkAccelerationStructureBuildRangeInfoKHR_1124082486 {.pure,       inheritable, bycopy.} = object
    primitiveCount*: uint32  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24043:16
    primitiveOffset*: uint32
    firstVertex*: uint32
    transformOffset*: uint32
  VkAccelerationStructureBuildRangeInfoKHR_1124082488 = struct_VkAccelerationStructureBuildRangeInfoKHR_1124082487 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24048:3
  struct_VkAccelerationStructureGeometryTrianglesDataKHR_1124082490 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometryTrianglesDataKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24050:16
    pNext*: pointer
    vertexFormat*: VkFormat_1124074023
    vertexData*: VkDeviceOrHostAddressConstKHR_1124080393
    vertexStride*: VkDeviceSize_1124073930
    maxVertex*: uint32
    indexType*: VkIndexType_1124074059
    indexData*: VkDeviceOrHostAddressConstKHR_1124080393
    transformData*: VkDeviceOrHostAddressConstKHR_1124080393
  VkAccelerationStructureGeometryTrianglesDataKHR_1124082492 = struct_VkAccelerationStructureGeometryTrianglesDataKHR_1124082491 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24060:3
  struct_VkAccelerationStructureGeometryAabbsDataKHR_1124082494 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometryAabbsDataKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24062:16
    pNext*: pointer
    data*: VkDeviceOrHostAddressConstKHR_1124080393
    stride*: VkDeviceSize_1124073930
  VkAccelerationStructureGeometryAabbsDataKHR_1124082496 = struct_VkAccelerationStructureGeometryAabbsDataKHR_1124082495 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24067:3
  struct_VkAccelerationStructureGeometryInstancesDataKHR_1124082498 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometryInstancesDataKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24069:16
    pNext*: pointer
    arrayOfPointers*: VkBool32_1124073926
    data*: VkDeviceOrHostAddressConstKHR_1124080393
  VkAccelerationStructureGeometryInstancesDataKHR_1124082500 = struct_VkAccelerationStructureGeometryInstancesDataKHR_1124082499 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24074:3
  union_VkAccelerationStructureGeometryDataKHR_1124082502 {.union, bycopy.} = object
    triangles*: VkAccelerationStructureGeometryTrianglesDataKHR_1124082493 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24076:15
    aabbs*: VkAccelerationStructureGeometryAabbsDataKHR_1124082497
    instances*: VkAccelerationStructureGeometryInstancesDataKHR_1124082501
  VkAccelerationStructureGeometryDataKHR_1124082504 = union_VkAccelerationStructureGeometryDataKHR_1124082503 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24080:3
  struct_VkAccelerationStructureGeometryKHR_1124082506 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureGeometryKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24082:16
    pNext*: pointer
    geometryType*: VkGeometryTypeKHR_1124079335
    geometry*: VkAccelerationStructureGeometryDataKHR_1124082505
    flags*: VkGeometryFlagsKHR_1124079359
  VkAccelerationStructureGeometryKHR_1124082508 = struct_VkAccelerationStructureGeometryKHR_1124082507 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24088:3
  struct_VkAccelerationStructureBuildGeometryInfoKHR_1124082510 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureBuildGeometryInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24090:16
    pNext*: pointer
    type_field*: VkAccelerationStructureTypeKHR_1124079341
    flags*: VkBuildAccelerationStructureFlagsKHR_1124079379
    mode*: VkBuildAccelerationStructureModeKHR_1124082479
    srcAccelerationStructure*: VkAccelerationStructureKHR_1124080259
    dstAccelerationStructure*: VkAccelerationStructureKHR_1124080259
    geometryCount*: uint32
    pGeometries*: ptr VkAccelerationStructureGeometryKHR_1124082509
    ppGeometries*: ptr ptr VkAccelerationStructureGeometryKHR_1124082509
    scratchData*: VkDeviceOrHostAddressKHR_1124080815
  VkAccelerationStructureBuildGeometryInfoKHR_1124082512 = struct_VkAccelerationStructureBuildGeometryInfoKHR_1124082511 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24102:3
  struct_VkAccelerationStructureCreateInfoKHR_1124082514 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24104:16
    pNext*: pointer
    createFlags*: VkAccelerationStructureCreateFlagsKHR_1124082485
    buffer*: VkBuffer_1124073936
    offset*: VkDeviceSize_1124073930
    size*: VkDeviceSize_1124073930
    type_field*: VkAccelerationStructureTypeKHR_1124079341
    deviceAddress*: VkDeviceAddress_1124073928
  VkAccelerationStructureCreateInfoKHR_1124082516 = struct_VkAccelerationStructureCreateInfoKHR_1124082515 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24113:3
  struct_VkWriteDescriptorSetAccelerationStructureKHR_1124082518 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_WriteDescriptorSetAccelerationStructureKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24115:16
    pNext*: pointer
    accelerationStructureCount*: uint32
    pAccelerationStructures*: ptr VkAccelerationStructureKHR_1124080259
  VkWriteDescriptorSetAccelerationStructureKHR_1124082520 = struct_VkWriteDescriptorSetAccelerationStructureKHR_1124082519 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24120:3
  struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082522 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAccelerationStructureFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24122:16
    pNext*: pointer
    accelerationStructure*: VkBool32_1124073926
    accelerationStructureCaptureReplay*: VkBool32_1124073926
    accelerationStructureIndirectBuild*: VkBool32_1124073926
    accelerationStructureHostCommands*: VkBool32_1124073926
    descriptorBindingAccelerationStructureUpdateAfterBind*: VkBool32_1124073926
  VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082524 = struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082523 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24130:3
  struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082526 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceAccelerationStructurePropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24132:16
    pNext*: pointer
    maxGeometryCount*: uint64
    maxInstanceCount*: uint64
    maxPrimitiveCount*: uint64
    maxPerStageDescriptorAccelerationStructures*: uint32
    maxPerStageDescriptorUpdateAfterBindAccelerationStructures*: uint32
    maxDescriptorSetAccelerationStructures*: uint32
    maxDescriptorSetUpdateAfterBindAccelerationStructures*: uint32
    minAccelerationStructureScratchOffsetAlignment*: uint32
  VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082528 = struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082527 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24143:3
  struct_VkAccelerationStructureDeviceAddressInfoKHR_1124082530 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureDeviceAddressInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24145:16
    pNext*: pointer
    accelerationStructure*: VkAccelerationStructureKHR_1124080259
  VkAccelerationStructureDeviceAddressInfoKHR_1124082532 = struct_VkAccelerationStructureDeviceAddressInfoKHR_1124082531 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24149:3
  struct_VkAccelerationStructureVersionInfoKHR_1124082534 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureVersionInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24151:16
    pNext*: pointer
    pVersionData*: ptr uint8
  VkAccelerationStructureVersionInfoKHR_1124082536 = struct_VkAccelerationStructureVersionInfoKHR_1124082535 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24155:3
  struct_VkCopyAccelerationStructureToMemoryInfoKHR_1124082538 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyAccelerationStructureToMemoryInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24157:16
    pNext*: pointer
    src*: VkAccelerationStructureKHR_1124080259
    dst*: VkDeviceOrHostAddressKHR_1124080815
    mode*: VkCopyAccelerationStructureModeKHR_1124079347
  VkCopyAccelerationStructureToMemoryInfoKHR_1124082540 = struct_VkCopyAccelerationStructureToMemoryInfoKHR_1124082539 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24163:3
  struct_VkCopyMemoryToAccelerationStructureInfoKHR_1124082542 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyMemoryToAccelerationStructureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24165:16
    pNext*: pointer
    src*: VkDeviceOrHostAddressConstKHR_1124080393
    dst*: VkAccelerationStructureKHR_1124080259
    mode*: VkCopyAccelerationStructureModeKHR_1124079347
  VkCopyMemoryToAccelerationStructureInfoKHR_1124082544 = struct_VkCopyMemoryToAccelerationStructureInfoKHR_1124082543 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24171:3
  struct_VkCopyAccelerationStructureInfoKHR_1124082546 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CopyAccelerationStructureInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24173:16
    pNext*: pointer
    src*: VkAccelerationStructureKHR_1124080259
    dst*: VkAccelerationStructureKHR_1124080259
    mode*: VkCopyAccelerationStructureModeKHR_1124079347
  VkCopyAccelerationStructureInfoKHR_1124082548 = struct_VkCopyAccelerationStructureInfoKHR_1124082547 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24179:3
  PFN_vkCreateAccelerationStructureKHR_1124082550 = proc (a0: VkDevice_1124073944;
      a1: ptr VkAccelerationStructureCreateInfoKHR_1124082517;
      a2: ptr VkAllocationCallbacks_1124074499;
      a3: ptr VkAccelerationStructureKHR_1124080259): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24181:30
  PFN_vkDestroyAccelerationStructureKHR_1124082552 = proc (a0: VkDevice_1124073944;
      a1: VkAccelerationStructureKHR_1124080259; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24182:26
  PFN_vkCmdBuildAccelerationStructuresKHR_1124082554 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32;
      a2: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      a3: ptr ptr VkAccelerationStructureBuildRangeInfoKHR_1124082489): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24183:26
  PFN_vkCmdBuildAccelerationStructuresIndirectKHR_1124082556 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32;
      a2: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      a3: ptr VkDeviceAddress_1124073928; a4: ptr uint32; a5: ptr ptr uint32): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24184:26
  PFN_vkBuildAccelerationStructuresKHR_1124082558 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691; a2: uint32;
      a3: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      a4: ptr ptr VkAccelerationStructureBuildRangeInfoKHR_1124082489): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24185:30
  PFN_vkCopyAccelerationStructureKHR_1124082560 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691;
      a2: ptr VkCopyAccelerationStructureInfoKHR_1124082549): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24186:30
  PFN_vkCopyAccelerationStructureToMemoryKHR_1124082562 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691;
      a2: ptr VkCopyAccelerationStructureToMemoryInfoKHR_1124082541): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24187:30
  PFN_vkCopyMemoryToAccelerationStructureKHR_1124082564 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691;
      a2: ptr VkCopyMemoryToAccelerationStructureInfoKHR_1124082545): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24188:30
  PFN_vkWriteAccelerationStructuresPropertiesKHR_1124082566 = proc (
      a0: VkDevice_1124073944; a1: uint32; a2: ptr VkAccelerationStructureKHR_1124080259;
      a3: VkQueryType_1124074039; a4: csize_t; a5: pointer; a6: csize_t): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24189:30
  PFN_vkCmdCopyAccelerationStructureKHR_1124082568 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyAccelerationStructureInfoKHR_1124082549): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24190:26
  PFN_vkCmdCopyAccelerationStructureToMemoryKHR_1124082570 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyAccelerationStructureToMemoryInfoKHR_1124082541): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24191:26
  PFN_vkCmdCopyMemoryToAccelerationStructureKHR_1124082572 = proc (
      a0: VkCommandBuffer_1124073950;
      a1: ptr VkCopyMemoryToAccelerationStructureInfoKHR_1124082545): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24192:26
  PFN_vkGetAccelerationStructureDeviceAddressKHR_1124082574 = proc (
      a0: VkDevice_1124073944;
      a1: ptr VkAccelerationStructureDeviceAddressInfoKHR_1124082533): VkDeviceAddress_1124073928 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24193:37
  PFN_vkCmdWriteAccelerationStructuresPropertiesKHR_1124082576 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32;
      a2: ptr VkAccelerationStructureKHR_1124080259; a3: VkQueryType_1124074039;
      a4: VkQueryPool_1124073956; a5: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24194:26
  PFN_vkGetDeviceAccelerationStructureCompatibilityKHR_1124082578 = proc (
      a0: VkDevice_1124073944; a1: ptr VkAccelerationStructureVersionInfoKHR_1124082537;
      a2: ptr VkAccelerationStructureCompatibilityKHR_1124080791): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24195:26
  PFN_vkGetAccelerationStructureBuildSizesKHR_1124082580 = proc (a0: VkDevice_1124073944;
      a1: VkAccelerationStructureBuildTypeKHR_1124080795;
      a2: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      a3: ptr uint32; a4: ptr VkAccelerationStructureBuildSizesInfoKHR_1124082123): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24196:26
  VkShaderGroupShaderKHR_1124082584 = enum_VkShaderGroupShaderKHR_1124082583 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24336:3
  struct_VkRayTracingShaderGroupCreateInfoKHR_1124082586 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RayTracingShaderGroupCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24337:16
    pNext*: pointer
    type_field*: VkRayTracingShaderGroupTypeKHR_1124079329
    generalShader*: uint32
    closestHitShader*: uint32
    anyHitShader*: uint32
    intersectionShader*: uint32
    pShaderGroupCaptureReplayHandle*: pointer
  VkRayTracingShaderGroupCreateInfoKHR_1124082588 = struct_VkRayTracingShaderGroupCreateInfoKHR_1124082587 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24346:3
  struct_VkRayTracingPipelineInterfaceCreateInfoKHR_1124082590 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RayTracingPipelineInterfaceCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24348:16
    pNext*: pointer
    maxPipelineRayPayloadSize*: uint32
    maxPipelineRayHitAttributeSize*: uint32
  VkRayTracingPipelineInterfaceCreateInfoKHR_1124082592 = struct_VkRayTracingPipelineInterfaceCreateInfoKHR_1124082591 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24353:3
  struct_VkRayTracingPipelineCreateInfoKHR_1124082594 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_RayTracingPipelineCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24355:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags_1124074333
    stageCount*: uint32
    pStages*: ptr VkPipelineShaderStageCreateInfo_1124074715
    groupCount*: uint32
    pGroups*: ptr VkRayTracingShaderGroupCreateInfoKHR_1124082589
    maxPipelineRayRecursionDepth*: uint32
    pLibraryInfo*: ptr VkPipelineLibraryCreateInfoKHR_1124077759
    pLibraryInterface*: ptr VkRayTracingPipelineInterfaceCreateInfoKHR_1124082593
    pDynamicState*: ptr VkPipelineDynamicStateCreateInfo_1124074835
    layout*: VkPipelineLayout_1124073981
    basePipelineHandle*: VkPipeline_1124073983
    basePipelineIndex*: int32
  VkRayTracingPipelineCreateInfoKHR_1124082596 = struct_VkRayTracingPipelineCreateInfoKHR_1124082595 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24370:3
  struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082598 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingPipelineFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24372:16
    pNext*: pointer
    rayTracingPipeline*: VkBool32_1124073926
    rayTracingPipelineShaderGroupHandleCaptureReplay*: VkBool32_1124073926
    rayTracingPipelineShaderGroupHandleCaptureReplayMixed*: VkBool32_1124073926
    rayTracingPipelineTraceRaysIndirect*: VkBool32_1124073926
    rayTraversalPrimitiveCulling*: VkBool32_1124073926
  VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082600 = struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082599 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24380:3
  struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082602 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayTracingPipelinePropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24382:16
    pNext*: pointer
    shaderGroupHandleSize*: uint32
    maxRayRecursionDepth*: uint32
    maxShaderGroupStride*: uint32
    shaderGroupBaseAlignment*: uint32
    shaderGroupHandleCaptureReplaySize*: uint32
    maxRayDispatchInvocationCount*: uint32
    shaderGroupHandleAlignment*: uint32
    maxRayHitAttributeSize*: uint32
  VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082604 = struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082603 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24393:3
  struct_VkTraceRaysIndirectCommandKHR_1124082606 {.pure, inheritable, bycopy.} = object
    width*: uint32           ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24395:16
    height*: uint32
    depth*: uint32
  VkTraceRaysIndirectCommandKHR_1124082608 = struct_VkTraceRaysIndirectCommandKHR_1124082607 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24399:3
  PFN_vkCmdTraceRaysKHR_1124082610 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      a2: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      a3: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      a4: ptr VkStridedDeviceAddressRegionKHR_1124082083; a5: uint32;
      a6: uint32; a7: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24401:26
  PFN_vkCreateRayTracingPipelinesKHR_1124082612 = proc (a0: VkDevice_1124073944;
      a1: VkDeferredOperationKHR_1124077691; a2: VkPipelineCache_1124073972;
      a3: uint32; a4: ptr VkRayTracingPipelineCreateInfoKHR_1124082597;
      a5: ptr VkAllocationCallbacks_1124074499; a6: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24402:30
  PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR_1124082614 = proc (
      a0: VkDevice_1124073944; a1: VkPipeline_1124073983; a2: uint32;
      a3: uint32; a4: csize_t; a5: pointer): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24403:30
  PFN_vkCmdTraceRaysIndirectKHR_1124082616 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      a2: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      a3: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      a4: ptr VkStridedDeviceAddressRegionKHR_1124082083; a5: VkDeviceAddress_1124073928): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24404:26
  PFN_vkGetRayTracingShaderGroupStackSizeKHR_1124082618 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983; a2: uint32; a3: VkShaderGroupShaderKHR_1124082585): VkDeviceSize_1124073930 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24405:34
  PFN_vkCmdSetRayTracingPipelineStackSizeKHR_1124082620 = proc (
      a0: VkCommandBuffer_1124073950; a1: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24406:26
  struct_VkPhysicalDeviceRayQueryFeaturesKHR_1124082622 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceRayQueryFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24472:16
    pNext*: pointer
    rayQuery*: VkBool32_1124073926
  VkPhysicalDeviceRayQueryFeaturesKHR_1124082624 = struct_VkPhysicalDeviceRayQueryFeaturesKHR_1124082623 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24476:3
  struct_VkPhysicalDeviceMeshShaderFeaturesEXT_1124082626 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMeshShaderFeaturesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24484:16
    pNext*: pointer
    taskShader*: VkBool32_1124073926
    meshShader*: VkBool32_1124073926
    multiviewMeshShader*: VkBool32_1124073926
    primitiveFragmentShadingRateMeshShader*: VkBool32_1124073926
    meshShaderQueries*: VkBool32_1124073926
  VkPhysicalDeviceMeshShaderFeaturesEXT_1124082628 = struct_VkPhysicalDeviceMeshShaderFeaturesEXT_1124082627 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24492:3
  struct_VkPhysicalDeviceMeshShaderPropertiesEXT_1124082630 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceMeshShaderPropertiesEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24494:16
    pNext*: pointer
    maxTaskWorkGroupTotalCount*: uint32
    maxTaskWorkGroupCount*: array[3'i64, uint32]
    maxTaskWorkGroupInvocations*: uint32
    maxTaskWorkGroupSize*: array[3'i64, uint32]
    maxTaskPayloadSize*: uint32
    maxTaskSharedMemorySize*: uint32
    maxTaskPayloadAndSharedMemorySize*: uint32
    maxMeshWorkGroupTotalCount*: uint32
    maxMeshWorkGroupCount*: array[3'i64, uint32]
    maxMeshWorkGroupInvocations*: uint32
    maxMeshWorkGroupSize*: array[3'i64, uint32]
    maxMeshSharedMemorySize*: uint32
    maxMeshPayloadAndSharedMemorySize*: uint32
    maxMeshOutputMemorySize*: uint32
    maxMeshPayloadAndOutputMemorySize*: uint32
    maxMeshOutputComponents*: uint32
    maxMeshOutputVertices*: uint32
    maxMeshOutputPrimitives*: uint32
    maxMeshOutputLayers*: uint32
    maxMeshMultiviewViewCount*: uint32
    meshOutputPerVertexGranularity*: uint32
    meshOutputPerPrimitiveGranularity*: uint32
    maxPreferredTaskWorkGroupInvocations*: uint32
    maxPreferredMeshWorkGroupInvocations*: uint32
    prefersLocalInvocationVertexOutput*: VkBool32_1124073926
    prefersLocalInvocationPrimitiveOutput*: VkBool32_1124073926
    prefersCompactVertexOutput*: VkBool32_1124073926
    prefersCompactPrimitiveOutput*: VkBool32_1124073926
  VkPhysicalDeviceMeshShaderPropertiesEXT_1124082632 = struct_VkPhysicalDeviceMeshShaderPropertiesEXT_1124082631 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24525:3
  struct_VkDrawMeshTasksIndirectCommandEXT_1124082634 {.pure, inheritable,       bycopy.} = object
    groupCountX*: uint32     ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24527:16
    groupCountY*: uint32
    groupCountZ*: uint32
  VkDrawMeshTasksIndirectCommandEXT_1124082636 = struct_VkDrawMeshTasksIndirectCommandEXT_1124082635 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24531:3
  PFN_vkCmdDrawMeshTasksEXT_1124082638 = proc (a0: VkCommandBuffer_1124073950;
      a1: uint32; a2: uint32; a3: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24533:26
  PFN_vkCmdDrawMeshTasksIndirectEXT_1124082640 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: uint32;
      a4: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24534:26
  PFN_vkCmdDrawMeshTasksIndirectCountEXT_1124082642 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkBuffer_1124073936; a2: VkDeviceSize_1124073930; a3: VkBuffer_1124073936;
      a4: VkDeviceSize_1124073930; a5: uint32; a6: uint32): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24535:26
  VkWin32SurfaceCreateFlagsKHR_1124082644 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:26:17
  struct_VkWin32SurfaceCreateInfoKHR_1124082646 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_Win32SurfaceCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:27:16
    pNext*: pointer
    flags*: VkWin32SurfaceCreateFlagsKHR_1124082645
    hinstance*: HINSTANCE_1124082649
    hwnd*: HWND_1124082651
  HINSTANCE_1124082648 = ptr struct_HINSTANCE_private_1124082967 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:193:3
  HWND_1124082650 = ptr struct_HWND_private_1124082969 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:151:3
  VkWin32SurfaceCreateInfoKHR_1124082652 = struct_VkWin32SurfaceCreateInfoKHR_1124082647 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:33:3
  PFN_vkCreateWin32SurfaceKHR_1124082654 = proc (a0: VkInstance_1124073940;
      a1: ptr VkWin32SurfaceCreateInfoKHR_1124082653;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:35:30
  PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR_1124082656 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32): VkBool32_1124073926 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:36:30
  struct_VkImportMemoryWin32HandleInfoKHR_1124082658 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportMemoryWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:59:16
    pNext*: pointer
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
    handle*: HANDLE_1124082661
    name*: LPCWSTR_1124082663
  HANDLE_1124082660 = pointer ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/winnt.h:204:17
  LPCWSTR_1124082662 = ptr WCHAR_1124082971 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/winnt.h:161:24
  VkImportMemoryWin32HandleInfoKHR_1124082664 = struct_VkImportMemoryWin32HandleInfoKHR_1124082659 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:65:3
  struct_VkExportMemoryWin32HandleInfoKHR_1124082666 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportMemoryWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:67:16
    pNext*: pointer
    pAttributes*: ptr SECURITY_ATTRIBUTES_1124082669
    dwAccess*: DWORD_1124082671
    name*: LPCWSTR_1124082663
  SECURITY_ATTRIBUTES_1124082668 = struct_SECURITY_ATTRIBUTES_1124082973 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/winbase.h:151:5
  DWORD_1124082670 = culong  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:94:25
  VkExportMemoryWin32HandleInfoKHR_1124082672 = struct_VkExportMemoryWin32HandleInfoKHR_1124082667 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:73:3
  struct_VkMemoryWin32HandlePropertiesKHR_1124082674 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryWin32HandlePropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:75:16
    pNext*: pointer
    memoryTypeBits*: uint32
  VkMemoryWin32HandlePropertiesKHR_1124082676 = struct_VkMemoryWin32HandlePropertiesKHR_1124082675 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:79:3
  struct_VkMemoryGetWin32HandleInfoKHR_1124082678 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_MemoryGetWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:81:16
    pNext*: pointer
    memory*: VkDeviceMemory_1124073954
    handleType*: VkExternalMemoryHandleTypeFlagBits_1124075211
  VkMemoryGetWin32HandleInfoKHR_1124082680 = struct_VkMemoryGetWin32HandleInfoKHR_1124082679 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:86:3
  PFN_vkGetMemoryWin32HandleKHR_1124082682 = proc (a0: VkDevice_1124073944;
      a1: ptr VkMemoryGetWin32HandleInfoKHR_1124082681; a2: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:88:30
  PFN_vkGetMemoryWin32HandlePropertiesKHR_1124082684 = proc (a0: VkDevice_1124073944;
      a1: VkExternalMemoryHandleTypeFlagBits_1124075211; a2: HANDLE_1124082661;
      a3: ptr VkMemoryWin32HandlePropertiesKHR_1124082677): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:89:30
  struct_VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082686 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_Win32KeyedMutexAcquireReleaseInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:113:16
    pNext*: pointer
    acquireCount*: uint32
    pAcquireSyncs*: ptr VkDeviceMemory_1124073954
    pAcquireKeys*: ptr uint64
    pAcquireTimeouts*: ptr uint32
    releaseCount*: uint32
    pReleaseSyncs*: ptr VkDeviceMemory_1124073954
    pReleaseKeys*: ptr uint64
  VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082688 = struct_VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082687 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:123:3
  struct_VkImportSemaphoreWin32HandleInfoKHR_1124082690 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportSemaphoreWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:131:16
    pNext*: pointer
    semaphore*: VkSemaphore_1124073948
    flags*: VkSemaphoreImportFlags_1124075243
    handleType*: VkExternalSemaphoreHandleTypeFlagBits_1124075247
    handle*: HANDLE_1124082661
    name*: LPCWSTR_1124082663
  VkImportSemaphoreWin32HandleInfoKHR_1124082692 = struct_VkImportSemaphoreWin32HandleInfoKHR_1124082691 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:139:3
  struct_VkExportSemaphoreWin32HandleInfoKHR_1124082694 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportSemaphoreWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:141:16
    pNext*: pointer
    pAttributes*: ptr SECURITY_ATTRIBUTES_1124082669
    dwAccess*: DWORD_1124082671
    name*: LPCWSTR_1124082663
  VkExportSemaphoreWin32HandleInfoKHR_1124082696 = struct_VkExportSemaphoreWin32HandleInfoKHR_1124082695 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:147:3
  struct_VkD3D12FenceSubmitInfoKHR_1124082698 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_D3D12FenceSubmitInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:149:16
    pNext*: pointer
    waitSemaphoreValuesCount*: uint32
    pWaitSemaphoreValues*: ptr uint64
    signalSemaphoreValuesCount*: uint32
    pSignalSemaphoreValues*: ptr uint64
  VkD3D12FenceSubmitInfoKHR_1124082700 = struct_VkD3D12FenceSubmitInfoKHR_1124082699 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:156:3
  struct_VkSemaphoreGetWin32HandleInfoKHR_1124082702 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SemaphoreGetWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:158:16
    pNext*: pointer
    semaphore*: VkSemaphore_1124073948
    handleType*: VkExternalSemaphoreHandleTypeFlagBits_1124075247
  VkSemaphoreGetWin32HandleInfoKHR_1124082704 = struct_VkSemaphoreGetWin32HandleInfoKHR_1124082703 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:163:3
  PFN_vkImportSemaphoreWin32HandleKHR_1124082706 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImportSemaphoreWin32HandleInfoKHR_1124082693): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:165:30
  PFN_vkGetSemaphoreWin32HandleKHR_1124082708 = proc (a0: VkDevice_1124073944;
      a1: ptr VkSemaphoreGetWin32HandleInfoKHR_1124082705; a2: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:166:30
  struct_VkImportFenceWin32HandleInfoKHR_1124082710 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportFenceWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:188:16
    pNext*: pointer
    fence*: VkFence_1124073952
    flags*: VkFenceImportFlags_1124075237
    handleType*: VkExternalFenceHandleTypeFlagBits_1124075223
    handle*: HANDLE_1124082661
    name*: LPCWSTR_1124082663
  VkImportFenceWin32HandleInfoKHR_1124082712 = struct_VkImportFenceWin32HandleInfoKHR_1124082711 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:196:3
  struct_VkExportFenceWin32HandleInfoKHR_1124082714 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportFenceWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:198:16
    pNext*: pointer
    pAttributes*: ptr SECURITY_ATTRIBUTES_1124082669
    dwAccess*: DWORD_1124082671
    name*: LPCWSTR_1124082663
  VkExportFenceWin32HandleInfoKHR_1124082716 = struct_VkExportFenceWin32HandleInfoKHR_1124082715 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:204:3
  struct_VkFenceGetWin32HandleInfoKHR_1124082718 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_FenceGetWin32HandleInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:206:16
    pNext*: pointer
    fence*: VkFence_1124073952
    handleType*: VkExternalFenceHandleTypeFlagBits_1124075223
  VkFenceGetWin32HandleInfoKHR_1124082720 = struct_VkFenceGetWin32HandleInfoKHR_1124082719 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:211:3
  PFN_vkImportFenceWin32HandleKHR_1124082722 = proc (a0: VkDevice_1124073944;
      a1: ptr VkImportFenceWin32HandleInfoKHR_1124082713): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:213:30
  PFN_vkGetFenceWin32HandleKHR_1124082724 = proc (a0: VkDevice_1124073944;
      a1: ptr VkFenceGetWin32HandleInfoKHR_1124082721; a2: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:214:30
  struct_VkImportMemoryWin32HandleInfoNV_1124082726 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ImportMemoryWin32HandleInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:236:16
    pNext*: pointer
    handleType*: VkExternalMemoryHandleTypeFlagsNV_1124078821
    handle*: HANDLE_1124082661
  VkImportMemoryWin32HandleInfoNV_1124082728 = struct_VkImportMemoryWin32HandleInfoNV_1124082727 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:241:3
  struct_VkExportMemoryWin32HandleInfoNV_1124082730 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExportMemoryWin32HandleInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:243:16
    pNext*: pointer
    pAttributes*: ptr SECURITY_ATTRIBUTES_1124082669
    dwAccess*: DWORD_1124082671
  VkExportMemoryWin32HandleInfoNV_1124082732 = struct_VkExportMemoryWin32HandleInfoNV_1124082731 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:248:3
  PFN_vkGetMemoryWin32HandleNV_1124082734 = proc (a0: VkDevice_1124073944;
      a1: VkDeviceMemory_1124073954; a2: VkExternalMemoryHandleTypeFlagsNV_1124078821;
      a3: ptr HANDLE_1124082661): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:250:30
  struct_VkWin32KeyedMutexAcquireReleaseInfoNV_1124082736 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_Win32KeyedMutexAcquireReleaseInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:267:16
    pNext*: pointer
    acquireCount*: uint32
    pAcquireSyncs*: ptr VkDeviceMemory_1124073954
    pAcquireKeys*: ptr uint64
    pAcquireTimeoutMilliseconds*: ptr uint32
    releaseCount*: uint32
    pReleaseSyncs*: ptr VkDeviceMemory_1124073954
    pReleaseKeys*: ptr uint64
  VkWin32KeyedMutexAcquireReleaseInfoNV_1124082738 = struct_VkWin32KeyedMutexAcquireReleaseInfoNV_1124082737 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:277:3
  VkFullScreenExclusiveEXT_1124082742 = enum_VkFullScreenExclusiveEXT_1124082741 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:292:3
  struct_VkSurfaceFullScreenExclusiveInfoEXT_1124082744 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceFullScreenExclusiveInfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:293:16
    pNext*: pointer
    fullScreenExclusive*: VkFullScreenExclusiveEXT_1124082743
  VkSurfaceFullScreenExclusiveInfoEXT_1124082746 = struct_VkSurfaceFullScreenExclusiveInfoEXT_1124082745 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:297:3
  struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082748 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceCapabilitiesFullScreenExclusiveEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:299:16
    pNext*: pointer
    fullScreenExclusiveSupported*: VkBool32_1124073926
  VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082750 = struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082749 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:303:3
  struct_VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082752 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_SurfaceFullScreenExclusiveWin32InfoEXT ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:305:16
    pNext*: pointer
    hmonitor*: HMONITOR_1124082755
  HMONITOR_1124082754 = ptr struct_HMONITOR_private_1124082975 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:203:3
  VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082756 = struct_VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082753 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:309:3
  PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT_1124082758 = proc (
      a0: VkPhysicalDevice_1124073942; a1: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      a2: ptr uint32; a3: ptr VkPresentModeKHR_1124076471): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:311:30
  PFN_vkAcquireFullScreenExclusiveModeEXT_1124082760 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:312:30
  PFN_vkReleaseFullScreenExclusiveModeEXT_1124082762 = proc (a0: VkDevice_1124073944;
      a1: VkSwapchainKHR_1124076507): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:313:30
  PFN_vkGetDeviceGroupSurfacePresentModes2EXT_1124082764 = proc (a0: VkDevice_1124073944;
      a1: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      a2: ptr VkDeviceGroupPresentModeFlagsKHR_1124076519): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:314:30
  PFN_vkAcquireWinrtDisplayNV_1124082766 = proc (a0: VkPhysicalDevice_1124073942;
      a1: VkDisplayKHR_1124076571): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:350:30
  PFN_vkGetWinrtDisplayNV_1124082768 = proc (a0: VkPhysicalDevice_1124073942;
      a1: uint32; a2: ptr VkDisplayKHR_1124076571): VkResult_1124073995 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:351:30
  VkXlibSurfaceCreateFlagsKHR_1124082770 = VkFlags_1124073932 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:26:17
  struct_VkXlibSurfaceCreateInfoKHR_1124082772 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_XlibSurfaceCreateInfoKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:27:16
    pNext*: pointer
    flags*: VkXlibSurfaceCreateFlagsKHR_1124082771
    dpy*: ptr Display_1124082775
    window*: Window_1124082777
  Display_1124082774 = struct_XDisplay ## Generated based on /usr/include/X11/Xlib.h:483:26
  Window_1124082776 = XID_1124082977 ## Generated based on /usr/include/X11/X.h:96:13
  VkXlibSurfaceCreateInfoKHR_1124082778 = struct_VkXlibSurfaceCreateInfoKHR_1124082773 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:33:3
  PFN_vkCreateXlibSurfaceKHR_1124082780 = proc (a0: VkInstance_1124073940;
      a1: ptr VkXlibSurfaceCreateInfoKHR_1124082779;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:35:30
  PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR_1124082782 = proc (
      a0: VkPhysicalDevice_1124073942; a1: uint32; a2: ptr Display_1124082775;
      a3: VisualID_1124082785): VkBool32_1124073926 {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:36:30
  VisualID_1124082784 = culong ## Generated based on /usr/include/X11/X.h:76:23
  struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082786 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePortabilitySubsetFeaturesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:26:16
    pNext*: pointer
    constantAlphaColorBlendFactors*: VkBool32_1124073926
    events*: VkBool32_1124073926
    imageViewFormatReinterpretation*: VkBool32_1124073926
    imageViewFormatSwizzle*: VkBool32_1124073926
    imageView2DOn3DImage*: VkBool32_1124073926
    multisampleArrayImage*: VkBool32_1124073926
    mutableComparisonSamplers*: VkBool32_1124073926
    pointPolygons*: VkBool32_1124073926
    samplerMipLodBias*: VkBool32_1124073926
    separateStencilMaskRef*: VkBool32_1124073926
    shaderSampleRateInterpolationFunctions*: VkBool32_1124073926
    tessellationIsolines*: VkBool32_1124073926
    tessellationPointMode*: VkBool32_1124073926
    triangleFans*: VkBool32_1124073926
    vertexAttributeAccessBeyondStride*: VkBool32_1124073926
  VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082788 = struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082787 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:44:3
  struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082790 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDevicePortabilitySubsetPropertiesKHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:46:16
    pNext*: pointer
    minVertexInputBindingStrideAlignment*: uint32
  VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082792 = struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082791 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:50:3
  struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082794 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderEnqueueFeaturesAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:59:16
    pNext*: pointer
    shaderEnqueue*: VkBool32_1124073926
    shaderMeshEnqueue*: VkBool32_1124073926
  VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082796 = struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082795 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:64:3
  struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082798 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceShaderEnqueuePropertiesAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:66:16
    pNext*: pointer
    maxExecutionGraphDepth*: uint32
    maxExecutionGraphShaderOutputNodes*: uint32
    maxExecutionGraphShaderPayloadSize*: uint32
    maxExecutionGraphShaderPayloadCount*: uint32
    executionGraphDispatchAddressAlignment*: uint32
    maxExecutionGraphWorkgroupCount*: array[3'i64, uint32]
    maxExecutionGraphWorkgroups*: uint32
  VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082800 = struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082799 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:76:3
  struct_VkExecutionGraphPipelineScratchSizeAMDX_1124082802 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExecutionGraphPipelineScratchSizeAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:78:16
    pNext*: pointer
    minSize*: VkDeviceSize_1124073930
    maxSize*: VkDeviceSize_1124073930
    sizeGranularity*: VkDeviceSize_1124073930
  VkExecutionGraphPipelineScratchSizeAMDX_1124082804 = struct_VkExecutionGraphPipelineScratchSizeAMDX_1124082803 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:84:3
  struct_VkExecutionGraphPipelineCreateInfoAMDX_1124082806 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_ExecutionGraphPipelineCreateInfoAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:86:16
    pNext*: pointer
    flags*: VkPipelineCreateFlags_1124074333
    stageCount*: uint32
    pStages*: ptr VkPipelineShaderStageCreateInfo_1124074715
    pLibraryInfo*: ptr VkPipelineLibraryCreateInfoKHR_1124077759
    layout*: VkPipelineLayout_1124073981
    basePipelineHandle*: VkPipeline_1124073983
    basePipelineIndex*: int32
  VkExecutionGraphPipelineCreateInfoAMDX_1124082808 = struct_VkExecutionGraphPipelineCreateInfoAMDX_1124082807 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:96:3
  union_VkDeviceOrHostAddressConstAMDX_1124082810 {.union, bycopy.} = object
    deviceAddress*: VkDeviceAddress_1124073928 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:98:15
    hostAddress*: pointer
  VkDeviceOrHostAddressConstAMDX_1124082812 = union_VkDeviceOrHostAddressConstAMDX_1124082811 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:101:3
  struct_VkDispatchGraphInfoAMDX_1124082814 {.pure, inheritable, bycopy.} = object
    nodeIndex*: uint32       ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:103:16
    payloadCount*: uint32
    payloads*: VkDeviceOrHostAddressConstAMDX_1124082813
    payloadStride*: uint64
  VkDispatchGraphInfoAMDX_1124082816 = struct_VkDispatchGraphInfoAMDX_1124082815 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:108:3
  struct_VkDispatchGraphCountInfoAMDX_1124082818 {.pure, inheritable, bycopy.} = object
    count*: uint32           ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:110:16
    infos*: VkDeviceOrHostAddressConstAMDX_1124082813
    stride*: uint64
  VkDispatchGraphCountInfoAMDX_1124082820 = struct_VkDispatchGraphCountInfoAMDX_1124082819 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:114:3
  struct_VkPipelineShaderStageNodeCreateInfoAMDX_1124082822 {.pure, inheritable,       bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PipelineShaderStageNodeCreateInfoAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:116:16
    pNext*: pointer
    pName*: cstring
    index*: uint32
  VkPipelineShaderStageNodeCreateInfoAMDX_1124082824 = struct_VkPipelineShaderStageNodeCreateInfoAMDX_1124082823 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:121:3
  PFN_vkCreateExecutionGraphPipelinesAMDX_1124082826 = proc (a0: VkDevice_1124073944;
      a1: VkPipelineCache_1124073972; a2: uint32;
      a3: ptr VkExecutionGraphPipelineCreateInfoAMDX_1124082809;
      a4: ptr VkAllocationCallbacks_1124074499; a5: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:123:30
  PFN_vkGetExecutionGraphPipelineScratchSizeAMDX_1124082828 = proc (
      a0: VkDevice_1124073944; a1: VkPipeline_1124073983;
      a2: ptr VkExecutionGraphPipelineScratchSizeAMDX_1124082805): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:124:30
  PFN_vkGetExecutionGraphPipelineNodeIndexAMDX_1124082830 = proc (a0: VkDevice_1124073944;
      a1: VkPipeline_1124073983;
      a2: ptr VkPipelineShaderStageNodeCreateInfoAMDX_1124082825; a3: ptr uint32): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:125:30
  PFN_vkCmdInitializeGraphScratchMemoryAMDX_1124082832 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkPipeline_1124073983;
      a2: VkDeviceAddress_1124073928; a3: VkDeviceSize_1124073930): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:126:26
  PFN_vkCmdDispatchGraphAMDX_1124082834 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDeviceAddress_1124073928; a2: VkDeviceSize_1124073930;
      a3: ptr VkDispatchGraphCountInfoAMDX_1124082821): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:127:26
  PFN_vkCmdDispatchGraphIndirectAMDX_1124082836 = proc (a0: VkCommandBuffer_1124073950;
      a1: VkDeviceAddress_1124073928; a2: VkDeviceSize_1124073930;
      a3: ptr VkDispatchGraphCountInfoAMDX_1124082821): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:128:26
  PFN_vkCmdDispatchGraphIndirectCountAMDX_1124082838 = proc (
      a0: VkCommandBuffer_1124073950; a1: VkDeviceAddress_1124073928;
      a2: VkDeviceSize_1124073930; a3: VkDeviceAddress_1124073928): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:129:26
  VkCudaModuleNV_1124082840 = ptr struct_VkCudaModuleNV_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:193:1
  VkCudaFunctionNV_1124082842 = ptr struct_VkCudaFunctionNV_T ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:194:1
  struct_VkCudaModuleCreateInfoNV_1124082844 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CudaModuleCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:197:16
    pNext*: pointer
    dataSize*: csize_t
    pData*: pointer
  VkCudaModuleCreateInfoNV_1124082846 = struct_VkCudaModuleCreateInfoNV_1124082845 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:202:3
  struct_VkCudaFunctionCreateInfoNV_1124082848 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CudaFunctionCreateInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:204:16
    pNext*: pointer
    module*: VkCudaModuleNV_1124082841
    pName*: cstring
  VkCudaFunctionCreateInfoNV_1124082850 = struct_VkCudaFunctionCreateInfoNV_1124082849 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:209:3
  struct_VkCudaLaunchInfoNV_1124082852 {.pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_CudaLaunchInfoNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:211:16
    pNext*: pointer
    function*: VkCudaFunctionNV_1124082843
    gridDimX*: uint32
    gridDimY*: uint32
    gridDimZ*: uint32
    blockDimX*: uint32
    blockDimY*: uint32
    blockDimZ*: uint32
    sharedMemBytes*: uint32
    paramCount*: csize_t
    pParams*: ptr pointer
    extraCount*: csize_t
    pExtras*: ptr pointer
  VkCudaLaunchInfoNV_1124082854 = struct_VkCudaLaunchInfoNV_1124082853 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:226:3
  struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082856 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCudaKernelLaunchFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:228:16
    pNext*: pointer
    cudaKernelLaunchFeatures*: VkBool32_1124073926
  VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082858 = struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082857 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:232:3
  struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082860 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceCudaKernelLaunchPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:234:16
    pNext*: pointer
    computeCapabilityMinor*: uint32
    computeCapabilityMajor*: uint32
  VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082862 = struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082861 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:239:3
  PFN_vkCreateCudaModuleNV_1124082864 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCudaModuleCreateInfoNV_1124082847;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkCudaModuleNV_1124082841): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:241:30
  PFN_vkGetCudaModuleCacheNV_1124082866 = proc (a0: VkDevice_1124073944;
      a1: VkCudaModuleNV_1124082841; a2: ptr csize_t; a3: pointer): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:242:30
  PFN_vkCreateCudaFunctionNV_1124082868 = proc (a0: VkDevice_1124073944;
      a1: ptr VkCudaFunctionCreateInfoNV_1124082851;
      a2: ptr VkAllocationCallbacks_1124074499; a3: ptr VkCudaFunctionNV_1124082843): VkResult_1124073995 {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:243:30
  PFN_vkDestroyCudaModuleNV_1124082870 = proc (a0: VkDevice_1124073944;
      a1: VkCudaModuleNV_1124082841; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:244:26
  PFN_vkDestroyCudaFunctionNV_1124082872 = proc (a0: VkDevice_1124073944;
      a1: VkCudaFunctionNV_1124082843; a2: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}                ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:245:26
  PFN_vkCmdCudaLaunchKernelNV_1124082874 = proc (a0: VkCommandBuffer_1124073950;
      a1: ptr VkCudaLaunchInfoNV_1124082855): void {.cdecl.} ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:246:26
  VkDisplacementMicromapFormatNV_1124082878 = enum_VkDisplacementMicromapFormatNV_1124082877 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:305:3
  struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082880 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDisplacementMicromapFeaturesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:306:16
    pNext*: pointer
    displacementMicromap*: VkBool32_1124073926
  VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082882 = struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082881 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:310:3
  struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082884 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDisplacementMicromapPropertiesNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:312:16
    pNext*: pointer
    maxDisplacementMicromapSubdivisionLevel*: uint32
  VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082886 = struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082885 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:316:3
  struct_VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082888 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureTrianglesDisplacementMicromapNV ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:318:16
    pNext*: pointer
    displacementBiasAndScaleFormat*: VkFormat_1124074023
    displacementVectorFormat*: VkFormat_1124074023
    displacementBiasAndScaleBuffer*: VkDeviceOrHostAddressConstKHR_1124080393
    displacementBiasAndScaleStride*: VkDeviceSize_1124073930
    displacementVectorBuffer*: VkDeviceOrHostAddressConstKHR_1124080393
    displacementVectorStride*: VkDeviceSize_1124073930
    displacedMicromapPrimitiveFlags*: VkDeviceOrHostAddressConstKHR_1124080393
    displacedMicromapPrimitiveFlagsStride*: VkDeviceSize_1124073930
    indexType*: VkIndexType_1124074059
    indexBuffer*: VkDeviceOrHostAddressConstKHR_1124080393
    indexStride*: VkDeviceSize_1124073930
    baseTriangle*: uint32
    usageCountsCount*: uint32
    pUsageCounts*: ptr VkMicromapUsageEXT_1124080811
    ppUsageCounts*: ptr ptr VkMicromapUsageEXT_1124080811
    micromap*: VkMicromapEXT_1124080767
  VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082890 = struct_VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082889 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:337:3
  VkCompressedTriangleFormatAMDX_1124082894 = enum_VkCompressedTriangleFormatAMDX_1124082893 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:351:3
  struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082896 {.pure,       inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_PhysicalDeviceDenseGeometryFormatFeaturesAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:352:16
    pNext*: pointer
    denseGeometryFormat*: VkBool32_1124073926
  VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082898 = struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082897 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:356:3
  struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082900 {.       pure, inheritable, bycopy.} = object
    sType*: enum_VkStructureType_1124073996 = enum_VkStructureType_1124073996.VK_STRUCTURE_TYPE_AccelerationStructureDenseGeometryFormatTrianglesDataAMDX ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:358:16
    pNext*: pointer
    compressedData*: VkDeviceOrHostAddressConstKHR_1124080393
    dataSize*: VkDeviceSize_1124073930
    numTriangles*: uint32
    numVertices*: uint32
    maxPrimitiveIndex*: uint32
    maxGeometryIndex*: uint32
    format*: VkCompressedTriangleFormatAMDX_1124082895
  VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082902 = struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082901 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:368:3
  struct_StdVideoH264SequenceParameterSet_1124082906 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH264SpsFlags_1124082979 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:254:16
    profile_idc*: StdVideoH264ProfileIdc_1124076883
    level_idc*: StdVideoH264LevelIdc_1124076827
    chroma_format_idc*: StdVideoH264ChromaFormatIdc_1124082981
    seq_parameter_set_id*: uint8
    bit_depth_luma_minus8*: uint8
    bit_depth_chroma_minus8*: uint8
    log2_max_frame_num_minus4*: uint8
    pic_order_cnt_type*: StdVideoH264PocType_1124082983
    offset_for_non_ref_pic*: int32
    offset_for_top_to_bottom_field*: int32
    log2_max_pic_order_cnt_lsb_minus4*: uint8
    num_ref_frames_in_pic_order_cnt_cycle*: uint8
    max_num_ref_frames*: uint8
    reserved1*: uint8
    pic_width_in_mbs_minus1*: uint32
    pic_height_in_map_units_minus1*: uint32
    frame_crop_left_offset*: uint32
    frame_crop_right_offset*: uint32
    frame_crop_top_offset*: uint32
    frame_crop_bottom_offset*: uint32
    reserved2*: uint32
    pOffsetForRefFrame*: ptr int32
    pScalingLists*: ptr StdVideoH264ScalingLists_1124082985
    pSequenceParameterSetVui*: ptr StdVideoH264SequenceParameterSetVui_1124082987
  struct_StdVideoH264PictureParameterSet_1124082908 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH264PpsFlags_1124082989 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:293:16
    seq_parameter_set_id*: uint8
    pic_parameter_set_id*: uint8
    num_ref_idx_l0_default_active_minus1*: uint8
    num_ref_idx_l1_default_active_minus1*: uint8
    weighted_bipred_idc*: StdVideoH264WeightedBipredIdc_1124082991
    pic_init_qp_minus26*: int8
    pic_init_qs_minus26*: int8
    chroma_qp_index_offset*: int8
    second_chroma_qp_index_offset*: int8
    pScalingLists*: ptr StdVideoH264ScalingLists_1124082985
  struct_StdVideoEncodeH264SliceHeader_1124082910 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH264SliceHeaderFlags_1124082993 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:129:16
    first_mb_in_slice*: uint32
    slice_type*: StdVideoH264SliceType_1124082995
    slice_alpha_c0_offset_div2*: int8
    slice_beta_offset_div2*: int8
    slice_qp_delta*: int8
    reserved1*: uint8
    cabac_init_idc*: StdVideoH264CabacInitIdc_1124082997
    disable_deblocking_filter_idc*: StdVideoH264DisableDeblockingFilterIdc_1124082999
    pWeightTable*: ptr StdVideoEncodeH264WeightTable_1124083001
  struct_StdVideoEncodeH264PictureInfo_1124082912 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH264PictureInfoFlags_1124083003 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:106:16
    seq_parameter_set_id*: uint8
    pic_parameter_set_id*: uint8
    idr_pic_id*: uint16
    primary_pic_type*: StdVideoH264PictureType_1124083005
    frame_num*: uint32
    PicOrderCnt*: int32
    temporal_id*: uint8
    reserved1*: array[3'i64, uint8]
    pRefLists*: ptr StdVideoEncodeH264ReferenceListsInfo_1124083007
  struct_StdVideoEncodeH264ReferenceInfo_1124082914 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH264ReferenceInfoFlags_1124083009 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:119:16
    primary_pic_type*: StdVideoH264PictureType_1124083005
    FrameNum*: uint32
    PicOrderCnt*: int32
    long_term_pic_num*: uint16
    long_term_frame_idx*: uint16
    temporal_id*: uint8
  struct_StdVideoH265VideoParameterSet_1124082920 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH265VpsFlags_1124083011 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:188:16
    vps_video_parameter_set_id*: uint8
    vps_max_sub_layers_minus1*: uint8
    reserved1*: uint8
    reserved2*: uint8
    vps_num_units_in_tick*: uint32
    vps_time_scale*: uint32
    vps_num_ticks_poc_diff_one_minus1*: uint32
    reserved3*: uint32
    pDecPicBufMgr*: ptr StdVideoH265DecPicBufMgr_1124083013
    pHrdParameters*: ptr StdVideoH265HrdParameters_1124083015
    pProfileTierLevel*: ptr StdVideoH265ProfileTierLevel_1124083017
  struct_StdVideoH265SequenceParameterSet_1124082922 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH265SpsFlags_1124083019 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:326:16
    chroma_format_idc*: StdVideoH265ChromaFormatIdc_1124083021
    pic_width_in_luma_samples*: uint32
    pic_height_in_luma_samples*: uint32
    sps_video_parameter_set_id*: uint8
    sps_max_sub_layers_minus1*: uint8
    sps_seq_parameter_set_id*: uint8
    bit_depth_luma_minus8*: uint8
    bit_depth_chroma_minus8*: uint8
    log2_max_pic_order_cnt_lsb_minus4*: uint8
    log2_min_luma_coding_block_size_minus3*: uint8
    log2_diff_max_min_luma_coding_block_size*: uint8
    log2_min_luma_transform_block_size_minus2*: uint8
    log2_diff_max_min_luma_transform_block_size*: uint8
    max_transform_hierarchy_depth_inter*: uint8
    max_transform_hierarchy_depth_intra*: uint8
    num_short_term_ref_pic_sets*: uint8
    num_long_term_ref_pics_sps*: uint8
    pcm_sample_bit_depth_luma_minus1*: uint8
    pcm_sample_bit_depth_chroma_minus1*: uint8
    log2_min_pcm_luma_coding_block_size_minus3*: uint8
    log2_diff_max_min_pcm_luma_coding_block_size*: uint8
    reserved1*: uint8
    reserved2*: uint8
    palette_max_size*: uint8
    delta_palette_max_predictor_size*: uint8
    motion_vector_resolution_control_idc*: uint8
    sps_num_palette_predictor_initializers_minus1*: uint8
    conf_win_left_offset*: uint32
    conf_win_right_offset*: uint32
    conf_win_top_offset*: uint32
    conf_win_bottom_offset*: uint32
    pProfileTierLevel*: ptr StdVideoH265ProfileTierLevel_1124083017
    pDecPicBufMgr*: ptr StdVideoH265DecPicBufMgr_1124083013
    pScalingLists*: ptr StdVideoH265ScalingLists_1124083023
    pShortTermRefPicSet*: ptr StdVideoH265ShortTermRefPicSet_1124083025
    pLongTermRefPicsSps*: ptr StdVideoH265LongTermRefPicsSps_1124083027
    pSequenceParameterSetVui*: ptr StdVideoH265SequenceParameterSetVui_1124083029
    pPredictorPaletteEntries*: ptr StdVideoH265PredictorPaletteEntries_1124083031
  struct_StdVideoH265PictureParameterSet_1124082924 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH265PpsFlags_1124083033 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:402:16
    pps_pic_parameter_set_id*: uint8
    pps_seq_parameter_set_id*: uint8
    sps_video_parameter_set_id*: uint8
    num_extra_slice_header_bits*: uint8
    num_ref_idx_l0_default_active_minus1*: uint8
    num_ref_idx_l1_default_active_minus1*: uint8
    init_qp_minus26*: int8
    diff_cu_qp_delta_depth*: uint8
    pps_cb_qp_offset*: int8
    pps_cr_qp_offset*: int8
    pps_beta_offset_div2*: int8
    pps_tc_offset_div2*: int8
    log2_parallel_merge_level_minus2*: uint8
    log2_max_transform_skip_block_size_minus2*: uint8
    diff_cu_chroma_qp_offset_depth*: uint8
    chroma_qp_offset_list_len_minus1*: uint8
    cb_qp_offset_list*: array[6'i64, int8]
    cr_qp_offset_list*: array[6'i64, int8]
    log2_sao_offset_scale_luma*: uint8
    log2_sao_offset_scale_chroma*: uint8
    pps_act_y_qp_offset_plus5*: int8
    pps_act_cb_qp_offset_plus5*: int8
    pps_act_cr_qp_offset_plus3*: int8
    pps_num_palette_predictor_initializers*: uint8
    luma_bit_depth_entry_minus8*: uint8
    chroma_bit_depth_entry_minus8*: uint8
    num_tile_columns_minus1*: uint8
    num_tile_rows_minus1*: uint8
    reserved1*: uint8
    reserved2*: uint8
    column_width_minus1*: array[19'i64, uint16]
    row_height_minus1*: array[21'i64, uint16]
    reserved3*: uint32
    pScalingLists*: ptr StdVideoH265ScalingLists_1124083023
    pPredictorPaletteEntries*: ptr StdVideoH265PredictorPaletteEntries_1124083031
  struct_StdVideoEncodeH265SliceSegmentHeader_1124082926 {.pure, inheritable,
      bycopy.} = object
    flags*: StdVideoEncodeH265SliceSegmentHeaderFlags_1124083035 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:67:16
    slice_type*: StdVideoH265SliceType_1124083037
    slice_segment_address*: uint32
    collocated_ref_idx*: uint8
    MaxNumMergeCand*: uint8
    slice_cb_qp_offset*: int8
    slice_cr_qp_offset*: int8
    slice_beta_offset_div2*: int8
    slice_tc_offset_div2*: int8
    slice_act_y_qp_offset*: int8
    slice_act_cb_qp_offset*: int8
    slice_act_cr_qp_offset*: int8
    slice_qp_delta*: int8
    reserved1*: uint16
    pWeightTable*: ptr StdVideoEncodeH265WeightTable_1124083039
  struct_StdVideoEncodeH265PictureInfo_1124082928 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH265PictureInfoFlags_1124083041 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:124:16
    pic_type*: StdVideoH265PictureType_1124083043
    sps_video_parameter_set_id*: uint8
    pps_seq_parameter_set_id*: uint8
    pps_pic_parameter_set_id*: uint8
    short_term_ref_pic_set_idx*: uint8
    PicOrderCntVal*: int32
    TemporalId*: uint8
    reserved1*: array[7'i64, uint8]
    pRefLists*: ptr StdVideoEncodeH265ReferenceListsInfo_1124083045
    pShortTermRefPicSet*: ptr StdVideoH265ShortTermRefPicSet_1124083025
    pLongTermRefPics*: ptr StdVideoEncodeH265LongTermRefPics_1124083047
  struct_StdVideoEncodeH265ReferenceInfo_1124082930 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH265ReferenceInfoFlags_1124083049 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:145:16
    pic_type*: StdVideoH265PictureType_1124083043
    PicOrderCntVal*: int32
    TemporalId*: uint8
  struct_StdVideoDecodeH264PictureInfo_1124082934 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeH264PictureInfoFlags_1124083051 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:47:16
    seq_parameter_set_id*: uint8
    pic_parameter_set_id*: uint8
    reserved1*: uint8
    reserved2*: uint8
    frame_num*: uint16
    idr_pic_id*: uint16
    PicOrderCnt*: array[2'i64, int32]
  struct_StdVideoDecodeH264ReferenceInfo_1124082936 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeH264ReferenceInfoFlags_1124083053 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:65:16
    FrameNum*: uint16
    reserved*: uint16
    PicOrderCnt*: array[2'i64, int32]
  struct_StdVideoDecodeH265PictureInfo_1124082938 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeH265PictureInfoFlags_1124083055 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:38:16
    sps_video_parameter_set_id*: uint8
    pps_seq_parameter_set_id*: uint8
    pps_pic_parameter_set_id*: uint8
    NumDeltaPocsOfRefRpsIdx*: uint8
    PicOrderCntVal*: int32
    NumBitsForSTRefPicSetInSlice*: uint16
    reserved*: uint16
    RefPicSetStCurrBefore*: array[8'i64, uint8]
    RefPicSetStCurrAfter*: array[8'i64, uint8]
    RefPicSetLtCurr*: array[8'i64, uint8]
  struct_StdVideoDecodeH265ReferenceInfo_1124082940 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeH265ReferenceInfoFlags_1124083057 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:57:16
    PicOrderCntVal*: int32
  struct_StdVideoAV1SequenceHeader_1124082946 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1SequenceHeaderFlags_1124083059 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:372:16
    seq_profile*: StdVideoAV1Profile_1124078197
    frame_width_bits_minus_1*: uint8
    frame_height_bits_minus_1*: uint8
    max_frame_width_minus_1*: uint16
    max_frame_height_minus_1*: uint16
    delta_frame_id_length_minus_2*: uint8
    additional_frame_id_length_minus_1*: uint8
    order_hint_bits_minus_1*: uint8
    seq_force_integer_mv*: uint8
    seq_force_screen_content_tools*: uint8
    reserved1*: array[5'i64, uint8]
    pColorConfig*: ptr StdVideoAV1ColorConfig_1124083061
    pTimingInfo*: ptr StdVideoAV1TimingInfo_1124083063
  struct_StdVideoDecodeAV1PictureInfo_1124082948 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeAV1PictureInfoFlags_1124083065 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:63:16
    frame_type*: StdVideoAV1FrameType_1124083067
    current_frame_id*: uint32
    OrderHint*: uint8
    primary_ref_frame*: uint8
    refresh_frame_flags*: uint8
    reserved1*: uint8
    interpolation_filter*: StdVideoAV1InterpolationFilter_1124083069
    TxMode*: StdVideoAV1TxMode_1124083071
    delta_q_res*: uint8
    delta_lf_res*: uint8
    SkipModeFrame*: array[2'i64, uint8]
    coded_denom*: uint8
    reserved2*: array[3'i64, uint8]
    OrderHints*: array[8'i64, uint8]
    expectedFrameId*: array[8'i64, uint32]
    pTileInfo*: ptr StdVideoAV1TileInfo_1124083073
    pQuantization*: ptr StdVideoAV1Quantization_1124083075
    pSegmentation*: ptr StdVideoAV1Segmentation_1124083077
    pLoopFilter*: ptr StdVideoAV1LoopFilter_1124083079
    pCDEF*: ptr StdVideoAV1CDEF_1124083081
    pLoopRestoration*: ptr StdVideoAV1LoopRestoration_1124083083
    pGlobalMotion*: ptr StdVideoAV1GlobalMotion_1124083085
    pFilmGrain*: ptr StdVideoAV1FilmGrain_1124083087
  struct_StdVideoDecodeAV1ReferenceInfo_1124082950 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeAV1ReferenceInfoFlags_1124083089 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:96:16
    frame_type*: uint8
    RefFrameSignBias*: uint8
    OrderHint*: uint8
    SavedOrderHints*: array[8'i64, uint8]
  struct_StdVideoEncodeAV1DecoderModelInfo_1124082952 {.pure, inheritable,
      bycopy.} = object
    buffer_delay_length_minus_1*: uint8 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:30:16
    buffer_removal_time_length_minus_1*: uint8
    frame_presentation_time_length_minus_1*: uint8
    reserved1*: uint8
    num_units_in_decoding_tick*: uint32
  struct_StdVideoEncodeAV1OperatingPointInfo_1124082954 {.pure, inheritable,
      bycopy.} = object
    flags*: StdVideoEncodeAV1OperatingPointInfoFlags_1124083091 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:50:16
    operating_point_idc*: uint16
    seq_level_idx*: uint8
    seq_tier*: uint8
    decoder_buffer_delay*: uint32
    encoder_buffer_delay*: uint32
    initial_display_delay_minus_1*: uint8
  struct_StdVideoEncodeAV1PictureInfo_1124082956 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeAV1PictureInfoFlags_1124083093 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:93:16
    frame_type*: StdVideoAV1FrameType_1124083067
    frame_presentation_time*: uint32
    current_frame_id*: uint32
    order_hint*: uint8
    primary_ref_frame*: uint8
    refresh_frame_flags*: uint8
    coded_denom*: uint8
    render_width_minus_1*: uint16
    render_height_minus_1*: uint16
    interpolation_filter*: StdVideoAV1InterpolationFilter_1124083069
    TxMode*: StdVideoAV1TxMode_1124083071
    delta_q_res*: uint8
    delta_lf_res*: uint8
    ref_order_hint*: array[8'i64, uint8]
    ref_frame_idx*: array[7'i64, int8]
    reserved1*: array[3'i64, uint8]
    delta_frame_id_minus_1*: array[7'i64, uint32]
    pTileInfo*: ptr StdVideoAV1TileInfo_1124083073
    pQuantization*: ptr StdVideoAV1Quantization_1124083075
    pSegmentation*: ptr StdVideoAV1Segmentation_1124083077
    pLoopFilter*: ptr StdVideoAV1LoopFilter_1124083079
    pCDEF*: ptr StdVideoAV1CDEF_1124083081
    pLoopRestoration*: ptr StdVideoAV1LoopRestoration_1124083083
    pGlobalMotion*: ptr StdVideoAV1GlobalMotion_1124083085
    pExtensionHeader*: ptr StdVideoEncodeAV1ExtensionHeader_1124083095
    pBufferRemovalTimes*: ptr uint32
  struct_StdVideoEncodeAV1ReferenceInfo_1124082958 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeAV1ReferenceInfoFlags_1124083097 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:129:16
    RefFrameId*: uint32
    frame_type*: StdVideoAV1FrameType_1124083067
    OrderHint*: uint8
    reserved1*: array[3'i64, uint8]
    pExtensionHeader*: ptr StdVideoEncodeAV1ExtensionHeader_1124083095
  struct_StdVideoDecodeVP9PictureInfo_1124082964 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoDecodeVP9PictureInfoFlags_1124083099 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std_decode.h:42:16
    profile*: StdVideoVP9Profile_1124078323
    frame_type*: StdVideoVP9FrameType_1124083101
    frame_context_idx*: uint8
    reset_frame_context*: uint8
    refresh_frame_flags*: uint8
    ref_frame_sign_bias_mask*: uint8
    interpolation_filter*: StdVideoVP9InterpolationFilter_1124083103
    base_q_idx*: uint8
    delta_q_y_dc*: int8
    delta_q_uv_dc*: int8
    delta_q_uv_ac*: int8
    tile_cols_log2*: uint8
    tile_rows_log2*: uint8
    reserved1*: array[3'i64, uint16]
    pColorConfig*: ptr StdVideoVP9ColorConfig_1124083105
    pLoopFilter*: ptr StdVideoVP9LoopFilter_1124083107
    pSegmentation*: ptr StdVideoVP9Segmentation_1124083109
  struct_HINSTANCE_private_1124082966 {.pure, inheritable, bycopy.} = object
    unused*: cint            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:193:3
  struct_HWND_private_1124082968 {.pure, inheritable, bycopy.} = object
    unused*: cint            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:151:3
  WCHAR_1124082970 = wchar_t_1124083111 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/winnt.h:154:19
  struct_SECURITY_ATTRIBUTES_1124082972 {.pure, inheritable, bycopy.} = object
    nLength*: DWORD_1124082671 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/winbase.h:147:18
    lpSecurityDescriptor*: LPVOID_1124083113
    bInheritHandle*: WINBOOL_1124083115
  struct_HMONITOR_private_1124082974 {.pure, inheritable, bycopy.} = object
    unused*: cint            ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:203:3
  XID_1124082976 = culong    ## Generated based on /usr/include/X11/X.h:66:23
  StdVideoH264SpsFlags_1124082978 = struct_StdVideoH264SpsFlags_1124083117 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:245:3
  StdVideoH264ChromaFormatIdc_1124082980 = enum_StdVideoH264ChromaFormatIdc_1124083119 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:41:3
  StdVideoH264PocType_1124082982 = enum_StdVideoH264PocType_1124083121 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:82:3
  StdVideoH264ScalingLists_1124082984 = struct_StdVideoH264ScalingLists_1124083123 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:252:3
  StdVideoH264SequenceParameterSetVui_1124082986 = struct_StdVideoH264SequenceParameterSetVui_1124083125 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:226:3
  StdVideoH264PpsFlags_1124082988 = struct_StdVideoH264PpsFlags_1124083127 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:291:3
  StdVideoH264WeightedBipredIdc_1124082990 = enum_StdVideoH264WeightedBipredIdc_1124083129 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:113:3
  StdVideoEncodeH264SliceHeaderFlags_1124082992 = struct_StdVideoEncodeH264SliceHeaderFlags_1124083131 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:55:3
  StdVideoH264SliceType_1124082994 = enum_StdVideoH264SliceType_1124083133 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:158:3
  StdVideoH264CabacInitIdc_1124082996 = enum_StdVideoH264CabacInitIdc_1124083135 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:142:3
  StdVideoH264DisableDeblockingFilterIdc_1124082998 = enum_StdVideoH264DisableDeblockingFilterIdc_1124083137 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:150:3
  StdVideoEncodeH264WeightTable_1124083000 = struct_StdVideoEncodeH264WeightTable_1124083139 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:49:3
  StdVideoEncodeH264PictureInfoFlags_1124083002 = struct_StdVideoEncodeH264PictureInfoFlags_1124083141 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:64:3
  StdVideoH264PictureType_1124083004 = enum_StdVideoH264PictureType_1124083143 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:167:3
  StdVideoEncodeH264ReferenceListsInfo_1124083006 = struct_StdVideoEncodeH264ReferenceListsInfo_1124083145 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:104:3
  StdVideoEncodeH264ReferenceInfoFlags_1124083008 = struct_StdVideoEncodeH264ReferenceInfoFlags_1124083147 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:69:3
  StdVideoH265VpsFlags_1124083010 = struct_StdVideoH265VpsFlags_1124083149 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:172:3
  StdVideoH265DecPicBufMgr_1124083012 = struct_StdVideoH265DecPicBufMgr_1124083151 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:129:3
  StdVideoH265HrdParameters_1124083014 = struct_StdVideoH265HrdParameters_1124083153 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:165:3
  StdVideoH265ProfileTierLevel_1124083016 = struct_StdVideoH265ProfileTierLevel_1124083155 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:186:3
  StdVideoH265SpsFlags_1124083018 = struct_StdVideoH265SpsFlags_1124083157 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:297:3
  StdVideoH265ChromaFormatIdc_1124083020 = enum_StdVideoH265ChromaFormatIdc_1124083159 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:56:3
  StdVideoH265ScalingLists_1124083022 = struct_StdVideoH265ScalingLists_1124083161 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:210:3
  StdVideoH265ShortTermRefPicSet_1124083024 = struct_StdVideoH265ShortTermRefPicSet_1124083163 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:319:3
  StdVideoH265LongTermRefPicsSps_1124083026 = struct_StdVideoH265LongTermRefPicsSps_1124083165 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:324:3
  StdVideoH265SequenceParameterSetVui_1124083028 = struct_StdVideoH265SequenceParameterSetVui_1124083167 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:260:3
  StdVideoH265PredictorPaletteEntries_1124083030 = struct_StdVideoH265PredictorPaletteEntries_1124083169 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:264:3
  StdVideoH265PpsFlags_1124083032 = struct_StdVideoH265PpsFlags_1124083171 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:400:3
  StdVideoEncodeH265SliceSegmentHeaderFlags_1124083034 = struct_StdVideoEncodeH265SliceSegmentHeaderFlags_1124083173 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:65:3
  StdVideoH265SliceType_1124083036 = enum_StdVideoH265SliceType_1124083175 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:92:3
  StdVideoEncodeH265WeightTable_1124083038 = struct_StdVideoEncodeH265WeightTable_1124083177 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:49:3
  StdVideoEncodeH265PictureInfoFlags_1124083040 = struct_StdVideoEncodeH265PictureInfoFlags_1124083179 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:112:3
  StdVideoH265PictureType_1124083042 = enum_StdVideoH265PictureType_1124083181 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:101:3
  StdVideoEncodeH265ReferenceListsInfo_1124083044 = struct_StdVideoEncodeH265ReferenceListsInfo_1124083183 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:99:3
  StdVideoEncodeH265LongTermRefPics_1124083046 = struct_StdVideoEncodeH265LongTermRefPics_1124083185 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:122:3
  StdVideoEncodeH265ReferenceInfoFlags_1124083048 = struct_StdVideoEncodeH265ReferenceInfoFlags_1124083187 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:143:3
  StdVideoDecodeH264PictureInfoFlags_1124083050 = struct_StdVideoDecodeH264PictureInfoFlags_1124083189 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:45:3
  StdVideoDecodeH264ReferenceInfoFlags_1124083052 = struct_StdVideoDecodeH264ReferenceInfoFlags_1124083191 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:63:3
  StdVideoDecodeH265PictureInfoFlags_1124083054 = struct_StdVideoDecodeH265PictureInfoFlags_1124083193 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:36:3
  StdVideoDecodeH265ReferenceInfoFlags_1124083056 = struct_StdVideoDecodeH265ReferenceInfoFlags_1124083195 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:55:3
  StdVideoAV1SequenceHeaderFlags_1124083058 = struct_StdVideoAV1SequenceHeaderFlags_1124083197 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:370:3
  StdVideoAV1ColorConfig_1124083060 = struct_StdVideoAV1ColorConfig_1124083199 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:222:3
  StdVideoAV1TimingInfo_1124083062 = struct_StdVideoAV1TimingInfo_1124083201 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:234:3
  StdVideoDecodeAV1PictureInfoFlags_1124083064 = struct_StdVideoDecodeAV1PictureInfoFlags_1124083203 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:61:3
  StdVideoAV1FrameType_1124083066 = enum_StdVideoAV1FrameType_1124083205 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:91:3
  StdVideoAV1InterpolationFilter_1124083068 = enum_StdVideoAV1InterpolationFilter_1124083207 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:114:3
  StdVideoAV1TxMode_1124083070 = enum_StdVideoAV1TxMode_1124083209 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:122:3
  StdVideoAV1TileInfo_1124083072 = struct_StdVideoAV1TileInfo_1124083211 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:292:3
  StdVideoAV1Quantization_1124083074 = struct_StdVideoAV1Quantization_1124083213 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:269:3
  StdVideoAV1Segmentation_1124083076 = struct_StdVideoAV1Segmentation_1124083215 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:274:3
  StdVideoAV1LoopFilter_1124083078 = struct_StdVideoAV1LoopFilter_1124083217 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:250:3
  StdVideoAV1CDEF_1124083080 = struct_StdVideoAV1CDEF_1124083219 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:301:3
  StdVideoAV1LoopRestoration_1124083082 = struct_StdVideoAV1LoopRestoration_1124083221 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:306:3
  StdVideoAV1GlobalMotion_1124083084 = struct_StdVideoAV1GlobalMotion_1124083223 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:311:3
  StdVideoAV1FilmGrain_1124083086 = struct_StdVideoAV1FilmGrain_1124083225 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:347:3
  StdVideoDecodeAV1ReferenceInfoFlags_1124083088 = struct_StdVideoDecodeAV1ReferenceInfoFlags_1124083227 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:94:3
  StdVideoEncodeAV1OperatingPointInfoFlags_1124083090 = struct_StdVideoEncodeAV1OperatingPointInfoFlags_1124083229 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:48:3
  StdVideoEncodeAV1PictureInfoFlags_1124083092 = struct_StdVideoEncodeAV1PictureInfoFlags_1124083231 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:91:3
  StdVideoEncodeAV1ExtensionHeader_1124083094 = struct_StdVideoEncodeAV1ExtensionHeader_1124083233 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:41:3
  StdVideoEncodeAV1ReferenceInfoFlags_1124083096 = struct_StdVideoEncodeAV1ReferenceInfoFlags_1124083235 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:127:3
  StdVideoDecodeVP9PictureInfoFlags_1124083098 = struct_StdVideoDecodeVP9PictureInfoFlags_1124083237 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std_decode.h:40:3
  StdVideoVP9FrameType_1124083100 = enum_StdVideoVP9FrameType_1124083239 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:67:3
  StdVideoVP9InterpolationFilter_1124083102 = enum_StdVideoVP9InterpolationFilter_1124083241 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:86:3
  StdVideoVP9ColorConfig_1124083104 = struct_StdVideoVP9ColorConfig_1124083243 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:112:3
  StdVideoVP9LoopFilter_1124083106 = struct_StdVideoVP9LoopFilter_1124083245 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:128:3
  StdVideoVP9Segmentation_1124083108 = struct_StdVideoVP9Segmentation_1124083247 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:144:3
  wchar_t_1124083110 = cint  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/stddef.h:6:24
  LPVOID_1124083112 = pointer ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:112:17
  WINBOOL_1124083114 = cint  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/include/winapi/windef.h:95:15
  struct_StdVideoH264SpsFlags_1124083116 {.pure, inheritable, bycopy.} = object
    constraint_set0_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:228:16
    constraint_set1_flag* {.bitsize: 1'i64.}: uint32
    constraint_set2_flag* {.bitsize: 1'i64.}: uint32
    constraint_set3_flag* {.bitsize: 1'i64.}: uint32
    constraint_set4_flag* {.bitsize: 1'i64.}: uint32
    constraint_set5_flag* {.bitsize: 1'i64.}: uint32
    direct_8x8_inference_flag* {.bitsize: 1'i64.}: uint32
    mb_adaptive_frame_field_flag* {.bitsize: 1'i64.}: uint32
    frame_mbs_only_flag* {.bitsize: 1'i64.}: uint32
    delta_pic_order_always_zero_flag* {.bitsize: 1'i64.}: uint32
    separate_colour_plane_flag* {.bitsize: 1'i64.}: uint32
    gaps_in_frame_num_value_allowed_flag* {.bitsize: 1'i64.}: uint32
    qpprime_y_zero_transform_bypass_flag* {.bitsize: 1'i64.}: uint32
    frame_cropping_flag* {.bitsize: 1'i64.}: uint32
    seq_scaling_matrix_present_flag* {.bitsize: 1'i64.}: uint32
    vui_parameters_present_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoH264ScalingLists_1124083122 {.pure, inheritable, bycopy.} = object
    scaling_list_present_mask*: uint16 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:247:16
    use_default_scaling_matrix_mask*: uint16
    ScalingList4x4*: array[6'i64, array[16'i64, uint8]]
    ScalingList8x8*: array[6'i64, array[64'i64, uint8]]
  struct_StdVideoH264SequenceParameterSetVui_1124083124 {.pure, inheritable,
      bycopy.} = object
    flags*: StdVideoH264SpsVuiFlags_1124083249 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:209:16
    aspect_ratio_idc*: StdVideoH264AspectRatioIdc_1124083251
    sar_width*: uint16
    sar_height*: uint16
    video_format*: uint8
    colour_primaries*: uint8
    transfer_characteristics*: uint8
    matrix_coefficients*: uint8
    num_units_in_tick*: uint32
    time_scale*: uint32
    max_num_reorder_frames*: uint8
    max_dec_frame_buffering*: uint8
    chroma_sample_loc_type_top_field*: uint8
    chroma_sample_loc_type_bottom_field*: uint8
    reserved1*: uint32
    pHrdParameters*: ptr StdVideoH264HrdParameters_1124083253
  struct_StdVideoH264PpsFlags_1124083126 {.pure, inheritable, bycopy.} = object
    transform_8x8_mode_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:282:16
    redundant_pic_cnt_present_flag* {.bitsize: 1'i64.}: uint32
    constrained_intra_pred_flag* {.bitsize: 1'i64.}: uint32
    deblocking_filter_control_present_flag* {.bitsize: 1'i64.}: uint32
    weighted_pred_flag* {.bitsize: 1'i64.}: uint32
    bottom_field_pic_order_in_frame_present_flag* {.bitsize: 1'i64.}: uint32
    entropy_coding_mode_flag* {.bitsize: 1'i64.}: uint32
    pic_scaling_matrix_present_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoEncodeH264SliceHeaderFlags_1124083130 {.pure, inheritable,
      bycopy.} = object
    direct_spatial_mv_pred_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:51:16
    num_ref_idx_active_override_flag* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoEncodeH264WeightTable_1124083138 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH264WeightTableFlags_1124083255 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:37:16
    luma_log2_weight_denom*: uint8
    chroma_log2_weight_denom*: uint8
    luma_weight_l0*: array[32'i64, int8]
    luma_offset_l0*: array[32'i64, int8]
    chroma_weight_l0*: array[32'i64, array[2'i64, int8]]
    chroma_offset_l0*: array[32'i64, array[2'i64, int8]]
    luma_weight_l1*: array[32'i64, int8]
    luma_offset_l1*: array[32'i64, int8]
    chroma_weight_l1*: array[32'i64, array[2'i64, int8]]
    chroma_offset_l1*: array[32'i64, array[2'i64, int8]]
  struct_StdVideoEncodeH264PictureInfoFlags_1124083140 {.pure, inheritable,
      bycopy.} = object
    IdrPicFlag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:57:16
    is_reference* {.bitsize: 1'i64.}: uint32
    no_output_of_prior_pics_flag* {.bitsize: 1'i64.}: uint32
    long_term_reference_flag* {.bitsize: 1'i64.}: uint32
    adaptive_ref_pic_marking_mode_flag* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 27'i64.}: uint32
  struct_StdVideoEncodeH264ReferenceListsInfo_1124083144 {.pure, inheritable,
      bycopy.} = object
    flags*: StdVideoEncodeH264ReferenceListsInfoFlags_1124083257 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:91:16
    num_ref_idx_l0_active_minus1*: uint8
    num_ref_idx_l1_active_minus1*: uint8
    RefPicList0*: array[32'i64, uint8]
    RefPicList1*: array[32'i64, uint8]
    refList0ModOpCount*: uint8
    refList1ModOpCount*: uint8
    refPicMarkingOpCount*: uint8
    reserved1*: array[7'i64, uint8]
    pRefList0ModOperations*: ptr StdVideoEncodeH264RefListModEntry_1124083259
    pRefList1ModOperations*: ptr StdVideoEncodeH264RefListModEntry_1124083259
    pRefPicMarkingOperations*: ptr StdVideoEncodeH264RefPicMarkingEntry_1124083261
  struct_StdVideoEncodeH264ReferenceInfoFlags_1124083146 {.pure, inheritable,
      bycopy.} = object
    used_for_long_term_reference* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:66:16
    reserved* {.bitsize: 31'i64.}: uint32
  struct_StdVideoH265VpsFlags_1124083148 {.pure, inheritable, bycopy.} = object
    vps_temporal_id_nesting_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:167:16
    vps_sub_layer_ordering_info_present_flag* {.bitsize: 1'i64.}: uint32
    vps_timing_info_present_flag* {.bitsize: 1'i64.}: uint32
    vps_poc_proportional_to_timing_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoH265DecPicBufMgr_1124083150 {.pure, inheritable, bycopy.} = object
    max_latency_increase_plus1*: array[7'i64, uint32] ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:125:16
    max_dec_pic_buffering_minus1*: array[7'i64, uint8]
    max_num_reorder_pics*: array[7'i64, uint8]
  struct_StdVideoH265HrdParameters_1124083152 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH265HrdFlags_1124083263 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:149:16
    tick_divisor_minus2*: uint8
    du_cpb_removal_delay_increment_length_minus1*: uint8
    dpb_output_delay_du_length_minus1*: uint8
    bit_rate_scale*: uint8
    cpb_size_scale*: uint8
    cpb_size_du_scale*: uint8
    initial_cpb_removal_delay_length_minus1*: uint8
    au_cpb_removal_delay_length_minus1*: uint8
    dpb_output_delay_length_minus1*: uint8
    cpb_cnt_minus1*: array[7'i64, uint8]
    elemental_duration_in_tc_minus1*: array[7'i64, uint16]
    reserved*: array[3'i64, uint16]
    pSubLayerHrdParametersNal*: ptr StdVideoH265SubLayerHrdParameters_1124083265
    pSubLayerHrdParametersVcl*: ptr StdVideoH265SubLayerHrdParameters_1124083265
  struct_StdVideoH265ProfileTierLevel_1124083154 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH265ProfileTierLevelFlags_1124083267 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:182:16
    general_profile_idc*: StdVideoH265ProfileIdc_1124076993
    general_level_idc*: StdVideoH265LevelIdc_1124076935
  struct_StdVideoH265SpsFlags_1124083156 {.pure, inheritable, bycopy.} = object
    sps_temporal_id_nesting_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:266:16
    separate_colour_plane_flag* {.bitsize: 1'i64.}: uint32
    conformance_window_flag* {.bitsize: 1'i64.}: uint32
    sps_sub_layer_ordering_info_present_flag* {.bitsize: 1'i64.}: uint32
    scaling_list_enabled_flag* {.bitsize: 1'i64.}: uint32
    sps_scaling_list_data_present_flag* {.bitsize: 1'i64.}: uint32
    amp_enabled_flag* {.bitsize: 1'i64.}: uint32
    sample_adaptive_offset_enabled_flag* {.bitsize: 1'i64.}: uint32
    pcm_enabled_flag* {.bitsize: 1'i64.}: uint32
    pcm_loop_filter_disabled_flag* {.bitsize: 1'i64.}: uint32
    long_term_ref_pics_present_flag* {.bitsize: 1'i64.}: uint32
    sps_temporal_mvp_enabled_flag* {.bitsize: 1'i64.}: uint32
    strong_intra_smoothing_enabled_flag* {.bitsize: 1'i64.}: uint32
    vui_parameters_present_flag* {.bitsize: 1'i64.}: uint32
    sps_extension_present_flag* {.bitsize: 1'i64.}: uint32
    sps_range_extension_flag* {.bitsize: 1'i64.}: uint32
    transform_skip_rotation_enabled_flag* {.bitsize: 1'i64.}: uint32
    transform_skip_context_enabled_flag* {.bitsize: 1'i64.}: uint32
    implicit_rdpcm_enabled_flag* {.bitsize: 1'i64.}: uint32
    explicit_rdpcm_enabled_flag* {.bitsize: 1'i64.}: uint32
    extended_precision_processing_flag* {.bitsize: 1'i64.}: uint32
    intra_smoothing_disabled_flag* {.bitsize: 1'i64.}: uint32
    high_precision_offsets_enabled_flag* {.bitsize: 1'i64.}: uint32
    persistent_rice_adaptation_enabled_flag* {.bitsize: 1'i64.}: uint32
    cabac_bypass_alignment_enabled_flag* {.bitsize: 1'i64.}: uint32
    sps_scc_extension_flag* {.bitsize: 1'i64.}: uint32
    sps_curr_pic_ref_enabled_flag* {.bitsize: 1'i64.}: uint32
    palette_mode_enabled_flag* {.bitsize: 1'i64.}: uint32
    sps_palette_predictor_initializers_present_flag* {.bitsize: 1'i64.}: uint32
    intra_boundary_filtering_disabled_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoH265ScalingLists_1124083160 {.pure, inheritable, bycopy.} = object
    ScalingList4x4*: array[6'i64, array[16'i64, uint8]] ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:203:16
    ScalingList8x8*: array[6'i64, array[64'i64, uint8]]
    ScalingList16x16*: array[6'i64, array[64'i64, uint8]]
    ScalingList32x32*: array[2'i64, array[64'i64, uint8]]
    ScalingListDCCoef16x16*: array[6'i64, uint8]
    ScalingListDCCoef32x32*: array[2'i64, uint8]
  struct_StdVideoH265ShortTermRefPicSet_1124083162 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoH265ShortTermRefPicSetFlags_1124083269 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:304:16
    delta_idx_minus1*: uint32
    use_delta_flag*: uint16
    abs_delta_rps_minus1*: uint16
    used_by_curr_pic_flag*: uint16
    used_by_curr_pic_s0_flag*: uint16
    used_by_curr_pic_s1_flag*: uint16
    reserved1*: uint16
    reserved2*: uint8
    reserved3*: uint8
    num_negative_pics*: uint8
    num_positive_pics*: uint8
    delta_poc_s0_minus1*: array[16'i64, uint16]
    delta_poc_s1_minus1*: array[16'i64, uint16]
  struct_StdVideoH265LongTermRefPicsSps_1124083164 {.pure, inheritable, bycopy.} = object
    used_by_curr_pic_lt_sps_flag*: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:321:16
    lt_ref_pic_poc_lsb_sps*: array[32'i64, uint32]
  struct_StdVideoH265SequenceParameterSetVui_1124083166 {.pure, inheritable,
      bycopy.} = object
    flags*: StdVideoH265SpsVuiFlags_1124083271 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:233:16
    aspect_ratio_idc*: StdVideoH265AspectRatioIdc_1124083273
    sar_width*: uint16
    sar_height*: uint16
    video_format*: uint8
    colour_primaries*: uint8
    transfer_characteristics*: uint8
    matrix_coeffs*: uint8
    chroma_sample_loc_type_top_field*: uint8
    chroma_sample_loc_type_bottom_field*: uint8
    reserved1*: uint8
    reserved2*: uint8
    def_disp_win_left_offset*: uint16
    def_disp_win_right_offset*: uint16
    def_disp_win_top_offset*: uint16
    def_disp_win_bottom_offset*: uint16
    vui_num_units_in_tick*: uint32
    vui_time_scale*: uint32
    vui_num_ticks_poc_diff_one_minus1*: uint32
    min_spatial_segmentation_idc*: uint16
    reserved3*: uint16
    max_bytes_per_pic_denom*: uint8
    max_bits_per_min_cu_denom*: uint8
    log2_max_mv_length_horizontal*: uint8
    log2_max_mv_length_vertical*: uint8
    pHrdParameters*: ptr StdVideoH265HrdParameters_1124083015
  struct_StdVideoH265PredictorPaletteEntries_1124083168 {.pure, inheritable,
      bycopy.} = object
    PredictorPaletteEntries*: array[3'i64, array[128'i64, uint16]] ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:262:16
  struct_StdVideoH265PpsFlags_1124083170 {.pure, inheritable, bycopy.} = object
    dependent_slice_segments_enabled_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:368:16
    output_flag_present_flag* {.bitsize: 1'i64.}: uint32
    sign_data_hiding_enabled_flag* {.bitsize: 1'i64.}: uint32
    cabac_init_present_flag* {.bitsize: 1'i64.}: uint32
    constrained_intra_pred_flag* {.bitsize: 1'i64.}: uint32
    transform_skip_enabled_flag* {.bitsize: 1'i64.}: uint32
    cu_qp_delta_enabled_flag* {.bitsize: 1'i64.}: uint32
    pps_slice_chroma_qp_offsets_present_flag* {.bitsize: 1'i64.}: uint32
    weighted_pred_flag* {.bitsize: 1'i64.}: uint32
    weighted_bipred_flag* {.bitsize: 1'i64.}: uint32
    transquant_bypass_enabled_flag* {.bitsize: 1'i64.}: uint32
    tiles_enabled_flag* {.bitsize: 1'i64.}: uint32
    entropy_coding_sync_enabled_flag* {.bitsize: 1'i64.}: uint32
    uniform_spacing_flag* {.bitsize: 1'i64.}: uint32
    loop_filter_across_tiles_enabled_flag* {.bitsize: 1'i64.}: uint32
    pps_loop_filter_across_slices_enabled_flag* {.bitsize: 1'i64.}: uint32
    deblocking_filter_control_present_flag* {.bitsize: 1'i64.}: uint32
    deblocking_filter_override_enabled_flag* {.bitsize: 1'i64.}: uint32
    pps_deblocking_filter_disabled_flag* {.bitsize: 1'i64.}: uint32
    pps_scaling_list_data_present_flag* {.bitsize: 1'i64.}: uint32
    lists_modification_present_flag* {.bitsize: 1'i64.}: uint32
    slice_segment_header_extension_present_flag* {.bitsize: 1'i64.}: uint32
    pps_extension_present_flag* {.bitsize: 1'i64.}: uint32
    cross_component_prediction_enabled_flag* {.bitsize: 1'i64.}: uint32
    chroma_qp_offset_list_enabled_flag* {.bitsize: 1'i64.}: uint32
    pps_curr_pic_ref_enabled_flag* {.bitsize: 1'i64.}: uint32
    residual_adaptive_colour_transform_enabled_flag* {.bitsize: 1'i64.}: uint32
    pps_slice_act_qp_offsets_present_flag* {.bitsize: 1'i64.}: uint32
    pps_palette_predictor_initializers_present_flag* {.bitsize: 1'i64.}: uint32
    monochrome_palette_flag* {.bitsize: 1'i64.}: uint32
    pps_range_extension_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoEncodeH265SliceSegmentHeaderFlags_1124083172 {.pure,
      inheritable, bycopy.} = object
    first_slice_segment_in_pic_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:51:16
    dependent_slice_segment_flag* {.bitsize: 1'i64.}: uint32
    slice_sao_luma_flag* {.bitsize: 1'i64.}: uint32
    slice_sao_chroma_flag* {.bitsize: 1'i64.}: uint32
    num_ref_idx_active_override_flag* {.bitsize: 1'i64.}: uint32
    mvd_l1_zero_flag* {.bitsize: 1'i64.}: uint32
    cabac_init_flag* {.bitsize: 1'i64.}: uint32
    cu_chroma_qp_offset_enabled_flag* {.bitsize: 1'i64.}: uint32
    deblocking_filter_override_flag* {.bitsize: 1'i64.}: uint32
    slice_deblocking_filter_disabled_flag* {.bitsize: 1'i64.}: uint32
    collocated_from_l0_flag* {.bitsize: 1'i64.}: uint32
    slice_loop_filter_across_slices_enabled_flag* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 20'i64.}: uint32
  struct_StdVideoEncodeH265WeightTable_1124083176 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoEncodeH265WeightTableFlags_1124083275 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:37:16
    luma_log2_weight_denom*: uint8
    delta_chroma_log2_weight_denom*: int8
    delta_luma_weight_l0*: array[15'i64, int8]
    luma_offset_l0*: array[15'i64, int8]
    delta_chroma_weight_l0*: array[15'i64, array[2'i64, int8]]
    delta_chroma_offset_l0*: array[15'i64, array[2'i64, int8]]
    delta_luma_weight_l1*: array[15'i64, int8]
    luma_offset_l1*: array[15'i64, int8]
    delta_chroma_weight_l1*: array[15'i64, array[2'i64, int8]]
    delta_chroma_offset_l1*: array[15'i64, array[2'i64, int8]]
  struct_StdVideoEncodeH265PictureInfoFlags_1124083178 {.pure, inheritable,
      bycopy.} = object
    is_reference* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:101:16
    IrapPicFlag* {.bitsize: 1'i64.}: uint32
    used_for_long_term_reference* {.bitsize: 1'i64.}: uint32
    discardable_flag* {.bitsize: 1'i64.}: uint32
    cross_layer_bla_flag* {.bitsize: 1'i64.}: uint32
    pic_output_flag* {.bitsize: 1'i64.}: uint32
    no_output_of_prior_pics_flag* {.bitsize: 1'i64.}: uint32
    short_term_ref_pic_set_sps_flag* {.bitsize: 1'i64.}: uint32
    slice_temporal_mvp_enabled_flag* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 23'i64.}: uint32
  struct_StdVideoEncodeH265ReferenceListsInfo_1124083182 {.pure, inheritable,
      bycopy.} = object
    flags*: StdVideoEncodeH265ReferenceListsInfoFlags_1124083277 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:91:16
    num_ref_idx_l0_active_minus1*: uint8
    num_ref_idx_l1_active_minus1*: uint8
    RefPicList0*: array[15'i64, uint8]
    RefPicList1*: array[15'i64, uint8]
    list_entry_l0*: array[15'i64, uint8]
    list_entry_l1*: array[15'i64, uint8]
  struct_StdVideoEncodeH265LongTermRefPics_1124083184 {.pure, inheritable,
      bycopy.} = object
    num_long_term_sps*: uint8 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:114:16
    num_long_term_pics*: uint8
    lt_idx_sps*: array[32'i64, uint8]
    poc_lsb_lt*: array[16'i64, uint8]
    used_by_curr_pic_lt_flag*: uint16
    delta_poc_msb_present_flag*: array[48'i64, uint8]
    delta_poc_msb_cycle_lt*: array[48'i64, uint8]
  struct_StdVideoEncodeH265ReferenceInfoFlags_1124083186 {.pure, inheritable,
      bycopy.} = object
    used_for_long_term_reference* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:139:16
    unused_for_reference* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoDecodeH264PictureInfoFlags_1124083188 {.pure, inheritable,
      bycopy.} = object
    field_pic_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:38:16
    is_intra* {.bitsize: 1'i64.}: uint32
    IdrPicFlag* {.bitsize: 1'i64.}: uint32
    bottom_field_flag* {.bitsize: 1'i64.}: uint32
    is_reference* {.bitsize: 1'i64.}: uint32
    complementary_field_pair* {.bitsize: 1'i64.}: uint32
  struct_StdVideoDecodeH264ReferenceInfoFlags_1124083190 {.pure, inheritable,
      bycopy.} = object
    top_field_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_decode.h:58:16
    bottom_field_flag* {.bitsize: 1'i64.}: uint32
    used_for_long_term_reference* {.bitsize: 1'i64.}: uint32
    is_non_existing* {.bitsize: 1'i64.}: uint32
  struct_StdVideoDecodeH265PictureInfoFlags_1124083192 {.pure, inheritable,
      bycopy.} = object
    IrapPicFlag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:31:16
    IdrPicFlag* {.bitsize: 1'i64.}: uint32
    IsReference* {.bitsize: 1'i64.}: uint32
    short_term_ref_pic_set_sps_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoDecodeH265ReferenceInfoFlags_1124083194 {.pure, inheritable,
      bycopy.} = object
    used_for_long_term_reference* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_decode.h:52:16
    unused_for_reference* {.bitsize: 1'i64.}: uint32
  struct_StdVideoAV1SequenceHeaderFlags_1124083196 {.pure, inheritable, bycopy.} = object
    still_picture* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:349:16
    reduced_still_picture_header* {.bitsize: 1'i64.}: uint32
    use_128x128_superblock* {.bitsize: 1'i64.}: uint32
    enable_filter_intra* {.bitsize: 1'i64.}: uint32
    enable_intra_edge_filter* {.bitsize: 1'i64.}: uint32
    enable_interintra_compound* {.bitsize: 1'i64.}: uint32
    enable_masked_compound* {.bitsize: 1'i64.}: uint32
    enable_warped_motion* {.bitsize: 1'i64.}: uint32
    enable_dual_filter* {.bitsize: 1'i64.}: uint32
    enable_order_hint* {.bitsize: 1'i64.}: uint32
    enable_jnt_comp* {.bitsize: 1'i64.}: uint32
    enable_ref_frame_mvs* {.bitsize: 1'i64.}: uint32
    frame_id_numbers_present_flag* {.bitsize: 1'i64.}: uint32
    enable_superres* {.bitsize: 1'i64.}: uint32
    enable_cdef* {.bitsize: 1'i64.}: uint32
    enable_restoration* {.bitsize: 1'i64.}: uint32
    film_grain_params_present* {.bitsize: 1'i64.}: uint32
    timing_info_present_flag* {.bitsize: 1'i64.}: uint32
    initial_display_delay_present_flag* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 13'i64.}: uint32
  struct_StdVideoAV1ColorConfig_1124083198 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1ColorConfigFlags_1124083279 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:212:16
    BitDepth*: uint8
    subsampling_x*: uint8
    subsampling_y*: uint8
    reserved1*: uint8
    color_primaries*: StdVideoAV1ColorPrimaries_1124083281
    transfer_characteristics*: StdVideoAV1TransferCharacteristics_1124083283
    matrix_coefficients*: StdVideoAV1MatrixCoefficients_1124083285
    chroma_sample_position*: StdVideoAV1ChromaSamplePosition_1124083287
  struct_StdVideoAV1TimingInfo_1124083200 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1TimingInfoFlags_1124083289 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:229:16
    num_units_in_display_tick*: uint32
    time_scale*: uint32
    num_ticks_per_picture_minus_1*: uint32
  struct_StdVideoDecodeAV1PictureInfoFlags_1124083202 {.pure, inheritable,
      bycopy.} = object
    error_resilient_mode* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:30:16
    disable_cdf_update* {.bitsize: 1'i64.}: uint32
    use_superres* {.bitsize: 1'i64.}: uint32
    render_and_frame_size_different* {.bitsize: 1'i64.}: uint32
    allow_screen_content_tools* {.bitsize: 1'i64.}: uint32
    is_filter_switchable* {.bitsize: 1'i64.}: uint32
    force_integer_mv* {.bitsize: 1'i64.}: uint32
    frame_size_override_flag* {.bitsize: 1'i64.}: uint32
    buffer_removal_time_present_flag* {.bitsize: 1'i64.}: uint32
    allow_intrabc* {.bitsize: 1'i64.}: uint32
    frame_refs_short_signaling* {.bitsize: 1'i64.}: uint32
    allow_high_precision_mv* {.bitsize: 1'i64.}: uint32
    is_motion_mode_switchable* {.bitsize: 1'i64.}: uint32
    use_ref_frame_mvs* {.bitsize: 1'i64.}: uint32
    disable_frame_end_update_cdf* {.bitsize: 1'i64.}: uint32
    allow_warped_motion* {.bitsize: 1'i64.}: uint32
    reduced_tx_set* {.bitsize: 1'i64.}: uint32
    reference_select* {.bitsize: 1'i64.}: uint32
    skip_mode_present* {.bitsize: 1'i64.}: uint32
    delta_q_present* {.bitsize: 1'i64.}: uint32
    delta_lf_present* {.bitsize: 1'i64.}: uint32
    delta_lf_multi* {.bitsize: 1'i64.}: uint32
    segmentation_enabled* {.bitsize: 1'i64.}: uint32
    segmentation_update_map* {.bitsize: 1'i64.}: uint32
    segmentation_temporal_update* {.bitsize: 1'i64.}: uint32
    segmentation_update_data* {.bitsize: 1'i64.}: uint32
    UsesLr* {.bitsize: 1'i64.}: uint32
    usesChromaLr* {.bitsize: 1'i64.}: uint32
    apply_grain* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 3'i64.}: uint32
  struct_StdVideoAV1TileInfo_1124083210 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1TileInfoFlags_1124083291 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:281:16
    TileCols*: uint8
    TileRows*: uint8
    context_update_tile_id*: uint16
    tile_size_bytes_minus_1*: uint8
    reserved1*: array[7'i64, uint8]
    pMiColStarts*: ptr uint16
    pMiRowStarts*: ptr uint16
    pWidthInSbsMinus1*: ptr uint16
    pHeightInSbsMinus1*: ptr uint16
  struct_StdVideoAV1Quantization_1124083212 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1QuantizationFlags_1124083293 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:258:16
    base_q_idx*: uint8
    DeltaQYDc*: int8
    DeltaQUDc*: int8
    DeltaQUAc*: int8
    DeltaQVDc*: int8
    DeltaQVAc*: int8
    qm_y*: uint8
    qm_u*: uint8
    qm_v*: uint8
  struct_StdVideoAV1Segmentation_1124083214 {.pure, inheritable, bycopy.} = object
    FeatureEnabled*: array[8'i64, uint8] ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:271:16
    FeatureData*: array[8'i64, array[8'i64, int16]]
  struct_StdVideoAV1LoopFilter_1124083216 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1LoopFilterFlags_1124083295 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:242:16
    loop_filter_level*: array[4'i64, uint8]
    loop_filter_sharpness*: uint8
    update_ref_delta*: uint8
    loop_filter_ref_deltas*: array[8'i64, int8]
    update_mode_delta*: uint8
    loop_filter_mode_deltas*: array[2'i64, int8]
  struct_StdVideoAV1CDEF_1124083218 {.pure, inheritable, bycopy.} = object
    cdef_damping_minus_3*: uint8 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:294:16
    cdef_bits*: uint8
    cdef_y_pri_strength*: array[8'i64, uint8]
    cdef_y_sec_strength*: array[8'i64, uint8]
    cdef_uv_pri_strength*: array[8'i64, uint8]
    cdef_uv_sec_strength*: array[8'i64, uint8]
  struct_StdVideoAV1LoopRestoration_1124083220 {.pure, inheritable, bycopy.} = object
    FrameRestorationType*: array[3'i64, StdVideoAV1FrameRestorationType_1124083297] ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:303:16
    LoopRestorationSize*: array[3'i64, uint16]
  struct_StdVideoAV1GlobalMotion_1124083222 {.pure, inheritable, bycopy.} = object
    GmType*: array[8'i64, uint8] ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:308:16
    gm_params*: array[8'i64, array[6'i64, int32]]
  struct_StdVideoAV1FilmGrain_1124083224 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoAV1FilmGrainFlags_1124083299 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:321:16
    grain_scaling_minus_8*: uint8
    ar_coeff_lag*: uint8
    ar_coeff_shift_minus_6*: uint8
    grain_scale_shift*: uint8
    grain_seed*: uint16
    film_grain_params_ref_idx*: uint8
    num_y_points*: uint8
    point_y_value*: array[14'i64, uint8]
    point_y_scaling*: array[14'i64, uint8]
    num_cb_points*: uint8
    point_cb_value*: array[10'i64, uint8]
    point_cb_scaling*: array[10'i64, uint8]
    num_cr_points*: uint8
    point_cr_value*: array[10'i64, uint8]
    point_cr_scaling*: array[10'i64, uint8]
    ar_coeffs_y_plus_128*: array[24'i64, int8]
    ar_coeffs_cb_plus_128*: array[25'i64, int8]
    ar_coeffs_cr_plus_128*: array[25'i64, int8]
    cb_mult*: uint8
    cb_luma_mult*: uint8
    cb_offset*: uint16
    cr_mult*: uint8
    cr_luma_mult*: uint8
    cr_offset*: uint16
  struct_StdVideoDecodeAV1ReferenceInfoFlags_1124083226 {.pure, inheritable,
      bycopy.} = object
    disable_frame_end_update_cdf* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_decode.h:90:16
    segmentation_enabled* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoEncodeAV1OperatingPointInfoFlags_1124083228 {.pure,
      inheritable, bycopy.} = object
    decoder_model_present_for_this_op* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:43:16
    low_delay_mode_flag* {.bitsize: 1'i64.}: uint32
    initial_display_delay_present_for_this_op* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 29'i64.}: uint32
  struct_StdVideoEncodeAV1PictureInfoFlags_1124083230 {.pure, inheritable,
      bycopy.} = object
    error_resilient_mode* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:60:16
    disable_cdf_update* {.bitsize: 1'i64.}: uint32
    use_superres* {.bitsize: 1'i64.}: uint32
    render_and_frame_size_different* {.bitsize: 1'i64.}: uint32
    allow_screen_content_tools* {.bitsize: 1'i64.}: uint32
    is_filter_switchable* {.bitsize: 1'i64.}: uint32
    force_integer_mv* {.bitsize: 1'i64.}: uint32
    frame_size_override_flag* {.bitsize: 1'i64.}: uint32
    buffer_removal_time_present_flag* {.bitsize: 1'i64.}: uint32
    allow_intrabc* {.bitsize: 1'i64.}: uint32
    frame_refs_short_signaling* {.bitsize: 1'i64.}: uint32
    allow_high_precision_mv* {.bitsize: 1'i64.}: uint32
    is_motion_mode_switchable* {.bitsize: 1'i64.}: uint32
    use_ref_frame_mvs* {.bitsize: 1'i64.}: uint32
    disable_frame_end_update_cdf* {.bitsize: 1'i64.}: uint32
    allow_warped_motion* {.bitsize: 1'i64.}: uint32
    reduced_tx_set* {.bitsize: 1'i64.}: uint32
    skip_mode_present* {.bitsize: 1'i64.}: uint32
    delta_q_present* {.bitsize: 1'i64.}: uint32
    delta_lf_present* {.bitsize: 1'i64.}: uint32
    delta_lf_multi* {.bitsize: 1'i64.}: uint32
    segmentation_enabled* {.bitsize: 1'i64.}: uint32
    segmentation_update_map* {.bitsize: 1'i64.}: uint32
    segmentation_temporal_update* {.bitsize: 1'i64.}: uint32
    segmentation_update_data* {.bitsize: 1'i64.}: uint32
    UsesLr* {.bitsize: 1'i64.}: uint32
    usesChromaLr* {.bitsize: 1'i64.}: uint32
    show_frame* {.bitsize: 1'i64.}: uint32
    showable_frame* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 3'i64.}: uint32
  struct_StdVideoEncodeAV1ExtensionHeader_1124083232 {.pure, inheritable, bycopy.} = object
    temporal_id*: uint8      ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:38:16
    spatial_id*: uint8
  struct_StdVideoEncodeAV1ReferenceInfoFlags_1124083234 {.pure, inheritable,
      bycopy.} = object
    disable_frame_end_update_cdf* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std_encode.h:123:16
    segmentation_enabled* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoDecodeVP9PictureInfoFlags_1124083236 {.pure, inheritable,
      bycopy.} = object
    error_resilient_mode* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std_decode.h:30:16
    intra_only* {.bitsize: 1'i64.}: uint32
    allow_high_precision_mv* {.bitsize: 1'i64.}: uint32
    refresh_frame_context* {.bitsize: 1'i64.}: uint32
    frame_parallel_decoding_mode* {.bitsize: 1'i64.}: uint32
    segmentation_enabled* {.bitsize: 1'i64.}: uint32
    show_frame* {.bitsize: 1'i64.}: uint32
    UsePrevFrameMvs* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 24'i64.}: uint32
  struct_StdVideoVP9ColorConfig_1124083242 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoVP9ColorConfigFlags_1124083301 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:105:16
    BitDepth*: uint8
    subsampling_x*: uint8
    subsampling_y*: uint8
    reserved1*: uint8
    color_space*: StdVideoVP9ColorSpace_1124083303
  struct_StdVideoVP9LoopFilter_1124083244 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoVP9LoopFilterFlags_1124083305 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:120:16
    loop_filter_level*: uint8
    loop_filter_sharpness*: uint8
    update_ref_delta*: uint8
    loop_filter_ref_deltas*: array[4'i64, int8]
    update_mode_delta*: uint8
    loop_filter_mode_deltas*: array[2'i64, int8]
  struct_StdVideoVP9Segmentation_1124083246 {.pure, inheritable, bycopy.} = object
    flags*: StdVideoVP9SegmentationFlags_1124083307 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:138:16
    segmentation_tree_probs*: array[7'i64, uint8]
    segmentation_pred_prob*: array[3'i64, uint8]
    FeatureEnabled*: array[8'i64, uint8]
    FeatureData*: array[8'i64, array[4'i64, int16]]
  StdVideoH264SpsVuiFlags_1124083248 = struct_StdVideoH264SpsVuiFlags_1124083309 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:193:3
  StdVideoH264AspectRatioIdc_1124083250 = enum_StdVideoH264AspectRatioIdc_1124083311 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:105:3
  StdVideoH264HrdParameters_1124083252 = struct_StdVideoH264HrdParameters_1124083313 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:207:3
  StdVideoEncodeH264WeightTableFlags_1124083254 = struct_StdVideoEncodeH264WeightTableFlags_1124083315 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:35:3
  StdVideoEncodeH264ReferenceListsInfoFlags_1124083256 = struct_StdVideoEncodeH264ReferenceListsInfoFlags_1124083317 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:75:3
  StdVideoEncodeH264RefListModEntry_1124083258 = struct_StdVideoEncodeH264RefListModEntry_1124083319 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:81:3
  StdVideoEncodeH264RefPicMarkingEntry_1124083260 = struct_StdVideoEncodeH264RefPicMarkingEntry_1124083321 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:89:3
  StdVideoH265HrdFlags_1124083262 = struct_StdVideoH265HrdFlags_1124083323 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:147:3
  StdVideoH265SubLayerHrdParameters_1124083264 = struct_StdVideoH265SubLayerHrdParameters_1124083325 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:137:3
  StdVideoH265ProfileTierLevelFlags_1124083266 = struct_StdVideoH265ProfileTierLevelFlags_1124083327 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:180:3
  StdVideoH265ShortTermRefPicSetFlags_1124083268 = struct_StdVideoH265ShortTermRefPicSetFlags_1124083329 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:302:3
  StdVideoH265SpsVuiFlags_1124083270 = struct_StdVideoH265SpsVuiFlags_1124083331 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:231:3
  StdVideoH265AspectRatioIdc_1124083272 = enum_StdVideoH265AspectRatioIdc_1124083333 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:124:3
  StdVideoEncodeH265WeightTableFlags_1124083274 = struct_StdVideoEncodeH265WeightTableFlags_1124083335 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:35:3
  StdVideoEncodeH265ReferenceListsInfoFlags_1124083276 = struct_StdVideoEncodeH265ReferenceListsInfoFlags_1124083337 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:89:3
  StdVideoAV1ColorConfigFlags_1124083278 = struct_StdVideoAV1ColorConfigFlags_1124083339 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:210:3
  StdVideoAV1ColorPrimaries_1124083280 = enum_StdVideoAV1ColorPrimaries_1124083341 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:150:3
  StdVideoAV1TransferCharacteristics_1124083282 = enum_StdVideoAV1TransferCharacteristics_1124083343 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:174:3
  StdVideoAV1MatrixCoefficients_1124083284 = enum_StdVideoAV1MatrixCoefficients_1124083345 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:194:3
  StdVideoAV1ChromaSamplePosition_1124083286 = enum_StdVideoAV1ChromaSamplePosition_1124083347 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:203:3
  StdVideoAV1TimingInfoFlags_1124083288 = struct_StdVideoAV1TimingInfoFlags_1124083349 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:227:3
  StdVideoAV1TileInfoFlags_1124083290 = struct_StdVideoAV1TileInfoFlags_1124083351 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:279:3
  StdVideoAV1QuantizationFlags_1124083292 = struct_StdVideoAV1QuantizationFlags_1124083353 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:256:3
  StdVideoAV1LoopFilterFlags_1124083294 = struct_StdVideoAV1LoopFilterFlags_1124083355 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:240:3
  StdVideoAV1FrameRestorationType_1124083296 = enum_StdVideoAV1FrameRestorationType_1124083357 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:131:3
  StdVideoAV1FilmGrainFlags_1124083298 = struct_StdVideoAV1FilmGrainFlags_1124083359 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:319:3
  StdVideoVP9ColorConfigFlags_1124083300 = struct_StdVideoVP9ColorConfigFlags_1124083361 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:103:3
  StdVideoVP9ColorSpace_1124083302 = enum_StdVideoVP9ColorSpace_1124083363 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:99:3
  StdVideoVP9LoopFilterFlags_1124083304 = struct_StdVideoVP9LoopFilterFlags_1124083365 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:118:3
  StdVideoVP9SegmentationFlags_1124083306 = struct_StdVideoVP9SegmentationFlags_1124083367 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:136:3
  struct_StdVideoH264SpsVuiFlags_1124083308 {.pure, inheritable, bycopy.} = object
    aspect_ratio_info_present_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:180:16
    overscan_info_present_flag* {.bitsize: 1'i64.}: uint32
    overscan_appropriate_flag* {.bitsize: 1'i64.}: uint32
    video_signal_type_present_flag* {.bitsize: 1'i64.}: uint32
    video_full_range_flag* {.bitsize: 1'i64.}: uint32
    color_description_present_flag* {.bitsize: 1'i64.}: uint32
    chroma_loc_info_present_flag* {.bitsize: 1'i64.}: uint32
    timing_info_present_flag* {.bitsize: 1'i64.}: uint32
    fixed_frame_rate_flag* {.bitsize: 1'i64.}: uint32
    bitstream_restriction_flag* {.bitsize: 1'i64.}: uint32
    nal_hrd_parameters_present_flag* {.bitsize: 1'i64.}: uint32
    vcl_hrd_parameters_present_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoH264HrdParameters_1124083312 {.pure, inheritable, bycopy.} = object
    cpb_cnt_minus1*: uint8   ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:195:16
    bit_rate_scale*: uint8
    cpb_size_scale*: uint8
    reserved1*: uint8
    bit_rate_value_minus1*: array[32'i64, uint32]
    cpb_size_value_minus1*: array[32'i64, uint32]
    cbr_flag*: array[32'i64, uint8]
    initial_cpb_removal_delay_length_minus1*: uint32
    cpb_removal_delay_length_minus1*: uint32
    dpb_output_delay_length_minus1*: uint32
    time_offset_length*: uint32
  struct_StdVideoEncodeH264WeightTableFlags_1124083314 {.pure, inheritable,
      bycopy.} = object
    luma_weight_l0_flag*: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:30:16
    chroma_weight_l0_flag*: uint32
    luma_weight_l1_flag*: uint32
    chroma_weight_l1_flag*: uint32
  struct_StdVideoEncodeH264ReferenceListsInfoFlags_1124083316 {.pure,
      inheritable, bycopy.} = object
    ref_pic_list_modification_flag_l0* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:71:16
    ref_pic_list_modification_flag_l1* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoEncodeH264RefListModEntry_1124083318 {.pure, inheritable,
      bycopy.} = object
    modification_of_pic_nums_idc*: StdVideoH264ModificationOfPicNumsIdc_1124083369 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:77:16
    abs_diff_pic_num_minus1*: uint16
    long_term_pic_num*: uint16
  struct_StdVideoEncodeH264RefPicMarkingEntry_1124083320 {.pure, inheritable,
      bycopy.} = object
    memory_management_control_operation*: StdVideoH264MemMgmtControlOp_1124083371 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std_encode.h:83:16
    difference_of_pic_nums_minus1*: uint16
    long_term_pic_num*: uint16
    long_term_frame_idx*: uint16
    max_long_term_frame_idx_plus1*: uint16
  struct_StdVideoH265HrdFlags_1124083322 {.pure, inheritable, bycopy.} = object
    nal_hrd_parameters_present_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:139:16
    vcl_hrd_parameters_present_flag* {.bitsize: 1'i64.}: uint32
    sub_pic_hrd_params_present_flag* {.bitsize: 1'i64.}: uint32
    sub_pic_cpb_params_in_pic_timing_sei_flag* {.bitsize: 1'i64.}: uint32
    fixed_pic_rate_general_flag* {.bitsize: 8'i64.}: uint32
    fixed_pic_rate_within_cvs_flag* {.bitsize: 8'i64.}: uint32
    low_delay_hrd_flag* {.bitsize: 8'i64.}: uint32
  struct_StdVideoH265SubLayerHrdParameters_1124083324 {.pure, inheritable,
      bycopy.} = object
    bit_rate_value_minus1*: array[32'i64, uint32] ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:131:16
    cpb_size_value_minus1*: array[32'i64, uint32]
    cpb_size_du_value_minus1*: array[32'i64, uint32]
    bit_rate_du_value_minus1*: array[32'i64, uint32]
    cbr_flag*: uint32
  struct_StdVideoH265ProfileTierLevelFlags_1124083326 {.pure, inheritable,
      bycopy.} = object
    general_tier_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:174:16
    general_progressive_source_flag* {.bitsize: 1'i64.}: uint32
    general_interlaced_source_flag* {.bitsize: 1'i64.}: uint32
    general_non_packed_constraint_flag* {.bitsize: 1'i64.}: uint32
    general_frame_only_constraint_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoH265ShortTermRefPicSetFlags_1124083328 {.pure, inheritable,
      bycopy.} = object
    inter_ref_pic_set_prediction_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:299:16
    delta_rps_sign* {.bitsize: 1'i64.}: uint32
  struct_StdVideoH265SpsVuiFlags_1124083330 {.pure, inheritable, bycopy.} = object
    aspect_ratio_info_present_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std.h:212:16
    overscan_info_present_flag* {.bitsize: 1'i64.}: uint32
    overscan_appropriate_flag* {.bitsize: 1'i64.}: uint32
    video_signal_type_present_flag* {.bitsize: 1'i64.}: uint32
    video_full_range_flag* {.bitsize: 1'i64.}: uint32
    colour_description_present_flag* {.bitsize: 1'i64.}: uint32
    chroma_loc_info_present_flag* {.bitsize: 1'i64.}: uint32
    neutral_chroma_indication_flag* {.bitsize: 1'i64.}: uint32
    field_seq_flag* {.bitsize: 1'i64.}: uint32
    frame_field_info_present_flag* {.bitsize: 1'i64.}: uint32
    default_display_window_flag* {.bitsize: 1'i64.}: uint32
    vui_timing_info_present_flag* {.bitsize: 1'i64.}: uint32
    vui_poc_proportional_to_timing_flag* {.bitsize: 1'i64.}: uint32
    vui_hrd_parameters_present_flag* {.bitsize: 1'i64.}: uint32
    bitstream_restriction_flag* {.bitsize: 1'i64.}: uint32
    tiles_fixed_structure_flag* {.bitsize: 1'i64.}: uint32
    motion_vectors_over_pic_boundaries_flag* {.bitsize: 1'i64.}: uint32
    restricted_ref_pic_lists_flag* {.bitsize: 1'i64.}: uint32
  struct_StdVideoEncodeH265WeightTableFlags_1124083334 {.pure, inheritable,
      bycopy.} = object
    luma_weight_l0_flag*: uint16 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:30:16
    chroma_weight_l0_flag*: uint16
    luma_weight_l1_flag*: uint16
    chroma_weight_l1_flag*: uint16
  struct_StdVideoEncodeH265ReferenceListsInfoFlags_1124083336 {.pure,
      inheritable, bycopy.} = object
    ref_pic_list_modification_flag_l0* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h265std_encode.h:85:16
    ref_pic_list_modification_flag_l1* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoAV1ColorConfigFlags_1124083338 {.pure, inheritable, bycopy.} = object
    mono_chrome* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:204:16
    color_range* {.bitsize: 1'i64.}: uint32
    separate_uv_delta_q* {.bitsize: 1'i64.}: uint32
    color_description_present_flag* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 28'i64.}: uint32
  struct_StdVideoAV1TimingInfoFlags_1124083348 {.pure, inheritable, bycopy.} = object
    equal_picture_interval* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:224:16
    reserved* {.bitsize: 31'i64.}: uint32
  struct_StdVideoAV1TileInfoFlags_1124083350 {.pure, inheritable, bycopy.} = object
    uniform_tile_spacing_flag* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:276:16
    reserved* {.bitsize: 31'i64.}: uint32
  struct_StdVideoAV1QuantizationFlags_1124083352 {.pure, inheritable, bycopy.} = object
    using_qmatrix* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:252:16
    diff_uv_delta* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoAV1LoopFilterFlags_1124083354 {.pure, inheritable, bycopy.} = object
    loop_filter_delta_enabled* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:236:16
    loop_filter_delta_update* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoAV1FilmGrainFlags_1124083358 {.pure, inheritable, bycopy.} = object
    chroma_scaling_from_luma* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_av1std.h:313:16
    overlap_flag* {.bitsize: 1'i64.}: uint32
    clip_to_restricted_range* {.bitsize: 1'i64.}: uint32
    update_grain* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 28'i64.}: uint32
  struct_StdVideoVP9ColorConfigFlags_1124083360 {.pure, inheritable, bycopy.} = object
    color_range* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:100:16
    reserved* {.bitsize: 31'i64.}: uint32
  struct_StdVideoVP9LoopFilterFlags_1124083364 {.pure, inheritable, bycopy.} = object
    loop_filter_delta_enabled* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:114:16
    loop_filter_delta_update* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 30'i64.}: uint32
  struct_StdVideoVP9SegmentationFlags_1124083366 {.pure, inheritable, bycopy.} = object
    segmentation_update_map* {.bitsize: 1'i64.}: uint32 ## Generated based on /usr/include/vk_video/vulkan_video_codec_vp9std.h:130:16
    segmentation_temporal_update* {.bitsize: 1'i64.}: uint32
    segmentation_update_data* {.bitsize: 1'i64.}: uint32
    segmentation_abs_or_delta_update* {.bitsize: 1'i64.}: uint32
    reserved* {.bitsize: 28'i64.}: uint32
  StdVideoH264ModificationOfPicNumsIdc_1124083368 = enum_StdVideoH264ModificationOfPicNumsIdc_1124083373 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:122:3
  StdVideoH264MemMgmtControlOp_1124083370 = enum_StdVideoH264MemMgmtControlOp_1124083375 ## Generated based on /usr/include/vk_video/vulkan_video_codec_h264std.h:134:3
  struct_VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076019 = (when declared(
      struct_VkPhysicalDeviceShaderTerminateInvocationFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderTerminateInvocationFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076018):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderTerminateInvocationFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderTerminateInvocationFeatures
  else:
    struct_VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076018)
  VkValidationFeatureDisableEXT_1124079803 = (when declared(
      VkValidationFeatureDisableEXT):
    when ownSizeof(VkValidationFeatureDisableEXT) !=
        ownSizeof(VkValidationFeatureDisableEXT_1124079802):
      static :
        warning("Declaration of " & "VkValidationFeatureDisableEXT" &
            " exists but with different size")
    VkValidationFeatureDisableEXT
  else:
    VkValidationFeatureDisableEXT_1124079802)
  StdVideoAV1ColorConfigFlags_1124083279 = (when declared(
      StdVideoAV1ColorConfigFlags):
    when ownSizeof(StdVideoAV1ColorConfigFlags) !=
        ownSizeof(StdVideoAV1ColorConfigFlags_1124083278):
      static :
        warning("Declaration of " & "StdVideoAV1ColorConfigFlags" &
            " exists but with different size")
    StdVideoAV1ColorConfigFlags
  else:
    StdVideoAV1ColorConfigFlags_1124083278)
  PFN_vkLatencySleepNV_1124081701 = (when declared(PFN_vkLatencySleepNV):
    when ownSizeof(PFN_vkLatencySleepNV) != ownSizeof(PFN_vkLatencySleepNV_1124081700):
      static :
        warning("Declaration of " & "PFN_vkLatencySleepNV" &
            " exists but with different size")
    PFN_vkLatencySleepNV
  else:
    PFN_vkLatencySleepNV_1124081700)
  VkDrmFormatModifierPropertiesListEXT_1124079217 = (when declared(
      VkDrmFormatModifierPropertiesListEXT):
    when ownSizeof(VkDrmFormatModifierPropertiesListEXT) !=
        ownSizeof(VkDrmFormatModifierPropertiesListEXT_1124079216):
      static :
        warning("Declaration of " & "VkDrmFormatModifierPropertiesListEXT" &
            " exists but with different size")
    VkDrmFormatModifierPropertiesListEXT
  else:
    VkDrmFormatModifierPropertiesListEXT_1124079216)
  VkVideoEncodeH264QualityLevelPropertiesKHR_1124076837 = (when declared(
      VkVideoEncodeH264QualityLevelPropertiesKHR):
    when ownSizeof(VkVideoEncodeH264QualityLevelPropertiesKHR) !=
        ownSizeof(VkVideoEncodeH264QualityLevelPropertiesKHR_1124076836):
      static :
        warning("Declaration of " & "VkVideoEncodeH264QualityLevelPropertiesKHR" &
            " exists but with different size")
    VkVideoEncodeH264QualityLevelPropertiesKHR
  else:
    VkVideoEncodeH264QualityLevelPropertiesKHR_1124076836)
  struct_VkWriteIndirectExecutionSetShaderEXT_1124082299 = (when declared(
      struct_VkWriteIndirectExecutionSetShaderEXT):
    when ownSizeof(struct_VkWriteIndirectExecutionSetShaderEXT) !=
        ownSizeof(struct_VkWriteIndirectExecutionSetShaderEXT_1124082298):
      static :
        warning("Declaration of " &
            "struct_VkWriteIndirectExecutionSetShaderEXT" &
            " exists but with different size")
    struct_VkWriteIndirectExecutionSetShaderEXT
  else:
    struct_VkWriteIndirectExecutionSetShaderEXT_1124082298)
  VkVideoSessionParametersCreateFlagsKHR_1124076675 = (when declared(
      VkVideoSessionParametersCreateFlagsKHR):
    when ownSizeof(VkVideoSessionParametersCreateFlagsKHR) !=
        ownSizeof(VkVideoSessionParametersCreateFlagsKHR_1124076674):
      static :
        warning("Declaration of " & "VkVideoSessionParametersCreateFlagsKHR" &
            " exists but with different size")
    VkVideoSessionParametersCreateFlagsKHR
  else:
    VkVideoSessionParametersCreateFlagsKHR_1124076674)
  struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080431 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080430):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT
  else:
    struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080430)
  VkPipelineRobustnessCreateInfo_1124076383 = (when declared(
      VkPipelineRobustnessCreateInfo):
    when ownSizeof(VkPipelineRobustnessCreateInfo) !=
        ownSizeof(VkPipelineRobustnessCreateInfo_1124076382):
      static :
        warning("Declaration of " & "VkPipelineRobustnessCreateInfo" &
            " exists but with different size")
    VkPipelineRobustnessCreateInfo
  else:
    VkPipelineRobustnessCreateInfo_1124076382)
  PFN_vkDestroySamplerYcbcrConversion_1124075595 = (when declared(
      PFN_vkDestroySamplerYcbcrConversion):
    when ownSizeof(PFN_vkDestroySamplerYcbcrConversion) !=
        ownSizeof(PFN_vkDestroySamplerYcbcrConversion_1124075594):
      static :
        warning("Declaration of " & "PFN_vkDestroySamplerYcbcrConversion" &
            " exists but with different size")
    PFN_vkDestroySamplerYcbcrConversion
  else:
    PFN_vkDestroySamplerYcbcrConversion_1124075594)
  VkFilter_1124074071 = (when declared(VkFilter):
    when ownSizeof(VkFilter) != ownSizeof(VkFilter_1124074070):
      static :
        warning("Declaration of " & "VkFilter" &
            " exists but with different size")
    VkFilter
  else:
    VkFilter_1124074070)
  PFN_vkGetBufferDeviceAddress_1124075843 = (when declared(
      PFN_vkGetBufferDeviceAddress):
    when ownSizeof(PFN_vkGetBufferDeviceAddress) !=
        ownSizeof(PFN_vkGetBufferDeviceAddress_1124075842):
      static :
        warning("Declaration of " & "PFN_vkGetBufferDeviceAddress" &
            " exists but with different size")
    PFN_vkGetBufferDeviceAddress
  else:
    PFN_vkGetBufferDeviceAddress_1124075842)
  VkValidationCacheCreateInfoEXT_1124079255 = (when declared(
      VkValidationCacheCreateInfoEXT):
    when ownSizeof(VkValidationCacheCreateInfoEXT) !=
        ownSizeof(VkValidationCacheCreateInfoEXT_1124079254):
      static :
        warning("Declaration of " & "VkValidationCacheCreateInfoEXT" &
            " exists but with different size")
    VkValidationCacheCreateInfoEXT
  else:
    VkValidationCacheCreateInfoEXT_1124079254)
  VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082111 = (when declared(
      VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV):
    when ownSizeof(VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082110):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV
  else:
    VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082110)
  struct_StdVideoEncodeH265WeightTable_1124083177 = (when declared(
      struct_StdVideoEncodeH265WeightTable):
    when ownSizeof(struct_StdVideoEncodeH265WeightTable) !=
        ownSizeof(struct_StdVideoEncodeH265WeightTable_1124083176):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH265WeightTable" &
            " exists but with different size")
    struct_StdVideoEncodeH265WeightTable
  else:
    struct_StdVideoEncodeH265WeightTable_1124083176)
  struct_VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075727 = (when declared(
      struct_VkDescriptorSetLayoutBindingFlagsCreateInfo):
    when ownSizeof(struct_VkDescriptorSetLayoutBindingFlagsCreateInfo) !=
        ownSizeof(struct_VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075726):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorSetLayoutBindingFlagsCreateInfo" &
            " exists but with different size")
    struct_VkDescriptorSetLayoutBindingFlagsCreateInfo
  else:
    struct_VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075726)
  VkRenderingInfoKHR_1124077051 = (when declared(VkRenderingInfoKHR):
    when ownSizeof(VkRenderingInfoKHR) != ownSizeof(VkRenderingInfoKHR_1124077050):
      static :
        warning("Declaration of " & "VkRenderingInfoKHR" &
            " exists but with different size")
    VkRenderingInfoKHR
  else:
    VkRenderingInfoKHR_1124077050)
  struct_VkImageViewASTCDecodeModeEXT_1124078853 = (when declared(
      struct_VkImageViewASTCDecodeModeEXT):
    when ownSizeof(struct_VkImageViewASTCDecodeModeEXT) !=
        ownSizeof(struct_VkImageViewASTCDecodeModeEXT_1124078852):
      static :
        warning("Declaration of " & "struct_VkImageViewASTCDecodeModeEXT" &
            " exists but with different size")
    struct_VkImageViewASTCDecodeModeEXT
  else:
    struct_VkImageViewASTCDecodeModeEXT_1124078852)
  VkPipelineCreationFeedbackFlagBitsEXT_1124079555 = (when declared(
      VkPipelineCreationFeedbackFlagBitsEXT):
    when ownSizeof(VkPipelineCreationFeedbackFlagBitsEXT) !=
        ownSizeof(VkPipelineCreationFeedbackFlagBitsEXT_1124079554):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackFlagBitsEXT" &
            " exists but with different size")
    VkPipelineCreationFeedbackFlagBitsEXT
  else:
    VkPipelineCreationFeedbackFlagBitsEXT_1124079554)
  PFN_vkReleaseDisplayEXT_1124078903 = (when declared(PFN_vkReleaseDisplayEXT):
    when ownSizeof(PFN_vkReleaseDisplayEXT) !=
        ownSizeof(PFN_vkReleaseDisplayEXT_1124078902):
      static :
        warning("Declaration of " & "PFN_vkReleaseDisplayEXT" &
            " exists but with different size")
    PFN_vkReleaseDisplayEXT
  else:
    PFN_vkReleaseDisplayEXT_1124078902)
  enum_VkAccelerationStructureTypeKHR_1124079339 = (when declared(
      enum_VkAccelerationStructureTypeKHR):
    when ownSizeof(enum_VkAccelerationStructureTypeKHR) !=
        ownSizeof(enum_VkAccelerationStructureTypeKHR_1124079338):
      static :
        warning("Declaration of " & "enum_VkAccelerationStructureTypeKHR" &
            " exists but with different size")
    enum_VkAccelerationStructureTypeKHR
  else:
    enum_VkAccelerationStructureTypeKHR_1124079338)
  enum_VkPerformanceParameterTypeINTEL_1124079641 = (when declared(
      enum_VkPerformanceParameterTypeINTEL):
    when ownSizeof(enum_VkPerformanceParameterTypeINTEL) !=
        ownSizeof(enum_VkPerformanceParameterTypeINTEL_1124079640):
      static :
        warning("Declaration of " & "enum_VkPerformanceParameterTypeINTEL" &
            " exists but with different size")
    enum_VkPerformanceParameterTypeINTEL
  else:
    enum_VkPerformanceParameterTypeINTEL_1124079640)
  VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078465 = (when declared(
      VkVideoEncodeIntraRefreshModeFlagBitsKHR):
    when ownSizeof(VkVideoEncodeIntraRefreshModeFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078464):
      static :
        warning("Declaration of " & "VkVideoEncodeIntraRefreshModeFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeIntraRefreshModeFlagBitsKHR
  else:
    VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078464)
  PFN_vkQueueSubmit2_1124076129 = (when declared(PFN_vkQueueSubmit2):
    when ownSizeof(PFN_vkQueueSubmit2) != ownSizeof(PFN_vkQueueSubmit2_1124076128):
      static :
        warning("Declaration of " & "PFN_vkQueueSubmit2" &
            " exists but with different size")
    PFN_vkQueueSubmit2
  else:
    PFN_vkQueueSubmit2_1124076128)
  struct_VkBindDataGraphPipelineSessionMemoryInfoARM_1124081779 = (when declared(
      struct_VkBindDataGraphPipelineSessionMemoryInfoARM):
    when ownSizeof(struct_VkBindDataGraphPipelineSessionMemoryInfoARM) !=
        ownSizeof(struct_VkBindDataGraphPipelineSessionMemoryInfoARM_1124081778):
      static :
        warning("Declaration of " &
            "struct_VkBindDataGraphPipelineSessionMemoryInfoARM" &
            " exists but with different size")
    struct_VkBindDataGraphPipelineSessionMemoryInfoARM
  else:
    struct_VkBindDataGraphPipelineSessionMemoryInfoARM_1124081778)
  enum_StdVideoH264PictureType_1124083143 = (when declared(
      enum_StdVideoH264PictureType):
    when ownSizeof(enum_StdVideoH264PictureType) !=
        ownSizeof(enum_StdVideoH264PictureType_1124083142):
      static :
        warning("Declaration of " & "enum_StdVideoH264PictureType" &
            " exists but with different size")
    enum_StdVideoH264PictureType
  else:
    enum_StdVideoH264PictureType_1124083142)
  PFN_vkEnumeratePhysicalDevices_1124074897 = (when declared(
      PFN_vkEnumeratePhysicalDevices):
    when ownSizeof(PFN_vkEnumeratePhysicalDevices) !=
        ownSizeof(PFN_vkEnumeratePhysicalDevices_1124074896):
      static :
        warning("Declaration of " & "PFN_vkEnumeratePhysicalDevices" &
            " exists but with different size")
    PFN_vkEnumeratePhysicalDevices
  else:
    PFN_vkEnumeratePhysicalDevices_1124074896)
  struct_VkPhysicalDeviceMaintenance9PropertiesKHR_1124078581 = (when declared(
      struct_VkPhysicalDeviceMaintenance9PropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance9PropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance9PropertiesKHR_1124078580):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance9PropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance9PropertiesKHR
  else:
    struct_VkPhysicalDeviceMaintenance9PropertiesKHR_1124078580)
  enum_VkVideoEncodeH265StdFlagBitsKHR_1124076909 = (when declared(
      enum_VkVideoEncodeH265StdFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH265StdFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH265StdFlagBitsKHR_1124076908):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeH265StdFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH265StdFlagBitsKHR
  else:
    enum_VkVideoEncodeH265StdFlagBitsKHR_1124076908)
  StdVideoEncodeAV1PictureInfo_1124078287 = (when declared(
      StdVideoEncodeAV1PictureInfo):
    when ownSizeof(StdVideoEncodeAV1PictureInfo) !=
        ownSizeof(StdVideoEncodeAV1PictureInfo_1124078286):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1PictureInfo" &
            " exists but with different size")
    StdVideoEncodeAV1PictureInfo
  else:
    StdVideoEncodeAV1PictureInfo_1124078286)
  VkRenderPassFragmentDensityMapCreateInfoEXT_1124079725 = (when declared(
      VkRenderPassFragmentDensityMapCreateInfoEXT):
    when ownSizeof(VkRenderPassFragmentDensityMapCreateInfoEXT) !=
        ownSizeof(VkRenderPassFragmentDensityMapCreateInfoEXT_1124079724):
      static :
        warning("Declaration of " &
            "VkRenderPassFragmentDensityMapCreateInfoEXT" &
            " exists but with different size")
    VkRenderPassFragmentDensityMapCreateInfoEXT
  else:
    VkRenderPassFragmentDensityMapCreateInfoEXT_1124079724)
  struct_VkSetPresentConfigNV_1124082419 = (when declared(
      struct_VkSetPresentConfigNV):
    when ownSizeof(struct_VkSetPresentConfigNV) !=
        ownSizeof(struct_VkSetPresentConfigNV_1124082418):
      static :
        warning("Declaration of " & "struct_VkSetPresentConfigNV" &
            " exists but with different size")
    struct_VkSetPresentConfigNV
  else:
    struct_VkSetPresentConfigNV_1124082418)
  struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080457 = (when declared(
      struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080456):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT
  else:
    struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080456)
  VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080507 = (when declared(
      VkDeviceFaultVendorBinaryHeaderVersionOneEXT):
    when ownSizeof(VkDeviceFaultVendorBinaryHeaderVersionOneEXT) !=
        ownSizeof(VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080506):
      static :
        warning("Declaration of " &
            "VkDeviceFaultVendorBinaryHeaderVersionOneEXT" &
            " exists but with different size")
    VkDeviceFaultVendorBinaryHeaderVersionOneEXT
  else:
    VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080506)
  struct_VkMemoryHostPointerPropertiesEXT_1124079501 = (when declared(
      struct_VkMemoryHostPointerPropertiesEXT):
    when ownSizeof(struct_VkMemoryHostPointerPropertiesEXT) !=
        ownSizeof(struct_VkMemoryHostPointerPropertiesEXT_1124079500):
      static :
        warning("Declaration of " & "struct_VkMemoryHostPointerPropertiesEXT" &
            " exists but with different size")
    struct_VkMemoryHostPointerPropertiesEXT
  else:
    struct_VkMemoryHostPointerPropertiesEXT_1124079500)
  enum_VkSparseImageFormatFlagBits_1124074227 = (when declared(
      enum_VkSparseImageFormatFlagBits):
    when ownSizeof(enum_VkSparseImageFormatFlagBits) !=
        ownSizeof(enum_VkSparseImageFormatFlagBits_1124074226):
      static :
        warning("Declaration of " & "enum_VkSparseImageFormatFlagBits" &
            " exists but with different size")
    enum_VkSparseImageFormatFlagBits
  else:
    enum_VkSparseImageFormatFlagBits_1124074226)
  VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081003 = (when declared(
      VkRenderPassFragmentDensityMapOffsetEndInfoEXT):
    when ownSizeof(VkRenderPassFragmentDensityMapOffsetEndInfoEXT) !=
        ownSizeof(VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081002):
      static :
        warning("Declaration of " &
            "VkRenderPassFragmentDensityMapOffsetEndInfoEXT" &
            " exists but with different size")
    VkRenderPassFragmentDensityMapOffsetEndInfoEXT
  else:
    VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081002)
  struct_VkViewport_1124074801 = (when declared(struct_VkViewport):
    when ownSizeof(struct_VkViewport) != ownSizeof(struct_VkViewport_1124074800):
      static :
        warning("Declaration of " & "struct_VkViewport" &
            " exists but with different size")
    struct_VkViewport
  else:
    struct_VkViewport_1124074800)
  struct_VkDisplayPropertiesKHR_1124076605 = (when declared(
      struct_VkDisplayPropertiesKHR):
    when ownSizeof(struct_VkDisplayPropertiesKHR) !=
        ownSizeof(struct_VkDisplayPropertiesKHR_1124076604):
      static :
        warning("Declaration of " & "struct_VkDisplayPropertiesKHR" &
            " exists but with different size")
    struct_VkDisplayPropertiesKHR
  else:
    struct_VkDisplayPropertiesKHR_1124076604)
  struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080033 = (when declared(
      struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080032):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV
  else:
    struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080032)
  VkAccessFlags2_1124075877 = (when declared(VkAccessFlags2):
    when ownSizeof(VkAccessFlags2) != ownSizeof(VkAccessFlags2_1124075876):
      static :
        warning("Declaration of " & "VkAccessFlags2" &
            " exists but with different size")
    VkAccessFlags2
  else:
    VkAccessFlags2_1124075876)
  struct_VkCudaFunctionCreateInfoNV_1124082849 = (when declared(
      struct_VkCudaFunctionCreateInfoNV):
    when ownSizeof(struct_VkCudaFunctionCreateInfoNV) !=
        ownSizeof(struct_VkCudaFunctionCreateInfoNV_1124082848):
      static :
        warning("Declaration of " & "struct_VkCudaFunctionCreateInfoNV" &
            " exists but with different size")
    struct_VkCudaFunctionCreateInfoNV
  else:
    struct_VkCudaFunctionCreateInfoNV_1124082848)
  PFN_vkAcquirePerformanceConfigurationINTEL_1124079693 = (when declared(
      PFN_vkAcquirePerformanceConfigurationINTEL):
    when ownSizeof(PFN_vkAcquirePerformanceConfigurationINTEL) !=
        ownSizeof(PFN_vkAcquirePerformanceConfigurationINTEL_1124079692):
      static :
        warning("Declaration of " & "PFN_vkAcquirePerformanceConfigurationINTEL" &
            " exists but with different size")
    PFN_vkAcquirePerformanceConfigurationINTEL
  else:
    PFN_vkAcquirePerformanceConfigurationINTEL_1124079692)
  enum_VkImageType_1124074029 = (when declared(enum_VkImageType):
    when ownSizeof(enum_VkImageType) != ownSizeof(enum_VkImageType_1124074028):
      static :
        warning("Declaration of " & "enum_VkImageType" &
            " exists but with different size")
    enum_VkImageType
  else:
    enum_VkImageType_1124074028)
  struct_VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079485 = (when declared(
      struct_VkPhysicalDeviceImageViewImageFormatInfoEXT):
    when ownSizeof(struct_VkPhysicalDeviceImageViewImageFormatInfoEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079484):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageViewImageFormatInfoEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageViewImageFormatInfoEXT
  else:
    struct_VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079484)
  VkPrimitiveTopology_1124074115 = (when declared(VkPrimitiveTopology):
    when ownSizeof(VkPrimitiveTopology) != ownSizeof(VkPrimitiveTopology_1124074114):
      static :
        warning("Declaration of " & "VkPrimitiveTopology" &
            " exists but with different size")
    VkPrimitiveTopology
  else:
    VkPrimitiveTopology_1124074114)
  StdVideoEncodeH264ReferenceListsInfo_1124083007 = (when declared(
      StdVideoEncodeH264ReferenceListsInfo):
    when ownSizeof(StdVideoEncodeH264ReferenceListsInfo) !=
        ownSizeof(StdVideoEncodeH264ReferenceListsInfo_1124083006):
      static :
        warning("Declaration of " & "StdVideoEncodeH264ReferenceListsInfo" &
            " exists but with different size")
    StdVideoEncodeH264ReferenceListsInfo
  else:
    StdVideoEncodeH264ReferenceListsInfo_1124083006)
  VkPrivateDataSlotEXT_1124080185 = (when declared(VkPrivateDataSlotEXT):
    when ownSizeof(VkPrivateDataSlotEXT) != ownSizeof(VkPrivateDataSlotEXT_1124080184):
      static :
        warning("Declaration of " & "VkPrivateDataSlotEXT" &
            " exists but with different size")
    VkPrivateDataSlotEXT
  else:
    VkPrivateDataSlotEXT_1124080184)
  PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR_1124076615 = (when declared(
      PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR_1124076614):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR_1124076614)
  VkMicromapEXT_1124080767 = (when declared(VkMicromapEXT):
    when ownSizeof(VkMicromapEXT) != ownSizeof(VkMicromapEXT_1124080766):
      static :
        warning("Declaration of " & "VkMicromapEXT" &
            " exists but with different size")
    VkMicromapEXT
  else:
    VkMicromapEXT_1124080766)
  VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082797 = (when declared(
      VkPhysicalDeviceShaderEnqueueFeaturesAMDX):
    when ownSizeof(VkPhysicalDeviceShaderEnqueueFeaturesAMDX) !=
        ownSizeof(VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082796):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderEnqueueFeaturesAMDX" &
            " exists but with different size")
    VkPhysicalDeviceShaderEnqueueFeaturesAMDX
  else:
    VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082796)
  VkAccelerationStructureCreateFlagsKHR_1124082485 = (when declared(
      VkAccelerationStructureCreateFlagsKHR):
    when ownSizeof(VkAccelerationStructureCreateFlagsKHR) !=
        ownSizeof(VkAccelerationStructureCreateFlagsKHR_1124082484):
      static :
        warning("Declaration of " & "VkAccelerationStructureCreateFlagsKHR" &
            " exists but with different size")
    VkAccelerationStructureCreateFlagsKHR
  else:
    VkAccelerationStructureCreateFlagsKHR_1124082484)
  struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082361 = (when declared(
      struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082360):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV
  else:
    struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082360)
  VkPhysicalDeviceExternalBufferInfoKHR_1124077155 = (when declared(
      VkPhysicalDeviceExternalBufferInfoKHR):
    when ownSizeof(VkPhysicalDeviceExternalBufferInfoKHR) !=
        ownSizeof(VkPhysicalDeviceExternalBufferInfoKHR_1124077154):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalBufferInfoKHR" &
            " exists but with different size")
    VkPhysicalDeviceExternalBufferInfoKHR
  else:
    VkPhysicalDeviceExternalBufferInfoKHR_1124077154)
  struct_VkPhysicalDeviceFormatPackFeaturesARM_1124082403 = (when declared(
      struct_VkPhysicalDeviceFormatPackFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceFormatPackFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceFormatPackFeaturesARM_1124082402):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFormatPackFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceFormatPackFeaturesARM
  else:
    struct_VkPhysicalDeviceFormatPackFeaturesARM_1124082402)
  struct_VkPhysicalDeviceVideoFormatInfoKHR_1124076707 = (when declared(
      struct_VkPhysicalDeviceVideoFormatInfoKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoFormatInfoKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoFormatInfoKHR_1124076706):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVideoFormatInfoKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoFormatInfoKHR
  else:
    struct_VkPhysicalDeviceVideoFormatInfoKHR_1124076706)
  VkMutableDescriptorTypeCreateInfoEXT_1124080535 = (when declared(
      VkMutableDescriptorTypeCreateInfoEXT):
    when ownSizeof(VkMutableDescriptorTypeCreateInfoEXT) !=
        ownSizeof(VkMutableDescriptorTypeCreateInfoEXT_1124080534):
      static :
        warning("Declaration of " & "VkMutableDescriptorTypeCreateInfoEXT" &
            " exists but with different size")
    VkMutableDescriptorTypeCreateInfoEXT
  else:
    VkMutableDescriptorTypeCreateInfoEXT_1124080534)
  struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081611 = (when declared(
      struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081610):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV
  else:
    struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081610)
  VkSubresourceLayout_1124074639 = (when declared(VkSubresourceLayout):
    when ownSizeof(VkSubresourceLayout) != ownSizeof(VkSubresourceLayout_1124074638):
      static :
        warning("Declaration of " & "VkSubresourceLayout" &
            " exists but with different size")
    VkSubresourceLayout
  else:
    VkSubresourceLayout_1124074638)
  VkRenderPassSubpassFeedbackInfoEXT_1124081223 = (when declared(
      VkRenderPassSubpassFeedbackInfoEXT):
    when ownSizeof(VkRenderPassSubpassFeedbackInfoEXT) !=
        ownSizeof(VkRenderPassSubpassFeedbackInfoEXT_1124081222):
      static :
        warning("Declaration of " & "VkRenderPassSubpassFeedbackInfoEXT" &
            " exists but with different size")
    VkRenderPassSubpassFeedbackInfoEXT
  else:
    VkRenderPassSubpassFeedbackInfoEXT_1124081222)
  struct_StdVideoAV1GlobalMotion_1124083223 = (when declared(
      struct_StdVideoAV1GlobalMotion):
    when ownSizeof(struct_StdVideoAV1GlobalMotion) !=
        ownSizeof(struct_StdVideoAV1GlobalMotion_1124083222):
      static :
        warning("Declaration of " & "struct_StdVideoAV1GlobalMotion" &
            " exists but with different size")
    struct_StdVideoAV1GlobalMotion
  else:
    struct_StdVideoAV1GlobalMotion_1124083222)
  struct_VkSubpassBeginInfo_1124075787 = (when declared(
      struct_VkSubpassBeginInfo):
    when ownSizeof(struct_VkSubpassBeginInfo) !=
        ownSizeof(struct_VkSubpassBeginInfo_1124075786):
      static :
        warning("Declaration of " & "struct_VkSubpassBeginInfo" &
            " exists but with different size")
    struct_VkSubpassBeginInfo
  else:
    struct_VkSubpassBeginInfo_1124075786)
  VkDeviceGroupPresentModeFlagBitsKHR_1124076517 = (when declared(
      VkDeviceGroupPresentModeFlagBitsKHR):
    when ownSizeof(VkDeviceGroupPresentModeFlagBitsKHR) !=
        ownSizeof(VkDeviceGroupPresentModeFlagBitsKHR_1124076516):
      static :
        warning("Declaration of " & "VkDeviceGroupPresentModeFlagBitsKHR" &
            " exists but with different size")
    VkDeviceGroupPresentModeFlagBitsKHR
  else:
    VkDeviceGroupPresentModeFlagBitsKHR_1124076516)
  union_VkDescriptorDataEXT_1124080285 = (when declared(
      union_VkDescriptorDataEXT):
    when ownSizeof(union_VkDescriptorDataEXT) !=
        ownSizeof(union_VkDescriptorDataEXT_1124080284):
      static :
        warning("Declaration of " & "union_VkDescriptorDataEXT" &
            " exists but with different size")
    union_VkDescriptorDataEXT
  else:
    union_VkDescriptorDataEXT_1124080284)
  VkExternalMemoryBufferCreateInfo_1124075427 = (when declared(
      VkExternalMemoryBufferCreateInfo):
    when ownSizeof(VkExternalMemoryBufferCreateInfo) !=
        ownSizeof(VkExternalMemoryBufferCreateInfo_1124075426):
      static :
        warning("Declaration of " & "VkExternalMemoryBufferCreateInfo" &
            " exists but with different size")
    VkExternalMemoryBufferCreateInfo
  else:
    VkExternalMemoryBufferCreateInfo_1124075426)
  PFN_vkGetPipelineBinaryDataKHR_1124078111 = (when declared(
      PFN_vkGetPipelineBinaryDataKHR):
    when ownSizeof(PFN_vkGetPipelineBinaryDataKHR) !=
        ownSizeof(PFN_vkGetPipelineBinaryDataKHR_1124078110):
      static :
        warning("Declaration of " & "PFN_vkGetPipelineBinaryDataKHR" &
            " exists but with different size")
    PFN_vkGetPipelineBinaryDataKHR
  else:
    PFN_vkGetPipelineBinaryDataKHR_1124078110)
  struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082749 = (when declared(
      struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT):
    when ownSizeof(struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT) !=
        ownSizeof(struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082748):
      static :
        warning("Declaration of " &
            "struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT" &
            " exists but with different size")
    struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT
  else:
    struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082748)
  PFN_vkGetExecutionGraphPipelineNodeIndexAMDX_1124082831 = (when declared(
      PFN_vkGetExecutionGraphPipelineNodeIndexAMDX):
    when ownSizeof(PFN_vkGetExecutionGraphPipelineNodeIndexAMDX) !=
        ownSizeof(PFN_vkGetExecutionGraphPipelineNodeIndexAMDX_1124082830):
      static :
        warning("Declaration of " &
            "PFN_vkGetExecutionGraphPipelineNodeIndexAMDX" &
            " exists but with different size")
    PFN_vkGetExecutionGraphPipelineNodeIndexAMDX
  else:
    PFN_vkGetExecutionGraphPipelineNodeIndexAMDX_1124082830)
  VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081591 = (when declared(
      VkPhysicalDeviceCooperativeVectorPropertiesNV):
    when ownSizeof(VkPhysicalDeviceCooperativeVectorPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081590):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeVectorPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeVectorPropertiesNV
  else:
    VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081590)
  struct_VkDescriptorBufferInfo_1124074737 = (when declared(
      struct_VkDescriptorBufferInfo):
    when ownSizeof(struct_VkDescriptorBufferInfo) !=
        ownSizeof(struct_VkDescriptorBufferInfo_1124074736):
      static :
        warning("Declaration of " & "struct_VkDescriptorBufferInfo" &
            " exists but with different size")
    struct_VkDescriptorBufferInfo
  else:
    struct_VkDescriptorBufferInfo_1124074736)
  VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081583 = (when declared(
      VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV):
    when ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081582):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV
  else:
    VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081582)
  enum_VkImageLayout_1124074001 = (when declared(enum_VkImageLayout):
    when ownSizeof(enum_VkImageLayout) != ownSizeof(enum_VkImageLayout_1124074000):
      static :
        warning("Declaration of " & "enum_VkImageLayout" &
            " exists but with different size")
    enum_VkImageLayout
  else:
    enum_VkImageLayout_1124074000)
  VkShaderCreateInfoEXT_1124081529 = (when declared(VkShaderCreateInfoEXT):
    when ownSizeof(VkShaderCreateInfoEXT) != ownSizeof(VkShaderCreateInfoEXT_1124081528):
      static :
        warning("Declaration of " & "VkShaderCreateInfoEXT" &
            " exists but with different size")
    VkShaderCreateInfoEXT
  else:
    VkShaderCreateInfoEXT_1124081528)
  VkDebugUtilsMessageTypeFlagsEXT_1124079065 = (when declared(
      VkDebugUtilsMessageTypeFlagsEXT):
    when ownSizeof(VkDebugUtilsMessageTypeFlagsEXT) !=
        ownSizeof(VkDebugUtilsMessageTypeFlagsEXT_1124079064):
      static :
        warning("Declaration of " & "VkDebugUtilsMessageTypeFlagsEXT" &
            " exists but with different size")
    VkDebugUtilsMessageTypeFlagsEXT
  else:
    VkDebugUtilsMessageTypeFlagsEXT_1124079064)
  struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082337 = (when declared(
      struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082336):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT
  else:
    struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082336)
  VkPhysicalDeviceSubgroupProperties_1124075459 = (when declared(
      VkPhysicalDeviceSubgroupProperties):
    when ownSizeof(VkPhysicalDeviceSubgroupProperties) !=
        ownSizeof(VkPhysicalDeviceSubgroupProperties_1124075458):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSubgroupProperties" &
            " exists but with different size")
    VkPhysicalDeviceSubgroupProperties
  else:
    VkPhysicalDeviceSubgroupProperties_1124075458)
  VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081899 = (when declared(
      VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM):
    when ownSizeof(VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM) !=
        ownSizeof(VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081898):
      static :
        warning("Declaration of " &
            "VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM" &
            " exists but with different size")
    VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
  else:
    VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081898)
  PFN_vkCmdSetAlphaToOneEnableEXT_1124081149 = (when declared(
      PFN_vkCmdSetAlphaToOneEnableEXT):
    when ownSizeof(PFN_vkCmdSetAlphaToOneEnableEXT) !=
        ownSizeof(PFN_vkCmdSetAlphaToOneEnableEXT_1124081148):
      static :
        warning("Declaration of " & "PFN_vkCmdSetAlphaToOneEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetAlphaToOneEnableEXT
  else:
    PFN_vkCmdSetAlphaToOneEnableEXT_1124081148)
  struct_VkOffset3D_1124074453 = (when declared(struct_VkOffset3D):
    when ownSizeof(struct_VkOffset3D) != ownSizeof(struct_VkOffset3D_1124074452):
      static :
        warning("Declaration of " & "struct_VkOffset3D" &
            " exists but with different size")
    struct_VkOffset3D
  else:
    struct_VkOffset3D_1124074452)
  PFN_vkGetRenderAreaGranularity_1124075121 = (when declared(
      PFN_vkGetRenderAreaGranularity):
    when ownSizeof(PFN_vkGetRenderAreaGranularity) !=
        ownSizeof(PFN_vkGetRenderAreaGranularity_1124075120):
      static :
        warning("Declaration of " & "PFN_vkGetRenderAreaGranularity" &
            " exists but with different size")
    PFN_vkGetRenderAreaGranularity
  else:
    PFN_vkGetRenderAreaGranularity_1124075120)
  VkSubresourceLayout2_1124076275 = (when declared(VkSubresourceLayout2):
    when ownSizeof(VkSubresourceLayout2) != ownSizeof(VkSubresourceLayout2_1124076274):
      static :
        warning("Declaration of " & "VkSubresourceLayout2" &
            " exists but with different size")
    VkSubresourceLayout2
  else:
    VkSubresourceLayout2_1124076274)
  VkAcquireProfilingLockInfoKHR_1124077375 = (when declared(
      VkAcquireProfilingLockInfoKHR):
    when ownSizeof(VkAcquireProfilingLockInfoKHR) !=
        ownSizeof(VkAcquireProfilingLockInfoKHR_1124077374):
      static :
        warning("Declaration of " & "VkAcquireProfilingLockInfoKHR" &
            " exists but with different size")
    VkAcquireProfilingLockInfoKHR
  else:
    VkAcquireProfilingLockInfoKHR_1124077374)
  VkVideoEncodeAV1RateControlGroupKHR_1124078231 = (when declared(
      VkVideoEncodeAV1RateControlGroupKHR):
    when ownSizeof(VkVideoEncodeAV1RateControlGroupKHR) !=
        ownSizeof(VkVideoEncodeAV1RateControlGroupKHR_1124078230):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1RateControlGroupKHR" &
            " exists but with different size")
    VkVideoEncodeAV1RateControlGroupKHR
  else:
    VkVideoEncodeAV1RateControlGroupKHR_1124078230)
  VkPhysicalDevicePresentId2FeaturesKHR_1124078035 = (when declared(
      VkPhysicalDevicePresentId2FeaturesKHR):
    when ownSizeof(VkPhysicalDevicePresentId2FeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePresentId2FeaturesKHR_1124078034):
      static :
        warning("Declaration of " & "VkPhysicalDevicePresentId2FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePresentId2FeaturesKHR
  else:
    VkPhysicalDevicePresentId2FeaturesKHR_1124078034)
  VkMemoryBarrierAccessFlags3KHR_1124078563 = (when declared(
      VkMemoryBarrierAccessFlags3KHR):
    when ownSizeof(VkMemoryBarrierAccessFlags3KHR) !=
        ownSizeof(VkMemoryBarrierAccessFlags3KHR_1124078562):
      static :
        warning("Declaration of " & "VkMemoryBarrierAccessFlags3KHR" &
            " exists but with different size")
    VkMemoryBarrierAccessFlags3KHR
  else:
    VkMemoryBarrierAccessFlags3KHR_1124078562)
  VkDependencyInfoKHR_1124077879 = (when declared(VkDependencyInfoKHR):
    when ownSizeof(VkDependencyInfoKHR) != ownSizeof(VkDependencyInfoKHR_1124077878):
      static :
        warning("Declaration of " & "VkDependencyInfoKHR" &
            " exists but with different size")
    VkDependencyInfoKHR
  else:
    VkDependencyInfoKHR_1124077878)
  VkSetLatencyMarkerInfoNV_1124081673 = (when declared(VkSetLatencyMarkerInfoNV):
    when ownSizeof(VkSetLatencyMarkerInfoNV) !=
        ownSizeof(VkSetLatencyMarkerInfoNV_1124081672):
      static :
        warning("Declaration of " & "VkSetLatencyMarkerInfoNV" &
            " exists but with different size")
    VkSetLatencyMarkerInfoNV
  else:
    VkSetLatencyMarkerInfoNV_1124081672)
  PFN_vkSetLatencyMarkerNV_1124081703 = (when declared(PFN_vkSetLatencyMarkerNV):
    when ownSizeof(PFN_vkSetLatencyMarkerNV) !=
        ownSizeof(PFN_vkSetLatencyMarkerNV_1124081702):
      static :
        warning("Declaration of " & "PFN_vkSetLatencyMarkerNV" &
            " exists but with different size")
    PFN_vkSetLatencyMarkerNV
  else:
    PFN_vkSetLatencyMarkerNV_1124081702)
  PFN_vkCmdSubpassShadingHUAWEI_1124080603 = (when declared(
      PFN_vkCmdSubpassShadingHUAWEI):
    when ownSizeof(PFN_vkCmdSubpassShadingHUAWEI) !=
        ownSizeof(PFN_vkCmdSubpassShadingHUAWEI_1124080602):
      static :
        warning("Declaration of " & "PFN_vkCmdSubpassShadingHUAWEI" &
            " exists but with different size")
    PFN_vkCmdSubpassShadingHUAWEI
  else:
    PFN_vkCmdSubpassShadingHUAWEI_1124080602)
  struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080605 = (when declared(
      struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080604):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI
  else:
    struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080604)
  struct_StdVideoEncodeH265ReferenceInfo_1124082931 = (when declared(
      struct_StdVideoEncodeH265ReferenceInfo):
    when ownSizeof(struct_StdVideoEncodeH265ReferenceInfo) !=
        ownSizeof(struct_StdVideoEncodeH265ReferenceInfo_1124082930):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH265ReferenceInfo" &
            " exists but with different size")
    struct_StdVideoEncodeH265ReferenceInfo
  else:
    struct_StdVideoEncodeH265ReferenceInfo_1124082930)
  struct_VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080973 = (when declared(
      struct_VkPhysicalDeviceRenderPassStripedPropertiesARM):
    when ownSizeof(struct_VkPhysicalDeviceRenderPassStripedPropertiesARM) !=
        ownSizeof(struct_VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080972):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRenderPassStripedPropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceRenderPassStripedPropertiesARM
  else:
    struct_VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080972)
  enum_StdVideoH265PictureType_1124083181 = (when declared(
      enum_StdVideoH265PictureType):
    when ownSizeof(enum_StdVideoH265PictureType) !=
        ownSizeof(enum_StdVideoH265PictureType_1124083180):
      static :
        warning("Declaration of " & "enum_StdVideoH265PictureType" &
            " exists but with different size")
    enum_StdVideoH265PictureType
  else:
    enum_StdVideoH265PictureType_1124083180)
  VkDebugUtilsLabelEXT_1124079073 = (when declared(VkDebugUtilsLabelEXT):
    when ownSizeof(VkDebugUtilsLabelEXT) != ownSizeof(VkDebugUtilsLabelEXT_1124079072):
      static :
        warning("Declaration of " & "VkDebugUtilsLabelEXT" &
            " exists but with different size")
    VkDebugUtilsLabelEXT
  else:
    VkDebugUtilsLabelEXT_1124079072)
  VkSwapchainPresentModesCreateInfoKHR_1124078149 = (when declared(
      VkSwapchainPresentModesCreateInfoKHR):
    when ownSizeof(VkSwapchainPresentModesCreateInfoKHR) !=
        ownSizeof(VkSwapchainPresentModesCreateInfoKHR_1124078148):
      static :
        warning("Declaration of " & "VkSwapchainPresentModesCreateInfoKHR" &
            " exists but with different size")
    VkSwapchainPresentModesCreateInfoKHR
  else:
    VkSwapchainPresentModesCreateInfoKHR_1124078148)
  PFN_vkCmdSetColorWriteEnableEXT_1124080683 = (when declared(
      PFN_vkCmdSetColorWriteEnableEXT):
    when ownSizeof(PFN_vkCmdSetColorWriteEnableEXT) !=
        ownSizeof(PFN_vkCmdSetColorWriteEnableEXT_1124080682):
      static :
        warning("Declaration of " & "PFN_vkCmdSetColorWriteEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetColorWriteEnableEXT
  else:
    PFN_vkCmdSetColorWriteEnableEXT_1124080682)
  VkVideoCodecOperationFlagsKHR_1124076645 = (when declared(
      VkVideoCodecOperationFlagsKHR):
    when ownSizeof(VkVideoCodecOperationFlagsKHR) !=
        ownSizeof(VkVideoCodecOperationFlagsKHR_1124076644):
      static :
        warning("Declaration of " & "VkVideoCodecOperationFlagsKHR" &
            " exists but with different size")
    VkVideoCodecOperationFlagsKHR
  else:
    VkVideoCodecOperationFlagsKHR_1124076644)
  enum_VkTimeDomainKHR_1124078377 = (when declared(enum_VkTimeDomainKHR):
    when ownSizeof(enum_VkTimeDomainKHR) != ownSizeof(enum_VkTimeDomainKHR_1124078376):
      static :
        warning("Declaration of " & "enum_VkTimeDomainKHR" &
            " exists but with different size")
    enum_VkTimeDomainKHR
  else:
    enum_VkTimeDomainKHR_1124078376)
  struct_VkBlitImageCubicWeightsInfoQCOM_1124081889 = (when declared(
      struct_VkBlitImageCubicWeightsInfoQCOM):
    when ownSizeof(struct_VkBlitImageCubicWeightsInfoQCOM) !=
        ownSizeof(struct_VkBlitImageCubicWeightsInfoQCOM_1124081888):
      static :
        warning("Declaration of " & "struct_VkBlitImageCubicWeightsInfoQCOM" &
            " exists but with different size")
    struct_VkBlitImageCubicWeightsInfoQCOM
  else:
    struct_VkBlitImageCubicWeightsInfoQCOM_1124081888)
  struct_VkSubresourceHostMemcpySize_1124076325 = (when declared(
      struct_VkSubresourceHostMemcpySize):
    when ownSizeof(struct_VkSubresourceHostMemcpySize) !=
        ownSizeof(struct_VkSubresourceHostMemcpySize_1124076324):
      static :
        warning("Declaration of " & "struct_VkSubresourceHostMemcpySize" &
            " exists but with different size")
    struct_VkSubresourceHostMemcpySize
  else:
    struct_VkSubresourceHostMemcpySize_1124076324)
  VkProtectedSubmitInfo_1124075387 = (when declared(VkProtectedSubmitInfo):
    when ownSizeof(VkProtectedSubmitInfo) != ownSizeof(VkProtectedSubmitInfo_1124075386):
      static :
        warning("Declaration of " & "VkProtectedSubmitInfo" &
            " exists but with different size")
    VkProtectedSubmitInfo
  else:
    VkProtectedSubmitInfo_1124075386)
  VkPhysicalDeviceRayTracingPropertiesNV_1124079431 = (when declared(
      VkPhysicalDeviceRayTracingPropertiesNV):
    when ownSizeof(VkPhysicalDeviceRayTracingPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceRayTracingPropertiesNV_1124079430):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRayTracingPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingPropertiesNV
  else:
    VkPhysicalDeviceRayTracingPropertiesNV_1124079430)
  VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077543 = (when declared(
      VkVideoDecodeH265SessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoDecodeH265SessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077542):
      static :
        warning("Declaration of " &
            "VkVideoDecodeH265SessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH265SessionParametersCreateInfoKHR
  else:
    VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077542)
  VkRenderingInputAttachmentIndexInfo_1124076427 = (when declared(
      VkRenderingInputAttachmentIndexInfo):
    when ownSizeof(VkRenderingInputAttachmentIndexInfo) !=
        ownSizeof(VkRenderingInputAttachmentIndexInfo_1124076426):
      static :
        warning("Declaration of " & "VkRenderingInputAttachmentIndexInfo" &
            " exists but with different size")
    VkRenderingInputAttachmentIndexInfo
  else:
    VkRenderingInputAttachmentIndexInfo_1124076426)
  struct_VkDebugUtilsObjectNameInfoEXT_1124079075 = (when declared(
      struct_VkDebugUtilsObjectNameInfoEXT):
    when ownSizeof(struct_VkDebugUtilsObjectNameInfoEXT) !=
        ownSizeof(struct_VkDebugUtilsObjectNameInfoEXT_1124079074):
      static :
        warning("Declaration of " & "struct_VkDebugUtilsObjectNameInfoEXT" &
            " exists but with different size")
    struct_VkDebugUtilsObjectNameInfoEXT
  else:
    struct_VkDebugUtilsObjectNameInfoEXT_1124079074)
  VkLatencySleepModeInfoNV_1124081665 = (when declared(VkLatencySleepModeInfoNV):
    when ownSizeof(VkLatencySleepModeInfoNV) !=
        ownSizeof(VkLatencySleepModeInfoNV_1124081664):
      static :
        warning("Declaration of " & "VkLatencySleepModeInfoNV" &
            " exists but with different size")
    VkLatencySleepModeInfoNV
  else:
    VkLatencySleepModeInfoNV_1124081664)
  struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080265 = (when declared(
      struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080264):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT
  else:
    struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080264)
  struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080423 = (when declared(
      struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080422):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV
  else:
    struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080422)
  struct_VkVideoEncodeH264NaluSliceInfoKHR_1124076863 = (when declared(
      struct_VkVideoEncodeH264NaluSliceInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264NaluSliceInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264NaluSliceInfoKHR_1124076862):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264NaluSliceInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264NaluSliceInfoKHR
  else:
    struct_VkVideoEncodeH264NaluSliceInfoKHR_1124076862)
  VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081613 = (when declared(
      VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV):
    when ownSizeof(VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081612):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV
  else:
    VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081612)
  VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077907 = (when declared(
      VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077906):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR
  else:
    VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077906)
  VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080351 = (when declared(
      VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080350):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT
  else:
    VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080350)
  VkVideoEncodeCapabilitiesKHR_1124077817 = (when declared(
      VkVideoEncodeCapabilitiesKHR):
    when ownSizeof(VkVideoEncodeCapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeCapabilitiesKHR_1124077816):
      static :
        warning("Declaration of " & "VkVideoEncodeCapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeCapabilitiesKHR
  else:
    VkVideoEncodeCapabilitiesKHR_1124077816)
  VkMemoryMapInfoKHR_1124077745 = (when declared(VkMemoryMapInfoKHR):
    when ownSizeof(VkMemoryMapInfoKHR) != ownSizeof(VkMemoryMapInfoKHR_1124077744):
      static :
        warning("Declaration of " & "VkMemoryMapInfoKHR" &
            " exists but with different size")
    VkMemoryMapInfoKHR
  else:
    VkMemoryMapInfoKHR_1124077744)
  struct_StdVideoAV1SequenceHeaderFlags_1124083197 = (when declared(
      struct_StdVideoAV1SequenceHeaderFlags):
    when ownSizeof(struct_StdVideoAV1SequenceHeaderFlags) !=
        ownSizeof(struct_StdVideoAV1SequenceHeaderFlags_1124083196):
      static :
        warning("Declaration of " & "struct_StdVideoAV1SequenceHeaderFlags" &
            " exists but with different size")
    struct_StdVideoAV1SequenceHeaderFlags
  else:
    struct_StdVideoAV1SequenceHeaderFlags_1124083196)
  VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT_1124080203 = (when declared(
      VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT_1124080202):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT
  else:
    VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT_1124080202)
  VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078179 = (when declared(
      VkPhysicalDeviceCooperativeMatrixFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceCooperativeMatrixFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078178):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeMatrixFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeMatrixFeaturesKHR
  else:
    VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078178)
  VkPeerMemoryFeatureFlagBits_1124075197 = (when declared(
      VkPeerMemoryFeatureFlagBits):
    when ownSizeof(VkPeerMemoryFeatureFlagBits) !=
        ownSizeof(VkPeerMemoryFeatureFlagBits_1124075196):
      static :
        warning("Declaration of " & "VkPeerMemoryFeatureFlagBits" &
            " exists but with different size")
    VkPeerMemoryFeatureFlagBits
  else:
    VkPeerMemoryFeatureFlagBits_1124075196)
  enum_VkDeviceGroupPresentModeFlagBitsKHR_1124076515 = (when declared(
      enum_VkDeviceGroupPresentModeFlagBitsKHR):
    when ownSizeof(enum_VkDeviceGroupPresentModeFlagBitsKHR) !=
        ownSizeof(enum_VkDeviceGroupPresentModeFlagBitsKHR_1124076514):
      static :
        warning("Declaration of " & "enum_VkDeviceGroupPresentModeFlagBitsKHR" &
            " exists but with different size")
    enum_VkDeviceGroupPresentModeFlagBitsKHR
  else:
    enum_VkDeviceGroupPresentModeFlagBitsKHR_1124076514)
  struct_VkPhysicalDeviceVulkan13Features_1124075903 = (when declared(
      struct_VkPhysicalDeviceVulkan13Features):
    when ownSizeof(struct_VkPhysicalDeviceVulkan13Features) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan13Features_1124075902):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan13Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan13Features
  else:
    struct_VkPhysicalDeviceVulkan13Features_1124075902)
  VkPipelineViewportDepthClampControlCreateInfoEXT_1124082347 = (when declared(
      VkPipelineViewportDepthClampControlCreateInfoEXT):
    when ownSizeof(VkPipelineViewportDepthClampControlCreateInfoEXT) !=
        ownSizeof(VkPipelineViewportDepthClampControlCreateInfoEXT_1124082346):
      static :
        warning("Declaration of " &
            "VkPipelineViewportDepthClampControlCreateInfoEXT" &
            " exists but with different size")
    VkPipelineViewportDepthClampControlCreateInfoEXT
  else:
    VkPipelineViewportDepthClampControlCreateInfoEXT_1124082346)
  PFN_vkGetInstanceProcAddr_1124074911 = (when declared(
      PFN_vkGetInstanceProcAddr):
    when ownSizeof(PFN_vkGetInstanceProcAddr) !=
        ownSizeof(PFN_vkGetInstanceProcAddr_1124074910):
      static :
        warning("Declaration of " & "PFN_vkGetInstanceProcAddr" &
            " exists but with different size")
    PFN_vkGetInstanceProcAddr
  else:
    PFN_vkGetInstanceProcAddr_1124074910)
  struct_VkDedicatedAllocationMemoryAllocateInfoNV_1124078717 = (when declared(
      struct_VkDedicatedAllocationMemoryAllocateInfoNV):
    when ownSizeof(struct_VkDedicatedAllocationMemoryAllocateInfoNV) !=
        ownSizeof(struct_VkDedicatedAllocationMemoryAllocateInfoNV_1124078716):
      static :
        warning("Declaration of " &
            "struct_VkDedicatedAllocationMemoryAllocateInfoNV" &
            " exists but with different size")
    struct_VkDedicatedAllocationMemoryAllocateInfoNV
  else:
    struct_VkDedicatedAllocationMemoryAllocateInfoNV_1124078716)
  StdVideoEncodeH264SliceHeader_1124076865 = (when declared(
      StdVideoEncodeH264SliceHeader):
    when ownSizeof(StdVideoEncodeH264SliceHeader) !=
        ownSizeof(StdVideoEncodeH264SliceHeader_1124076864):
      static :
        warning("Declaration of " & "StdVideoEncodeH264SliceHeader" &
            " exists but with different size")
    StdVideoEncodeH264SliceHeader
  else:
    StdVideoEncodeH264SliceHeader_1124076864)
  enum_VkResult_1124073993 = (when declared(enum_VkResult):
    when ownSizeof(enum_VkResult) != ownSizeof(enum_VkResult_1124073992):
      static :
        warning("Declaration of " & "enum_VkResult" &
            " exists but with different size")
    enum_VkResult
  else:
    enum_VkResult_1124073992)
  PFN_vkCmdDispatchBaseKHR_1124077129 = (when declared(PFN_vkCmdDispatchBaseKHR):
    when ownSizeof(PFN_vkCmdDispatchBaseKHR) !=
        ownSizeof(PFN_vkCmdDispatchBaseKHR_1124077128):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchBaseKHR" &
            " exists but with different size")
    PFN_vkCmdDispatchBaseKHR
  else:
    PFN_vkCmdDispatchBaseKHR_1124077128)
  VkSurfaceFullScreenExclusiveInfoEXT_1124082747 = (when declared(
      VkSurfaceFullScreenExclusiveInfoEXT):
    when ownSizeof(VkSurfaceFullScreenExclusiveInfoEXT) !=
        ownSizeof(VkSurfaceFullScreenExclusiveInfoEXT_1124082746):
      static :
        warning("Declaration of " & "VkSurfaceFullScreenExclusiveInfoEXT" &
            " exists but with different size")
    VkSurfaceFullScreenExclusiveInfoEXT
  else:
    VkSurfaceFullScreenExclusiveInfoEXT_1124082746)
  StdVideoEncodeH264RefPicMarkingEntry_1124083261 = (when declared(
      StdVideoEncodeH264RefPicMarkingEntry):
    when ownSizeof(StdVideoEncodeH264RefPicMarkingEntry) !=
        ownSizeof(StdVideoEncodeH264RefPicMarkingEntry_1124083260):
      static :
        warning("Declaration of " & "StdVideoEncodeH264RefPicMarkingEntry" &
            " exists but with different size")
    StdVideoEncodeH264RefPicMarkingEntry
  else:
    StdVideoEncodeH264RefPicMarkingEntry_1124083260)
  struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078317 = (when declared(
      struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078316):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR
  else:
    struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078316)
  VkOpticalFlowImageFormatPropertiesNV_1124081451 = (when declared(
      VkOpticalFlowImageFormatPropertiesNV):
    when ownSizeof(VkOpticalFlowImageFormatPropertiesNV) !=
        ownSizeof(VkOpticalFlowImageFormatPropertiesNV_1124081450):
      static :
        warning("Declaration of " & "VkOpticalFlowImageFormatPropertiesNV" &
            " exists but with different size")
    VkOpticalFlowImageFormatPropertiesNV
  else:
    VkOpticalFlowImageFormatPropertiesNV_1124081450)
  VkRayTracingShaderGroupTypeNV_1124079331 = (when declared(
      VkRayTracingShaderGroupTypeNV):
    when ownSizeof(VkRayTracingShaderGroupTypeNV) !=
        ownSizeof(VkRayTracingShaderGroupTypeNV_1124079330):
      static :
        warning("Declaration of " & "VkRayTracingShaderGroupTypeNV" &
            " exists but with different size")
    VkRayTracingShaderGroupTypeNV
  else:
    VkRayTracingShaderGroupTypeNV_1124079330)
  struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079851 = (when declared(
      struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079850):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT
  else:
    struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079850)
  struct_VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080763 = (when declared(
      struct_VkPhysicalDeviceShaderTileImagePropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderTileImagePropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080762):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderTileImagePropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderTileImagePropertiesEXT
  else:
    struct_VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080762)
  struct_VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081593 = (when declared(
      struct_VkPhysicalDeviceCooperativeVectorFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeVectorFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081592):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeVectorFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeVectorFeaturesNV
  else:
    struct_VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081592)
  enum_StdVideoH264DisableDeblockingFilterIdc_1124083137 = (when declared(
      enum_StdVideoH264DisableDeblockingFilterIdc):
    when ownSizeof(enum_StdVideoH264DisableDeblockingFilterIdc) !=
        ownSizeof(enum_StdVideoH264DisableDeblockingFilterIdc_1124083136):
      static :
        warning("Declaration of " &
            "enum_StdVideoH264DisableDeblockingFilterIdc" &
            " exists but with different size")
    enum_StdVideoH264DisableDeblockingFilterIdc
  else:
    enum_StdVideoH264DisableDeblockingFilterIdc_1124083136)
  enum_VkInstanceCreateFlagBits_1124074177 = (when declared(
      enum_VkInstanceCreateFlagBits):
    when ownSizeof(enum_VkInstanceCreateFlagBits) !=
        ownSizeof(enum_VkInstanceCreateFlagBits_1124074176):
      static :
        warning("Declaration of " & "enum_VkInstanceCreateFlagBits" &
            " exists but with different size")
    enum_VkInstanceCreateFlagBits
  else:
    enum_VkInstanceCreateFlagBits_1124074176)
  VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR_1124077609 = (when declared(
      VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR_1124077608):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR
  else:
    VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR_1124077608)
  VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077015 = (when declared(
      VkVideoDecodeH264PictureLayoutFlagBitsKHR):
    when ownSizeof(VkVideoDecodeH264PictureLayoutFlagBitsKHR) !=
        ownSizeof(VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077014):
      static :
        warning("Declaration of " & "VkVideoDecodeH264PictureLayoutFlagBitsKHR" &
            " exists but with different size")
    VkVideoDecodeH264PictureLayoutFlagBitsKHR
  else:
    VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077014)
  VkDeviceGroupDeviceCreateInfoKHR_1124077137 = (when declared(
      VkDeviceGroupDeviceCreateInfoKHR):
    when ownSizeof(VkDeviceGroupDeviceCreateInfoKHR) !=
        ownSizeof(VkDeviceGroupDeviceCreateInfoKHR_1124077136):
      static :
        warning("Declaration of " & "VkDeviceGroupDeviceCreateInfoKHR" &
            " exists but with different size")
    VkDeviceGroupDeviceCreateInfoKHR
  else:
    VkDeviceGroupDeviceCreateInfoKHR_1124077136)
  VkCooperativeMatrixPropertiesKHR_1124078175 = (when declared(
      VkCooperativeMatrixPropertiesKHR):
    when ownSizeof(VkCooperativeMatrixPropertiesKHR) !=
        ownSizeof(VkCooperativeMatrixPropertiesKHR_1124078174):
      static :
        warning("Declaration of " & "VkCooperativeMatrixPropertiesKHR" &
            " exists but with different size")
    VkCooperativeMatrixPropertiesKHR
  else:
    VkCooperativeMatrixPropertiesKHR_1124078174)
  VkPhysicalDeviceLayeredApiPropertiesKHR_1124078547 = (when declared(
      VkPhysicalDeviceLayeredApiPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceLayeredApiPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceLayeredApiPropertiesKHR_1124078546):
      static :
        warning("Declaration of " & "VkPhysicalDeviceLayeredApiPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceLayeredApiPropertiesKHR
  else:
    VkPhysicalDeviceLayeredApiPropertiesKHR_1124078546)
  struct_VkPhysicalDeviceMeshShaderPropertiesNV_1124079569 = (when declared(
      struct_VkPhysicalDeviceMeshShaderPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceMeshShaderPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceMeshShaderPropertiesNV_1124079568):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMeshShaderPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceMeshShaderPropertiesNV
  else:
    struct_VkPhysicalDeviceMeshShaderPropertiesNV_1124079568)
  struct_VkDescriptorSetLayoutHostMappingInfoVALVE_1124080955 = (when declared(
      struct_VkDescriptorSetLayoutHostMappingInfoVALVE):
    when ownSizeof(struct_VkDescriptorSetLayoutHostMappingInfoVALVE) !=
        ownSizeof(struct_VkDescriptorSetLayoutHostMappingInfoVALVE_1124080954):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorSetLayoutHostMappingInfoVALVE" &
            " exists but with different size")
    struct_VkDescriptorSetLayoutHostMappingInfoVALVE
  else:
    struct_VkDescriptorSetLayoutHostMappingInfoVALVE_1124080954)
  VkVideoEncodeAV1RateControlFlagsKHR_1124078255 = (when declared(
      VkVideoEncodeAV1RateControlFlagsKHR):
    when ownSizeof(VkVideoEncodeAV1RateControlFlagsKHR) !=
        ownSizeof(VkVideoEncodeAV1RateControlFlagsKHR_1124078254):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1RateControlFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1RateControlFlagsKHR
  else:
    VkVideoEncodeAV1RateControlFlagsKHR_1124078254)
  PFN_vkDestroyQueryPool_1124074979 = (when declared(PFN_vkDestroyQueryPool):
    when ownSizeof(PFN_vkDestroyQueryPool) != ownSizeof(PFN_vkDestroyQueryPool_1124074978):
      static :
        warning("Declaration of " & "PFN_vkDestroyQueryPool" &
            " exists but with different size")
    PFN_vkDestroyQueryPool
  else:
    PFN_vkDestroyQueryPool_1124074978)
  struct_VkImportMemoryWin32HandleInfoNV_1124082727 = (when declared(
      struct_VkImportMemoryWin32HandleInfoNV):
    when ownSizeof(struct_VkImportMemoryWin32HandleInfoNV) !=
        ownSizeof(struct_VkImportMemoryWin32HandleInfoNV_1124082726):
      static :
        warning("Declaration of " & "struct_VkImportMemoryWin32HandleInfoNV" &
            " exists but with different size")
    struct_VkImportMemoryWin32HandleInfoNV
  else:
    struct_VkImportMemoryWin32HandleInfoNV_1124082726)
  struct_VkFramebufferCreateInfo_1124074849 = (when declared(
      struct_VkFramebufferCreateInfo):
    when ownSizeof(struct_VkFramebufferCreateInfo) !=
        ownSizeof(struct_VkFramebufferCreateInfo_1124074848):
      static :
        warning("Declaration of " & "struct_VkFramebufferCreateInfo" &
            " exists but with different size")
    struct_VkFramebufferCreateInfo
  else:
    struct_VkFramebufferCreateInfo_1124074848)
  struct_VkImageDrmFormatModifierListCreateInfoEXT_1124079223 = (when declared(
      struct_VkImageDrmFormatModifierListCreateInfoEXT):
    when ownSizeof(struct_VkImageDrmFormatModifierListCreateInfoEXT) !=
        ownSizeof(struct_VkImageDrmFormatModifierListCreateInfoEXT_1124079222):
      static :
        warning("Declaration of " &
            "struct_VkImageDrmFormatModifierListCreateInfoEXT" &
            " exists but with different size")
    struct_VkImageDrmFormatModifierListCreateInfoEXT
  else:
    struct_VkImageDrmFormatModifierListCreateInfoEXT_1124079222)
  PFN_vkCmdSetColorBlendEnableEXT_1124081153 = (when declared(
      PFN_vkCmdSetColorBlendEnableEXT):
    when ownSizeof(PFN_vkCmdSetColorBlendEnableEXT) !=
        ownSizeof(PFN_vkCmdSetColorBlendEnableEXT_1124081152):
      static :
        warning("Declaration of " & "PFN_vkCmdSetColorBlendEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetColorBlendEnableEXT
  else:
    PFN_vkCmdSetColorBlendEnableEXT_1124081152)
  struct_VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080395 = (when declared(
      struct_VkAccelerationStructureGeometryMotionTrianglesDataNV):
    when ownSizeof(struct_VkAccelerationStructureGeometryMotionTrianglesDataNV) !=
        ownSizeof(struct_VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080394):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureGeometryMotionTrianglesDataNV" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometryMotionTrianglesDataNV
  else:
    struct_VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080394)
  VkPhysicalDeviceMeshShaderPropertiesEXT_1124082633 = (when declared(
      VkPhysicalDeviceMeshShaderPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceMeshShaderPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceMeshShaderPropertiesEXT_1124082632):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMeshShaderPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMeshShaderPropertiesEXT
  else:
    VkPhysicalDeviceMeshShaderPropertiesEXT_1124082632)
  PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR_1124082657 = (when declared(
      PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR_1124082656):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR
  else:
    PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR_1124082656)
  struct_VkVideoEncodeH265CapabilitiesKHR_1124076933 = (when declared(
      struct_VkVideoEncodeH265CapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeH265CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeH265CapabilitiesKHR_1124076932):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265CapabilitiesKHR
  else:
    struct_VkVideoEncodeH265CapabilitiesKHR_1124076932)
  PFN_vkCmdSetFragmentShadingRateEnumNV_1124080381 = (when declared(
      PFN_vkCmdSetFragmentShadingRateEnumNV):
    when ownSizeof(PFN_vkCmdSetFragmentShadingRateEnumNV) !=
        ownSizeof(PFN_vkCmdSetFragmentShadingRateEnumNV_1124080380):
      static :
        warning("Declaration of " & "PFN_vkCmdSetFragmentShadingRateEnumNV" &
            " exists but with different size")
    PFN_vkCmdSetFragmentShadingRateEnumNV
  else:
    PFN_vkCmdSetFragmentShadingRateEnumNV_1124080380)
  VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR_1124077673 = (when declared(
      VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR_1124077672):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR
  else:
    VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR_1124077672)
  struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081643 = (when declared(
      struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM):
    when ownSizeof(struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM) !=
        ownSizeof(struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081642):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM
  else:
    struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081642)
  struct_VkAntiLagDataAMD_1124081497 = (when declared(struct_VkAntiLagDataAMD):
    when ownSizeof(struct_VkAntiLagDataAMD) !=
        ownSizeof(struct_VkAntiLagDataAMD_1124081496):
      static :
        warning("Declaration of " & "struct_VkAntiLagDataAMD" &
            " exists but with different size")
    struct_VkAntiLagDataAMD
  else:
    struct_VkAntiLagDataAMD_1124081496)
  VkExecutionGraphPipelineScratchSizeAMDX_1124082805 = (when declared(
      VkExecutionGraphPipelineScratchSizeAMDX):
    when ownSizeof(VkExecutionGraphPipelineScratchSizeAMDX) !=
        ownSizeof(VkExecutionGraphPipelineScratchSizeAMDX_1124082804):
      static :
        warning("Declaration of " & "VkExecutionGraphPipelineScratchSizeAMDX" &
            " exists but with different size")
    VkExecutionGraphPipelineScratchSizeAMDX
  else:
    VkExecutionGraphPipelineScratchSizeAMDX_1124082804)
  PFN_vkDestroyDevice_1124074917 = (when declared(PFN_vkDestroyDevice):
    when ownSizeof(PFN_vkDestroyDevice) != ownSizeof(PFN_vkDestroyDevice_1124074916):
      static :
        warning("Declaration of " & "PFN_vkDestroyDevice" &
            " exists but with different size")
    PFN_vkDestroyDevice
  else:
    PFN_vkDestroyDevice_1124074916)
  VkDebugReportFlagBitsEXT_1124078663 = (when declared(VkDebugReportFlagBitsEXT):
    when ownSizeof(VkDebugReportFlagBitsEXT) !=
        ownSizeof(VkDebugReportFlagBitsEXT_1124078662):
      static :
        warning("Declaration of " & "VkDebugReportFlagBitsEXT" &
            " exists but with different size")
    VkDebugReportFlagBitsEXT
  else:
    VkDebugReportFlagBitsEXT_1124078662)
  VkInputAttachmentAspectReference_1124075513 = (when declared(
      VkInputAttachmentAspectReference):
    when ownSizeof(VkInputAttachmentAspectReference) !=
        ownSizeof(VkInputAttachmentAspectReference_1124075512):
      static :
        warning("Declaration of " & "VkInputAttachmentAspectReference" &
            " exists but with different size")
    VkInputAttachmentAspectReference
  else:
    VkInputAttachmentAspectReference_1124075512)
  PFN_vkGetDescriptorSetLayoutSupport_1124075591 = (when declared(
      PFN_vkGetDescriptorSetLayoutSupport):
    when ownSizeof(PFN_vkGetDescriptorSetLayoutSupport) !=
        ownSizeof(PFN_vkGetDescriptorSetLayoutSupport_1124075590):
      static :
        warning("Declaration of " & "PFN_vkGetDescriptorSetLayoutSupport" &
            " exists but with different size")
    PFN_vkGetDescriptorSetLayoutSupport
  else:
    PFN_vkGetDescriptorSetLayoutSupport_1124075590)
  StdVideoH265PredictorPaletteEntries_1124083031 = (when declared(
      StdVideoH265PredictorPaletteEntries):
    when ownSizeof(StdVideoH265PredictorPaletteEntries) !=
        ownSizeof(StdVideoH265PredictorPaletteEntries_1124083030):
      static :
        warning("Declaration of " & "StdVideoH265PredictorPaletteEntries" &
            " exists but with different size")
    StdVideoH265PredictorPaletteEntries
  else:
    StdVideoH265PredictorPaletteEntries_1124083030)
  VkFenceImportFlags_1124075237 = (when declared(VkFenceImportFlags):
    when ownSizeof(VkFenceImportFlags) != ownSizeof(VkFenceImportFlags_1124075236):
      static :
        warning("Declaration of " & "VkFenceImportFlags" &
            " exists but with different size")
    VkFenceImportFlags
  else:
    VkFenceImportFlags_1124075236)
  PFN_vkGetPhysicalDeviceImageFormatProperties2KHR_1124077095 = (when declared(
      PFN_vkGetPhysicalDeviceImageFormatProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceImageFormatProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceImageFormatProperties2KHR_1124077094):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceImageFormatProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceImageFormatProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceImageFormatProperties2KHR_1124077094)
  VkFrameBoundaryFlagBitsEXT_1124080637 = (when declared(
      VkFrameBoundaryFlagBitsEXT):
    when ownSizeof(VkFrameBoundaryFlagBitsEXT) !=
        ownSizeof(VkFrameBoundaryFlagBitsEXT_1124080636):
      static :
        warning("Declaration of " & "VkFrameBoundaryFlagBitsEXT" &
            " exists but with different size")
    VkFrameBoundaryFlagBitsEXT
  else:
    VkFrameBoundaryFlagBitsEXT_1124080636)
  VkMicromapCreateInfoEXT_1124080823 = (when declared(VkMicromapCreateInfoEXT):
    when ownSizeof(VkMicromapCreateInfoEXT) !=
        ownSizeof(VkMicromapCreateInfoEXT_1124080822):
      static :
        warning("Declaration of " & "VkMicromapCreateInfoEXT" &
            " exists but with different size")
    VkMicromapCreateInfoEXT
  else:
    VkMicromapCreateInfoEXT_1124080822)
  PFN_vkResetFences_1124074967 = (when declared(PFN_vkResetFences):
    when ownSizeof(PFN_vkResetFences) != ownSizeof(PFN_vkResetFences_1124074966):
      static :
        warning("Declaration of " & "PFN_vkResetFences" &
            " exists but with different size")
    PFN_vkResetFences
  else:
    PFN_vkResetFences_1124074966)
  VkDescriptorSetLayoutSupportKHR_1124077511 = (when declared(
      VkDescriptorSetLayoutSupportKHR):
    when ownSizeof(VkDescriptorSetLayoutSupportKHR) !=
        ownSizeof(VkDescriptorSetLayoutSupportKHR_1124077510):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutSupportKHR" &
            " exists but with different size")
    VkDescriptorSetLayoutSupportKHR
  else:
    VkDescriptorSetLayoutSupportKHR_1124077510)
  VkTensorDescriptionARM_1124081267 = (when declared(VkTensorDescriptionARM):
    when ownSizeof(VkTensorDescriptionARM) != ownSizeof(VkTensorDescriptionARM_1124081266):
      static :
        warning("Declaration of " & "VkTensorDescriptionARM" &
            " exists but with different size")
    VkTensorDescriptionARM
  else:
    VkTensorDescriptionARM_1124081266)
  VkSubmitInfo_1124074567 = (when declared(VkSubmitInfo):
    when ownSizeof(VkSubmitInfo) != ownSizeof(VkSubmitInfo_1124074566):
      static :
        warning("Declaration of " & "VkSubmitInfo" &
            " exists but with different size")
    VkSubmitInfo
  else:
    VkSubmitInfo_1124074566)
  struct_VkPhysicalDeviceGroupProperties_1124075305 = (when declared(
      struct_VkPhysicalDeviceGroupProperties):
    when ownSizeof(struct_VkPhysicalDeviceGroupProperties) !=
        ownSizeof(struct_VkPhysicalDeviceGroupProperties_1124075304):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceGroupProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceGroupProperties
  else:
    struct_VkPhysicalDeviceGroupProperties_1124075304)
  VkPipelineCreateFlags2CreateInfoKHR_1124078013 = (when declared(
      VkPipelineCreateFlags2CreateInfoKHR):
    when ownSizeof(VkPipelineCreateFlags2CreateInfoKHR) !=
        ownSizeof(VkPipelineCreateFlags2CreateInfoKHR_1124078012):
      static :
        warning("Declaration of " & "VkPipelineCreateFlags2CreateInfoKHR" &
            " exists but with different size")
    VkPipelineCreateFlags2CreateInfoKHR
  else:
    VkPipelineCreateFlags2CreateInfoKHR_1124078012)
  struct_VkMicromapCreateInfoEXT_1124080821 = (when declared(
      struct_VkMicromapCreateInfoEXT):
    when ownSizeof(struct_VkMicromapCreateInfoEXT) !=
        ownSizeof(struct_VkMicromapCreateInfoEXT_1124080820):
      static :
        warning("Declaration of " & "struct_VkMicromapCreateInfoEXT" &
            " exists but with different size")
    struct_VkMicromapCreateInfoEXT
  else:
    struct_VkMicromapCreateInfoEXT_1124080820)
  VkExecutionGraphPipelineCreateInfoAMDX_1124082809 = (when declared(
      VkExecutionGraphPipelineCreateInfoAMDX):
    when ownSizeof(VkExecutionGraphPipelineCreateInfoAMDX) !=
        ownSizeof(VkExecutionGraphPipelineCreateInfoAMDX_1124082808):
      static :
        warning("Declaration of " & "VkExecutionGraphPipelineCreateInfoAMDX" &
            " exists but with different size")
    VkExecutionGraphPipelineCreateInfoAMDX
  else:
    VkExecutionGraphPipelineCreateInfoAMDX_1124082808)
  struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082411 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082410):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE
  else:
    struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082410)
  VkCopyImageInfo2_1124075973 = (when declared(VkCopyImageInfo2):
    when ownSizeof(VkCopyImageInfo2) != ownSizeof(VkCopyImageInfo2_1124075972):
      static :
        warning("Declaration of " & "VkCopyImageInfo2" &
            " exists but with different size")
    VkCopyImageInfo2
  else:
    VkCopyImageInfo2_1124075972)
  VkVideoDecodeH265DpbSlotInfoKHR_1124077555 = (when declared(
      VkVideoDecodeH265DpbSlotInfoKHR):
    when ownSizeof(VkVideoDecodeH265DpbSlotInfoKHR) !=
        ownSizeof(VkVideoDecodeH265DpbSlotInfoKHR_1124077554):
      static :
        warning("Declaration of " & "VkVideoDecodeH265DpbSlotInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH265DpbSlotInfoKHR
  else:
    VkVideoDecodeH265DpbSlotInfoKHR_1124077554)
  enum_VkOpticalFlowExecuteFlagBitsNV_1124081431 = (when declared(
      enum_VkOpticalFlowExecuteFlagBitsNV):
    when ownSizeof(enum_VkOpticalFlowExecuteFlagBitsNV) !=
        ownSizeof(enum_VkOpticalFlowExecuteFlagBitsNV_1124081430):
      static :
        warning("Declaration of " & "enum_VkOpticalFlowExecuteFlagBitsNV" &
            " exists but with different size")
    enum_VkOpticalFlowExecuteFlagBitsNV
  else:
    enum_VkOpticalFlowExecuteFlagBitsNV_1124081430)
  struct_VkPerformanceCounterDescriptionARM_1124082389 = (when declared(
      struct_VkPerformanceCounterDescriptionARM):
    when ownSizeof(struct_VkPerformanceCounterDescriptionARM) !=
        ownSizeof(struct_VkPerformanceCounterDescriptionARM_1124082388):
      static :
        warning("Declaration of " & "struct_VkPerformanceCounterDescriptionARM" &
            " exists but with different size")
    struct_VkPerformanceCounterDescriptionARM
  else:
    struct_VkPerformanceCounterDescriptionARM_1124082388)
  struct_VkSampleLocationEXT_1124079133 = (when declared(
      struct_VkSampleLocationEXT):
    when ownSizeof(struct_VkSampleLocationEXT) !=
        ownSizeof(struct_VkSampleLocationEXT_1124079132):
      static :
        warning("Declaration of " & "struct_VkSampleLocationEXT" &
            " exists but with different size")
    struct_VkSampleLocationEXT
  else:
    struct_VkSampleLocationEXT_1124079132)
  VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082413 = (when declared(
      VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082412):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE
  else:
    VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082412)
  VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082529 = (when declared(
      VkPhysicalDeviceAccelerationStructurePropertiesKHR):
    when ownSizeof(VkPhysicalDeviceAccelerationStructurePropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082528):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceAccelerationStructurePropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceAccelerationStructurePropertiesKHR
  else:
    VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082528)
  StdVideoEncodeAV1OperatingPointInfoFlags_1124083091 = (when declared(
      StdVideoEncodeAV1OperatingPointInfoFlags):
    when ownSizeof(StdVideoEncodeAV1OperatingPointInfoFlags) !=
        ownSizeof(StdVideoEncodeAV1OperatingPointInfoFlags_1124083090):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1OperatingPointInfoFlags" &
            " exists but with different size")
    StdVideoEncodeAV1OperatingPointInfoFlags
  else:
    StdVideoEncodeAV1OperatingPointInfoFlags_1124083090)
  VkImageViewASTCDecodeModeEXT_1124078855 = (when declared(
      VkImageViewASTCDecodeModeEXT):
    when ownSizeof(VkImageViewASTCDecodeModeEXT) !=
        ownSizeof(VkImageViewASTCDecodeModeEXT_1124078854):
      static :
        warning("Declaration of " & "VkImageViewASTCDecodeModeEXT" &
            " exists but with different size")
    VkImageViewASTCDecodeModeEXT
  else:
    VkImageViewASTCDecodeModeEXT_1124078854)
  PFN_vkCmdSetDepthBias2EXT_1124080131 = (when declared(
      PFN_vkCmdSetDepthBias2EXT):
    when ownSizeof(PFN_vkCmdSetDepthBias2EXT) !=
        ownSizeof(PFN_vkCmdSetDepthBias2EXT_1124080130):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBias2EXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthBias2EXT
  else:
    PFN_vkCmdSetDepthBias2EXT_1124080130)
  VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077629 = (when declared(
      VkPhysicalDeviceFragmentShadingRatePropertiesKHR):
    when ownSizeof(VkPhysicalDeviceFragmentShadingRatePropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077628):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShadingRatePropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShadingRatePropertiesKHR
  else:
    VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077628)
  VkPhysicalDeviceSparseImageFormatInfo2KHR_1124077087 = (when declared(
      VkPhysicalDeviceSparseImageFormatInfo2KHR):
    when ownSizeof(VkPhysicalDeviceSparseImageFormatInfo2KHR) !=
        ownSizeof(VkPhysicalDeviceSparseImageFormatInfo2KHR_1124077086):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSparseImageFormatInfo2KHR" &
            " exists but with different size")
    VkPhysicalDeviceSparseImageFormatInfo2KHR
  else:
    VkPhysicalDeviceSparseImageFormatInfo2KHR_1124077086)
  struct_VkMemoryWin32HandlePropertiesKHR_1124082675 = (when declared(
      struct_VkMemoryWin32HandlePropertiesKHR):
    when ownSizeof(struct_VkMemoryWin32HandlePropertiesKHR) !=
        ownSizeof(struct_VkMemoryWin32HandlePropertiesKHR_1124082674):
      static :
        warning("Declaration of " & "struct_VkMemoryWin32HandlePropertiesKHR" &
            " exists but with different size")
    struct_VkMemoryWin32HandlePropertiesKHR
  else:
    struct_VkMemoryWin32HandlePropertiesKHR_1124082674)
  VkShaderCorePropertiesFlagsAMD_1124079743 = (when declared(
      VkShaderCorePropertiesFlagsAMD):
    when ownSizeof(VkShaderCorePropertiesFlagsAMD) !=
        ownSizeof(VkShaderCorePropertiesFlagsAMD_1124079742):
      static :
        warning("Declaration of " & "VkShaderCorePropertiesFlagsAMD" &
            " exists but with different size")
    VkShaderCorePropertiesFlagsAMD
  else:
    VkShaderCorePropertiesFlagsAMD_1124079742)
  VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079221 = (when declared(
      VkPhysicalDeviceImageDrmFormatModifierInfoEXT):
    when ownSizeof(VkPhysicalDeviceImageDrmFormatModifierInfoEXT) !=
        ownSizeof(VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079220):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageDrmFormatModifierInfoEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageDrmFormatModifierInfoEXT
  else:
    VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079220)
  struct_VkCommandBufferAllocateInfo_1124074653 = (when declared(
      struct_VkCommandBufferAllocateInfo):
    when ownSizeof(struct_VkCommandBufferAllocateInfo) !=
        ownSizeof(struct_VkCommandBufferAllocateInfo_1124074652):
      static :
        warning("Declaration of " & "struct_VkCommandBufferAllocateInfo" &
            " exists but with different size")
    struct_VkCommandBufferAllocateInfo
  else:
    struct_VkCommandBufferAllocateInfo_1124074652)
  VkOpticalFlowGridSizeFlagsNV_1124081417 = (when declared(
      VkOpticalFlowGridSizeFlagsNV):
    when ownSizeof(VkOpticalFlowGridSizeFlagsNV) !=
        ownSizeof(VkOpticalFlowGridSizeFlagsNV_1124081416):
      static :
        warning("Declaration of " & "VkOpticalFlowGridSizeFlagsNV" &
            " exists but with different size")
    VkOpticalFlowGridSizeFlagsNV
  else:
    VkOpticalFlowGridSizeFlagsNV_1124081416)
  VkColorBlendEquationEXT_1124081133 = (when declared(VkColorBlendEquationEXT):
    when ownSizeof(VkColorBlendEquationEXT) !=
        ownSizeof(VkColorBlendEquationEXT_1124081132):
      static :
        warning("Declaration of " & "VkColorBlendEquationEXT" &
            " exists but with different size")
    VkColorBlendEquationEXT
  else:
    VkColorBlendEquationEXT_1124081132)
  struct_VkPhysicalDeviceMaintenance10FeaturesKHR_1124078633 = (when declared(
      struct_VkPhysicalDeviceMaintenance10FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance10FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance10FeaturesKHR_1124078632):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance10FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance10FeaturesKHR
  else:
    struct_VkPhysicalDeviceMaintenance10FeaturesKHR_1124078632)
  struct_VkMemoryDedicatedAllocateInfo_1124075277 = (when declared(
      struct_VkMemoryDedicatedAllocateInfo):
    when ownSizeof(struct_VkMemoryDedicatedAllocateInfo) !=
        ownSizeof(struct_VkMemoryDedicatedAllocateInfo_1124075276):
      static :
        warning("Declaration of " & "struct_VkMemoryDedicatedAllocateInfo" &
            " exists but with different size")
    struct_VkMemoryDedicatedAllocateInfo
  else:
    struct_VkMemoryDedicatedAllocateInfo_1124075276)
  struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078727 = (when declared(
      struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078726):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT
  else:
    struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078726)
  VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079587 = (when declared(
      VkPhysicalDeviceShaderImageFootprintFeaturesNV):
    when ownSizeof(VkPhysicalDeviceShaderImageFootprintFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079586):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderImageFootprintFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceShaderImageFootprintFeaturesNV
  else:
    VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079586)
  VkVideoEncodeRgbModelConversionFlagsVALVE_1124080697 = (when declared(
      VkVideoEncodeRgbModelConversionFlagsVALVE):
    when ownSizeof(VkVideoEncodeRgbModelConversionFlagsVALVE) !=
        ownSizeof(VkVideoEncodeRgbModelConversionFlagsVALVE_1124080696):
      static :
        warning("Declaration of " & "VkVideoEncodeRgbModelConversionFlagsVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbModelConversionFlagsVALVE
  else:
    VkVideoEncodeRgbModelConversionFlagsVALVE_1124080696)
  VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082059 = (when declared(
      VkPhysicalDeviceClusterAccelerationStructurePropertiesNV):
    when ownSizeof(VkPhysicalDeviceClusterAccelerationStructurePropertiesNV) !=
        ownSizeof(VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082058):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceClusterAccelerationStructurePropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
  else:
    VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082058)
  VkPhysicalDeviceHostImageCopyFeatures_1124076295 = (when declared(
      VkPhysicalDeviceHostImageCopyFeatures):
    when ownSizeof(VkPhysicalDeviceHostImageCopyFeatures) !=
        ownSizeof(VkPhysicalDeviceHostImageCopyFeatures_1124076294):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHostImageCopyFeatures" &
            " exists but with different size")
    VkPhysicalDeviceHostImageCopyFeatures
  else:
    VkPhysicalDeviceHostImageCopyFeatures_1124076294)
  XID_1124082977 = (when declared(XID):
    when ownSizeof(XID) != ownSizeof(XID_1124082976):
      static :
        warning("Declaration of " & "XID" & " exists but with different size")
    XID
  else:
    XID_1124082976)
  union_VkAccelerationStructureGeometryDataKHR_1124082503 = (when declared(
      union_VkAccelerationStructureGeometryDataKHR):
    when ownSizeof(union_VkAccelerationStructureGeometryDataKHR) !=
        ownSizeof(union_VkAccelerationStructureGeometryDataKHR_1124082502):
      static :
        warning("Declaration of " &
            "union_VkAccelerationStructureGeometryDataKHR" &
            " exists but with different size")
    union_VkAccelerationStructureGeometryDataKHR
  else:
    union_VkAccelerationStructureGeometryDataKHR_1124082502)
  VkExternalMemoryTensorCreateInfoARM_1124081335 = (when declared(
      VkExternalMemoryTensorCreateInfoARM):
    when ownSizeof(VkExternalMemoryTensorCreateInfoARM) !=
        ownSizeof(VkExternalMemoryTensorCreateInfoARM_1124081334):
      static :
        warning("Declaration of " & "VkExternalMemoryTensorCreateInfoARM" &
            " exists but with different size")
    VkExternalMemoryTensorCreateInfoARM
  else:
    VkExternalMemoryTensorCreateInfoARM_1124081334)
  PFN_vkCreatePipelineLayout_1124075069 = (when declared(
      PFN_vkCreatePipelineLayout):
    when ownSizeof(PFN_vkCreatePipelineLayout) !=
        ownSizeof(PFN_vkCreatePipelineLayout_1124075068):
      static :
        warning("Declaration of " & "PFN_vkCreatePipelineLayout" &
            " exists but with different size")
    PFN_vkCreatePipelineLayout
  else:
    PFN_vkCreatePipelineLayout_1124075068)
  VkVideoEncodeH265CapabilitiesKHR_1124076937 = (when declared(
      VkVideoEncodeH265CapabilitiesKHR):
    when ownSizeof(VkVideoEncodeH265CapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeH265CapabilitiesKHR_1124076936):
      static :
        warning("Declaration of " & "VkVideoEncodeH265CapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeH265CapabilitiesKHR
  else:
    VkVideoEncodeH265CapabilitiesKHR_1124076936)
  VkTensorViewARM_1124081247 = (when declared(VkTensorViewARM):
    when ownSizeof(VkTensorViewARM) != ownSizeof(VkTensorViewARM_1124081246):
      static :
        warning("Declaration of " & "VkTensorViewARM" &
            " exists but with different size")
    VkTensorViewARM
  else:
    VkTensorViewARM_1124081246)
  struct_StdVideoEncodeH264PictureInfo_1124082913 = (when declared(
      struct_StdVideoEncodeH264PictureInfo):
    when ownSizeof(struct_StdVideoEncodeH264PictureInfo) !=
        ownSizeof(struct_StdVideoEncodeH264PictureInfo_1124082912):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264PictureInfo" &
            " exists but with different size")
    struct_StdVideoEncodeH264PictureInfo
  else:
    struct_StdVideoEncodeH264PictureInfo_1124082912)
  VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081929 = (when declared(
      VkPhysicalDeviceTileMemoryHeapPropertiesQCOM):
    when ownSizeof(VkPhysicalDeviceTileMemoryHeapPropertiesQCOM) !=
        ownSizeof(VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081928):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTileMemoryHeapPropertiesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceTileMemoryHeapPropertiesQCOM
  else:
    VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081928)
  struct_VkPipelineCreationFeedbackCreateInfo_1124076015 = (when declared(
      struct_VkPipelineCreationFeedbackCreateInfo):
    when ownSizeof(struct_VkPipelineCreationFeedbackCreateInfo) !=
        ownSizeof(struct_VkPipelineCreationFeedbackCreateInfo_1124076014):
      static :
        warning("Declaration of " &
            "struct_VkPipelineCreationFeedbackCreateInfo" &
            " exists but with different size")
    struct_VkPipelineCreationFeedbackCreateInfo
  else:
    struct_VkPipelineCreationFeedbackCreateInfo_1124076014)
  VkDeviceAddressBindingFlagBitsEXT_1124080563 = (when declared(
      VkDeviceAddressBindingFlagBitsEXT):
    when ownSizeof(VkDeviceAddressBindingFlagBitsEXT) !=
        ownSizeof(VkDeviceAddressBindingFlagBitsEXT_1124080562):
      static :
        warning("Declaration of " & "VkDeviceAddressBindingFlagBitsEXT" &
            " exists but with different size")
    VkDeviceAddressBindingFlagBitsEXT
  else:
    VkDeviceAddressBindingFlagBitsEXT_1124080562)
  VkDataGraphPipelineConstantARM_1124081745 = (when declared(
      VkDataGraphPipelineConstantARM):
    when ownSizeof(VkDataGraphPipelineConstantARM) !=
        ownSizeof(VkDataGraphPipelineConstantARM_1124081744):
      static :
        warning("Declaration of " & "VkDataGraphPipelineConstantARM" &
            " exists but with different size")
    VkDataGraphPipelineConstantARM
  else:
    VkDataGraphPipelineConstantARM_1124081744)
  StdVideoEncodeH264RefListModEntry_1124083259 = (when declared(
      StdVideoEncodeH264RefListModEntry):
    when ownSizeof(StdVideoEncodeH264RefListModEntry) !=
        ownSizeof(StdVideoEncodeH264RefListModEntry_1124083258):
      static :
        warning("Declaration of " & "StdVideoEncodeH264RefListModEntry" &
            " exists but with different size")
    StdVideoEncodeH264RefListModEntry
  else:
    StdVideoEncodeH264RefListModEntry_1124083258)
  PFN_vkCreateOpticalFlowSessionNV_1124081467 = (when declared(
      PFN_vkCreateOpticalFlowSessionNV):
    when ownSizeof(PFN_vkCreateOpticalFlowSessionNV) !=
        ownSizeof(PFN_vkCreateOpticalFlowSessionNV_1124081466):
      static :
        warning("Declaration of " & "PFN_vkCreateOpticalFlowSessionNV" &
            " exists but with different size")
    PFN_vkCreateOpticalFlowSessionNV
  else:
    PFN_vkCreateOpticalFlowSessionNV_1124081466)
  VkImageSubresourceRange_1124074475 = (when declared(VkImageSubresourceRange):
    when ownSizeof(VkImageSubresourceRange) !=
        ownSizeof(VkImageSubresourceRange_1124074474):
      static :
        warning("Declaration of " & "VkImageSubresourceRange" &
            " exists but with different size")
    VkImageSubresourceRange
  else:
    VkImageSubresourceRange_1124074474)
  struct_VkLatencySurfaceCapabilitiesNV_1124081695 = (when declared(
      struct_VkLatencySurfaceCapabilitiesNV):
    when ownSizeof(struct_VkLatencySurfaceCapabilitiesNV) !=
        ownSizeof(struct_VkLatencySurfaceCapabilitiesNV_1124081694):
      static :
        warning("Declaration of " & "struct_VkLatencySurfaceCapabilitiesNV" &
            " exists but with different size")
    struct_VkLatencySurfaceCapabilitiesNV
  else:
    struct_VkLatencySurfaceCapabilitiesNV_1124081694)
  struct_VkTraceRaysIndirectCommandKHR_1124082607 = (when declared(
      struct_VkTraceRaysIndirectCommandKHR):
    when ownSizeof(struct_VkTraceRaysIndirectCommandKHR) !=
        ownSizeof(struct_VkTraceRaysIndirectCommandKHR_1124082606):
      static :
        warning("Declaration of " & "struct_VkTraceRaysIndirectCommandKHR" &
            " exists but with different size")
    struct_VkTraceRaysIndirectCommandKHR
  else:
    struct_VkTraceRaysIndirectCommandKHR_1124082606)
  VkVideoEncodeH265CapabilityFlagBitsKHR_1124076905 = (when declared(
      VkVideoEncodeH265CapabilityFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH265CapabilityFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH265CapabilityFlagBitsKHR_1124076904):
      static :
        warning("Declaration of " & "VkVideoEncodeH265CapabilityFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH265CapabilityFlagBitsKHR
  else:
    VkVideoEncodeH265CapabilityFlagBitsKHR_1124076904)
  VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082887 = (when declared(
      VkPhysicalDeviceDisplacementMicromapPropertiesNV):
    when ownSizeof(VkPhysicalDeviceDisplacementMicromapPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082886):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDisplacementMicromapPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceDisplacementMicromapPropertiesNV
  else:
    VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082886)
  PFN_vkCmdDrawClusterIndirectHUAWEI_1124080903 = (when declared(
      PFN_vkCmdDrawClusterIndirectHUAWEI):
    when ownSizeof(PFN_vkCmdDrawClusterIndirectHUAWEI) !=
        ownSizeof(PFN_vkCmdDrawClusterIndirectHUAWEI_1124080902):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawClusterIndirectHUAWEI" &
            " exists but with different size")
    PFN_vkCmdDrawClusterIndirectHUAWEI
  else:
    PFN_vkCmdDrawClusterIndirectHUAWEI_1124080902)
  struct_VkIndirectExecutionSetPipelineInfoEXT_1124082223 = (when declared(
      struct_VkIndirectExecutionSetPipelineInfoEXT):
    when ownSizeof(struct_VkIndirectExecutionSetPipelineInfoEXT) !=
        ownSizeof(struct_VkIndirectExecutionSetPipelineInfoEXT_1124082222):
      static :
        warning("Declaration of " &
            "struct_VkIndirectExecutionSetPipelineInfoEXT" &
            " exists but with different size")
    struct_VkIndirectExecutionSetPipelineInfoEXT
  else:
    struct_VkIndirectExecutionSetPipelineInfoEXT_1124082222)
  VkAccelerationStructureSRTMotionInstanceNV_1124080413 = (when declared(
      VkAccelerationStructureSRTMotionInstanceNV):
    when ownSizeof(VkAccelerationStructureSRTMotionInstanceNV) !=
        ownSizeof(VkAccelerationStructureSRTMotionInstanceNV_1124080412):
      static :
        warning("Declaration of " & "VkAccelerationStructureSRTMotionInstanceNV" &
            " exists but with different size")
    VkAccelerationStructureSRTMotionInstanceNV
  else:
    VkAccelerationStructureSRTMotionInstanceNV_1124080412)
  struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078521 = (when declared(
      struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078520):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR
  else:
    struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078520)
  VkExternalMemoryFeatureFlagsNV_1124078827 = (when declared(
      VkExternalMemoryFeatureFlagsNV):
    when ownSizeof(VkExternalMemoryFeatureFlagsNV) !=
        ownSizeof(VkExternalMemoryFeatureFlagsNV_1124078826):
      static :
        warning("Declaration of " & "VkExternalMemoryFeatureFlagsNV" &
            " exists but with different size")
    VkExternalMemoryFeatureFlagsNV
  else:
    VkExternalMemoryFeatureFlagsNV_1124078826)
  struct_VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077009 = (when declared(
      struct_VkVideoEncodeH265GopRemainingFrameInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265GopRemainingFrameInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077008):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265GopRemainingFrameInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265GopRemainingFrameInfoKHR
  else:
    struct_VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077008)
  VkInternalAllocationType_1124074019 = (when declared(VkInternalAllocationType):
    when ownSizeof(VkInternalAllocationType) !=
        ownSizeof(VkInternalAllocationType_1124074018):
      static :
        warning("Declaration of " & "VkInternalAllocationType" &
            " exists but with different size")
    VkInternalAllocationType
  else:
    VkInternalAllocationType_1124074018)
  struct_VkLatencyTimingsFrameReportNV_1124081675 = (when declared(
      struct_VkLatencyTimingsFrameReportNV):
    when ownSizeof(struct_VkLatencyTimingsFrameReportNV) !=
        ownSizeof(struct_VkLatencyTimingsFrameReportNV_1124081674):
      static :
        warning("Declaration of " & "struct_VkLatencyTimingsFrameReportNV" &
            " exists but with different size")
    struct_VkLatencyTimingsFrameReportNV
  else:
    struct_VkLatencyTimingsFrameReportNV_1124081674)
  VkPhysicalDeviceDynamicRenderingFeatures_1124076109 = (when declared(
      VkPhysicalDeviceDynamicRenderingFeatures):
    when ownSizeof(VkPhysicalDeviceDynamicRenderingFeatures) !=
        ownSizeof(VkPhysicalDeviceDynamicRenderingFeatures_1124076108):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDynamicRenderingFeatures" &
            " exists but with different size")
    VkPhysicalDeviceDynamicRenderingFeatures
  else:
    VkPhysicalDeviceDynamicRenderingFeatures_1124076108)
  struct_VkDebugMarkerObjectTagInfoEXT_1124078691 = (when declared(
      struct_VkDebugMarkerObjectTagInfoEXT):
    when ownSizeof(struct_VkDebugMarkerObjectTagInfoEXT) !=
        ownSizeof(struct_VkDebugMarkerObjectTagInfoEXT_1124078690):
      static :
        warning("Declaration of " & "struct_VkDebugMarkerObjectTagInfoEXT" &
            " exists but with different size")
    struct_VkDebugMarkerObjectTagInfoEXT
  else:
    struct_VkDebugMarkerObjectTagInfoEXT_1124078690)
  struct_VkBufferDeviceAddressCreateInfoEXT_1124079781 = (when declared(
      struct_VkBufferDeviceAddressCreateInfoEXT):
    when ownSizeof(struct_VkBufferDeviceAddressCreateInfoEXT) !=
        ownSizeof(struct_VkBufferDeviceAddressCreateInfoEXT_1124079780):
      static :
        warning("Declaration of " & "struct_VkBufferDeviceAddressCreateInfoEXT" &
            " exists but with different size")
    struct_VkBufferDeviceAddressCreateInfoEXT
  else:
    struct_VkBufferDeviceAddressCreateInfoEXT_1124079780)
  VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080171 = (when declared(
      VkPhysicalDeviceCustomBorderColorFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceCustomBorderColorFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080170):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCustomBorderColorFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceCustomBorderColorFeaturesEXT
  else:
    VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080170)
  struct_VkRenderingAttachmentLocationInfo_1124076421 = (when declared(
      struct_VkRenderingAttachmentLocationInfo):
    when ownSizeof(struct_VkRenderingAttachmentLocationInfo) !=
        ownSizeof(struct_VkRenderingAttachmentLocationInfo_1124076420):
      static :
        warning("Declaration of " & "struct_VkRenderingAttachmentLocationInfo" &
            " exists but with different size")
    struct_VkRenderingAttachmentLocationInfo
  else:
    struct_VkRenderingAttachmentLocationInfo_1124076420)
  VkDescriptorSetLayout_1124073985 = (when declared(VkDescriptorSetLayout):
    when ownSizeof(VkDescriptorSetLayout) != ownSizeof(VkDescriptorSetLayout_1124073984):
      static :
        warning("Declaration of " & "VkDescriptorSetLayout" &
            " exists but with different size")
    VkDescriptorSetLayout
  else:
    VkDescriptorSetLayout_1124073984)
  PFN_vkCreateValidationCacheEXT_1124079261 = (when declared(
      PFN_vkCreateValidationCacheEXT):
    when ownSizeof(PFN_vkCreateValidationCacheEXT) !=
        ownSizeof(PFN_vkCreateValidationCacheEXT_1124079260):
      static :
        warning("Declaration of " & "PFN_vkCreateValidationCacheEXT" &
            " exists but with different size")
    PFN_vkCreateValidationCacheEXT
  else:
    PFN_vkCreateValidationCacheEXT_1124079260)
  struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081001 = (when declared(
      struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT):
    when ownSizeof(struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT) !=
        ownSizeof(struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081000):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT
  else:
    struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081000)
  struct_VkBufferViewCreateInfo_1124074693 = (when declared(
      struct_VkBufferViewCreateInfo):
    when ownSizeof(struct_VkBufferViewCreateInfo) !=
        ownSizeof(struct_VkBufferViewCreateInfo_1124074692):
      static :
        warning("Declaration of " & "struct_VkBufferViewCreateInfo" &
            " exists but with different size")
    struct_VkBufferViewCreateInfo
  else:
    struct_VkBufferViewCreateInfo_1124074692)
  VkPhysicalDeviceMultiviewProperties_1124075533 = (when declared(
      VkPhysicalDeviceMultiviewProperties):
    when ownSizeof(VkPhysicalDeviceMultiviewProperties) !=
        ownSizeof(VkPhysicalDeviceMultiviewProperties_1124075532):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMultiviewProperties" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewProperties
  else:
    VkPhysicalDeviceMultiviewProperties_1124075532)
  VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075745 = (when declared(
      VkDescriptorSetVariableDescriptorCountLayoutSupport):
    when ownSizeof(VkDescriptorSetVariableDescriptorCountLayoutSupport) !=
        ownSizeof(VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075744):
      static :
        warning("Declaration of " &
            "VkDescriptorSetVariableDescriptorCountLayoutSupport" &
            " exists but with different size")
    VkDescriptorSetVariableDescriptorCountLayoutSupport
  else:
    VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075744)
  struct_VkImageViewAddressPropertiesNVX_1124078781 = (when declared(
      struct_VkImageViewAddressPropertiesNVX):
    when ownSizeof(struct_VkImageViewAddressPropertiesNVX) !=
        ownSizeof(struct_VkImageViewAddressPropertiesNVX_1124078780):
      static :
        warning("Declaration of " & "struct_VkImageViewAddressPropertiesNVX" &
            " exists but with different size")
    struct_VkImageViewAddressPropertiesNVX
  else:
    struct_VkImageViewAddressPropertiesNVX_1124078780)
  PFN_vkInitializePerformanceApiINTEL_1124079683 = (when declared(
      PFN_vkInitializePerformanceApiINTEL):
    when ownSizeof(PFN_vkInitializePerformanceApiINTEL) !=
        ownSizeof(PFN_vkInitializePerformanceApiINTEL_1124079682):
      static :
        warning("Declaration of " & "PFN_vkInitializePerformanceApiINTEL" &
            " exists but with different size")
    PFN_vkInitializePerformanceApiINTEL
  else:
    PFN_vkInitializePerformanceApiINTEL_1124079682)
  struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082881 = (when declared(
      struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082880):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV
  else:
    struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082880)
  VkPhysicalDeviceImageRobustnessFeatures_1124076037 = (when declared(
      VkPhysicalDeviceImageRobustnessFeatures):
    when ownSizeof(VkPhysicalDeviceImageRobustnessFeatures) !=
        ownSizeof(VkPhysicalDeviceImageRobustnessFeatures_1124076036):
      static :
        warning("Declaration of " & "VkPhysicalDeviceImageRobustnessFeatures" &
            " exists but with different size")
    VkPhysicalDeviceImageRobustnessFeatures
  else:
    VkPhysicalDeviceImageRobustnessFeatures_1124076036)
  struct_VkSwapchainCounterCreateInfoEXT_1124078941 = (when declared(
      struct_VkSwapchainCounterCreateInfoEXT):
    when ownSizeof(struct_VkSwapchainCounterCreateInfoEXT) !=
        ownSizeof(struct_VkSwapchainCounterCreateInfoEXT_1124078940):
      static :
        warning("Declaration of " & "struct_VkSwapchainCounterCreateInfoEXT" &
            " exists but with different size")
    struct_VkSwapchainCounterCreateInfoEXT
  else:
    struct_VkSwapchainCounterCreateInfoEXT_1124078940)
  PFN_vkCmdWriteAccelerationStructuresPropertiesNV_1124079473 = (when declared(
      PFN_vkCmdWriteAccelerationStructuresPropertiesNV):
    when ownSizeof(PFN_vkCmdWriteAccelerationStructuresPropertiesNV) !=
        ownSizeof(PFN_vkCmdWriteAccelerationStructuresPropertiesNV_1124079472):
      static :
        warning("Declaration of " &
            "PFN_vkCmdWriteAccelerationStructuresPropertiesNV" &
            " exists but with different size")
    PFN_vkCmdWriteAccelerationStructuresPropertiesNV
  else:
    PFN_vkCmdWriteAccelerationStructuresPropertiesNV_1124079472)
  VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081641 = (when declared(
      VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM):
    when ownSizeof(VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081640):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM
  else:
    VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081640)
  PFN_vkGetBufferMemoryRequirements_1124074953 = (when declared(
      PFN_vkGetBufferMemoryRequirements):
    when ownSizeof(PFN_vkGetBufferMemoryRequirements) !=
        ownSizeof(PFN_vkGetBufferMemoryRequirements_1124074952):
      static :
        warning("Declaration of " & "PFN_vkGetBufferMemoryRequirements" &
            " exists but with different size")
    PFN_vkGetBufferMemoryRequirements
  else:
    PFN_vkGetBufferMemoryRequirements_1124074952)
  PFN_vkEnumeratePhysicalDeviceGroupsKHR_1124077139 = (when declared(
      PFN_vkEnumeratePhysicalDeviceGroupsKHR):
    when ownSizeof(PFN_vkEnumeratePhysicalDeviceGroupsKHR) !=
        ownSizeof(PFN_vkEnumeratePhysicalDeviceGroupsKHR_1124077138):
      static :
        warning("Declaration of " & "PFN_vkEnumeratePhysicalDeviceGroupsKHR" &
            " exists but with different size")
    PFN_vkEnumeratePhysicalDeviceGroupsKHR
  else:
    PFN_vkEnumeratePhysicalDeviceGroupsKHR_1124077138)
  PFN_vkGetEncodedVideoSessionParametersKHR_1124077857 = (when declared(
      PFN_vkGetEncodedVideoSessionParametersKHR):
    when ownSizeof(PFN_vkGetEncodedVideoSessionParametersKHR) !=
        ownSizeof(PFN_vkGetEncodedVideoSessionParametersKHR_1124077856):
      static :
        warning("Declaration of " & "PFN_vkGetEncodedVideoSessionParametersKHR" &
            " exists but with different size")
    PFN_vkGetEncodedVideoSessionParametersKHR
  else:
    PFN_vkGetEncodedVideoSessionParametersKHR_1124077856)
  VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082031 = (when declared(
      VkClusterAccelerationStructureAddressResolutionFlagBitsNV):
    when ownSizeof(VkClusterAccelerationStructureAddressResolutionFlagBitsNV) !=
        ownSizeof(VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082030):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureAddressResolutionFlagBitsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureAddressResolutionFlagBitsNV
  else:
    VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082030)
  struct_VkVideoEncodeH265FrameSizeKHR_1124077001 = (when declared(
      struct_VkVideoEncodeH265FrameSizeKHR):
    when ownSizeof(struct_VkVideoEncodeH265FrameSizeKHR) !=
        ownSizeof(struct_VkVideoEncodeH265FrameSizeKHR_1124077000):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265FrameSizeKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265FrameSizeKHR
  else:
    struct_VkVideoEncodeH265FrameSizeKHR_1124077000)
  VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080043 = (when declared(
      VkGraphicsPipelineShaderGroupsCreateInfoNV):
    when ownSizeof(VkGraphicsPipelineShaderGroupsCreateInfoNV) !=
        ownSizeof(VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080042):
      static :
        warning("Declaration of " & "VkGraphicsPipelineShaderGroupsCreateInfoNV" &
            " exists but with different size")
    VkGraphicsPipelineShaderGroupsCreateInfoNV
  else:
    VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080042)
  VkPhysicalDeviceMaintenance9PropertiesKHR_1124078583 = (when declared(
      VkPhysicalDeviceMaintenance9PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance9PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance9PropertiesKHR_1124078582):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance9PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance9PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance9PropertiesKHR_1124078582)
  struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080727 = (when declared(
      struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080726):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT
  else:
    struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080726)
  VkPerTileEndInfoQCOM_1124080243 = (when declared(VkPerTileEndInfoQCOM):
    when ownSizeof(VkPerTileEndInfoQCOM) != ownSizeof(VkPerTileEndInfoQCOM_1124080242):
      static :
        warning("Declaration of " & "VkPerTileEndInfoQCOM" &
            " exists but with different size")
    VkPerTileEndInfoQCOM
  else:
    VkPerTileEndInfoQCOM_1124080242)
  enum_VkImageCompressionFixedRateFlagBitsEXT_1124080451 = (when declared(
      enum_VkImageCompressionFixedRateFlagBitsEXT):
    when ownSizeof(enum_VkImageCompressionFixedRateFlagBitsEXT) !=
        ownSizeof(enum_VkImageCompressionFixedRateFlagBitsEXT_1124080450):
      static :
        warning("Declaration of " &
            "enum_VkImageCompressionFixedRateFlagBitsEXT" &
            " exists but with different size")
    enum_VkImageCompressionFixedRateFlagBitsEXT
  else:
    enum_VkImageCompressionFixedRateFlagBitsEXT_1124080450)
  VkImageUsageFlags_1124074175 = (when declared(VkImageUsageFlags):
    when ownSizeof(VkImageUsageFlags) != ownSizeof(VkImageUsageFlags_1124074174):
      static :
        warning("Declaration of " & "VkImageUsageFlags" &
            " exists but with different size")
    VkImageUsageFlags
  else:
    VkImageUsageFlags_1124074174)
  VkVideoEncodeH265FrameSizeKHR_1124077003 = (when declared(
      VkVideoEncodeH265FrameSizeKHR):
    when ownSizeof(VkVideoEncodeH265FrameSizeKHR) !=
        ownSizeof(VkVideoEncodeH265FrameSizeKHR_1124077002):
      static :
        warning("Declaration of " & "VkVideoEncodeH265FrameSizeKHR" &
            " exists but with different size")
    VkVideoEncodeH265FrameSizeKHR
  else:
    VkVideoEncodeH265FrameSizeKHR_1124077002)
  VkPipelineLayoutCreateFlagBits_1124074347 = (when declared(
      VkPipelineLayoutCreateFlagBits):
    when ownSizeof(VkPipelineLayoutCreateFlagBits) !=
        ownSizeof(VkPipelineLayoutCreateFlagBits_1124074346):
      static :
        warning("Declaration of " & "VkPipelineLayoutCreateFlagBits" &
            " exists but with different size")
    VkPipelineLayoutCreateFlagBits
  else:
    VkPipelineLayoutCreateFlagBits_1124074346)
  struct_VkDebugUtilsMessengerCreateInfoEXT_1124079085 = (when declared(
      struct_VkDebugUtilsMessengerCreateInfoEXT):
    when ownSizeof(struct_VkDebugUtilsMessengerCreateInfoEXT) !=
        ownSizeof(struct_VkDebugUtilsMessengerCreateInfoEXT_1124079084):
      static :
        warning("Declaration of " & "struct_VkDebugUtilsMessengerCreateInfoEXT" &
            " exists but with different size")
    struct_VkDebugUtilsMessengerCreateInfoEXT
  else:
    struct_VkDebugUtilsMessengerCreateInfoEXT_1124079084)
  PFN_vkCmdFillBuffer_1124075023 = (when declared(PFN_vkCmdFillBuffer):
    when ownSizeof(PFN_vkCmdFillBuffer) != ownSizeof(PFN_vkCmdFillBuffer_1124075022):
      static :
        warning("Declaration of " & "PFN_vkCmdFillBuffer" &
            " exists but with different size")
    PFN_vkCmdFillBuffer
  else:
    PFN_vkCmdFillBuffer_1124075022)
  VkVideoDecodeInfoKHR_1124076803 = (when declared(VkVideoDecodeInfoKHR):
    when ownSizeof(VkVideoDecodeInfoKHR) != ownSizeof(VkVideoDecodeInfoKHR_1124076802):
      static :
        warning("Declaration of " & "VkVideoDecodeInfoKHR" &
            " exists but with different size")
    VkVideoDecodeInfoKHR
  else:
    VkVideoDecodeInfoKHR_1124076802)
  VkBufferUsageFlags2_1124076211 = (when declared(VkBufferUsageFlags2):
    when ownSizeof(VkBufferUsageFlags2) != ownSizeof(VkBufferUsageFlags2_1124076210):
      static :
        warning("Declaration of " & "VkBufferUsageFlags2" &
            " exists but with different size")
    VkBufferUsageFlags2
  else:
    VkBufferUsageFlags2_1124076210)
  VkAccelerationStructureBuildRangeInfoKHR_1124082489 = (when declared(
      VkAccelerationStructureBuildRangeInfoKHR):
    when ownSizeof(VkAccelerationStructureBuildRangeInfoKHR) !=
        ownSizeof(VkAccelerationStructureBuildRangeInfoKHR_1124082488):
      static :
        warning("Declaration of " & "VkAccelerationStructureBuildRangeInfoKHR" &
            " exists but with different size")
    VkAccelerationStructureBuildRangeInfoKHR
  else:
    VkAccelerationStructureBuildRangeInfoKHR_1124082488)
  VkPipelineBindPoint_1124074091 = (when declared(VkPipelineBindPoint):
    when ownSizeof(VkPipelineBindPoint) != ownSizeof(VkPipelineBindPoint_1124074090):
      static :
        warning("Declaration of " & "VkPipelineBindPoint" &
            " exists but with different size")
    VkPipelineBindPoint
  else:
    VkPipelineBindPoint_1124074090)
  VkVideoEncodeH264CapabilityFlagsKHR_1124076811 = (when declared(
      VkVideoEncodeH264CapabilityFlagsKHR):
    when ownSizeof(VkVideoEncodeH264CapabilityFlagsKHR) !=
        ownSizeof(VkVideoEncodeH264CapabilityFlagsKHR_1124076810):
      static :
        warning("Declaration of " & "VkVideoEncodeH264CapabilityFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH264CapabilityFlagsKHR
  else:
    VkVideoEncodeH264CapabilityFlagsKHR_1124076810)
  VkDescriptorPoolCreateFlagBits_1124074361 = (when declared(
      VkDescriptorPoolCreateFlagBits):
    when ownSizeof(VkDescriptorPoolCreateFlagBits) !=
        ownSizeof(VkDescriptorPoolCreateFlagBits_1124074360):
      static :
        warning("Declaration of " & "VkDescriptorPoolCreateFlagBits" &
            " exists but with different size")
    VkDescriptorPoolCreateFlagBits
  else:
    VkDescriptorPoolCreateFlagBits_1124074360)
  VkMemoryPropertyFlags_1124074193 = (when declared(VkMemoryPropertyFlags):
    when ownSizeof(VkMemoryPropertyFlags) != ownSizeof(VkMemoryPropertyFlags_1124074192):
      static :
        warning("Declaration of " & "VkMemoryPropertyFlags" &
            " exists but with different size")
    VkMemoryPropertyFlags
  else:
    VkMemoryPropertyFlags_1124074192)
  StdVideoH265ScalingLists_1124083023 = (when declared(StdVideoH265ScalingLists):
    when ownSizeof(StdVideoH265ScalingLists) !=
        ownSizeof(StdVideoH265ScalingLists_1124083022):
      static :
        warning("Declaration of " & "StdVideoH265ScalingLists" &
            " exists but with different size")
    StdVideoH265ScalingLists
  else:
    StdVideoH265ScalingLists_1124083022)
  struct_VkVideoEncodeH265DpbSlotInfoKHR_1124076985 = (when declared(
      struct_VkVideoEncodeH265DpbSlotInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265DpbSlotInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265DpbSlotInfoKHR_1124076984):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265DpbSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265DpbSlotInfoKHR
  else:
    struct_VkVideoEncodeH265DpbSlotInfoKHR_1124076984)
  PFN_vkCmdClearColorImage_1124075097 = (when declared(PFN_vkCmdClearColorImage):
    when ownSizeof(PFN_vkCmdClearColorImage) !=
        ownSizeof(PFN_vkCmdClearColorImage_1124075096):
      static :
        warning("Declaration of " & "PFN_vkCmdClearColorImage" &
            " exists but with different size")
    PFN_vkCmdClearColorImage
  else:
    PFN_vkCmdClearColorImage_1124075096)
  StdVideoEncodeH265SliceSegmentHeader_1124076975 = (when declared(
      StdVideoEncodeH265SliceSegmentHeader):
    when ownSizeof(StdVideoEncodeH265SliceSegmentHeader) !=
        ownSizeof(StdVideoEncodeH265SliceSegmentHeader_1124076974):
      static :
        warning("Declaration of " & "StdVideoEncodeH265SliceSegmentHeader" &
            " exists but with different size")
    StdVideoEncodeH265SliceSegmentHeader
  else:
    StdVideoEncodeH265SliceSegmentHeader_1124076974)
  VkPhysicalDeviceMaintenance6PropertiesKHR_1124078393 = (when declared(
      VkPhysicalDeviceMaintenance6PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance6PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance6PropertiesKHR_1124078392):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance6PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance6PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance6PropertiesKHR_1124078392)
  PFN_vkCmdClearAttachments_1124075157 = (when declared(
      PFN_vkCmdClearAttachments):
    when ownSizeof(PFN_vkCmdClearAttachments) !=
        ownSizeof(PFN_vkCmdClearAttachments_1124075156):
      static :
        warning("Declaration of " & "PFN_vkCmdClearAttachments" &
            " exists but with different size")
    PFN_vkCmdClearAttachments
  else:
    PFN_vkCmdClearAttachments_1124075156)
  PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR_1124077125 = (when declared(
      PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR):
    when ownSizeof(PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR) !=
        ownSizeof(PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR_1124077124):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR" &
            " exists but with different size")
    PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR
  else:
    PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR_1124077124)
  VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081041 = (when declared(
      VkPhysicalDeviceMemoryDecompressionPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceMemoryDecompressionPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081040):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMemoryDecompressionPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMemoryDecompressionPropertiesEXT
  else:
    VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081040)
  VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080471 = (when declared(
      VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080470):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
  else:
    VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080470)
  VkPerformanceConfigurationAcquireInfoINTEL_1124079681 = (when declared(
      VkPerformanceConfigurationAcquireInfoINTEL):
    when ownSizeof(VkPerformanceConfigurationAcquireInfoINTEL) !=
        ownSizeof(VkPerformanceConfigurationAcquireInfoINTEL_1124079680):
      static :
        warning("Declaration of " & "VkPerformanceConfigurationAcquireInfoINTEL" &
            " exists but with different size")
    VkPerformanceConfigurationAcquireInfoINTEL
  else:
    VkPerformanceConfigurationAcquireInfoINTEL_1124079680)
  struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080369 = (when declared(
      struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080368):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV
  else:
    struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080368)
  PFN_vkCmdSetRenderingAttachmentLocations_1124076463 = (when declared(
      PFN_vkCmdSetRenderingAttachmentLocations):
    when ownSizeof(PFN_vkCmdSetRenderingAttachmentLocations) !=
        ownSizeof(PFN_vkCmdSetRenderingAttachmentLocations_1124076462):
      static :
        warning("Declaration of " & "PFN_vkCmdSetRenderingAttachmentLocations" &
            " exists but with different size")
    PFN_vkCmdSetRenderingAttachmentLocations
  else:
    PFN_vkCmdSetRenderingAttachmentLocations_1124076462)
  VkTileMemoryBindInfoQCOM_1124081937 = (when declared(VkTileMemoryBindInfoQCOM):
    when ownSizeof(VkTileMemoryBindInfoQCOM) !=
        ownSizeof(VkTileMemoryBindInfoQCOM_1124081936):
      static :
        warning("Declaration of " & "VkTileMemoryBindInfoQCOM" &
            " exists but with different size")
    VkTileMemoryBindInfoQCOM
  else:
    VkTileMemoryBindInfoQCOM_1124081936)
  VkVideoEncodeRgbRangeCompressionFlagsVALVE_1124080703 = (when declared(
      VkVideoEncodeRgbRangeCompressionFlagsVALVE):
    when ownSizeof(VkVideoEncodeRgbRangeCompressionFlagsVALVE) !=
        ownSizeof(VkVideoEncodeRgbRangeCompressionFlagsVALVE_1124080702):
      static :
        warning("Declaration of " & "VkVideoEncodeRgbRangeCompressionFlagsVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbRangeCompressionFlagsVALVE
  else:
    VkVideoEncodeRgbRangeCompressionFlagsVALVE_1124080702)
  PFN_vkCmdDispatchDataGraphARM_1124081839 = (when declared(
      PFN_vkCmdDispatchDataGraphARM):
    when ownSizeof(PFN_vkCmdDispatchDataGraphARM) !=
        ownSizeof(PFN_vkCmdDispatchDataGraphARM_1124081838):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchDataGraphARM" &
            " exists but with different size")
    PFN_vkCmdDispatchDataGraphARM
  else:
    PFN_vkCmdDispatchDataGraphARM_1124081838)
  VkTensorCopyARM_1124081315 = (when declared(VkTensorCopyARM):
    when ownSizeof(VkTensorCopyARM) != ownSizeof(VkTensorCopyARM_1124081314):
      static :
        warning("Declaration of " & "VkTensorCopyARM" &
            " exists but with different size")
    VkTensorCopyARM
  else:
    VkTensorCopyARM_1124081314)
  StdVideoEncodeH264ReferenceListsInfoFlags_1124083257 = (when declared(
      StdVideoEncodeH264ReferenceListsInfoFlags):
    when ownSizeof(StdVideoEncodeH264ReferenceListsInfoFlags) !=
        ownSizeof(StdVideoEncodeH264ReferenceListsInfoFlags_1124083256):
      static :
        warning("Declaration of " & "StdVideoEncodeH264ReferenceListsInfoFlags" &
            " exists but with different size")
    StdVideoEncodeH264ReferenceListsInfoFlags
  else:
    StdVideoEncodeH264ReferenceListsInfoFlags_1124083256)
  VkMemoryBarrier2_1124075929 = (when declared(VkMemoryBarrier2):
    when ownSizeof(VkMemoryBarrier2) != ownSizeof(VkMemoryBarrier2_1124075928):
      static :
        warning("Declaration of " & "VkMemoryBarrier2" &
            " exists but with different size")
    VkMemoryBarrier2
  else:
    VkMemoryBarrier2_1124075928)
  PFN_vkCmdCopyBufferToImage2_1124076135 = (when declared(
      PFN_vkCmdCopyBufferToImage2):
    when ownSizeof(PFN_vkCmdCopyBufferToImage2) !=
        ownSizeof(PFN_vkCmdCopyBufferToImage2_1124076134):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyBufferToImage2" &
            " exists but with different size")
    PFN_vkCmdCopyBufferToImage2
  else:
    PFN_vkCmdCopyBufferToImage2_1124076134)
  enum_VkQueryType_1124074037 = (when declared(enum_VkQueryType):
    when ownSizeof(enum_VkQueryType) != ownSizeof(enum_VkQueryType_1124074036):
      static :
        warning("Declaration of " & "enum_VkQueryType" &
            " exists but with different size")
    enum_VkQueryType
  else:
    enum_VkQueryType_1124074036)
  VkDependencyFlagBits_1124074279 = (when declared(VkDependencyFlagBits):
    when ownSizeof(VkDependencyFlagBits) != ownSizeof(VkDependencyFlagBits_1124074278):
      static :
        warning("Declaration of " & "VkDependencyFlagBits" &
            " exists but with different size")
    VkDependencyFlagBits
  else:
    VkDependencyFlagBits_1124074278)
  StdVideoEncodeH265WeightTableFlags_1124083275 = (when declared(
      StdVideoEncodeH265WeightTableFlags):
    when ownSizeof(StdVideoEncodeH265WeightTableFlags) !=
        ownSizeof(StdVideoEncodeH265WeightTableFlags_1124083274):
      static :
        warning("Declaration of " & "StdVideoEncodeH265WeightTableFlags" &
            " exists but with different size")
    StdVideoEncodeH265WeightTableFlags
  else:
    StdVideoEncodeH265WeightTableFlags_1124083274)
  PFN_vkAllocateDescriptorSets_1124075087 = (when declared(
      PFN_vkAllocateDescriptorSets):
    when ownSizeof(PFN_vkAllocateDescriptorSets) !=
        ownSizeof(PFN_vkAllocateDescriptorSets_1124075086):
      static :
        warning("Declaration of " & "PFN_vkAllocateDescriptorSets" &
            " exists but with different size")
    PFN_vkAllocateDescriptorSets
  else:
    PFN_vkAllocateDescriptorSets_1124075086)
  struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082901 = (when declared(
      struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX):
    when ownSizeof(struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX) !=
        ownSizeof(struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082900):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX" &
            " exists but with different size")
    struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX
  else:
    struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082900)
  VkInitializePerformanceApiInfoINTEL_1124079659 = (when declared(
      VkInitializePerformanceApiInfoINTEL):
    when ownSizeof(VkInitializePerformanceApiInfoINTEL) !=
        ownSizeof(VkInitializePerformanceApiInfoINTEL_1124079658):
      static :
        warning("Declaration of " & "VkInitializePerformanceApiInfoINTEL" &
            " exists but with different size")
    VkInitializePerformanceApiInfoINTEL
  else:
    VkInitializePerformanceApiInfoINTEL_1124079658)
  VkQueryPoolCreateInfo_1124074627 = (when declared(VkQueryPoolCreateInfo):
    when ownSizeof(VkQueryPoolCreateInfo) != ownSizeof(VkQueryPoolCreateInfo_1124074626):
      static :
        warning("Declaration of " & "VkQueryPoolCreateInfo" &
            " exists but with different size")
    VkQueryPoolCreateInfo
  else:
    VkQueryPoolCreateInfo_1124074626)
  VkPhysicalDeviceHostImageCopyPropertiesEXT_1124079933 = (when declared(
      VkPhysicalDeviceHostImageCopyPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceHostImageCopyPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceHostImageCopyPropertiesEXT_1124079932):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHostImageCopyPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceHostImageCopyPropertiesEXT
  else:
    VkPhysicalDeviceHostImageCopyPropertiesEXT_1124079932)
  enum_VkHostImageCopyFlagBits_1124076215 = (when declared(
      enum_VkHostImageCopyFlagBits):
    when ownSizeof(enum_VkHostImageCopyFlagBits) !=
        ownSizeof(enum_VkHostImageCopyFlagBits_1124076214):
      static :
        warning("Declaration of " & "enum_VkHostImageCopyFlagBits" &
            " exists but with different size")
    enum_VkHostImageCopyFlagBits
  else:
    enum_VkHostImageCopyFlagBits_1124076214)
  VkPerformanceOverrideInfoINTEL_1124079677 = (when declared(
      VkPerformanceOverrideInfoINTEL):
    when ownSizeof(VkPerformanceOverrideInfoINTEL) !=
        ownSizeof(VkPerformanceOverrideInfoINTEL_1124079676):
      static :
        warning("Declaration of " & "VkPerformanceOverrideInfoINTEL" &
            " exists but with different size")
    VkPerformanceOverrideInfoINTEL
  else:
    VkPerformanceOverrideInfoINTEL_1124079676)
  VkFrameBoundaryFlagsEXT_1124080639 = (when declared(VkFrameBoundaryFlagsEXT):
    when ownSizeof(VkFrameBoundaryFlagsEXT) !=
        ownSizeof(VkFrameBoundaryFlagsEXT_1124080638):
      static :
        warning("Declaration of " & "VkFrameBoundaryFlagsEXT" &
            " exists but with different size")
    VkFrameBoundaryFlagsEXT
  else:
    VkFrameBoundaryFlagsEXT_1124080638)
  VkSubgroupFeatureFlagBits_1124075259 = (when declared(
      VkSubgroupFeatureFlagBits):
    when ownSizeof(VkSubgroupFeatureFlagBits) !=
        ownSizeof(VkSubgroupFeatureFlagBits_1124075258):
      static :
        warning("Declaration of " & "VkSubgroupFeatureFlagBits" &
            " exists but with different size")
    VkSubgroupFeatureFlagBits
  else:
    VkSubgroupFeatureFlagBits_1124075258)
  struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082431 = (when declared(
      struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082430):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT
  else:
    struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082430)
  PFN_vkGetDeviceImageSparseMemoryRequirementsKHR_1124077985 = (when declared(
      PFN_vkGetDeviceImageSparseMemoryRequirementsKHR):
    when ownSizeof(PFN_vkGetDeviceImageSparseMemoryRequirementsKHR) !=
        ownSizeof(PFN_vkGetDeviceImageSparseMemoryRequirementsKHR_1124077984):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeviceImageSparseMemoryRequirementsKHR" &
            " exists but with different size")
    PFN_vkGetDeviceImageSparseMemoryRequirementsKHR
  else:
    PFN_vkGetDeviceImageSparseMemoryRequirementsKHR_1124077984)
  VkDeviceCreateFlags_1124074201 = (when declared(VkDeviceCreateFlags):
    when ownSizeof(VkDeviceCreateFlags) != ownSizeof(VkDeviceCreateFlags_1124074200):
      static :
        warning("Declaration of " & "VkDeviceCreateFlags" &
            " exists but with different size")
    VkDeviceCreateFlags
  else:
    VkDeviceCreateFlags_1124074200)
  struct_VkSetLatencyMarkerInfoNV_1124081671 = (when declared(
      struct_VkSetLatencyMarkerInfoNV):
    when ownSizeof(struct_VkSetLatencyMarkerInfoNV) !=
        ownSizeof(struct_VkSetLatencyMarkerInfoNV_1124081670):
      static :
        warning("Declaration of " & "struct_VkSetLatencyMarkerInfoNV" &
            " exists but with different size")
    struct_VkSetLatencyMarkerInfoNV
  else:
    struct_VkSetLatencyMarkerInfoNV_1124081670)
  enum_VkBlockMatchWindowCompareModeQCOM_1124081861 = (when declared(
      enum_VkBlockMatchWindowCompareModeQCOM):
    when ownSizeof(enum_VkBlockMatchWindowCompareModeQCOM) !=
        ownSizeof(enum_VkBlockMatchWindowCompareModeQCOM_1124081860):
      static :
        warning("Declaration of " & "enum_VkBlockMatchWindowCompareModeQCOM" &
            " exists but with different size")
    enum_VkBlockMatchWindowCompareModeQCOM
  else:
    enum_VkBlockMatchWindowCompareModeQCOM_1124081860)
  VkPhysicalDeviceMultiviewFeatures_1124075529 = (when declared(
      VkPhysicalDeviceMultiviewFeatures):
    when ownSizeof(VkPhysicalDeviceMultiviewFeatures) !=
        ownSizeof(VkPhysicalDeviceMultiviewFeatures_1124075528):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMultiviewFeatures" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewFeatures
  else:
    VkPhysicalDeviceMultiviewFeatures_1124075528)
  VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075741 = (when declared(
      VkDescriptorSetVariableDescriptorCountAllocateInfo):
    when ownSizeof(VkDescriptorSetVariableDescriptorCountAllocateInfo) !=
        ownSizeof(VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075740):
      static :
        warning("Declaration of " &
            "VkDescriptorSetVariableDescriptorCountAllocateInfo" &
            " exists but with different size")
    VkDescriptorSetVariableDescriptorCountAllocateInfo
  else:
    VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075740)
  PFN_vkCreateAccelerationStructureNV_1124079451 = (when declared(
      PFN_vkCreateAccelerationStructureNV):
    when ownSizeof(PFN_vkCreateAccelerationStructureNV) !=
        ownSizeof(PFN_vkCreateAccelerationStructureNV_1124079450):
      static :
        warning("Declaration of " & "PFN_vkCreateAccelerationStructureNV" &
            " exists but with different size")
    PFN_vkCreateAccelerationStructureNV
  else:
    PFN_vkCreateAccelerationStructureNV_1124079450)
  struct_VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080853 = (when declared(
      struct_VkAccelerationStructureTrianglesOpacityMicromapEXT):
    when ownSizeof(struct_VkAccelerationStructureTrianglesOpacityMicromapEXT) !=
        ownSizeof(struct_VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080852):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureTrianglesOpacityMicromapEXT" &
            " exists but with different size")
    struct_VkAccelerationStructureTrianglesOpacityMicromapEXT
  else:
    struct_VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080852)
  struct_VkPipelineCoverageReductionStateCreateInfoNV_1124079837 = (when declared(
      struct_VkPipelineCoverageReductionStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineCoverageReductionStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineCoverageReductionStateCreateInfoNV_1124079836):
      static :
        warning("Declaration of " &
            "struct_VkPipelineCoverageReductionStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineCoverageReductionStateCreateInfoNV
  else:
    struct_VkPipelineCoverageReductionStateCreateInfoNV_1124079836)
  struct_VkPhysicalDeviceMaintenance8FeaturesKHR_1124078565 = (when declared(
      struct_VkPhysicalDeviceMaintenance8FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance8FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance8FeaturesKHR_1124078564):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance8FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance8FeaturesKHR
  else:
    struct_VkPhysicalDeviceMaintenance8FeaturesKHR_1124078564)
  struct_VkAccelerationStructureCreateInfoNV_1124079413 = (when declared(
      struct_VkAccelerationStructureCreateInfoNV):
    when ownSizeof(struct_VkAccelerationStructureCreateInfoNV) !=
        ownSizeof(struct_VkAccelerationStructureCreateInfoNV_1124079412):
      static :
        warning("Declaration of " & "struct_VkAccelerationStructureCreateInfoNV" &
            " exists but with different size")
    struct_VkAccelerationStructureCreateInfoNV
  else:
    struct_VkAccelerationStructureCreateInfoNV_1124079412)
  VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM_1124080515 = (when declared(
      VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM):
    when ownSizeof(VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM_1124080514):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM
  else:
    VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM_1124080514)
  PFN_vkGetImageOpaqueCaptureDescriptorDataEXT_1124080331 = (when declared(
      PFN_vkGetImageOpaqueCaptureDescriptorDataEXT):
    when ownSizeof(PFN_vkGetImageOpaqueCaptureDescriptorDataEXT) !=
        ownSizeof(PFN_vkGetImageOpaqueCaptureDescriptorDataEXT_1124080330):
      static :
        warning("Declaration of " &
            "PFN_vkGetImageOpaqueCaptureDescriptorDataEXT" &
            " exists but with different size")
    PFN_vkGetImageOpaqueCaptureDescriptorDataEXT
  else:
    PFN_vkGetImageOpaqueCaptureDescriptorDataEXT_1124080330)
  VkOpticalFlowSessionCreateInfoNV_1124081455 = (when declared(
      VkOpticalFlowSessionCreateInfoNV):
    when ownSizeof(VkOpticalFlowSessionCreateInfoNV) !=
        ownSizeof(VkOpticalFlowSessionCreateInfoNV_1124081454):
      static :
        warning("Declaration of " & "VkOpticalFlowSessionCreateInfoNV" &
            " exists but with different size")
    VkOpticalFlowSessionCreateInfoNV
  else:
    VkOpticalFlowSessionCreateInfoNV_1124081454)
  enum_StdVideoH264CabacInitIdc_1124083135 = (when declared(
      enum_StdVideoH264CabacInitIdc):
    when ownSizeof(enum_StdVideoH264CabacInitIdc) !=
        ownSizeof(enum_StdVideoH264CabacInitIdc_1124083134):
      static :
        warning("Declaration of " & "enum_StdVideoH264CabacInitIdc" &
            " exists but with different size")
    enum_StdVideoH264CabacInitIdc
  else:
    enum_StdVideoH264CabacInitIdc_1124083134)
  VkCopyMemoryToImageIndirectInfoKHR_1124078449 = (when declared(
      VkCopyMemoryToImageIndirectInfoKHR):
    when ownSizeof(VkCopyMemoryToImageIndirectInfoKHR) !=
        ownSizeof(VkCopyMemoryToImageIndirectInfoKHR_1124078448):
      static :
        warning("Declaration of " & "VkCopyMemoryToImageIndirectInfoKHR" &
            " exists but with different size")
    VkCopyMemoryToImageIndirectInfoKHR
  else:
    VkCopyMemoryToImageIndirectInfoKHR_1124078448)
  PFN_vkCreateCudaFunctionNV_1124082869 = (when declared(
      PFN_vkCreateCudaFunctionNV):
    when ownSizeof(PFN_vkCreateCudaFunctionNV) !=
        ownSizeof(PFN_vkCreateCudaFunctionNV_1124082868):
      static :
        warning("Declaration of " & "PFN_vkCreateCudaFunctionNV" &
            " exists but with different size")
    PFN_vkCreateCudaFunctionNV
  else:
    PFN_vkCreateCudaFunctionNV_1124082868)
  struct_VkSwapchainPresentModeInfoKHR_1124078151 = (when declared(
      struct_VkSwapchainPresentModeInfoKHR):
    when ownSizeof(struct_VkSwapchainPresentModeInfoKHR) !=
        ownSizeof(struct_VkSwapchainPresentModeInfoKHR_1124078150):
      static :
        warning("Declaration of " & "struct_VkSwapchainPresentModeInfoKHR" &
            " exists but with different size")
    struct_VkSwapchainPresentModeInfoKHR
  else:
    struct_VkSwapchainPresentModeInfoKHR_1124078150)
  PFN_vkEnumerateInstanceLayerProperties_1124074923 = (when declared(
      PFN_vkEnumerateInstanceLayerProperties):
    when ownSizeof(PFN_vkEnumerateInstanceLayerProperties) !=
        ownSizeof(PFN_vkEnumerateInstanceLayerProperties_1124074922):
      static :
        warning("Declaration of " & "PFN_vkEnumerateInstanceLayerProperties" &
            " exists but with different size")
    PFN_vkEnumerateInstanceLayerProperties
  else:
    PFN_vkEnumerateInstanceLayerProperties_1124074922)
  VkPhysicalDeviceVideoFormatInfoKHR_1124076709 = (when declared(
      VkPhysicalDeviceVideoFormatInfoKHR):
    when ownSizeof(VkPhysicalDeviceVideoFormatInfoKHR) !=
        ownSizeof(VkPhysicalDeviceVideoFormatInfoKHR_1124076708):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVideoFormatInfoKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoFormatInfoKHR
  else:
    VkPhysicalDeviceVideoFormatInfoKHR_1124076708)
  struct_VkPipelineRasterizationLineStateCreateInfo_1124076393 = (when declared(
      struct_VkPipelineRasterizationLineStateCreateInfo):
    when ownSizeof(struct_VkPipelineRasterizationLineStateCreateInfo) !=
        ownSizeof(struct_VkPipelineRasterizationLineStateCreateInfo_1124076392):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationLineStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineRasterizationLineStateCreateInfo
  else:
    struct_VkPipelineRasterizationLineStateCreateInfo_1124076392)
  VkVideoDecodeUsageFlagsKHR_1124076789 = (when declared(
      VkVideoDecodeUsageFlagsKHR):
    when ownSizeof(VkVideoDecodeUsageFlagsKHR) !=
        ownSizeof(VkVideoDecodeUsageFlagsKHR_1124076788):
      static :
        warning("Declaration of " & "VkVideoDecodeUsageFlagsKHR" &
            " exists but with different size")
    VkVideoDecodeUsageFlagsKHR
  else:
    VkVideoDecodeUsageFlagsKHR_1124076788)
  VkPipelineRobustnessCreateInfoEXT_1124078869 = (when declared(
      VkPipelineRobustnessCreateInfoEXT):
    when ownSizeof(VkPipelineRobustnessCreateInfoEXT) !=
        ownSizeof(VkPipelineRobustnessCreateInfoEXT_1124078868):
      static :
        warning("Declaration of " & "VkPipelineRobustnessCreateInfoEXT" &
            " exists but with different size")
    VkPipelineRobustnessCreateInfoEXT
  else:
    VkPipelineRobustnessCreateInfoEXT_1124078868)
  VkPhysicalDeviceShaderObjectFeaturesEXT_1124081521 = (when declared(
      VkPhysicalDeviceShaderObjectFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderObjectFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderObjectFeaturesEXT_1124081520):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderObjectFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderObjectFeaturesEXT
  else:
    VkPhysicalDeviceShaderObjectFeaturesEXT_1124081520)
  struct_VkDecompressMemoryRegionEXT_1124081945 = (when declared(
      struct_VkDecompressMemoryRegionEXT):
    when ownSizeof(struct_VkDecompressMemoryRegionEXT) !=
        ownSizeof(struct_VkDecompressMemoryRegionEXT_1124081944):
      static :
        warning("Declaration of " & "struct_VkDecompressMemoryRegionEXT" &
            " exists but with different size")
    struct_VkDecompressMemoryRegionEXT
  else:
    struct_VkDecompressMemoryRegionEXT_1124081944)
  struct_VkRenderPassInputAttachmentAspectCreateInfo_1124075515 = (when declared(
      struct_VkRenderPassInputAttachmentAspectCreateInfo):
    when ownSizeof(struct_VkRenderPassInputAttachmentAspectCreateInfo) !=
        ownSizeof(struct_VkRenderPassInputAttachmentAspectCreateInfo_1124075514):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassInputAttachmentAspectCreateInfo" &
            " exists but with different size")
    struct_VkRenderPassInputAttachmentAspectCreateInfo
  else:
    struct_VkRenderPassInputAttachmentAspectCreateInfo_1124075514)
  struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075987 = (when declared(
      struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures):
    when ownSizeof(struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075986):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures
  else:
    struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075986)
  enum_VkIndirectCommandsInputModeFlagBitsEXT_1124082199 = (when declared(
      enum_VkIndirectCommandsInputModeFlagBitsEXT):
    when ownSizeof(enum_VkIndirectCommandsInputModeFlagBitsEXT) !=
        ownSizeof(enum_VkIndirectCommandsInputModeFlagBitsEXT_1124082198):
      static :
        warning("Declaration of " &
            "enum_VkIndirectCommandsInputModeFlagBitsEXT" &
            " exists but with different size")
    enum_VkIndirectCommandsInputModeFlagBitsEXT
  else:
    enum_VkIndirectCommandsInputModeFlagBitsEXT_1124082198)
  VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080113 = (when declared(
      VkCommandBufferInheritanceRenderPassTransformInfoQCOM):
    when ownSizeof(VkCommandBufferInheritanceRenderPassTransformInfoQCOM) !=
        ownSizeof(VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080112):
      static :
        warning("Declaration of " &
            "VkCommandBufferInheritanceRenderPassTransformInfoQCOM" &
            " exists but with different size")
    VkCommandBufferInheritanceRenderPassTransformInfoQCOM
  else:
    VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080112)
  VkPresentScalingFlagBitsEXT_1124079981 = (when declared(
      VkPresentScalingFlagBitsEXT):
    when ownSizeof(VkPresentScalingFlagBitsEXT) !=
        ownSizeof(VkPresentScalingFlagBitsEXT_1124079980):
      static :
        warning("Declaration of " & "VkPresentScalingFlagBitsEXT" &
            " exists but with different size")
    VkPresentScalingFlagBitsEXT
  else:
    VkPresentScalingFlagBitsEXT_1124079980)
  enum_VkAttachmentDescriptionFlagBits_1124074411 = (when declared(
      enum_VkAttachmentDescriptionFlagBits):
    when ownSizeof(enum_VkAttachmentDescriptionFlagBits) !=
        ownSizeof(enum_VkAttachmentDescriptionFlagBits_1124074410):
      static :
        warning("Declaration of " & "enum_VkAttachmentDescriptionFlagBits" &
            " exists but with different size")
    enum_VkAttachmentDescriptionFlagBits
  else:
    enum_VkAttachmentDescriptionFlagBits_1124074410)
  struct_VkPhysicalDeviceSparseImageFormatInfo2_1124075365 = (when declared(
      struct_VkPhysicalDeviceSparseImageFormatInfo2):
    when ownSizeof(struct_VkPhysicalDeviceSparseImageFormatInfo2) !=
        ownSizeof(struct_VkPhysicalDeviceSparseImageFormatInfo2_1124075364):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSparseImageFormatInfo2" &
            " exists but with different size")
    struct_VkPhysicalDeviceSparseImageFormatInfo2
  else:
    struct_VkPhysicalDeviceSparseImageFormatInfo2_1124075364)
  VkDisplayPlanePropertiesKHR_1124076603 = (when declared(
      VkDisplayPlanePropertiesKHR):
    when ownSizeof(VkDisplayPlanePropertiesKHR) !=
        ownSizeof(VkDisplayPlanePropertiesKHR_1124076602):
      static :
        warning("Declaration of " & "VkDisplayPlanePropertiesKHR" &
            " exists but with different size")
    VkDisplayPlanePropertiesKHR
  else:
    VkDisplayPlanePropertiesKHR_1124076602)
  VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078725 = (when declared(
      VkPhysicalDeviceTransformFeedbackFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceTransformFeedbackFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078724):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTransformFeedbackFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceTransformFeedbackFeaturesEXT
  else:
    VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078724)
  VkExportFenceWin32HandleInfoKHR_1124082717 = (when declared(
      VkExportFenceWin32HandleInfoKHR):
    when ownSizeof(VkExportFenceWin32HandleInfoKHR) !=
        ownSizeof(VkExportFenceWin32HandleInfoKHR_1124082716):
      static :
        warning("Declaration of " & "VkExportFenceWin32HandleInfoKHR" &
            " exists but with different size")
    VkExportFenceWin32HandleInfoKHR
  else:
    VkExportFenceWin32HandleInfoKHR_1124082716)
  struct_VkPhysicalDeviceDrmPropertiesEXT_1124080553 = (when declared(
      struct_VkPhysicalDeviceDrmPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDrmPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDrmPropertiesEXT_1124080552):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceDrmPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDrmPropertiesEXT
  else:
    struct_VkPhysicalDeviceDrmPropertiesEXT_1124080552)
  struct_VkDeviceEventInfoEXT_1124078933 = (when declared(
      struct_VkDeviceEventInfoEXT):
    when ownSizeof(struct_VkDeviceEventInfoEXT) !=
        ownSizeof(struct_VkDeviceEventInfoEXT_1124078932):
      static :
        warning("Declaration of " & "struct_VkDeviceEventInfoEXT" &
            " exists but with different size")
    struct_VkDeviceEventInfoEXT
  else:
    struct_VkDeviceEventInfoEXT_1124078932)
  VkVendorId_1124074011 = (when declared(VkVendorId):
    when ownSizeof(VkVendorId) != ownSizeof(VkVendorId_1124074010):
      static :
        warning("Declaration of " & "VkVendorId" &
            " exists but with different size")
    VkVendorId
  else:
    VkVendorId_1124074010)
  PFN_vkCmdSetStencilOp_1124076181 = (when declared(PFN_vkCmdSetStencilOp):
    when ownSizeof(PFN_vkCmdSetStencilOp) != ownSizeof(PFN_vkCmdSetStencilOp_1124076180):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilOp" &
            " exists but with different size")
    PFN_vkCmdSetStencilOp
  else:
    PFN_vkCmdSetStencilOp_1124076180)
  VkRenderingInputAttachmentIndexInfoKHR_1124077647 = (when declared(
      VkRenderingInputAttachmentIndexInfoKHR):
    when ownSizeof(VkRenderingInputAttachmentIndexInfoKHR) !=
        ownSizeof(VkRenderingInputAttachmentIndexInfoKHR_1124077646):
      static :
        warning("Declaration of " & "VkRenderingInputAttachmentIndexInfoKHR" &
            " exists but with different size")
    VkRenderingInputAttachmentIndexInfoKHR
  else:
    VkRenderingInputAttachmentIndexInfoKHR_1124077646)
  VkImageCompressionFixedRateFlagBitsEXT_1124080453 = (when declared(
      VkImageCompressionFixedRateFlagBitsEXT):
    when ownSizeof(VkImageCompressionFixedRateFlagBitsEXT) !=
        ownSizeof(VkImageCompressionFixedRateFlagBitsEXT_1124080452):
      static :
        warning("Declaration of " & "VkImageCompressionFixedRateFlagBitsEXT" &
            " exists but with different size")
    VkImageCompressionFixedRateFlagBitsEXT
  else:
    VkImageCompressionFixedRateFlagBitsEXT_1124080452)
  StdVideoEncodeH264WeightTableFlags_1124083255 = (when declared(
      StdVideoEncodeH264WeightTableFlags):
    when ownSizeof(StdVideoEncodeH264WeightTableFlags) !=
        ownSizeof(StdVideoEncodeH264WeightTableFlags_1124083254):
      static :
        warning("Declaration of " & "StdVideoEncodeH264WeightTableFlags" &
            " exists but with different size")
    StdVideoEncodeH264WeightTableFlags
  else:
    StdVideoEncodeH264WeightTableFlags_1124083254)
  VkCoarseSampleLocationNV_1124079309 = (when declared(VkCoarseSampleLocationNV):
    when ownSizeof(VkCoarseSampleLocationNV) !=
        ownSizeof(VkCoarseSampleLocationNV_1124079308):
      static :
        warning("Declaration of " & "VkCoarseSampleLocationNV" &
            " exists but with different size")
    VkCoarseSampleLocationNV
  else:
    VkCoarseSampleLocationNV_1124079308)
  struct_VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075755 = (when declared(
      struct_VkPhysicalDeviceSamplerFilterMinmaxProperties):
    when ownSizeof(struct_VkPhysicalDeviceSamplerFilterMinmaxProperties) !=
        ownSizeof(struct_VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075754):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSamplerFilterMinmaxProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceSamplerFilterMinmaxProperties
  else:
    struct_VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075754)
  VkPipelineRasterizationConservativeStateCreateFlagsEXT_1124079019 = (when declared(
      VkPipelineRasterizationConservativeStateCreateFlagsEXT):
    when ownSizeof(VkPipelineRasterizationConservativeStateCreateFlagsEXT) !=
        ownSizeof(VkPipelineRasterizationConservativeStateCreateFlagsEXT_1124079018):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationConservativeStateCreateFlagsEXT" &
            " exists but with different size")
    VkPipelineRasterizationConservativeStateCreateFlagsEXT
  else:
    VkPipelineRasterizationConservativeStateCreateFlagsEXT_1124079018)
  VkPipelineCreateFlags2CreateInfo_1124076347 = (when declared(
      VkPipelineCreateFlags2CreateInfo):
    when ownSizeof(VkPipelineCreateFlags2CreateInfo) !=
        ownSizeof(VkPipelineCreateFlags2CreateInfo_1124076346):
      static :
        warning("Declaration of " & "VkPipelineCreateFlags2CreateInfo" &
            " exists but with different size")
    VkPipelineCreateFlags2CreateInfo
  else:
    VkPipelineCreateFlags2CreateInfo_1124076346)
  VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082351 = (when declared(
      VkPhysicalDeviceHdrVividFeaturesHUAWEI):
    when ownSizeof(VkPhysicalDeviceHdrVividFeaturesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082350):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHdrVividFeaturesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceHdrVividFeaturesHUAWEI
  else:
    VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082350)
  struct_VkVideoBeginCodingInfoKHR_1124076743 = (when declared(
      struct_VkVideoBeginCodingInfoKHR):
    when ownSizeof(struct_VkVideoBeginCodingInfoKHR) !=
        ownSizeof(struct_VkVideoBeginCodingInfoKHR_1124076742):
      static :
        warning("Declaration of " & "struct_VkVideoBeginCodingInfoKHR" &
            " exists but with different size")
    struct_VkVideoBeginCodingInfoKHR
  else:
    struct_VkVideoBeginCodingInfoKHR_1124076742)
  VkAddressCopyFlagsKHR_1124078429 = (when declared(VkAddressCopyFlagsKHR):
    when ownSizeof(VkAddressCopyFlagsKHR) != ownSizeof(VkAddressCopyFlagsKHR_1124078428):
      static :
        warning("Declaration of " & "VkAddressCopyFlagsKHR" &
            " exists but with different size")
    VkAddressCopyFlagsKHR
  else:
    VkAddressCopyFlagsKHR_1124078428)
  VkImageFormatListCreateInfoKHR_1124077475 = (when declared(
      VkImageFormatListCreateInfoKHR):
    when ownSizeof(VkImageFormatListCreateInfoKHR) !=
        ownSizeof(VkImageFormatListCreateInfoKHR_1124077474):
      static :
        warning("Declaration of " & "VkImageFormatListCreateInfoKHR" &
            " exists but with different size")
    VkImageFormatListCreateInfoKHR
  else:
    VkImageFormatListCreateInfoKHR_1124077474)
  enum_VkIndirectCommandsTokenTypeEXT_1124082195 = (when declared(
      enum_VkIndirectCommandsTokenTypeEXT):
    when ownSizeof(enum_VkIndirectCommandsTokenTypeEXT) !=
        ownSizeof(enum_VkIndirectCommandsTokenTypeEXT_1124082194):
      static :
        warning("Declaration of " & "enum_VkIndirectCommandsTokenTypeEXT" &
            " exists but with different size")
    enum_VkIndirectCommandsTokenTypeEXT
  else:
    enum_VkIndirectCommandsTokenTypeEXT_1124082194)
  VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081109 = (when declared(
      VkPhysicalDeviceImageProcessingPropertiesQCOM):
    when ownSizeof(VkPhysicalDeviceImageProcessingPropertiesQCOM) !=
        ownSizeof(VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081108):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageProcessingPropertiesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceImageProcessingPropertiesQCOM
  else:
    VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081108)
  VkAttachmentReferenceStencilLayout_1124075829 = (when declared(
      VkAttachmentReferenceStencilLayout):
    when ownSizeof(VkAttachmentReferenceStencilLayout) !=
        ownSizeof(VkAttachmentReferenceStencilLayout_1124075828):
      static :
        warning("Declaration of " & "VkAttachmentReferenceStencilLayout" &
            " exists but with different size")
    VkAttachmentReferenceStencilLayout
  else:
    VkAttachmentReferenceStencilLayout_1124075828)
  VkRayTracingLssIndexingModeNV_1124081073 = (when declared(
      VkRayTracingLssIndexingModeNV):
    when ownSizeof(VkRayTracingLssIndexingModeNV) !=
        ownSizeof(VkRayTracingLssIndexingModeNV_1124081072):
      static :
        warning("Declaration of " & "VkRayTracingLssIndexingModeNV" &
            " exists but with different size")
    VkRayTracingLssIndexingModeNV
  else:
    VkRayTracingLssIndexingModeNV_1124081072)
  struct_VkVideoEncodeQuantizationMapInfoKHR_1124078497 = (when declared(
      struct_VkVideoEncodeQuantizationMapInfoKHR):
    when ownSizeof(struct_VkVideoEncodeQuantizationMapInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeQuantizationMapInfoKHR_1124078496):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeQuantizationMapInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeQuantizationMapInfoKHR
  else:
    struct_VkVideoEncodeQuantizationMapInfoKHR_1124078496)
  struct_VkPhysicalDeviceAntiLagFeaturesAMD_1124081489 = (when declared(
      struct_VkPhysicalDeviceAntiLagFeaturesAMD):
    when ownSizeof(struct_VkPhysicalDeviceAntiLagFeaturesAMD) !=
        ownSizeof(struct_VkPhysicalDeviceAntiLagFeaturesAMD_1124081488):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceAntiLagFeaturesAMD" &
            " exists but with different size")
    struct_VkPhysicalDeviceAntiLagFeaturesAMD
  else:
    struct_VkPhysicalDeviceAntiLagFeaturesAMD_1124081488)
  VkVideoEncodeContentFlagsKHR_1124077807 = (when declared(
      VkVideoEncodeContentFlagsKHR):
    when ownSizeof(VkVideoEncodeContentFlagsKHR) !=
        ownSizeof(VkVideoEncodeContentFlagsKHR_1124077806):
      static :
        warning("Declaration of " & "VkVideoEncodeContentFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeContentFlagsKHR
  else:
    VkVideoEncodeContentFlagsKHR_1124077806)
  struct_VkDrmFormatModifierPropertiesList2EXT_1124079239 = (when declared(
      struct_VkDrmFormatModifierPropertiesList2EXT):
    when ownSizeof(struct_VkDrmFormatModifierPropertiesList2EXT) !=
        ownSizeof(struct_VkDrmFormatModifierPropertiesList2EXT_1124079238):
      static :
        warning("Declaration of " &
            "struct_VkDrmFormatModifierPropertiesList2EXT" &
            " exists but with different size")
    struct_VkDrmFormatModifierPropertiesList2EXT
  else:
    struct_VkDrmFormatModifierPropertiesList2EXT_1124079238)
  PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR_1124077639 = (when declared(
      PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR_1124077638):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR
  else:
    PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR_1124077638)
  struct_VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080575 = (when declared(
      struct_VkPhysicalDeviceDepthClipControlFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDepthClipControlFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080574):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDepthClipControlFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDepthClipControlFeaturesEXT
  else:
    struct_VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080574)
  struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082109 = (when declared(
      struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082108):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV
  else:
    struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082108)
  enum_VkVideoSessionParametersCreateFlagBitsKHR_1124076671 = (when declared(
      enum_VkVideoSessionParametersCreateFlagBitsKHR):
    when ownSizeof(enum_VkVideoSessionParametersCreateFlagBitsKHR) !=
        ownSizeof(enum_VkVideoSessionParametersCreateFlagBitsKHR_1124076670):
      static :
        warning("Declaration of " &
            "enum_VkVideoSessionParametersCreateFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoSessionParametersCreateFlagBitsKHR
  else:
    enum_VkVideoSessionParametersCreateFlagBitsKHR_1124076670)
  VkPhysicalDeviceShaderDrawParameterFeatures_1124075539 = (when declared(
      VkPhysicalDeviceShaderDrawParameterFeatures):
    when ownSizeof(VkPhysicalDeviceShaderDrawParameterFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderDrawParameterFeatures_1124075538):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderDrawParameterFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderDrawParameterFeatures
  else:
    VkPhysicalDeviceShaderDrawParameterFeatures_1124075538)
  PFN_vkGetPhysicalDeviceSurfacePresentModesKHR_1124076505 = (when declared(
      PFN_vkGetPhysicalDeviceSurfacePresentModesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfacePresentModesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfacePresentModesKHR_1124076504):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSurfacePresentModesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfacePresentModesKHR
  else:
    PFN_vkGetPhysicalDeviceSurfacePresentModesKHR_1124076504)
  PFN_vkCmdSetRenderingInputAttachmentIndices_1124076465 = (when declared(
      PFN_vkCmdSetRenderingInputAttachmentIndices):
    when ownSizeof(PFN_vkCmdSetRenderingInputAttachmentIndices) !=
        ownSizeof(PFN_vkCmdSetRenderingInputAttachmentIndices_1124076464):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetRenderingInputAttachmentIndices" &
            " exists but with different size")
    PFN_vkCmdSetRenderingInputAttachmentIndices
  else:
    PFN_vkCmdSetRenderingInputAttachmentIndices_1124076464)
  struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078505 = (when declared(
      struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078504):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR
  else:
    struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078504)
  VkBufferUsageFlags2KHR_1124077997 = (when declared(VkBufferUsageFlags2KHR):
    when ownSizeof(VkBufferUsageFlags2KHR) != ownSizeof(VkBufferUsageFlags2KHR_1124077996):
      static :
        warning("Declaration of " & "VkBufferUsageFlags2KHR" &
            " exists but with different size")
    VkBufferUsageFlags2KHR
  else:
    VkBufferUsageFlags2KHR_1124077996)
  VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080459 = (when declared(
      VkPhysicalDeviceImageCompressionControlFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceImageCompressionControlFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080458):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageCompressionControlFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageCompressionControlFeaturesEXT
  else:
    VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080458)
  VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082471 = (when declared(
      VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC):
    when ownSizeof(VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC) !=
        ownSizeof(VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082470):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC" &
            " exists but with different size")
    VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC
  else:
    VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082470)
  enum_VkExternalSemaphoreFeatureFlagBits_1124075251 = (when declared(
      enum_VkExternalSemaphoreFeatureFlagBits):
    when ownSizeof(enum_VkExternalSemaphoreFeatureFlagBits) !=
        ownSizeof(enum_VkExternalSemaphoreFeatureFlagBits_1124075250):
      static :
        warning("Declaration of " & "enum_VkExternalSemaphoreFeatureFlagBits" &
            " exists but with different size")
    enum_VkExternalSemaphoreFeatureFlagBits
  else:
    enum_VkExternalSemaphoreFeatureFlagBits_1124075250)
  struct_VkBindImageMemoryInfo_1124075269 = (when declared(
      struct_VkBindImageMemoryInfo):
    when ownSizeof(struct_VkBindImageMemoryInfo) !=
        ownSizeof(struct_VkBindImageMemoryInfo_1124075268):
      static :
        warning("Declaration of " & "struct_VkBindImageMemoryInfo" &
            " exists but with different size")
    struct_VkBindImageMemoryInfo
  else:
    struct_VkBindImageMemoryInfo_1124075268)
  struct_VkImportFenceWin32HandleInfoKHR_1124082711 = (when declared(
      struct_VkImportFenceWin32HandleInfoKHR):
    when ownSizeof(struct_VkImportFenceWin32HandleInfoKHR) !=
        ownSizeof(struct_VkImportFenceWin32HandleInfoKHR_1124082710):
      static :
        warning("Declaration of " & "struct_VkImportFenceWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkImportFenceWin32HandleInfoKHR
  else:
    struct_VkImportFenceWin32HandleInfoKHR_1124082710)
  PFN_vkDestroyRenderPass_1124075119 = (when declared(PFN_vkDestroyRenderPass):
    when ownSizeof(PFN_vkDestroyRenderPass) !=
        ownSizeof(PFN_vkDestroyRenderPass_1124075118):
      static :
        warning("Declaration of " & "PFN_vkDestroyRenderPass" &
            " exists but with different size")
    PFN_vkDestroyRenderPass
  else:
    PFN_vkDestroyRenderPass_1124075118)
  VkAttachmentDescription2KHR_1124077267 = (when declared(
      VkAttachmentDescription2KHR):
    when ownSizeof(VkAttachmentDescription2KHR) !=
        ownSizeof(VkAttachmentDescription2KHR_1124077266):
      static :
        warning("Declaration of " & "VkAttachmentDescription2KHR" &
            " exists but with different size")
    VkAttachmentDescription2KHR
  else:
    VkAttachmentDescription2KHR_1124077266)
  VkBufferCreateInfo_1124074631 = (when declared(VkBufferCreateInfo):
    when ownSizeof(VkBufferCreateInfo) != ownSizeof(VkBufferCreateInfo_1124074630):
      static :
        warning("Declaration of " & "VkBufferCreateInfo" &
            " exists but with different size")
    VkBufferCreateInfo
  else:
    VkBufferCreateInfo_1124074630)
  VkPhysicalDeviceVulkanMemoryModelFeaturesKHR_1124077607 = (when declared(
      VkPhysicalDeviceVulkanMemoryModelFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVulkanMemoryModelFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVulkanMemoryModelFeaturesKHR_1124077606):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVulkanMemoryModelFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVulkanMemoryModelFeaturesKHR
  else:
    VkPhysicalDeviceVulkanMemoryModelFeaturesKHR_1124077606)
  VkWriteDescriptorSetAccelerationStructureKHR_1124082521 = (when declared(
      VkWriteDescriptorSetAccelerationStructureKHR):
    when ownSizeof(VkWriteDescriptorSetAccelerationStructureKHR) !=
        ownSizeof(VkWriteDescriptorSetAccelerationStructureKHR_1124082520):
      static :
        warning("Declaration of " &
            "VkWriteDescriptorSetAccelerationStructureKHR" &
            " exists but with different size")
    VkWriteDescriptorSetAccelerationStructureKHR
  else:
    VkWriteDescriptorSetAccelerationStructureKHR_1124082520)
  struct_VkInputAttachmentAspectReference_1124075511 = (when declared(
      struct_VkInputAttachmentAspectReference):
    when ownSizeof(struct_VkInputAttachmentAspectReference) !=
        ownSizeof(struct_VkInputAttachmentAspectReference_1124075510):
      static :
        warning("Declaration of " & "struct_VkInputAttachmentAspectReference" &
            " exists but with different size")
    struct_VkInputAttachmentAspectReference
  else:
    struct_VkInputAttachmentAspectReference_1124075510)
  struct_VkExportMemoryWin32HandleInfoKHR_1124082667 = (when declared(
      struct_VkExportMemoryWin32HandleInfoKHR):
    when ownSizeof(struct_VkExportMemoryWin32HandleInfoKHR) !=
        ownSizeof(struct_VkExportMemoryWin32HandleInfoKHR_1124082666):
      static :
        warning("Declaration of " & "struct_VkExportMemoryWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkExportMemoryWin32HandleInfoKHR
  else:
    struct_VkExportMemoryWin32HandleInfoKHR_1124082666)
  StdVideoAV1CDEF_1124083081 = (when declared(StdVideoAV1CDEF):
    when ownSizeof(StdVideoAV1CDEF) != ownSizeof(StdVideoAV1CDEF_1124083080):
      static :
        warning("Declaration of " & "StdVideoAV1CDEF" &
            " exists but with different size")
    StdVideoAV1CDEF
  else:
    StdVideoAV1CDEF_1124083080)
  VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079819 = (when declared(
      VkPhysicalDeviceCooperativeMatrixFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCooperativeMatrixFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079818):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeMatrixFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeMatrixFeaturesNV
  else:
    VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079818)
  PFN_vkAcquireFullScreenExclusiveModeEXT_1124082761 = (when declared(
      PFN_vkAcquireFullScreenExclusiveModeEXT):
    when ownSizeof(PFN_vkAcquireFullScreenExclusiveModeEXT) !=
        ownSizeof(PFN_vkAcquireFullScreenExclusiveModeEXT_1124082760):
      static :
        warning("Declaration of " & "PFN_vkAcquireFullScreenExclusiveModeEXT" &
            " exists but with different size")
    PFN_vkAcquireFullScreenExclusiveModeEXT
  else:
    PFN_vkAcquireFullScreenExclusiveModeEXT_1124082760)
  StdVideoH265SpsFlags_1124083019 = (when declared(StdVideoH265SpsFlags):
    when ownSizeof(StdVideoH265SpsFlags) != ownSizeof(StdVideoH265SpsFlags_1124083018):
      static :
        warning("Declaration of " & "StdVideoH265SpsFlags" &
            " exists but with different size")
    StdVideoH265SpsFlags
  else:
    StdVideoH265SpsFlags_1124083018)
  struct_VkBufferCaptureDescriptorDataInfoEXT_1124080293 = (when declared(
      struct_VkBufferCaptureDescriptorDataInfoEXT):
    when ownSizeof(struct_VkBufferCaptureDescriptorDataInfoEXT) !=
        ownSizeof(struct_VkBufferCaptureDescriptorDataInfoEXT_1124080292):
      static :
        warning("Declaration of " &
            "struct_VkBufferCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    struct_VkBufferCaptureDescriptorDataInfoEXT
  else:
    struct_VkBufferCaptureDescriptorDataInfoEXT_1124080292)
  VkDescriptorBindingFlagsEXT_1124079271 = (when declared(
      VkDescriptorBindingFlagsEXT):
    when ownSizeof(VkDescriptorBindingFlagsEXT) !=
        ownSizeof(VkDescriptorBindingFlagsEXT_1124079270):
      static :
        warning("Declaration of " & "VkDescriptorBindingFlagsEXT" &
            " exists but with different size")
    VkDescriptorBindingFlagsEXT
  else:
    VkDescriptorBindingFlagsEXT_1124079270)
  VkImageCopy2KHR_1124077933 = (when declared(VkImageCopy2KHR):
    when ownSizeof(VkImageCopy2KHR) != ownSizeof(VkImageCopy2KHR_1124077932):
      static :
        warning("Declaration of " & "VkImageCopy2KHR" &
            " exists but with different size")
    VkImageCopy2KHR
  else:
    VkImageCopy2KHR_1124077932)
  VkPhysicalDeviceExternalImageFormatInfo_1124075403 = (when declared(
      VkPhysicalDeviceExternalImageFormatInfo):
    when ownSizeof(VkPhysicalDeviceExternalImageFormatInfo) !=
        ownSizeof(VkPhysicalDeviceExternalImageFormatInfo_1124075402):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalImageFormatInfo" &
            " exists but with different size")
    VkPhysicalDeviceExternalImageFormatInfo
  else:
    VkPhysicalDeviceExternalImageFormatInfo_1124075402)
  struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081581 = (when declared(
      struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081580):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV
  else:
    struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081580)
  struct_VkVideoDecodeH264DpbSlotInfoKHR_1124077041 = (when declared(
      struct_VkVideoDecodeH264DpbSlotInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH264DpbSlotInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH264DpbSlotInfoKHR_1124077040):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH264DpbSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264DpbSlotInfoKHR
  else:
    struct_VkVideoDecodeH264DpbSlotInfoKHR_1124077040)
  VkImageAspectFlags_1124074151 = (when declared(VkImageAspectFlags):
    when ownSizeof(VkImageAspectFlags) != ownSizeof(VkImageAspectFlags_1124074150):
      static :
        warning("Declaration of " & "VkImageAspectFlags" &
            " exists but with different size")
    VkImageAspectFlags
  else:
    VkImageAspectFlags_1124074150)
  struct_StdVideoH264PictureParameterSet_1124082909 = (when declared(
      struct_StdVideoH264PictureParameterSet):
    when ownSizeof(struct_StdVideoH264PictureParameterSet) !=
        ownSizeof(struct_StdVideoH264PictureParameterSet_1124082908):
      static :
        warning("Declaration of " & "struct_StdVideoH264PictureParameterSet" &
            " exists but with different size")
    struct_StdVideoH264PictureParameterSet
  else:
    struct_StdVideoH264PictureParameterSet_1124082908)
  struct_VkDepthBiasRepresentationInfoEXT_1124080127 = (when declared(
      struct_VkDepthBiasRepresentationInfoEXT):
    when ownSizeof(struct_VkDepthBiasRepresentationInfoEXT) !=
        ownSizeof(struct_VkDepthBiasRepresentationInfoEXT_1124080126):
      static :
        warning("Declaration of " & "struct_VkDepthBiasRepresentationInfoEXT" &
            " exists but with different size")
    struct_VkDepthBiasRepresentationInfoEXT
  else:
    struct_VkDepthBiasRepresentationInfoEXT_1124080126)
  PFN_vkQueueSubmit2KHR_1124077899 = (when declared(PFN_vkQueueSubmit2KHR):
    when ownSizeof(PFN_vkQueueSubmit2KHR) != ownSizeof(PFN_vkQueueSubmit2KHR_1124077898):
      static :
        warning("Declaration of " & "PFN_vkQueueSubmit2KHR" &
            " exists but with different size")
    PFN_vkQueueSubmit2KHR
  else:
    PFN_vkQueueSubmit2KHR_1124077898)
  StdVideoH264ChromaFormatIdc_1124082981 = (when declared(
      StdVideoH264ChromaFormatIdc):
    when ownSizeof(StdVideoH264ChromaFormatIdc) !=
        ownSizeof(StdVideoH264ChromaFormatIdc_1124082980):
      static :
        warning("Declaration of " & "StdVideoH264ChromaFormatIdc" &
            " exists but with different size")
    StdVideoH264ChromaFormatIdc
  else:
    StdVideoH264ChromaFormatIdc_1124082980)
  enum_StdVideoVP9InterpolationFilter_1124083241 = (when declared(
      enum_StdVideoVP9InterpolationFilter):
    when ownSizeof(enum_StdVideoVP9InterpolationFilter) !=
        ownSizeof(enum_StdVideoVP9InterpolationFilter_1124083240):
      static :
        warning("Declaration of " & "enum_StdVideoVP9InterpolationFilter" &
            " exists but with different size")
    enum_StdVideoVP9InterpolationFilter
  else:
    enum_StdVideoVP9InterpolationFilter_1124083240)
  struct_VkExportMemoryWin32HandleInfoNV_1124082731 = (when declared(
      struct_VkExportMemoryWin32HandleInfoNV):
    when ownSizeof(struct_VkExportMemoryWin32HandleInfoNV) !=
        ownSizeof(struct_VkExportMemoryWin32HandleInfoNV_1124082730):
      static :
        warning("Declaration of " & "struct_VkExportMemoryWin32HandleInfoNV" &
            " exists but with different size")
    struct_VkExportMemoryWin32HandleInfoNV
  else:
    struct_VkExportMemoryWin32HandleInfoNV_1124082730)
  PFN_vkGetPhysicalDeviceExternalSemaphoreProperties_1124075581 = (when declared(
      PFN_vkGetPhysicalDeviceExternalSemaphoreProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalSemaphoreProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalSemaphoreProperties_1124075580):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalSemaphoreProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalSemaphoreProperties
  else:
    PFN_vkGetPhysicalDeviceExternalSemaphoreProperties_1124075580)
  struct_VkBindAccelerationStructureMemoryInfoNV_1124079417 = (when declared(
      struct_VkBindAccelerationStructureMemoryInfoNV):
    when ownSizeof(struct_VkBindAccelerationStructureMemoryInfoNV) !=
        ownSizeof(struct_VkBindAccelerationStructureMemoryInfoNV_1124079416):
      static :
        warning("Declaration of " &
            "struct_VkBindAccelerationStructureMemoryInfoNV" &
            " exists but with different size")
    struct_VkBindAccelerationStructureMemoryInfoNV
  else:
    struct_VkBindAccelerationStructureMemoryInfoNV_1124079416)
  StdVideoH265AspectRatioIdc_1124083273 = (when declared(
      StdVideoH265AspectRatioIdc):
    when ownSizeof(StdVideoH265AspectRatioIdc) !=
        ownSizeof(StdVideoH265AspectRatioIdc_1124083272):
      static :
        warning("Declaration of " & "StdVideoH265AspectRatioIdc" &
            " exists but with different size")
    StdVideoH265AspectRatioIdc
  else:
    StdVideoH265AspectRatioIdc_1124083272)
  VkBaseOutStructure_1124074467 = (when declared(VkBaseOutStructure):
    when ownSizeof(VkBaseOutStructure) != ownSizeof(VkBaseOutStructure_1124074466):
      static :
        warning("Declaration of " & "VkBaseOutStructure" &
            " exists but with different size")
    VkBaseOutStructure
  else:
    VkBaseOutStructure_1124074466)
  VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080035 = (when declared(
      VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV):
    when ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080034):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV
  else:
    VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080034)
  struct_VkDisplayPlanePropertiesKHR_1124076601 = (when declared(
      struct_VkDisplayPlanePropertiesKHR):
    when ownSizeof(struct_VkDisplayPlanePropertiesKHR) !=
        ownSizeof(struct_VkDisplayPlanePropertiesKHR_1124076600):
      static :
        warning("Declaration of " & "struct_VkDisplayPlanePropertiesKHR" &
            " exists but with different size")
    struct_VkDisplayPlanePropertiesKHR
  else:
    struct_VkDisplayPlanePropertiesKHR_1124076600)
  PFN_vkDestroyPipeline_1124075067 = (when declared(PFN_vkDestroyPipeline):
    when ownSizeof(PFN_vkDestroyPipeline) != ownSizeof(PFN_vkDestroyPipeline_1124075066):
      static :
        warning("Declaration of " & "PFN_vkDestroyPipeline" &
            " exists but with different size")
    PFN_vkDestroyPipeline
  else:
    PFN_vkDestroyPipeline_1124075066)
  VkFramebufferAttachmentsCreateInfo_1124075817 = (when declared(
      VkFramebufferAttachmentsCreateInfo):
    when ownSizeof(VkFramebufferAttachmentsCreateInfo) !=
        ownSizeof(VkFramebufferAttachmentsCreateInfo_1124075816):
      static :
        warning("Declaration of " & "VkFramebufferAttachmentsCreateInfo" &
            " exists but with different size")
    VkFramebufferAttachmentsCreateInfo
  else:
    VkFramebufferAttachmentsCreateInfo_1124075816)
  PFN_vkCmdEndRenderPass2KHR_1124077285 = (when declared(
      PFN_vkCmdEndRenderPass2KHR):
    when ownSizeof(PFN_vkCmdEndRenderPass2KHR) !=
        ownSizeof(PFN_vkCmdEndRenderPass2KHR_1124077284):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRenderPass2KHR" &
            " exists but with different size")
    PFN_vkCmdEndRenderPass2KHR
  else:
    PFN_vkCmdEndRenderPass2KHR_1124077284)
  VkBuildAccelerationStructureFlagsKHR_1124079379 = (when declared(
      VkBuildAccelerationStructureFlagsKHR):
    when ownSizeof(VkBuildAccelerationStructureFlagsKHR) !=
        ownSizeof(VkBuildAccelerationStructureFlagsKHR_1124079378):
      static :
        warning("Declaration of " & "VkBuildAccelerationStructureFlagsKHR" &
            " exists but with different size")
    VkBuildAccelerationStructureFlagsKHR
  else:
    VkBuildAccelerationStructureFlagsKHR_1124079378)
  VkSparseImageMemoryRequirements2_1124075331 = (when declared(
      VkSparseImageMemoryRequirements2):
    when ownSizeof(VkSparseImageMemoryRequirements2) !=
        ownSizeof(VkSparseImageMemoryRequirements2_1124075330):
      static :
        warning("Declaration of " & "VkSparseImageMemoryRequirements2" &
            " exists but with different size")
    VkSparseImageMemoryRequirements2
  else:
    VkSparseImageMemoryRequirements2_1124075330)
  StdVideoDecodeH264PictureInfoFlags_1124083051 = (when declared(
      StdVideoDecodeH264PictureInfoFlags):
    when ownSizeof(StdVideoDecodeH264PictureInfoFlags) !=
        ownSizeof(StdVideoDecodeH264PictureInfoFlags_1124083050):
      static :
        warning("Declaration of " & "StdVideoDecodeH264PictureInfoFlags" &
            " exists but with different size")
    StdVideoDecodeH264PictureInfoFlags
  else:
    StdVideoDecodeH264PictureInfoFlags_1124083050)
  VkDeviceQueueCreateFlagBits_1124074205 = (when declared(
      VkDeviceQueueCreateFlagBits):
    when ownSizeof(VkDeviceQueueCreateFlagBits) !=
        ownSizeof(VkDeviceQueueCreateFlagBits_1124074204):
      static :
        warning("Declaration of " & "VkDeviceQueueCreateFlagBits" &
            " exists but with different size")
    VkDeviceQueueCreateFlagBits
  else:
    VkDeviceQueueCreateFlagBits_1124074204)
  struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080913 = (when declared(
      struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080912):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
  else:
    struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080912)
  VkGeometryInstanceFlagBitsKHR_1124079367 = (when declared(
      VkGeometryInstanceFlagBitsKHR):
    when ownSizeof(VkGeometryInstanceFlagBitsKHR) !=
        ownSizeof(VkGeometryInstanceFlagBitsKHR_1124079366):
      static :
        warning("Declaration of " & "VkGeometryInstanceFlagBitsKHR" &
            " exists but with different size")
    VkGeometryInstanceFlagBitsKHR
  else:
    VkGeometryInstanceFlagBitsKHR_1124079366)
  VkDepthBiasInfoEXT_1124080125 = (when declared(VkDepthBiasInfoEXT):
    when ownSizeof(VkDepthBiasInfoEXT) != ownSizeof(VkDepthBiasInfoEXT_1124080124):
      static :
        warning("Declaration of " & "VkDepthBiasInfoEXT" &
            " exists but with different size")
    VkDepthBiasInfoEXT
  else:
    VkDepthBiasInfoEXT_1124080124)
  VkValidationCheckEXT_1124078845 = (when declared(VkValidationCheckEXT):
    when ownSizeof(VkValidationCheckEXT) != ownSizeof(VkValidationCheckEXT_1124078844):
      static :
        warning("Declaration of " & "VkValidationCheckEXT" &
            " exists but with different size")
    VkValidationCheckEXT
  else:
    VkValidationCheckEXT_1124078844)
  PFN_vkGetMemoryRemoteAddressNV_1124080621 = (when declared(
      PFN_vkGetMemoryRemoteAddressNV):
    when ownSizeof(PFN_vkGetMemoryRemoteAddressNV) !=
        ownSizeof(PFN_vkGetMemoryRemoteAddressNV_1124080620):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryRemoteAddressNV" &
            " exists but with different size")
    PFN_vkGetMemoryRemoteAddressNV
  else:
    PFN_vkGetMemoryRemoteAddressNV_1124080620)
  struct_VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077619 = (when declared(
      struct_VkPipelineFragmentShadingRateStateCreateInfoKHR):
    when ownSizeof(struct_VkPipelineFragmentShadingRateStateCreateInfoKHR) !=
        ownSizeof(struct_VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077618):
      static :
        warning("Declaration of " &
            "struct_VkPipelineFragmentShadingRateStateCreateInfoKHR" &
            " exists but with different size")
    struct_VkPipelineFragmentShadingRateStateCreateInfoKHR
  else:
    struct_VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077618)
  struct_VkSubpassDependency2_1124075779 = (when declared(
      struct_VkSubpassDependency2):
    when ownSizeof(struct_VkSubpassDependency2) !=
        ownSizeof(struct_VkSubpassDependency2_1124075778):
      static :
        warning("Declaration of " & "struct_VkSubpassDependency2" &
            " exists but with different size")
    struct_VkSubpassDependency2
  else:
    struct_VkSubpassDependency2_1124075778)
  VkPhysicalDeviceMaintenance5Features_1124076259 = (when declared(
      VkPhysicalDeviceMaintenance5Features):
    when ownSizeof(VkPhysicalDeviceMaintenance5Features) !=
        ownSizeof(VkPhysicalDeviceMaintenance5Features_1124076258):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance5Features" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance5Features
  else:
    VkPhysicalDeviceMaintenance5Features_1124076258)
  VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080595 = (when declared(
      VkPhysicalDeviceSubpassShadingFeaturesHUAWEI):
    when ownSizeof(VkPhysicalDeviceSubpassShadingFeaturesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080594):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubpassShadingFeaturesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceSubpassShadingFeaturesHUAWEI
  else:
    VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080594)
  struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082125 = (when declared(
      struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV):
    when ownSizeof(struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV) !=
        ownSizeof(struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082124):
      static :
        warning("Declaration of " &
            "struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV" &
            " exists but with different size")
    struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV
  else:
    struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082124)
  VkIndirectExecutionSetInfoEXT_1124082237 = (when declared(
      VkIndirectExecutionSetInfoEXT):
    when ownSizeof(VkIndirectExecutionSetInfoEXT) !=
        ownSizeof(VkIndirectExecutionSetInfoEXT_1124082236):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetInfoEXT" &
            " exists but with different size")
    VkIndirectExecutionSetInfoEXT
  else:
    VkIndirectExecutionSetInfoEXT_1124082236)
  VkExternalMemoryFeatureFlagsKHR_1124077145 = (when declared(
      VkExternalMemoryFeatureFlagsKHR):
    when ownSizeof(VkExternalMemoryFeatureFlagsKHR) !=
        ownSizeof(VkExternalMemoryFeatureFlagsKHR_1124077144):
      static :
        warning("Declaration of " & "VkExternalMemoryFeatureFlagsKHR" &
            " exists but with different size")
    VkExternalMemoryFeatureFlagsKHR
  else:
    VkExternalMemoryFeatureFlagsKHR_1124077144)
  struct_VkFrameBoundaryTensorsARM_1124081357 = (when declared(
      struct_VkFrameBoundaryTensorsARM):
    when ownSizeof(struct_VkFrameBoundaryTensorsARM) !=
        ownSizeof(struct_VkFrameBoundaryTensorsARM_1124081356):
      static :
        warning("Declaration of " & "struct_VkFrameBoundaryTensorsARM" &
            " exists but with different size")
    struct_VkFrameBoundaryTensorsARM
  else:
    struct_VkFrameBoundaryTensorsARM_1124081356)
  VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078511 = (when declared(
      VkVideoEncodeH264QuantizationMapCapabilitiesKHR):
    when ownSizeof(VkVideoEncodeH264QuantizationMapCapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078510):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH264QuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeH264QuantizationMapCapabilitiesKHR
  else:
    VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078510)
  struct_VkQueryPoolPerformanceCreateInfoKHR_1124077365 = (when declared(
      struct_VkQueryPoolPerformanceCreateInfoKHR):
    when ownSizeof(struct_VkQueryPoolPerformanceCreateInfoKHR) !=
        ownSizeof(struct_VkQueryPoolPerformanceCreateInfoKHR_1124077364):
      static :
        warning("Declaration of " & "struct_VkQueryPoolPerformanceCreateInfoKHR" &
            " exists but with different size")
    struct_VkQueryPoolPerformanceCreateInfoKHR
  else:
    struct_VkQueryPoolPerformanceCreateInfoKHR_1124077364)
  VkDisplaySurfaceCreateInfoKHR_1124076611 = (when declared(
      VkDisplaySurfaceCreateInfoKHR):
    when ownSizeof(VkDisplaySurfaceCreateInfoKHR) !=
        ownSizeof(VkDisplaySurfaceCreateInfoKHR_1124076610):
      static :
        warning("Declaration of " & "VkDisplaySurfaceCreateInfoKHR" &
            " exists but with different size")
    VkDisplaySurfaceCreateInfoKHR
  else:
    VkDisplaySurfaceCreateInfoKHR_1124076610)
  VkSemaphoreWaitFlagsKHR_1124077587 = (when declared(VkSemaphoreWaitFlagsKHR):
    when ownSizeof(VkSemaphoreWaitFlagsKHR) !=
        ownSizeof(VkSemaphoreWaitFlagsKHR_1124077586):
      static :
        warning("Declaration of " & "VkSemaphoreWaitFlagsKHR" &
            " exists but with different size")
    VkSemaphoreWaitFlagsKHR
  else:
    VkSemaphoreWaitFlagsKHR_1124077586)
  VkCommandBufferSubmitInfoKHR_1124077885 = (when declared(
      VkCommandBufferSubmitInfoKHR):
    when ownSizeof(VkCommandBufferSubmitInfoKHR) !=
        ownSizeof(VkCommandBufferSubmitInfoKHR_1124077884):
      static :
        warning("Declaration of " & "VkCommandBufferSubmitInfoKHR" &
            " exists but with different size")
    VkCommandBufferSubmitInfoKHR
  else:
    VkCommandBufferSubmitInfoKHR_1124077884)
  VkSemaphoreGetFdInfoKHR_1124077211 = (when declared(VkSemaphoreGetFdInfoKHR):
    when ownSizeof(VkSemaphoreGetFdInfoKHR) !=
        ownSizeof(VkSemaphoreGetFdInfoKHR_1124077210):
      static :
        warning("Declaration of " & "VkSemaphoreGetFdInfoKHR" &
            " exists but with different size")
    VkSemaphoreGetFdInfoKHR
  else:
    VkSemaphoreGetFdInfoKHR_1124077210)
  VkPhysicalDeviceLineRasterizationPropertiesKHR_1124078371 = (when declared(
      VkPhysicalDeviceLineRasterizationPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceLineRasterizationPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceLineRasterizationPropertiesKHR_1124078370):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLineRasterizationPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceLineRasterizationPropertiesKHR
  else:
    VkPhysicalDeviceLineRasterizationPropertiesKHR_1124078370)
  struct_VkPhysicalDeviceIndexTypeUint8Features_1124076245 = (when declared(
      struct_VkPhysicalDeviceIndexTypeUint8Features):
    when ownSizeof(struct_VkPhysicalDeviceIndexTypeUint8Features) !=
        ownSizeof(struct_VkPhysicalDeviceIndexTypeUint8Features_1124076244):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceIndexTypeUint8Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceIndexTypeUint8Features
  else:
    struct_VkPhysicalDeviceIndexTypeUint8Features_1124076244)
  enum_VkFragmentShadingRateCombinerOpKHR_1124077611 = (when declared(
      enum_VkFragmentShadingRateCombinerOpKHR):
    when ownSizeof(enum_VkFragmentShadingRateCombinerOpKHR) !=
        ownSizeof(enum_VkFragmentShadingRateCombinerOpKHR_1124077610):
      static :
        warning("Declaration of " & "enum_VkFragmentShadingRateCombinerOpKHR" &
            " exists but with different size")
    enum_VkFragmentShadingRateCombinerOpKHR
  else:
    enum_VkFragmentShadingRateCombinerOpKHR_1124077610)
  struct_VkDataGraphPipelineSessionCreateInfoARM_1124081763 = (when declared(
      struct_VkDataGraphPipelineSessionCreateInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineSessionCreateInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineSessionCreateInfoARM_1124081762):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineSessionCreateInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineSessionCreateInfoARM
  else:
    struct_VkDataGraphPipelineSessionCreateInfoARM_1124081762)
  VkAttachmentSampleCountInfoNV_1124079201 = (when declared(
      VkAttachmentSampleCountInfoNV):
    when ownSizeof(VkAttachmentSampleCountInfoNV) !=
        ownSizeof(VkAttachmentSampleCountInfoNV_1124079200):
      static :
        warning("Declaration of " & "VkAttachmentSampleCountInfoNV" &
            " exists but with different size")
    VkAttachmentSampleCountInfoNV
  else:
    VkAttachmentSampleCountInfoNV_1124079200)
  PFN_vkTrimCommandPool_1124075573 = (when declared(PFN_vkTrimCommandPool):
    when ownSizeof(PFN_vkTrimCommandPool) != ownSizeof(PFN_vkTrimCommandPool_1124075572):
      static :
        warning("Declaration of " & "PFN_vkTrimCommandPool" &
            " exists but with different size")
    PFN_vkTrimCommandPool
  else:
    PFN_vkTrimCommandPool_1124075572)
  struct_VkDeviceGroupPresentCapabilitiesKHR_1124076541 = (when declared(
      struct_VkDeviceGroupPresentCapabilitiesKHR):
    when ownSizeof(struct_VkDeviceGroupPresentCapabilitiesKHR) !=
        ownSizeof(struct_VkDeviceGroupPresentCapabilitiesKHR_1124076540):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupPresentCapabilitiesKHR" &
            " exists but with different size")
    struct_VkDeviceGroupPresentCapabilitiesKHR
  else:
    struct_VkDeviceGroupPresentCapabilitiesKHR_1124076540)
  PFN_vkCmdSetLineStippleEnableEXT_1124081177 = (when declared(
      PFN_vkCmdSetLineStippleEnableEXT):
    when ownSizeof(PFN_vkCmdSetLineStippleEnableEXT) !=
        ownSizeof(PFN_vkCmdSetLineStippleEnableEXT_1124081176):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLineStippleEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetLineStippleEnableEXT
  else:
    PFN_vkCmdSetLineStippleEnableEXT_1124081176)
  struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082407 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082406):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
  else:
    struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082406)
  VkVideoEncodeAV1StdFlagsKHR_1124078243 = (when declared(
      VkVideoEncodeAV1StdFlagsKHR):
    when ownSizeof(VkVideoEncodeAV1StdFlagsKHR) !=
        ownSizeof(VkVideoEncodeAV1StdFlagsKHR_1124078242):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1StdFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1StdFlagsKHR
  else:
    VkVideoEncodeAV1StdFlagsKHR_1124078242)
  VkDebugUtilsMessengerEXT_1124079053 = (when declared(VkDebugUtilsMessengerEXT):
    when ownSizeof(VkDebugUtilsMessengerEXT) !=
        ownSizeof(VkDebugUtilsMessengerEXT_1124079052):
      static :
        warning("Declaration of " & "VkDebugUtilsMessengerEXT" &
            " exists but with different size")
    VkDebugUtilsMessengerEXT
  else:
    VkDebugUtilsMessengerEXT_1124079052)
  PFN_vkAcquireWinrtDisplayNV_1124082767 = (when declared(
      PFN_vkAcquireWinrtDisplayNV):
    when ownSizeof(PFN_vkAcquireWinrtDisplayNV) !=
        ownSizeof(PFN_vkAcquireWinrtDisplayNV_1124082766):
      static :
        warning("Declaration of " & "PFN_vkAcquireWinrtDisplayNV" &
            " exists but with different size")
    PFN_vkAcquireWinrtDisplayNV
  else:
    PFN_vkAcquireWinrtDisplayNV_1124082766)
  enum_VkRayTracingInvocationReorderModeEXT_1124081571 = (when declared(
      enum_VkRayTracingInvocationReorderModeEXT):
    when ownSizeof(enum_VkRayTracingInvocationReorderModeEXT) !=
        ownSizeof(enum_VkRayTracingInvocationReorderModeEXT_1124081570):
      static :
        warning("Declaration of " & "enum_VkRayTracingInvocationReorderModeEXT" &
            " exists but with different size")
    enum_VkRayTracingInvocationReorderModeEXT
  else:
    enum_VkRayTracingInvocationReorderModeEXT_1124081570)
  VkPhysicalDevice16BitStorageFeaturesKHR_1124077227 = (when declared(
      VkPhysicalDevice16BitStorageFeaturesKHR):
    when ownSizeof(VkPhysicalDevice16BitStorageFeaturesKHR) !=
        ownSizeof(VkPhysicalDevice16BitStorageFeaturesKHR_1124077226):
      static :
        warning("Declaration of " & "VkPhysicalDevice16BitStorageFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevice16BitStorageFeaturesKHR
  else:
    VkPhysicalDevice16BitStorageFeaturesKHR_1124077226)
  enum_VkDisplayPlaneAlphaFlagBitsKHR_1124076577 = (when declared(
      enum_VkDisplayPlaneAlphaFlagBitsKHR):
    when ownSizeof(enum_VkDisplayPlaneAlphaFlagBitsKHR) !=
        ownSizeof(enum_VkDisplayPlaneAlphaFlagBitsKHR_1124076576):
      static :
        warning("Declaration of " & "enum_VkDisplayPlaneAlphaFlagBitsKHR" &
            " exists but with different size")
    enum_VkDisplayPlaneAlphaFlagBitsKHR
  else:
    enum_VkDisplayPlaneAlphaFlagBitsKHR_1124076576)
  VkPipelineBinaryKeyKHR_1124078071 = (when declared(VkPipelineBinaryKeyKHR):
    when ownSizeof(VkPipelineBinaryKeyKHR) != ownSizeof(VkPipelineBinaryKeyKHR_1124078070):
      static :
        warning("Declaration of " & "VkPipelineBinaryKeyKHR" &
            " exists but with different size")
    VkPipelineBinaryKeyKHR
  else:
    VkPipelineBinaryKeyKHR_1124078070)
  StdVideoEncodeAV1ReferenceInfoFlags_1124083097 = (when declared(
      StdVideoEncodeAV1ReferenceInfoFlags):
    when ownSizeof(StdVideoEncodeAV1ReferenceInfoFlags) !=
        ownSizeof(StdVideoEncodeAV1ReferenceInfoFlags_1124083096):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1ReferenceInfoFlags" &
            " exists but with different size")
    StdVideoEncodeAV1ReferenceInfoFlags
  else:
    StdVideoEncodeAV1ReferenceInfoFlags_1124083096)
  VkPhysicalDeviceGroupPropertiesKHR_1124077135 = (when declared(
      VkPhysicalDeviceGroupPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceGroupPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceGroupPropertiesKHR_1124077134):
      static :
        warning("Declaration of " & "VkPhysicalDeviceGroupPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceGroupPropertiesKHR
  else:
    VkPhysicalDeviceGroupPropertiesKHR_1124077134)
  VkBindImagePlaneMemoryInfoKHR_1124077489 = (when declared(
      VkBindImagePlaneMemoryInfoKHR):
    when ownSizeof(VkBindImagePlaneMemoryInfoKHR) !=
        ownSizeof(VkBindImagePlaneMemoryInfoKHR_1124077488):
      static :
        warning("Declaration of " & "VkBindImagePlaneMemoryInfoKHR" &
            " exists but with different size")
    VkBindImagePlaneMemoryInfoKHR
  else:
    VkBindImagePlaneMemoryInfoKHR_1124077488)
  PFN_vkDestroyShaderEXT_1124081539 = (when declared(PFN_vkDestroyShaderEXT):
    when ownSizeof(PFN_vkDestroyShaderEXT) != ownSizeof(PFN_vkDestroyShaderEXT_1124081538):
      static :
        warning("Declaration of " & "PFN_vkDestroyShaderEXT" &
            " exists but with different size")
    PFN_vkDestroyShaderEXT
  else:
    PFN_vkDestroyShaderEXT_1124081538)
  VkAccelerationStructureInfoNV_1124079411 = (when declared(
      VkAccelerationStructureInfoNV):
    when ownSizeof(VkAccelerationStructureInfoNV) !=
        ownSizeof(VkAccelerationStructureInfoNV_1124079410):
      static :
        warning("Declaration of " & "VkAccelerationStructureInfoNV" &
            " exists but with different size")
    VkAccelerationStructureInfoNV
  else:
    VkAccelerationStructureInfoNV_1124079410)
  VkExternalFenceFeatureFlagsKHR_1124077297 = (when declared(
      VkExternalFenceFeatureFlagsKHR):
    when ownSizeof(VkExternalFenceFeatureFlagsKHR) !=
        ownSizeof(VkExternalFenceFeatureFlagsKHR_1124077296):
      static :
        warning("Declaration of " & "VkExternalFenceFeatureFlagsKHR" &
            " exists but with different size")
    VkExternalFenceFeatureFlagsKHR
  else:
    VkExternalFenceFeatureFlagsKHR_1124077296)
  VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079033 = (when declared(
      VkPhysicalDeviceDepthClipEnableFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDepthClipEnableFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079032):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDepthClipEnableFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDepthClipEnableFeaturesEXT
  else:
    VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079032)
  VkSamplerCreateFlags_1124074357 = (when declared(VkSamplerCreateFlags):
    when ownSizeof(VkSamplerCreateFlags) != ownSizeof(VkSamplerCreateFlags_1124074356):
      static :
        warning("Declaration of " & "VkSamplerCreateFlags" &
            " exists but with different size")
    VkSamplerCreateFlags
  else:
    VkSamplerCreateFlags_1124074356)
  struct_VkShaderCreateInfoEXT_1124081527 = (when declared(
      struct_VkShaderCreateInfoEXT):
    when ownSizeof(struct_VkShaderCreateInfoEXT) !=
        ownSizeof(struct_VkShaderCreateInfoEXT_1124081526):
      static :
        warning("Declaration of " & "struct_VkShaderCreateInfoEXT" &
            " exists but with different size")
    struct_VkShaderCreateInfoEXT
  else:
    struct_VkShaderCreateInfoEXT_1124081526)
  struct_VkMemoryGetWin32HandleInfoKHR_1124082679 = (when declared(
      struct_VkMemoryGetWin32HandleInfoKHR):
    when ownSizeof(struct_VkMemoryGetWin32HandleInfoKHR) !=
        ownSizeof(struct_VkMemoryGetWin32HandleInfoKHR_1124082678):
      static :
        warning("Declaration of " & "struct_VkMemoryGetWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkMemoryGetWin32HandleInfoKHR
  else:
    struct_VkMemoryGetWin32HandleInfoKHR_1124082678)
  PFN_vkCmdBeginRendering_1124076155 = (when declared(PFN_vkCmdBeginRendering):
    when ownSizeof(PFN_vkCmdBeginRendering) !=
        ownSizeof(PFN_vkCmdBeginRendering_1124076154):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginRendering" &
            " exists but with different size")
    PFN_vkCmdBeginRendering
  else:
    PFN_vkCmdBeginRendering_1124076154)
  VkMemoryBarrier_1124074483 = (when declared(VkMemoryBarrier):
    when ownSizeof(VkMemoryBarrier) != ownSizeof(VkMemoryBarrier_1124074482):
      static :
        warning("Declaration of " & "VkMemoryBarrier" &
            " exists but with different size")
    VkMemoryBarrier
  else:
    VkMemoryBarrier_1124074482)
  VkPhysicalDeviceSubgroupSizeControlProperties_1124076045 = (when declared(
      VkPhysicalDeviceSubgroupSizeControlProperties):
    when ownSizeof(VkPhysicalDeviceSubgroupSizeControlProperties) !=
        ownSizeof(VkPhysicalDeviceSubgroupSizeControlProperties_1124076044):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubgroupSizeControlProperties" &
            " exists but with different size")
    VkPhysicalDeviceSubgroupSizeControlProperties
  else:
    VkPhysicalDeviceSubgroupSizeControlProperties_1124076044)
  VkRenderPassCreationControlEXT_1124081211 = (when declared(
      VkRenderPassCreationControlEXT):
    when ownSizeof(VkRenderPassCreationControlEXT) !=
        ownSizeof(VkRenderPassCreationControlEXT_1124081210):
      static :
        warning("Declaration of " & "VkRenderPassCreationControlEXT" &
            " exists but with different size")
    VkRenderPassCreationControlEXT
  else:
    VkRenderPassCreationControlEXT_1124081210)
  struct_VkQueueFamilyDataGraphPropertiesARM_1124081807 = (when declared(
      struct_VkQueueFamilyDataGraphPropertiesARM):
    when ownSizeof(struct_VkQueueFamilyDataGraphPropertiesARM) !=
        ownSizeof(struct_VkQueueFamilyDataGraphPropertiesARM_1124081806):
      static :
        warning("Declaration of " & "struct_VkQueueFamilyDataGraphPropertiesARM" &
            " exists but with different size")
    struct_VkQueueFamilyDataGraphPropertiesARM
  else:
    struct_VkQueueFamilyDataGraphPropertiesARM_1124081806)
  struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076859 = (when declared(
      struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076858):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR
  else:
    struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076858)
  VkRenderingFlagsKHR_1124077047 = (when declared(VkRenderingFlagsKHR):
    when ownSizeof(VkRenderingFlagsKHR) != ownSizeof(VkRenderingFlagsKHR_1124077046):
      static :
        warning("Declaration of " & "VkRenderingFlagsKHR" &
            " exists but with different size")
    VkRenderingFlagsKHR
  else:
    VkRenderingFlagsKHR_1124077046)
  enum_VkGraphicsPipelineLibraryFlagBitsEXT_1124080339 = (when declared(
      enum_VkGraphicsPipelineLibraryFlagBitsEXT):
    when ownSizeof(enum_VkGraphicsPipelineLibraryFlagBitsEXT) !=
        ownSizeof(enum_VkGraphicsPipelineLibraryFlagBitsEXT_1124080338):
      static :
        warning("Declaration of " & "enum_VkGraphicsPipelineLibraryFlagBitsEXT" &
            " exists but with different size")
    enum_VkGraphicsPipelineLibraryFlagBitsEXT
  else:
    enum_VkGraphicsPipelineLibraryFlagBitsEXT_1124080338)
  VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082367 = (when declared(
      VkPhysicalDeviceCooperativeMatrix2PropertiesNV):
    when ownSizeof(VkPhysicalDeviceCooperativeMatrix2PropertiesNV) !=
        ownSizeof(VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082366):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeMatrix2PropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeMatrix2PropertiesNV
  else:
    VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082366)
  VkDeviceAddressBindingFlagsEXT_1124080565 = (when declared(
      VkDeviceAddressBindingFlagsEXT):
    when ownSizeof(VkDeviceAddressBindingFlagsEXT) !=
        ownSizeof(VkDeviceAddressBindingFlagsEXT_1124080564):
      static :
        warning("Declaration of " & "VkDeviceAddressBindingFlagsEXT" &
            " exists but with different size")
    VkDeviceAddressBindingFlagsEXT
  else:
    VkDeviceAddressBindingFlagsEXT_1124080564)
  StdVideoEncodeH264WeightTable_1124083001 = (when declared(
      StdVideoEncodeH264WeightTable):
    when ownSizeof(StdVideoEncodeH264WeightTable) !=
        ownSizeof(StdVideoEncodeH264WeightTable_1124083000):
      static :
        warning("Declaration of " & "StdVideoEncodeH264WeightTable" &
            " exists but with different size")
    StdVideoEncodeH264WeightTable
  else:
    StdVideoEncodeH264WeightTable_1124083000)
  PFN_vkDeferredOperationJoinKHR_1124077701 = (when declared(
      PFN_vkDeferredOperationJoinKHR):
    when ownSizeof(PFN_vkDeferredOperationJoinKHR) !=
        ownSizeof(PFN_vkDeferredOperationJoinKHR_1124077700):
      static :
        warning("Declaration of " & "PFN_vkDeferredOperationJoinKHR" &
            " exists but with different size")
    PFN_vkDeferredOperationJoinKHR
  else:
    PFN_vkDeferredOperationJoinKHR_1124077700)
  PFN_vkCmdSetCoverageModulationModeNV_1124081189 = (when declared(
      PFN_vkCmdSetCoverageModulationModeNV):
    when ownSizeof(PFN_vkCmdSetCoverageModulationModeNV) !=
        ownSizeof(PFN_vkCmdSetCoverageModulationModeNV_1124081188):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCoverageModulationModeNV" &
            " exists but with different size")
    PFN_vkCmdSetCoverageModulationModeNV
  else:
    PFN_vkCmdSetCoverageModulationModeNV_1124081188)
  PFN_vkGetPhysicalDeviceQueueFamilyProperties2_1124075567 = (when declared(
      PFN_vkGetPhysicalDeviceQueueFamilyProperties2):
    when ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyProperties2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyProperties2_1124075566):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceQueueFamilyProperties2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceQueueFamilyProperties2
  else:
    PFN_vkGetPhysicalDeviceQueueFamilyProperties2_1124075566)
  VkSampleLocationsInfoEXT_1124079139 = (when declared(VkSampleLocationsInfoEXT):
    when ownSizeof(VkSampleLocationsInfoEXT) !=
        ownSizeof(VkSampleLocationsInfoEXT_1124079138):
      static :
        warning("Declaration of " & "VkSampleLocationsInfoEXT" &
            " exists but with different size")
    VkSampleLocationsInfoEXT
  else:
    VkSampleLocationsInfoEXT_1124079138)
  VkPhysicalDeviceInlineUniformBlockPropertiesEXT_1124079127 = (when declared(
      VkPhysicalDeviceInlineUniformBlockPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceInlineUniformBlockPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceInlineUniformBlockPropertiesEXT_1124079126):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceInlineUniformBlockPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceInlineUniformBlockPropertiesEXT
  else:
    VkPhysicalDeviceInlineUniformBlockPropertiesEXT_1124079126)
  VkWriteIndirectExecutionSetPipelineEXT_1124082249 = (when declared(
      VkWriteIndirectExecutionSetPipelineEXT):
    when ownSizeof(VkWriteIndirectExecutionSetPipelineEXT) !=
        ownSizeof(VkWriteIndirectExecutionSetPipelineEXT_1124082248):
      static :
        warning("Declaration of " & "VkWriteIndirectExecutionSetPipelineEXT" &
            " exists but with different size")
    VkWriteIndirectExecutionSetPipelineEXT
  else:
    VkWriteIndirectExecutionSetPipelineEXT_1124082248)
  PFN_vkCmdDispatchBase_1124075583 = (when declared(PFN_vkCmdDispatchBase):
    when ownSizeof(PFN_vkCmdDispatchBase) != ownSizeof(PFN_vkCmdDispatchBase_1124075582):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchBase" &
            " exists but with different size")
    PFN_vkCmdDispatchBase
  else:
    PFN_vkCmdDispatchBase_1124075582)
  struct_VkSamplerCreateInfo_1124074729 = (when declared(
      struct_VkSamplerCreateInfo):
    when ownSizeof(struct_VkSamplerCreateInfo) !=
        ownSizeof(struct_VkSamplerCreateInfo_1124074728):
      static :
        warning("Declaration of " & "struct_VkSamplerCreateInfo" &
            " exists but with different size")
    struct_VkSamplerCreateInfo
  else:
    struct_VkSamplerCreateInfo_1124074728)
  PFN_vkCmdBeginDebugUtilsLabelEXT_1124079103 = (when declared(
      PFN_vkCmdBeginDebugUtilsLabelEXT):
    when ownSizeof(PFN_vkCmdBeginDebugUtilsLabelEXT) !=
        ownSizeof(PFN_vkCmdBeginDebugUtilsLabelEXT_1124079102):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginDebugUtilsLabelEXT" &
            " exists but with different size")
    PFN_vkCmdBeginDebugUtilsLabelEXT
  else:
    PFN_vkCmdBeginDebugUtilsLabelEXT_1124079102)
  struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081919 = (when declared(
      struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081918):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV
  else:
    struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081918)
  VkExternalMemoryHandleTypeFlagBits_1124075211 = (when declared(
      VkExternalMemoryHandleTypeFlagBits):
    when ownSizeof(VkExternalMemoryHandleTypeFlagBits) !=
        ownSizeof(VkExternalMemoryHandleTypeFlagBits_1124075210):
      static :
        warning("Declaration of " & "VkExternalMemoryHandleTypeFlagBits" &
            " exists but with different size")
    VkExternalMemoryHandleTypeFlagBits
  else:
    VkExternalMemoryHandleTypeFlagBits_1124075210)
  VkToolPurposeFlagBitsEXT_1124079787 = (when declared(VkToolPurposeFlagBitsEXT):
    when ownSizeof(VkToolPurposeFlagBitsEXT) !=
        ownSizeof(VkToolPurposeFlagBitsEXT_1124079786):
      static :
        warning("Declaration of " & "VkToolPurposeFlagBitsEXT" &
            " exists but with different size")
    VkToolPurposeFlagBitsEXT
  else:
    VkToolPurposeFlagBitsEXT_1124079786)
  struct_VkPhysicalDeviceMultiDrawPropertiesEXT_1124080739 = (when declared(
      struct_VkPhysicalDeviceMultiDrawPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMultiDrawPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMultiDrawPropertiesEXT_1124080738):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMultiDrawPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiDrawPropertiesEXT
  else:
    struct_VkPhysicalDeviceMultiDrawPropertiesEXT_1124080738)
  VkVideoProfileListInfoKHR_1124076701 = (when declared(
      VkVideoProfileListInfoKHR):
    when ownSizeof(VkVideoProfileListInfoKHR) !=
        ownSizeof(VkVideoProfileListInfoKHR_1124076700):
      static :
        warning("Declaration of " & "VkVideoProfileListInfoKHR" &
            " exists but with different size")
    VkVideoProfileListInfoKHR
  else:
    VkVideoProfileListInfoKHR_1124076700)
  struct_StdVideoH265ScalingLists_1124083161 = (when declared(
      struct_StdVideoH265ScalingLists):
    when ownSizeof(struct_StdVideoH265ScalingLists) !=
        ownSizeof(struct_StdVideoH265ScalingLists_1124083160):
      static :
        warning("Declaration of " & "struct_StdVideoH265ScalingLists" &
            " exists but with different size")
    struct_StdVideoH265ScalingLists
  else:
    struct_StdVideoH265ScalingLists_1124083160)
  struct_VkPipelineViewportWScalingStateCreateInfoNV_1124078897 = (when declared(
      struct_VkPipelineViewportWScalingStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineViewportWScalingStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineViewportWScalingStateCreateInfoNV_1124078896):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportWScalingStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineViewportWScalingStateCreateInfoNV
  else:
    struct_VkPipelineViewportWScalingStateCreateInfoNV_1124078896)
  VkVideoEncodeH265RateControlFlagBitsKHR_1124076929 = (when declared(
      VkVideoEncodeH265RateControlFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH265RateControlFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH265RateControlFlagBitsKHR_1124076928):
      static :
        warning("Declaration of " & "VkVideoEncodeH265RateControlFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH265RateControlFlagBitsKHR
  else:
    VkVideoEncodeH265RateControlFlagBitsKHR_1124076928)
  VkBorderColor_1124074067 = (when declared(VkBorderColor):
    when ownSizeof(VkBorderColor) != ownSizeof(VkBorderColor_1124074066):
      static :
        warning("Declaration of " & "VkBorderColor" &
            " exists but with different size")
    VkBorderColor
  else:
    VkBorderColor_1124074066)
  VkPhysicalDeviceVulkan12Features_1124075641 = (when declared(
      VkPhysicalDeviceVulkan12Features):
    when ownSizeof(VkPhysicalDeviceVulkan12Features) !=
        ownSizeof(VkPhysicalDeviceVulkan12Features_1124075640):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan12Features" &
            " exists but with different size")
    VkPhysicalDeviceVulkan12Features
  else:
    VkPhysicalDeviceVulkan12Features_1124075640)
  struct_VkSubpassShadingPipelineCreateInfoHUAWEI_1124080589 = (when declared(
      struct_VkSubpassShadingPipelineCreateInfoHUAWEI):
    when ownSizeof(struct_VkSubpassShadingPipelineCreateInfoHUAWEI) !=
        ownSizeof(struct_VkSubpassShadingPipelineCreateInfoHUAWEI_1124080588):
      static :
        warning("Declaration of " &
            "struct_VkSubpassShadingPipelineCreateInfoHUAWEI" &
            " exists but with different size")
    struct_VkSubpassShadingPipelineCreateInfoHUAWEI
  else:
    struct_VkSubpassShadingPipelineCreateInfoHUAWEI_1124080588)
  struct_VkDispatchIndirectCommand_1124074681 = (when declared(
      struct_VkDispatchIndirectCommand):
    when ownSizeof(struct_VkDispatchIndirectCommand) !=
        ownSizeof(struct_VkDispatchIndirectCommand_1124074680):
      static :
        warning("Declaration of " & "struct_VkDispatchIndirectCommand" &
            " exists but with different size")
    struct_VkDispatchIndirectCommand
  else:
    struct_VkDispatchIndirectCommand_1124074680)
  PFN_vkCmdSetFragmentShadingRateKHR_1124077641 = (when declared(
      PFN_vkCmdSetFragmentShadingRateKHR):
    when ownSizeof(PFN_vkCmdSetFragmentShadingRateKHR) !=
        ownSizeof(PFN_vkCmdSetFragmentShadingRateKHR_1124077640):
      static :
        warning("Declaration of " & "PFN_vkCmdSetFragmentShadingRateKHR" &
            " exists but with different size")
    PFN_vkCmdSetFragmentShadingRateKHR
  else:
    PFN_vkCmdSetFragmentShadingRateKHR_1124077640)
  PFN_vkCmdEndPerTileExecutionQCOM_1124080253 = (when declared(
      PFN_vkCmdEndPerTileExecutionQCOM):
    when ownSizeof(PFN_vkCmdEndPerTileExecutionQCOM) !=
        ownSizeof(PFN_vkCmdEndPerTileExecutionQCOM_1124080252):
      static :
        warning("Declaration of " & "PFN_vkCmdEndPerTileExecutionQCOM" &
            " exists but with different size")
    PFN_vkCmdEndPerTileExecutionQCOM
  else:
    PFN_vkCmdEndPerTileExecutionQCOM_1124080252)
  VkFormatFeatureFlagBits_1124074155 = (when declared(VkFormatFeatureFlagBits):
    when ownSizeof(VkFormatFeatureFlagBits) !=
        ownSizeof(VkFormatFeatureFlagBits_1124074154):
      static :
        warning("Declaration of " & "VkFormatFeatureFlagBits" &
            " exists but with different size")
    VkFormatFeatureFlagBits
  else:
    VkFormatFeatureFlagBits_1124074154)
  StdVideoAV1Segmentation_1124083077 = (when declared(StdVideoAV1Segmentation):
    when ownSizeof(StdVideoAV1Segmentation) !=
        ownSizeof(StdVideoAV1Segmentation_1124083076):
      static :
        warning("Declaration of " & "StdVideoAV1Segmentation" &
            " exists but with different size")
    StdVideoAV1Segmentation
  else:
    StdVideoAV1Segmentation_1124083076)
  struct_VkIndirectCommandsLayoutTokenEXT_1124082271 = (when declared(
      struct_VkIndirectCommandsLayoutTokenEXT):
    when ownSizeof(struct_VkIndirectCommandsLayoutTokenEXT) !=
        ownSizeof(struct_VkIndirectCommandsLayoutTokenEXT_1124082270):
      static :
        warning("Declaration of " & "struct_VkIndirectCommandsLayoutTokenEXT" &
            " exists but with different size")
    struct_VkIndirectCommandsLayoutTokenEXT
  else:
    struct_VkIndirectCommandsLayoutTokenEXT_1124082270)
  VkVideoEncodeAV1RateControlFlagBitsKHR_1124078253 = (when declared(
      VkVideoEncodeAV1RateControlFlagBitsKHR):
    when ownSizeof(VkVideoEncodeAV1RateControlFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeAV1RateControlFlagBitsKHR_1124078252):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1RateControlFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1RateControlFlagBitsKHR
  else:
    VkVideoEncodeAV1RateControlFlagBitsKHR_1124078252)
  VkPipelineIndirectDeviceAddressInfoNV_1124081059 = (when declared(
      VkPipelineIndirectDeviceAddressInfoNV):
    when ownSizeof(VkPipelineIndirectDeviceAddressInfoNV) !=
        ownSizeof(VkPipelineIndirectDeviceAddressInfoNV_1124081058):
      static :
        warning("Declaration of " & "VkPipelineIndirectDeviceAddressInfoNV" &
            " exists but with different size")
    VkPipelineIndirectDeviceAddressInfoNV
  else:
    VkPipelineIndirectDeviceAddressInfoNV_1124081058)
  VkDrawIndirectCommand_1124074779 = (when declared(VkDrawIndirectCommand):
    when ownSizeof(VkDrawIndirectCommand) != ownSizeof(VkDrawIndirectCommand_1124074778):
      static :
        warning("Declaration of " & "VkDrawIndirectCommand" &
            " exists but with different size")
    VkDrawIndirectCommand
  else:
    VkDrawIndirectCommand_1124074778)
  VkPhysicalDeviceMaintenance10PropertiesKHR_1124078639 = (when declared(
      VkPhysicalDeviceMaintenance10PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance10PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance10PropertiesKHR_1124078638):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance10PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance10PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance10PropertiesKHR_1124078638)
  struct_VkVideoEncodeInfoKHR_1124077811 = (when declared(
      struct_VkVideoEncodeInfoKHR):
    when ownSizeof(struct_VkVideoEncodeInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeInfoKHR_1124077810):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeInfoKHR
  else:
    struct_VkVideoEncodeInfoKHR_1124077810)
  PFN_vkDestroyPrivateDataSlot_1124076119 = (when declared(
      PFN_vkDestroyPrivateDataSlot):
    when ownSizeof(PFN_vkDestroyPrivateDataSlot) !=
        ownSizeof(PFN_vkDestroyPrivateDataSlot_1124076118):
      static :
        warning("Declaration of " & "PFN_vkDestroyPrivateDataSlot" &
            " exists but with different size")
    PFN_vkDestroyPrivateDataSlot
  else:
    PFN_vkDestroyPrivateDataSlot_1124076118)
  VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078475 = (when declared(
      VkVideoEncodeSessionIntraRefreshCreateInfoKHR):
    when ownSizeof(VkVideoEncodeSessionIntraRefreshCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078474):
      static :
        warning("Declaration of " &
            "VkVideoEncodeSessionIntraRefreshCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeSessionIntraRefreshCreateInfoKHR
  else:
    VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078474)
  VkPhysicalDeviceSubgroupSizeControlPropertiesEXT_1124079735 = (when declared(
      VkPhysicalDeviceSubgroupSizeControlPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceSubgroupSizeControlPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceSubgroupSizeControlPropertiesEXT_1124079734):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubgroupSizeControlPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceSubgroupSizeControlPropertiesEXT
  else:
    VkPhysicalDeviceSubgroupSizeControlPropertiesEXT_1124079734)
  struct_VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079727 = (when declared(
      struct_VkRenderingFragmentDensityMapAttachmentInfoEXT):
    when ownSizeof(struct_VkRenderingFragmentDensityMapAttachmentInfoEXT) !=
        ownSizeof(struct_VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079726):
      static :
        warning("Declaration of " &
            "struct_VkRenderingFragmentDensityMapAttachmentInfoEXT" &
            " exists but with different size")
    struct_VkRenderingFragmentDensityMapAttachmentInfoEXT
  else:
    struct_VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079726)
  VkCopyTensorInfoARM_1124081319 = (when declared(VkCopyTensorInfoARM):
    when ownSizeof(VkCopyTensorInfoARM) != ownSizeof(VkCopyTensorInfoARM_1124081318):
      static :
        warning("Declaration of " & "VkCopyTensorInfoARM" &
            " exists but with different size")
    VkCopyTensorInfoARM
  else:
    VkCopyTensorInfoARM_1124081318)
  struct_VkAcquireProfilingLockInfoKHR_1124077373 = (when declared(
      struct_VkAcquireProfilingLockInfoKHR):
    when ownSizeof(struct_VkAcquireProfilingLockInfoKHR) !=
        ownSizeof(struct_VkAcquireProfilingLockInfoKHR_1124077372):
      static :
        warning("Declaration of " & "struct_VkAcquireProfilingLockInfoKHR" &
            " exists but with different size")
    struct_VkAcquireProfilingLockInfoKHR
  else:
    struct_VkAcquireProfilingLockInfoKHR_1124077372)
  VkPrivateDataSlot_1124075863 = (when declared(VkPrivateDataSlot):
    when ownSizeof(VkPrivateDataSlot) != ownSizeof(VkPrivateDataSlot_1124075862):
      static :
        warning("Declaration of " & "VkPrivateDataSlot" &
            " exists but with different size")
    VkPrivateDataSlot
  else:
    VkPrivateDataSlot_1124075862)
  VkPipelineExecutableInfoKHR_1124077721 = (when declared(
      VkPipelineExecutableInfoKHR):
    when ownSizeof(VkPipelineExecutableInfoKHR) !=
        ownSizeof(VkPipelineExecutableInfoKHR_1124077720):
      static :
        warning("Declaration of " & "VkPipelineExecutableInfoKHR" &
            " exists but with different size")
    VkPipelineExecutableInfoKHR
  else:
    VkPipelineExecutableInfoKHR_1124077720)
  VkQueueFamilyOwnershipTransferPropertiesKHR_1124078587 = (when declared(
      VkQueueFamilyOwnershipTransferPropertiesKHR):
    when ownSizeof(VkQueueFamilyOwnershipTransferPropertiesKHR) !=
        ownSizeof(VkQueueFamilyOwnershipTransferPropertiesKHR_1124078586):
      static :
        warning("Declaration of " &
            "VkQueueFamilyOwnershipTransferPropertiesKHR" &
            " exists but with different size")
    VkQueueFamilyOwnershipTransferPropertiesKHR
  else:
    VkQueueFamilyOwnershipTransferPropertiesKHR_1124078586)
  VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080933 = (when declared(
      VkPhysicalDeviceSchedulingControlsFeaturesARM):
    when ownSizeof(VkPhysicalDeviceSchedulingControlsFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080932):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSchedulingControlsFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceSchedulingControlsFeaturesARM
  else:
    VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080932)
  struct_VkOpticalFlowImageFormatInfoNV_1124081445 = (when declared(
      struct_VkOpticalFlowImageFormatInfoNV):
    when ownSizeof(struct_VkOpticalFlowImageFormatInfoNV) !=
        ownSizeof(struct_VkOpticalFlowImageFormatInfoNV_1124081444):
      static :
        warning("Declaration of " & "struct_VkOpticalFlowImageFormatInfoNV" &
            " exists but with different size")
    struct_VkOpticalFlowImageFormatInfoNV
  else:
    struct_VkOpticalFlowImageFormatInfoNV_1124081444)
  VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079721 = (when declared(
      VkPhysicalDeviceFragmentDensityMapPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079720):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapPropertiesEXT
  else:
    VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079720)
  StdVideoH264SpsVuiFlags_1124083249 = (when declared(StdVideoH264SpsVuiFlags):
    when ownSizeof(StdVideoH264SpsVuiFlags) !=
        ownSizeof(StdVideoH264SpsVuiFlags_1124083248):
      static :
        warning("Declaration of " & "StdVideoH264SpsVuiFlags" &
            " exists but with different size")
    StdVideoH264SpsVuiFlags
  else:
    StdVideoH264SpsVuiFlags_1124083248)
  VkDisplayPowerInfoEXT_1124078931 = (when declared(VkDisplayPowerInfoEXT):
    when ownSizeof(VkDisplayPowerInfoEXT) != ownSizeof(VkDisplayPowerInfoEXT_1124078930):
      static :
        warning("Declaration of " & "VkDisplayPowerInfoEXT" &
            " exists but with different size")
    VkDisplayPowerInfoEXT
  else:
    VkDisplayPowerInfoEXT_1124078930)
  struct_VkCopyMicromapToMemoryInfoEXT_1124080837 = (when declared(
      struct_VkCopyMicromapToMemoryInfoEXT):
    when ownSizeof(struct_VkCopyMicromapToMemoryInfoEXT) !=
        ownSizeof(struct_VkCopyMicromapToMemoryInfoEXT_1124080836):
      static :
        warning("Declaration of " & "struct_VkCopyMicromapToMemoryInfoEXT" &
            " exists but with different size")
    struct_VkCopyMicromapToMemoryInfoEXT
  else:
    struct_VkCopyMicromapToMemoryInfoEXT_1124080836)
  PFN_vkGetFenceFdKHR_1124077323 = (when declared(PFN_vkGetFenceFdKHR):
    when ownSizeof(PFN_vkGetFenceFdKHR) != ownSizeof(PFN_vkGetFenceFdKHR_1124077322):
      static :
        warning("Declaration of " & "PFN_vkGetFenceFdKHR" &
            " exists but with different size")
    PFN_vkGetFenceFdKHR
  else:
    PFN_vkGetFenceFdKHR_1124077322)
  PFN_vkCmdSetViewportWithCountEXT_1124079909 = (when declared(
      PFN_vkCmdSetViewportWithCountEXT):
    when ownSizeof(PFN_vkCmdSetViewportWithCountEXT) !=
        ownSizeof(PFN_vkCmdSetViewportWithCountEXT_1124079908):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewportWithCountEXT" &
            " exists but with different size")
    PFN_vkCmdSetViewportWithCountEXT
  else:
    PFN_vkCmdSetViewportWithCountEXT_1124079908)
  struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081577 = (when declared(
      struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081576):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV
  else:
    struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081576)
  VkMemoryMapFlagBits_1124074217 = (when declared(VkMemoryMapFlagBits):
    when ownSizeof(VkMemoryMapFlagBits) != ownSizeof(VkMemoryMapFlagBits_1124074216):
      static :
        warning("Declaration of " & "VkMemoryMapFlagBits" &
            " exists but with different size")
    VkMemoryMapFlagBits
  else:
    VkMemoryMapFlagBits_1124074216)
  enum_VkSubmitFlagBits_1124075881 = (when declared(enum_VkSubmitFlagBits):
    when ownSizeof(enum_VkSubmitFlagBits) != ownSizeof(enum_VkSubmitFlagBits_1124075880):
      static :
        warning("Declaration of " & "enum_VkSubmitFlagBits" &
            " exists but with different size")
    enum_VkSubmitFlagBits
  else:
    enum_VkSubmitFlagBits_1124075880)
  VkPhysicalDeviceVulkan14Properties_1124076231 = (when declared(
      VkPhysicalDeviceVulkan14Properties):
    when ownSizeof(VkPhysicalDeviceVulkan14Properties) !=
        ownSizeof(VkPhysicalDeviceVulkan14Properties_1124076230):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan14Properties" &
            " exists but with different size")
    VkPhysicalDeviceVulkan14Properties
  else:
    VkPhysicalDeviceVulkan14Properties_1124076230)
  VkPhysicalDevice16BitStorageFeatures_1124075463 = (when declared(
      VkPhysicalDevice16BitStorageFeatures):
    when ownSizeof(VkPhysicalDevice16BitStorageFeatures) !=
        ownSizeof(VkPhysicalDevice16BitStorageFeatures_1124075462):
      static :
        warning("Declaration of " & "VkPhysicalDevice16BitStorageFeatures" &
            " exists but with different size")
    VkPhysicalDevice16BitStorageFeatures
  else:
    VkPhysicalDevice16BitStorageFeatures_1124075462)
  struct_VkVideoEncodeH264RateControlLayerInfoKHR_1124076895 = (when declared(
      struct_VkVideoEncodeH264RateControlLayerInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264RateControlLayerInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264RateControlLayerInfoKHR_1124076894):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264RateControlLayerInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264RateControlLayerInfoKHR
  else:
    struct_VkVideoEncodeH264RateControlLayerInfoKHR_1124076894)
  struct_VkCopyImageToBufferInfo2_1124075983 = (when declared(
      struct_VkCopyImageToBufferInfo2):
    when ownSizeof(struct_VkCopyImageToBufferInfo2) !=
        ownSizeof(struct_VkCopyImageToBufferInfo2_1124075982):
      static :
        warning("Declaration of " & "struct_VkCopyImageToBufferInfo2" &
            " exists but with different size")
    struct_VkCopyImageToBufferInfo2
  else:
    struct_VkCopyImageToBufferInfo2_1124075982)
  VkGeometryInstanceFlagsKHR_1124079369 = (when declared(
      VkGeometryInstanceFlagsKHR):
    when ownSizeof(VkGeometryInstanceFlagsKHR) !=
        ownSizeof(VkGeometryInstanceFlagsKHR_1124079368):
      static :
        warning("Declaration of " & "VkGeometryInstanceFlagsKHR" &
            " exists but with different size")
    VkGeometryInstanceFlagsKHR
  else:
    VkGeometryInstanceFlagsKHR_1124079368)
  VkPrivateDataSlotCreateInfoEXT_1124080193 = (when declared(
      VkPrivateDataSlotCreateInfoEXT):
    when ownSizeof(VkPrivateDataSlotCreateInfoEXT) !=
        ownSizeof(VkPrivateDataSlotCreateInfoEXT_1124080192):
      static :
        warning("Declaration of " & "VkPrivateDataSlotCreateInfoEXT" &
            " exists but with different size")
    VkPrivateDataSlotCreateInfoEXT
  else:
    VkPrivateDataSlotCreateInfoEXT_1124080192)
  VkIndirectExecutionSetPipelineInfoEXT_1124082225 = (when declared(
      VkIndirectExecutionSetPipelineInfoEXT):
    when ownSizeof(VkIndirectExecutionSetPipelineInfoEXT) !=
        ownSizeof(VkIndirectExecutionSetPipelineInfoEXT_1124082224):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetPipelineInfoEXT" &
            " exists but with different size")
    VkIndirectExecutionSetPipelineInfoEXT
  else:
    VkIndirectExecutionSetPipelineInfoEXT_1124082224)
  PFN_vkEnumerateInstanceExtensionProperties_1124074919 = (when declared(
      PFN_vkEnumerateInstanceExtensionProperties):
    when ownSizeof(PFN_vkEnumerateInstanceExtensionProperties) !=
        ownSizeof(PFN_vkEnumerateInstanceExtensionProperties_1124074918):
      static :
        warning("Declaration of " & "PFN_vkEnumerateInstanceExtensionProperties" &
            " exists but with different size")
    PFN_vkEnumerateInstanceExtensionProperties
  else:
    PFN_vkEnumerateInstanceExtensionProperties_1124074918)
  VkCopyMemoryToMicromapInfoEXT_1124080843 = (when declared(
      VkCopyMemoryToMicromapInfoEXT):
    when ownSizeof(VkCopyMemoryToMicromapInfoEXT) !=
        ownSizeof(VkCopyMemoryToMicromapInfoEXT_1124080842):
      static :
        warning("Declaration of " & "VkCopyMemoryToMicromapInfoEXT" &
            " exists but with different size")
    VkCopyMemoryToMicromapInfoEXT
  else:
    VkCopyMemoryToMicromapInfoEXT_1124080842)
  VkPipelineCoverageReductionStateCreateInfoNV_1124079839 = (when declared(
      VkPipelineCoverageReductionStateCreateInfoNV):
    when ownSizeof(VkPipelineCoverageReductionStateCreateInfoNV) !=
        ownSizeof(VkPipelineCoverageReductionStateCreateInfoNV_1124079838):
      static :
        warning("Declaration of " &
            "VkPipelineCoverageReductionStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineCoverageReductionStateCreateInfoNV
  else:
    VkPipelineCoverageReductionStateCreateInfoNV_1124079838)
  struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080517 = (when declared(
      struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080516):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT
  else:
    struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080516)
  struct_VkPhysicalDeviceShaderObjectPropertiesEXT_1124081523 = (when declared(
      struct_VkPhysicalDeviceShaderObjectPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderObjectPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderObjectPropertiesEXT_1124081522):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderObjectPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderObjectPropertiesEXT
  else:
    struct_VkPhysicalDeviceShaderObjectPropertiesEXT_1124081522)
  struct_VkSurfacePresentModeKHR_1124078127 = (when declared(
      struct_VkSurfacePresentModeKHR):
    when ownSizeof(struct_VkSurfacePresentModeKHR) !=
        ownSizeof(struct_VkSurfacePresentModeKHR_1124078126):
      static :
        warning("Declaration of " & "struct_VkSurfacePresentModeKHR" &
            " exists but with different size")
    struct_VkSurfacePresentModeKHR
  else:
    struct_VkSurfacePresentModeKHR_1124078126)
  struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080685 = (when declared(
      struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080684):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
  else:
    struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080684)
  PFN_vkCreateDisplayPlaneSurfaceKHR_1124076625 = (when declared(
      PFN_vkCreateDisplayPlaneSurfaceKHR):
    when ownSizeof(PFN_vkCreateDisplayPlaneSurfaceKHR) !=
        ownSizeof(PFN_vkCreateDisplayPlaneSurfaceKHR_1124076624):
      static :
        warning("Declaration of " & "PFN_vkCreateDisplayPlaneSurfaceKHR" &
            " exists but with different size")
    PFN_vkCreateDisplayPlaneSurfaceKHR
  else:
    PFN_vkCreateDisplayPlaneSurfaceKHR_1124076624)
  struct_VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077031 = (when declared(
      struct_VkVideoDecodeH264SessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH264SessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077030):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeH264SessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264SessionParametersCreateInfoKHR
  else:
    struct_VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077030)
  VkShaderCreateFlagBitsEXT_1124081515 = (when declared(
      VkShaderCreateFlagBitsEXT):
    when ownSizeof(VkShaderCreateFlagBitsEXT) !=
        ownSizeof(VkShaderCreateFlagBitsEXT_1124081514):
      static :
        warning("Declaration of " & "VkShaderCreateFlagBitsEXT" &
            " exists but with different size")
    VkShaderCreateFlagBitsEXT
  else:
    VkShaderCreateFlagBitsEXT_1124081514)
  struct_VkImageViewHandleInfoNVX_1124078777 = (when declared(
      struct_VkImageViewHandleInfoNVX):
    when ownSizeof(struct_VkImageViewHandleInfoNVX) !=
        ownSizeof(struct_VkImageViewHandleInfoNVX_1124078776):
      static :
        warning("Declaration of " & "struct_VkImageViewHandleInfoNVX" &
            " exists but with different size")
    struct_VkImageViewHandleInfoNVX
  else:
    struct_VkImageViewHandleInfoNVX_1124078776)
  struct_VkPipelineBinaryKeysAndDataKHR_1124078077 = (when declared(
      struct_VkPipelineBinaryKeysAndDataKHR):
    when ownSizeof(struct_VkPipelineBinaryKeysAndDataKHR) !=
        ownSizeof(struct_VkPipelineBinaryKeysAndDataKHR_1124078076):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryKeysAndDataKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryKeysAndDataKHR
  else:
    struct_VkPipelineBinaryKeysAndDataKHR_1124078076)
  VkDeviceFaultAddressTypeEXT_1124080479 = (when declared(
      VkDeviceFaultAddressTypeEXT):
    when ownSizeof(VkDeviceFaultAddressTypeEXT) !=
        ownSizeof(VkDeviceFaultAddressTypeEXT_1124080478):
      static :
        warning("Declaration of " & "VkDeviceFaultAddressTypeEXT" &
            " exists but with different size")
    VkDeviceFaultAddressTypeEXT
  else:
    VkDeviceFaultAddressTypeEXT_1124080478)
  struct_VkVideoEncodeH264DpbSlotInfoKHR_1124076875 = (when declared(
      struct_VkVideoEncodeH264DpbSlotInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264DpbSlotInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264DpbSlotInfoKHR_1124076874):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264DpbSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264DpbSlotInfoKHR
  else:
    struct_VkVideoEncodeH264DpbSlotInfoKHR_1124076874)
  PFN_vkCmdSetDepthClampEnableEXT_1124081139 = (when declared(
      PFN_vkCmdSetDepthClampEnableEXT):
    when ownSizeof(PFN_vkCmdSetDepthClampEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDepthClampEnableEXT_1124081138):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthClampEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthClampEnableEXT
  else:
    PFN_vkCmdSetDepthClampEnableEXT_1124081138)
  enum_VkBuildMicromapModeEXT_1124080773 = (when declared(
      enum_VkBuildMicromapModeEXT):
    when ownSizeof(enum_VkBuildMicromapModeEXT) !=
        ownSizeof(enum_VkBuildMicromapModeEXT_1124080772):
      static :
        warning("Declaration of " & "enum_VkBuildMicromapModeEXT" &
            " exists but with different size")
    enum_VkBuildMicromapModeEXT
  else:
    enum_VkBuildMicromapModeEXT_1124080772)
  VkExternalComputeQueueNV_1124081973 = (when declared(VkExternalComputeQueueNV):
    when ownSizeof(VkExternalComputeQueueNV) !=
        ownSizeof(VkExternalComputeQueueNV_1124081972):
      static :
        warning("Declaration of " & "VkExternalComputeQueueNV" &
            " exists but with different size")
    VkExternalComputeQueueNV
  else:
    VkExternalComputeQueueNV_1124081972)
  PFN_vkGetShaderModuleCreateInfoIdentifierEXT_1124081401 = (when declared(
      PFN_vkGetShaderModuleCreateInfoIdentifierEXT):
    when ownSizeof(PFN_vkGetShaderModuleCreateInfoIdentifierEXT) !=
        ownSizeof(PFN_vkGetShaderModuleCreateInfoIdentifierEXT_1124081400):
      static :
        warning("Declaration of " &
            "PFN_vkGetShaderModuleCreateInfoIdentifierEXT" &
            " exists but with different size")
    PFN_vkGetShaderModuleCreateInfoIdentifierEXT
  else:
    PFN_vkGetShaderModuleCreateInfoIdentifierEXT_1124081400)
  PFN_vkCmdSetPerformanceMarkerINTEL_1124079687 = (when declared(
      PFN_vkCmdSetPerformanceMarkerINTEL):
    when ownSizeof(PFN_vkCmdSetPerformanceMarkerINTEL) !=
        ownSizeof(PFN_vkCmdSetPerformanceMarkerINTEL_1124079686):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPerformanceMarkerINTEL" &
            " exists but with different size")
    PFN_vkCmdSetPerformanceMarkerINTEL
  else:
    PFN_vkCmdSetPerformanceMarkerINTEL_1124079686)
  struct_VkPhysicalDeviceMaintenance7FeaturesKHR_1124078537 = (when declared(
      struct_VkPhysicalDeviceMaintenance7FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance7FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance7FeaturesKHR_1124078536):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance7FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance7FeaturesKHR
  else:
    struct_VkPhysicalDeviceMaintenance7FeaturesKHR_1124078536)
  struct_VkBindIndexBufferIndirectCommandNV_1124080049 = (when declared(
      struct_VkBindIndexBufferIndirectCommandNV):
    when ownSizeof(struct_VkBindIndexBufferIndirectCommandNV) !=
        ownSizeof(struct_VkBindIndexBufferIndirectCommandNV_1124080048):
      static :
        warning("Declaration of " & "struct_VkBindIndexBufferIndirectCommandNV" &
            " exists but with different size")
    struct_VkBindIndexBufferIndirectCommandNV
  else:
    struct_VkBindIndexBufferIndirectCommandNV_1124080048)
  enum_VkCopyMicromapModeEXT_1124080777 = (when declared(
      enum_VkCopyMicromapModeEXT):
    when ownSizeof(enum_VkCopyMicromapModeEXT) !=
        ownSizeof(enum_VkCopyMicromapModeEXT_1124080776):
      static :
        warning("Declaration of " & "enum_VkCopyMicromapModeEXT" &
            " exists but with different size")
    enum_VkCopyMicromapModeEXT
  else:
    enum_VkCopyMicromapModeEXT_1124080776)
  VkClusterAccelerationStructureOpTypeNV_1124082023 = (when declared(
      VkClusterAccelerationStructureOpTypeNV):
    when ownSizeof(VkClusterAccelerationStructureOpTypeNV) !=
        ownSizeof(VkClusterAccelerationStructureOpTypeNV_1124082022):
      static :
        warning("Declaration of " & "VkClusterAccelerationStructureOpTypeNV" &
            " exists but with different size")
    VkClusterAccelerationStructureOpTypeNV
  else:
    VkClusterAccelerationStructureOpTypeNV_1124082022)
  VkQueueGlobalPriority_1124076199 = (when declared(VkQueueGlobalPriority):
    when ownSizeof(VkQueueGlobalPriority) != ownSizeof(VkQueueGlobalPriority_1124076198):
      static :
        warning("Declaration of " & "VkQueueGlobalPriority" &
            " exists but with different size")
    VkQueueGlobalPriority
  else:
    VkQueueGlobalPriority_1124076198)
  struct_VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081457 = (when declared(
      struct_VkOpticalFlowSessionCreatePrivateDataInfoNV):
    when ownSizeof(struct_VkOpticalFlowSessionCreatePrivateDataInfoNV) !=
        ownSizeof(struct_VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081456):
      static :
        warning("Declaration of " &
            "struct_VkOpticalFlowSessionCreatePrivateDataInfoNV" &
            " exists but with different size")
    struct_VkOpticalFlowSessionCreatePrivateDataInfoNV
  else:
    struct_VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081456)
  VkImageBlit_1124074883 = (when declared(VkImageBlit):
    when ownSizeof(VkImageBlit) != ownSizeof(VkImageBlit_1124074882):
      static :
        warning("Declaration of " & "VkImageBlit" &
            " exists but with different size")
    VkImageBlit
  else:
    VkImageBlit_1124074882)
  VkGraphicsPipelineCreateInfo_1124074839 = (when declared(
      VkGraphicsPipelineCreateInfo):
    when ownSizeof(VkGraphicsPipelineCreateInfo) !=
        ownSizeof(VkGraphicsPipelineCreateInfo_1124074838):
      static :
        warning("Declaration of " & "VkGraphicsPipelineCreateInfo" &
            " exists but with different size")
    VkGraphicsPipelineCreateInfo
  else:
    VkGraphicsPipelineCreateInfo_1124074838)
  struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080723 = (when declared(
      struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE):
    when ownSizeof(struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE) !=
        ownSizeof(struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080722):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE" &
            " exists but with different size")
    struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE
  else:
    struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080722)
  PFN_vkGetPrivateData_1124076123 = (when declared(PFN_vkGetPrivateData):
    when ownSizeof(PFN_vkGetPrivateData) != ownSizeof(PFN_vkGetPrivateData_1124076122):
      static :
        warning("Declaration of " & "PFN_vkGetPrivateData" &
            " exists but with different size")
    PFN_vkGetPrivateData
  else:
    PFN_vkGetPrivateData_1124076122)
  struct_VkPipelineBinaryHandlesInfoKHR_1124078101 = (when declared(
      struct_VkPipelineBinaryHandlesInfoKHR):
    when ownSizeof(struct_VkPipelineBinaryHandlesInfoKHR) !=
        ownSizeof(struct_VkPipelineBinaryHandlesInfoKHR_1124078100):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryHandlesInfoKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryHandlesInfoKHR
  else:
    struct_VkPipelineBinaryHandlesInfoKHR_1124078100)
  struct_VkPresentTimeGOOGLE_1124078961 = (when declared(
      struct_VkPresentTimeGOOGLE):
    when ownSizeof(struct_VkPresentTimeGOOGLE) !=
        ownSizeof(struct_VkPresentTimeGOOGLE_1124078960):
      static :
        warning("Declaration of " & "struct_VkPresentTimeGOOGLE" &
            " exists but with different size")
    struct_VkPresentTimeGOOGLE
  else:
    struct_VkPresentTimeGOOGLE_1124078960)
  VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR_1124077519 = (when declared(
      VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR_1124077518):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR
  else:
    VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR_1124077518)
  VkAcquireProfilingLockFlagBitsKHR_1124077345 = (when declared(
      VkAcquireProfilingLockFlagBitsKHR):
    when ownSizeof(VkAcquireProfilingLockFlagBitsKHR) !=
        ownSizeof(VkAcquireProfilingLockFlagBitsKHR_1124077344):
      static :
        warning("Declaration of " & "VkAcquireProfilingLockFlagBitsKHR" &
            " exists but with different size")
    VkAcquireProfilingLockFlagBitsKHR
  else:
    VkAcquireProfilingLockFlagBitsKHR_1124077344)
  struct_VkPhysicalDeviceExternalImageFormatInfo_1124075401 = (when declared(
      struct_VkPhysicalDeviceExternalImageFormatInfo):
    when ownSizeof(struct_VkPhysicalDeviceExternalImageFormatInfo) !=
        ownSizeof(struct_VkPhysicalDeviceExternalImageFormatInfo_1124075400):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExternalImageFormatInfo" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalImageFormatInfo
  else:
    struct_VkPhysicalDeviceExternalImageFormatInfo_1124075400)
  VkBufferUsageFlags2CreateInfoKHR_1124078015 = (when declared(
      VkBufferUsageFlags2CreateInfoKHR):
    when ownSizeof(VkBufferUsageFlags2CreateInfoKHR) !=
        ownSizeof(VkBufferUsageFlags2CreateInfoKHR_1124078014):
      static :
        warning("Declaration of " & "VkBufferUsageFlags2CreateInfoKHR" &
            " exists but with different size")
    VkBufferUsageFlags2CreateInfoKHR
  else:
    VkBufferUsageFlags2CreateInfoKHR_1124078014)
  enum_VkVideoEncodeH264RateControlFlagBitsKHR_1124076819 = (when declared(
      enum_VkVideoEncodeH264RateControlFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH264RateControlFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH264RateControlFlagBitsKHR_1124076818):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeH264RateControlFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH264RateControlFlagBitsKHR
  else:
    enum_VkVideoEncodeH264RateControlFlagBitsKHR_1124076818)
  StdVideoVP9Profile_1124078323 = (when declared(StdVideoVP9Profile):
    when ownSizeof(StdVideoVP9Profile) != ownSizeof(StdVideoVP9Profile_1124078322):
      static :
        warning("Declaration of " & "StdVideoVP9Profile" &
            " exists but with different size")
    StdVideoVP9Profile
  else:
    StdVideoVP9Profile_1124078322)
  VkSurfaceCapabilitiesPresentBarrierNV_1124080179 = (when declared(
      VkSurfaceCapabilitiesPresentBarrierNV):
    when ownSizeof(VkSurfaceCapabilitiesPresentBarrierNV) !=
        ownSizeof(VkSurfaceCapabilitiesPresentBarrierNV_1124080178):
      static :
        warning("Declaration of " & "VkSurfaceCapabilitiesPresentBarrierNV" &
            " exists but with different size")
    VkSurfaceCapabilitiesPresentBarrierNV
  else:
    VkSurfaceCapabilitiesPresentBarrierNV_1124080178)
  VkBufferMemoryBarrier_1124074471 = (when declared(VkBufferMemoryBarrier):
    when ownSizeof(VkBufferMemoryBarrier) != ownSizeof(VkBufferMemoryBarrier_1124074470):
      static :
        warning("Declaration of " & "VkBufferMemoryBarrier" &
            " exists but with different size")
    VkBufferMemoryBarrier
  else:
    VkBufferMemoryBarrier_1124074470)
  VkPhysicalDeviceMultiDrawFeaturesEXT_1124080737 = (when declared(
      VkPhysicalDeviceMultiDrawFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMultiDrawFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMultiDrawFeaturesEXT_1124080736):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMultiDrawFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMultiDrawFeaturesEXT
  else:
    VkPhysicalDeviceMultiDrawFeaturesEXT_1124080736)
  VkHostImageCopyFlagBitsEXT_1124079927 = (when declared(
      VkHostImageCopyFlagBitsEXT):
    when ownSizeof(VkHostImageCopyFlagBitsEXT) !=
        ownSizeof(VkHostImageCopyFlagBitsEXT_1124079926):
      static :
        warning("Declaration of " & "VkHostImageCopyFlagBitsEXT" &
            " exists but with different size")
    VkHostImageCopyFlagBitsEXT
  else:
    VkHostImageCopyFlagBitsEXT_1124079926)
  struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081391 = (when declared(
      struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT):
    when ownSizeof(struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081390):
      static :
        warning("Declaration of " &
            "struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT
  else:
    struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081390)
  VkMicromapCreateFlagBitsEXT_1124080805 = (when declared(
      VkMicromapCreateFlagBitsEXT):
    when ownSizeof(VkMicromapCreateFlagBitsEXT) !=
        ownSizeof(VkMicromapCreateFlagBitsEXT_1124080804):
      static :
        warning("Declaration of " & "VkMicromapCreateFlagBitsEXT" &
            " exists but with different size")
    VkMicromapCreateFlagBitsEXT
  else:
    VkMicromapCreateFlagBitsEXT_1124080804)
  struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080593 = (when declared(
      struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080592):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI
  else:
    struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080592)
  PFN_vkCmdEndQueryIndexedEXT_1124078743 = (when declared(
      PFN_vkCmdEndQueryIndexedEXT):
    when ownSizeof(PFN_vkCmdEndQueryIndexedEXT) !=
        ownSizeof(PFN_vkCmdEndQueryIndexedEXT_1124078742):
      static :
        warning("Declaration of " & "PFN_vkCmdEndQueryIndexedEXT" &
            " exists but with different size")
    PFN_vkCmdEndQueryIndexedEXT
  else:
    PFN_vkCmdEndQueryIndexedEXT_1124078742)
  PFN_vkCreateDebugUtilsMessengerEXT_1124079109 = (when declared(
      PFN_vkCreateDebugUtilsMessengerEXT):
    when ownSizeof(PFN_vkCreateDebugUtilsMessengerEXT) !=
        ownSizeof(PFN_vkCreateDebugUtilsMessengerEXT_1124079108):
      static :
        warning("Declaration of " & "PFN_vkCreateDebugUtilsMessengerEXT" &
            " exists but with different size")
    PFN_vkCreateDebugUtilsMessengerEXT
  else:
    PFN_vkCreateDebugUtilsMessengerEXT_1124079108)
  enum_VkImageViewCreateFlagBits_1124074271 = (when declared(
      enum_VkImageViewCreateFlagBits):
    when ownSizeof(enum_VkImageViewCreateFlagBits) !=
        ownSizeof(enum_VkImageViewCreateFlagBits_1124074270):
      static :
        warning("Declaration of " & "enum_VkImageViewCreateFlagBits" &
            " exists but with different size")
    enum_VkImageViewCreateFlagBits
  else:
    enum_VkImageViewCreateFlagBits_1124074270)
  struct_VkPipelineColorBlendAttachmentState_1124074825 = (when declared(
      struct_VkPipelineColorBlendAttachmentState):
    when ownSizeof(struct_VkPipelineColorBlendAttachmentState) !=
        ownSizeof(struct_VkPipelineColorBlendAttachmentState_1124074824):
      static :
        warning("Declaration of " & "struct_VkPipelineColorBlendAttachmentState" &
            " exists but with different size")
    struct_VkPipelineColorBlendAttachmentState
  else:
    struct_VkPipelineColorBlendAttachmentState_1124074824)
  struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081475 = (when declared(
      struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081474):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT
  else:
    struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081474)
  enum_VkCompositeAlphaFlagBitsKHR_1124076481 = (when declared(
      enum_VkCompositeAlphaFlagBitsKHR):
    when ownSizeof(enum_VkCompositeAlphaFlagBitsKHR) !=
        ownSizeof(enum_VkCompositeAlphaFlagBitsKHR_1124076480):
      static :
        warning("Declaration of " & "enum_VkCompositeAlphaFlagBitsKHR" &
            " exists but with different size")
    enum_VkCompositeAlphaFlagBitsKHR
  else:
    enum_VkCompositeAlphaFlagBitsKHR_1124076480)
  VkDeviceBufferMemoryRequirementsKHR_1124077977 = (when declared(
      VkDeviceBufferMemoryRequirementsKHR):
    when ownSizeof(VkDeviceBufferMemoryRequirementsKHR) !=
        ownSizeof(VkDeviceBufferMemoryRequirementsKHR_1124077976):
      static :
        warning("Declaration of " & "VkDeviceBufferMemoryRequirementsKHR" &
            " exists but with different size")
    VkDeviceBufferMemoryRequirementsKHR
  else:
    VkDeviceBufferMemoryRequirementsKHR_1124077976)
  PFN_vkCmdBeginVideoCodingKHR_1124076773 = (when declared(
      PFN_vkCmdBeginVideoCodingKHR):
    when ownSizeof(PFN_vkCmdBeginVideoCodingKHR) !=
        ownSizeof(PFN_vkCmdBeginVideoCodingKHR_1124076772):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginVideoCodingKHR" &
            " exists but with different size")
    PFN_vkCmdBeginVideoCodingKHR
  else:
    PFN_vkCmdBeginVideoCodingKHR_1124076772)
  StdVideoEncodeAV1ReferenceInfo_1124078293 = (when declared(
      StdVideoEncodeAV1ReferenceInfo):
    when ownSizeof(StdVideoEncodeAV1ReferenceInfo) !=
        ownSizeof(StdVideoEncodeAV1ReferenceInfo_1124078292):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1ReferenceInfo" &
            " exists but with different size")
    StdVideoEncodeAV1ReferenceInfo
  else:
    StdVideoEncodeAV1ReferenceInfo_1124078292)
  struct_VkFrameBoundaryEXT_1124080645 = (when declared(
      struct_VkFrameBoundaryEXT):
    when ownSizeof(struct_VkFrameBoundaryEXT) !=
        ownSizeof(struct_VkFrameBoundaryEXT_1124080644):
      static :
        warning("Declaration of " & "struct_VkFrameBoundaryEXT" &
            " exists but with different size")
    struct_VkFrameBoundaryEXT
  else:
    struct_VkFrameBoundaryEXT_1124080644)
  VkShaderEXT_1124081503 = (when declared(VkShaderEXT):
    when ownSizeof(VkShaderEXT) != ownSizeof(VkShaderEXT_1124081502):
      static :
        warning("Declaration of " & "VkShaderEXT" &
            " exists but with different size")
    VkShaderEXT
  else:
    VkShaderEXT_1124081502)
  VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075825 = (when declared(
      VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures):
    when ownSizeof(VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures) !=
        ownSizeof(VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075824):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures" &
            " exists but with different size")
    VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
  else:
    VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075824)
  union_VkClusterAccelerationStructureOpInputNV_1124082073 = (when declared(
      union_VkClusterAccelerationStructureOpInputNV):
    when ownSizeof(union_VkClusterAccelerationStructureOpInputNV) !=
        ownSizeof(union_VkClusterAccelerationStructureOpInputNV_1124082072):
      static :
        warning("Declaration of " &
            "union_VkClusterAccelerationStructureOpInputNV" &
            " exists but with different size")
    union_VkClusterAccelerationStructureOpInputNV
  else:
    union_VkClusterAccelerationStructureOpInputNV_1124082072)
  VkDrmFormatModifierPropertiesList2EXT_1124079241 = (when declared(
      VkDrmFormatModifierPropertiesList2EXT):
    when ownSizeof(VkDrmFormatModifierPropertiesList2EXT) !=
        ownSizeof(VkDrmFormatModifierPropertiesList2EXT_1124079240):
      static :
        warning("Declaration of " & "VkDrmFormatModifierPropertiesList2EXT" &
            " exists but with different size")
    VkDrmFormatModifierPropertiesList2EXT
  else:
    VkDrmFormatModifierPropertiesList2EXT_1124079240)
  enum_VkMemoryPropertyFlagBits_1124074189 = (when declared(
      enum_VkMemoryPropertyFlagBits):
    when ownSizeof(enum_VkMemoryPropertyFlagBits) !=
        ownSizeof(enum_VkMemoryPropertyFlagBits_1124074188):
      static :
        warning("Declaration of " & "enum_VkMemoryPropertyFlagBits" &
            " exists but with different size")
    enum_VkMemoryPropertyFlagBits
  else:
    enum_VkMemoryPropertyFlagBits_1124074188)
  VkPhysicalDeviceImageFormatInfo2_1124075351 = (when declared(
      VkPhysicalDeviceImageFormatInfo2):
    when ownSizeof(VkPhysicalDeviceImageFormatInfo2) !=
        ownSizeof(VkPhysicalDeviceImageFormatInfo2_1124075350):
      static :
        warning("Declaration of " & "VkPhysicalDeviceImageFormatInfo2" &
            " exists but with different size")
    VkPhysicalDeviceImageFormatInfo2
  else:
    VkPhysicalDeviceImageFormatInfo2_1124075350)
  struct_VkPipelineRenderingCreateInfo_1124076103 = (when declared(
      struct_VkPipelineRenderingCreateInfo):
    when ownSizeof(struct_VkPipelineRenderingCreateInfo) !=
        ownSizeof(struct_VkPipelineRenderingCreateInfo_1124076102):
      static :
        warning("Declaration of " & "struct_VkPipelineRenderingCreateInfo" &
            " exists but with different size")
    struct_VkPipelineRenderingCreateInfo
  else:
    struct_VkPipelineRenderingCreateInfo_1124076102)
  VkDisplayPlaneProperties2KHR_1124077429 = (when declared(
      VkDisplayPlaneProperties2KHR):
    when ownSizeof(VkDisplayPlaneProperties2KHR) !=
        ownSizeof(VkDisplayPlaneProperties2KHR_1124077428):
      static :
        warning("Declaration of " & "VkDisplayPlaneProperties2KHR" &
            " exists but with different size")
    VkDisplayPlaneProperties2KHR
  else:
    VkDisplayPlaneProperties2KHR_1124077428)
  VkLineRasterizationModeEXT_1124079879 = (when declared(
      VkLineRasterizationModeEXT):
    when ownSizeof(VkLineRasterizationModeEXT) !=
        ownSizeof(VkLineRasterizationModeEXT_1124079878):
      static :
        warning("Declaration of " & "VkLineRasterizationModeEXT" &
            " exists but with different size")
    VkLineRasterizationModeEXT
  else:
    VkLineRasterizationModeEXT_1124079878)
  PFN_vkCmdWaitEvents2_1124076149 = (when declared(PFN_vkCmdWaitEvents2):
    when ownSizeof(PFN_vkCmdWaitEvents2) != ownSizeof(PFN_vkCmdWaitEvents2_1124076148):
      static :
        warning("Declaration of " & "PFN_vkCmdWaitEvents2" &
            " exists but with different size")
    PFN_vkCmdWaitEvents2
  else:
    PFN_vkCmdWaitEvents2_1124076148)
  PFN_vkCmdSetVertexInputEXT_1124080551 = (when declared(
      PFN_vkCmdSetVertexInputEXT):
    when ownSizeof(PFN_vkCmdSetVertexInputEXT) !=
        ownSizeof(PFN_vkCmdSetVertexInputEXT_1124080550):
      static :
        warning("Declaration of " & "PFN_vkCmdSetVertexInputEXT" &
            " exists but with different size")
    PFN_vkCmdSetVertexInputEXT
  else:
    PFN_vkCmdSetVertexInputEXT_1124080550)
  struct_VkSubpassDependency_1124074857 = (when declared(
      struct_VkSubpassDependency):
    when ownSizeof(struct_VkSubpassDependency) !=
        ownSizeof(struct_VkSubpassDependency_1124074856):
      static :
        warning("Declaration of " & "struct_VkSubpassDependency" &
            " exists but with different size")
    struct_VkSubpassDependency
  else:
    struct_VkSubpassDependency_1124074856)
  PFN_vkCreateRayTracingPipelinesNV_1124079465 = (when declared(
      PFN_vkCreateRayTracingPipelinesNV):
    when ownSizeof(PFN_vkCreateRayTracingPipelinesNV) !=
        ownSizeof(PFN_vkCreateRayTracingPipelinesNV_1124079464):
      static :
        warning("Declaration of " & "PFN_vkCreateRayTracingPipelinesNV" &
            " exists but with different size")
    PFN_vkCreateRayTracingPipelinesNV
  else:
    PFN_vkCreateRayTracingPipelinesNV_1124079464)
  VkBindDataGraphPipelineSessionMemoryInfoARM_1124081781 = (when declared(
      VkBindDataGraphPipelineSessionMemoryInfoARM):
    when ownSizeof(VkBindDataGraphPipelineSessionMemoryInfoARM) !=
        ownSizeof(VkBindDataGraphPipelineSessionMemoryInfoARM_1124081780):
      static :
        warning("Declaration of " &
            "VkBindDataGraphPipelineSessionMemoryInfoARM" &
            " exists but with different size")
    VkBindDataGraphPipelineSessionMemoryInfoARM
  else:
    VkBindDataGraphPipelineSessionMemoryInfoARM_1124081780)
  struct_StdVideoAV1SequenceHeader_1124082947 = (when declared(
      struct_StdVideoAV1SequenceHeader):
    when ownSizeof(struct_StdVideoAV1SequenceHeader) !=
        ownSizeof(struct_StdVideoAV1SequenceHeader_1124082946):
      static :
        warning("Declaration of " & "struct_StdVideoAV1SequenceHeader" &
            " exists but with different size")
    struct_StdVideoAV1SequenceHeader
  else:
    struct_StdVideoAV1SequenceHeader_1124082946)
  VkWin32KeyedMutexAcquireReleaseInfoNV_1124082739 = (when declared(
      VkWin32KeyedMutexAcquireReleaseInfoNV):
    when ownSizeof(VkWin32KeyedMutexAcquireReleaseInfoNV) !=
        ownSizeof(VkWin32KeyedMutexAcquireReleaseInfoNV_1124082738):
      static :
        warning("Declaration of " & "VkWin32KeyedMutexAcquireReleaseInfoNV" &
            " exists but with different size")
    VkWin32KeyedMutexAcquireReleaseInfoNV
  else:
    VkWin32KeyedMutexAcquireReleaseInfoNV_1124082738)
  struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079505 = (when declared(
      struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079504):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT
  else:
    struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079504)
  PFN_vkCmdDecodeVideoKHR_1124076805 = (when declared(PFN_vkCmdDecodeVideoKHR):
    when ownSizeof(PFN_vkCmdDecodeVideoKHR) !=
        ownSizeof(PFN_vkCmdDecodeVideoKHR_1124076804):
      static :
        warning("Declaration of " & "PFN_vkCmdDecodeVideoKHR" &
            " exists but with different size")
    PFN_vkCmdDecodeVideoKHR
  else:
    PFN_vkCmdDecodeVideoKHR_1124076804)
  PFN_vkGetEventStatus_1124075043 = (when declared(PFN_vkGetEventStatus):
    when ownSizeof(PFN_vkGetEventStatus) != ownSizeof(PFN_vkGetEventStatus_1124075042):
      static :
        warning("Declaration of " & "PFN_vkGetEventStatus" &
            " exists but with different size")
    PFN_vkGetEventStatus
  else:
    PFN_vkGetEventStatus_1124075042)
  enum_VkOutOfBandQueueTypeNV_1124081659 = (when declared(
      enum_VkOutOfBandQueueTypeNV):
    when ownSizeof(enum_VkOutOfBandQueueTypeNV) !=
        ownSizeof(enum_VkOutOfBandQueueTypeNV_1124081658):
      static :
        warning("Declaration of " & "enum_VkOutOfBandQueueTypeNV" &
            " exists but with different size")
    enum_VkOutOfBandQueueTypeNV
  else:
    enum_VkOutOfBandQueueTypeNV_1124081658)
  PFN_vkCreateFence_1124074963 = (when declared(PFN_vkCreateFence):
    when ownSizeof(PFN_vkCreateFence) != ownSizeof(PFN_vkCreateFence_1124074962):
      static :
        warning("Declaration of " & "PFN_vkCreateFence" &
            " exists but with different size")
    PFN_vkCreateFence
  else:
    PFN_vkCreateFence_1124074962)
  VkIndirectCommandsLayoutCreateInfoEXT_1124082277 = (when declared(
      VkIndirectCommandsLayoutCreateInfoEXT):
    when ownSizeof(VkIndirectCommandsLayoutCreateInfoEXT) !=
        ownSizeof(VkIndirectCommandsLayoutCreateInfoEXT_1124082276):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutCreateInfoEXT" &
            " exists but with different size")
    VkIndirectCommandsLayoutCreateInfoEXT
  else:
    VkIndirectCommandsLayoutCreateInfoEXT_1124082276)
  VkPhysicalDeviceTimelineSemaphoreFeatures_1124075669 = (when declared(
      VkPhysicalDeviceTimelineSemaphoreFeatures):
    when ownSizeof(VkPhysicalDeviceTimelineSemaphoreFeatures) !=
        ownSizeof(VkPhysicalDeviceTimelineSemaphoreFeatures_1124075668):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTimelineSemaphoreFeatures" &
            " exists but with different size")
    VkPhysicalDeviceTimelineSemaphoreFeatures
  else:
    VkPhysicalDeviceTimelineSemaphoreFeatures_1124075668)
  VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078859 = (when declared(
      VkPhysicalDeviceASTCDecodeFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceASTCDecodeFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078858):
      static :
        warning("Declaration of " & "VkPhysicalDeviceASTCDecodeFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceASTCDecodeFeaturesEXT
  else:
    VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078858)
  VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080141 = (when declared(
      VkPhysicalDeviceDeviceMemoryReportFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDeviceMemoryReportFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080140):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDeviceMemoryReportFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDeviceMemoryReportFeaturesEXT
  else:
    VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080140)
  VkDataGraphPipelineIdentifierCreateInfoARM_1124081793 = (when declared(
      VkDataGraphPipelineIdentifierCreateInfoARM):
    when ownSizeof(VkDataGraphPipelineIdentifierCreateInfoARM) !=
        ownSizeof(VkDataGraphPipelineIdentifierCreateInfoARM_1124081792):
      static :
        warning("Declaration of " & "VkDataGraphPipelineIdentifierCreateInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineIdentifierCreateInfoARM
  else:
    VkDataGraphPipelineIdentifierCreateInfoARM_1124081792)
  PFN_vkCmdSetFrontFace_1124076161 = (when declared(PFN_vkCmdSetFrontFace):
    when ownSizeof(PFN_vkCmdSetFrontFace) != ownSizeof(PFN_vkCmdSetFrontFace_1124076160):
      static :
        warning("Declaration of " & "PFN_vkCmdSetFrontFace" &
            " exists but with different size")
    PFN_vkCmdSetFrontFace
  else:
    PFN_vkCmdSetFrontFace_1124076160)
  struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079219 = (when declared(
      struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT):
    when ownSizeof(struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079218):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT
  else:
    struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079218)
  enum_VkComponentTypeKHR_1124078165 = (when declared(enum_VkComponentTypeKHR):
    when ownSizeof(enum_VkComponentTypeKHR) !=
        ownSizeof(enum_VkComponentTypeKHR_1124078164):
      static :
        warning("Declaration of " & "enum_VkComponentTypeKHR" &
            " exists but with different size")
    enum_VkComponentTypeKHR
  else:
    enum_VkComponentTypeKHR_1124078164)
  VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078247 = (when declared(
      VkVideoEncodeAV1SuperblockSizeFlagBitsKHR):
    when ownSizeof(VkVideoEncodeAV1SuperblockSizeFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078246):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1SuperblockSizeFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1SuperblockSizeFlagBitsKHR
  else:
    VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078246)
  struct_VkBindMemoryStatus_1124076289 = (when declared(
      struct_VkBindMemoryStatus):
    when ownSizeof(struct_VkBindMemoryStatus) !=
        ownSizeof(struct_VkBindMemoryStatus_1124076288):
      static :
        warning("Declaration of " & "struct_VkBindMemoryStatus" &
            " exists but with different size")
    struct_VkBindMemoryStatus
  else:
    struct_VkBindMemoryStatus_1124076288)
  struct_VkImageFormatProperties2_1124075345 = (when declared(
      struct_VkImageFormatProperties2):
    when ownSizeof(struct_VkImageFormatProperties2) !=
        ownSizeof(struct_VkImageFormatProperties2_1124075344):
      static :
        warning("Declaration of " & "struct_VkImageFormatProperties2" &
            " exists but with different size")
    struct_VkImageFormatProperties2
  else:
    struct_VkImageFormatProperties2_1124075344)
  VkDebugMarkerMarkerInfoEXT_1124078697 = (when declared(
      VkDebugMarkerMarkerInfoEXT):
    when ownSizeof(VkDebugMarkerMarkerInfoEXT) !=
        ownSizeof(VkDebugMarkerMarkerInfoEXT_1124078696):
      static :
        warning("Declaration of " & "VkDebugMarkerMarkerInfoEXT" &
            " exists but with different size")
    VkDebugMarkerMarkerInfoEXT
  else:
    VkDebugMarkerMarkerInfoEXT_1124078696)
  struct_VkExtent3D_1124074445 = (when declared(struct_VkExtent3D):
    when ownSizeof(struct_VkExtent3D) != ownSizeof(struct_VkExtent3D_1124074444):
      static :
        warning("Declaration of " & "struct_VkExtent3D" &
            " exists but with different size")
    struct_VkExtent3D
  else:
    struct_VkExtent3D_1124074444)
  VkPhysicalDevicePushDescriptorProperties_1124076351 = (when declared(
      VkPhysicalDevicePushDescriptorProperties):
    when ownSizeof(VkPhysicalDevicePushDescriptorProperties) !=
        ownSizeof(VkPhysicalDevicePushDescriptorProperties_1124076350):
      static :
        warning("Declaration of " & "VkPhysicalDevicePushDescriptorProperties" &
            " exists but with different size")
    VkPhysicalDevicePushDescriptorProperties
  else:
    VkPhysicalDevicePushDescriptorProperties_1124076350)
  enum_VkStructureType_1124073997 = (when declared(enum_VkStructureType):
    when ownSizeof(enum_VkStructureType) != ownSizeof(enum_VkStructureType_1124073996):
      static :
        warning("Declaration of " & "enum_VkStructureType" &
            " exists but with different size")
    enum_VkStructureType
  else:
    enum_VkStructureType_1124073996)
  enum_VkSamplerAddressMode_1124074073 = (when declared(
      enum_VkSamplerAddressMode):
    when ownSizeof(enum_VkSamplerAddressMode) !=
        ownSizeof(enum_VkSamplerAddressMode_1124074072):
      static :
        warning("Declaration of " & "enum_VkSamplerAddressMode" &
            " exists but with different size")
    enum_VkSamplerAddressMode
  else:
    enum_VkSamplerAddressMode_1124074072)
  enum_VkVideoComponentBitDepthFlagBitsKHR_1124076653 = (when declared(
      enum_VkVideoComponentBitDepthFlagBitsKHR):
    when ownSizeof(enum_VkVideoComponentBitDepthFlagBitsKHR) !=
        ownSizeof(enum_VkVideoComponentBitDepthFlagBitsKHR_1124076652):
      static :
        warning("Declaration of " & "enum_VkVideoComponentBitDepthFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoComponentBitDepthFlagBitsKHR
  else:
    enum_VkVideoComponentBitDepthFlagBitsKHR_1124076652)
  VkDescriptorUpdateTemplateCreateFlagsKHR_1124077245 = (when declared(
      VkDescriptorUpdateTemplateCreateFlagsKHR):
    when ownSizeof(VkDescriptorUpdateTemplateCreateFlagsKHR) !=
        ownSizeof(VkDescriptorUpdateTemplateCreateFlagsKHR_1124077244):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateCreateFlagsKHR" &
            " exists but with different size")
    VkDescriptorUpdateTemplateCreateFlagsKHR
  else:
    VkDescriptorUpdateTemplateCreateFlagsKHR_1124077244)
  VkVideoEncodeH264ProfileInfoKHR_1124076885 = (when declared(
      VkVideoEncodeH264ProfileInfoKHR):
    when ownSizeof(VkVideoEncodeH264ProfileInfoKHR) !=
        ownSizeof(VkVideoEncodeH264ProfileInfoKHR_1124076884):
      static :
        warning("Declaration of " & "VkVideoEncodeH264ProfileInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264ProfileInfoKHR
  else:
    VkVideoEncodeH264ProfileInfoKHR_1124076884)
  VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081393 = (when declared(
      VkPipelineShaderStageModuleIdentifierCreateInfoEXT):
    when ownSizeof(VkPipelineShaderStageModuleIdentifierCreateInfoEXT) !=
        ownSizeof(VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081392):
      static :
        warning("Declaration of " &
            "VkPipelineShaderStageModuleIdentifierCreateInfoEXT" &
            " exists but with different size")
    VkPipelineShaderStageModuleIdentifierCreateInfoEXT
  else:
    VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081392)
  struct_VkPhysicalDeviceShaderCorePropertiesAMD_1124079533 = (when declared(
      struct_VkPhysicalDeviceShaderCorePropertiesAMD):
    when ownSizeof(struct_VkPhysicalDeviceShaderCorePropertiesAMD) !=
        ownSizeof(struct_VkPhysicalDeviceShaderCorePropertiesAMD_1124079532):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderCorePropertiesAMD" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderCorePropertiesAMD
  else:
    struct_VkPhysicalDeviceShaderCorePropertiesAMD_1124079532)
  PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082369 = (when declared(
      PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV):
    when ownSizeof(PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV) !=
        ownSizeof(PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082368):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV
  else:
    PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082368)
  VkExportMemoryWin32HandleInfoKHR_1124082673 = (when declared(
      VkExportMemoryWin32HandleInfoKHR):
    when ownSizeof(VkExportMemoryWin32HandleInfoKHR) !=
        ownSizeof(VkExportMemoryWin32HandleInfoKHR_1124082672):
      static :
        warning("Declaration of " & "VkExportMemoryWin32HandleInfoKHR" &
            " exists but with different size")
    VkExportMemoryWin32HandleInfoKHR
  else:
    VkExportMemoryWin32HandleInfoKHR_1124082672)
  enum_VkIndirectCommandsLayoutUsageFlagBitsNV_1124080023 = (when declared(
      enum_VkIndirectCommandsLayoutUsageFlagBitsNV):
    when ownSizeof(enum_VkIndirectCommandsLayoutUsageFlagBitsNV) !=
        ownSizeof(enum_VkIndirectCommandsLayoutUsageFlagBitsNV_1124080022):
      static :
        warning("Declaration of " &
            "enum_VkIndirectCommandsLayoutUsageFlagBitsNV" &
            " exists but with different size")
    enum_VkIndirectCommandsLayoutUsageFlagBitsNV
  else:
    enum_VkIndirectCommandsLayoutUsageFlagBitsNV_1124080022)
  VkImageSubresourceLayers_1124074671 = (when declared(VkImageSubresourceLayers):
    when ownSizeof(VkImageSubresourceLayers) !=
        ownSizeof(VkImageSubresourceLayers_1124074670):
      static :
        warning("Declaration of " & "VkImageSubresourceLayers" &
            " exists but with different size")
    VkImageSubresourceLayers
  else:
    VkImageSubresourceLayers_1124074670)
  struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082155 = (when declared(
      struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV):
    when ownSizeof(struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV) !=
        ownSizeof(struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082154):
      static :
        warning("Declaration of " &
            "struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV" &
            " exists but with different size")
    struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV
  else:
    struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082154)
  VkVideoSessionCreateFlagsKHR_1124076669 = (when declared(
      VkVideoSessionCreateFlagsKHR):
    when ownSizeof(VkVideoSessionCreateFlagsKHR) !=
        ownSizeof(VkVideoSessionCreateFlagsKHR_1124076668):
      static :
        warning("Declaration of " & "VkVideoSessionCreateFlagsKHR" &
            " exists but with different size")
    VkVideoSessionCreateFlagsKHR
  else:
    VkVideoSessionCreateFlagsKHR_1124076668)
  VkPhysicalDeviceVulkan13Features_1124075905 = (when declared(
      VkPhysicalDeviceVulkan13Features):
    when ownSizeof(VkPhysicalDeviceVulkan13Features) !=
        ownSizeof(VkPhysicalDeviceVulkan13Features_1124075904):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan13Features" &
            " exists but with different size")
    VkPhysicalDeviceVulkan13Features
  else:
    VkPhysicalDeviceVulkan13Features_1124075904)
  struct_VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077349 = (when declared(
      struct_VkPhysicalDevicePerformanceQueryFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePerformanceQueryFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077348):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePerformanceQueryFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePerformanceQueryFeaturesKHR
  else:
    struct_VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077348)
  struct_VkPhysicalDeviceSubgroupSizeControlFeatures_1124076039 = (when declared(
      struct_VkPhysicalDeviceSubgroupSizeControlFeatures):
    when ownSizeof(struct_VkPhysicalDeviceSubgroupSizeControlFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceSubgroupSizeControlFeatures_1124076038):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSubgroupSizeControlFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceSubgroupSizeControlFeatures
  else:
    struct_VkPhysicalDeviceSubgroupSizeControlFeatures_1124076038)
  VkBindImageMemoryInfoKHR_1124077503 = (when declared(VkBindImageMemoryInfoKHR):
    when ownSizeof(VkBindImageMemoryInfoKHR) !=
        ownSizeof(VkBindImageMemoryInfoKHR_1124077502):
      static :
        warning("Declaration of " & "VkBindImageMemoryInfoKHR" &
            " exists but with different size")
    VkBindImageMemoryInfoKHR
  else:
    VkBindImageMemoryInfoKHR_1124077502)
  VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077903 = (when declared(
      VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077902):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
  else:
    VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077902)
  VkBuildMicromapFlagBitsEXT_1124080799 = (when declared(
      VkBuildMicromapFlagBitsEXT):
    when ownSizeof(VkBuildMicromapFlagBitsEXT) !=
        ownSizeof(VkBuildMicromapFlagBitsEXT_1124080798):
      static :
        warning("Declaration of " & "VkBuildMicromapFlagBitsEXT" &
            " exists but with different size")
    VkBuildMicromapFlagBitsEXT
  else:
    VkBuildMicromapFlagBitsEXT_1124080798)
  VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082689 = (when declared(
      VkWin32KeyedMutexAcquireReleaseInfoKHR):
    when ownSizeof(VkWin32KeyedMutexAcquireReleaseInfoKHR) !=
        ownSizeof(VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082688):
      static :
        warning("Declaration of " & "VkWin32KeyedMutexAcquireReleaseInfoKHR" &
            " exists but with different size")
    VkWin32KeyedMutexAcquireReleaseInfoKHR
  else:
    VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082688)
  VkFormatFeatureFlagBits2KHR_1124077955 = (when declared(
      VkFormatFeatureFlagBits2KHR):
    when ownSizeof(VkFormatFeatureFlagBits2KHR) !=
        ownSizeof(VkFormatFeatureFlagBits2KHR_1124077954):
      static :
        warning("Declaration of " & "VkFormatFeatureFlagBits2KHR" &
            " exists but with different size")
    VkFormatFeatureFlagBits2KHR
  else:
    VkFormatFeatureFlagBits2KHR_1124077954)
  struct_VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079295 = (when declared(
      struct_VkPipelineViewportShadingRateImageStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineViewportShadingRateImageStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079294):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportShadingRateImageStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineViewportShadingRateImageStateCreateInfoNV
  else:
    struct_VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079294)
  VkDisplacementMicromapFormatNV_1124082879 = (when declared(
      VkDisplacementMicromapFormatNV):
    when ownSizeof(VkDisplacementMicromapFormatNV) !=
        ownSizeof(VkDisplacementMicromapFormatNV_1124082878):
      static :
        warning("Declaration of " & "VkDisplacementMicromapFormatNV" &
            " exists but with different size")
    VkDisplacementMicromapFormatNV
  else:
    VkDisplacementMicromapFormatNV_1124082878)
  VkPipelineRobustnessImageBehaviorEXT_1124078863 = (when declared(
      VkPipelineRobustnessImageBehaviorEXT):
    when ownSizeof(VkPipelineRobustnessImageBehaviorEXT) !=
        ownSizeof(VkPipelineRobustnessImageBehaviorEXT_1124078862):
      static :
        warning("Declaration of " & "VkPipelineRobustnessImageBehaviorEXT" &
            " exists but with different size")
    VkPipelineRobustnessImageBehaviorEXT
  else:
    VkPipelineRobustnessImageBehaviorEXT_1124078862)
  VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078249 = (when declared(
      VkVideoEncodeAV1SuperblockSizeFlagsKHR):
    when ownSizeof(VkVideoEncodeAV1SuperblockSizeFlagsKHR) !=
        ownSizeof(VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078248):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1SuperblockSizeFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1SuperblockSizeFlagsKHR
  else:
    VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078248)
  enum_VkSubpassDescriptionFlagBits_1124074429 = (when declared(
      enum_VkSubpassDescriptionFlagBits):
    when ownSizeof(enum_VkSubpassDescriptionFlagBits) !=
        ownSizeof(enum_VkSubpassDescriptionFlagBits_1124074428):
      static :
        warning("Declaration of " & "enum_VkSubpassDescriptionFlagBits" &
            " exists but with different size")
    enum_VkSubpassDescriptionFlagBits
  else:
    enum_VkSubpassDescriptionFlagBits_1124074428)
  VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082169 = (when declared(
      VkPartitionedAccelerationStructureWritePartitionTranslationDataNV):
    when ownSizeof(VkPartitionedAccelerationStructureWritePartitionTranslationDataNV) !=
        ownSizeof(VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082168):
      static :
        warning("Declaration of " &
            "VkPartitionedAccelerationStructureWritePartitionTranslationDataNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureWritePartitionTranslationDataNV
  else:
    VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082168)
  VkToolPurposeFlagsEXT_1124079789 = (when declared(VkToolPurposeFlagsEXT):
    when ownSizeof(VkToolPurposeFlagsEXT) != ownSizeof(VkToolPurposeFlagsEXT_1124079788):
      static :
        warning("Declaration of " & "VkToolPurposeFlagsEXT" &
            " exists but with different size")
    VkToolPurposeFlagsEXT
  else:
    VkToolPurposeFlagsEXT_1124079788)
  struct_VkHostImageCopyDevicePerformanceQuery_1124076329 = (when declared(
      struct_VkHostImageCopyDevicePerformanceQuery):
    when ownSizeof(struct_VkHostImageCopyDevicePerformanceQuery) !=
        ownSizeof(struct_VkHostImageCopyDevicePerformanceQuery_1124076328):
      static :
        warning("Declaration of " &
            "struct_VkHostImageCopyDevicePerformanceQuery" &
            " exists but with different size")
    struct_VkHostImageCopyDevicePerformanceQuery
  else:
    struct_VkHostImageCopyDevicePerformanceQuery_1124076328)
  enum_VkOpticalFlowPerformanceLevelNV_1124081405 = (when declared(
      enum_VkOpticalFlowPerformanceLevelNV):
    when ownSizeof(enum_VkOpticalFlowPerformanceLevelNV) !=
        ownSizeof(enum_VkOpticalFlowPerformanceLevelNV_1124081404):
      static :
        warning("Declaration of " & "enum_VkOpticalFlowPerformanceLevelNV" &
            " exists but with different size")
    enum_VkOpticalFlowPerformanceLevelNV
  else:
    enum_VkOpticalFlowPerformanceLevelNV_1124081404)
  VkRayTracingShaderGroupCreateInfoKHR_1124082589 = (when declared(
      VkRayTracingShaderGroupCreateInfoKHR):
    when ownSizeof(VkRayTracingShaderGroupCreateInfoKHR) !=
        ownSizeof(VkRayTracingShaderGroupCreateInfoKHR_1124082588):
      static :
        warning("Declaration of " & "VkRayTracingShaderGroupCreateInfoKHR" &
            " exists but with different size")
    VkRayTracingShaderGroupCreateInfoKHR
  else:
    VkRayTracingShaderGroupCreateInfoKHR_1124082588)
  VkResolveImageInfo2KHR_1124077929 = (when declared(VkResolveImageInfo2KHR):
    when ownSizeof(VkResolveImageInfo2KHR) != ownSizeof(VkResolveImageInfo2KHR_1124077928):
      static :
        warning("Declaration of " & "VkResolveImageInfo2KHR" &
            " exists but with different size")
    VkResolveImageInfo2KHR
  else:
    VkResolveImageInfo2KHR_1124077928)
  enum_VkDepthBiasRepresentationEXT_1124080115 = (when declared(
      enum_VkDepthBiasRepresentationEXT):
    when ownSizeof(enum_VkDepthBiasRepresentationEXT) !=
        ownSizeof(enum_VkDepthBiasRepresentationEXT_1124080114):
      static :
        warning("Declaration of " & "enum_VkDepthBiasRepresentationEXT" &
            " exists but with different size")
    enum_VkDepthBiasRepresentationEXT
  else:
    enum_VkDepthBiasRepresentationEXT_1124080114)
  struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080947 = (when declared(
      struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080946):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
  else:
    struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080946)
  VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081645 = (when declared(
      VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM):
    when ownSizeof(VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM) !=
        ownSizeof(VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081644):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM" &
            " exists but with different size")
    VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM
  else:
    VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081644)
  PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV_1124081465 = (when declared(
      PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV):
    when ownSizeof(PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV) !=
        ownSizeof(PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV_1124081464):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV
  else:
    PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV_1124081464)
  VkDeviceMemory_1124073954 = (when declared(VkDeviceMemory):
    when ownSizeof(VkDeviceMemory) != ownSizeof(VkDeviceMemory_1124073953):
      static :
        warning("Declaration of " & "VkDeviceMemory" &
            " exists but with different size")
    VkDeviceMemory
  else:
    VkDeviceMemory_1124073953)
  struct_VkCommandBufferBeginInfo_1124074661 = (when declared(
      struct_VkCommandBufferBeginInfo):
    when ownSizeof(struct_VkCommandBufferBeginInfo) !=
        ownSizeof(struct_VkCommandBufferBeginInfo_1124074660):
      static :
        warning("Declaration of " & "struct_VkCommandBufferBeginInfo" &
            " exists but with different size")
    struct_VkCommandBufferBeginInfo
  else:
    struct_VkCommandBufferBeginInfo_1124074660)
  VkBufferCopy_1124074667 = (when declared(VkBufferCopy):
    when ownSizeof(VkBufferCopy) != ownSizeof(VkBufferCopy_1124074666):
      static :
        warning("Declaration of " & "VkBufferCopy" &
            " exists but with different size")
    VkBufferCopy
  else:
    VkBufferCopy_1124074666)
  struct_VkSetDescriptorBufferOffsetsInfoEXT_1124078405 = (when declared(
      struct_VkSetDescriptorBufferOffsetsInfoEXT):
    when ownSizeof(struct_VkSetDescriptorBufferOffsetsInfoEXT) !=
        ownSizeof(struct_VkSetDescriptorBufferOffsetsInfoEXT_1124078404):
      static :
        warning("Declaration of " & "struct_VkSetDescriptorBufferOffsetsInfoEXT" &
            " exists but with different size")
    struct_VkSetDescriptorBufferOffsetsInfoEXT
  else:
    struct_VkSetDescriptorBufferOffsetsInfoEXT_1124078404)
  VkDescriptorSetLayoutSupport_1124075485 = (when declared(
      VkDescriptorSetLayoutSupport):
    when ownSizeof(VkDescriptorSetLayoutSupport) !=
        ownSizeof(VkDescriptorSetLayoutSupport_1124075484):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutSupport" &
            " exists but with different size")
    VkDescriptorSetLayoutSupport
  else:
    VkDescriptorSetLayoutSupport_1124075484)
  struct_VkCopyMemoryToImageIndirectInfoKHR_1124078447 = (when declared(
      struct_VkCopyMemoryToImageIndirectInfoKHR):
    when ownSizeof(struct_VkCopyMemoryToImageIndirectInfoKHR) !=
        ownSizeof(struct_VkCopyMemoryToImageIndirectInfoKHR_1124078446):
      static :
        warning("Declaration of " & "struct_VkCopyMemoryToImageIndirectInfoKHR" &
            " exists but with different size")
    struct_VkCopyMemoryToImageIndirectInfoKHR
  else:
    struct_VkCopyMemoryToImageIndirectInfoKHR_1124078446)
  PFN_vkDestroyOpticalFlowSessionNV_1124081469 = (when declared(
      PFN_vkDestroyOpticalFlowSessionNV):
    when ownSizeof(PFN_vkDestroyOpticalFlowSessionNV) !=
        ownSizeof(PFN_vkDestroyOpticalFlowSessionNV_1124081468):
      static :
        warning("Declaration of " & "PFN_vkDestroyOpticalFlowSessionNV" &
            " exists but with different size")
    PFN_vkDestroyOpticalFlowSessionNV
  else:
    PFN_vkDestroyOpticalFlowSessionNV_1124081468)
  struct_VkExportSemaphoreWin32HandleInfoKHR_1124082695 = (when declared(
      struct_VkExportSemaphoreWin32HandleInfoKHR):
    when ownSizeof(struct_VkExportSemaphoreWin32HandleInfoKHR) !=
        ownSizeof(struct_VkExportSemaphoreWin32HandleInfoKHR_1124082694):
      static :
        warning("Declaration of " & "struct_VkExportSemaphoreWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkExportSemaphoreWin32HandleInfoKHR
  else:
    struct_VkExportSemaphoreWin32HandleInfoKHR_1124082694)
  VkPhysicalDeviceDepthClampZeroOneFeaturesEXT_1124080963 = (when declared(
      VkPhysicalDeviceDepthClampZeroOneFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDepthClampZeroOneFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDepthClampZeroOneFeaturesEXT_1124080962):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthClampZeroOneFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDepthClampZeroOneFeaturesEXT
  else:
    VkPhysicalDeviceDepthClampZeroOneFeaturesEXT_1124080962)
  VkPerformanceStreamMarkerInfoINTEL_1124079673 = (when declared(
      VkPerformanceStreamMarkerInfoINTEL):
    when ownSizeof(VkPerformanceStreamMarkerInfoINTEL) !=
        ownSizeof(VkPerformanceStreamMarkerInfoINTEL_1124079672):
      static :
        warning("Declaration of " & "VkPerformanceStreamMarkerInfoINTEL" &
            " exists but with different size")
    VkPerformanceStreamMarkerInfoINTEL
  else:
    VkPerformanceStreamMarkerInfoINTEL_1124079672)
  enum_VkAccelerationStructureMemoryRequirementsTypeNV_1124079351 = (when declared(
      enum_VkAccelerationStructureMemoryRequirementsTypeNV):
    when ownSizeof(enum_VkAccelerationStructureMemoryRequirementsTypeNV) !=
        ownSizeof(enum_VkAccelerationStructureMemoryRequirementsTypeNV_1124079350):
      static :
        warning("Declaration of " &
            "enum_VkAccelerationStructureMemoryRequirementsTypeNV" &
            " exists but with different size")
    enum_VkAccelerationStructureMemoryRequirementsTypeNV
  else:
    enum_VkAccelerationStructureMemoryRequirementsTypeNV_1124079350)
  struct_VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080909 = (when declared(
      struct_VkSamplerBorderColorComponentMappingCreateInfoEXT):
    when ownSizeof(struct_VkSamplerBorderColorComponentMappingCreateInfoEXT) !=
        ownSizeof(struct_VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080908):
      static :
        warning("Declaration of " &
            "struct_VkSamplerBorderColorComponentMappingCreateInfoEXT" &
            " exists but with different size")
    struct_VkSamplerBorderColorComponentMappingCreateInfoEXT
  else:
    struct_VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080908)
  StdVideoVP9FrameType_1124083101 = (when declared(StdVideoVP9FrameType):
    when ownSizeof(StdVideoVP9FrameType) != ownSizeof(StdVideoVP9FrameType_1124083100):
      static :
        warning("Declaration of " & "StdVideoVP9FrameType" &
            " exists but with different size")
    StdVideoVP9FrameType
  else:
    StdVideoVP9FrameType_1124083100)
  struct_VkRenderPassCreateInfo2_1124075783 = (when declared(
      struct_VkRenderPassCreateInfo2):
    when ownSizeof(struct_VkRenderPassCreateInfo2) !=
        ownSizeof(struct_VkRenderPassCreateInfo2_1124075782):
      static :
        warning("Declaration of " & "struct_VkRenderPassCreateInfo2" &
            " exists but with different size")
    struct_VkRenderPassCreateInfo2
  else:
    struct_VkRenderPassCreateInfo2_1124075782)
  struct_VkBufferMemoryBarrier_1124074469 = (when declared(
      struct_VkBufferMemoryBarrier):
    when ownSizeof(struct_VkBufferMemoryBarrier) !=
        ownSizeof(struct_VkBufferMemoryBarrier_1124074468):
      static :
        warning("Declaration of " & "struct_VkBufferMemoryBarrier" &
            " exists but with different size")
    struct_VkBufferMemoryBarrier
  else:
    struct_VkBufferMemoryBarrier_1124074468)
  VkSemaphoreSubmitInfo_1124075945 = (when declared(VkSemaphoreSubmitInfo):
    when ownSizeof(VkSemaphoreSubmitInfo) != ownSizeof(VkSemaphoreSubmitInfo_1124075944):
      static :
        warning("Declaration of " & "VkSemaphoreSubmitInfo" &
            " exists but with different size")
    VkSemaphoreSubmitInfo
  else:
    VkSemaphoreSubmitInfo_1124075944)
  StdVideoAV1FilmGrain_1124083087 = (when declared(StdVideoAV1FilmGrain):
    when ownSizeof(StdVideoAV1FilmGrain) != ownSizeof(StdVideoAV1FilmGrain_1124083086):
      static :
        warning("Declaration of " & "StdVideoAV1FilmGrain" &
            " exists but with different size")
    StdVideoAV1FilmGrain
  else:
    StdVideoAV1FilmGrain_1124083086)
  struct_VkFormatProperties_1124074505 = (when declared(
      struct_VkFormatProperties):
    when ownSizeof(struct_VkFormatProperties) !=
        ownSizeof(struct_VkFormatProperties_1124074504):
      static :
        warning("Declaration of " & "struct_VkFormatProperties" &
            " exists but with different size")
    struct_VkFormatProperties
  else:
    struct_VkFormatProperties_1124074504)
  VkWriteDescriptorSet_1124074767 = (when declared(VkWriteDescriptorSet):
    when ownSizeof(VkWriteDescriptorSet) != ownSizeof(VkWriteDescriptorSet_1124074766):
      static :
        warning("Declaration of " & "VkWriteDescriptorSet" &
            " exists but with different size")
    VkWriteDescriptorSet
  else:
    VkWriteDescriptorSet_1124074766)
  struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079769 = (when declared(
      struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079768):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
  else:
    struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079768)
  struct_StdVideoAV1ColorConfig_1124083199 = (when declared(
      struct_StdVideoAV1ColorConfig):
    when ownSizeof(struct_StdVideoAV1ColorConfig) !=
        ownSizeof(struct_StdVideoAV1ColorConfig_1124083198):
      static :
        warning("Declaration of " & "struct_StdVideoAV1ColorConfig" &
            " exists but with different size")
    struct_StdVideoAV1ColorConfig
  else:
    struct_StdVideoAV1ColorConfig_1124083198)
  struct_VkValidationFlagsEXT_1124078847 = (when declared(
      struct_VkValidationFlagsEXT):
    when ownSizeof(struct_VkValidationFlagsEXT) !=
        ownSizeof(struct_VkValidationFlagsEXT_1124078846):
      static :
        warning("Declaration of " & "struct_VkValidationFlagsEXT" &
            " exists but with different size")
    struct_VkValidationFlagsEXT
  else:
    struct_VkValidationFlagsEXT_1124078846)
  VkMultiDrawInfoEXT_1124080745 = (when declared(VkMultiDrawInfoEXT):
    when ownSizeof(VkMultiDrawInfoEXT) != ownSizeof(VkMultiDrawInfoEXT_1124080744):
      static :
        warning("Declaration of " & "VkMultiDrawInfoEXT" &
            " exists but with different size")
    VkMultiDrawInfoEXT
  else:
    VkMultiDrawInfoEXT_1124080744)
  struct_VkWriteDescriptorSetTensorARM_1124081285 = (when declared(
      struct_VkWriteDescriptorSetTensorARM):
    when ownSizeof(struct_VkWriteDescriptorSetTensorARM) !=
        ownSizeof(struct_VkWriteDescriptorSetTensorARM_1124081284):
      static :
        warning("Declaration of " & "struct_VkWriteDescriptorSetTensorARM" &
            " exists but with different size")
    struct_VkWriteDescriptorSetTensorARM
  else:
    struct_VkWriteDescriptorSetTensorARM_1124081284)
  struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080345 = (when declared(
      struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080344):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT
  else:
    struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080344)
  struct_VkStridedDeviceAddressNV_1124082089 = (when declared(
      struct_VkStridedDeviceAddressNV):
    when ownSizeof(struct_VkStridedDeviceAddressNV) !=
        ownSizeof(struct_VkStridedDeviceAddressNV_1124082088):
      static :
        warning("Declaration of " & "struct_VkStridedDeviceAddressNV" &
            " exists but with different size")
    struct_VkStridedDeviceAddressNV
  else:
    struct_VkStridedDeviceAddressNV_1124082088)
  VkComputePipelineCreateInfo_1124074719 = (when declared(
      VkComputePipelineCreateInfo):
    when ownSizeof(VkComputePipelineCreateInfo) !=
        ownSizeof(VkComputePipelineCreateInfo_1124074718):
      static :
        warning("Declaration of " & "VkComputePipelineCreateInfo" &
            " exists but with different size")
    VkComputePipelineCreateInfo
  else:
    VkComputePipelineCreateInfo_1124074718)
  VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081859 = (when declared(
      VkPhysicalDevicePerStageDescriptorSetFeaturesNV):
    when ownSizeof(VkPhysicalDevicePerStageDescriptorSetFeaturesNV) !=
        ownSizeof(VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081858):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePerStageDescriptorSetFeaturesNV" &
            " exists but with different size")
    VkPhysicalDevicePerStageDescriptorSetFeaturesNV
  else:
    VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081858)
  VkCopyAccelerationStructureModeNV_1124079349 = (when declared(
      VkCopyAccelerationStructureModeNV):
    when ownSizeof(VkCopyAccelerationStructureModeNV) !=
        ownSizeof(VkCopyAccelerationStructureModeNV_1124079348):
      static :
        warning("Declaration of " & "VkCopyAccelerationStructureModeNV" &
            " exists but with different size")
    VkCopyAccelerationStructureModeNV
  else:
    VkCopyAccelerationStructureModeNV_1124079348)
  struct_VkImportSemaphoreWin32HandleInfoKHR_1124082691 = (when declared(
      struct_VkImportSemaphoreWin32HandleInfoKHR):
    when ownSizeof(struct_VkImportSemaphoreWin32HandleInfoKHR) !=
        ownSizeof(struct_VkImportSemaphoreWin32HandleInfoKHR_1124082690):
      static :
        warning("Declaration of " & "struct_VkImportSemaphoreWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkImportSemaphoreWin32HandleInfoKHR
  else:
    struct_VkImportSemaphoreWin32HandleInfoKHR_1124082690)
  struct_StdVideoEncodeH264RefPicMarkingEntry_1124083321 = (when declared(
      struct_StdVideoEncodeH264RefPicMarkingEntry):
    when ownSizeof(struct_StdVideoEncodeH264RefPicMarkingEntry) !=
        ownSizeof(struct_StdVideoEncodeH264RefPicMarkingEntry_1124083320):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH264RefPicMarkingEntry" &
            " exists but with different size")
    struct_StdVideoEncodeH264RefPicMarkingEntry
  else:
    struct_StdVideoEncodeH264RefPicMarkingEntry_1124083320)
  struct_VkPhysicalDeviceMemoryProperties_1124074533 = (when declared(
      struct_VkPhysicalDeviceMemoryProperties):
    when ownSizeof(struct_VkPhysicalDeviceMemoryProperties) !=
        ownSizeof(struct_VkPhysicalDeviceMemoryProperties_1124074532):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceMemoryProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceMemoryProperties
  else:
    struct_VkPhysicalDeviceMemoryProperties_1124074532)
  VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080663 = (when declared(
      VkPhysicalDeviceExtendedDynamicState2FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceExtendedDynamicState2FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080662):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExtendedDynamicState2FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceExtendedDynamicState2FeaturesEXT
  else:
    VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080662)
  VkPolygonMode_1124074119 = (when declared(VkPolygonMode):
    when ownSizeof(VkPolygonMode) != ownSizeof(VkPolygonMode_1124074118):
      static :
        warning("Declaration of " & "VkPolygonMode" &
            " exists but with different size")
    VkPolygonMode
  else:
    VkPolygonMode_1124074118)
  VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078551 = (when declared(
      VkPhysicalDeviceLayeredApiPropertiesListKHR):
    when ownSizeof(VkPhysicalDeviceLayeredApiPropertiesListKHR) !=
        ownSizeof(VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078550):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLayeredApiPropertiesListKHR" &
            " exists but with different size")
    VkPhysicalDeviceLayeredApiPropertiesListKHR
  else:
    VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078550)
  VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076335 = (when declared(
      VkPhysicalDeviceShaderSubgroupRotateFeatures):
    when ownSizeof(VkPhysicalDeviceShaderSubgroupRotateFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076334):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderSubgroupRotateFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderSubgroupRotateFeatures
  else:
    VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076334)
  struct_VkPhysicalDeviceDynamicRenderingFeatures_1124076107 = (when declared(
      struct_VkPhysicalDeviceDynamicRenderingFeatures):
    when ownSizeof(struct_VkPhysicalDeviceDynamicRenderingFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceDynamicRenderingFeatures_1124076106):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDynamicRenderingFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceDynamicRenderingFeatures
  else:
    struct_VkPhysicalDeviceDynamicRenderingFeatures_1124076106)
  VkExportSemaphoreCreateInfoKHR_1124077203 = (when declared(
      VkExportSemaphoreCreateInfoKHR):
    when ownSizeof(VkExportSemaphoreCreateInfoKHR) !=
        ownSizeof(VkExportSemaphoreCreateInfoKHR_1124077202):
      static :
        warning("Declaration of " & "VkExportSemaphoreCreateInfoKHR" &
            " exists but with different size")
    VkExportSemaphoreCreateInfoKHR
  else:
    VkExportSemaphoreCreateInfoKHR_1124077202)
  struct_VkMemoryAllocateFlagsInfo_1124075281 = (when declared(
      struct_VkMemoryAllocateFlagsInfo):
    when ownSizeof(struct_VkMemoryAllocateFlagsInfo) !=
        ownSizeof(struct_VkMemoryAllocateFlagsInfo_1124075280):
      static :
        warning("Declaration of " & "struct_VkMemoryAllocateFlagsInfo" &
            " exists but with different size")
    struct_VkMemoryAllocateFlagsInfo
  else:
    struct_VkMemoryAllocateFlagsInfo_1124075280)
  VkDependencyFlags_1124074281 = (when declared(VkDependencyFlags):
    when ownSizeof(VkDependencyFlags) != ownSizeof(VkDependencyFlags_1124074280):
      static :
        warning("Declaration of " & "VkDependencyFlags" &
            " exists but with different size")
    VkDependencyFlags
  else:
    VkDependencyFlags_1124074280)
  VkVideoEncodeAV1ProfileInfoKHR_1124078299 = (when declared(
      VkVideoEncodeAV1ProfileInfoKHR):
    when ownSizeof(VkVideoEncodeAV1ProfileInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1ProfileInfoKHR_1124078298):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1ProfileInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1ProfileInfoKHR
  else:
    VkVideoEncodeAV1ProfileInfoKHR_1124078298)
  struct_VkPastPresentationTimingGOOGLE_1124078957 = (when declared(
      struct_VkPastPresentationTimingGOOGLE):
    when ownSizeof(struct_VkPastPresentationTimingGOOGLE) !=
        ownSizeof(struct_VkPastPresentationTimingGOOGLE_1124078956):
      static :
        warning("Declaration of " & "struct_VkPastPresentationTimingGOOGLE" &
            " exists but with different size")
    struct_VkPastPresentationTimingGOOGLE
  else:
    struct_VkPastPresentationTimingGOOGLE_1124078956)
  struct_VkVideoEncodeH264SessionCreateInfoKHR_1124076839 = (when declared(
      struct_VkVideoEncodeH264SessionCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264SessionCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264SessionCreateInfoKHR_1124076838):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264SessionCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264SessionCreateInfoKHR
  else:
    struct_VkVideoEncodeH264SessionCreateInfoKHR_1124076838)
  VkFramebufferMixedSamplesCombinationNV_1124079843 = (when declared(
      VkFramebufferMixedSamplesCombinationNV):
    when ownSizeof(VkFramebufferMixedSamplesCombinationNV) !=
        ownSizeof(VkFramebufferMixedSamplesCombinationNV_1124079842):
      static :
        warning("Declaration of " & "VkFramebufferMixedSamplesCombinationNV" &
            " exists but with different size")
    VkFramebufferMixedSamplesCombinationNV
  else:
    VkFramebufferMixedSamplesCombinationNV_1124079842)
  VkPipelineInfoEXT_1124080623 = (when declared(VkPipelineInfoEXT):
    when ownSizeof(VkPipelineInfoEXT) != ownSizeof(VkPipelineInfoEXT_1124080622):
      static :
        warning("Declaration of " & "VkPipelineInfoEXT" &
            " exists but with different size")
    VkPipelineInfoEXT
  else:
    VkPipelineInfoEXT_1124080622)
  VkVideoCapabilityFlagsKHR_1124076663 = (when declared(
      VkVideoCapabilityFlagsKHR):
    when ownSizeof(VkVideoCapabilityFlagsKHR) !=
        ownSizeof(VkVideoCapabilityFlagsKHR_1124076662):
      static :
        warning("Declaration of " & "VkVideoCapabilityFlagsKHR" &
            " exists but with different size")
    VkVideoCapabilityFlagsKHR
  else:
    VkVideoCapabilityFlagsKHR_1124076662)
  VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081207 = (when declared(
      VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081206):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT
  else:
    VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081206)
  PFN_vkCreateAccelerationStructureKHR_1124082551 = (when declared(
      PFN_vkCreateAccelerationStructureKHR):
    when ownSizeof(PFN_vkCreateAccelerationStructureKHR) !=
        ownSizeof(PFN_vkCreateAccelerationStructureKHR_1124082550):
      static :
        warning("Declaration of " & "PFN_vkCreateAccelerationStructureKHR" &
            " exists but with different size")
    PFN_vkCreateAccelerationStructureKHR
  else:
    PFN_vkCreateAccelerationStructureKHR_1124082550)
  struct_VkMultisamplePropertiesEXT_1124079161 = (when declared(
      struct_VkMultisamplePropertiesEXT):
    when ownSizeof(struct_VkMultisamplePropertiesEXT) !=
        ownSizeof(struct_VkMultisamplePropertiesEXT_1124079160):
      static :
        warning("Declaration of " & "struct_VkMultisamplePropertiesEXT" &
            " exists but with different size")
    struct_VkMultisamplePropertiesEXT
  else:
    struct_VkMultisamplePropertiesEXT_1124079160)
  PFN_vkCreateTensorARM_1124081361 = (when declared(PFN_vkCreateTensorARM):
    when ownSizeof(PFN_vkCreateTensorARM) != ownSizeof(PFN_vkCreateTensorARM_1124081360):
      static :
        warning("Declaration of " & "PFN_vkCreateTensorARM" &
            " exists but with different size")
    PFN_vkCreateTensorARM
  else:
    PFN_vkCreateTensorARM_1124081360)
  PFN_vkGetPhysicalDeviceFormatProperties2KHR_1124077093 = (when declared(
      PFN_vkGetPhysicalDeviceFormatProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceFormatProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFormatProperties2KHR_1124077092):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceFormatProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFormatProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceFormatProperties2KHR_1124077092)
  VkPipelineBinaryKeysAndDataKHR_1124078079 = (when declared(
      VkPipelineBinaryKeysAndDataKHR):
    when ownSizeof(VkPipelineBinaryKeysAndDataKHR) !=
        ownSizeof(VkPipelineBinaryKeysAndDataKHR_1124078078):
      static :
        warning("Declaration of " & "VkPipelineBinaryKeysAndDataKHR" &
            " exists but with different size")
    VkPipelineBinaryKeysAndDataKHR
  else:
    VkPipelineBinaryKeysAndDataKHR_1124078078)
  PFN_vkCmdSetPerformanceStreamMarkerINTEL_1124079689 = (when declared(
      PFN_vkCmdSetPerformanceStreamMarkerINTEL):
    when ownSizeof(PFN_vkCmdSetPerformanceStreamMarkerINTEL) !=
        ownSizeof(PFN_vkCmdSetPerformanceStreamMarkerINTEL_1124079688):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPerformanceStreamMarkerINTEL" &
            " exists but with different size")
    PFN_vkCmdSetPerformanceStreamMarkerINTEL
  else:
    PFN_vkCmdSetPerformanceStreamMarkerINTEL_1124079688)
  enum_VkProvokingVertexModeEXT_1124079855 = (when declared(
      enum_VkProvokingVertexModeEXT):
    when ownSizeof(enum_VkProvokingVertexModeEXT) !=
        ownSizeof(enum_VkProvokingVertexModeEXT_1124079854):
      static :
        warning("Declaration of " & "enum_VkProvokingVertexModeEXT" &
            " exists but with different size")
    enum_VkProvokingVertexModeEXT
  else:
    enum_VkProvokingVertexModeEXT_1124079854)
  PFN_vkGetPhysicalDeviceFormatProperties2_1124075563 = (when declared(
      PFN_vkGetPhysicalDeviceFormatProperties2):
    when ownSizeof(PFN_vkGetPhysicalDeviceFormatProperties2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFormatProperties2_1124075562):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceFormatProperties2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFormatProperties2
  else:
    PFN_vkGetPhysicalDeviceFormatProperties2_1124075562)
  struct_VkImportMemoryHostPointerInfoEXT_1124079497 = (when declared(
      struct_VkImportMemoryHostPointerInfoEXT):
    when ownSizeof(struct_VkImportMemoryHostPointerInfoEXT) !=
        ownSizeof(struct_VkImportMemoryHostPointerInfoEXT_1124079496):
      static :
        warning("Declaration of " & "struct_VkImportMemoryHostPointerInfoEXT" &
            " exists but with different size")
    struct_VkImportMemoryHostPointerInfoEXT
  else:
    struct_VkImportMemoryHostPointerInfoEXT_1124079496)
  PFN_vkMergeValidationCachesEXT_1124079265 = (when declared(
      PFN_vkMergeValidationCachesEXT):
    when ownSizeof(PFN_vkMergeValidationCachesEXT) !=
        ownSizeof(PFN_vkMergeValidationCachesEXT_1124079264):
      static :
        warning("Declaration of " & "PFN_vkMergeValidationCachesEXT" &
            " exists but with different size")
    PFN_vkMergeValidationCachesEXT
  else:
    PFN_vkMergeValidationCachesEXT_1124079264)
  VkPhysicalDeviceLineRasterizationFeaturesEXT_1124079881 = (when declared(
      VkPhysicalDeviceLineRasterizationFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceLineRasterizationFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceLineRasterizationFeaturesEXT_1124079880):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLineRasterizationFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceLineRasterizationFeaturesEXT
  else:
    VkPhysicalDeviceLineRasterizationFeaturesEXT_1124079880)
  VkGraphicsPipelineLibraryFlagsEXT_1124080343 = (when declared(
      VkGraphicsPipelineLibraryFlagsEXT):
    when ownSizeof(VkGraphicsPipelineLibraryFlagsEXT) !=
        ownSizeof(VkGraphicsPipelineLibraryFlagsEXT_1124080342):
      static :
        warning("Declaration of " & "VkGraphicsPipelineLibraryFlagsEXT" &
            " exists but with different size")
    VkGraphicsPipelineLibraryFlagsEXT
  else:
    VkGraphicsPipelineLibraryFlagsEXT_1124080342)
  VkPipelineVertexInputStateCreateFlags_1124074385 = (when declared(
      VkPipelineVertexInputStateCreateFlags):
    when ownSizeof(VkPipelineVertexInputStateCreateFlags) !=
        ownSizeof(VkPipelineVertexInputStateCreateFlags_1124074384):
      static :
        warning("Declaration of " & "VkPipelineVertexInputStateCreateFlags" &
            " exists but with different size")
    VkPipelineVertexInputStateCreateFlags
  else:
    VkPipelineVertexInputStateCreateFlags_1124074384)
  VkOutOfBandQueueTypeInfoNV_1124081693 = (when declared(
      VkOutOfBandQueueTypeInfoNV):
    when ownSizeof(VkOutOfBandQueueTypeInfoNV) !=
        ownSizeof(VkOutOfBandQueueTypeInfoNV_1124081692):
      static :
        warning("Declaration of " & "VkOutOfBandQueueTypeInfoNV" &
            " exists but with different size")
    VkOutOfBandQueueTypeInfoNV
  else:
    VkOutOfBandQueueTypeInfoNV_1124081692)
  struct_VkMemoryBarrierAccessFlags3KHR_1124078561 = (when declared(
      struct_VkMemoryBarrierAccessFlags3KHR):
    when ownSizeof(struct_VkMemoryBarrierAccessFlags3KHR) !=
        ownSizeof(struct_VkMemoryBarrierAccessFlags3KHR_1124078560):
      static :
        warning("Declaration of " & "struct_VkMemoryBarrierAccessFlags3KHR" &
            " exists but with different size")
    struct_VkMemoryBarrierAccessFlags3KHR
  else:
    struct_VkMemoryBarrierAccessFlags3KHR_1124078560)
  VkSpecializationMapEntry_1124074707 = (when declared(VkSpecializationMapEntry):
    when ownSizeof(VkSpecializationMapEntry) !=
        ownSizeof(VkSpecializationMapEntry_1124074706):
      static :
        warning("Declaration of " & "VkSpecializationMapEntry" &
            " exists but with different size")
    VkSpecializationMapEntry
  else:
    VkSpecializationMapEntry_1124074706)
  struct_VkVideoEncodeQualityLevelPropertiesKHR_1124077839 = (when declared(
      struct_VkVideoEncodeQualityLevelPropertiesKHR):
    when ownSizeof(struct_VkVideoEncodeQualityLevelPropertiesKHR) !=
        ownSizeof(struct_VkVideoEncodeQualityLevelPropertiesKHR_1124077838):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeQualityLevelPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeQualityLevelPropertiesKHR
  else:
    struct_VkVideoEncodeQualityLevelPropertiesKHR_1124077838)
  VkResolveImageFlagBitsKHR_1124078629 = (when declared(
      VkResolveImageFlagBitsKHR):
    when ownSizeof(VkResolveImageFlagBitsKHR) !=
        ownSizeof(VkResolveImageFlagBitsKHR_1124078628):
      static :
        warning("Declaration of " & "VkResolveImageFlagBitsKHR" &
            " exists but with different size")
    VkResolveImageFlagBitsKHR
  else:
    VkResolveImageFlagBitsKHR_1124078628)
  enum_VkExternalMemoryFeatureFlagBitsNV_1124078823 = (when declared(
      enum_VkExternalMemoryFeatureFlagBitsNV):
    when ownSizeof(enum_VkExternalMemoryFeatureFlagBitsNV) !=
        ownSizeof(enum_VkExternalMemoryFeatureFlagBitsNV_1124078822):
      static :
        warning("Declaration of " & "enum_VkExternalMemoryFeatureFlagBitsNV" &
            " exists but with different size")
    enum_VkExternalMemoryFeatureFlagBitsNV
  else:
    enum_VkExternalMemoryFeatureFlagBitsNV_1124078822)
  enum_VkDisplacementMicromapFormatNV_1124082877 = (when declared(
      enum_VkDisplacementMicromapFormatNV):
    when ownSizeof(enum_VkDisplacementMicromapFormatNV) !=
        ownSizeof(enum_VkDisplacementMicromapFormatNV_1124082876):
      static :
        warning("Declaration of " & "enum_VkDisplacementMicromapFormatNV" &
            " exists but with different size")
    enum_VkDisplacementMicromapFormatNV
  else:
    enum_VkDisplacementMicromapFormatNV_1124082876)
  struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078617 = (when declared(
      struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078616):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR
  else:
    struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078616)
  VkCommandBufferUsageFlags_1124074299 = (when declared(
      VkCommandBufferUsageFlags):
    when ownSizeof(VkCommandBufferUsageFlags) !=
        ownSizeof(VkCommandBufferUsageFlags_1124074298):
      static :
        warning("Declaration of " & "VkCommandBufferUsageFlags" &
            " exists but with different size")
    VkCommandBufferUsageFlags
  else:
    VkCommandBufferUsageFlags_1124074298)
  PFN_vkGetDisplayPlaneSupportedDisplaysKHR_1124076617 = (when declared(
      PFN_vkGetDisplayPlaneSupportedDisplaysKHR):
    when ownSizeof(PFN_vkGetDisplayPlaneSupportedDisplaysKHR) !=
        ownSizeof(PFN_vkGetDisplayPlaneSupportedDisplaysKHR_1124076616):
      static :
        warning("Declaration of " & "PFN_vkGetDisplayPlaneSupportedDisplaysKHR" &
            " exists but with different size")
    PFN_vkGetDisplayPlaneSupportedDisplaysKHR
  else:
    PFN_vkGetDisplayPlaneSupportedDisplaysKHR_1124076616)
  PFN_vkCmdCopyMicromapEXT_1124080877 = (when declared(PFN_vkCmdCopyMicromapEXT):
    when ownSizeof(PFN_vkCmdCopyMicromapEXT) !=
        ownSizeof(PFN_vkCmdCopyMicromapEXT_1124080876):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMicromapEXT" &
            " exists but with different size")
    PFN_vkCmdCopyMicromapEXT
  else:
    PFN_vkCmdCopyMicromapEXT_1124080876)
  PFN_vkGetPhysicalDeviceMemoryProperties2KHR_1124077099 = (when declared(
      PFN_vkGetPhysicalDeviceMemoryProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceMemoryProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceMemoryProperties2KHR_1124077098):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceMemoryProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceMemoryProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceMemoryProperties2KHR_1124077098)
  struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081337 = (when declared(
      struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081336):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM
  else:
    struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081336)
  enum_VkOpticalFlowGridSizeFlagBitsNV_1124081413 = (when declared(
      enum_VkOpticalFlowGridSizeFlagBitsNV):
    when ownSizeof(enum_VkOpticalFlowGridSizeFlagBitsNV) !=
        ownSizeof(enum_VkOpticalFlowGridSizeFlagBitsNV_1124081412):
      static :
        warning("Declaration of " & "enum_VkOpticalFlowGridSizeFlagBitsNV" &
            " exists but with different size")
    enum_VkOpticalFlowGridSizeFlagBitsNV
  else:
    enum_VkOpticalFlowGridSizeFlagBitsNV_1124081412)
  VkSemaphoreTypeCreateInfo_1124075677 = (when declared(
      VkSemaphoreTypeCreateInfo):
    when ownSizeof(VkSemaphoreTypeCreateInfo) !=
        ownSizeof(VkSemaphoreTypeCreateInfo_1124075676):
      static :
        warning("Declaration of " & "VkSemaphoreTypeCreateInfo" &
            " exists but with different size")
    VkSemaphoreTypeCreateInfo
  else:
    VkSemaphoreTypeCreateInfo_1124075676)
  PFN_vkCmdCopyBufferToImage2KHR_1124077945 = (when declared(
      PFN_vkCmdCopyBufferToImage2KHR):
    when ownSizeof(PFN_vkCmdCopyBufferToImage2KHR) !=
        ownSizeof(PFN_vkCmdCopyBufferToImage2KHR_1124077944):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyBufferToImage2KHR" &
            " exists but with different size")
    PFN_vkCmdCopyBufferToImage2KHR
  else:
    PFN_vkCmdCopyBufferToImage2KHR_1124077944)
  VkBindPipelineIndirectCommandNV_1124081063 = (when declared(
      VkBindPipelineIndirectCommandNV):
    when ownSizeof(VkBindPipelineIndirectCommandNV) !=
        ownSizeof(VkBindPipelineIndirectCommandNV_1124081062):
      static :
        warning("Declaration of " & "VkBindPipelineIndirectCommandNV" &
            " exists but with different size")
    VkBindPipelineIndirectCommandNV
  else:
    VkBindPipelineIndirectCommandNV_1124081062)
  VkDataGraphPipelinePropertyQueryResultARM_1124081789 = (when declared(
      VkDataGraphPipelinePropertyQueryResultARM):
    when ownSizeof(VkDataGraphPipelinePropertyQueryResultARM) !=
        ownSizeof(VkDataGraphPipelinePropertyQueryResultARM_1124081788):
      static :
        warning("Declaration of " & "VkDataGraphPipelinePropertyQueryResultARM" &
            " exists but with different size")
    VkDataGraphPipelinePropertyQueryResultARM
  else:
    VkDataGraphPipelinePropertyQueryResultARM_1124081788)
  VkPipelineRasterizationStateStreamCreateFlagsEXT_1124078721 = (when declared(
      VkPipelineRasterizationStateStreamCreateFlagsEXT):
    when ownSizeof(VkPipelineRasterizationStateStreamCreateFlagsEXT) !=
        ownSizeof(VkPipelineRasterizationStateStreamCreateFlagsEXT_1124078720):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationStateStreamCreateFlagsEXT" &
            " exists but with different size")
    VkPipelineRasterizationStateStreamCreateFlagsEXT
  else:
    VkPipelineRasterizationStateStreamCreateFlagsEXT_1124078720)
  PFN_vkDestroySwapchainKHR_1124076555 = (when declared(
      PFN_vkDestroySwapchainKHR):
    when ownSizeof(PFN_vkDestroySwapchainKHR) !=
        ownSizeof(PFN_vkDestroySwapchainKHR_1124076554):
      static :
        warning("Declaration of " & "PFN_vkDestroySwapchainKHR" &
            " exists but with different size")
    PFN_vkDestroySwapchainKHR
  else:
    PFN_vkDestroySwapchainKHR_1124076554)
  PFN_vkGetDeviceBufferMemoryRequirements_1124076139 = (when declared(
      PFN_vkGetDeviceBufferMemoryRequirements):
    when ownSizeof(PFN_vkGetDeviceBufferMemoryRequirements) !=
        ownSizeof(PFN_vkGetDeviceBufferMemoryRequirements_1124076138):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceBufferMemoryRequirements" &
            " exists but with different size")
    PFN_vkGetDeviceBufferMemoryRequirements
  else:
    PFN_vkGetDeviceBufferMemoryRequirements_1124076138)
  enum_VkAccelerationStructureMotionInstanceTypeNV_1124080383 = (when declared(
      enum_VkAccelerationStructureMotionInstanceTypeNV):
    when ownSizeof(enum_VkAccelerationStructureMotionInstanceTypeNV) !=
        ownSizeof(enum_VkAccelerationStructureMotionInstanceTypeNV_1124080382):
      static :
        warning("Declaration of " &
            "enum_VkAccelerationStructureMotionInstanceTypeNV" &
            " exists but with different size")
    enum_VkAccelerationStructureMotionInstanceTypeNV
  else:
    enum_VkAccelerationStructureMotionInstanceTypeNV_1124080382)
  struct_VkCalibratedTimestampInfoKHR_1124078381 = (when declared(
      struct_VkCalibratedTimestampInfoKHR):
    when ownSizeof(struct_VkCalibratedTimestampInfoKHR) !=
        ownSizeof(struct_VkCalibratedTimestampInfoKHR_1124078380):
      static :
        warning("Declaration of " & "struct_VkCalibratedTimestampInfoKHR" &
            " exists but with different size")
    struct_VkCalibratedTimestampInfoKHR
  else:
    struct_VkCalibratedTimestampInfoKHR_1124078380)
  enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077013 = (when declared(
      enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR):
    when ownSizeof(enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR) !=
        ownSizeof(enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077012):
      static :
        warning("Declaration of " &
            "enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR
  else:
    enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077012)
  PFN_vkCreateGraphicsPipelines_1124075111 = (when declared(
      PFN_vkCreateGraphicsPipelines):
    when ownSizeof(PFN_vkCreateGraphicsPipelines) !=
        ownSizeof(PFN_vkCreateGraphicsPipelines_1124075110):
      static :
        warning("Declaration of " & "PFN_vkCreateGraphicsPipelines" &
            " exists but with different size")
    PFN_vkCreateGraphicsPipelines
  else:
    PFN_vkCreateGraphicsPipelines_1124075110)
  VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082373 = (when declared(
      VkPhysicalDevicePipelineOpacityMicromapFeaturesARM):
    when ownSizeof(VkPhysicalDevicePipelineOpacityMicromapFeaturesARM) !=
        ownSizeof(VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082372):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineOpacityMicromapFeaturesARM" &
            " exists but with different size")
    VkPhysicalDevicePipelineOpacityMicromapFeaturesARM
  else:
    VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082372)
  enum_VkDescriptorBindingFlagBits_1124075625 = (when declared(
      enum_VkDescriptorBindingFlagBits):
    when ownSizeof(enum_VkDescriptorBindingFlagBits) !=
        ownSizeof(enum_VkDescriptorBindingFlagBits_1124075624):
      static :
        warning("Declaration of " & "enum_VkDescriptorBindingFlagBits" &
            " exists but with different size")
    enum_VkDescriptorBindingFlagBits
  else:
    enum_VkDescriptorBindingFlagBits_1124075624)
  enum_VkDeviceDiagnosticsConfigFlagBitsNV_1124080205 = (when declared(
      enum_VkDeviceDiagnosticsConfigFlagBitsNV):
    when ownSizeof(enum_VkDeviceDiagnosticsConfigFlagBitsNV) !=
        ownSizeof(enum_VkDeviceDiagnosticsConfigFlagBitsNV_1124080204):
      static :
        warning("Declaration of " & "enum_VkDeviceDiagnosticsConfigFlagBitsNV" &
            " exists but with different size")
    enum_VkDeviceDiagnosticsConfigFlagBitsNV
  else:
    enum_VkDeviceDiagnosticsConfigFlagBitsNV_1124080204)
  VkDeviceMemoryOverallocationCreateInfoAMD_1124079543 = (when declared(
      VkDeviceMemoryOverallocationCreateInfoAMD):
    when ownSizeof(VkDeviceMemoryOverallocationCreateInfoAMD) !=
        ownSizeof(VkDeviceMemoryOverallocationCreateInfoAMD_1124079542):
      static :
        warning("Declaration of " & "VkDeviceMemoryOverallocationCreateInfoAMD" &
            " exists but with different size")
    VkDeviceMemoryOverallocationCreateInfoAMD
  else:
    VkDeviceMemoryOverallocationCreateInfoAMD_1124079542)
  VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081097 = (when declared(
      VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081096):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT
  else:
    VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081096)
  VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082107 = (when declared(
      VkClusterAccelerationStructureBuildTriangleClusterInfoNV):
    when ownSizeof(VkClusterAccelerationStructureBuildTriangleClusterInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082106):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureBuildTriangleClusterInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureBuildTriangleClusterInfoNV
  else:
    VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082106)
  struct_VkPipelineCompilerControlCreateInfoAMD_1124079521 = (when declared(
      struct_VkPipelineCompilerControlCreateInfoAMD):
    when ownSizeof(struct_VkPipelineCompilerControlCreateInfoAMD) !=
        ownSizeof(struct_VkPipelineCompilerControlCreateInfoAMD_1124079520):
      static :
        warning("Declaration of " &
            "struct_VkPipelineCompilerControlCreateInfoAMD" &
            " exists but with different size")
    struct_VkPipelineCompilerControlCreateInfoAMD
  else:
    struct_VkPipelineCompilerControlCreateInfoAMD_1124079520)
  VkCommandBufferLevel_1124074055 = (when declared(VkCommandBufferLevel):
    when ownSizeof(VkCommandBufferLevel) != ownSizeof(VkCommandBufferLevel_1124074054):
      static :
        warning("Declaration of " & "VkCommandBufferLevel" &
            " exists but with different size")
    VkCommandBufferLevel
  else:
    VkCommandBufferLevel_1124074054)
  enum_VkSamplerMipmapMode_1124074077 = (when declared(enum_VkSamplerMipmapMode):
    when ownSizeof(enum_VkSamplerMipmapMode) !=
        ownSizeof(enum_VkSamplerMipmapMode_1124074076):
      static :
        warning("Declaration of " & "enum_VkSamplerMipmapMode" &
            " exists but with different size")
    enum_VkSamplerMipmapMode
  else:
    enum_VkSamplerMipmapMode_1124074076)
  VkResolveImageModeInfoKHR_1124078651 = (when declared(
      VkResolveImageModeInfoKHR):
    when ownSizeof(VkResolveImageModeInfoKHR) !=
        ownSizeof(VkResolveImageModeInfoKHR_1124078650):
      static :
        warning("Declaration of " & "VkResolveImageModeInfoKHR" &
            " exists but with different size")
    VkResolveImageModeInfoKHR
  else:
    VkResolveImageModeInfoKHR_1124078650)
  VkDeviceFaultAddressInfoEXT_1124080495 = (when declared(
      VkDeviceFaultAddressInfoEXT):
    when ownSizeof(VkDeviceFaultAddressInfoEXT) !=
        ownSizeof(VkDeviceFaultAddressInfoEXT_1124080494):
      static :
        warning("Declaration of " & "VkDeviceFaultAddressInfoEXT" &
            " exists but with different size")
    VkDeviceFaultAddressInfoEXT
  else:
    VkDeviceFaultAddressInfoEXT_1124080494)
  struct_VkTensorViewCreateInfoARM_1124081273 = (when declared(
      struct_VkTensorViewCreateInfoARM):
    when ownSizeof(struct_VkTensorViewCreateInfoARM) !=
        ownSizeof(struct_VkTensorViewCreateInfoARM_1124081272):
      static :
        warning("Declaration of " & "struct_VkTensorViewCreateInfoARM" &
            " exists but with different size")
    struct_VkTensorViewCreateInfoARM
  else:
    struct_VkTensorViewCreateInfoARM_1124081272)
  PFN_vkCmdCopyAccelerationStructureNV_1124079461 = (when declared(
      PFN_vkCmdCopyAccelerationStructureNV):
    when ownSizeof(PFN_vkCmdCopyAccelerationStructureNV) !=
        ownSizeof(PFN_vkCmdCopyAccelerationStructureNV_1124079460):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyAccelerationStructureNV" &
            " exists but with different size")
    PFN_vkCmdCopyAccelerationStructureNV
  else:
    PFN_vkCmdCopyAccelerationStructureNV_1124079460)
  VkDataGraphPipelineSessionBindPointARM_1124081713 = (when declared(
      VkDataGraphPipelineSessionBindPointARM):
    when ownSizeof(VkDataGraphPipelineSessionBindPointARM) !=
        ownSizeof(VkDataGraphPipelineSessionBindPointARM_1124081712):
      static :
        warning("Declaration of " & "VkDataGraphPipelineSessionBindPointARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionBindPointARM
  else:
    VkDataGraphPipelineSessionBindPointARM_1124081712)
  enum_VkCooperativeVectorMatrixLayoutNV_1124081585 = (when declared(
      enum_VkCooperativeVectorMatrixLayoutNV):
    when ownSizeof(enum_VkCooperativeVectorMatrixLayoutNV) !=
        ownSizeof(enum_VkCooperativeVectorMatrixLayoutNV_1124081584):
      static :
        warning("Declaration of " & "enum_VkCooperativeVectorMatrixLayoutNV" &
            " exists but with different size")
    enum_VkCooperativeVectorMatrixLayoutNV
  else:
    enum_VkCooperativeVectorMatrixLayoutNV_1124081584)
  VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082139 = (when declared(
      VkPartitionedAccelerationStructureInstanceFlagBitsNV):
    when ownSizeof(VkPartitionedAccelerationStructureInstanceFlagBitsNV) !=
        ownSizeof(VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082138):
      static :
        warning("Declaration of " &
            "VkPartitionedAccelerationStructureInstanceFlagBitsNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureInstanceFlagBitsNV
  else:
    VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082138)
  VkMemoryToImageCopyEXT_1124079935 = (when declared(VkMemoryToImageCopyEXT):
    when ownSizeof(VkMemoryToImageCopyEXT) != ownSizeof(VkMemoryToImageCopyEXT_1124079934):
      static :
        warning("Declaration of " & "VkMemoryToImageCopyEXT" &
            " exists but with different size")
    VkMemoryToImageCopyEXT
  else:
    VkMemoryToImageCopyEXT_1124079934)
  enum_VkPipelineStageFlagBits_1124074209 = (when declared(
      enum_VkPipelineStageFlagBits):
    when ownSizeof(enum_VkPipelineStageFlagBits) !=
        ownSizeof(enum_VkPipelineStageFlagBits_1124074208):
      static :
        warning("Declaration of " & "enum_VkPipelineStageFlagBits" &
            " exists but with different size")
    enum_VkPipelineStageFlagBits
  else:
    enum_VkPipelineStageFlagBits_1124074208)
  VkPhysicalDeviceVariablePointersFeaturesKHR_1124077421 = (when declared(
      VkPhysicalDeviceVariablePointersFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVariablePointersFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVariablePointersFeaturesKHR_1124077420):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVariablePointersFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVariablePointersFeaturesKHR
  else:
    VkPhysicalDeviceVariablePointersFeaturesKHR_1124077420)
  struct_VkPhysicalDeviceTensorFeaturesARM_1124081305 = (when declared(
      struct_VkPhysicalDeviceTensorFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceTensorFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceTensorFeaturesARM_1124081304):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceTensorFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTensorFeaturesARM
  else:
    struct_VkPhysicalDeviceTensorFeaturesARM_1124081304)
  VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081883 = (when declared(
      VkPhysicalDeviceCubicWeightsFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceCubicWeightsFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081882):
      static :
        warning("Declaration of " & "VkPhysicalDeviceCubicWeightsFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceCubicWeightsFeaturesQCOM
  else:
    VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081882)
  VkPipelineCreateFlags2_1124076221 = (when declared(VkPipelineCreateFlags2):
    when ownSizeof(VkPipelineCreateFlags2) != ownSizeof(VkPipelineCreateFlags2_1124076220):
      static :
        warning("Declaration of " & "VkPipelineCreateFlags2" &
            " exists but with different size")
    VkPipelineCreateFlags2
  else:
    VkPipelineCreateFlags2_1124076220)
  PFN_vkGetSemaphoreWin32HandleKHR_1124082709 = (when declared(
      PFN_vkGetSemaphoreWin32HandleKHR):
    when ownSizeof(PFN_vkGetSemaphoreWin32HandleKHR) !=
        ownSizeof(PFN_vkGetSemaphoreWin32HandleKHR_1124082708):
      static :
        warning("Declaration of " & "PFN_vkGetSemaphoreWin32HandleKHR" &
            " exists but with different size")
    PFN_vkGetSemaphoreWin32HandleKHR
  else:
    PFN_vkGetSemaphoreWin32HandleKHR_1124082708)
  struct_VkBindSparseInfo_1124074605 = (when declared(struct_VkBindSparseInfo):
    when ownSizeof(struct_VkBindSparseInfo) !=
        ownSizeof(struct_VkBindSparseInfo_1124074604):
      static :
        warning("Declaration of " & "struct_VkBindSparseInfo" &
            " exists but with different size")
    struct_VkBindSparseInfo
  else:
    struct_VkBindSparseInfo_1124074604)
  struct_VkSurfaceCapabilities2EXT_1124078911 = (when declared(
      struct_VkSurfaceCapabilities2EXT):
    when ownSizeof(struct_VkSurfaceCapabilities2EXT) !=
        ownSizeof(struct_VkSurfaceCapabilities2EXT_1124078910):
      static :
        warning("Declaration of " & "struct_VkSurfaceCapabilities2EXT" &
            " exists but with different size")
    struct_VkSurfaceCapabilities2EXT
  else:
    struct_VkSurfaceCapabilities2EXT_1124078910)
  VkRenderPassCreateFlagBits_1124074425 = (when declared(
      VkRenderPassCreateFlagBits):
    when ownSizeof(VkRenderPassCreateFlagBits) !=
        ownSizeof(VkRenderPassCreateFlagBits_1124074424):
      static :
        warning("Declaration of " & "VkRenderPassCreateFlagBits" &
            " exists but with different size")
    VkRenderPassCreateFlagBits
  else:
    VkRenderPassCreateFlagBits_1124074424)
  PFN_vkCmdSetPrimitiveTopology_1124076163 = (when declared(
      PFN_vkCmdSetPrimitiveTopology):
    when ownSizeof(PFN_vkCmdSetPrimitiveTopology) !=
        ownSizeof(PFN_vkCmdSetPrimitiveTopology_1124076162):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPrimitiveTopology" &
            " exists but with different size")
    PFN_vkCmdSetPrimitiveTopology
  else:
    PFN_vkCmdSetPrimitiveTopology_1124076162)
  VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082883 = (when declared(
      VkPhysicalDeviceDisplacementMicromapFeaturesNV):
    when ownSizeof(VkPhysicalDeviceDisplacementMicromapFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082882):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDisplacementMicromapFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceDisplacementMicromapFeaturesNV
  else:
    VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082882)
  struct_StdVideoEncodeH265SliceSegmentHeader_1124082927 = (when declared(
      struct_StdVideoEncodeH265SliceSegmentHeader):
    when ownSizeof(struct_StdVideoEncodeH265SliceSegmentHeader) !=
        ownSizeof(struct_StdVideoEncodeH265SliceSegmentHeader_1124082926):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH265SliceSegmentHeader" &
            " exists but with different size")
    struct_StdVideoEncodeH265SliceSegmentHeader
  else:
    struct_StdVideoEncodeH265SliceSegmentHeader_1124082926)
  VkWriteIndirectExecutionSetShaderEXT_1124082301 = (when declared(
      VkWriteIndirectExecutionSetShaderEXT):
    when ownSizeof(VkWriteIndirectExecutionSetShaderEXT) !=
        ownSizeof(VkWriteIndirectExecutionSetShaderEXT_1124082300):
      static :
        warning("Declaration of " & "VkWriteIndirectExecutionSetShaderEXT" &
            " exists but with different size")
    VkWriteIndirectExecutionSetShaderEXT
  else:
    VkWriteIndirectExecutionSetShaderEXT_1124082300)
  PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR_1124077101 = (when declared(
      PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR_1124077100):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR_1124077100)
  VkVideoEncodeInfoKHR_1124077813 = (when declared(VkVideoEncodeInfoKHR):
    when ownSizeof(VkVideoEncodeInfoKHR) != ownSizeof(VkVideoEncodeInfoKHR_1124077812):
      static :
        warning("Declaration of " & "VkVideoEncodeInfoKHR" &
            " exists but with different size")
    VkVideoEncodeInfoKHR
  else:
    VkVideoEncodeInfoKHR_1124077812)
  VkAccessFlagBits2_1124075879 = (when declared(VkAccessFlagBits2):
    when ownSizeof(VkAccessFlagBits2) != ownSizeof(VkAccessFlagBits2_1124075878):
      static :
        warning("Declaration of " & "VkAccessFlagBits2" &
            " exists but with different size")
    VkAccessFlagBits2
  else:
    VkAccessFlagBits2_1124075878)
  StdVideoAV1SequenceHeaderFlags_1124083059 = (when declared(
      StdVideoAV1SequenceHeaderFlags):
    when ownSizeof(StdVideoAV1SequenceHeaderFlags) !=
        ownSizeof(StdVideoAV1SequenceHeaderFlags_1124083058):
      static :
        warning("Declaration of " & "StdVideoAV1SequenceHeaderFlags" &
            " exists but with different size")
    StdVideoAV1SequenceHeaderFlags
  else:
    StdVideoAV1SequenceHeaderFlags_1124083058)
  PFN_vkCmdDrawMeshTasksIndirectCountNV_1124079581 = (when declared(
      PFN_vkCmdDrawMeshTasksIndirectCountNV):
    when ownSizeof(PFN_vkCmdDrawMeshTasksIndirectCountNV) !=
        ownSizeof(PFN_vkCmdDrawMeshTasksIndirectCountNV_1124079580):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectCountNV" &
            " exists but with different size")
    PFN_vkCmdDrawMeshTasksIndirectCountNV
  else:
    PFN_vkCmdDrawMeshTasksIndirectCountNV_1124079580)
  VkPhysicalDeviceType_1124074035 = (when declared(VkPhysicalDeviceType):
    when ownSizeof(VkPhysicalDeviceType) != ownSizeof(VkPhysicalDeviceType_1124074034):
      static :
        warning("Declaration of " & "VkPhysicalDeviceType" &
            " exists but with different size")
    VkPhysicalDeviceType
  else:
    VkPhysicalDeviceType_1124074034)
  VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080483 = (when declared(
      VkDeviceFaultVendorBinaryHeaderVersionEXT):
    when ownSizeof(VkDeviceFaultVendorBinaryHeaderVersionEXT) !=
        ownSizeof(VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080482):
      static :
        warning("Declaration of " & "VkDeviceFaultVendorBinaryHeaderVersionEXT" &
            " exists but with different size")
    VkDeviceFaultVendorBinaryHeaderVersionEXT
  else:
    VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080482)
  struct_StdVideoEncodeAV1ReferenceInfo_1124082959 = (when declared(
      struct_StdVideoEncodeAV1ReferenceInfo):
    when ownSizeof(struct_StdVideoEncodeAV1ReferenceInfo) !=
        ownSizeof(struct_StdVideoEncodeAV1ReferenceInfo_1124082958):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1ReferenceInfo" &
            " exists but with different size")
    struct_StdVideoEncodeAV1ReferenceInfo
  else:
    struct_StdVideoEncodeAV1ReferenceInfo_1124082958)
  StdVideoH265PpsFlags_1124083033 = (when declared(StdVideoH265PpsFlags):
    when ownSizeof(StdVideoH265PpsFlags) != ownSizeof(StdVideoH265PpsFlags_1124083032):
      static :
        warning("Declaration of " & "StdVideoH265PpsFlags" &
            " exists but with different size")
    StdVideoH265PpsFlags
  else:
    StdVideoH265PpsFlags_1124083032)
  struct_StdVideoVP9SegmentationFlags_1124083367 = (when declared(
      struct_StdVideoVP9SegmentationFlags):
    when ownSizeof(struct_StdVideoVP9SegmentationFlags) !=
        ownSizeof(struct_StdVideoVP9SegmentationFlags_1124083366):
      static :
        warning("Declaration of " & "struct_StdVideoVP9SegmentationFlags" &
            " exists but with different size")
    struct_StdVideoVP9SegmentationFlags
  else:
    struct_StdVideoVP9SegmentationFlags_1124083366)
  enum_VkDeviceEventTypeEXT_1124078921 = (when declared(
      enum_VkDeviceEventTypeEXT):
    when ownSizeof(enum_VkDeviceEventTypeEXT) !=
        ownSizeof(enum_VkDeviceEventTypeEXT_1124078920):
      static :
        warning("Declaration of " & "enum_VkDeviceEventTypeEXT" &
            " exists but with different size")
    enum_VkDeviceEventTypeEXT
  else:
    enum_VkDeviceEventTypeEXT_1124078920)
  PFN_vkRegisterDisplayEventEXT_1124078949 = (when declared(
      PFN_vkRegisterDisplayEventEXT):
    when ownSizeof(PFN_vkRegisterDisplayEventEXT) !=
        ownSizeof(PFN_vkRegisterDisplayEventEXT_1124078948):
      static :
        warning("Declaration of " & "PFN_vkRegisterDisplayEventEXT" &
            " exists but with different size")
    PFN_vkRegisterDisplayEventEXT
  else:
    PFN_vkRegisterDisplayEventEXT_1124078948)
  struct_StdVideoH264SpsFlags_1124083117 = (when declared(
      struct_StdVideoH264SpsFlags):
    when ownSizeof(struct_StdVideoH264SpsFlags) !=
        ownSizeof(struct_StdVideoH264SpsFlags_1124083116):
      static :
        warning("Declaration of " & "struct_StdVideoH264SpsFlags" &
            " exists but with different size")
    struct_StdVideoH264SpsFlags
  else:
    struct_StdVideoH264SpsFlags_1124083116)
  enum_VkPerformanceCounterStorageKHR_1124077333 = (when declared(
      enum_VkPerformanceCounterStorageKHR):
    when ownSizeof(enum_VkPerformanceCounterStorageKHR) !=
        ownSizeof(enum_VkPerformanceCounterStorageKHR_1124077332):
      static :
        warning("Declaration of " & "enum_VkPerformanceCounterStorageKHR" &
            " exists but with different size")
    enum_VkPerformanceCounterStorageKHR
  else:
    enum_VkPerformanceCounterStorageKHR_1124077332)
  enum_VkClusterAccelerationStructureOpTypeNV_1124082021 = (when declared(
      enum_VkClusterAccelerationStructureOpTypeNV):
    when ownSizeof(enum_VkClusterAccelerationStructureOpTypeNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureOpTypeNV_1124082020):
      static :
        warning("Declaration of " &
            "enum_VkClusterAccelerationStructureOpTypeNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureOpTypeNV
  else:
    enum_VkClusterAccelerationStructureOpTypeNV_1124082020)
  PFN_vkCmdResetEvent_1124075105 = (when declared(PFN_vkCmdResetEvent):
    when ownSizeof(PFN_vkCmdResetEvent) != ownSizeof(PFN_vkCmdResetEvent_1124075104):
      static :
        warning("Declaration of " & "PFN_vkCmdResetEvent" &
            " exists but with different size")
    PFN_vkCmdResetEvent
  else:
    PFN_vkCmdResetEvent_1124075104)
  VkDisplayPlaneCapabilities2KHR_1124077441 = (when declared(
      VkDisplayPlaneCapabilities2KHR):
    when ownSizeof(VkDisplayPlaneCapabilities2KHR) !=
        ownSizeof(VkDisplayPlaneCapabilities2KHR_1124077440):
      static :
        warning("Declaration of " & "VkDisplayPlaneCapabilities2KHR" &
            " exists but with different size")
    VkDisplayPlaneCapabilities2KHR
  else:
    VkDisplayPlaneCapabilities2KHR_1124077440)
  VkIndirectCommandsLayoutTokenNV_1124080067 = (when declared(
      VkIndirectCommandsLayoutTokenNV):
    when ownSizeof(VkIndirectCommandsLayoutTokenNV) !=
        ownSizeof(VkIndirectCommandsLayoutTokenNV_1124080066):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutTokenNV" &
            " exists but with different size")
    VkIndirectCommandsLayoutTokenNV
  else:
    VkIndirectCommandsLayoutTokenNV_1124080066)
  struct_VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078057 = (when declared(
      struct_VkPhysicalDevicePipelineBinaryFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePipelineBinaryFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078056):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineBinaryFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineBinaryFeaturesKHR
  else:
    struct_VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078056)
  struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080675 = (when declared(
      struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080674):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT
  else:
    struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080674)
  VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078141 = (when declared(
      VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078140):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
  else:
    VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078140)
  PFN_vkCmdCopyAccelerationStructureKHR_1124082569 = (when declared(
      PFN_vkCmdCopyAccelerationStructureKHR):
    when ownSizeof(PFN_vkCmdCopyAccelerationStructureKHR) !=
        ownSizeof(PFN_vkCmdCopyAccelerationStructureKHR_1124082568):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyAccelerationStructureKHR" &
            " exists but with different size")
    PFN_vkCmdCopyAccelerationStructureKHR
  else:
    PFN_vkCmdCopyAccelerationStructureKHR_1124082568)
  VkExportFenceCreateInfo_1124075443 = (when declared(VkExportFenceCreateInfo):
    when ownSizeof(VkExportFenceCreateInfo) !=
        ownSizeof(VkExportFenceCreateInfo_1124075442):
      static :
        warning("Declaration of " & "VkExportFenceCreateInfo" &
            " exists but with different size")
    VkExportFenceCreateInfo
  else:
    VkExportFenceCreateInfo_1124075442)
  VkQueueGlobalPriorityKHR_1124077557 = (when declared(VkQueueGlobalPriorityKHR):
    when ownSizeof(VkQueueGlobalPriorityKHR) !=
        ownSizeof(VkQueueGlobalPriorityKHR_1124077556):
      static :
        warning("Declaration of " & "VkQueueGlobalPriorityKHR" &
            " exists but with different size")
    VkQueueGlobalPriorityKHR
  else:
    VkQueueGlobalPriorityKHR_1124077556)
  struct_VkFenceCreateInfo_1124074617 = (when declared(struct_VkFenceCreateInfo):
    when ownSizeof(struct_VkFenceCreateInfo) !=
        ownSizeof(struct_VkFenceCreateInfo_1124074616):
      static :
        warning("Declaration of " & "struct_VkFenceCreateInfo" &
            " exists but with different size")
    struct_VkFenceCreateInfo
  else:
    struct_VkFenceCreateInfo_1124074616)
  struct_VkPhysicalDeviceBufferDeviceAddressFeatures_1124075691 = (when declared(
      struct_VkPhysicalDeviceBufferDeviceAddressFeatures):
    when ownSizeof(struct_VkPhysicalDeviceBufferDeviceAddressFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceBufferDeviceAddressFeatures_1124075690):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceBufferDeviceAddressFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceBufferDeviceAddressFeatures
  else:
    struct_VkPhysicalDeviceBufferDeviceAddressFeatures_1124075690)
  struct_VkDeviceQueueGlobalPriorityCreateInfo_1124076233 = (when declared(
      struct_VkDeviceQueueGlobalPriorityCreateInfo):
    when ownSizeof(struct_VkDeviceQueueGlobalPriorityCreateInfo) !=
        ownSizeof(struct_VkDeviceQueueGlobalPriorityCreateInfo_1124076232):
      static :
        warning("Declaration of " &
            "struct_VkDeviceQueueGlobalPriorityCreateInfo" &
            " exists but with different size")
    struct_VkDeviceQueueGlobalPriorityCreateInfo
  else:
    struct_VkDeviceQueueGlobalPriorityCreateInfo_1124076232)
  VkVideoEncodeH265TransformBlockSizeFlagsKHR_1124076925 = (when declared(
      VkVideoEncodeH265TransformBlockSizeFlagsKHR):
    when ownSizeof(VkVideoEncodeH265TransformBlockSizeFlagsKHR) !=
        ownSizeof(VkVideoEncodeH265TransformBlockSizeFlagsKHR_1124076924):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265TransformBlockSizeFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH265TransformBlockSizeFlagsKHR
  else:
    VkVideoEncodeH265TransformBlockSizeFlagsKHR_1124076924)
  VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081851 = (when declared(
      VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081850):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM
  else:
    VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081850)
  struct_VkDescriptorSetLayoutBinding_1124074757 = (when declared(
      struct_VkDescriptorSetLayoutBinding):
    when ownSizeof(struct_VkDescriptorSetLayoutBinding) !=
        ownSizeof(struct_VkDescriptorSetLayoutBinding_1124074756):
      static :
        warning("Declaration of " & "struct_VkDescriptorSetLayoutBinding" &
            " exists but with different size")
    struct_VkDescriptorSetLayoutBinding
  else:
    struct_VkDescriptorSetLayoutBinding_1124074756)
  VkLayeredDriverUnderlyingApiMSFT_1124081913 = (when declared(
      VkLayeredDriverUnderlyingApiMSFT):
    when ownSizeof(VkLayeredDriverUnderlyingApiMSFT) !=
        ownSizeof(VkLayeredDriverUnderlyingApiMSFT_1124081912):
      static :
        warning("Declaration of " & "VkLayeredDriverUnderlyingApiMSFT" &
            " exists but with different size")
    VkLayeredDriverUnderlyingApiMSFT
  else:
    VkLayeredDriverUnderlyingApiMSFT_1124081912)
  struct_VkDeviceFaultInfoEXT_1124080501 = (when declared(
      struct_VkDeviceFaultInfoEXT):
    when ownSizeof(struct_VkDeviceFaultInfoEXT) !=
        ownSizeof(struct_VkDeviceFaultInfoEXT_1124080500):
      static :
        warning("Declaration of " & "struct_VkDeviceFaultInfoEXT" &
            " exists but with different size")
    struct_VkDeviceFaultInfoEXT
  else:
    struct_VkDeviceFaultInfoEXT_1124080500)
  VkCommandPool_1124073960 = (when declared(VkCommandPool):
    when ownSizeof(VkCommandPool) != ownSizeof(VkCommandPool_1124073959):
      static :
        warning("Declaration of " & "VkCommandPool" &
            " exists but with different size")
    VkCommandPool
  else:
    VkCommandPool_1124073959)
  enum_VkVideoEncodeContentFlagBitsKHR_1124077803 = (when declared(
      enum_VkVideoEncodeContentFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeContentFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeContentFlagBitsKHR_1124077802):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeContentFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeContentFlagBitsKHR
  else:
    enum_VkVideoEncodeContentFlagBitsKHR_1124077802)
  struct_VkVideoDecodeVP9PictureInfoKHR_1124078333 = (when declared(
      struct_VkVideoDecodeVP9PictureInfoKHR):
    when ownSizeof(struct_VkVideoDecodeVP9PictureInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeVP9PictureInfoKHR_1124078332):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeVP9PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeVP9PictureInfoKHR
  else:
    struct_VkVideoDecodeVP9PictureInfoKHR_1124078332)
  struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082371 = (when declared(
      struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM):
    when ownSizeof(struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082370):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM
  else:
    struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082370)
  VkVertexInputAttributeDescription2EXT_1124080549 = (when declared(
      VkVertexInputAttributeDescription2EXT):
    when ownSizeof(VkVertexInputAttributeDescription2EXT) !=
        ownSizeof(VkVertexInputAttributeDescription2EXT_1124080548):
      static :
        warning("Declaration of " & "VkVertexInputAttributeDescription2EXT" &
            " exists but with different size")
    VkVertexInputAttributeDescription2EXT
  else:
    VkVertexInputAttributeDescription2EXT_1124080548)
  struct_VkRectLayerKHR_1124077229 = (when declared(struct_VkRectLayerKHR):
    when ownSizeof(struct_VkRectLayerKHR) != ownSizeof(struct_VkRectLayerKHR_1124077228):
      static :
        warning("Declaration of " & "struct_VkRectLayerKHR" &
            " exists but with different size")
    struct_VkRectLayerKHR
  else:
    struct_VkRectLayerKHR_1124077228)
  VkDeviceAddressBindingTypeEXT_1124080559 = (when declared(
      VkDeviceAddressBindingTypeEXT):
    when ownSizeof(VkDeviceAddressBindingTypeEXT) !=
        ownSizeof(VkDeviceAddressBindingTypeEXT_1124080558):
      static :
        warning("Declaration of " & "VkDeviceAddressBindingTypeEXT" &
            " exists but with different size")
    VkDeviceAddressBindingTypeEXT
  else:
    VkDeviceAddressBindingTypeEXT_1124080558)
  PFN_vkCreateRayTracingPipelinesKHR_1124082613 = (when declared(
      PFN_vkCreateRayTracingPipelinesKHR):
    when ownSizeof(PFN_vkCreateRayTracingPipelinesKHR) !=
        ownSizeof(PFN_vkCreateRayTracingPipelinesKHR_1124082612):
      static :
        warning("Declaration of " & "PFN_vkCreateRayTracingPipelinesKHR" &
            " exists but with different size")
    PFN_vkCreateRayTracingPipelinesKHR
  else:
    PFN_vkCreateRayTracingPipelinesKHR_1124082612)
  VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078319 = (when declared(
      VkPhysicalDeviceVideoDecodeVP9FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVideoDecodeVP9FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078318):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVideoDecodeVP9FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoDecodeVP9FeaturesKHR
  else:
    VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078318)
  PFN_vkCreateSampler_1124075073 = (when declared(PFN_vkCreateSampler):
    when ownSizeof(PFN_vkCreateSampler) != ownSizeof(PFN_vkCreateSampler_1124075072):
      static :
        warning("Declaration of " & "PFN_vkCreateSampler" &
            " exists but with different size")
    PFN_vkCreateSampler
  else:
    PFN_vkCreateSampler_1124075072)
  VkVideoDecodeH264PictureLayoutFlagsKHR_1124077017 = (when declared(
      VkVideoDecodeH264PictureLayoutFlagsKHR):
    when ownSizeof(VkVideoDecodeH264PictureLayoutFlagsKHR) !=
        ownSizeof(VkVideoDecodeH264PictureLayoutFlagsKHR_1124077016):
      static :
        warning("Declaration of " & "VkVideoDecodeH264PictureLayoutFlagsKHR" &
            " exists but with different size")
    VkVideoDecodeH264PictureLayoutFlagsKHR
  else:
    VkVideoDecodeH264PictureLayoutFlagsKHR_1124077016)
  PFN_vkGetDeviceImageMemoryRequirements_1124076141 = (when declared(
      PFN_vkGetDeviceImageMemoryRequirements):
    when ownSizeof(PFN_vkGetDeviceImageMemoryRequirements) !=
        ownSizeof(PFN_vkGetDeviceImageMemoryRequirements_1124076140):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceImageMemoryRequirements" &
            " exists but with different size")
    PFN_vkGetDeviceImageMemoryRequirements
  else:
    PFN_vkGetDeviceImageMemoryRequirements_1124076140)
  VkPipelineTessellationDomainOriginStateCreateInfoKHR_1124077401 = (when declared(
      VkPipelineTessellationDomainOriginStateCreateInfoKHR):
    when ownSizeof(VkPipelineTessellationDomainOriginStateCreateInfoKHR) !=
        ownSizeof(VkPipelineTessellationDomainOriginStateCreateInfoKHR_1124077400):
      static :
        warning("Declaration of " &
            "VkPipelineTessellationDomainOriginStateCreateInfoKHR" &
            " exists but with different size")
    VkPipelineTessellationDomainOriginStateCreateInfoKHR
  else:
    VkPipelineTessellationDomainOriginStateCreateInfoKHR_1124077400)
  PFN_vkDestroyDebugReportCallbackEXT_1124078675 = (when declared(
      PFN_vkDestroyDebugReportCallbackEXT):
    when ownSizeof(PFN_vkDestroyDebugReportCallbackEXT) !=
        ownSizeof(PFN_vkDestroyDebugReportCallbackEXT_1124078674):
      static :
        warning("Declaration of " & "PFN_vkDestroyDebugReportCallbackEXT" &
            " exists but with different size")
    PFN_vkDestroyDebugReportCallbackEXT
  else:
    PFN_vkDestroyDebugReportCallbackEXT_1124078674)
  struct_VkImportSemaphoreFdInfoKHR_1124077205 = (when declared(
      struct_VkImportSemaphoreFdInfoKHR):
    when ownSizeof(struct_VkImportSemaphoreFdInfoKHR) !=
        ownSizeof(struct_VkImportSemaphoreFdInfoKHR_1124077204):
      static :
        warning("Declaration of " & "struct_VkImportSemaphoreFdInfoKHR" &
            " exists but with different size")
    struct_VkImportSemaphoreFdInfoKHR
  else:
    struct_VkImportSemaphoreFdInfoKHR_1124077204)
  struct_VkVertexInputAttributeDescription2EXT_1124080547 = (when declared(
      struct_VkVertexInputAttributeDescription2EXT):
    when ownSizeof(struct_VkVertexInputAttributeDescription2EXT) !=
        ownSizeof(struct_VkVertexInputAttributeDescription2EXT_1124080546):
      static :
        warning("Declaration of " &
            "struct_VkVertexInputAttributeDescription2EXT" &
            " exists but with different size")
    struct_VkVertexInputAttributeDescription2EXT
  else:
    struct_VkVertexInputAttributeDescription2EXT_1124080546)
  PFN_vkCreateSwapchainKHR_1124076553 = (when declared(PFN_vkCreateSwapchainKHR):
    when ownSizeof(PFN_vkCreateSwapchainKHR) !=
        ownSizeof(PFN_vkCreateSwapchainKHR_1124076552):
      static :
        warning("Declaration of " & "PFN_vkCreateSwapchainKHR" &
            " exists but with different size")
    PFN_vkCreateSwapchainKHR
  else:
    PFN_vkCreateSwapchainKHR_1124076552)
  PFN_vkCmdResolveImage2KHR_1124077951 = (when declared(
      PFN_vkCmdResolveImage2KHR):
    when ownSizeof(PFN_vkCmdResolveImage2KHR) !=
        ownSizeof(PFN_vkCmdResolveImage2KHR_1124077950):
      static :
        warning("Declaration of " & "PFN_vkCmdResolveImage2KHR" &
            " exists but with different size")
    PFN_vkCmdResolveImage2KHR
  else:
    PFN_vkCmdResolveImage2KHR_1124077950)
  PFN_vkCopyMicromapEXT_1124080869 = (when declared(PFN_vkCopyMicromapEXT):
    when ownSizeof(PFN_vkCopyMicromapEXT) != ownSizeof(PFN_vkCopyMicromapEXT_1124080868):
      static :
        warning("Declaration of " & "PFN_vkCopyMicromapEXT" &
            " exists but with different size")
    PFN_vkCopyMicromapEXT
  else:
    PFN_vkCopyMicromapEXT_1124080868)
  struct_VkPhysicalDeviceSynchronization2Features_1124075955 = (when declared(
      struct_VkPhysicalDeviceSynchronization2Features):
    when ownSizeof(struct_VkPhysicalDeviceSynchronization2Features) !=
        ownSizeof(struct_VkPhysicalDeviceSynchronization2Features_1124075954):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSynchronization2Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceSynchronization2Features
  else:
    struct_VkPhysicalDeviceSynchronization2Features_1124075954)
  enum_VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082205 = (when declared(
      enum_VkIndirectCommandsLayoutUsageFlagBitsEXT):
    when ownSizeof(enum_VkIndirectCommandsLayoutUsageFlagBitsEXT) !=
        ownSizeof(enum_VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082204):
      static :
        warning("Declaration of " &
            "enum_VkIndirectCommandsLayoutUsageFlagBitsEXT" &
            " exists but with different size")
    enum_VkIndirectCommandsLayoutUsageFlagBitsEXT
  else:
    enum_VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082204)
  PFN_vkGetWinrtDisplayNV_1124082769 = (when declared(PFN_vkGetWinrtDisplayNV):
    when ownSizeof(PFN_vkGetWinrtDisplayNV) !=
        ownSizeof(PFN_vkGetWinrtDisplayNV_1124082768):
      static :
        warning("Declaration of " & "PFN_vkGetWinrtDisplayNV" &
            " exists but with different size")
    PFN_vkGetWinrtDisplayNV
  else:
    PFN_vkGetWinrtDisplayNV_1124082768)
  struct_VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078061 = (when declared(
      struct_VkPhysicalDevicePipelineBinaryPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDevicePipelineBinaryPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078060):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineBinaryPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineBinaryPropertiesKHR
  else:
    struct_VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078060)
  struct_VkPhysicalDeviceMaintenance10PropertiesKHR_1124078637 = (when declared(
      struct_VkPhysicalDeviceMaintenance10PropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance10PropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance10PropertiesKHR_1124078636):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance10PropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance10PropertiesKHR
  else:
    struct_VkPhysicalDeviceMaintenance10PropertiesKHR_1124078636)
  StdVideoH265PictureParameterSet_1124076957 = (when declared(
      StdVideoH265PictureParameterSet):
    when ownSizeof(StdVideoH265PictureParameterSet) !=
        ownSizeof(StdVideoH265PictureParameterSet_1124076956):
      static :
        warning("Declaration of " & "StdVideoH265PictureParameterSet" &
            " exists but with different size")
    StdVideoH265PictureParameterSet
  else:
    StdVideoH265PictureParameterSet_1124076956)
  VkAntiLagPresentationInfoAMD_1124081495 = (when declared(
      VkAntiLagPresentationInfoAMD):
    when ownSizeof(VkAntiLagPresentationInfoAMD) !=
        ownSizeof(VkAntiLagPresentationInfoAMD_1124081494):
      static :
        warning("Declaration of " & "VkAntiLagPresentationInfoAMD" &
            " exists but with different size")
    VkAntiLagPresentationInfoAMD
  else:
    VkAntiLagPresentationInfoAMD_1124081494)
  VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079229 = (when declared(
      VkImageDrmFormatModifierExplicitCreateInfoEXT):
    when ownSizeof(VkImageDrmFormatModifierExplicitCreateInfoEXT) !=
        ownSizeof(VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079228):
      static :
        warning("Declaration of " &
            "VkImageDrmFormatModifierExplicitCreateInfoEXT" &
            " exists but with different size")
    VkImageDrmFormatModifierExplicitCreateInfoEXT
  else:
    VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079228)
  VkAccelerationStructureTypeKHR_1124079341 = (when declared(
      VkAccelerationStructureTypeKHR):
    when ownSizeof(VkAccelerationStructureTypeKHR) !=
        ownSizeof(VkAccelerationStructureTypeKHR_1124079340):
      static :
        warning("Declaration of " & "VkAccelerationStructureTypeKHR" &
            " exists but with different size")
    VkAccelerationStructureTypeKHR
  else:
    VkAccelerationStructureTypeKHR_1124079340)
  struct_VkMemoryMapInfo_1124076249 = (when declared(struct_VkMemoryMapInfo):
    when ownSizeof(struct_VkMemoryMapInfo) != ownSizeof(struct_VkMemoryMapInfo_1124076248):
      static :
        warning("Declaration of " & "struct_VkMemoryMapInfo" &
            " exists but with different size")
    struct_VkMemoryMapInfo
  else:
    struct_VkMemoryMapInfo_1124076248)
  enum_VkSwapchainCreateFlagBitsKHR_1124076509 = (when declared(
      enum_VkSwapchainCreateFlagBitsKHR):
    when ownSizeof(enum_VkSwapchainCreateFlagBitsKHR) !=
        ownSizeof(enum_VkSwapchainCreateFlagBitsKHR_1124076508):
      static :
        warning("Declaration of " & "enum_VkSwapchainCreateFlagBitsKHR" &
            " exists but with different size")
    enum_VkSwapchainCreateFlagBitsKHR
  else:
    enum_VkSwapchainCreateFlagBitsKHR_1124076508)
  VkCommandPoolCreateFlags_1124074287 = (when declared(VkCommandPoolCreateFlags):
    when ownSizeof(VkCommandPoolCreateFlags) !=
        ownSizeof(VkCommandPoolCreateFlags_1124074286):
      static :
        warning("Declaration of " & "VkCommandPoolCreateFlags" &
            " exists but with different size")
    VkCommandPoolCreateFlags
  else:
    VkCommandPoolCreateFlags_1124074286)
  struct_VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079661 = (when declared(
      struct_VkQueryPoolPerformanceQueryCreateInfoINTEL):
    when ownSizeof(struct_VkQueryPoolPerformanceQueryCreateInfoINTEL) !=
        ownSizeof(struct_VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079660):
      static :
        warning("Declaration of " &
            "struct_VkQueryPoolPerformanceQueryCreateInfoINTEL" &
            " exists but with different size")
    struct_VkQueryPoolPerformanceQueryCreateInfoINTEL
  else:
    struct_VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079660)
  struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080357 = (when declared(
      struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD):
    when ownSizeof(struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD) !=
        ownSizeof(struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080356):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD
  else:
    struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080356)
  PFN_vkCmdSetViewportWScalingNV_1124078901 = (when declared(
      PFN_vkCmdSetViewportWScalingNV):
    when ownSizeof(PFN_vkCmdSetViewportWScalingNV) !=
        ownSizeof(PFN_vkCmdSetViewportWScalingNV_1124078900):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewportWScalingNV" &
            " exists but with different size")
    PFN_vkCmdSetViewportWScalingNV
  else:
    PFN_vkCmdSetViewportWScalingNV_1124078900)
  struct_VkBindVertexBufferIndirectCommandNV_1124080053 = (when declared(
      struct_VkBindVertexBufferIndirectCommandNV):
    when ownSizeof(struct_VkBindVertexBufferIndirectCommandNV) !=
        ownSizeof(struct_VkBindVertexBufferIndirectCommandNV_1124080052):
      static :
        warning("Declaration of " & "struct_VkBindVertexBufferIndirectCommandNV" &
            " exists but with different size")
    struct_VkBindVertexBufferIndirectCommandNV
  else:
    struct_VkBindVertexBufferIndirectCommandNV_1124080052)
  struct_VkAccelerationStructureMotionInstanceNV_1124080419 = (when declared(
      struct_VkAccelerationStructureMotionInstanceNV):
    when ownSizeof(struct_VkAccelerationStructureMotionInstanceNV) !=
        ownSizeof(struct_VkAccelerationStructureMotionInstanceNV_1124080418):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureMotionInstanceNV" &
            " exists but with different size")
    struct_VkAccelerationStructureMotionInstanceNV
  else:
    struct_VkAccelerationStructureMotionInstanceNV_1124080418)
  struct_VkDisplaySurfaceStereoCreateInfoNV_1124081961 = (when declared(
      struct_VkDisplaySurfaceStereoCreateInfoNV):
    when ownSizeof(struct_VkDisplaySurfaceStereoCreateInfoNV) !=
        ownSizeof(struct_VkDisplaySurfaceStereoCreateInfoNV_1124081960):
      static :
        warning("Declaration of " & "struct_VkDisplaySurfaceStereoCreateInfoNV" &
            " exists but with different size")
    struct_VkDisplaySurfaceStereoCreateInfoNV
  else:
    struct_VkDisplaySurfaceStereoCreateInfoNV_1124081960)
  struct_VkImageFormatProperties_1124074509 = (when declared(
      struct_VkImageFormatProperties):
    when ownSizeof(struct_VkImageFormatProperties) !=
        ownSizeof(struct_VkImageFormatProperties_1124074508):
      static :
        warning("Declaration of " & "struct_VkImageFormatProperties" &
            " exists but with different size")
    struct_VkImageFormatProperties
  else:
    struct_VkImageFormatProperties_1124074508)
  VkExternalMemoryFeatureFlagBitsKHR_1124077147 = (when declared(
      VkExternalMemoryFeatureFlagBitsKHR):
    when ownSizeof(VkExternalMemoryFeatureFlagBitsKHR) !=
        ownSizeof(VkExternalMemoryFeatureFlagBitsKHR_1124077146):
      static :
        warning("Declaration of " & "VkExternalMemoryFeatureFlagBitsKHR" &
            " exists but with different size")
    VkExternalMemoryFeatureFlagBitsKHR
  else:
    VkExternalMemoryFeatureFlagBitsKHR_1124077146)
  enum_StdVideoH265LevelIdc_1124082919 = (when declared(
      enum_StdVideoH265LevelIdc):
    when ownSizeof(enum_StdVideoH265LevelIdc) !=
        ownSizeof(enum_StdVideoH265LevelIdc_1124082918):
      static :
        warning("Declaration of " & "enum_StdVideoH265LevelIdc" &
            " exists but with different size")
    enum_StdVideoH265LevelIdc
  else:
    enum_StdVideoH265LevelIdc_1124082918)
  struct_StdVideoH265SequenceParameterSet_1124082923 = (when declared(
      struct_StdVideoH265SequenceParameterSet):
    when ownSizeof(struct_StdVideoH265SequenceParameterSet) !=
        ownSizeof(struct_StdVideoH265SequenceParameterSet_1124082922):
      static :
        warning("Declaration of " & "struct_StdVideoH265SequenceParameterSet" &
            " exists but with different size")
    struct_StdVideoH265SequenceParameterSet
  else:
    struct_StdVideoH265SequenceParameterSet_1124082922)
  VkResolveModeFlagsKHR_1124077577 = (when declared(VkResolveModeFlagsKHR):
    when ownSizeof(VkResolveModeFlagsKHR) != ownSizeof(VkResolveModeFlagsKHR_1124077576):
      static :
        warning("Declaration of " & "VkResolveModeFlagsKHR" &
            " exists but with different size")
    VkResolveModeFlagsKHR
  else:
    VkResolveModeFlagsKHR_1124077576)
  PFN_vkReleaseCapturedPipelineDataKHR_1124078113 = (when declared(
      PFN_vkReleaseCapturedPipelineDataKHR):
    when ownSizeof(PFN_vkReleaseCapturedPipelineDataKHR) !=
        ownSizeof(PFN_vkReleaseCapturedPipelineDataKHR_1124078112):
      static :
        warning("Declaration of " & "PFN_vkReleaseCapturedPipelineDataKHR" &
            " exists but with different size")
    PFN_vkReleaseCapturedPipelineDataKHR
  else:
    PFN_vkReleaseCapturedPipelineDataKHR_1124078112)
  PFN_vkCreateVideoSessionKHR_1124076759 = (when declared(
      PFN_vkCreateVideoSessionKHR):
    when ownSizeof(PFN_vkCreateVideoSessionKHR) !=
        ownSizeof(PFN_vkCreateVideoSessionKHR_1124076758):
      static :
        warning("Declaration of " & "PFN_vkCreateVideoSessionKHR" &
            " exists but with different size")
    PFN_vkCreateVideoSessionKHR
  else:
    PFN_vkCreateVideoSessionKHR_1124076758)
  struct_VkAccelerationStructureMotionInfoNV_1124080399 = (when declared(
      struct_VkAccelerationStructureMotionInfoNV):
    when ownSizeof(struct_VkAccelerationStructureMotionInfoNV) !=
        ownSizeof(struct_VkAccelerationStructureMotionInfoNV_1124080398):
      static :
        warning("Declaration of " & "struct_VkAccelerationStructureMotionInfoNV" &
            " exists but with different size")
    struct_VkAccelerationStructureMotionInfoNV
  else:
    struct_VkAccelerationStructureMotionInfoNV_1124080398)
  PFN_vkQueueEndDebugUtilsLabelEXT_1124079099 = (when declared(
      PFN_vkQueueEndDebugUtilsLabelEXT):
    when ownSizeof(PFN_vkQueueEndDebugUtilsLabelEXT) !=
        ownSizeof(PFN_vkQueueEndDebugUtilsLabelEXT_1124079098):
      static :
        warning("Declaration of " & "PFN_vkQueueEndDebugUtilsLabelEXT" &
            " exists but with different size")
    PFN_vkQueueEndDebugUtilsLabelEXT
  else:
    PFN_vkQueueEndDebugUtilsLabelEXT_1124079098)
  VkPipelineRasterizationStateCreateFlags_1124074393 = (when declared(
      VkPipelineRasterizationStateCreateFlags):
    when ownSizeof(VkPipelineRasterizationStateCreateFlags) !=
        ownSizeof(VkPipelineRasterizationStateCreateFlags_1124074392):
      static :
        warning("Declaration of " & "VkPipelineRasterizationStateCreateFlags" &
            " exists but with different size")
    VkPipelineRasterizationStateCreateFlags
  else:
    VkPipelineRasterizationStateCreateFlags_1124074392)
  struct_VkDataGraphPipelinePropertyQueryResultARM_1124081787 = (when declared(
      struct_VkDataGraphPipelinePropertyQueryResultARM):
    when ownSizeof(struct_VkDataGraphPipelinePropertyQueryResultARM) !=
        ownSizeof(struct_VkDataGraphPipelinePropertyQueryResultARM_1124081786):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelinePropertyQueryResultARM" &
            " exists but with different size")
    struct_VkDataGraphPipelinePropertyQueryResultARM
  else:
    struct_VkDataGraphPipelinePropertyQueryResultARM_1124081786)
  struct_VkPerformanceStreamMarkerInfoINTEL_1124079671 = (when declared(
      struct_VkPerformanceStreamMarkerInfoINTEL):
    when ownSizeof(struct_VkPerformanceStreamMarkerInfoINTEL) !=
        ownSizeof(struct_VkPerformanceStreamMarkerInfoINTEL_1124079670):
      static :
        warning("Declaration of " & "struct_VkPerformanceStreamMarkerInfoINTEL" &
            " exists but with different size")
    struct_VkPerformanceStreamMarkerInfoINTEL
  else:
    struct_VkPerformanceStreamMarkerInfoINTEL_1124079670)
  PFN_vkCmdCopyAccelerationStructureToMemoryKHR_1124082571 = (when declared(
      PFN_vkCmdCopyAccelerationStructureToMemoryKHR):
    when ownSizeof(PFN_vkCmdCopyAccelerationStructureToMemoryKHR) !=
        ownSizeof(PFN_vkCmdCopyAccelerationStructureToMemoryKHR_1124082570):
      static :
        warning("Declaration of " &
            "PFN_vkCmdCopyAccelerationStructureToMemoryKHR" &
            " exists but with different size")
    PFN_vkCmdCopyAccelerationStructureToMemoryKHR
  else:
    PFN_vkCmdCopyAccelerationStructureToMemoryKHR_1124082570)
  VkPipelineInputAssemblyStateCreateInfo_1124074795 = (when declared(
      VkPipelineInputAssemblyStateCreateInfo):
    when ownSizeof(VkPipelineInputAssemblyStateCreateInfo) !=
        ownSizeof(VkPipelineInputAssemblyStateCreateInfo_1124074794):
      static :
        warning("Declaration of " & "VkPipelineInputAssemblyStateCreateInfo" &
            " exists but with different size")
    VkPipelineInputAssemblyStateCreateInfo
  else:
    VkPipelineInputAssemblyStateCreateInfo_1124074794)
  struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081011 = (when declared(
      struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081010):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV
  else:
    struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081010)
  struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080711 = (when declared(
      struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE):
    when ownSizeof(struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE) !=
        ownSizeof(struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080710):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
  else:
    struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080710)
  struct_VkBufferCopy2_1124075959 = (when declared(struct_VkBufferCopy2):
    when ownSizeof(struct_VkBufferCopy2) != ownSizeof(struct_VkBufferCopy2_1124075958):
      static :
        warning("Declaration of " & "struct_VkBufferCopy2" &
            " exists but with different size")
    struct_VkBufferCopy2
  else:
    struct_VkBufferCopy2_1124075958)
  enum_StdVideoAV1FrameType_1124083205 = (when declared(
      enum_StdVideoAV1FrameType):
    when ownSizeof(enum_StdVideoAV1FrameType) !=
        ownSizeof(enum_StdVideoAV1FrameType_1124083204):
      static :
        warning("Declaration of " & "enum_StdVideoAV1FrameType" &
            " exists but with different size")
    enum_StdVideoAV1FrameType
  else:
    enum_StdVideoAV1FrameType_1124083204)
  StdVideoEncodeH265PictureInfoFlags_1124083041 = (when declared(
      StdVideoEncodeH265PictureInfoFlags):
    when ownSizeof(StdVideoEncodeH265PictureInfoFlags) !=
        ownSizeof(StdVideoEncodeH265PictureInfoFlags_1124083040):
      static :
        warning("Declaration of " & "StdVideoEncodeH265PictureInfoFlags" &
            " exists but with different size")
    StdVideoEncodeH265PictureInfoFlags
  else:
    StdVideoEncodeH265PictureInfoFlags_1124083040)
  VkClearRect_1124074879 = (when declared(VkClearRect):
    when ownSizeof(VkClearRect) != ownSizeof(VkClearRect_1124074878):
      static :
        warning("Declaration of " & "VkClearRect" &
            " exists but with different size")
    VkClearRect
  else:
    VkClearRect_1124074878)
  struct_VkQueueFamilyProperties2_1124075353 = (when declared(
      struct_VkQueueFamilyProperties2):
    when ownSizeof(struct_VkQueueFamilyProperties2) !=
        ownSizeof(struct_VkQueueFamilyProperties2_1124075352):
      static :
        warning("Declaration of " & "struct_VkQueueFamilyProperties2" &
            " exists but with different size")
    struct_VkQueueFamilyProperties2
  else:
    struct_VkQueueFamilyProperties2_1124075352)
  VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078603 = (when declared(
      VkVideoDecodeAV1InlineSessionParametersInfoKHR):
    when ownSizeof(VkVideoDecodeAV1InlineSessionParametersInfoKHR) !=
        ownSizeof(VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078602):
      static :
        warning("Declaration of " &
            "VkVideoDecodeAV1InlineSessionParametersInfoKHR" &
            " exists but with different size")
    VkVideoDecodeAV1InlineSessionParametersInfoKHR
  else:
    VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078602)
  struct_VkVideoDecodeH264SessionParametersAddInfoKHR_1124077027 = (when declared(
      struct_VkVideoDecodeH264SessionParametersAddInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH264SessionParametersAddInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH264SessionParametersAddInfoKHR_1124077026):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeH264SessionParametersAddInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264SessionParametersAddInfoKHR
  else:
    struct_VkVideoDecodeH264SessionParametersAddInfoKHR_1124077026)
  struct_VkQueueFamilyQueryResultStatusPropertiesKHR_1124076687 = (when declared(
      struct_VkQueueFamilyQueryResultStatusPropertiesKHR):
    when ownSizeof(struct_VkQueueFamilyQueryResultStatusPropertiesKHR) !=
        ownSizeof(struct_VkQueueFamilyQueryResultStatusPropertiesKHR_1124076686):
      static :
        warning("Declaration of " &
            "struct_VkQueueFamilyQueryResultStatusPropertiesKHR" &
            " exists but with different size")
    struct_VkQueueFamilyQueryResultStatusPropertiesKHR
  else:
    struct_VkQueueFamilyQueryResultStatusPropertiesKHR_1124076686)
  VkPipelineStageFlags_1124074213 = (when declared(VkPipelineStageFlags):
    when ownSizeof(VkPipelineStageFlags) != ownSizeof(VkPipelineStageFlags_1124074212):
      static :
        warning("Declaration of " & "VkPipelineStageFlags" &
            " exists but with different size")
    VkPipelineStageFlags
  else:
    VkPipelineStageFlags_1124074212)
  PFN_vkCreateShadersEXT_1124081537 = (when declared(PFN_vkCreateShadersEXT):
    when ownSizeof(PFN_vkCreateShadersEXT) != ownSizeof(PFN_vkCreateShadersEXT_1124081536):
      static :
        warning("Declaration of " & "PFN_vkCreateShadersEXT" &
            " exists but with different size")
    PFN_vkCreateShadersEXT
  else:
    PFN_vkCreateShadersEXT_1124081536)
  VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081821 = (when declared(
      VkQueueFamilyDataGraphProcessingEnginePropertiesARM):
    when ownSizeof(VkQueueFamilyDataGraphProcessingEnginePropertiesARM) !=
        ownSizeof(VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081820):
      static :
        warning("Declaration of " &
            "VkQueueFamilyDataGraphProcessingEnginePropertiesARM" &
            " exists but with different size")
    VkQueueFamilyDataGraphProcessingEnginePropertiesARM
  else:
    VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081820)
  VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082401 = (when declared(
      VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082400):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT
  else:
    VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082400)
  VkSamplerYcbcrRange_1124075181 = (when declared(VkSamplerYcbcrRange):
    when ownSizeof(VkSamplerYcbcrRange) != ownSizeof(VkSamplerYcbcrRange_1124075180):
      static :
        warning("Declaration of " & "VkSamplerYcbcrRange" &
            " exists but with different size")
    VkSamplerYcbcrRange
  else:
    VkSamplerYcbcrRange_1124075180)
  enum_VkVideoEncodeAV1StdFlagBitsKHR_1124078239 = (when declared(
      enum_VkVideoEncodeAV1StdFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeAV1StdFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeAV1StdFlagBitsKHR_1124078238):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeAV1StdFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeAV1StdFlagBitsKHR
  else:
    enum_VkVideoEncodeAV1StdFlagBitsKHR_1124078238)
  VkFramebufferAttachmentImageInfo_1124075813 = (when declared(
      VkFramebufferAttachmentImageInfo):
    when ownSizeof(VkFramebufferAttachmentImageInfo) !=
        ownSizeof(VkFramebufferAttachmentImageInfo_1124075812):
      static :
        warning("Declaration of " & "VkFramebufferAttachmentImageInfo" &
            " exists but with different size")
    VkFramebufferAttachmentImageInfo
  else:
    VkFramebufferAttachmentImageInfo_1124075812)
  PFN_vkCmdPushDescriptorSetWithTemplate2KHR_1124078419 = (when declared(
      PFN_vkCmdPushDescriptorSetWithTemplate2KHR):
    when ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplate2KHR) !=
        ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplate2KHR_1124078418):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplate2KHR" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSetWithTemplate2KHR
  else:
    PFN_vkCmdPushDescriptorSetWithTemplate2KHR_1124078418)
  VkFenceCreateFlagBits_1124074235 = (when declared(VkFenceCreateFlagBits):
    when ownSizeof(VkFenceCreateFlagBits) != ownSizeof(VkFenceCreateFlagBits_1124074234):
      static :
        warning("Declaration of " & "VkFenceCreateFlagBits" &
            " exists but with different size")
    VkFenceCreateFlagBits
  else:
    VkFenceCreateFlagBits_1124074234)
  VkPipelineViewportStateCreateInfo_1124074807 = (when declared(
      VkPipelineViewportStateCreateInfo):
    when ownSizeof(VkPipelineViewportStateCreateInfo) !=
        ownSizeof(VkPipelineViewportStateCreateInfo_1124074806):
      static :
        warning("Declaration of " & "VkPipelineViewportStateCreateInfo" &
            " exists but with different size")
    VkPipelineViewportStateCreateInfo
  else:
    VkPipelineViewportStateCreateInfo_1124074806)
  struct_VkAttachmentDescriptionStencilLayout_1124075831 = (when declared(
      struct_VkAttachmentDescriptionStencilLayout):
    when ownSizeof(struct_VkAttachmentDescriptionStencilLayout) !=
        ownSizeof(struct_VkAttachmentDescriptionStencilLayout_1124075830):
      static :
        warning("Declaration of " &
            "struct_VkAttachmentDescriptionStencilLayout" &
            " exists but with different size")
    struct_VkAttachmentDescriptionStencilLayout
  else:
    struct_VkAttachmentDescriptionStencilLayout_1124075830)
  PFN_vkCmdCopyBuffer2KHR_1124077941 = (when declared(PFN_vkCmdCopyBuffer2KHR):
    when ownSizeof(PFN_vkCmdCopyBuffer2KHR) !=
        ownSizeof(PFN_vkCmdCopyBuffer2KHR_1124077940):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyBuffer2KHR" &
            " exists but with different size")
    PFN_vkCmdCopyBuffer2KHR
  else:
    PFN_vkCmdCopyBuffer2KHR_1124077940)
  struct_VkFramebufferAttachmentsCreateInfo_1124075815 = (when declared(
      struct_VkFramebufferAttachmentsCreateInfo):
    when ownSizeof(struct_VkFramebufferAttachmentsCreateInfo) !=
        ownSizeof(struct_VkFramebufferAttachmentsCreateInfo_1124075814):
      static :
        warning("Declaration of " & "struct_VkFramebufferAttachmentsCreateInfo" &
            " exists but with different size")
    struct_VkFramebufferAttachmentsCreateInfo
  else:
    struct_VkFramebufferAttachmentsCreateInfo_1124075814)
  VkMemoryUnmapFlagBits_1124076207 = (when declared(VkMemoryUnmapFlagBits):
    when ownSizeof(VkMemoryUnmapFlagBits) != ownSizeof(VkMemoryUnmapFlagBits_1124076206):
      static :
        warning("Declaration of " & "VkMemoryUnmapFlagBits" &
            " exists but with different size")
    VkMemoryUnmapFlagBits
  else:
    VkMemoryUnmapFlagBits_1124076206)
  VkCheckpointData2NV_1124079615 = (when declared(VkCheckpointData2NV):
    when ownSizeof(VkCheckpointData2NV) != ownSizeof(VkCheckpointData2NV_1124079614):
      static :
        warning("Declaration of " & "VkCheckpointData2NV" &
            " exists but with different size")
    VkCheckpointData2NV
  else:
    VkCheckpointData2NV_1124079614)
  VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080371 = (when declared(
      VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV):
    when ownSizeof(VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080370):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV
  else:
    VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080370)
  VkClearAttachment_1124074875 = (when declared(VkClearAttachment):
    when ownSizeof(VkClearAttachment) != ownSizeof(VkClearAttachment_1124074874):
      static :
        warning("Declaration of " & "VkClearAttachment" &
            " exists but with different size")
    VkClearAttachment
  else:
    VkClearAttachment_1124074874)
  VkDeviceImageMemoryRequirementsKHR_1124077979 = (when declared(
      VkDeviceImageMemoryRequirementsKHR):
    when ownSizeof(VkDeviceImageMemoryRequirementsKHR) !=
        ownSizeof(VkDeviceImageMemoryRequirementsKHR_1124077978):
      static :
        warning("Declaration of " & "VkDeviceImageMemoryRequirementsKHR" &
            " exists but with different size")
    VkDeviceImageMemoryRequirementsKHR
  else:
    VkDeviceImageMemoryRequirementsKHR_1124077978)
  struct_VkSurfaceCapabilitiesPresentWait2KHR_1124078037 = (when declared(
      struct_VkSurfaceCapabilitiesPresentWait2KHR):
    when ownSizeof(struct_VkSurfaceCapabilitiesPresentWait2KHR) !=
        ownSizeof(struct_VkSurfaceCapabilitiesPresentWait2KHR_1124078036):
      static :
        warning("Declaration of " &
            "struct_VkSurfaceCapabilitiesPresentWait2KHR" &
            " exists but with different size")
    struct_VkSurfaceCapabilitiesPresentWait2KHR
  else:
    struct_VkSurfaceCapabilitiesPresentWait2KHR_1124078036)
  PFN_vkCmdTraceRaysIndirect2KHR_1124077967 = (when declared(
      PFN_vkCmdTraceRaysIndirect2KHR):
    when ownSizeof(PFN_vkCmdTraceRaysIndirect2KHR) !=
        ownSizeof(PFN_vkCmdTraceRaysIndirect2KHR_1124077966):
      static :
        warning("Declaration of " & "PFN_vkCmdTraceRaysIndirect2KHR" &
            " exists but with different size")
    PFN_vkCmdTraceRaysIndirect2KHR
  else:
    PFN_vkCmdTraceRaysIndirect2KHR_1124077966)
  PFN_vkCmdDrawMeshTasksNV_1124079577 = (when declared(PFN_vkCmdDrawMeshTasksNV):
    when ownSizeof(PFN_vkCmdDrawMeshTasksNV) !=
        ownSizeof(PFN_vkCmdDrawMeshTasksNV_1124079576):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMeshTasksNV" &
            " exists but with different size")
    PFN_vkCmdDrawMeshTasksNV
  else:
    PFN_vkCmdDrawMeshTasksNV_1124079576)
  struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081865 = (when declared(
      struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081864):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM
  else:
    struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081864)
  VkQueryLowLatencySupportNV_1124080257 = (when declared(
      VkQueryLowLatencySupportNV):
    when ownSizeof(VkQueryLowLatencySupportNV) !=
        ownSizeof(VkQueryLowLatencySupportNV_1124080256):
      static :
        warning("Declaration of " & "VkQueryLowLatencySupportNV" &
            " exists but with different size")
    VkQueryLowLatencySupportNV
  else:
    VkQueryLowLatencySupportNV_1124080256)
  struct_VkPipelineTessellationStateCreateInfo_1124074797 = (when declared(
      struct_VkPipelineTessellationStateCreateInfo):
    when ownSizeof(struct_VkPipelineTessellationStateCreateInfo) !=
        ownSizeof(struct_VkPipelineTessellationStateCreateInfo_1124074796):
      static :
        warning("Declaration of " &
            "struct_VkPipelineTessellationStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineTessellationStateCreateInfo
  else:
    struct_VkPipelineTessellationStateCreateInfo_1124074796)
  struct_VkComputePipelineCreateInfo_1124074717 = (when declared(
      struct_VkComputePipelineCreateInfo):
    when ownSizeof(struct_VkComputePipelineCreateInfo) !=
        ownSizeof(struct_VkComputePipelineCreateInfo_1124074716):
      static :
        warning("Declaration of " & "struct_VkComputePipelineCreateInfo" &
            " exists but with different size")
    struct_VkComputePipelineCreateInfo
  else:
    struct_VkComputePipelineCreateInfo_1124074716)
  PFN_vkCreateSamplerYcbcrConversion_1124075593 = (when declared(
      PFN_vkCreateSamplerYcbcrConversion):
    when ownSizeof(PFN_vkCreateSamplerYcbcrConversion) !=
        ownSizeof(PFN_vkCreateSamplerYcbcrConversion_1124075592):
      static :
        warning("Declaration of " & "PFN_vkCreateSamplerYcbcrConversion" &
            " exists but with different size")
    PFN_vkCreateSamplerYcbcrConversion
  else:
    PFN_vkCreateSamplerYcbcrConversion_1124075592)
  VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082007 = (when declared(
      VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082006):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT
  else:
    VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082006)
  struct_VkXYColorEXT_1124079039 = (when declared(struct_VkXYColorEXT):
    when ownSizeof(struct_VkXYColorEXT) != ownSizeof(struct_VkXYColorEXT_1124079038):
      static :
        warning("Declaration of " & "struct_VkXYColorEXT" &
            " exists but with different size")
    struct_VkXYColorEXT
  else:
    struct_VkXYColorEXT_1124079038)
  struct_VkStridedDeviceAddressRegionKHR_1124082081 = (when declared(
      struct_VkStridedDeviceAddressRegionKHR):
    when ownSizeof(struct_VkStridedDeviceAddressRegionKHR) !=
        ownSizeof(struct_VkStridedDeviceAddressRegionKHR_1124082080):
      static :
        warning("Declaration of " & "struct_VkStridedDeviceAddressRegionKHR" &
            " exists but with different size")
    struct_VkStridedDeviceAddressRegionKHR
  else:
    struct_VkStridedDeviceAddressRegionKHR_1124082080)
  enum_VkQueryPoolCreateFlagBits_1124074241 = (when declared(
      enum_VkQueryPoolCreateFlagBits):
    when ownSizeof(enum_VkQueryPoolCreateFlagBits) !=
        ownSizeof(enum_VkQueryPoolCreateFlagBits_1124074240):
      static :
        warning("Declaration of " & "enum_VkQueryPoolCreateFlagBits" &
            " exists but with different size")
    enum_VkQueryPoolCreateFlagBits
  else:
    enum_VkQueryPoolCreateFlagBits_1124074240)
  PFN_vkGetGeneratedCommandsMemoryRequirementsEXT_1124082303 = (when declared(
      PFN_vkGetGeneratedCommandsMemoryRequirementsEXT):
    when ownSizeof(PFN_vkGetGeneratedCommandsMemoryRequirementsEXT) !=
        ownSizeof(PFN_vkGetGeneratedCommandsMemoryRequirementsEXT_1124082302):
      static :
        warning("Declaration of " &
            "PFN_vkGetGeneratedCommandsMemoryRequirementsEXT" &
            " exists but with different size")
    PFN_vkGetGeneratedCommandsMemoryRequirementsEXT
  else:
    PFN_vkGetGeneratedCommandsMemoryRequirementsEXT_1124082302)
  VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082049 = (when declared(
      VkClusterAccelerationStructureIndexFormatFlagBitsNV):
    when ownSizeof(VkClusterAccelerationStructureIndexFormatFlagBitsNV) !=
        ownSizeof(VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082048):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureIndexFormatFlagBitsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureIndexFormatFlagBitsNV
  else:
    VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082048)
  VkPhysicalDevicePrivateDataFeatures_1124075917 = (when declared(
      VkPhysicalDevicePrivateDataFeatures):
    when ownSizeof(VkPhysicalDevicePrivateDataFeatures) !=
        ownSizeof(VkPhysicalDevicePrivateDataFeatures_1124075916):
      static :
        warning("Declaration of " & "VkPhysicalDevicePrivateDataFeatures" &
            " exists but with different size")
    VkPhysicalDevicePrivateDataFeatures
  else:
    VkPhysicalDevicePrivateDataFeatures_1124075916)
  PFN_vkDestroyDeferredOperationKHR_1124077695 = (when declared(
      PFN_vkDestroyDeferredOperationKHR):
    when ownSizeof(PFN_vkDestroyDeferredOperationKHR) !=
        ownSizeof(PFN_vkDestroyDeferredOperationKHR_1124077694):
      static :
        warning("Declaration of " & "PFN_vkDestroyDeferredOperationKHR" &
            " exists but with different size")
    PFN_vkDestroyDeferredOperationKHR
  else:
    PFN_vkDestroyDeferredOperationKHR_1124077694)
  VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076963 = (when declared(
      VkVideoEncodeH265SessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoEncodeH265SessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076962):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265SessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265SessionParametersCreateInfoKHR
  else:
    VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076962)
  VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078059 = (when declared(
      VkPhysicalDevicePipelineBinaryFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePipelineBinaryFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078058):
      static :
        warning("Declaration of " & "VkPhysicalDevicePipelineBinaryFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePipelineBinaryFeaturesKHR
  else:
    VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078058)
  struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082885 = (when declared(
      struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082884):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV
  else:
    struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082884)
  PFN_vkGetCalibratedTimestampsKHR_1124078387 = (when declared(
      PFN_vkGetCalibratedTimestampsKHR):
    when ownSizeof(PFN_vkGetCalibratedTimestampsKHR) !=
        ownSizeof(PFN_vkGetCalibratedTimestampsKHR_1124078386):
      static :
        warning("Declaration of " & "PFN_vkGetCalibratedTimestampsKHR" &
            " exists but with different size")
    PFN_vkGetCalibratedTimestampsKHR
  else:
    PFN_vkGetCalibratedTimestampsKHR_1124078386)
  struct_VkPipelineRasterizationStateCreateInfo_1124074809 = (when declared(
      struct_VkPipelineRasterizationStateCreateInfo):
    when ownSizeof(struct_VkPipelineRasterizationStateCreateInfo) !=
        ownSizeof(struct_VkPipelineRasterizationStateCreateInfo_1124074808):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineRasterizationStateCreateInfo
  else:
    struct_VkPipelineRasterizationStateCreateInfo_1124074808)
  VkImportMemoryHostPointerInfoEXT_1124079499 = (when declared(
      VkImportMemoryHostPointerInfoEXT):
    when ownSizeof(VkImportMemoryHostPointerInfoEXT) !=
        ownSizeof(VkImportMemoryHostPointerInfoEXT_1124079498):
      static :
        warning("Declaration of " & "VkImportMemoryHostPointerInfoEXT" &
            " exists but with different size")
    VkImportMemoryHostPointerInfoEXT
  else:
    VkImportMemoryHostPointerInfoEXT_1124079498)
  StdVideoEncodeH265ReferenceListsInfoFlags_1124083277 = (when declared(
      StdVideoEncodeH265ReferenceListsInfoFlags):
    when ownSizeof(StdVideoEncodeH265ReferenceListsInfoFlags) !=
        ownSizeof(StdVideoEncodeH265ReferenceListsInfoFlags_1124083276):
      static :
        warning("Declaration of " & "StdVideoEncodeH265ReferenceListsInfoFlags" &
            " exists but with different size")
    StdVideoEncodeH265ReferenceListsInfoFlags
  else:
    StdVideoEncodeH265ReferenceListsInfoFlags_1124083276)
  PFN_vkCreatePrivateDataSlotEXT_1124080195 = (when declared(
      PFN_vkCreatePrivateDataSlotEXT):
    when ownSizeof(PFN_vkCreatePrivateDataSlotEXT) !=
        ownSizeof(PFN_vkCreatePrivateDataSlotEXT_1124080194):
      static :
        warning("Declaration of " & "PFN_vkCreatePrivateDataSlotEXT" &
            " exists but with different size")
    PFN_vkCreatePrivateDataSlotEXT
  else:
    PFN_vkCreatePrivateDataSlotEXT_1124080194)
  VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076861 = (when declared(
      VkVideoEncodeH264SessionParametersFeedbackInfoKHR):
    when ownSizeof(VkVideoEncodeH264SessionParametersFeedbackInfoKHR) !=
        ownSizeof(VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076860):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH264SessionParametersFeedbackInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264SessionParametersFeedbackInfoKHR
  else:
    VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076860)
  struct_VkDescriptorBufferBindingInfoEXT_1124080277 = (when declared(
      struct_VkDescriptorBufferBindingInfoEXT):
    when ownSizeof(struct_VkDescriptorBufferBindingInfoEXT) !=
        ownSizeof(struct_VkDescriptorBufferBindingInfoEXT_1124080276):
      static :
        warning("Declaration of " & "struct_VkDescriptorBufferBindingInfoEXT" &
            " exists but with different size")
    struct_VkDescriptorBufferBindingInfoEXT
  else:
    struct_VkDescriptorBufferBindingInfoEXT_1124080276)
  struct_VkBindVertexBufferIndirectCommandEXT_1124082283 = (when declared(
      struct_VkBindVertexBufferIndirectCommandEXT):
    when ownSizeof(struct_VkBindVertexBufferIndirectCommandEXT) !=
        ownSizeof(struct_VkBindVertexBufferIndirectCommandEXT_1124082282):
      static :
        warning("Declaration of " &
            "struct_VkBindVertexBufferIndirectCommandEXT" &
            " exists but with different size")
    struct_VkBindVertexBufferIndirectCommandEXT
  else:
    struct_VkBindVertexBufferIndirectCommandEXT_1124082282)
  StdVideoH265LevelIdc_1124076935 = (when declared(StdVideoH265LevelIdc):
    when ownSizeof(StdVideoH265LevelIdc) != ownSizeof(StdVideoH265LevelIdc_1124076934):
      static :
        warning("Declaration of " & "StdVideoH265LevelIdc" &
            " exists but with different size")
    StdVideoH265LevelIdc
  else:
    StdVideoH265LevelIdc_1124076934)
  PFN_vkCmdDecompressMemoryEXT_1124081953 = (when declared(
      PFN_vkCmdDecompressMemoryEXT):
    when ownSizeof(PFN_vkCmdDecompressMemoryEXT) !=
        ownSizeof(PFN_vkCmdDecompressMemoryEXT_1124081952):
      static :
        warning("Declaration of " & "PFN_vkCmdDecompressMemoryEXT" &
            " exists but with different size")
    PFN_vkCmdDecompressMemoryEXT
  else:
    PFN_vkCmdDecompressMemoryEXT_1124081952)
  enum_VkSystemAllocationScope_1124074013 = (when declared(
      enum_VkSystemAllocationScope):
    when ownSizeof(enum_VkSystemAllocationScope) !=
        ownSizeof(enum_VkSystemAllocationScope_1124074012):
      static :
        warning("Declaration of " & "enum_VkSystemAllocationScope" &
            " exists but with different size")
    enum_VkSystemAllocationScope
  else:
    enum_VkSystemAllocationScope_1124074012)
  VkSamplerReductionModeEXT_1124079115 = (when declared(
      VkSamplerReductionModeEXT):
    when ownSizeof(VkSamplerReductionModeEXT) !=
        ownSizeof(VkSamplerReductionModeEXT_1124079114):
      static :
        warning("Declaration of " & "VkSamplerReductionModeEXT" &
            " exists but with different size")
    VkSamplerReductionModeEXT
  else:
    VkSamplerReductionModeEXT_1124079114)
  VkRenderPassMultiviewCreateInfoKHR_1124077065 = (when declared(
      VkRenderPassMultiviewCreateInfoKHR):
    when ownSizeof(VkRenderPassMultiviewCreateInfoKHR) !=
        ownSizeof(VkRenderPassMultiviewCreateInfoKHR_1124077064):
      static :
        warning("Declaration of " & "VkRenderPassMultiviewCreateInfoKHR" &
            " exists but with different size")
    VkRenderPassMultiviewCreateInfoKHR
  else:
    VkRenderPassMultiviewCreateInfoKHR_1124077064)
  struct_VkTileMemorySizeInfoQCOM_1124081939 = (when declared(
      struct_VkTileMemorySizeInfoQCOM):
    when ownSizeof(struct_VkTileMemorySizeInfoQCOM) !=
        ownSizeof(struct_VkTileMemorySizeInfoQCOM_1124081938):
      static :
        warning("Declaration of " & "struct_VkTileMemorySizeInfoQCOM" &
            " exists but with different size")
    struct_VkTileMemorySizeInfoQCOM
  else:
    struct_VkTileMemorySizeInfoQCOM_1124081938)
  VkIndirectExecutionSetShaderLayoutInfoEXT_1124082229 = (when declared(
      VkIndirectExecutionSetShaderLayoutInfoEXT):
    when ownSizeof(VkIndirectExecutionSetShaderLayoutInfoEXT) !=
        ownSizeof(VkIndirectExecutionSetShaderLayoutInfoEXT_1124082228):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetShaderLayoutInfoEXT" &
            " exists but with different size")
    VkIndirectExecutionSetShaderLayoutInfoEXT
  else:
    VkIndirectExecutionSetShaderLayoutInfoEXT_1124082228)
  enum_VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076915 = (when declared(
      enum_VkVideoEncodeH265CtbSizeFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH265CtbSizeFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076914):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeH265CtbSizeFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH265CtbSizeFlagBitsKHR
  else:
    enum_VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076914)
  struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078181 = (when declared(
      struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078180):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR
  else:
    struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078180)
  VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080569 = (when declared(
      VkPhysicalDeviceAddressBindingReportFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceAddressBindingReportFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080568):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceAddressBindingReportFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceAddressBindingReportFeaturesEXT
  else:
    VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080568)
  VkExportMemoryWin32HandleInfoNV_1124082733 = (when declared(
      VkExportMemoryWin32HandleInfoNV):
    when ownSizeof(VkExportMemoryWin32HandleInfoNV) !=
        ownSizeof(VkExportMemoryWin32HandleInfoNV_1124082732):
      static :
        warning("Declaration of " & "VkExportMemoryWin32HandleInfoNV" &
            " exists but with different size")
    VkExportMemoryWin32HandleInfoNV
  else:
    VkExportMemoryWin32HandleInfoNV_1124082732)
  VkBlitImageCubicWeightsInfoQCOM_1124081891 = (when declared(
      VkBlitImageCubicWeightsInfoQCOM):
    when ownSizeof(VkBlitImageCubicWeightsInfoQCOM) !=
        ownSizeof(VkBlitImageCubicWeightsInfoQCOM_1124081890):
      static :
        warning("Declaration of " & "VkBlitImageCubicWeightsInfoQCOM" &
            " exists but with different size")
    VkBlitImageCubicWeightsInfoQCOM
  else:
    VkBlitImageCubicWeightsInfoQCOM_1124081890)
  VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080907 = (when declared(
      VkPhysicalDeviceBorderColorSwizzleFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceBorderColorSwizzleFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080906):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceBorderColorSwizzleFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceBorderColorSwizzleFeaturesEXT
  else:
    VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080906)
  struct_VkQueueFamilyCheckpointPropertiesNV_1124079601 = (when declared(
      struct_VkQueueFamilyCheckpointPropertiesNV):
    when ownSizeof(struct_VkQueueFamilyCheckpointPropertiesNV) !=
        ownSizeof(struct_VkQueueFamilyCheckpointPropertiesNV_1124079600):
      static :
        warning("Declaration of " & "struct_VkQueueFamilyCheckpointPropertiesNV" &
            " exists but with different size")
    struct_VkQueueFamilyCheckpointPropertiesNV
  else:
    struct_VkQueueFamilyCheckpointPropertiesNV_1124079600)
  VkDepthClampModeEXT_1124081511 = (when declared(VkDepthClampModeEXT):
    when ownSizeof(VkDepthClampModeEXT) != ownSizeof(VkDepthClampModeEXT_1124081510):
      static :
        warning("Declaration of " & "VkDepthClampModeEXT" &
            " exists but with different size")
    VkDepthClampModeEXT
  else:
    VkDepthClampModeEXT_1124081510)
  VkPhysicalDeviceTimelineSemaphorePropertiesKHR_1124077591 = (when declared(
      VkPhysicalDeviceTimelineSemaphorePropertiesKHR):
    when ownSizeof(VkPhysicalDeviceTimelineSemaphorePropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceTimelineSemaphorePropertiesKHR_1124077590):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTimelineSemaphorePropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceTimelineSemaphorePropertiesKHR
  else:
    VkPhysicalDeviceTimelineSemaphorePropertiesKHR_1124077590)
  VkOpticalFlowSessionNV_1124081403 = (when declared(VkOpticalFlowSessionNV):
    when ownSizeof(VkOpticalFlowSessionNV) != ownSizeof(VkOpticalFlowSessionNV_1124081402):
      static :
        warning("Declaration of " & "VkOpticalFlowSessionNV" &
            " exists but with different size")
    VkOpticalFlowSessionNV
  else:
    VkOpticalFlowSessionNV_1124081402)
  VkCuModuleNVX_1124078747 = (when declared(VkCuModuleNVX):
    when ownSizeof(VkCuModuleNVX) != ownSizeof(VkCuModuleNVX_1124078746):
      static :
        warning("Declaration of " & "VkCuModuleNVX" &
            " exists but with different size")
    VkCuModuleNVX
  else:
    VkCuModuleNVX_1124078746)
  VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079979 = (when declared(
      VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079978):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT
  else:
    VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079978)
  VkRenderPassCreationFeedbackInfoEXT_1124081215 = (when declared(
      VkRenderPassCreationFeedbackInfoEXT):
    when ownSizeof(VkRenderPassCreationFeedbackInfoEXT) !=
        ownSizeof(VkRenderPassCreationFeedbackInfoEXT_1124081214):
      static :
        warning("Declaration of " & "VkRenderPassCreationFeedbackInfoEXT" &
            " exists but with different size")
    VkRenderPassCreationFeedbackInfoEXT
  else:
    VkRenderPassCreationFeedbackInfoEXT_1124081214)
  PFN_vkGetBufferMemoryRequirements2_1124075555 = (when declared(
      PFN_vkGetBufferMemoryRequirements2):
    when ownSizeof(PFN_vkGetBufferMemoryRequirements2) !=
        ownSizeof(PFN_vkGetBufferMemoryRequirements2_1124075554):
      static :
        warning("Declaration of " & "PFN_vkGetBufferMemoryRequirements2" &
            " exists but with different size")
    PFN_vkGetBufferMemoryRequirements2
  else:
    PFN_vkGetBufferMemoryRequirements2_1124075554)
  VkExternalFenceHandleTypeFlagBits_1124075223 = (when declared(
      VkExternalFenceHandleTypeFlagBits):
    when ownSizeof(VkExternalFenceHandleTypeFlagBits) !=
        ownSizeof(VkExternalFenceHandleTypeFlagBits_1124075222):
      static :
        warning("Declaration of " & "VkExternalFenceHandleTypeFlagBits" &
            " exists but with different size")
    VkExternalFenceHandleTypeFlagBits
  else:
    VkExternalFenceHandleTypeFlagBits_1124075222)
  struct_VkRenderPassStripeInfoARM_1124080977 = (when declared(
      struct_VkRenderPassStripeInfoARM):
    when ownSizeof(struct_VkRenderPassStripeInfoARM) !=
        ownSizeof(struct_VkRenderPassStripeInfoARM_1124080976):
      static :
        warning("Declaration of " & "struct_VkRenderPassStripeInfoARM" &
            " exists but with different size")
    struct_VkRenderPassStripeInfoARM
  else:
    struct_VkRenderPassStripeInfoARM_1124080976)
  PFN_vkDestroyExternalComputeQueueNV_1124081993 = (when declared(
      PFN_vkDestroyExternalComputeQueueNV):
    when ownSizeof(PFN_vkDestroyExternalComputeQueueNV) !=
        ownSizeof(PFN_vkDestroyExternalComputeQueueNV_1124081992):
      static :
        warning("Declaration of " & "PFN_vkDestroyExternalComputeQueueNV" &
            " exists but with different size")
    PFN_vkDestroyExternalComputeQueueNV
  else:
    PFN_vkDestroyExternalComputeQueueNV_1124081992)
  PFN_vkCmdBlitImage_1124075153 = (when declared(PFN_vkCmdBlitImage):
    when ownSizeof(PFN_vkCmdBlitImage) != ownSizeof(PFN_vkCmdBlitImage_1124075152):
      static :
        warning("Declaration of " & "PFN_vkCmdBlitImage" &
            " exists but with different size")
    PFN_vkCmdBlitImage
  else:
    PFN_vkCmdBlitImage_1124075152)
  struct_VkPhysicalDeviceOpticalFlowFeaturesNV_1124081437 = (when declared(
      struct_VkPhysicalDeviceOpticalFlowFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceOpticalFlowFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceOpticalFlowFeaturesNV_1124081436):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceOpticalFlowFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceOpticalFlowFeaturesNV
  else:
    struct_VkPhysicalDeviceOpticalFlowFeaturesNV_1124081436)
  VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078491 = (when declared(
      VkVideoEncodeQuantizationMapCapabilitiesKHR):
    when ownSizeof(VkVideoEncodeQuantizationMapCapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078490):
      static :
        warning("Declaration of " &
            "VkVideoEncodeQuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeQuantizationMapCapabilitiesKHR
  else:
    VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078490)
  VkVideoEncodeRateControlInfoKHR_1124077833 = (when declared(
      VkVideoEncodeRateControlInfoKHR):
    when ownSizeof(VkVideoEncodeRateControlInfoKHR) !=
        ownSizeof(VkVideoEncodeRateControlInfoKHR_1124077832):
      static :
        warning("Declaration of " & "VkVideoEncodeRateControlInfoKHR" &
            " exists but with different size")
    VkVideoEncodeRateControlInfoKHR
  else:
    VkVideoEncodeRateControlInfoKHR_1124077832)
  VkPresentIdKHR_1124077763 = (when declared(VkPresentIdKHR):
    when ownSizeof(VkPresentIdKHR) != ownSizeof(VkPresentIdKHR_1124077762):
      static :
        warning("Declaration of " & "VkPresentIdKHR" &
            " exists but with different size")
    VkPresentIdKHR
  else:
    VkPresentIdKHR_1124077762)
  struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077707 = (when declared(
      struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077706):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR
  else:
    struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077706)
  struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079585 = (when declared(
      struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079584):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV
  else:
    struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079584)
  PFN_vkDestroyDescriptorUpdateTemplateKHR_1124077253 = (when declared(
      PFN_vkDestroyDescriptorUpdateTemplateKHR):
    when ownSizeof(PFN_vkDestroyDescriptorUpdateTemplateKHR) !=
        ownSizeof(PFN_vkDestroyDescriptorUpdateTemplateKHR_1124077252):
      static :
        warning("Declaration of " & "PFN_vkDestroyDescriptorUpdateTemplateKHR" &
            " exists but with different size")
    PFN_vkDestroyDescriptorUpdateTemplateKHR
  else:
    PFN_vkDestroyDescriptorUpdateTemplateKHR_1124077252)
  struct_VkPipelineBinaryInfoKHR_1124078089 = (when declared(
      struct_VkPipelineBinaryInfoKHR):
    when ownSizeof(struct_VkPipelineBinaryInfoKHR) !=
        ownSizeof(struct_VkPipelineBinaryInfoKHR_1124078088):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryInfoKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryInfoKHR
  else:
    struct_VkPipelineBinaryInfoKHR_1124078088)
  enum_VkAccelerationStructureCreateFlagBitsKHR_1124082481 = (when declared(
      enum_VkAccelerationStructureCreateFlagBitsKHR):
    when ownSizeof(enum_VkAccelerationStructureCreateFlagBitsKHR) !=
        ownSizeof(enum_VkAccelerationStructureCreateFlagBitsKHR_1124082480):
      static :
        warning("Declaration of " &
            "enum_VkAccelerationStructureCreateFlagBitsKHR" &
            " exists but with different size")
    enum_VkAccelerationStructureCreateFlagBitsKHR
  else:
    enum_VkAccelerationStructureCreateFlagBitsKHR_1124082480)
  VkPhysicalDeviceBufferDeviceAddressFeatures_1124075693 = (when declared(
      VkPhysicalDeviceBufferDeviceAddressFeatures):
    when ownSizeof(VkPhysicalDeviceBufferDeviceAddressFeatures) !=
        ownSizeof(VkPhysicalDeviceBufferDeviceAddressFeatures_1124075692):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceBufferDeviceAddressFeatures" &
            " exists but with different size")
    VkPhysicalDeviceBufferDeviceAddressFeatures
  else:
    VkPhysicalDeviceBufferDeviceAddressFeatures_1124075692)
  PFN_vkCmdSetDeviceMaskKHR_1124077127 = (when declared(
      PFN_vkCmdSetDeviceMaskKHR):
    when ownSizeof(PFN_vkCmdSetDeviceMaskKHR) !=
        ownSizeof(PFN_vkCmdSetDeviceMaskKHR_1124077126):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDeviceMaskKHR" &
            " exists but with different size")
    PFN_vkCmdSetDeviceMaskKHR
  else:
    PFN_vkCmdSetDeviceMaskKHR_1124077126)
  struct_VkPipelineExecutablePropertiesKHR_1124077715 = (when declared(
      struct_VkPipelineExecutablePropertiesKHR):
    when ownSizeof(struct_VkPipelineExecutablePropertiesKHR) !=
        ownSizeof(struct_VkPipelineExecutablePropertiesKHR_1124077714):
      static :
        warning("Declaration of " & "struct_VkPipelineExecutablePropertiesKHR" &
            " exists but with different size")
    struct_VkPipelineExecutablePropertiesKHR
  else:
    struct_VkPipelineExecutablePropertiesKHR_1124077714)
  struct_VkTensorMemoryBarrierARM_1124081297 = (when declared(
      struct_VkTensorMemoryBarrierARM):
    when ownSizeof(struct_VkTensorMemoryBarrierARM) !=
        ownSizeof(struct_VkTensorMemoryBarrierARM_1124081296):
      static :
        warning("Declaration of " & "struct_VkTensorMemoryBarrierARM" &
            " exists but with different size")
    struct_VkTensorMemoryBarrierARM
  else:
    struct_VkTensorMemoryBarrierARM_1124081296)
  struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082897 = (when declared(
      struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX):
    when ownSizeof(struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX) !=
        ownSizeof(struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082896):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX" &
            " exists but with different size")
    struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX
  else:
    struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082896)
  struct_VkPerformanceOverrideInfoINTEL_1124079675 = (when declared(
      struct_VkPerformanceOverrideInfoINTEL):
    when ownSizeof(struct_VkPerformanceOverrideInfoINTEL) !=
        ownSizeof(struct_VkPerformanceOverrideInfoINTEL_1124079674):
      static :
        warning("Declaration of " & "struct_VkPerformanceOverrideInfoINTEL" &
            " exists but with different size")
    struct_VkPerformanceOverrideInfoINTEL
  else:
    struct_VkPerformanceOverrideInfoINTEL_1124079674)
  enum_VkSubpassMergeStatusEXT_1124081201 = (when declared(
      enum_VkSubpassMergeStatusEXT):
    when ownSizeof(enum_VkSubpassMergeStatusEXT) !=
        ownSizeof(enum_VkSubpassMergeStatusEXT_1124081200):
      static :
        warning("Declaration of " & "enum_VkSubpassMergeStatusEXT" &
            " exists but with different size")
    enum_VkSubpassMergeStatusEXT
  else:
    enum_VkSubpassMergeStatusEXT_1124081200)
  VkPhysicalDeviceLineRasterizationFeaturesKHR_1124078369 = (when declared(
      VkPhysicalDeviceLineRasterizationFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceLineRasterizationFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceLineRasterizationFeaturesKHR_1124078368):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLineRasterizationFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceLineRasterizationFeaturesKHR
  else:
    VkPhysicalDeviceLineRasterizationFeaturesKHR_1124078368)
  struct_VkPhysicalDeviceRobustness2PropertiesKHR_1124078613 = (when declared(
      struct_VkPhysicalDeviceRobustness2PropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRobustness2PropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRobustness2PropertiesKHR_1124078612):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRobustness2PropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRobustness2PropertiesKHR
  else:
    struct_VkPhysicalDeviceRobustness2PropertiesKHR_1124078612)
  VkVideoSessionParametersKHR_1124076635 = (when declared(
      VkVideoSessionParametersKHR):
    when ownSizeof(VkVideoSessionParametersKHR) !=
        ownSizeof(VkVideoSessionParametersKHR_1124076634):
      static :
        warning("Declaration of " & "VkVideoSessionParametersKHR" &
            " exists but with different size")
    VkVideoSessionParametersKHR
  else:
    VkVideoSessionParametersKHR_1124076634)
  struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080139 = (when declared(
      struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080138):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT
  else:
    struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080138)
  enum_VkAntiLagModeAMD_1124081481 = (when declared(enum_VkAntiLagModeAMD):
    when ownSizeof(enum_VkAntiLagModeAMD) != ownSizeof(enum_VkAntiLagModeAMD_1124081480):
      static :
        warning("Declaration of " & "enum_VkAntiLagModeAMD" &
            " exists but with different size")
    enum_VkAntiLagModeAMD
  else:
    enum_VkAntiLagModeAMD_1124081480)
  struct_VkExportMemoryAllocateInfo_1124075429 = (when declared(
      struct_VkExportMemoryAllocateInfo):
    when ownSizeof(struct_VkExportMemoryAllocateInfo) !=
        ownSizeof(struct_VkExportMemoryAllocateInfo_1124075428):
      static :
        warning("Declaration of " & "struct_VkExportMemoryAllocateInfo" &
            " exists but with different size")
    struct_VkExportMemoryAllocateInfo
  else:
    struct_VkExportMemoryAllocateInfo_1124075428)
  struct_VkSurfacePresentModeCompatibilityKHR_1124078135 = (when declared(
      struct_VkSurfacePresentModeCompatibilityKHR):
    when ownSizeof(struct_VkSurfacePresentModeCompatibilityKHR) !=
        ownSizeof(struct_VkSurfacePresentModeCompatibilityKHR_1124078134):
      static :
        warning("Declaration of " &
            "struct_VkSurfacePresentModeCompatibilityKHR" &
            " exists but with different size")
    struct_VkSurfacePresentModeCompatibilityKHR
  else:
    struct_VkSurfacePresentModeCompatibilityKHR_1124078134)
  struct_VkCooperativeMatrixPropertiesKHR_1124078173 = (when declared(
      struct_VkCooperativeMatrixPropertiesKHR):
    when ownSizeof(struct_VkCooperativeMatrixPropertiesKHR) !=
        ownSizeof(struct_VkCooperativeMatrixPropertiesKHR_1124078172):
      static :
        warning("Declaration of " & "struct_VkCooperativeMatrixPropertiesKHR" &
            " exists but with different size")
    struct_VkCooperativeMatrixPropertiesKHR
  else:
    struct_VkCooperativeMatrixPropertiesKHR_1124078172)
  VkHostImageLayoutTransitionInfoEXT_1124079945 = (when declared(
      VkHostImageLayoutTransitionInfoEXT):
    when ownSizeof(VkHostImageLayoutTransitionInfoEXT) !=
        ownSizeof(VkHostImageLayoutTransitionInfoEXT_1124079944):
      static :
        warning("Declaration of " & "VkHostImageLayoutTransitionInfoEXT" &
            " exists but with different size")
    VkHostImageLayoutTransitionInfoEXT
  else:
    VkHostImageLayoutTransitionInfoEXT_1124079944)
  VkQueryResultStatusKHR_1124076639 = (when declared(VkQueryResultStatusKHR):
    when ownSizeof(VkQueryResultStatusKHR) != ownSizeof(VkQueryResultStatusKHR_1124076638):
      static :
        warning("Declaration of " & "VkQueryResultStatusKHR" &
            " exists but with different size")
    VkQueryResultStatusKHR
  else:
    VkQueryResultStatusKHR_1124076638)
  VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082157 = (when declared(
      VkBuildPartitionedAccelerationStructureIndirectCommandNV):
    when ownSizeof(VkBuildPartitionedAccelerationStructureIndirectCommandNV) !=
        ownSizeof(VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082156):
      static :
        warning("Declaration of " &
            "VkBuildPartitionedAccelerationStructureIndirectCommandNV" &
            " exists but with different size")
    VkBuildPartitionedAccelerationStructureIndirectCommandNV
  else:
    VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082156)
  PFN_vkCmdDecompressMemoryIndirectCountNV_1124081047 = (when declared(
      PFN_vkCmdDecompressMemoryIndirectCountNV):
    when ownSizeof(PFN_vkCmdDecompressMemoryIndirectCountNV) !=
        ownSizeof(PFN_vkCmdDecompressMemoryIndirectCountNV_1124081046):
      static :
        warning("Declaration of " & "PFN_vkCmdDecompressMemoryIndirectCountNV" &
            " exists but with different size")
    PFN_vkCmdDecompressMemoryIndirectCountNV
  else:
    PFN_vkCmdDecompressMemoryIndirectCountNV_1124081046)
  struct_StdVideoAV1FilmGrainFlags_1124083359 = (when declared(
      struct_StdVideoAV1FilmGrainFlags):
    when ownSizeof(struct_StdVideoAV1FilmGrainFlags) !=
        ownSizeof(struct_StdVideoAV1FilmGrainFlags_1124083358):
      static :
        warning("Declaration of " & "struct_StdVideoAV1FilmGrainFlags" &
            " exists but with different size")
    struct_StdVideoAV1FilmGrainFlags
  else:
    struct_StdVideoAV1FilmGrainFlags_1124083358)
  VkTransformMatrixNV_1124079437 = (when declared(VkTransformMatrixNV):
    when ownSizeof(VkTransformMatrixNV) != ownSizeof(VkTransformMatrixNV_1124079436):
      static :
        warning("Declaration of " & "VkTransformMatrixNV" &
            " exists but with different size")
    VkTransformMatrixNV
  else:
    VkTransformMatrixNV_1124079436)
  struct_VkDrmFormatModifierPropertiesListEXT_1124079215 = (when declared(
      struct_VkDrmFormatModifierPropertiesListEXT):
    when ownSizeof(struct_VkDrmFormatModifierPropertiesListEXT) !=
        ownSizeof(struct_VkDrmFormatModifierPropertiesListEXT_1124079214):
      static :
        warning("Declaration of " &
            "struct_VkDrmFormatModifierPropertiesListEXT" &
            " exists but with different size")
    struct_VkDrmFormatModifierPropertiesListEXT
  else:
    struct_VkDrmFormatModifierPropertiesListEXT_1124079214)
  struct_VkExternalMemoryAcquireUnmodifiedEXT_1124081119 = (when declared(
      struct_VkExternalMemoryAcquireUnmodifiedEXT):
    when ownSizeof(struct_VkExternalMemoryAcquireUnmodifiedEXT) !=
        ownSizeof(struct_VkExternalMemoryAcquireUnmodifiedEXT_1124081118):
      static :
        warning("Declaration of " &
            "struct_VkExternalMemoryAcquireUnmodifiedEXT" &
            " exists but with different size")
    struct_VkExternalMemoryAcquireUnmodifiedEXT
  else:
    struct_VkExternalMemoryAcquireUnmodifiedEXT_1124081118)
  struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077623 = (when declared(
      struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077622):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR
  else:
    struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077622)
  PFN_vkCmdSetDepthBiasEnable_1124076185 = (when declared(
      PFN_vkCmdSetDepthBiasEnable):
    when ownSizeof(PFN_vkCmdSetDepthBiasEnable) !=
        ownSizeof(PFN_vkCmdSetDepthBiasEnable_1124076184):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBiasEnable" &
            " exists but with different size")
    PFN_vkCmdSetDepthBiasEnable
  else:
    PFN_vkCmdSetDepthBiasEnable_1124076184)
  struct_VkPresentWait2InfoKHR_1124078045 = (when declared(
      struct_VkPresentWait2InfoKHR):
    when ownSizeof(struct_VkPresentWait2InfoKHR) !=
        ownSizeof(struct_VkPresentWait2InfoKHR_1124078044):
      static :
        warning("Declaration of " & "struct_VkPresentWait2InfoKHR" &
            " exists but with different size")
    struct_VkPresentWait2InfoKHR
  else:
    struct_VkPresentWait2InfoKHR_1124078044)
  VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075765 = (when declared(
      VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures):
    when ownSizeof(VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075764):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures
  else:
    VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075764)
  VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081725 = (when declared(
      VkPhysicalDeviceDataGraphProcessingEngineTypeARM):
    when ownSizeof(VkPhysicalDeviceDataGraphProcessingEngineTypeARM) !=
        ownSizeof(VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081724):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDataGraphProcessingEngineTypeARM" &
            " exists but with different size")
    VkPhysicalDeviceDataGraphProcessingEngineTypeARM
  else:
    VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081724)
  PFN_vkReleaseSwapchainImagesKHR_1124078163 = (when declared(
      PFN_vkReleaseSwapchainImagesKHR):
    when ownSizeof(PFN_vkReleaseSwapchainImagesKHR) !=
        ownSizeof(PFN_vkReleaseSwapchainImagesKHR_1124078162):
      static :
        warning("Declaration of " & "PFN_vkReleaseSwapchainImagesKHR" &
            " exists but with different size")
    PFN_vkReleaseSwapchainImagesKHR
  else:
    PFN_vkReleaseSwapchainImagesKHR_1124078162)
  PFN_vkTransitionImageLayoutEXT_1124079961 = (when declared(
      PFN_vkTransitionImageLayoutEXT):
    when ownSizeof(PFN_vkTransitionImageLayoutEXT) !=
        ownSizeof(PFN_vkTransitionImageLayoutEXT_1124079960):
      static :
        warning("Declaration of " & "PFN_vkTransitionImageLayoutEXT" &
            " exists but with different size")
    PFN_vkTransitionImageLayoutEXT
  else:
    PFN_vkTransitionImageLayoutEXT_1124079960)
  VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080915 = (when declared(
      VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080914):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
  else:
    VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080914)
  VkSubpassBeginInfoKHR_1124077275 = (when declared(VkSubpassBeginInfoKHR):
    when ownSizeof(VkSubpassBeginInfoKHR) != ownSizeof(VkSubpassBeginInfoKHR_1124077274):
      static :
        warning("Declaration of " & "VkSubpassBeginInfoKHR" &
            " exists but with different size")
    VkSubpassBeginInfoKHR
  else:
    VkSubpassBeginInfoKHR_1124077274)
  struct_VkLayerProperties_1124074561 = (when declared(struct_VkLayerProperties):
    when ownSizeof(struct_VkLayerProperties) !=
        ownSizeof(struct_VkLayerProperties_1124074560):
      static :
        warning("Declaration of " & "struct_VkLayerProperties" &
            " exists but with different size")
    struct_VkLayerProperties
  else:
    struct_VkLayerProperties_1124074560)
  VkExternalSemaphoreFeatureFlagBits_1124075253 = (when declared(
      VkExternalSemaphoreFeatureFlagBits):
    when ownSizeof(VkExternalSemaphoreFeatureFlagBits) !=
        ownSizeof(VkExternalSemaphoreFeatureFlagBits_1124075252):
      static :
        warning("Declaration of " & "VkExternalSemaphoreFeatureFlagBits" &
            " exists but with different size")
    VkExternalSemaphoreFeatureFlagBits
  else:
    VkExternalSemaphoreFeatureFlagBits_1124075252)
  VkCopyCommandTransformInfoQCOM_1124080441 = (when declared(
      VkCopyCommandTransformInfoQCOM):
    when ownSizeof(VkCopyCommandTransformInfoQCOM) !=
        ownSizeof(VkCopyCommandTransformInfoQCOM_1124080440):
      static :
        warning("Declaration of " & "VkCopyCommandTransformInfoQCOM" &
            " exists but with different size")
    VkCopyCommandTransformInfoQCOM
  else:
    VkCopyCommandTransformInfoQCOM_1124080440)
  VkDeviceMemoryOpaqueCaptureAddressInfo_1124075709 = (when declared(
      VkDeviceMemoryOpaqueCaptureAddressInfo):
    when ownSizeof(VkDeviceMemoryOpaqueCaptureAddressInfo) !=
        ownSizeof(VkDeviceMemoryOpaqueCaptureAddressInfo_1124075708):
      static :
        warning("Declaration of " & "VkDeviceMemoryOpaqueCaptureAddressInfo" &
            " exists but with different size")
    VkDeviceMemoryOpaqueCaptureAddressInfo
  else:
    VkDeviceMemoryOpaqueCaptureAddressInfo_1124075708)
  VkPipelineViewportDepthClipControlCreateInfoEXT_1124080581 = (when declared(
      VkPipelineViewportDepthClipControlCreateInfoEXT):
    when ownSizeof(VkPipelineViewportDepthClipControlCreateInfoEXT) !=
        ownSizeof(VkPipelineViewportDepthClipControlCreateInfoEXT_1124080580):
      static :
        warning("Declaration of " &
            "VkPipelineViewportDepthClipControlCreateInfoEXT" &
            " exists but with different size")
    VkPipelineViewportDepthClipControlCreateInfoEXT
  else:
    VkPipelineViewportDepthClipControlCreateInfoEXT_1124080580)
  PFN_vkDebugReportMessageEXT_1124078677 = (when declared(
      PFN_vkDebugReportMessageEXT):
    when ownSizeof(PFN_vkDebugReportMessageEXT) !=
        ownSizeof(PFN_vkDebugReportMessageEXT_1124078676):
      static :
        warning("Declaration of " & "PFN_vkDebugReportMessageEXT" &
            " exists but with different size")
    PFN_vkDebugReportMessageEXT
  else:
    PFN_vkDebugReportMessageEXT_1124078676)
  struct_VkMicromapBuildInfoEXT_1124080817 = (when declared(
      struct_VkMicromapBuildInfoEXT):
    when ownSizeof(struct_VkMicromapBuildInfoEXT) !=
        ownSizeof(struct_VkMicromapBuildInfoEXT_1124080816):
      static :
        warning("Declaration of " & "struct_VkMicromapBuildInfoEXT" &
            " exists but with different size")
    struct_VkMicromapBuildInfoEXT
  else:
    struct_VkMicromapBuildInfoEXT_1124080816)
  struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081767 = (when declared(
      struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081766):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM
  else:
    struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081766)
  struct_VkClusterAccelerationStructureInputInfoNV_1124082077 = (when declared(
      struct_VkClusterAccelerationStructureInputInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureInputInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureInputInfoNV_1124082076):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureInputInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureInputInfoNV
  else:
    struct_VkClusterAccelerationStructureInputInfoNV_1124082076)
  StdVideoAV1Level_1124078203 = (when declared(StdVideoAV1Level):
    when ownSizeof(StdVideoAV1Level) != ownSizeof(StdVideoAV1Level_1124078202):
      static :
        warning("Declaration of " & "StdVideoAV1Level" &
            " exists but with different size")
    StdVideoAV1Level
  else:
    StdVideoAV1Level_1124078202)
  struct_StdVideoH264PpsFlags_1124083127 = (when declared(
      struct_StdVideoH264PpsFlags):
    when ownSizeof(struct_StdVideoH264PpsFlags) !=
        ownSizeof(struct_StdVideoH264PpsFlags_1124083126):
      static :
        warning("Declaration of " & "struct_StdVideoH264PpsFlags" &
            " exists but with different size")
    struct_StdVideoH264PpsFlags
  else:
    struct_StdVideoH264PpsFlags_1124083126)
  enum_VkCoarseSampleOrderTypeNV_1124079287 = (when declared(
      enum_VkCoarseSampleOrderTypeNV):
    when ownSizeof(enum_VkCoarseSampleOrderTypeNV) !=
        ownSizeof(enum_VkCoarseSampleOrderTypeNV_1124079286):
      static :
        warning("Declaration of " & "enum_VkCoarseSampleOrderTypeNV" &
            " exists but with different size")
    enum_VkCoarseSampleOrderTypeNV
  else:
    enum_VkCoarseSampleOrderTypeNV_1124079286)
  VkDescriptorPoolInlineUniformBlockCreateInfo_1124076065 = (when declared(
      VkDescriptorPoolInlineUniformBlockCreateInfo):
    when ownSizeof(VkDescriptorPoolInlineUniformBlockCreateInfo) !=
        ownSizeof(VkDescriptorPoolInlineUniformBlockCreateInfo_1124076064):
      static :
        warning("Declaration of " &
            "VkDescriptorPoolInlineUniformBlockCreateInfo" &
            " exists but with different size")
    VkDescriptorPoolInlineUniformBlockCreateInfo
  else:
    VkDescriptorPoolInlineUniformBlockCreateInfo_1124076064)
  VkExternalImageFormatPropertiesNV_1124078831 = (when declared(
      VkExternalImageFormatPropertiesNV):
    when ownSizeof(VkExternalImageFormatPropertiesNV) !=
        ownSizeof(VkExternalImageFormatPropertiesNV_1124078830):
      static :
        warning("Declaration of " & "VkExternalImageFormatPropertiesNV" &
            " exists but with different size")
    VkExternalImageFormatPropertiesNV
  else:
    VkExternalImageFormatPropertiesNV_1124078830)
  struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078723 = (when declared(
      struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078722):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT
  else:
    struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078722)
  PFN_vkGetPhysicalDeviceFeatures2KHR_1124077089 = (when declared(
      PFN_vkGetPhysicalDeviceFeatures2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceFeatures2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFeatures2KHR_1124077088):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceFeatures2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFeatures2KHR
  else:
    PFN_vkGetPhysicalDeviceFeatures2KHR_1124077088)
  struct_VkAmigoProfilingSubmitInfoSEC_1124081563 = (when declared(
      struct_VkAmigoProfilingSubmitInfoSEC):
    when ownSizeof(struct_VkAmigoProfilingSubmitInfoSEC) !=
        ownSizeof(struct_VkAmigoProfilingSubmitInfoSEC_1124081562):
      static :
        warning("Declaration of " & "struct_VkAmigoProfilingSubmitInfoSEC" &
            " exists but with different size")
    struct_VkAmigoProfilingSubmitInfoSEC
  else:
    struct_VkAmigoProfilingSubmitInfoSEC_1124081562)
  struct_VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077541 = (when declared(
      struct_VkVideoDecodeH265SessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH265SessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077540):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeH265SessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265SessionParametersCreateInfoKHR
  else:
    struct_VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077540)
  VkSemaphoreSignalInfoKHR_1124077599 = (when declared(VkSemaphoreSignalInfoKHR):
    when ownSizeof(VkSemaphoreSignalInfoKHR) !=
        ownSizeof(VkSemaphoreSignalInfoKHR_1124077598):
      static :
        warning("Declaration of " & "VkSemaphoreSignalInfoKHR" &
            " exists but with different size")
    VkSemaphoreSignalInfoKHR
  else:
    VkSemaphoreSignalInfoKHR_1124077598)
  struct_VkPhysicalDeviceIDProperties_1124075417 = (when declared(
      struct_VkPhysicalDeviceIDProperties):
    when ownSizeof(struct_VkPhysicalDeviceIDProperties) !=
        ownSizeof(struct_VkPhysicalDeviceIDProperties_1124075416):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceIDProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceIDProperties
  else:
    struct_VkPhysicalDeviceIDProperties_1124075416)
  VkVideoEncodeH264PictureInfoKHR_1124076873 = (when declared(
      VkVideoEncodeH264PictureInfoKHR):
    when ownSizeof(VkVideoEncodeH264PictureInfoKHR) !=
        ownSizeof(VkVideoEncodeH264PictureInfoKHR_1124076872):
      static :
        warning("Declaration of " & "VkVideoEncodeH264PictureInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264PictureInfoKHR
  else:
    VkVideoEncodeH264PictureInfoKHR_1124076872)
  StdVideoEncodeH265ReferenceInfo_1124076987 = (when declared(
      StdVideoEncodeH265ReferenceInfo):
    when ownSizeof(StdVideoEncodeH265ReferenceInfo) !=
        ownSizeof(StdVideoEncodeH265ReferenceInfo_1124076986):
      static :
        warning("Declaration of " & "StdVideoEncodeH265ReferenceInfo" &
            " exists but with different size")
    StdVideoEncodeH265ReferenceInfo
  else:
    StdVideoEncodeH265ReferenceInfo_1124076986)
  VkDevicePrivateDataCreateInfo_1124075921 = (when declared(
      VkDevicePrivateDataCreateInfo):
    when ownSizeof(VkDevicePrivateDataCreateInfo) !=
        ownSizeof(VkDevicePrivateDataCreateInfo_1124075920):
      static :
        warning("Declaration of " & "VkDevicePrivateDataCreateInfo" &
            " exists but with different size")
    VkDevicePrivateDataCreateInfo
  else:
    VkDevicePrivateDataCreateInfo_1124075920)
  VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080347 = (when declared(
      VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080346):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT
  else:
    VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080346)
  PFN_vkGetBufferMemoryRequirements2KHR_1124077471 = (when declared(
      PFN_vkGetBufferMemoryRequirements2KHR):
    when ownSizeof(PFN_vkGetBufferMemoryRequirements2KHR) !=
        ownSizeof(PFN_vkGetBufferMemoryRequirements2KHR_1124077470):
      static :
        warning("Declaration of " & "PFN_vkGetBufferMemoryRequirements2KHR" &
            " exists but with different size")
    PFN_vkGetBufferMemoryRequirements2KHR
  else:
    PFN_vkGetBufferMemoryRequirements2KHR_1124077470)
  PFN_vkWaitSemaphoresKHR_1124077603 = (when declared(PFN_vkWaitSemaphoresKHR):
    when ownSizeof(PFN_vkWaitSemaphoresKHR) !=
        ownSizeof(PFN_vkWaitSemaphoresKHR_1124077602):
      static :
        warning("Declaration of " & "PFN_vkWaitSemaphoresKHR" &
            " exists but with different size")
    PFN_vkWaitSemaphoresKHR
  else:
    PFN_vkWaitSemaphoresKHR_1124077602)
  VkCopyMemoryToImageInfoEXT_1124079939 = (when declared(
      VkCopyMemoryToImageInfoEXT):
    when ownSizeof(VkCopyMemoryToImageInfoEXT) !=
        ownSizeof(VkCopyMemoryToImageInfoEXT_1124079938):
      static :
        warning("Declaration of " & "VkCopyMemoryToImageInfoEXT" &
            " exists but with different size")
    VkCopyMemoryToImageInfoEXT
  else:
    VkCopyMemoryToImageInfoEXT_1124079938)
  VkDeviceGroupSubmitInfo_1124075291 = (when declared(VkDeviceGroupSubmitInfo):
    when ownSizeof(VkDeviceGroupSubmitInfo) !=
        ownSizeof(VkDeviceGroupSubmitInfo_1124075290):
      static :
        warning("Declaration of " & "VkDeviceGroupSubmitInfo" &
            " exists but with different size")
    VkDeviceGroupSubmitInfo
  else:
    VkDeviceGroupSubmitInfo_1124075290)
  VkExportSemaphoreCreateInfo_1124075447 = (when declared(
      VkExportSemaphoreCreateInfo):
    when ownSizeof(VkExportSemaphoreCreateInfo) !=
        ownSizeof(VkExportSemaphoreCreateInfo_1124075446):
      static :
        warning("Declaration of " & "VkExportSemaphoreCreateInfo" &
            " exists but with different size")
    VkExportSemaphoreCreateInfo
  else:
    VkExportSemaphoreCreateInfo_1124075446)
  struct_VkDispatchGraphCountInfoAMDX_1124082819 = (when declared(
      struct_VkDispatchGraphCountInfoAMDX):
    when ownSizeof(struct_VkDispatchGraphCountInfoAMDX) !=
        ownSizeof(struct_VkDispatchGraphCountInfoAMDX_1124082818):
      static :
        warning("Declaration of " & "struct_VkDispatchGraphCountInfoAMDX" &
            " exists but with different size")
    struct_VkDispatchGraphCountInfoAMDX
  else:
    struct_VkDispatchGraphCountInfoAMDX_1124082818)
  VkSparseImageMemoryBindInfo_1124074603 = (when declared(
      VkSparseImageMemoryBindInfo):
    when ownSizeof(VkSparseImageMemoryBindInfo) !=
        ownSizeof(VkSparseImageMemoryBindInfo_1124074602):
      static :
        warning("Declaration of " & "VkSparseImageMemoryBindInfo" &
            " exists but with different size")
    VkSparseImageMemoryBindInfo
  else:
    VkSparseImageMemoryBindInfo_1124074602)
  PFN_vkCmdBeginRenderPass_1124075161 = (when declared(PFN_vkCmdBeginRenderPass):
    when ownSizeof(PFN_vkCmdBeginRenderPass) !=
        ownSizeof(PFN_vkCmdBeginRenderPass_1124075160):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginRenderPass" &
            " exists but with different size")
    PFN_vkCmdBeginRenderPass
  else:
    PFN_vkCmdBeginRenderPass_1124075160)
  VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082119 = (when declared(
      VkClusterAccelerationStructureGetTemplateIndicesInfoNV):
    when ownSizeof(VkClusterAccelerationStructureGetTemplateIndicesInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082118):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureGetTemplateIndicesInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureGetTemplateIndicesInfoNV
  else:
    VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082118)
  struct_HMONITOR_private_1124082975 = (when declared(struct_HMONITOR_private):
    when ownSizeof(struct_HMONITOR_private) !=
        ownSizeof(struct_HMONITOR_private_1124082974):
      static :
        warning("Declaration of " & "struct_HMONITOR_private" &
            " exists but with different size")
    struct_HMONITOR_private
  else:
    struct_HMONITOR_private_1124082974)
  PFN_vkGetMicromapBuildSizesEXT_1124080887 = (when declared(
      PFN_vkGetMicromapBuildSizesEXT):
    when ownSizeof(PFN_vkGetMicromapBuildSizesEXT) !=
        ownSizeof(PFN_vkGetMicromapBuildSizesEXT_1124080886):
      static :
        warning("Declaration of " & "PFN_vkGetMicromapBuildSizesEXT" &
            " exists but with different size")
    PFN_vkGetMicromapBuildSizesEXT
  else:
    PFN_vkGetMicromapBuildSizesEXT_1124080886)
  enum_VkMemoryHeapFlagBits_1124074183 = (when declared(
      enum_VkMemoryHeapFlagBits):
    when ownSizeof(enum_VkMemoryHeapFlagBits) !=
        ownSizeof(enum_VkMemoryHeapFlagBits_1124074182):
      static :
        warning("Declaration of " & "enum_VkMemoryHeapFlagBits" &
            " exists but with different size")
    enum_VkMemoryHeapFlagBits
  else:
    enum_VkMemoryHeapFlagBits_1124074182)
  PFN_vkCmdPipelineBarrier2KHR_1124077895 = (when declared(
      PFN_vkCmdPipelineBarrier2KHR):
    when ownSizeof(PFN_vkCmdPipelineBarrier2KHR) !=
        ownSizeof(PFN_vkCmdPipelineBarrier2KHR_1124077894):
      static :
        warning("Declaration of " & "PFN_vkCmdPipelineBarrier2KHR" &
            " exists but with different size")
    PFN_vkCmdPipelineBarrier2KHR
  else:
    PFN_vkCmdPipelineBarrier2KHR_1124077894)
  PFN_vkCreateCuFunctionNVX_1124078769 = (when declared(
      PFN_vkCreateCuFunctionNVX):
    when ownSizeof(PFN_vkCreateCuFunctionNVX) !=
        ownSizeof(PFN_vkCreateCuFunctionNVX_1124078768):
      static :
        warning("Declaration of " & "PFN_vkCreateCuFunctionNVX" &
            " exists but with different size")
    PFN_vkCreateCuFunctionNVX
  else:
    PFN_vkCreateCuFunctionNVX_1124078768)
  VkRenderPassStripeSubmitInfoARM_1124080987 = (when declared(
      VkRenderPassStripeSubmitInfoARM):
    when ownSizeof(VkRenderPassStripeSubmitInfoARM) !=
        ownSizeof(VkRenderPassStripeSubmitInfoARM_1124080986):
      static :
        warning("Declaration of " & "VkRenderPassStripeSubmitInfoARM" &
            " exists but with different size")
    VkRenderPassStripeSubmitInfoARM
  else:
    VkRenderPassStripeSubmitInfoARM_1124080986)
  struct_VkPhysicalDeviceScalarBlockLayoutFeatures_1124075747 = (when declared(
      struct_VkPhysicalDeviceScalarBlockLayoutFeatures):
    when ownSizeof(struct_VkPhysicalDeviceScalarBlockLayoutFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceScalarBlockLayoutFeatures_1124075746):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceScalarBlockLayoutFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceScalarBlockLayoutFeatures
  else:
    struct_VkPhysicalDeviceScalarBlockLayoutFeatures_1124075746)
  VkTensorUsageFlagBitsARM_1124081263 = (when declared(VkTensorUsageFlagBitsARM):
    when ownSizeof(VkTensorUsageFlagBitsARM) !=
        ownSizeof(VkTensorUsageFlagBitsARM_1124081262):
      static :
        warning("Declaration of " & "VkTensorUsageFlagBitsARM" &
            " exists but with different size")
    VkTensorUsageFlagBitsARM
  else:
    VkTensorUsageFlagBitsARM_1124081262)
  VkLatencySubmissionPresentIdNV_1124081685 = (when declared(
      VkLatencySubmissionPresentIdNV):
    when ownSizeof(VkLatencySubmissionPresentIdNV) !=
        ownSizeof(VkLatencySubmissionPresentIdNV_1124081684):
      static :
        warning("Declaration of " & "VkLatencySubmissionPresentIdNV" &
            " exists but with different size")
    VkLatencySubmissionPresentIdNV
  else:
    VkLatencySubmissionPresentIdNV_1124081684)
  struct_VkDrmFormatModifierPropertiesEXT_1124079211 = (when declared(
      struct_VkDrmFormatModifierPropertiesEXT):
    when ownSizeof(struct_VkDrmFormatModifierPropertiesEXT) !=
        ownSizeof(struct_VkDrmFormatModifierPropertiesEXT_1124079210):
      static :
        warning("Declaration of " & "struct_VkDrmFormatModifierPropertiesEXT" &
            " exists but with different size")
    struct_VkDrmFormatModifierPropertiesEXT
  else:
    struct_VkDrmFormatModifierPropertiesEXT_1124079210)
  struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082117 = (when declared(
      struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082116):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV
  else:
    struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082116)
  StdVideoAV1TileInfoFlags_1124083291 = (when declared(StdVideoAV1TileInfoFlags):
    when ownSizeof(StdVideoAV1TileInfoFlags) !=
        ownSizeof(StdVideoAV1TileInfoFlags_1124083290):
      static :
        warning("Declaration of " & "StdVideoAV1TileInfoFlags" &
            " exists but with different size")
    StdVideoAV1TileInfoFlags
  else:
    StdVideoAV1TileInfoFlags_1124083290)
  StdVideoH265ProfileTierLevelFlags_1124083267 = (when declared(
      StdVideoH265ProfileTierLevelFlags):
    when ownSizeof(StdVideoH265ProfileTierLevelFlags) !=
        ownSizeof(StdVideoH265ProfileTierLevelFlags_1124083266):
      static :
        warning("Declaration of " & "StdVideoH265ProfileTierLevelFlags" &
            " exists but with different size")
    StdVideoH265ProfileTierLevelFlags
  else:
    StdVideoH265ProfileTierLevelFlags_1124083266)
  VkDebugUtilsMessengerCallbackDataFlagsEXT_1124079055 = (when declared(
      VkDebugUtilsMessengerCallbackDataFlagsEXT):
    when ownSizeof(VkDebugUtilsMessengerCallbackDataFlagsEXT) !=
        ownSizeof(VkDebugUtilsMessengerCallbackDataFlagsEXT_1124079054):
      static :
        warning("Declaration of " & "VkDebugUtilsMessengerCallbackDataFlagsEXT" &
            " exists but with different size")
    VkDebugUtilsMessengerCallbackDataFlagsEXT
  else:
    VkDebugUtilsMessengerCallbackDataFlagsEXT_1124079054)
  VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077991 = (when declared(
      VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077990):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR
  else:
    VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077990)
  struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081997 = (when declared(
      struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081996):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV
  else:
    struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081996)
  struct_VkDeviceGroupCommandBufferBeginInfo_1124075285 = (when declared(
      struct_VkDeviceGroupCommandBufferBeginInfo):
    when ownSizeof(struct_VkDeviceGroupCommandBufferBeginInfo) !=
        ownSizeof(struct_VkDeviceGroupCommandBufferBeginInfo_1124075284):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupCommandBufferBeginInfo" &
            " exists but with different size")
    struct_VkDeviceGroupCommandBufferBeginInfo
  else:
    struct_VkDeviceGroupCommandBufferBeginInfo_1124075284)
  struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079181 = (when declared(
      struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT):
    when ownSizeof(struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079180):
      static :
        warning("Declaration of " &
            "struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT
  else:
    struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079180)
  struct_StdVideoEncodeH264SliceHeaderFlags_1124083131 = (when declared(
      struct_StdVideoEncodeH264SliceHeaderFlags):
    when ownSizeof(struct_StdVideoEncodeH264SliceHeaderFlags) !=
        ownSizeof(struct_StdVideoEncodeH264SliceHeaderFlags_1124083130):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264SliceHeaderFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH264SliceHeaderFlags
  else:
    struct_StdVideoEncodeH264SliceHeaderFlags_1124083130)
  VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080707 = (when declared(
      VkVideoEncodeRgbChromaOffsetFlagBitsVALVE):
    when ownSizeof(VkVideoEncodeRgbChromaOffsetFlagBitsVALVE) !=
        ownSizeof(VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080706):
      static :
        warning("Declaration of " & "VkVideoEncodeRgbChromaOffsetFlagBitsVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbChromaOffsetFlagBitsVALVE
  else:
    VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080706)
  PFN_vkCmdSetStencilReference_1124075139 = (when declared(
      PFN_vkCmdSetStencilReference):
    when ownSizeof(PFN_vkCmdSetStencilReference) !=
        ownSizeof(PFN_vkCmdSetStencilReference_1124075138):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilReference" &
            " exists but with different size")
    PFN_vkCmdSetStencilReference
  else:
    PFN_vkCmdSetStencilReference_1124075138)
  PFN_vkCmdBindDescriptorBuffersEXT_1124080323 = (when declared(
      PFN_vkCmdBindDescriptorBuffersEXT):
    when ownSizeof(PFN_vkCmdBindDescriptorBuffersEXT) !=
        ownSizeof(PFN_vkCmdBindDescriptorBuffersEXT_1124080322):
      static :
        warning("Declaration of " & "PFN_vkCmdBindDescriptorBuffersEXT" &
            " exists but with different size")
    PFN_vkCmdBindDescriptorBuffersEXT
  else:
    PFN_vkCmdBindDescriptorBuffersEXT_1124080322)
  PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR_1124077305 = (when declared(
      PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR_1124077304):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR_1124077304)
  struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079847 = (when declared(
      struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079846):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT
  else:
    struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079846)
  VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079967 = (when declared(
      VkPhysicalDeviceMapMemoryPlacedFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMapMemoryPlacedFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079966):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMapMemoryPlacedFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMapMemoryPlacedFeaturesEXT
  else:
    VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079966)
  VkVideoCodingControlFlagsKHR_1124076685 = (when declared(
      VkVideoCodingControlFlagsKHR):
    when ownSizeof(VkVideoCodingControlFlagsKHR) !=
        ownSizeof(VkVideoCodingControlFlagsKHR_1124076684):
      static :
        warning("Declaration of " & "VkVideoCodingControlFlagsKHR" &
            " exists but with different size")
    VkVideoCodingControlFlagsKHR
  else:
    VkVideoCodingControlFlagsKHR_1124076684)
  VkSemaphoreImportFlagBits_1124075241 = (when declared(
      VkSemaphoreImportFlagBits):
    when ownSizeof(VkSemaphoreImportFlagBits) !=
        ownSizeof(VkSemaphoreImportFlagBits_1124075240):
      static :
        warning("Declaration of " & "VkSemaphoreImportFlagBits" &
            " exists but with different size")
    VkSemaphoreImportFlagBits
  else:
    VkSemaphoreImportFlagBits_1124075240)
  enum_VkLatencyMarkerNV_1124081655 = (when declared(enum_VkLatencyMarkerNV):
    when ownSizeof(enum_VkLatencyMarkerNV) != ownSizeof(enum_VkLatencyMarkerNV_1124081654):
      static :
        warning("Declaration of " & "enum_VkLatencyMarkerNV" &
            " exists but with different size")
    enum_VkLatencyMarkerNV
  else:
    enum_VkLatencyMarkerNV_1124081654)
  VkShaderStageFlags_1124074351 = (when declared(VkShaderStageFlags):
    when ownSizeof(VkShaderStageFlags) != ownSizeof(VkShaderStageFlags_1124074350):
      static :
        warning("Declaration of " & "VkShaderStageFlags" &
            " exists but with different size")
    VkShaderStageFlags
  else:
    VkShaderStageFlags_1124074350)
  VkExternalMemoryProperties_1124075399 = (when declared(
      VkExternalMemoryProperties):
    when ownSizeof(VkExternalMemoryProperties) !=
        ownSizeof(VkExternalMemoryProperties_1124075398):
      static :
        warning("Declaration of " & "VkExternalMemoryProperties" &
            " exists but with different size")
    VkExternalMemoryProperties
  else:
    VkExternalMemoryProperties_1124075398)
  enum_VkVideoEncodeCapabilityFlagBitsKHR_1124077779 = (when declared(
      enum_VkVideoEncodeCapabilityFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeCapabilityFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeCapabilityFlagBitsKHR_1124077778):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeCapabilityFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeCapabilityFlagBitsKHR
  else:
    enum_VkVideoEncodeCapabilityFlagBitsKHR_1124077778)
  struct_VkImageToMemoryCopy_1124076305 = (when declared(
      struct_VkImageToMemoryCopy):
    when ownSizeof(struct_VkImageToMemoryCopy) !=
        ownSizeof(struct_VkImageToMemoryCopy_1124076304):
      static :
        warning("Declaration of " & "struct_VkImageToMemoryCopy" &
            " exists but with different size")
    struct_VkImageToMemoryCopy
  else:
    struct_VkImageToMemoryCopy_1124076304)
  struct_VkGeneratedCommandsInfoNV_1124080073 = (when declared(
      struct_VkGeneratedCommandsInfoNV):
    when ownSizeof(struct_VkGeneratedCommandsInfoNV) !=
        ownSizeof(struct_VkGeneratedCommandsInfoNV_1124080072):
      static :
        warning("Declaration of " & "struct_VkGeneratedCommandsInfoNV" &
            " exists but with different size")
    struct_VkGeneratedCommandsInfoNV
  else:
    struct_VkGeneratedCommandsInfoNV_1124080072)
  PFN_vkCopyAccelerationStructureToMemoryKHR_1124082563 = (when declared(
      PFN_vkCopyAccelerationStructureToMemoryKHR):
    when ownSizeof(PFN_vkCopyAccelerationStructureToMemoryKHR) !=
        ownSizeof(PFN_vkCopyAccelerationStructureToMemoryKHR_1124082562):
      static :
        warning("Declaration of " & "PFN_vkCopyAccelerationStructureToMemoryKHR" &
            " exists but with different size")
    PFN_vkCopyAccelerationStructureToMemoryKHR
  else:
    PFN_vkCopyAccelerationStructureToMemoryKHR_1124082562)
  VkCopyBufferToImageInfo2_1124075981 = (when declared(VkCopyBufferToImageInfo2):
    when ownSizeof(VkCopyBufferToImageInfo2) !=
        ownSizeof(VkCopyBufferToImageInfo2_1124075980):
      static :
        warning("Declaration of " & "VkCopyBufferToImageInfo2" &
            " exists but with different size")
    VkCopyBufferToImageInfo2
  else:
    VkCopyBufferToImageInfo2_1124075980)
  VkPipelineCacheHeaderVersion_1124074063 = (when declared(
      VkPipelineCacheHeaderVersion):
    when ownSizeof(VkPipelineCacheHeaderVersion) !=
        ownSizeof(VkPipelineCacheHeaderVersion_1124074062):
      static :
        warning("Declaration of " & "VkPipelineCacheHeaderVersion" &
            " exists but with different size")
    VkPipelineCacheHeaderVersion
  else:
    VkPipelineCacheHeaderVersion_1124074062)
  struct_VkPipelineVertexInputStateCreateInfo_1124074789 = (when declared(
      struct_VkPipelineVertexInputStateCreateInfo):
    when ownSizeof(struct_VkPipelineVertexInputStateCreateInfo) !=
        ownSizeof(struct_VkPipelineVertexInputStateCreateInfo_1124074788):
      static :
        warning("Declaration of " &
            "struct_VkPipelineVertexInputStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineVertexInputStateCreateInfo
  else:
    struct_VkPipelineVertexInputStateCreateInfo_1124074788)
  VkExternalSemaphoreHandleTypeFlagsKHR_1124077185 = (when declared(
      VkExternalSemaphoreHandleTypeFlagsKHR):
    when ownSizeof(VkExternalSemaphoreHandleTypeFlagsKHR) !=
        ownSizeof(VkExternalSemaphoreHandleTypeFlagsKHR_1124077184):
      static :
        warning("Declaration of " & "VkExternalSemaphoreHandleTypeFlagsKHR" &
            " exists but with different size")
    VkExternalSemaphoreHandleTypeFlagsKHR
  else:
    VkExternalSemaphoreHandleTypeFlagsKHR_1124077184)
  PFN_vkDestroyPipelineBinaryKHR_1124078107 = (when declared(
      PFN_vkDestroyPipelineBinaryKHR):
    when ownSizeof(PFN_vkDestroyPipelineBinaryKHR) !=
        ownSizeof(PFN_vkDestroyPipelineBinaryKHR_1124078106):
      static :
        warning("Declaration of " & "PFN_vkDestroyPipelineBinaryKHR" &
            " exists but with different size")
    PFN_vkDestroyPipelineBinaryKHR
  else:
    PFN_vkDestroyPipelineBinaryKHR_1124078106)
  VkSetPresentConfigNV_1124082421 = (when declared(VkSetPresentConfigNV):
    when ownSizeof(VkSetPresentConfigNV) != ownSizeof(VkSetPresentConfigNV_1124082420):
      static :
        warning("Declaration of " & "VkSetPresentConfigNV" &
            " exists but with different size")
    VkSetPresentConfigNV
  else:
    VkSetPresentConfigNV_1124082420)
  VkCudaModuleNV_1124082841 = (when declared(VkCudaModuleNV):
    when ownSizeof(VkCudaModuleNV) != ownSizeof(VkCudaModuleNV_1124082840):
      static :
        warning("Declaration of " & "VkCudaModuleNV" &
            " exists but with different size")
    VkCudaModuleNV
  else:
    VkCudaModuleNV_1124082840)
  VkDebugUtilsMessengerCreateFlagsEXT_1124079069 = (when declared(
      VkDebugUtilsMessengerCreateFlagsEXT):
    when ownSizeof(VkDebugUtilsMessengerCreateFlagsEXT) !=
        ownSizeof(VkDebugUtilsMessengerCreateFlagsEXT_1124079068):
      static :
        warning("Declaration of " & "VkDebugUtilsMessengerCreateFlagsEXT" &
            " exists but with different size")
    VkDebugUtilsMessengerCreateFlagsEXT
  else:
    VkDebugUtilsMessengerCreateFlagsEXT_1124079068)
  struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080029 = (when declared(
      struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080028):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV
  else:
    struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080028)
  VkPipelineRenderingCreateInfoKHR_1124077055 = (when declared(
      VkPipelineRenderingCreateInfoKHR):
    when ownSizeof(VkPipelineRenderingCreateInfoKHR) !=
        ownSizeof(VkPipelineRenderingCreateInfoKHR_1124077054):
      static :
        warning("Declaration of " & "VkPipelineRenderingCreateInfoKHR" &
            " exists but with different size")
    VkPipelineRenderingCreateInfoKHR
  else:
    VkPipelineRenderingCreateInfoKHR_1124077054)
  PFN_vkCmdDrawMeshTasksEXT_1124082639 = (when declared(
      PFN_vkCmdDrawMeshTasksEXT):
    when ownSizeof(PFN_vkCmdDrawMeshTasksEXT) !=
        ownSizeof(PFN_vkCmdDrawMeshTasksEXT_1124082638):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMeshTasksEXT" &
            " exists but with different size")
    PFN_vkCmdDrawMeshTasksEXT
  else:
    PFN_vkCmdDrawMeshTasksEXT_1124082638)
  struct_VkCoarseSampleLocationNV_1124079307 = (when declared(
      struct_VkCoarseSampleLocationNV):
    when ownSizeof(struct_VkCoarseSampleLocationNV) !=
        ownSizeof(struct_VkCoarseSampleLocationNV_1124079306):
      static :
        warning("Declaration of " & "struct_VkCoarseSampleLocationNV" &
            " exists but with different size")
    struct_VkCoarseSampleLocationNV
  else:
    struct_VkCoarseSampleLocationNV_1124079306)
  VkVideoDecodeAV1CapabilitiesKHR_1124078205 = (when declared(
      VkVideoDecodeAV1CapabilitiesKHR):
    when ownSizeof(VkVideoDecodeAV1CapabilitiesKHR) !=
        ownSizeof(VkVideoDecodeAV1CapabilitiesKHR_1124078204):
      static :
        warning("Declaration of " & "VkVideoDecodeAV1CapabilitiesKHR" &
            " exists but with different size")
    VkVideoDecodeAV1CapabilitiesKHR
  else:
    VkVideoDecodeAV1CapabilitiesKHR_1124078204)
  PFN_vkCmdSetCoarseSampleOrderNV_1124079323 = (when declared(
      PFN_vkCmdSetCoarseSampleOrderNV):
    when ownSizeof(PFN_vkCmdSetCoarseSampleOrderNV) !=
        ownSizeof(PFN_vkCmdSetCoarseSampleOrderNV_1124079322):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCoarseSampleOrderNV" &
            " exists but with different size")
    PFN_vkCmdSetCoarseSampleOrderNV
  else:
    PFN_vkCmdSetCoarseSampleOrderNV_1124079322)
  VkExternalFenceFeatureFlagBitsKHR_1124077299 = (when declared(
      VkExternalFenceFeatureFlagBitsKHR):
    when ownSizeof(VkExternalFenceFeatureFlagBitsKHR) !=
        ownSizeof(VkExternalFenceFeatureFlagBitsKHR_1124077298):
      static :
        warning("Declaration of " & "VkExternalFenceFeatureFlagBitsKHR" &
            " exists but with different size")
    VkExternalFenceFeatureFlagBitsKHR
  else:
    VkExternalFenceFeatureFlagBitsKHR_1124077298)
  VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE_1124080525 = (when declared(
      VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE):
    when ownSizeof(VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE) !=
        ownSizeof(VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE_1124080524):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE" &
            " exists but with different size")
    VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
  else:
    VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE_1124080524)
  VkImageViewSlicedCreateInfoEXT_1124080945 = (when declared(
      VkImageViewSlicedCreateInfoEXT):
    when ownSizeof(VkImageViewSlicedCreateInfoEXT) !=
        ownSizeof(VkImageViewSlicedCreateInfoEXT_1124080944):
      static :
        warning("Declaration of " & "VkImageViewSlicedCreateInfoEXT" &
            " exists but with different size")
    VkImageViewSlicedCreateInfoEXT
  else:
    VkImageViewSlicedCreateInfoEXT_1124080944)
  VkGeometryInstanceFlagBitsNV_1124079373 = (when declared(
      VkGeometryInstanceFlagBitsNV):
    when ownSizeof(VkGeometryInstanceFlagBitsNV) !=
        ownSizeof(VkGeometryInstanceFlagBitsNV_1124079372):
      static :
        warning("Declaration of " & "VkGeometryInstanceFlagBitsNV" &
            " exists but with different size")
    VkGeometryInstanceFlagBitsNV
  else:
    VkGeometryInstanceFlagBitsNV_1124079372)
  VkTransformMatrixKHR_1124079435 = (when declared(VkTransformMatrixKHR):
    when ownSizeof(VkTransformMatrixKHR) != ownSizeof(VkTransformMatrixKHR_1124079434):
      static :
        warning("Declaration of " & "VkTransformMatrixKHR" &
            " exists but with different size")
    VkTransformMatrixKHR
  else:
    VkTransformMatrixKHR_1124079434)
  VkGraphicsPipelineLibraryCreateInfoEXT_1124080355 = (when declared(
      VkGraphicsPipelineLibraryCreateInfoEXT):
    when ownSizeof(VkGraphicsPipelineLibraryCreateInfoEXT) !=
        ownSizeof(VkGraphicsPipelineLibraryCreateInfoEXT_1124080354):
      static :
        warning("Declaration of " & "VkGraphicsPipelineLibraryCreateInfoEXT" &
            " exists but with different size")
    VkGraphicsPipelineLibraryCreateInfoEXT
  else:
    VkGraphicsPipelineLibraryCreateInfoEXT_1124080354)
  struct_VkPhysicalDeviceDataGraphProcessingEngineARM_1124081799 = (when declared(
      struct_VkPhysicalDeviceDataGraphProcessingEngineARM):
    when ownSizeof(struct_VkPhysicalDeviceDataGraphProcessingEngineARM) !=
        ownSizeof(struct_VkPhysicalDeviceDataGraphProcessingEngineARM_1124081798):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDataGraphProcessingEngineARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceDataGraphProcessingEngineARM
  else:
    struct_VkPhysicalDeviceDataGraphProcessingEngineARM_1124081798)
  VkSwapchainKHR_1124076507 = (when declared(VkSwapchainKHR):
    when ownSizeof(VkSwapchainKHR) != ownSizeof(VkSwapchainKHR_1124076506):
      static :
        warning("Declaration of " & "VkSwapchainKHR" &
            " exists but with different size")
    VkSwapchainKHR
  else:
    VkSwapchainKHR_1124076506)
  VkOpticalFlowSessionCreateFlagsNV_1124081429 = (when declared(
      VkOpticalFlowSessionCreateFlagsNV):
    when ownSizeof(VkOpticalFlowSessionCreateFlagsNV) !=
        ownSizeof(VkOpticalFlowSessionCreateFlagsNV_1124081428):
      static :
        warning("Declaration of " & "VkOpticalFlowSessionCreateFlagsNV" &
            " exists but with different size")
    VkOpticalFlowSessionCreateFlagsNV
  else:
    VkOpticalFlowSessionCreateFlagsNV_1124081428)
  StdVideoAV1TimingInfoFlags_1124083289 = (when declared(
      StdVideoAV1TimingInfoFlags):
    when ownSizeof(StdVideoAV1TimingInfoFlags) !=
        ownSizeof(StdVideoAV1TimingInfoFlags_1124083288):
      static :
        warning("Declaration of " & "StdVideoAV1TimingInfoFlags" &
            " exists but with different size")
    StdVideoAV1TimingInfoFlags
  else:
    StdVideoAV1TimingInfoFlags_1124083288)
  enum_VkClusterAccelerationStructureGeometryFlagBitsNV_1124082041 = (when declared(
      enum_VkClusterAccelerationStructureGeometryFlagBitsNV):
    when ownSizeof(enum_VkClusterAccelerationStructureGeometryFlagBitsNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureGeometryFlagBitsNV_1124082040):
      static :
        warning("Declaration of " &
            "enum_VkClusterAccelerationStructureGeometryFlagBitsNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureGeometryFlagBitsNV
  else:
    enum_VkClusterAccelerationStructureGeometryFlagBitsNV_1124082040)
  VkCheckpointDataNV_1124079607 = (when declared(VkCheckpointDataNV):
    when ownSizeof(VkCheckpointDataNV) != ownSizeof(VkCheckpointDataNV_1124079606):
      static :
        warning("Declaration of " & "VkCheckpointDataNV" &
            " exists but with different size")
    VkCheckpointDataNV
  else:
    VkCheckpointDataNV_1124079606)
  VkPhysicalDeviceShaderFloat16Int8FeaturesKHR_1124077223 = (when declared(
      VkPhysicalDeviceShaderFloat16Int8FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderFloat16Int8FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderFloat16Int8FeaturesKHR_1124077222):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderFloat16Int8FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderFloat16Int8FeaturesKHR
  else:
    VkPhysicalDeviceShaderFloat16Int8FeaturesKHR_1124077222)
  VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082437 = (when declared(
      VkPhysicalDeviceShader64BitIndexingFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShader64BitIndexingFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082436):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShader64BitIndexingFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShader64BitIndexingFeaturesEXT
  else:
    VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082436)
  struct_StdVideoAV1ColorConfigFlags_1124083339 = (when declared(
      struct_StdVideoAV1ColorConfigFlags):
    when ownSizeof(struct_StdVideoAV1ColorConfigFlags) !=
        ownSizeof(struct_StdVideoAV1ColorConfigFlags_1124083338):
      static :
        warning("Declaration of " & "struct_StdVideoAV1ColorConfigFlags" &
            " exists but with different size")
    struct_StdVideoAV1ColorConfigFlags
  else:
    struct_StdVideoAV1ColorConfigFlags_1124083338)
  VkDrawIndexedIndirectCommand_1124074775 = (when declared(
      VkDrawIndexedIndirectCommand):
    when ownSizeof(VkDrawIndexedIndirectCommand) !=
        ownSizeof(VkDrawIndexedIndirectCommand_1124074774):
      static :
        warning("Declaration of " & "VkDrawIndexedIndirectCommand" &
            " exists but with different size")
    VkDrawIndexedIndirectCommand
  else:
    VkDrawIndexedIndirectCommand_1124074774)
  struct_VkAccelerationStructureBuildRangeInfoKHR_1124082487 = (when declared(
      struct_VkAccelerationStructureBuildRangeInfoKHR):
    when ownSizeof(struct_VkAccelerationStructureBuildRangeInfoKHR) !=
        ownSizeof(struct_VkAccelerationStructureBuildRangeInfoKHR_1124082486):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureBuildRangeInfoKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureBuildRangeInfoKHR
  else:
    struct_VkAccelerationStructureBuildRangeInfoKHR_1124082486)
  VkGeometryFlagsKHR_1124079359 = (when declared(VkGeometryFlagsKHR):
    when ownSizeof(VkGeometryFlagsKHR) != ownSizeof(VkGeometryFlagsKHR_1124079358):
      static :
        warning("Declaration of " & "VkGeometryFlagsKHR" &
            " exists but with different size")
    VkGeometryFlagsKHR
  else:
    VkGeometryFlagsKHR_1124079358)
  PFN_vkGetPhysicalDeviceExternalBufferProperties_1124075577 = (when declared(
      PFN_vkGetPhysicalDeviceExternalBufferProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalBufferProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalBufferProperties_1124075576):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalBufferProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalBufferProperties
  else:
    PFN_vkGetPhysicalDeviceExternalBufferProperties_1124075576)
  VkSubmitFlagsKHR_1124077871 = (when declared(VkSubmitFlagsKHR):
    when ownSizeof(VkSubmitFlagsKHR) != ownSizeof(VkSubmitFlagsKHR_1124077870):
      static :
        warning("Declaration of " & "VkSubmitFlagsKHR" &
            " exists but with different size")
    VkSubmitFlagsKHR
  else:
    VkSubmitFlagsKHR_1124077870)
  PFN_vkCmdEndConditionalRenderingEXT_1124078891 = (when declared(
      PFN_vkCmdEndConditionalRenderingEXT):
    when ownSizeof(PFN_vkCmdEndConditionalRenderingEXT) !=
        ownSizeof(PFN_vkCmdEndConditionalRenderingEXT_1124078890):
      static :
        warning("Declaration of " & "PFN_vkCmdEndConditionalRenderingEXT" &
            " exists but with different size")
    PFN_vkCmdEndConditionalRenderingEXT
  else:
    PFN_vkCmdEndConditionalRenderingEXT_1124078890)
  enum_VkShadingRatePaletteEntryNV_1124079283 = (when declared(
      enum_VkShadingRatePaletteEntryNV):
    when ownSizeof(enum_VkShadingRatePaletteEntryNV) !=
        ownSizeof(enum_VkShadingRatePaletteEntryNV_1124079282):
      static :
        warning("Declaration of " & "enum_VkShadingRatePaletteEntryNV" &
            " exists but with different size")
    enum_VkShadingRatePaletteEntryNV
  else:
    enum_VkShadingRatePaletteEntryNV_1124079282)
  enum_VkFrameBoundaryFlagBitsEXT_1124080635 = (when declared(
      enum_VkFrameBoundaryFlagBitsEXT):
    when ownSizeof(enum_VkFrameBoundaryFlagBitsEXT) !=
        ownSizeof(enum_VkFrameBoundaryFlagBitsEXT_1124080634):
      static :
        warning("Declaration of " & "enum_VkFrameBoundaryFlagBitsEXT" &
            " exists but with different size")
    enum_VkFrameBoundaryFlagBitsEXT
  else:
    enum_VkFrameBoundaryFlagBitsEXT_1124080634)
  VkLayerSettingEXT_1124081633 = (when declared(VkLayerSettingEXT):
    when ownSizeof(VkLayerSettingEXT) != ownSizeof(VkLayerSettingEXT_1124081632):
      static :
        warning("Declaration of " & "VkLayerSettingEXT" &
            " exists but with different size")
    VkLayerSettingEXT
  else:
    VkLayerSettingEXT_1124081632)
  struct_VkProtectedSubmitInfo_1124075385 = (when declared(
      struct_VkProtectedSubmitInfo):
    when ownSizeof(struct_VkProtectedSubmitInfo) !=
        ownSizeof(struct_VkProtectedSubmitInfo_1124075384):
      static :
        warning("Declaration of " & "struct_VkProtectedSubmitInfo" &
            " exists but with different size")
    struct_VkProtectedSubmitInfo
  else:
    struct_VkProtectedSubmitInfo_1124075384)
  PFN_vkGetDisplayModeProperties2KHR_1124077447 = (when declared(
      PFN_vkGetDisplayModeProperties2KHR):
    when ownSizeof(PFN_vkGetDisplayModeProperties2KHR) !=
        ownSizeof(PFN_vkGetDisplayModeProperties2KHR_1124077446):
      static :
        warning("Declaration of " & "PFN_vkGetDisplayModeProperties2KHR" &
            " exists but with different size")
    PFN_vkGetDisplayModeProperties2KHR
  else:
    PFN_vkGetDisplayModeProperties2KHR_1124077446)
  VkSubmitFlagBitsKHR_1124077869 = (when declared(VkSubmitFlagBitsKHR):
    when ownSizeof(VkSubmitFlagBitsKHR) != ownSizeof(VkSubmitFlagBitsKHR_1124077868):
      static :
        warning("Declaration of " & "VkSubmitFlagBitsKHR" &
            " exists but with different size")
    VkSubmitFlagBitsKHR
  else:
    VkSubmitFlagBitsKHR_1124077868)
  PFN_vkDestroyAccelerationStructureNV_1124079453 = (when declared(
      PFN_vkDestroyAccelerationStructureNV):
    when ownSizeof(PFN_vkDestroyAccelerationStructureNV) !=
        ownSizeof(PFN_vkDestroyAccelerationStructureNV_1124079452):
      static :
        warning("Declaration of " & "PFN_vkDestroyAccelerationStructureNV" &
            " exists but with different size")
    PFN_vkDestroyAccelerationStructureNV
  else:
    PFN_vkDestroyAccelerationStructureNV_1124079452)
  enum_VkCommandBufferResetFlagBits_1124074307 = (when declared(
      enum_VkCommandBufferResetFlagBits):
    when ownSizeof(enum_VkCommandBufferResetFlagBits) !=
        ownSizeof(enum_VkCommandBufferResetFlagBits_1124074306):
      static :
        warning("Declaration of " & "enum_VkCommandBufferResetFlagBits" &
            " exists but with different size")
    enum_VkCommandBufferResetFlagBits
  else:
    enum_VkCommandBufferResetFlagBits_1124074306)
  enum_VkClusterAccelerationStructureClusterFlagBitsNV_1124082035 = (when declared(
      enum_VkClusterAccelerationStructureClusterFlagBitsNV):
    when ownSizeof(enum_VkClusterAccelerationStructureClusterFlagBitsNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureClusterFlagBitsNV_1124082034):
      static :
        warning("Declaration of " &
            "enum_VkClusterAccelerationStructureClusterFlagBitsNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureClusterFlagBitsNV
  else:
    enum_VkClusterAccelerationStructureClusterFlagBitsNV_1124082034)
  struct_VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079025 = (when declared(
      struct_VkPipelineRasterizationConservativeStateCreateInfoEXT):
    when ownSizeof(struct_VkPipelineRasterizationConservativeStateCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079024):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationConservativeStateCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineRasterizationConservativeStateCreateInfoEXT
  else:
    struct_VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079024)
  struct_VkEventCreateInfo_1124074689 = (when declared(struct_VkEventCreateInfo):
    when ownSizeof(struct_VkEventCreateInfo) !=
        ownSizeof(struct_VkEventCreateInfo_1124074688):
      static :
        warning("Declaration of " & "struct_VkEventCreateInfo" &
            " exists but with different size")
    struct_VkEventCreateInfo
  else:
    struct_VkEventCreateInfo_1124074688)
  VkShaderModuleCreateFlags_1124074321 = (when declared(
      VkShaderModuleCreateFlags):
    when ownSizeof(VkShaderModuleCreateFlags) !=
        ownSizeof(VkShaderModuleCreateFlags_1124074320):
      static :
        warning("Declaration of " & "VkShaderModuleCreateFlags" &
            " exists but with different size")
    VkShaderModuleCreateFlags
  else:
    VkShaderModuleCreateFlags_1124074320)
  VkExternalSemaphoreHandleTypeFlags_1124075249 = (when declared(
      VkExternalSemaphoreHandleTypeFlags):
    when ownSizeof(VkExternalSemaphoreHandleTypeFlags) !=
        ownSizeof(VkExternalSemaphoreHandleTypeFlags_1124075248):
      static :
        warning("Declaration of " & "VkExternalSemaphoreHandleTypeFlags" &
            " exists but with different size")
    VkExternalSemaphoreHandleTypeFlags
  else:
    VkExternalSemaphoreHandleTypeFlags_1124075248)
  enum_VkConditionalRenderingFlagBitsEXT_1124078871 = (when declared(
      enum_VkConditionalRenderingFlagBitsEXT):
    when ownSizeof(enum_VkConditionalRenderingFlagBitsEXT) !=
        ownSizeof(enum_VkConditionalRenderingFlagBitsEXT_1124078870):
      static :
        warning("Declaration of " & "enum_VkConditionalRenderingFlagBitsEXT" &
            " exists but with different size")
    enum_VkConditionalRenderingFlagBitsEXT
  else:
    enum_VkConditionalRenderingFlagBitsEXT_1124078870)
  StdVideoDecodeH264ReferenceInfoFlags_1124083053 = (when declared(
      StdVideoDecodeH264ReferenceInfoFlags):
    when ownSizeof(StdVideoDecodeH264ReferenceInfoFlags) !=
        ownSizeof(StdVideoDecodeH264ReferenceInfoFlags_1124083052):
      static :
        warning("Declaration of " & "StdVideoDecodeH264ReferenceInfoFlags" &
            " exists but with different size")
    StdVideoDecodeH264ReferenceInfoFlags
  else:
    StdVideoDecodeH264ReferenceInfoFlags_1124083052)
  enum_StdVideoVP9FrameType_1124083239 = (when declared(
      enum_StdVideoVP9FrameType):
    when ownSizeof(enum_StdVideoVP9FrameType) !=
        ownSizeof(enum_StdVideoVP9FrameType_1124083238):
      static :
        warning("Declaration of " & "enum_StdVideoVP9FrameType" &
            " exists but with different size")
    enum_StdVideoVP9FrameType
  else:
    enum_StdVideoVP9FrameType_1124083238)
  VkImageSparseMemoryRequirementsInfo2_1124075323 = (when declared(
      VkImageSparseMemoryRequirementsInfo2):
    when ownSizeof(VkImageSparseMemoryRequirementsInfo2) !=
        ownSizeof(VkImageSparseMemoryRequirementsInfo2_1124075322):
      static :
        warning("Declaration of " & "VkImageSparseMemoryRequirementsInfo2" &
            " exists but with different size")
    VkImageSparseMemoryRequirementsInfo2
  else:
    VkImageSparseMemoryRequirementsInfo2_1124075322)
  VkMemoryPriorityAllocateInfoEXT_1124079767 = (when declared(
      VkMemoryPriorityAllocateInfoEXT):
    when ownSizeof(VkMemoryPriorityAllocateInfoEXT) !=
        ownSizeof(VkMemoryPriorityAllocateInfoEXT_1124079766):
      static :
        warning("Declaration of " & "VkMemoryPriorityAllocateInfoEXT" &
            " exists but with different size")
    VkMemoryPriorityAllocateInfoEXT
  else:
    VkMemoryPriorityAllocateInfoEXT_1124079766)
  struct_VkImageViewSampleWeightCreateInfoQCOM_1124081099 = (when declared(
      struct_VkImageViewSampleWeightCreateInfoQCOM):
    when ownSizeof(struct_VkImageViewSampleWeightCreateInfoQCOM) !=
        ownSizeof(struct_VkImageViewSampleWeightCreateInfoQCOM_1124081098):
      static :
        warning("Declaration of " &
            "struct_VkImageViewSampleWeightCreateInfoQCOM" &
            " exists but with different size")
    struct_VkImageViewSampleWeightCreateInfoQCOM
  else:
    struct_VkImageViewSampleWeightCreateInfoQCOM_1124081098)
  PFN_vkGetLatencyTimingsNV_1124081705 = (when declared(
      PFN_vkGetLatencyTimingsNV):
    when ownSizeof(PFN_vkGetLatencyTimingsNV) !=
        ownSizeof(PFN_vkGetLatencyTimingsNV_1124081704):
      static :
        warning("Declaration of " & "PFN_vkGetLatencyTimingsNV" &
            " exists but with different size")
    PFN_vkGetLatencyTimingsNV
  else:
    PFN_vkGetLatencyTimingsNV_1124081704)
  struct_VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080041 = (when declared(
      struct_VkGraphicsPipelineShaderGroupsCreateInfoNV):
    when ownSizeof(struct_VkGraphicsPipelineShaderGroupsCreateInfoNV) !=
        ownSizeof(struct_VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080040):
      static :
        warning("Declaration of " &
            "struct_VkGraphicsPipelineShaderGroupsCreateInfoNV" &
            " exists but with different size")
    struct_VkGraphicsPipelineShaderGroupsCreateInfoNV
  else:
    struct_VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080040)
  PFN_vkCopyMicromapToMemoryEXT_1124080871 = (when declared(
      PFN_vkCopyMicromapToMemoryEXT):
    when ownSizeof(PFN_vkCopyMicromapToMemoryEXT) !=
        ownSizeof(PFN_vkCopyMicromapToMemoryEXT_1124080870):
      static :
        warning("Declaration of " & "PFN_vkCopyMicromapToMemoryEXT" &
            " exists but with different size")
    PFN_vkCopyMicromapToMemoryEXT
  else:
    PFN_vkCopyMicromapToMemoryEXT_1124080870)
  struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080511 = (when declared(
      struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080510):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
  else:
    struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080510)
  struct_VkImagePlaneMemoryRequirementsInfo_1124075393 = (when declared(
      struct_VkImagePlaneMemoryRequirementsInfo):
    when ownSizeof(struct_VkImagePlaneMemoryRequirementsInfo) !=
        ownSizeof(struct_VkImagePlaneMemoryRequirementsInfo_1124075392):
      static :
        warning("Declaration of " & "struct_VkImagePlaneMemoryRequirementsInfo" &
            " exists but with different size")
    struct_VkImagePlaneMemoryRequirementsInfo
  else:
    struct_VkImagePlaneMemoryRequirementsInfo_1124075392)
  VkDispatchGraphCountInfoAMDX_1124082821 = (when declared(
      VkDispatchGraphCountInfoAMDX):
    when ownSizeof(VkDispatchGraphCountInfoAMDX) !=
        ownSizeof(VkDispatchGraphCountInfoAMDX_1124082820):
      static :
        warning("Declaration of " & "VkDispatchGraphCountInfoAMDX" &
            " exists but with different size")
    VkDispatchGraphCountInfoAMDX
  else:
    VkDispatchGraphCountInfoAMDX_1124082820)
  struct_VkMemoryMapPlacedInfoEXT_1124079973 = (when declared(
      struct_VkMemoryMapPlacedInfoEXT):
    when ownSizeof(struct_VkMemoryMapPlacedInfoEXT) !=
        ownSizeof(struct_VkMemoryMapPlacedInfoEXT_1124079972):
      static :
        warning("Declaration of " & "struct_VkMemoryMapPlacedInfoEXT" &
            " exists but with different size")
    struct_VkMemoryMapPlacedInfoEXT
  else:
    struct_VkMemoryMapPlacedInfoEXT_1124079972)
  struct_VkPhysicalDeviceVulkan11Properties_1124075635 = (when declared(
      struct_VkPhysicalDeviceVulkan11Properties):
    when ownSizeof(struct_VkPhysicalDeviceVulkan11Properties) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan11Properties_1124075634):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan11Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan11Properties
  else:
    struct_VkPhysicalDeviceVulkan11Properties_1124075634)
  struct_VkSparseImageFormatProperties_1124074609 = (when declared(
      struct_VkSparseImageFormatProperties):
    when ownSizeof(struct_VkSparseImageFormatProperties) !=
        ownSizeof(struct_VkSparseImageFormatProperties_1124074608):
      static :
        warning("Declaration of " & "struct_VkSparseImageFormatProperties" &
            " exists but with different size")
    struct_VkSparseImageFormatProperties
  else:
    struct_VkSparseImageFormatProperties_1124074608)
  struct_VkPhysicalDeviceMaintenance7PropertiesKHR_1124078541 = (when declared(
      struct_VkPhysicalDeviceMaintenance7PropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance7PropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance7PropertiesKHR_1124078540):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance7PropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance7PropertiesKHR
  else:
    struct_VkPhysicalDeviceMaintenance7PropertiesKHR_1124078540)
  VkDataGraphPipelineSessionARM_1124081709 = (when declared(
      VkDataGraphPipelineSessionARM):
    when ownSizeof(VkDataGraphPipelineSessionARM) !=
        ownSizeof(VkDataGraphPipelineSessionARM_1124081708):
      static :
        warning("Declaration of " & "VkDataGraphPipelineSessionARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionARM
  else:
    VkDataGraphPipelineSessionARM_1124081708)
  StdVideoAV1TransferCharacteristics_1124083283 = (when declared(
      StdVideoAV1TransferCharacteristics):
    when ownSizeof(StdVideoAV1TransferCharacteristics) !=
        ownSizeof(StdVideoAV1TransferCharacteristics_1124083282):
      static :
        warning("Declaration of " & "StdVideoAV1TransferCharacteristics" &
            " exists but with different size")
    StdVideoAV1TransferCharacteristics
  else:
    StdVideoAV1TransferCharacteristics_1124083282)
  VkExternalMemoryImageCreateInfoKHR_1124077163 = (when declared(
      VkExternalMemoryImageCreateInfoKHR):
    when ownSizeof(VkExternalMemoryImageCreateInfoKHR) !=
        ownSizeof(VkExternalMemoryImageCreateInfoKHR_1124077162):
      static :
        warning("Declaration of " & "VkExternalMemoryImageCreateInfoKHR" &
            " exists but with different size")
    VkExternalMemoryImageCreateInfoKHR
  else:
    VkExternalMemoryImageCreateInfoKHR_1124077162)
  VkPerformanceValueTypeINTEL_1124079647 = (when declared(
      VkPerformanceValueTypeINTEL):
    when ownSizeof(VkPerformanceValueTypeINTEL) !=
        ownSizeof(VkPerformanceValueTypeINTEL_1124079646):
      static :
        warning("Declaration of " & "VkPerformanceValueTypeINTEL" &
            " exists but with different size")
    VkPerformanceValueTypeINTEL
  else:
    VkPerformanceValueTypeINTEL_1124079646)
  PFN_vkCopyMemoryToImageEXT_1124079955 = (when declared(
      PFN_vkCopyMemoryToImageEXT):
    when ownSizeof(PFN_vkCopyMemoryToImageEXT) !=
        ownSizeof(PFN_vkCopyMemoryToImageEXT_1124079954):
      static :
        warning("Declaration of " & "PFN_vkCopyMemoryToImageEXT" &
            " exists but with different size")
    PFN_vkCopyMemoryToImageEXT
  else:
    PFN_vkCopyMemoryToImageEXT_1124079954)
  struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080111 = (when declared(
      struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM):
    when ownSizeof(struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM) !=
        ownSizeof(struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080110):
      static :
        warning("Declaration of " &
            "struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM" &
            " exists but with different size")
    struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM
  else:
    struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080110)
  VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080213 = (when declared(
      VkPhysicalDeviceDiagnosticsConfigFeaturesNV):
    when ownSizeof(VkPhysicalDeviceDiagnosticsConfigFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080212):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDiagnosticsConfigFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceDiagnosticsConfigFeaturesNV
  else:
    VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080212)
  VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081825 = (when declared(
      VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM):
    when ownSizeof(VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM) !=
        ownSizeof(VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081824):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM
  else:
    VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081824)
  VkOffset3D_1124074455 = (when declared(VkOffset3D):
    when ownSizeof(VkOffset3D) != ownSizeof(VkOffset3D_1124074454):
      static :
        warning("Declaration of " & "VkOffset3D" &
            " exists but with different size")
    VkOffset3D
  else:
    VkOffset3D_1124074454)
  VkVideoDecodeVP9ProfileInfoKHR_1124078325 = (when declared(
      VkVideoDecodeVP9ProfileInfoKHR):
    when ownSizeof(VkVideoDecodeVP9ProfileInfoKHR) !=
        ownSizeof(VkVideoDecodeVP9ProfileInfoKHR_1124078324):
      static :
        warning("Declaration of " & "VkVideoDecodeVP9ProfileInfoKHR" &
            " exists but with different size")
    VkVideoDecodeVP9ProfileInfoKHR
  else:
    VkVideoDecodeVP9ProfileInfoKHR_1124078324)
  struct_VkExternalMemoryTensorCreateInfoARM_1124081333 = (when declared(
      struct_VkExternalMemoryTensorCreateInfoARM):
    when ownSizeof(struct_VkExternalMemoryTensorCreateInfoARM) !=
        ownSizeof(struct_VkExternalMemoryTensorCreateInfoARM_1124081332):
      static :
        warning("Declaration of " & "struct_VkExternalMemoryTensorCreateInfoARM" &
            " exists but with different size")
    struct_VkExternalMemoryTensorCreateInfoARM
  else:
    struct_VkExternalMemoryTensorCreateInfoARM_1124081332)
  struct_VkAccelerationStructureMatrixMotionInstanceNV_1124080403 = (when declared(
      struct_VkAccelerationStructureMatrixMotionInstanceNV):
    when ownSizeof(struct_VkAccelerationStructureMatrixMotionInstanceNV) !=
        ownSizeof(struct_VkAccelerationStructureMatrixMotionInstanceNV_1124080402):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureMatrixMotionInstanceNV" &
            " exists but with different size")
    struct_VkAccelerationStructureMatrixMotionInstanceNV
  else:
    struct_VkAccelerationStructureMatrixMotionInstanceNV_1124080402)
  VkPhysicalDeviceMemoryDecompressionPropertiesNV_1124081043 = (when declared(
      VkPhysicalDeviceMemoryDecompressionPropertiesNV):
    when ownSizeof(VkPhysicalDeviceMemoryDecompressionPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceMemoryDecompressionPropertiesNV_1124081042):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMemoryDecompressionPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceMemoryDecompressionPropertiesNV
  else:
    VkPhysicalDeviceMemoryDecompressionPropertiesNV_1124081042)
  VkDecompressMemoryRegionEXT_1124081947 = (when declared(
      VkDecompressMemoryRegionEXT):
    when ownSizeof(VkDecompressMemoryRegionEXT) !=
        ownSizeof(VkDecompressMemoryRegionEXT_1124081946):
      static :
        warning("Declaration of " & "VkDecompressMemoryRegionEXT" &
            " exists but with different size")
    VkDecompressMemoryRegionEXT
  else:
    VkDecompressMemoryRegionEXT_1124081946)
  VkImageResolve_1124074887 = (when declared(VkImageResolve):
    when ownSizeof(VkImageResolve) != ownSizeof(VkImageResolve_1124074886):
      static :
        warning("Declaration of " & "VkImageResolve" &
            " exists but with different size")
    VkImageResolve
  else:
    VkImageResolve_1124074886)
  struct_VkD3D12FenceSubmitInfoKHR_1124082699 = (when declared(
      struct_VkD3D12FenceSubmitInfoKHR):
    when ownSizeof(struct_VkD3D12FenceSubmitInfoKHR) !=
        ownSizeof(struct_VkD3D12FenceSubmitInfoKHR_1124082698):
      static :
        warning("Declaration of " & "struct_VkD3D12FenceSubmitInfoKHR" &
            " exists but with different size")
    struct_VkD3D12FenceSubmitInfoKHR
  else:
    struct_VkD3D12FenceSubmitInfoKHR_1124082698)
  VkQueueFlagBits_1124074197 = (when declared(VkQueueFlagBits):
    when ownSizeof(VkQueueFlagBits) != ownSizeof(VkQueueFlagBits_1124074196):
      static :
        warning("Declaration of " & "VkQueueFlagBits" &
            " exists but with different size")
    VkQueueFlagBits
  else:
    VkQueueFlagBits_1124074196)
  VkPeerMemoryFeatureFlags_1124075199 = (when declared(VkPeerMemoryFeatureFlags):
    when ownSizeof(VkPeerMemoryFeatureFlags) !=
        ownSizeof(VkPeerMemoryFeatureFlags_1124075198):
      static :
        warning("Declaration of " & "VkPeerMemoryFeatureFlags" &
            " exists but with different size")
    VkPeerMemoryFeatureFlags
  else:
    VkPeerMemoryFeatureFlags_1124075198)
  struct_VkTraceRaysIndirectCommand2KHR_1124077963 = (when declared(
      struct_VkTraceRaysIndirectCommand2KHR):
    when ownSizeof(struct_VkTraceRaysIndirectCommand2KHR) !=
        ownSizeof(struct_VkTraceRaysIndirectCommand2KHR_1124077962):
      static :
        warning("Declaration of " & "struct_VkTraceRaysIndirectCommand2KHR" &
            " exists but with different size")
    struct_VkTraceRaysIndirectCommand2KHR
  else:
    struct_VkTraceRaysIndirectCommand2KHR_1124077962)
  struct_VkTensorMemoryRequirementsInfoARM_1124081277 = (when declared(
      struct_VkTensorMemoryRequirementsInfoARM):
    when ownSizeof(struct_VkTensorMemoryRequirementsInfoARM) !=
        ownSizeof(struct_VkTensorMemoryRequirementsInfoARM_1124081276):
      static :
        warning("Declaration of " & "struct_VkTensorMemoryRequirementsInfoARM" &
            " exists but with different size")
    struct_VkTensorMemoryRequirementsInfoARM
  else:
    struct_VkTensorMemoryRequirementsInfoARM_1124081276)
  VkDrawMeshTasksIndirectCommandEXT_1124082637 = (when declared(
      VkDrawMeshTasksIndirectCommandEXT):
    when ownSizeof(VkDrawMeshTasksIndirectCommandEXT) !=
        ownSizeof(VkDrawMeshTasksIndirectCommandEXT_1124082636):
      static :
        warning("Declaration of " & "VkDrawMeshTasksIndirectCommandEXT" &
            " exists but with different size")
    VkDrawMeshTasksIndirectCommandEXT
  else:
    VkDrawMeshTasksIndirectCommandEXT_1124082636)
  PFN_vkGetMemoryFdKHR_1124077181 = (when declared(PFN_vkGetMemoryFdKHR):
    when ownSizeof(PFN_vkGetMemoryFdKHR) != ownSizeof(PFN_vkGetMemoryFdKHR_1124077180):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryFdKHR" &
            " exists but with different size")
    PFN_vkGetMemoryFdKHR
  else:
    PFN_vkGetMemoryFdKHR_1124077180)
  struct_VkQueryPoolCreateInfo_1124074625 = (when declared(
      struct_VkQueryPoolCreateInfo):
    when ownSizeof(struct_VkQueryPoolCreateInfo) !=
        ownSizeof(struct_VkQueryPoolCreateInfo_1124074624):
      static :
        warning("Declaration of " & "struct_VkQueryPoolCreateInfo" &
            " exists but with different size")
    struct_VkQueryPoolCreateInfo
  else:
    struct_VkQueryPoolCreateInfo_1124074624)
  VkPipelineLayoutCreateInfo_1124074727 = (when declared(
      VkPipelineLayoutCreateInfo):
    when ownSizeof(VkPipelineLayoutCreateInfo) !=
        ownSizeof(VkPipelineLayoutCreateInfo_1124074726):
      static :
        warning("Declaration of " & "VkPipelineLayoutCreateInfo" &
            " exists but with different size")
    VkPipelineLayoutCreateInfo
  else:
    VkPipelineLayoutCreateInfo_1124074726)
  VkFragmentShadingRateTypeNV_1124080363 = (when declared(
      VkFragmentShadingRateTypeNV):
    when ownSizeof(VkFragmentShadingRateTypeNV) !=
        ownSizeof(VkFragmentShadingRateTypeNV_1124080362):
      static :
        warning("Declaration of " & "VkFragmentShadingRateTypeNV" &
            " exists but with different size")
    VkFragmentShadingRateTypeNV
  else:
    VkFragmentShadingRateTypeNV_1124080362)
  struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080649 = (when declared(
      struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080648):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
  else:
    struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080648)
  VkDirectDriverLoadingInfoLUNARG_1124081239 = (when declared(
      VkDirectDriverLoadingInfoLUNARG):
    when ownSizeof(VkDirectDriverLoadingInfoLUNARG) !=
        ownSizeof(VkDirectDriverLoadingInfoLUNARG_1124081238):
      static :
        warning("Declaration of " & "VkDirectDriverLoadingInfoLUNARG" &
            " exists but with different size")
    VkDirectDriverLoadingInfoLUNARG
  else:
    VkDirectDriverLoadingInfoLUNARG_1124081238)
  VkStridedDeviceAddressNV_1124082091 = (when declared(VkStridedDeviceAddressNV):
    when ownSizeof(VkStridedDeviceAddressNV) !=
        ownSizeof(VkStridedDeviceAddressNV_1124082090):
      static :
        warning("Declaration of " & "VkStridedDeviceAddressNV" &
            " exists but with different size")
    VkStridedDeviceAddressNV
  else:
    VkStridedDeviceAddressNV_1124082090)
  StdVideoH265ChromaFormatIdc_1124083021 = (when declared(
      StdVideoH265ChromaFormatIdc):
    when ownSizeof(StdVideoH265ChromaFormatIdc) !=
        ownSizeof(StdVideoH265ChromaFormatIdc_1124083020):
      static :
        warning("Declaration of " & "StdVideoH265ChromaFormatIdc" &
            " exists but with different size")
    StdVideoH265ChromaFormatIdc
  else:
    StdVideoH265ChromaFormatIdc_1124083020)
  VkAllocationCallbacks_1124074499 = (when declared(VkAllocationCallbacks):
    when ownSizeof(VkAllocationCallbacks) != ownSizeof(VkAllocationCallbacks_1124074498):
      static :
        warning("Declaration of " & "VkAllocationCallbacks" &
            " exists but with different size")
    VkAllocationCallbacks
  else:
    VkAllocationCallbacks_1124074498)
  PFN_vkCopyMemoryToImage_1124076437 = (when declared(PFN_vkCopyMemoryToImage):
    when ownSizeof(PFN_vkCopyMemoryToImage) !=
        ownSizeof(PFN_vkCopyMemoryToImage_1124076436):
      static :
        warning("Declaration of " & "PFN_vkCopyMemoryToImage" &
            " exists but with different size")
    PFN_vkCopyMemoryToImage
  else:
    PFN_vkCopyMemoryToImage_1124076436)
  StdVideoDecodeAV1ReferenceInfo_1124078221 = (when declared(
      StdVideoDecodeAV1ReferenceInfo):
    when ownSizeof(StdVideoDecodeAV1ReferenceInfo) !=
        ownSizeof(StdVideoDecodeAV1ReferenceInfo_1124078220):
      static :
        warning("Declaration of " & "StdVideoDecodeAV1ReferenceInfo" &
            " exists but with different size")
    StdVideoDecodeAV1ReferenceInfo
  else:
    StdVideoDecodeAV1ReferenceInfo_1124078220)
  VkDebugUtilsMessageTypeFlagBitsEXT_1124079063 = (when declared(
      VkDebugUtilsMessageTypeFlagBitsEXT):
    when ownSizeof(VkDebugUtilsMessageTypeFlagBitsEXT) !=
        ownSizeof(VkDebugUtilsMessageTypeFlagBitsEXT_1124079062):
      static :
        warning("Declaration of " & "VkDebugUtilsMessageTypeFlagBitsEXT" &
            " exists but with different size")
    VkDebugUtilsMessageTypeFlagBitsEXT
  else:
    VkDebugUtilsMessageTypeFlagBitsEXT_1124079062)
  struct_VkSemaphoreSignalInfo_1124075687 = (when declared(
      struct_VkSemaphoreSignalInfo):
    when ownSizeof(struct_VkSemaphoreSignalInfo) !=
        ownSizeof(struct_VkSemaphoreSignalInfo_1124075686):
      static :
        warning("Declaration of " & "struct_VkSemaphoreSignalInfo" &
            " exists but with different size")
    struct_VkSemaphoreSignalInfo
  else:
    struct_VkSemaphoreSignalInfo_1124075686)
  struct_VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076899 = (when declared(
      struct_VkVideoEncodeH264GopRemainingFrameInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264GopRemainingFrameInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076898):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264GopRemainingFrameInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264GopRemainingFrameInfoKHR
  else:
    struct_VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076898)
  PFN_vkCmdDrawIndexedIndirectCount_1124075851 = (when declared(
      PFN_vkCmdDrawIndexedIndirectCount):
    when ownSizeof(PFN_vkCmdDrawIndexedIndirectCount) !=
        ownSizeof(PFN_vkCmdDrawIndexedIndirectCount_1124075850):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndexedIndirectCount" &
            " exists but with different size")
    PFN_vkCmdDrawIndexedIndirectCount
  else:
    PFN_vkCmdDrawIndexedIndirectCount_1124075850)
  VkRenderPassTransformBeginInfoQCOM_1124080109 = (when declared(
      VkRenderPassTransformBeginInfoQCOM):
    when ownSizeof(VkRenderPassTransformBeginInfoQCOM) !=
        ownSizeof(VkRenderPassTransformBeginInfoQCOM_1124080108):
      static :
        warning("Declaration of " & "VkRenderPassTransformBeginInfoQCOM" &
            " exists but with different size")
    VkRenderPassTransformBeginInfoQCOM
  else:
    VkRenderPassTransformBeginInfoQCOM_1124080108)
  PFN_vkCmdWriteTimestamp_1124075033 = (when declared(PFN_vkCmdWriteTimestamp):
    when ownSizeof(PFN_vkCmdWriteTimestamp) !=
        ownSizeof(PFN_vkCmdWriteTimestamp_1124075032):
      static :
        warning("Declaration of " & "PFN_vkCmdWriteTimestamp" &
            " exists but with different size")
    PFN_vkCmdWriteTimestamp
  else:
    PFN_vkCmdWriteTimestamp_1124075032)
  PFN_vkDestroyPrivateDataSlotEXT_1124080197 = (when declared(
      PFN_vkDestroyPrivateDataSlotEXT):
    when ownSizeof(PFN_vkDestroyPrivateDataSlotEXT) !=
        ownSizeof(PFN_vkDestroyPrivateDataSlotEXT_1124080196):
      static :
        warning("Declaration of " & "PFN_vkDestroyPrivateDataSlotEXT" &
            " exists but with different size")
    PFN_vkDestroyPrivateDataSlotEXT
  else:
    PFN_vkDestroyPrivateDataSlotEXT_1124080196)
  PFN_vkCopyImageToMemoryEXT_1124079957 = (when declared(
      PFN_vkCopyImageToMemoryEXT):
    when ownSizeof(PFN_vkCopyImageToMemoryEXT) !=
        ownSizeof(PFN_vkCopyImageToMemoryEXT_1124079956):
      static :
        warning("Declaration of " & "PFN_vkCopyImageToMemoryEXT" &
            " exists but with different size")
    PFN_vkCopyImageToMemoryEXT
  else:
    PFN_vkCopyImageToMemoryEXT_1124079956)
  struct_VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077851 = (when declared(
      struct_VkVideoEncodeSessionParametersFeedbackInfoKHR):
    when ownSizeof(struct_VkVideoEncodeSessionParametersFeedbackInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077850):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeSessionParametersFeedbackInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeSessionParametersFeedbackInfoKHR
  else:
    struct_VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077850)
  PFN_vkCmdSetCullMode_1124076159 = (when declared(PFN_vkCmdSetCullMode):
    when ownSizeof(PFN_vkCmdSetCullMode) != ownSizeof(PFN_vkCmdSetCullMode_1124076158):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCullMode" &
            " exists but with different size")
    PFN_vkCmdSetCullMode
  else:
    PFN_vkCmdSetCullMode_1124076158)
  VkSampleCountFlags_1124074169 = (when declared(VkSampleCountFlags):
    when ownSizeof(VkSampleCountFlags) != ownSizeof(VkSampleCountFlags_1124074168):
      static :
        warning("Declaration of " & "VkSampleCountFlags" &
            " exists but with different size")
    VkSampleCountFlags
  else:
    VkSampleCountFlags_1124074168)
  VkShadingRatePaletteEntryNV_1124079285 = (when declared(
      VkShadingRatePaletteEntryNV):
    when ownSizeof(VkShadingRatePaletteEntryNV) !=
        ownSizeof(VkShadingRatePaletteEntryNV_1124079284):
      static :
        warning("Declaration of " & "VkShadingRatePaletteEntryNV" &
            " exists but with different size")
    VkShadingRatePaletteEntryNV
  else:
    VkShadingRatePaletteEntryNV_1124079284)
  enum_VkValidationFeatureEnableEXT_1124079797 = (when declared(
      enum_VkValidationFeatureEnableEXT):
    when ownSizeof(enum_VkValidationFeatureEnableEXT) !=
        ownSizeof(enum_VkValidationFeatureEnableEXT_1124079796):
      static :
        warning("Declaration of " & "enum_VkValidationFeatureEnableEXT" &
            " exists but with different size")
    enum_VkValidationFeatureEnableEXT
  else:
    enum_VkValidationFeatureEnableEXT_1124079796)
  VkPipelineCompilerControlFlagsAMD_1124079519 = (when declared(
      VkPipelineCompilerControlFlagsAMD):
    when ownSizeof(VkPipelineCompilerControlFlagsAMD) !=
        ownSizeof(VkPipelineCompilerControlFlagsAMD_1124079518):
      static :
        warning("Declaration of " & "VkPipelineCompilerControlFlagsAMD" &
            " exists but with different size")
    VkPipelineCompilerControlFlagsAMD
  else:
    VkPipelineCompilerControlFlagsAMD_1124079518)
  struct_VkComponentMapping_1124074641 = (when declared(
      struct_VkComponentMapping):
    when ownSizeof(struct_VkComponentMapping) !=
        ownSizeof(struct_VkComponentMapping_1124074640):
      static :
        warning("Declaration of " & "struct_VkComponentMapping" &
            " exists but with different size")
    struct_VkComponentMapping
  else:
    struct_VkComponentMapping_1124074640)
  VkPhysicalDeviceDepthStencilResolvePropertiesKHR_1124077581 = (when declared(
      VkPhysicalDeviceDepthStencilResolvePropertiesKHR):
    when ownSizeof(VkPhysicalDeviceDepthStencilResolvePropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceDepthStencilResolvePropertiesKHR_1124077580):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthStencilResolvePropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceDepthStencilResolvePropertiesKHR
  else:
    VkPhysicalDeviceDepthStencilResolvePropertiesKHR_1124077580)
  PFN_vkGetDeviceImageSubresourceLayoutKHR_1124078021 = (when declared(
      PFN_vkGetDeviceImageSubresourceLayoutKHR):
    when ownSizeof(PFN_vkGetDeviceImageSubresourceLayoutKHR) !=
        ownSizeof(PFN_vkGetDeviceImageSubresourceLayoutKHR_1124078020):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceImageSubresourceLayoutKHR" &
            " exists but with different size")
    PFN_vkGetDeviceImageSubresourceLayoutKHR
  else:
    PFN_vkGetDeviceImageSubresourceLayoutKHR_1124078020)
  VkAccelerationStructureGeometryInstancesDataKHR_1124082501 = (when declared(
      VkAccelerationStructureGeometryInstancesDataKHR):
    when ownSizeof(VkAccelerationStructureGeometryInstancesDataKHR) !=
        ownSizeof(VkAccelerationStructureGeometryInstancesDataKHR_1124082500):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureGeometryInstancesDataKHR" &
            " exists but with different size")
    VkAccelerationStructureGeometryInstancesDataKHR
  else:
    VkAccelerationStructureGeometryInstancesDataKHR_1124082500)
  struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081905 = (when declared(
      struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081904):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT
  else:
    struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081904)
  enum_VkTileShadingRenderPassFlagBitsQCOM_1124080219 = (when declared(
      enum_VkTileShadingRenderPassFlagBitsQCOM):
    when ownSizeof(enum_VkTileShadingRenderPassFlagBitsQCOM) !=
        ownSizeof(enum_VkTileShadingRenderPassFlagBitsQCOM_1124080218):
      static :
        warning("Declaration of " & "enum_VkTileShadingRenderPassFlagBitsQCOM" &
            " exists but with different size")
    enum_VkTileShadingRenderPassFlagBitsQCOM
  else:
    enum_VkTileShadingRenderPassFlagBitsQCOM_1124080218)
  struct_VkPhysicalDeviceExternalSemaphoreInfo_1124075449 = (when declared(
      struct_VkPhysicalDeviceExternalSemaphoreInfo):
    when ownSizeof(struct_VkPhysicalDeviceExternalSemaphoreInfo) !=
        ownSizeof(struct_VkPhysicalDeviceExternalSemaphoreInfo_1124075448):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExternalSemaphoreInfo" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalSemaphoreInfo
  else:
    struct_VkPhysicalDeviceExternalSemaphoreInfo_1124075448)
  enum_VkComponentSwizzle_1124074045 = (when declared(enum_VkComponentSwizzle):
    when ownSizeof(enum_VkComponentSwizzle) !=
        ownSizeof(enum_VkComponentSwizzle_1124074044):
      static :
        warning("Declaration of " & "enum_VkComponentSwizzle" &
            " exists but with different size")
    enum_VkComponentSwizzle
  else:
    enum_VkComponentSwizzle_1124074044)
  VkVideoReferenceSlotInfoKHR_1124076721 = (when declared(
      VkVideoReferenceSlotInfoKHR):
    when ownSizeof(VkVideoReferenceSlotInfoKHR) !=
        ownSizeof(VkVideoReferenceSlotInfoKHR_1124076720):
      static :
        warning("Declaration of " & "VkVideoReferenceSlotInfoKHR" &
            " exists but with different size")
    VkVideoReferenceSlotInfoKHR
  else:
    VkVideoReferenceSlotInfoKHR_1124076720)
  VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079703 = (when declared(
      VkPhysicalDevicePCIBusInfoPropertiesEXT):
    when ownSizeof(VkPhysicalDevicePCIBusInfoPropertiesEXT) !=
        ownSizeof(VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079702):
      static :
        warning("Declaration of " & "VkPhysicalDevicePCIBusInfoPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDevicePCIBusInfoPropertiesEXT
  else:
    VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079702)
  PFN_vkWriteMicromapsPropertiesEXT_1124080875 = (when declared(
      PFN_vkWriteMicromapsPropertiesEXT):
    when ownSizeof(PFN_vkWriteMicromapsPropertiesEXT) !=
        ownSizeof(PFN_vkWriteMicromapsPropertiesEXT_1124080874):
      static :
        warning("Declaration of " & "PFN_vkWriteMicromapsPropertiesEXT" &
            " exists but with different size")
    PFN_vkWriteMicromapsPropertiesEXT
  else:
    PFN_vkWriteMicromapsPropertiesEXT_1124080874)
  struct_VkImageViewSlicedCreateInfoEXT_1124080943 = (when declared(
      struct_VkImageViewSlicedCreateInfoEXT):
    when ownSizeof(struct_VkImageViewSlicedCreateInfoEXT) !=
        ownSizeof(struct_VkImageViewSlicedCreateInfoEXT_1124080942):
      static :
        warning("Declaration of " & "struct_VkImageViewSlicedCreateInfoEXT" &
            " exists but with different size")
    struct_VkImageViewSlicedCreateInfoEXT
  else:
    struct_VkImageViewSlicedCreateInfoEXT_1124080942)
  VkTensorCreateInfoARM_1124081271 = (when declared(VkTensorCreateInfoARM):
    when ownSizeof(VkTensorCreateInfoARM) != ownSizeof(VkTensorCreateInfoARM_1124081270):
      static :
        warning("Declaration of " & "VkTensorCreateInfoARM" &
            " exists but with different size")
    VkTensorCreateInfoARM
  else:
    VkTensorCreateInfoARM_1124081270)
  struct_StdVideoDecodeH264PictureInfo_1124082935 = (when declared(
      struct_StdVideoDecodeH264PictureInfo):
    when ownSizeof(struct_StdVideoDecodeH264PictureInfo) !=
        ownSizeof(struct_StdVideoDecodeH264PictureInfo_1124082934):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeH264PictureInfo" &
            " exists but with different size")
    struct_StdVideoDecodeH264PictureInfo
  else:
    struct_StdVideoDecodeH264PictureInfo_1124082934)
  struct_VkVideoDecodeH264ProfileInfoKHR_1124077019 = (when declared(
      struct_VkVideoDecodeH264ProfileInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH264ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH264ProfileInfoKHR_1124077018):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH264ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264ProfileInfoKHR
  else:
    struct_VkVideoDecodeH264ProfileInfoKHR_1124077018)
  VkImageResolve2_1124076089 = (when declared(VkImageResolve2):
    when ownSizeof(VkImageResolve2) != ownSizeof(VkImageResolve2_1124076088):
      static :
        warning("Declaration of " & "VkImageResolve2" &
            " exists but with different size")
    VkImageResolve2
  else:
    VkImageResolve2_1124076088)
  VkPipelineSampleLocationsStateCreateInfoEXT_1124079155 = (when declared(
      VkPipelineSampleLocationsStateCreateInfoEXT):
    when ownSizeof(VkPipelineSampleLocationsStateCreateInfoEXT) !=
        ownSizeof(VkPipelineSampleLocationsStateCreateInfoEXT_1124079154):
      static :
        warning("Declaration of " &
            "VkPipelineSampleLocationsStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineSampleLocationsStateCreateInfoEXT
  else:
    VkPipelineSampleLocationsStateCreateInfoEXT_1124079154)
  struct_VkVideoEncodeH265SessionCreateInfoKHR_1124076939 = (when declared(
      struct_VkVideoEncodeH265SessionCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265SessionCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265SessionCreateInfoKHR_1124076938):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265SessionCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265SessionCreateInfoKHR
  else:
    struct_VkVideoEncodeH265SessionCreateInfoKHR_1124076938)
  VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081125 = (when declared(
      VkPhysicalDeviceExtendedDynamicState3FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceExtendedDynamicState3FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081124):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
  else:
    VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081124)
  struct_VkPhysicalDeviceMemoryProperties2_1124075357 = (when declared(
      struct_VkPhysicalDeviceMemoryProperties2):
    when ownSizeof(struct_VkPhysicalDeviceMemoryProperties2) !=
        ownSizeof(struct_VkPhysicalDeviceMemoryProperties2_1124075356):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceMemoryProperties2" &
            " exists but with different size")
    struct_VkPhysicalDeviceMemoryProperties2
  else:
    struct_VkPhysicalDeviceMemoryProperties2_1124075356)
  PFN_vkCmdSetDeviceMask_1124075549 = (when declared(PFN_vkCmdSetDeviceMask):
    when ownSizeof(PFN_vkCmdSetDeviceMask) != ownSizeof(PFN_vkCmdSetDeviceMask_1124075548):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDeviceMask" &
            " exists but with different size")
    PFN_vkCmdSetDeviceMask
  else:
    PFN_vkCmdSetDeviceMask_1124075548)
  VkSurfaceFormat2KHR_1124077413 = (when declared(VkSurfaceFormat2KHR):
    when ownSizeof(VkSurfaceFormat2KHR) != ownSizeof(VkSurfaceFormat2KHR_1124077412):
      static :
        warning("Declaration of " & "VkSurfaceFormat2KHR" &
            " exists but with different size")
    VkSurfaceFormat2KHR
  else:
    VkSurfaceFormat2KHR_1124077412)
  PFN_vkGetDataGraphPipelineAvailablePropertiesARM_1124081841 = (when declared(
      PFN_vkGetDataGraphPipelineAvailablePropertiesARM):
    when ownSizeof(PFN_vkGetDataGraphPipelineAvailablePropertiesARM) !=
        ownSizeof(PFN_vkGetDataGraphPipelineAvailablePropertiesARM_1124081840):
      static :
        warning("Declaration of " &
            "PFN_vkGetDataGraphPipelineAvailablePropertiesARM" &
            " exists but with different size")
    PFN_vkGetDataGraphPipelineAvailablePropertiesARM
  else:
    PFN_vkGetDataGraphPipelineAvailablePropertiesARM_1124081840)
  VkMemoryAllocateInfo_1124074575 = (when declared(VkMemoryAllocateInfo):
    when ownSizeof(VkMemoryAllocateInfo) != ownSizeof(VkMemoryAllocateInfo_1124074574):
      static :
        warning("Declaration of " & "VkMemoryAllocateInfo" &
            " exists but with different size")
    VkMemoryAllocateInfo
  else:
    VkMemoryAllocateInfo_1124074574)
  struct_VkImageCompressionPropertiesEXT_1124080465 = (when declared(
      struct_VkImageCompressionPropertiesEXT):
    when ownSizeof(struct_VkImageCompressionPropertiesEXT) !=
        ownSizeof(struct_VkImageCompressionPropertiesEXT_1124080464):
      static :
        warning("Declaration of " & "struct_VkImageCompressionPropertiesEXT" &
            " exists but with different size")
    struct_VkImageCompressionPropertiesEXT
  else:
    struct_VkImageCompressionPropertiesEXT_1124080464)
  PFN_vkCmdPushDescriptorSetWithTemplate_1124076447 = (when declared(
      PFN_vkCmdPushDescriptorSetWithTemplate):
    when ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplate) !=
        ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplate_1124076446):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplate" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSetWithTemplate
  else:
    PFN_vkCmdPushDescriptorSetWithTemplate_1124076446)
  struct_VkDeviceQueueShaderCoreControlCreateInfoARM_1124080927 = (when declared(
      struct_VkDeviceQueueShaderCoreControlCreateInfoARM):
    when ownSizeof(struct_VkDeviceQueueShaderCoreControlCreateInfoARM) !=
        ownSizeof(struct_VkDeviceQueueShaderCoreControlCreateInfoARM_1124080926):
      static :
        warning("Declaration of " &
            "struct_VkDeviceQueueShaderCoreControlCreateInfoARM" &
            " exists but with different size")
    struct_VkDeviceQueueShaderCoreControlCreateInfoARM
  else:
    struct_VkDeviceQueueShaderCoreControlCreateInfoARM_1124080926)
  PFN_vkCreateTensorViewARM_1124081365 = (when declared(
      PFN_vkCreateTensorViewARM):
    when ownSizeof(PFN_vkCreateTensorViewARM) !=
        ownSizeof(PFN_vkCreateTensorViewARM_1124081364):
      static :
        warning("Declaration of " & "PFN_vkCreateTensorViewARM" &
            " exists but with different size")
    PFN_vkCreateTensorViewARM
  else:
    PFN_vkCreateTensorViewARM_1124081364)
  VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081917 = (when declared(
      VkPhysicalDeviceLayeredDriverPropertiesMSFT):
    when ownSizeof(VkPhysicalDeviceLayeredDriverPropertiesMSFT) !=
        ownSizeof(VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081916):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLayeredDriverPropertiesMSFT" &
            " exists but with different size")
    VkPhysicalDeviceLayeredDriverPropertiesMSFT
  else:
    VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081916)
  PFN_vkCmdDispatchTileQCOM_1124080249 = (when declared(
      PFN_vkCmdDispatchTileQCOM):
    when ownSizeof(PFN_vkCmdDispatchTileQCOM) !=
        ownSizeof(PFN_vkCmdDispatchTileQCOM_1124080248):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchTileQCOM" &
            " exists but with different size")
    PFN_vkCmdDispatchTileQCOM
  else:
    PFN_vkCmdDispatchTileQCOM_1124080248)
  VkImageMemoryBarrier_1124074479 = (when declared(VkImageMemoryBarrier):
    when ownSizeof(VkImageMemoryBarrier) != ownSizeof(VkImageMemoryBarrier_1124074478):
      static :
        warning("Declaration of " & "VkImageMemoryBarrier" &
            " exists but with different size")
    VkImageMemoryBarrier
  else:
    VkImageMemoryBarrier_1124074478)
  VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078487 = (when declared(
      VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078486):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR
  else:
    VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078486)
  VkPipelineCreationFeedbackEXT_1124079561 = (when declared(
      VkPipelineCreationFeedbackEXT):
    when ownSizeof(VkPipelineCreationFeedbackEXT) !=
        ownSizeof(VkPipelineCreationFeedbackEXT_1124079560):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackEXT" &
            " exists but with different size")
    VkPipelineCreationFeedbackEXT
  else:
    VkPipelineCreationFeedbackEXT_1124079560)
  VkFenceCreateFlags_1124074237 = (when declared(VkFenceCreateFlags):
    when ownSizeof(VkFenceCreateFlags) != ownSizeof(VkFenceCreateFlags_1124074236):
      static :
        warning("Declaration of " & "VkFenceCreateFlags" &
            " exists but with different size")
    VkFenceCreateFlags
  else:
    VkFenceCreateFlags_1124074236)
  VkPhysicalDeviceTimelineSemaphoreProperties_1124075673 = (when declared(
      VkPhysicalDeviceTimelineSemaphoreProperties):
    when ownSizeof(VkPhysicalDeviceTimelineSemaphoreProperties) !=
        ownSizeof(VkPhysicalDeviceTimelineSemaphoreProperties_1124075672):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTimelineSemaphoreProperties" &
            " exists but with different size")
    VkPhysicalDeviceTimelineSemaphoreProperties
  else:
    VkPhysicalDeviceTimelineSemaphoreProperties_1124075672)
  VkSemaphoreWaitInfoKHR_1124077597 = (when declared(VkSemaphoreWaitInfoKHR):
    when ownSizeof(VkSemaphoreWaitInfoKHR) != ownSizeof(VkSemaphoreWaitInfoKHR_1124077596):
      static :
        warning("Declaration of " & "VkSemaphoreWaitInfoKHR" &
            " exists but with different size")
    VkSemaphoreWaitInfoKHR
  else:
    VkSemaphoreWaitInfoKHR_1124077596)
  VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080967 = (when declared(
      VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080966):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT
  else:
    VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080966)
  union_VkDeviceOrHostAddressConstKHR_1124080391 = (when declared(
      union_VkDeviceOrHostAddressConstKHR):
    when ownSizeof(union_VkDeviceOrHostAddressConstKHR) !=
        ownSizeof(union_VkDeviceOrHostAddressConstKHR_1124080390):
      static :
        warning("Declaration of " & "union_VkDeviceOrHostAddressConstKHR" &
            " exists but with different size")
    union_VkDeviceOrHostAddressConstKHR
  else:
    union_VkDeviceOrHostAddressConstKHR_1124080390)
  VkDataGraphPipelineResourceInfoARM_1124081749 = (when declared(
      VkDataGraphPipelineResourceInfoARM):
    when ownSizeof(VkDataGraphPipelineResourceInfoARM) !=
        ownSizeof(VkDataGraphPipelineResourceInfoARM_1124081748):
      static :
        warning("Declaration of " & "VkDataGraphPipelineResourceInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineResourceInfoARM
  else:
    VkDataGraphPipelineResourceInfoARM_1124081748)
  struct_VkDescriptorSetBindingReferenceVALVE_1124080951 = (when declared(
      struct_VkDescriptorSetBindingReferenceVALVE):
    when ownSizeof(struct_VkDescriptorSetBindingReferenceVALVE) !=
        ownSizeof(struct_VkDescriptorSetBindingReferenceVALVE_1124080950):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorSetBindingReferenceVALVE" &
            " exists but with different size")
    struct_VkDescriptorSetBindingReferenceVALVE
  else:
    struct_VkDescriptorSetBindingReferenceVALVE_1124080950)
  VkRenderingInfo_1124076101 = (when declared(VkRenderingInfo):
    when ownSizeof(VkRenderingInfo) != ownSizeof(VkRenderingInfo_1124076100):
      static :
        warning("Declaration of " & "VkRenderingInfo" &
            " exists but with different size")
    VkRenderingInfo
  else:
    VkRenderingInfo_1124076100)
  struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081205 = (when declared(
      struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081204):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT
  else:
    struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081204)
  VkPresentScalingFlagsEXT_1124079983 = (when declared(VkPresentScalingFlagsEXT):
    when ownSizeof(VkPresentScalingFlagsEXT) !=
        ownSizeof(VkPresentScalingFlagsEXT_1124079982):
      static :
        warning("Declaration of " & "VkPresentScalingFlagsEXT" &
            " exists but with different size")
    VkPresentScalingFlagsEXT
  else:
    VkPresentScalingFlagsEXT_1124079982)
  union_VkDeviceOrHostAddressConstAMDX_1124082811 = (when declared(
      union_VkDeviceOrHostAddressConstAMDX):
    when ownSizeof(union_VkDeviceOrHostAddressConstAMDX) !=
        ownSizeof(union_VkDeviceOrHostAddressConstAMDX_1124082810):
      static :
        warning("Declaration of " & "union_VkDeviceOrHostAddressConstAMDX" &
            " exists but with different size")
    union_VkDeviceOrHostAddressConstAMDX
  else:
    union_VkDeviceOrHostAddressConstAMDX_1124082810)
  struct_VkPhysicalDeviceMeshShaderFeaturesNV_1124079565 = (when declared(
      struct_VkPhysicalDeviceMeshShaderFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceMeshShaderFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceMeshShaderFeaturesNV_1124079564):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMeshShaderFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceMeshShaderFeaturesNV
  else:
    struct_VkPhysicalDeviceMeshShaderFeaturesNV_1124079564)
  VkVideoDecodeH264ProfileInfoKHR_1124077021 = (when declared(
      VkVideoDecodeH264ProfileInfoKHR):
    when ownSizeof(VkVideoDecodeH264ProfileInfoKHR) !=
        ownSizeof(VkVideoDecodeH264ProfileInfoKHR_1124077020):
      static :
        warning("Declaration of " & "VkVideoDecodeH264ProfileInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH264ProfileInfoKHR
  else:
    VkVideoDecodeH264ProfileInfoKHR_1124077020)
  struct_VkResolveImageInfo2_1124076091 = (when declared(
      struct_VkResolveImageInfo2):
    when ownSizeof(struct_VkResolveImageInfo2) !=
        ownSizeof(struct_VkResolveImageInfo2_1124076090):
      static :
        warning("Declaration of " & "struct_VkResolveImageInfo2" &
            " exists but with different size")
    struct_VkResolveImageInfo2
  else:
    struct_VkResolveImageInfo2_1124076090)
  enum_VkQueueGlobalPriority_1124076197 = (when declared(
      enum_VkQueueGlobalPriority):
    when ownSizeof(enum_VkQueueGlobalPriority) !=
        ownSizeof(enum_VkQueueGlobalPriority_1124076196):
      static :
        warning("Declaration of " & "enum_VkQueueGlobalPriority" &
            " exists but with different size")
    enum_VkQueueGlobalPriority
  else:
    enum_VkQueueGlobalPriority_1124076196)
  struct_VkRenderPassTileShadingCreateInfoQCOM_1124080233 = (when declared(
      struct_VkRenderPassTileShadingCreateInfoQCOM):
    when ownSizeof(struct_VkRenderPassTileShadingCreateInfoQCOM) !=
        ownSizeof(struct_VkRenderPassTileShadingCreateInfoQCOM_1124080232):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassTileShadingCreateInfoQCOM" &
            " exists but with different size")
    struct_VkRenderPassTileShadingCreateInfoQCOM
  else:
    struct_VkRenderPassTileShadingCreateInfoQCOM_1124080232)
  PFN_vkGetDeviceMemoryCommitment_1124074947 = (when declared(
      PFN_vkGetDeviceMemoryCommitment):
    when ownSizeof(PFN_vkGetDeviceMemoryCommitment) !=
        ownSizeof(PFN_vkGetDeviceMemoryCommitment_1124074946):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceMemoryCommitment" &
            " exists but with different size")
    PFN_vkGetDeviceMemoryCommitment
  else:
    PFN_vkGetDeviceMemoryCommitment_1124074946)
  enum_VkSamplerCreateFlagBits_1124074353 = (when declared(
      enum_VkSamplerCreateFlagBits):
    when ownSizeof(enum_VkSamplerCreateFlagBits) !=
        ownSizeof(enum_VkSamplerCreateFlagBits_1124074352):
      static :
        warning("Declaration of " & "enum_VkSamplerCreateFlagBits" &
            " exists but with different size")
    enum_VkSamplerCreateFlagBits
  else:
    enum_VkSamplerCreateFlagBits_1124074352)
  VkCommandPoolTrimFlagsKHR_1124077131 = (when declared(
      VkCommandPoolTrimFlagsKHR):
    when ownSizeof(VkCommandPoolTrimFlagsKHR) !=
        ownSizeof(VkCommandPoolTrimFlagsKHR_1124077130):
      static :
        warning("Declaration of " & "VkCommandPoolTrimFlagsKHR" &
            " exists but with different size")
    VkCommandPoolTrimFlagsKHR
  else:
    VkCommandPoolTrimFlagsKHR_1124077130)
  VkClusterAccelerationStructureMoveObjectsInputNV_1124082071 = (when declared(
      VkClusterAccelerationStructureMoveObjectsInputNV):
    when ownSizeof(VkClusterAccelerationStructureMoveObjectsInputNV) !=
        ownSizeof(VkClusterAccelerationStructureMoveObjectsInputNV_1124082070):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureMoveObjectsInputNV" &
            " exists but with different size")
    VkClusterAccelerationStructureMoveObjectsInputNV
  else:
    VkClusterAccelerationStructureMoveObjectsInputNV_1124082070)
  StdVideoH265ProfileTierLevel_1124083017 = (when declared(
      StdVideoH265ProfileTierLevel):
    when ownSizeof(StdVideoH265ProfileTierLevel) !=
        ownSizeof(StdVideoH265ProfileTierLevel_1124083016):
      static :
        warning("Declaration of " & "StdVideoH265ProfileTierLevel" &
            " exists but with different size")
    StdVideoH265ProfileTierLevel
  else:
    StdVideoH265ProfileTierLevel_1124083016)
  VkPhysicalDeviceShadingRateImageFeaturesNV_1124079301 = (when declared(
      VkPhysicalDeviceShadingRateImageFeaturesNV):
    when ownSizeof(VkPhysicalDeviceShadingRateImageFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceShadingRateImageFeaturesNV_1124079300):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShadingRateImageFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceShadingRateImageFeaturesNV
  else:
    VkPhysicalDeviceShadingRateImageFeaturesNV_1124079300)
  struct_VkPhysicalDeviceLineRasterizationProperties_1124076389 = (when declared(
      struct_VkPhysicalDeviceLineRasterizationProperties):
    when ownSizeof(struct_VkPhysicalDeviceLineRasterizationProperties) !=
        ownSizeof(struct_VkPhysicalDeviceLineRasterizationProperties_1124076388):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLineRasterizationProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceLineRasterizationProperties
  else:
    struct_VkPhysicalDeviceLineRasterizationProperties_1124076388)
  struct_StdVideoAV1Segmentation_1124083215 = (when declared(
      struct_StdVideoAV1Segmentation):
    when ownSizeof(struct_StdVideoAV1Segmentation) !=
        ownSizeof(struct_StdVideoAV1Segmentation_1124083214):
      static :
        warning("Declaration of " & "struct_StdVideoAV1Segmentation" &
            " exists but with different size")
    struct_StdVideoAV1Segmentation
  else:
    struct_StdVideoAV1Segmentation_1124083214)
  PFN_vkGetImageSubresourceLayout2KHR_1124078023 = (when declared(
      PFN_vkGetImageSubresourceLayout2KHR):
    when ownSizeof(PFN_vkGetImageSubresourceLayout2KHR) !=
        ownSizeof(PFN_vkGetImageSubresourceLayout2KHR_1124078022):
      static :
        warning("Declaration of " & "PFN_vkGetImageSubresourceLayout2KHR" &
            " exists but with different size")
    PFN_vkGetImageSubresourceLayout2KHR
  else:
    PFN_vkGetImageSubresourceLayout2KHR_1124078022)
  enum_VkVendorId_1124074009 = (when declared(enum_VkVendorId):
    when ownSizeof(enum_VkVendorId) != ownSizeof(enum_VkVendorId_1124074008):
      static :
        warning("Declaration of " & "enum_VkVendorId" &
            " exists but with different size")
    enum_VkVendorId
  else:
    enum_VkVendorId_1124074008)
  VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR_1124077913 = (when declared(
      VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR_1124077912):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR
  else:
    VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR_1124077912)
  VkDescriptorPoolInlineUniformBlockCreateInfoEXT_1124079131 = (when declared(
      VkDescriptorPoolInlineUniformBlockCreateInfoEXT):
    when ownSizeof(VkDescriptorPoolInlineUniformBlockCreateInfoEXT) !=
        ownSizeof(VkDescriptorPoolInlineUniformBlockCreateInfoEXT_1124079130):
      static :
        warning("Declaration of " &
            "VkDescriptorPoolInlineUniformBlockCreateInfoEXT" &
            " exists but with different size")
    VkDescriptorPoolInlineUniformBlockCreateInfoEXT
  else:
    VkDescriptorPoolInlineUniformBlockCreateInfoEXT_1124079130)
  struct_VkHeadlessSurfaceCreateInfoEXT_1124079873 = (when declared(
      struct_VkHeadlessSurfaceCreateInfoEXT):
    when ownSizeof(struct_VkHeadlessSurfaceCreateInfoEXT) !=
        ownSizeof(struct_VkHeadlessSurfaceCreateInfoEXT_1124079872):
      static :
        warning("Declaration of " & "struct_VkHeadlessSurfaceCreateInfoEXT" &
            " exists but with different size")
    struct_VkHeadlessSurfaceCreateInfoEXT
  else:
    struct_VkHeadlessSurfaceCreateInfoEXT_1124079872)
  PFN_vkCmdCopyMemoryIndirectKHR_1124078459 = (when declared(
      PFN_vkCmdCopyMemoryIndirectKHR):
    when ownSizeof(PFN_vkCmdCopyMemoryIndirectKHR) !=
        ownSizeof(PFN_vkCmdCopyMemoryIndirectKHR_1124078458):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMemoryIndirectKHR" &
            " exists but with different size")
    PFN_vkCmdCopyMemoryIndirectKHR
  else:
    PFN_vkCmdCopyMemoryIndirectKHR_1124078458)
  union_VkAccelerationStructureMotionInstanceDataNV_1124080415 = (when declared(
      union_VkAccelerationStructureMotionInstanceDataNV):
    when ownSizeof(union_VkAccelerationStructureMotionInstanceDataNV) !=
        ownSizeof(union_VkAccelerationStructureMotionInstanceDataNV_1124080414):
      static :
        warning("Declaration of " &
            "union_VkAccelerationStructureMotionInstanceDataNV" &
            " exists but with different size")
    union_VkAccelerationStructureMotionInstanceDataNV
  else:
    union_VkAccelerationStructureMotionInstanceDataNV_1124080414)
  VkConformanceVersion_1124075645 = (when declared(VkConformanceVersion):
    when ownSizeof(VkConformanceVersion) != ownSizeof(VkConformanceVersion_1124075644):
      static :
        warning("Declaration of " & "VkConformanceVersion" &
            " exists but with different size")
    VkConformanceVersion
  else:
    VkConformanceVersion_1124075644)
  VkTimelineSemaphoreSubmitInfoKHR_1124077595 = (when declared(
      VkTimelineSemaphoreSubmitInfoKHR):
    when ownSizeof(VkTimelineSemaphoreSubmitInfoKHR) !=
        ownSizeof(VkTimelineSemaphoreSubmitInfoKHR_1124077594):
      static :
        warning("Declaration of " & "VkTimelineSemaphoreSubmitInfoKHR" &
            " exists but with different size")
    VkTimelineSemaphoreSubmitInfoKHR
  else:
    VkTimelineSemaphoreSubmitInfoKHR_1124077594)
  struct_VkStridedDeviceAddressRangeKHR_1124078431 = (when declared(
      struct_VkStridedDeviceAddressRangeKHR):
    when ownSizeof(struct_VkStridedDeviceAddressRangeKHR) !=
        ownSizeof(struct_VkStridedDeviceAddressRangeKHR_1124078430):
      static :
        warning("Declaration of " & "struct_VkStridedDeviceAddressRangeKHR" &
            " exists but with different size")
    struct_VkStridedDeviceAddressRangeKHR
  else:
    struct_VkStridedDeviceAddressRangeKHR_1124078430)
  VkImageDrmFormatModifierPropertiesEXT_1124079233 = (when declared(
      VkImageDrmFormatModifierPropertiesEXT):
    when ownSizeof(VkImageDrmFormatModifierPropertiesEXT) !=
        ownSizeof(VkImageDrmFormatModifierPropertiesEXT_1124079232):
      static :
        warning("Declaration of " & "VkImageDrmFormatModifierPropertiesEXT" &
            " exists but with different size")
    VkImageDrmFormatModifierPropertiesEXT
  else:
    VkImageDrmFormatModifierPropertiesEXT_1124079232)
  PFN_vkCmdBindShadingRateImageNV_1124079319 = (when declared(
      PFN_vkCmdBindShadingRateImageNV):
    when ownSizeof(PFN_vkCmdBindShadingRateImageNV) !=
        ownSizeof(PFN_vkCmdBindShadingRateImageNV_1124079318):
      static :
        warning("Declaration of " & "PFN_vkCmdBindShadingRateImageNV" &
            " exists but with different size")
    PFN_vkCmdBindShadingRateImageNV
  else:
    PFN_vkCmdBindShadingRateImageNV_1124079318)
  struct_VkExportSemaphoreCreateInfo_1124075445 = (when declared(
      struct_VkExportSemaphoreCreateInfo):
    when ownSizeof(struct_VkExportSemaphoreCreateInfo) !=
        ownSizeof(struct_VkExportSemaphoreCreateInfo_1124075444):
      static :
        warning("Declaration of " & "struct_VkExportSemaphoreCreateInfo" &
            " exists but with different size")
    struct_VkExportSemaphoreCreateInfo
  else:
    struct_VkExportSemaphoreCreateInfo_1124075444)
  struct_VkRenderingEndInfoKHR_1124078641 = (when declared(
      struct_VkRenderingEndInfoKHR):
    when ownSizeof(struct_VkRenderingEndInfoKHR) !=
        ownSizeof(struct_VkRenderingEndInfoKHR_1124078640):
      static :
        warning("Declaration of " & "struct_VkRenderingEndInfoKHR" &
            " exists but with different size")
    struct_VkRenderingEndInfoKHR
  else:
    struct_VkRenderingEndInfoKHR_1124078640)
  VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079717 = (when declared(
      VkPhysicalDeviceFragmentDensityMapFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079716):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapFeaturesEXT
  else:
    VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079716)
  struct_VkPerTileBeginInfoQCOM_1124080237 = (when declared(
      struct_VkPerTileBeginInfoQCOM):
    when ownSizeof(struct_VkPerTileBeginInfoQCOM) !=
        ownSizeof(struct_VkPerTileBeginInfoQCOM_1124080236):
      static :
        warning("Declaration of " & "struct_VkPerTileBeginInfoQCOM" &
            " exists but with different size")
    struct_VkPerTileBeginInfoQCOM
  else:
    struct_VkPerTileBeginInfoQCOM_1124080236)
  struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078257 = (when declared(
      struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078256):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR
  else:
    struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078256)
  VkCoarseSampleOrderCustomNV_1124079313 = (when declared(
      VkCoarseSampleOrderCustomNV):
    when ownSizeof(VkCoarseSampleOrderCustomNV) !=
        ownSizeof(VkCoarseSampleOrderCustomNV_1124079312):
      static :
        warning("Declaration of " & "VkCoarseSampleOrderCustomNV" &
            " exists but with different size")
    VkCoarseSampleOrderCustomNV
  else:
    VkCoarseSampleOrderCustomNV_1124079312)
  PFN_vkCmdWriteBufferMarker2AMD_1124079513 = (when declared(
      PFN_vkCmdWriteBufferMarker2AMD):
    when ownSizeof(PFN_vkCmdWriteBufferMarker2AMD) !=
        ownSizeof(PFN_vkCmdWriteBufferMarker2AMD_1124079512):
      static :
        warning("Declaration of " & "PFN_vkCmdWriteBufferMarker2AMD" &
            " exists but with different size")
    PFN_vkCmdWriteBufferMarker2AMD
  else:
    PFN_vkCmdWriteBufferMarker2AMD_1124079512)
  PFN_vkSetPrivateDataEXT_1124080199 = (when declared(PFN_vkSetPrivateDataEXT):
    when ownSizeof(PFN_vkSetPrivateDataEXT) !=
        ownSizeof(PFN_vkSetPrivateDataEXT_1124080198):
      static :
        warning("Declaration of " & "PFN_vkSetPrivateDataEXT" &
            " exists but with different size")
    PFN_vkSetPrivateDataEXT
  else:
    PFN_vkSetPrivateDataEXT_1124080198)
  VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080267 = (when declared(
      VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080266):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT
  else:
    VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080266)
  enum_VkDescriptorType_1124074085 = (when declared(enum_VkDescriptorType):
    when ownSizeof(enum_VkDescriptorType) != ownSizeof(enum_VkDescriptorType_1124074084):
      static :
        warning("Declaration of " & "enum_VkDescriptorType" &
            " exists but with different size")
    enum_VkDescriptorType
  else:
    enum_VkDescriptorType_1124074084)
  VkVideoDecodeUsageInfoKHR_1124076799 = (when declared(
      VkVideoDecodeUsageInfoKHR):
    when ownSizeof(VkVideoDecodeUsageInfoKHR) !=
        ownSizeof(VkVideoDecodeUsageInfoKHR_1124076798):
      static :
        warning("Declaration of " & "VkVideoDecodeUsageInfoKHR" &
            " exists but with different size")
    VkVideoDecodeUsageInfoKHR
  else:
    VkVideoDecodeUsageInfoKHR_1124076798)
  PFN_vkGetCalibratedTimestampsEXT_1124079531 = (when declared(
      PFN_vkGetCalibratedTimestampsEXT):
    when ownSizeof(PFN_vkGetCalibratedTimestampsEXT) !=
        ownSizeof(PFN_vkGetCalibratedTimestampsEXT_1124079530):
      static :
        warning("Declaration of " & "PFN_vkGetCalibratedTimestampsEXT" &
            " exists but with different size")
    PFN_vkGetCalibratedTimestampsEXT
  else:
    PFN_vkGetCalibratedTimestampsEXT_1124079530)
  enum_VkFenceCreateFlagBits_1124074233 = (when declared(
      enum_VkFenceCreateFlagBits):
    when ownSizeof(enum_VkFenceCreateFlagBits) !=
        ownSizeof(enum_VkFenceCreateFlagBits_1124074232):
      static :
        warning("Declaration of " & "enum_VkFenceCreateFlagBits" &
            " exists but with different size")
    enum_VkFenceCreateFlagBits
  else:
    enum_VkFenceCreateFlagBits_1124074232)
  VkSubpassFragmentDensityMapOffsetEndInfoQCOM_1124081005 = (when declared(
      VkSubpassFragmentDensityMapOffsetEndInfoQCOM):
    when ownSizeof(VkSubpassFragmentDensityMapOffsetEndInfoQCOM) !=
        ownSizeof(VkSubpassFragmentDensityMapOffsetEndInfoQCOM_1124081004):
      static :
        warning("Declaration of " &
            "VkSubpassFragmentDensityMapOffsetEndInfoQCOM" &
            " exists but with different size")
    VkSubpassFragmentDensityMapOffsetEndInfoQCOM
  else:
    VkSubpassFragmentDensityMapOffsetEndInfoQCOM_1124081004)
  struct_VkPhysicalDeviceFeatures_1124074525 = (when declared(
      struct_VkPhysicalDeviceFeatures):
    when ownSizeof(struct_VkPhysicalDeviceFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceFeatures_1124074524):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceFeatures
  else:
    struct_VkPhysicalDeviceFeatures_1124074524)
  PFN_vkReleaseProfilingLockKHR_1124077387 = (when declared(
      PFN_vkReleaseProfilingLockKHR):
    when ownSizeof(PFN_vkReleaseProfilingLockKHR) !=
        ownSizeof(PFN_vkReleaseProfilingLockKHR_1124077386):
      static :
        warning("Declaration of " & "PFN_vkReleaseProfilingLockKHR" &
            " exists but with different size")
    PFN_vkReleaseProfilingLockKHR
  else:
    PFN_vkReleaseProfilingLockKHR_1124077386)
  VkImageAspectFlagBits_1124074149 = (when declared(VkImageAspectFlagBits):
    when ownSizeof(VkImageAspectFlagBits) != ownSizeof(VkImageAspectFlagBits_1124074148):
      static :
        warning("Declaration of " & "VkImageAspectFlagBits" &
            " exists but with different size")
    VkImageAspectFlagBits
  else:
    VkImageAspectFlagBits_1124074148)
  VkQueryResultFlags_1124074257 = (when declared(VkQueryResultFlags):
    when ownSizeof(VkQueryResultFlags) != ownSizeof(VkQueryResultFlags_1124074256):
      static :
        warning("Declaration of " & "VkQueryResultFlags" &
            " exists but with different size")
    VkQueryResultFlags
  else:
    VkQueryResultFlags_1124074256)
  struct_VkDisplayModeCreateInfoKHR_1124076589 = (when declared(
      struct_VkDisplayModeCreateInfoKHR):
    when ownSizeof(struct_VkDisplayModeCreateInfoKHR) !=
        ownSizeof(struct_VkDisplayModeCreateInfoKHR_1124076588):
      static :
        warning("Declaration of " & "struct_VkDisplayModeCreateInfoKHR" &
            " exists but with different size")
    struct_VkDisplayModeCreateInfoKHR
  else:
    struct_VkDisplayModeCreateInfoKHR_1124076588)
  VkMemoryRequirements2KHR_1124077465 = (when declared(VkMemoryRequirements2KHR):
    when ownSizeof(VkMemoryRequirements2KHR) !=
        ownSizeof(VkMemoryRequirements2KHR_1124077464):
      static :
        warning("Declaration of " & "VkMemoryRequirements2KHR" &
            " exists but with different size")
    VkMemoryRequirements2KHR
  else:
    VkMemoryRequirements2KHR_1124077464)
  VkPhysicalDeviceSubgroupSizeControlFeaturesEXT_1124079733 = (when declared(
      VkPhysicalDeviceSubgroupSizeControlFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceSubgroupSizeControlFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceSubgroupSizeControlFeaturesEXT_1124079732):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubgroupSizeControlFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceSubgroupSizeControlFeaturesEXT
  else:
    VkPhysicalDeviceSubgroupSizeControlFeaturesEXT_1124079732)
  VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080709 = (when declared(
      VkVideoEncodeRgbChromaOffsetFlagsVALVE):
    when ownSizeof(VkVideoEncodeRgbChromaOffsetFlagsVALVE) !=
        ownSizeof(VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080708):
      static :
        warning("Declaration of " & "VkVideoEncodeRgbChromaOffsetFlagsVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbChromaOffsetFlagsVALVE
  else:
    VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080708)
  PFN_vkTrimCommandPoolKHR_1124077133 = (when declared(PFN_vkTrimCommandPoolKHR):
    when ownSizeof(PFN_vkTrimCommandPoolKHR) !=
        ownSizeof(PFN_vkTrimCommandPoolKHR_1124077132):
      static :
        warning("Declaration of " & "PFN_vkTrimCommandPoolKHR" &
            " exists but with different size")
    PFN_vkTrimCommandPoolKHR
  else:
    PFN_vkTrimCommandPoolKHR_1124077132)
  PFN_vkCmdSetConservativeRasterizationModeEXT_1124081163 = (when declared(
      PFN_vkCmdSetConservativeRasterizationModeEXT):
    when ownSizeof(PFN_vkCmdSetConservativeRasterizationModeEXT) !=
        ownSizeof(PFN_vkCmdSetConservativeRasterizationModeEXT_1124081162):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetConservativeRasterizationModeEXT" &
            " exists but with different size")
    PFN_vkCmdSetConservativeRasterizationModeEXT
  else:
    PFN_vkCmdSetConservativeRasterizationModeEXT_1124081162)
  VkFormat_1124074023 = (when declared(VkFormat):
    when ownSizeof(VkFormat) != ownSizeof(VkFormat_1124074022):
      static :
        warning("Declaration of " & "VkFormat" &
            " exists but with different size")
    VkFormat
  else:
    VkFormat_1124074022)
  struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080829 = (when declared(
      struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080828):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT
  else:
    struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080828)
  struct_VkRenderPassSubpassFeedbackInfoEXT_1124081221 = (when declared(
      struct_VkRenderPassSubpassFeedbackInfoEXT):
    when ownSizeof(struct_VkRenderPassSubpassFeedbackInfoEXT) !=
        ownSizeof(struct_VkRenderPassSubpassFeedbackInfoEXT_1124081220):
      static :
        warning("Declaration of " & "struct_VkRenderPassSubpassFeedbackInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassSubpassFeedbackInfoEXT
  else:
    struct_VkRenderPassSubpassFeedbackInfoEXT_1124081220)
  enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082047 = (when declared(
      enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV):
    when ownSizeof(enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082046):
      static :
        warning("Declaration of " &
            "enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV
  else:
    enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082046)
  PFN_vkCmdEndRenderingKHR_1124077063 = (when declared(PFN_vkCmdEndRenderingKHR):
    when ownSizeof(PFN_vkCmdEndRenderingKHR) !=
        ownSizeof(PFN_vkCmdEndRenderingKHR_1124077062):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRenderingKHR" &
            " exists but with different size")
    PFN_vkCmdEndRenderingKHR
  else:
    PFN_vkCmdEndRenderingKHR_1124077062)
  VkSurfaceCounterFlagsEXT_1124078909 = (when declared(VkSurfaceCounterFlagsEXT):
    when ownSizeof(VkSurfaceCounterFlagsEXT) !=
        ownSizeof(VkSurfaceCounterFlagsEXT_1124078908):
      static :
        warning("Declaration of " & "VkSurfaceCounterFlagsEXT" &
            " exists but with different size")
    VkSurfaceCounterFlagsEXT
  else:
    VkSurfaceCounterFlagsEXT_1124078908)
  VkCuModuleCreateInfoNVX_1124078753 = (when declared(VkCuModuleCreateInfoNVX):
    when ownSizeof(VkCuModuleCreateInfoNVX) !=
        ownSizeof(VkCuModuleCreateInfoNVX_1124078752):
      static :
        warning("Declaration of " & "VkCuModuleCreateInfoNVX" &
            " exists but with different size")
    VkCuModuleCreateInfoNVX
  else:
    VkCuModuleCreateInfoNVX_1124078752)
  struct_VkDescriptorPoolCreateInfo_1124074749 = (when declared(
      struct_VkDescriptorPoolCreateInfo):
    when ownSizeof(struct_VkDescriptorPoolCreateInfo) !=
        ownSizeof(struct_VkDescriptorPoolCreateInfo_1124074748):
      static :
        warning("Declaration of " & "struct_VkDescriptorPoolCreateInfo" &
            " exists but with different size")
    struct_VkDescriptorPoolCreateInfo
  else:
    struct_VkDescriptorPoolCreateInfo_1124074748)
  VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082899 = (when declared(
      VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX):
    when ownSizeof(VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX) !=
        ownSizeof(VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082898):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX" &
            " exists but with different size")
    VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX
  else:
    VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082898)
  VkSamplerYcbcrModelConversionKHR_1124077479 = (when declared(
      VkSamplerYcbcrModelConversionKHR):
    when ownSizeof(VkSamplerYcbcrModelConversionKHR) !=
        ownSizeof(VkSamplerYcbcrModelConversionKHR_1124077478):
      static :
        warning("Declaration of " & "VkSamplerYcbcrModelConversionKHR" &
            " exists but with different size")
    VkSamplerYcbcrModelConversionKHR
  else:
    VkSamplerYcbcrModelConversionKHR_1124077478)
  VkFullScreenExclusiveEXT_1124082743 = (when declared(VkFullScreenExclusiveEXT):
    when ownSizeof(VkFullScreenExclusiveEXT) !=
        ownSizeof(VkFullScreenExclusiveEXT_1124082742):
      static :
        warning("Declaration of " & "VkFullScreenExclusiveEXT" &
            " exists but with different size")
    VkFullScreenExclusiveEXT
  else:
    VkFullScreenExclusiveEXT_1124082742)
  enum_VkVideoSessionCreateFlagBitsKHR_1124076665 = (when declared(
      enum_VkVideoSessionCreateFlagBitsKHR):
    when ownSizeof(enum_VkVideoSessionCreateFlagBitsKHR) !=
        ownSizeof(enum_VkVideoSessionCreateFlagBitsKHR_1124076664):
      static :
        warning("Declaration of " & "enum_VkVideoSessionCreateFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoSessionCreateFlagBitsKHR
  else:
    enum_VkVideoSessionCreateFlagBitsKHR_1124076664)
  struct_VkPresentRegionKHR_1124077233 = (when declared(
      struct_VkPresentRegionKHR):
    when ownSizeof(struct_VkPresentRegionKHR) !=
        ownSizeof(struct_VkPresentRegionKHR_1124077232):
      static :
        warning("Declaration of " & "struct_VkPresentRegionKHR" &
            " exists but with different size")
    struct_VkPresentRegionKHR
  else:
    struct_VkPresentRegionKHR_1124077232)
  VkIndirectStateFlagsNV_1124080021 = (when declared(VkIndirectStateFlagsNV):
    when ownSizeof(VkIndirectStateFlagsNV) != ownSizeof(VkIndirectStateFlagsNV_1124080020):
      static :
        warning("Declaration of " & "VkIndirectStateFlagsNV" &
            " exists but with different size")
    VkIndirectStateFlagsNV
  else:
    VkIndirectStateFlagsNV_1124080020)
  VkVideoEncodeH264NaluSliceInfoKHR_1124076867 = (when declared(
      VkVideoEncodeH264NaluSliceInfoKHR):
    when ownSizeof(VkVideoEncodeH264NaluSliceInfoKHR) !=
        ownSizeof(VkVideoEncodeH264NaluSliceInfoKHR_1124076866):
      static :
        warning("Declaration of " & "VkVideoEncodeH264NaluSliceInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264NaluSliceInfoKHR
  else:
    VkVideoEncodeH264NaluSliceInfoKHR_1124076866)
  PFN_vkDestroyFramebuffer_1124075115 = (when declared(PFN_vkDestroyFramebuffer):
    when ownSizeof(PFN_vkDestroyFramebuffer) !=
        ownSizeof(PFN_vkDestroyFramebuffer_1124075114):
      static :
        warning("Declaration of " & "PFN_vkDestroyFramebuffer" &
            " exists but with different size")
    PFN_vkDestroyFramebuffer
  else:
    PFN_vkDestroyFramebuffer_1124075114)
  VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078271 = (when declared(
      VkVideoEncodeAV1QualityLevelPropertiesKHR):
    when ownSizeof(VkVideoEncodeAV1QualityLevelPropertiesKHR) !=
        ownSizeof(VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078270):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1QualityLevelPropertiesKHR" &
            " exists but with different size")
    VkVideoEncodeAV1QualityLevelPropertiesKHR
  else:
    VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078270)
  VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079763 = (when declared(
      VkPhysicalDeviceMemoryPriorityFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMemoryPriorityFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079762):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMemoryPriorityFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMemoryPriorityFeaturesEXT
  else:
    VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079762)
  VkSamplerYcbcrConversionInfoKHR_1124077487 = (when declared(
      VkSamplerYcbcrConversionInfoKHR):
    when ownSizeof(VkSamplerYcbcrConversionInfoKHR) !=
        ownSizeof(VkSamplerYcbcrConversionInfoKHR_1124077486):
      static :
        warning("Declaration of " & "VkSamplerYcbcrConversionInfoKHR" &
            " exists but with different size")
    VkSamplerYcbcrConversionInfoKHR
  else:
    VkSamplerYcbcrConversionInfoKHR_1124077486)
  struct_VkLatencySleepInfoNV_1124081667 = (when declared(
      struct_VkLatencySleepInfoNV):
    when ownSizeof(struct_VkLatencySleepInfoNV) !=
        ownSizeof(struct_VkLatencySleepInfoNV_1124081666):
      static :
        warning("Declaration of " & "struct_VkLatencySleepInfoNV" &
            " exists but with different size")
    struct_VkLatencySleepInfoNV
  else:
    struct_VkLatencySleepInfoNV_1124081666)
  VkFramebufferCreateFlags_1124074421 = (when declared(VkFramebufferCreateFlags):
    when ownSizeof(VkFramebufferCreateFlags) !=
        ownSizeof(VkFramebufferCreateFlags_1124074420):
      static :
        warning("Declaration of " & "VkFramebufferCreateFlags" &
            " exists but with different size")
    VkFramebufferCreateFlags
  else:
    VkFramebufferCreateFlags_1124074420)
  VkPhysicalDeviceShaderAtomicInt64Features_1124075717 = (when declared(
      VkPhysicalDeviceShaderAtomicInt64Features):
    when ownSizeof(VkPhysicalDeviceShaderAtomicInt64Features) !=
        ownSizeof(VkPhysicalDeviceShaderAtomicInt64Features_1124075716):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderAtomicInt64Features" &
            " exists but with different size")
    VkPhysicalDeviceShaderAtomicInt64Features
  else:
    VkPhysicalDeviceShaderAtomicInt64Features_1124075716)
  enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076921 = (when declared(
      enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076920):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR
  else:
    enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076920)
  struct_VkPipelineColorWriteCreateInfoEXT_1124080679 = (when declared(
      struct_VkPipelineColorWriteCreateInfoEXT):
    when ownSizeof(struct_VkPipelineColorWriteCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineColorWriteCreateInfoEXT_1124080678):
      static :
        warning("Declaration of " & "struct_VkPipelineColorWriteCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineColorWriteCreateInfoEXT
  else:
    struct_VkPipelineColorWriteCreateInfoEXT_1124080678)
  VkWriteDescriptorSetTensorARM_1124081287 = (when declared(
      VkWriteDescriptorSetTensorARM):
    when ownSizeof(VkWriteDescriptorSetTensorARM) !=
        ownSizeof(VkWriteDescriptorSetTensorARM_1124081286):
      static :
        warning("Declaration of " & "VkWriteDescriptorSetTensorARM" &
            " exists but with different size")
    VkWriteDescriptorSetTensorARM
  else:
    VkWriteDescriptorSetTensorARM_1124081286)
  VkPipelineInfoKHR_1124077713 = (when declared(VkPipelineInfoKHR):
    when ownSizeof(VkPipelineInfoKHR) != ownSizeof(VkPipelineInfoKHR_1124077712):
      static :
        warning("Declaration of " & "VkPipelineInfoKHR" &
            " exists but with different size")
    VkPipelineInfoKHR
  else:
    VkPipelineInfoKHR_1124077712)
  PFN_vkGetDrmDisplayEXT_1124080155 = (when declared(PFN_vkGetDrmDisplayEXT):
    when ownSizeof(PFN_vkGetDrmDisplayEXT) != ownSizeof(PFN_vkGetDrmDisplayEXT_1124080154):
      static :
        warning("Declaration of " & "PFN_vkGetDrmDisplayEXT" &
            " exists but with different size")
    PFN_vkGetDrmDisplayEXT
  else:
    PFN_vkGetDrmDisplayEXT_1124080154)
  struct_VkPhysicalDeviceShaderObjectFeaturesEXT_1124081519 = (when declared(
      struct_VkPhysicalDeviceShaderObjectFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderObjectFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderObjectFeaturesEXT_1124081518):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderObjectFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderObjectFeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderObjectFeaturesEXT_1124081518)
  struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079177 = (when declared(
      struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079176):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
  else:
    struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079176)
  VkExternalMemoryHandleTypeFlagsNV_1124078821 = (when declared(
      VkExternalMemoryHandleTypeFlagsNV):
    when ownSizeof(VkExternalMemoryHandleTypeFlagsNV) !=
        ownSizeof(VkExternalMemoryHandleTypeFlagsNV_1124078820):
      static :
        warning("Declaration of " & "VkExternalMemoryHandleTypeFlagsNV" &
            " exists but with different size")
    VkExternalMemoryHandleTypeFlagsNV
  else:
    VkExternalMemoryHandleTypeFlagsNV_1124078820)
  VkBindMemoryStatus_1124076291 = (when declared(VkBindMemoryStatus):
    when ownSizeof(VkBindMemoryStatus) != ownSizeof(VkBindMemoryStatus_1124076290):
      static :
        warning("Declaration of " & "VkBindMemoryStatus" &
            " exists but with different size")
    VkBindMemoryStatus
  else:
    VkBindMemoryStatus_1124076290)
  PFN_vkCmdSetPatchControlPointsEXT_1124080665 = (when declared(
      PFN_vkCmdSetPatchControlPointsEXT):
    when ownSizeof(PFN_vkCmdSetPatchControlPointsEXT) !=
        ownSizeof(PFN_vkCmdSetPatchControlPointsEXT_1124080664):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPatchControlPointsEXT" &
            " exists but with different size")
    PFN_vkCmdSetPatchControlPointsEXT
  else:
    PFN_vkCmdSetPatchControlPointsEXT_1124080664)
  PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT_1124081909 = (when declared(
      PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT):
    when ownSizeof(PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT) !=
        ownSizeof(PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT_1124081908):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT
  else:
    PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT_1124081908)
  enum_VkPipelineBindPoint_1124074089 = (when declared(enum_VkPipelineBindPoint):
    when ownSizeof(enum_VkPipelineBindPoint) !=
        ownSizeof(enum_VkPipelineBindPoint_1124074088):
      static :
        warning("Declaration of " & "enum_VkPipelineBindPoint" &
            " exists but with different size")
    enum_VkPipelineBindPoint
  else:
    enum_VkPipelineBindPoint_1124074088)
  VkClusterAccelerationStructureIndexFormatFlagsNV_1124082051 = (when declared(
      VkClusterAccelerationStructureIndexFormatFlagsNV):
    when ownSizeof(VkClusterAccelerationStructureIndexFormatFlagsNV) !=
        ownSizeof(VkClusterAccelerationStructureIndexFormatFlagsNV_1124082050):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureIndexFormatFlagsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureIndexFormatFlagsNV
  else:
    VkClusterAccelerationStructureIndexFormatFlagsNV_1124082050)
  struct_VkFormatProperties3_1124075991 = (when declared(
      struct_VkFormatProperties3):
    when ownSizeof(struct_VkFormatProperties3) !=
        ownSizeof(struct_VkFormatProperties3_1124075990):
      static :
        warning("Declaration of " & "struct_VkFormatProperties3" &
            " exists but with different size")
    struct_VkFormatProperties3
  else:
    struct_VkFormatProperties3_1124075990)
  VkDeviceFaultVendorInfoEXT_1124080499 = (when declared(
      VkDeviceFaultVendorInfoEXT):
    when ownSizeof(VkDeviceFaultVendorInfoEXT) !=
        ownSizeof(VkDeviceFaultVendorInfoEXT_1124080498):
      static :
        warning("Declaration of " & "VkDeviceFaultVendorInfoEXT" &
            " exists but with different size")
    VkDeviceFaultVendorInfoEXT
  else:
    VkDeviceFaultVendorInfoEXT_1124080498)
  PFN_vkGetSwapchainCounterEXT_1124078951 = (when declared(
      PFN_vkGetSwapchainCounterEXT):
    when ownSizeof(PFN_vkGetSwapchainCounterEXT) !=
        ownSizeof(PFN_vkGetSwapchainCounterEXT_1124078950):
      static :
        warning("Declaration of " & "PFN_vkGetSwapchainCounterEXT" &
            " exists but with different size")
    PFN_vkGetSwapchainCounterEXT
  else:
    PFN_vkGetSwapchainCounterEXT_1124078950)
  PFN_vkGetMemoryWin32HandleNV_1124082735 = (when declared(
      PFN_vkGetMemoryWin32HandleNV):
    when ownSizeof(PFN_vkGetMemoryWin32HandleNV) !=
        ownSizeof(PFN_vkGetMemoryWin32HandleNV_1124082734):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryWin32HandleNV" &
            " exists but with different size")
    PFN_vkGetMemoryWin32HandleNV
  else:
    PFN_vkGetMemoryWin32HandleNV_1124082734)
  struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081567 = (when declared(
      struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081566):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
  else:
    struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081566)
  struct_VkDebugUtilsObjectTagInfoEXT_1124079089 = (when declared(
      struct_VkDebugUtilsObjectTagInfoEXT):
    when ownSizeof(struct_VkDebugUtilsObjectTagInfoEXT) !=
        ownSizeof(struct_VkDebugUtilsObjectTagInfoEXT_1124079088):
      static :
        warning("Declaration of " & "struct_VkDebugUtilsObjectTagInfoEXT" &
            " exists but with different size")
    struct_VkDebugUtilsObjectTagInfoEXT
  else:
    struct_VkDebugUtilsObjectTagInfoEXT_1124079088)
  VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082383 = (when declared(
      VkPhysicalDevicePerformanceCountersByRegionPropertiesARM):
    when ownSizeof(VkPhysicalDevicePerformanceCountersByRegionPropertiesARM) !=
        ownSizeof(VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082382):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePerformanceCountersByRegionPropertiesARM" &
            " exists but with different size")
    VkPhysicalDevicePerformanceCountersByRegionPropertiesARM
  else:
    VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082382)
  struct_StdVideoDecodeH265PictureInfo_1124082939 = (when declared(
      struct_StdVideoDecodeH265PictureInfo):
    when ownSizeof(struct_StdVideoDecodeH265PictureInfo) !=
        ownSizeof(struct_StdVideoDecodeH265PictureInfo_1124082938):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeH265PictureInfo" &
            " exists but with different size")
    struct_StdVideoDecodeH265PictureInfo
  else:
    struct_StdVideoDecodeH265PictureInfo_1124082938)
  enum_StdVideoAV1TxMode_1124083209 = (when declared(enum_StdVideoAV1TxMode):
    when ownSizeof(enum_StdVideoAV1TxMode) != ownSizeof(enum_StdVideoAV1TxMode_1124083208):
      static :
        warning("Declaration of " & "enum_StdVideoAV1TxMode" &
            " exists but with different size")
    enum_StdVideoAV1TxMode
  else:
    enum_StdVideoAV1TxMode_1124083208)
  struct_VkPushConstantsInfo_1124076357 = (when declared(
      struct_VkPushConstantsInfo):
    when ownSizeof(struct_VkPushConstantsInfo) !=
        ownSizeof(struct_VkPushConstantsInfo_1124076356):
      static :
        warning("Declaration of " & "struct_VkPushConstantsInfo" &
            " exists but with different size")
    struct_VkPushConstantsInfo
  else:
    struct_VkPushConstantsInfo_1124076356)
  PFN_vkCmdCopyImage2_1124076133 = (when declared(PFN_vkCmdCopyImage2):
    when ownSizeof(PFN_vkCmdCopyImage2) != ownSizeof(PFN_vkCmdCopyImage2_1124076132):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyImage2" &
            " exists but with different size")
    PFN_vkCmdCopyImage2
  else:
    PFN_vkCmdCopyImage2_1124076132)
  VkMemoryHeap_1124074519 = (when declared(VkMemoryHeap):
    when ownSizeof(VkMemoryHeap) != ownSizeof(VkMemoryHeap_1124074518):
      static :
        warning("Declaration of " & "VkMemoryHeap" &
            " exists but with different size")
    VkMemoryHeap
  else:
    VkMemoryHeap_1124074518)
  VkRayTracingPipelineCreateInfoNV_1124079391 = (when declared(
      VkRayTracingPipelineCreateInfoNV):
    when ownSizeof(VkRayTracingPipelineCreateInfoNV) !=
        ownSizeof(VkRayTracingPipelineCreateInfoNV_1124079390):
      static :
        warning("Declaration of " & "VkRayTracingPipelineCreateInfoNV" &
            " exists but with different size")
    VkRayTracingPipelineCreateInfoNV
  else:
    VkRayTracingPipelineCreateInfoNV_1124079390)
  struct_VkPipelinePropertiesIdentifierEXT_1124080625 = (when declared(
      struct_VkPipelinePropertiesIdentifierEXT):
    when ownSizeof(struct_VkPipelinePropertiesIdentifierEXT) !=
        ownSizeof(struct_VkPipelinePropertiesIdentifierEXT_1124080624):
      static :
        warning("Declaration of " & "struct_VkPipelinePropertiesIdentifierEXT" &
            " exists but with different size")
    struct_VkPipelinePropertiesIdentifierEXT
  else:
    struct_VkPipelinePropertiesIdentifierEXT_1124080624)
  PFN_vkCmdSetSampleMaskEXT_1124081145 = (when declared(
      PFN_vkCmdSetSampleMaskEXT):
    when ownSizeof(PFN_vkCmdSetSampleMaskEXT) !=
        ownSizeof(PFN_vkCmdSetSampleMaskEXT_1124081144):
      static :
        warning("Declaration of " & "PFN_vkCmdSetSampleMaskEXT" &
            " exists but with different size")
    PFN_vkCmdSetSampleMaskEXT
  else:
    PFN_vkCmdSetSampleMaskEXT_1124081144)
  VkCopyImageToBufferInfo2KHR_1124077925 = (when declared(
      VkCopyImageToBufferInfo2KHR):
    when ownSizeof(VkCopyImageToBufferInfo2KHR) !=
        ownSizeof(VkCopyImageToBufferInfo2KHR_1124077924):
      static :
        warning("Declaration of " & "VkCopyImageToBufferInfo2KHR" &
            " exists but with different size")
    VkCopyImageToBufferInfo2KHR
  else:
    VkCopyImageToBufferInfo2KHR_1124077924)
  struct_VkPhysicalDeviceMaintenance9FeaturesKHR_1124078577 = (when declared(
      struct_VkPhysicalDeviceMaintenance9FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance9FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance9FeaturesKHR_1124078576):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance9FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance9FeaturesKHR
  else:
    struct_VkPhysicalDeviceMaintenance9FeaturesKHR_1124078576)
  VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT_1124080105 = (when declared(
      VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT_1124080104):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT
  else:
    VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT_1124080104)
  struct_VkDrawMeshTasksIndirectCommandNV_1124079573 = (when declared(
      struct_VkDrawMeshTasksIndirectCommandNV):
    when ownSizeof(struct_VkDrawMeshTasksIndirectCommandNV) !=
        ownSizeof(struct_VkDrawMeshTasksIndirectCommandNV_1124079572):
      static :
        warning("Declaration of " & "struct_VkDrawMeshTasksIndirectCommandNV" &
            " exists but with different size")
    struct_VkDrawMeshTasksIndirectCommandNV
  else:
    struct_VkDrawMeshTasksIndirectCommandNV_1124079572)
  struct_StdVideoH264HrdParameters_1124083313 = (when declared(
      struct_StdVideoH264HrdParameters):
    when ownSizeof(struct_StdVideoH264HrdParameters) !=
        ownSizeof(struct_StdVideoH264HrdParameters_1124083312):
      static :
        warning("Declaration of " & "struct_StdVideoH264HrdParameters" &
            " exists but with different size")
    struct_StdVideoH264HrdParameters
  else:
    struct_StdVideoH264HrdParameters_1124083312)
  VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080911 = (when declared(
      VkSamplerBorderColorComponentMappingCreateInfoEXT):
    when ownSizeof(VkSamplerBorderColorComponentMappingCreateInfoEXT) !=
        ownSizeof(VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080910):
      static :
        warning("Declaration of " &
            "VkSamplerBorderColorComponentMappingCreateInfoEXT" &
            " exists but with different size")
    VkSamplerBorderColorComponentMappingCreateInfoEXT
  else:
    VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080910)
  enum_StdVideoAV1Profile_1124082943 = (when declared(enum_StdVideoAV1Profile):
    when ownSizeof(enum_StdVideoAV1Profile) !=
        ownSizeof(enum_StdVideoAV1Profile_1124082942):
      static :
        warning("Declaration of " & "enum_StdVideoAV1Profile" &
            " exists but with different size")
    enum_StdVideoAV1Profile
  else:
    enum_StdVideoAV1Profile_1124082942)
  VkVideoEncodeH265StdFlagBitsKHR_1124076911 = (when declared(
      VkVideoEncodeH265StdFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH265StdFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH265StdFlagBitsKHR_1124076910):
      static :
        warning("Declaration of " & "VkVideoEncodeH265StdFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH265StdFlagBitsKHR
  else:
    VkVideoEncodeH265StdFlagBitsKHR_1124076910)
  VkSurfaceCapabilities2KHR_1124077409 = (when declared(
      VkSurfaceCapabilities2KHR):
    when ownSizeof(VkSurfaceCapabilities2KHR) !=
        ownSizeof(VkSurfaceCapabilities2KHR_1124077408):
      static :
        warning("Declaration of " & "VkSurfaceCapabilities2KHR" &
            " exists but with different size")
    VkSurfaceCapabilities2KHR
  else:
    VkSurfaceCapabilities2KHR_1124077408)
  VkVideoEncodeIntraRefreshInfoKHR_1124078479 = (when declared(
      VkVideoEncodeIntraRefreshInfoKHR):
    when ownSizeof(VkVideoEncodeIntraRefreshInfoKHR) !=
        ownSizeof(VkVideoEncodeIntraRefreshInfoKHR_1124078478):
      static :
        warning("Declaration of " & "VkVideoEncodeIntraRefreshInfoKHR" &
            " exists but with different size")
    VkVideoEncodeIntraRefreshInfoKHR
  else:
    VkVideoEncodeIntraRefreshInfoKHR_1124078478)
  VkDeviceGroupPresentCapabilitiesKHR_1124076543 = (when declared(
      VkDeviceGroupPresentCapabilitiesKHR):
    when ownSizeof(VkDeviceGroupPresentCapabilitiesKHR) !=
        ownSizeof(VkDeviceGroupPresentCapabilitiesKHR_1124076542):
      static :
        warning("Declaration of " & "VkDeviceGroupPresentCapabilitiesKHR" &
            " exists but with different size")
    VkDeviceGroupPresentCapabilitiesKHR
  else:
    VkDeviceGroupPresentCapabilitiesKHR_1124076542)
  VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081105 = (when declared(
      VkPhysicalDeviceImageProcessingFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceImageProcessingFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081104):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageProcessingFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceImageProcessingFeaturesQCOM
  else:
    VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081104)
  PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM_1124081377 = (when declared(
      PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM_1124081376):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM
  else:
    PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM_1124081376)
  struct_VkGeometryAABBNV_1124079397 = (when declared(struct_VkGeometryAABBNV):
    when ownSizeof(struct_VkGeometryAABBNV) !=
        ownSizeof(struct_VkGeometryAABBNV_1124079396):
      static :
        warning("Declaration of " & "struct_VkGeometryAABBNV" &
            " exists but with different size")
    struct_VkGeometryAABBNV
  else:
    struct_VkGeometryAABBNV_1124079396)
  VkIndirectCommandsVertexBufferTokenEXT_1124082257 = (when declared(
      VkIndirectCommandsVertexBufferTokenEXT):
    when ownSizeof(VkIndirectCommandsVertexBufferTokenEXT) !=
        ownSizeof(VkIndirectCommandsVertexBufferTokenEXT_1124082256):
      static :
        warning("Declaration of " & "VkIndirectCommandsVertexBufferTokenEXT" &
            " exists but with different size")
    VkIndirectCommandsVertexBufferTokenEXT
  else:
    VkIndirectCommandsVertexBufferTokenEXT_1124082256)
  VkPipelineColorBlendAttachmentState_1124074827 = (when declared(
      VkPipelineColorBlendAttachmentState):
    when ownSizeof(VkPipelineColorBlendAttachmentState) !=
        ownSizeof(VkPipelineColorBlendAttachmentState_1124074826):
      static :
        warning("Declaration of " & "VkPipelineColorBlendAttachmentState" &
            " exists but with different size")
    VkPipelineColorBlendAttachmentState
  else:
    VkPipelineColorBlendAttachmentState_1124074826)
  struct_VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078857 = (when declared(
      struct_VkPhysicalDeviceASTCDecodeFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceASTCDecodeFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078856):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceASTCDecodeFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceASTCDecodeFeaturesEXT
  else:
    struct_VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078856)
  struct_VkDisplayModeParametersKHR_1124076585 = (when declared(
      struct_VkDisplayModeParametersKHR):
    when ownSizeof(struct_VkDisplayModeParametersKHR) !=
        ownSizeof(struct_VkDisplayModeParametersKHR_1124076584):
      static :
        warning("Declaration of " & "struct_VkDisplayModeParametersKHR" &
            " exists but with different size")
    struct_VkDisplayModeParametersKHR
  else:
    struct_VkDisplayModeParametersKHR_1124076584)
  VkVideoEncodeAV1PredictionModeKHR_1124078227 = (when declared(
      VkVideoEncodeAV1PredictionModeKHR):
    when ownSizeof(VkVideoEncodeAV1PredictionModeKHR) !=
        ownSizeof(VkVideoEncodeAV1PredictionModeKHR_1124078226):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1PredictionModeKHR" &
            " exists but with different size")
    VkVideoEncodeAV1PredictionModeKHR
  else:
    VkVideoEncodeAV1PredictionModeKHR_1124078226)
  VkAttachmentLoadOp_1124074131 = (when declared(VkAttachmentLoadOp):
    when ownSizeof(VkAttachmentLoadOp) != ownSizeof(VkAttachmentLoadOp_1124074130):
      static :
        warning("Declaration of " & "VkAttachmentLoadOp" &
            " exists but with different size")
    VkAttachmentLoadOp
  else:
    VkAttachmentLoadOp_1124074130)
  struct_VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080715 = (when declared(
      struct_VkVideoEncodeRgbConversionCapabilitiesVALVE):
    when ownSizeof(struct_VkVideoEncodeRgbConversionCapabilitiesVALVE) !=
        ownSizeof(struct_VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080714):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeRgbConversionCapabilitiesVALVE" &
            " exists but with different size")
    struct_VkVideoEncodeRgbConversionCapabilitiesVALVE
  else:
    struct_VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080714)
  VkBufferImageCopy2_1124075977 = (when declared(VkBufferImageCopy2):
    when ownSizeof(VkBufferImageCopy2) != ownSizeof(VkBufferImageCopy2_1124075976):
      static :
        warning("Declaration of " & "VkBufferImageCopy2" &
            " exists but with different size")
    VkBufferImageCopy2
  else:
    VkBufferImageCopy2_1124075976)
  PFN_vkCreateIndirectCommandsLayoutNV_1124080089 = (when declared(
      PFN_vkCreateIndirectCommandsLayoutNV):
    when ownSizeof(PFN_vkCreateIndirectCommandsLayoutNV) !=
        ownSizeof(PFN_vkCreateIndirectCommandsLayoutNV_1124080088):
      static :
        warning("Declaration of " & "PFN_vkCreateIndirectCommandsLayoutNV" &
            " exists but with different size")
    PFN_vkCreateIndirectCommandsLayoutNV
  else:
    PFN_vkCreateIndirectCommandsLayoutNV_1124080088)
  struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079889 = (when declared(
      struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079888):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079888)
  VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080607 = (when declared(
      VkPhysicalDeviceInvocationMaskFeaturesHUAWEI):
    when ownSizeof(VkPhysicalDeviceInvocationMaskFeaturesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080606):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceInvocationMaskFeaturesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceInvocationMaskFeaturesHUAWEI
  else:
    VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080606)
  VkPushDescriptorSetWithTemplateInfo_1124076367 = (when declared(
      VkPushDescriptorSetWithTemplateInfo):
    when ownSizeof(VkPushDescriptorSetWithTemplateInfo) !=
        ownSizeof(VkPushDescriptorSetWithTemplateInfo_1124076366):
      static :
        warning("Declaration of " & "VkPushDescriptorSetWithTemplateInfo" &
            " exists but with different size")
    VkPushDescriptorSetWithTemplateInfo
  else:
    VkPushDescriptorSetWithTemplateInfo_1124076366)
  PFN_vkCreateDevice_1124074915 = (when declared(PFN_vkCreateDevice):
    when ownSizeof(PFN_vkCreateDevice) != ownSizeof(PFN_vkCreateDevice_1124074914):
      static :
        warning("Declaration of " & "PFN_vkCreateDevice" &
            " exists but with different size")
    PFN_vkCreateDevice
  else:
    PFN_vkCreateDevice_1124074914)
  VkDeviceEventTypeEXT_1124078923 = (when declared(VkDeviceEventTypeEXT):
    when ownSizeof(VkDeviceEventTypeEXT) != ownSizeof(VkDeviceEventTypeEXT_1124078922):
      static :
        warning("Declaration of " & "VkDeviceEventTypeEXT" &
            " exists but with different size")
    VkDeviceEventTypeEXT
  else:
    VkDeviceEventTypeEXT_1124078922)
  VkDispatchTileInfoQCOM_1124080247 = (when declared(VkDispatchTileInfoQCOM):
    when ownSizeof(VkDispatchTileInfoQCOM) != ownSizeof(VkDispatchTileInfoQCOM_1124080246):
      static :
        warning("Declaration of " & "VkDispatchTileInfoQCOM" &
            " exists but with different size")
    VkDispatchTileInfoQCOM
  else:
    VkDispatchTileInfoQCOM_1124080246)
  enum_StdVideoAV1InterpolationFilter_1124083207 = (when declared(
      enum_StdVideoAV1InterpolationFilter):
    when ownSizeof(enum_StdVideoAV1InterpolationFilter) !=
        ownSizeof(enum_StdVideoAV1InterpolationFilter_1124083206):
      static :
        warning("Declaration of " & "enum_StdVideoAV1InterpolationFilter" &
            " exists but with different size")
    enum_StdVideoAV1InterpolationFilter
  else:
    enum_StdVideoAV1InterpolationFilter_1124083206)
  VkExternalMemoryFeatureFlagBits_1124075217 = (when declared(
      VkExternalMemoryFeatureFlagBits):
    when ownSizeof(VkExternalMemoryFeatureFlagBits) !=
        ownSizeof(VkExternalMemoryFeatureFlagBits_1124075216):
      static :
        warning("Declaration of " & "VkExternalMemoryFeatureFlagBits" &
            " exists but with different size")
    VkExternalMemoryFeatureFlagBits
  else:
    VkExternalMemoryFeatureFlagBits_1124075216)
  PFN_vkGetDeviceBufferMemoryRequirementsKHR_1124077981 = (when declared(
      PFN_vkGetDeviceBufferMemoryRequirementsKHR):
    when ownSizeof(PFN_vkGetDeviceBufferMemoryRequirementsKHR) !=
        ownSizeof(PFN_vkGetDeviceBufferMemoryRequirementsKHR_1124077980):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceBufferMemoryRequirementsKHR" &
            " exists but with different size")
    PFN_vkGetDeviceBufferMemoryRequirementsKHR
  else:
    PFN_vkGetDeviceBufferMemoryRequirementsKHR_1124077980)
  VkSemaphoreTypeKHR_1124077583 = (when declared(VkSemaphoreTypeKHR):
    when ownSizeof(VkSemaphoreTypeKHR) != ownSizeof(VkSemaphoreTypeKHR_1124077582):
      static :
        warning("Declaration of " & "VkSemaphoreTypeKHR" &
            " exists but with different size")
    VkSemaphoreTypeKHR
  else:
    VkSemaphoreTypeKHR_1124077582)
  VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082221 = (when declared(
      VkGeneratedCommandsMemoryRequirementsInfoEXT):
    when ownSizeof(VkGeneratedCommandsMemoryRequirementsInfoEXT) !=
        ownSizeof(VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082220):
      static :
        warning("Declaration of " &
            "VkGeneratedCommandsMemoryRequirementsInfoEXT" &
            " exists but with different size")
    VkGeneratedCommandsMemoryRequirementsInfoEXT
  else:
    VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082220)
  PFN_vkInternalFreeNotification_1124074491 = (when declared(
      PFN_vkInternalFreeNotification):
    when ownSizeof(PFN_vkInternalFreeNotification) !=
        ownSizeof(PFN_vkInternalFreeNotification_1124074490):
      static :
        warning("Declaration of " & "PFN_vkInternalFreeNotification" &
            " exists but with different size")
    PFN_vkInternalFreeNotification
  else:
    PFN_vkInternalFreeNotification_1124074490)
  VkPhysicalDeviceIndexTypeUint8FeaturesKHR_1124078365 = (when declared(
      VkPhysicalDeviceIndexTypeUint8FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceIndexTypeUint8FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceIndexTypeUint8FeaturesKHR_1124078364):
      static :
        warning("Declaration of " & "VkPhysicalDeviceIndexTypeUint8FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceIndexTypeUint8FeaturesKHR
  else:
    VkPhysicalDeviceIndexTypeUint8FeaturesKHR_1124078364)
  PFN_vkGetMemoryWin32HandlePropertiesKHR_1124082685 = (when declared(
      PFN_vkGetMemoryWin32HandlePropertiesKHR):
    when ownSizeof(PFN_vkGetMemoryWin32HandlePropertiesKHR) !=
        ownSizeof(PFN_vkGetMemoryWin32HandlePropertiesKHR_1124082684):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryWin32HandlePropertiesKHR" &
            " exists but with different size")
    PFN_vkGetMemoryWin32HandlePropertiesKHR
  else:
    PFN_vkGetMemoryWin32HandlePropertiesKHR_1124082684)
  VkRenderPassAttachmentBeginInfo_1124075821 = (when declared(
      VkRenderPassAttachmentBeginInfo):
    when ownSizeof(VkRenderPassAttachmentBeginInfo) !=
        ownSizeof(VkRenderPassAttachmentBeginInfo_1124075820):
      static :
        warning("Declaration of " & "VkRenderPassAttachmentBeginInfo" &
            " exists but with different size")
    VkRenderPassAttachmentBeginInfo
  else:
    VkRenderPassAttachmentBeginInfo_1124075820)
  struct_VkVideoEncodeH264SessionParametersGetInfoKHR_1124076855 = (when declared(
      struct_VkVideoEncodeH264SessionParametersGetInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264SessionParametersGetInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264SessionParametersGetInfoKHR_1124076854):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264SessionParametersGetInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264SessionParametersGetInfoKHR
  else:
    struct_VkVideoEncodeH264SessionParametersGetInfoKHR_1124076854)
  VkTextureLODGatherFormatPropertiesAMD_1124078797 = (when declared(
      VkTextureLODGatherFormatPropertiesAMD):
    when ownSizeof(VkTextureLODGatherFormatPropertiesAMD) !=
        ownSizeof(VkTextureLODGatherFormatPropertiesAMD_1124078796):
      static :
        warning("Declaration of " & "VkTextureLODGatherFormatPropertiesAMD" &
            " exists but with different size")
    VkTextureLODGatherFormatPropertiesAMD
  else:
    VkTextureLODGatherFormatPropertiesAMD_1124078796)
  PFN_vkFreeCommandBuffers_1124075005 = (when declared(PFN_vkFreeCommandBuffers):
    when ownSizeof(PFN_vkFreeCommandBuffers) !=
        ownSizeof(PFN_vkFreeCommandBuffers_1124075004):
      static :
        warning("Declaration of " & "PFN_vkFreeCommandBuffers" &
            " exists but with different size")
    PFN_vkFreeCommandBuffers
  else:
    PFN_vkFreeCommandBuffers_1124075004)
  VkObjectType_1124074007 = (when declared(VkObjectType):
    when ownSizeof(VkObjectType) != ownSizeof(VkObjectType_1124074006):
      static :
        warning("Declaration of " & "VkObjectType" &
            " exists but with different size")
    VkObjectType
  else:
    VkObjectType_1124074006)
  VkExternalMemoryFeatureFlagBitsNV_1124078825 = (when declared(
      VkExternalMemoryFeatureFlagBitsNV):
    when ownSizeof(VkExternalMemoryFeatureFlagBitsNV) !=
        ownSizeof(VkExternalMemoryFeatureFlagBitsNV_1124078824):
      static :
        warning("Declaration of " & "VkExternalMemoryFeatureFlagBitsNV" &
            " exists but with different size")
    VkExternalMemoryFeatureFlagBitsNV
  else:
    VkExternalMemoryFeatureFlagBitsNV_1124078824)
  PFN_vkCmdOpticalFlowExecuteNV_1124081473 = (when declared(
      PFN_vkCmdOpticalFlowExecuteNV):
    when ownSizeof(PFN_vkCmdOpticalFlowExecuteNV) !=
        ownSizeof(PFN_vkCmdOpticalFlowExecuteNV_1124081472):
      static :
        warning("Declaration of " & "PFN_vkCmdOpticalFlowExecuteNV" &
            " exists but with different size")
    PFN_vkCmdOpticalFlowExecuteNV
  else:
    PFN_vkCmdOpticalFlowExecuteNV_1124081472)
  VkIndirectStateFlagBitsNV_1124080019 = (when declared(
      VkIndirectStateFlagBitsNV):
    when ownSizeof(VkIndirectStateFlagBitsNV) !=
        ownSizeof(VkIndirectStateFlagBitsNV_1124080018):
      static :
        warning("Declaration of " & "VkIndirectStateFlagBitsNV" &
            " exists but with different size")
    VkIndirectStateFlagBitsNV
  else:
    VkIndirectStateFlagBitsNV_1124080018)
  VkPhysicalDeviceShaderClockFeaturesKHR_1124077527 = (when declared(
      VkPhysicalDeviceShaderClockFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderClockFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderClockFeaturesKHR_1124077526):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderClockFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderClockFeaturesKHR
  else:
    VkPhysicalDeviceShaderClockFeaturesKHR_1124077526)
  enum_VkOpacityMicromapSpecialIndexEXT_1124080785 = (when declared(
      enum_VkOpacityMicromapSpecialIndexEXT):
    when ownSizeof(enum_VkOpacityMicromapSpecialIndexEXT) !=
        ownSizeof(enum_VkOpacityMicromapSpecialIndexEXT_1124080784):
      static :
        warning("Declaration of " & "enum_VkOpacityMicromapSpecialIndexEXT" &
            " exists but with different size")
    enum_VkOpacityMicromapSpecialIndexEXT
  else:
    enum_VkOpacityMicromapSpecialIndexEXT_1124080784)
  VkBufferDeviceAddressCreateInfoEXT_1124079783 = (when declared(
      VkBufferDeviceAddressCreateInfoEXT):
    when ownSizeof(VkBufferDeviceAddressCreateInfoEXT) !=
        ownSizeof(VkBufferDeviceAddressCreateInfoEXT_1124079782):
      static :
        warning("Declaration of " & "VkBufferDeviceAddressCreateInfoEXT" &
            " exists but with different size")
    VkBufferDeviceAddressCreateInfoEXT
  else:
    VkBufferDeviceAddressCreateInfoEXT_1124079782)
  VkPrivateDataSlotCreateFlags_1124075871 = (when declared(
      VkPrivateDataSlotCreateFlags):
    when ownSizeof(VkPrivateDataSlotCreateFlags) !=
        ownSizeof(VkPrivateDataSlotCreateFlags_1124075870):
      static :
        warning("Declaration of " & "VkPrivateDataSlotCreateFlags" &
            " exists but with different size")
    VkPrivateDataSlotCreateFlags
  else:
    VkPrivateDataSlotCreateFlags_1124075870)
  struct_VkPhysicalDeviceDriverProperties_1124075655 = (when declared(
      struct_VkPhysicalDeviceDriverProperties):
    when ownSizeof(struct_VkPhysicalDeviceDriverProperties) !=
        ownSizeof(struct_VkPhysicalDeviceDriverProperties_1124075654):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceDriverProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceDriverProperties
  else:
    struct_VkPhysicalDeviceDriverProperties_1124075654)
  struct_VkMemoryPriorityAllocateInfoEXT_1124079765 = (when declared(
      struct_VkMemoryPriorityAllocateInfoEXT):
    when ownSizeof(struct_VkMemoryPriorityAllocateInfoEXT) !=
        ownSizeof(struct_VkMemoryPriorityAllocateInfoEXT_1124079764):
      static :
        warning("Declaration of " & "struct_VkMemoryPriorityAllocateInfoEXT" &
            " exists but with different size")
    struct_VkMemoryPriorityAllocateInfoEXT
  else:
    struct_VkMemoryPriorityAllocateInfoEXT_1124079764)
  struct_VkSurfaceCapabilitiesPresentId2KHR_1124078025 = (when declared(
      struct_VkSurfaceCapabilitiesPresentId2KHR):
    when ownSizeof(struct_VkSurfaceCapabilitiesPresentId2KHR) !=
        ownSizeof(struct_VkSurfaceCapabilitiesPresentId2KHR_1124078024):
      static :
        warning("Declaration of " & "struct_VkSurfaceCapabilitiesPresentId2KHR" &
            " exists but with different size")
    struct_VkSurfaceCapabilitiesPresentId2KHR
  else:
    struct_VkSurfaceCapabilitiesPresentId2KHR_1124078024)
  struct_VkWriteIndirectExecutionSetPipelineEXT_1124082247 = (when declared(
      struct_VkWriteIndirectExecutionSetPipelineEXT):
    when ownSizeof(struct_VkWriteIndirectExecutionSetPipelineEXT) !=
        ownSizeof(struct_VkWriteIndirectExecutionSetPipelineEXT_1124082246):
      static :
        warning("Declaration of " &
            "struct_VkWriteIndirectExecutionSetPipelineEXT" &
            " exists but with different size")
    struct_VkWriteIndirectExecutionSetPipelineEXT
  else:
    struct_VkWriteIndirectExecutionSetPipelineEXT_1124082246)
  VkPhysicalDeviceShaderIntegerDotProductProperties_1124076073 = (when declared(
      VkPhysicalDeviceShaderIntegerDotProductProperties):
    when ownSizeof(VkPhysicalDeviceShaderIntegerDotProductProperties) !=
        ownSizeof(VkPhysicalDeviceShaderIntegerDotProductProperties_1124076072):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderIntegerDotProductProperties" &
            " exists but with different size")
    VkPhysicalDeviceShaderIntegerDotProductProperties
  else:
    VkPhysicalDeviceShaderIntegerDotProductProperties_1124076072)
  VkPhysicalDeviceVulkan14Features_1124076227 = (when declared(
      VkPhysicalDeviceVulkan14Features):
    when ownSizeof(VkPhysicalDeviceVulkan14Features) !=
        ownSizeof(VkPhysicalDeviceVulkan14Features_1124076226):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan14Features" &
            " exists but with different size")
    VkPhysicalDeviceVulkan14Features
  else:
    VkPhysicalDeviceVulkan14Features_1124076226)
  VkTimelineSemaphoreSubmitInfo_1124075681 = (when declared(
      VkTimelineSemaphoreSubmitInfo):
    when ownSizeof(VkTimelineSemaphoreSubmitInfo) !=
        ownSizeof(VkTimelineSemaphoreSubmitInfo_1124075680):
      static :
        warning("Declaration of " & "VkTimelineSemaphoreSubmitInfo" &
            " exists but with different size")
    VkTimelineSemaphoreSubmitInfo
  else:
    VkTimelineSemaphoreSubmitInfo_1124075680)
  VkPhysicalDeviceProperties2_1124075339 = (when declared(
      VkPhysicalDeviceProperties2):
    when ownSizeof(VkPhysicalDeviceProperties2) !=
        ownSizeof(VkPhysicalDeviceProperties2_1124075338):
      static :
        warning("Declaration of " & "VkPhysicalDeviceProperties2" &
            " exists but with different size")
    VkPhysicalDeviceProperties2
  else:
    VkPhysicalDeviceProperties2_1124075338)
  VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077853 = (when declared(
      VkVideoEncodeSessionParametersFeedbackInfoKHR):
    when ownSizeof(VkVideoEncodeSessionParametersFeedbackInfoKHR) !=
        ownSizeof(VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077852):
      static :
        warning("Declaration of " &
            "VkVideoEncodeSessionParametersFeedbackInfoKHR" &
            " exists but with different size")
    VkVideoEncodeSessionParametersFeedbackInfoKHR
  else:
    VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077852)
  VkColorBlendAdvancedEXT_1124081137 = (when declared(VkColorBlendAdvancedEXT):
    when ownSizeof(VkColorBlendAdvancedEXT) !=
        ownSizeof(VkColorBlendAdvancedEXT_1124081136):
      static :
        warning("Declaration of " & "VkColorBlendAdvancedEXT" &
            " exists but with different size")
    VkColorBlendAdvancedEXT
  else:
    VkColorBlendAdvancedEXT_1124081136)
  VkPhysicalDeviceImagelessFramebufferFeaturesKHR_1124077257 = (when declared(
      VkPhysicalDeviceImagelessFramebufferFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceImagelessFramebufferFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceImagelessFramebufferFeaturesKHR_1124077256):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImagelessFramebufferFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceImagelessFramebufferFeaturesKHR
  else:
    VkPhysicalDeviceImagelessFramebufferFeaturesKHR_1124077256)
  struct_StdVideoAV1TimingInfo_1124083201 = (when declared(
      struct_StdVideoAV1TimingInfo):
    when ownSizeof(struct_StdVideoAV1TimingInfo) !=
        ownSizeof(struct_StdVideoAV1TimingInfo_1124083200):
      static :
        warning("Declaration of " & "struct_StdVideoAV1TimingInfo" &
            " exists but with different size")
    struct_StdVideoAV1TimingInfo
  else:
    struct_StdVideoAV1TimingInfo_1124083200)
  VkComponentMapping_1124074643 = (when declared(VkComponentMapping):
    when ownSizeof(VkComponentMapping) != ownSizeof(VkComponentMapping_1124074642):
      static :
        warning("Declaration of " & "VkComponentMapping" &
            " exists but with different size")
    VkComponentMapping
  else:
    VkComponentMapping_1124074642)
  PFN_vkGetPipelineExecutablePropertiesKHR_1124077735 = (when declared(
      PFN_vkGetPipelineExecutablePropertiesKHR):
    when ownSizeof(PFN_vkGetPipelineExecutablePropertiesKHR) !=
        ownSizeof(PFN_vkGetPipelineExecutablePropertiesKHR_1124077734):
      static :
        warning("Declaration of " & "PFN_vkGetPipelineExecutablePropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPipelineExecutablePropertiesKHR
  else:
    PFN_vkGetPipelineExecutablePropertiesKHR_1124077734)
  PFN_vkCmdSetStencilTestEnable_1124076179 = (when declared(
      PFN_vkCmdSetStencilTestEnable):
    when ownSizeof(PFN_vkCmdSetStencilTestEnable) !=
        ownSizeof(PFN_vkCmdSetStencilTestEnable_1124076178):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilTestEnable" &
            " exists but with different size")
    PFN_vkCmdSetStencilTestEnable
  else:
    PFN_vkCmdSetStencilTestEnable_1124076178)
  struct_VkDeviceDiagnosticsConfigCreateInfoNV_1124080215 = (when declared(
      struct_VkDeviceDiagnosticsConfigCreateInfoNV):
    when ownSizeof(struct_VkDeviceDiagnosticsConfigCreateInfoNV) !=
        ownSizeof(struct_VkDeviceDiagnosticsConfigCreateInfoNV_1124080214):
      static :
        warning("Declaration of " &
            "struct_VkDeviceDiagnosticsConfigCreateInfoNV" &
            " exists but with different size")
    struct_VkDeviceDiagnosticsConfigCreateInfoNV
  else:
    struct_VkDeviceDiagnosticsConfigCreateInfoNV_1124080214)
  PFN_vkGetPhysicalDeviceImageFormatProperties_1124074903 = (when declared(
      PFN_vkGetPhysicalDeviceImageFormatProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceImageFormatProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceImageFormatProperties_1124074902):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceImageFormatProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceImageFormatProperties
  else:
    PFN_vkGetPhysicalDeviceImageFormatProperties_1124074902)
  struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080349 = (when declared(
      struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080348):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT
  else:
    struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080348)
  VkSemaphore_1124073948 = (when declared(VkSemaphore):
    when ownSizeof(VkSemaphore) != ownSizeof(VkSemaphore_1124073947):
      static :
        warning("Declaration of " & "VkSemaphore" &
            " exists but with different size")
    VkSemaphore
  else:
    VkSemaphore_1124073947)
  enum_VkScopeKHR_1124078169 = (when declared(enum_VkScopeKHR):
    when ownSizeof(enum_VkScopeKHR) != ownSizeof(enum_VkScopeKHR_1124078168):
      static :
        warning("Declaration of " & "enum_VkScopeKHR" &
            " exists but with different size")
    enum_VkScopeKHR
  else:
    enum_VkScopeKHR_1124078168)
  struct_VkMicromapBuildSizesInfoEXT_1124080849 = (when declared(
      struct_VkMicromapBuildSizesInfoEXT):
    when ownSizeof(struct_VkMicromapBuildSizesInfoEXT) !=
        ownSizeof(struct_VkMicromapBuildSizesInfoEXT_1124080848):
      static :
        warning("Declaration of " & "struct_VkMicromapBuildSizesInfoEXT" &
            " exists but with different size")
    struct_VkMicromapBuildSizesInfoEXT
  else:
    struct_VkMicromapBuildSizesInfoEXT_1124080848)
  struct_VkSwapchainPresentModesCreateInfoKHR_1124078147 = (when declared(
      struct_VkSwapchainPresentModesCreateInfoKHR):
    when ownSizeof(struct_VkSwapchainPresentModesCreateInfoKHR) !=
        ownSizeof(struct_VkSwapchainPresentModesCreateInfoKHR_1124078146):
      static :
        warning("Declaration of " &
            "struct_VkSwapchainPresentModesCreateInfoKHR" &
            " exists but with different size")
    struct_VkSwapchainPresentModesCreateInfoKHR
  else:
    struct_VkSwapchainPresentModesCreateInfoKHR_1124078146)
  VkDrmFormatModifierPropertiesEXT_1124079213 = (when declared(
      VkDrmFormatModifierPropertiesEXT):
    when ownSizeof(VkDrmFormatModifierPropertiesEXT) !=
        ownSizeof(VkDrmFormatModifierPropertiesEXT_1124079212):
      static :
        warning("Declaration of " & "VkDrmFormatModifierPropertiesEXT" &
            " exists but with different size")
    VkDrmFormatModifierPropertiesEXT
  else:
    VkDrmFormatModifierPropertiesEXT_1124079212)
  PFN_vkDestroyIndirectExecutionSetEXT_1124082315 = (when declared(
      PFN_vkDestroyIndirectExecutionSetEXT):
    when ownSizeof(PFN_vkDestroyIndirectExecutionSetEXT) !=
        ownSizeof(PFN_vkDestroyIndirectExecutionSetEXT_1124082314):
      static :
        warning("Declaration of " & "PFN_vkDestroyIndirectExecutionSetEXT" &
            " exists but with different size")
    PFN_vkDestroyIndirectExecutionSetEXT
  else:
    PFN_vkDestroyIndirectExecutionSetEXT_1124082314)
  VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079591 = (when declared(
      VkPipelineViewportExclusiveScissorStateCreateInfoNV):
    when ownSizeof(VkPipelineViewportExclusiveScissorStateCreateInfoNV) !=
        ownSizeof(VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079590):
      static :
        warning("Declaration of " &
            "VkPipelineViewportExclusiveScissorStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineViewportExclusiveScissorStateCreateInfoNV
  else:
    VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079590)
  PFN_vkGetDeviceProcAddr_1124074913 = (when declared(PFN_vkGetDeviceProcAddr):
    when ownSizeof(PFN_vkGetDeviceProcAddr) !=
        ownSizeof(PFN_vkGetDeviceProcAddr_1124074912):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceProcAddr" &
            " exists but with different size")
    PFN_vkGetDeviceProcAddr
  else:
    PFN_vkGetDeviceProcAddr_1124074912)
  VkVertexInputAttributeDescription_1124074787 = (when declared(
      VkVertexInputAttributeDescription):
    when ownSizeof(VkVertexInputAttributeDescription) !=
        ownSizeof(VkVertexInputAttributeDescription_1124074786):
      static :
        warning("Declaration of " & "VkVertexInputAttributeDescription" &
            " exists but with different size")
    VkVertexInputAttributeDescription
  else:
    VkVertexInputAttributeDescription_1124074786)
  VkCommandPoolTrimFlags_1124075207 = (when declared(VkCommandPoolTrimFlags):
    when ownSizeof(VkCommandPoolTrimFlags) != ownSizeof(VkCommandPoolTrimFlags_1124075206):
      static :
        warning("Declaration of " & "VkCommandPoolTrimFlags" &
            " exists but with different size")
    VkCommandPoolTrimFlags
  else:
    VkCommandPoolTrimFlags_1124075206)
  VkImageToMemoryCopy_1124076307 = (when declared(VkImageToMemoryCopy):
    when ownSizeof(VkImageToMemoryCopy) != ownSizeof(VkImageToMemoryCopy_1124076306):
      static :
        warning("Declaration of " & "VkImageToMemoryCopy" &
            " exists but with different size")
    VkImageToMemoryCopy
  else:
    VkImageToMemoryCopy_1124076306)
  VkResolveModeFlagBitsKHR_1124077575 = (when declared(VkResolveModeFlagBitsKHR):
    when ownSizeof(VkResolveModeFlagBitsKHR) !=
        ownSizeof(VkResolveModeFlagBitsKHR_1124077574):
      static :
        warning("Declaration of " & "VkResolveModeFlagBitsKHR" &
            " exists but with different size")
    VkResolveModeFlagBitsKHR
  else:
    VkResolveModeFlagBitsKHR_1124077574)
  struct_VkBufferImageCopy_1124074673 = (when declared(struct_VkBufferImageCopy):
    when ownSizeof(struct_VkBufferImageCopy) !=
        ownSizeof(struct_VkBufferImageCopy_1124074672):
      static :
        warning("Declaration of " & "struct_VkBufferImageCopy" &
            " exists but with different size")
    struct_VkBufferImageCopy
  else:
    struct_VkBufferImageCopy_1124074672)
  struct_VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081969 = (when declared(
      struct_VkPhysicalDeviceRawAccessChainsFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceRawAccessChainsFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081968):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRawAccessChainsFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRawAccessChainsFeaturesNV
  else:
    struct_VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081968)
  struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077653 = (when declared(
      struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077652):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077652)
  StdVideoAV1ColorPrimaries_1124083281 = (when declared(
      StdVideoAV1ColorPrimaries):
    when ownSizeof(StdVideoAV1ColorPrimaries) !=
        ownSizeof(StdVideoAV1ColorPrimaries_1124083280):
      static :
        warning("Declaration of " & "StdVideoAV1ColorPrimaries" &
            " exists but with different size")
    StdVideoAV1ColorPrimaries
  else:
    StdVideoAV1ColorPrimaries_1124083280)
  VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080765 = (when declared(
      VkPhysicalDeviceShaderTileImagePropertiesEXT):
    when ownSizeof(VkPhysicalDeviceShaderTileImagePropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080764):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderTileImagePropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderTileImagePropertiesEXT
  else:
    VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080764)
  VkRenderPassCreateFlags_1124074427 = (when declared(VkRenderPassCreateFlags):
    when ownSizeof(VkRenderPassCreateFlags) !=
        ownSizeof(VkRenderPassCreateFlags_1124074426):
      static :
        warning("Declaration of " & "VkRenderPassCreateFlags" &
            " exists but with different size")
    VkRenderPassCreateFlags
  else:
    VkRenderPassCreateFlags_1124074426)
  VkVideoSessionCreateInfoKHR_1124076733 = (when declared(
      VkVideoSessionCreateInfoKHR):
    when ownSizeof(VkVideoSessionCreateInfoKHR) !=
        ownSizeof(VkVideoSessionCreateInfoKHR_1124076732):
      static :
        warning("Declaration of " & "VkVideoSessionCreateInfoKHR" &
            " exists but with different size")
    VkVideoSessionCreateInfoKHR
  else:
    VkVideoSessionCreateInfoKHR_1124076732)
  VkPipelineColorWriteCreateInfoEXT_1124080681 = (when declared(
      VkPipelineColorWriteCreateInfoEXT):
    when ownSizeof(VkPipelineColorWriteCreateInfoEXT) !=
        ownSizeof(VkPipelineColorWriteCreateInfoEXT_1124080680):
      static :
        warning("Declaration of " & "VkPipelineColorWriteCreateInfoEXT" &
            " exists but with different size")
    VkPipelineColorWriteCreateInfoEXT
  else:
    VkPipelineColorWriteCreateInfoEXT_1124080680)
  PFN_vkGetExternalComputeQueueDataNV_1124081995 = (when declared(
      PFN_vkGetExternalComputeQueueDataNV):
    when ownSizeof(PFN_vkGetExternalComputeQueueDataNV) !=
        ownSizeof(PFN_vkGetExternalComputeQueueDataNV_1124081994):
      static :
        warning("Declaration of " & "PFN_vkGetExternalComputeQueueDataNV" &
            " exists but with different size")
    PFN_vkGetExternalComputeQueueDataNV
  else:
    PFN_vkGetExternalComputeQueueDataNV_1124081994)
  VkSemaphoreCreateFlags_1124074239 = (when declared(VkSemaphoreCreateFlags):
    when ownSizeof(VkSemaphoreCreateFlags) != ownSizeof(VkSemaphoreCreateFlags_1124074238):
      static :
        warning("Declaration of " & "VkSemaphoreCreateFlags" &
            " exists but with different size")
    VkSemaphoreCreateFlags
  else:
    VkSemaphoreCreateFlags_1124074238)
  VkClusterAccelerationStructureGeometryFlagBitsNV_1124082043 = (when declared(
      VkClusterAccelerationStructureGeometryFlagBitsNV):
    when ownSizeof(VkClusterAccelerationStructureGeometryFlagBitsNV) !=
        ownSizeof(VkClusterAccelerationStructureGeometryFlagBitsNV_1124082042):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureGeometryFlagBitsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureGeometryFlagBitsNV
  else:
    VkClusterAccelerationStructureGeometryFlagBitsNV_1124082042)
  VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080433 = (when declared(
      VkPhysicalDeviceFragmentDensityMap2FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMap2FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080432):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMap2FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMap2FeaturesEXT
  else:
    VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080432)
  VkPhysicalDeviceFragmentShadingRateKHR_1124077633 = (when declared(
      VkPhysicalDeviceFragmentShadingRateKHR):
    when ownSizeof(VkPhysicalDeviceFragmentShadingRateKHR) !=
        ownSizeof(VkPhysicalDeviceFragmentShadingRateKHR_1124077632):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFragmentShadingRateKHR" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShadingRateKHR
  else:
    VkPhysicalDeviceFragmentShadingRateKHR_1124077632)
  VkVideoDecodeAV1PictureInfoKHR_1124078217 = (when declared(
      VkVideoDecodeAV1PictureInfoKHR):
    when ownSizeof(VkVideoDecodeAV1PictureInfoKHR) !=
        ownSizeof(VkVideoDecodeAV1PictureInfoKHR_1124078216):
      static :
        warning("Declaration of " & "VkVideoDecodeAV1PictureInfoKHR" &
            " exists but with different size")
    VkVideoDecodeAV1PictureInfoKHR
  else:
    VkVideoDecodeAV1PictureInfoKHR_1124078216)
  PFN_vkGetShaderBinaryDataEXT_1124081541 = (when declared(
      PFN_vkGetShaderBinaryDataEXT):
    when ownSizeof(PFN_vkGetShaderBinaryDataEXT) !=
        ownSizeof(PFN_vkGetShaderBinaryDataEXT_1124081540):
      static :
        warning("Declaration of " & "PFN_vkGetShaderBinaryDataEXT" &
            " exists but with different size")
    PFN_vkGetShaderBinaryDataEXT
  else:
    PFN_vkGetShaderBinaryDataEXT_1124081540)
  VkClearValue_1124074871 = (when declared(VkClearValue):
    when ownSizeof(VkClearValue) != ownSizeof(VkClearValue_1124074870):
      static :
        warning("Declaration of " & "VkClearValue" &
            " exists but with different size")
    VkClearValue
  else:
    VkClearValue_1124074870)
  struct_VkPipelineViewportSwizzleStateCreateInfoNV_1124078991 = (when declared(
      struct_VkPipelineViewportSwizzleStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineViewportSwizzleStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineViewportSwizzleStateCreateInfoNV_1124078990):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportSwizzleStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineViewportSwizzleStateCreateInfoNV
  else:
    struct_VkPipelineViewportSwizzleStateCreateInfoNV_1124078990)
  PFN_vkCmdSetFrontFaceEXT_1124079905 = (when declared(PFN_vkCmdSetFrontFaceEXT):
    when ownSizeof(PFN_vkCmdSetFrontFaceEXT) !=
        ownSizeof(PFN_vkCmdSetFrontFaceEXT_1124079904):
      static :
        warning("Declaration of " & "PFN_vkCmdSetFrontFaceEXT" &
            " exists but with different size")
    PFN_vkCmdSetFrontFaceEXT
  else:
    PFN_vkCmdSetFrontFaceEXT_1124079904)
  VkAmigoProfilingSubmitInfoSEC_1124081565 = (when declared(
      VkAmigoProfilingSubmitInfoSEC):
    when ownSizeof(VkAmigoProfilingSubmitInfoSEC) !=
        ownSizeof(VkAmigoProfilingSubmitInfoSEC_1124081564):
      static :
        warning("Declaration of " & "VkAmigoProfilingSubmitInfoSEC" &
            " exists but with different size")
    VkAmigoProfilingSubmitInfoSEC
  else:
    VkAmigoProfilingSubmitInfoSEC_1124081564)
  struct_VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078469 = (when declared(
      struct_VkVideoEncodeIntraRefreshCapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeIntraRefreshCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078468):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeIntraRefreshCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeIntraRefreshCapabilitiesKHR
  else:
    struct_VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078468)
  StdVideoEncodeH265PictureInfo_1124076981 = (when declared(
      StdVideoEncodeH265PictureInfo):
    when ownSizeof(StdVideoEncodeH265PictureInfo) !=
        ownSizeof(StdVideoEncodeH265PictureInfo_1124076980):
      static :
        warning("Declaration of " & "StdVideoEncodeH265PictureInfo" &
            " exists but with different size")
    StdVideoEncodeH265PictureInfo
  else:
    StdVideoEncodeH265PictureInfo_1124076980)
  PFN_vkGetPhysicalDeviceProperties_1124074905 = (when declared(
      PFN_vkGetPhysicalDeviceProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceProperties_1124074904):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceProperties
  else:
    PFN_vkGetPhysicalDeviceProperties_1124074904)
  VkSwapchainCreateInfoKHR_1124076523 = (when declared(VkSwapchainCreateInfoKHR):
    when ownSizeof(VkSwapchainCreateInfoKHR) !=
        ownSizeof(VkSwapchainCreateInfoKHR_1124076522):
      static :
        warning("Declaration of " & "VkSwapchainCreateInfoKHR" &
            " exists but with different size")
    VkSwapchainCreateInfoKHR
  else:
    VkSwapchainCreateInfoKHR_1124076522)
  VkAttachmentReference2_1124075773 = (when declared(VkAttachmentReference2):
    when ownSizeof(VkAttachmentReference2) != ownSizeof(VkAttachmentReference2_1124075772):
      static :
        warning("Declaration of " & "VkAttachmentReference2" &
            " exists but with different size")
    VkAttachmentReference2
  else:
    VkAttachmentReference2_1124075772)
  VkDevicePrivateDataCreateInfoEXT_1124080191 = (when declared(
      VkDevicePrivateDataCreateInfoEXT):
    when ownSizeof(VkDevicePrivateDataCreateInfoEXT) !=
        ownSizeof(VkDevicePrivateDataCreateInfoEXT_1124080190):
      static :
        warning("Declaration of " & "VkDevicePrivateDataCreateInfoEXT" &
            " exists but with different size")
    VkDevicePrivateDataCreateInfoEXT
  else:
    VkDevicePrivateDataCreateInfoEXT_1124080190)
  VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079849 = (when declared(
      VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079848):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT
  else:
    VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079848)
  struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081893 = (when declared(
      struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081892):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM
  else:
    struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081892)
  struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082435 = (when declared(
      struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082434):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT
  else:
    struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082434)
  enum_VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080481 = (when declared(
      enum_VkDeviceFaultVendorBinaryHeaderVersionEXT):
    when ownSizeof(enum_VkDeviceFaultVendorBinaryHeaderVersionEXT) !=
        ownSizeof(enum_VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080480):
      static :
        warning("Declaration of " &
            "enum_VkDeviceFaultVendorBinaryHeaderVersionEXT" &
            " exists but with different size")
    enum_VkDeviceFaultVendorBinaryHeaderVersionEXT
  else:
    enum_VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080480)
  VkLogicOp_1124074127 = (when declared(VkLogicOp):
    when ownSizeof(VkLogicOp) != ownSizeof(VkLogicOp_1124074126):
      static :
        warning("Declaration of " & "VkLogicOp" &
            " exists but with different size")
    VkLogicOp
  else:
    VkLogicOp_1124074126)
  VkFlags64_1124075861 = (when declared(VkFlags64):
    when ownSizeof(VkFlags64) != ownSizeof(VkFlags64_1124075860):
      static :
        warning("Declaration of " & "VkFlags64" &
            " exists but with different size")
    VkFlags64
  else:
    VkFlags64_1124075860)
  enum_VkValidationFeatureDisableEXT_1124079801 = (when declared(
      enum_VkValidationFeatureDisableEXT):
    when ownSizeof(enum_VkValidationFeatureDisableEXT) !=
        ownSizeof(enum_VkValidationFeatureDisableEXT_1124079800):
      static :
        warning("Declaration of " & "enum_VkValidationFeatureDisableEXT" &
            " exists but with different size")
    enum_VkValidationFeatureDisableEXT
  else:
    enum_VkValidationFeatureDisableEXT_1124079800)
  VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081617 = (when declared(
      VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV):
    when ownSizeof(VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV) !=
        ownSizeof(VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081616):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
  else:
    VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081616)
  PFN_vkCmdPushDescriptorSet2_1124076453 = (when declared(
      PFN_vkCmdPushDescriptorSet2):
    when ownSizeof(PFN_vkCmdPushDescriptorSet2) !=
        ownSizeof(PFN_vkCmdPushDescriptorSet2_1124076452):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSet2" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSet2
  else:
    PFN_vkCmdPushDescriptorSet2_1124076452)
  PFN_vkGetExecutionGraphPipelineScratchSizeAMDX_1124082829 = (when declared(
      PFN_vkGetExecutionGraphPipelineScratchSizeAMDX):
    when ownSizeof(PFN_vkGetExecutionGraphPipelineScratchSizeAMDX) !=
        ownSizeof(PFN_vkGetExecutionGraphPipelineScratchSizeAMDX_1124082828):
      static :
        warning("Declaration of " &
            "PFN_vkGetExecutionGraphPipelineScratchSizeAMDX" &
            " exists but with different size")
    PFN_vkGetExecutionGraphPipelineScratchSizeAMDX
  else:
    PFN_vkGetExecutionGraphPipelineScratchSizeAMDX_1124082828)
  PFN_vkCreateFramebuffer_1124075113 = (when declared(PFN_vkCreateFramebuffer):
    when ownSizeof(PFN_vkCreateFramebuffer) !=
        ownSizeof(PFN_vkCreateFramebuffer_1124075112):
      static :
        warning("Declaration of " & "PFN_vkCreateFramebuffer" &
            " exists but with different size")
    PFN_vkCreateFramebuffer
  else:
    PFN_vkCreateFramebuffer_1124075112)
  PFN_vkWaitSemaphores_1124075839 = (when declared(PFN_vkWaitSemaphores):
    when ownSizeof(PFN_vkWaitSemaphores) != ownSizeof(PFN_vkWaitSemaphores_1124075838):
      static :
        warning("Declaration of " & "PFN_vkWaitSemaphores" &
            " exists but with different size")
    PFN_vkWaitSemaphores
  else:
    PFN_vkWaitSemaphores_1124075838)
  VkCopyImageToImageInfo_1124076319 = (when declared(VkCopyImageToImageInfo):
    when ownSizeof(VkCopyImageToImageInfo) != ownSizeof(VkCopyImageToImageInfo_1124076318):
      static :
        warning("Declaration of " & "VkCopyImageToImageInfo" &
            " exists but with different size")
    VkCopyImageToImageInfo
  else:
    VkCopyImageToImageInfo_1124076318)
  struct_VkBufferDeviceAddressInfo_1124075695 = (when declared(
      struct_VkBufferDeviceAddressInfo):
    when ownSizeof(struct_VkBufferDeviceAddressInfo) !=
        ownSizeof(struct_VkBufferDeviceAddressInfo_1124075694):
      static :
        warning("Declaration of " & "struct_VkBufferDeviceAddressInfo" &
            " exists but with different size")
    struct_VkBufferDeviceAddressInfo
  else:
    struct_VkBufferDeviceAddressInfo_1124075694)
  struct_VkClearAttachment_1124074873 = (when declared(struct_VkClearAttachment):
    when ownSizeof(struct_VkClearAttachment) !=
        ownSizeof(struct_VkClearAttachment_1124074872):
      static :
        warning("Declaration of " & "struct_VkClearAttachment" &
            " exists but with different size")
    struct_VkClearAttachment
  else:
    struct_VkClearAttachment_1124074872)
  VkDisplayPowerStateEXT_1124078919 = (when declared(VkDisplayPowerStateEXT):
    when ownSizeof(VkDisplayPowerStateEXT) != ownSizeof(VkDisplayPowerStateEXT_1124078918):
      static :
        warning("Declaration of " & "VkDisplayPowerStateEXT" &
            " exists but with different size")
    VkDisplayPowerStateEXT
  else:
    VkDisplayPowerStateEXT_1124078918)
  VkDrmFormatModifierProperties2EXT_1124079237 = (when declared(
      VkDrmFormatModifierProperties2EXT):
    when ownSizeof(VkDrmFormatModifierProperties2EXT) !=
        ownSizeof(VkDrmFormatModifierProperties2EXT_1124079236):
      static :
        warning("Declaration of " & "VkDrmFormatModifierProperties2EXT" &
            " exists but with different size")
    VkDrmFormatModifierProperties2EXT
  else:
    VkDrmFormatModifierProperties2EXT_1124079236)
  VkDeviceImageSubresourceInfoKHR_1124078007 = (when declared(
      VkDeviceImageSubresourceInfoKHR):
    when ownSizeof(VkDeviceImageSubresourceInfoKHR) !=
        ownSizeof(VkDeviceImageSubresourceInfoKHR_1124078006):
      static :
        warning("Declaration of " & "VkDeviceImageSubresourceInfoKHR" &
            " exists but with different size")
    VkDeviceImageSubresourceInfoKHR
  else:
    VkDeviceImageSubresourceInfoKHR_1124078006)
  enum_VkDataGraphPipelineSessionBindPointARM_1124081711 = (when declared(
      enum_VkDataGraphPipelineSessionBindPointARM):
    when ownSizeof(enum_VkDataGraphPipelineSessionBindPointARM) !=
        ownSizeof(enum_VkDataGraphPipelineSessionBindPointARM_1124081710):
      static :
        warning("Declaration of " &
            "enum_VkDataGraphPipelineSessionBindPointARM" &
            " exists but with different size")
    enum_VkDataGraphPipelineSessionBindPointARM
  else:
    enum_VkDataGraphPipelineSessionBindPointARM_1124081710)
  VkPhysicalDeviceMeshShaderFeaturesNV_1124079567 = (when declared(
      VkPhysicalDeviceMeshShaderFeaturesNV):
    when ownSizeof(VkPhysicalDeviceMeshShaderFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceMeshShaderFeaturesNV_1124079566):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMeshShaderFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceMeshShaderFeaturesNV
  else:
    VkPhysicalDeviceMeshShaderFeaturesNV_1124079566)
  VkPhysicalDeviceVulkan12Properties_1124075649 = (when declared(
      VkPhysicalDeviceVulkan12Properties):
    when ownSizeof(VkPhysicalDeviceVulkan12Properties) !=
        ownSizeof(VkPhysicalDeviceVulkan12Properties_1124075648):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan12Properties" &
            " exists but with different size")
    VkPhysicalDeviceVulkan12Properties
  else:
    VkPhysicalDeviceVulkan12Properties_1124075648)
  VkDisplaySurfaceStereoCreateInfoNV_1124081963 = (when declared(
      VkDisplaySurfaceStereoCreateInfoNV):
    when ownSizeof(VkDisplaySurfaceStereoCreateInfoNV) !=
        ownSizeof(VkDisplaySurfaceStereoCreateInfoNV_1124081962):
      static :
        warning("Declaration of " & "VkDisplaySurfaceStereoCreateInfoNV" &
            " exists but with different size")
    VkDisplaySurfaceStereoCreateInfoNV
  else:
    VkDisplaySurfaceStereoCreateInfoNV_1124081962)
  PFN_vkSubmitDebugUtilsMessageEXT_1124079113 = (when declared(
      PFN_vkSubmitDebugUtilsMessageEXT):
    when ownSizeof(PFN_vkSubmitDebugUtilsMessageEXT) !=
        ownSizeof(PFN_vkSubmitDebugUtilsMessageEXT_1124079112):
      static :
        warning("Declaration of " & "PFN_vkSubmitDebugUtilsMessageEXT" &
            " exists but with different size")
    PFN_vkSubmitDebugUtilsMessageEXT
  else:
    PFN_vkSubmitDebugUtilsMessageEXT_1124079112)
  VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081459 = (when declared(
      VkOpticalFlowSessionCreatePrivateDataInfoNV):
    when ownSizeof(VkOpticalFlowSessionCreatePrivateDataInfoNV) !=
        ownSizeof(VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081458):
      static :
        warning("Declaration of " &
            "VkOpticalFlowSessionCreatePrivateDataInfoNV" &
            " exists but with different size")
    VkOpticalFlowSessionCreatePrivateDataInfoNV
  else:
    VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081458)
  VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078211 = (when declared(
      VkVideoDecodeAV1SessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoDecodeAV1SessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078210):
      static :
        warning("Declaration of " &
            "VkVideoDecodeAV1SessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoDecodeAV1SessionParametersCreateInfoKHR
  else:
    VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078210)
  struct_VkVideoDecodeVP9ProfileInfoKHR_1124078321 = (when declared(
      struct_VkVideoDecodeVP9ProfileInfoKHR):
    when ownSizeof(struct_VkVideoDecodeVP9ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeVP9ProfileInfoKHR_1124078320):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeVP9ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeVP9ProfileInfoKHR
  else:
    struct_VkVideoDecodeVP9ProfileInfoKHR_1124078320)
  union_VkPerformanceValueDataINTEL_1124079649 = (when declared(
      union_VkPerformanceValueDataINTEL):
    when ownSizeof(union_VkPerformanceValueDataINTEL) !=
        ownSizeof(union_VkPerformanceValueDataINTEL_1124079648):
      static :
        warning("Declaration of " & "union_VkPerformanceValueDataINTEL" &
            " exists but with different size")
    union_VkPerformanceValueDataINTEL
  else:
    union_VkPerformanceValueDataINTEL_1124079648)
  VkPipelineDepthStencilStateCreateFlags_1124074401 = (when declared(
      VkPipelineDepthStencilStateCreateFlags):
    when ownSizeof(VkPipelineDepthStencilStateCreateFlags) !=
        ownSizeof(VkPipelineDepthStencilStateCreateFlags_1124074400):
      static :
        warning("Declaration of " & "VkPipelineDepthStencilStateCreateFlags" &
            " exists but with different size")
    VkPipelineDepthStencilStateCreateFlags
  else:
    VkPipelineDepthStencilStateCreateFlags_1124074400)
  struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078485 = (when declared(
      struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078484):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR
  else:
    struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078484)
  PFN_vkGetClusterAccelerationStructureBuildSizesNV_1124082129 = (when declared(
      PFN_vkGetClusterAccelerationStructureBuildSizesNV):
    when ownSizeof(PFN_vkGetClusterAccelerationStructureBuildSizesNV) !=
        ownSizeof(PFN_vkGetClusterAccelerationStructureBuildSizesNV_1124082128):
      static :
        warning("Declaration of " &
            "PFN_vkGetClusterAccelerationStructureBuildSizesNV" &
            " exists but with different size")
    PFN_vkGetClusterAccelerationStructureBuildSizesNV
  else:
    PFN_vkGetClusterAccelerationStructureBuildSizesNV_1124082128)
  VkHostImageLayoutTransitionInfo_1124076323 = (when declared(
      VkHostImageLayoutTransitionInfo):
    when ownSizeof(VkHostImageLayoutTransitionInfo) !=
        ownSizeof(VkHostImageLayoutTransitionInfo_1124076322):
      static :
        warning("Declaration of " & "VkHostImageLayoutTransitionInfo" &
            " exists but with different size")
    VkHostImageLayoutTransitionInfo
  else:
    VkHostImageLayoutTransitionInfo_1124076322)
  struct_VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079863 = (when declared(
      struct_VkPhysicalDeviceProvokingVertexPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceProvokingVertexPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079862):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceProvokingVertexPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceProvokingVertexPropertiesEXT
  else:
    struct_VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079862)
  PFN_vkGetPhysicalDeviceMemoryProperties2_1124075569 = (when declared(
      PFN_vkGetPhysicalDeviceMemoryProperties2):
    when ownSizeof(PFN_vkGetPhysicalDeviceMemoryProperties2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceMemoryProperties2_1124075568):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceMemoryProperties2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceMemoryProperties2
  else:
    PFN_vkGetPhysicalDeviceMemoryProperties2_1124075568)
  VkAccelerationStructureBuildSizesInfoKHR_1124082123 = (when declared(
      VkAccelerationStructureBuildSizesInfoKHR):
    when ownSizeof(VkAccelerationStructureBuildSizesInfoKHR) !=
        ownSizeof(VkAccelerationStructureBuildSizesInfoKHR_1124082122):
      static :
        warning("Declaration of " & "VkAccelerationStructureBuildSizesInfoKHR" &
            " exists but with different size")
    VkAccelerationStructureBuildSizesInfoKHR
  else:
    VkAccelerationStructureBuildSizesInfoKHR_1124082122)
  VkMemoryWin32HandlePropertiesKHR_1124082677 = (when declared(
      VkMemoryWin32HandlePropertiesKHR):
    when ownSizeof(VkMemoryWin32HandlePropertiesKHR) !=
        ownSizeof(VkMemoryWin32HandlePropertiesKHR_1124082676):
      static :
        warning("Declaration of " & "VkMemoryWin32HandlePropertiesKHR" &
            " exists but with different size")
    VkMemoryWin32HandlePropertiesKHR
  else:
    VkMemoryWin32HandlePropertiesKHR_1124082676)
  struct_VkBindDescriptorSetsInfo_1124076353 = (when declared(
      struct_VkBindDescriptorSetsInfo):
    when ownSizeof(struct_VkBindDescriptorSetsInfo) !=
        ownSizeof(struct_VkBindDescriptorSetsInfo_1124076352):
      static :
        warning("Declaration of " & "struct_VkBindDescriptorSetsInfo" &
            " exists but with different size")
    struct_VkBindDescriptorSetsInfo
  else:
    struct_VkBindDescriptorSetsInfo_1124076352)
  PFN_vkDestroyTensorViewARM_1124081367 = (when declared(
      PFN_vkDestroyTensorViewARM):
    when ownSizeof(PFN_vkDestroyTensorViewARM) !=
        ownSizeof(PFN_vkDestroyTensorViewARM_1124081366):
      static :
        warning("Declaration of " & "PFN_vkDestroyTensorViewARM" &
            " exists but with different size")
    PFN_vkDestroyTensorViewARM
  else:
    PFN_vkDestroyTensorViewARM_1124081366)
  struct_VkBufferMemoryBarrier2_1124075931 = (when declared(
      struct_VkBufferMemoryBarrier2):
    when ownSizeof(struct_VkBufferMemoryBarrier2) !=
        ownSizeof(struct_VkBufferMemoryBarrier2_1124075930):
      static :
        warning("Declaration of " & "struct_VkBufferMemoryBarrier2" &
            " exists but with different size")
    struct_VkBufferMemoryBarrier2
  else:
    struct_VkBufferMemoryBarrier2_1124075930)
  struct_VkImageBlit_1124074881 = (when declared(struct_VkImageBlit):
    when ownSizeof(struct_VkImageBlit) != ownSizeof(struct_VkImageBlit_1124074880):
      static :
        warning("Declaration of " & "struct_VkImageBlit" &
            " exists but with different size")
    struct_VkImageBlit
  else:
    struct_VkImageBlit_1124074880)
  struct_VkPipelineViewportDepthClipControlCreateInfoEXT_1124080579 = (when declared(
      struct_VkPipelineViewportDepthClipControlCreateInfoEXT):
    when ownSizeof(struct_VkPipelineViewportDepthClipControlCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineViewportDepthClipControlCreateInfoEXT_1124080578):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportDepthClipControlCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineViewportDepthClipControlCreateInfoEXT
  else:
    struct_VkPipelineViewportDepthClipControlCreateInfoEXT_1124080578)
  PFN_vkUpdateDescriptorSetWithTemplateKHR_1124077255 = (when declared(
      PFN_vkUpdateDescriptorSetWithTemplateKHR):
    when ownSizeof(PFN_vkUpdateDescriptorSetWithTemplateKHR) !=
        ownSizeof(PFN_vkUpdateDescriptorSetWithTemplateKHR_1124077254):
      static :
        warning("Declaration of " & "PFN_vkUpdateDescriptorSetWithTemplateKHR" &
            " exists but with different size")
    PFN_vkUpdateDescriptorSetWithTemplateKHR
  else:
    PFN_vkUpdateDescriptorSetWithTemplateKHR_1124077254)
  enum_StdVideoH264ProfileIdc_1124082917 = (when declared(
      enum_StdVideoH264ProfileIdc):
    when ownSizeof(enum_StdVideoH264ProfileIdc) !=
        ownSizeof(enum_StdVideoH264ProfileIdc_1124082916):
      static :
        warning("Declaration of " & "enum_StdVideoH264ProfileIdc" &
            " exists but with different size")
    enum_StdVideoH264ProfileIdc
  else:
    enum_StdVideoH264ProfileIdc_1124082916)
  VkSamplerYcbcrConversion_1124075169 = (when declared(VkSamplerYcbcrConversion):
    when ownSizeof(VkSamplerYcbcrConversion) !=
        ownSizeof(VkSamplerYcbcrConversion_1124075168):
      static :
        warning("Declaration of " & "VkSamplerYcbcrConversion" &
            " exists but with different size")
    VkSamplerYcbcrConversion
  else:
    VkSamplerYcbcrConversion_1124075168)
  VkSparseMemoryBindFlagBits_1124074223 = (when declared(
      VkSparseMemoryBindFlagBits):
    when ownSizeof(VkSparseMemoryBindFlagBits) !=
        ownSizeof(VkSparseMemoryBindFlagBits_1124074222):
      static :
        warning("Declaration of " & "VkSparseMemoryBindFlagBits" &
            " exists but with different size")
    VkSparseMemoryBindFlagBits
  else:
    VkSparseMemoryBindFlagBits_1124074222)
  VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077351 = (when declared(
      VkPhysicalDevicePerformanceQueryFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePerformanceQueryFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077350):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePerformanceQueryFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePerformanceQueryFeaturesKHR
  else:
    VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077350)
  VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080729 = (when declared(
      VkPhysicalDeviceImageViewMinLodFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceImageViewMinLodFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080728):
      static :
        warning("Declaration of " & "VkPhysicalDeviceImageViewMinLodFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageViewMinLodFeaturesEXT
  else:
    VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080728)
  StdVideoAV1TimingInfo_1124083063 = (when declared(StdVideoAV1TimingInfo):
    when ownSizeof(StdVideoAV1TimingInfo) != ownSizeof(StdVideoAV1TimingInfo_1124083062):
      static :
        warning("Declaration of " & "StdVideoAV1TimingInfo" &
            " exists but with different size")
    StdVideoAV1TimingInfo
  else:
    StdVideoAV1TimingInfo_1124083062)
  VkCommandBufferInheritanceInfo_1124074659 = (when declared(
      VkCommandBufferInheritanceInfo):
    when ownSizeof(VkCommandBufferInheritanceInfo) !=
        ownSizeof(VkCommandBufferInheritanceInfo_1124074658):
      static :
        warning("Declaration of " & "VkCommandBufferInheritanceInfo" &
            " exists but with different size")
    VkCommandBufferInheritanceInfo
  else:
    VkCommandBufferInheritanceInfo_1124074658)
  VkDescriptorUpdateTemplateKHR_1124077241 = (when declared(
      VkDescriptorUpdateTemplateKHR):
    when ownSizeof(VkDescriptorUpdateTemplateKHR) !=
        ownSizeof(VkDescriptorUpdateTemplateKHR_1124077240):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateKHR" &
            " exists but with different size")
    VkDescriptorUpdateTemplateKHR
  else:
    VkDescriptorUpdateTemplateKHR_1124077240)
  PFN_vkCmdEndRendering2KHR_1124078653 = (when declared(
      PFN_vkCmdEndRendering2KHR):
    when ownSizeof(PFN_vkCmdEndRendering2KHR) !=
        ownSizeof(PFN_vkCmdEndRendering2KHR_1124078652):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRendering2KHR" &
            " exists but with different size")
    PFN_vkCmdEndRendering2KHR
  else:
    PFN_vkCmdEndRendering2KHR_1124078652)
  VkTensorDependencyInfoARM_1124081303 = (when declared(
      VkTensorDependencyInfoARM):
    when ownSizeof(VkTensorDependencyInfoARM) !=
        ownSizeof(VkTensorDependencyInfoARM_1124081302):
      static :
        warning("Declaration of " & "VkTensorDependencyInfoARM" &
            " exists but with different size")
    VkTensorDependencyInfoARM
  else:
    VkTensorDependencyInfoARM_1124081302)
  struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081775 = (when declared(
      struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081774):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM
  else:
    struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081774)
  struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079761 = (when declared(
      struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079760):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT
  else:
    struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079760)
  struct_VkAllocationCallbacks_1124074497 = (when declared(
      struct_VkAllocationCallbacks):
    when ownSizeof(struct_VkAllocationCallbacks) !=
        ownSizeof(struct_VkAllocationCallbacks_1124074496):
      static :
        warning("Declaration of " & "struct_VkAllocationCallbacks" &
            " exists but with different size")
    struct_VkAllocationCallbacks
  else:
    struct_VkAllocationCallbacks_1124074496)
  struct_VkDescriptorUpdateTemplateEntry_1124075471 = (when declared(
      struct_VkDescriptorUpdateTemplateEntry):
    when ownSizeof(struct_VkDescriptorUpdateTemplateEntry) !=
        ownSizeof(struct_VkDescriptorUpdateTemplateEntry_1124075470):
      static :
        warning("Declaration of " & "struct_VkDescriptorUpdateTemplateEntry" &
            " exists but with different size")
    struct_VkDescriptorUpdateTemplateEntry
  else:
    struct_VkDescriptorUpdateTemplateEntry_1124075470)
  VkSubpassDescription2KHR_1124077271 = (when declared(VkSubpassDescription2KHR):
    when ownSizeof(VkSubpassDescription2KHR) !=
        ownSizeof(VkSubpassDescription2KHR_1124077270):
      static :
        warning("Declaration of " & "VkSubpassDescription2KHR" &
            " exists but with different size")
    VkSubpassDescription2KHR
  else:
    VkSubpassDescription2KHR_1124077270)
  struct_VkTensorCaptureDescriptorDataInfoARM_1124081349 = (when declared(
      struct_VkTensorCaptureDescriptorDataInfoARM):
    when ownSizeof(struct_VkTensorCaptureDescriptorDataInfoARM) !=
        ownSizeof(struct_VkTensorCaptureDescriptorDataInfoARM_1124081348):
      static :
        warning("Declaration of " &
            "struct_VkTensorCaptureDescriptorDataInfoARM" &
            " exists but with different size")
    struct_VkTensorCaptureDescriptorDataInfoARM
  else:
    struct_VkTensorCaptureDescriptorDataInfoARM_1124081348)
  PFN_vkSetLatencySleepModeNV_1124081699 = (when declared(
      PFN_vkSetLatencySleepModeNV):
    when ownSizeof(PFN_vkSetLatencySleepModeNV) !=
        ownSizeof(PFN_vkSetLatencySleepModeNV_1124081698):
      static :
        warning("Declaration of " & "PFN_vkSetLatencySleepModeNV" &
            " exists but with different size")
    PFN_vkSetLatencySleepModeNV
  else:
    PFN_vkSetLatencySleepModeNV_1124081698)
  struct_VkVideoEncodeAV1CapabilitiesKHR_1124078261 = (when declared(
      struct_VkVideoEncodeAV1CapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeAV1CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1CapabilitiesKHR_1124078260):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1CapabilitiesKHR
  else:
    struct_VkVideoEncodeAV1CapabilitiesKHR_1124078260)
  VkSemaphoreWaitFlags_1124075623 = (when declared(VkSemaphoreWaitFlags):
    when ownSizeof(VkSemaphoreWaitFlags) != ownSizeof(VkSemaphoreWaitFlags_1124075622):
      static :
        warning("Declaration of " & "VkSemaphoreWaitFlags" &
            " exists but with different size")
    VkSemaphoreWaitFlags
  else:
    VkSemaphoreWaitFlags_1124075622)
  VkRenderPassStripeBeginInfoARM_1124080983 = (when declared(
      VkRenderPassStripeBeginInfoARM):
    when ownSizeof(VkRenderPassStripeBeginInfoARM) !=
        ownSizeof(VkRenderPassStripeBeginInfoARM_1124080982):
      static :
        warning("Declaration of " & "VkRenderPassStripeBeginInfoARM" &
            " exists but with different size")
    VkRenderPassStripeBeginInfoARM
  else:
    VkRenderPassStripeBeginInfoARM_1124080982)
  VkSwapchainPresentFenceInfoKHR_1124078145 = (when declared(
      VkSwapchainPresentFenceInfoKHR):
    when ownSizeof(VkSwapchainPresentFenceInfoKHR) !=
        ownSizeof(VkSwapchainPresentFenceInfoKHR_1124078144):
      static :
        warning("Declaration of " & "VkSwapchainPresentFenceInfoKHR" &
            " exists but with different size")
    VkSwapchainPresentFenceInfoKHR
  else:
    VkSwapchainPresentFenceInfoKHR_1124078144)
  VkDisplayModeCreateInfoKHR_1124076591 = (when declared(
      VkDisplayModeCreateInfoKHR):
    when ownSizeof(VkDisplayModeCreateInfoKHR) !=
        ownSizeof(VkDisplayModeCreateInfoKHR_1124076590):
      static :
        warning("Declaration of " & "VkDisplayModeCreateInfoKHR" &
            " exists but with different size")
    VkDisplayModeCreateInfoKHR
  else:
    VkDisplayModeCreateInfoKHR_1124076590)
  PFN_vkCmdDrawClusterHUAWEI_1124080901 = (when declared(
      PFN_vkCmdDrawClusterHUAWEI):
    when ownSizeof(PFN_vkCmdDrawClusterHUAWEI) !=
        ownSizeof(PFN_vkCmdDrawClusterHUAWEI_1124080900):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawClusterHUAWEI" &
            " exists but with different size")
    PFN_vkCmdDrawClusterHUAWEI
  else:
    PFN_vkCmdDrawClusterHUAWEI_1124080900)
  PFN_vkSignalSemaphoreKHR_1124077605 = (when declared(PFN_vkSignalSemaphoreKHR):
    when ownSizeof(PFN_vkSignalSemaphoreKHR) !=
        ownSizeof(PFN_vkSignalSemaphoreKHR_1124077604):
      static :
        warning("Declaration of " & "PFN_vkSignalSemaphoreKHR" &
            " exists but with different size")
    PFN_vkSignalSemaphoreKHR
  else:
    PFN_vkSignalSemaphoreKHR_1124077604)
  PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR_1124077689 = (when declared(
      PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR):
    when ownSizeof(PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR) !=
        ownSizeof(PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR_1124077688):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR" &
            " exists but with different size")
    PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR
  else:
    PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR_1124077688)
  PFN_vkCmdBindVertexBuffers2_1124076169 = (when declared(
      PFN_vkCmdBindVertexBuffers2):
    when ownSizeof(PFN_vkCmdBindVertexBuffers2) !=
        ownSizeof(PFN_vkCmdBindVertexBuffers2_1124076168):
      static :
        warning("Declaration of " & "PFN_vkCmdBindVertexBuffers2" &
            " exists but with different size")
    PFN_vkCmdBindVertexBuffers2
  else:
    PFN_vkCmdBindVertexBuffers2_1124076168)
  struct_StdVideoH265DecPicBufMgr_1124083151 = (when declared(
      struct_StdVideoH265DecPicBufMgr):
    when ownSizeof(struct_StdVideoH265DecPicBufMgr) !=
        ownSizeof(struct_StdVideoH265DecPicBufMgr_1124083150):
      static :
        warning("Declaration of " & "struct_StdVideoH265DecPicBufMgr" &
            " exists but with different size")
    struct_StdVideoH265DecPicBufMgr
  else:
    struct_StdVideoH265DecPicBufMgr_1124083150)
  VkDispatchGraphInfoAMDX_1124082817 = (when declared(VkDispatchGraphInfoAMDX):
    when ownSizeof(VkDispatchGraphInfoAMDX) !=
        ownSizeof(VkDispatchGraphInfoAMDX_1124082816):
      static :
        warning("Declaration of " & "VkDispatchGraphInfoAMDX" &
            " exists but with different size")
    VkDispatchGraphInfoAMDX
  else:
    VkDispatchGraphInfoAMDX_1124082816)
  VkMemoryOpaqueCaptureAddressAllocateInfo_1124075705 = (when declared(
      VkMemoryOpaqueCaptureAddressAllocateInfo):
    when ownSizeof(VkMemoryOpaqueCaptureAddressAllocateInfo) !=
        ownSizeof(VkMemoryOpaqueCaptureAddressAllocateInfo_1124075704):
      static :
        warning("Declaration of " & "VkMemoryOpaqueCaptureAddressAllocateInfo" &
            " exists but with different size")
    VkMemoryOpaqueCaptureAddressAllocateInfo
  else:
    VkMemoryOpaqueCaptureAddressAllocateInfo_1124075704)
  StdVideoH264ScalingLists_1124082985 = (when declared(StdVideoH264ScalingLists):
    when ownSizeof(StdVideoH264ScalingLists) !=
        ownSizeof(StdVideoH264ScalingLists_1124082984):
      static :
        warning("Declaration of " & "StdVideoH264ScalingLists" &
            " exists but with different size")
    StdVideoH264ScalingLists
  else:
    StdVideoH264ScalingLists_1124082984)
  VkPipelineRasterizationLineStateCreateInfoEXT_1124079885 = (when declared(
      VkPipelineRasterizationLineStateCreateInfoEXT):
    when ownSizeof(VkPipelineRasterizationLineStateCreateInfoEXT) !=
        ownSizeof(VkPipelineRasterizationLineStateCreateInfoEXT_1124079884):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationLineStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineRasterizationLineStateCreateInfoEXT
  else:
    VkPipelineRasterizationLineStateCreateInfoEXT_1124079884)
  struct_VkDeviceGroupRenderPassBeginInfo_1124075503 = (when declared(
      struct_VkDeviceGroupRenderPassBeginInfo):
    when ownSizeof(struct_VkDeviceGroupRenderPassBeginInfo) !=
        ownSizeof(struct_VkDeviceGroupRenderPassBeginInfo_1124075502):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupRenderPassBeginInfo" &
            " exists but with different size")
    struct_VkDeviceGroupRenderPassBeginInfo
  else:
    struct_VkDeviceGroupRenderPassBeginInfo_1124075502)
  VkPushDescriptorSetInfoKHR_1124078401 = (when declared(
      VkPushDescriptorSetInfoKHR):
    when ownSizeof(VkPushDescriptorSetInfoKHR) !=
        ownSizeof(VkPushDescriptorSetInfoKHR_1124078400):
      static :
        warning("Declaration of " & "VkPushDescriptorSetInfoKHR" &
            " exists but with different size")
    VkPushDescriptorSetInfoKHR
  else:
    VkPushDescriptorSetInfoKHR_1124078400)
  VkAccelerationStructureMotionInstanceFlagsNV_1124080389 = (when declared(
      VkAccelerationStructureMotionInstanceFlagsNV):
    when ownSizeof(VkAccelerationStructureMotionInstanceFlagsNV) !=
        ownSizeof(VkAccelerationStructureMotionInstanceFlagsNV_1124080388):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureMotionInstanceFlagsNV" &
            " exists but with different size")
    VkAccelerationStructureMotionInstanceFlagsNV
  else:
    VkAccelerationStructureMotionInstanceFlagsNV_1124080388)
  StdVideoH264AspectRatioIdc_1124083251 = (when declared(
      StdVideoH264AspectRatioIdc):
    when ownSizeof(StdVideoH264AspectRatioIdc) !=
        ownSizeof(StdVideoH264AspectRatioIdc_1124083250):
      static :
        warning("Declaration of " & "StdVideoH264AspectRatioIdc" &
            " exists but with different size")
    StdVideoH264AspectRatioIdc
  else:
    StdVideoH264AspectRatioIdc_1124083250)
  VkPhysicalDeviceBufferDeviceAddressFeaturesKHR_1124077675 = (when declared(
      VkPhysicalDeviceBufferDeviceAddressFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceBufferDeviceAddressFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceBufferDeviceAddressFeaturesKHR_1124077674):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceBufferDeviceAddressFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceBufferDeviceAddressFeaturesKHR
  else:
    VkPhysicalDeviceBufferDeviceAddressFeaturesKHR_1124077674)
  VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082605 = (when declared(
      VkPhysicalDeviceRayTracingPipelinePropertiesKHR):
    when ownSizeof(VkPhysicalDeviceRayTracingPipelinePropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082604):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingPipelinePropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingPipelinePropertiesKHR
  else:
    VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082604)
  VkRenderPassMultiviewCreateInfo_1124075525 = (when declared(
      VkRenderPassMultiviewCreateInfo):
    when ownSizeof(VkRenderPassMultiviewCreateInfo) !=
        ownSizeof(VkRenderPassMultiviewCreateInfo_1124075524):
      static :
        warning("Declaration of " & "VkRenderPassMultiviewCreateInfo" &
            " exists but with different size")
    VkRenderPassMultiviewCreateInfo
  else:
    VkRenderPassMultiviewCreateInfo_1124075524)
  PFN_vkCmdBindPipeline_1124075093 = (when declared(PFN_vkCmdBindPipeline):
    when ownSizeof(PFN_vkCmdBindPipeline) != ownSizeof(PFN_vkCmdBindPipeline_1124075092):
      static :
        warning("Declaration of " & "PFN_vkCmdBindPipeline" &
            " exists but with different size")
    PFN_vkCmdBindPipeline
  else:
    PFN_vkCmdBindPipeline_1124075092)
  VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077961 = (when declared(
      VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077960):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR
  else:
    VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077960)
  PFN_vkCreateRenderPass_1124075117 = (when declared(PFN_vkCreateRenderPass):
    when ownSizeof(PFN_vkCreateRenderPass) != ownSizeof(PFN_vkCreateRenderPass_1124075116):
      static :
        warning("Declaration of " & "PFN_vkCreateRenderPass" &
            " exists but with different size")
    PFN_vkCreateRenderPass
  else:
    PFN_vkCreateRenderPass_1124075116)
  VkPipelineCreationFeedback_1124076013 = (when declared(
      VkPipelineCreationFeedback):
    when ownSizeof(VkPipelineCreationFeedback) !=
        ownSizeof(VkPipelineCreationFeedback_1124076012):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedback" &
            " exists but with different size")
    VkPipelineCreationFeedback
  else:
    VkPipelineCreationFeedback_1124076012)
  PFN_vkCmdSetScissorWithCount_1124076167 = (when declared(
      PFN_vkCmdSetScissorWithCount):
    when ownSizeof(PFN_vkCmdSetScissorWithCount) !=
        ownSizeof(PFN_vkCmdSetScissorWithCount_1124076166):
      static :
        warning("Declaration of " & "PFN_vkCmdSetScissorWithCount" &
            " exists but with different size")
    PFN_vkCmdSetScissorWithCount
  else:
    PFN_vkCmdSetScissorWithCount_1124076166)
  enum_VkVertexInputRate_1124074109 = (when declared(enum_VkVertexInputRate):
    when ownSizeof(enum_VkVertexInputRate) != ownSizeof(enum_VkVertexInputRate_1124074108):
      static :
        warning("Declaration of " & "enum_VkVertexInputRate" &
            " exists but with different size")
    enum_VkVertexInputRate
  else:
    enum_VkVertexInputRate_1124074108)
  VkCommandPoolResetFlagBits_1124074291 = (when declared(
      VkCommandPoolResetFlagBits):
    when ownSizeof(VkCommandPoolResetFlagBits) !=
        ownSizeof(VkCommandPoolResetFlagBits_1124074290):
      static :
        warning("Declaration of " & "VkCommandPoolResetFlagBits" &
            " exists but with different size")
    VkCommandPoolResetFlagBits
  else:
    VkCommandPoolResetFlagBits_1124074290)
  VkPhysicalDeviceHostImageCopyFeaturesEXT_1124079931 = (when declared(
      VkPhysicalDeviceHostImageCopyFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceHostImageCopyFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceHostImageCopyFeaturesEXT_1124079930):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHostImageCopyFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceHostImageCopyFeaturesEXT
  else:
    VkPhysicalDeviceHostImageCopyFeaturesEXT_1124079930)
  VkDebugReportObjectTypeEXT_1124078659 = (when declared(
      VkDebugReportObjectTypeEXT):
    when ownSizeof(VkDebugReportObjectTypeEXT) !=
        ownSizeof(VkDebugReportObjectTypeEXT_1124078658):
      static :
        warning("Declaration of " & "VkDebugReportObjectTypeEXT" &
            " exists but with different size")
    VkDebugReportObjectTypeEXT
  else:
    VkDebugReportObjectTypeEXT_1124078658)
  VkMultiviewPerViewAttributesInfoNVX_1124078979 = (when declared(
      VkMultiviewPerViewAttributesInfoNVX):
    when ownSizeof(VkMultiviewPerViewAttributesInfoNVX) !=
        ownSizeof(VkMultiviewPerViewAttributesInfoNVX_1124078978):
      static :
        warning("Declaration of " & "VkMultiviewPerViewAttributesInfoNVX" &
            " exists but with different size")
    VkMultiviewPerViewAttributesInfoNVX
  else:
    VkMultiviewPerViewAttributesInfoNVX_1124078978)
  StdVideoH265SubLayerHrdParameters_1124083265 = (when declared(
      StdVideoH265SubLayerHrdParameters):
    when ownSizeof(StdVideoH265SubLayerHrdParameters) !=
        ownSizeof(StdVideoH265SubLayerHrdParameters_1124083264):
      static :
        warning("Declaration of " & "StdVideoH265SubLayerHrdParameters" &
            " exists but with different size")
    StdVideoH265SubLayerHrdParameters
  else:
    StdVideoH265SubLayerHrdParameters_1124083264)
  struct_VkDevicePrivateDataCreateInfo_1124075919 = (when declared(
      struct_VkDevicePrivateDataCreateInfo):
    when ownSizeof(struct_VkDevicePrivateDataCreateInfo) !=
        ownSizeof(struct_VkDevicePrivateDataCreateInfo_1124075918):
      static :
        warning("Declaration of " & "struct_VkDevicePrivateDataCreateInfo" &
            " exists but with different size")
    struct_VkDevicePrivateDataCreateInfo
  else:
    struct_VkDevicePrivateDataCreateInfo_1124075918)
  VkRenderingAttachmentLocationInfoKHR_1124077645 = (when declared(
      VkRenderingAttachmentLocationInfoKHR):
    when ownSizeof(VkRenderingAttachmentLocationInfoKHR) !=
        ownSizeof(VkRenderingAttachmentLocationInfoKHR_1124077644):
      static :
        warning("Declaration of " & "VkRenderingAttachmentLocationInfoKHR" &
            " exists but with different size")
    VkRenderingAttachmentLocationInfoKHR
  else:
    VkRenderingAttachmentLocationInfoKHR_1124077644)
  VkSwapchainPresentModesCreateInfoEXT_1124079999 = (when declared(
      VkSwapchainPresentModesCreateInfoEXT):
    when ownSizeof(VkSwapchainPresentModesCreateInfoEXT) !=
        ownSizeof(VkSwapchainPresentModesCreateInfoEXT_1124079998):
      static :
        warning("Declaration of " & "VkSwapchainPresentModesCreateInfoEXT" &
            " exists but with different size")
    VkSwapchainPresentModesCreateInfoEXT
  else:
    VkSwapchainPresentModesCreateInfoEXT_1124079998)
  enum_VkRenderingFlagBits_1124075897 = (when declared(enum_VkRenderingFlagBits):
    when ownSizeof(enum_VkRenderingFlagBits) !=
        ownSizeof(enum_VkRenderingFlagBits_1124075896):
      static :
        warning("Declaration of " & "enum_VkRenderingFlagBits" &
            " exists but with different size")
    enum_VkRenderingFlagBits
  else:
    enum_VkRenderingFlagBits_1124075896)
  struct_VkPhysicalDeviceToolProperties_1124075911 = (when declared(
      struct_VkPhysicalDeviceToolProperties):
    when ownSizeof(struct_VkPhysicalDeviceToolProperties) !=
        ownSizeof(struct_VkPhysicalDeviceToolProperties_1124075910):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceToolProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceToolProperties
  else:
    struct_VkPhysicalDeviceToolProperties_1124075910)
  struct_VkVideoDecodeAV1PictureInfoKHR_1124078213 = (when declared(
      struct_VkVideoDecodeAV1PictureInfoKHR):
    when ownSizeof(struct_VkVideoDecodeAV1PictureInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeAV1PictureInfoKHR_1124078212):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeAV1PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeAV1PictureInfoKHR
  else:
    struct_VkVideoDecodeAV1PictureInfoKHR_1124078212)
  PFN_vkCreateCuModuleNVX_1124078767 = (when declared(PFN_vkCreateCuModuleNVX):
    when ownSizeof(PFN_vkCreateCuModuleNVX) !=
        ownSizeof(PFN_vkCreateCuModuleNVX_1124078766):
      static :
        warning("Declaration of " & "PFN_vkCreateCuModuleNVX" &
            " exists but with different size")
    PFN_vkCreateCuModuleNVX
  else:
    PFN_vkCreateCuModuleNVX_1124078766)
  VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081569 = (when declared(
      VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081568):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM
  else:
    VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081568)
  VkPhysicalDeviceMaintenance6Properties_1124076287 = (when declared(
      VkPhysicalDeviceMaintenance6Properties):
    when ownSizeof(VkPhysicalDeviceMaintenance6Properties) !=
        ownSizeof(VkPhysicalDeviceMaintenance6Properties_1124076286):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance6Properties" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance6Properties
  else:
    VkPhysicalDeviceMaintenance6Properties_1124076286)
  struct_VkClusterAccelerationStructureTriangleClusterInputNV_1124082065 = (when declared(
      struct_VkClusterAccelerationStructureTriangleClusterInputNV):
    when ownSizeof(struct_VkClusterAccelerationStructureTriangleClusterInputNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureTriangleClusterInputNV_1124082064):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureTriangleClusterInputNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureTriangleClusterInputNV
  else:
    struct_VkClusterAccelerationStructureTriangleClusterInputNV_1124082064)
  VkRenderingEndInfoEXT_1124082427 = (when declared(VkRenderingEndInfoEXT):
    when ownSizeof(VkRenderingEndInfoEXT) != ownSizeof(VkRenderingEndInfoEXT_1124082426):
      static :
        warning("Declaration of " & "VkRenderingEndInfoEXT" &
            " exists but with different size")
    VkRenderingEndInfoEXT
  else:
    VkRenderingEndInfoEXT_1124082426)
  struct_VkPhysicalDeviceInlineUniformBlockProperties_1124076055 = (when declared(
      struct_VkPhysicalDeviceInlineUniformBlockProperties):
    when ownSizeof(struct_VkPhysicalDeviceInlineUniformBlockProperties) !=
        ownSizeof(struct_VkPhysicalDeviceInlineUniformBlockProperties_1124076054):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceInlineUniformBlockProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceInlineUniformBlockProperties
  else:
    struct_VkPhysicalDeviceInlineUniformBlockProperties_1124076054)
  VkPhysicalDevicePipelineRobustnessFeaturesEXT_1124078865 = (when declared(
      VkPhysicalDevicePipelineRobustnessFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePipelineRobustnessFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePipelineRobustnessFeaturesEXT_1124078864):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineRobustnessFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePipelineRobustnessFeaturesEXT
  else:
    VkPhysicalDevicePipelineRobustnessFeaturesEXT_1124078864)
  struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079719 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079718):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT
  else:
    struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079718)
  PFN_vkCreateCudaModuleNV_1124082865 = (when declared(PFN_vkCreateCudaModuleNV):
    when ownSizeof(PFN_vkCreateCudaModuleNV) !=
        ownSizeof(PFN_vkCreateCudaModuleNV_1124082864):
      static :
        warning("Declaration of " & "PFN_vkCreateCudaModuleNV" &
            " exists but with different size")
    PFN_vkCreateCudaModuleNV
  else:
    PFN_vkCreateCudaModuleNV_1124082864)
  enum_VkRayTracingShaderGroupTypeKHR_1124079327 = (when declared(
      enum_VkRayTracingShaderGroupTypeKHR):
    when ownSizeof(enum_VkRayTracingShaderGroupTypeKHR) !=
        ownSizeof(enum_VkRayTracingShaderGroupTypeKHR_1124079326):
      static :
        warning("Declaration of " & "enum_VkRayTracingShaderGroupTypeKHR" &
            " exists but with different size")
    enum_VkRayTracingShaderGroupTypeKHR
  else:
    enum_VkRayTracingShaderGroupTypeKHR_1124079326)
  struct_VkRayTracingPipelineCreateInfoKHR_1124082595 = (when declared(
      struct_VkRayTracingPipelineCreateInfoKHR):
    when ownSizeof(struct_VkRayTracingPipelineCreateInfoKHR) !=
        ownSizeof(struct_VkRayTracingPipelineCreateInfoKHR_1124082594):
      static :
        warning("Declaration of " & "struct_VkRayTracingPipelineCreateInfoKHR" &
            " exists but with different size")
    struct_VkRayTracingPipelineCreateInfoKHR
  else:
    struct_VkRayTracingPipelineCreateInfoKHR_1124082594)
  VkMemoryFdPropertiesKHR_1124077175 = (when declared(VkMemoryFdPropertiesKHR):
    when ownSizeof(VkMemoryFdPropertiesKHR) !=
        ownSizeof(VkMemoryFdPropertiesKHR_1124077174):
      static :
        warning("Declaration of " & "VkMemoryFdPropertiesKHR" &
            " exists but with different size")
    VkMemoryFdPropertiesKHR
  else:
    VkMemoryFdPropertiesKHR_1124077174)
  VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077971 = (when declared(
      VkPhysicalDeviceShaderUntypedPointersFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderUntypedPointersFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077970):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderUntypedPointersFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderUntypedPointersFeaturesKHR
  else:
    VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077970)
  struct_VkDeviceQueueCreateInfo_1124074549 = (when declared(
      struct_VkDeviceQueueCreateInfo):
    when ownSizeof(struct_VkDeviceQueueCreateInfo) !=
        ownSizeof(struct_VkDeviceQueueCreateInfo_1124074548):
      static :
        warning("Declaration of " & "struct_VkDeviceQueueCreateInfo" &
            " exists but with different size")
    struct_VkDeviceQueueCreateInfo
  else:
    struct_VkDeviceQueueCreateInfo_1124074548)
  VkClusterAccelerationStructureOpModeNV_1124082027 = (when declared(
      VkClusterAccelerationStructureOpModeNV):
    when ownSizeof(VkClusterAccelerationStructureOpModeNV) !=
        ownSizeof(VkClusterAccelerationStructureOpModeNV_1124082026):
      static :
        warning("Declaration of " & "VkClusterAccelerationStructureOpModeNV" &
            " exists but with different size")
    VkClusterAccelerationStructureOpModeNV
  else:
    VkClusterAccelerationStructureOpModeNV_1124082026)
  enum_StdVideoAV1ColorPrimaries_1124083341 = (when declared(
      enum_StdVideoAV1ColorPrimaries):
    when ownSizeof(enum_StdVideoAV1ColorPrimaries) !=
        ownSizeof(enum_StdVideoAV1ColorPrimaries_1124083340):
      static :
        warning("Declaration of " & "enum_StdVideoAV1ColorPrimaries" &
            " exists but with different size")
    enum_StdVideoAV1ColorPrimaries
  else:
    enum_StdVideoAV1ColorPrimaries_1124083340)
  VkPipelineStageFlags2_1124075873 = (when declared(VkPipelineStageFlags2):
    when ownSizeof(VkPipelineStageFlags2) != ownSizeof(VkPipelineStageFlags2_1124075872):
      static :
        warning("Declaration of " & "VkPipelineStageFlags2" &
            " exists but with different size")
    VkPipelineStageFlags2
  else:
    VkPipelineStageFlags2_1124075872)
  PFN_vkGetRenderingAreaGranularityKHR_1124078019 = (when declared(
      PFN_vkGetRenderingAreaGranularityKHR):
    when ownSizeof(PFN_vkGetRenderingAreaGranularityKHR) !=
        ownSizeof(PFN_vkGetRenderingAreaGranularityKHR_1124078018):
      static :
        warning("Declaration of " & "PFN_vkGetRenderingAreaGranularityKHR" &
            " exists but with different size")
    PFN_vkGetRenderingAreaGranularityKHR
  else:
    PFN_vkGetRenderingAreaGranularityKHR_1124078018)
  VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075729 = (when declared(
      VkDescriptorSetLayoutBindingFlagsCreateInfo):
    when ownSizeof(VkDescriptorSetLayoutBindingFlagsCreateInfo) !=
        ownSizeof(VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075728):
      static :
        warning("Declaration of " &
            "VkDescriptorSetLayoutBindingFlagsCreateInfo" &
            " exists but with different size")
    VkDescriptorSetLayoutBindingFlagsCreateInfo
  else:
    VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075728)
  VkAccessFlags_1124074145 = (when declared(VkAccessFlags):
    when ownSizeof(VkAccessFlags) != ownSizeof(VkAccessFlags_1124074144):
      static :
        warning("Declaration of " & "VkAccessFlags" &
            " exists but with different size")
    VkAccessFlags
  else:
    VkAccessFlags_1124074144)
  VkPhysicalDeviceShaderCorePropertiesARM_1124080921 = (when declared(
      VkPhysicalDeviceShaderCorePropertiesARM):
    when ownSizeof(VkPhysicalDeviceShaderCorePropertiesARM) !=
        ownSizeof(VkPhysicalDeviceShaderCorePropertiesARM_1124080920):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderCorePropertiesARM" &
            " exists but with different size")
    VkPhysicalDeviceShaderCorePropertiesARM
  else:
    VkPhysicalDeviceShaderCorePropertiesARM_1124080920)
  struct_VkVideoDecodeInfoKHR_1124076801 = (when declared(
      struct_VkVideoDecodeInfoKHR):
    when ownSizeof(struct_VkVideoDecodeInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeInfoKHR_1124076800):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeInfoKHR
  else:
    struct_VkVideoDecodeInfoKHR_1124076800)
  VkBindMemoryStatusKHR_1124078395 = (when declared(VkBindMemoryStatusKHR):
    when ownSizeof(VkBindMemoryStatusKHR) != ownSizeof(VkBindMemoryStatusKHR_1124078394):
      static :
        warning("Declaration of " & "VkBindMemoryStatusKHR" &
            " exists but with different size")
    VkBindMemoryStatusKHR
  else:
    VkBindMemoryStatusKHR_1124078394)
  struct_VkShadingRatePaletteNV_1124079291 = (when declared(
      struct_VkShadingRatePaletteNV):
    when ownSizeof(struct_VkShadingRatePaletteNV) !=
        ownSizeof(struct_VkShadingRatePaletteNV_1124079290):
      static :
        warning("Declaration of " & "struct_VkShadingRatePaletteNV" &
            " exists but with different size")
    struct_VkShadingRatePaletteNV
  else:
    struct_VkShadingRatePaletteNV_1124079290)
  VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080513 = (when declared(
      VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080512):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT
  else:
    VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080512)
  VkRenderingAttachmentLocationInfo_1124076423 = (when declared(
      VkRenderingAttachmentLocationInfo):
    when ownSizeof(VkRenderingAttachmentLocationInfo) !=
        ownSizeof(VkRenderingAttachmentLocationInfo_1124076422):
      static :
        warning("Declaration of " & "VkRenderingAttachmentLocationInfo" &
            " exists but with different size")
    VkRenderingAttachmentLocationInfo
  else:
    VkRenderingAttachmentLocationInfo_1124076422)
  struct_VkSharedPresentSurfaceCapabilitiesKHR_1124077287 = (when declared(
      struct_VkSharedPresentSurfaceCapabilitiesKHR):
    when ownSizeof(struct_VkSharedPresentSurfaceCapabilitiesKHR) !=
        ownSizeof(struct_VkSharedPresentSurfaceCapabilitiesKHR_1124077286):
      static :
        warning("Declaration of " &
            "struct_VkSharedPresentSurfaceCapabilitiesKHR" &
            " exists but with different size")
    struct_VkSharedPresentSurfaceCapabilitiesKHR
  else:
    struct_VkSharedPresentSurfaceCapabilitiesKHR_1124077286)
  VkAccelerationStructureMemoryRequirementsTypeNV_1124079353 = (when declared(
      VkAccelerationStructureMemoryRequirementsTypeNV):
    when ownSizeof(VkAccelerationStructureMemoryRequirementsTypeNV) !=
        ownSizeof(VkAccelerationStructureMemoryRequirementsTypeNV_1124079352):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureMemoryRequirementsTypeNV" &
            " exists but with different size")
    VkAccelerationStructureMemoryRequirementsTypeNV
  else:
    VkAccelerationStructureMemoryRequirementsTypeNV_1124079352)
  VkExternalMemoryPropertiesKHR_1124077149 = (when declared(
      VkExternalMemoryPropertiesKHR):
    when ownSizeof(VkExternalMemoryPropertiesKHR) !=
        ownSizeof(VkExternalMemoryPropertiesKHR_1124077148):
      static :
        warning("Declaration of " & "VkExternalMemoryPropertiesKHR" &
            " exists but with different size")
    VkExternalMemoryPropertiesKHR
  else:
    VkExternalMemoryPropertiesKHR_1124077148)
  struct_VkDataGraphPipelineResourceInfoARM_1124081747 = (when declared(
      struct_VkDataGraphPipelineResourceInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineResourceInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineResourceInfoARM_1124081746):
      static :
        warning("Declaration of " & "struct_VkDataGraphPipelineResourceInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineResourceInfoARM
  else:
    struct_VkDataGraphPipelineResourceInfoARM_1124081746)
  enum_VkObjectType_1124074005 = (when declared(enum_VkObjectType):
    when ownSizeof(enum_VkObjectType) != ownSizeof(enum_VkObjectType_1124074004):
      static :
        warning("Declaration of " & "enum_VkObjectType" &
            " exists but with different size")
    enum_VkObjectType
  else:
    enum_VkObjectType_1124074004)
  struct_VkDependencyInfo_1124075939 = (when declared(struct_VkDependencyInfo):
    when ownSizeof(struct_VkDependencyInfo) !=
        ownSizeof(struct_VkDependencyInfo_1124075938):
      static :
        warning("Declaration of " & "struct_VkDependencyInfo" &
            " exists but with different size")
    struct_VkDependencyInfo
  else:
    struct_VkDependencyInfo_1124075938)
  VkPhysicalDeviceInlineUniformBlockFeatures_1124076053 = (when declared(
      VkPhysicalDeviceInlineUniformBlockFeatures):
    when ownSizeof(VkPhysicalDeviceInlineUniformBlockFeatures) !=
        ownSizeof(VkPhysicalDeviceInlineUniformBlockFeatures_1124076052):
      static :
        warning("Declaration of " & "VkPhysicalDeviceInlineUniformBlockFeatures" &
            " exists but with different size")
    VkPhysicalDeviceInlineUniformBlockFeatures
  else:
    VkPhysicalDeviceInlineUniformBlockFeatures_1124076052)
  PFN_vkCreateSharedSwapchainsKHR_1124076631 = (when declared(
      PFN_vkCreateSharedSwapchainsKHR):
    when ownSizeof(PFN_vkCreateSharedSwapchainsKHR) !=
        ownSizeof(PFN_vkCreateSharedSwapchainsKHR_1124076630):
      static :
        warning("Declaration of " & "PFN_vkCreateSharedSwapchainsKHR" &
            " exists but with different size")
    PFN_vkCreateSharedSwapchainsKHR
  else:
    PFN_vkCreateSharedSwapchainsKHR_1124076630)
  PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT_1124080329 = (when declared(
      PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT):
    when ownSizeof(PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT) !=
        ownSizeof(PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT_1124080328):
      static :
        warning("Declaration of " &
            "PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT" &
            " exists but with different size")
    PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT
  else:
    PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT_1124080328)
  PFN_vkUpdateIndirectExecutionSetShaderEXT_1124082319 = (when declared(
      PFN_vkUpdateIndirectExecutionSetShaderEXT):
    when ownSizeof(PFN_vkUpdateIndirectExecutionSetShaderEXT) !=
        ownSizeof(PFN_vkUpdateIndirectExecutionSetShaderEXT_1124082318):
      static :
        warning("Declaration of " & "PFN_vkUpdateIndirectExecutionSetShaderEXT" &
            " exists but with different size")
    PFN_vkUpdateIndirectExecutionSetShaderEXT
  else:
    PFN_vkUpdateIndirectExecutionSetShaderEXT_1124082318)
  VkTraceRaysIndirectCommandKHR_1124082609 = (when declared(
      VkTraceRaysIndirectCommandKHR):
    when ownSizeof(VkTraceRaysIndirectCommandKHR) !=
        ownSizeof(VkTraceRaysIndirectCommandKHR_1124082608):
      static :
        warning("Declaration of " & "VkTraceRaysIndirectCommandKHR" &
            " exists but with different size")
    VkTraceRaysIndirectCommandKHR
  else:
    VkTraceRaysIndirectCommandKHR_1124082608)
  struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079753 = (when declared(
      struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079752):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079752)
  struct_VkPhysicalDeviceTileShadingFeaturesQCOM_1124080225 = (when declared(
      struct_VkPhysicalDeviceTileShadingFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceTileShadingFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceTileShadingFeaturesQCOM_1124080224):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTileShadingFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTileShadingFeaturesQCOM
  else:
    struct_VkPhysicalDeviceTileShadingFeaturesQCOM_1124080224)
  struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082105 = (when declared(
      struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082104):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV
  else:
    struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082104)
  VkVideoDecodeCapabilityFlagBitsKHR_1124076781 = (when declared(
      VkVideoDecodeCapabilityFlagBitsKHR):
    when ownSizeof(VkVideoDecodeCapabilityFlagBitsKHR) !=
        ownSizeof(VkVideoDecodeCapabilityFlagBitsKHR_1124076780):
      static :
        warning("Declaration of " & "VkVideoDecodeCapabilityFlagBitsKHR" &
            " exists but with different size")
    VkVideoDecodeCapabilityFlagBitsKHR
  else:
    VkVideoDecodeCapabilityFlagBitsKHR_1124076780)
  struct_VkRenderingAttachmentFlagsInfoKHR_1124078645 = (when declared(
      struct_VkRenderingAttachmentFlagsInfoKHR):
    when ownSizeof(struct_VkRenderingAttachmentFlagsInfoKHR) !=
        ownSizeof(struct_VkRenderingAttachmentFlagsInfoKHR_1124078644):
      static :
        warning("Declaration of " & "struct_VkRenderingAttachmentFlagsInfoKHR" &
            " exists but with different size")
    struct_VkRenderingAttachmentFlagsInfoKHR
  else:
    struct_VkRenderingAttachmentFlagsInfoKHR_1124078644)
  VkTessellationDomainOriginKHR_1124077391 = (when declared(
      VkTessellationDomainOriginKHR):
    when ownSizeof(VkTessellationDomainOriginKHR) !=
        ownSizeof(VkTessellationDomainOriginKHR_1124077390):
      static :
        warning("Declaration of " & "VkTessellationDomainOriginKHR" &
            " exists but with different size")
    VkTessellationDomainOriginKHR
  else:
    VkTessellationDomainOriginKHR_1124077390)
  struct_VkGeometryTrianglesNV_1124079393 = (when declared(
      struct_VkGeometryTrianglesNV):
    when ownSizeof(struct_VkGeometryTrianglesNV) !=
        ownSizeof(struct_VkGeometryTrianglesNV_1124079392):
      static :
        warning("Declaration of " & "struct_VkGeometryTrianglesNV" &
            " exists but with different size")
    struct_VkGeometryTrianglesNV
  else:
    struct_VkGeometryTrianglesNV_1124079392)
  PFN_vkCreateHeadlessSurfaceEXT_1124079877 = (when declared(
      PFN_vkCreateHeadlessSurfaceEXT):
    when ownSizeof(PFN_vkCreateHeadlessSurfaceEXT) !=
        ownSizeof(PFN_vkCreateHeadlessSurfaceEXT_1124079876):
      static :
        warning("Declaration of " & "PFN_vkCreateHeadlessSurfaceEXT" &
            " exists but with different size")
    PFN_vkCreateHeadlessSurfaceEXT
  else:
    PFN_vkCreateHeadlessSurfaceEXT_1124079876)
  VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080757 = (when declared(
      VkPhysicalDeviceImage2DViewOf3DFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceImage2DViewOf3DFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080756):
      static :
        warning("Declaration of " & "VkPhysicalDeviceImage2DViewOf3DFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
  else:
    VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080756)
  struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082599 = (when declared(
      struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082598):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR
  else:
    struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082598)
  PFN_vkCmdResetEvent2_1124076147 = (when declared(PFN_vkCmdResetEvent2):
    when ownSizeof(PFN_vkCmdResetEvent2) != ownSizeof(PFN_vkCmdResetEvent2_1124076146):
      static :
        warning("Declaration of " & "PFN_vkCmdResetEvent2" &
            " exists but with different size")
    PFN_vkCmdResetEvent2
  else:
    PFN_vkCmdResetEvent2_1124076146)
  StdVideoDecodeVP9PictureInfoFlags_1124083099 = (when declared(
      StdVideoDecodeVP9PictureInfoFlags):
    when ownSizeof(StdVideoDecodeVP9PictureInfoFlags) !=
        ownSizeof(StdVideoDecodeVP9PictureInfoFlags_1124083098):
      static :
        warning("Declaration of " & "StdVideoDecodeVP9PictureInfoFlags" &
            " exists but with different size")
    StdVideoDecodeVP9PictureInfoFlags
  else:
    StdVideoDecodeVP9PictureInfoFlags_1124083098)
  struct_StdVideoAV1TileInfo_1124083211 = (when declared(
      struct_StdVideoAV1TileInfo):
    when ownSizeof(struct_StdVideoAV1TileInfo) !=
        ownSizeof(struct_StdVideoAV1TileInfo_1124083210):
      static :
        warning("Declaration of " & "struct_StdVideoAV1TileInfo" &
            " exists but with different size")
    struct_StdVideoAV1TileInfo
  else:
    struct_StdVideoAV1TileInfo_1124083210)
  VkClusterAccelerationStructureCommandsInfoNV_1124082087 = (when declared(
      VkClusterAccelerationStructureCommandsInfoNV):
    when ownSizeof(VkClusterAccelerationStructureCommandsInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureCommandsInfoNV_1124082086):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureCommandsInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureCommandsInfoNV
  else:
    VkClusterAccelerationStructureCommandsInfoNV_1124082086)
  StdVideoVP9SegmentationFlags_1124083307 = (when declared(
      StdVideoVP9SegmentationFlags):
    when ownSizeof(StdVideoVP9SegmentationFlags) !=
        ownSizeof(StdVideoVP9SegmentationFlags_1124083306):
      static :
        warning("Declaration of " & "StdVideoVP9SegmentationFlags" &
            " exists but with different size")
    StdVideoVP9SegmentationFlags
  else:
    StdVideoVP9SegmentationFlags_1124083306)
  struct_VkVideoReferenceSlotInfoKHR_1124076719 = (when declared(
      struct_VkVideoReferenceSlotInfoKHR):
    when ownSizeof(struct_VkVideoReferenceSlotInfoKHR) !=
        ownSizeof(struct_VkVideoReferenceSlotInfoKHR_1124076718):
      static :
        warning("Declaration of " & "struct_VkVideoReferenceSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoReferenceSlotInfoKHR
  else:
    struct_VkVideoReferenceSlotInfoKHR_1124076718)
  struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082053 = (when declared(
      struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082052):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV
  else:
    struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082052)
  VkValidationFlagsEXT_1124078849 = (when declared(VkValidationFlagsEXT):
    when ownSizeof(VkValidationFlagsEXT) != ownSizeof(VkValidationFlagsEXT_1124078848):
      static :
        warning("Declaration of " & "VkValidationFlagsEXT" &
            " exists but with different size")
    VkValidationFlagsEXT
  else:
    VkValidationFlagsEXT_1124078848)
  VkBufferViewCreateFlags_1124074319 = (when declared(VkBufferViewCreateFlags):
    when ownSizeof(VkBufferViewCreateFlags) !=
        ownSizeof(VkBufferViewCreateFlags_1124074318):
      static :
        warning("Declaration of " & "VkBufferViewCreateFlags" &
            " exists but with different size")
    VkBufferViewCreateFlags
  else:
    VkBufferViewCreateFlags_1124074318)
  struct_VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082113 = (when declared(
      struct_VkClusterAccelerationStructureInstantiateClusterInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureInstantiateClusterInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082112):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureInstantiateClusterInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureInstantiateClusterInfoNV
  else:
    struct_VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082112)
  PFN_vkCmdTraceRaysIndirectKHR_1124082617 = (when declared(
      PFN_vkCmdTraceRaysIndirectKHR):
    when ownSizeof(PFN_vkCmdTraceRaysIndirectKHR) !=
        ownSizeof(PFN_vkCmdTraceRaysIndirectKHR_1124082616):
      static :
        warning("Declaration of " & "PFN_vkCmdTraceRaysIndirectKHR" &
            " exists but with different size")
    PFN_vkCmdTraceRaysIndirectKHR
  else:
    PFN_vkCmdTraceRaysIndirectKHR_1124082616)
  VkExternalSemaphoreProperties_1124075455 = (when declared(
      VkExternalSemaphoreProperties):
    when ownSizeof(VkExternalSemaphoreProperties) !=
        ownSizeof(VkExternalSemaphoreProperties_1124075454):
      static :
        warning("Declaration of " & "VkExternalSemaphoreProperties" &
            " exists but with different size")
    VkExternalSemaphoreProperties
  else:
    VkExternalSemaphoreProperties_1124075454)
  PFN_vkDestroyDebugUtilsMessengerEXT_1124079111 = (when declared(
      PFN_vkDestroyDebugUtilsMessengerEXT):
    when ownSizeof(PFN_vkDestroyDebugUtilsMessengerEXT) !=
        ownSizeof(PFN_vkDestroyDebugUtilsMessengerEXT_1124079110):
      static :
        warning("Declaration of " & "PFN_vkDestroyDebugUtilsMessengerEXT" &
            " exists but with different size")
    PFN_vkDestroyDebugUtilsMessengerEXT
  else:
    PFN_vkDestroyDebugUtilsMessengerEXT_1124079110)
  VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080997 = (when declared(
      VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080996):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
  else:
    VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080996)
  VkMemoryOverallocationBehaviorAMD_1124079539 = (when declared(
      VkMemoryOverallocationBehaviorAMD):
    when ownSizeof(VkMemoryOverallocationBehaviorAMD) !=
        ownSizeof(VkMemoryOverallocationBehaviorAMD_1124079538):
      static :
        warning("Declaration of " & "VkMemoryOverallocationBehaviorAMD" &
            " exists but with different size")
    VkMemoryOverallocationBehaviorAMD
  else:
    VkMemoryOverallocationBehaviorAMD_1124079538)
  VkDeviceTensorMemoryRequirementsARM_1124081311 = (when declared(
      VkDeviceTensorMemoryRequirementsARM):
    when ownSizeof(VkDeviceTensorMemoryRequirementsARM) !=
        ownSizeof(VkDeviceTensorMemoryRequirementsARM_1124081310):
      static :
        warning("Declaration of " & "VkDeviceTensorMemoryRequirementsARM" &
            " exists but with different size")
    VkDeviceTensorMemoryRequirementsARM
  else:
    VkDeviceTensorMemoryRequirementsARM_1124081310)
  struct_VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081589 = (when declared(
      struct_VkPhysicalDeviceCooperativeVectorPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeVectorPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081588):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeVectorPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeVectorPropertiesNV
  else:
    struct_VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081588)
  struct_VkPhysicalDeviceMaintenance6Properties_1124076285 = (when declared(
      struct_VkPhysicalDeviceMaintenance6Properties):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance6Properties) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance6Properties_1124076284):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance6Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance6Properties
  else:
    struct_VkPhysicalDeviceMaintenance6Properties_1124076284)
  VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081561 = (when declared(
      VkPhysicalDeviceAmigoProfilingFeaturesSEC):
    when ownSizeof(VkPhysicalDeviceAmigoProfilingFeaturesSEC) !=
        ownSizeof(VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081560):
      static :
        warning("Declaration of " & "VkPhysicalDeviceAmigoProfilingFeaturesSEC" &
            " exists but with different size")
    VkPhysicalDeviceAmigoProfilingFeaturesSEC
  else:
    VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081560)
  struct_HINSTANCE_private_1124082967 = (when declared(struct_HINSTANCE_private):
    when ownSizeof(struct_HINSTANCE_private) !=
        ownSizeof(struct_HINSTANCE_private_1124082966):
      static :
        warning("Declaration of " & "struct_HINSTANCE_private" &
            " exists but with different size")
    struct_HINSTANCE_private
  else:
    struct_HINSTANCE_private_1124082966)
  VkSemaphoreWaitFlagBitsKHR_1124077585 = (when declared(
      VkSemaphoreWaitFlagBitsKHR):
    when ownSizeof(VkSemaphoreWaitFlagBitsKHR) !=
        ownSizeof(VkSemaphoreWaitFlagBitsKHR_1124077584):
      static :
        warning("Declaration of " & "VkSemaphoreWaitFlagBitsKHR" &
            " exists but with different size")
    VkSemaphoreWaitFlagBitsKHR
  else:
    VkSemaphoreWaitFlagBitsKHR_1124077584)
  VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079179 = (when declared(
      VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079178):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
  else:
    VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079178)
  VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV_1124079583 = (when declared(
      VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV):
    when ownSizeof(VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV_1124079582):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV
  else:
    VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV_1124079582)
  VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081625 = (when declared(
      VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081624):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT
  else:
    VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081624)
  VkDescriptorPoolSize_1124074747 = (when declared(VkDescriptorPoolSize):
    when ownSizeof(VkDescriptorPoolSize) != ownSizeof(VkDescriptorPoolSize_1124074746):
      static :
        warning("Declaration of " & "VkDescriptorPoolSize" &
            " exists but with different size")
    VkDescriptorPoolSize
  else:
    VkDescriptorPoolSize_1124074746)
  VkMemoryAllocateFlagBits_1124075203 = (when declared(VkMemoryAllocateFlagBits):
    when ownSizeof(VkMemoryAllocateFlagBits) !=
        ownSizeof(VkMemoryAllocateFlagBits_1124075202):
      static :
        warning("Declaration of " & "VkMemoryAllocateFlagBits" &
            " exists but with different size")
    VkMemoryAllocateFlagBits
  else:
    VkMemoryAllocateFlagBits_1124075202)
  enum_VkAccelerationStructureCompatibilityKHR_1124080789 = (when declared(
      enum_VkAccelerationStructureCompatibilityKHR):
    when ownSizeof(enum_VkAccelerationStructureCompatibilityKHR) !=
        ownSizeof(enum_VkAccelerationStructureCompatibilityKHR_1124080788):
      static :
        warning("Declaration of " &
            "enum_VkAccelerationStructureCompatibilityKHR" &
            " exists but with different size")
    enum_VkAccelerationStructureCompatibilityKHR
  else:
    enum_VkAccelerationStructureCompatibilityKHR_1124080788)
  VkPhysicalDeviceDataGraphOperationSupportARM_1124081805 = (when declared(
      VkPhysicalDeviceDataGraphOperationSupportARM):
    when ownSizeof(VkPhysicalDeviceDataGraphOperationSupportARM) !=
        ownSizeof(VkPhysicalDeviceDataGraphOperationSupportARM_1124081804):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDataGraphOperationSupportARM" &
            " exists but with different size")
    VkPhysicalDeviceDataGraphOperationSupportARM
  else:
    VkPhysicalDeviceDataGraphOperationSupportARM_1124081804)
  enum_VkRenderPassCreateFlagBits_1124074423 = (when declared(
      enum_VkRenderPassCreateFlagBits):
    when ownSizeof(enum_VkRenderPassCreateFlagBits) !=
        ownSizeof(enum_VkRenderPassCreateFlagBits_1124074422):
      static :
        warning("Declaration of " & "enum_VkRenderPassCreateFlagBits" &
            " exists but with different size")
    enum_VkRenderPassCreateFlagBits
  else:
    enum_VkRenderPassCreateFlagBits_1124074422)
  PFN_vkBindBufferMemory2KHR_1124077505 = (when declared(
      PFN_vkBindBufferMemory2KHR):
    when ownSizeof(PFN_vkBindBufferMemory2KHR) !=
        ownSizeof(PFN_vkBindBufferMemory2KHR_1124077504):
      static :
        warning("Declaration of " & "PFN_vkBindBufferMemory2KHR" &
            " exists but with different size")
    PFN_vkBindBufferMemory2KHR
  else:
    PFN_vkBindBufferMemory2KHR_1124077504)
  struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079817 = (when declared(
      struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079816):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV
  else:
    struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079816)
  struct_VkDepthClampRangeEXT_1124081533 = (when declared(
      struct_VkDepthClampRangeEXT):
    when ownSizeof(struct_VkDepthClampRangeEXT) !=
        ownSizeof(struct_VkDepthClampRangeEXT_1124081532):
      static :
        warning("Declaration of " & "struct_VkDepthClampRangeEXT" &
            " exists but with different size")
    struct_VkDepthClampRangeEXT
  else:
    struct_VkDepthClampRangeEXT_1124081532)
  struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082523 = (when declared(
      struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082522):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR
  else:
    struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082522)
  PFN_vkDestroySemaphore_1124074975 = (when declared(PFN_vkDestroySemaphore):
    when ownSizeof(PFN_vkDestroySemaphore) != ownSizeof(PFN_vkDestroySemaphore_1124074974):
      static :
        warning("Declaration of " & "PFN_vkDestroySemaphore" &
            " exists but with different size")
    PFN_vkDestroySemaphore
  else:
    PFN_vkDestroySemaphore_1124074974)
  struct_VkExternalMemoryImageCreateInfoNV_1124078835 = (when declared(
      struct_VkExternalMemoryImageCreateInfoNV):
    when ownSizeof(struct_VkExternalMemoryImageCreateInfoNV) !=
        ownSizeof(struct_VkExternalMemoryImageCreateInfoNV_1124078834):
      static :
        warning("Declaration of " & "struct_VkExternalMemoryImageCreateInfoNV" &
            " exists but with different size")
    struct_VkExternalMemoryImageCreateInfoNV
  else:
    struct_VkExternalMemoryImageCreateInfoNV_1124078834)
  PFN_vkCmdPushDescriptorSetKHR_1124077219 = (when declared(
      PFN_vkCmdPushDescriptorSetKHR):
    when ownSizeof(PFN_vkCmdPushDescriptorSetKHR) !=
        ownSizeof(PFN_vkCmdPushDescriptorSetKHR_1124077218):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSetKHR" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSetKHR
  else:
    PFN_vkCmdPushDescriptorSetKHR_1124077218)
  VkMemoryHeapFlags_1124074187 = (when declared(VkMemoryHeapFlags):
    when ownSizeof(VkMemoryHeapFlags) != ownSizeof(VkMemoryHeapFlags_1124074186):
      static :
        warning("Declaration of " & "VkMemoryHeapFlags" &
            " exists but with different size")
    VkMemoryHeapFlags
  else:
    VkMemoryHeapFlags_1124074186)
  VkFenceImportFlagsKHR_1124077307 = (when declared(VkFenceImportFlagsKHR):
    when ownSizeof(VkFenceImportFlagsKHR) != ownSizeof(VkFenceImportFlagsKHR_1124077306):
      static :
        warning("Declaration of " & "VkFenceImportFlagsKHR" &
            " exists but with different size")
    VkFenceImportFlagsKHR
  else:
    VkFenceImportFlagsKHR_1124077306)
  VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079051 = (when declared(
      VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG):
    when ownSizeof(VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG) !=
        ownSizeof(VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079050):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG" &
            " exists but with different size")
    VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG
  else:
    VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079050)
  VkAttachmentStoreOp_1124074135 = (when declared(VkAttachmentStoreOp):
    when ownSizeof(VkAttachmentStoreOp) != ownSizeof(VkAttachmentStoreOp_1124074134):
      static :
        warning("Declaration of " & "VkAttachmentStoreOp" &
            " exists but with different size")
    VkAttachmentStoreOp
  else:
    VkAttachmentStoreOp_1124074134)
  enum_VkDependencyFlagBits_1124074277 = (when declared(
      enum_VkDependencyFlagBits):
    when ownSizeof(enum_VkDependencyFlagBits) !=
        ownSizeof(enum_VkDependencyFlagBits_1124074276):
      static :
        warning("Declaration of " & "enum_VkDependencyFlagBits" &
            " exists but with different size")
    enum_VkDependencyFlagBits
  else:
    enum_VkDependencyFlagBits_1124074276)
  struct_VkVertexInputAttributeDescription_1124074785 = (when declared(
      struct_VkVertexInputAttributeDescription):
    when ownSizeof(struct_VkVertexInputAttributeDescription) !=
        ownSizeof(struct_VkVertexInputAttributeDescription_1124074784):
      static :
        warning("Declaration of " & "struct_VkVertexInputAttributeDescription" &
            " exists but with different size")
    struct_VkVertexInputAttributeDescription
  else:
    struct_VkVertexInputAttributeDescription_1124074784)
  VkImageMemoryRequirementsInfo2KHR_1124077461 = (when declared(
      VkImageMemoryRequirementsInfo2KHR):
    when ownSizeof(VkImageMemoryRequirementsInfo2KHR) !=
        ownSizeof(VkImageMemoryRequirementsInfo2KHR_1124077460):
      static :
        warning("Declaration of " & "VkImageMemoryRequirementsInfo2KHR" &
            " exists but with different size")
    VkImageMemoryRequirementsInfo2KHR
  else:
    VkImageMemoryRequirementsInfo2KHR_1124077460)
  struct_VkConditionalRenderingBeginInfoEXT_1124078877 = (when declared(
      struct_VkConditionalRenderingBeginInfoEXT):
    when ownSizeof(struct_VkConditionalRenderingBeginInfoEXT) !=
        ownSizeof(struct_VkConditionalRenderingBeginInfoEXT_1124078876):
      static :
        warning("Declaration of " & "struct_VkConditionalRenderingBeginInfoEXT" &
            " exists but with different size")
    struct_VkConditionalRenderingBeginInfoEXT
  else:
    struct_VkConditionalRenderingBeginInfoEXT_1124078876)
  struct_VkAttachmentReferenceStencilLayout_1124075827 = (when declared(
      struct_VkAttachmentReferenceStencilLayout):
    when ownSizeof(struct_VkAttachmentReferenceStencilLayout) !=
        ownSizeof(struct_VkAttachmentReferenceStencilLayout_1124075826):
      static :
        warning("Declaration of " & "struct_VkAttachmentReferenceStencilLayout" &
            " exists but with different size")
    struct_VkAttachmentReferenceStencilLayout
  else:
    struct_VkAttachmentReferenceStencilLayout_1124075826)
  struct_VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079859 = (when declared(
      struct_VkPhysicalDeviceProvokingVertexFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceProvokingVertexFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079858):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceProvokingVertexFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceProvokingVertexFeaturesEXT
  else:
    struct_VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079858)
  VkCubicFilterWeightsQCOM_1124081879 = (when declared(VkCubicFilterWeightsQCOM):
    when ownSizeof(VkCubicFilterWeightsQCOM) !=
        ownSizeof(VkCubicFilterWeightsQCOM_1124081878):
      static :
        warning("Declaration of " & "VkCubicFilterWeightsQCOM" &
            " exists but with different size")
    VkCubicFilterWeightsQCOM
  else:
    VkCubicFilterWeightsQCOM_1124081878)
  StdVideoAV1GlobalMotion_1124083085 = (when declared(StdVideoAV1GlobalMotion):
    when ownSizeof(StdVideoAV1GlobalMotion) !=
        ownSizeof(StdVideoAV1GlobalMotion_1124083084):
      static :
        warning("Declaration of " & "StdVideoAV1GlobalMotion" &
            " exists but with different size")
    StdVideoAV1GlobalMotion
  else:
    StdVideoAV1GlobalMotion_1124083084)
  VkPartitionedAccelerationStructureOpTypeNV_1124082135 = (when declared(
      VkPartitionedAccelerationStructureOpTypeNV):
    when ownSizeof(VkPartitionedAccelerationStructureOpTypeNV) !=
        ownSizeof(VkPartitionedAccelerationStructureOpTypeNV_1124082134):
      static :
        warning("Declaration of " & "VkPartitionedAccelerationStructureOpTypeNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureOpTypeNV
  else:
    VkPartitionedAccelerationStructureOpTypeNV_1124082134)
  struct_VkVideoEncodeIntraRefreshInfoKHR_1124078477 = (when declared(
      struct_VkVideoEncodeIntraRefreshInfoKHR):
    when ownSizeof(struct_VkVideoEncodeIntraRefreshInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeIntraRefreshInfoKHR_1124078476):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeIntraRefreshInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeIntraRefreshInfoKHR
  else:
    struct_VkVideoEncodeIntraRefreshInfoKHR_1124078476)
  VkTensorCreateFlagsARM_1124081253 = (when declared(VkTensorCreateFlagsARM):
    when ownSizeof(VkTensorCreateFlagsARM) != ownSizeof(VkTensorCreateFlagsARM_1124081252):
      static :
        warning("Declaration of " & "VkTensorCreateFlagsARM" &
            " exists but with different size")
    VkTensorCreateFlagsARM
  else:
    VkTensorCreateFlagsARM_1124081252)
  VkShaderFloatControlsIndependence_1124075603 = (when declared(
      VkShaderFloatControlsIndependence):
    when ownSizeof(VkShaderFloatControlsIndependence) !=
        ownSizeof(VkShaderFloatControlsIndependence_1124075602):
      static :
        warning("Declaration of " & "VkShaderFloatControlsIndependence" &
            " exists but with different size")
    VkShaderFloatControlsIndependence
  else:
    VkShaderFloatControlsIndependence_1124075602)
  PFN_vkCreateExecutionGraphPipelinesAMDX_1124082827 = (when declared(
      PFN_vkCreateExecutionGraphPipelinesAMDX):
    when ownSizeof(PFN_vkCreateExecutionGraphPipelinesAMDX) !=
        ownSizeof(PFN_vkCreateExecutionGraphPipelinesAMDX_1124082826):
      static :
        warning("Declaration of " & "PFN_vkCreateExecutionGraphPipelinesAMDX" &
            " exists but with different size")
    PFN_vkCreateExecutionGraphPipelinesAMDX
  else:
    PFN_vkCreateExecutionGraphPipelinesAMDX_1124082826)
  StdVideoH265SliceType_1124083037 = (when declared(StdVideoH265SliceType):
    when ownSizeof(StdVideoH265SliceType) != ownSizeof(StdVideoH265SliceType_1124083036):
      static :
        warning("Declaration of " & "StdVideoH265SliceType" &
            " exists but with different size")
    StdVideoH265SliceType
  else:
    StdVideoH265SliceType_1124083036)
  VkVideoEncodeRateControlFlagsKHR_1124077809 = (when declared(
      VkVideoEncodeRateControlFlagsKHR):
    when ownSizeof(VkVideoEncodeRateControlFlagsKHR) !=
        ownSizeof(VkVideoEncodeRateControlFlagsKHR_1124077808):
      static :
        warning("Declaration of " & "VkVideoEncodeRateControlFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeRateControlFlagsKHR
  else:
    VkVideoEncodeRateControlFlagsKHR_1124077808)
  VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080397 = (when declared(
      VkAccelerationStructureGeometryMotionTrianglesDataNV):
    when ownSizeof(VkAccelerationStructureGeometryMotionTrianglesDataNV) !=
        ownSizeof(VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080396):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureGeometryMotionTrianglesDataNV" &
            " exists but with different size")
    VkAccelerationStructureGeometryMotionTrianglesDataNV
  else:
    VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080396)
  PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_1124079529 = (when declared(
      PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT):
    when ownSizeof(PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT) !=
        ownSizeof(PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_1124079528):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT
  else:
    PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_1124079528)
  VkBool32_1124073926 = (when declared(VkBool32):
    when ownSizeof(VkBool32) != ownSizeof(VkBool32_1124073925):
      static :
        warning("Declaration of " & "VkBool32" &
            " exists but with different size")
    VkBool32
  else:
    VkBool32_1124073925)
  VkPhysicalDevicePresentMeteringFeaturesNV_1124082425 = (when declared(
      VkPhysicalDevicePresentMeteringFeaturesNV):
    when ownSizeof(VkPhysicalDevicePresentMeteringFeaturesNV) !=
        ownSizeof(VkPhysicalDevicePresentMeteringFeaturesNV_1124082424):
      static :
        warning("Declaration of " & "VkPhysicalDevicePresentMeteringFeaturesNV" &
            " exists but with different size")
    VkPhysicalDevicePresentMeteringFeaturesNV
  else:
    VkPhysicalDevicePresentMeteringFeaturesNV_1124082424)
  VkPhysicalDeviceMaintenance7FeaturesKHR_1124078539 = (when declared(
      VkPhysicalDeviceMaintenance7FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance7FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance7FeaturesKHR_1124078538):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance7FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance7FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance7FeaturesKHR_1124078538)
  VkBlendFactor_1124074095 = (when declared(VkBlendFactor):
    when ownSizeof(VkBlendFactor) != ownSizeof(VkBlendFactor_1124074094):
      static :
        warning("Declaration of " & "VkBlendFactor" &
            " exists but with different size")
    VkBlendFactor
  else:
    VkBlendFactor_1124074094)
  enum_VkPipelineCreationFeedbackFlagBits_1124075891 = (when declared(
      enum_VkPipelineCreationFeedbackFlagBits):
    when ownSizeof(enum_VkPipelineCreationFeedbackFlagBits) !=
        ownSizeof(enum_VkPipelineCreationFeedbackFlagBits_1124075890):
      static :
        warning("Declaration of " & "enum_VkPipelineCreationFeedbackFlagBits" &
            " exists but with different size")
    enum_VkPipelineCreationFeedbackFlagBits
  else:
    enum_VkPipelineCreationFeedbackFlagBits_1124075890)
  struct_VkDeviceGroupDeviceCreateInfo_1124075309 = (when declared(
      struct_VkDeviceGroupDeviceCreateInfo):
    when ownSizeof(struct_VkDeviceGroupDeviceCreateInfo) !=
        ownSizeof(struct_VkDeviceGroupDeviceCreateInfo_1124075308):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupDeviceCreateInfo" &
            " exists but with different size")
    struct_VkDeviceGroupDeviceCreateInfo
  else:
    struct_VkDeviceGroupDeviceCreateInfo_1124075308)
  VkVideoEncodeH265SessionCreateInfoKHR_1124076941 = (when declared(
      VkVideoEncodeH265SessionCreateInfoKHR):
    when ownSizeof(VkVideoEncodeH265SessionCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeH265SessionCreateInfoKHR_1124076940):
      static :
        warning("Declaration of " & "VkVideoEncodeH265SessionCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265SessionCreateInfoKHR
  else:
    VkVideoEncodeH265SessionCreateInfoKHR_1124076940)
  PFN_vkCmdDrawIndexedIndirectCountAMD_1124078793 = (when declared(
      PFN_vkCmdDrawIndexedIndirectCountAMD):
    when ownSizeof(PFN_vkCmdDrawIndexedIndirectCountAMD) !=
        ownSizeof(PFN_vkCmdDrawIndexedIndirectCountAMD_1124078792):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndexedIndirectCountAMD" &
            " exists but with different size")
    PFN_vkCmdDrawIndexedIndirectCountAMD
  else:
    PFN_vkCmdDrawIndexedIndirectCountAMD_1124078792)
  enum_VkDescriptorSetLayoutCreateFlagBits_1124074367 = (when declared(
      enum_VkDescriptorSetLayoutCreateFlagBits):
    when ownSizeof(enum_VkDescriptorSetLayoutCreateFlagBits) !=
        ownSizeof(enum_VkDescriptorSetLayoutCreateFlagBits_1124074366):
      static :
        warning("Declaration of " & "enum_VkDescriptorSetLayoutCreateFlagBits" &
            " exists but with different size")
    enum_VkDescriptorSetLayoutCreateFlagBits
  else:
    enum_VkDescriptorSetLayoutCreateFlagBits_1124074366)
  VkAccessFlags3KHR_1124078557 = (when declared(VkAccessFlags3KHR):
    when ownSizeof(VkAccessFlags3KHR) != ownSizeof(VkAccessFlags3KHR_1124078556):
      static :
        warning("Declaration of " & "VkAccessFlags3KHR" &
            " exists but with different size")
    VkAccessFlags3KHR
  else:
    VkAccessFlags3KHR_1124078556)
  struct_VkExternalComputeQueueDeviceCreateInfoNV_1124081975 = (when declared(
      struct_VkExternalComputeQueueDeviceCreateInfoNV):
    when ownSizeof(struct_VkExternalComputeQueueDeviceCreateInfoNV) !=
        ownSizeof(struct_VkExternalComputeQueueDeviceCreateInfoNV_1124081974):
      static :
        warning("Declaration of " &
            "struct_VkExternalComputeQueueDeviceCreateInfoNV" &
            " exists but with different size")
    struct_VkExternalComputeQueueDeviceCreateInfoNV
  else:
    struct_VkExternalComputeQueueDeviceCreateInfoNV_1124081974)
  VkImageCaptureDescriptorDataInfoEXT_1124080299 = (when declared(
      VkImageCaptureDescriptorDataInfoEXT):
    when ownSizeof(VkImageCaptureDescriptorDataInfoEXT) !=
        ownSizeof(VkImageCaptureDescriptorDataInfoEXT_1124080298):
      static :
        warning("Declaration of " & "VkImageCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    VkImageCaptureDescriptorDataInfoEXT
  else:
    VkImageCaptureDescriptorDataInfoEXT_1124080298)
  struct_VkPerformanceQuerySubmitInfoKHR_1124077377 = (when declared(
      struct_VkPerformanceQuerySubmitInfoKHR):
    when ownSizeof(struct_VkPerformanceQuerySubmitInfoKHR) !=
        ownSizeof(struct_VkPerformanceQuerySubmitInfoKHR_1124077376):
      static :
        warning("Declaration of " & "struct_VkPerformanceQuerySubmitInfoKHR" &
            " exists but with different size")
    struct_VkPerformanceQuerySubmitInfoKHR
  else:
    struct_VkPerformanceQuerySubmitInfoKHR_1124077376)
  VkTilePropertiesQCOM_1124081553 = (when declared(VkTilePropertiesQCOM):
    when ownSizeof(VkTilePropertiesQCOM) != ownSizeof(VkTilePropertiesQCOM_1124081552):
      static :
        warning("Declaration of " & "VkTilePropertiesQCOM" &
            " exists but with different size")
    VkTilePropertiesQCOM
  else:
    VkTilePropertiesQCOM_1124081552)
  VkBindBufferMemoryInfoKHR_1124077501 = (when declared(
      VkBindBufferMemoryInfoKHR):
    when ownSizeof(VkBindBufferMemoryInfoKHR) !=
        ownSizeof(VkBindBufferMemoryInfoKHR_1124077500):
      static :
        warning("Declaration of " & "VkBindBufferMemoryInfoKHR" &
            " exists but with different size")
    VkBindBufferMemoryInfoKHR
  else:
    VkBindBufferMemoryInfoKHR_1124077500)
  struct_VkWriteDescriptorSet_1124074765 = (when declared(
      struct_VkWriteDescriptorSet):
    when ownSizeof(struct_VkWriteDescriptorSet) !=
        ownSizeof(struct_VkWriteDescriptorSet_1124074764):
      static :
        warning("Declaration of " & "struct_VkWriteDescriptorSet" &
            " exists but with different size")
    struct_VkWriteDescriptorSet
  else:
    struct_VkWriteDescriptorSet_1124074764)
  VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080311 = (when declared(
      VkOpaqueCaptureDescriptorDataCreateInfoEXT):
    when ownSizeof(VkOpaqueCaptureDescriptorDataCreateInfoEXT) !=
        ownSizeof(VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080310):
      static :
        warning("Declaration of " & "VkOpaqueCaptureDescriptorDataCreateInfoEXT" &
            " exists but with different size")
    VkOpaqueCaptureDescriptorDataCreateInfoEXT
  else:
    VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080310)
  PFN_vkDestroyCudaFunctionNV_1124082873 = (when declared(
      PFN_vkDestroyCudaFunctionNV):
    when ownSizeof(PFN_vkDestroyCudaFunctionNV) !=
        ownSizeof(PFN_vkDestroyCudaFunctionNV_1124082872):
      static :
        warning("Declaration of " & "PFN_vkDestroyCudaFunctionNV" &
            " exists but with different size")
    PFN_vkDestroyCudaFunctionNV
  else:
    PFN_vkDestroyCudaFunctionNV_1124082872)
  VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079751 = (when declared(
      VkPhysicalDeviceCoherentMemoryFeaturesAMD):
    when ownSizeof(VkPhysicalDeviceCoherentMemoryFeaturesAMD) !=
        ownSizeof(VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079750):
      static :
        warning("Declaration of " & "VkPhysicalDeviceCoherentMemoryFeaturesAMD" &
            " exists but with different size")
    VkPhysicalDeviceCoherentMemoryFeaturesAMD
  else:
    VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079750)
  struct_StdVideoH265SpsFlags_1124083157 = (when declared(
      struct_StdVideoH265SpsFlags):
    when ownSizeof(struct_StdVideoH265SpsFlags) !=
        ownSizeof(struct_StdVideoH265SpsFlags_1124083156):
      static :
        warning("Declaration of " & "struct_StdVideoH265SpsFlags" &
            " exists but with different size")
    struct_StdVideoH265SpsFlags
  else:
    struct_StdVideoH265SpsFlags_1124083156)
  struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082473 = (when declared(
      struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082472):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082472)
  VkBlendOp_1124074099 = (when declared(VkBlendOp):
    when ownSizeof(VkBlendOp) != ownSizeof(VkBlendOp_1124074098):
      static :
        warning("Declaration of " & "VkBlendOp" &
            " exists but with different size")
    VkBlendOp
  else:
    VkBlendOp_1124074098)
  VkPhysicalDeviceMultiDrawPropertiesEXT_1124080741 = (when declared(
      VkPhysicalDeviceMultiDrawPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceMultiDrawPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceMultiDrawPropertiesEXT_1124080740):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMultiDrawPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMultiDrawPropertiesEXT
  else:
    VkPhysicalDeviceMultiDrawPropertiesEXT_1124080740)
  VkStencilOp_1124074123 = (when declared(VkStencilOp):
    when ownSizeof(VkStencilOp) != ownSizeof(VkStencilOp_1124074122):
      static :
        warning("Declaration of " & "VkStencilOp" &
            " exists but with different size")
    VkStencilOp
  else:
    VkStencilOp_1124074122)
  VkSparseMemoryBindFlags_1124074225 = (when declared(VkSparseMemoryBindFlags):
    when ownSizeof(VkSparseMemoryBindFlags) !=
        ownSizeof(VkSparseMemoryBindFlags_1124074224):
      static :
        warning("Declaration of " & "VkSparseMemoryBindFlags" &
            " exists but with different size")
    VkSparseMemoryBindFlags
  else:
    VkSparseMemoryBindFlags_1124074224)
  StdVideoEncodeH265SliceSegmentHeaderFlags_1124083035 = (when declared(
      StdVideoEncodeH265SliceSegmentHeaderFlags):
    when ownSizeof(StdVideoEncodeH265SliceSegmentHeaderFlags) !=
        ownSizeof(StdVideoEncodeH265SliceSegmentHeaderFlags_1124083034):
      static :
        warning("Declaration of " & "StdVideoEncodeH265SliceSegmentHeaderFlags" &
            " exists but with different size")
    StdVideoEncodeH265SliceSegmentHeaderFlags
  else:
    StdVideoEncodeH265SliceSegmentHeaderFlags_1124083034)
  PFN_vkCmdDrawIndirect_1124075149 = (when declared(PFN_vkCmdDrawIndirect):
    when ownSizeof(PFN_vkCmdDrawIndirect) != ownSizeof(PFN_vkCmdDrawIndirect_1124075148):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndirect" &
            " exists but with different size")
    PFN_vkCmdDrawIndirect
  else:
    PFN_vkCmdDrawIndirect_1124075148)
  StdVideoH265SpsVuiFlags_1124083271 = (when declared(StdVideoH265SpsVuiFlags):
    when ownSizeof(StdVideoH265SpsVuiFlags) !=
        ownSizeof(StdVideoH265SpsVuiFlags_1124083270):
      static :
        warning("Declaration of " & "StdVideoH265SpsVuiFlags" &
            " exists but with different size")
    StdVideoH265SpsVuiFlags
  else:
    StdVideoH265SpsVuiFlags_1124083270)
  VkPhysicalDeviceVulkan13Properties_1124075909 = (when declared(
      VkPhysicalDeviceVulkan13Properties):
    when ownSizeof(VkPhysicalDeviceVulkan13Properties) !=
        ownSizeof(VkPhysicalDeviceVulkan13Properties_1124075908):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan13Properties" &
            " exists but with different size")
    VkPhysicalDeviceVulkan13Properties
  else:
    VkPhysicalDeviceVulkan13Properties_1124075908)
  struct_VkCopyImageInfo2_1124075971 = (when declared(struct_VkCopyImageInfo2):
    when ownSizeof(struct_VkCopyImageInfo2) !=
        ownSizeof(struct_VkCopyImageInfo2_1124075970):
      static :
        warning("Declaration of " & "struct_VkCopyImageInfo2" &
            " exists but with different size")
    struct_VkCopyImageInfo2
  else:
    struct_VkCopyImageInfo2_1124075970)
  struct_VkOffset2D_1124074449 = (when declared(struct_VkOffset2D):
    when ownSizeof(struct_VkOffset2D) != ownSizeof(struct_VkOffset2D_1124074448):
      static :
        warning("Declaration of " & "struct_VkOffset2D" &
            " exists but with different size")
    struct_VkOffset2D
  else:
    struct_VkOffset2D_1124074448)
  VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080937 = (when declared(
      VkPhysicalDeviceSchedulingControlsPropertiesARM):
    when ownSizeof(VkPhysicalDeviceSchedulingControlsPropertiesARM) !=
        ownSizeof(VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080936):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSchedulingControlsPropertiesARM" &
            " exists but with different size")
    VkPhysicalDeviceSchedulingControlsPropertiesARM
  else:
    VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080936)
  VkMemoryDedicatedAllocateInfoKHR_1124077453 = (when declared(
      VkMemoryDedicatedAllocateInfoKHR):
    when ownSizeof(VkMemoryDedicatedAllocateInfoKHR) !=
        ownSizeof(VkMemoryDedicatedAllocateInfoKHR_1124077452):
      static :
        warning("Declaration of " & "VkMemoryDedicatedAllocateInfoKHR" &
            " exists but with different size")
    VkMemoryDedicatedAllocateInfoKHR
  else:
    VkMemoryDedicatedAllocateInfoKHR_1124077452)
  VkSparseImageFormatProperties2_1124075363 = (when declared(
      VkSparseImageFormatProperties2):
    when ownSizeof(VkSparseImageFormatProperties2) !=
        ownSizeof(VkSparseImageFormatProperties2_1124075362):
      static :
        warning("Declaration of " & "VkSparseImageFormatProperties2" &
            " exists but with different size")
    VkSparseImageFormatProperties2
  else:
    VkSparseImageFormatProperties2_1124075362)
  enum_VkDeviceQueueCreateFlagBits_1124074203 = (when declared(
      enum_VkDeviceQueueCreateFlagBits):
    when ownSizeof(enum_VkDeviceQueueCreateFlagBits) !=
        ownSizeof(enum_VkDeviceQueueCreateFlagBits_1124074202):
      static :
        warning("Declaration of " & "enum_VkDeviceQueueCreateFlagBits" &
            " exists but with different size")
    enum_VkDeviceQueueCreateFlagBits
  else:
    enum_VkDeviceQueueCreateFlagBits_1124074202)
  struct_VkVideoCapabilitiesKHR_1124076703 = (when declared(
      struct_VkVideoCapabilitiesKHR):
    when ownSizeof(struct_VkVideoCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoCapabilitiesKHR_1124076702):
      static :
        warning("Declaration of " & "struct_VkVideoCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoCapabilitiesKHR
  else:
    struct_VkVideoCapabilitiesKHR_1124076702)
  VkDescriptorType_1124074087 = (when declared(VkDescriptorType):
    when ownSizeof(VkDescriptorType) != ownSizeof(VkDescriptorType_1124074086):
      static :
        warning("Declaration of " & "VkDescriptorType" &
            " exists but with different size")
    VkDescriptorType
  else:
    VkDescriptorType_1124074086)
  VkColorComponentFlagBits_1124074375 = (when declared(VkColorComponentFlagBits):
    when ownSizeof(VkColorComponentFlagBits) !=
        ownSizeof(VkColorComponentFlagBits_1124074374):
      static :
        warning("Declaration of " & "VkColorComponentFlagBits" &
            " exists but with different size")
    VkColorComponentFlagBits
  else:
    VkColorComponentFlagBits_1124074374)
  struct_VkConformanceVersion_1124075643 = (when declared(
      struct_VkConformanceVersion):
    when ownSizeof(struct_VkConformanceVersion) !=
        ownSizeof(struct_VkConformanceVersion_1124075642):
      static :
        warning("Declaration of " & "struct_VkConformanceVersion" &
            " exists but with different size")
    struct_VkConformanceVersion
  else:
    struct_VkConformanceVersion_1124075642)
  VkPhysicalDevicePresentWait2FeaturesKHR_1124078043 = (when declared(
      VkPhysicalDevicePresentWait2FeaturesKHR):
    when ownSizeof(VkPhysicalDevicePresentWait2FeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePresentWait2FeaturesKHR_1124078042):
      static :
        warning("Declaration of " & "VkPhysicalDevicePresentWait2FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePresentWait2FeaturesKHR
  else:
    VkPhysicalDevicePresentWait2FeaturesKHR_1124078042)
  PFN_vkGetPhysicalDeviceSparseImageFormatProperties2_1124075571 = (when declared(
      PFN_vkGetPhysicalDeviceSparseImageFormatProperties2):
    when ownSizeof(PFN_vkGetPhysicalDeviceSparseImageFormatProperties2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSparseImageFormatProperties2_1124075570):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSparseImageFormatProperties2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties2
  else:
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties2_1124075570)
  VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078053 = (when declared(
      VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078052):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR
  else:
    VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078052)
  VkValidationFeaturesEXT_1124079807 = (when declared(VkValidationFeaturesEXT):
    when ownSizeof(VkValidationFeaturesEXT) !=
        ownSizeof(VkValidationFeaturesEXT_1124079806):
      static :
        warning("Declaration of " & "VkValidationFeaturesEXT" &
            " exists but with different size")
    VkValidationFeaturesEXT
  else:
    VkValidationFeaturesEXT_1124079806)
  StdVideoH264SequenceParameterSet_1124076845 = (when declared(
      StdVideoH264SequenceParameterSet):
    when ownSizeof(StdVideoH264SequenceParameterSet) !=
        ownSizeof(StdVideoH264SequenceParameterSet_1124076844):
      static :
        warning("Declaration of " & "StdVideoH264SequenceParameterSet" &
            " exists but with different size")
    StdVideoH264SequenceParameterSet
  else:
    StdVideoH264SequenceParameterSet_1124076844)
  struct_VkSurfaceCapabilitiesPresentBarrierNV_1124080177 = (when declared(
      struct_VkSurfaceCapabilitiesPresentBarrierNV):
    when ownSizeof(struct_VkSurfaceCapabilitiesPresentBarrierNV) !=
        ownSizeof(struct_VkSurfaceCapabilitiesPresentBarrierNV_1124080176):
      static :
        warning("Declaration of " &
            "struct_VkSurfaceCapabilitiesPresentBarrierNV" &
            " exists but with different size")
    struct_VkSurfaceCapabilitiesPresentBarrierNV
  else:
    struct_VkSurfaceCapabilitiesPresentBarrierNV_1124080176)
  PFN_vkGetSwapchainImagesKHR_1124076557 = (when declared(
      PFN_vkGetSwapchainImagesKHR):
    when ownSizeof(PFN_vkGetSwapchainImagesKHR) !=
        ownSizeof(PFN_vkGetSwapchainImagesKHR_1124076556):
      static :
        warning("Declaration of " & "PFN_vkGetSwapchainImagesKHR" &
            " exists but with different size")
    PFN_vkGetSwapchainImagesKHR
  else:
    PFN_vkGetSwapchainImagesKHR_1124076556)
  struct_VkColorBlendEquationEXT_1124081131 = (when declared(
      struct_VkColorBlendEquationEXT):
    when ownSizeof(struct_VkColorBlendEquationEXT) !=
        ownSizeof(struct_VkColorBlendEquationEXT_1124081130):
      static :
        warning("Declaration of " & "struct_VkColorBlendEquationEXT" &
            " exists but with different size")
    struct_VkColorBlendEquationEXT
  else:
    struct_VkColorBlendEquationEXT_1124081130)
  struct_VkVideoEncodeAV1DpbSlotInfoKHR_1124078291 = (when declared(
      struct_VkVideoEncodeAV1DpbSlotInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1DpbSlotInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1DpbSlotInfoKHR_1124078290):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1DpbSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1DpbSlotInfoKHR
  else:
    struct_VkVideoEncodeAV1DpbSlotInfoKHR_1124078290)
  struct_StdVideoH265PictureParameterSet_1124082925 = (when declared(
      struct_StdVideoH265PictureParameterSet):
    when ownSizeof(struct_StdVideoH265PictureParameterSet) !=
        ownSizeof(struct_StdVideoH265PictureParameterSet_1124082924):
      static :
        warning("Declaration of " & "struct_StdVideoH265PictureParameterSet" &
            " exists but with different size")
    struct_StdVideoH265PictureParameterSet
  else:
    struct_StdVideoH265PictureParameterSet_1124082924)
  VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078619 = (when declared(
      VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078618):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR
  else:
    VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078618)
  VkBindImageMemoryInfo_1124075271 = (when declared(VkBindImageMemoryInfo):
    when ownSizeof(VkBindImageMemoryInfo) != ownSizeof(VkBindImageMemoryInfo_1124075270):
      static :
        warning("Declaration of " & "VkBindImageMemoryInfo" &
            " exists but with different size")
    VkBindImageMemoryInfo
  else:
    VkBindImageMemoryInfo_1124075270)
  VkRenderPassSampleLocationsBeginInfoEXT_1124079151 = (when declared(
      VkRenderPassSampleLocationsBeginInfoEXT):
    when ownSizeof(VkRenderPassSampleLocationsBeginInfoEXT) !=
        ownSizeof(VkRenderPassSampleLocationsBeginInfoEXT_1124079150):
      static :
        warning("Declaration of " & "VkRenderPassSampleLocationsBeginInfoEXT" &
            " exists but with different size")
    VkRenderPassSampleLocationsBeginInfoEXT
  else:
    VkRenderPassSampleLocationsBeginInfoEXT_1124079150)
  VkPhysicalDeviceMaintenance9FeaturesKHR_1124078579 = (when declared(
      VkPhysicalDeviceMaintenance9FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance9FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance9FeaturesKHR_1124078578):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance9FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance9FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance9FeaturesKHR_1124078578)
  VkVideoEncodeH264RateControlFlagsKHR_1124076823 = (when declared(
      VkVideoEncodeH264RateControlFlagsKHR):
    when ownSizeof(VkVideoEncodeH264RateControlFlagsKHR) !=
        ownSizeof(VkVideoEncodeH264RateControlFlagsKHR_1124076822):
      static :
        warning("Declaration of " & "VkVideoEncodeH264RateControlFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH264RateControlFlagsKHR
  else:
    VkVideoEncodeH264RateControlFlagsKHR_1124076822)
  PFN_vkCmdSetPerformanceOverrideINTEL_1124079691 = (when declared(
      PFN_vkCmdSetPerformanceOverrideINTEL):
    when ownSizeof(PFN_vkCmdSetPerformanceOverrideINTEL) !=
        ownSizeof(PFN_vkCmdSetPerformanceOverrideINTEL_1124079690):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPerformanceOverrideINTEL" &
            " exists but with different size")
    PFN_vkCmdSetPerformanceOverrideINTEL
  else:
    PFN_vkCmdSetPerformanceOverrideINTEL_1124079690)
  enum_VkImageUsageFlagBits_1124074171 = (when declared(
      enum_VkImageUsageFlagBits):
    when ownSizeof(enum_VkImageUsageFlagBits) !=
        ownSizeof(enum_VkImageUsageFlagBits_1124074170):
      static :
        warning("Declaration of " & "enum_VkImageUsageFlagBits" &
            " exists but with different size")
    enum_VkImageUsageFlagBits
  else:
    enum_VkImageUsageFlagBits_1124074170)
  VkTileMemoryRequirementsQCOM_1124081933 = (when declared(
      VkTileMemoryRequirementsQCOM):
    when ownSizeof(VkTileMemoryRequirementsQCOM) !=
        ownSizeof(VkTileMemoryRequirementsQCOM_1124081932):
      static :
        warning("Declaration of " & "VkTileMemoryRequirementsQCOM" &
            " exists but with different size")
    VkTileMemoryRequirementsQCOM
  else:
    VkTileMemoryRequirementsQCOM_1124081932)
  PFN_vkCmdSetViewportSwizzleNV_1124081183 = (when declared(
      PFN_vkCmdSetViewportSwizzleNV):
    when ownSizeof(PFN_vkCmdSetViewportSwizzleNV) !=
        ownSizeof(PFN_vkCmdSetViewportSwizzleNV_1124081182):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewportSwizzleNV" &
            " exists but with different size")
    PFN_vkCmdSetViewportSwizzleNV
  else:
    PFN_vkCmdSetViewportSwizzleNV_1124081182)
  VkImageTiling_1124074027 = (when declared(VkImageTiling):
    when ownSizeof(VkImageTiling) != ownSizeof(VkImageTiling_1124074026):
      static :
        warning("Declaration of " & "VkImageTiling" &
            " exists but with different size")
    VkImageTiling
  else:
    VkImageTiling_1124074026)
  PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV_1124078833 = (when declared(
      PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV_1124078832):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV
  else:
    PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV_1124078832)
  struct_VkCopyAccelerationStructureInfoKHR_1124082547 = (when declared(
      struct_VkCopyAccelerationStructureInfoKHR):
    when ownSizeof(struct_VkCopyAccelerationStructureInfoKHR) !=
        ownSizeof(struct_VkCopyAccelerationStructureInfoKHR_1124082546):
      static :
        warning("Declaration of " & "struct_VkCopyAccelerationStructureInfoKHR" &
            " exists but with different size")
    struct_VkCopyAccelerationStructureInfoKHR
  else:
    struct_VkCopyAccelerationStructureInfoKHR_1124082546)
  struct_StdVideoH264SequenceParameterSet_1124082907 = (when declared(
      struct_StdVideoH264SequenceParameterSet):
    when ownSizeof(struct_StdVideoH264SequenceParameterSet) !=
        ownSizeof(struct_StdVideoH264SequenceParameterSet_1124082906):
      static :
        warning("Declaration of " & "struct_StdVideoH264SequenceParameterSet" &
            " exists but with different size")
    struct_StdVideoH264SequenceParameterSet
  else:
    struct_StdVideoH264SequenceParameterSet_1124082906)
  VkPhysicalDeviceDataGraphProcessingEngineARM_1124081801 = (when declared(
      VkPhysicalDeviceDataGraphProcessingEngineARM):
    when ownSizeof(VkPhysicalDeviceDataGraphProcessingEngineARM) !=
        ownSizeof(VkPhysicalDeviceDataGraphProcessingEngineARM_1124081800):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDataGraphProcessingEngineARM" &
            " exists but with different size")
    VkPhysicalDeviceDataGraphProcessingEngineARM
  else:
    VkPhysicalDeviceDataGraphProcessingEngineARM_1124081800)
  VkImageCreateInfo_1124074635 = (when declared(VkImageCreateInfo):
    when ownSizeof(VkImageCreateInfo) != ownSizeof(VkImageCreateInfo_1124074634):
      static :
        warning("Declaration of " & "VkImageCreateInfo" &
            " exists but with different size")
    VkImageCreateInfo
  else:
    VkImageCreateInfo_1124074634)
  struct_VkBufferImageCopy2_1124075975 = (when declared(
      struct_VkBufferImageCopy2):
    when ownSizeof(struct_VkBufferImageCopy2) !=
        ownSizeof(struct_VkBufferImageCopy2_1124075974):
      static :
        warning("Declaration of " & "struct_VkBufferImageCopy2" &
            " exists but with different size")
    struct_VkBufferImageCopy2
  else:
    struct_VkBufferImageCopy2_1124075974)
  VkComponentSwizzle_1124074047 = (when declared(VkComponentSwizzle):
    when ownSizeof(VkComponentSwizzle) != ownSizeof(VkComponentSwizzle_1124074046):
      static :
        warning("Declaration of " & "VkComponentSwizzle" &
            " exists but with different size")
    VkComponentSwizzle
  else:
    VkComponentSwizzle_1124074046)
  PFN_vkCmdBindVertexBuffers_1124075143 = (when declared(
      PFN_vkCmdBindVertexBuffers):
    when ownSizeof(PFN_vkCmdBindVertexBuffers) !=
        ownSizeof(PFN_vkCmdBindVertexBuffers_1124075142):
      static :
        warning("Declaration of " & "PFN_vkCmdBindVertexBuffers" &
            " exists but with different size")
    PFN_vkCmdBindVertexBuffers
  else:
    PFN_vkCmdBindVertexBuffers_1124075142)
  PFN_vkGetImageMemoryRequirements2_1124075553 = (when declared(
      PFN_vkGetImageMemoryRequirements2):
    when ownSizeof(PFN_vkGetImageMemoryRequirements2) !=
        ownSizeof(PFN_vkGetImageMemoryRequirements2_1124075552):
      static :
        warning("Declaration of " & "PFN_vkGetImageMemoryRequirements2" &
            " exists but with different size")
    PFN_vkGetImageMemoryRequirements2
  else:
    PFN_vkGetImageMemoryRequirements2_1124075552)
  struct_VkIndirectCommandsLayoutCreateInfoNV_1124080069 = (when declared(
      struct_VkIndirectCommandsLayoutCreateInfoNV):
    when ownSizeof(struct_VkIndirectCommandsLayoutCreateInfoNV) !=
        ownSizeof(struct_VkIndirectCommandsLayoutCreateInfoNV_1124080068):
      static :
        warning("Declaration of " &
            "struct_VkIndirectCommandsLayoutCreateInfoNV" &
            " exists but with different size")
    struct_VkIndirectCommandsLayoutCreateInfoNV
  else:
    struct_VkIndirectCommandsLayoutCreateInfoNV_1124080068)
  VkStridedDeviceAddressRegionKHR_1124082083 = (when declared(
      VkStridedDeviceAddressRegionKHR):
    when ownSizeof(VkStridedDeviceAddressRegionKHR) !=
        ownSizeof(VkStridedDeviceAddressRegionKHR_1124082082):
      static :
        warning("Declaration of " & "VkStridedDeviceAddressRegionKHR" &
            " exists but with different size")
    VkStridedDeviceAddressRegionKHR
  else:
    VkStridedDeviceAddressRegionKHR_1124082082)
  VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082525 = (when declared(
      VkPhysicalDeviceAccelerationStructureFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceAccelerationStructureFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082524):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceAccelerationStructureFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceAccelerationStructureFeaturesKHR
  else:
    VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082524)
  struct_VkDataGraphProcessingEngineCreateInfoARM_1124081811 = (when declared(
      struct_VkDataGraphProcessingEngineCreateInfoARM):
    when ownSizeof(struct_VkDataGraphProcessingEngineCreateInfoARM) !=
        ownSizeof(struct_VkDataGraphProcessingEngineCreateInfoARM_1124081810):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphProcessingEngineCreateInfoARM" &
            " exists but with different size")
    struct_VkDataGraphProcessingEngineCreateInfoARM
  else:
    struct_VkDataGraphProcessingEngineCreateInfoARM_1124081810)
  struct_VkClearDepthStencilValue_1124074865 = (when declared(
      struct_VkClearDepthStencilValue):
    when ownSizeof(struct_VkClearDepthStencilValue) !=
        ownSizeof(struct_VkClearDepthStencilValue_1124074864):
      static :
        warning("Declaration of " & "struct_VkClearDepthStencilValue" &
            " exists but with different size")
    struct_VkClearDepthStencilValue
  else:
    struct_VkClearDepthStencilValue_1124074864)
  VkSurfaceCapabilitiesPresentWait2KHR_1124078039 = (when declared(
      VkSurfaceCapabilitiesPresentWait2KHR):
    when ownSizeof(VkSurfaceCapabilitiesPresentWait2KHR) !=
        ownSizeof(VkSurfaceCapabilitiesPresentWait2KHR_1124078038):
      static :
        warning("Declaration of " & "VkSurfaceCapabilitiesPresentWait2KHR" &
            " exists but with different size")
    VkSurfaceCapabilitiesPresentWait2KHR
  else:
    VkSurfaceCapabilitiesPresentWait2KHR_1124078038)
  VkVideoEncodeH264RateControlLayerInfoKHR_1124076897 = (when declared(
      VkVideoEncodeH264RateControlLayerInfoKHR):
    when ownSizeof(VkVideoEncodeH264RateControlLayerInfoKHR) !=
        ownSizeof(VkVideoEncodeH264RateControlLayerInfoKHR_1124076896):
      static :
        warning("Declaration of " & "VkVideoEncodeH264RateControlLayerInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264RateControlLayerInfoKHR
  else:
    VkVideoEncodeH264RateControlLayerInfoKHR_1124076896)
  VkDirectDriverLoadingFlagsLUNARG_1124081233 = (when declared(
      VkDirectDriverLoadingFlagsLUNARG):
    when ownSizeof(VkDirectDriverLoadingFlagsLUNARG) !=
        ownSizeof(VkDirectDriverLoadingFlagsLUNARG_1124081232):
      static :
        warning("Declaration of " & "VkDirectDriverLoadingFlagsLUNARG" &
            " exists but with different size")
    VkDirectDriverLoadingFlagsLUNARG
  else:
    VkDirectDriverLoadingFlagsLUNARG_1124081232)
  PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV_1124082183 = (when declared(
      PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV):
    when ownSizeof(PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV) !=
        ownSizeof(PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV_1124082182):
      static :
        warning("Declaration of " &
            "PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV" &
            " exists but with different size")
    PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV
  else:
    PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV_1124082182)
  VkPerformanceParameterTypeINTEL_1124079643 = (when declared(
      VkPerformanceParameterTypeINTEL):
    when ownSizeof(VkPerformanceParameterTypeINTEL) !=
        ownSizeof(VkPerformanceParameterTypeINTEL_1124079642):
      static :
        warning("Declaration of " & "VkPerformanceParameterTypeINTEL" &
            " exists but with different size")
    VkPerformanceParameterTypeINTEL
  else:
    VkPerformanceParameterTypeINTEL_1124079642)
  VkPipelineShaderStageCreateInfo_1124074715 = (when declared(
      VkPipelineShaderStageCreateInfo):
    when ownSizeof(VkPipelineShaderStageCreateInfo) !=
        ownSizeof(VkPipelineShaderStageCreateInfo_1124074714):
      static :
        warning("Declaration of " & "VkPipelineShaderStageCreateInfo" &
            " exists but with different size")
    VkPipelineShaderStageCreateInfo
  else:
    VkPipelineShaderStageCreateInfo_1124074714)
  VkImportSemaphoreWin32HandleInfoKHR_1124082693 = (when declared(
      VkImportSemaphoreWin32HandleInfoKHR):
    when ownSizeof(VkImportSemaphoreWin32HandleInfoKHR) !=
        ownSizeof(VkImportSemaphoreWin32HandleInfoKHR_1124082692):
      static :
        warning("Declaration of " & "VkImportSemaphoreWin32HandleInfoKHR" &
            " exists but with different size")
    VkImportSemaphoreWin32HandleInfoKHR
  else:
    VkImportSemaphoreWin32HandleInfoKHR_1124082692)
  VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082859 = (when declared(
      VkPhysicalDeviceCudaKernelLaunchFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCudaKernelLaunchFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082858):
      static :
        warning("Declaration of " & "VkPhysicalDeviceCudaKernelLaunchFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCudaKernelLaunchFeaturesNV
  else:
    VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082858)
  struct_VkPipelineBinaryDataInfoKHR_1124078097 = (when declared(
      struct_VkPipelineBinaryDataInfoKHR):
    when ownSizeof(struct_VkPipelineBinaryDataInfoKHR) !=
        ownSizeof(struct_VkPipelineBinaryDataInfoKHR_1124078096):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryDataInfoKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryDataInfoKHR
  else:
    struct_VkPipelineBinaryDataInfoKHR_1124078096)
  struct_VkCoarseSampleOrderCustomNV_1124079311 = (when declared(
      struct_VkCoarseSampleOrderCustomNV):
    when ownSizeof(struct_VkCoarseSampleOrderCustomNV) !=
        ownSizeof(struct_VkCoarseSampleOrderCustomNV_1124079310):
      static :
        warning("Declaration of " & "struct_VkCoarseSampleOrderCustomNV" &
            " exists but with different size")
    struct_VkCoarseSampleOrderCustomNV
  else:
    struct_VkCoarseSampleOrderCustomNV_1124079310)
  VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081653 = (when declared(
      VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081652):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT
  else:
    VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081652)
  struct_VkPhysicalDeviceShaderFloatControls2Features_1124076337 = (when declared(
      struct_VkPhysicalDeviceShaderFloatControls2Features):
    when ownSizeof(struct_VkPhysicalDeviceShaderFloatControls2Features) !=
        ownSizeof(struct_VkPhysicalDeviceShaderFloatControls2Features_1124076336):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderFloatControls2Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderFloatControls2Features
  else:
    struct_VkPhysicalDeviceShaderFloatControls2Features_1124076336)
  struct_VkDataGraphPipelineIdentifierCreateInfoARM_1124081791 = (when declared(
      struct_VkDataGraphPipelineIdentifierCreateInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineIdentifierCreateInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineIdentifierCreateInfoARM_1124081790):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineIdentifierCreateInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineIdentifierCreateInfoARM
  else:
    struct_VkDataGraphPipelineIdentifierCreateInfoARM_1124081790)
  VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082063 = (when declared(
      VkClusterAccelerationStructureClustersBottomLevelInputNV):
    when ownSizeof(VkClusterAccelerationStructureClustersBottomLevelInputNV) !=
        ownSizeof(VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082062):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureClustersBottomLevelInputNV" &
            " exists but with different size")
    VkClusterAccelerationStructureClustersBottomLevelInputNV
  else:
    VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082062)
  struct_VkImageAlignmentControlCreateInfoMESA_1124082329 = (when declared(
      struct_VkImageAlignmentControlCreateInfoMESA):
    when ownSizeof(struct_VkImageAlignmentControlCreateInfoMESA) !=
        ownSizeof(struct_VkImageAlignmentControlCreateInfoMESA_1124082328):
      static :
        warning("Declaration of " &
            "struct_VkImageAlignmentControlCreateInfoMESA" &
            " exists but with different size")
    struct_VkImageAlignmentControlCreateInfoMESA
  else:
    struct_VkImageAlignmentControlCreateInfoMESA_1124082328)
  VkBindVideoSessionMemoryInfoKHR_1124076729 = (when declared(
      VkBindVideoSessionMemoryInfoKHR):
    when ownSizeof(VkBindVideoSessionMemoryInfoKHR) !=
        ownSizeof(VkBindVideoSessionMemoryInfoKHR_1124076728):
      static :
        warning("Declaration of " & "VkBindVideoSessionMemoryInfoKHR" &
            " exists but with different size")
    VkBindVideoSessionMemoryInfoKHR
  else:
    VkBindVideoSessionMemoryInfoKHR_1124076728)
  VkPhysicalDevicePipelineRobustnessProperties_1124076379 = (when declared(
      VkPhysicalDevicePipelineRobustnessProperties):
    when ownSizeof(VkPhysicalDevicePipelineRobustnessProperties) !=
        ownSizeof(VkPhysicalDevicePipelineRobustnessProperties_1124076378):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineRobustnessProperties" &
            " exists but with different size")
    VkPhysicalDevicePipelineRobustnessProperties
  else:
    VkPhysicalDevicePipelineRobustnessProperties_1124076378)
  VkDataGraphProcessingEngineCreateInfoARM_1124081813 = (when declared(
      VkDataGraphProcessingEngineCreateInfoARM):
    when ownSizeof(VkDataGraphProcessingEngineCreateInfoARM) !=
        ownSizeof(VkDataGraphProcessingEngineCreateInfoARM_1124081812):
      static :
        warning("Declaration of " & "VkDataGraphProcessingEngineCreateInfoARM" &
            " exists but with different size")
    VkDataGraphProcessingEngineCreateInfoARM
  else:
    VkDataGraphProcessingEngineCreateInfoARM_1124081812)
  struct_VkPhysicalDeviceMeshShaderPropertiesEXT_1124082631 = (when declared(
      struct_VkPhysicalDeviceMeshShaderPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMeshShaderPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMeshShaderPropertiesEXT_1124082630):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMeshShaderPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMeshShaderPropertiesEXT
  else:
    struct_VkPhysicalDeviceMeshShaderPropertiesEXT_1124082630)
  struct_StdVideoAV1CDEF_1124083219 = (when declared(struct_StdVideoAV1CDEF):
    when ownSizeof(struct_StdVideoAV1CDEF) != ownSizeof(struct_StdVideoAV1CDEF_1124083218):
      static :
        warning("Declaration of " & "struct_StdVideoAV1CDEF" &
            " exists but with different size")
    struct_StdVideoAV1CDEF
  else:
    struct_StdVideoAV1CDEF_1124083218)
  VkCullModeFlags_1124074383 = (when declared(VkCullModeFlags):
    when ownSizeof(VkCullModeFlags) != ownSizeof(VkCullModeFlags_1124074382):
      static :
        warning("Declaration of " & "VkCullModeFlags" &
            " exists but with different size")
    VkCullModeFlags
  else:
    VkCullModeFlags_1124074382)
  PFN_vkCmdBindTransformFeedbackBuffersEXT_1124078735 = (when declared(
      PFN_vkCmdBindTransformFeedbackBuffersEXT):
    when ownSizeof(PFN_vkCmdBindTransformFeedbackBuffersEXT) !=
        ownSizeof(PFN_vkCmdBindTransformFeedbackBuffersEXT_1124078734):
      static :
        warning("Declaration of " & "PFN_vkCmdBindTransformFeedbackBuffersEXT" &
            " exists but with different size")
    PFN_vkCmdBindTransformFeedbackBuffersEXT
  else:
    PFN_vkCmdBindTransformFeedbackBuffersEXT_1124078734)
  VkAabbPositionsKHR_1124079441 = (when declared(VkAabbPositionsKHR):
    when ownSizeof(VkAabbPositionsKHR) != ownSizeof(VkAabbPositionsKHR_1124079440):
      static :
        warning("Declaration of " & "VkAabbPositionsKHR" &
            " exists but with different size")
    VkAabbPositionsKHR
  else:
    VkAabbPositionsKHR_1124079440)
  struct_VkRenderingInfo_1124076099 = (when declared(struct_VkRenderingInfo):
    when ownSizeof(struct_VkRenderingInfo) != ownSizeof(struct_VkRenderingInfo_1124076098):
      static :
        warning("Declaration of " & "struct_VkRenderingInfo" &
            " exists but with different size")
    struct_VkRenderingInfo
  else:
    struct_VkRenderingInfo_1124076098)
  VkPhysicalDeviceProperties2KHR_1124077073 = (when declared(
      VkPhysicalDeviceProperties2KHR):
    when ownSizeof(VkPhysicalDeviceProperties2KHR) !=
        ownSizeof(VkPhysicalDeviceProperties2KHR_1124077072):
      static :
        warning("Declaration of " & "VkPhysicalDeviceProperties2KHR" &
            " exists but with different size")
    VkPhysicalDeviceProperties2KHR
  else:
    VkPhysicalDeviceProperties2KHR_1124077072)
  enum_VkCompressedTriangleFormatAMDX_1124082893 = (when declared(
      enum_VkCompressedTriangleFormatAMDX):
    when ownSizeof(enum_VkCompressedTriangleFormatAMDX) !=
        ownSizeof(enum_VkCompressedTriangleFormatAMDX_1124082892):
      static :
        warning("Declaration of " & "enum_VkCompressedTriangleFormatAMDX" &
            " exists but with different size")
    enum_VkCompressedTriangleFormatAMDX
  else:
    enum_VkCompressedTriangleFormatAMDX_1124082892)
  VkQueryPoolCreateInfoINTEL_1124079665 = (when declared(
      VkQueryPoolCreateInfoINTEL):
    when ownSizeof(VkQueryPoolCreateInfoINTEL) !=
        ownSizeof(VkQueryPoolCreateInfoINTEL_1124079664):
      static :
        warning("Declaration of " & "VkQueryPoolCreateInfoINTEL" &
            " exists but with different size")
    VkQueryPoolCreateInfoINTEL
  else:
    VkQueryPoolCreateInfoINTEL_1124079664)
  struct_VkVideoPictureResourceInfoKHR_1124076715 = (when declared(
      struct_VkVideoPictureResourceInfoKHR):
    when ownSizeof(struct_VkVideoPictureResourceInfoKHR) !=
        ownSizeof(struct_VkVideoPictureResourceInfoKHR_1124076714):
      static :
        warning("Declaration of " & "struct_VkVideoPictureResourceInfoKHR" &
            " exists but with different size")
    struct_VkVideoPictureResourceInfoKHR
  else:
    struct_VkVideoPictureResourceInfoKHR_1124076714)
  VkVideoEncodeH265CtbSizeFlagsKHR_1124076919 = (when declared(
      VkVideoEncodeH265CtbSizeFlagsKHR):
    when ownSizeof(VkVideoEncodeH265CtbSizeFlagsKHR) !=
        ownSizeof(VkVideoEncodeH265CtbSizeFlagsKHR_1124076918):
      static :
        warning("Declaration of " & "VkVideoEncodeH265CtbSizeFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH265CtbSizeFlagsKHR
  else:
    VkVideoEncodeH265CtbSizeFlagsKHR_1124076918)
  PFN_vkGetVideoSessionMemoryRequirementsKHR_1124076763 = (when declared(
      PFN_vkGetVideoSessionMemoryRequirementsKHR):
    when ownSizeof(PFN_vkGetVideoSessionMemoryRequirementsKHR) !=
        ownSizeof(PFN_vkGetVideoSessionMemoryRequirementsKHR_1124076762):
      static :
        warning("Declaration of " & "PFN_vkGetVideoSessionMemoryRequirementsKHR" &
            " exists but with different size")
    PFN_vkGetVideoSessionMemoryRequirementsKHR
  else:
    PFN_vkGetVideoSessionMemoryRequirementsKHR_1124076762)
  VkDescriptorBindingFlagBits_1124075627 = (when declared(
      VkDescriptorBindingFlagBits):
    when ownSizeof(VkDescriptorBindingFlagBits) !=
        ownSizeof(VkDescriptorBindingFlagBits_1124075626):
      static :
        warning("Declaration of " & "VkDescriptorBindingFlagBits" &
            " exists but with different size")
    VkDescriptorBindingFlagBits
  else:
    VkDescriptorBindingFlagBits_1124075626)
  struct_VkPhysicalDeviceImagelessFramebufferFeatures_1124075807 = (when declared(
      struct_VkPhysicalDeviceImagelessFramebufferFeatures):
    when ownSizeof(struct_VkPhysicalDeviceImagelessFramebufferFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceImagelessFramebufferFeatures_1124075806):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImagelessFramebufferFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceImagelessFramebufferFeatures
  else:
    struct_VkPhysicalDeviceImagelessFramebufferFeatures_1124075806)
  StdVideoEncodeAV1OperatingPointInfo_1124078281 = (when declared(
      StdVideoEncodeAV1OperatingPointInfo):
    when ownSizeof(StdVideoEncodeAV1OperatingPointInfo) !=
        ownSizeof(StdVideoEncodeAV1OperatingPointInfo_1124078280):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1OperatingPointInfo" &
            " exists but with different size")
    StdVideoEncodeAV1OperatingPointInfo
  else:
    StdVideoEncodeAV1OperatingPointInfo_1124078280)
  VkPipelineCoverageReductionStateCreateFlagsNV_1124079831 = (when declared(
      VkPipelineCoverageReductionStateCreateFlagsNV):
    when ownSizeof(VkPipelineCoverageReductionStateCreateFlagsNV) !=
        ownSizeof(VkPipelineCoverageReductionStateCreateFlagsNV_1124079830):
      static :
        warning("Declaration of " &
            "VkPipelineCoverageReductionStateCreateFlagsNV" &
            " exists but with different size")
    VkPipelineCoverageReductionStateCreateFlagsNV
  else:
    VkPipelineCoverageReductionStateCreateFlagsNV_1124079830)
  PFN_vkGetPhysicalDeviceSparseImageFormatProperties_1124074959 = (when declared(
      PFN_vkGetPhysicalDeviceSparseImageFormatProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceSparseImageFormatProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSparseImageFormatProperties_1124074958):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSparseImageFormatProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties
  else:
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties_1124074958)
  VkIndirectCommandsTokenDataEXT_1124082269 = (when declared(
      VkIndirectCommandsTokenDataEXT):
    when ownSizeof(VkIndirectCommandsTokenDataEXT) !=
        ownSizeof(VkIndirectCommandsTokenDataEXT_1124082268):
      static :
        warning("Declaration of " & "VkIndirectCommandsTokenDataEXT" &
            " exists but with different size")
    VkIndirectCommandsTokenDataEXT
  else:
    VkIndirectCommandsTokenDataEXT_1124082268)
  PFN_vkTransitionImageLayout_1124076443 = (when declared(
      PFN_vkTransitionImageLayout):
    when ownSizeof(PFN_vkTransitionImageLayout) !=
        ownSizeof(PFN_vkTransitionImageLayout_1124076442):
      static :
        warning("Declaration of " & "PFN_vkTransitionImageLayout" &
            " exists but with different size")
    PFN_vkTransitionImageLayout
  else:
    PFN_vkTransitionImageLayout_1124076442)
  PFN_vkQueueInsertDebugUtilsLabelEXT_1124079101 = (when declared(
      PFN_vkQueueInsertDebugUtilsLabelEXT):
    when ownSizeof(PFN_vkQueueInsertDebugUtilsLabelEXT) !=
        ownSizeof(PFN_vkQueueInsertDebugUtilsLabelEXT_1124079100):
      static :
        warning("Declaration of " & "PFN_vkQueueInsertDebugUtilsLabelEXT" &
            " exists but with different size")
    PFN_vkQueueInsertDebugUtilsLabelEXT
  else:
    PFN_vkQueueInsertDebugUtilsLabelEXT_1124079100)
  VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082409 = (when declared(
      VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082408):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE
  else:
    VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082408)
  PFN_vkCmdSetCoverageToColorEnableNV_1124081185 = (when declared(
      PFN_vkCmdSetCoverageToColorEnableNV):
    when ownSizeof(PFN_vkCmdSetCoverageToColorEnableNV) !=
        ownSizeof(PFN_vkCmdSetCoverageToColorEnableNV_1124081184):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCoverageToColorEnableNV" &
            " exists but with different size")
    PFN_vkCmdSetCoverageToColorEnableNV
  else:
    PFN_vkCmdSetCoverageToColorEnableNV_1124081184)
  enum_VkExternalFenceHandleTypeFlagBits_1124075221 = (when declared(
      enum_VkExternalFenceHandleTypeFlagBits):
    when ownSizeof(enum_VkExternalFenceHandleTypeFlagBits) !=
        ownSizeof(enum_VkExternalFenceHandleTypeFlagBits_1124075220):
      static :
        warning("Declaration of " & "enum_VkExternalFenceHandleTypeFlagBits" &
            " exists but with different size")
    enum_VkExternalFenceHandleTypeFlagBits
  else:
    enum_VkExternalFenceHandleTypeFlagBits_1124075220)
  VkPhysicalDeviceMaintenance4Features_1124075997 = (when declared(
      VkPhysicalDeviceMaintenance4Features):
    when ownSizeof(VkPhysicalDeviceMaintenance4Features) !=
        ownSizeof(VkPhysicalDeviceMaintenance4Features_1124075996):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance4Features" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance4Features
  else:
    VkPhysicalDeviceMaintenance4Features_1124075996)
  enum_StdVideoAV1MatrixCoefficients_1124083345 = (when declared(
      enum_StdVideoAV1MatrixCoefficients):
    when ownSizeof(enum_StdVideoAV1MatrixCoefficients) !=
        ownSizeof(enum_StdVideoAV1MatrixCoefficients_1124083344):
      static :
        warning("Declaration of " & "enum_StdVideoAV1MatrixCoefficients" &
            " exists but with different size")
    enum_StdVideoAV1MatrixCoefficients
  else:
    enum_StdVideoAV1MatrixCoefficients_1124083344)
  enum_StdVideoAV1ChromaSamplePosition_1124083347 = (when declared(
      enum_StdVideoAV1ChromaSamplePosition):
    when ownSizeof(enum_StdVideoAV1ChromaSamplePosition) !=
        ownSizeof(enum_StdVideoAV1ChromaSamplePosition_1124083346):
      static :
        warning("Declaration of " & "enum_StdVideoAV1ChromaSamplePosition" &
            " exists but with different size")
    enum_StdVideoAV1ChromaSamplePosition
  else:
    enum_StdVideoAV1ChromaSamplePosition_1124083346)
  VkPipelineStageFlagBits_1124074211 = (when declared(VkPipelineStageFlagBits):
    when ownSizeof(VkPipelineStageFlagBits) !=
        ownSizeof(VkPipelineStageFlagBits_1124074210):
      static :
        warning("Declaration of " & "VkPipelineStageFlagBits" &
            " exists but with different size")
    VkPipelineStageFlagBits
  else:
    VkPipelineStageFlagBits_1124074210)
  PFN_vkCmdSetEvent_1124075103 = (when declared(PFN_vkCmdSetEvent):
    when ownSizeof(PFN_vkCmdSetEvent) != ownSizeof(PFN_vkCmdSetEvent_1124075102):
      static :
        warning("Declaration of " & "PFN_vkCmdSetEvent" &
            " exists but with different size")
    PFN_vkCmdSetEvent
  else:
    PFN_vkCmdSetEvent_1124075102)
  VkPhysicalDevicePresentWaitFeaturesKHR_1124077669 = (when declared(
      VkPhysicalDevicePresentWaitFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePresentWaitFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePresentWaitFeaturesKHR_1124077668):
      static :
        warning("Declaration of " & "VkPhysicalDevicePresentWaitFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePresentWaitFeaturesKHR
  else:
    VkPhysicalDevicePresentWaitFeaturesKHR_1124077668)
  VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080103 = (when declared(
      VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080102):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT
  else:
    VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080102)
  struct_VkDescriptorUpdateTemplateCreateInfo_1124075475 = (when declared(
      struct_VkDescriptorUpdateTemplateCreateInfo):
    when ownSizeof(struct_VkDescriptorUpdateTemplateCreateInfo) !=
        ownSizeof(struct_VkDescriptorUpdateTemplateCreateInfo_1124075474):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorUpdateTemplateCreateInfo" &
            " exists but with different size")
    struct_VkDescriptorUpdateTemplateCreateInfo
  else:
    struct_VkDescriptorUpdateTemplateCreateInfo_1124075474)
  VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082467 = (when declared(
      VkPhysicalDeviceDataGraphModelFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceDataGraphModelFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082466):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDataGraphModelFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceDataGraphModelFeaturesQCOM
  else:
    VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082466)
  VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081113 = (when declared(
      VkPhysicalDeviceNestedCommandBufferFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceNestedCommandBufferFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081112):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceNestedCommandBufferFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceNestedCommandBufferFeaturesEXT
  else:
    VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081112)
  VkCopyImageToImageInfoEXT_1124079943 = (when declared(
      VkCopyImageToImageInfoEXT):
    when ownSizeof(VkCopyImageToImageInfoEXT) !=
        ownSizeof(VkCopyImageToImageInfoEXT_1124079942):
      static :
        warning("Declaration of " & "VkCopyImageToImageInfoEXT" &
            " exists but with different size")
    VkCopyImageToImageInfoEXT
  else:
    VkCopyImageToImageInfoEXT_1124079942)
  VkDescriptorBufferBindingInfoEXT_1124080279 = (when declared(
      VkDescriptorBufferBindingInfoEXT):
    when ownSizeof(VkDescriptorBufferBindingInfoEXT) !=
        ownSizeof(VkDescriptorBufferBindingInfoEXT_1124080278):
      static :
        warning("Declaration of " & "VkDescriptorBufferBindingInfoEXT" &
            " exists but with different size")
    VkDescriptorBufferBindingInfoEXT
  else:
    VkDescriptorBufferBindingInfoEXT_1124080278)
  VkDescriptorUpdateTemplateCreateFlags_1124075263 = (when declared(
      VkDescriptorUpdateTemplateCreateFlags):
    when ownSizeof(VkDescriptorUpdateTemplateCreateFlags) !=
        ownSizeof(VkDescriptorUpdateTemplateCreateFlags_1124075262):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateCreateFlags" &
            " exists but with different size")
    VkDescriptorUpdateTemplateCreateFlags
  else:
    VkDescriptorUpdateTemplateCreateFlags_1124075262)
  VkPushConstantsInfoKHR_1124078399 = (when declared(VkPushConstantsInfoKHR):
    when ownSizeof(VkPushConstantsInfoKHR) != ownSizeof(VkPushConstantsInfoKHR_1124078398):
      static :
        warning("Declaration of " & "VkPushConstantsInfoKHR" &
            " exists but with different size")
    VkPushConstantsInfoKHR
  else:
    VkPushConstantsInfoKHR_1124078398)
  VkPipelineRasterizationStateStreamCreateInfoEXT_1124078733 = (when declared(
      VkPipelineRasterizationStateStreamCreateInfoEXT):
    when ownSizeof(VkPipelineRasterizationStateStreamCreateInfoEXT) !=
        ownSizeof(VkPipelineRasterizationStateStreamCreateInfoEXT_1124078732):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationStateStreamCreateInfoEXT" &
            " exists but with different size")
    VkPipelineRasterizationStateStreamCreateInfoEXT
  else:
    VkPipelineRasterizationStateStreamCreateInfoEXT_1124078732)
  enum_VkVideoDecodeUsageFlagBitsKHR_1124076785 = (when declared(
      enum_VkVideoDecodeUsageFlagBitsKHR):
    when ownSizeof(enum_VkVideoDecodeUsageFlagBitsKHR) !=
        ownSizeof(enum_VkVideoDecodeUsageFlagBitsKHR_1124076784):
      static :
        warning("Declaration of " & "enum_VkVideoDecodeUsageFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoDecodeUsageFlagBitsKHR
  else:
    enum_VkVideoDecodeUsageFlagBitsKHR_1124076784)
  struct_VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077353 = (when declared(
      struct_VkPhysicalDevicePerformanceQueryPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDevicePerformanceQueryPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077352):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePerformanceQueryPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePerformanceQueryPropertiesKHR
  else:
    struct_VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077352)
  VkImageToMemoryCopyEXT_1124079937 = (when declared(VkImageToMemoryCopyEXT):
    when ownSizeof(VkImageToMemoryCopyEXT) != ownSizeof(VkImageToMemoryCopyEXT_1124079936):
      static :
        warning("Declaration of " & "VkImageToMemoryCopyEXT" &
            " exists but with different size")
    VkImageToMemoryCopyEXT
  else:
    VkImageToMemoryCopyEXT_1124079936)
  VkTensorViewCaptureDescriptorDataInfoARM_1124081355 = (when declared(
      VkTensorViewCaptureDescriptorDataInfoARM):
    when ownSizeof(VkTensorViewCaptureDescriptorDataInfoARM) !=
        ownSizeof(VkTensorViewCaptureDescriptorDataInfoARM_1124081354):
      static :
        warning("Declaration of " & "VkTensorViewCaptureDescriptorDataInfoARM" &
            " exists but with different size")
    VkTensorViewCaptureDescriptorDataInfoARM
  else:
    VkTensorViewCaptureDescriptorDataInfoARM_1124081354)
  VkBufferCreateFlags_1124074263 = (when declared(VkBufferCreateFlags):
    when ownSizeof(VkBufferCreateFlags) != ownSizeof(VkBufferCreateFlags_1124074262):
      static :
        warning("Declaration of " & "VkBufferCreateFlags" &
            " exists but with different size")
    VkBufferCreateFlags
  else:
    VkBufferCreateFlags_1124074262)
  VkVideoEncodeIntraRefreshModeFlagsKHR_1124078467 = (when declared(
      VkVideoEncodeIntraRefreshModeFlagsKHR):
    when ownSizeof(VkVideoEncodeIntraRefreshModeFlagsKHR) !=
        ownSizeof(VkVideoEncodeIntraRefreshModeFlagsKHR_1124078466):
      static :
        warning("Declaration of " & "VkVideoEncodeIntraRefreshModeFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeIntraRefreshModeFlagsKHR
  else:
    VkVideoEncodeIntraRefreshModeFlagsKHR_1124078466)
  VkImageViewCaptureDescriptorDataInfoEXT_1124080303 = (when declared(
      VkImageViewCaptureDescriptorDataInfoEXT):
    when ownSizeof(VkImageViewCaptureDescriptorDataInfoEXT) !=
        ownSizeof(VkImageViewCaptureDescriptorDataInfoEXT_1124080302):
      static :
        warning("Declaration of " & "VkImageViewCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    VkImageViewCaptureDescriptorDataInfoEXT
  else:
    VkImageViewCaptureDescriptorDataInfoEXT_1124080302)
  VkVertexInputBindingDescription_1124074783 = (when declared(
      VkVertexInputBindingDescription):
    when ownSizeof(VkVertexInputBindingDescription) !=
        ownSizeof(VkVertexInputBindingDescription_1124074782):
      static :
        warning("Declaration of " & "VkVertexInputBindingDescription" &
            " exists but with different size")
    VkVertexInputBindingDescription
  else:
    VkVertexInputBindingDescription_1124074782)
  VkImportSemaphoreFdInfoKHR_1124077207 = (when declared(
      VkImportSemaphoreFdInfoKHR):
    when ownSizeof(VkImportSemaphoreFdInfoKHR) !=
        ownSizeof(VkImportSemaphoreFdInfoKHR_1124077206):
      static :
        warning("Declaration of " & "VkImportSemaphoreFdInfoKHR" &
            " exists but with different size")
    VkImportSemaphoreFdInfoKHR
  else:
    VkImportSemaphoreFdInfoKHR_1124077206)
  VkDeviceGroupDeviceCreateInfo_1124075311 = (when declared(
      VkDeviceGroupDeviceCreateInfo):
    when ownSizeof(VkDeviceGroupDeviceCreateInfo) !=
        ownSizeof(VkDeviceGroupDeviceCreateInfo_1124075310):
      static :
        warning("Declaration of " & "VkDeviceGroupDeviceCreateInfo" &
            " exists but with different size")
    VkDeviceGroupDeviceCreateInfo
  else:
    VkDeviceGroupDeviceCreateInfo_1124075310)
  VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078975 = (when declared(
      VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX):
    when ownSizeof(VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX) !=
        ownSizeof(VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078974):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
  else:
    VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078974)
  VkToolPurposeFlagBits_1124075867 = (when declared(VkToolPurposeFlagBits):
    when ownSizeof(VkToolPurposeFlagBits) != ownSizeof(VkToolPurposeFlagBits_1124075866):
      static :
        warning("Declaration of " & "VkToolPurposeFlagBits" &
            " exists but with different size")
    VkToolPurposeFlagBits
  else:
    VkToolPurposeFlagBits_1124075866)
  VkDescriptorBindingFlagBitsEXT_1124079269 = (when declared(
      VkDescriptorBindingFlagBitsEXT):
    when ownSizeof(VkDescriptorBindingFlagBitsEXT) !=
        ownSizeof(VkDescriptorBindingFlagBitsEXT_1124079268):
      static :
        warning("Declaration of " & "VkDescriptorBindingFlagBitsEXT" &
            " exists but with different size")
    VkDescriptorBindingFlagBitsEXT
  else:
    VkDescriptorBindingFlagBitsEXT_1124079268)
  struct_VkImageFormatListCreateInfo_1124075651 = (when declared(
      struct_VkImageFormatListCreateInfo):
    when ownSizeof(struct_VkImageFormatListCreateInfo) !=
        ownSizeof(struct_VkImageFormatListCreateInfo_1124075650):
      static :
        warning("Declaration of " & "struct_VkImageFormatListCreateInfo" &
            " exists but with different size")
    struct_VkImageFormatListCreateInfo
  else:
    struct_VkImageFormatListCreateInfo_1124075650)
  PFN_vkCmdBindTileMemoryQCOM_1124081943 = (when declared(
      PFN_vkCmdBindTileMemoryQCOM):
    when ownSizeof(PFN_vkCmdBindTileMemoryQCOM) !=
        ownSizeof(PFN_vkCmdBindTileMemoryQCOM_1124081942):
      static :
        warning("Declaration of " & "PFN_vkCmdBindTileMemoryQCOM" &
            " exists but with different size")
    PFN_vkCmdBindTileMemoryQCOM
  else:
    PFN_vkCmdBindTileMemoryQCOM_1124081942)
  VkAttachmentSampleLocationsEXT_1124079143 = (when declared(
      VkAttachmentSampleLocationsEXT):
    when ownSizeof(VkAttachmentSampleLocationsEXT) !=
        ownSizeof(VkAttachmentSampleLocationsEXT_1124079142):
      static :
        warning("Declaration of " & "VkAttachmentSampleLocationsEXT" &
            " exists but with different size")
    VkAttachmentSampleLocationsEXT
  else:
    VkAttachmentSampleLocationsEXT_1124079142)
  Display_1124082775 = (when declared(Display):
    when ownSizeof(Display) != ownSizeof(Display_1124082774):
      static :
        warning("Declaration of " & "Display" &
            " exists but with different size")
    Display
  else:
    Display_1124082774)
  VkConvertCooperativeVectorMatrixInfoNV_1124081603 = (when declared(
      VkConvertCooperativeVectorMatrixInfoNV):
    when ownSizeof(VkConvertCooperativeVectorMatrixInfoNV) !=
        ownSizeof(VkConvertCooperativeVectorMatrixInfoNV_1124081602):
      static :
        warning("Declaration of " & "VkConvertCooperativeVectorMatrixInfoNV" &
            " exists but with different size")
    VkConvertCooperativeVectorMatrixInfoNV
  else:
    VkConvertCooperativeVectorMatrixInfoNV_1124081602)
  VkPipelineCache_1124073972 = (when declared(VkPipelineCache):
    when ownSizeof(VkPipelineCache) != ownSizeof(VkPipelineCache_1124073971):
      static :
        warning("Declaration of " & "VkPipelineCache" &
            " exists but with different size")
    VkPipelineCache
  else:
    VkPipelineCache_1124073971)
  struct_VkPipelineViewportStateCreateInfo_1124074805 = (when declared(
      struct_VkPipelineViewportStateCreateInfo):
    when ownSizeof(struct_VkPipelineViewportStateCreateInfo) !=
        ownSizeof(struct_VkPipelineViewportStateCreateInfo_1124074804):
      static :
        warning("Declaration of " & "struct_VkPipelineViewportStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineViewportStateCreateInfo
  else:
    struct_VkPipelineViewportStateCreateInfo_1124074804)
  PFN_vkCreateIndirectExecutionSetEXT_1124082313 = (when declared(
      PFN_vkCreateIndirectExecutionSetEXT):
    when ownSizeof(PFN_vkCreateIndirectExecutionSetEXT) !=
        ownSizeof(PFN_vkCreateIndirectExecutionSetEXT_1124082312):
      static :
        warning("Declaration of " & "PFN_vkCreateIndirectExecutionSetEXT" &
            " exists but with different size")
    PFN_vkCreateIndirectExecutionSetEXT
  else:
    PFN_vkCreateIndirectExecutionSetEXT_1124082312)
  VkBaseInStructure_1124074463 = (when declared(VkBaseInStructure):
    when ownSizeof(VkBaseInStructure) != ownSizeof(VkBaseInStructure_1124074462):
      static :
        warning("Declaration of " & "VkBaseInStructure" &
            " exists but with different size")
    VkBaseInStructure
  else:
    VkBaseInStructure_1124074462)
  PFN_vkBindOpticalFlowSessionImageNV_1124081471 = (when declared(
      PFN_vkBindOpticalFlowSessionImageNV):
    when ownSizeof(PFN_vkBindOpticalFlowSessionImageNV) !=
        ownSizeof(PFN_vkBindOpticalFlowSessionImageNV_1124081470):
      static :
        warning("Declaration of " & "PFN_vkBindOpticalFlowSessionImageNV" &
            " exists but with different size")
    PFN_vkBindOpticalFlowSessionImageNV
  else:
    PFN_vkBindOpticalFlowSessionImageNV_1124081470)
  PFN_vkDestroyMicromapEXT_1124080863 = (when declared(PFN_vkDestroyMicromapEXT):
    when ownSizeof(PFN_vkDestroyMicromapEXT) !=
        ownSizeof(PFN_vkDestroyMicromapEXT_1124080862):
      static :
        warning("Declaration of " & "PFN_vkDestroyMicromapEXT" &
            " exists but with different size")
    PFN_vkDestroyMicromapEXT
  else:
    PFN_vkDestroyMicromapEXT_1124080862)
  struct_VkDescriptorImageInfo_1124074741 = (when declared(
      struct_VkDescriptorImageInfo):
    when ownSizeof(struct_VkDescriptorImageInfo) !=
        ownSizeof(struct_VkDescriptorImageInfo_1124074740):
      static :
        warning("Declaration of " & "struct_VkDescriptorImageInfo" &
            " exists but with different size")
    struct_VkDescriptorImageInfo
  else:
    struct_VkDescriptorImageInfo_1124074740)
  struct_VkIndirectExecutionSetShaderInfoEXT_1124082231 = (when declared(
      struct_VkIndirectExecutionSetShaderInfoEXT):
    when ownSizeof(struct_VkIndirectExecutionSetShaderInfoEXT) !=
        ownSizeof(struct_VkIndirectExecutionSetShaderInfoEXT_1124082230):
      static :
        warning("Declaration of " & "struct_VkIndirectExecutionSetShaderInfoEXT" &
            " exists but with different size")
    struct_VkIndirectExecutionSetShaderInfoEXT
  else:
    struct_VkIndirectExecutionSetShaderInfoEXT_1124082230)
  VkDisplayModePropertiesKHR_1124076595 = (when declared(
      VkDisplayModePropertiesKHR):
    when ownSizeof(VkDisplayModePropertiesKHR) !=
        ownSizeof(VkDisplayModePropertiesKHR_1124076594):
      static :
        warning("Declaration of " & "VkDisplayModePropertiesKHR" &
            " exists but with different size")
    VkDisplayModePropertiesKHR
  else:
    VkDisplayModePropertiesKHR_1124076594)
  PFN_vkCreateSamplerYcbcrConversionKHR_1124077497 = (when declared(
      PFN_vkCreateSamplerYcbcrConversionKHR):
    when ownSizeof(PFN_vkCreateSamplerYcbcrConversionKHR) !=
        ownSizeof(PFN_vkCreateSamplerYcbcrConversionKHR_1124077496):
      static :
        warning("Declaration of " & "PFN_vkCreateSamplerYcbcrConversionKHR" &
            " exists but with different size")
    PFN_vkCreateSamplerYcbcrConversionKHR
  else:
    PFN_vkCreateSamplerYcbcrConversionKHR_1124077496)
  VkSurfacePresentModeEXT_1124079989 = (when declared(VkSurfacePresentModeEXT):
    when ownSizeof(VkSurfacePresentModeEXT) !=
        ownSizeof(VkSurfacePresentModeEXT_1124079988):
      static :
        warning("Declaration of " & "VkSurfacePresentModeEXT" &
            " exists but with different size")
    VkSurfacePresentModeEXT
  else:
    VkSurfacePresentModeEXT_1124079988)
  struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079773 = (when declared(
      struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079772):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT
  else:
    struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079772)
  VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082793 = (when declared(
      VkPhysicalDevicePortabilitySubsetPropertiesKHR):
    when ownSizeof(VkPhysicalDevicePortabilitySubsetPropertiesKHR) !=
        ownSizeof(VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082792):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePortabilitySubsetPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDevicePortabilitySubsetPropertiesKHR
  else:
    VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082792)
  VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076049 = (when declared(
      VkPipelineShaderStageRequiredSubgroupSizeCreateInfo):
    when ownSizeof(VkPipelineShaderStageRequiredSubgroupSizeCreateInfo) !=
        ownSizeof(VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076048):
      static :
        warning("Declaration of " &
            "VkPipelineShaderStageRequiredSubgroupSizeCreateInfo" &
            " exists but with different size")
    VkPipelineShaderStageRequiredSubgroupSizeCreateInfo
  else:
    VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076048)
  VkBuildAccelerationStructureFlagsNV_1124079381 = (when declared(
      VkBuildAccelerationStructureFlagsNV):
    when ownSizeof(VkBuildAccelerationStructureFlagsNV) !=
        ownSizeof(VkBuildAccelerationStructureFlagsNV_1124079380):
      static :
        warning("Declaration of " & "VkBuildAccelerationStructureFlagsNV" &
            " exists but with different size")
    VkBuildAccelerationStructureFlagsNV
  else:
    VkBuildAccelerationStructureFlagsNV_1124079380)
  VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080359 = (when declared(
      VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD):
    when ownSizeof(VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD) !=
        ownSizeof(VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080358):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD" &
            " exists but with different size")
    VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD
  else:
    VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080358)
  PFN_vkGetPhysicalDeviceFormatProperties_1124074901 = (when declared(
      PFN_vkGetPhysicalDeviceFormatProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceFormatProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFormatProperties_1124074900):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceFormatProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFormatProperties
  else:
    PFN_vkGetPhysicalDeviceFormatProperties_1124074900)
  VkMemoryGetWin32HandleInfoKHR_1124082681 = (when declared(
      VkMemoryGetWin32HandleInfoKHR):
    when ownSizeof(VkMemoryGetWin32HandleInfoKHR) !=
        ownSizeof(VkMemoryGetWin32HandleInfoKHR_1124082680):
      static :
        warning("Declaration of " & "VkMemoryGetWin32HandleInfoKHR" &
            " exists but with different size")
    VkMemoryGetWin32HandleInfoKHR
  else:
    VkMemoryGetWin32HandleInfoKHR_1124082680)
  VkAttachmentReference2KHR_1124077269 = (when declared(
      VkAttachmentReference2KHR):
    when ownSizeof(VkAttachmentReference2KHR) !=
        ownSizeof(VkAttachmentReference2KHR_1124077268):
      static :
        warning("Declaration of " & "VkAttachmentReference2KHR" &
            " exists but with different size")
    VkAttachmentReference2KHR
  else:
    VkAttachmentReference2KHR_1124077268)
  struct_VkImageCopy2_1124075967 = (when declared(struct_VkImageCopy2):
    when ownSizeof(struct_VkImageCopy2) != ownSizeof(struct_VkImageCopy2_1124075966):
      static :
        warning("Declaration of " & "struct_VkImageCopy2" &
            " exists but with different size")
    struct_VkImageCopy2
  else:
    struct_VkImageCopy2_1124075966)
  PFN_vkCmdSetDepthCompareOpEXT_1124079919 = (when declared(
      PFN_vkCmdSetDepthCompareOpEXT):
    when ownSizeof(PFN_vkCmdSetDepthCompareOpEXT) !=
        ownSizeof(PFN_vkCmdSetDepthCompareOpEXT_1124079918):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthCompareOpEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthCompareOpEXT
  else:
    PFN_vkCmdSetDepthCompareOpEXT_1124079918)
  struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080313 = (when declared(
      struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT):
    when ownSizeof(struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT) !=
        ownSizeof(struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080312):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT
  else:
    struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080312)
  PFN_vkCmdDrawMultiIndexedEXT_1124080753 = (when declared(
      PFN_vkCmdDrawMultiIndexedEXT):
    when ownSizeof(PFN_vkCmdDrawMultiIndexedEXT) !=
        ownSizeof(PFN_vkCmdDrawMultiIndexedEXT_1124080752):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMultiIndexedEXT" &
            " exists but with different size")
    PFN_vkCmdDrawMultiIndexedEXT
  else:
    PFN_vkCmdDrawMultiIndexedEXT_1124080752)
  PFN_vkCmdConvertCooperativeVectorMatrixNV_1124081609 = (when declared(
      PFN_vkCmdConvertCooperativeVectorMatrixNV):
    when ownSizeof(PFN_vkCmdConvertCooperativeVectorMatrixNV) !=
        ownSizeof(PFN_vkCmdConvertCooperativeVectorMatrixNV_1124081608):
      static :
        warning("Declaration of " & "PFN_vkCmdConvertCooperativeVectorMatrixNV" &
            " exists but with different size")
    PFN_vkCmdConvertCooperativeVectorMatrixNV
  else:
    PFN_vkCmdConvertCooperativeVectorMatrixNV_1124081608)
  PFN_vkGetBufferDeviceAddressEXT_1124079785 = (when declared(
      PFN_vkGetBufferDeviceAddressEXT):
    when ownSizeof(PFN_vkGetBufferDeviceAddressEXT) !=
        ownSizeof(PFN_vkGetBufferDeviceAddressEXT_1124079784):
      static :
        warning("Declaration of " & "PFN_vkGetBufferDeviceAddressEXT" &
            " exists but with different size")
    PFN_vkGetBufferDeviceAddressEXT
  else:
    PFN_vkGetBufferDeviceAddressEXT_1124079784)
  PFN_vkCmdExecuteGeneratedCommandsNV_1124080085 = (when declared(
      PFN_vkCmdExecuteGeneratedCommandsNV):
    when ownSizeof(PFN_vkCmdExecuteGeneratedCommandsNV) !=
        ownSizeof(PFN_vkCmdExecuteGeneratedCommandsNV_1124080084):
      static :
        warning("Declaration of " & "PFN_vkCmdExecuteGeneratedCommandsNV" &
            " exists but with different size")
    PFN_vkCmdExecuteGeneratedCommandsNV
  else:
    PFN_vkCmdExecuteGeneratedCommandsNV_1124080084)
  struct_VkAabbPositionsKHR_1124079439 = (when declared(
      struct_VkAabbPositionsKHR):
    when ownSizeof(struct_VkAabbPositionsKHR) !=
        ownSizeof(struct_VkAabbPositionsKHR_1124079438):
      static :
        warning("Declaration of " & "struct_VkAabbPositionsKHR" &
            " exists but with different size")
    struct_VkAabbPositionsKHR
  else:
    struct_VkAabbPositionsKHR_1124079438)
  struct_VkSubpassDescription_1124074853 = (when declared(
      struct_VkSubpassDescription):
    when ownSizeof(struct_VkSubpassDescription) !=
        ownSizeof(struct_VkSubpassDescription_1124074852):
      static :
        warning("Declaration of " & "struct_VkSubpassDescription" &
            " exists but with different size")
    struct_VkSubpassDescription
  else:
    struct_VkSubpassDescription_1124074852)
  VkSparseImageFormatFlagBits_1124074229 = (when declared(
      VkSparseImageFormatFlagBits):
    when ownSizeof(VkSparseImageFormatFlagBits) !=
        ownSizeof(VkSparseImageFormatFlagBits_1124074228):
      static :
        warning("Declaration of " & "VkSparseImageFormatFlagBits" &
            " exists but with different size")
    VkSparseImageFormatFlagBits
  else:
    VkSparseImageFormatFlagBits_1124074228)
  VkSemaphoreSignalInfo_1124075689 = (when declared(VkSemaphoreSignalInfo):
    when ownSizeof(VkSemaphoreSignalInfo) != ownSizeof(VkSemaphoreSignalInfo_1124075688):
      static :
        warning("Declaration of " & "VkSemaphoreSignalInfo" &
            " exists but with different size")
    VkSemaphoreSignalInfo
  else:
    VkSemaphoreSignalInfo_1124075688)
  struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080469 = (when declared(
      struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080468):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT
  else:
    struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080468)
  VkPhysicalDeviceOpticalFlowPropertiesNV_1124081443 = (when declared(
      VkPhysicalDeviceOpticalFlowPropertiesNV):
    when ownSizeof(VkPhysicalDeviceOpticalFlowPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceOpticalFlowPropertiesNV_1124081442):
      static :
        warning("Declaration of " & "VkPhysicalDeviceOpticalFlowPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceOpticalFlowPropertiesNV
  else:
    VkPhysicalDeviceOpticalFlowPropertiesNV_1124081442)
  struct_VkPhysicalDeviceMaintenance5Features_1124076257 = (when declared(
      struct_VkPhysicalDeviceMaintenance5Features):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance5Features) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance5Features_1124076256):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance5Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance5Features
  else:
    struct_VkPhysicalDeviceMaintenance5Features_1124076256)
  struct_VkIndirectCommandsStreamNV_1124080061 = (when declared(
      struct_VkIndirectCommandsStreamNV):
    when ownSizeof(struct_VkIndirectCommandsStreamNV) !=
        ownSizeof(struct_VkIndirectCommandsStreamNV_1124080060):
      static :
        warning("Declaration of " & "struct_VkIndirectCommandsStreamNV" &
            " exists but with different size")
    struct_VkIndirectCommandsStreamNV
  else:
    struct_VkIndirectCommandsStreamNV_1124080060)
  VkDisplaySurfaceCreateFlagsKHR_1124076583 = (when declared(
      VkDisplaySurfaceCreateFlagsKHR):
    when ownSizeof(VkDisplaySurfaceCreateFlagsKHR) !=
        ownSizeof(VkDisplaySurfaceCreateFlagsKHR_1124076582):
      static :
        warning("Declaration of " & "VkDisplaySurfaceCreateFlagsKHR" &
            " exists but with different size")
    VkDisplaySurfaceCreateFlagsKHR
  else:
    VkDisplaySurfaceCreateFlagsKHR_1124076582)
  VkExternalSemaphoreHandleTypeFlagBitsKHR_1124077187 = (when declared(
      VkExternalSemaphoreHandleTypeFlagBitsKHR):
    when ownSizeof(VkExternalSemaphoreHandleTypeFlagBitsKHR) !=
        ownSizeof(VkExternalSemaphoreHandleTypeFlagBitsKHR_1124077186):
      static :
        warning("Declaration of " & "VkExternalSemaphoreHandleTypeFlagBitsKHR" &
            " exists but with different size")
    VkExternalSemaphoreHandleTypeFlagBitsKHR
  else:
    VkExternalSemaphoreHandleTypeFlagBitsKHR_1124077186)
  struct_VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075739 = (when declared(
      struct_VkDescriptorSetVariableDescriptorCountAllocateInfo):
    when ownSizeof(struct_VkDescriptorSetVariableDescriptorCountAllocateInfo) !=
        ownSizeof(struct_VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075738):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorSetVariableDescriptorCountAllocateInfo" &
            " exists but with different size")
    struct_VkDescriptorSetVariableDescriptorCountAllocateInfo
  else:
    struct_VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075738)
  struct_VkPhysicalDeviceMeshShaderFeaturesEXT_1124082627 = (when declared(
      struct_VkPhysicalDeviceMeshShaderFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMeshShaderFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMeshShaderFeaturesEXT_1124082626):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMeshShaderFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMeshShaderFeaturesEXT
  else:
    struct_VkPhysicalDeviceMeshShaderFeaturesEXT_1124082626)
  VkIndirectCommandsTokenTypeNV_1124080015 = (when declared(
      VkIndirectCommandsTokenTypeNV):
    when ownSizeof(VkIndirectCommandsTokenTypeNV) !=
        ownSizeof(VkIndirectCommandsTokenTypeNV_1124080014):
      static :
        warning("Declaration of " & "VkIndirectCommandsTokenTypeNV" &
            " exists but with different size")
    VkIndirectCommandsTokenTypeNV
  else:
    VkIndirectCommandsTokenTypeNV_1124080014)
  VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077637 = (when declared(
      VkRenderingFragmentShadingRateAttachmentInfoKHR):
    when ownSizeof(VkRenderingFragmentShadingRateAttachmentInfoKHR) !=
        ownSizeof(VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077636):
      static :
        warning("Declaration of " &
            "VkRenderingFragmentShadingRateAttachmentInfoKHR" &
            " exists but with different size")
    VkRenderingFragmentShadingRateAttachmentInfoKHR
  else:
    VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077636)
  struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080539 = (when declared(
      struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080538):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT
  else:
    struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080538)
  VkOpticalFlowImageFormatInfoNV_1124081447 = (when declared(
      VkOpticalFlowImageFormatInfoNV):
    when ownSizeof(VkOpticalFlowImageFormatInfoNV) !=
        ownSizeof(VkOpticalFlowImageFormatInfoNV_1124081446):
      static :
        warning("Declaration of " & "VkOpticalFlowImageFormatInfoNV" &
            " exists but with different size")
    VkOpticalFlowImageFormatInfoNV
  else:
    VkOpticalFlowImageFormatInfoNV_1124081446)
  VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080375 = (when declared(
      VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV):
    when ownSizeof(VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080374):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV
  else:
    VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080374)
  PFN_vkCmdDispatchGraphAMDX_1124082835 = (when declared(
      PFN_vkCmdDispatchGraphAMDX):
    when ownSizeof(PFN_vkCmdDispatchGraphAMDX) !=
        ownSizeof(PFN_vkCmdDispatchGraphAMDX_1124082834):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchGraphAMDX" &
            " exists but with different size")
    PFN_vkCmdDispatchGraphAMDX
  else:
    PFN_vkCmdDispatchGraphAMDX_1124082834)
  struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080629 = (when declared(
      struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080628):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT
  else:
    struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080628)
  VkExternalComputeQueueDeviceCreateInfoNV_1124081977 = (when declared(
      VkExternalComputeQueueDeviceCreateInfoNV):
    when ownSizeof(VkExternalComputeQueueDeviceCreateInfoNV) !=
        ownSizeof(VkExternalComputeQueueDeviceCreateInfoNV_1124081976):
      static :
        warning("Declaration of " & "VkExternalComputeQueueDeviceCreateInfoNV" &
            " exists but with different size")
    VkExternalComputeQueueDeviceCreateInfoNV
  else:
    VkExternalComputeQueueDeviceCreateInfoNV_1124081976)
  struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082211 = (when declared(
      struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082210):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT
  else:
    struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082210)
  struct_VkExportFenceWin32HandleInfoKHR_1124082715 = (when declared(
      struct_VkExportFenceWin32HandleInfoKHR):
    when ownSizeof(struct_VkExportFenceWin32HandleInfoKHR) !=
        ownSizeof(struct_VkExportFenceWin32HandleInfoKHR_1124082714):
      static :
        warning("Declaration of " & "struct_VkExportFenceWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkExportFenceWin32HandleInfoKHR
  else:
    struct_VkExportFenceWin32HandleInfoKHR_1124082714)
  VkPhysicalDeviceHostQueryResetFeatures_1124075665 = (when declared(
      VkPhysicalDeviceHostQueryResetFeatures):
    when ownSizeof(VkPhysicalDeviceHostQueryResetFeatures) !=
        ownSizeof(VkPhysicalDeviceHostQueryResetFeatures_1124075664):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHostQueryResetFeatures" &
            " exists but with different size")
    VkPhysicalDeviceHostQueryResetFeatures
  else:
    VkPhysicalDeviceHostQueryResetFeatures_1124075664)
  struct_VkPipelineExecutableStatisticKHR_1124077727 = (when declared(
      struct_VkPipelineExecutableStatisticKHR):
    when ownSizeof(struct_VkPipelineExecutableStatisticKHR) !=
        ownSizeof(struct_VkPipelineExecutableStatisticKHR_1124077726):
      static :
        warning("Declaration of " & "struct_VkPipelineExecutableStatisticKHR" &
            " exists but with different size")
    struct_VkPipelineExecutableStatisticKHR
  else:
    struct_VkPipelineExecutableStatisticKHR_1124077726)
  struct_VkCustomResolveCreateInfoEXT_1124082447 = (when declared(
      struct_VkCustomResolveCreateInfoEXT):
    when ownSizeof(struct_VkCustomResolveCreateInfoEXT) !=
        ownSizeof(struct_VkCustomResolveCreateInfoEXT_1124082446):
      static :
        warning("Declaration of " & "struct_VkCustomResolveCreateInfoEXT" &
            " exists but with different size")
    struct_VkCustomResolveCreateInfoEXT
  else:
    struct_VkCustomResolveCreateInfoEXT_1124082446)
  VkExternalSemaphoreFeatureFlags_1124075255 = (when declared(
      VkExternalSemaphoreFeatureFlags):
    when ownSizeof(VkExternalSemaphoreFeatureFlags) !=
        ownSizeof(VkExternalSemaphoreFeatureFlags_1124075254):
      static :
        warning("Declaration of " & "VkExternalSemaphoreFeatureFlags" &
            " exists but with different size")
    VkExternalSemaphoreFeatureFlags
  else:
    VkExternalSemaphoreFeatureFlags_1124075254)
  VkSurfaceCapabilities2EXT_1124078913 = (when declared(
      VkSurfaceCapabilities2EXT):
    when ownSizeof(VkSurfaceCapabilities2EXT) !=
        ownSizeof(VkSurfaceCapabilities2EXT_1124078912):
      static :
        warning("Declaration of " & "VkSurfaceCapabilities2EXT" &
            " exists but with different size")
    VkSurfaceCapabilities2EXT
  else:
    VkSurfaceCapabilities2EXT_1124078912)
  PFN_vkCmdBindShadersEXT_1124081543 = (when declared(PFN_vkCmdBindShadersEXT):
    when ownSizeof(PFN_vkCmdBindShadersEXT) !=
        ownSizeof(PFN_vkCmdBindShadersEXT_1124081542):
      static :
        warning("Declaration of " & "PFN_vkCmdBindShadersEXT" &
            " exists but with different size")
    PFN_vkCmdBindShadersEXT
  else:
    PFN_vkCmdBindShadersEXT_1124081542)
  VkCooperativeVectorPropertiesNV_1124081599 = (when declared(
      VkCooperativeVectorPropertiesNV):
    when ownSizeof(VkCooperativeVectorPropertiesNV) !=
        ownSizeof(VkCooperativeVectorPropertiesNV_1124081598):
      static :
        warning("Declaration of " & "VkCooperativeVectorPropertiesNV" &
            " exists but with different size")
    VkCooperativeVectorPropertiesNV
  else:
    VkCooperativeVectorPropertiesNV_1124081598)
  PFN_vkSetEvent_1124075045 = (when declared(PFN_vkSetEvent):
    when ownSizeof(PFN_vkSetEvent) != ownSizeof(PFN_vkSetEvent_1124075044):
      static :
        warning("Declaration of " & "PFN_vkSetEvent" &
            " exists but with different size")
    PFN_vkSetEvent
  else:
    PFN_vkSetEvent_1124075044)
  VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR_1124078347 = (when declared(
      VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR_1124078346):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR
  else:
    VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR_1124078346)
  PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081847 = (when declared(
      PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM):
    when ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM) !=
        ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081846):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM
  else:
    PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081846)
  struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082603 = (when declared(
      struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082602):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR
  else:
    struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082602)
  VkVideoEncodeH265RateControlFlagsKHR_1124076931 = (when declared(
      VkVideoEncodeH265RateControlFlagsKHR):
    when ownSizeof(VkVideoEncodeH265RateControlFlagsKHR) !=
        ownSizeof(VkVideoEncodeH265RateControlFlagsKHR_1124076930):
      static :
        warning("Declaration of " & "VkVideoEncodeH265RateControlFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH265RateControlFlagsKHR
  else:
    VkVideoEncodeH265RateControlFlagsKHR_1124076930)
  struct_StdVideoH265ProfileTierLevel_1124083155 = (when declared(
      struct_StdVideoH265ProfileTierLevel):
    when ownSizeof(struct_StdVideoH265ProfileTierLevel) !=
        ownSizeof(struct_StdVideoH265ProfileTierLevel_1124083154):
      static :
        warning("Declaration of " & "struct_StdVideoH265ProfileTierLevel" &
            " exists but with different size")
    struct_StdVideoH265ProfileTierLevel
  else:
    struct_StdVideoH265ProfileTierLevel_1124083154)
  struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082349 = (when declared(
      struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082348):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI
  else:
    struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082348)
  VkSurfacePresentScalingCapabilitiesEXT_1124079991 = (when declared(
      VkSurfacePresentScalingCapabilitiesEXT):
    when ownSizeof(VkSurfacePresentScalingCapabilitiesEXT) !=
        ownSizeof(VkSurfacePresentScalingCapabilitiesEXT_1124079990):
      static :
        warning("Declaration of " & "VkSurfacePresentScalingCapabilitiesEXT" &
            " exists but with different size")
    VkSurfacePresentScalingCapabilitiesEXT
  else:
    VkSurfacePresentScalingCapabilitiesEXT_1124079990)
  struct_StdVideoEncodeH265PictureInfoFlags_1124083179 = (when declared(
      struct_StdVideoEncodeH265PictureInfoFlags):
    when ownSizeof(struct_StdVideoEncodeH265PictureInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeH265PictureInfoFlags_1124083178):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH265PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH265PictureInfoFlags
  else:
    struct_StdVideoEncodeH265PictureInfoFlags_1124083178)
  VkAttachmentDescriptionFlagBits_1124074413 = (when declared(
      VkAttachmentDescriptionFlagBits):
    when ownSizeof(VkAttachmentDescriptionFlagBits) !=
        ownSizeof(VkAttachmentDescriptionFlagBits_1124074412):
      static :
        warning("Declaration of " & "VkAttachmentDescriptionFlagBits" &
            " exists but with different size")
    VkAttachmentDescriptionFlagBits
  else:
    VkAttachmentDescriptionFlagBits_1124074412)
  VkMemoryToImageCopy_1124076303 = (when declared(VkMemoryToImageCopy):
    when ownSizeof(VkMemoryToImageCopy) != ownSizeof(VkMemoryToImageCopy_1124076302):
      static :
        warning("Declaration of " & "VkMemoryToImageCopy" &
            " exists but with different size")
    VkMemoryToImageCopy
  else:
    VkMemoryToImageCopy_1124076302)
  VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078411 = (when declared(
      VkBindDescriptorBufferEmbeddedSamplersInfoEXT):
    when ownSizeof(VkBindDescriptorBufferEmbeddedSamplersInfoEXT) !=
        ownSizeof(VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078410):
      static :
        warning("Declaration of " &
            "VkBindDescriptorBufferEmbeddedSamplersInfoEXT" &
            " exists but with different size")
    VkBindDescriptorBufferEmbeddedSamplersInfoEXT
  else:
    VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078410)
  VkVideoDecodeCapabilitiesKHR_1124076795 = (when declared(
      VkVideoDecodeCapabilitiesKHR):
    when ownSizeof(VkVideoDecodeCapabilitiesKHR) !=
        ownSizeof(VkVideoDecodeCapabilitiesKHR_1124076794):
      static :
        warning("Declaration of " & "VkVideoDecodeCapabilitiesKHR" &
            " exists but with different size")
    VkVideoDecodeCapabilitiesKHR
  else:
    VkVideoDecodeCapabilitiesKHR_1124076794)
  PFN_vkAllocateMemory_1124074935 = (when declared(PFN_vkAllocateMemory):
    when ownSizeof(PFN_vkAllocateMemory) != ownSizeof(PFN_vkAllocateMemory_1124074934):
      static :
        warning("Declaration of " & "PFN_vkAllocateMemory" &
            " exists but with different size")
    PFN_vkAllocateMemory
  else:
    PFN_vkAllocateMemory_1124074934)
  enum_VkVideoCapabilityFlagBitsKHR_1124076659 = (when declared(
      enum_VkVideoCapabilityFlagBitsKHR):
    when ownSizeof(enum_VkVideoCapabilityFlagBitsKHR) !=
        ownSizeof(enum_VkVideoCapabilityFlagBitsKHR_1124076658):
      static :
        warning("Declaration of " & "enum_VkVideoCapabilityFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoCapabilityFlagBitsKHR
  else:
    enum_VkVideoCapabilityFlagBitsKHR_1124076658)
  VkHostImageCopyDevicePerformanceQueryEXT_1124079949 = (when declared(
      VkHostImageCopyDevicePerformanceQueryEXT):
    when ownSizeof(VkHostImageCopyDevicePerformanceQueryEXT) !=
        ownSizeof(VkHostImageCopyDevicePerformanceQueryEXT_1124079948):
      static :
        warning("Declaration of " & "VkHostImageCopyDevicePerformanceQueryEXT" &
            " exists but with different size")
    VkHostImageCopyDevicePerformanceQueryEXT
  else:
    VkHostImageCopyDevicePerformanceQueryEXT_1124079948)
  struct_VkPresentId2KHR_1124078029 = (when declared(struct_VkPresentId2KHR):
    when ownSizeof(struct_VkPresentId2KHR) != ownSizeof(struct_VkPresentId2KHR_1124078028):
      static :
        warning("Declaration of " & "struct_VkPresentId2KHR" &
            " exists but with different size")
    struct_VkPresentId2KHR
  else:
    struct_VkPresentId2KHR_1124078028)
  StdVideoH264PocType_1124082983 = (when declared(StdVideoH264PocType):
    when ownSizeof(StdVideoH264PocType) != ownSizeof(StdVideoH264PocType_1124082982):
      static :
        warning("Declaration of " & "StdVideoH264PocType" &
            " exists but with different size")
    StdVideoH264PocType
  else:
    StdVideoH264PocType_1124082982)
  PFN_vkDestroyCudaModuleNV_1124082871 = (when declared(
      PFN_vkDestroyCudaModuleNV):
    when ownSizeof(PFN_vkDestroyCudaModuleNV) !=
        ownSizeof(PFN_vkDestroyCudaModuleNV_1124082870):
      static :
        warning("Declaration of " & "PFN_vkDestroyCudaModuleNV" &
            " exists but with different size")
    PFN_vkDestroyCudaModuleNV
  else:
    PFN_vkDestroyCudaModuleNV_1124082870)
  VkVideoComponentBitDepthFlagBitsKHR_1124076655 = (when declared(
      VkVideoComponentBitDepthFlagBitsKHR):
    when ownSizeof(VkVideoComponentBitDepthFlagBitsKHR) !=
        ownSizeof(VkVideoComponentBitDepthFlagBitsKHR_1124076654):
      static :
        warning("Declaration of " & "VkVideoComponentBitDepthFlagBitsKHR" &
            " exists but with different size")
    VkVideoComponentBitDepthFlagBitsKHR
  else:
    VkVideoComponentBitDepthFlagBitsKHR_1124076654)
  VkVideoEncodeH264SessionParametersAddInfoKHR_1124076849 = (when declared(
      VkVideoEncodeH264SessionParametersAddInfoKHR):
    when ownSizeof(VkVideoEncodeH264SessionParametersAddInfoKHR) !=
        ownSizeof(VkVideoEncodeH264SessionParametersAddInfoKHR_1124076848):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH264SessionParametersAddInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264SessionParametersAddInfoKHR
  else:
    VkVideoEncodeH264SessionParametersAddInfoKHR_1124076848)
  struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079207 = (when declared(
      struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079206):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV
  else:
    struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079206)
  VkScopeNV_1124079811 = (when declared(VkScopeNV):
    when ownSizeof(VkScopeNV) != ownSizeof(VkScopeNV_1124079810):
      static :
        warning("Declaration of " & "VkScopeNV" &
            " exists but with different size")
    VkScopeNV
  else:
    VkScopeNV_1124079810)
  PFN_vkDestroyCuFunctionNVX_1124078773 = (when declared(
      PFN_vkDestroyCuFunctionNVX):
    when ownSizeof(PFN_vkDestroyCuFunctionNVX) !=
        ownSizeof(PFN_vkDestroyCuFunctionNVX_1124078772):
      static :
        warning("Declaration of " & "PFN_vkDestroyCuFunctionNVX" &
            " exists but with different size")
    PFN_vkDestroyCuFunctionNVX
  else:
    PFN_vkDestroyCuFunctionNVX_1124078772)
  VkIndirectExecutionSetInfoTypeEXT_1124082193 = (when declared(
      VkIndirectExecutionSetInfoTypeEXT):
    when ownSizeof(VkIndirectExecutionSetInfoTypeEXT) !=
        ownSizeof(VkIndirectExecutionSetInfoTypeEXT_1124082192):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetInfoTypeEXT" &
            " exists but with different size")
    VkIndirectExecutionSetInfoTypeEXT
  else:
    VkIndirectExecutionSetInfoTypeEXT_1124082192)
  enum_StdVideoAV1TransferCharacteristics_1124083343 = (when declared(
      enum_StdVideoAV1TransferCharacteristics):
    when ownSizeof(enum_StdVideoAV1TransferCharacteristics) !=
        ownSizeof(enum_StdVideoAV1TransferCharacteristics_1124083342):
      static :
        warning("Declaration of " & "enum_StdVideoAV1TransferCharacteristics" &
            " exists but with different size")
    enum_StdVideoAV1TransferCharacteristics
  else:
    enum_StdVideoAV1TransferCharacteristics_1124083342)
  VkAccelerationStructureCreateInfoKHR_1124082517 = (when declared(
      VkAccelerationStructureCreateInfoKHR):
    when ownSizeof(VkAccelerationStructureCreateInfoKHR) !=
        ownSizeof(VkAccelerationStructureCreateInfoKHR_1124082516):
      static :
        warning("Declaration of " & "VkAccelerationStructureCreateInfoKHR" &
            " exists but with different size")
    VkAccelerationStructureCreateInfoKHR
  else:
    VkAccelerationStructureCreateInfoKHR_1124082516)
  VkStencilOpState_1124074819 = (when declared(VkStencilOpState):
    when ownSizeof(VkStencilOpState) != ownSizeof(VkStencilOpState_1124074818):
      static :
        warning("Declaration of " & "VkStencilOpState" &
            " exists but with different size")
    VkStencilOpState
  else:
    VkStencilOpState_1124074818)
  PFN_vkGetPhysicalDevicePresentRectanglesKHR_1124076567 = (when declared(
      PFN_vkGetPhysicalDevicePresentRectanglesKHR):
    when ownSizeof(PFN_vkGetPhysicalDevicePresentRectanglesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDevicePresentRectanglesKHR_1124076566):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDevicePresentRectanglesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDevicePresentRectanglesKHR
  else:
    PFN_vkGetPhysicalDevicePresentRectanglesKHR_1124076566)
  enum_StdVideoH264ModificationOfPicNumsIdc_1124083373 = (when declared(
      enum_StdVideoH264ModificationOfPicNumsIdc):
    when ownSizeof(enum_StdVideoH264ModificationOfPicNumsIdc) !=
        ownSizeof(enum_StdVideoH264ModificationOfPicNumsIdc_1124083372):
      static :
        warning("Declaration of " & "enum_StdVideoH264ModificationOfPicNumsIdc" &
            " exists but with different size")
    enum_StdVideoH264ModificationOfPicNumsIdc
  else:
    enum_StdVideoH264ModificationOfPicNumsIdc_1124083372)
  struct_VkPhysicalDeviceMaintenance4Features_1124075995 = (when declared(
      struct_VkPhysicalDeviceMaintenance4Features):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance4Features) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance4Features_1124075994):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance4Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance4Features
  else:
    struct_VkPhysicalDeviceMaintenance4Features_1124075994)
  StdVideoH265HrdFlags_1124083263 = (when declared(StdVideoH265HrdFlags):
    when ownSizeof(StdVideoH265HrdFlags) != ownSizeof(StdVideoH265HrdFlags_1124083262):
      static :
        warning("Declaration of " & "StdVideoH265HrdFlags" &
            " exists but with different size")
    StdVideoH265HrdFlags
  else:
    StdVideoH265HrdFlags_1124083262)
  VkImportMemoryWin32HandleInfoKHR_1124082665 = (when declared(
      VkImportMemoryWin32HandleInfoKHR):
    when ownSizeof(VkImportMemoryWin32HandleInfoKHR) !=
        ownSizeof(VkImportMemoryWin32HandleInfoKHR_1124082664):
      static :
        warning("Declaration of " & "VkImportMemoryWin32HandleInfoKHR" &
            " exists but with different size")
    VkImportMemoryWin32HandleInfoKHR
  else:
    VkImportMemoryWin32HandleInfoKHR_1124082664)
  enum_VkSubgroupFeatureFlagBits_1124075257 = (when declared(
      enum_VkSubgroupFeatureFlagBits):
    when ownSizeof(enum_VkSubgroupFeatureFlagBits) !=
        ownSizeof(enum_VkSubgroupFeatureFlagBits_1124075256):
      static :
        warning("Declaration of " & "enum_VkSubgroupFeatureFlagBits" &
            " exists but with different size")
    enum_VkSubgroupFeatureFlagBits
  else:
    enum_VkSubgroupFeatureFlagBits_1124075256)
  enum_StdVideoVP9Profile_1124082961 = (when declared(enum_StdVideoVP9Profile):
    when ownSizeof(enum_StdVideoVP9Profile) !=
        ownSizeof(enum_StdVideoVP9Profile_1124082960):
      static :
        warning("Declaration of " & "enum_StdVideoVP9Profile" &
            " exists but with different size")
    enum_StdVideoVP9Profile
  else:
    enum_StdVideoVP9Profile_1124082960)
  VkPipelineRenderingCreateInfo_1124076105 = (when declared(
      VkPipelineRenderingCreateInfo):
    when ownSizeof(VkPipelineRenderingCreateInfo) !=
        ownSizeof(VkPipelineRenderingCreateInfo_1124076104):
      static :
        warning("Declaration of " & "VkPipelineRenderingCreateInfo" &
            " exists but with different size")
    VkPipelineRenderingCreateInfo
  else:
    VkPipelineRenderingCreateInfo_1124076104)
  VkDescriptorSetLayoutBindingFlagsCreateInfoEXT_1124079273 = (when declared(
      VkDescriptorSetLayoutBindingFlagsCreateInfoEXT):
    when ownSizeof(VkDescriptorSetLayoutBindingFlagsCreateInfoEXT) !=
        ownSizeof(VkDescriptorSetLayoutBindingFlagsCreateInfoEXT_1124079272):
      static :
        warning("Declaration of " &
            "VkDescriptorSetLayoutBindingFlagsCreateInfoEXT" &
            " exists but with different size")
    VkDescriptorSetLayoutBindingFlagsCreateInfoEXT
  else:
    VkDescriptorSetLayoutBindingFlagsCreateInfoEXT_1124079272)
  struct_VkPhysicalDevicePointClippingProperties_1124075507 = (when declared(
      struct_VkPhysicalDevicePointClippingProperties):
    when ownSizeof(struct_VkPhysicalDevicePointClippingProperties) !=
        ownSizeof(struct_VkPhysicalDevicePointClippingProperties_1124075506):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePointClippingProperties" &
            " exists but with different size")
    struct_VkPhysicalDevicePointClippingProperties
  else:
    struct_VkPhysicalDevicePointClippingProperties_1124075506)
  PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE_1124080959 = (when declared(
      PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE):
    when ownSizeof(PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE) !=
        ownSizeof(PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE_1124080958):
      static :
        warning("Declaration of " &
            "PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE" &
            " exists but with different size")
    PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE
  else:
    PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE_1124080958)
  struct_VkMutableDescriptorTypeListEXT_1124080527 = (when declared(
      struct_VkMutableDescriptorTypeListEXT):
    when ownSizeof(struct_VkMutableDescriptorTypeListEXT) !=
        ownSizeof(struct_VkMutableDescriptorTypeListEXT_1124080526):
      static :
        warning("Declaration of " & "struct_VkMutableDescriptorTypeListEXT" &
            " exists but with different size")
    struct_VkMutableDescriptorTypeListEXT
  else:
    struct_VkMutableDescriptorTypeListEXT_1124080526)
  VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081085 = (when declared(
      VkAccelerationStructureGeometryLinearSweptSpheresDataNV):
    when ownSizeof(VkAccelerationStructureGeometryLinearSweptSpheresDataNV) !=
        ownSizeof(VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081084):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureGeometryLinearSweptSpheresDataNV" &
            " exists but with different size")
    VkAccelerationStructureGeometryLinearSweptSpheresDataNV
  else:
    VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081084)
  VkDisplayModeCreateFlagsKHR_1124076575 = (when declared(
      VkDisplayModeCreateFlagsKHR):
    when ownSizeof(VkDisplayModeCreateFlagsKHR) !=
        ownSizeof(VkDisplayModeCreateFlagsKHR_1124076574):
      static :
        warning("Declaration of " & "VkDisplayModeCreateFlagsKHR" &
            " exists but with different size")
    VkDisplayModeCreateFlagsKHR
  else:
    VkDisplayModeCreateFlagsKHR_1124076574)
  struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082057 = (when declared(
      struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082056):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV
  else:
    struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082056)
  PFN_vkEndCommandBuffer_1124075009 = (when declared(PFN_vkEndCommandBuffer):
    when ownSizeof(PFN_vkEndCommandBuffer) != ownSizeof(PFN_vkEndCommandBuffer_1124075008):
      static :
        warning("Declaration of " & "PFN_vkEndCommandBuffer" &
            " exists but with different size")
    PFN_vkEndCommandBuffer
  else:
    PFN_vkEndCommandBuffer_1124075008)
  VkTensorViewCreateInfoARM_1124081275 = (when declared(
      VkTensorViewCreateInfoARM):
    when ownSizeof(VkTensorViewCreateInfoARM) !=
        ownSizeof(VkTensorViewCreateInfoARM_1124081274):
      static :
        warning("Declaration of " & "VkTensorViewCreateInfoARM" &
            " exists but with different size")
    VkTensorViewCreateInfoARM
  else:
    VkTensorViewCreateInfoARM_1124081274)
  VkBuildAccelerationStructureModeKHR_1124082479 = (when declared(
      VkBuildAccelerationStructureModeKHR):
    when ownSizeof(VkBuildAccelerationStructureModeKHR) !=
        ownSizeof(VkBuildAccelerationStructureModeKHR_1124082478):
      static :
        warning("Declaration of " & "VkBuildAccelerationStructureModeKHR" &
            " exists but with different size")
    VkBuildAccelerationStructureModeKHR
  else:
    VkBuildAccelerationStructureModeKHR_1124082478)
  enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077337 = (when declared(
      enum_VkPerformanceCounterDescriptionFlagBitsKHR):
    when ownSizeof(enum_VkPerformanceCounterDescriptionFlagBitsKHR) !=
        ownSizeof(enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077336):
      static :
        warning("Declaration of " &
            "enum_VkPerformanceCounterDescriptionFlagBitsKHR" &
            " exists but with different size")
    enum_VkPerformanceCounterDescriptionFlagBitsKHR
  else:
    enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077336)
  struct_VkPhysicalDevicePresentMeteringFeaturesNV_1124082423 = (when declared(
      struct_VkPhysicalDevicePresentMeteringFeaturesNV):
    when ownSizeof(struct_VkPhysicalDevicePresentMeteringFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDevicePresentMeteringFeaturesNV_1124082422):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentMeteringFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentMeteringFeaturesNV
  else:
    struct_VkPhysicalDevicePresentMeteringFeaturesNV_1124082422)
  StdVideoH264PictureParameterSet_1124076847 = (when declared(
      StdVideoH264PictureParameterSet):
    when ownSizeof(StdVideoH264PictureParameterSet) !=
        ownSizeof(StdVideoH264PictureParameterSet_1124076846):
      static :
        warning("Declaration of " & "StdVideoH264PictureParameterSet" &
            " exists but with different size")
    StdVideoH264PictureParameterSet
  else:
    StdVideoH264PictureParameterSet_1124076846)
  PFN_vkCmdBeginQuery_1124075027 = (when declared(PFN_vkCmdBeginQuery):
    when ownSizeof(PFN_vkCmdBeginQuery) != ownSizeof(PFN_vkCmdBeginQuery_1124075026):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginQuery" &
            " exists but with different size")
    PFN_vkCmdBeginQuery
  else:
    PFN_vkCmdBeginQuery_1124075026)
  VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080599 = (when declared(
      VkPhysicalDeviceSubpassShadingPropertiesHUAWEI):
    when ownSizeof(VkPhysicalDeviceSubpassShadingPropertiesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080598):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubpassShadingPropertiesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceSubpassShadingPropertiesHUAWEI
  else:
    VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080598)
  struct_StdVideoEncodeAV1PictureInfoFlags_1124083231 = (when declared(
      struct_StdVideoEncodeAV1PictureInfoFlags):
    when ownSizeof(struct_StdVideoEncodeAV1PictureInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeAV1PictureInfoFlags_1124083230):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeAV1PictureInfoFlags
  else:
    struct_StdVideoEncodeAV1PictureInfoFlags_1124083230)
  VkPhysicalDeviceExternalBufferInfo_1124075411 = (when declared(
      VkPhysicalDeviceExternalBufferInfo):
    when ownSizeof(VkPhysicalDeviceExternalBufferInfo) !=
        ownSizeof(VkPhysicalDeviceExternalBufferInfo_1124075410):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalBufferInfo" &
            " exists but with different size")
    VkPhysicalDeviceExternalBufferInfo
  else:
    VkPhysicalDeviceExternalBufferInfo_1124075410)
  VkPhysicalDeviceExternalSemaphoreInfoKHR_1124077193 = (when declared(
      VkPhysicalDeviceExternalSemaphoreInfoKHR):
    when ownSizeof(VkPhysicalDeviceExternalSemaphoreInfoKHR) !=
        ownSizeof(VkPhysicalDeviceExternalSemaphoreInfoKHR_1124077192):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalSemaphoreInfoKHR" &
            " exists but with different size")
    VkPhysicalDeviceExternalSemaphoreInfoKHR
  else:
    VkPhysicalDeviceExternalSemaphoreInfoKHR_1124077192)
  VkDisplayModeKHR_1124076573 = (when declared(VkDisplayModeKHR):
    when ownSizeof(VkDisplayModeKHR) != ownSizeof(VkDisplayModeKHR_1124076572):
      static :
        warning("Declaration of " & "VkDisplayModeKHR" &
            " exists but with different size")
    VkDisplayModeKHR
  else:
    VkDisplayModeKHR_1124076572)
  struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078191 = (when declared(
      struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078190):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR
  else:
    struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078190)
  struct_VkTensorDependencyInfoARM_1124081301 = (when declared(
      struct_VkTensorDependencyInfoARM):
    when ownSizeof(struct_VkTensorDependencyInfoARM) !=
        ownSizeof(struct_VkTensorDependencyInfoARM_1124081300):
      static :
        warning("Declaration of " & "struct_VkTensorDependencyInfoARM" &
            " exists but with different size")
    struct_VkTensorDependencyInfoARM
  else:
    struct_VkTensorDependencyInfoARM_1124081300)
  enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080699 = (when declared(
      enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE):
    when ownSizeof(enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE) !=
        ownSizeof(enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080698):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE" &
            " exists but with different size")
    enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE
  else:
    enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080698)
  VkCustomResolveCreateInfoEXT_1124082449 = (when declared(
      VkCustomResolveCreateInfoEXT):
    when ownSizeof(VkCustomResolveCreateInfoEXT) !=
        ownSizeof(VkCustomResolveCreateInfoEXT_1124082448):
      static :
        warning("Declaration of " & "VkCustomResolveCreateInfoEXT" &
            " exists but with different size")
    VkCustomResolveCreateInfoEXT
  else:
    VkCustomResolveCreateInfoEXT_1124082448)
  VkSparseImageMemoryRequirements2KHR_1124077467 = (when declared(
      VkSparseImageMemoryRequirements2KHR):
    when ownSizeof(VkSparseImageMemoryRequirements2KHR) !=
        ownSizeof(VkSparseImageMemoryRequirements2KHR_1124077466):
      static :
        warning("Declaration of " & "VkSparseImageMemoryRequirements2KHR" &
            " exists but with different size")
    VkSparseImageMemoryRequirements2KHR
  else:
    VkSparseImageMemoryRequirements2KHR_1124077466)
  struct_VkAccelerationStructureInstanceKHR_1124079445 = (when declared(
      struct_VkAccelerationStructureInstanceKHR):
    when ownSizeof(struct_VkAccelerationStructureInstanceKHR) !=
        ownSizeof(struct_VkAccelerationStructureInstanceKHR_1124079444):
      static :
        warning("Declaration of " & "struct_VkAccelerationStructureInstanceKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureInstanceKHR
  else:
    struct_VkAccelerationStructureInstanceKHR_1124079444)
  PFN_vkCmdSetExclusiveScissorNV_1124079599 = (when declared(
      PFN_vkCmdSetExclusiveScissorNV):
    when ownSizeof(PFN_vkCmdSetExclusiveScissorNV) !=
        ownSizeof(PFN_vkCmdSetExclusiveScissorNV_1124079598):
      static :
        warning("Declaration of " & "PFN_vkCmdSetExclusiveScissorNV" &
            " exists but with different size")
    PFN_vkCmdSetExclusiveScissorNV
  else:
    PFN_vkCmdSetExclusiveScissorNV_1124079598)
  VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082173 = (when declared(
      VkWriteDescriptorSetPartitionedAccelerationStructureNV):
    when ownSizeof(VkWriteDescriptorSetPartitionedAccelerationStructureNV) !=
        ownSizeof(VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082172):
      static :
        warning("Declaration of " &
            "VkWriteDescriptorSetPartitionedAccelerationStructureNV" &
            " exists but with different size")
    VkWriteDescriptorSetPartitionedAccelerationStructureNV
  else:
    VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082172)
  StdVideoAV1LoopRestoration_1124083083 = (when declared(
      StdVideoAV1LoopRestoration):
    when ownSizeof(StdVideoAV1LoopRestoration) !=
        ownSizeof(StdVideoAV1LoopRestoration_1124083082):
      static :
        warning("Declaration of " & "StdVideoAV1LoopRestoration" &
            " exists but with different size")
    StdVideoAV1LoopRestoration
  else:
    StdVideoAV1LoopRestoration_1124083082)
  PFN_vkCmdResolveImage_1124075159 = (when declared(PFN_vkCmdResolveImage):
    when ownSizeof(PFN_vkCmdResolveImage) != ownSizeof(PFN_vkCmdResolveImage_1124075158):
      static :
        warning("Declaration of " & "PFN_vkCmdResolveImage" &
            " exists but with different size")
    PFN_vkCmdResolveImage
  else:
    PFN_vkCmdResolveImage_1124075158)
  VkIndirectCommandsExecutionSetTokenEXT_1124082265 = (when declared(
      VkIndirectCommandsExecutionSetTokenEXT):
    when ownSizeof(VkIndirectCommandsExecutionSetTokenEXT) !=
        ownSizeof(VkIndirectCommandsExecutionSetTokenEXT_1124082264):
      static :
        warning("Declaration of " & "VkIndirectCommandsExecutionSetTokenEXT" &
            " exists but with different size")
    VkIndirectCommandsExecutionSetTokenEXT
  else:
    VkIndirectCommandsExecutionSetTokenEXT_1124082264)
  struct_VkVideoEncodeH264SessionParametersAddInfoKHR_1124076843 = (when declared(
      struct_VkVideoEncodeH264SessionParametersAddInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264SessionParametersAddInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264SessionParametersAddInfoKHR_1124076842):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264SessionParametersAddInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264SessionParametersAddInfoKHR
  else:
    struct_VkVideoEncodeH264SessionParametersAddInfoKHR_1124076842)
  PFN_vkCmdSetDepthTestEnable_1124076171 = (when declared(
      PFN_vkCmdSetDepthTestEnable):
    when ownSizeof(PFN_vkCmdSetDepthTestEnable) !=
        ownSizeof(PFN_vkCmdSetDepthTestEnable_1124076170):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthTestEnable" &
            " exists but with different size")
    PFN_vkCmdSetDepthTestEnable
  else:
    PFN_vkCmdSetDepthTestEnable_1124076170)
  VkPhysicalDevice8BitStorageFeatures_1124075713 = (when declared(
      VkPhysicalDevice8BitStorageFeatures):
    when ownSizeof(VkPhysicalDevice8BitStorageFeatures) !=
        ownSizeof(VkPhysicalDevice8BitStorageFeatures_1124075712):
      static :
        warning("Declaration of " & "VkPhysicalDevice8BitStorageFeatures" &
            " exists but with different size")
    VkPhysicalDevice8BitStorageFeatures
  else:
    VkPhysicalDevice8BitStorageFeatures_1124075712)
  VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075757 = (when declared(
      VkPhysicalDeviceSamplerFilterMinmaxProperties):
    when ownSizeof(VkPhysicalDeviceSamplerFilterMinmaxProperties) !=
        ownSizeof(VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075756):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSamplerFilterMinmaxProperties" &
            " exists but with different size")
    VkPhysicalDeviceSamplerFilterMinmaxProperties
  else:
    VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075756)
  VkExternalSemaphoreFeatureFlagBitsKHR_1124077191 = (when declared(
      VkExternalSemaphoreFeatureFlagBitsKHR):
    when ownSizeof(VkExternalSemaphoreFeatureFlagBitsKHR) !=
        ownSizeof(VkExternalSemaphoreFeatureFlagBitsKHR_1124077190):
      static :
        warning("Declaration of " & "VkExternalSemaphoreFeatureFlagBitsKHR" &
            " exists but with different size")
    VkExternalSemaphoreFeatureFlagBitsKHR
  else:
    VkExternalSemaphoreFeatureFlagBitsKHR_1124077190)
  VkBufferUsageFlagBits2_1124076213 = (when declared(VkBufferUsageFlagBits2):
    when ownSizeof(VkBufferUsageFlagBits2) != ownSizeof(VkBufferUsageFlagBits2_1124076212):
      static :
        warning("Declaration of " & "VkBufferUsageFlagBits2" &
            " exists but with different size")
    VkBufferUsageFlagBits2
  else:
    VkBufferUsageFlagBits2_1124076212)
  VkCalibratedTimestampInfoEXT_1124079527 = (when declared(
      VkCalibratedTimestampInfoEXT):
    when ownSizeof(VkCalibratedTimestampInfoEXT) !=
        ownSizeof(VkCalibratedTimestampInfoEXT_1124079526):
      static :
        warning("Declaration of " & "VkCalibratedTimestampInfoEXT" &
            " exists but with different size")
    VkCalibratedTimestampInfoEXT
  else:
    VkCalibratedTimestampInfoEXT_1124079526)
  VkVideoEncodeH264StdFlagBitsKHR_1124076815 = (when declared(
      VkVideoEncodeH264StdFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH264StdFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH264StdFlagBitsKHR_1124076814):
      static :
        warning("Declaration of " & "VkVideoEncodeH264StdFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH264StdFlagBitsKHR
  else:
    VkVideoEncodeH264StdFlagBitsKHR_1124076814)
  struct_VkDeviceFaultAddressInfoEXT_1124080493 = (when declared(
      struct_VkDeviceFaultAddressInfoEXT):
    when ownSizeof(struct_VkDeviceFaultAddressInfoEXT) !=
        ownSizeof(struct_VkDeviceFaultAddressInfoEXT_1124080492):
      static :
        warning("Declaration of " & "struct_VkDeviceFaultAddressInfoEXT" &
            " exists but with different size")
    struct_VkDeviceFaultAddressInfoEXT
  else:
    struct_VkDeviceFaultAddressInfoEXT_1124080492)
  VkPrivateDataSlotCreateInfo_1124075925 = (when declared(
      VkPrivateDataSlotCreateInfo):
    when ownSizeof(VkPrivateDataSlotCreateInfo) !=
        ownSizeof(VkPrivateDataSlotCreateInfo_1124075924):
      static :
        warning("Declaration of " & "VkPrivateDataSlotCreateInfo" &
            " exists but with different size")
    VkPrivateDataSlotCreateInfo
  else:
    VkPrivateDataSlotCreateInfo_1124075924)
  PFN_vkQueueWaitIdle_1124074931 = (when declared(PFN_vkQueueWaitIdle):
    when ownSizeof(PFN_vkQueueWaitIdle) != ownSizeof(PFN_vkQueueWaitIdle_1124074930):
      static :
        warning("Declaration of " & "PFN_vkQueueWaitIdle" &
            " exists but with different size")
    PFN_vkQueueWaitIdle
  else:
    PFN_vkQueueWaitIdle_1124074930)
  struct_VkPipelineDynamicStateCreateInfo_1124074833 = (when declared(
      struct_VkPipelineDynamicStateCreateInfo):
    when ownSizeof(struct_VkPipelineDynamicStateCreateInfo) !=
        ownSizeof(struct_VkPipelineDynamicStateCreateInfo_1124074832):
      static :
        warning("Declaration of " & "struct_VkPipelineDynamicStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineDynamicStateCreateInfo
  else:
    struct_VkPipelineDynamicStateCreateInfo_1124074832)
  VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080899 = (when declared(
      VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI):
    when ownSizeof(VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080898):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
  else:
    VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080898)
  struct_VkMemoryToImageCopy_1124076301 = (when declared(
      struct_VkMemoryToImageCopy):
    when ownSizeof(struct_VkMemoryToImageCopy) !=
        ownSizeof(struct_VkMemoryToImageCopy_1124076300):
      static :
        warning("Declaration of " & "struct_VkMemoryToImageCopy" &
            " exists but with different size")
    struct_VkMemoryToImageCopy
  else:
    struct_VkMemoryToImageCopy_1124076300)
  VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082463 = (when declared(
      VkDataGraphPipelineBuiltinModelCreateInfoQCOM):
    when ownSizeof(VkDataGraphPipelineBuiltinModelCreateInfoQCOM) !=
        ownSizeof(VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082462):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineBuiltinModelCreateInfoQCOM" &
            " exists but with different size")
    VkDataGraphPipelineBuiltinModelCreateInfoQCOM
  else:
    VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082462)
  VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR_1124077987 = (when declared(
      VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR_1124077986):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR
  else:
    VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR_1124077986)
  struct_StdVideoEncodeH264ReferenceInfoFlags_1124083147 = (when declared(
      struct_StdVideoEncodeH264ReferenceInfoFlags):
    when ownSizeof(struct_StdVideoEncodeH264ReferenceInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeH264ReferenceInfoFlags_1124083146):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH264ReferenceInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH264ReferenceInfoFlags
  else:
    struct_StdVideoEncodeH264ReferenceInfoFlags_1124083146)
  VkMemoryDecompressionMethodFlagsNV_1124081027 = (when declared(
      VkMemoryDecompressionMethodFlagsNV):
    when ownSizeof(VkMemoryDecompressionMethodFlagsNV) !=
        ownSizeof(VkMemoryDecompressionMethodFlagsNV_1124081026):
      static :
        warning("Declaration of " & "VkMemoryDecompressionMethodFlagsNV" &
            " exists but with different size")
    VkMemoryDecompressionMethodFlagsNV
  else:
    VkMemoryDecompressionMethodFlagsNV_1124081026)
  struct_VkDescriptorSetLayoutSupport_1124075483 = (when declared(
      struct_VkDescriptorSetLayoutSupport):
    when ownSizeof(struct_VkDescriptorSetLayoutSupport) !=
        ownSizeof(struct_VkDescriptorSetLayoutSupport_1124075482):
      static :
        warning("Declaration of " & "struct_VkDescriptorSetLayoutSupport" &
            " exists but with different size")
    struct_VkDescriptorSetLayoutSupport
  else:
    struct_VkDescriptorSetLayoutSupport_1124075482)
  VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079707 = (when declared(
      VkDisplayNativeHdrSurfaceCapabilitiesAMD):
    when ownSizeof(VkDisplayNativeHdrSurfaceCapabilitiesAMD) !=
        ownSizeof(VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079706):
      static :
        warning("Declaration of " & "VkDisplayNativeHdrSurfaceCapabilitiesAMD" &
            " exists but with different size")
    VkDisplayNativeHdrSurfaceCapabilitiesAMD
  else:
    VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079706)
  VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078503 = (when declared(
      VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078502):
      static :
        warning("Declaration of " &
            "VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
  else:
    VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078502)
  PFN_vkCmdDraw_1124075145 = (when declared(PFN_vkCmdDraw):
    when ownSizeof(PFN_vkCmdDraw) != ownSizeof(PFN_vkCmdDraw_1124075144):
      static :
        warning("Declaration of " & "PFN_vkCmdDraw" &
            " exists but with different size")
    PFN_vkCmdDraw
  else:
    PFN_vkCmdDraw_1124075144)
  VkPerformanceValueINTEL_1124079655 = (when declared(VkPerformanceValueINTEL):
    when ownSizeof(VkPerformanceValueINTEL) !=
        ownSizeof(VkPerformanceValueINTEL_1124079654):
      static :
        warning("Declaration of " & "VkPerformanceValueINTEL" &
            " exists but with different size")
    VkPerformanceValueINTEL
  else:
    VkPerformanceValueINTEL_1124079654)
  struct_VkExtent2D_1124074441 = (when declared(struct_VkExtent2D):
    when ownSizeof(struct_VkExtent2D) != ownSizeof(struct_VkExtent2D_1124074440):
      static :
        warning("Declaration of " & "struct_VkExtent2D" &
            " exists but with different size")
    struct_VkExtent2D
  else:
    struct_VkExtent2D_1124074440)
  VkSubmitInfo2KHR_1124077881 = (when declared(VkSubmitInfo2KHR):
    when ownSizeof(VkSubmitInfo2KHR) != ownSizeof(VkSubmitInfo2KHR_1124077880):
      static :
        warning("Declaration of " & "VkSubmitInfo2KHR" &
            " exists but with different size")
    VkSubmitInfo2KHR
  else:
    VkSubmitInfo2KHR_1124077880)
  VkPipelineViewportWScalingStateCreateInfoNV_1124078899 = (when declared(
      VkPipelineViewportWScalingStateCreateInfoNV):
    when ownSizeof(VkPipelineViewportWScalingStateCreateInfoNV) !=
        ownSizeof(VkPipelineViewportWScalingStateCreateInfoNV_1124078898):
      static :
        warning("Declaration of " &
            "VkPipelineViewportWScalingStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineViewportWScalingStateCreateInfoNV
  else:
    VkPipelineViewportWScalingStateCreateInfoNV_1124078898)
  VkPipelineShaderStageNodeCreateInfoAMDX_1124082825 = (when declared(
      VkPipelineShaderStageNodeCreateInfoAMDX):
    when ownSizeof(VkPipelineShaderStageNodeCreateInfoAMDX) !=
        ownSizeof(VkPipelineShaderStageNodeCreateInfoAMDX_1124082824):
      static :
        warning("Declaration of " & "VkPipelineShaderStageNodeCreateInfoAMDX" &
            " exists but with different size")
    VkPipelineShaderStageNodeCreateInfoAMDX
  else:
    VkPipelineShaderStageNodeCreateInfoAMDX_1124082824)
  VisualID_1124082785 = (when declared(VisualID):
    when ownSizeof(VisualID) != ownSizeof(VisualID_1124082784):
      static :
        warning("Declaration of " & "VisualID" &
            " exists but with different size")
    VisualID
  else:
    VisualID_1124082784)
  VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080619 = (when declared(
      VkPhysicalDeviceExternalMemoryRDMAFeaturesNV):
    when ownSizeof(VkPhysicalDeviceExternalMemoryRDMAFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080618):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExternalMemoryRDMAFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceExternalMemoryRDMAFeaturesNV
  else:
    VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080618)
  PFN_vkCmdSetPolygonModeEXT_1124081141 = (when declared(
      PFN_vkCmdSetPolygonModeEXT):
    when ownSizeof(PFN_vkCmdSetPolygonModeEXT) !=
        ownSizeof(PFN_vkCmdSetPolygonModeEXT_1124081140):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPolygonModeEXT" &
            " exists but with different size")
    PFN_vkCmdSetPolygonModeEXT
  else:
    PFN_vkCmdSetPolygonModeEXT_1124081140)
  struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081033 = (when declared(
      struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081032):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT
  else:
    struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081032)
  enum_StdVideoVP9Level_1124082963 = (when declared(enum_StdVideoVP9Level):
    when ownSizeof(enum_StdVideoVP9Level) != ownSizeof(enum_StdVideoVP9Level_1124082962):
      static :
        warning("Declaration of " & "enum_StdVideoVP9Level" &
            " exists but with different size")
    enum_StdVideoVP9Level
  else:
    enum_StdVideoVP9Level_1124082962)
  VkPhysicalDeviceSchedulingControlsFlagBitsARM_1124080925 = (when declared(
      VkPhysicalDeviceSchedulingControlsFlagBitsARM):
    when ownSizeof(VkPhysicalDeviceSchedulingControlsFlagBitsARM) !=
        ownSizeof(VkPhysicalDeviceSchedulingControlsFlagBitsARM_1124080924):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSchedulingControlsFlagBitsARM" &
            " exists but with different size")
    VkPhysicalDeviceSchedulingControlsFlagBitsARM
  else:
    VkPhysicalDeviceSchedulingControlsFlagBitsARM_1124080924)
  VkBufferViewCreateInfo_1124074695 = (when declared(VkBufferViewCreateInfo):
    when ownSizeof(VkBufferViewCreateInfo) != ownSizeof(VkBufferViewCreateInfo_1124074694):
      static :
        warning("Declaration of " & "VkBufferViewCreateInfo" &
            " exists but with different size")
    VkBufferViewCreateInfo
  else:
    VkBufferViewCreateInfo_1124074694)
  struct_VkIndirectCommandsLayoutCreateInfoEXT_1124082275 = (when declared(
      struct_VkIndirectCommandsLayoutCreateInfoEXT):
    when ownSizeof(struct_VkIndirectCommandsLayoutCreateInfoEXT) !=
        ownSizeof(struct_VkIndirectCommandsLayoutCreateInfoEXT_1124082274):
      static :
        warning("Declaration of " &
            "struct_VkIndirectCommandsLayoutCreateInfoEXT" &
            " exists but with different size")
    struct_VkIndirectCommandsLayoutCreateInfoEXT
  else:
    struct_VkIndirectCommandsLayoutCreateInfoEXT_1124082274)
  VkSwapchainPresentFenceInfoEXT_1124079997 = (when declared(
      VkSwapchainPresentFenceInfoEXT):
    when ownSizeof(VkSwapchainPresentFenceInfoEXT) !=
        ownSizeof(VkSwapchainPresentFenceInfoEXT_1124079996):
      static :
        warning("Declaration of " & "VkSwapchainPresentFenceInfoEXT" &
            " exists but with different size")
    VkSwapchainPresentFenceInfoEXT
  else:
    VkSwapchainPresentFenceInfoEXT_1124079996)
  VkLatencySleepInfoNV_1124081669 = (when declared(VkLatencySleepInfoNV):
    when ownSizeof(VkLatencySleepInfoNV) != ownSizeof(VkLatencySleepInfoNV_1124081668):
      static :
        warning("Declaration of " & "VkLatencySleepInfoNV" &
            " exists but with different size")
    VkLatencySleepInfoNV
  else:
    VkLatencySleepInfoNV_1124081668)
  StdVideoEncodeH265ReferenceListsInfo_1124083045 = (when declared(
      StdVideoEncodeH265ReferenceListsInfo):
    when ownSizeof(StdVideoEncodeH265ReferenceListsInfo) !=
        ownSizeof(StdVideoEncodeH265ReferenceListsInfo_1124083044):
      static :
        warning("Declaration of " & "StdVideoEncodeH265ReferenceListsInfo" &
            " exists but with different size")
    StdVideoEncodeH265ReferenceListsInfo
  else:
    StdVideoEncodeH265ReferenceListsInfo_1124083044)
  VkViewportCoordinateSwizzleNV_1124078983 = (when declared(
      VkViewportCoordinateSwizzleNV):
    when ownSizeof(VkViewportCoordinateSwizzleNV) !=
        ownSizeof(VkViewportCoordinateSwizzleNV_1124078982):
      static :
        warning("Declaration of " & "VkViewportCoordinateSwizzleNV" &
            " exists but with different size")
    VkViewportCoordinateSwizzleNV
  else:
    VkViewportCoordinateSwizzleNV_1124078982)
  VkShaderStatisticsInfoAMD_1124078809 = (when declared(
      VkShaderStatisticsInfoAMD):
    when ownSizeof(VkShaderStatisticsInfoAMD) !=
        ownSizeof(VkShaderStatisticsInfoAMD_1124078808):
      static :
        warning("Declaration of " & "VkShaderStatisticsInfoAMD" &
            " exists but with different size")
    VkShaderStatisticsInfoAMD
  else:
    VkShaderStatisticsInfoAMD_1124078808)
  PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078185 = (when declared(
      PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078184):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078184)
  enum_VkCommandBufferUsageFlagBits_1124074295 = (when declared(
      enum_VkCommandBufferUsageFlagBits):
    when ownSizeof(enum_VkCommandBufferUsageFlagBits) !=
        ownSizeof(enum_VkCommandBufferUsageFlagBits_1124074294):
      static :
        warning("Declaration of " & "enum_VkCommandBufferUsageFlagBits" &
            " exists but with different size")
    enum_VkCommandBufferUsageFlagBits
  else:
    enum_VkCommandBufferUsageFlagBits_1124074294)
  struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081651 = (when declared(
      struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081650):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT
  else:
    struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081650)
  struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081927 = (when declared(
      struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081926):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM
  else:
    struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081926)
  struct_VkCopyImageToMemoryInfo_1124076313 = (when declared(
      struct_VkCopyImageToMemoryInfo):
    when ownSizeof(struct_VkCopyImageToMemoryInfo) !=
        ownSizeof(struct_VkCopyImageToMemoryInfo_1124076312):
      static :
        warning("Declaration of " & "struct_VkCopyImageToMemoryInfo" &
            " exists but with different size")
    struct_VkCopyImageToMemoryInfo
  else:
    struct_VkCopyImageToMemoryInfo_1124076312)
  enum_VkIndirectStateFlagBitsNV_1124080017 = (when declared(
      enum_VkIndirectStateFlagBitsNV):
    when ownSizeof(enum_VkIndirectStateFlagBitsNV) !=
        ownSizeof(enum_VkIndirectStateFlagBitsNV_1124080016):
      static :
        warning("Declaration of " & "enum_VkIndirectStateFlagBitsNV" &
            " exists but with different size")
    enum_VkIndirectStateFlagBitsNV
  else:
    enum_VkIndirectStateFlagBitsNV_1124080016)
  PFN_vkCmdNextSubpass_1124075163 = (when declared(PFN_vkCmdNextSubpass):
    when ownSizeof(PFN_vkCmdNextSubpass) != ownSizeof(PFN_vkCmdNextSubpass_1124075162):
      static :
        warning("Declaration of " & "PFN_vkCmdNextSubpass" &
            " exists but with different size")
    PFN_vkCmdNextSubpass
  else:
    PFN_vkCmdNextSubpass_1124075162)
  struct_VkPipelineShaderStageCreateInfo_1124074713 = (when declared(
      struct_VkPipelineShaderStageCreateInfo):
    when ownSizeof(struct_VkPipelineShaderStageCreateInfo) !=
        ownSizeof(struct_VkPipelineShaderStageCreateInfo_1124074712):
      static :
        warning("Declaration of " & "struct_VkPipelineShaderStageCreateInfo" &
            " exists but with different size")
    struct_VkPipelineShaderStageCreateInfo
  else:
    struct_VkPipelineShaderStageCreateInfo_1124074712)
  PFN_vkGetSemaphoreCounterValueKHR_1124077601 = (when declared(
      PFN_vkGetSemaphoreCounterValueKHR):
    when ownSizeof(PFN_vkGetSemaphoreCounterValueKHR) !=
        ownSizeof(PFN_vkGetSemaphoreCounterValueKHR_1124077600):
      static :
        warning("Declaration of " & "PFN_vkGetSemaphoreCounterValueKHR" &
            " exists but with different size")
    PFN_vkGetSemaphoreCounterValueKHR
  else:
    PFN_vkGetSemaphoreCounterValueKHR_1124077600)
  struct_VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082889 = (when declared(
      struct_VkAccelerationStructureTrianglesDisplacementMicromapNV):
    when ownSizeof(struct_VkAccelerationStructureTrianglesDisplacementMicromapNV) !=
        ownSizeof(struct_VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082888):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureTrianglesDisplacementMicromapNV" &
            " exists but with different size")
    struct_VkAccelerationStructureTrianglesDisplacementMicromapNV
  else:
    struct_VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082888)
  struct_StdVideoEncodeH264ReferenceInfo_1124082915 = (when declared(
      struct_StdVideoEncodeH264ReferenceInfo):
    when ownSizeof(struct_StdVideoEncodeH264ReferenceInfo) !=
        ownSizeof(struct_StdVideoEncodeH264ReferenceInfo_1124082914):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264ReferenceInfo" &
            " exists but with different size")
    struct_StdVideoEncodeH264ReferenceInfo
  else:
    struct_StdVideoEncodeH264ReferenceInfo_1124082914)
  VkPhysicalDeviceBufferAddressFeaturesEXT_1124079777 = (when declared(
      VkPhysicalDeviceBufferAddressFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceBufferAddressFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceBufferAddressFeaturesEXT_1124079776):
      static :
        warning("Declaration of " & "VkPhysicalDeviceBufferAddressFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceBufferAddressFeaturesEXT
  else:
    VkPhysicalDeviceBufferAddressFeaturesEXT_1124079776)
  struct_VkSemaphoreSubmitInfo_1124075943 = (when declared(
      struct_VkSemaphoreSubmitInfo):
    when ownSizeof(struct_VkSemaphoreSubmitInfo) !=
        ownSizeof(struct_VkSemaphoreSubmitInfo_1124075942):
      static :
        warning("Declaration of " & "struct_VkSemaphoreSubmitInfo" &
            " exists but with different size")
    struct_VkSemaphoreSubmitInfo
  else:
    struct_VkSemaphoreSubmitInfo_1124075942)
  VkExtensionProperties_1124074559 = (when declared(VkExtensionProperties):
    when ownSizeof(VkExtensionProperties) != ownSizeof(VkExtensionProperties_1124074558):
      static :
        warning("Declaration of " & "VkExtensionProperties" &
            " exists but with different size")
    VkExtensionProperties
  else:
    VkExtensionProperties_1124074558)
  struct_VkRect2D_1124074457 = (when declared(struct_VkRect2D):
    when ownSizeof(struct_VkRect2D) != ownSizeof(struct_VkRect2D_1124074456):
      static :
        warning("Declaration of " & "struct_VkRect2D" &
            " exists but with different size")
    struct_VkRect2D
  else:
    struct_VkRect2D_1124074456)
  VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080585 = (when declared(
      VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080584):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT
  else:
    VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080584)
  VkResult_1124073995 = (when declared(VkResult):
    when ownSizeof(VkResult) != ownSizeof(VkResult_1124073994):
      static :
        warning("Declaration of " & "VkResult" &
            " exists but with different size")
    VkResult
  else:
    VkResult_1124073994)
  PFN_vkCreateComputePipelines_1124075065 = (when declared(
      PFN_vkCreateComputePipelines):
    when ownSizeof(PFN_vkCreateComputePipelines) !=
        ownSizeof(PFN_vkCreateComputePipelines_1124075064):
      static :
        warning("Declaration of " & "PFN_vkCreateComputePipelines" &
            " exists but with different size")
    PFN_vkCreateComputePipelines
  else:
    PFN_vkCreateComputePipelines_1124075064)
  VkHostImageCopyFlagBits_1124076217 = (when declared(VkHostImageCopyFlagBits):
    when ownSizeof(VkHostImageCopyFlagBits) !=
        ownSizeof(VkHostImageCopyFlagBits_1124076216):
      static :
        warning("Declaration of " & "VkHostImageCopyFlagBits" &
            " exists but with different size")
    VkHostImageCopyFlagBits
  else:
    VkHostImageCopyFlagBits_1124076216)
  VkPhysicalDevicePointClippingProperties_1124075509 = (when declared(
      VkPhysicalDevicePointClippingProperties):
    when ownSizeof(VkPhysicalDevicePointClippingProperties) !=
        ownSizeof(VkPhysicalDevicePointClippingProperties_1124075508):
      static :
        warning("Declaration of " & "VkPhysicalDevicePointClippingProperties" &
            " exists but with different size")
    VkPhysicalDevicePointClippingProperties
  else:
    VkPhysicalDevicePointClippingProperties_1124075508)
  struct_VkDeviceTensorMemoryRequirementsARM_1124081309 = (when declared(
      struct_VkDeviceTensorMemoryRequirementsARM):
    when ownSizeof(struct_VkDeviceTensorMemoryRequirementsARM) !=
        ownSizeof(struct_VkDeviceTensorMemoryRequirementsARM_1124081308):
      static :
        warning("Declaration of " & "struct_VkDeviceTensorMemoryRequirementsARM" &
            " exists but with different size")
    struct_VkDeviceTensorMemoryRequirementsARM
  else:
    struct_VkDeviceTensorMemoryRequirementsARM_1124081308)
  struct_VkBindImageMemoryDeviceGroupInfo_1124075301 = (when declared(
      struct_VkBindImageMemoryDeviceGroupInfo):
    when ownSizeof(struct_VkBindImageMemoryDeviceGroupInfo) !=
        ownSizeof(struct_VkBindImageMemoryDeviceGroupInfo_1124075300):
      static :
        warning("Declaration of " & "struct_VkBindImageMemoryDeviceGroupInfo" &
            " exists but with different size")
    struct_VkBindImageMemoryDeviceGroupInfo
  else:
    struct_VkBindImageMemoryDeviceGroupInfo_1124075300)
  VkPhysicalDeviceToolProperties_1124075913 = (when declared(
      VkPhysicalDeviceToolProperties):
    when ownSizeof(VkPhysicalDeviceToolProperties) !=
        ownSizeof(VkPhysicalDeviceToolProperties_1124075912):
      static :
        warning("Declaration of " & "VkPhysicalDeviceToolProperties" &
            " exists but with different size")
    VkPhysicalDeviceToolProperties
  else:
    VkPhysicalDeviceToolProperties_1124075912)
  VkDisplayModeParametersKHR_1124076587 = (when declared(
      VkDisplayModeParametersKHR):
    when ownSizeof(VkDisplayModeParametersKHR) !=
        ownSizeof(VkDisplayModeParametersKHR_1124076586):
      static :
        warning("Declaration of " & "VkDisplayModeParametersKHR" &
            " exists but with different size")
    VkDisplayModeParametersKHR
  else:
    VkDisplayModeParametersKHR_1124076586)
  enum_VkImageCreateFlagBits_1124074159 = (when declared(
      enum_VkImageCreateFlagBits):
    when ownSizeof(enum_VkImageCreateFlagBits) !=
        ownSizeof(enum_VkImageCreateFlagBits_1124074158):
      static :
        warning("Declaration of " & "enum_VkImageCreateFlagBits" &
            " exists but with different size")
    enum_VkImageCreateFlagBits
  else:
    enum_VkImageCreateFlagBits_1124074158)
  VkVideoDecodeAV1ProfileInfoKHR_1124078199 = (when declared(
      VkVideoDecodeAV1ProfileInfoKHR):
    when ownSizeof(VkVideoDecodeAV1ProfileInfoKHR) !=
        ownSizeof(VkVideoDecodeAV1ProfileInfoKHR_1124078198):
      static :
        warning("Declaration of " & "VkVideoDecodeAV1ProfileInfoKHR" &
            " exists but with different size")
    VkVideoDecodeAV1ProfileInfoKHR
  else:
    VkVideoDecodeAV1ProfileInfoKHR_1124078198)
  VkFramebufferCreateFlagBits_1124074419 = (when declared(
      VkFramebufferCreateFlagBits):
    when ownSizeof(VkFramebufferCreateFlagBits) !=
        ownSizeof(VkFramebufferCreateFlagBits_1124074418):
      static :
        warning("Declaration of " & "VkFramebufferCreateFlagBits" &
            " exists but with different size")
    VkFramebufferCreateFlagBits
  else:
    VkFramebufferCreateFlagBits_1124074418)
  VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079297 = (when declared(
      VkPipelineViewportShadingRateImageStateCreateInfoNV):
    when ownSizeof(VkPipelineViewportShadingRateImageStateCreateInfoNV) !=
        ownSizeof(VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079296):
      static :
        warning("Declaration of " &
            "VkPipelineViewportShadingRateImageStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineViewportShadingRateImageStateCreateInfoNV
  else:
    VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079296)
  union_VkClearColorValue_1124074769 = (when declared(union_VkClearColorValue):
    when ownSizeof(union_VkClearColorValue) !=
        ownSizeof(union_VkClearColorValue_1124074768):
      static :
        warning("Declaration of " & "union_VkClearColorValue" &
            " exists but with different size")
    union_VkClearColorValue
  else:
    union_VkClearColorValue_1124074768)
  struct_VkSwapchainCreateInfoKHR_1124076521 = (when declared(
      struct_VkSwapchainCreateInfoKHR):
    when ownSizeof(struct_VkSwapchainCreateInfoKHR) !=
        ownSizeof(struct_VkSwapchainCreateInfoKHR_1124076520):
      static :
        warning("Declaration of " & "struct_VkSwapchainCreateInfoKHR" &
            " exists but with different size")
    struct_VkSwapchainCreateInfoKHR
  else:
    struct_VkSwapchainCreateInfoKHR_1124076520)
  struct_VkMicromapVersionInfoEXT_1124080833 = (when declared(
      struct_VkMicromapVersionInfoEXT):
    when ownSizeof(struct_VkMicromapVersionInfoEXT) !=
        ownSizeof(struct_VkMicromapVersionInfoEXT_1124080832):
      static :
        warning("Declaration of " & "struct_VkMicromapVersionInfoEXT" &
            " exists but with different size")
    struct_VkMicromapVersionInfoEXT
  else:
    struct_VkMicromapVersionInfoEXT_1124080832)
  enum_VkSampleCountFlagBits_1124074165 = (when declared(
      enum_VkSampleCountFlagBits):
    when ownSizeof(enum_VkSampleCountFlagBits) !=
        ownSizeof(enum_VkSampleCountFlagBits_1124074164):
      static :
        warning("Declaration of " & "enum_VkSampleCountFlagBits" &
            " exists but with different size")
    enum_VkSampleCountFlagBits
  else:
    enum_VkSampleCountFlagBits_1124074164)
  VkDiscardRectangleModeEXT_1124078997 = (when declared(
      VkDiscardRectangleModeEXT):
    when ownSizeof(VkDiscardRectangleModeEXT) !=
        ownSizeof(VkDiscardRectangleModeEXT_1124078996):
      static :
        warning("Declaration of " & "VkDiscardRectangleModeEXT" &
            " exists but with different size")
    VkDiscardRectangleModeEXT
  else:
    VkDiscardRectangleModeEXT_1124078996)
  PFN_vkCreateDebugReportCallbackEXT_1124078673 = (when declared(
      PFN_vkCreateDebugReportCallbackEXT):
    when ownSizeof(PFN_vkCreateDebugReportCallbackEXT) !=
        ownSizeof(PFN_vkCreateDebugReportCallbackEXT_1124078672):
      static :
        warning("Declaration of " & "PFN_vkCreateDebugReportCallbackEXT" &
            " exists but with different size")
    PFN_vkCreateDebugReportCallbackEXT
  else:
    PFN_vkCreateDebugReportCallbackEXT_1124078672)
  struct_VkGetLatencyMarkerInfoNV_1124081679 = (when declared(
      struct_VkGetLatencyMarkerInfoNV):
    when ownSizeof(struct_VkGetLatencyMarkerInfoNV) !=
        ownSizeof(struct_VkGetLatencyMarkerInfoNV_1124081678):
      static :
        warning("Declaration of " & "struct_VkGetLatencyMarkerInfoNV" &
            " exists but with different size")
    struct_VkGetLatencyMarkerInfoNV
  else:
    struct_VkGetLatencyMarkerInfoNV_1124081678)
  PFN_vkDestroyBuffer_1124074985 = (when declared(PFN_vkDestroyBuffer):
    when ownSizeof(PFN_vkDestroyBuffer) != ownSizeof(PFN_vkDestroyBuffer_1124074984):
      static :
        warning("Declaration of " & "PFN_vkDestroyBuffer" &
            " exists but with different size")
    PFN_vkDestroyBuffer
  else:
    PFN_vkDestroyBuffer_1124074984)
  VkPipelineColorBlendStateCreateFlags_1124074407 = (when declared(
      VkPipelineColorBlendStateCreateFlags):
    when ownSizeof(VkPipelineColorBlendStateCreateFlags) !=
        ownSizeof(VkPipelineColorBlendStateCreateFlags_1124074406):
      static :
        warning("Declaration of " & "VkPipelineColorBlendStateCreateFlags" &
            " exists but with different size")
    VkPipelineColorBlendStateCreateFlags
  else:
    VkPipelineColorBlendStateCreateFlags_1124074406)
  VkBindAccelerationStructureMemoryInfoNV_1124079419 = (when declared(
      VkBindAccelerationStructureMemoryInfoNV):
    when ownSizeof(VkBindAccelerationStructureMemoryInfoNV) !=
        ownSizeof(VkBindAccelerationStructureMemoryInfoNV_1124079418):
      static :
        warning("Declaration of " & "VkBindAccelerationStructureMemoryInfoNV" &
            " exists but with different size")
    VkBindAccelerationStructureMemoryInfoNV
  else:
    VkBindAccelerationStructureMemoryInfoNV_1124079418)
  VkShaderModuleValidationCacheCreateInfoEXT_1124079259 = (when declared(
      VkShaderModuleValidationCacheCreateInfoEXT):
    when ownSizeof(VkShaderModuleValidationCacheCreateInfoEXT) !=
        ownSizeof(VkShaderModuleValidationCacheCreateInfoEXT_1124079258):
      static :
        warning("Declaration of " & "VkShaderModuleValidationCacheCreateInfoEXT" &
            " exists but with different size")
    VkShaderModuleValidationCacheCreateInfoEXT
  else:
    VkShaderModuleValidationCacheCreateInfoEXT_1124079258)
  VkBindImageMemorySwapchainInfoKHR_1124076535 = (when declared(
      VkBindImageMemorySwapchainInfoKHR):
    when ownSizeof(VkBindImageMemorySwapchainInfoKHR) !=
        ownSizeof(VkBindImageMemorySwapchainInfoKHR_1124076534):
      static :
        warning("Declaration of " & "VkBindImageMemorySwapchainInfoKHR" &
            " exists but with different size")
    VkBindImageMemorySwapchainInfoKHR
  else:
    VkBindImageMemorySwapchainInfoKHR_1124076534)
  struct_VkCuModuleTexturingModeCreateInfoNVX_1124078755 = (when declared(
      struct_VkCuModuleTexturingModeCreateInfoNVX):
    when ownSizeof(struct_VkCuModuleTexturingModeCreateInfoNVX) !=
        ownSizeof(struct_VkCuModuleTexturingModeCreateInfoNVX_1124078754):
      static :
        warning("Declaration of " &
            "struct_VkCuModuleTexturingModeCreateInfoNVX" &
            " exists but with different size")
    struct_VkCuModuleTexturingModeCreateInfoNVX
  else:
    struct_VkCuModuleTexturingModeCreateInfoNVX_1124078754)
  VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080891 = (when declared(
      VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI):
    when ownSizeof(VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080890):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI
  else:
    VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080890)
  VkPhysicalDeviceLineRasterizationProperties_1124076391 = (when declared(
      VkPhysicalDeviceLineRasterizationProperties):
    when ownSizeof(VkPhysicalDeviceLineRasterizationProperties) !=
        ownSizeof(VkPhysicalDeviceLineRasterizationProperties_1124076390):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLineRasterizationProperties" &
            " exists but with different size")
    VkPhysicalDeviceLineRasterizationProperties
  else:
    VkPhysicalDeviceLineRasterizationProperties_1124076390)
  struct_VkPerformanceConfigurationAcquireInfoINTEL_1124079679 = (when declared(
      struct_VkPerformanceConfigurationAcquireInfoINTEL):
    when ownSizeof(struct_VkPerformanceConfigurationAcquireInfoINTEL) !=
        ownSizeof(struct_VkPerformanceConfigurationAcquireInfoINTEL_1124079678):
      static :
        warning("Declaration of " &
            "struct_VkPerformanceConfigurationAcquireInfoINTEL" &
            " exists but with different size")
    struct_VkPerformanceConfigurationAcquireInfoINTEL
  else:
    struct_VkPerformanceConfigurationAcquireInfoINTEL_1124079678)
  VkMultisamplePropertiesEXT_1124079163 = (when declared(
      VkMultisamplePropertiesEXT):
    when ownSizeof(VkMultisamplePropertiesEXT) !=
        ownSizeof(VkMultisamplePropertiesEXT_1124079162):
      static :
        warning("Declaration of " & "VkMultisamplePropertiesEXT" &
            " exists but with different size")
    VkMultisamplePropertiesEXT
  else:
    VkMultisamplePropertiesEXT_1124079162)
  VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081817 = (when declared(
      VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM):
    when ownSizeof(VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM) !=
        ownSizeof(VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081816):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM" &
            " exists but with different size")
    VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM
  else:
    VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081816)
  VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082161 = (when declared(
      VkPartitionedAccelerationStructureWriteInstanceDataNV):
    when ownSizeof(VkPartitionedAccelerationStructureWriteInstanceDataNV) !=
        ownSizeof(VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082160):
      static :
        warning("Declaration of " &
            "VkPartitionedAccelerationStructureWriteInstanceDataNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureWriteInstanceDataNV
  else:
    VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082160)
  StdVideoAV1TxMode_1124083071 = (when declared(StdVideoAV1TxMode):
    when ownSizeof(StdVideoAV1TxMode) != ownSizeof(StdVideoAV1TxMode_1124083070):
      static :
        warning("Declaration of " & "StdVideoAV1TxMode" &
            " exists but with different size")
    StdVideoAV1TxMode
  else:
    StdVideoAV1TxMode_1124083070)
  VkExternalMemoryImageCreateInfoNV_1124078837 = (when declared(
      VkExternalMemoryImageCreateInfoNV):
    when ownSizeof(VkExternalMemoryImageCreateInfoNV) !=
        ownSizeof(VkExternalMemoryImageCreateInfoNV_1124078836):
      static :
        warning("Declaration of " & "VkExternalMemoryImageCreateInfoNV" &
            " exists but with different size")
    VkExternalMemoryImageCreateInfoNV
  else:
    VkExternalMemoryImageCreateInfoNV_1124078836)
  VkInstanceCreateFlagBits_1124074179 = (when declared(VkInstanceCreateFlagBits):
    when ownSizeof(VkInstanceCreateFlagBits) !=
        ownSizeof(VkInstanceCreateFlagBits_1124074178):
      static :
        warning("Declaration of " & "VkInstanceCreateFlagBits" &
            " exists but with different size")
    VkInstanceCreateFlagBits
  else:
    VkInstanceCreateFlagBits_1124074178)
  enum_VkVideoEncodeAV1PredictionModeKHR_1124078225 = (when declared(
      enum_VkVideoEncodeAV1PredictionModeKHR):
    when ownSizeof(enum_VkVideoEncodeAV1PredictionModeKHR) !=
        ownSizeof(enum_VkVideoEncodeAV1PredictionModeKHR_1124078224):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeAV1PredictionModeKHR" &
            " exists but with different size")
    enum_VkVideoEncodeAV1PredictionModeKHR
  else:
    enum_VkVideoEncodeAV1PredictionModeKHR_1124078224)
  VkRect2D_1124074459 = (when declared(VkRect2D):
    when ownSizeof(VkRect2D) != ownSizeof(VkRect2D_1124074458):
      static :
        warning("Declaration of " & "VkRect2D" &
            " exists but with different size")
    VkRect2D
  else:
    VkRect2D_1124074458)
  struct_VkImageDrmFormatModifierPropertiesEXT_1124079231 = (when declared(
      struct_VkImageDrmFormatModifierPropertiesEXT):
    when ownSizeof(struct_VkImageDrmFormatModifierPropertiesEXT) !=
        ownSizeof(struct_VkImageDrmFormatModifierPropertiesEXT_1124079230):
      static :
        warning("Declaration of " &
            "struct_VkImageDrmFormatModifierPropertiesEXT" &
            " exists but with different size")
    struct_VkImageDrmFormatModifierPropertiesEXT
  else:
    struct_VkImageDrmFormatModifierPropertiesEXT_1124079230)
  PFN_vkCmdSetLineStippleEXT_1124079887 = (when declared(
      PFN_vkCmdSetLineStippleEXT):
    when ownSizeof(PFN_vkCmdSetLineStippleEXT) !=
        ownSizeof(PFN_vkCmdSetLineStippleEXT_1124079886):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLineStippleEXT" &
            " exists but with different size")
    PFN_vkCmdSetLineStippleEXT
  else:
    PFN_vkCmdSetLineStippleEXT_1124079886)
  VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080167 = (when declared(
      VkPhysicalDeviceCustomBorderColorPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceCustomBorderColorPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080166):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCustomBorderColorPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceCustomBorderColorPropertiesEXT
  else:
    VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080166)
  struct_VkPhysicalDeviceHostQueryResetFeatures_1124075663 = (when declared(
      struct_VkPhysicalDeviceHostQueryResetFeatures):
    when ownSizeof(struct_VkPhysicalDeviceHostQueryResetFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceHostQueryResetFeatures_1124075662):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceHostQueryResetFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceHostQueryResetFeatures
  else:
    struct_VkPhysicalDeviceHostQueryResetFeatures_1124075662)
  VkImageCopy2_1124075969 = (when declared(VkImageCopy2):
    when ownSizeof(VkImageCopy2) != ownSizeof(VkImageCopy2_1124075968):
      static :
        warning("Declaration of " & "VkImageCopy2" &
            " exists but with different size")
    VkImageCopy2
  else:
    VkImageCopy2_1124075968)
  VkImageCompressionControlEXT_1124080463 = (when declared(
      VkImageCompressionControlEXT):
    when ownSizeof(VkImageCompressionControlEXT) !=
        ownSizeof(VkImageCompressionControlEXT_1124080462):
      static :
        warning("Declaration of " & "VkImageCompressionControlEXT" &
            " exists but with different size")
    VkImageCompressionControlEXT
  else:
    VkImageCompressionControlEXT_1124080462)
  struct_VkGeneratedCommandsInfoEXT_1124082243 = (when declared(
      struct_VkGeneratedCommandsInfoEXT):
    when ownSizeof(struct_VkGeneratedCommandsInfoEXT) !=
        ownSizeof(struct_VkGeneratedCommandsInfoEXT_1124082242):
      static :
        warning("Declaration of " & "struct_VkGeneratedCommandsInfoEXT" &
            " exists but with different size")
    struct_VkGeneratedCommandsInfoEXT
  else:
    struct_VkGeneratedCommandsInfoEXT_1124082242)
  PFN_vkWaitForFences_1124074971 = (when declared(PFN_vkWaitForFences):
    when ownSizeof(PFN_vkWaitForFences) != ownSizeof(PFN_vkWaitForFences_1124074970):
      static :
        warning("Declaration of " & "PFN_vkWaitForFences" &
            " exists but with different size")
    PFN_vkWaitForFences
  else:
    PFN_vkWaitForFences_1124074970)
  PFN_vkGetPhysicalDeviceFeatures_1124074899 = (when declared(
      PFN_vkGetPhysicalDeviceFeatures):
    when ownSizeof(PFN_vkGetPhysicalDeviceFeatures) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFeatures_1124074898):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceFeatures" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFeatures
  else:
    PFN_vkGetPhysicalDeviceFeatures_1124074898)
  struct_VkSamplerYcbcrConversionCreateInfo_1124075487 = (when declared(
      struct_VkSamplerYcbcrConversionCreateInfo):
    when ownSizeof(struct_VkSamplerYcbcrConversionCreateInfo) !=
        ownSizeof(struct_VkSamplerYcbcrConversionCreateInfo_1124075486):
      static :
        warning("Declaration of " & "struct_VkSamplerYcbcrConversionCreateInfo" &
            " exists but with different size")
    struct_VkSamplerYcbcrConversionCreateInfo
  else:
    struct_VkSamplerYcbcrConversionCreateInfo_1124075486)
  struct_VkSamplerYcbcrConversionInfo_1124075491 = (when declared(
      struct_VkSamplerYcbcrConversionInfo):
    when ownSizeof(struct_VkSamplerYcbcrConversionInfo) !=
        ownSizeof(struct_VkSamplerYcbcrConversionInfo_1124075490):
      static :
        warning("Declaration of " & "struct_VkSamplerYcbcrConversionInfo" &
            " exists but with different size")
    struct_VkSamplerYcbcrConversionInfo
  else:
    struct_VkSamplerYcbcrConversionInfo_1124075490)
  PFN_vkGetRefreshCycleDurationGOOGLE_1124078969 = (when declared(
      PFN_vkGetRefreshCycleDurationGOOGLE):
    when ownSizeof(PFN_vkGetRefreshCycleDurationGOOGLE) !=
        ownSizeof(PFN_vkGetRefreshCycleDurationGOOGLE_1124078968):
      static :
        warning("Declaration of " & "PFN_vkGetRefreshCycleDurationGOOGLE" &
            " exists but with different size")
    PFN_vkGetRefreshCycleDurationGOOGLE
  else:
    PFN_vkGetRefreshCycleDurationGOOGLE_1124078968)
  struct_VkAttachmentReference2_1124075771 = (when declared(
      struct_VkAttachmentReference2):
    when ownSizeof(struct_VkAttachmentReference2) !=
        ownSizeof(struct_VkAttachmentReference2_1124075770):
      static :
        warning("Declaration of " & "struct_VkAttachmentReference2" &
            " exists but with different size")
    struct_VkAttachmentReference2
  else:
    struct_VkAttachmentReference2_1124075770)
  PFN_vkCreateDescriptorUpdateTemplateKHR_1124077251 = (when declared(
      PFN_vkCreateDescriptorUpdateTemplateKHR):
    when ownSizeof(PFN_vkCreateDescriptorUpdateTemplateKHR) !=
        ownSizeof(PFN_vkCreateDescriptorUpdateTemplateKHR_1124077250):
      static :
        warning("Declaration of " & "PFN_vkCreateDescriptorUpdateTemplateKHR" &
            " exists but with different size")
    PFN_vkCreateDescriptorUpdateTemplateKHR
  else:
    PFN_vkCreateDescriptorUpdateTemplateKHR_1124077250)
  enum_VkCubicFilterWeightsQCOM_1124081877 = (when declared(
      enum_VkCubicFilterWeightsQCOM):
    when ownSizeof(enum_VkCubicFilterWeightsQCOM) !=
        ownSizeof(enum_VkCubicFilterWeightsQCOM_1124081876):
      static :
        warning("Declaration of " & "enum_VkCubicFilterWeightsQCOM" &
            " exists but with different size")
    enum_VkCubicFilterWeightsQCOM
  else:
    enum_VkCubicFilterWeightsQCOM_1124081876)
  VkPerformanceCounterResultKHR_1124077371 = (when declared(
      VkPerformanceCounterResultKHR):
    when ownSizeof(VkPerformanceCounterResultKHR) !=
        ownSizeof(VkPerformanceCounterResultKHR_1124077370):
      static :
        warning("Declaration of " & "VkPerformanceCounterResultKHR" &
            " exists but with different size")
    VkPerformanceCounterResultKHR
  else:
    VkPerformanceCounterResultKHR_1124077370)
  VkVideoProfileInfoKHR_1124076697 = (when declared(VkVideoProfileInfoKHR):
    when ownSizeof(VkVideoProfileInfoKHR) != ownSizeof(VkVideoProfileInfoKHR_1124076696):
      static :
        warning("Declaration of " & "VkVideoProfileInfoKHR" &
            " exists but with different size")
    VkVideoProfileInfoKHR
  else:
    VkVideoProfileInfoKHR_1124076696)
  struct_VkDeviceFaultVendorInfoEXT_1124080497 = (when declared(
      struct_VkDeviceFaultVendorInfoEXT):
    when ownSizeof(struct_VkDeviceFaultVendorInfoEXT) !=
        ownSizeof(struct_VkDeviceFaultVendorInfoEXT_1124080496):
      static :
        warning("Declaration of " & "struct_VkDeviceFaultVendorInfoEXT" &
            " exists but with different size")
    struct_VkDeviceFaultVendorInfoEXT
  else:
    struct_VkDeviceFaultVendorInfoEXT_1124080496)
  VkVideoEncodeQualityLevelPropertiesKHR_1124077841 = (when declared(
      VkVideoEncodeQualityLevelPropertiesKHR):
    when ownSizeof(VkVideoEncodeQualityLevelPropertiesKHR) !=
        ownSizeof(VkVideoEncodeQualityLevelPropertiesKHR_1124077840):
      static :
        warning("Declaration of " & "VkVideoEncodeQualityLevelPropertiesKHR" &
            " exists but with different size")
    VkVideoEncodeQualityLevelPropertiesKHR
  else:
    VkVideoEncodeQualityLevelPropertiesKHR_1124077840)
  PFN_vkCmdPushConstants_1124075109 = (when declared(PFN_vkCmdPushConstants):
    when ownSizeof(PFN_vkCmdPushConstants) != ownSizeof(PFN_vkCmdPushConstants_1124075108):
      static :
        warning("Declaration of " & "PFN_vkCmdPushConstants" &
            " exists but with different size")
    PFN_vkCmdPushConstants
  else:
    PFN_vkCmdPushConstants_1124075108)
  VkSwapchainPresentScalingCreateInfoKHR_1124078157 = (when declared(
      VkSwapchainPresentScalingCreateInfoKHR):
    when ownSizeof(VkSwapchainPresentScalingCreateInfoKHR) !=
        ownSizeof(VkSwapchainPresentScalingCreateInfoKHR_1124078156):
      static :
        warning("Declaration of " & "VkSwapchainPresentScalingCreateInfoKHR" &
            " exists but with different size")
    VkSwapchainPresentScalingCreateInfoKHR
  else:
    VkSwapchainPresentScalingCreateInfoKHR_1124078156)
  enum_VkDebugReportObjectTypeEXT_1124078657 = (when declared(
      enum_VkDebugReportObjectTypeEXT):
    when ownSizeof(enum_VkDebugReportObjectTypeEXT) !=
        ownSizeof(enum_VkDebugReportObjectTypeEXT_1124078656):
      static :
        warning("Declaration of " & "enum_VkDebugReportObjectTypeEXT" &
            " exists but with different size")
    enum_VkDebugReportObjectTypeEXT
  else:
    enum_VkDebugReportObjectTypeEXT_1124078656)
  VkCullModeFlagBits_1124074381 = (when declared(VkCullModeFlagBits):
    when ownSizeof(VkCullModeFlagBits) != ownSizeof(VkCullModeFlagBits_1124074380):
      static :
        warning("Declaration of " & "VkCullModeFlagBits" &
            " exists but with different size")
    VkCullModeFlagBits
  else:
    VkCullModeFlagBits_1124074380)
  VkPipelineRobustnessBufferBehavior_1124076191 = (when declared(
      VkPipelineRobustnessBufferBehavior):
    when ownSizeof(VkPipelineRobustnessBufferBehavior) !=
        ownSizeof(VkPipelineRobustnessBufferBehavior_1124076190):
      static :
        warning("Declaration of " & "VkPipelineRobustnessBufferBehavior" &
            " exists but with different size")
    VkPipelineRobustnessBufferBehavior
  else:
    VkPipelineRobustnessBufferBehavior_1124076190)
  struct_VkVideoDecodeCapabilitiesKHR_1124076793 = (when declared(
      struct_VkVideoDecodeCapabilitiesKHR):
    when ownSizeof(struct_VkVideoDecodeCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoDecodeCapabilitiesKHR_1124076792):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoDecodeCapabilitiesKHR
  else:
    struct_VkVideoDecodeCapabilitiesKHR_1124076792)
  VkCommandBufferSubmitInfo_1124075949 = (when declared(
      VkCommandBufferSubmitInfo):
    when ownSizeof(VkCommandBufferSubmitInfo) !=
        ownSizeof(VkCommandBufferSubmitInfo_1124075948):
      static :
        warning("Declaration of " & "VkCommandBufferSubmitInfo" &
            " exists but with different size")
    VkCommandBufferSubmitInfo
  else:
    VkCommandBufferSubmitInfo_1124075948)
  struct_VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076333 = (when declared(
      struct_VkPhysicalDeviceShaderSubgroupRotateFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderSubgroupRotateFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076332):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderSubgroupRotateFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderSubgroupRotateFeatures
  else:
    struct_VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076332)
  PFN_vkCmdPushDescriptorSetWithTemplate2_1124076455 = (when declared(
      PFN_vkCmdPushDescriptorSetWithTemplate2):
    when ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplate2) !=
        ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplate2_1124076454):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplate2" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSetWithTemplate2
  else:
    PFN_vkCmdPushDescriptorSetWithTemplate2_1124076454)
  VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079507 = (when declared(
      VkPhysicalDeviceExternalMemoryHostPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceExternalMemoryHostPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079506):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExternalMemoryHostPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceExternalMemoryHostPropertiesEXT
  else:
    VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079506)
  VkPhysicalDeviceToolPropertiesEXT_1124079791 = (when declared(
      VkPhysicalDeviceToolPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceToolPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceToolPropertiesEXT_1124079790):
      static :
        warning("Declaration of " & "VkPhysicalDeviceToolPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceToolPropertiesEXT
  else:
    VkPhysicalDeviceToolPropertiesEXT_1124079790)
  PFN_vkCmdCopyMicromapToMemoryEXT_1124080879 = (when declared(
      PFN_vkCmdCopyMicromapToMemoryEXT):
    when ownSizeof(PFN_vkCmdCopyMicromapToMemoryEXT) !=
        ownSizeof(PFN_vkCmdCopyMicromapToMemoryEXT_1124080878):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMicromapToMemoryEXT" &
            " exists but with different size")
    PFN_vkCmdCopyMicromapToMemoryEXT
  else:
    PFN_vkCmdCopyMicromapToMemoryEXT_1124080878)
  struct_VkVideoInlineQueryInfoKHR_1124078343 = (when declared(
      struct_VkVideoInlineQueryInfoKHR):
    when ownSizeof(struct_VkVideoInlineQueryInfoKHR) !=
        ownSizeof(struct_VkVideoInlineQueryInfoKHR_1124078342):
      static :
        warning("Declaration of " & "struct_VkVideoInlineQueryInfoKHR" &
            " exists but with different size")
    struct_VkVideoInlineQueryInfoKHR
  else:
    struct_VkVideoInlineQueryInfoKHR_1124078342)
  struct_VkDescriptorSetLayoutCreateInfo_1124074761 = (when declared(
      struct_VkDescriptorSetLayoutCreateInfo):
    when ownSizeof(struct_VkDescriptorSetLayoutCreateInfo) !=
        ownSizeof(struct_VkDescriptorSetLayoutCreateInfo_1124074760):
      static :
        warning("Declaration of " & "struct_VkDescriptorSetLayoutCreateInfo" &
            " exists but with different size")
    struct_VkDescriptorSetLayoutCreateInfo
  else:
    struct_VkDescriptorSetLayoutCreateInfo_1124074760)
  struct_VkVideoProfileListInfoKHR_1124076699 = (when declared(
      struct_VkVideoProfileListInfoKHR):
    when ownSizeof(struct_VkVideoProfileListInfoKHR) !=
        ownSizeof(struct_VkVideoProfileListInfoKHR_1124076698):
      static :
        warning("Declaration of " & "struct_VkVideoProfileListInfoKHR" &
            " exists but with different size")
    struct_VkVideoProfileListInfoKHR
  else:
    struct_VkVideoProfileListInfoKHR_1124076698)
  VkCudaFunctionNV_1124082843 = (when declared(VkCudaFunctionNV):
    when ownSizeof(VkCudaFunctionNV) != ownSizeof(VkCudaFunctionNV_1124082842):
      static :
        warning("Declaration of " & "VkCudaFunctionNV" &
            " exists but with different size")
    VkCudaFunctionNV
  else:
    VkCudaFunctionNV_1124082842)
  enum_StdVideoH265AspectRatioIdc_1124083333 = (when declared(
      enum_StdVideoH265AspectRatioIdc):
    when ownSizeof(enum_StdVideoH265AspectRatioIdc) !=
        ownSizeof(enum_StdVideoH265AspectRatioIdc_1124083332):
      static :
        warning("Declaration of " & "enum_StdVideoH265AspectRatioIdc" &
            " exists but with different size")
    enum_StdVideoH265AspectRatioIdc
  else:
    enum_StdVideoH265AspectRatioIdc_1124083332)
  PFN_vkCmdDispatchGraphIndirectCountAMDX_1124082839 = (when declared(
      PFN_vkCmdDispatchGraphIndirectCountAMDX):
    when ownSizeof(PFN_vkCmdDispatchGraphIndirectCountAMDX) !=
        ownSizeof(PFN_vkCmdDispatchGraphIndirectCountAMDX_1124082838):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchGraphIndirectCountAMDX" &
            " exists but with different size")
    PFN_vkCmdDispatchGraphIndirectCountAMDX
  else:
    PFN_vkCmdDispatchGraphIndirectCountAMDX_1124082838)
  VkClusterAccelerationStructureOpInputNV_1124082075 = (when declared(
      VkClusterAccelerationStructureOpInputNV):
    when ownSizeof(VkClusterAccelerationStructureOpInputNV) !=
        ownSizeof(VkClusterAccelerationStructureOpInputNV_1124082074):
      static :
        warning("Declaration of " & "VkClusterAccelerationStructureOpInputNV" &
            " exists but with different size")
    VkClusterAccelerationStructureOpInputNV
  else:
    VkClusterAccelerationStructureOpInputNV_1124082074)
  PFN_vkCmdCuLaunchKernelNVX_1124078775 = (when declared(
      PFN_vkCmdCuLaunchKernelNVX):
    when ownSizeof(PFN_vkCmdCuLaunchKernelNVX) !=
        ownSizeof(PFN_vkCmdCuLaunchKernelNVX_1124078774):
      static :
        warning("Declaration of " & "PFN_vkCmdCuLaunchKernelNVX" &
            " exists but with different size")
    PFN_vkCmdCuLaunchKernelNVX
  else:
    PFN_vkCmdCuLaunchKernelNVX_1124078774)
  struct_VkExternalComputeQueueCreateInfoNV_1124081979 = (when declared(
      struct_VkExternalComputeQueueCreateInfoNV):
    when ownSizeof(struct_VkExternalComputeQueueCreateInfoNV) !=
        ownSizeof(struct_VkExternalComputeQueueCreateInfoNV_1124081978):
      static :
        warning("Declaration of " & "struct_VkExternalComputeQueueCreateInfoNV" &
            " exists but with different size")
    struct_VkExternalComputeQueueCreateInfoNV
  else:
    struct_VkExternalComputeQueueCreateInfoNV_1124081978)
  struct_StdVideoH265LongTermRefPicsSps_1124083165 = (when declared(
      struct_StdVideoH265LongTermRefPicsSps):
    when ownSizeof(struct_StdVideoH265LongTermRefPicsSps) !=
        ownSizeof(struct_StdVideoH265LongTermRefPicsSps_1124083164):
      static :
        warning("Declaration of " & "struct_StdVideoH265LongTermRefPicsSps" &
            " exists but with different size")
    struct_StdVideoH265LongTermRefPicsSps
  else:
    struct_StdVideoH265LongTermRefPicsSps_1124083164)
  VkPhysicalDeviceMaintenance6Features_1124076283 = (when declared(
      VkPhysicalDeviceMaintenance6Features):
    when ownSizeof(VkPhysicalDeviceMaintenance6Features) !=
        ownSizeof(VkPhysicalDeviceMaintenance6Features_1124076282):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance6Features" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance6Features
  else:
    VkPhysicalDeviceMaintenance6Features_1124076282)
  VkPipelineVertexInputDivisorStateCreateInfoEXT_1124079551 = (when declared(
      VkPipelineVertexInputDivisorStateCreateInfoEXT):
    when ownSizeof(VkPipelineVertexInputDivisorStateCreateInfoEXT) !=
        ownSizeof(VkPipelineVertexInputDivisorStateCreateInfoEXT_1124079550):
      static :
        warning("Declaration of " &
            "VkPipelineVertexInputDivisorStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineVertexInputDivisorStateCreateInfoEXT
  else:
    VkPipelineVertexInputDivisorStateCreateInfoEXT_1124079550)
  PFN_vkDebugMarkerSetObjectTagEXT_1124078699 = (when declared(
      PFN_vkDebugMarkerSetObjectTagEXT):
    when ownSizeof(PFN_vkDebugMarkerSetObjectTagEXT) !=
        ownSizeof(PFN_vkDebugMarkerSetObjectTagEXT_1124078698):
      static :
        warning("Declaration of " & "PFN_vkDebugMarkerSetObjectTagEXT" &
            " exists but with different size")
    PFN_vkDebugMarkerSetObjectTagEXT
  else:
    PFN_vkDebugMarkerSetObjectTagEXT_1124078698)
  VkDescriptorSetLayoutBinding_1124074759 = (when declared(
      VkDescriptorSetLayoutBinding):
    when ownSizeof(VkDescriptorSetLayoutBinding) !=
        ownSizeof(VkDescriptorSetLayoutBinding_1124074758):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutBinding" &
            " exists but with different size")
    VkDescriptorSetLayoutBinding
  else:
    VkDescriptorSetLayoutBinding_1124074758)
  VkWriteDescriptorSetAccelerationStructureNV_1124079423 = (when declared(
      VkWriteDescriptorSetAccelerationStructureNV):
    when ownSizeof(VkWriteDescriptorSetAccelerationStructureNV) !=
        ownSizeof(VkWriteDescriptorSetAccelerationStructureNV_1124079422):
      static :
        warning("Declaration of " &
            "VkWriteDescriptorSetAccelerationStructureNV" &
            " exists but with different size")
    VkWriteDescriptorSetAccelerationStructureNV
  else:
    VkWriteDescriptorSetAccelerationStructureNV_1124079422)
  VkMicromapBuildInfoEXT_1124080819 = (when declared(VkMicromapBuildInfoEXT):
    when ownSizeof(VkMicromapBuildInfoEXT) != ownSizeof(VkMicromapBuildInfoEXT_1124080818):
      static :
        warning("Declaration of " & "VkMicromapBuildInfoEXT" &
            " exists but with different size")
    VkMicromapBuildInfoEXT
  else:
    VkMicromapBuildInfoEXT_1124080818)
  VkDeviceGroupBindSparseInfoKHR_1124077119 = (when declared(
      VkDeviceGroupBindSparseInfoKHR):
    when ownSizeof(VkDeviceGroupBindSparseInfoKHR) !=
        ownSizeof(VkDeviceGroupBindSparseInfoKHR_1124077118):
      static :
        warning("Declaration of " & "VkDeviceGroupBindSparseInfoKHR" &
            " exists but with different size")
    VkDeviceGroupBindSparseInfoKHR
  else:
    VkDeviceGroupBindSparseInfoKHR_1124077118)
  VkQueueFamilyGlobalPriorityPropertiesKHR_1124077563 = (when declared(
      VkQueueFamilyGlobalPriorityPropertiesKHR):
    when ownSizeof(VkQueueFamilyGlobalPriorityPropertiesKHR) !=
        ownSizeof(VkQueueFamilyGlobalPriorityPropertiesKHR_1124077562):
      static :
        warning("Declaration of " & "VkQueueFamilyGlobalPriorityPropertiesKHR" &
            " exists but with different size")
    VkQueueFamilyGlobalPriorityPropertiesKHR
  else:
    VkQueueFamilyGlobalPriorityPropertiesKHR_1124077562)
  struct_StdVideoH264ScalingLists_1124083123 = (when declared(
      struct_StdVideoH264ScalingLists):
    when ownSizeof(struct_StdVideoH264ScalingLists) !=
        ownSizeof(struct_StdVideoH264ScalingLists_1124083122):
      static :
        warning("Declaration of " & "struct_StdVideoH264ScalingLists" &
            " exists but with different size")
    struct_StdVideoH264ScalingLists
  else:
    struct_StdVideoH264ScalingLists_1124083122)
  VkPipelineRasterizationStateCreateInfo_1124074811 = (when declared(
      VkPipelineRasterizationStateCreateInfo):
    when ownSizeof(VkPipelineRasterizationStateCreateInfo) !=
        ownSizeof(VkPipelineRasterizationStateCreateInfo_1124074810):
      static :
        warning("Declaration of " & "VkPipelineRasterizationStateCreateInfo" &
            " exists but with different size")
    VkPipelineRasterizationStateCreateInfo
  else:
    VkPipelineRasterizationStateCreateInfo_1124074810)
  struct_VkExternalBufferProperties_1124075413 = (when declared(
      struct_VkExternalBufferProperties):
    when ownSizeof(struct_VkExternalBufferProperties) !=
        ownSizeof(struct_VkExternalBufferProperties_1124075412):
      static :
        warning("Declaration of " & "struct_VkExternalBufferProperties" &
            " exists but with different size")
    struct_VkExternalBufferProperties
  else:
    struct_VkExternalBufferProperties_1124075412)
  VkPhysicalDeviceShaderObjectPropertiesEXT_1124081525 = (when declared(
      VkPhysicalDeviceShaderObjectPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceShaderObjectPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderObjectPropertiesEXT_1124081524):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderObjectPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderObjectPropertiesEXT
  else:
    VkPhysicalDeviceShaderObjectPropertiesEXT_1124081524)
  struct_VkImageSubresource_1124074593 = (when declared(
      struct_VkImageSubresource):
    when ownSizeof(struct_VkImageSubresource) !=
        ownSizeof(struct_VkImageSubresource_1124074592):
      static :
        warning("Declaration of " & "struct_VkImageSubresource" &
            " exists but with different size")
    struct_VkImageSubresource
  else:
    struct_VkImageSubresource_1124074592)
  struct_HWND_private_1124082969 = (when declared(struct_HWND_private):
    when ownSizeof(struct_HWND_private) != ownSizeof(struct_HWND_private_1124082968):
      static :
        warning("Declaration of " & "struct_HWND_private" &
            " exists but with different size")
    struct_HWND_private
  else:
    struct_HWND_private_1124082968)
  PFN_vkDebugMarkerSetObjectNameEXT_1124078701 = (when declared(
      PFN_vkDebugMarkerSetObjectNameEXT):
    when ownSizeof(PFN_vkDebugMarkerSetObjectNameEXT) !=
        ownSizeof(PFN_vkDebugMarkerSetObjectNameEXT_1124078700):
      static :
        warning("Declaration of " & "PFN_vkDebugMarkerSetObjectNameEXT" &
            " exists but with different size")
    PFN_vkDebugMarkerSetObjectNameEXT
  else:
    PFN_vkDebugMarkerSetObjectNameEXT_1124078700)
  VkMemoryDedicatedRequirements_1124075275 = (when declared(
      VkMemoryDedicatedRequirements):
    when ownSizeof(VkMemoryDedicatedRequirements) !=
        ownSizeof(VkMemoryDedicatedRequirements_1124075274):
      static :
        warning("Declaration of " & "VkMemoryDedicatedRequirements" &
            " exists but with different size")
    VkMemoryDedicatedRequirements
  else:
    VkMemoryDedicatedRequirements_1124075274)
  VkSubpassMergeStatusEXT_1124081203 = (when declared(VkSubpassMergeStatusEXT):
    when ownSizeof(VkSubpassMergeStatusEXT) !=
        ownSizeof(VkSubpassMergeStatusEXT_1124081202):
      static :
        warning("Declaration of " & "VkSubpassMergeStatusEXT" &
            " exists but with different size")
    VkSubpassMergeStatusEXT
  else:
    VkSubpassMergeStatusEXT_1124081202)
  enum_VkVideoEncodeH265RateControlFlagBitsKHR_1124076927 = (when declared(
      enum_VkVideoEncodeH265RateControlFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH265RateControlFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH265RateControlFlagBitsKHR_1124076926):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeH265RateControlFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH265RateControlFlagBitsKHR
  else:
    enum_VkVideoEncodeH265RateControlFlagBitsKHR_1124076926)
  VkPhysicalDeviceLineRasterizationPropertiesEXT_1124079883 = (when declared(
      VkPhysicalDeviceLineRasterizationPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceLineRasterizationPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceLineRasterizationPropertiesEXT_1124079882):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLineRasterizationPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceLineRasterizationPropertiesEXT
  else:
    VkPhysicalDeviceLineRasterizationPropertiesEXT_1124079882)
  VkBindTensorMemoryInfoARM_1124081283 = (when declared(
      VkBindTensorMemoryInfoARM):
    when ownSizeof(VkBindTensorMemoryInfoARM) !=
        ownSizeof(VkBindTensorMemoryInfoARM_1124081282):
      static :
        warning("Declaration of " & "VkBindTensorMemoryInfoARM" &
            " exists but with different size")
    VkBindTensorMemoryInfoARM
  else:
    VkBindTensorMemoryInfoARM_1124081282)
  struct_VkValidationFeaturesEXT_1124079805 = (when declared(
      struct_VkValidationFeaturesEXT):
    when ownSizeof(struct_VkValidationFeaturesEXT) !=
        ownSizeof(struct_VkValidationFeaturesEXT_1124079804):
      static :
        warning("Declaration of " & "struct_VkValidationFeaturesEXT" &
            " exists but with different size")
    struct_VkValidationFeaturesEXT
  else:
    struct_VkValidationFeaturesEXT_1124079804)
  VkPhysicalDeviceExternalFenceInfo_1124075435 = (when declared(
      VkPhysicalDeviceExternalFenceInfo):
    when ownSizeof(VkPhysicalDeviceExternalFenceInfo) !=
        ownSizeof(VkPhysicalDeviceExternalFenceInfo_1124075434):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalFenceInfo" &
            " exists but with different size")
    VkPhysicalDeviceExternalFenceInfo
  else:
    VkPhysicalDeviceExternalFenceInfo_1124075434)
  struct_VkPhysicalDeviceShaderAtomicInt64Features_1124075715 = (when declared(
      struct_VkPhysicalDeviceShaderAtomicInt64Features):
    when ownSizeof(struct_VkPhysicalDeviceShaderAtomicInt64Features) !=
        ownSizeof(struct_VkPhysicalDeviceShaderAtomicInt64Features_1124075714):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderAtomicInt64Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderAtomicInt64Features
  else:
    struct_VkPhysicalDeviceShaderAtomicInt64Features_1124075714)
  struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080661 = (when declared(
      struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080660):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT
  else:
    struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080660)
  VkVertexInputRate_1124074111 = (when declared(VkVertexInputRate):
    when ownSizeof(VkVertexInputRate) != ownSizeof(VkVertexInputRate_1124074110):
      static :
        warning("Declaration of " & "VkVertexInputRate" &
            " exists but with different size")
    VkVertexInputRate
  else:
    VkVertexInputRate_1124074110)
  struct_VkVideoEncodeCapabilitiesKHR_1124077815 = (when declared(
      struct_VkVideoEncodeCapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeCapabilitiesKHR_1124077814):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeCapabilitiesKHR
  else:
    struct_VkVideoEncodeCapabilitiesKHR_1124077814)
  VkIndirectCommandsTokenTypeEXT_1124082197 = (when declared(
      VkIndirectCommandsTokenTypeEXT):
    when ownSizeof(VkIndirectCommandsTokenTypeEXT) !=
        ownSizeof(VkIndirectCommandsTokenTypeEXT_1124082196):
      static :
        warning("Declaration of " & "VkIndirectCommandsTokenTypeEXT" &
            " exists but with different size")
    VkIndirectCommandsTokenTypeEXT
  else:
    VkIndirectCommandsTokenTypeEXT_1124082196)
  PFN_vkCmdDispatchGraphIndirectAMDX_1124082837 = (when declared(
      PFN_vkCmdDispatchGraphIndirectAMDX):
    when ownSizeof(PFN_vkCmdDispatchGraphIndirectAMDX) !=
        ownSizeof(PFN_vkCmdDispatchGraphIndirectAMDX_1124082836):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchGraphIndirectAMDX" &
            " exists but with different size")
    PFN_vkCmdDispatchGraphIndirectAMDX
  else:
    PFN_vkCmdDispatchGraphIndirectAMDX_1124082836)
  struct_VkPartitionedAccelerationStructureInstancesInputNV_1124082175 = (when declared(
      struct_VkPartitionedAccelerationStructureInstancesInputNV):
    when ownSizeof(struct_VkPartitionedAccelerationStructureInstancesInputNV) !=
        ownSizeof(struct_VkPartitionedAccelerationStructureInstancesInputNV_1124082174):
      static :
        warning("Declaration of " &
            "struct_VkPartitionedAccelerationStructureInstancesInputNV" &
            " exists but with different size")
    struct_VkPartitionedAccelerationStructureInstancesInputNV
  else:
    struct_VkPartitionedAccelerationStructureInstancesInputNV_1124082174)
  struct_VkDisplayPlaneInfo2KHR_1124077435 = (when declared(
      struct_VkDisplayPlaneInfo2KHR):
    when ownSizeof(struct_VkDisplayPlaneInfo2KHR) !=
        ownSizeof(struct_VkDisplayPlaneInfo2KHR_1124077434):
      static :
        warning("Declaration of " & "struct_VkDisplayPlaneInfo2KHR" &
            " exists but with different size")
    struct_VkDisplayPlaneInfo2KHR
  else:
    struct_VkDisplayPlaneInfo2KHR_1124077434)
  enum_VkPerformanceConfigurationTypeINTEL_1124079629 = (when declared(
      enum_VkPerformanceConfigurationTypeINTEL):
    when ownSizeof(enum_VkPerformanceConfigurationTypeINTEL) !=
        ownSizeof(enum_VkPerformanceConfigurationTypeINTEL_1124079628):
      static :
        warning("Declaration of " & "enum_VkPerformanceConfigurationTypeINTEL" &
            " exists but with different size")
    enum_VkPerformanceConfigurationTypeINTEL
  else:
    enum_VkPerformanceConfigurationTypeINTEL_1124079628)
  VkAccelerationStructureInstanceNV_1124079449 = (when declared(
      VkAccelerationStructureInstanceNV):
    when ownSizeof(VkAccelerationStructureInstanceNV) !=
        ownSizeof(VkAccelerationStructureInstanceNV_1124079448):
      static :
        warning("Declaration of " & "VkAccelerationStructureInstanceNV" &
            " exists but with different size")
    VkAccelerationStructureInstanceNV
  else:
    VkAccelerationStructureInstanceNV_1124079448)
  struct_VkPipelineShaderStageNodeCreateInfoAMDX_1124082823 = (when declared(
      struct_VkPipelineShaderStageNodeCreateInfoAMDX):
    when ownSizeof(struct_VkPipelineShaderStageNodeCreateInfoAMDX) !=
        ownSizeof(struct_VkPipelineShaderStageNodeCreateInfoAMDX_1124082822):
      static :
        warning("Declaration of " &
            "struct_VkPipelineShaderStageNodeCreateInfoAMDX" &
            " exists but with different size")
    struct_VkPipelineShaderStageNodeCreateInfoAMDX
  else:
    struct_VkPipelineShaderStageNodeCreateInfoAMDX_1124082822)
  VkRenderPassAttachmentBeginInfoKHR_1124077263 = (when declared(
      VkRenderPassAttachmentBeginInfoKHR):
    when ownSizeof(VkRenderPassAttachmentBeginInfoKHR) !=
        ownSizeof(VkRenderPassAttachmentBeginInfoKHR_1124077262):
      static :
        warning("Declaration of " & "VkRenderPassAttachmentBeginInfoKHR" &
            " exists but with different size")
    VkRenderPassAttachmentBeginInfoKHR
  else:
    VkRenderPassAttachmentBeginInfoKHR_1124077262)
  VkPointClippingBehavior_1124075189 = (when declared(VkPointClippingBehavior):
    when ownSizeof(VkPointClippingBehavior) !=
        ownSizeof(VkPointClippingBehavior_1124075188):
      static :
        warning("Declaration of " & "VkPointClippingBehavior" &
            " exists but with different size")
    VkPointClippingBehavior
  else:
    VkPointClippingBehavior_1124075188)
  struct_VkPhysicalDevicePresentBarrierFeaturesNV_1124080173 = (when declared(
      struct_VkPhysicalDevicePresentBarrierFeaturesNV):
    when ownSizeof(struct_VkPhysicalDevicePresentBarrierFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDevicePresentBarrierFeaturesNV_1124080172):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentBarrierFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentBarrierFeaturesNV
  else:
    struct_VkPhysicalDevicePresentBarrierFeaturesNV_1124080172)
  PFN_vkCmdSetDepthClipNegativeOneToOneEXT_1124081179 = (when declared(
      PFN_vkCmdSetDepthClipNegativeOneToOneEXT):
    when ownSizeof(PFN_vkCmdSetDepthClipNegativeOneToOneEXT) !=
        ownSizeof(PFN_vkCmdSetDepthClipNegativeOneToOneEXT_1124081178):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthClipNegativeOneToOneEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthClipNegativeOneToOneEXT
  else:
    PFN_vkCmdSetDepthClipNegativeOneToOneEXT_1124081178)
  VkDedicatedAllocationBufferCreateInfoNV_1124078715 = (when declared(
      VkDedicatedAllocationBufferCreateInfoNV):
    when ownSizeof(VkDedicatedAllocationBufferCreateInfoNV) !=
        ownSizeof(VkDedicatedAllocationBufferCreateInfoNV_1124078714):
      static :
        warning("Declaration of " & "VkDedicatedAllocationBufferCreateInfoNV" &
            " exists but with different size")
    VkDedicatedAllocationBufferCreateInfoNV
  else:
    VkDedicatedAllocationBufferCreateInfoNV_1124078714)
  struct_VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078593 = (when declared(
      struct_VkVideoDecodeH264InlineSessionParametersInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH264InlineSessionParametersInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078592):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeH264InlineSessionParametersInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264InlineSessionParametersInfoKHR
  else:
    struct_VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078592)
  PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT_1124079167 = (when declared(
      PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT):
    when ownSizeof(PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT) !=
        ownSizeof(PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT_1124079166):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT
  else:
    PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT_1124079166)
  enum_VkOpticalFlowSessionCreateFlagBitsNV_1124081425 = (when declared(
      enum_VkOpticalFlowSessionCreateFlagBitsNV):
    when ownSizeof(enum_VkOpticalFlowSessionCreateFlagBitsNV) !=
        ownSizeof(enum_VkOpticalFlowSessionCreateFlagBitsNV_1124081424):
      static :
        warning("Declaration of " & "enum_VkOpticalFlowSessionCreateFlagBitsNV" &
            " exists but with different size")
    enum_VkOpticalFlowSessionCreateFlagBitsNV
  else:
    enum_VkOpticalFlowSessionCreateFlagBitsNV_1124081424)
  VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082863 = (when declared(
      VkPhysicalDeviceCudaKernelLaunchPropertiesNV):
    when ownSizeof(VkPhysicalDeviceCudaKernelLaunchPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082862):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCudaKernelLaunchPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceCudaKernelLaunchPropertiesNV
  else:
    VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082862)
  HINSTANCE_1124082649 = (when declared(HINSTANCE):
    when ownSizeof(HINSTANCE) != ownSizeof(HINSTANCE_1124082648):
      static :
        warning("Declaration of " & "HINSTANCE" &
            " exists but with different size")
    HINSTANCE
  else:
    HINSTANCE_1124082648)
  struct_VkImageMemoryBarrier_1124074477 = (when declared(
      struct_VkImageMemoryBarrier):
    when ownSizeof(struct_VkImageMemoryBarrier) !=
        ownSizeof(struct_VkImageMemoryBarrier_1124074476):
      static :
        warning("Declaration of " & "struct_VkImageMemoryBarrier" &
            " exists but with different size")
    struct_VkImageMemoryBarrier
  else:
    struct_VkImageMemoryBarrier_1124074476)
  VkSurfaceKHR_1124076467 = (when declared(VkSurfaceKHR):
    when ownSizeof(VkSurfaceKHR) != ownSizeof(VkSurfaceKHR_1124076466):
      static :
        warning("Declaration of " & "VkSurfaceKHR" &
            " exists but with different size")
    VkSurfaceKHR
  else:
    VkSurfaceKHR_1124076466)
  struct_VkPipelineExecutableInfoKHR_1124077719 = (when declared(
      struct_VkPipelineExecutableInfoKHR):
    when ownSizeof(struct_VkPipelineExecutableInfoKHR) !=
        ownSizeof(struct_VkPipelineExecutableInfoKHR_1124077718):
      static :
        warning("Declaration of " & "struct_VkPipelineExecutableInfoKHR" &
            " exists but with different size")
    struct_VkPipelineExecutableInfoKHR
  else:
    struct_VkPipelineExecutableInfoKHR_1124077718)
  VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078591 = (when declared(
      VkPhysicalDeviceVideoMaintenance2FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVideoMaintenance2FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078590):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVideoMaintenance2FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoMaintenance2FeaturesKHR
  else:
    VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078590)
  VkPhysicalDeviceShaderCorePropertiesAMD_1124079535 = (when declared(
      VkPhysicalDeviceShaderCorePropertiesAMD):
    when ownSizeof(VkPhysicalDeviceShaderCorePropertiesAMD) !=
        ownSizeof(VkPhysicalDeviceShaderCorePropertiesAMD_1124079534):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderCorePropertiesAMD" &
            " exists but with different size")
    VkPhysicalDeviceShaderCorePropertiesAMD
  else:
    VkPhysicalDeviceShaderCorePropertiesAMD_1124079534)
  VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080541 = (when declared(
      VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080540):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT
  else:
    VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080540)
  VkBindDescriptorSetsInfo_1124076355 = (when declared(VkBindDescriptorSetsInfo):
    when ownSizeof(VkBindDescriptorSetsInfo) !=
        ownSizeof(VkBindDescriptorSetsInfo_1124076354):
      static :
        warning("Declaration of " & "VkBindDescriptorSetsInfo" &
            " exists but with different size")
    VkBindDescriptorSetsInfo
  else:
    VkBindDescriptorSetsInfo_1124076354)
  VkSampleMask_1124073934 = (when declared(VkSampleMask):
    when ownSizeof(VkSampleMask) != ownSizeof(VkSampleMask_1124073933):
      static :
        warning("Declaration of " & "VkSampleMask" &
            " exists but with different size")
    VkSampleMask
  else:
    VkSampleMask_1124073933)
  enum_VkSamplerYcbcrRange_1124075179 = (when declared(enum_VkSamplerYcbcrRange):
    when ownSizeof(enum_VkSamplerYcbcrRange) !=
        ownSizeof(enum_VkSamplerYcbcrRange_1124075178):
      static :
        warning("Declaration of " & "enum_VkSamplerYcbcrRange" &
            " exists but with different size")
    enum_VkSamplerYcbcrRange
  else:
    enum_VkSamplerYcbcrRange_1124075178)
  struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080995 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080994):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT
  else:
    struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080994)
  struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078451 = (when declared(
      struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078450):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR
  else:
    struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078450)
  struct_VkShaderModuleValidationCacheCreateInfoEXT_1124079257 = (when declared(
      struct_VkShaderModuleValidationCacheCreateInfoEXT):
    when ownSizeof(struct_VkShaderModuleValidationCacheCreateInfoEXT) !=
        ownSizeof(struct_VkShaderModuleValidationCacheCreateInfoEXT_1124079256):
      static :
        warning("Declaration of " &
            "struct_VkShaderModuleValidationCacheCreateInfoEXT" &
            " exists but with different size")
    struct_VkShaderModuleValidationCacheCreateInfoEXT
  else:
    struct_VkShaderModuleValidationCacheCreateInfoEXT_1124079256)
  VkPhysicalDeviceShaderAtomicInt64FeaturesKHR_1124077523 = (when declared(
      VkPhysicalDeviceShaderAtomicInt64FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderAtomicInt64FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderAtomicInt64FeaturesKHR_1124077522):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderAtomicInt64FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderAtomicInt64FeaturesKHR
  else:
    VkPhysicalDeviceShaderAtomicInt64FeaturesKHR_1124077522)
  VkDescriptorSetLayoutCreateFlags_1124074371 = (when declared(
      VkDescriptorSetLayoutCreateFlags):
    when ownSizeof(VkDescriptorSetLayoutCreateFlags) !=
        ownSizeof(VkDescriptorSetLayoutCreateFlags_1124074370):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutCreateFlags" &
            " exists but with different size")
    VkDescriptorSetLayoutCreateFlags
  else:
    VkDescriptorSetLayoutCreateFlags_1124074370)
  VkBufferUsageFlagBits2KHR_1124077999 = (when declared(
      VkBufferUsageFlagBits2KHR):
    when ownSizeof(VkBufferUsageFlagBits2KHR) !=
        ownSizeof(VkBufferUsageFlagBits2KHR_1124077998):
      static :
        warning("Declaration of " & "VkBufferUsageFlagBits2KHR" &
            " exists but with different size")
    VkBufferUsageFlagBits2KHR
  else:
    VkBufferUsageFlagBits2KHR_1124077998)
  VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078471 = (when declared(
      VkVideoEncodeIntraRefreshCapabilitiesKHR):
    when ownSizeof(VkVideoEncodeIntraRefreshCapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078470):
      static :
        warning("Declaration of " & "VkVideoEncodeIntraRefreshCapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeIntraRefreshCapabilitiesKHR
  else:
    VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078470)
  enum_VkVideoEncodeRateControlModeFlagBitsKHR_1124077785 = (when declared(
      enum_VkVideoEncodeRateControlModeFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeRateControlModeFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeRateControlModeFlagBitsKHR_1124077784):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeRateControlModeFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeRateControlModeFlagBitsKHR
  else:
    enum_VkVideoEncodeRateControlModeFlagBitsKHR_1124077784)
  struct_VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078525 = (when declared(
      struct_VkVideoFormatAV1QuantizationMapPropertiesKHR):
    when ownSizeof(struct_VkVideoFormatAV1QuantizationMapPropertiesKHR) !=
        ownSizeof(struct_VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078524):
      static :
        warning("Declaration of " &
            "struct_VkVideoFormatAV1QuantizationMapPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoFormatAV1QuantizationMapPropertiesKHR
  else:
    struct_VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078524)
  VkMutableDescriptorTypeListEXT_1124080529 = (when declared(
      VkMutableDescriptorTypeListEXT):
    when ownSizeof(VkMutableDescriptorTypeListEXT) !=
        ownSizeof(VkMutableDescriptorTypeListEXT_1124080528):
      static :
        warning("Declaration of " & "VkMutableDescriptorTypeListEXT" &
            " exists but with different size")
    VkMutableDescriptorTypeListEXT
  else:
    VkMutableDescriptorTypeListEXT_1124080528)
  VkAccelerationStructureGeometryTrianglesDataKHR_1124082493 = (when declared(
      VkAccelerationStructureGeometryTrianglesDataKHR):
    when ownSizeof(VkAccelerationStructureGeometryTrianglesDataKHR) !=
        ownSizeof(VkAccelerationStructureGeometryTrianglesDataKHR_1124082492):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureGeometryTrianglesDataKHR" &
            " exists but with different size")
    VkAccelerationStructureGeometryTrianglesDataKHR
  else:
    VkAccelerationStructureGeometryTrianglesDataKHR_1124082492)
  VkPipelineBinaryCreateInfoKHR_1124078087 = (when declared(
      VkPipelineBinaryCreateInfoKHR):
    when ownSizeof(VkPipelineBinaryCreateInfoKHR) !=
        ownSizeof(VkPipelineBinaryCreateInfoKHR_1124078086):
      static :
        warning("Declaration of " & "VkPipelineBinaryCreateInfoKHR" &
            " exists but with different size")
    VkPipelineBinaryCreateInfoKHR
  else:
    VkPipelineBinaryCreateInfoKHR_1124078086)
  VkStructureType_1124073999 = (when declared(VkStructureType):
    when ownSizeof(VkStructureType) != ownSizeof(VkStructureType_1124073998):
      static :
        warning("Declaration of " & "VkStructureType" &
            " exists but with different size")
    VkStructureType
  else:
    VkStructureType_1124073998)
  struct_VkRenderPassSubpassFeedbackCreateInfoEXT_1124081225 = (when declared(
      struct_VkRenderPassSubpassFeedbackCreateInfoEXT):
    when ownSizeof(struct_VkRenderPassSubpassFeedbackCreateInfoEXT) !=
        ownSizeof(struct_VkRenderPassSubpassFeedbackCreateInfoEXT_1124081224):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassSubpassFeedbackCreateInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassSubpassFeedbackCreateInfoEXT
  else:
    struct_VkRenderPassSubpassFeedbackCreateInfoEXT_1124081224)
  VkImageBlit2KHR_1124077935 = (when declared(VkImageBlit2KHR):
    when ownSizeof(VkImageBlit2KHR) != ownSizeof(VkImageBlit2KHR_1124077934):
      static :
        warning("Declaration of " & "VkImageBlit2KHR" &
            " exists but with different size")
    VkImageBlit2KHR
  else:
    VkImageBlit2KHR_1124077934)
  VkPhysicalDeviceDescriptorIndexingFeaturesEXT_1124079275 = (when declared(
      VkPhysicalDeviceDescriptorIndexingFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDescriptorIndexingFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDescriptorIndexingFeaturesEXT_1124079274):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorIndexingFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorIndexingFeaturesEXT
  else:
    VkPhysicalDeviceDescriptorIndexingFeaturesEXT_1124079274)
  VkDataGraphPipelineInfoARM_1124081785 = (when declared(
      VkDataGraphPipelineInfoARM):
    when ownSizeof(VkDataGraphPipelineInfoARM) !=
        ownSizeof(VkDataGraphPipelineInfoARM_1124081784):
      static :
        warning("Declaration of " & "VkDataGraphPipelineInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineInfoARM
  else:
    VkDataGraphPipelineInfoARM_1124081784)
  VkBuildPartitionedAccelerationStructureInfoNV_1124082181 = (when declared(
      VkBuildPartitionedAccelerationStructureInfoNV):
    when ownSizeof(VkBuildPartitionedAccelerationStructureInfoNV) !=
        ownSizeof(VkBuildPartitionedAccelerationStructureInfoNV_1124082180):
      static :
        warning("Declaration of " &
            "VkBuildPartitionedAccelerationStructureInfoNV" &
            " exists but with different size")
    VkBuildPartitionedAccelerationStructureInfoNV
  else:
    VkBuildPartitionedAccelerationStructureInfoNV_1124082180)
  VkGeneratedCommandsInfoEXT_1124082245 = (when declared(
      VkGeneratedCommandsInfoEXT):
    when ownSizeof(VkGeneratedCommandsInfoEXT) !=
        ownSizeof(VkGeneratedCommandsInfoEXT_1124082244):
      static :
        warning("Declaration of " & "VkGeneratedCommandsInfoEXT" &
            " exists but with different size")
    VkGeneratedCommandsInfoEXT
  else:
    VkGeneratedCommandsInfoEXT_1124082244)
  struct_StdVideoEncodeAV1OperatingPointInfo_1124082955 = (when declared(
      struct_StdVideoEncodeAV1OperatingPointInfo):
    when ownSizeof(struct_StdVideoEncodeAV1OperatingPointInfo) !=
        ownSizeof(struct_StdVideoEncodeAV1OperatingPointInfo_1124082954):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1OperatingPointInfo" &
            " exists but with different size")
    struct_StdVideoEncodeAV1OperatingPointInfo
  else:
    struct_StdVideoEncodeAV1OperatingPointInfo_1124082954)
  enum_VkFrontFace_1124074105 = (when declared(enum_VkFrontFace):
    when ownSizeof(enum_VkFrontFace) != ownSizeof(enum_VkFrontFace_1124074104):
      static :
        warning("Declaration of " & "enum_VkFrontFace" &
            " exists but with different size")
    enum_VkFrontFace
  else:
    enum_VkFrontFace_1124074104)
  VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082207 = (when declared(
      VkIndirectCommandsLayoutUsageFlagBitsEXT):
    when ownSizeof(VkIndirectCommandsLayoutUsageFlagBitsEXT) !=
        ownSizeof(VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082206):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutUsageFlagBitsEXT" &
            " exists but with different size")
    VkIndirectCommandsLayoutUsageFlagBitsEXT
  else:
    VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082206)
  struct_VkVideoEncodeH265QpKHR_1124076943 = (when declared(
      struct_VkVideoEncodeH265QpKHR):
    when ownSizeof(struct_VkVideoEncodeH265QpKHR) !=
        ownSizeof(struct_VkVideoEncodeH265QpKHR_1124076942):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265QpKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265QpKHR
  else:
    struct_VkVideoEncodeH265QpKHR_1124076942)
  struct_VkVideoCodingControlInfoKHR_1124076751 = (when declared(
      struct_VkVideoCodingControlInfoKHR):
    when ownSizeof(struct_VkVideoCodingControlInfoKHR) !=
        ownSizeof(struct_VkVideoCodingControlInfoKHR_1124076750):
      static :
        warning("Declaration of " & "struct_VkVideoCodingControlInfoKHR" &
            " exists but with different size")
    struct_VkVideoCodingControlInfoKHR
  else:
    struct_VkVideoCodingControlInfoKHR_1124076750)
  VkMemoryMapInfo_1124076251 = (when declared(VkMemoryMapInfo):
    when ownSizeof(VkMemoryMapInfo) != ownSizeof(VkMemoryMapInfo_1124076250):
      static :
        warning("Declaration of " & "VkMemoryMapInfo" &
            " exists but with different size")
    VkMemoryMapInfo
  else:
    VkMemoryMapInfo_1124076250)
  enum_VkPipelineShaderStageCreateFlagBits_1124074335 = (when declared(
      enum_VkPipelineShaderStageCreateFlagBits):
    when ownSizeof(enum_VkPipelineShaderStageCreateFlagBits) !=
        ownSizeof(enum_VkPipelineShaderStageCreateFlagBits_1124074334):
      static :
        warning("Declaration of " & "enum_VkPipelineShaderStageCreateFlagBits" &
            " exists but with different size")
    enum_VkPipelineShaderStageCreateFlagBits
  else:
    enum_VkPipelineShaderStageCreateFlagBits_1124074334)
  VkSamplerAddressMode_1124074075 = (when declared(VkSamplerAddressMode):
    when ownSizeof(VkSamplerAddressMode) != ownSizeof(VkSamplerAddressMode_1124074074):
      static :
        warning("Declaration of " & "VkSamplerAddressMode" &
            " exists but with different size")
    VkSamplerAddressMode
  else:
    VkSamplerAddressMode_1124074074)
  VkPhysicalDeviceSynchronization2Features_1124075957 = (when declared(
      VkPhysicalDeviceSynchronization2Features):
    when ownSizeof(VkPhysicalDeviceSynchronization2Features) !=
        ownSizeof(VkPhysicalDeviceSynchronization2Features_1124075956):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSynchronization2Features" &
            " exists but with different size")
    VkPhysicalDeviceSynchronization2Features
  else:
    VkPhysicalDeviceSynchronization2Features_1124075956)
  VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080651 = (when declared(
      VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080650):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
  else:
    VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080650)
  PFN_vkCmdDecompressMemoryIndirectCountEXT_1124081955 = (when declared(
      PFN_vkCmdDecompressMemoryIndirectCountEXT):
    when ownSizeof(PFN_vkCmdDecompressMemoryIndirectCountEXT) !=
        ownSizeof(PFN_vkCmdDecompressMemoryIndirectCountEXT_1124081954):
      static :
        warning("Declaration of " & "PFN_vkCmdDecompressMemoryIndirectCountEXT" &
            " exists but with different size")
    PFN_vkCmdDecompressMemoryIndirectCountEXT
  else:
    PFN_vkCmdDecompressMemoryIndirectCountEXT_1124081954)
  PFN_vkQueueSubmit_1124074929 = (when declared(PFN_vkQueueSubmit):
    when ownSizeof(PFN_vkQueueSubmit) != ownSizeof(PFN_vkQueueSubmit_1124074928):
      static :
        warning("Declaration of " & "PFN_vkQueueSubmit" &
            " exists but with different size")
    PFN_vkQueueSubmit
  else:
    PFN_vkQueueSubmit_1124074928)
  VkVideoEncodeAV1QIndexKHR_1124078267 = (when declared(
      VkVideoEncodeAV1QIndexKHR):
    when ownSizeof(VkVideoEncodeAV1QIndexKHR) !=
        ownSizeof(VkVideoEncodeAV1QIndexKHR_1124078266):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1QIndexKHR" &
            " exists but with different size")
    VkVideoEncodeAV1QIndexKHR
  else:
    VkVideoEncodeAV1QIndexKHR_1124078266)
  struct_VkBaseOutStructure_1124074465 = (when declared(
      struct_VkBaseOutStructure):
    when ownSizeof(struct_VkBaseOutStructure) !=
        ownSizeof(struct_VkBaseOutStructure_1124074464):
      static :
        warning("Declaration of " & "struct_VkBaseOutStructure" &
            " exists but with different size")
    struct_VkBaseOutStructure
  else:
    struct_VkBaseOutStructure_1124074464)
  VkImageSwapchainCreateInfoKHR_1124076531 = (when declared(
      VkImageSwapchainCreateInfoKHR):
    when ownSizeof(VkImageSwapchainCreateInfoKHR) !=
        ownSizeof(VkImageSwapchainCreateInfoKHR_1124076530):
      static :
        warning("Declaration of " & "VkImageSwapchainCreateInfoKHR" &
            " exists but with different size")
    VkImageSwapchainCreateInfoKHR
  else:
    VkImageSwapchainCreateInfoKHR_1124076530)
  struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075823 = (when declared(
      struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures):
    when ownSizeof(struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075822):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
  else:
    struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075822)
  VkMicromapCreateFlagsEXT_1124080807 = (when declared(VkMicromapCreateFlagsEXT):
    when ownSizeof(VkMicromapCreateFlagsEXT) !=
        ownSizeof(VkMicromapCreateFlagsEXT_1124080806):
      static :
        warning("Declaration of " & "VkMicromapCreateFlagsEXT" &
            " exists but with different size")
    VkMicromapCreateFlagsEXT
  else:
    VkMicromapCreateFlagsEXT_1124080806)
  VkImageSubresource2KHR_1124078009 = (when declared(VkImageSubresource2KHR):
    when ownSizeof(VkImageSubresource2KHR) != ownSizeof(VkImageSubresource2KHR_1124078008):
      static :
        warning("Declaration of " & "VkImageSubresource2KHR" &
            " exists but with different size")
    VkImageSubresource2KHR
  else:
    VkImageSubresource2KHR_1124078008)
  VkPeerMemoryFeatureFlagsKHR_1124077103 = (when declared(
      VkPeerMemoryFeatureFlagsKHR):
    when ownSizeof(VkPeerMemoryFeatureFlagsKHR) !=
        ownSizeof(VkPeerMemoryFeatureFlagsKHR_1124077102):
      static :
        warning("Declaration of " & "VkPeerMemoryFeatureFlagsKHR" &
            " exists but with different size")
    VkPeerMemoryFeatureFlagsKHR
  else:
    VkPeerMemoryFeatureFlagsKHR_1124077102)
  VkSparseMemoryBind_1124074583 = (when declared(VkSparseMemoryBind):
    when ownSizeof(VkSparseMemoryBind) != ownSizeof(VkSparseMemoryBind_1124074582):
      static :
        warning("Declaration of " & "VkSparseMemoryBind" &
            " exists but with different size")
    VkSparseMemoryBind
  else:
    VkSparseMemoryBind_1124074582)
  VkPhysicalDeviceRobustness2PropertiesKHR_1124078615 = (when declared(
      VkPhysicalDeviceRobustness2PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceRobustness2PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceRobustness2PropertiesKHR_1124078614):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRobustness2PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRobustness2PropertiesKHR
  else:
    VkPhysicalDeviceRobustness2PropertiesKHR_1124078614)
  struct_VkImageSubresourceRange_1124074473 = (when declared(
      struct_VkImageSubresourceRange):
    when ownSizeof(struct_VkImageSubresourceRange) !=
        ownSizeof(struct_VkImageSubresourceRange_1124074472):
      static :
        warning("Declaration of " & "struct_VkImageSubresourceRange" &
            " exists but with different size")
    struct_VkImageSubresourceRange
  else:
    struct_VkImageSubresourceRange_1124074472)
  PFN_vkCmdSetScissorWithCountEXT_1124079911 = (when declared(
      PFN_vkCmdSetScissorWithCountEXT):
    when ownSizeof(PFN_vkCmdSetScissorWithCountEXT) !=
        ownSizeof(PFN_vkCmdSetScissorWithCountEXT_1124079910):
      static :
        warning("Declaration of " & "PFN_vkCmdSetScissorWithCountEXT" &
            " exists but with different size")
    PFN_vkCmdSetScissorWithCountEXT
  else:
    PFN_vkCmdSetScissorWithCountEXT_1124079910)
  VkDeviceMemoryOpaqueCaptureAddressInfoKHR_1124077683 = (when declared(
      VkDeviceMemoryOpaqueCaptureAddressInfoKHR):
    when ownSizeof(VkDeviceMemoryOpaqueCaptureAddressInfoKHR) !=
        ownSizeof(VkDeviceMemoryOpaqueCaptureAddressInfoKHR_1124077682):
      static :
        warning("Declaration of " & "VkDeviceMemoryOpaqueCaptureAddressInfoKHR" &
            " exists but with different size")
    VkDeviceMemoryOpaqueCaptureAddressInfoKHR
  else:
    VkDeviceMemoryOpaqueCaptureAddressInfoKHR_1124077682)
  VkDepthBiasRepresentationInfoEXT_1124080129 = (when declared(
      VkDepthBiasRepresentationInfoEXT):
    when ownSizeof(VkDepthBiasRepresentationInfoEXT) !=
        ownSizeof(VkDepthBiasRepresentationInfoEXT_1124080128):
      static :
        warning("Declaration of " & "VkDepthBiasRepresentationInfoEXT" &
            " exists but with different size")
    VkDepthBiasRepresentationInfoEXT
  else:
    VkDepthBiasRepresentationInfoEXT_1124080128)
  VkBindImageMemoryDeviceGroupInfoKHR_1124077123 = (when declared(
      VkBindImageMemoryDeviceGroupInfoKHR):
    when ownSizeof(VkBindImageMemoryDeviceGroupInfoKHR) !=
        ownSizeof(VkBindImageMemoryDeviceGroupInfoKHR_1124077122):
      static :
        warning("Declaration of " & "VkBindImageMemoryDeviceGroupInfoKHR" &
            " exists but with different size")
    VkBindImageMemoryDeviceGroupInfoKHR
  else:
    VkBindImageMemoryDeviceGroupInfoKHR_1124077122)
  VkPresentScalingFlagsKHR_1124078119 = (when declared(VkPresentScalingFlagsKHR):
    when ownSizeof(VkPresentScalingFlagsKHR) !=
        ownSizeof(VkPresentScalingFlagsKHR_1124078118):
      static :
        warning("Declaration of " & "VkPresentScalingFlagsKHR" &
            " exists but with different size")
    VkPresentScalingFlagsKHR
  else:
    VkPresentScalingFlagsKHR_1124078118)
  StdVideoAV1FilmGrainFlags_1124083299 = (when declared(
      StdVideoAV1FilmGrainFlags):
    when ownSizeof(StdVideoAV1FilmGrainFlags) !=
        ownSizeof(StdVideoAV1FilmGrainFlags_1124083298):
      static :
        warning("Declaration of " & "StdVideoAV1FilmGrainFlags" &
            " exists but with different size")
    StdVideoAV1FilmGrainFlags
  else:
    StdVideoAV1FilmGrainFlags_1124083298)
  VkCompareOp_1124074083 = (when declared(VkCompareOp):
    when ownSizeof(VkCompareOp) != ownSizeof(VkCompareOp_1124074082):
      static :
        warning("Declaration of " & "VkCompareOp" &
            " exists but with different size")
    VkCompareOp
  else:
    VkCompareOp_1124074082)
  VkBlitImageInfo2KHR_1124077927 = (when declared(VkBlitImageInfo2KHR):
    when ownSizeof(VkBlitImageInfo2KHR) != ownSizeof(VkBlitImageInfo2KHR_1124077926):
      static :
        warning("Declaration of " & "VkBlitImageInfo2KHR" &
            " exists but with different size")
    VkBlitImageInfo2KHR
  else:
    VkBlitImageInfo2KHR_1124077926)
  struct_VkVideoEncodeSessionParametersGetInfoKHR_1124077847 = (when declared(
      struct_VkVideoEncodeSessionParametersGetInfoKHR):
    when ownSizeof(struct_VkVideoEncodeSessionParametersGetInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeSessionParametersGetInfoKHR_1124077846):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeSessionParametersGetInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeSessionParametersGetInfoKHR
  else:
    struct_VkVideoEncodeSessionParametersGetInfoKHR_1124077846)
  enum_VkBuildAccelerationStructureModeKHR_1124082477 = (when declared(
      enum_VkBuildAccelerationStructureModeKHR):
    when ownSizeof(enum_VkBuildAccelerationStructureModeKHR) !=
        ownSizeof(enum_VkBuildAccelerationStructureModeKHR_1124082476):
      static :
        warning("Declaration of " & "enum_VkBuildAccelerationStructureModeKHR" &
            " exists but with different size")
    enum_VkBuildAccelerationStructureModeKHR
  else:
    enum_VkBuildAccelerationStructureModeKHR_1124082476)
  struct_VkIndirectCommandsLayoutTokenNV_1124080065 = (when declared(
      struct_VkIndirectCommandsLayoutTokenNV):
    when ownSizeof(struct_VkIndirectCommandsLayoutTokenNV) !=
        ownSizeof(struct_VkIndirectCommandsLayoutTokenNV_1124080064):
      static :
        warning("Declaration of " & "struct_VkIndirectCommandsLayoutTokenNV" &
            " exists but with different size")
    struct_VkIndirectCommandsLayoutTokenNV
  else:
    struct_VkIndirectCommandsLayoutTokenNV_1124080064)
  VkDeviceDiagnosticsConfigFlagBitsNV_1124080207 = (when declared(
      VkDeviceDiagnosticsConfigFlagBitsNV):
    when ownSizeof(VkDeviceDiagnosticsConfigFlagBitsNV) !=
        ownSizeof(VkDeviceDiagnosticsConfigFlagBitsNV_1124080206):
      static :
        warning("Declaration of " & "VkDeviceDiagnosticsConfigFlagBitsNV" &
            " exists but with different size")
    VkDeviceDiagnosticsConfigFlagBitsNV
  else:
    VkDeviceDiagnosticsConfigFlagBitsNV_1124080206)
  VkVideoEncodeH264RateControlFlagBitsKHR_1124076821 = (when declared(
      VkVideoEncodeH264RateControlFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH264RateControlFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH264RateControlFlagBitsKHR_1124076820):
      static :
        warning("Declaration of " & "VkVideoEncodeH264RateControlFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH264RateControlFlagBitsKHR
  else:
    VkVideoEncodeH264RateControlFlagBitsKHR_1124076820)
  VkDecompressMemoryInfoEXT_1124081951 = (when declared(
      VkDecompressMemoryInfoEXT):
    when ownSizeof(VkDecompressMemoryInfoEXT) !=
        ownSizeof(VkDecompressMemoryInfoEXT_1124081950):
      static :
        warning("Declaration of " & "VkDecompressMemoryInfoEXT" &
            " exists but with different size")
    VkDecompressMemoryInfoEXT
  else:
    VkDecompressMemoryInfoEXT_1124081950)
  VkFormatProperties3KHR_1124077957 = (when declared(VkFormatProperties3KHR):
    when ownSizeof(VkFormatProperties3KHR) != ownSizeof(VkFormatProperties3KHR_1124077956):
      static :
        warning("Declaration of " & "VkFormatProperties3KHR" &
            " exists but with different size")
    VkFormatProperties3KHR
  else:
    VkFormatProperties3KHR_1124077956)
  VkSurfacePresentScalingCapabilitiesKHR_1124078133 = (when declared(
      VkSurfacePresentScalingCapabilitiesKHR):
    when ownSizeof(VkSurfacePresentScalingCapabilitiesKHR) !=
        ownSizeof(VkSurfacePresentScalingCapabilitiesKHR_1124078132):
      static :
        warning("Declaration of " & "VkSurfacePresentScalingCapabilitiesKHR" &
            " exists but with different size")
    VkSurfacePresentScalingCapabilitiesKHR
  else:
    VkSurfacePresentScalingCapabilitiesKHR_1124078132)
  PFN_vkCreateDescriptorUpdateTemplate_1124075585 = (when declared(
      PFN_vkCreateDescriptorUpdateTemplate):
    when ownSizeof(PFN_vkCreateDescriptorUpdateTemplate) !=
        ownSizeof(PFN_vkCreateDescriptorUpdateTemplate_1124075584):
      static :
        warning("Declaration of " & "PFN_vkCreateDescriptorUpdateTemplate" &
            " exists but with different size")
    PFN_vkCreateDescriptorUpdateTemplate
  else:
    PFN_vkCreateDescriptorUpdateTemplate_1124075584)
  VkClusterAccelerationStructureTypeNV_1124082019 = (when declared(
      VkClusterAccelerationStructureTypeNV):
    when ownSizeof(VkClusterAccelerationStructureTypeNV) !=
        ownSizeof(VkClusterAccelerationStructureTypeNV_1124082018):
      static :
        warning("Declaration of " & "VkClusterAccelerationStructureTypeNV" &
            " exists but with different size")
    VkClusterAccelerationStructureTypeNV
  else:
    VkClusterAccelerationStructureTypeNV_1124082018)
  VkPhysicalDeviceSurfaceInfo2KHR_1124077405 = (when declared(
      VkPhysicalDeviceSurfaceInfo2KHR):
    when ownSizeof(VkPhysicalDeviceSurfaceInfo2KHR) !=
        ownSizeof(VkPhysicalDeviceSurfaceInfo2KHR_1124077404):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSurfaceInfo2KHR" &
            " exists but with different size")
    VkPhysicalDeviceSurfaceInfo2KHR
  else:
    VkPhysicalDeviceSurfaceInfo2KHR_1124077404)
  VkOffset2D_1124074451 = (when declared(VkOffset2D):
    when ownSizeof(VkOffset2D) != ownSizeof(VkOffset2D_1124074450):
      static :
        warning("Declaration of " & "VkOffset2D" &
            " exists but with different size")
    VkOffset2D
  else:
    VkOffset2D_1124074450)
  struct_VkSubpassSampleLocationsEXT_1124079145 = (when declared(
      struct_VkSubpassSampleLocationsEXT):
    when ownSizeof(struct_VkSubpassSampleLocationsEXT) !=
        ownSizeof(struct_VkSubpassSampleLocationsEXT_1124079144):
      static :
        warning("Declaration of " & "struct_VkSubpassSampleLocationsEXT" &
            " exists but with different size")
    struct_VkSubpassSampleLocationsEXT
  else:
    struct_VkSubpassSampleLocationsEXT_1124079144)
  enum_VkEventCreateFlagBits_1124074313 = (when declared(
      enum_VkEventCreateFlagBits):
    when ownSizeof(enum_VkEventCreateFlagBits) !=
        ownSizeof(enum_VkEventCreateFlagBits_1124074312):
      static :
        warning("Declaration of " & "enum_VkEventCreateFlagBits" &
            " exists but with different size")
    enum_VkEventCreateFlagBits
  else:
    enum_VkEventCreateFlagBits_1124074312)
  PFN_vkGetPipelineCacheData_1124075061 = (when declared(
      PFN_vkGetPipelineCacheData):
    when ownSizeof(PFN_vkGetPipelineCacheData) !=
        ownSizeof(PFN_vkGetPipelineCacheData_1124075060):
      static :
        warning("Declaration of " & "PFN_vkGetPipelineCacheData" &
            " exists but with different size")
    PFN_vkGetPipelineCacheData
  else:
    PFN_vkGetPipelineCacheData_1124075060)
  struct_VkCuLaunchInfoNVX_1124078763 = (when declared(struct_VkCuLaunchInfoNVX):
    when ownSizeof(struct_VkCuLaunchInfoNVX) !=
        ownSizeof(struct_VkCuLaunchInfoNVX_1124078762):
      static :
        warning("Declaration of " & "struct_VkCuLaunchInfoNVX" &
            " exists but with different size")
    struct_VkCuLaunchInfoNVX
  else:
    struct_VkCuLaunchInfoNVX_1124078762)
  VkImageStencilUsageCreateInfoEXT_1124079795 = (when declared(
      VkImageStencilUsageCreateInfoEXT):
    when ownSizeof(VkImageStencilUsageCreateInfoEXT) !=
        ownSizeof(VkImageStencilUsageCreateInfoEXT_1124079794):
      static :
        warning("Declaration of " & "VkImageStencilUsageCreateInfoEXT" &
            " exists but with different size")
    VkImageStencilUsageCreateInfoEXT
  else:
    VkImageStencilUsageCreateInfoEXT_1124079794)
  struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078973 = (when declared(
      struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX):
    when ownSizeof(struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX) !=
        ownSizeof(struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078972):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
  else:
    struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078972)
  struct_VkDeviceAddressBindingCallbackDataEXT_1124080571 = (when declared(
      struct_VkDeviceAddressBindingCallbackDataEXT):
    when ownSizeof(struct_VkDeviceAddressBindingCallbackDataEXT) !=
        ownSizeof(struct_VkDeviceAddressBindingCallbackDataEXT_1124080570):
      static :
        warning("Declaration of " &
            "struct_VkDeviceAddressBindingCallbackDataEXT" &
            " exists but with different size")
    struct_VkDeviceAddressBindingCallbackDataEXT
  else:
    struct_VkDeviceAddressBindingCallbackDataEXT_1124080570)
  VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082217 = (when declared(
      VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082216):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
  else:
    VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082216)
  StdVideoAV1FrameType_1124083067 = (when declared(StdVideoAV1FrameType):
    when ownSizeof(StdVideoAV1FrameType) != ownSizeof(StdVideoAV1FrameType_1124083066):
      static :
        warning("Declaration of " & "StdVideoAV1FrameType" &
            " exists but with different size")
    StdVideoAV1FrameType
  else:
    StdVideoAV1FrameType_1124083066)
  struct_VkDisplayModeStereoPropertiesNV_1124081965 = (when declared(
      struct_VkDisplayModeStereoPropertiesNV):
    when ownSizeof(struct_VkDisplayModeStereoPropertiesNV) !=
        ownSizeof(struct_VkDisplayModeStereoPropertiesNV_1124081964):
      static :
        warning("Declaration of " & "struct_VkDisplayModeStereoPropertiesNV" &
            " exists but with different size")
    struct_VkDisplayModeStereoPropertiesNV
  else:
    struct_VkDisplayModeStereoPropertiesNV_1124081964)
  VkPipelineCoverageModulationStateCreateInfoNV_1124079199 = (when declared(
      VkPipelineCoverageModulationStateCreateInfoNV):
    when ownSizeof(VkPipelineCoverageModulationStateCreateInfoNV) !=
        ownSizeof(VkPipelineCoverageModulationStateCreateInfoNV_1124079198):
      static :
        warning("Declaration of " &
            "VkPipelineCoverageModulationStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineCoverageModulationStateCreateInfoNV
  else:
    VkPipelineCoverageModulationStateCreateInfoNV_1124079198)
  PFN_vkGetQueryPoolResults_1124074981 = (when declared(
      PFN_vkGetQueryPoolResults):
    when ownSizeof(PFN_vkGetQueryPoolResults) !=
        ownSizeof(PFN_vkGetQueryPoolResults_1124074980):
      static :
        warning("Declaration of " & "PFN_vkGetQueryPoolResults" &
            " exists but with different size")
    PFN_vkGetQueryPoolResults
  else:
    PFN_vkGetQueryPoolResults_1124074980)
  struct_VkAttachmentFeedbackLoopInfoEXT_1124078359 = (when declared(
      struct_VkAttachmentFeedbackLoopInfoEXT):
    when ownSizeof(struct_VkAttachmentFeedbackLoopInfoEXT) !=
        ownSizeof(struct_VkAttachmentFeedbackLoopInfoEXT_1124078358):
      static :
        warning("Declaration of " & "struct_VkAttachmentFeedbackLoopInfoEXT" &
            " exists but with different size")
    struct_VkAttachmentFeedbackLoopInfoEXT
  else:
    struct_VkAttachmentFeedbackLoopInfoEXT_1124078358)
  struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080435 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080434):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
  else:
    struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080434)
  struct_StdVideoEncodeH265PictureInfo_1124082929 = (when declared(
      struct_StdVideoEncodeH265PictureInfo):
    when ownSizeof(struct_StdVideoEncodeH265PictureInfo) !=
        ownSizeof(struct_StdVideoEncodeH265PictureInfo_1124082928):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH265PictureInfo" &
            " exists but with different size")
    struct_StdVideoEncodeH265PictureInfo
  else:
    struct_StdVideoEncodeH265PictureInfo_1124082928)
  struct_VkSubmitInfo2_1124075951 = (when declared(struct_VkSubmitInfo2):
    when ownSizeof(struct_VkSubmitInfo2) != ownSizeof(struct_VkSubmitInfo2_1124075950):
      static :
        warning("Declaration of " & "struct_VkSubmitInfo2" &
            " exists but with different size")
    struct_VkSubmitInfo2
  else:
    struct_VkSubmitInfo2_1124075950)
  VkPipelineColorBlendStateCreateFlagBits_1124074405 = (when declared(
      VkPipelineColorBlendStateCreateFlagBits):
    when ownSizeof(VkPipelineColorBlendStateCreateFlagBits) !=
        ownSizeof(VkPipelineColorBlendStateCreateFlagBits_1124074404):
      static :
        warning("Declaration of " & "VkPipelineColorBlendStateCreateFlagBits" &
            " exists but with different size")
    VkPipelineColorBlendStateCreateFlagBits
  else:
    VkPipelineColorBlendStateCreateFlagBits_1124074404)
  struct_VkExternalMemoryImageCreateInfo_1124075421 = (when declared(
      struct_VkExternalMemoryImageCreateInfo):
    when ownSizeof(struct_VkExternalMemoryImageCreateInfo) !=
        ownSizeof(struct_VkExternalMemoryImageCreateInfo_1124075420):
      static :
        warning("Declaration of " & "struct_VkExternalMemoryImageCreateInfo" &
            " exists but with different size")
    struct_VkExternalMemoryImageCreateInfo
  else:
    struct_VkExternalMemoryImageCreateInfo_1124075420)
  VkMappedMemoryRange_1124074571 = (when declared(VkMappedMemoryRange):
    when ownSizeof(VkMappedMemoryRange) != ownSizeof(VkMappedMemoryRange_1124074570):
      static :
        warning("Declaration of " & "VkMappedMemoryRange" &
            " exists but with different size")
    VkMappedMemoryRange
  else:
    VkMappedMemoryRange_1124074570)
  struct_VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080935 = (when declared(
      struct_VkPhysicalDeviceSchedulingControlsPropertiesARM):
    when ownSizeof(struct_VkPhysicalDeviceSchedulingControlsPropertiesARM) !=
        ownSizeof(struct_VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080934):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSchedulingControlsPropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceSchedulingControlsPropertiesARM
  else:
    struct_VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080934)
  VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081925 = (when declared(
      VkPhysicalDeviceTileMemoryHeapFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceTileMemoryHeapFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081924):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTileMemoryHeapFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceTileMemoryHeapFeaturesQCOM
  else:
    VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081924)
  struct_VkBaseInStructure_1124074461 = (when declared(struct_VkBaseInStructure):
    when ownSizeof(struct_VkBaseInStructure) !=
        ownSizeof(struct_VkBaseInStructure_1124074460):
      static :
        warning("Declaration of " & "struct_VkBaseInStructure" &
            " exists but with different size")
    struct_VkBaseInStructure
  else:
    struct_VkBaseInStructure_1124074460)
  VkPhysicalDevicePointClippingPropertiesKHR_1124077393 = (when declared(
      VkPhysicalDevicePointClippingPropertiesKHR):
    when ownSizeof(VkPhysicalDevicePointClippingPropertiesKHR) !=
        ownSizeof(VkPhysicalDevicePointClippingPropertiesKHR_1124077392):
      static :
        warning("Declaration of " & "VkPhysicalDevicePointClippingPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDevicePointClippingPropertiesKHR
  else:
    VkPhysicalDevicePointClippingPropertiesKHR_1124077392)
  struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079481 = (when declared(
      struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079480):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV
  else:
    struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079480)
  VkDescriptorSetAllocateInfo_1124074755 = (when declared(
      VkDescriptorSetAllocateInfo):
    when ownSizeof(VkDescriptorSetAllocateInfo) !=
        ownSizeof(VkDescriptorSetAllocateInfo_1124074754):
      static :
        warning("Declaration of " & "VkDescriptorSetAllocateInfo" &
            " exists but with different size")
    VkDescriptorSetAllocateInfo
  else:
    VkDescriptorSetAllocateInfo_1124074754)
  enum_VkPerformanceOverrideTypeINTEL_1124079637 = (when declared(
      enum_VkPerformanceOverrideTypeINTEL):
    when ownSizeof(enum_VkPerformanceOverrideTypeINTEL) !=
        ownSizeof(enum_VkPerformanceOverrideTypeINTEL_1124079636):
      static :
        warning("Declaration of " & "enum_VkPerformanceOverrideTypeINTEL" &
            " exists but with different size")
    enum_VkPerformanceOverrideTypeINTEL
  else:
    enum_VkPerformanceOverrideTypeINTEL_1124079636)
  PFN_vkEnumerateInstanceVersion_1124075541 = (when declared(
      PFN_vkEnumerateInstanceVersion):
    when ownSizeof(PFN_vkEnumerateInstanceVersion) !=
        ownSizeof(PFN_vkEnumerateInstanceVersion_1124075540):
      static :
        warning("Declaration of " & "PFN_vkEnumerateInstanceVersion" &
            " exists but with different size")
    PFN_vkEnumerateInstanceVersion
  else:
    PFN_vkEnumerateInstanceVersion_1124075540)
  VkSubpassDescriptionDepthStencilResolve_1124075797 = (when declared(
      VkSubpassDescriptionDepthStencilResolve):
    when ownSizeof(VkSubpassDescriptionDepthStencilResolve) !=
        ownSizeof(VkSubpassDescriptionDepthStencilResolve_1124075796):
      static :
        warning("Declaration of " & "VkSubpassDescriptionDepthStencilResolve" &
            " exists but with different size")
    VkSubpassDescriptionDepthStencilResolve
  else:
    VkSubpassDescriptionDepthStencilResolve_1124075796)
  VkVideoEncodeH265DpbSlotInfoKHR_1124076989 = (when declared(
      VkVideoEncodeH265DpbSlotInfoKHR):
    when ownSizeof(VkVideoEncodeH265DpbSlotInfoKHR) !=
        ownSizeof(VkVideoEncodeH265DpbSlotInfoKHR_1124076988):
      static :
        warning("Declaration of " & "VkVideoEncodeH265DpbSlotInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265DpbSlotInfoKHR
  else:
    VkVideoEncodeH265DpbSlotInfoKHR_1124076988)
  VkTimeDomainEXT_1124079525 = (when declared(VkTimeDomainEXT):
    when ownSizeof(VkTimeDomainEXT) != ownSizeof(VkTimeDomainEXT_1124079524):
      static :
        warning("Declaration of " & "VkTimeDomainEXT" &
            " exists but with different size")
    VkTimeDomainEXT
  else:
    VkTimeDomainEXT_1124079524)
  struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080505 = (when declared(
      struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT):
    when ownSizeof(struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT) !=
        ownSizeof(struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080504):
      static :
        warning("Declaration of " &
            "struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT" &
            " exists but with different size")
    struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT
  else:
    struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080504)
  VkPhysicalDeviceExternalTensorInfoARM_1124081327 = (when declared(
      VkPhysicalDeviceExternalTensorInfoARM):
    when ownSizeof(VkPhysicalDeviceExternalTensorInfoARM) !=
        ownSizeof(VkPhysicalDeviceExternalTensorInfoARM_1124081326):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalTensorInfoARM" &
            " exists but with different size")
    VkPhysicalDeviceExternalTensorInfoARM
  else:
    VkPhysicalDeviceExternalTensorInfoARM_1124081326)
  struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081619 = (when declared(
      struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081618):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT
  else:
    struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081618)
  PFN_vkCmdBuildPartitionedAccelerationStructuresNV_1124082185 = (when declared(
      PFN_vkCmdBuildPartitionedAccelerationStructuresNV):
    when ownSizeof(PFN_vkCmdBuildPartitionedAccelerationStructuresNV) !=
        ownSizeof(PFN_vkCmdBuildPartitionedAccelerationStructuresNV_1124082184):
      static :
        warning("Declaration of " &
            "PFN_vkCmdBuildPartitionedAccelerationStructuresNV" &
            " exists but with different size")
    PFN_vkCmdBuildPartitionedAccelerationStructuresNV
  else:
    PFN_vkCmdBuildPartitionedAccelerationStructuresNV_1124082184)
  VkFramebufferCreateInfo_1124074851 = (when declared(VkFramebufferCreateInfo):
    when ownSizeof(VkFramebufferCreateInfo) !=
        ownSizeof(VkFramebufferCreateInfo_1124074850):
      static :
        warning("Declaration of " & "VkFramebufferCreateInfo" &
            " exists but with different size")
    VkFramebufferCreateInfo
  else:
    VkFramebufferCreateInfo_1124074850)
  VkQueryPoolPerformanceCreateInfoKHR_1124077367 = (when declared(
      VkQueryPoolPerformanceCreateInfoKHR):
    when ownSizeof(VkQueryPoolPerformanceCreateInfoKHR) !=
        ownSizeof(VkQueryPoolPerformanceCreateInfoKHR_1124077366):
      static :
        warning("Declaration of " & "VkQueryPoolPerformanceCreateInfoKHR" &
            " exists but with different size")
    VkQueryPoolPerformanceCreateInfoKHR
  else:
    VkQueryPoolPerformanceCreateInfoKHR_1124077366)
  PFN_vkCmdControlVideoCodingKHR_1124076777 = (when declared(
      PFN_vkCmdControlVideoCodingKHR):
    when ownSizeof(PFN_vkCmdControlVideoCodingKHR) !=
        ownSizeof(PFN_vkCmdControlVideoCodingKHR_1124076776):
      static :
        warning("Declaration of " & "PFN_vkCmdControlVideoCodingKHR" &
            " exists but with different size")
    PFN_vkCmdControlVideoCodingKHR
  else:
    PFN_vkCmdControlVideoCodingKHR_1124076776)
  StdVideoEncodeH264SliceHeaderFlags_1124082993 = (when declared(
      StdVideoEncodeH264SliceHeaderFlags):
    when ownSizeof(StdVideoEncodeH264SliceHeaderFlags) !=
        ownSizeof(StdVideoEncodeH264SliceHeaderFlags_1124082992):
      static :
        warning("Declaration of " & "StdVideoEncodeH264SliceHeaderFlags" &
            " exists but with different size")
    StdVideoEncodeH264SliceHeaderFlags
  else:
    StdVideoEncodeH264SliceHeaderFlags_1124082992)
  enum_VkAddressCopyFlagBitsKHR_1124078425 = (when declared(
      enum_VkAddressCopyFlagBitsKHR):
    when ownSizeof(enum_VkAddressCopyFlagBitsKHR) !=
        ownSizeof(enum_VkAddressCopyFlagBitsKHR_1124078424):
      static :
        warning("Declaration of " & "enum_VkAddressCopyFlagBitsKHR" &
            " exists but with different size")
    enum_VkAddressCopyFlagBitsKHR
  else:
    enum_VkAddressCopyFlagBitsKHR_1124078424)
  VkSurfacePresentModeKHR_1124078129 = (when declared(VkSurfacePresentModeKHR):
    when ownSizeof(VkSurfacePresentModeKHR) !=
        ownSizeof(VkSurfacePresentModeKHR_1124078128):
      static :
        warning("Declaration of " & "VkSurfacePresentModeKHR" &
            " exists but with different size")
    VkSurfacePresentModeKHR
  else:
    VkSurfacePresentModeKHR_1124078128)
  VkPerformanceConfigurationTypeINTEL_1124079631 = (when declared(
      VkPerformanceConfigurationTypeINTEL):
    when ownSizeof(VkPerformanceConfigurationTypeINTEL) !=
        ownSizeof(VkPerformanceConfigurationTypeINTEL_1124079630):
      static :
        warning("Declaration of " & "VkPerformanceConfigurationTypeINTEL" &
            " exists but with different size")
    VkPerformanceConfigurationTypeINTEL
  else:
    VkPerformanceConfigurationTypeINTEL_1124079630)
  PFN_vkGetDataGraphPipelinePropertiesARM_1124081843 = (when declared(
      PFN_vkGetDataGraphPipelinePropertiesARM):
    when ownSizeof(PFN_vkGetDataGraphPipelinePropertiesARM) !=
        ownSizeof(PFN_vkGetDataGraphPipelinePropertiesARM_1124081842):
      static :
        warning("Declaration of " & "PFN_vkGetDataGraphPipelinePropertiesARM" &
            " exists but with different size")
    PFN_vkGetDataGraphPipelinePropertiesARM
  else:
    PFN_vkGetDataGraphPipelinePropertiesARM_1124081842)
  VkShaderModule_1124073970 = (when declared(VkShaderModule):
    when ownSizeof(VkShaderModule) != ownSizeof(VkShaderModule_1124073969):
      static :
        warning("Declaration of " & "VkShaderModule" &
            " exists but with different size")
    VkShaderModule
  else:
    VkShaderModule_1124073969)
  VkPresentGravityFlagBitsEXT_1124079985 = (when declared(
      VkPresentGravityFlagBitsEXT):
    when ownSizeof(VkPresentGravityFlagBitsEXT) !=
        ownSizeof(VkPresentGravityFlagBitsEXT_1124079984):
      static :
        warning("Declaration of " & "VkPresentGravityFlagBitsEXT" &
            " exists but with different size")
    VkPresentGravityFlagBitsEXT
  else:
    VkPresentGravityFlagBitsEXT_1124079984)
  struct_VkVideoDecodeVP9CapabilitiesKHR_1124078327 = (when declared(
      struct_VkVideoDecodeVP9CapabilitiesKHR):
    when ownSizeof(struct_VkVideoDecodeVP9CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoDecodeVP9CapabilitiesKHR_1124078326):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeVP9CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoDecodeVP9CapabilitiesKHR
  else:
    struct_VkVideoDecodeVP9CapabilitiesKHR_1124078326)
  VkVideoEncodeH264DpbSlotInfoKHR_1124076879 = (when declared(
      VkVideoEncodeH264DpbSlotInfoKHR):
    when ownSizeof(VkVideoEncodeH264DpbSlotInfoKHR) !=
        ownSizeof(VkVideoEncodeH264DpbSlotInfoKHR_1124076878):
      static :
        warning("Declaration of " & "VkVideoEncodeH264DpbSlotInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264DpbSlotInfoKHR
  else:
    VkVideoEncodeH264DpbSlotInfoKHR_1124076878)
  struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082325 = (when declared(
      struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA):
    when ownSizeof(struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA) !=
        ownSizeof(struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082324):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA
  else:
    struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082324)
  union_VkIndirectCommandsTokenDataEXT_1124082267 = (when declared(
      union_VkIndirectCommandsTokenDataEXT):
    when ownSizeof(union_VkIndirectCommandsTokenDataEXT) !=
        ownSizeof(union_VkIndirectCommandsTokenDataEXT_1124082266):
      static :
        warning("Declaration of " & "union_VkIndirectCommandsTokenDataEXT" &
            " exists but with different size")
    union_VkIndirectCommandsTokenDataEXT
  else:
    union_VkIndirectCommandsTokenDataEXT_1124082266)
  struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082357 = (when declared(
      struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV):
    when ownSizeof(struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV) !=
        ownSizeof(struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082356):
      static :
        warning("Declaration of " &
            "struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV" &
            " exists but with different size")
    struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV
  else:
    struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082356)
  struct_VkPhysicalDeviceHostImageCopyProperties_1124076297 = (when declared(
      struct_VkPhysicalDeviceHostImageCopyProperties):
    when ownSizeof(struct_VkPhysicalDeviceHostImageCopyProperties) !=
        ownSizeof(struct_VkPhysicalDeviceHostImageCopyProperties_1124076296):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceHostImageCopyProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceHostImageCopyProperties
  else:
    struct_VkPhysicalDeviceHostImageCopyProperties_1124076296)
  PFN_vkCmdCopyMemoryToMicromapEXT_1124080881 = (when declared(
      PFN_vkCmdCopyMemoryToMicromapEXT):
    when ownSizeof(PFN_vkCmdCopyMemoryToMicromapEXT) !=
        ownSizeof(PFN_vkCmdCopyMemoryToMicromapEXT_1124080880):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMemoryToMicromapEXT" &
            " exists but with different size")
    PFN_vkCmdCopyMemoryToMicromapEXT
  else:
    PFN_vkCmdCopyMemoryToMicromapEXT_1124080880)
  VkImageFormatProperties_1124074511 = (when declared(VkImageFormatProperties):
    when ownSizeof(VkImageFormatProperties) !=
        ownSizeof(VkImageFormatProperties_1124074510):
      static :
        warning("Declaration of " & "VkImageFormatProperties" &
            " exists but with different size")
    VkImageFormatProperties
  else:
    VkImageFormatProperties_1124074510)
  VkAccelerationStructureBuildGeometryInfoKHR_1124082513 = (when declared(
      VkAccelerationStructureBuildGeometryInfoKHR):
    when ownSizeof(VkAccelerationStructureBuildGeometryInfoKHR) !=
        ownSizeof(VkAccelerationStructureBuildGeometryInfoKHR_1124082512):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureBuildGeometryInfoKHR" &
            " exists but with different size")
    VkAccelerationStructureBuildGeometryInfoKHR
  else:
    VkAccelerationStructureBuildGeometryInfoKHR_1124082512)
  struct_VkSubpassEndInfo_1124075791 = (when declared(struct_VkSubpassEndInfo):
    when ownSizeof(struct_VkSubpassEndInfo) !=
        ownSizeof(struct_VkSubpassEndInfo_1124075790):
      static :
        warning("Declaration of " & "struct_VkSubpassEndInfo" &
            " exists but with different size")
    struct_VkSubpassEndInfo
  else:
    struct_VkSubpassEndInfo_1124075790)
  struct_VkPhysicalDevicePrivateDataFeatures_1124075915 = (when declared(
      struct_VkPhysicalDevicePrivateDataFeatures):
    when ownSizeof(struct_VkPhysicalDevicePrivateDataFeatures) !=
        ownSizeof(struct_VkPhysicalDevicePrivateDataFeatures_1124075914):
      static :
        warning("Declaration of " & "struct_VkPhysicalDevicePrivateDataFeatures" &
            " exists but with different size")
    struct_VkPhysicalDevicePrivateDataFeatures
  else:
    struct_VkPhysicalDevicePrivateDataFeatures_1124075914)
  VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079891 = (when declared(
      VkPhysicalDeviceShaderAtomicFloatFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderAtomicFloatFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079890):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderAtomicFloatFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderAtomicFloatFeaturesEXT
  else:
    VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079890)
  struct_VkDisplayModeProperties2KHR_1124077431 = (when declared(
      struct_VkDisplayModeProperties2KHR):
    when ownSizeof(struct_VkDisplayModeProperties2KHR) !=
        ownSizeof(struct_VkDisplayModeProperties2KHR_1124077430):
      static :
        warning("Declaration of " & "struct_VkDisplayModeProperties2KHR" &
            " exists but with different size")
    struct_VkDisplayModeProperties2KHR
  else:
    struct_VkDisplayModeProperties2KHR_1124077430)
  enum_VkImageViewType_1124074049 = (when declared(enum_VkImageViewType):
    when ownSizeof(enum_VkImageViewType) != ownSizeof(enum_VkImageViewType_1124074048):
      static :
        warning("Declaration of " & "enum_VkImageViewType" &
            " exists but with different size")
    enum_VkImageViewType
  else:
    enum_VkImageViewType_1124074048)
  enum_VkGeometryTypeKHR_1124079333 = (when declared(enum_VkGeometryTypeKHR):
    when ownSizeof(enum_VkGeometryTypeKHR) != ownSizeof(enum_VkGeometryTypeKHR_1124079332):
      static :
        warning("Declaration of " & "enum_VkGeometryTypeKHR" &
            " exists but with different size")
    enum_VkGeometryTypeKHR
  else:
    enum_VkGeometryTypeKHR_1124079332)
  PFN_vkCmdCopyMemoryToImageIndirectNV_1124081019 = (when declared(
      PFN_vkCmdCopyMemoryToImageIndirectNV):
    when ownSizeof(PFN_vkCmdCopyMemoryToImageIndirectNV) !=
        ownSizeof(PFN_vkCmdCopyMemoryToImageIndirectNV_1124081018):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMemoryToImageIndirectNV" &
            " exists but with different size")
    PFN_vkCmdCopyMemoryToImageIndirectNV
  else:
    PFN_vkCmdCopyMemoryToImageIndirectNV_1124081018)
  struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081881 = (when declared(
      struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081880):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM
  else:
    struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081880)
  struct_VkIndirectCommandsPushConstantTokenEXT_1124082251 = (when declared(
      struct_VkIndirectCommandsPushConstantTokenEXT):
    when ownSizeof(struct_VkIndirectCommandsPushConstantTokenEXT) !=
        ownSizeof(struct_VkIndirectCommandsPushConstantTokenEXT_1124082250):
      static :
        warning("Declaration of " &
            "struct_VkIndirectCommandsPushConstantTokenEXT" &
            " exists but with different size")
    struct_VkIndirectCommandsPushConstantTokenEXT
  else:
    struct_VkIndirectCommandsPushConstantTokenEXT_1124082250)
  VkPhysicalDeviceLayeredApiKHR_1124078535 = (when declared(
      VkPhysicalDeviceLayeredApiKHR):
    when ownSizeof(VkPhysicalDeviceLayeredApiKHR) !=
        ownSizeof(VkPhysicalDeviceLayeredApiKHR_1124078534):
      static :
        warning("Declaration of " & "VkPhysicalDeviceLayeredApiKHR" &
            " exists but with different size")
    VkPhysicalDeviceLayeredApiKHR
  else:
    VkPhysicalDeviceLayeredApiKHR_1124078534)
  VkVideoDecodeH264DpbSlotInfoKHR_1124077045 = (when declared(
      VkVideoDecodeH264DpbSlotInfoKHR):
    when ownSizeof(VkVideoDecodeH264DpbSlotInfoKHR) !=
        ownSizeof(VkVideoDecodeH264DpbSlotInfoKHR_1124077044):
      static :
        warning("Declaration of " & "VkVideoDecodeH264DpbSlotInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH264DpbSlotInfoKHR
  else:
    VkVideoDecodeH264DpbSlotInfoKHR_1124077044)
  VkDescriptorBindingFlags_1124075629 = (when declared(VkDescriptorBindingFlags):
    when ownSizeof(VkDescriptorBindingFlags) !=
        ownSizeof(VkDescriptorBindingFlags_1124075628):
      static :
        warning("Declaration of " & "VkDescriptorBindingFlags" &
            " exists but with different size")
    VkDescriptorBindingFlags
  else:
    VkDescriptorBindingFlags_1124075628)
  VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082011 = (when declared(
      VkPhysicalDeviceShaderFloat8FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderFloat8FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082010):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderFloat8FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderFloat8FeaturesEXT
  else:
    VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082010)
  struct_VkQueueFamilyGlobalPriorityProperties_1124076241 = (when declared(
      struct_VkQueueFamilyGlobalPriorityProperties):
    when ownSizeof(struct_VkQueueFamilyGlobalPriorityProperties) !=
        ownSizeof(struct_VkQueueFamilyGlobalPriorityProperties_1124076240):
      static :
        warning("Declaration of " &
            "struct_VkQueueFamilyGlobalPriorityProperties" &
            " exists but with different size")
    struct_VkQueueFamilyGlobalPriorityProperties
  else:
    struct_VkQueueFamilyGlobalPriorityProperties_1124076240)
  PFN_vkGetDisplayPlaneCapabilities2KHR_1124077449 = (when declared(
      PFN_vkGetDisplayPlaneCapabilities2KHR):
    when ownSizeof(PFN_vkGetDisplayPlaneCapabilities2KHR) !=
        ownSizeof(PFN_vkGetDisplayPlaneCapabilities2KHR_1124077448):
      static :
        warning("Declaration of " & "PFN_vkGetDisplayPlaneCapabilities2KHR" &
            " exists but with different size")
    PFN_vkGetDisplayPlaneCapabilities2KHR
  else:
    PFN_vkGetDisplayPlaneCapabilities2KHR_1124077448)
  PFN_vkCmdBeginPerTileExecutionQCOM_1124080251 = (when declared(
      PFN_vkCmdBeginPerTileExecutionQCOM):
    when ownSizeof(PFN_vkCmdBeginPerTileExecutionQCOM) !=
        ownSizeof(PFN_vkCmdBeginPerTileExecutionQCOM_1124080250):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginPerTileExecutionQCOM" &
            " exists but with different size")
    PFN_vkCmdBeginPerTileExecutionQCOM
  else:
    PFN_vkCmdBeginPerTileExecutionQCOM_1124080250)
  struct_StdVideoH265ShortTermRefPicSet_1124083163 = (when declared(
      struct_StdVideoH265ShortTermRefPicSet):
    when ownSizeof(struct_StdVideoH265ShortTermRefPicSet) !=
        ownSizeof(struct_StdVideoH265ShortTermRefPicSet_1124083162):
      static :
        warning("Declaration of " & "struct_StdVideoH265ShortTermRefPicSet" &
            " exists but with different size")
    struct_StdVideoH265ShortTermRefPicSet
  else:
    struct_StdVideoH265ShortTermRefPicSet_1124083162)
  VkImageMemoryRequirementsInfo2_1124075319 = (when declared(
      VkImageMemoryRequirementsInfo2):
    when ownSizeof(VkImageMemoryRequirementsInfo2) !=
        ownSizeof(VkImageMemoryRequirementsInfo2_1124075318):
      static :
        warning("Declaration of " & "VkImageMemoryRequirementsInfo2" &
            " exists but with different size")
    VkImageMemoryRequirementsInfo2
  else:
    VkImageMemoryRequirementsInfo2_1124075318)
  VkSamplerCubicWeightsCreateInfoQCOM_1124081887 = (when declared(
      VkSamplerCubicWeightsCreateInfoQCOM):
    when ownSizeof(VkSamplerCubicWeightsCreateInfoQCOM) !=
        ownSizeof(VkSamplerCubicWeightsCreateInfoQCOM_1124081886):
      static :
        warning("Declaration of " & "VkSamplerCubicWeightsCreateInfoQCOM" &
            " exists but with different size")
    VkSamplerCubicWeightsCreateInfoQCOM
  else:
    VkSamplerCubicWeightsCreateInfoQCOM_1124081886)
  PFN_vkImportSemaphoreWin32HandleKHR_1124082707 = (when declared(
      PFN_vkImportSemaphoreWin32HandleKHR):
    when ownSizeof(PFN_vkImportSemaphoreWin32HandleKHR) !=
        ownSizeof(PFN_vkImportSemaphoreWin32HandleKHR_1124082706):
      static :
        warning("Declaration of " & "PFN_vkImportSemaphoreWin32HandleKHR" &
            " exists but with different size")
    PFN_vkImportSemaphoreWin32HandleKHR
  else:
    PFN_vkImportSemaphoreWin32HandleKHR_1124082706)
  struct_VkPhysicalDevicePipelineRobustnessProperties_1124076377 = (when declared(
      struct_VkPhysicalDevicePipelineRobustnessProperties):
    when ownSizeof(struct_VkPhysicalDevicePipelineRobustnessProperties) !=
        ownSizeof(struct_VkPhysicalDevicePipelineRobustnessProperties_1124076376):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineRobustnessProperties" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineRobustnessProperties
  else:
    struct_VkPhysicalDevicePipelineRobustnessProperties_1124076376)
  PFN_vkDebugUtilsMessengerCallbackEXT_1124079083 = (when declared(
      PFN_vkDebugUtilsMessengerCallbackEXT):
    when ownSizeof(PFN_vkDebugUtilsMessengerCallbackEXT) !=
        ownSizeof(PFN_vkDebugUtilsMessengerCallbackEXT_1124079082):
      static :
        warning("Declaration of " & "PFN_vkDebugUtilsMessengerCallbackEXT" &
            " exists but with different size")
    PFN_vkDebugUtilsMessengerCallbackEXT
  else:
    PFN_vkDebugUtilsMessengerCallbackEXT_1124079082)
  PFN_vkCmdSetDepthWriteEnableEXT_1124079917 = (when declared(
      PFN_vkCmdSetDepthWriteEnableEXT):
    when ownSizeof(PFN_vkCmdSetDepthWriteEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDepthWriteEnableEXT_1124079916):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthWriteEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthWriteEnableEXT
  else:
    PFN_vkCmdSetDepthWriteEnableEXT_1124079916)
  StdVideoH264CabacInitIdc_1124082997 = (when declared(StdVideoH264CabacInitIdc):
    when ownSizeof(StdVideoH264CabacInitIdc) !=
        ownSizeof(StdVideoH264CabacInitIdc_1124082996):
      static :
        warning("Declaration of " & "StdVideoH264CabacInitIdc" &
            " exists but with different size")
    StdVideoH264CabacInitIdc
  else:
    StdVideoH264CabacInitIdc_1124082996)
  VkFormatFeatureFlags2KHR_1124077953 = (when declared(VkFormatFeatureFlags2KHR):
    when ownSizeof(VkFormatFeatureFlags2KHR) !=
        ownSizeof(VkFormatFeatureFlags2KHR_1124077952):
      static :
        warning("Declaration of " & "VkFormatFeatureFlags2KHR" &
            " exists but with different size")
    VkFormatFeatureFlags2KHR
  else:
    VkFormatFeatureFlags2KHR_1124077952)
  enum_VkColorComponentFlagBits_1124074373 = (when declared(
      enum_VkColorComponentFlagBits):
    when ownSizeof(enum_VkColorComponentFlagBits) !=
        ownSizeof(enum_VkColorComponentFlagBits_1124074372):
      static :
        warning("Declaration of " & "enum_VkColorComponentFlagBits" &
            " exists but with different size")
    enum_VkColorComponentFlagBits
  else:
    enum_VkColorComponentFlagBits_1124074372)
  VkRenderPassSubpassFeedbackCreateInfoEXT_1124081227 = (when declared(
      VkRenderPassSubpassFeedbackCreateInfoEXT):
    when ownSizeof(VkRenderPassSubpassFeedbackCreateInfoEXT) !=
        ownSizeof(VkRenderPassSubpassFeedbackCreateInfoEXT_1124081226):
      static :
        warning("Declaration of " & "VkRenderPassSubpassFeedbackCreateInfoEXT" &
            " exists but with different size")
    VkRenderPassSubpassFeedbackCreateInfoEXT
  else:
    VkRenderPassSubpassFeedbackCreateInfoEXT_1124081226)
  VkGeneratedCommandsMemoryRequirementsInfoNV_1124080079 = (when declared(
      VkGeneratedCommandsMemoryRequirementsInfoNV):
    when ownSizeof(VkGeneratedCommandsMemoryRequirementsInfoNV) !=
        ownSizeof(VkGeneratedCommandsMemoryRequirementsInfoNV_1124080078):
      static :
        warning("Declaration of " &
            "VkGeneratedCommandsMemoryRequirementsInfoNV" &
            " exists but with different size")
    VkGeneratedCommandsMemoryRequirementsInfoNV
  else:
    VkGeneratedCommandsMemoryRequirementsInfoNV_1124080078)
  VkSemaphoreCreateInfo_1124074623 = (when declared(VkSemaphoreCreateInfo):
    when ownSizeof(VkSemaphoreCreateInfo) != ownSizeof(VkSemaphoreCreateInfo_1124074622):
      static :
        warning("Declaration of " & "VkSemaphoreCreateInfo" &
            " exists but with different size")
    VkSemaphoreCreateInfo
  else:
    VkSemaphoreCreateInfo_1124074622)
  PFN_vkDestroyVideoSessionKHR_1124076761 = (when declared(
      PFN_vkDestroyVideoSessionKHR):
    when ownSizeof(PFN_vkDestroyVideoSessionKHR) !=
        ownSizeof(PFN_vkDestroyVideoSessionKHR_1124076760):
      static :
        warning("Declaration of " & "PFN_vkDestroyVideoSessionKHR" &
            " exists but with different size")
    PFN_vkDestroyVideoSessionKHR
  else:
    PFN_vkDestroyVideoSessionKHR_1124076760)
  struct_VkQueueFamilyProperties_1124074545 = (when declared(
      struct_VkQueueFamilyProperties):
    when ownSizeof(struct_VkQueueFamilyProperties) !=
        ownSizeof(struct_VkQueueFamilyProperties_1124074544):
      static :
        warning("Declaration of " & "struct_VkQueueFamilyProperties" &
            " exists but with different size")
    struct_VkQueueFamilyProperties
  else:
    struct_VkQueueFamilyProperties_1124074544)
  struct_VkMemoryUnmapInfo_1124076253 = (when declared(struct_VkMemoryUnmapInfo):
    when ownSizeof(struct_VkMemoryUnmapInfo) !=
        ownSizeof(struct_VkMemoryUnmapInfo_1124076252):
      static :
        warning("Declaration of " & "struct_VkMemoryUnmapInfo" &
            " exists but with different size")
    struct_VkMemoryUnmapInfo
  else:
    struct_VkMemoryUnmapInfo_1124076252)
  struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079757 = (when declared(
      struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079756):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT
  else:
    struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079756)
  VkPhysicalDeviceShaderExpectAssumeFeatures_1124076343 = (when declared(
      VkPhysicalDeviceShaderExpectAssumeFeatures):
    when ownSizeof(VkPhysicalDeviceShaderExpectAssumeFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderExpectAssumeFeatures_1124076342):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderExpectAssumeFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderExpectAssumeFeatures
  else:
    VkPhysicalDeviceShaderExpectAssumeFeatures_1124076342)
  struct_VkPhysicalDeviceTileShadingPropertiesQCOM_1124080229 = (when declared(
      struct_VkPhysicalDeviceTileShadingPropertiesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceTileShadingPropertiesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceTileShadingPropertiesQCOM_1124080228):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTileShadingPropertiesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTileShadingPropertiesQCOM
  else:
    struct_VkPhysicalDeviceTileShadingPropertiesQCOM_1124080228)
  struct_VkPhysicalDeviceMaintenance5Properties_1124076261 = (when declared(
      struct_VkPhysicalDeviceMaintenance5Properties):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance5Properties) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance5Properties_1124076260):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance5Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance5Properties
  else:
    struct_VkPhysicalDeviceMaintenance5Properties_1124076260)
  VkSubgroupFeatureFlags_1124075261 = (when declared(VkSubgroupFeatureFlags):
    when ownSizeof(VkSubgroupFeatureFlags) != ownSizeof(VkSubgroupFeatureFlags_1124075260):
      static :
        warning("Declaration of " & "VkSubgroupFeatureFlags" &
            " exists but with different size")
    VkSubgroupFeatureFlags
  else:
    VkSubgroupFeatureFlags_1124075260)
  struct_VkImageResolve_1124074885 = (when declared(struct_VkImageResolve):
    when ownSizeof(struct_VkImageResolve) != ownSizeof(struct_VkImageResolve_1124074884):
      static :
        warning("Declaration of " & "struct_VkImageResolve" &
            " exists but with different size")
    struct_VkImageResolve
  else:
    struct_VkImageResolve_1124074884)
  VkBufferOpaqueCaptureAddressCreateInfo_1124075701 = (when declared(
      VkBufferOpaqueCaptureAddressCreateInfo):
    when ownSizeof(VkBufferOpaqueCaptureAddressCreateInfo) !=
        ownSizeof(VkBufferOpaqueCaptureAddressCreateInfo_1124075700):
      static :
        warning("Declaration of " & "VkBufferOpaqueCaptureAddressCreateInfo" &
            " exists but with different size")
    VkBufferOpaqueCaptureAddressCreateInfo
  else:
    VkBufferOpaqueCaptureAddressCreateInfo_1124075700)
  VkImageCompressionFlagsEXT_1124080449 = (when declared(
      VkImageCompressionFlagsEXT):
    when ownSizeof(VkImageCompressionFlagsEXT) !=
        ownSizeof(VkImageCompressionFlagsEXT_1124080448):
      static :
        warning("Declaration of " & "VkImageCompressionFlagsEXT" &
            " exists but with different size")
    VkImageCompressionFlagsEXT
  else:
    VkImageCompressionFlagsEXT_1124080448)
  VkTensorARM_1124081245 = (when declared(VkTensorARM):
    when ownSizeof(VkTensorARM) != ownSizeof(VkTensorARM_1124081244):
      static :
        warning("Declaration of " & "VkTensorARM" &
            " exists but with different size")
    VkTensorARM
  else:
    VkTensorARM_1124081244)
  struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081127 = (when declared(
      struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081126):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT
  else:
    struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081126)
  VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081343 = (when declared(
      VkPhysicalDeviceDescriptorBufferTensorPropertiesARM):
    when ownSizeof(VkPhysicalDeviceDescriptorBufferTensorPropertiesARM) !=
        ownSizeof(VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081342):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorBufferTensorPropertiesARM" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorBufferTensorPropertiesARM
  else:
    VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081342)
  struct_VkPhysicalDeviceShaderFmaFeaturesKHR_1124078569 = (when declared(
      struct_VkPhysicalDeviceShaderFmaFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderFmaFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderFmaFeaturesKHR_1124078568):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderFmaFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderFmaFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderFmaFeaturesKHR_1124078568)
  struct_VkAccelerationStructureGeometryKHR_1124082507 = (when declared(
      struct_VkAccelerationStructureGeometryKHR):
    when ownSizeof(struct_VkAccelerationStructureGeometryKHR) !=
        ownSizeof(struct_VkAccelerationStructureGeometryKHR_1124082506):
      static :
        warning("Declaration of " & "struct_VkAccelerationStructureGeometryKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometryKHR
  else:
    struct_VkAccelerationStructureGeometryKHR_1124082506)
  VkPipelinePropertiesIdentifierEXT_1124080627 = (when declared(
      VkPipelinePropertiesIdentifierEXT):
    when ownSizeof(VkPipelinePropertiesIdentifierEXT) !=
        ownSizeof(VkPipelinePropertiesIdentifierEXT_1124080626):
      static :
        warning("Declaration of " & "VkPipelinePropertiesIdentifierEXT" &
            " exists but with different size")
    VkPipelinePropertiesIdentifierEXT
  else:
    VkPipelinePropertiesIdentifierEXT_1124080626)
  VkTensorUsageFlagsARM_1124081261 = (when declared(VkTensorUsageFlagsARM):
    when ownSizeof(VkTensorUsageFlagsARM) != ownSizeof(VkTensorUsageFlagsARM_1124081260):
      static :
        warning("Declaration of " & "VkTensorUsageFlagsARM" &
            " exists but with different size")
    VkTensorUsageFlagsARM
  else:
    VkTensorUsageFlagsARM_1124081260)
  PFN_vkConvertCooperativeVectorMatrixNV_1124081607 = (when declared(
      PFN_vkConvertCooperativeVectorMatrixNV):
    when ownSizeof(PFN_vkConvertCooperativeVectorMatrixNV) !=
        ownSizeof(PFN_vkConvertCooperativeVectorMatrixNV_1124081606):
      static :
        warning("Declaration of " & "PFN_vkConvertCooperativeVectorMatrixNV" &
            " exists but with different size")
    PFN_vkConvertCooperativeVectorMatrixNV
  else:
    PFN_vkConvertCooperativeVectorMatrixNV_1124081606)
  struct_VkDataGraphPipelineShaderModuleCreateInfoARM_1124081759 = (when declared(
      struct_VkDataGraphPipelineShaderModuleCreateInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineShaderModuleCreateInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineShaderModuleCreateInfoARM_1124081758):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineShaderModuleCreateInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineShaderModuleCreateInfoARM
  else:
    struct_VkDataGraphPipelineShaderModuleCreateInfoARM_1124081758)
  StdVideoEncodeAV1ExtensionHeader_1124083095 = (when declared(
      StdVideoEncodeAV1ExtensionHeader):
    when ownSizeof(StdVideoEncodeAV1ExtensionHeader) !=
        ownSizeof(StdVideoEncodeAV1ExtensionHeader_1124083094):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1ExtensionHeader" &
            " exists but with different size")
    StdVideoEncodeAV1ExtensionHeader
  else:
    StdVideoEncodeAV1ExtensionHeader_1124083094)
  PFN_vkCmdPushDescriptorSet2KHR_1124078417 = (when declared(
      PFN_vkCmdPushDescriptorSet2KHR):
    when ownSizeof(PFN_vkCmdPushDescriptorSet2KHR) !=
        ownSizeof(PFN_vkCmdPushDescriptorSet2KHR_1124078416):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSet2KHR" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSet2KHR
  else:
    PFN_vkCmdPushDescriptorSet2KHR_1124078416)
  PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV_1124079825 = (when declared(
      PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV):
    when ownSizeof(PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV) !=
        ownSizeof(PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV_1124079824):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV
  else:
    PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV_1124079824)
  VkDepthBiasRepresentationEXT_1124080117 = (when declared(
      VkDepthBiasRepresentationEXT):
    when ownSizeof(VkDepthBiasRepresentationEXT) !=
        ownSizeof(VkDepthBiasRepresentationEXT_1124080116):
      static :
        warning("Declaration of " & "VkDepthBiasRepresentationEXT" &
            " exists but with different size")
    VkDepthBiasRepresentationEXT
  else:
    VkDepthBiasRepresentationEXT_1124080116)
  enum_VkDynamicState_1124074101 = (when declared(enum_VkDynamicState):
    when ownSizeof(enum_VkDynamicState) != ownSizeof(enum_VkDynamicState_1124074100):
      static :
        warning("Declaration of " & "enum_VkDynamicState" &
            " exists but with different size")
    enum_VkDynamicState
  else:
    enum_VkDynamicState_1124074100)
  VkPipeline_1124073983 = (when declared(VkPipeline):
    when ownSizeof(VkPipeline) != ownSizeof(VkPipeline_1124073982):
      static :
        warning("Declaration of " & "VkPipeline" &
            " exists but with different size")
    VkPipeline
  else:
    VkPipeline_1124073982)
  VkDescriptorUpdateTemplateCreateInfo_1124075477 = (when declared(
      VkDescriptorUpdateTemplateCreateInfo):
    when ownSizeof(VkDescriptorUpdateTemplateCreateInfo) !=
        ownSizeof(VkDescriptorUpdateTemplateCreateInfo_1124075476):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateCreateInfo" &
            " exists but with different size")
    VkDescriptorUpdateTemplateCreateInfo
  else:
    VkDescriptorUpdateTemplateCreateInfo_1124075476)
  PFN_vkGetPhysicalDeviceToolPropertiesEXT_1124079793 = (when declared(
      PFN_vkGetPhysicalDeviceToolPropertiesEXT):
    when ownSizeof(PFN_vkGetPhysicalDeviceToolPropertiesEXT) !=
        ownSizeof(PFN_vkGetPhysicalDeviceToolPropertiesEXT_1124079792):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceToolPropertiesEXT" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceToolPropertiesEXT
  else:
    PFN_vkGetPhysicalDeviceToolPropertiesEXT_1124079792)
  PFN_vkCmdDrawIndirectByteCountEXT_1124078745 = (when declared(
      PFN_vkCmdDrawIndirectByteCountEXT):
    when ownSizeof(PFN_vkCmdDrawIndirectByteCountEXT) !=
        ownSizeof(PFN_vkCmdDrawIndirectByteCountEXT_1124078744):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndirectByteCountEXT" &
            " exists but with different size")
    PFN_vkCmdDrawIndirectByteCountEXT
  else:
    PFN_vkCmdDrawIndirectByteCountEXT_1124078744)
  VkMemoryHostPointerPropertiesEXT_1124079503 = (when declared(
      VkMemoryHostPointerPropertiesEXT):
    when ownSizeof(VkMemoryHostPointerPropertiesEXT) !=
        ownSizeof(VkMemoryHostPointerPropertiesEXT_1124079502):
      static :
        warning("Declaration of " & "VkMemoryHostPointerPropertiesEXT" &
            " exists but with different size")
    VkMemoryHostPointerPropertiesEXT
  else:
    VkMemoryHostPointerPropertiesEXT_1124079502)
  VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080095 = (when declared(
      VkPhysicalDeviceInheritedViewportScissorFeaturesNV):
    when ownSizeof(VkPhysicalDeviceInheritedViewportScissorFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080094):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceInheritedViewportScissorFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceInheritedViewportScissorFeaturesNV
  else:
    VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080094)
  PFN_vkCmdBeginRenderingKHR_1124077061 = (when declared(
      PFN_vkCmdBeginRenderingKHR):
    when ownSizeof(PFN_vkCmdBeginRenderingKHR) !=
        ownSizeof(PFN_vkCmdBeginRenderingKHR_1124077060):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginRenderingKHR" &
            " exists but with different size")
    PFN_vkCmdBeginRenderingKHR
  else:
    PFN_vkCmdBeginRenderingKHR_1124077060)
  VkSparseImageMemoryRequirements_1124074615 = (when declared(
      VkSparseImageMemoryRequirements):
    when ownSizeof(VkSparseImageMemoryRequirements) !=
        ownSizeof(VkSparseImageMemoryRequirements_1124074614):
      static :
        warning("Declaration of " & "VkSparseImageMemoryRequirements" &
            " exists but with different size")
    VkSparseImageMemoryRequirements
  else:
    VkSparseImageMemoryRequirements_1124074614)
  VkSamplerMipmapMode_1124074079 = (when declared(VkSamplerMipmapMode):
    when ownSizeof(VkSamplerMipmapMode) != ownSizeof(VkSamplerMipmapMode_1124074078):
      static :
        warning("Declaration of " & "VkSamplerMipmapMode" &
            " exists but with different size")
    VkSamplerMipmapMode
  else:
    VkSamplerMipmapMode_1124074078)
  VkValidationCacheCreateFlagsEXT_1124079251 = (when declared(
      VkValidationCacheCreateFlagsEXT):
    when ownSizeof(VkValidationCacheCreateFlagsEXT) !=
        ownSizeof(VkValidationCacheCreateFlagsEXT_1124079250):
      static :
        warning("Declaration of " & "VkValidationCacheCreateFlagsEXT" &
            " exists but with different size")
    VkValidationCacheCreateFlagsEXT
  else:
    VkValidationCacheCreateFlagsEXT_1124079250)
  VkDescriptorPool_1124073991 = (when declared(VkDescriptorPool):
    when ownSizeof(VkDescriptorPool) != ownSizeof(VkDescriptorPool_1124073990):
      static :
        warning("Declaration of " & "VkDescriptorPool" &
            " exists but with different size")
    VkDescriptorPool
  else:
    VkDescriptorPool_1124073990)
  struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079969 = (when declared(
      struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079968):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT
  else:
    struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079968)
  VkPhysicalDeviceTensorPropertiesARM_1124081295 = (when declared(
      VkPhysicalDeviceTensorPropertiesARM):
    when ownSizeof(VkPhysicalDeviceTensorPropertiesARM) !=
        ownSizeof(VkPhysicalDeviceTensorPropertiesARM_1124081294):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTensorPropertiesARM" &
            " exists but with different size")
    VkPhysicalDeviceTensorPropertiesARM
  else:
    VkPhysicalDeviceTensorPropertiesARM_1124081294)
  VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076901 = (when declared(
      VkVideoEncodeH264GopRemainingFrameInfoKHR):
    when ownSizeof(VkVideoEncodeH264GopRemainingFrameInfoKHR) !=
        ownSizeof(VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076900):
      static :
        warning("Declaration of " & "VkVideoEncodeH264GopRemainingFrameInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264GopRemainingFrameInfoKHR
  else:
    VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076900)
  enum_VkPhysicalDeviceType_1124074033 = (when declared(
      enum_VkPhysicalDeviceType):
    when ownSizeof(enum_VkPhysicalDeviceType) !=
        ownSizeof(enum_VkPhysicalDeviceType_1124074032):
      static :
        warning("Declaration of " & "enum_VkPhysicalDeviceType" &
            " exists but with different size")
    enum_VkPhysicalDeviceType
  else:
    enum_VkPhysicalDeviceType_1124074032)
  struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080269 = (when declared(
      struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080268):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT
  else:
    struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080268)
  VkPartitionedAccelerationStructureFlagsNV_1124082153 = (when declared(
      VkPartitionedAccelerationStructureFlagsNV):
    when ownSizeof(VkPartitionedAccelerationStructureFlagsNV) !=
        ownSizeof(VkPartitionedAccelerationStructureFlagsNV_1124082152):
      static :
        warning("Declaration of " & "VkPartitionedAccelerationStructureFlagsNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureFlagsNV
  else:
    VkPartitionedAccelerationStructureFlagsNV_1124082152)
  VkVideoEncodeAV1RateControlLayerInfoKHR_1124078315 = (when declared(
      VkVideoEncodeAV1RateControlLayerInfoKHR):
    when ownSizeof(VkVideoEncodeAV1RateControlLayerInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1RateControlLayerInfoKHR_1124078314):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1RateControlLayerInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1RateControlLayerInfoKHR
  else:
    VkVideoEncodeAV1RateControlLayerInfoKHR_1124078314)
  struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081387 = (when declared(
      struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081386):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT
  else:
    struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081386)
  VkImportMemoryWin32HandleInfoNV_1124082729 = (when declared(
      VkImportMemoryWin32HandleInfoNV):
    when ownSizeof(VkImportMemoryWin32HandleInfoNV) !=
        ownSizeof(VkImportMemoryWin32HandleInfoNV_1124082728):
      static :
        warning("Declaration of " & "VkImportMemoryWin32HandleInfoNV" &
            " exists but with different size")
    VkImportMemoryWin32HandleInfoNV
  else:
    VkImportMemoryWin32HandleInfoNV_1124082728)
  PFN_vkGetDeviceImageSubresourceLayout_1124076433 = (when declared(
      PFN_vkGetDeviceImageSubresourceLayout):
    when ownSizeof(PFN_vkGetDeviceImageSubresourceLayout) !=
        ownSizeof(PFN_vkGetDeviceImageSubresourceLayout_1124076432):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceImageSubresourceLayout" &
            " exists but with different size")
    PFN_vkGetDeviceImageSubresourceLayout
  else:
    PFN_vkGetDeviceImageSubresourceLayout_1124076432)
  VkDebugUtilsMessageSeverityFlagBitsEXT_1124079059 = (when declared(
      VkDebugUtilsMessageSeverityFlagBitsEXT):
    when ownSizeof(VkDebugUtilsMessageSeverityFlagBitsEXT) !=
        ownSizeof(VkDebugUtilsMessageSeverityFlagBitsEXT_1124079058):
      static :
        warning("Declaration of " & "VkDebugUtilsMessageSeverityFlagBitsEXT" &
            " exists but with different size")
    VkDebugUtilsMessageSeverityFlagBitsEXT
  else:
    VkDebugUtilsMessageSeverityFlagBitsEXT_1124079058)
  VkDescriptorSetBindingReferenceVALVE_1124080953 = (when declared(
      VkDescriptorSetBindingReferenceVALVE):
    when ownSizeof(VkDescriptorSetBindingReferenceVALVE) !=
        ownSizeof(VkDescriptorSetBindingReferenceVALVE_1124080952):
      static :
        warning("Declaration of " & "VkDescriptorSetBindingReferenceVALVE" &
            " exists but with different size")
    VkDescriptorSetBindingReferenceVALVE
  else:
    VkDescriptorSetBindingReferenceVALVE_1124080952)
  struct_VkDecompressMemoryRegionNV_1124081029 = (when declared(
      struct_VkDecompressMemoryRegionNV):
    when ownSizeof(struct_VkDecompressMemoryRegionNV) !=
        ownSizeof(struct_VkDecompressMemoryRegionNV_1124081028):
      static :
        warning("Declaration of " & "struct_VkDecompressMemoryRegionNV" &
            " exists but with different size")
    struct_VkDecompressMemoryRegionNV
  else:
    struct_VkDecompressMemoryRegionNV_1124081028)
  struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082147 = (when declared(
      struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV):
    when ownSizeof(struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV) !=
        ownSizeof(struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082146):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV
  else:
    struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082146)
  VkCommandBufferBeginInfo_1124074663 = (when declared(VkCommandBufferBeginInfo):
    when ownSizeof(VkCommandBufferBeginInfo) !=
        ownSizeof(VkCommandBufferBeginInfo_1124074662):
      static :
        warning("Declaration of " & "VkCommandBufferBeginInfo" &
            " exists but with different size")
    VkCommandBufferBeginInfo
  else:
    VkCommandBufferBeginInfo_1124074662)
  PFN_vkCreateRenderPass2_1124075853 = (when declared(PFN_vkCreateRenderPass2):
    when ownSizeof(PFN_vkCreateRenderPass2) !=
        ownSizeof(PFN_vkCreateRenderPass2_1124075852):
      static :
        warning("Declaration of " & "PFN_vkCreateRenderPass2" &
            " exists but with different size")
    PFN_vkCreateRenderPass2
  else:
    PFN_vkCreateRenderPass2_1124075852)
  struct_StdVideoDecodeAV1ReferenceInfo_1124082951 = (when declared(
      struct_StdVideoDecodeAV1ReferenceInfo):
    when ownSizeof(struct_StdVideoDecodeAV1ReferenceInfo) !=
        ownSizeof(struct_StdVideoDecodeAV1ReferenceInfo_1124082950):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeAV1ReferenceInfo" &
            " exists but with different size")
    struct_StdVideoDecodeAV1ReferenceInfo
  else:
    struct_StdVideoDecodeAV1ReferenceInfo_1124082950)
  PFN_vkCmdBeginRenderPass2KHR_1124077281 = (when declared(
      PFN_vkCmdBeginRenderPass2KHR):
    when ownSizeof(PFN_vkCmdBeginRenderPass2KHR) !=
        ownSizeof(PFN_vkCmdBeginRenderPass2KHR_1124077280):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginRenderPass2KHR" &
            " exists but with different size")
    PFN_vkCmdBeginRenderPass2KHR
  else:
    PFN_vkCmdBeginRenderPass2KHR_1124077280)
  VkSubpassDescriptionFlags_1124074433 = (when declared(
      VkSubpassDescriptionFlags):
    when ownSizeof(VkSubpassDescriptionFlags) !=
        ownSizeof(VkSubpassDescriptionFlags_1124074432):
      static :
        warning("Declaration of " & "VkSubpassDescriptionFlags" &
            " exists but with different size")
    VkSubpassDescriptionFlags
  else:
    VkSubpassDescriptionFlags_1124074432)
  struct_VkRenderPassAttachmentBeginInfo_1124075819 = (when declared(
      struct_VkRenderPassAttachmentBeginInfo):
    when ownSizeof(struct_VkRenderPassAttachmentBeginInfo) !=
        ownSizeof(struct_VkRenderPassAttachmentBeginInfo_1124075818):
      static :
        warning("Declaration of " & "struct_VkRenderPassAttachmentBeginInfo" &
            " exists but with different size")
    struct_VkRenderPassAttachmentBeginInfo
  else:
    struct_VkRenderPassAttachmentBeginInfo_1124075818)
  VkSamplerCustomBorderColorCreateInfoEXT_1124080163 = (when declared(
      VkSamplerCustomBorderColorCreateInfoEXT):
    when ownSizeof(VkSamplerCustomBorderColorCreateInfoEXT) !=
        ownSizeof(VkSamplerCustomBorderColorCreateInfoEXT_1124080162):
      static :
        warning("Declaration of " & "VkSamplerCustomBorderColorCreateInfoEXT" &
            " exists but with different size")
    VkSamplerCustomBorderColorCreateInfoEXT
  else:
    VkSamplerCustomBorderColorCreateInfoEXT_1124080162)
  VkGeometryFlagsNV_1124079361 = (when declared(VkGeometryFlagsNV):
    when ownSizeof(VkGeometryFlagsNV) != ownSizeof(VkGeometryFlagsNV_1124079360):
      static :
        warning("Declaration of " & "VkGeometryFlagsNV" &
            " exists but with different size")
    VkGeometryFlagsNV
  else:
    VkGeometryFlagsNV_1124079360)
  VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080425 = (when declared(
      VkPhysicalDeviceRayTracingMotionBlurFeaturesNV):
    when ownSizeof(VkPhysicalDeviceRayTracingMotionBlurFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080424):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingMotionBlurFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingMotionBlurFeaturesNV
  else:
    VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080424)
  struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077905 = (when declared(
      struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077904):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR
  else:
    struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077904)
  PFN_vkCmdSetPrimitiveRestartEnable_1124076187 = (when declared(
      PFN_vkCmdSetPrimitiveRestartEnable):
    when ownSizeof(PFN_vkCmdSetPrimitiveRestartEnable) !=
        ownSizeof(PFN_vkCmdSetPrimitiveRestartEnable_1124076186):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPrimitiveRestartEnable" &
            " exists but with different size")
    PFN_vkCmdSetPrimitiveRestartEnable
  else:
    PFN_vkCmdSetPrimitiveRestartEnable_1124076186)
  enum_VkCommandPoolCreateFlagBits_1124074283 = (when declared(
      enum_VkCommandPoolCreateFlagBits):
    when ownSizeof(enum_VkCommandPoolCreateFlagBits) !=
        ownSizeof(enum_VkCommandPoolCreateFlagBits_1124074282):
      static :
        warning("Declaration of " & "enum_VkCommandPoolCreateFlagBits" &
            " exists but with different size")
    enum_VkCommandPoolCreateFlagBits
  else:
    enum_VkCommandPoolCreateFlagBits_1124074282)
  PFN_vkSetHdrMetadataEXT_1124079047 = (when declared(PFN_vkSetHdrMetadataEXT):
    when ownSizeof(PFN_vkSetHdrMetadataEXT) !=
        ownSizeof(PFN_vkSetHdrMetadataEXT_1124079046):
      static :
        warning("Declaration of " & "PFN_vkSetHdrMetadataEXT" &
            " exists but with different size")
    PFN_vkSetHdrMetadataEXT
  else:
    PFN_vkSetHdrMetadataEXT_1124079046)
  struct_VkCopyCommandTransformInfoQCOM_1124080439 = (when declared(
      struct_VkCopyCommandTransformInfoQCOM):
    when ownSizeof(struct_VkCopyCommandTransformInfoQCOM) !=
        ownSizeof(struct_VkCopyCommandTransformInfoQCOM_1124080438):
      static :
        warning("Declaration of " & "struct_VkCopyCommandTransformInfoQCOM" &
            " exists but with different size")
    struct_VkCopyCommandTransformInfoQCOM
  else:
    struct_VkCopyCommandTransformInfoQCOM_1124080438)
  struct_VkPhysicalDeviceMultiDrawFeaturesEXT_1124080735 = (when declared(
      struct_VkPhysicalDeviceMultiDrawFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMultiDrawFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMultiDrawFeaturesEXT_1124080734):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMultiDrawFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiDrawFeaturesEXT
  else:
    struct_VkPhysicalDeviceMultiDrawFeaturesEXT_1124080734)
  PFN_vkGetDeviceMicromapCompatibilityEXT_1124080885 = (when declared(
      PFN_vkGetDeviceMicromapCompatibilityEXT):
    when ownSizeof(PFN_vkGetDeviceMicromapCompatibilityEXT) !=
        ownSizeof(PFN_vkGetDeviceMicromapCompatibilityEXT_1124080884):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceMicromapCompatibilityEXT" &
            " exists but with different size")
    PFN_vkGetDeviceMicromapCompatibilityEXT
  else:
    PFN_vkGetDeviceMicromapCompatibilityEXT_1124080884)
  enum_VkLayerSettingTypeEXT_1124081627 = (when declared(
      enum_VkLayerSettingTypeEXT):
    when ownSizeof(enum_VkLayerSettingTypeEXT) !=
        ownSizeof(enum_VkLayerSettingTypeEXT_1124081626):
      static :
        warning("Declaration of " & "enum_VkLayerSettingTypeEXT" &
            " exists but with different size")
    enum_VkLayerSettingTypeEXT
  else:
    enum_VkLayerSettingTypeEXT_1124081626)
  enum_VkVideoEncodeTuningModeKHR_1124077769 = (when declared(
      enum_VkVideoEncodeTuningModeKHR):
    when ownSizeof(enum_VkVideoEncodeTuningModeKHR) !=
        ownSizeof(enum_VkVideoEncodeTuningModeKHR_1124077768):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeTuningModeKHR" &
            " exists but with different size")
    enum_VkVideoEncodeTuningModeKHR
  else:
    enum_VkVideoEncodeTuningModeKHR_1124077768)
  VkBufferMemoryRequirementsInfo2_1124075315 = (when declared(
      VkBufferMemoryRequirementsInfo2):
    when ownSizeof(VkBufferMemoryRequirementsInfo2) !=
        ownSizeof(VkBufferMemoryRequirementsInfo2_1124075314):
      static :
        warning("Declaration of " & "VkBufferMemoryRequirementsInfo2" &
            " exists but with different size")
    VkBufferMemoryRequirementsInfo2
  else:
    VkBufferMemoryRequirementsInfo2_1124075314)
  VkMultiDrawIndexedInfoEXT_1124080749 = (when declared(
      VkMultiDrawIndexedInfoEXT):
    when ownSizeof(VkMultiDrawIndexedInfoEXT) !=
        ownSizeof(VkMultiDrawIndexedInfoEXT_1124080748):
      static :
        warning("Declaration of " & "VkMultiDrawIndexedInfoEXT" &
            " exists but with different size")
    VkMultiDrawIndexedInfoEXT
  else:
    VkMultiDrawIndexedInfoEXT_1124080748)
  PFN_vkCmdSetStencilOpEXT_1124079925 = (when declared(PFN_vkCmdSetStencilOpEXT):
    when ownSizeof(PFN_vkCmdSetStencilOpEXT) !=
        ownSizeof(PFN_vkCmdSetStencilOpEXT_1124079924):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilOpEXT" &
            " exists but with different size")
    PFN_vkCmdSetStencilOpEXT
  else:
    PFN_vkCmdSetStencilOpEXT_1124079924)
  VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM_1124080993 = (when declared(
      VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM_1124080992):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
  else:
    VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM_1124080992)
  struct_VkCopyBufferInfo2_1124075963 = (when declared(struct_VkCopyBufferInfo2):
    when ownSizeof(struct_VkCopyBufferInfo2) !=
        ownSizeof(struct_VkCopyBufferInfo2_1124075962):
      static :
        warning("Declaration of " & "struct_VkCopyBufferInfo2" &
            " exists but with different size")
    struct_VkCopyBufferInfo2
  else:
    struct_VkCopyBufferInfo2_1124075962)
  enum_VkMemoryUnmapFlagBits_1124076205 = (when declared(
      enum_VkMemoryUnmapFlagBits):
    when ownSizeof(enum_VkMemoryUnmapFlagBits) !=
        ownSizeof(enum_VkMemoryUnmapFlagBits_1124076204):
      static :
        warning("Declaration of " & "enum_VkMemoryUnmapFlagBits" &
            " exists but with different size")
    enum_VkMemoryUnmapFlagBits
  else:
    enum_VkMemoryUnmapFlagBits_1124076204)
  VkImagePlaneMemoryRequirementsInfo_1124075395 = (when declared(
      VkImagePlaneMemoryRequirementsInfo):
    when ownSizeof(VkImagePlaneMemoryRequirementsInfo) !=
        ownSizeof(VkImagePlaneMemoryRequirementsInfo_1124075394):
      static :
        warning("Declaration of " & "VkImagePlaneMemoryRequirementsInfo" &
            " exists but with different size")
    VkImagePlaneMemoryRequirementsInfo
  else:
    VkImagePlaneMemoryRequirementsInfo_1124075394)
  struct_VkGeometryDataNV_1124079401 = (when declared(struct_VkGeometryDataNV):
    when ownSizeof(struct_VkGeometryDataNV) !=
        ownSizeof(struct_VkGeometryDataNV_1124079400):
      static :
        warning("Declaration of " & "struct_VkGeometryDataNV" &
            " exists but with different size")
    struct_VkGeometryDataNV
  else:
    struct_VkGeometryDataNV_1124079400)
  VkPhysicalDeviceCustomResolveFeaturesEXT_1124082441 = (when declared(
      VkPhysicalDeviceCustomResolveFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceCustomResolveFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceCustomResolveFeaturesEXT_1124082440):
      static :
        warning("Declaration of " & "VkPhysicalDeviceCustomResolveFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceCustomResolveFeaturesEXT
  else:
    VkPhysicalDeviceCustomResolveFeaturesEXT_1124082440)
  VkVideoEncodeAV1CapabilityFlagsKHR_1124078237 = (when declared(
      VkVideoEncodeAV1CapabilityFlagsKHR):
    when ownSizeof(VkVideoEncodeAV1CapabilityFlagsKHR) !=
        ownSizeof(VkVideoEncodeAV1CapabilityFlagsKHR_1124078236):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1CapabilityFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1CapabilityFlagsKHR
  else:
    VkVideoEncodeAV1CapabilityFlagsKHR_1124078236)
  VkRenderPass_1124073962 = (when declared(VkRenderPass):
    when ownSizeof(VkRenderPass) != ownSizeof(VkRenderPass_1124073961):
      static :
        warning("Declaration of " & "VkRenderPass" &
            " exists but with different size")
    VkRenderPass
  else:
    VkRenderPass_1124073961)
  VkReleaseSwapchainImagesInfoEXT_1124080005 = (when declared(
      VkReleaseSwapchainImagesInfoEXT):
    when ownSizeof(VkReleaseSwapchainImagesInfoEXT) !=
        ownSizeof(VkReleaseSwapchainImagesInfoEXT_1124080004):
      static :
        warning("Declaration of " & "VkReleaseSwapchainImagesInfoEXT" &
            " exists but with different size")
    VkReleaseSwapchainImagesInfoEXT
  else:
    VkReleaseSwapchainImagesInfoEXT_1124080004)
  VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079711 = (when declared(
      VkSwapchainDisplayNativeHdrCreateInfoAMD):
    when ownSizeof(VkSwapchainDisplayNativeHdrCreateInfoAMD) !=
        ownSizeof(VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079710):
      static :
        warning("Declaration of " & "VkSwapchainDisplayNativeHdrCreateInfoAMD" &
            " exists but with different size")
    VkSwapchainDisplayNativeHdrCreateInfoAMD
  else:
    VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079710)
  VkDefaultVertexAttributeValueKHR_1124078575 = (when declared(
      VkDefaultVertexAttributeValueKHR):
    when ownSizeof(VkDefaultVertexAttributeValueKHR) !=
        ownSizeof(VkDefaultVertexAttributeValueKHR_1124078574):
      static :
        warning("Declaration of " & "VkDefaultVertexAttributeValueKHR" &
            " exists but with different size")
    VkDefaultVertexAttributeValueKHR
  else:
    VkDefaultVertexAttributeValueKHR_1124078574)
  struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081039 = (when declared(
      struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081038):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT
  else:
    struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081038)
  PFN_vkCmdSetDepthClipEnableEXT_1124081167 = (when declared(
      PFN_vkCmdSetDepthClipEnableEXT):
    when ownSizeof(PFN_vkCmdSetDepthClipEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDepthClipEnableEXT_1124081166):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthClipEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthClipEnableEXT
  else:
    PFN_vkCmdSetDepthClipEnableEXT_1124081166)
  PFN_vkCmdCopyBufferToImage_1124075017 = (when declared(
      PFN_vkCmdCopyBufferToImage):
    when ownSizeof(PFN_vkCmdCopyBufferToImage) !=
        ownSizeof(PFN_vkCmdCopyBufferToImage_1124075016):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyBufferToImage" &
            " exists but with different size")
    PFN_vkCmdCopyBufferToImage
  else:
    PFN_vkCmdCopyBufferToImage_1124075016)
  PFN_vkWaitForPresentKHR_1124077671 = (when declared(PFN_vkWaitForPresentKHR):
    when ownSizeof(PFN_vkWaitForPresentKHR) !=
        ownSizeof(PFN_vkWaitForPresentKHR_1124077670):
      static :
        warning("Declaration of " & "PFN_vkWaitForPresentKHR" &
            " exists but with different size")
    PFN_vkWaitForPresentKHR
  else:
    PFN_vkWaitForPresentKHR_1124077670)
  PFN_vkGetPipelineExecutableInternalRepresentationsKHR_1124077739 = (when declared(
      PFN_vkGetPipelineExecutableInternalRepresentationsKHR):
    when ownSizeof(PFN_vkGetPipelineExecutableInternalRepresentationsKHR) !=
        ownSizeof(PFN_vkGetPipelineExecutableInternalRepresentationsKHR_1124077738):
      static :
        warning("Declaration of " &
            "PFN_vkGetPipelineExecutableInternalRepresentationsKHR" &
            " exists but with different size")
    PFN_vkGetPipelineExecutableInternalRepresentationsKHR
  else:
    PFN_vkGetPipelineExecutableInternalRepresentationsKHR_1124077738)
  struct_StdVideoEncodeH265LongTermRefPics_1124083185 = (when declared(
      struct_StdVideoEncodeH265LongTermRefPics):
    when ownSizeof(struct_StdVideoEncodeH265LongTermRefPics) !=
        ownSizeof(struct_StdVideoEncodeH265LongTermRefPics_1124083184):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH265LongTermRefPics" &
            " exists but with different size")
    struct_StdVideoEncodeH265LongTermRefPics
  else:
    struct_StdVideoEncodeH265LongTermRefPics_1124083184)
  VkPhysicalDeviceScalarBlockLayoutFeatures_1124075749 = (when declared(
      VkPhysicalDeviceScalarBlockLayoutFeatures):
    when ownSizeof(VkPhysicalDeviceScalarBlockLayoutFeatures) !=
        ownSizeof(VkPhysicalDeviceScalarBlockLayoutFeatures_1124075748):
      static :
        warning("Declaration of " & "VkPhysicalDeviceScalarBlockLayoutFeatures" &
            " exists but with different size")
    VkPhysicalDeviceScalarBlockLayoutFeatures
  else:
    VkPhysicalDeviceScalarBlockLayoutFeatures_1124075748)
  enum_VkSparseMemoryBindFlagBits_1124074221 = (when declared(
      enum_VkSparseMemoryBindFlagBits):
    when ownSizeof(enum_VkSparseMemoryBindFlagBits) !=
        ownSizeof(enum_VkSparseMemoryBindFlagBits_1124074220):
      static :
        warning("Declaration of " & "enum_VkSparseMemoryBindFlagBits" &
            " exists but with different size")
    enum_VkSparseMemoryBindFlagBits
  else:
    enum_VkSparseMemoryBindFlagBits_1124074220)
  VkSurfaceProtectedCapabilitiesKHR_1124077659 = (when declared(
      VkSurfaceProtectedCapabilitiesKHR):
    when ownSizeof(VkSurfaceProtectedCapabilitiesKHR) !=
        ownSizeof(VkSurfaceProtectedCapabilitiesKHR_1124077658):
      static :
        warning("Declaration of " & "VkSurfaceProtectedCapabilitiesKHR" &
            " exists but with different size")
    VkSurfaceProtectedCapabilitiesKHR
  else:
    VkSurfaceProtectedCapabilitiesKHR_1124077658)
  PFN_vkCmdBindVertexBuffers2EXT_1124079913 = (when declared(
      PFN_vkCmdBindVertexBuffers2EXT):
    when ownSizeof(PFN_vkCmdBindVertexBuffers2EXT) !=
        ownSizeof(PFN_vkCmdBindVertexBuffers2EXT_1124079912):
      static :
        warning("Declaration of " & "PFN_vkCmdBindVertexBuffers2EXT" &
            " exists but with different size")
    PFN_vkCmdBindVertexBuffers2EXT
  else:
    PFN_vkCmdBindVertexBuffers2EXT_1124079912)
  VkPipelineLayoutCreateFlags_1124074349 = (when declared(
      VkPipelineLayoutCreateFlags):
    when ownSizeof(VkPipelineLayoutCreateFlags) !=
        ownSizeof(VkPipelineLayoutCreateFlags_1124074348):
      static :
        warning("Declaration of " & "VkPipelineLayoutCreateFlags" &
            " exists but with different size")
    VkPipelineLayoutCreateFlags
  else:
    VkPipelineLayoutCreateFlags_1124074348)
  VkValidationFeatureEnableEXT_1124079799 = (when declared(
      VkValidationFeatureEnableEXT):
    when ownSizeof(VkValidationFeatureEnableEXT) !=
        ownSizeof(VkValidationFeatureEnableEXT_1124079798):
      static :
        warning("Declaration of " & "VkValidationFeatureEnableEXT" &
            " exists but with different size")
    VkValidationFeatureEnableEXT
  else:
    VkValidationFeatureEnableEXT_1124079798)
  PFN_vkCmdDebugMarkerInsertEXT_1124078707 = (when declared(
      PFN_vkCmdDebugMarkerInsertEXT):
    when ownSizeof(PFN_vkCmdDebugMarkerInsertEXT) !=
        ownSizeof(PFN_vkCmdDebugMarkerInsertEXT_1124078706):
      static :
        warning("Declaration of " & "PFN_vkCmdDebugMarkerInsertEXT" &
            " exists but with different size")
    PFN_vkCmdDebugMarkerInsertEXT
  else:
    PFN_vkCmdDebugMarkerInsertEXT_1124078706)
  struct_VkImageCopy_1124074677 = (when declared(struct_VkImageCopy):
    when ownSizeof(struct_VkImageCopy) != ownSizeof(struct_VkImageCopy_1124074676):
      static :
        warning("Declaration of " & "struct_VkImageCopy" &
            " exists but with different size")
    struct_VkImageCopy
  else:
    struct_VkImageCopy_1124074676)
  struct_VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078813 = (when declared(
      struct_VkPhysicalDeviceCornerSampledImageFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCornerSampledImageFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078812):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCornerSampledImageFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCornerSampledImageFeaturesNV
  else:
    struct_VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078812)
  VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079209 = (when declared(
      VkPhysicalDeviceShaderSMBuiltinsFeaturesNV):
    when ownSizeof(VkPhysicalDeviceShaderSMBuiltinsFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079208):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderSMBuiltinsFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceShaderSMBuiltinsFeaturesNV
  else:
    VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079208)
  VkExternalFencePropertiesKHR_1124077303 = (when declared(
      VkExternalFencePropertiesKHR):
    when ownSizeof(VkExternalFencePropertiesKHR) !=
        ownSizeof(VkExternalFencePropertiesKHR_1124077302):
      static :
        warning("Declaration of " & "VkExternalFencePropertiesKHR" &
            " exists but with different size")
    VkExternalFencePropertiesKHR
  else:
    VkExternalFencePropertiesKHR_1124077302)
  enum_VkPipelineExecutableStatisticFormatKHR_1124077703 = (when declared(
      enum_VkPipelineExecutableStatisticFormatKHR):
    when ownSizeof(enum_VkPipelineExecutableStatisticFormatKHR) !=
        ownSizeof(enum_VkPipelineExecutableStatisticFormatKHR_1124077702):
      static :
        warning("Declaration of " &
            "enum_VkPipelineExecutableStatisticFormatKHR" &
            " exists but with different size")
    enum_VkPipelineExecutableStatisticFormatKHR
  else:
    enum_VkPipelineExecutableStatisticFormatKHR_1124077702)
  struct_VkTransformMatrixKHR_1124079433 = (when declared(
      struct_VkTransformMatrixKHR):
    when ownSizeof(struct_VkTransformMatrixKHR) !=
        ownSizeof(struct_VkTransformMatrixKHR_1124079432):
      static :
        warning("Declaration of " & "struct_VkTransformMatrixKHR" &
            " exists but with different size")
    struct_VkTransformMatrixKHR
  else:
    struct_VkTransformMatrixKHR_1124079432)
  VkDeviceFaultInfoEXT_1124080503 = (when declared(VkDeviceFaultInfoEXT):
    when ownSizeof(VkDeviceFaultInfoEXT) != ownSizeof(VkDeviceFaultInfoEXT_1124080502):
      static :
        warning("Declaration of " & "VkDeviceFaultInfoEXT" &
            " exists but with different size")
    VkDeviceFaultInfoEXT
  else:
    VkDeviceFaultInfoEXT_1124080502)
  VkMicromapBuildSizesInfoEXT_1124080851 = (when declared(
      VkMicromapBuildSizesInfoEXT):
    when ownSizeof(VkMicromapBuildSizesInfoEXT) !=
        ownSizeof(VkMicromapBuildSizesInfoEXT_1124080850):
      static :
        warning("Declaration of " & "VkMicromapBuildSizesInfoEXT" &
            " exists but with different size")
    VkMicromapBuildSizesInfoEXT
  else:
    VkMicromapBuildSizesInfoEXT_1124080850)
  VkVideoDecodeH264PictureInfoKHR_1124077039 = (when declared(
      VkVideoDecodeH264PictureInfoKHR):
    when ownSizeof(VkVideoDecodeH264PictureInfoKHR) !=
        ownSizeof(VkVideoDecodeH264PictureInfoKHR_1124077038):
      static :
        warning("Declaration of " & "VkVideoDecodeH264PictureInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH264PictureInfoKHR
  else:
    VkVideoDecodeH264PictureInfoKHR_1124077038)
  enum_VkSamplerReductionMode_1124075609 = (when declared(
      enum_VkSamplerReductionMode):
    when ownSizeof(enum_VkSamplerReductionMode) !=
        ownSizeof(enum_VkSamplerReductionMode_1124075608):
      static :
        warning("Declaration of " & "enum_VkSamplerReductionMode" &
            " exists but with different size")
    enum_VkSamplerReductionMode
  else:
    enum_VkSamplerReductionMode_1124075608)
  VkImageViewCreateFlagBits_1124074273 = (when declared(
      VkImageViewCreateFlagBits):
    when ownSizeof(VkImageViewCreateFlagBits) !=
        ownSizeof(VkImageViewCreateFlagBits_1124074272):
      static :
        warning("Declaration of " & "VkImageViewCreateFlagBits" &
            " exists but with different size")
    VkImageViewCreateFlagBits
  else:
    VkImageViewCreateFlagBits_1124074272)
  VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078235 = (when declared(
      VkVideoEncodeAV1CapabilityFlagBitsKHR):
    when ownSizeof(VkVideoEncodeAV1CapabilityFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078234):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1CapabilityFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1CapabilityFlagBitsKHR
  else:
    VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078234)
  PFN_vkGetDeviceGroupSurfacePresentModes2EXT_1124082765 = (when declared(
      PFN_vkGetDeviceGroupSurfacePresentModes2EXT):
    when ownSizeof(PFN_vkGetDeviceGroupSurfacePresentModes2EXT) !=
        ownSizeof(PFN_vkGetDeviceGroupSurfacePresentModes2EXT_1124082764):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeviceGroupSurfacePresentModes2EXT" &
            " exists but with different size")
    PFN_vkGetDeviceGroupSurfacePresentModes2EXT
  else:
    PFN_vkGetDeviceGroupSurfacePresentModes2EXT_1124082764)
  PFN_vkEnumeratePhysicalDeviceGroups_1124075551 = (when declared(
      PFN_vkEnumeratePhysicalDeviceGroups):
    when ownSizeof(PFN_vkEnumeratePhysicalDeviceGroups) !=
        ownSizeof(PFN_vkEnumeratePhysicalDeviceGroups_1124075550):
      static :
        warning("Declaration of " & "PFN_vkEnumeratePhysicalDeviceGroups" &
            " exists but with different size")
    PFN_vkEnumeratePhysicalDeviceGroups
  else:
    PFN_vkEnumeratePhysicalDeviceGroups_1124075550)
  PFN_vkCmdSetDepthBoundsTestEnable_1124076177 = (when declared(
      PFN_vkCmdSetDepthBoundsTestEnable):
    when ownSizeof(PFN_vkCmdSetDepthBoundsTestEnable) !=
        ownSizeof(PFN_vkCmdSetDepthBoundsTestEnable_1124076176):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBoundsTestEnable" &
            " exists but with different size")
    PFN_vkCmdSetDepthBoundsTestEnable
  else:
    PFN_vkCmdSetDepthBoundsTestEnable_1124076176)
  VkPipelineCreationFeedbackCreateInfoEXT_1124079559 = (when declared(
      VkPipelineCreationFeedbackCreateInfoEXT):
    when ownSizeof(VkPipelineCreationFeedbackCreateInfoEXT) !=
        ownSizeof(VkPipelineCreationFeedbackCreateInfoEXT_1124079558):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackCreateInfoEXT" &
            " exists but with different size")
    VkPipelineCreationFeedbackCreateInfoEXT
  else:
    VkPipelineCreationFeedbackCreateInfoEXT_1124079558)
  struct_VkPhysicalDeviceDataGraphOperationSupportARM_1124081803 = (when declared(
      struct_VkPhysicalDeviceDataGraphOperationSupportARM):
    when ownSizeof(struct_VkPhysicalDeviceDataGraphOperationSupportARM) !=
        ownSizeof(struct_VkPhysicalDeviceDataGraphOperationSupportARM_1124081802):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDataGraphOperationSupportARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceDataGraphOperationSupportARM
  else:
    struct_VkPhysicalDeviceDataGraphOperationSupportARM_1124081802)
  enum_VkDisplaySurfaceStereoTypeNV_1124081957 = (when declared(
      enum_VkDisplaySurfaceStereoTypeNV):
    when ownSizeof(enum_VkDisplaySurfaceStereoTypeNV) !=
        ownSizeof(enum_VkDisplaySurfaceStereoTypeNV_1124081956):
      static :
        warning("Declaration of " & "enum_VkDisplaySurfaceStereoTypeNV" &
            " exists but with different size")
    enum_VkDisplaySurfaceStereoTypeNV
  else:
    enum_VkDisplaySurfaceStereoTypeNV_1124081956)
  PFN_vkMapMemory2KHR_1124077749 = (when declared(PFN_vkMapMemory2KHR):
    when ownSizeof(PFN_vkMapMemory2KHR) != ownSizeof(PFN_vkMapMemory2KHR_1124077748):
      static :
        warning("Declaration of " & "PFN_vkMapMemory2KHR" &
            " exists but with different size")
    PFN_vkMapMemory2KHR
  else:
    PFN_vkMapMemory2KHR_1124077748)
  struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076417 = (when declared(
      struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures):
    when ownSizeof(struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076416):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures
  else:
    struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076416)
  VkPipelineBinaryKHR_1124078055 = (when declared(VkPipelineBinaryKHR):
    when ownSizeof(VkPipelineBinaryKHR) != ownSizeof(VkPipelineBinaryKHR_1124078054):
      static :
        warning("Declaration of " & "VkPipelineBinaryKHR" &
            " exists but with different size")
    VkPipelineBinaryKHR
  else:
    VkPipelineBinaryKHR_1124078054)
  VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082433 = (when declared(
      VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082432):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT
  else:
    VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082432)
  struct_VkPhysicalDeviceLineRasterizationFeatures_1124076385 = (when declared(
      struct_VkPhysicalDeviceLineRasterizationFeatures):
    when ownSizeof(struct_VkPhysicalDeviceLineRasterizationFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceLineRasterizationFeatures_1124076384):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLineRasterizationFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceLineRasterizationFeatures
  else:
    struct_VkPhysicalDeviceLineRasterizationFeatures_1124076384)
  enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082137 = (when declared(
      enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV):
    when ownSizeof(enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV) !=
        ownSizeof(enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082136):
      static :
        warning("Declaration of " &
            "enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV" &
            " exists but with different size")
    enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV
  else:
    enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082136)
  PFN_vkGetDeviceAccelerationStructureCompatibilityKHR_1124082579 = (when declared(
      PFN_vkGetDeviceAccelerationStructureCompatibilityKHR):
    when ownSizeof(PFN_vkGetDeviceAccelerationStructureCompatibilityKHR) !=
        ownSizeof(PFN_vkGetDeviceAccelerationStructureCompatibilityKHR_1124082578):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeviceAccelerationStructureCompatibilityKHR" &
            " exists but with different size")
    PFN_vkGetDeviceAccelerationStructureCompatibilityKHR
  else:
    PFN_vkGetDeviceAccelerationStructureCompatibilityKHR_1124082578)
  PFN_vkSetLocalDimmingAMD_1124079713 = (when declared(PFN_vkSetLocalDimmingAMD):
    when ownSizeof(PFN_vkSetLocalDimmingAMD) !=
        ownSizeof(PFN_vkSetLocalDimmingAMD_1124079712):
      static :
        warning("Declaration of " & "PFN_vkSetLocalDimmingAMD" &
            " exists but with different size")
    PFN_vkSetLocalDimmingAMD
  else:
    PFN_vkSetLocalDimmingAMD_1124079712)
  PFN_vkCmdDrawIndexed_1124075147 = (when declared(PFN_vkCmdDrawIndexed):
    when ownSizeof(PFN_vkCmdDrawIndexed) != ownSizeof(PFN_vkCmdDrawIndexed_1124075146):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndexed" &
            " exists but with different size")
    PFN_vkCmdDrawIndexed
  else:
    PFN_vkCmdDrawIndexed_1124075146)
  enum_VkBufferCreateFlagBits_1124074259 = (when declared(
      enum_VkBufferCreateFlagBits):
    when ownSizeof(enum_VkBufferCreateFlagBits) !=
        ownSizeof(enum_VkBufferCreateFlagBits_1124074258):
      static :
        warning("Declaration of " & "enum_VkBufferCreateFlagBits" &
            " exists but with different size")
    enum_VkBufferCreateFlagBits
  else:
    enum_VkBufferCreateFlagBits_1124074258)
  VkResolveModeFlagBits_1124075615 = (when declared(VkResolveModeFlagBits):
    when ownSizeof(VkResolveModeFlagBits) != ownSizeof(VkResolveModeFlagBits_1124075614):
      static :
        warning("Declaration of " & "VkResolveModeFlagBits" &
            " exists but with different size")
    VkResolveModeFlagBits
  else:
    VkResolveModeFlagBits_1124075614)
  struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078455 = (when declared(
      struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078454):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR
  else:
    struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078454)
  struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082005 = (when declared(
      struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082004):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082004)
  struct_VkVideoEncodeH265QualityLevelPropertiesKHR_1124076947 = (when declared(
      struct_VkVideoEncodeH265QualityLevelPropertiesKHR):
    when ownSizeof(struct_VkVideoEncodeH265QualityLevelPropertiesKHR) !=
        ownSizeof(struct_VkVideoEncodeH265QualityLevelPropertiesKHR_1124076946):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265QualityLevelPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265QualityLevelPropertiesKHR
  else:
    struct_VkVideoEncodeH265QualityLevelPropertiesKHR_1124076946)
  VkDeviceAddress_1124073928 = (when declared(VkDeviceAddress):
    when ownSizeof(VkDeviceAddress) != ownSizeof(VkDeviceAddress_1124073927):
      static :
        warning("Declaration of " & "VkDeviceAddress" &
            " exists but with different size")
    VkDeviceAddress
  else:
    VkDeviceAddress_1124073927)
  struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079545 = (when declared(
      struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079544):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT
  else:
    struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079544)
  struct_VkVideoEncodeAV1ProfileInfoKHR_1124078297 = (when declared(
      struct_VkVideoEncodeAV1ProfileInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1ProfileInfoKHR_1124078296):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1ProfileInfoKHR
  else:
    struct_VkVideoEncodeAV1ProfileInfoKHR_1124078296)
  enum_VkQueryResultStatusKHR_1124076637 = (when declared(
      enum_VkQueryResultStatusKHR):
    when ownSizeof(enum_VkQueryResultStatusKHR) !=
        ownSizeof(enum_VkQueryResultStatusKHR_1124076636):
      static :
        warning("Declaration of " & "enum_VkQueryResultStatusKHR" &
            " exists but with different size")
    enum_VkQueryResultStatusKHR
  else:
    enum_VkQueryResultStatusKHR_1124076636)
  struct_VkVideoReferenceIntraRefreshInfoKHR_1124078481 = (when declared(
      struct_VkVideoReferenceIntraRefreshInfoKHR):
    when ownSizeof(struct_VkVideoReferenceIntraRefreshInfoKHR) !=
        ownSizeof(struct_VkVideoReferenceIntraRefreshInfoKHR_1124078480):
      static :
        warning("Declaration of " & "struct_VkVideoReferenceIntraRefreshInfoKHR" &
            " exists but with different size")
    struct_VkVideoReferenceIntraRefreshInfoKHR
  else:
    struct_VkVideoReferenceIntraRefreshInfoKHR_1124078480)
  VkIndirectExecutionSetShaderInfoEXT_1124082233 = (when declared(
      VkIndirectExecutionSetShaderInfoEXT):
    when ownSizeof(VkIndirectExecutionSetShaderInfoEXT) !=
        ownSizeof(VkIndirectExecutionSetShaderInfoEXT_1124082232):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetShaderInfoEXT" &
            " exists but with different size")
    VkIndirectExecutionSetShaderInfoEXT
  else:
    VkIndirectExecutionSetShaderInfoEXT_1124082232)
  VkCuFunctionNVX_1124078749 = (when declared(VkCuFunctionNVX):
    when ownSizeof(VkCuFunctionNVX) != ownSizeof(VkCuFunctionNVX_1124078748):
      static :
        warning("Declaration of " & "VkCuFunctionNVX" &
            " exists but with different size")
    VkCuFunctionNVX
  else:
    VkCuFunctionNVX_1124078748)
  VkQueryPool_1124073956 = (when declared(VkQueryPool):
    when ownSizeof(VkQueryPool) != ownSizeof(VkQueryPool_1124073955):
      static :
        warning("Declaration of " & "VkQueryPool" &
            " exists but with different size")
    VkQueryPool
  else:
    VkQueryPool_1124073955)
  VkDeviceGroupCommandBufferBeginInfoKHR_1124077115 = (when declared(
      VkDeviceGroupCommandBufferBeginInfoKHR):
    when ownSizeof(VkDeviceGroupCommandBufferBeginInfoKHR) !=
        ownSizeof(VkDeviceGroupCommandBufferBeginInfoKHR_1124077114):
      static :
        warning("Declaration of " & "VkDeviceGroupCommandBufferBeginInfoKHR" &
            " exists but with different size")
    VkDeviceGroupCommandBufferBeginInfoKHR
  else:
    VkDeviceGroupCommandBufferBeginInfoKHR_1124077114)
  StdVideoAV1MatrixCoefficients_1124083285 = (when declared(
      StdVideoAV1MatrixCoefficients):
    when ownSizeof(StdVideoAV1MatrixCoefficients) !=
        ownSizeof(StdVideoAV1MatrixCoefficients_1124083284):
      static :
        warning("Declaration of " & "StdVideoAV1MatrixCoefficients" &
            " exists but with different size")
    StdVideoAV1MatrixCoefficients
  else:
    StdVideoAV1MatrixCoefficients_1124083284)
  PFN_vkCmdBeginTransformFeedbackEXT_1124078737 = (when declared(
      PFN_vkCmdBeginTransformFeedbackEXT):
    when ownSizeof(PFN_vkCmdBeginTransformFeedbackEXT) !=
        ownSizeof(PFN_vkCmdBeginTransformFeedbackEXT_1124078736):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginTransformFeedbackEXT" &
            " exists but with different size")
    PFN_vkCmdBeginTransformFeedbackEXT
  else:
    PFN_vkCmdBeginTransformFeedbackEXT_1124078736)
  VkViewportWScalingNV_1124078895 = (when declared(VkViewportWScalingNV):
    when ownSizeof(VkViewportWScalingNV) != ownSizeof(VkViewportWScalingNV_1124078894):
      static :
        warning("Declaration of " & "VkViewportWScalingNV" &
            " exists but with different size")
    VkViewportWScalingNV
  else:
    VkViewportWScalingNV_1124078894)
  PFN_vkCmdExecuteGeneratedCommandsEXT_1124082307 = (when declared(
      PFN_vkCmdExecuteGeneratedCommandsEXT):
    when ownSizeof(PFN_vkCmdExecuteGeneratedCommandsEXT) !=
        ownSizeof(PFN_vkCmdExecuteGeneratedCommandsEXT_1124082306):
      static :
        warning("Declaration of " & "PFN_vkCmdExecuteGeneratedCommandsEXT" &
            " exists but with different size")
    PFN_vkCmdExecuteGeneratedCommandsEXT
  else:
    PFN_vkCmdExecuteGeneratedCommandsEXT_1124082306)
  struct_VkTensorDescriptionARM_1124081265 = (when declared(
      struct_VkTensorDescriptionARM):
    when ownSizeof(struct_VkTensorDescriptionARM) !=
        ownSizeof(struct_VkTensorDescriptionARM_1124081264):
      static :
        warning("Declaration of " & "struct_VkTensorDescriptionARM" &
            " exists but with different size")
    struct_VkTensorDescriptionARM
  else:
    struct_VkTensorDescriptionARM_1124081264)
  VkDeviceQueueGlobalPriorityCreateInfoKHR_1124077559 = (when declared(
      VkDeviceQueueGlobalPriorityCreateInfoKHR):
    when ownSizeof(VkDeviceQueueGlobalPriorityCreateInfoKHR) !=
        ownSizeof(VkDeviceQueueGlobalPriorityCreateInfoKHR_1124077558):
      static :
        warning("Declaration of " & "VkDeviceQueueGlobalPriorityCreateInfoKHR" &
            " exists but with different size")
    VkDeviceQueueGlobalPriorityCreateInfoKHR
  else:
    VkDeviceQueueGlobalPriorityCreateInfoKHR_1124077558)
  struct_VkPhysicalDeviceOpticalFlowPropertiesNV_1124081441 = (when declared(
      struct_VkPhysicalDeviceOpticalFlowPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceOpticalFlowPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceOpticalFlowPropertiesNV_1124081440):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceOpticalFlowPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceOpticalFlowPropertiesNV
  else:
    struct_VkPhysicalDeviceOpticalFlowPropertiesNV_1124081440)
  VkVideoEncodeH264RateControlInfoKHR_1124076889 = (when declared(
      VkVideoEncodeH264RateControlInfoKHR):
    when ownSizeof(VkVideoEncodeH264RateControlInfoKHR) !=
        ownSizeof(VkVideoEncodeH264RateControlInfoKHR_1124076888):
      static :
        warning("Declaration of " & "VkVideoEncodeH264RateControlInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264RateControlInfoKHR
  else:
    VkVideoEncodeH264RateControlInfoKHR_1124076888)
  VkAccelerationStructureMemoryRequirementsInfoNV_1124079427 = (when declared(
      VkAccelerationStructureMemoryRequirementsInfoNV):
    when ownSizeof(VkAccelerationStructureMemoryRequirementsInfoNV) !=
        ownSizeof(VkAccelerationStructureMemoryRequirementsInfoNV_1124079426):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureMemoryRequirementsInfoNV" &
            " exists but with different size")
    VkAccelerationStructureMemoryRequirementsInfoNV
  else:
    VkAccelerationStructureMemoryRequirementsInfoNV_1124079426)
  struct_VkDisplaySurfaceCreateInfoKHR_1124076609 = (when declared(
      struct_VkDisplaySurfaceCreateInfoKHR):
    when ownSizeof(struct_VkDisplaySurfaceCreateInfoKHR) !=
        ownSizeof(struct_VkDisplaySurfaceCreateInfoKHR_1124076608):
      static :
        warning("Declaration of " & "struct_VkDisplaySurfaceCreateInfoKHR" &
            " exists but with different size")
    struct_VkDisplaySurfaceCreateInfoKHR
  else:
    struct_VkDisplaySurfaceCreateInfoKHR_1124076608)
  struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080965 = (when declared(
      struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080964):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT
  else:
    struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080964)
  VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078357 = (when declared(
      VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078356):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR
  else:
    VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078356)
  VkClearColorValue_1124074771 = (when declared(VkClearColorValue):
    when ownSizeof(VkClearColorValue) != ownSizeof(VkClearColorValue_1124074770):
      static :
        warning("Declaration of " & "VkClearColorValue" &
            " exists but with different size")
    VkClearColorValue
  else:
    VkClearColorValue_1124074770)
  struct_VkPipelineInputAssemblyStateCreateInfo_1124074793 = (when declared(
      struct_VkPipelineInputAssemblyStateCreateInfo):
    when ownSizeof(struct_VkPipelineInputAssemblyStateCreateInfo) !=
        ownSizeof(struct_VkPipelineInputAssemblyStateCreateInfo_1124074792):
      static :
        warning("Declaration of " &
            "struct_VkPipelineInputAssemblyStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineInputAssemblyStateCreateInfo
  else:
    struct_VkPipelineInputAssemblyStateCreateInfo_1124074792)
  VkCopyMemoryToImageIndirectCommandKHR_1124078445 = (when declared(
      VkCopyMemoryToImageIndirectCommandKHR):
    when ownSizeof(VkCopyMemoryToImageIndirectCommandKHR) !=
        ownSizeof(VkCopyMemoryToImageIndirectCommandKHR_1124078444):
      static :
        warning("Declaration of " & "VkCopyMemoryToImageIndirectCommandKHR" &
            " exists but with different size")
    VkCopyMemoryToImageIndirectCommandKHR
  else:
    VkCopyMemoryToImageIndirectCommandKHR_1124078444)
  VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079663 = (when declared(
      VkQueryPoolPerformanceQueryCreateInfoINTEL):
    when ownSizeof(VkQueryPoolPerformanceQueryCreateInfoINTEL) !=
        ownSizeof(VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079662):
      static :
        warning("Declaration of " & "VkQueryPoolPerformanceQueryCreateInfoINTEL" &
            " exists but with different size")
    VkQueryPoolPerformanceQueryCreateInfoINTEL
  else:
    VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079662)
  enum_StdVideoH264PocType_1124083121 = (when declared(enum_StdVideoH264PocType):
    when ownSizeof(enum_StdVideoH264PocType) !=
        ownSizeof(enum_StdVideoH264PocType_1124083120):
      static :
        warning("Declaration of " & "enum_StdVideoH264PocType" &
            " exists but with different size")
    enum_StdVideoH264PocType
  else:
    enum_StdVideoH264PocType_1124083120)
  PFN_vkSignalSemaphore_1124075841 = (when declared(PFN_vkSignalSemaphore):
    when ownSizeof(PFN_vkSignalSemaphore) != ownSizeof(PFN_vkSignalSemaphore_1124075840):
      static :
        warning("Declaration of " & "PFN_vkSignalSemaphore" &
            " exists but with different size")
    PFN_vkSignalSemaphore
  else:
    PFN_vkSignalSemaphore_1124075840)
  struct_VkRenderingAttachmentInfo_1124076095 = (when declared(
      struct_VkRenderingAttachmentInfo):
    when ownSizeof(struct_VkRenderingAttachmentInfo) !=
        ownSizeof(struct_VkRenderingAttachmentInfo_1124076094):
      static :
        warning("Declaration of " & "struct_VkRenderingAttachmentInfo" &
            " exists but with different size")
    struct_VkRenderingAttachmentInfo
  else:
    struct_VkRenderingAttachmentInfo_1124076094)
  struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079031 = (when declared(
      struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079030):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT
  else:
    struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079030)
  VkPhysicalDeviceMultiviewPropertiesKHR_1124077069 = (when declared(
      VkPhysicalDeviceMultiviewPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMultiviewPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMultiviewPropertiesKHR_1124077068):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMultiviewPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewPropertiesKHR
  else:
    VkPhysicalDeviceMultiviewPropertiesKHR_1124077068)
  PFN_vkGetImageViewAddressNVX_1124078789 = (when declared(
      PFN_vkGetImageViewAddressNVX):
    when ownSizeof(PFN_vkGetImageViewAddressNVX) !=
        ownSizeof(PFN_vkGetImageViewAddressNVX_1124078788):
      static :
        warning("Declaration of " & "PFN_vkGetImageViewAddressNVX" &
            " exists but with different size")
    PFN_vkGetImageViewAddressNVX
  else:
    PFN_vkGetImageViewAddressNVX_1124078788)
  PFN_vkCmdCopyImageToBuffer_1124075019 = (when declared(
      PFN_vkCmdCopyImageToBuffer):
    when ownSizeof(PFN_vkCmdCopyImageToBuffer) !=
        ownSizeof(PFN_vkCmdCopyImageToBuffer_1124075018):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyImageToBuffer" &
            " exists but with different size")
    PFN_vkCmdCopyImageToBuffer
  else:
    PFN_vkCmdCopyImageToBuffer_1124075018)
  PFN_vkGetFramebufferTilePropertiesQCOM_1124081555 = (when declared(
      PFN_vkGetFramebufferTilePropertiesQCOM):
    when ownSizeof(PFN_vkGetFramebufferTilePropertiesQCOM) !=
        ownSizeof(PFN_vkGetFramebufferTilePropertiesQCOM_1124081554):
      static :
        warning("Declaration of " & "PFN_vkGetFramebufferTilePropertiesQCOM" &
            " exists but with different size")
    PFN_vkGetFramebufferTilePropertiesQCOM
  else:
    PFN_vkGetFramebufferTilePropertiesQCOM_1124081554)
  VkGeometryTypeKHR_1124079335 = (when declared(VkGeometryTypeKHR):
    when ownSizeof(VkGeometryTypeKHR) != ownSizeof(VkGeometryTypeKHR_1124079334):
      static :
        warning("Declaration of " & "VkGeometryTypeKHR" &
            " exists but with different size")
    VkGeometryTypeKHR
  else:
    VkGeometryTypeKHR_1124079334)
  StdVideoDecodeH265ReferenceInfoFlags_1124083057 = (when declared(
      StdVideoDecodeH265ReferenceInfoFlags):
    when ownSizeof(StdVideoDecodeH265ReferenceInfoFlags) !=
        ownSizeof(StdVideoDecodeH265ReferenceInfoFlags_1124083056):
      static :
        warning("Declaration of " & "StdVideoDecodeH265ReferenceInfoFlags" &
            " exists but with different size")
    StdVideoDecodeH265ReferenceInfoFlags
  else:
    StdVideoDecodeH265ReferenceInfoFlags_1124083056)
  PFN_vkGetPhysicalDeviceExternalFenceProperties_1124075579 = (when declared(
      PFN_vkGetPhysicalDeviceExternalFenceProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalFenceProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalFenceProperties_1124075578):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalFenceProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalFenceProperties
  else:
    PFN_vkGetPhysicalDeviceExternalFenceProperties_1124075578)
  VkExternalMemoryHandleTypeFlags_1124075213 = (when declared(
      VkExternalMemoryHandleTypeFlags):
    when ownSizeof(VkExternalMemoryHandleTypeFlags) !=
        ownSizeof(VkExternalMemoryHandleTypeFlags_1124075212):
      static :
        warning("Declaration of " & "VkExternalMemoryHandleTypeFlags" &
            " exists but with different size")
    VkExternalMemoryHandleTypeFlags
  else:
    VkExternalMemoryHandleTypeFlags_1124075212)
  VkPresentTimeGOOGLE_1124078963 = (when declared(VkPresentTimeGOOGLE):
    when ownSizeof(VkPresentTimeGOOGLE) != ownSizeof(VkPresentTimeGOOGLE_1124078962):
      static :
        warning("Declaration of " & "VkPresentTimeGOOGLE" &
            " exists but with different size")
    VkPresentTimeGOOGLE
  else:
    VkPresentTimeGOOGLE_1124078962)
  PFN_vkGetSemaphoreFdKHR_1124077215 = (when declared(PFN_vkGetSemaphoreFdKHR):
    when ownSizeof(PFN_vkGetSemaphoreFdKHR) !=
        ownSizeof(PFN_vkGetSemaphoreFdKHR_1124077214):
      static :
        warning("Declaration of " & "PFN_vkGetSemaphoreFdKHR" &
            " exists but with different size")
    PFN_vkGetSemaphoreFdKHR
  else:
    PFN_vkGetSemaphoreFdKHR_1124077214)
  PFN_vkCmdExecuteCommands_1124075037 = (when declared(PFN_vkCmdExecuteCommands):
    when ownSizeof(PFN_vkCmdExecuteCommands) !=
        ownSizeof(PFN_vkCmdExecuteCommands_1124075036):
      static :
        warning("Declaration of " & "PFN_vkCmdExecuteCommands" &
            " exists but with different size")
    PFN_vkCmdExecuteCommands
  else:
    PFN_vkCmdExecuteCommands_1124075036)
  VkPipelineTessellationDomainOriginStateCreateInfo_1124075521 = (when declared(
      VkPipelineTessellationDomainOriginStateCreateInfo):
    when ownSizeof(VkPipelineTessellationDomainOriginStateCreateInfo) !=
        ownSizeof(VkPipelineTessellationDomainOriginStateCreateInfo_1124075520):
      static :
        warning("Declaration of " &
            "VkPipelineTessellationDomainOriginStateCreateInfo" &
            " exists but with different size")
    VkPipelineTessellationDomainOriginStateCreateInfo
  else:
    VkPipelineTessellationDomainOriginStateCreateInfo_1124075520)
  VkFenceImportFlagBitsKHR_1124077309 = (when declared(VkFenceImportFlagBitsKHR):
    when ownSizeof(VkFenceImportFlagBitsKHR) !=
        ownSizeof(VkFenceImportFlagBitsKHR_1124077308):
      static :
        warning("Declaration of " & "VkFenceImportFlagBitsKHR" &
            " exists but with different size")
    VkFenceImportFlagBitsKHR
  else:
    VkFenceImportFlagBitsKHR_1124077308)
  VkPerformanceCounterKHR_1124077359 = (when declared(VkPerformanceCounterKHR):
    when ownSizeof(VkPerformanceCounterKHR) !=
        ownSizeof(VkPerformanceCounterKHR_1124077358):
      static :
        warning("Declaration of " & "VkPerformanceCounterKHR" &
            " exists but with different size")
    VkPerformanceCounterKHR
  else:
    VkPerformanceCounterKHR_1124077358)
  struct_VkGraphicsShaderGroupCreateInfoNV_1124080037 = (when declared(
      struct_VkGraphicsShaderGroupCreateInfoNV):
    when ownSizeof(struct_VkGraphicsShaderGroupCreateInfoNV) !=
        ownSizeof(struct_VkGraphicsShaderGroupCreateInfoNV_1124080036):
      static :
        warning("Declaration of " & "struct_VkGraphicsShaderGroupCreateInfoNV" &
            " exists but with different size")
    struct_VkGraphicsShaderGroupCreateInfoNV
  else:
    struct_VkGraphicsShaderGroupCreateInfoNV_1124080036)
  struct_VkExternalImageFormatProperties_1124075405 = (when declared(
      struct_VkExternalImageFormatProperties):
    when ownSizeof(struct_VkExternalImageFormatProperties) !=
        ownSizeof(struct_VkExternalImageFormatProperties_1124075404):
      static :
        warning("Declaration of " & "struct_VkExternalImageFormatProperties" &
            " exists but with different size")
    struct_VkExternalImageFormatProperties
  else:
    struct_VkExternalImageFormatProperties_1124075404)
  VkPartitionedAccelerationStructureInstancesInputNV_1124082177 = (when declared(
      VkPartitionedAccelerationStructureInstancesInputNV):
    when ownSizeof(VkPartitionedAccelerationStructureInstancesInputNV) !=
        ownSizeof(VkPartitionedAccelerationStructureInstancesInputNV_1124082176):
      static :
        warning("Declaration of " &
            "VkPartitionedAccelerationStructureInstancesInputNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureInstancesInputNV
  else:
    VkPartitionedAccelerationStructureInstancesInputNV_1124082176)
  struct_VkPipelineCacheHeaderVersionDataGraphQCOM_1124082457 = (when declared(
      struct_VkPipelineCacheHeaderVersionDataGraphQCOM):
    when ownSizeof(struct_VkPipelineCacheHeaderVersionDataGraphQCOM) !=
        ownSizeof(struct_VkPipelineCacheHeaderVersionDataGraphQCOM_1124082456):
      static :
        warning("Declaration of " &
            "struct_VkPipelineCacheHeaderVersionDataGraphQCOM" &
            " exists but with different size")
    struct_VkPipelineCacheHeaderVersionDataGraphQCOM
  else:
    struct_VkPipelineCacheHeaderVersionDataGraphQCOM_1124082456)
  enum_StdVideoVP9ColorSpace_1124083363 = (when declared(
      enum_StdVideoVP9ColorSpace):
    when ownSizeof(enum_StdVideoVP9ColorSpace) !=
        ownSizeof(enum_StdVideoVP9ColorSpace_1124083362):
      static :
        warning("Declaration of " & "enum_StdVideoVP9ColorSpace" &
            " exists but with different size")
    enum_StdVideoVP9ColorSpace
  else:
    enum_StdVideoVP9ColorSpace_1124083362)
  PFN_vkCmdCopyImageToBuffer2_1124076137 = (when declared(
      PFN_vkCmdCopyImageToBuffer2):
    when ownSizeof(PFN_vkCmdCopyImageToBuffer2) !=
        ownSizeof(PFN_vkCmdCopyImageToBuffer2_1124076136):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyImageToBuffer2" &
            " exists but with different size")
    PFN_vkCmdCopyImageToBuffer2
  else:
    PFN_vkCmdCopyImageToBuffer2_1124076136)
  VkVideoSessionParametersCreateInfoKHR_1124076737 = (when declared(
      VkVideoSessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoSessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoSessionParametersCreateInfoKHR_1124076736):
      static :
        warning("Declaration of " & "VkVideoSessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoSessionParametersCreateInfoKHR
  else:
    VkVideoSessionParametersCreateInfoKHR_1124076736)
  VkExportMemoryAllocateInfoKHR_1124077167 = (when declared(
      VkExportMemoryAllocateInfoKHR):
    when ownSizeof(VkExportMemoryAllocateInfoKHR) !=
        ownSizeof(VkExportMemoryAllocateInfoKHR_1124077166):
      static :
        warning("Declaration of " & "VkExportMemoryAllocateInfoKHR" &
            " exists but with different size")
    VkExportMemoryAllocateInfoKHR
  else:
    VkExportMemoryAllocateInfoKHR_1124077166)
  PFN_vkCmdSetViewportShadingRatePaletteNV_1124079321 = (when declared(
      PFN_vkCmdSetViewportShadingRatePaletteNV):
    when ownSizeof(PFN_vkCmdSetViewportShadingRatePaletteNV) !=
        ownSizeof(PFN_vkCmdSetViewportShadingRatePaletteNV_1124079320):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewportShadingRatePaletteNV" &
            " exists but with different size")
    PFN_vkCmdSetViewportShadingRatePaletteNV
  else:
    PFN_vkCmdSetViewportShadingRatePaletteNV_1124079320)
  struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079705 = (when declared(
      struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD):
    when ownSizeof(struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD) !=
        ownSizeof(struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079704):
      static :
        warning("Declaration of " &
            "struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD" &
            " exists but with different size")
    struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD
  else:
    struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079704)
  VkPresentGravityFlagsEXT_1124079987 = (when declared(VkPresentGravityFlagsEXT):
    when ownSizeof(VkPresentGravityFlagsEXT) !=
        ownSizeof(VkPresentGravityFlagsEXT_1124079986):
      static :
        warning("Declaration of " & "VkPresentGravityFlagsEXT" &
            " exists but with different size")
    VkPresentGravityFlagsEXT
  else:
    VkPresentGravityFlagsEXT_1124079986)
  PFN_vkDeviceWaitIdle_1124074933 = (when declared(PFN_vkDeviceWaitIdle):
    when ownSizeof(PFN_vkDeviceWaitIdle) != ownSizeof(PFN_vkDeviceWaitIdle_1124074932):
      static :
        warning("Declaration of " & "PFN_vkDeviceWaitIdle" &
            " exists but with different size")
    PFN_vkDeviceWaitIdle
  else:
    PFN_vkDeviceWaitIdle_1124074932)
  VkCopyMemoryIndirectInfoKHR_1124078441 = (when declared(
      VkCopyMemoryIndirectInfoKHR):
    when ownSizeof(VkCopyMemoryIndirectInfoKHR) !=
        ownSizeof(VkCopyMemoryIndirectInfoKHR_1124078440):
      static :
        warning("Declaration of " & "VkCopyMemoryIndirectInfoKHR" &
            " exists but with different size")
    VkCopyMemoryIndirectInfoKHR
  else:
    VkCopyMemoryIndirectInfoKHR_1124078440)
  enum_VkBlendOverlapEXT_1124079169 = (when declared(enum_VkBlendOverlapEXT):
    when ownSizeof(enum_VkBlendOverlapEXT) != ownSizeof(enum_VkBlendOverlapEXT_1124079168):
      static :
        warning("Declaration of " & "enum_VkBlendOverlapEXT" &
            " exists but with different size")
    enum_VkBlendOverlapEXT
  else:
    enum_VkBlendOverlapEXT_1124079168)
  PFN_vkQueueNotifyOutOfBandNV_1124081707 = (when declared(
      PFN_vkQueueNotifyOutOfBandNV):
    when ownSizeof(PFN_vkQueueNotifyOutOfBandNV) !=
        ownSizeof(PFN_vkQueueNotifyOutOfBandNV_1124081706):
      static :
        warning("Declaration of " & "PFN_vkQueueNotifyOutOfBandNV" &
            " exists but with different size")
    PFN_vkQueueNotifyOutOfBandNV
  else:
    PFN_vkQueueNotifyOutOfBandNV_1124081706)
  VkFrameBoundaryEXT_1124080647 = (when declared(VkFrameBoundaryEXT):
    when ownSizeof(VkFrameBoundaryEXT) != ownSizeof(VkFrameBoundaryEXT_1124080646):
      static :
        warning("Declaration of " & "VkFrameBoundaryEXT" &
            " exists but with different size")
    VkFrameBoundaryEXT
  else:
    VkFrameBoundaryEXT_1124080646)
  enum_VkDataGraphPipelinePropertyARM_1124081719 = (when declared(
      enum_VkDataGraphPipelinePropertyARM):
    when ownSizeof(enum_VkDataGraphPipelinePropertyARM) !=
        ownSizeof(enum_VkDataGraphPipelinePropertyARM_1124081718):
      static :
        warning("Declaration of " & "enum_VkDataGraphPipelinePropertyARM" &
            " exists but with different size")
    enum_VkDataGraphPipelinePropertyARM
  else:
    enum_VkDataGraphPipelinePropertyARM_1124081718)
  VkCuFunctionCreateInfoNVX_1124078761 = (when declared(
      VkCuFunctionCreateInfoNVX):
    when ownSizeof(VkCuFunctionCreateInfoNVX) !=
        ownSizeof(VkCuFunctionCreateInfoNVX_1124078760):
      static :
        warning("Declaration of " & "VkCuFunctionCreateInfoNVX" &
            " exists but with different size")
    VkCuFunctionCreateInfoNVX
  else:
    VkCuFunctionCreateInfoNVX_1124078760)
  VkTensorViewCreateFlagBitsARM_1124081259 = (when declared(
      VkTensorViewCreateFlagBitsARM):
    when ownSizeof(VkTensorViewCreateFlagBitsARM) !=
        ownSizeof(VkTensorViewCreateFlagBitsARM_1124081258):
      static :
        warning("Declaration of " & "VkTensorViewCreateFlagBitsARM" &
            " exists but with different size")
    VkTensorViewCreateFlagBitsARM
  else:
    VkTensorViewCreateFlagBitsARM_1124081258)
  VkCuLaunchInfoNVX_1124078765 = (when declared(VkCuLaunchInfoNVX):
    when ownSizeof(VkCuLaunchInfoNVX) != ownSizeof(VkCuLaunchInfoNVX_1124078764):
      static :
        warning("Declaration of " & "VkCuLaunchInfoNVX" &
            " exists but with different size")
    VkCuLaunchInfoNVX
  else:
    VkCuLaunchInfoNVX_1124078764)
  VkFramebufferAttachmentImageInfoKHR_1124077261 = (when declared(
      VkFramebufferAttachmentImageInfoKHR):
    when ownSizeof(VkFramebufferAttachmentImageInfoKHR) !=
        ownSizeof(VkFramebufferAttachmentImageInfoKHR_1124077260):
      static :
        warning("Declaration of " & "VkFramebufferAttachmentImageInfoKHR" &
            " exists but with different size")
    VkFramebufferAttachmentImageInfoKHR
  else:
    VkFramebufferAttachmentImageInfoKHR_1124077260)
  PFN_vkCmdSetDiscardRectangleEXT_1124079009 = (when declared(
      PFN_vkCmdSetDiscardRectangleEXT):
    when ownSizeof(PFN_vkCmdSetDiscardRectangleEXT) !=
        ownSizeof(PFN_vkCmdSetDiscardRectangleEXT_1124079008):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDiscardRectangleEXT" &
            " exists but with different size")
    PFN_vkCmdSetDiscardRectangleEXT
  else:
    PFN_vkCmdSetDiscardRectangleEXT_1124079008)
  struct_VkRenderPassStripeBeginInfoARM_1124080981 = (when declared(
      struct_VkRenderPassStripeBeginInfoARM):
    when ownSizeof(struct_VkRenderPassStripeBeginInfoARM) !=
        ownSizeof(struct_VkRenderPassStripeBeginInfoARM_1124080980):
      static :
        warning("Declaration of " & "struct_VkRenderPassStripeBeginInfoARM" &
            " exists but with different size")
    struct_VkRenderPassStripeBeginInfoARM
  else:
    struct_VkRenderPassStripeBeginInfoARM_1124080980)
  VkExternalBufferPropertiesKHR_1124077157 = (when declared(
      VkExternalBufferPropertiesKHR):
    when ownSizeof(VkExternalBufferPropertiesKHR) !=
        ownSizeof(VkExternalBufferPropertiesKHR_1124077156):
      static :
        warning("Declaration of " & "VkExternalBufferPropertiesKHR" &
            " exists but with different size")
    VkExternalBufferPropertiesKHR
  else:
    VkExternalBufferPropertiesKHR_1124077156)
  PFN_vkGetFenceWin32HandleKHR_1124082725 = (when declared(
      PFN_vkGetFenceWin32HandleKHR):
    when ownSizeof(PFN_vkGetFenceWin32HandleKHR) !=
        ownSizeof(PFN_vkGetFenceWin32HandleKHR_1124082724):
      static :
        warning("Declaration of " & "PFN_vkGetFenceWin32HandleKHR" &
            " exists but with different size")
    PFN_vkGetFenceWin32HandleKHR
  else:
    PFN_vkGetFenceWin32HandleKHR_1124082724)
  PFN_vkCmdSetColorBlendEquationEXT_1124081155 = (when declared(
      PFN_vkCmdSetColorBlendEquationEXT):
    when ownSizeof(PFN_vkCmdSetColorBlendEquationEXT) !=
        ownSizeof(PFN_vkCmdSetColorBlendEquationEXT_1124081154):
      static :
        warning("Declaration of " & "PFN_vkCmdSetColorBlendEquationEXT" &
            " exists but with different size")
    PFN_vkCmdSetColorBlendEquationEXT
  else:
    PFN_vkCmdSetColorBlendEquationEXT_1124081154)
  VkVideoSessionParametersUpdateInfoKHR_1124076741 = (when declared(
      VkVideoSessionParametersUpdateInfoKHR):
    when ownSizeof(VkVideoSessionParametersUpdateInfoKHR) !=
        ownSizeof(VkVideoSessionParametersUpdateInfoKHR_1124076740):
      static :
        warning("Declaration of " & "VkVideoSessionParametersUpdateInfoKHR" &
            " exists but with different size")
    VkVideoSessionParametersUpdateInfoKHR
  else:
    VkVideoSessionParametersUpdateInfoKHR_1124076740)
  VkFramebufferAttachmentsCreateInfoKHR_1124077259 = (when declared(
      VkFramebufferAttachmentsCreateInfoKHR):
    when ownSizeof(VkFramebufferAttachmentsCreateInfoKHR) !=
        ownSizeof(VkFramebufferAttachmentsCreateInfoKHR_1124077258):
      static :
        warning("Declaration of " & "VkFramebufferAttachmentsCreateInfoKHR" &
            " exists but with different size")
    VkFramebufferAttachmentsCreateInfoKHR
  else:
    VkFramebufferAttachmentsCreateInfoKHR_1124077258)
  struct_VkPipelineViewportDepthClampControlCreateInfoEXT_1124082345 = (when declared(
      struct_VkPipelineViewportDepthClampControlCreateInfoEXT):
    when ownSizeof(struct_VkPipelineViewportDepthClampControlCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineViewportDepthClampControlCreateInfoEXT_1124082344):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportDepthClampControlCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineViewportDepthClampControlCreateInfoEXT
  else:
    struct_VkPipelineViewportDepthClampControlCreateInfoEXT_1124082344)
  VkPhysicalDeviceIndexTypeUint8FeaturesEXT_1124079897 = (when declared(
      VkPhysicalDeviceIndexTypeUint8FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceIndexTypeUint8FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceIndexTypeUint8FeaturesEXT_1124079896):
      static :
        warning("Declaration of " & "VkPhysicalDeviceIndexTypeUint8FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceIndexTypeUint8FeaturesEXT
  else:
    VkPhysicalDeviceIndexTypeUint8FeaturesEXT_1124079896)
  struct_VkRenderPassCreationFeedbackInfoEXT_1124081213 = (when declared(
      struct_VkRenderPassCreationFeedbackInfoEXT):
    when ownSizeof(struct_VkRenderPassCreationFeedbackInfoEXT) !=
        ownSizeof(struct_VkRenderPassCreationFeedbackInfoEXT_1124081212):
      static :
        warning("Declaration of " & "struct_VkRenderPassCreationFeedbackInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassCreationFeedbackInfoEXT
  else:
    struct_VkRenderPassCreationFeedbackInfoEXT_1124081212)
  PFN_vkCmdSetDiscardRectangleModeEXT_1124079013 = (when declared(
      PFN_vkCmdSetDiscardRectangleModeEXT):
    when ownSizeof(PFN_vkCmdSetDiscardRectangleModeEXT) !=
        ownSizeof(PFN_vkCmdSetDiscardRectangleModeEXT_1124079012):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDiscardRectangleModeEXT" &
            " exists but with different size")
    PFN_vkCmdSetDiscardRectangleModeEXT
  else:
    PFN_vkCmdSetDiscardRectangleModeEXT_1124079012)
  struct_VkPhysicalDeviceFragmentShadingRateKHR_1124077631 = (when declared(
      struct_VkPhysicalDeviceFragmentShadingRateKHR):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateKHR) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateKHR_1124077630):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShadingRateKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShadingRateKHR
  else:
    struct_VkPhysicalDeviceFragmentShadingRateKHR_1124077630)
  enum_VkFramebufferCreateFlagBits_1124074417 = (when declared(
      enum_VkFramebufferCreateFlagBits):
    when ownSizeof(enum_VkFramebufferCreateFlagBits) !=
        ownSizeof(enum_VkFramebufferCreateFlagBits_1124074416):
      static :
        warning("Declaration of " & "enum_VkFramebufferCreateFlagBits" &
            " exists but with different size")
    enum_VkFramebufferCreateFlagBits
  else:
    enum_VkFramebufferCreateFlagBits_1124074416)
  StdVideoH264PpsFlags_1124082989 = (when declared(StdVideoH264PpsFlags):
    when ownSizeof(StdVideoH264PpsFlags) != ownSizeof(StdVideoH264PpsFlags_1124082988):
      static :
        warning("Declaration of " & "StdVideoH264PpsFlags" &
            " exists but with different size")
    StdVideoH264PpsFlags
  else:
    StdVideoH264PpsFlags_1124082988)
  VkIndirectCommandsLayoutUsageFlagBitsNV_1124080025 = (when declared(
      VkIndirectCommandsLayoutUsageFlagBitsNV):
    when ownSizeof(VkIndirectCommandsLayoutUsageFlagBitsNV) !=
        ownSizeof(VkIndirectCommandsLayoutUsageFlagBitsNV_1124080024):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutUsageFlagBitsNV" &
            " exists but with different size")
    VkIndirectCommandsLayoutUsageFlagBitsNV
  else:
    VkIndirectCommandsLayoutUsageFlagBitsNV_1124080024)
  struct_VkAccelerationStructureMemoryRequirementsInfoNV_1124079425 = (when declared(
      struct_VkAccelerationStructureMemoryRequirementsInfoNV):
    when ownSizeof(struct_VkAccelerationStructureMemoryRequirementsInfoNV) !=
        ownSizeof(struct_VkAccelerationStructureMemoryRequirementsInfoNV_1124079424):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureMemoryRequirementsInfoNV" &
            " exists but with different size")
    struct_VkAccelerationStructureMemoryRequirementsInfoNV
  else:
    struct_VkAccelerationStructureMemoryRequirementsInfoNV_1124079424)
  VkDeviceSize_1124073930 = (when declared(VkDeviceSize):
    when ownSizeof(VkDeviceSize) != ownSizeof(VkDeviceSize_1124073929):
      static :
        warning("Declaration of " & "VkDeviceSize" &
            " exists but with different size")
    VkDeviceSize
  else:
    VkDeviceSize_1124073929)
  VkDeviceImageMemoryRequirements_1124076009 = (when declared(
      VkDeviceImageMemoryRequirements):
    when ownSizeof(VkDeviceImageMemoryRequirements) !=
        ownSizeof(VkDeviceImageMemoryRequirements_1124076008):
      static :
        warning("Declaration of " & "VkDeviceImageMemoryRequirements" &
            " exists but with different size")
    VkDeviceImageMemoryRequirements
  else:
    VkDeviceImageMemoryRequirements_1124076008)
  PFN_vkCreatePipelineCache_1124075057 = (when declared(
      PFN_vkCreatePipelineCache):
    when ownSizeof(PFN_vkCreatePipelineCache) !=
        ownSizeof(PFN_vkCreatePipelineCache_1124075056):
      static :
        warning("Declaration of " & "PFN_vkCreatePipelineCache" &
            " exists but with different size")
    PFN_vkCreatePipelineCache
  else:
    PFN_vkCreatePipelineCache_1124075056)
  VkDeviceQueueShaderCoreControlCreateInfoARM_1124080929 = (when declared(
      VkDeviceQueueShaderCoreControlCreateInfoARM):
    when ownSizeof(VkDeviceQueueShaderCoreControlCreateInfoARM) !=
        ownSizeof(VkDeviceQueueShaderCoreControlCreateInfoARM_1124080928):
      static :
        warning("Declaration of " &
            "VkDeviceQueueShaderCoreControlCreateInfoARM" &
            " exists but with different size")
    VkDeviceQueueShaderCoreControlCreateInfoARM
  else:
    VkDeviceQueueShaderCoreControlCreateInfoARM_1124080928)
  PFN_vkBindBufferMemory_1124074949 = (when declared(PFN_vkBindBufferMemory):
    when ownSizeof(PFN_vkBindBufferMemory) != ownSizeof(PFN_vkBindBufferMemory_1124074948):
      static :
        warning("Declaration of " & "PFN_vkBindBufferMemory" &
            " exists but with different size")
    PFN_vkBindBufferMemory
  else:
    PFN_vkBindBufferMemory_1124074948)
  VkImageBlit2_1124076081 = (when declared(VkImageBlit2):
    when ownSizeof(VkImageBlit2) != ownSizeof(VkImageBlit2_1124076080):
      static :
        warning("Declaration of " & "VkImageBlit2" &
            " exists but with different size")
    VkImageBlit2
  else:
    VkImageBlit2_1124076080)
  VkImagePlaneMemoryRequirementsInfoKHR_1124077491 = (when declared(
      VkImagePlaneMemoryRequirementsInfoKHR):
    when ownSizeof(VkImagePlaneMemoryRequirementsInfoKHR) !=
        ownSizeof(VkImagePlaneMemoryRequirementsInfoKHR_1124077490):
      static :
        warning("Declaration of " & "VkImagePlaneMemoryRequirementsInfoKHR" &
            " exists but with different size")
    VkImagePlaneMemoryRequirementsInfoKHR
  else:
    VkImagePlaneMemoryRequirementsInfoKHR_1124077490)
  VkPhysicalDeviceMaintenance3PropertiesKHR_1124077509 = (when declared(
      VkPhysicalDeviceMaintenance3PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance3PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance3PropertiesKHR_1124077508):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance3PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance3PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance3PropertiesKHR_1124077508)
  VkPhysicalDeviceShaderFmaFeaturesKHR_1124078571 = (when declared(
      VkPhysicalDeviceShaderFmaFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderFmaFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderFmaFeaturesKHR_1124078570):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderFmaFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderFmaFeaturesKHR
  else:
    VkPhysicalDeviceShaderFmaFeaturesKHR_1124078570)
  VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081855 = (when declared(
      VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM):
    when ownSizeof(VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM) !=
        ownSizeof(VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081854):
      static :
        warning("Declaration of " &
            "VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM" &
            " exists but with different size")
    VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM
  else:
    VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081854)
  VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082149 = (when declared(
      VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV):
    when ownSizeof(VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV) !=
        ownSizeof(VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082148):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV" &
            " exists but with different size")
    VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV
  else:
    VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082148)
  VkCopyBufferInfo2KHR_1124077919 = (when declared(VkCopyBufferInfo2KHR):
    when ownSizeof(VkCopyBufferInfo2KHR) != ownSizeof(VkCopyBufferInfo2KHR_1124077918):
      static :
        warning("Declaration of " & "VkCopyBufferInfo2KHR" &
            " exists but with different size")
    VkCopyBufferInfo2KHR
  else:
    VkCopyBufferInfo2KHR_1124077918)
  enum_VkIndirectCommandsTokenTypeNV_1124080013 = (when declared(
      enum_VkIndirectCommandsTokenTypeNV):
    when ownSizeof(enum_VkIndirectCommandsTokenTypeNV) !=
        ownSizeof(enum_VkIndirectCommandsTokenTypeNV_1124080012):
      static :
        warning("Declaration of " & "enum_VkIndirectCommandsTokenTypeNV" &
            " exists but with different size")
    enum_VkIndirectCommandsTokenTypeNV
  else:
    enum_VkIndirectCommandsTokenTypeNV_1124080012)
  struct_VkTensorCopyARM_1124081313 = (when declared(struct_VkTensorCopyARM):
    when ownSizeof(struct_VkTensorCopyARM) != ownSizeof(struct_VkTensorCopyARM_1124081312):
      static :
        warning("Declaration of " & "struct_VkTensorCopyARM" &
            " exists but with different size")
    struct_VkTensorCopyARM
  else:
    struct_VkTensorCopyARM_1124081312)
  struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078187 = (when declared(
      struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078186):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR
  else:
    struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078186)
  VkPipelineCacheHeaderVersionOne_1124074687 = (when declared(
      VkPipelineCacheHeaderVersionOne):
    when ownSizeof(VkPipelineCacheHeaderVersionOne) !=
        ownSizeof(VkPipelineCacheHeaderVersionOne_1124074686):
      static :
        warning("Declaration of " & "VkPipelineCacheHeaderVersionOne" &
            " exists but with different size")
    VkPipelineCacheHeaderVersionOne
  else:
    VkPipelineCacheHeaderVersionOne_1124074686)
  VkImageFormatProperties2KHR_1124077077 = (when declared(
      VkImageFormatProperties2KHR):
    when ownSizeof(VkImageFormatProperties2KHR) !=
        ownSizeof(VkImageFormatProperties2KHR_1124077076):
      static :
        warning("Declaration of " & "VkImageFormatProperties2KHR" &
            " exists but with different size")
    VkImageFormatProperties2KHR
  else:
    VkImageFormatProperties2KHR_1124077076)
  VkPipelineVertexInputDivisorStateCreateInfo_1124076407 = (when declared(
      VkPipelineVertexInputDivisorStateCreateInfo):
    when ownSizeof(VkPipelineVertexInputDivisorStateCreateInfo) !=
        ownSizeof(VkPipelineVertexInputDivisorStateCreateInfo_1124076406):
      static :
        warning("Declaration of " &
            "VkPipelineVertexInputDivisorStateCreateInfo" &
            " exists but with different size")
    VkPipelineVertexInputDivisorStateCreateInfo
  else:
    VkPipelineVertexInputDivisorStateCreateInfo_1124076406)
  VkSparseImageFormatProperties_1124074611 = (when declared(
      VkSparseImageFormatProperties):
    when ownSizeof(VkSparseImageFormatProperties) !=
        ownSizeof(VkSparseImageFormatProperties_1124074610):
      static :
        warning("Declaration of " & "VkSparseImageFormatProperties" &
            " exists but with different size")
    VkSparseImageFormatProperties
  else:
    VkSparseImageFormatProperties_1124074610)
  struct_VkRenderPassBeginInfo_1124074889 = (when declared(
      struct_VkRenderPassBeginInfo):
    when ownSizeof(struct_VkRenderPassBeginInfo) !=
        ownSizeof(struct_VkRenderPassBeginInfo_1124074888):
      static :
        warning("Declaration of " & "struct_VkRenderPassBeginInfo" &
            " exists but with different size")
    struct_VkRenderPassBeginInfo
  else:
    struct_VkRenderPassBeginInfo_1124074888)
  VkPhysicalDevicePresentIdFeaturesKHR_1124077767 = (when declared(
      VkPhysicalDevicePresentIdFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePresentIdFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePresentIdFeaturesKHR_1124077766):
      static :
        warning("Declaration of " & "VkPhysicalDevicePresentIdFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePresentIdFeaturesKHR
  else:
    VkPhysicalDevicePresentIdFeaturesKHR_1124077766)
  struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080281 = (when declared(
      struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT):
    when ownSizeof(struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT) !=
        ownSizeof(struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080280):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT" &
            " exists but with different size")
    struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT
  else:
    struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080280)
  VkCopyImageToBufferInfo2_1124075985 = (when declared(VkCopyImageToBufferInfo2):
    when ownSizeof(VkCopyImageToBufferInfo2) !=
        ownSizeof(VkCopyImageToBufferInfo2_1124075984):
      static :
        warning("Declaration of " & "VkCopyImageToBufferInfo2" &
            " exists but with different size")
    VkCopyImageToBufferInfo2
  else:
    VkCopyImageToBufferInfo2_1124075984)
  VkVideoEncodeRateControlModeFlagBitsKHR_1124077787 = (when declared(
      VkVideoEncodeRateControlModeFlagBitsKHR):
    when ownSizeof(VkVideoEncodeRateControlModeFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeRateControlModeFlagBitsKHR_1124077786):
      static :
        warning("Declaration of " & "VkVideoEncodeRateControlModeFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeRateControlModeFlagBitsKHR
  else:
    VkVideoEncodeRateControlModeFlagBitsKHR_1124077786)
  struct_VkPhysicalDeviceExternalTensorInfoARM_1124081325 = (when declared(
      struct_VkPhysicalDeviceExternalTensorInfoARM):
    when ownSizeof(struct_VkPhysicalDeviceExternalTensorInfoARM) !=
        ownSizeof(struct_VkPhysicalDeviceExternalTensorInfoARM_1124081324):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExternalTensorInfoARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalTensorInfoARM
  else:
    struct_VkPhysicalDeviceExternalTensorInfoARM_1124081324)
  struct_VkCopyAccelerationStructureToMemoryInfoKHR_1124082539 = (when declared(
      struct_VkCopyAccelerationStructureToMemoryInfoKHR):
    when ownSizeof(struct_VkCopyAccelerationStructureToMemoryInfoKHR) !=
        ownSizeof(struct_VkCopyAccelerationStructureToMemoryInfoKHR_1124082538):
      static :
        warning("Declaration of " &
            "struct_VkCopyAccelerationStructureToMemoryInfoKHR" &
            " exists but with different size")
    struct_VkCopyAccelerationStructureToMemoryInfoKHR
  else:
    struct_VkCopyAccelerationStructureToMemoryInfoKHR_1124082538)
  enum_VkBorderColor_1124074065 = (when declared(enum_VkBorderColor):
    when ownSizeof(enum_VkBorderColor) != ownSizeof(enum_VkBorderColor_1124074064):
      static :
        warning("Declaration of " & "enum_VkBorderColor" &
            " exists but with different size")
    enum_VkBorderColor
  else:
    enum_VkBorderColor_1124074064)
  VkConditionalRenderingBeginInfoEXT_1124078879 = (when declared(
      VkConditionalRenderingBeginInfoEXT):
    when ownSizeof(VkConditionalRenderingBeginInfoEXT) !=
        ownSizeof(VkConditionalRenderingBeginInfoEXT_1124078878):
      static :
        warning("Declaration of " & "VkConditionalRenderingBeginInfoEXT" &
            " exists but with different size")
    VkConditionalRenderingBeginInfoEXT
  else:
    VkConditionalRenderingBeginInfoEXT_1124078878)
  VkAccessFlagBits_1124074143 = (when declared(VkAccessFlagBits):
    when ownSizeof(VkAccessFlagBits) != ownSizeof(VkAccessFlagBits_1124074142):
      static :
        warning("Declaration of " & "VkAccessFlagBits" &
            " exists but with different size")
    VkAccessFlagBits
  else:
    VkAccessFlagBits_1124074142)
  VkMemoryUnmapFlagsKHR_1124077743 = (when declared(VkMemoryUnmapFlagsKHR):
    when ownSizeof(VkMemoryUnmapFlagsKHR) != ownSizeof(VkMemoryUnmapFlagsKHR_1124077742):
      static :
        warning("Declaration of " & "VkMemoryUnmapFlagsKHR" &
            " exists but with different size")
    VkMemoryUnmapFlagsKHR
  else:
    VkMemoryUnmapFlagsKHR_1124077742)
  VkAccelerationStructureNV_1124079325 = (when declared(
      VkAccelerationStructureNV):
    when ownSizeof(VkAccelerationStructureNV) !=
        ownSizeof(VkAccelerationStructureNV_1124079324):
      static :
        warning("Declaration of " & "VkAccelerationStructureNV" &
            " exists but with different size")
    VkAccelerationStructureNV
  else:
    VkAccelerationStructureNV_1124079324)
  PFN_vkCmdBlitImage2KHR_1124077949 = (when declared(PFN_vkCmdBlitImage2KHR):
    when ownSizeof(PFN_vkCmdBlitImage2KHR) != ownSizeof(PFN_vkCmdBlitImage2KHR_1124077948):
      static :
        warning("Declaration of " & "PFN_vkCmdBlitImage2KHR" &
            " exists but with different size")
    PFN_vkCmdBlitImage2KHR
  else:
    PFN_vkCmdBlitImage2KHR_1124077948)
  VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082475 = (when declared(
      VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082474):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT
  else:
    VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082474)
  VkDisplayPlaneCapabilitiesKHR_1124076599 = (when declared(
      VkDisplayPlaneCapabilitiesKHR):
    when ownSizeof(VkDisplayPlaneCapabilitiesKHR) !=
        ownSizeof(VkDisplayPlaneCapabilitiesKHR_1124076598):
      static :
        warning("Declaration of " & "VkDisplayPlaneCapabilitiesKHR" &
            " exists but with different size")
    VkDisplayPlaneCapabilitiesKHR
  else:
    VkDisplayPlaneCapabilitiesKHR_1124076598)
  PFN_vkCmdDrawMeshTasksIndirectCountEXT_1124082643 = (when declared(
      PFN_vkCmdDrawMeshTasksIndirectCountEXT):
    when ownSizeof(PFN_vkCmdDrawMeshTasksIndirectCountEXT) !=
        ownSizeof(PFN_vkCmdDrawMeshTasksIndirectCountEXT_1124082642):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectCountEXT" &
            " exists but with different size")
    PFN_vkCmdDrawMeshTasksIndirectCountEXT
  else:
    PFN_vkCmdDrawMeshTasksIndirectCountEXT_1124082642)
  struct_StdVideoEncodeH264SliceHeader_1124082911 = (when declared(
      struct_StdVideoEncodeH264SliceHeader):
    when ownSizeof(struct_StdVideoEncodeH264SliceHeader) !=
        ownSizeof(struct_StdVideoEncodeH264SliceHeader_1124082910):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264SliceHeader" &
            " exists but with different size")
    struct_StdVideoEncodeH264SliceHeader
  else:
    struct_StdVideoEncodeH264SliceHeader_1124082910)
  VkDeviceGroupSwapchainCreateInfoKHR_1124076551 = (when declared(
      VkDeviceGroupSwapchainCreateInfoKHR):
    when ownSizeof(VkDeviceGroupSwapchainCreateInfoKHR) !=
        ownSizeof(VkDeviceGroupSwapchainCreateInfoKHR_1124076550):
      static :
        warning("Declaration of " & "VkDeviceGroupSwapchainCreateInfoKHR" &
            " exists but with different size")
    VkDeviceGroupSwapchainCreateInfoKHR
  else:
    VkDeviceGroupSwapchainCreateInfoKHR_1124076550)
  struct_VkDisplayPlaneCapabilities2KHR_1124077439 = (when declared(
      struct_VkDisplayPlaneCapabilities2KHR):
    when ownSizeof(struct_VkDisplayPlaneCapabilities2KHR) !=
        ownSizeof(struct_VkDisplayPlaneCapabilities2KHR_1124077438):
      static :
        warning("Declaration of " & "struct_VkDisplayPlaneCapabilities2KHR" &
            " exists but with different size")
    struct_VkDisplayPlaneCapabilities2KHR
  else:
    struct_VkDisplayPlaneCapabilities2KHR_1124077438)
  VkVideoEndCodingInfoKHR_1124076749 = (when declared(VkVideoEndCodingInfoKHR):
    when ownSizeof(VkVideoEndCodingInfoKHR) !=
        ownSizeof(VkVideoEndCodingInfoKHR_1124076748):
      static :
        warning("Declaration of " & "VkVideoEndCodingInfoKHR" &
            " exists but with different size")
    VkVideoEndCodingInfoKHR
  else:
    VkVideoEndCodingInfoKHR_1124076748)
  VkDeviceQueueCreateInfo_1124074551 = (when declared(VkDeviceQueueCreateInfo):
    when ownSizeof(VkDeviceQueueCreateInfo) !=
        ownSizeof(VkDeviceQueueCreateInfo_1124074550):
      static :
        warning("Declaration of " & "VkDeviceQueueCreateInfo" &
            " exists but with different size")
    VkDeviceQueueCreateInfo
  else:
    VkDeviceQueueCreateInfo_1124074550)
  VkHeadlessSurfaceCreateFlagsEXT_1124079871 = (when declared(
      VkHeadlessSurfaceCreateFlagsEXT):
    when ownSizeof(VkHeadlessSurfaceCreateFlagsEXT) !=
        ownSizeof(VkHeadlessSurfaceCreateFlagsEXT_1124079870):
      static :
        warning("Declaration of " & "VkHeadlessSurfaceCreateFlagsEXT" &
            " exists but with different size")
    VkHeadlessSurfaceCreateFlagsEXT
  else:
    VkHeadlessSurfaceCreateFlagsEXT_1124079870)
  struct_VkMemoryType_1124074521 = (when declared(struct_VkMemoryType):
    when ownSizeof(struct_VkMemoryType) != ownSizeof(struct_VkMemoryType_1124074520):
      static :
        warning("Declaration of " & "struct_VkMemoryType" &
            " exists but with different size")
    struct_VkMemoryType
  else:
    struct_VkMemoryType_1124074520)
  StdVideoVP9LoopFilterFlags_1124083305 = (when declared(
      StdVideoVP9LoopFilterFlags):
    when ownSizeof(StdVideoVP9LoopFilterFlags) !=
        ownSizeof(StdVideoVP9LoopFilterFlags_1124083304):
      static :
        warning("Declaration of " & "StdVideoVP9LoopFilterFlags" &
            " exists but with different size")
    StdVideoVP9LoopFilterFlags
  else:
    StdVideoVP9LoopFilterFlags_1124083304)
  enum_VkPresentGravityFlagBitsKHR_1124078121 = (when declared(
      enum_VkPresentGravityFlagBitsKHR):
    when ownSizeof(enum_VkPresentGravityFlagBitsKHR) !=
        ownSizeof(enum_VkPresentGravityFlagBitsKHR_1124078120):
      static :
        warning("Declaration of " & "enum_VkPresentGravityFlagBitsKHR" &
            " exists but with different size")
    enum_VkPresentGravityFlagBitsKHR
  else:
    enum_VkPresentGravityFlagBitsKHR_1124078120)
  struct_VkSwapchainLatencyCreateInfoNV_1124081687 = (when declared(
      struct_VkSwapchainLatencyCreateInfoNV):
    when ownSizeof(struct_VkSwapchainLatencyCreateInfoNV) !=
        ownSizeof(struct_VkSwapchainLatencyCreateInfoNV_1124081686):
      static :
        warning("Declaration of " & "struct_VkSwapchainLatencyCreateInfoNV" &
            " exists but with different size")
    struct_VkSwapchainLatencyCreateInfoNV
  else:
    struct_VkSwapchainLatencyCreateInfoNV_1124081686)
  VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082327 = (when declared(
      VkPhysicalDeviceImageAlignmentControlPropertiesMESA):
    when ownSizeof(VkPhysicalDeviceImageAlignmentControlPropertiesMESA) !=
        ownSizeof(VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082326):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageAlignmentControlPropertiesMESA" &
            " exists but with different size")
    VkPhysicalDeviceImageAlignmentControlPropertiesMESA
  else:
    VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082326)
  VkPipelineDiscardRectangleStateCreateInfoEXT_1124079007 = (when declared(
      VkPipelineDiscardRectangleStateCreateInfoEXT):
    when ownSizeof(VkPipelineDiscardRectangleStateCreateInfoEXT) !=
        ownSizeof(VkPipelineDiscardRectangleStateCreateInfoEXT_1124079006):
      static :
        warning("Declaration of " &
            "VkPipelineDiscardRectangleStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineDiscardRectangleStateCreateInfoEXT
  else:
    VkPipelineDiscardRectangleStateCreateInfoEXT_1124079006)
  PFN_vkCmdSetDepthBounds_1124075133 = (when declared(PFN_vkCmdSetDepthBounds):
    when ownSizeof(PFN_vkCmdSetDepthBounds) !=
        ownSizeof(PFN_vkCmdSetDepthBounds_1124075132):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBounds" &
            " exists but with different size")
    PFN_vkCmdSetDepthBounds
  else:
    PFN_vkCmdSetDepthBounds_1124075132)
  struct_VkPhysicalDevicePresentIdFeaturesKHR_1124077765 = (when declared(
      struct_VkPhysicalDevicePresentIdFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePresentIdFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePresentIdFeaturesKHR_1124077764):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentIdFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentIdFeaturesKHR
  else:
    struct_VkPhysicalDevicePresentIdFeaturesKHR_1124077764)
  VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075761 = (when declared(
      VkPhysicalDeviceUniformBufferStandardLayoutFeatures):
    when ownSizeof(VkPhysicalDeviceUniformBufferStandardLayoutFeatures) !=
        ownSizeof(VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075760):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceUniformBufferStandardLayoutFeatures" &
            " exists but with different size")
    VkPhysicalDeviceUniformBufferStandardLayoutFeatures
  else:
    VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075760)
  struct_VkVideoFormatPropertiesKHR_1124076711 = (when declared(
      struct_VkVideoFormatPropertiesKHR):
    when ownSizeof(struct_VkVideoFormatPropertiesKHR) !=
        ownSizeof(struct_VkVideoFormatPropertiesKHR_1124076710):
      static :
        warning("Declaration of " & "struct_VkVideoFormatPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoFormatPropertiesKHR
  else:
    struct_VkVideoFormatPropertiesKHR_1124076710)
  enum_VkVideoEncodeH264StdFlagBitsKHR_1124076813 = (when declared(
      enum_VkVideoEncodeH264StdFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH264StdFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH264StdFlagBitsKHR_1124076812):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeH264StdFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH264StdFlagBitsKHR
  else:
    enum_VkVideoEncodeH264StdFlagBitsKHR_1124076812)
  struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078305 = (when declared(
      struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078304):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR
  else:
    struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078304)
  VkShaderCodeTypeEXT_1124081507 = (when declared(VkShaderCodeTypeEXT):
    when ownSizeof(VkShaderCodeTypeEXT) != ownSizeof(VkShaderCodeTypeEXT_1124081506):
      static :
        warning("Declaration of " & "VkShaderCodeTypeEXT" &
            " exists but with different size")
    VkShaderCodeTypeEXT
  else:
    VkShaderCodeTypeEXT_1124081506)
  PFN_vkCmdSetCoverageModulationTableNV_1124081193 = (when declared(
      PFN_vkCmdSetCoverageModulationTableNV):
    when ownSizeof(PFN_vkCmdSetCoverageModulationTableNV) !=
        ownSizeof(PFN_vkCmdSetCoverageModulationTableNV_1124081192):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCoverageModulationTableNV" &
            " exists but with different size")
    PFN_vkCmdSetCoverageModulationTableNV
  else:
    PFN_vkCmdSetCoverageModulationTableNV_1124081192)
  VkShaderModuleCreateInfo_1124074699 = (when declared(VkShaderModuleCreateInfo):
    when ownSizeof(VkShaderModuleCreateInfo) !=
        ownSizeof(VkShaderModuleCreateInfo_1124074698):
      static :
        warning("Declaration of " & "VkShaderModuleCreateInfo" &
            " exists but with different size")
    VkShaderModuleCreateInfo
  else:
    VkShaderModuleCreateInfo_1124074698)
  VkTensorViewCreateFlagsARM_1124081257 = (when declared(
      VkTensorViewCreateFlagsARM):
    when ownSizeof(VkTensorViewCreateFlagsARM) !=
        ownSizeof(VkTensorViewCreateFlagsARM_1124081256):
      static :
        warning("Declaration of " & "VkTensorViewCreateFlagsARM" &
            " exists but with different size")
    VkTensorViewCreateFlagsARM
  else:
    VkTensorViewCreateFlagsARM_1124081256)
  VkTileShadingRenderPassFlagsQCOM_1124080223 = (when declared(
      VkTileShadingRenderPassFlagsQCOM):
    when ownSizeof(VkTileShadingRenderPassFlagsQCOM) !=
        ownSizeof(VkTileShadingRenderPassFlagsQCOM_1124080222):
      static :
        warning("Declaration of " & "VkTileShadingRenderPassFlagsQCOM" &
            " exists but with different size")
    VkTileShadingRenderPassFlagsQCOM
  else:
    VkTileShadingRenderPassFlagsQCOM_1124080222)
  struct_VkImportMemoryWin32HandleInfoKHR_1124082659 = (when declared(
      struct_VkImportMemoryWin32HandleInfoKHR):
    when ownSizeof(struct_VkImportMemoryWin32HandleInfoKHR) !=
        ownSizeof(struct_VkImportMemoryWin32HandleInfoKHR_1124082658):
      static :
        warning("Declaration of " & "struct_VkImportMemoryWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkImportMemoryWin32HandleInfoKHR
  else:
    struct_VkImportMemoryWin32HandleInfoKHR_1124082658)
  struct_VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081107 = (when declared(
      struct_VkPhysicalDeviceImageProcessingPropertiesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceImageProcessingPropertiesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081106):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageProcessingPropertiesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageProcessingPropertiesQCOM
  else:
    struct_VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081106)
  enum_VkLayeredDriverUnderlyingApiMSFT_1124081911 = (when declared(
      enum_VkLayeredDriverUnderlyingApiMSFT):
    when ownSizeof(enum_VkLayeredDriverUnderlyingApiMSFT) !=
        ownSizeof(enum_VkLayeredDriverUnderlyingApiMSFT_1124081910):
      static :
        warning("Declaration of " & "enum_VkLayeredDriverUnderlyingApiMSFT" &
            " exists but with different size")
    enum_VkLayeredDriverUnderlyingApiMSFT
  else:
    enum_VkLayeredDriverUnderlyingApiMSFT_1124081910)
  struct_VkAccelerationStructureVersionInfoKHR_1124082535 = (when declared(
      struct_VkAccelerationStructureVersionInfoKHR):
    when ownSizeof(struct_VkAccelerationStructureVersionInfoKHR) !=
        ownSizeof(struct_VkAccelerationStructureVersionInfoKHR_1124082534):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureVersionInfoKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureVersionInfoKHR
  else:
    struct_VkAccelerationStructureVersionInfoKHR_1124082534)
  struct_StdVideoDecodeH265ReferenceInfoFlags_1124083195 = (when declared(
      struct_StdVideoDecodeH265ReferenceInfoFlags):
    when ownSizeof(struct_StdVideoDecodeH265ReferenceInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeH265ReferenceInfoFlags_1124083194):
      static :
        warning("Declaration of " &
            "struct_StdVideoDecodeH265ReferenceInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeH265ReferenceInfoFlags
  else:
    struct_StdVideoDecodeH265ReferenceInfoFlags_1124083194)
  VkPhysicalDeviceMaintenance4Properties_1124076001 = (when declared(
      VkPhysicalDeviceMaintenance4Properties):
    when ownSizeof(VkPhysicalDeviceMaintenance4Properties) !=
        ownSizeof(VkPhysicalDeviceMaintenance4Properties_1124076000):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance4Properties" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance4Properties
  else:
    VkPhysicalDeviceMaintenance4Properties_1124076000)
  enum_VkFormatFeatureFlagBits_1124074153 = (when declared(
      enum_VkFormatFeatureFlagBits):
    when ownSizeof(enum_VkFormatFeatureFlagBits) !=
        ownSizeof(enum_VkFormatFeatureFlagBits_1124074152):
      static :
        warning("Declaration of " & "enum_VkFormatFeatureFlagBits" &
            " exists but with different size")
    enum_VkFormatFeatureFlagBits
  else:
    enum_VkFormatFeatureFlagBits_1124074152)
  struct_VkDisplayPowerInfoEXT_1124078929 = (when declared(
      struct_VkDisplayPowerInfoEXT):
    when ownSizeof(struct_VkDisplayPowerInfoEXT) !=
        ownSizeof(struct_VkDisplayPowerInfoEXT_1124078928):
      static :
        warning("Declaration of " & "struct_VkDisplayPowerInfoEXT" &
            " exists but with different size")
    struct_VkDisplayPowerInfoEXT
  else:
    struct_VkDisplayPowerInfoEXT_1124078928)
  VkPhysicalDeviceCubicClampFeaturesQCOM_1124081903 = (when declared(
      VkPhysicalDeviceCubicClampFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceCubicClampFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceCubicClampFeaturesQCOM_1124081902):
      static :
        warning("Declaration of " & "VkPhysicalDeviceCubicClampFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceCubicClampFeaturesQCOM
  else:
    VkPhysicalDeviceCubicClampFeaturesQCOM_1124081902)
  enum_VkVideoEncodeAV1RateControlFlagBitsKHR_1124078251 = (when declared(
      enum_VkVideoEncodeAV1RateControlFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeAV1RateControlFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeAV1RateControlFlagBitsKHR_1124078250):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeAV1RateControlFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeAV1RateControlFlagBitsKHR
  else:
    enum_VkVideoEncodeAV1RateControlFlagBitsKHR_1124078250)
  PFN_vkDestroyInstance_1124074895 = (when declared(PFN_vkDestroyInstance):
    when ownSizeof(PFN_vkDestroyInstance) != ownSizeof(PFN_vkDestroyInstance_1124074894):
      static :
        warning("Declaration of " & "PFN_vkDestroyInstance" &
            " exists but with different size")
    PFN_vkDestroyInstance
  else:
    PFN_vkDestroyInstance_1124074894)
  StdVideoH265SequenceParameterSetVui_1124083029 = (when declared(
      StdVideoH265SequenceParameterSetVui):
    when ownSizeof(StdVideoH265SequenceParameterSetVui) !=
        ownSizeof(StdVideoH265SequenceParameterSetVui_1124083028):
      static :
        warning("Declaration of " & "StdVideoH265SequenceParameterSetVui" &
            " exists but with different size")
    StdVideoH265SequenceParameterSetVui
  else:
    StdVideoH265SequenceParameterSetVui_1124083028)
  VkVideoEncodeH264SessionParametersGetInfoKHR_1124076857 = (when declared(
      VkVideoEncodeH264SessionParametersGetInfoKHR):
    when ownSizeof(VkVideoEncodeH264SessionParametersGetInfoKHR) !=
        ownSizeof(VkVideoEncodeH264SessionParametersGetInfoKHR_1124076856):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH264SessionParametersGetInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264SessionParametersGetInfoKHR
  else:
    VkVideoEncodeH264SessionParametersGetInfoKHR_1124076856)
  VkTensorCaptureDescriptorDataInfoARM_1124081351 = (when declared(
      VkTensorCaptureDescriptorDataInfoARM):
    when ownSizeof(VkTensorCaptureDescriptorDataInfoARM) !=
        ownSizeof(VkTensorCaptureDescriptorDataInfoARM_1124081350):
      static :
        warning("Declaration of " & "VkTensorCaptureDescriptorDataInfoARM" &
            " exists but with different size")
    VkTensorCaptureDescriptorDataInfoARM
  else:
    VkTensorCaptureDescriptorDataInfoARM_1124081350)
  VkPhysicalDeviceImageRobustnessFeaturesEXT_1124080443 = (when declared(
      VkPhysicalDeviceImageRobustnessFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceImageRobustnessFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceImageRobustnessFeaturesEXT_1124080442):
      static :
        warning("Declaration of " & "VkPhysicalDeviceImageRobustnessFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageRobustnessFeaturesEXT
  else:
    VkPhysicalDeviceImageRobustnessFeaturesEXT_1124080442)
  PFN_vkCmdSetRayTracingPipelineStackSizeKHR_1124082621 = (when declared(
      PFN_vkCmdSetRayTracingPipelineStackSizeKHR):
    when ownSizeof(PFN_vkCmdSetRayTracingPipelineStackSizeKHR) !=
        ownSizeof(PFN_vkCmdSetRayTracingPipelineStackSizeKHR_1124082620):
      static :
        warning("Declaration of " & "PFN_vkCmdSetRayTracingPipelineStackSizeKHR" &
            " exists but with different size")
    PFN_vkCmdSetRayTracingPipelineStackSizeKHR
  else:
    PFN_vkCmdSetRayTracingPipelineStackSizeKHR_1124082620)
  enum_VkImageAspectFlagBits_1124074147 = (when declared(
      enum_VkImageAspectFlagBits):
    when ownSizeof(enum_VkImageAspectFlagBits) !=
        ownSizeof(enum_VkImageAspectFlagBits_1124074146):
      static :
        warning("Declaration of " & "enum_VkImageAspectFlagBits" &
            " exists but with different size")
    enum_VkImageAspectFlagBits
  else:
    enum_VkImageAspectFlagBits_1124074146)
  struct_VkDevicePipelineBinaryInternalCacheControlKHR_1124078065 = (when declared(
      struct_VkDevicePipelineBinaryInternalCacheControlKHR):
    when ownSizeof(struct_VkDevicePipelineBinaryInternalCacheControlKHR) !=
        ownSizeof(struct_VkDevicePipelineBinaryInternalCacheControlKHR_1124078064):
      static :
        warning("Declaration of " &
            "struct_VkDevicePipelineBinaryInternalCacheControlKHR" &
            " exists but with different size")
    struct_VkDevicePipelineBinaryInternalCacheControlKHR
  else:
    struct_VkDevicePipelineBinaryInternalCacheControlKHR_1124078064)
  VkPhysicalDevice4444FormatsFeaturesEXT_1124080475 = (when declared(
      VkPhysicalDevice4444FormatsFeaturesEXT):
    when ownSizeof(VkPhysicalDevice4444FormatsFeaturesEXT) !=
        ownSizeof(VkPhysicalDevice4444FormatsFeaturesEXT_1124080474):
      static :
        warning("Declaration of " & "VkPhysicalDevice4444FormatsFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevice4444FormatsFeaturesEXT
  else:
    VkPhysicalDevice4444FormatsFeaturesEXT_1124080474)
  VkTessellationDomainOrigin_1124075193 = (when declared(
      VkTessellationDomainOrigin):
    when ownSizeof(VkTessellationDomainOrigin) !=
        ownSizeof(VkTessellationDomainOrigin_1124075192):
      static :
        warning("Declaration of " & "VkTessellationDomainOrigin" &
            " exists but with different size")
    VkTessellationDomainOrigin
  else:
    VkTessellationDomainOrigin_1124075192)
  VkPhysicalDeviceVertexAttributeDivisorProperties_1124076399 = (when declared(
      VkPhysicalDeviceVertexAttributeDivisorProperties):
    when ownSizeof(VkPhysicalDeviceVertexAttributeDivisorProperties) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeDivisorProperties_1124076398):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeDivisorProperties" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeDivisorProperties
  else:
    VkPhysicalDeviceVertexAttributeDivisorProperties_1124076398)
  VkIndirectCommandsLayoutCreateInfoNV_1124080071 = (when declared(
      VkIndirectCommandsLayoutCreateInfoNV):
    when ownSizeof(VkIndirectCommandsLayoutCreateInfoNV) !=
        ownSizeof(VkIndirectCommandsLayoutCreateInfoNV_1124080070):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutCreateInfoNV" &
            " exists but with different size")
    VkIndirectCommandsLayoutCreateInfoNV
  else:
    VkIndirectCommandsLayoutCreateInfoNV_1124080070)
  VkDriverIdKHR_1124077565 = (when declared(VkDriverIdKHR):
    when ownSizeof(VkDriverIdKHR) != ownSizeof(VkDriverIdKHR_1124077564):
      static :
        warning("Declaration of " & "VkDriverIdKHR" &
            " exists but with different size")
    VkDriverIdKHR
  else:
    VkDriverIdKHR_1124077564)
  struct_VkSparseImageMemoryBindInfo_1124074601 = (when declared(
      struct_VkSparseImageMemoryBindInfo):
    when ownSizeof(struct_VkSparseImageMemoryBindInfo) !=
        ownSizeof(struct_VkSparseImageMemoryBindInfo_1124074600):
      static :
        warning("Declaration of " & "struct_VkSparseImageMemoryBindInfo" &
            " exists but with different size")
    struct_VkSparseImageMemoryBindInfo
  else:
    struct_VkSparseImageMemoryBindInfo_1124074600)
  VkFormatProperties3_1124075993 = (when declared(VkFormatProperties3):
    when ownSizeof(VkFormatProperties3) != ownSizeof(VkFormatProperties3_1124075992):
      static :
        warning("Declaration of " & "VkFormatProperties3" &
            " exists but with different size")
    VkFormatProperties3
  else:
    VkFormatProperties3_1124075992)
  enum_VkSamplerYcbcrModelConversion_1124075175 = (when declared(
      enum_VkSamplerYcbcrModelConversion):
    when ownSizeof(enum_VkSamplerYcbcrModelConversion) !=
        ownSizeof(enum_VkSamplerYcbcrModelConversion_1124075174):
      static :
        warning("Declaration of " & "enum_VkSamplerYcbcrModelConversion" &
            " exists but with different size")
    enum_VkSamplerYcbcrModelConversion
  else:
    enum_VkSamplerYcbcrModelConversion_1124075174)
  VkLatencyMarkerNV_1124081657 = (when declared(VkLatencyMarkerNV):
    when ownSizeof(VkLatencyMarkerNV) != ownSizeof(VkLatencyMarkerNV_1124081656):
      static :
        warning("Declaration of " & "VkLatencyMarkerNV" &
            " exists but with different size")
    VkLatencyMarkerNV
  else:
    VkLatencyMarkerNV_1124081656)
  struct_VkAccelerationStructureBuildSizesInfoKHR_1124082121 = (when declared(
      struct_VkAccelerationStructureBuildSizesInfoKHR):
    when ownSizeof(struct_VkAccelerationStructureBuildSizesInfoKHR) !=
        ownSizeof(struct_VkAccelerationStructureBuildSizesInfoKHR_1124082120):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureBuildSizesInfoKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureBuildSizesInfoKHR
  else:
    struct_VkAccelerationStructureBuildSizesInfoKHR_1124082120)
  StdVideoH265HrdParameters_1124083015 = (when declared(
      StdVideoH265HrdParameters):
    when ownSizeof(StdVideoH265HrdParameters) !=
        ownSizeof(StdVideoH265HrdParameters_1124083014):
      static :
        warning("Declaration of " & "StdVideoH265HrdParameters" &
            " exists but with different size")
    StdVideoH265HrdParameters
  else:
    StdVideoH265HrdParameters_1124083014)
  struct_VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082013 = (when declared(
      struct_VkPhysicalDeviceRayTracingValidationFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingValidationFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082012):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingValidationFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingValidationFeaturesNV
  else:
    struct_VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082012)
  struct_VkSemaphoreGetWin32HandleInfoKHR_1124082703 = (when declared(
      struct_VkSemaphoreGetWin32HandleInfoKHR):
    when ownSizeof(struct_VkSemaphoreGetWin32HandleInfoKHR) !=
        ownSizeof(struct_VkSemaphoreGetWin32HandleInfoKHR_1124082702):
      static :
        warning("Declaration of " & "struct_VkSemaphoreGetWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkSemaphoreGetWin32HandleInfoKHR
  else:
    struct_VkSemaphoreGetWin32HandleInfoKHR_1124082702)
  VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078189 = (when declared(
      VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078188):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR
  else:
    VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078188)
  struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080893 = (when declared(
      struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080892):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
  else:
    struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080892)
  struct_VkCopyMemoryToMicromapInfoEXT_1124080841 = (when declared(
      struct_VkCopyMemoryToMicromapInfoEXT):
    when ownSizeof(struct_VkCopyMemoryToMicromapInfoEXT) !=
        ownSizeof(struct_VkCopyMemoryToMicromapInfoEXT_1124080840):
      static :
        warning("Declaration of " & "struct_VkCopyMemoryToMicromapInfoEXT" &
            " exists but with different size")
    struct_VkCopyMemoryToMicromapInfoEXT
  else:
    struct_VkCopyMemoryToMicromapInfoEXT_1124080840)
  PFN_vkUpdateDescriptorSets_1124075091 = (when declared(
      PFN_vkUpdateDescriptorSets):
    when ownSizeof(PFN_vkUpdateDescriptorSets) !=
        ownSizeof(PFN_vkUpdateDescriptorSets_1124075090):
      static :
        warning("Declaration of " & "PFN_vkUpdateDescriptorSets" &
            " exists but with different size")
    PFN_vkUpdateDescriptorSets
  else:
    PFN_vkUpdateDescriptorSets_1124075090)
  VkFragmentShadingRateCombinerOpKHR_1124077613 = (when declared(
      VkFragmentShadingRateCombinerOpKHR):
    when ownSizeof(VkFragmentShadingRateCombinerOpKHR) !=
        ownSizeof(VkFragmentShadingRateCombinerOpKHR_1124077612):
      static :
        warning("Declaration of " & "VkFragmentShadingRateCombinerOpKHR" &
            " exists but with different size")
    VkFragmentShadingRateCombinerOpKHR
  else:
    VkFragmentShadingRateCombinerOpKHR_1124077612)
  struct_VkVideoEncodeH264RateControlInfoKHR_1124076887 = (when declared(
      struct_VkVideoEncodeH264RateControlInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264RateControlInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264RateControlInfoKHR_1124076886):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264RateControlInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264RateControlInfoKHR
  else:
    struct_VkVideoEncodeH264RateControlInfoKHR_1124076886)
  struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080825 = (when declared(
      struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080824):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT
  else:
    struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080824)
  struct_StdVideoDecodeH264ReferenceInfo_1124082937 = (when declared(
      struct_StdVideoDecodeH264ReferenceInfo):
    when ownSizeof(struct_StdVideoDecodeH264ReferenceInfo) !=
        ownSizeof(struct_StdVideoDecodeH264ReferenceInfo_1124082936):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeH264ReferenceInfo" &
            " exists but with different size")
    struct_StdVideoDecodeH264ReferenceInfo
  else:
    struct_StdVideoDecodeH264ReferenceInfo_1124082936)
  PFN_vkCmdWriteTimestamp2KHR_1124077897 = (when declared(
      PFN_vkCmdWriteTimestamp2KHR):
    when ownSizeof(PFN_vkCmdWriteTimestamp2KHR) !=
        ownSizeof(PFN_vkCmdWriteTimestamp2KHR_1124077896):
      static :
        warning("Declaration of " & "PFN_vkCmdWriteTimestamp2KHR" &
            " exists but with different size")
    PFN_vkCmdWriteTimestamp2KHR
  else:
    PFN_vkCmdWriteTimestamp2KHR_1124077896)
  VkInstanceCreateInfo_1124074515 = (when declared(VkInstanceCreateInfo):
    when ownSizeof(VkInstanceCreateInfo) != ownSizeof(VkInstanceCreateInfo_1124074514):
      static :
        warning("Declaration of " & "VkInstanceCreateInfo" &
            " exists but with different size")
    VkInstanceCreateInfo
  else:
    VkInstanceCreateInfo_1124074514)
  VkSurfacePresentModeCompatibilityEXT_1124079993 = (when declared(
      VkSurfacePresentModeCompatibilityEXT):
    when ownSizeof(VkSurfacePresentModeCompatibilityEXT) !=
        ownSizeof(VkSurfacePresentModeCompatibilityEXT_1124079992):
      static :
        warning("Declaration of " & "VkSurfacePresentModeCompatibilityEXT" &
            " exists but with different size")
    VkSurfacePresentModeCompatibilityEXT
  else:
    VkSurfacePresentModeCompatibilityEXT_1124079992)
  VkQueryPipelineStatisticFlags_1124074251 = (when declared(
      VkQueryPipelineStatisticFlags):
    when ownSizeof(VkQueryPipelineStatisticFlags) !=
        ownSizeof(VkQueryPipelineStatisticFlags_1124074250):
      static :
        warning("Declaration of " & "VkQueryPipelineStatisticFlags" &
            " exists but with different size")
    VkQueryPipelineStatisticFlags
  else:
    VkQueryPipelineStatisticFlags_1124074250)
  VkExtent3D_1124074447 = (when declared(VkExtent3D):
    when ownSizeof(VkExtent3D) != ownSizeof(VkExtent3D_1124074446):
      static :
        warning("Declaration of " & "VkExtent3D" &
            " exists but with different size")
    VkExtent3D
  else:
    VkExtent3D_1124074446)
  StdVideoAV1InterpolationFilter_1124083069 = (when declared(
      StdVideoAV1InterpolationFilter):
    when ownSizeof(StdVideoAV1InterpolationFilter) !=
        ownSizeof(StdVideoAV1InterpolationFilter_1124083068):
      static :
        warning("Declaration of " & "StdVideoAV1InterpolationFilter" &
            " exists but with different size")
    StdVideoAV1InterpolationFilter
  else:
    StdVideoAV1InterpolationFilter_1124083068)
  VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080437 = (when declared(
      VkPhysicalDeviceFragmentDensityMap2PropertiesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMap2PropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080436):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMap2PropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMap2PropertiesEXT
  else:
    VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080436)
  VkTensorMemoryRequirementsInfoARM_1124081279 = (when declared(
      VkTensorMemoryRequirementsInfoARM):
    when ownSizeof(VkTensorMemoryRequirementsInfoARM) !=
        ownSizeof(VkTensorMemoryRequirementsInfoARM_1124081278):
      static :
        warning("Declaration of " & "VkTensorMemoryRequirementsInfoARM" &
            " exists but with different size")
    VkTensorMemoryRequirementsInfoARM
  else:
    VkTensorMemoryRequirementsInfoARM_1124081278)
  struct_VkAntiLagPresentationInfoAMD_1124081493 = (when declared(
      struct_VkAntiLagPresentationInfoAMD):
    when ownSizeof(struct_VkAntiLagPresentationInfoAMD) !=
        ownSizeof(struct_VkAntiLagPresentationInfoAMD_1124081492):
      static :
        warning("Declaration of " & "struct_VkAntiLagPresentationInfoAMD" &
            " exists but with different size")
    struct_VkAntiLagPresentationInfoAMD
  else:
    struct_VkAntiLagPresentationInfoAMD_1124081492)
  PFN_vkDestroyDescriptorUpdateTemplate_1124075587 = (when declared(
      PFN_vkDestroyDescriptorUpdateTemplate):
    when ownSizeof(PFN_vkDestroyDescriptorUpdateTemplate) !=
        ownSizeof(PFN_vkDestroyDescriptorUpdateTemplate_1124075586):
      static :
        warning("Declaration of " & "PFN_vkDestroyDescriptorUpdateTemplate" &
            " exists but with different size")
    PFN_vkDestroyDescriptorUpdateTemplate
  else:
    PFN_vkDestroyDescriptorUpdateTemplate_1124075586)
  struct_VkPhysicalDeviceMultiviewProperties_1124075531 = (when declared(
      struct_VkPhysicalDeviceMultiviewProperties):
    when ownSizeof(struct_VkPhysicalDeviceMultiviewProperties) !=
        ownSizeof(struct_VkPhysicalDeviceMultiviewProperties_1124075530):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceMultiviewProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiviewProperties
  else:
    struct_VkPhysicalDeviceMultiviewProperties_1124075530)
  VkVideoEncodeQuantizationMapInfoKHR_1124078499 = (when declared(
      VkVideoEncodeQuantizationMapInfoKHR):
    when ownSizeof(VkVideoEncodeQuantizationMapInfoKHR) !=
        ownSizeof(VkVideoEncodeQuantizationMapInfoKHR_1124078498):
      static :
        warning("Declaration of " & "VkVideoEncodeQuantizationMapInfoKHR" &
            " exists but with different size")
    VkVideoEncodeQuantizationMapInfoKHR
  else:
    VkVideoEncodeQuantizationMapInfoKHR_1124078498)
  VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080429 = (when declared(
      VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080428):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
  else:
    VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080428)
  struct_VkSamplerYcbcrConversionImageFormatProperties_1124075499 = (when declared(
      struct_VkSamplerYcbcrConversionImageFormatProperties):
    when ownSizeof(struct_VkSamplerYcbcrConversionImageFormatProperties) !=
        ownSizeof(struct_VkSamplerYcbcrConversionImageFormatProperties_1124075498):
      static :
        warning("Declaration of " &
            "struct_VkSamplerYcbcrConversionImageFormatProperties" &
            " exists but with different size")
    struct_VkSamplerYcbcrConversionImageFormatProperties
  else:
    struct_VkSamplerYcbcrConversionImageFormatProperties_1124075498)
  struct_VkVideoEncodeH265RateControlLayerInfoKHR_1124077005 = (when declared(
      struct_VkVideoEncodeH265RateControlLayerInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265RateControlLayerInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265RateControlLayerInfoKHR_1124077004):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265RateControlLayerInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265RateControlLayerInfoKHR
  else:
    struct_VkVideoEncodeH265RateControlLayerInfoKHR_1124077004)
  VkDataGraphPipelineCompilerControlCreateInfoARM_1124081753 = (when declared(
      VkDataGraphPipelineCompilerControlCreateInfoARM):
    when ownSizeof(VkDataGraphPipelineCompilerControlCreateInfoARM) !=
        ownSizeof(VkDataGraphPipelineCompilerControlCreateInfoARM_1124081752):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineCompilerControlCreateInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineCompilerControlCreateInfoARM
  else:
    VkDataGraphPipelineCompilerControlCreateInfoARM_1124081752)
  struct_VkSwapchainPresentScalingCreateInfoKHR_1124078155 = (when declared(
      struct_VkSwapchainPresentScalingCreateInfoKHR):
    when ownSizeof(struct_VkSwapchainPresentScalingCreateInfoKHR) !=
        ownSizeof(struct_VkSwapchainPresentScalingCreateInfoKHR_1124078154):
      static :
        warning("Declaration of " &
            "struct_VkSwapchainPresentScalingCreateInfoKHR" &
            " exists but with different size")
    struct_VkSwapchainPresentScalingCreateInfoKHR
  else:
    struct_VkSwapchainPresentScalingCreateInfoKHR_1124078154)
  struct_VkPhysicalDeviceFaultFeaturesEXT_1124080485 = (when declared(
      struct_VkPhysicalDeviceFaultFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFaultFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFaultFeaturesEXT_1124080484):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceFaultFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFaultFeaturesEXT
  else:
    struct_VkPhysicalDeviceFaultFeaturesEXT_1124080484)
  enum_VkCompareOp_1124074081 = (when declared(enum_VkCompareOp):
    when ownSizeof(enum_VkCompareOp) != ownSizeof(enum_VkCompareOp_1124074080):
      static :
        warning("Declaration of " & "enum_VkCompareOp" &
            " exists but with different size")
    enum_VkCompareOp
  else:
    enum_VkCompareOp_1124074080)
  enum_VkIndexType_1124074057 = (when declared(enum_VkIndexType):
    when ownSizeof(enum_VkIndexType) != ownSizeof(enum_VkIndexType_1124074056):
      static :
        warning("Declaration of " & "enum_VkIndexType" &
            " exists but with different size")
    enum_VkIndexType
  else:
    enum_VkIndexType_1124074056)
  PFN_vkCmdBuildAccelerationStructureNV_1124079459 = (when declared(
      PFN_vkCmdBuildAccelerationStructureNV):
    when ownSizeof(PFN_vkCmdBuildAccelerationStructureNV) !=
        ownSizeof(PFN_vkCmdBuildAccelerationStructureNV_1124079458):
      static :
        warning("Declaration of " & "PFN_vkCmdBuildAccelerationStructureNV" &
            " exists but with different size")
    PFN_vkCmdBuildAccelerationStructureNV
  else:
    PFN_vkCmdBuildAccelerationStructureNV_1124079458)
  struct_VkDrawIndirectCommand_1124074777 = (when declared(
      struct_VkDrawIndirectCommand):
    when ownSizeof(struct_VkDrawIndirectCommand) !=
        ownSizeof(struct_VkDrawIndirectCommand_1124074776):
      static :
        warning("Declaration of " & "struct_VkDrawIndirectCommand" &
            " exists but with different size")
    struct_VkDrawIndirectCommand
  else:
    struct_VkDrawIndirectCommand_1124074776)
  VkPerTileBeginInfoQCOM_1124080239 = (when declared(VkPerTileBeginInfoQCOM):
    when ownSizeof(VkPerTileBeginInfoQCOM) != ownSizeof(VkPerTileBeginInfoQCOM_1124080238):
      static :
        warning("Declaration of " & "VkPerTileBeginInfoQCOM" &
            " exists but with different size")
    VkPerTileBeginInfoQCOM
  else:
    VkPerTileBeginInfoQCOM_1124080238)
  struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081615 = (when declared(
      struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081614):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
  else:
    struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081614)
  PFN_vkCmdSetRepresentativeFragmentTestEnableNV_1124081197 = (when declared(
      PFN_vkCmdSetRepresentativeFragmentTestEnableNV):
    when ownSizeof(PFN_vkCmdSetRepresentativeFragmentTestEnableNV) !=
        ownSizeof(PFN_vkCmdSetRepresentativeFragmentTestEnableNV_1124081196):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetRepresentativeFragmentTestEnableNV" &
            " exists but with different size")
    PFN_vkCmdSetRepresentativeFragmentTestEnableNV
  else:
    PFN_vkCmdSetRepresentativeFragmentTestEnableNV_1124081196)
  VkDataGraphPipelineShaderModuleCreateInfoARM_1124081761 = (when declared(
      VkDataGraphPipelineShaderModuleCreateInfoARM):
    when ownSizeof(VkDataGraphPipelineShaderModuleCreateInfoARM) !=
        ownSizeof(VkDataGraphPipelineShaderModuleCreateInfoARM_1124081760):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineShaderModuleCreateInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineShaderModuleCreateInfoARM
  else:
    VkDataGraphPipelineShaderModuleCreateInfoARM_1124081760)
  enum_StdVideoH265ChromaFormatIdc_1124083159 = (when declared(
      enum_StdVideoH265ChromaFormatIdc):
    when ownSizeof(enum_StdVideoH265ChromaFormatIdc) !=
        ownSizeof(enum_StdVideoH265ChromaFormatIdc_1124083158):
      static :
        warning("Declaration of " & "enum_StdVideoH265ChromaFormatIdc" &
            " exists but with different size")
    enum_StdVideoH265ChromaFormatIdc
  else:
    enum_StdVideoH265ChromaFormatIdc_1124083158)
  VkPhysicalDeviceProtectedMemoryFeatures_1124075375 = (when declared(
      VkPhysicalDeviceProtectedMemoryFeatures):
    when ownSizeof(VkPhysicalDeviceProtectedMemoryFeatures) !=
        ownSizeof(VkPhysicalDeviceProtectedMemoryFeatures_1124075374):
      static :
        warning("Declaration of " & "VkPhysicalDeviceProtectedMemoryFeatures" &
            " exists but with different size")
    VkPhysicalDeviceProtectedMemoryFeatures
  else:
    VkPhysicalDeviceProtectedMemoryFeatures_1124075374)
  VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082359 = (when declared(
      VkCooperativeMatrixFlexibleDimensionsPropertiesNV):
    when ownSizeof(VkCooperativeMatrixFlexibleDimensionsPropertiesNV) !=
        ownSizeof(VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082358):
      static :
        warning("Declaration of " &
            "VkCooperativeMatrixFlexibleDimensionsPropertiesNV" &
            " exists but with different size")
    VkCooperativeMatrixFlexibleDimensionsPropertiesNV
  else:
    VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082358)
  PFN_vkCmdDrawMeshTasksIndirectEXT_1124082641 = (when declared(
      PFN_vkCmdDrawMeshTasksIndirectEXT):
    when ownSizeof(PFN_vkCmdDrawMeshTasksIndirectEXT) !=
        ownSizeof(PFN_vkCmdDrawMeshTasksIndirectEXT_1124082640):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectEXT" &
            " exists but with different size")
    PFN_vkCmdDrawMeshTasksIndirectEXT
  else:
    PFN_vkCmdDrawMeshTasksIndirectEXT_1124082640)
  StdVideoVP9ColorSpace_1124083303 = (when declared(StdVideoVP9ColorSpace):
    when ownSizeof(StdVideoVP9ColorSpace) != ownSizeof(StdVideoVP9ColorSpace_1124083302):
      static :
        warning("Declaration of " & "StdVideoVP9ColorSpace" &
            " exists but with different size")
    StdVideoVP9ColorSpace
  else:
    StdVideoVP9ColorSpace_1124083302)
  VkDebugReportCallbackEXT_1124078655 = (when declared(VkDebugReportCallbackEXT):
    when ownSizeof(VkDebugReportCallbackEXT) !=
        ownSizeof(VkDebugReportCallbackEXT_1124078654):
      static :
        warning("Declaration of " & "VkDebugReportCallbackEXT" &
            " exists but with different size")
    VkDebugReportCallbackEXT
  else:
    VkDebugReportCallbackEXT_1124078654)
  enum_VkShaderFloatControlsIndependence_1124075601 = (when declared(
      enum_VkShaderFloatControlsIndependence):
    when ownSizeof(enum_VkShaderFloatControlsIndependence) !=
        ownSizeof(enum_VkShaderFloatControlsIndependence_1124075600):
      static :
        warning("Declaration of " & "enum_VkShaderFloatControlsIndependence" &
            " exists but with different size")
    enum_VkShaderFloatControlsIndependence
  else:
    enum_VkShaderFloatControlsIndependence_1124075600)
  PFN_vkCopyImageToImageEXT_1124079959 = (when declared(
      PFN_vkCopyImageToImageEXT):
    when ownSizeof(PFN_vkCopyImageToImageEXT) !=
        ownSizeof(PFN_vkCopyImageToImageEXT_1124079958):
      static :
        warning("Declaration of " & "PFN_vkCopyImageToImageEXT" &
            " exists but with different size")
    PFN_vkCopyImageToImageEXT
  else:
    PFN_vkCopyImageToImageEXT_1124079958)
  VkAccelerationStructureDeviceAddressInfoKHR_1124082533 = (when declared(
      VkAccelerationStructureDeviceAddressInfoKHR):
    when ownSizeof(VkAccelerationStructureDeviceAddressInfoKHR) !=
        ownSizeof(VkAccelerationStructureDeviceAddressInfoKHR_1124082532):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureDeviceAddressInfoKHR" &
            " exists but with different size")
    VkAccelerationStructureDeviceAddressInfoKHR
  else:
    VkAccelerationStructureDeviceAddressInfoKHR_1124082532)
  struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075763 = (when declared(
      struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075762):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures
  else:
    struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075762)
  struct_VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082687 = (when declared(
      struct_VkWin32KeyedMutexAcquireReleaseInfoKHR):
    when ownSizeof(struct_VkWin32KeyedMutexAcquireReleaseInfoKHR) !=
        ownSizeof(struct_VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082686):
      static :
        warning("Declaration of " &
            "struct_VkWin32KeyedMutexAcquireReleaseInfoKHR" &
            " exists but with different size")
    struct_VkWin32KeyedMutexAcquireReleaseInfoKHR
  else:
    struct_VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082686)
  PFN_vkFreeFunction_1124074487 = (when declared(PFN_vkFreeFunction):
    when ownSizeof(PFN_vkFreeFunction) != ownSizeof(PFN_vkFreeFunction_1124074486):
      static :
        warning("Declaration of " & "PFN_vkFreeFunction" &
            " exists but with different size")
    PFN_vkFreeFunction
  else:
    PFN_vkFreeFunction_1124074486)
  PFN_vkGetBufferDeviceAddressKHR_1124077685 = (when declared(
      PFN_vkGetBufferDeviceAddressKHR):
    when ownSizeof(PFN_vkGetBufferDeviceAddressKHR) !=
        ownSizeof(PFN_vkGetBufferDeviceAddressKHR_1124077684):
      static :
        warning("Declaration of " & "PFN_vkGetBufferDeviceAddressKHR" &
            " exists but with different size")
    PFN_vkGetBufferDeviceAddressKHR
  else:
    PFN_vkGetBufferDeviceAddressKHR_1124077684)
  VkPerformanceMarkerInfoINTEL_1124079669 = (when declared(
      VkPerformanceMarkerInfoINTEL):
    when ownSizeof(VkPerformanceMarkerInfoINTEL) !=
        ownSizeof(VkPerformanceMarkerInfoINTEL_1124079668):
      static :
        warning("Declaration of " & "VkPerformanceMarkerInfoINTEL" &
            " exists but with different size")
    VkPerformanceMarkerInfoINTEL
  else:
    VkPerformanceMarkerInfoINTEL_1124079668)
  struct_VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080969 = (when declared(
      struct_VkPhysicalDeviceRenderPassStripedFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceRenderPassStripedFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080968):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRenderPassStripedFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceRenderPassStripedFeaturesARM
  else:
    struct_VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080968)
  PFN_vkCmdPipelineBarrier_1124075025 = (when declared(PFN_vkCmdPipelineBarrier):
    when ownSizeof(PFN_vkCmdPipelineBarrier) !=
        ownSizeof(PFN_vkCmdPipelineBarrier_1124075024):
      static :
        warning("Declaration of " & "PFN_vkCmdPipelineBarrier" &
            " exists but with different size")
    PFN_vkCmdPipelineBarrier
  else:
    PFN_vkCmdPipelineBarrier_1124075024)
  VkGeometryFlagBitsNV_1124079363 = (when declared(VkGeometryFlagBitsNV):
    when ownSizeof(VkGeometryFlagBitsNV) != ownSizeof(VkGeometryFlagBitsNV_1124079362):
      static :
        warning("Declaration of " & "VkGeometryFlagBitsNV" &
            " exists but with different size")
    VkGeometryFlagBitsNV
  else:
    VkGeometryFlagBitsNV_1124079362)
  PFN_vkGetDeviceFaultInfoEXT_1124080509 = (when declared(
      PFN_vkGetDeviceFaultInfoEXT):
    when ownSizeof(PFN_vkGetDeviceFaultInfoEXT) !=
        ownSizeof(PFN_vkGetDeviceFaultInfoEXT_1124080508):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceFaultInfoEXT" &
            " exists but with different size")
    PFN_vkGetDeviceFaultInfoEXT
  else:
    PFN_vkGetDeviceFaultInfoEXT_1124080508)
  PFN_vkGetRenderingAreaGranularity_1124076461 = (when declared(
      PFN_vkGetRenderingAreaGranularity):
    when ownSizeof(PFN_vkGetRenderingAreaGranularity) !=
        ownSizeof(PFN_vkGetRenderingAreaGranularity_1124076460):
      static :
        warning("Declaration of " & "PFN_vkGetRenderingAreaGranularity" &
            " exists but with different size")
    PFN_vkGetRenderingAreaGranularity
  else:
    PFN_vkGetRenderingAreaGranularity_1124076460)
  PFN_vkCmdSetRasterizerDiscardEnable_1124076183 = (when declared(
      PFN_vkCmdSetRasterizerDiscardEnable):
    when ownSizeof(PFN_vkCmdSetRasterizerDiscardEnable) !=
        ownSizeof(PFN_vkCmdSetRasterizerDiscardEnable_1124076182):
      static :
        warning("Declaration of " & "PFN_vkCmdSetRasterizerDiscardEnable" &
            " exists but with different size")
    PFN_vkCmdSetRasterizerDiscardEnable
  else:
    PFN_vkCmdSetRasterizerDiscardEnable_1124076182)
  VkAttachmentSampleCountInfoAMD_1124079123 = (when declared(
      VkAttachmentSampleCountInfoAMD):
    when ownSizeof(VkAttachmentSampleCountInfoAMD) !=
        ownSizeof(VkAttachmentSampleCountInfoAMD_1124079122):
      static :
        warning("Declaration of " & "VkAttachmentSampleCountInfoAMD" &
            " exists but with different size")
    VkAttachmentSampleCountInfoAMD
  else:
    VkAttachmentSampleCountInfoAMD_1124079122)
  VkPhysicalDeviceSparseImageFormatInfo2_1124075367 = (when declared(
      VkPhysicalDeviceSparseImageFormatInfo2):
    when ownSizeof(VkPhysicalDeviceSparseImageFormatInfo2) !=
        ownSizeof(VkPhysicalDeviceSparseImageFormatInfo2_1124075366):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSparseImageFormatInfo2" &
            " exists but with different size")
    VkPhysicalDeviceSparseImageFormatInfo2
  else:
    VkPhysicalDeviceSparseImageFormatInfo2_1124075366)
  enum_VkQueryPoolSamplingModeINTEL_1124079633 = (when declared(
      enum_VkQueryPoolSamplingModeINTEL):
    when ownSizeof(enum_VkQueryPoolSamplingModeINTEL) !=
        ownSizeof(enum_VkQueryPoolSamplingModeINTEL_1124079632):
      static :
        warning("Declaration of " & "enum_VkQueryPoolSamplingModeINTEL" &
            " exists but with different size")
    enum_VkQueryPoolSamplingModeINTEL
  else:
    enum_VkQueryPoolSamplingModeINTEL_1124079632)
  VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080713 = (when declared(
      VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE):
    when ownSizeof(VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE) !=
        ownSizeof(VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080712):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE" &
            " exists but with different size")
    VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE
  else:
    VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080712)
  enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082029 = (when declared(
      enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV):
    when ownSizeof(enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082028):
      static :
        warning("Declaration of " &
            "enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV
  else:
    enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082028)
  VkDescriptorImageInfo_1124074743 = (when declared(VkDescriptorImageInfo):
    when ownSizeof(VkDescriptorImageInfo) != ownSizeof(VkDescriptorImageInfo_1124074742):
      static :
        warning("Declaration of " & "VkDescriptorImageInfo" &
            " exists but with different size")
    VkDescriptorImageInfo
  else:
    VkDescriptorImageInfo_1124074742)
  PFN_vkCmdPushDescriptorSetWithTemplateKHR_1124077221 = (when declared(
      PFN_vkCmdPushDescriptorSetWithTemplateKHR):
    when ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplateKHR) !=
        ownSizeof(PFN_vkCmdPushDescriptorSetWithTemplateKHR_1124077220):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplateKHR" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSetWithTemplateKHR
  else:
    PFN_vkCmdPushDescriptorSetWithTemplateKHR_1124077220)
  VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078729 = (when declared(
      VkPhysicalDeviceTransformFeedbackPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceTransformFeedbackPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078728):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTransformFeedbackPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceTransformFeedbackPropertiesEXT
  else:
    VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078728)
  struct_VkQueryLowLatencySupportNV_1124080255 = (when declared(
      struct_VkQueryLowLatencySupportNV):
    when ownSizeof(struct_VkQueryLowLatencySupportNV) !=
        ownSizeof(struct_VkQueryLowLatencySupportNV_1124080254):
      static :
        warning("Declaration of " & "struct_VkQueryLowLatencySupportNV" &
            " exists but with different size")
    struct_VkQueryLowLatencySupportNV
  else:
    struct_VkQueryLowLatencySupportNV_1124080254)
  enum_VkBlendFactor_1124074093 = (when declared(enum_VkBlendFactor):
    when ownSizeof(enum_VkBlendFactor) != ownSizeof(enum_VkBlendFactor_1124074092):
      static :
        warning("Declaration of " & "enum_VkBlendFactor" &
            " exists but with different size")
    enum_VkBlendFactor
  else:
    enum_VkBlendFactor_1124074092)
  PFN_vkCreateInstance_1124074893 = (when declared(PFN_vkCreateInstance):
    when ownSizeof(PFN_vkCreateInstance) != ownSizeof(PFN_vkCreateInstance_1124074892):
      static :
        warning("Declaration of " & "PFN_vkCreateInstance" &
            " exists but with different size")
    PFN_vkCreateInstance
  else:
    PFN_vkCreateInstance_1124074892)
  VkPhysicalDeviceTensorFeaturesARM_1124081307 = (when declared(
      VkPhysicalDeviceTensorFeaturesARM):
    when ownSizeof(VkPhysicalDeviceTensorFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceTensorFeaturesARM_1124081306):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTensorFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceTensorFeaturesARM
  else:
    VkPhysicalDeviceTensorFeaturesARM_1124081306)
  StdVideoDecodeH265PictureInfoFlags_1124083055 = (when declared(
      StdVideoDecodeH265PictureInfoFlags):
    when ownSizeof(StdVideoDecodeH265PictureInfoFlags) !=
        ownSizeof(StdVideoDecodeH265PictureInfoFlags_1124083054):
      static :
        warning("Declaration of " & "StdVideoDecodeH265PictureInfoFlags" &
            " exists but with different size")
    StdVideoDecodeH265PictureInfoFlags
  else:
    StdVideoDecodeH265PictureInfoFlags_1124083054)
  VkSemaphoreImportFlags_1124075243 = (when declared(VkSemaphoreImportFlags):
    when ownSizeof(VkSemaphoreImportFlags) != ownSizeof(VkSemaphoreImportFlags_1124075242):
      static :
        warning("Declaration of " & "VkSemaphoreImportFlags" &
            " exists but with different size")
    VkSemaphoreImportFlags
  else:
    VkSemaphoreImportFlags_1124075242)
  struct_VkPhysicalDevicePipelineRobustnessFeatures_1124076373 = (when declared(
      struct_VkPhysicalDevicePipelineRobustnessFeatures):
    when ownSizeof(struct_VkPhysicalDevicePipelineRobustnessFeatures) !=
        ownSizeof(struct_VkPhysicalDevicePipelineRobustnessFeatures_1124076372):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineRobustnessFeatures" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineRobustnessFeatures
  else:
    struct_VkPhysicalDevicePipelineRobustnessFeatures_1124076372)
  struct_VkImageCaptureDescriptorDataInfoEXT_1124080297 = (when declared(
      struct_VkImageCaptureDescriptorDataInfoEXT):
    when ownSizeof(struct_VkImageCaptureDescriptorDataInfoEXT) !=
        ownSizeof(struct_VkImageCaptureDescriptorDataInfoEXT_1124080296):
      static :
        warning("Declaration of " & "struct_VkImageCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    struct_VkImageCaptureDescriptorDataInfoEXT
  else:
    struct_VkImageCaptureDescriptorDataInfoEXT_1124080296)
  VkAccelerationStructureInstanceKHR_1124079447 = (when declared(
      VkAccelerationStructureInstanceKHR):
    when ownSizeof(VkAccelerationStructureInstanceKHR) !=
        ownSizeof(VkAccelerationStructureInstanceKHR_1124079446):
      static :
        warning("Declaration of " & "VkAccelerationStructureInstanceKHR" &
            " exists but with different size")
    VkAccelerationStructureInstanceKHR
  else:
    VkAccelerationStructureInstanceKHR_1124079446)
  VkPhysicalDeviceCopyMemoryIndirectPropertiesNV_1124081015 = (when declared(
      VkPhysicalDeviceCopyMemoryIndirectPropertiesNV):
    when ownSizeof(VkPhysicalDeviceCopyMemoryIndirectPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceCopyMemoryIndirectPropertiesNV_1124081014):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCopyMemoryIndirectPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceCopyMemoryIndirectPropertiesNV
  else:
    VkPhysicalDeviceCopyMemoryIndirectPropertiesNV_1124081014)
  struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082143 = (when declared(
      struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV):
    when ownSizeof(struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082142):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV
  else:
    struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082142)
  struct_VkVideoEncodeUsageInfoKHR_1124077823 = (when declared(
      struct_VkVideoEncodeUsageInfoKHR):
    when ownSizeof(struct_VkVideoEncodeUsageInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeUsageInfoKHR_1124077822):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeUsageInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeUsageInfoKHR
  else:
    struct_VkVideoEncodeUsageInfoKHR_1124077822)
  enum_VkExternalFenceFeatureFlagBits_1124075227 = (when declared(
      enum_VkExternalFenceFeatureFlagBits):
    when ownSizeof(enum_VkExternalFenceFeatureFlagBits) !=
        ownSizeof(enum_VkExternalFenceFeatureFlagBits_1124075226):
      static :
        warning("Declaration of " & "enum_VkExternalFenceFeatureFlagBits" &
            " exists but with different size")
    enum_VkExternalFenceFeatureFlagBits
  else:
    enum_VkExternalFenceFeatureFlagBits_1124075226)
  struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081123 = (when declared(
      struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081122):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
  else:
    struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081122)
  struct_StdVideoAV1TileInfoFlags_1124083351 = (when declared(
      struct_StdVideoAV1TileInfoFlags):
    when ownSizeof(struct_StdVideoAV1TileInfoFlags) !=
        ownSizeof(struct_StdVideoAV1TileInfoFlags_1124083350):
      static :
        warning("Declaration of " & "struct_StdVideoAV1TileInfoFlags" &
            " exists but with different size")
    struct_StdVideoAV1TileInfoFlags
  else:
    struct_StdVideoAV1TileInfoFlags_1124083350)
  VkMutableDescriptorTypeCreateInfoVALVE_1124080537 = (when declared(
      VkMutableDescriptorTypeCreateInfoVALVE):
    when ownSizeof(VkMutableDescriptorTypeCreateInfoVALVE) !=
        ownSizeof(VkMutableDescriptorTypeCreateInfoVALVE_1124080536):
      static :
        warning("Declaration of " & "VkMutableDescriptorTypeCreateInfoVALVE" &
            " exists but with different size")
    VkMutableDescriptorTypeCreateInfoVALVE
  else:
    VkMutableDescriptorTypeCreateInfoVALVE_1124080536)
  PFN_vkBindVideoSessionMemoryKHR_1124076765 = (when declared(
      PFN_vkBindVideoSessionMemoryKHR):
    when ownSizeof(PFN_vkBindVideoSessionMemoryKHR) !=
        ownSizeof(PFN_vkBindVideoSessionMemoryKHR_1124076764):
      static :
        warning("Declaration of " & "PFN_vkBindVideoSessionMemoryKHR" &
            " exists but with different size")
    PFN_vkBindVideoSessionMemoryKHR
  else:
    PFN_vkBindVideoSessionMemoryKHR_1124076764)
  struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082381 = (when declared(
      struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM):
    when ownSizeof(struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM) !=
        ownSizeof(struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082380):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM
  else:
    struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082380)
  struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082527 = (when declared(
      struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082526):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR
  else:
    struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082526)
  VkDeviceOrHostAddressConstAMDX_1124082813 = (when declared(
      VkDeviceOrHostAddressConstAMDX):
    when ownSizeof(VkDeviceOrHostAddressConstAMDX) !=
        ownSizeof(VkDeviceOrHostAddressConstAMDX_1124082812):
      static :
        warning("Declaration of " & "VkDeviceOrHostAddressConstAMDX" &
            " exists but with different size")
    VkDeviceOrHostAddressConstAMDX
  else:
    VkDeviceOrHostAddressConstAMDX_1124082812)
  enum_VkMemoryMapFlagBits_1124074215 = (when declared(enum_VkMemoryMapFlagBits):
    when ownSizeof(enum_VkMemoryMapFlagBits) !=
        ownSizeof(enum_VkMemoryMapFlagBits_1124074214):
      static :
        warning("Declaration of " & "enum_VkMemoryMapFlagBits" &
            " exists but with different size")
    enum_VkMemoryMapFlagBits
  else:
    enum_VkMemoryMapFlagBits_1124074214)
  enum_VkDebugReportFlagBitsEXT_1124078661 = (when declared(
      enum_VkDebugReportFlagBitsEXT):
    when ownSizeof(enum_VkDebugReportFlagBitsEXT) !=
        ownSizeof(enum_VkDebugReportFlagBitsEXT_1124078660):
      static :
        warning("Declaration of " & "enum_VkDebugReportFlagBitsEXT" &
            " exists but with different size")
    enum_VkDebugReportFlagBitsEXT
  else:
    enum_VkDebugReportFlagBitsEXT_1124078660)
  PFN_vkAcquireNextImageKHR_1124076559 = (when declared(
      PFN_vkAcquireNextImageKHR):
    when ownSizeof(PFN_vkAcquireNextImageKHR) !=
        ownSizeof(PFN_vkAcquireNextImageKHR_1124076558):
      static :
        warning("Declaration of " & "PFN_vkAcquireNextImageKHR" &
            " exists but with different size")
    PFN_vkAcquireNextImageKHR
  else:
    PFN_vkAcquireNextImageKHR_1124076558)
  struct_VkWriteDescriptorSetAccelerationStructureNV_1124079421 = (when declared(
      struct_VkWriteDescriptorSetAccelerationStructureNV):
    when ownSizeof(struct_VkWriteDescriptorSetAccelerationStructureNV) !=
        ownSizeof(struct_VkWriteDescriptorSetAccelerationStructureNV_1124079420):
      static :
        warning("Declaration of " &
            "struct_VkWriteDescriptorSetAccelerationStructureNV" &
            " exists but with different size")
    struct_VkWriteDescriptorSetAccelerationStructureNV
  else:
    struct_VkWriteDescriptorSetAccelerationStructureNV_1124079420)
  struct_VkMultiDrawInfoEXT_1124080743 = (when declared(
      struct_VkMultiDrawInfoEXT):
    when ownSizeof(struct_VkMultiDrawInfoEXT) !=
        ownSizeof(struct_VkMultiDrawInfoEXT_1124080742):
      static :
        warning("Declaration of " & "struct_VkMultiDrawInfoEXT" &
            " exists but with different size")
    struct_VkMultiDrawInfoEXT
  else:
    struct_VkMultiDrawInfoEXT_1124080742)
  VkPhysicalDevicePipelineRobustnessPropertiesEXT_1124078867 = (when declared(
      VkPhysicalDevicePipelineRobustnessPropertiesEXT):
    when ownSizeof(VkPhysicalDevicePipelineRobustnessPropertiesEXT) !=
        ownSizeof(VkPhysicalDevicePipelineRobustnessPropertiesEXT_1124078866):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineRobustnessPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDevicePipelineRobustnessPropertiesEXT
  else:
    VkPhysicalDevicePipelineRobustnessPropertiesEXT_1124078866)
  VkOpticalFlowUsageFlagBitsNV_1124081421 = (when declared(
      VkOpticalFlowUsageFlagBitsNV):
    when ownSizeof(VkOpticalFlowUsageFlagBitsNV) !=
        ownSizeof(VkOpticalFlowUsageFlagBitsNV_1124081420):
      static :
        warning("Declaration of " & "VkOpticalFlowUsageFlagBitsNV" &
            " exists but with different size")
    VkOpticalFlowUsageFlagBitsNV
  else:
    VkOpticalFlowUsageFlagBitsNV_1124081420)
  VkImageDrmFormatModifierListCreateInfoEXT_1124079225 = (when declared(
      VkImageDrmFormatModifierListCreateInfoEXT):
    when ownSizeof(VkImageDrmFormatModifierListCreateInfoEXT) !=
        ownSizeof(VkImageDrmFormatModifierListCreateInfoEXT_1124079224):
      static :
        warning("Declaration of " & "VkImageDrmFormatModifierListCreateInfoEXT" &
            " exists but with different size")
    VkImageDrmFormatModifierListCreateInfoEXT
  else:
    VkImageDrmFormatModifierListCreateInfoEXT_1124079224)
  PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR_1124077097 = (when declared(
      PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR_1124077096):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR_1124077096)
  VkPhysicalDeviceTileShadingPropertiesQCOM_1124080231 = (when declared(
      VkPhysicalDeviceTileShadingPropertiesQCOM):
    when ownSizeof(VkPhysicalDeviceTileShadingPropertiesQCOM) !=
        ownSizeof(VkPhysicalDeviceTileShadingPropertiesQCOM_1124080230):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTileShadingPropertiesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceTileShadingPropertiesQCOM
  else:
    VkPhysicalDeviceTileShadingPropertiesQCOM_1124080230)
  VkQueryPoolCreateFlags_1124074245 = (when declared(VkQueryPoolCreateFlags):
    when ownSizeof(VkQueryPoolCreateFlags) != ownSizeof(VkQueryPoolCreateFlags_1124074244):
      static :
        warning("Declaration of " & "VkQueryPoolCreateFlags" &
            " exists but with different size")
    VkQueryPoolCreateFlags
  else:
    VkQueryPoolCreateFlags_1124074244)
  struct_VkReleaseCapturedPipelineDataInfoKHR_1124078093 = (when declared(
      struct_VkReleaseCapturedPipelineDataInfoKHR):
    when ownSizeof(struct_VkReleaseCapturedPipelineDataInfoKHR) !=
        ownSizeof(struct_VkReleaseCapturedPipelineDataInfoKHR_1124078092):
      static :
        warning("Declaration of " &
            "struct_VkReleaseCapturedPipelineDataInfoKHR" &
            " exists but with different size")
    struct_VkReleaseCapturedPipelineDataInfoKHR
  else:
    struct_VkReleaseCapturedPipelineDataInfoKHR_1124078092)
  struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076973 = (when declared(
      struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076972):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR
  else:
    struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076972)
  VkPipelineCacheCreateFlagBits_1124074325 = (when declared(
      VkPipelineCacheCreateFlagBits):
    when ownSizeof(VkPipelineCacheCreateFlagBits) !=
        ownSizeof(VkPipelineCacheCreateFlagBits_1124074324):
      static :
        warning("Declaration of " & "VkPipelineCacheCreateFlagBits" &
            " exists but with different size")
    VkPipelineCacheCreateFlagBits
  else:
    VkPipelineCacheCreateFlagBits_1124074324)
  PFN_vkCmdBeginCustomResolveEXT_1124082451 = (when declared(
      PFN_vkCmdBeginCustomResolveEXT):
    when ownSizeof(PFN_vkCmdBeginCustomResolveEXT) !=
        ownSizeof(PFN_vkCmdBeginCustomResolveEXT_1124082450):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginCustomResolveEXT" &
            " exists but with different size")
    PFN_vkCmdBeginCustomResolveEXT
  else:
    PFN_vkCmdBeginCustomResolveEXT_1124082450)
  struct_VkExtensionProperties_1124074557 = (when declared(
      struct_VkExtensionProperties):
    when ownSizeof(struct_VkExtensionProperties) !=
        ownSizeof(struct_VkExtensionProperties_1124074556):
      static :
        warning("Declaration of " & "struct_VkExtensionProperties" &
            " exists but with different size")
    struct_VkExtensionProperties
  else:
    struct_VkExtensionProperties_1124074556)
  VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075989 = (when declared(
      VkPhysicalDeviceTextureCompressionASTCHDRFeatures):
    when ownSizeof(VkPhysicalDeviceTextureCompressionASTCHDRFeatures) !=
        ownSizeof(VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075988):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTextureCompressionASTCHDRFeatures" &
            " exists but with different size")
    VkPhysicalDeviceTextureCompressionASTCHDRFeatures
  else:
    VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075988)
  struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081869 = (when declared(
      struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081868):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM
  else:
    struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081868)
  VkPhysicalDeviceMeshShaderFeaturesEXT_1124082629 = (when declared(
      VkPhysicalDeviceMeshShaderFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMeshShaderFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMeshShaderFeaturesEXT_1124082628):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMeshShaderFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMeshShaderFeaturesEXT
  else:
    VkPhysicalDeviceMeshShaderFeaturesEXT_1124082628)
  struct_VkRenderPassSampleLocationsBeginInfoEXT_1124079149 = (when declared(
      struct_VkRenderPassSampleLocationsBeginInfoEXT):
    when ownSizeof(struct_VkRenderPassSampleLocationsBeginInfoEXT) !=
        ownSizeof(struct_VkRenderPassSampleLocationsBeginInfoEXT_1124079148):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassSampleLocationsBeginInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassSampleLocationsBeginInfoEXT
  else:
    struct_VkRenderPassSampleLocationsBeginInfoEXT_1124079148)
  struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079173 = (when declared(
      struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079172):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT
  else:
    struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079172)
  PFN_vkCmdEndRenderPass2_1124075859 = (when declared(PFN_vkCmdEndRenderPass2):
    when ownSizeof(PFN_vkCmdEndRenderPass2) !=
        ownSizeof(PFN_vkCmdEndRenderPass2_1124075858):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRenderPass2" &
            " exists but with different size")
    PFN_vkCmdEndRenderPass2
  else:
    PFN_vkCmdEndRenderPass2_1124075858)
  struct_VkVideoDecodeAV1DpbSlotInfoKHR_1124078219 = (when declared(
      struct_VkVideoDecodeAV1DpbSlotInfoKHR):
    when ownSizeof(struct_VkVideoDecodeAV1DpbSlotInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeAV1DpbSlotInfoKHR_1124078218):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeAV1DpbSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeAV1DpbSlotInfoKHR
  else:
    struct_VkVideoDecodeAV1DpbSlotInfoKHR_1124078218)
  VkGeneratedCommandsShaderInfoEXT_1124082297 = (when declared(
      VkGeneratedCommandsShaderInfoEXT):
    when ownSizeof(VkGeneratedCommandsShaderInfoEXT) !=
        ownSizeof(VkGeneratedCommandsShaderInfoEXT_1124082296):
      static :
        warning("Declaration of " & "VkGeneratedCommandsShaderInfoEXT" &
            " exists but with different size")
    VkGeneratedCommandsShaderInfoEXT
  else:
    VkGeneratedCommandsShaderInfoEXT_1124082296)
  VkDescriptorSetLayoutCreateInfo_1124074763 = (when declared(
      VkDescriptorSetLayoutCreateInfo):
    when ownSizeof(VkDescriptorSetLayoutCreateInfo) !=
        ownSizeof(VkDescriptorSetLayoutCreateInfo_1124074762):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutCreateInfo" &
            " exists but with different size")
    VkDescriptorSetLayoutCreateInfo
  else:
    VkDescriptorSetLayoutCreateInfo_1124074762)
  VkVideoEncodeFeedbackFlagsKHR_1124077795 = (when declared(
      VkVideoEncodeFeedbackFlagsKHR):
    when ownSizeof(VkVideoEncodeFeedbackFlagsKHR) !=
        ownSizeof(VkVideoEncodeFeedbackFlagsKHR_1124077794):
      static :
        warning("Declaration of " & "VkVideoEncodeFeedbackFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeFeedbackFlagsKHR
  else:
    VkVideoEncodeFeedbackFlagsKHR_1124077794)
  VkPresentGravityFlagsKHR_1124078125 = (when declared(VkPresentGravityFlagsKHR):
    when ownSizeof(VkPresentGravityFlagsKHR) !=
        ownSizeof(VkPresentGravityFlagsKHR_1124078124):
      static :
        warning("Declaration of " & "VkPresentGravityFlagsKHR" &
            " exists but with different size")
    VkPresentGravityFlagsKHR
  else:
    VkPresentGravityFlagsKHR_1124078124)
  VkSubpassResolvePerformanceQueryEXT_1124080655 = (when declared(
      VkSubpassResolvePerformanceQueryEXT):
    when ownSizeof(VkSubpassResolvePerformanceQueryEXT) !=
        ownSizeof(VkSubpassResolvePerformanceQueryEXT_1124080654):
      static :
        warning("Declaration of " & "VkSubpassResolvePerformanceQueryEXT" &
            " exists but with different size")
    VkSubpassResolvePerformanceQueryEXT
  else:
    VkSubpassResolvePerformanceQueryEXT_1124080654)
  struct_VkQueueFamilyOwnershipTransferPropertiesKHR_1124078585 = (when declared(
      struct_VkQueueFamilyOwnershipTransferPropertiesKHR):
    when ownSizeof(struct_VkQueueFamilyOwnershipTransferPropertiesKHR) !=
        ownSizeof(struct_VkQueueFamilyOwnershipTransferPropertiesKHR_1124078584):
      static :
        warning("Declaration of " &
            "struct_VkQueueFamilyOwnershipTransferPropertiesKHR" &
            " exists but with different size")
    struct_VkQueueFamilyOwnershipTransferPropertiesKHR
  else:
    struct_VkQueueFamilyOwnershipTransferPropertiesKHR_1124078584)
  struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080567 = (when declared(
      struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080566):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT
  else:
    struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080566)
  struct_VkBufferOpaqueCaptureAddressCreateInfo_1124075699 = (when declared(
      struct_VkBufferOpaqueCaptureAddressCreateInfo):
    when ownSizeof(struct_VkBufferOpaqueCaptureAddressCreateInfo) !=
        ownSizeof(struct_VkBufferOpaqueCaptureAddressCreateInfo_1124075698):
      static :
        warning("Declaration of " &
            "struct_VkBufferOpaqueCaptureAddressCreateInfo" &
            " exists but with different size")
    struct_VkBufferOpaqueCaptureAddressCreateInfo
  else:
    struct_VkBufferOpaqueCaptureAddressCreateInfo_1124075698)
  VkImageFormatProperties2_1124075347 = (when declared(VkImageFormatProperties2):
    when ownSizeof(VkImageFormatProperties2) !=
        ownSizeof(VkImageFormatProperties2_1124075346):
      static :
        warning("Declaration of " & "VkImageFormatProperties2" &
            " exists but with different size")
    VkImageFormatProperties2
  else:
    VkImageFormatProperties2_1124075346)
  struct_VkPhysicalDeviceVulkan12Properties_1124075647 = (when declared(
      struct_VkPhysicalDeviceVulkan12Properties):
    when ownSizeof(struct_VkPhysicalDeviceVulkan12Properties) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan12Properties_1124075646):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan12Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan12Properties
  else:
    struct_VkPhysicalDeviceVulkan12Properties_1124075646)
  PFN_vkDestroyVideoSessionParametersKHR_1124076771 = (when declared(
      PFN_vkDestroyVideoSessionParametersKHR):
    when ownSizeof(PFN_vkDestroyVideoSessionParametersKHR) !=
        ownSizeof(PFN_vkDestroyVideoSessionParametersKHR_1124076770):
      static :
        warning("Declaration of " & "PFN_vkDestroyVideoSessionParametersKHR" &
            " exists but with different size")
    PFN_vkDestroyVideoSessionParametersKHR
  else:
    PFN_vkDestroyVideoSessionParametersKHR_1124076770)
  VkAccelerationStructureTypeNV_1124079343 = (when declared(
      VkAccelerationStructureTypeNV):
    when ownSizeof(VkAccelerationStructureTypeNV) !=
        ownSizeof(VkAccelerationStructureTypeNV_1124079342):
      static :
        warning("Declaration of " & "VkAccelerationStructureTypeNV" &
            " exists but with different size")
    VkAccelerationStructureTypeNV
  else:
    VkAccelerationStructureTypeNV_1124079342)
  enum_VkPerformanceCounterUnitKHR_1124077325 = (when declared(
      enum_VkPerformanceCounterUnitKHR):
    when ownSizeof(enum_VkPerformanceCounterUnitKHR) !=
        ownSizeof(enum_VkPerformanceCounterUnitKHR_1124077324):
      static :
        warning("Declaration of " & "enum_VkPerformanceCounterUnitKHR" &
            " exists but with different size")
    enum_VkPerformanceCounterUnitKHR
  else:
    enum_VkPerformanceCounterUnitKHR_1124077324)
  enum_VkSubpassContents_1124074137 = (when declared(enum_VkSubpassContents):
    when ownSizeof(enum_VkSubpassContents) != ownSizeof(enum_VkSubpassContents_1124074136):
      static :
        warning("Declaration of " & "enum_VkSubpassContents" &
            " exists but with different size")
    enum_VkSubpassContents
  else:
    enum_VkSubpassContents_1124074136)
  VkApplicationInfo_1124074503 = (when declared(VkApplicationInfo):
    when ownSizeof(VkApplicationInfo) != ownSizeof(VkApplicationInfo_1124074502):
      static :
        warning("Declaration of " & "VkApplicationInfo" &
            " exists but with different size")
    VkApplicationInfo
  else:
    VkApplicationInfo_1124074502)
  VkChromaLocation_1124075185 = (when declared(VkChromaLocation):
    when ownSizeof(VkChromaLocation) != ownSizeof(VkChromaLocation_1124075184):
      static :
        warning("Declaration of " & "VkChromaLocation" &
            " exists but with different size")
    VkChromaLocation
  else:
    VkChromaLocation_1124075184)
  struct_VkImageBlit2_1124076079 = (when declared(struct_VkImageBlit2):
    when ownSizeof(struct_VkImageBlit2) != ownSizeof(struct_VkImageBlit2_1124076078):
      static :
        warning("Declaration of " & "struct_VkImageBlit2" &
            " exists but with different size")
    struct_VkImageBlit2
  else:
    struct_VkImageBlit2_1124076078)
  VkDeviceGroupSubmitInfoKHR_1124077117 = (when declared(
      VkDeviceGroupSubmitInfoKHR):
    when ownSizeof(VkDeviceGroupSubmitInfoKHR) !=
        ownSizeof(VkDeviceGroupSubmitInfoKHR_1124077116):
      static :
        warning("Declaration of " & "VkDeviceGroupSubmitInfoKHR" &
            " exists but with different size")
    VkDeviceGroupSubmitInfoKHR
  else:
    VkDeviceGroupSubmitInfoKHR_1124077116)
  PFN_vkImportFenceFdKHR_1124077321 = (when declared(PFN_vkImportFenceFdKHR):
    when ownSizeof(PFN_vkImportFenceFdKHR) != ownSizeof(PFN_vkImportFenceFdKHR_1124077320):
      static :
        warning("Declaration of " & "PFN_vkImportFenceFdKHR" &
            " exists but with different size")
    PFN_vkImportFenceFdKHR
  else:
    PFN_vkImportFenceFdKHR_1124077320)
  struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079715 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079714):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT
  else:
    struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079714)
  VkSwapchainPresentScalingCreateInfoEXT_1124080003 = (when declared(
      VkSwapchainPresentScalingCreateInfoEXT):
    when ownSizeof(VkSwapchainPresentScalingCreateInfoEXT) !=
        ownSizeof(VkSwapchainPresentScalingCreateInfoEXT_1124080002):
      static :
        warning("Declaration of " & "VkSwapchainPresentScalingCreateInfoEXT" &
            " exists but with different size")
    VkSwapchainPresentScalingCreateInfoEXT
  else:
    VkSwapchainPresentScalingCreateInfoEXT_1124080002)
  enum_VkValidationCacheHeaderVersionEXT_1124079247 = (when declared(
      enum_VkValidationCacheHeaderVersionEXT):
    when ownSizeof(enum_VkValidationCacheHeaderVersionEXT) !=
        ownSizeof(enum_VkValidationCacheHeaderVersionEXT_1124079246):
      static :
        warning("Declaration of " & "enum_VkValidationCacheHeaderVersionEXT" &
            " exists but with different size")
    enum_VkValidationCacheHeaderVersionEXT
  else:
    enum_VkValidationCacheHeaderVersionEXT_1124079246)
  VkAabbPositionsNV_1124079443 = (when declared(VkAabbPositionsNV):
    when ownSizeof(VkAabbPositionsNV) != ownSizeof(VkAabbPositionsNV_1124079442):
      static :
        warning("Declaration of " & "VkAabbPositionsNV" &
            " exists but with different size")
    VkAabbPositionsNV
  else:
    VkAabbPositionsNV_1124079442)
  struct_VkBindBufferMemoryDeviceGroupInfo_1124075297 = (when declared(
      struct_VkBindBufferMemoryDeviceGroupInfo):
    when ownSizeof(struct_VkBindBufferMemoryDeviceGroupInfo) !=
        ownSizeof(struct_VkBindBufferMemoryDeviceGroupInfo_1124075296):
      static :
        warning("Declaration of " & "struct_VkBindBufferMemoryDeviceGroupInfo" &
            " exists but with different size")
    struct_VkBindBufferMemoryDeviceGroupInfo
  else:
    struct_VkBindBufferMemoryDeviceGroupInfo_1124075296)
  struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078051 = (when declared(
      struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078050):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR
  else:
    struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078050)
  struct_VkImageCreateInfo_1124074633 = (when declared(struct_VkImageCreateInfo):
    when ownSizeof(struct_VkImageCreateInfo) !=
        ownSizeof(struct_VkImageCreateInfo_1124074632):
      static :
        warning("Declaration of " & "struct_VkImageCreateInfo" &
            " exists but with different size")
    struct_VkImageCreateInfo
  else:
    struct_VkImageCreateInfo_1124074632)
  struct_VkSurfaceFormat2KHR_1124077411 = (when declared(
      struct_VkSurfaceFormat2KHR):
    when ownSizeof(struct_VkSurfaceFormat2KHR) !=
        ownSizeof(struct_VkSurfaceFormat2KHR_1124077410):
      static :
        warning("Declaration of " & "struct_VkSurfaceFormat2KHR" &
            " exists but with different size")
    struct_VkSurfaceFormat2KHR
  else:
    struct_VkSurfaceFormat2KHR_1124077410)
  struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079965 = (when declared(
      struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079964):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT
  else:
    struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079964)
  struct_VkValidationCacheCreateInfoEXT_1124079253 = (when declared(
      struct_VkValidationCacheCreateInfoEXT):
    when ownSizeof(struct_VkValidationCacheCreateInfoEXT) !=
        ownSizeof(struct_VkValidationCacheCreateInfoEXT_1124079252):
      static :
        warning("Declaration of " & "struct_VkValidationCacheCreateInfoEXT" &
            " exists but with different size")
    struct_VkValidationCacheCreateInfoEXT
  else:
    struct_VkValidationCacheCreateInfoEXT_1124079252)
  VkDisplayPlaneInfo2KHR_1124077437 = (when declared(VkDisplayPlaneInfo2KHR):
    when ownSizeof(VkDisplayPlaneInfo2KHR) != ownSizeof(VkDisplayPlaneInfo2KHR_1124077436):
      static :
        warning("Declaration of " & "VkDisplayPlaneInfo2KHR" &
            " exists but with different size")
    VkDisplayPlaneInfo2KHR
  else:
    VkDisplayPlaneInfo2KHR_1124077436)
  PFN_vkCmdSetSampleLocationsEnableEXT_1124081169 = (when declared(
      PFN_vkCmdSetSampleLocationsEnableEXT):
    when ownSizeof(PFN_vkCmdSetSampleLocationsEnableEXT) !=
        ownSizeof(PFN_vkCmdSetSampleLocationsEnableEXT_1124081168):
      static :
        warning("Declaration of " & "PFN_vkCmdSetSampleLocationsEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetSampleLocationsEnableEXT
  else:
    PFN_vkCmdSetSampleLocationsEnableEXT_1124081168)
  VkLatencySurfaceCapabilitiesNV_1124081697 = (when declared(
      VkLatencySurfaceCapabilitiesNV):
    when ownSizeof(VkLatencySurfaceCapabilitiesNV) !=
        ownSizeof(VkLatencySurfaceCapabilitiesNV_1124081696):
      static :
        warning("Declaration of " & "VkLatencySurfaceCapabilitiesNV" &
            " exists but with different size")
    VkLatencySurfaceCapabilitiesNV
  else:
    VkLatencySurfaceCapabilitiesNV_1124081696)
  VkMemoryDedicatedRequirementsKHR_1124077451 = (when declared(
      VkMemoryDedicatedRequirementsKHR):
    when ownSizeof(VkMemoryDedicatedRequirementsKHR) !=
        ownSizeof(VkMemoryDedicatedRequirementsKHR_1124077450):
      static :
        warning("Declaration of " & "VkMemoryDedicatedRequirementsKHR" &
            " exists but with different size")
    VkMemoryDedicatedRequirementsKHR
  else:
    VkMemoryDedicatedRequirementsKHR_1124077450)
  VkTimeDomainKHR_1124078379 = (when declared(VkTimeDomainKHR):
    when ownSizeof(VkTimeDomainKHR) != ownSizeof(VkTimeDomainKHR_1124078378):
      static :
        warning("Declaration of " & "VkTimeDomainKHR" &
            " exists but with different size")
    VkTimeDomainKHR
  else:
    VkTimeDomainKHR_1124078378)
  VkPhysicalDevicePipelineProtectedAccessFeaturesEXT_1124081479 = (when declared(
      VkPhysicalDevicePipelineProtectedAccessFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePipelineProtectedAccessFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePipelineProtectedAccessFeaturesEXT_1124081478):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineProtectedAccessFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePipelineProtectedAccessFeaturesEXT
  else:
    VkPhysicalDevicePipelineProtectedAccessFeaturesEXT_1124081478)
  VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076411 = (when declared(
      VkPhysicalDeviceVertexAttributeDivisorFeatures):
    when ownSizeof(VkPhysicalDeviceVertexAttributeDivisorFeatures) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076410):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeDivisorFeatures" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeDivisorFeatures
  else:
    VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076410)
  PFN_vkCmdEndRendering_1124076157 = (when declared(PFN_vkCmdEndRendering):
    when ownSizeof(PFN_vkCmdEndRendering) != ownSizeof(PFN_vkCmdEndRendering_1124076156):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRendering" &
            " exists but with different size")
    PFN_vkCmdEndRendering
  else:
    PFN_vkCmdEndRendering_1124076156)
  struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082799 = (when declared(
      struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX):
    when ownSizeof(struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX) !=
        ownSizeof(struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082798):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX
  else:
    struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082798)
  struct_VkDepthBiasInfoEXT_1124080123 = (when declared(
      struct_VkDepthBiasInfoEXT):
    when ownSizeof(struct_VkDepthBiasInfoEXT) !=
        ownSizeof(struct_VkDepthBiasInfoEXT_1124080122):
      static :
        warning("Declaration of " & "struct_VkDepthBiasInfoEXT" &
            " exists but with different size")
    struct_VkDepthBiasInfoEXT
  else:
    struct_VkDepthBiasInfoEXT_1124080122)
  VkFormatProperties2_1124075343 = (when declared(VkFormatProperties2):
    when ownSizeof(VkFormatProperties2) != ownSizeof(VkFormatProperties2_1124075342):
      static :
        warning("Declaration of " & "VkFormatProperties2" &
            " exists but with different size")
    VkFormatProperties2
  else:
    VkFormatProperties2_1124075342)
  PFN_vkCmdSetPrimitiveTopologyEXT_1124079907 = (when declared(
      PFN_vkCmdSetPrimitiveTopologyEXT):
    when ownSizeof(PFN_vkCmdSetPrimitiveTopologyEXT) !=
        ownSizeof(PFN_vkCmdSetPrimitiveTopologyEXT_1124079906):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPrimitiveTopologyEXT" &
            " exists but with different size")
    PFN_vkCmdSetPrimitiveTopologyEXT
  else:
    PFN_vkCmdSetPrimitiveTopologyEXT_1124079906)
  StdVideoAV1LoopFilterFlags_1124083295 = (when declared(
      StdVideoAV1LoopFilterFlags):
    when ownSizeof(StdVideoAV1LoopFilterFlags) !=
        ownSizeof(StdVideoAV1LoopFilterFlags_1124083294):
      static :
        warning("Declaration of " & "StdVideoAV1LoopFilterFlags" &
            " exists but with different size")
    StdVideoAV1LoopFilterFlags
  else:
    StdVideoAV1LoopFilterFlags_1124083294)
  PFN_vkSetDebugUtilsObjectNameEXT_1124079093 = (when declared(
      PFN_vkSetDebugUtilsObjectNameEXT):
    when ownSizeof(PFN_vkSetDebugUtilsObjectNameEXT) !=
        ownSizeof(PFN_vkSetDebugUtilsObjectNameEXT_1124079092):
      static :
        warning("Declaration of " & "PFN_vkSetDebugUtilsObjectNameEXT" &
            " exists but with different size")
    PFN_vkSetDebugUtilsObjectNameEXT
  else:
    PFN_vkSetDebugUtilsObjectNameEXT_1124079092)
  VkDeviceFaultCountsEXT_1124080491 = (when declared(VkDeviceFaultCountsEXT):
    when ownSizeof(VkDeviceFaultCountsEXT) != ownSizeof(VkDeviceFaultCountsEXT_1124080490):
      static :
        warning("Declaration of " & "VkDeviceFaultCountsEXT" &
            " exists but with different size")
    VkDeviceFaultCountsEXT
  else:
    VkDeviceFaultCountsEXT_1124080490)
  struct_VkLatencySleepModeInfoNV_1124081663 = (when declared(
      struct_VkLatencySleepModeInfoNV):
    when ownSizeof(struct_VkLatencySleepModeInfoNV) !=
        ownSizeof(struct_VkLatencySleepModeInfoNV_1124081662):
      static :
        warning("Declaration of " & "struct_VkLatencySleepModeInfoNV" &
            " exists but with different size")
    struct_VkLatencySleepModeInfoNV
  else:
    struct_VkLatencySleepModeInfoNV_1124081662)
  VkDebugReportFlagsEXT_1124078665 = (when declared(VkDebugReportFlagsEXT):
    when ownSizeof(VkDebugReportFlagsEXT) != ownSizeof(VkDebugReportFlagsEXT_1124078664):
      static :
        warning("Declaration of " & "VkDebugReportFlagsEXT" &
            " exists but with different size")
    VkDebugReportFlagsEXT
  else:
    VkDebugReportFlagsEXT_1124078664)
  struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082461 = (when declared(
      struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM):
    when ownSizeof(struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM) !=
        ownSizeof(struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082460):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM" &
            " exists but with different size")
    struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM
  else:
    struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082460)
  struct_VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078597 = (when declared(
      struct_VkVideoDecodeH265InlineSessionParametersInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH265InlineSessionParametersInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078596):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeH265InlineSessionParametersInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265InlineSessionParametersInfoKHR
  else:
    struct_VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078596)
  PFN_vkCmdNextSubpass2_1124075857 = (when declared(PFN_vkCmdNextSubpass2):
    when ownSizeof(PFN_vkCmdNextSubpass2) != ownSizeof(PFN_vkCmdNextSubpass2_1124075856):
      static :
        warning("Declaration of " & "PFN_vkCmdNextSubpass2" &
            " exists but with different size")
    PFN_vkCmdNextSubpass2
  else:
    PFN_vkCmdNextSubpass2_1124075856)
  struct_VkFramebufferAttachmentImageInfo_1124075811 = (when declared(
      struct_VkFramebufferAttachmentImageInfo):
    when ownSizeof(struct_VkFramebufferAttachmentImageInfo) !=
        ownSizeof(struct_VkFramebufferAttachmentImageInfo_1124075810):
      static :
        warning("Declaration of " & "struct_VkFramebufferAttachmentImageInfo" &
            " exists but with different size")
    struct_VkFramebufferAttachmentImageInfo
  else:
    struct_VkFramebufferAttachmentImageInfo_1124075810)
  VkVideoCodingControlInfoKHR_1124076753 = (when declared(
      VkVideoCodingControlInfoKHR):
    when ownSizeof(VkVideoCodingControlInfoKHR) !=
        ownSizeof(VkVideoCodingControlInfoKHR_1124076752):
      static :
        warning("Declaration of " & "VkVideoCodingControlInfoKHR" &
            " exists but with different size")
    VkVideoCodingControlInfoKHR
  else:
    VkVideoCodingControlInfoKHR_1124076752)
  PFN_vkCmdWaitEvents2KHR_1124077893 = (when declared(PFN_vkCmdWaitEvents2KHR):
    when ownSizeof(PFN_vkCmdWaitEvents2KHR) !=
        ownSizeof(PFN_vkCmdWaitEvents2KHR_1124077892):
      static :
        warning("Declaration of " & "PFN_vkCmdWaitEvents2KHR" &
            " exists but with different size")
    PFN_vkCmdWaitEvents2KHR
  else:
    PFN_vkCmdWaitEvents2KHR_1124077892)
  VkPhysicalDeviceFloatControlsPropertiesKHR_1124077573 = (when declared(
      VkPhysicalDeviceFloatControlsPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceFloatControlsPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceFloatControlsPropertiesKHR_1124077572):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFloatControlsPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceFloatControlsPropertiesKHR
  else:
    VkPhysicalDeviceFloatControlsPropertiesKHR_1124077572)
  PFN_vkCmdEndRenderPass_1124075165 = (when declared(PFN_vkCmdEndRenderPass):
    when ownSizeof(PFN_vkCmdEndRenderPass) != ownSizeof(PFN_vkCmdEndRenderPass_1124075164):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRenderPass" &
            " exists but with different size")
    PFN_vkCmdEndRenderPass
  else:
    PFN_vkCmdEndRenderPass_1124075164)
  struct_VkPhysicalDeviceVulkanMemoryModelFeatures_1124075659 = (when declared(
      struct_VkPhysicalDeviceVulkanMemoryModelFeatures):
    when ownSizeof(struct_VkPhysicalDeviceVulkanMemoryModelFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceVulkanMemoryModelFeatures_1124075658):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVulkanMemoryModelFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkanMemoryModelFeatures
  else:
    struct_VkPhysicalDeviceVulkanMemoryModelFeatures_1124075658)
  struct_VkTextureLODGatherFormatPropertiesAMD_1124078795 = (when declared(
      struct_VkTextureLODGatherFormatPropertiesAMD):
    when ownSizeof(struct_VkTextureLODGatherFormatPropertiesAMD) !=
        ownSizeof(struct_VkTextureLODGatherFormatPropertiesAMD_1124078794):
      static :
        warning("Declaration of " &
            "struct_VkTextureLODGatherFormatPropertiesAMD" &
            " exists but with different size")
    struct_VkTextureLODGatherFormatPropertiesAMD
  else:
    struct_VkTextureLODGatherFormatPropertiesAMD_1124078794)
  struct_VkPhysicalDeviceLimits_1124074529 = (when declared(
      struct_VkPhysicalDeviceLimits):
    when ownSizeof(struct_VkPhysicalDeviceLimits) !=
        ownSizeof(struct_VkPhysicalDeviceLimits_1124074528):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceLimits" &
            " exists but with different size")
    struct_VkPhysicalDeviceLimits
  else:
    struct_VkPhysicalDeviceLimits_1124074528)
  VkHeadlessSurfaceCreateInfoEXT_1124079875 = (when declared(
      VkHeadlessSurfaceCreateInfoEXT):
    when ownSizeof(VkHeadlessSurfaceCreateInfoEXT) !=
        ownSizeof(VkHeadlessSurfaceCreateInfoEXT_1124079874):
      static :
        warning("Declaration of " & "VkHeadlessSurfaceCreateInfoEXT" &
            " exists but with different size")
    VkHeadlessSurfaceCreateInfoEXT
  else:
    VkHeadlessSurfaceCreateInfoEXT_1124079874)
  struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080101 = (when declared(
      struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080100):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT
  else:
    struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080100)
  VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080761 = (when declared(
      VkPhysicalDeviceShaderTileImageFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderTileImageFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080760):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderTileImageFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderTileImageFeaturesEXT
  else:
    VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080760)
  VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081895 = (when declared(
      VkPhysicalDeviceYcbcrDegammaFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceYcbcrDegammaFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081894):
      static :
        warning("Declaration of " & "VkPhysicalDeviceYcbcrDegammaFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceYcbcrDegammaFeaturesQCOM
  else:
    VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081894)
  enum_VkDebugUtilsMessageTypeFlagBitsEXT_1124079061 = (when declared(
      enum_VkDebugUtilsMessageTypeFlagBitsEXT):
    when ownSizeof(enum_VkDebugUtilsMessageTypeFlagBitsEXT) !=
        ownSizeof(enum_VkDebugUtilsMessageTypeFlagBitsEXT_1124079060):
      static :
        warning("Declaration of " & "enum_VkDebugUtilsMessageTypeFlagBitsEXT" &
            " exists but with different size")
    enum_VkDebugUtilsMessageTypeFlagBitsEXT
  else:
    enum_VkDebugUtilsMessageTypeFlagBitsEXT_1124079060)
  VkSampleCountFlagBits_1124074167 = (when declared(VkSampleCountFlagBits):
    when ownSizeof(VkSampleCountFlagBits) != ownSizeof(VkSampleCountFlagBits_1124074166):
      static :
        warning("Declaration of " & "VkSampleCountFlagBits" &
            " exists but with different size")
    VkSampleCountFlagBits
  else:
    VkSampleCountFlagBits_1124074166)
  VkIndirectExecutionSetCreateInfoEXT_1124082241 = (when declared(
      VkIndirectExecutionSetCreateInfoEXT):
    when ownSizeof(VkIndirectExecutionSetCreateInfoEXT) !=
        ownSizeof(VkIndirectExecutionSetCreateInfoEXT_1124082240):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetCreateInfoEXT" &
            " exists but with different size")
    VkIndirectExecutionSetCreateInfoEXT
  else:
    VkIndirectExecutionSetCreateInfoEXT_1124082240)
  struct_StdVideoDecodeAV1PictureInfo_1124082949 = (when declared(
      struct_StdVideoDecodeAV1PictureInfo):
    when ownSizeof(struct_StdVideoDecodeAV1PictureInfo) !=
        ownSizeof(struct_StdVideoDecodeAV1PictureInfo_1124082948):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeAV1PictureInfo" &
            " exists but with different size")
    struct_StdVideoDecodeAV1PictureInfo
  else:
    struct_StdVideoDecodeAV1PictureInfo_1124082948)
  PFN_vkDisplayPowerControlEXT_1124078945 = (when declared(
      PFN_vkDisplayPowerControlEXT):
    when ownSizeof(PFN_vkDisplayPowerControlEXT) !=
        ownSizeof(PFN_vkDisplayPowerControlEXT_1124078944):
      static :
        warning("Declaration of " & "PFN_vkDisplayPowerControlEXT" &
            " exists but with different size")
    PFN_vkDisplayPowerControlEXT
  else:
    PFN_vkDisplayPowerControlEXT_1124078944)
  struct_VkDeviceMemoryReportCallbackDataEXT_1124080143 = (when declared(
      struct_VkDeviceMemoryReportCallbackDataEXT):
    when ownSizeof(struct_VkDeviceMemoryReportCallbackDataEXT) !=
        ownSizeof(struct_VkDeviceMemoryReportCallbackDataEXT_1124080142):
      static :
        warning("Declaration of " & "struct_VkDeviceMemoryReportCallbackDataEXT" &
            " exists but with different size")
    struct_VkDeviceMemoryReportCallbackDataEXT
  else:
    struct_VkDeviceMemoryReportCallbackDataEXT_1124080142)
  struct_VkImageViewUsageCreateInfo_1124075369 = (when declared(
      struct_VkImageViewUsageCreateInfo):
    when ownSizeof(struct_VkImageViewUsageCreateInfo) !=
        ownSizeof(struct_VkImageViewUsageCreateInfo_1124075368):
      static :
        warning("Declaration of " & "struct_VkImageViewUsageCreateInfo" &
            " exists but with different size")
    struct_VkImageViewUsageCreateInfo
  else:
    struct_VkImageViewUsageCreateInfo_1124075368)
  struct_VkDrawIndirectCountIndirectCommandEXT_1124082279 = (when declared(
      struct_VkDrawIndirectCountIndirectCommandEXT):
    when ownSizeof(struct_VkDrawIndirectCountIndirectCommandEXT) !=
        ownSizeof(struct_VkDrawIndirectCountIndirectCommandEXT_1124082278):
      static :
        warning("Declaration of " &
            "struct_VkDrawIndirectCountIndirectCommandEXT" &
            " exists but with different size")
    struct_VkDrawIndirectCountIndirectCommandEXT
  else:
    struct_VkDrawIndirectCountIndirectCommandEXT_1124082278)
  VkExternalImageFormatPropertiesKHR_1124077153 = (when declared(
      VkExternalImageFormatPropertiesKHR):
    when ownSizeof(VkExternalImageFormatPropertiesKHR) !=
        ownSizeof(VkExternalImageFormatPropertiesKHR_1124077152):
      static :
        warning("Declaration of " & "VkExternalImageFormatPropertiesKHR" &
            " exists but with different size")
    VkExternalImageFormatPropertiesKHR
  else:
    VkExternalImageFormatPropertiesKHR_1124077152)
  PFN_vkReallocationFunction_1124074493 = (when declared(
      PFN_vkReallocationFunction):
    when ownSizeof(PFN_vkReallocationFunction) !=
        ownSizeof(PFN_vkReallocationFunction_1124074492):
      static :
        warning("Declaration of " & "PFN_vkReallocationFunction" &
            " exists but with different size")
    PFN_vkReallocationFunction
  else:
    PFN_vkReallocationFunction_1124074492)
  VkImageSubresource2_1124076267 = (when declared(VkImageSubresource2):
    when ownSizeof(VkImageSubresource2) != ownSizeof(VkImageSubresource2_1124076266):
      static :
        warning("Declaration of " & "VkImageSubresource2" &
            " exists but with different size")
    VkImageSubresource2
  else:
    VkImageSubresource2_1124076266)
  PFN_vkBindBufferMemory2_1124075543 = (when declared(PFN_vkBindBufferMemory2):
    when ownSizeof(PFN_vkBindBufferMemory2) !=
        ownSizeof(PFN_vkBindBufferMemory2_1124075542):
      static :
        warning("Declaration of " & "PFN_vkBindBufferMemory2" &
            " exists but with different size")
    PFN_vkBindBufferMemory2
  else:
    PFN_vkBindBufferMemory2_1124075542)
  VkVideoCodecOperationFlagBitsKHR_1124076643 = (when declared(
      VkVideoCodecOperationFlagBitsKHR):
    when ownSizeof(VkVideoCodecOperationFlagBitsKHR) !=
        ownSizeof(VkVideoCodecOperationFlagBitsKHR_1124076642):
      static :
        warning("Declaration of " & "VkVideoCodecOperationFlagBitsKHR" &
            " exists but with different size")
    VkVideoCodecOperationFlagBitsKHR
  else:
    VkVideoCodecOperationFlagBitsKHR_1124076642)
  struct_VkPhysicalDeviceSparseProperties_1124074537 = (when declared(
      struct_VkPhysicalDeviceSparseProperties):
    when ownSizeof(struct_VkPhysicalDeviceSparseProperties) !=
        ownSizeof(struct_VkPhysicalDeviceSparseProperties_1124074536):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceSparseProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceSparseProperties
  else:
    struct_VkPhysicalDeviceSparseProperties_1124074536)
  struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076031 = (when declared(
      struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures):
    when ownSizeof(struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076030):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
  else:
    struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076030)
  VkVideoDecodeUsageFlagBitsKHR_1124076787 = (when declared(
      VkVideoDecodeUsageFlagBitsKHR):
    when ownSizeof(VkVideoDecodeUsageFlagBitsKHR) !=
        ownSizeof(VkVideoDecodeUsageFlagBitsKHR_1124076786):
      static :
        warning("Declaration of " & "VkVideoDecodeUsageFlagBitsKHR" &
            " exists but with different size")
    VkVideoDecodeUsageFlagBitsKHR
  else:
    VkVideoDecodeUsageFlagBitsKHR_1124076786)
  PFN_vkCmdCopyImage_1124075015 = (when declared(PFN_vkCmdCopyImage):
    when ownSizeof(PFN_vkCmdCopyImage) != ownSizeof(PFN_vkCmdCopyImage_1124075014):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyImage" &
            " exists but with different size")
    PFN_vkCmdCopyImage
  else:
    PFN_vkCmdCopyImage_1124075014)
  VkSwapchainCounterCreateInfoEXT_1124078943 = (when declared(
      VkSwapchainCounterCreateInfoEXT):
    when ownSizeof(VkSwapchainCounterCreateInfoEXT) !=
        ownSizeof(VkSwapchainCounterCreateInfoEXT_1124078942):
      static :
        warning("Declaration of " & "VkSwapchainCounterCreateInfoEXT" &
            " exists but with different size")
    VkSwapchainCounterCreateInfoEXT
  else:
    VkSwapchainCounterCreateInfoEXT_1124078942)
  PFN_vkCreateShaderModule_1124075053 = (when declared(PFN_vkCreateShaderModule):
    when ownSizeof(PFN_vkCreateShaderModule) !=
        ownSizeof(PFN_vkCreateShaderModule_1124075052):
      static :
        warning("Declaration of " & "PFN_vkCreateShaderModule" &
            " exists but with different size")
    PFN_vkCreateShaderModule
  else:
    PFN_vkCreateShaderModule_1124075052)
  struct_VkPhysicalDeviceShadingRateImagePropertiesNV_1124079303 = (when declared(
      struct_VkPhysicalDeviceShadingRateImagePropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceShadingRateImagePropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceShadingRateImagePropertiesNV_1124079302):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShadingRateImagePropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceShadingRateImagePropertiesNV
  else:
    struct_VkPhysicalDeviceShadingRateImagePropertiesNV_1124079302)
  VkPhysicalDeviceFaultFeaturesEXT_1124080487 = (when declared(
      VkPhysicalDeviceFaultFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceFaultFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceFaultFeaturesEXT_1124080486):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFaultFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFaultFeaturesEXT
  else:
    VkPhysicalDeviceFaultFeaturesEXT_1124080486)
  VkPipelineCreationFeedbackCreateInfo_1124076017 = (when declared(
      VkPipelineCreationFeedbackCreateInfo):
    when ownSizeof(VkPipelineCreationFeedbackCreateInfo) !=
        ownSizeof(VkPipelineCreationFeedbackCreateInfo_1124076016):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackCreateInfo" &
            " exists but with different size")
    VkPipelineCreationFeedbackCreateInfo
  else:
    VkPipelineCreationFeedbackCreateInfo_1124076016)
  VkPrivateDataSlotCreateFlagsEXT_1124080187 = (when declared(
      VkPrivateDataSlotCreateFlagsEXT):
    when ownSizeof(VkPrivateDataSlotCreateFlagsEXT) !=
        ownSizeof(VkPrivateDataSlotCreateFlagsEXT_1124080186):
      static :
        warning("Declaration of " & "VkPrivateDataSlotCreateFlagsEXT" &
            " exists but with different size")
    VkPrivateDataSlotCreateFlagsEXT
  else:
    VkPrivateDataSlotCreateFlagsEXT_1124080186)
  struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081647 = (when declared(
      struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081646):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT
  else:
    struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081646)
  struct_VkOutOfBandQueueTypeInfoNV_1124081691 = (when declared(
      struct_VkOutOfBandQueueTypeInfoNV):
    when ownSizeof(struct_VkOutOfBandQueueTypeInfoNV) !=
        ownSizeof(struct_VkOutOfBandQueueTypeInfoNV_1124081690):
      static :
        warning("Declaration of " & "struct_VkOutOfBandQueueTypeInfoNV" &
            " exists but with different size")
    struct_VkOutOfBandQueueTypeInfoNV
  else:
    struct_VkOutOfBandQueueTypeInfoNV_1124081690)
  VkImageCopy_1124074679 = (when declared(VkImageCopy):
    when ownSizeof(VkImageCopy) != ownSizeof(VkImageCopy_1124074678):
      static :
        warning("Declaration of " & "VkImageCopy" &
            " exists but with different size")
    VkImageCopy
  else:
    VkImageCopy_1124074678)
  struct_VkBindPipelineIndirectCommandNV_1124081061 = (when declared(
      struct_VkBindPipelineIndirectCommandNV):
    when ownSizeof(struct_VkBindPipelineIndirectCommandNV) !=
        ownSizeof(struct_VkBindPipelineIndirectCommandNV_1124081060):
      static :
        warning("Declaration of " & "struct_VkBindPipelineIndirectCommandNV" &
            " exists but with different size")
    struct_VkBindPipelineIndirectCommandNV
  else:
    struct_VkBindPipelineIndirectCommandNV_1124081060)
  VkDisplayModeStereoPropertiesNV_1124081967 = (when declared(
      VkDisplayModeStereoPropertiesNV):
    when ownSizeof(VkDisplayModeStereoPropertiesNV) !=
        ownSizeof(VkDisplayModeStereoPropertiesNV_1124081966):
      static :
        warning("Declaration of " & "VkDisplayModeStereoPropertiesNV" &
            " exists but with different size")
    VkDisplayModeStereoPropertiesNV
  else:
    VkDisplayModeStereoPropertiesNV_1124081966)
  VkMemoryPropertyFlagBits_1124074191 = (when declared(VkMemoryPropertyFlagBits):
    when ownSizeof(VkMemoryPropertyFlagBits) !=
        ownSizeof(VkMemoryPropertyFlagBits_1124074190):
      static :
        warning("Declaration of " & "VkMemoryPropertyFlagBits" &
            " exists but with different size")
    VkMemoryPropertyFlagBits
  else:
    VkMemoryPropertyFlagBits_1124074190)
  VkLayerSettingTypeEXT_1124081629 = (when declared(VkLayerSettingTypeEXT):
    when ownSizeof(VkLayerSettingTypeEXT) != ownSizeof(VkLayerSettingTypeEXT_1124081628):
      static :
        warning("Declaration of " & "VkLayerSettingTypeEXT" &
            " exists but with different size")
    VkLayerSettingTypeEXT
  else:
    VkLayerSettingTypeEXT_1124081628)
  StdVideoEncodeH264ReferenceInfoFlags_1124083009 = (when declared(
      StdVideoEncodeH264ReferenceInfoFlags):
    when ownSizeof(StdVideoEncodeH264ReferenceInfoFlags) !=
        ownSizeof(StdVideoEncodeH264ReferenceInfoFlags_1124083008):
      static :
        warning("Declaration of " & "StdVideoEncodeH264ReferenceInfoFlags" &
            " exists but with different size")
    StdVideoEncodeH264ReferenceInfoFlags
  else:
    StdVideoEncodeH264ReferenceInfoFlags_1124083008)
  StdVideoH265VpsFlags_1124083011 = (when declared(StdVideoH265VpsFlags):
    when ownSizeof(StdVideoH265VpsFlags) != ownSizeof(StdVideoH265VpsFlags_1124083010):
      static :
        warning("Declaration of " & "StdVideoH265VpsFlags" &
            " exists but with different size")
    StdVideoH265VpsFlags
  else:
    StdVideoH265VpsFlags_1124083010)
  struct_VkDrawIndexedIndirectCommand_1124074773 = (when declared(
      struct_VkDrawIndexedIndirectCommand):
    when ownSizeof(struct_VkDrawIndexedIndirectCommand) !=
        ownSizeof(struct_VkDrawIndexedIndirectCommand_1124074772):
      static :
        warning("Declaration of " & "struct_VkDrawIndexedIndirectCommand" &
            " exists but with different size")
    struct_VkDrawIndexedIndirectCommand
  else:
    struct_VkDrawIndexedIndirectCommand_1124074772)
  VkRenderPassCreateInfo2KHR_1124077265 = (when declared(
      VkRenderPassCreateInfo2KHR):
    when ownSizeof(VkRenderPassCreateInfo2KHR) !=
        ownSizeof(VkRenderPassCreateInfo2KHR_1124077264):
      static :
        warning("Declaration of " & "VkRenderPassCreateInfo2KHR" &
            " exists but with different size")
    VkRenderPassCreateInfo2KHR
  else:
    VkRenderPassCreateInfo2KHR_1124077264)
  struct_VkImageCompressionControlEXT_1124080461 = (when declared(
      struct_VkImageCompressionControlEXT):
    when ownSizeof(struct_VkImageCompressionControlEXT) !=
        ownSizeof(struct_VkImageCompressionControlEXT_1124080460):
      static :
        warning("Declaration of " & "struct_VkImageCompressionControlEXT" &
            " exists but with different size")
    struct_VkImageCompressionControlEXT
  else:
    struct_VkImageCompressionControlEXT_1124080460)
  struct_VkImageMemoryRequirementsInfo2_1124075317 = (when declared(
      struct_VkImageMemoryRequirementsInfo2):
    when ownSizeof(struct_VkImageMemoryRequirementsInfo2) !=
        ownSizeof(struct_VkImageMemoryRequirementsInfo2_1124075316):
      static :
        warning("Declaration of " & "struct_VkImageMemoryRequirementsInfo2" &
            " exists but with different size")
    struct_VkImageMemoryRequirementsInfo2
  else:
    struct_VkImageMemoryRequirementsInfo2_1124075316)
  struct_VkExportFenceCreateInfo_1124075441 = (when declared(
      struct_VkExportFenceCreateInfo):
    when ownSizeof(struct_VkExportFenceCreateInfo) !=
        ownSizeof(struct_VkExportFenceCreateInfo_1124075440):
      static :
        warning("Declaration of " & "struct_VkExportFenceCreateInfo" &
            " exists but with different size")
    struct_VkExportFenceCreateInfo
  else:
    struct_VkExportFenceCreateInfo_1124075440)
  PFN_vkCopyMemoryToMicromapEXT_1124080873 = (when declared(
      PFN_vkCopyMemoryToMicromapEXT):
    when ownSizeof(PFN_vkCopyMemoryToMicromapEXT) !=
        ownSizeof(PFN_vkCopyMemoryToMicromapEXT_1124080872):
      static :
        warning("Declaration of " & "PFN_vkCopyMemoryToMicromapEXT" &
            " exists but with different size")
    PFN_vkCopyMemoryToMicromapEXT
  else:
    PFN_vkCopyMemoryToMicromapEXT_1124080872)
  StdVideoH265LongTermRefPicsSps_1124083027 = (when declared(
      StdVideoH265LongTermRefPicsSps):
    when ownSizeof(StdVideoH265LongTermRefPicsSps) !=
        ownSizeof(StdVideoH265LongTermRefPicsSps_1124083026):
      static :
        warning("Declaration of " & "StdVideoH265LongTermRefPicsSps" &
            " exists but with different size")
    StdVideoH265LongTermRefPicsSps
  else:
    StdVideoH265LongTermRefPicsSps_1124083026)
  VkPerformanceCounterDescriptionFlagsKHR_1124077341 = (when declared(
      VkPerformanceCounterDescriptionFlagsKHR):
    when ownSizeof(VkPerformanceCounterDescriptionFlagsKHR) !=
        ownSizeof(VkPerformanceCounterDescriptionFlagsKHR_1124077340):
      static :
        warning("Declaration of " & "VkPerformanceCounterDescriptionFlagsKHR" &
            " exists but with different size")
    VkPerformanceCounterDescriptionFlagsKHR
  else:
    VkPerformanceCounterDescriptionFlagsKHR_1124077340)
  struct_VkSRTDataNV_1124080407 = (when declared(struct_VkSRTDataNV):
    when ownSizeof(struct_VkSRTDataNV) != ownSizeof(struct_VkSRTDataNV_1124080406):
      static :
        warning("Declaration of " & "struct_VkSRTDataNV" &
            " exists but with different size")
    struct_VkSRTDataNV
  else:
    struct_VkSRTDataNV_1124080406)
  PFN_vkDestroyIndirectCommandsLayoutEXT_1124082311 = (when declared(
      PFN_vkDestroyIndirectCommandsLayoutEXT):
    when ownSizeof(PFN_vkDestroyIndirectCommandsLayoutEXT) !=
        ownSizeof(PFN_vkDestroyIndirectCommandsLayoutEXT_1124082310):
      static :
        warning("Declaration of " & "PFN_vkDestroyIndirectCommandsLayoutEXT" &
            " exists but with different size")
    PFN_vkDestroyIndirectCommandsLayoutEXT
  else:
    PFN_vkDestroyIndirectCommandsLayoutEXT_1124082310)
  struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080989 = (when declared(
      struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080988):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT
  else:
    struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080988)
  enum_VkPhysicalDeviceDataGraphOperationTypeARM_1124081727 = (when declared(
      enum_VkPhysicalDeviceDataGraphOperationTypeARM):
    when ownSizeof(enum_VkPhysicalDeviceDataGraphOperationTypeARM) !=
        ownSizeof(enum_VkPhysicalDeviceDataGraphOperationTypeARM_1124081726):
      static :
        warning("Declaration of " &
            "enum_VkPhysicalDeviceDataGraphOperationTypeARM" &
            " exists but with different size")
    enum_VkPhysicalDeviceDataGraphOperationTypeARM
  else:
    enum_VkPhysicalDeviceDataGraphOperationTypeARM_1124081726)
  struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077989 = (when declared(
      struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077988):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077988)
  StdVideoDecodeH264PictureInfo_1124077037 = (when declared(
      StdVideoDecodeH264PictureInfo):
    when ownSizeof(StdVideoDecodeH264PictureInfo) !=
        ownSizeof(StdVideoDecodeH264PictureInfo_1124077036):
      static :
        warning("Declaration of " & "StdVideoDecodeH264PictureInfo" &
            " exists but with different size")
    StdVideoDecodeH264PictureInfo
  else:
    StdVideoDecodeH264PictureInfo_1124077036)
  VkVideoPictureResourceInfoKHR_1124076717 = (when declared(
      VkVideoPictureResourceInfoKHR):
    when ownSizeof(VkVideoPictureResourceInfoKHR) !=
        ownSizeof(VkVideoPictureResourceInfoKHR_1124076716):
      static :
        warning("Declaration of " & "VkVideoPictureResourceInfoKHR" &
            " exists but with different size")
    VkVideoPictureResourceInfoKHR
  else:
    VkVideoPictureResourceInfoKHR_1124076716)
  struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080211 = (when declared(
      struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080210):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV
  else:
    struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080210)
  struct_VkPresentIdKHR_1124077761 = (when declared(struct_VkPresentIdKHR):
    when ownSizeof(struct_VkPresentIdKHR) != ownSizeof(struct_VkPresentIdKHR_1124077760):
      static :
        warning("Declaration of " & "struct_VkPresentIdKHR" &
            " exists but with different size")
    struct_VkPresentIdKHR
  else:
    struct_VkPresentIdKHR_1124077760)
  struct_VkAccelerationStructureBuildGeometryInfoKHR_1124082511 = (when declared(
      struct_VkAccelerationStructureBuildGeometryInfoKHR):
    when ownSizeof(struct_VkAccelerationStructureBuildGeometryInfoKHR) !=
        ownSizeof(struct_VkAccelerationStructureBuildGeometryInfoKHR_1124082510):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureBuildGeometryInfoKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureBuildGeometryInfoKHR
  else:
    struct_VkAccelerationStructureBuildGeometryInfoKHR_1124082510)
  VkOutOfBandQueueTypeNV_1124081661 = (when declared(VkOutOfBandQueueTypeNV):
    when ownSizeof(VkOutOfBandQueueTypeNV) != ownSizeof(VkOutOfBandQueueTypeNV_1124081660):
      static :
        warning("Declaration of " & "VkOutOfBandQueueTypeNV" &
            " exists but with different size")
    VkOutOfBandQueueTypeNV
  else:
    VkOutOfBandQueueTypeNV_1124081660)
  VkPhysicalDeviceInlineUniformBlockFeaturesEXT_1124079125 = (when declared(
      VkPhysicalDeviceInlineUniformBlockFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceInlineUniformBlockFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceInlineUniformBlockFeaturesEXT_1124079124):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceInlineUniformBlockFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceInlineUniformBlockFeaturesEXT
  else:
    VkPhysicalDeviceInlineUniformBlockFeaturesEXT_1124079124)
  PFN_vkCmdBindIndexBuffer2KHR_1124078017 = (when declared(
      PFN_vkCmdBindIndexBuffer2KHR):
    when ownSizeof(PFN_vkCmdBindIndexBuffer2KHR) !=
        ownSizeof(PFN_vkCmdBindIndexBuffer2KHR_1124078016):
      static :
        warning("Declaration of " & "PFN_vkCmdBindIndexBuffer2KHR" &
            " exists but with different size")
    PFN_vkCmdBindIndexBuffer2KHR
  else:
    PFN_vkCmdBindIndexBuffer2KHR_1124078016)
  struct_VkVideoEncodeH265ProfileInfoKHR_1124076991 = (when declared(
      struct_VkVideoEncodeH265ProfileInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265ProfileInfoKHR_1124076990):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265ProfileInfoKHR
  else:
    struct_VkVideoEncodeH265ProfileInfoKHR_1124076990)
  PFN_vkGetDescriptorSetLayoutBindingOffsetEXT_1124080319 = (when declared(
      PFN_vkGetDescriptorSetLayoutBindingOffsetEXT):
    when ownSizeof(PFN_vkGetDescriptorSetLayoutBindingOffsetEXT) !=
        ownSizeof(PFN_vkGetDescriptorSetLayoutBindingOffsetEXT_1124080318):
      static :
        warning("Declaration of " &
            "PFN_vkGetDescriptorSetLayoutBindingOffsetEXT" &
            " exists but with different size")
    PFN_vkGetDescriptorSetLayoutBindingOffsetEXT
  else:
    PFN_vkGetDescriptorSetLayoutBindingOffsetEXT_1124080318)
  VkIndirectCommandsInputModeFlagBitsEXT_1124082201 = (when declared(
      VkIndirectCommandsInputModeFlagBitsEXT):
    when ownSizeof(VkIndirectCommandsInputModeFlagBitsEXT) !=
        ownSizeof(VkIndirectCommandsInputModeFlagBitsEXT_1124082200):
      static :
        warning("Declaration of " & "VkIndirectCommandsInputModeFlagBitsEXT" &
            " exists but with different size")
    VkIndirectCommandsInputModeFlagBitsEXT
  else:
    VkIndirectCommandsInputModeFlagBitsEXT_1124082200)
  VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078457 = (when declared(
      VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078456):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR
  else:
    VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078456)
  struct_VkPhysicalDeviceVulkan12Features_1124075639 = (when declared(
      struct_VkPhysicalDeviceVulkan12Features):
    when ownSizeof(struct_VkPhysicalDeviceVulkan12Features) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan12Features_1124075638):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan12Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan12Features
  else:
    struct_VkPhysicalDeviceVulkan12Features_1124075638)
  VkSamplerReductionMode_1124075611 = (when declared(VkSamplerReductionMode):
    when ownSizeof(VkSamplerReductionMode) != ownSizeof(VkSamplerReductionMode_1124075610):
      static :
        warning("Declaration of " & "VkSamplerReductionMode" &
            " exists but with different size")
    VkSamplerReductionMode
  else:
    VkSamplerReductionMode_1124075610)
  struct_VkPipelineBinaryCreateInfoKHR_1124078085 = (when declared(
      struct_VkPipelineBinaryCreateInfoKHR):
    when ownSizeof(struct_VkPipelineBinaryCreateInfoKHR) !=
        ownSizeof(struct_VkPipelineBinaryCreateInfoKHR_1124078084):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryCreateInfoKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryCreateInfoKHR
  else:
    struct_VkPipelineBinaryCreateInfoKHR_1124078084)
  VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078607 = (when declared(
      VkPhysicalDeviceDepthClampZeroOneFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceDepthClampZeroOneFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078606):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthClampZeroOneFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceDepthClampZeroOneFeaturesKHR
  else:
    VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078606)
  struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082393 = (when declared(
      struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM):
    when ownSizeof(struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM) !=
        ownSizeof(struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082392):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM" &
            " exists but with different size")
    struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM
  else:
    struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082392)
  enum_VkFenceImportFlagBits_1124075233 = (when declared(
      enum_VkFenceImportFlagBits):
    when ownSizeof(enum_VkFenceImportFlagBits) !=
        ownSizeof(enum_VkFenceImportFlagBits_1124075232):
      static :
        warning("Declaration of " & "enum_VkFenceImportFlagBits" &
            " exists but with different size")
    enum_VkFenceImportFlagBits
  else:
    enum_VkFenceImportFlagBits_1124075232)
  PFN_vkCmdSetStencilWriteMask_1124075137 = (when declared(
      PFN_vkCmdSetStencilWriteMask):
    when ownSizeof(PFN_vkCmdSetStencilWriteMask) !=
        ownSizeof(PFN_vkCmdSetStencilWriteMask_1124075136):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilWriteMask" &
            " exists but with different size")
    PFN_vkCmdSetStencilWriteMask
  else:
    PFN_vkCmdSetStencilWriteMask_1124075136)
  PFN_vkCmdSetRenderingAttachmentLocationsKHR_1124077649 = (when declared(
      PFN_vkCmdSetRenderingAttachmentLocationsKHR):
    when ownSizeof(PFN_vkCmdSetRenderingAttachmentLocationsKHR) !=
        ownSizeof(PFN_vkCmdSetRenderingAttachmentLocationsKHR_1124077648):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetRenderingAttachmentLocationsKHR" &
            " exists but with different size")
    PFN_vkCmdSetRenderingAttachmentLocationsKHR
  else:
    PFN_vkCmdSetRenderingAttachmentLocationsKHR_1124077648)
  VkImageViewUsageCreateInfo_1124075371 = (when declared(
      VkImageViewUsageCreateInfo):
    when ownSizeof(VkImageViewUsageCreateInfo) !=
        ownSizeof(VkImageViewUsageCreateInfo_1124075370):
      static :
        warning("Declaration of " & "VkImageViewUsageCreateInfo" &
            " exists but with different size")
    VkImageViewUsageCreateInfo
  else:
    VkImageViewUsageCreateInfo_1124075370)
  struct_SECURITY_ATTRIBUTES_1124082973 = (when declared(
      struct_SECURITY_ATTRIBUTES):
    when ownSizeof(struct_SECURITY_ATTRIBUTES) !=
        ownSizeof(struct_SECURITY_ATTRIBUTES_1124082972):
      static :
        warning("Declaration of " & "struct_SECURITY_ATTRIBUTES" &
            " exists but with different size")
    struct_SECURITY_ATTRIBUTES
  else:
    struct_SECURITY_ATTRIBUTES_1124082972)
  PFN_vkDestroyValidationCacheEXT_1124079263 = (when declared(
      PFN_vkDestroyValidationCacheEXT):
    when ownSizeof(PFN_vkDestroyValidationCacheEXT) !=
        ownSizeof(PFN_vkDestroyValidationCacheEXT_1124079262):
      static :
        warning("Declaration of " & "PFN_vkDestroyValidationCacheEXT" &
            " exists but with different size")
    PFN_vkDestroyValidationCacheEXT
  else:
    PFN_vkDestroyValidationCacheEXT_1124079262)
  struct_StdVideoDecodeVP9PictureInfoFlags_1124083237 = (when declared(
      struct_StdVideoDecodeVP9PictureInfoFlags):
    when ownSizeof(struct_StdVideoDecodeVP9PictureInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeVP9PictureInfoFlags_1124083236):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeVP9PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeVP9PictureInfoFlags
  else:
    struct_StdVideoDecodeVP9PictureInfoFlags_1124083236)
  struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081623 = (when declared(
      struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081622):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT
  else:
    struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081622)
  enum_VkVideoCodecOperationFlagBitsKHR_1124076641 = (when declared(
      enum_VkVideoCodecOperationFlagBitsKHR):
    when ownSizeof(enum_VkVideoCodecOperationFlagBitsKHR) !=
        ownSizeof(enum_VkVideoCodecOperationFlagBitsKHR_1124076640):
      static :
        warning("Declaration of " & "enum_VkVideoCodecOperationFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoCodecOperationFlagBitsKHR
  else:
    enum_VkVideoCodecOperationFlagBitsKHR_1124076640)
  VkTraceRaysIndirectCommand2KHR_1124077965 = (when declared(
      VkTraceRaysIndirectCommand2KHR):
    when ownSizeof(VkTraceRaysIndirectCommand2KHR) !=
        ownSizeof(VkTraceRaysIndirectCommand2KHR_1124077964):
      static :
        warning("Declaration of " & "VkTraceRaysIndirectCommand2KHR" &
            " exists but with different size")
    VkTraceRaysIndirectCommand2KHR
  else:
    VkTraceRaysIndirectCommand2KHR_1124077964)
  PFN_vkCreatePipelineBinariesKHR_1124078105 = (when declared(
      PFN_vkCreatePipelineBinariesKHR):
    when ownSizeof(PFN_vkCreatePipelineBinariesKHR) !=
        ownSizeof(PFN_vkCreatePipelineBinariesKHR_1124078104):
      static :
        warning("Declaration of " & "PFN_vkCreatePipelineBinariesKHR" &
            " exists but with different size")
    PFN_vkCreatePipelineBinariesKHR
  else:
    PFN_vkCreatePipelineBinariesKHR_1124078104)
  struct_VkPipelineDepthStencilStateCreateInfo_1124074821 = (when declared(
      struct_VkPipelineDepthStencilStateCreateInfo):
    when ownSizeof(struct_VkPipelineDepthStencilStateCreateInfo) !=
        ownSizeof(struct_VkPipelineDepthStencilStateCreateInfo_1124074820):
      static :
        warning("Declaration of " &
            "struct_VkPipelineDepthStencilStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineDepthStencilStateCreateInfo
  else:
    struct_VkPipelineDepthStencilStateCreateInfo_1124074820)
  VkPhysicalDeviceDrmPropertiesEXT_1124080555 = (when declared(
      VkPhysicalDeviceDrmPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceDrmPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceDrmPropertiesEXT_1124080554):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDrmPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDrmPropertiesEXT
  else:
    VkPhysicalDeviceDrmPropertiesEXT_1124080554)
  struct_VkWriteDescriptorSetAccelerationStructureKHR_1124082519 = (when declared(
      struct_VkWriteDescriptorSetAccelerationStructureKHR):
    when ownSizeof(struct_VkWriteDescriptorSetAccelerationStructureKHR) !=
        ownSizeof(struct_VkWriteDescriptorSetAccelerationStructureKHR_1124082518):
      static :
        warning("Declaration of " &
            "struct_VkWriteDescriptorSetAccelerationStructureKHR" &
            " exists but with different size")
    struct_VkWriteDescriptorSetAccelerationStructureKHR
  else:
    struct_VkWriteDescriptorSetAccelerationStructureKHR_1124082518)
  struct_VkAccelerationStructureGeometryTrianglesDataKHR_1124082491 = (when declared(
      struct_VkAccelerationStructureGeometryTrianglesDataKHR):
    when ownSizeof(struct_VkAccelerationStructureGeometryTrianglesDataKHR) !=
        ownSizeof(struct_VkAccelerationStructureGeometryTrianglesDataKHR_1124082490):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureGeometryTrianglesDataKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometryTrianglesDataKHR
  else:
    struct_VkAccelerationStructureGeometryTrianglesDataKHR_1124082490)
  struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080261 = (when declared(
      struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080260):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT
  else:
    struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080260)
  VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079755 = (when declared(
      VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079754):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT
  else:
    VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079754)
  VkMemoryMapFlags_1124074219 = (when declared(VkMemoryMapFlags):
    when ownSizeof(VkMemoryMapFlags) != ownSizeof(VkMemoryMapFlags_1124074218):
      static :
        warning("Declaration of " & "VkMemoryMapFlags" &
            " exists but with different size")
    VkMemoryMapFlags
  else:
    VkMemoryMapFlags_1124074218)
  struct_VkPipelineRobustnessCreateInfo_1124076381 = (when declared(
      struct_VkPipelineRobustnessCreateInfo):
    when ownSizeof(struct_VkPipelineRobustnessCreateInfo) !=
        ownSizeof(struct_VkPipelineRobustnessCreateInfo_1124076380):
      static :
        warning("Declaration of " & "struct_VkPipelineRobustnessCreateInfo" &
            " exists but with different size")
    struct_VkPipelineRobustnessCreateInfo
  else:
    struct_VkPipelineRobustnessCreateInfo_1124076380)
  struct_VkCommandBufferInheritanceRenderingInfo_1124076111 = (when declared(
      struct_VkCommandBufferInheritanceRenderingInfo):
    when ownSizeof(struct_VkCommandBufferInheritanceRenderingInfo) !=
        ownSizeof(struct_VkCommandBufferInheritanceRenderingInfo_1124076110):
      static :
        warning("Declaration of " &
            "struct_VkCommandBufferInheritanceRenderingInfo" &
            " exists but with different size")
    struct_VkCommandBufferInheritanceRenderingInfo
  else:
    struct_VkCommandBufferInheritanceRenderingInfo_1124076110)
  struct_VkTimelineSemaphoreSubmitInfo_1124075679 = (when declared(
      struct_VkTimelineSemaphoreSubmitInfo):
    when ownSizeof(struct_VkTimelineSemaphoreSubmitInfo) !=
        ownSizeof(struct_VkTimelineSemaphoreSubmitInfo_1124075678):
      static :
        warning("Declaration of " & "struct_VkTimelineSemaphoreSubmitInfo" &
            " exists but with different size")
    struct_VkTimelineSemaphoreSubmitInfo
  else:
    struct_VkTimelineSemaphoreSubmitInfo_1124075678)
  VkSubpassBeginInfo_1124075789 = (when declared(VkSubpassBeginInfo):
    when ownSizeof(VkSubpassBeginInfo) != ownSizeof(VkSubpassBeginInfo_1124075788):
      static :
        warning("Declaration of " & "VkSubpassBeginInfo" &
            " exists but with different size")
    VkSubpassBeginInfo
  else:
    VkSubpassBeginInfo_1124075788)
  struct_VkPhysicalDeviceVulkan13Properties_1124075907 = (when declared(
      struct_VkPhysicalDeviceVulkan13Properties):
    when ownSizeof(struct_VkPhysicalDeviceVulkan13Properties) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan13Properties_1124075906):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan13Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan13Properties
  else:
    struct_VkPhysicalDeviceVulkan13Properties_1124075906)
  VkRenderingFlagBitsKHR_1124077049 = (when declared(VkRenderingFlagBitsKHR):
    when ownSizeof(VkRenderingFlagBitsKHR) != ownSizeof(VkRenderingFlagBitsKHR_1124077048):
      static :
        warning("Declaration of " & "VkRenderingFlagBitsKHR" &
            " exists but with different size")
    VkRenderingFlagBitsKHR
  else:
    VkRenderingFlagBitsKHR_1124077048)
  VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082891 = (when declared(
      VkAccelerationStructureTrianglesDisplacementMicromapNV):
    when ownSizeof(VkAccelerationStructureTrianglesDisplacementMicromapNV) !=
        ownSizeof(VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082890):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureTrianglesDisplacementMicromapNV" &
            " exists but with different size")
    VkAccelerationStructureTrianglesDisplacementMicromapNV
  else:
    VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082890)
  VkImageViewCreateFlags_1124074275 = (when declared(VkImageViewCreateFlags):
    when ownSizeof(VkImageViewCreateFlags) != ownSizeof(VkImageViewCreateFlags_1124074274):
      static :
        warning("Declaration of " & "VkImageViewCreateFlags" &
            " exists but with different size")
    VkImageViewCreateFlags
  else:
    VkImageViewCreateFlags_1124074274)
  struct_VkSpecializationInfo_1124074709 = (when declared(
      struct_VkSpecializationInfo):
    when ownSizeof(struct_VkSpecializationInfo) !=
        ownSizeof(struct_VkSpecializationInfo_1124074708):
      static :
        warning("Declaration of " & "struct_VkSpecializationInfo" &
            " exists but with different size")
    struct_VkSpecializationInfo
  else:
    struct_VkSpecializationInfo_1124074708)
  struct_StdVideoDecodeVP9PictureInfo_1124082965 = (when declared(
      struct_StdVideoDecodeVP9PictureInfo):
    when ownSizeof(struct_StdVideoDecodeVP9PictureInfo) !=
        ownSizeof(struct_StdVideoDecodeVP9PictureInfo_1124082964):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeVP9PictureInfo" &
            " exists but with different size")
    struct_StdVideoDecodeVP9PictureInfo
  else:
    struct_StdVideoDecodeVP9PictureInfo_1124082964)
  VkVideoFormatH265QuantizationMapPropertiesKHR_1124078519 = (when declared(
      VkVideoFormatH265QuantizationMapPropertiesKHR):
    when ownSizeof(VkVideoFormatH265QuantizationMapPropertiesKHR) !=
        ownSizeof(VkVideoFormatH265QuantizationMapPropertiesKHR_1124078518):
      static :
        warning("Declaration of " &
            "VkVideoFormatH265QuantizationMapPropertiesKHR" &
            " exists but with different size")
    VkVideoFormatH265QuantizationMapPropertiesKHR
  else:
    VkVideoFormatH265QuantizationMapPropertiesKHR_1124078518)
  VkFragmentShadingRateAttachmentInfoKHR_1124077617 = (when declared(
      VkFragmentShadingRateAttachmentInfoKHR):
    when ownSizeof(VkFragmentShadingRateAttachmentInfoKHR) !=
        ownSizeof(VkFragmentShadingRateAttachmentInfoKHR_1124077616):
      static :
        warning("Declaration of " & "VkFragmentShadingRateAttachmentInfoKHR" &
            " exists but with different size")
    VkFragmentShadingRateAttachmentInfoKHR
  else:
    VkFragmentShadingRateAttachmentInfoKHR_1124077616)
  enum_VkVideoEncodeFeedbackFlagBitsKHR_1124077791 = (when declared(
      enum_VkVideoEncodeFeedbackFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeFeedbackFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeFeedbackFlagBitsKHR_1124077790):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeFeedbackFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeFeedbackFlagBitsKHR
  else:
    enum_VkVideoEncodeFeedbackFlagBitsKHR_1124077790)
  PFN_vkCmdPushConstants2_1124076451 = (when declared(PFN_vkCmdPushConstants2):
    when ownSizeof(PFN_vkCmdPushConstants2) !=
        ownSizeof(PFN_vkCmdPushConstants2_1124076450):
      static :
        warning("Declaration of " & "PFN_vkCmdPushConstants2" &
            " exists but with different size")
    PFN_vkCmdPushConstants2
  else:
    PFN_vkCmdPushConstants2_1124076450)
  VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078595 = (when declared(
      VkVideoDecodeH264InlineSessionParametersInfoKHR):
    when ownSizeof(VkVideoDecodeH264InlineSessionParametersInfoKHR) !=
        ownSizeof(VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078594):
      static :
        warning("Declaration of " &
            "VkVideoDecodeH264InlineSessionParametersInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH264InlineSessionParametersInfoKHR
  else:
    VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078594)
  VkMicromapTypeEXT_1124080771 = (when declared(VkMicromapTypeEXT):
    when ownSizeof(VkMicromapTypeEXT) != ownSizeof(VkMicromapTypeEXT_1124080770):
      static :
        warning("Declaration of " & "VkMicromapTypeEXT" &
            " exists but with different size")
    VkMicromapTypeEXT
  else:
    VkMicromapTypeEXT_1124080770)
  enum_VkVideoChromaSubsamplingFlagBitsKHR_1124076647 = (when declared(
      enum_VkVideoChromaSubsamplingFlagBitsKHR):
    when ownSizeof(enum_VkVideoChromaSubsamplingFlagBitsKHR) !=
        ownSizeof(enum_VkVideoChromaSubsamplingFlagBitsKHR_1124076646):
      static :
        warning("Declaration of " & "enum_VkVideoChromaSubsamplingFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoChromaSubsamplingFlagBitsKHR
  else:
    enum_VkVideoChromaSubsamplingFlagBitsKHR_1124076646)
  struct_VkPipelineCoverageToColorStateCreateInfoNV_1124079187 = (when declared(
      struct_VkPipelineCoverageToColorStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineCoverageToColorStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineCoverageToColorStateCreateInfoNV_1124079186):
      static :
        warning("Declaration of " &
            "struct_VkPipelineCoverageToColorStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineCoverageToColorStateCreateInfoNV
  else:
    struct_VkPipelineCoverageToColorStateCreateInfoNV_1124079186)
  struct_VkDeviceMemoryOverallocationCreateInfoAMD_1124079541 = (when declared(
      struct_VkDeviceMemoryOverallocationCreateInfoAMD):
    when ownSizeof(struct_VkDeviceMemoryOverallocationCreateInfoAMD) !=
        ownSizeof(struct_VkDeviceMemoryOverallocationCreateInfoAMD_1124079540):
      static :
        warning("Declaration of " &
            "struct_VkDeviceMemoryOverallocationCreateInfoAMD" &
            " exists but with different size")
    struct_VkDeviceMemoryOverallocationCreateInfoAMD
  else:
    struct_VkDeviceMemoryOverallocationCreateInfoAMD_1124079540)
  PFN_vkGetImageMemoryRequirements_1124074955 = (when declared(
      PFN_vkGetImageMemoryRequirements):
    when ownSizeof(PFN_vkGetImageMemoryRequirements) !=
        ownSizeof(PFN_vkGetImageMemoryRequirements_1124074954):
      static :
        warning("Declaration of " & "PFN_vkGetImageMemoryRequirements" &
            " exists but with different size")
    PFN_vkGetImageMemoryRequirements
  else:
    PFN_vkGetImageMemoryRequirements_1124074954)
  VkBuildAccelerationStructureFlagBitsNV_1124079383 = (when declared(
      VkBuildAccelerationStructureFlagBitsNV):
    when ownSizeof(VkBuildAccelerationStructureFlagBitsNV) !=
        ownSizeof(VkBuildAccelerationStructureFlagBitsNV_1124079382):
      static :
        warning("Declaration of " & "VkBuildAccelerationStructureFlagBitsNV" &
            " exists but with different size")
    VkBuildAccelerationStructureFlagBitsNV
  else:
    VkBuildAccelerationStructureFlagBitsNV_1124079382)
  struct_VkPhysicalDevicePresentWait2FeaturesKHR_1124078041 = (when declared(
      struct_VkPhysicalDevicePresentWait2FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePresentWait2FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePresentWait2FeaturesKHR_1124078040):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentWait2FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentWait2FeaturesKHR
  else:
    struct_VkPhysicalDevicePresentWait2FeaturesKHR_1124078040)
  VkIndirectExecutionSetEXT_1124082187 = (when declared(
      VkIndirectExecutionSetEXT):
    when ownSizeof(VkIndirectExecutionSetEXT) !=
        ownSizeof(VkIndirectExecutionSetEXT_1124082186):
      static :
        warning("Declaration of " & "VkIndirectExecutionSetEXT" &
            " exists but with different size")
    VkIndirectExecutionSetEXT
  else:
    VkIndirectExecutionSetEXT_1124082186)
  enum_VkBlendOp_1124074097 = (when declared(enum_VkBlendOp):
    when ownSizeof(enum_VkBlendOp) != ownSizeof(enum_VkBlendOp_1124074096):
      static :
        warning("Declaration of " & "enum_VkBlendOp" &
            " exists but with different size")
    enum_VkBlendOp
  else:
    enum_VkBlendOp_1124074096)
  struct_VkPhysicalDeviceInlineUniformBlockFeatures_1124076051 = (when declared(
      struct_VkPhysicalDeviceInlineUniformBlockFeatures):
    when ownSizeof(struct_VkPhysicalDeviceInlineUniformBlockFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceInlineUniformBlockFeatures_1124076050):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceInlineUniformBlockFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceInlineUniformBlockFeatures
  else:
    struct_VkPhysicalDeviceInlineUniformBlockFeatures_1124076050)
  VkExternalImageFormatProperties_1124075407 = (when declared(
      VkExternalImageFormatProperties):
    when ownSizeof(VkExternalImageFormatProperties) !=
        ownSizeof(VkExternalImageFormatProperties_1124075406):
      static :
        warning("Declaration of " & "VkExternalImageFormatProperties" &
            " exists but with different size")
    VkExternalImageFormatProperties
  else:
    VkExternalImageFormatProperties_1124075406)
  VkFlags_1124073932 = (when declared(VkFlags):
    when ownSizeof(VkFlags) != ownSizeof(VkFlags_1124073931):
      static :
        warning("Declaration of " & "VkFlags" &
            " exists but with different size")
    VkFlags
  else:
    VkFlags_1124073931)
  VkRenderPassInputAttachmentAspectCreateInfoKHR_1124077395 = (when declared(
      VkRenderPassInputAttachmentAspectCreateInfoKHR):
    when ownSizeof(VkRenderPassInputAttachmentAspectCreateInfoKHR) !=
        ownSizeof(VkRenderPassInputAttachmentAspectCreateInfoKHR_1124077394):
      static :
        warning("Declaration of " &
            "VkRenderPassInputAttachmentAspectCreateInfoKHR" &
            " exists but with different size")
    VkRenderPassInputAttachmentAspectCreateInfoKHR
  else:
    VkRenderPassInputAttachmentAspectCreateInfoKHR_1124077394)
  VkSamplerYcbcrRangeKHR_1124077481 = (when declared(VkSamplerYcbcrRangeKHR):
    when ownSizeof(VkSamplerYcbcrRangeKHR) != ownSizeof(VkSamplerYcbcrRangeKHR_1124077480):
      static :
        warning("Declaration of " & "VkSamplerYcbcrRangeKHR" &
            " exists but with different size")
    VkSamplerYcbcrRangeKHR
  else:
    VkSamplerYcbcrRangeKHR_1124077480)
  VkRenderingAttachmentFlagsKHR_1124078625 = (when declared(
      VkRenderingAttachmentFlagsKHR):
    when ownSizeof(VkRenderingAttachmentFlagsKHR) !=
        ownSizeof(VkRenderingAttachmentFlagsKHR_1124078624):
      static :
        warning("Declaration of " & "VkRenderingAttachmentFlagsKHR" &
            " exists but with different size")
    VkRenderingAttachmentFlagsKHR
  else:
    VkRenderingAttachmentFlagsKHR_1124078624)
  VkSamplerReductionModeCreateInfoEXT_1124079117 = (when declared(
      VkSamplerReductionModeCreateInfoEXT):
    when ownSizeof(VkSamplerReductionModeCreateInfoEXT) !=
        ownSizeof(VkSamplerReductionModeCreateInfoEXT_1124079116):
      static :
        warning("Declaration of " & "VkSamplerReductionModeCreateInfoEXT" &
            " exists but with different size")
    VkSamplerReductionModeCreateInfoEXT
  else:
    VkSamplerReductionModeCreateInfoEXT_1124079116)
  VkBufferDeviceAddressInfoEXT_1124079779 = (when declared(
      VkBufferDeviceAddressInfoEXT):
    when ownSizeof(VkBufferDeviceAddressInfoEXT) !=
        ownSizeof(VkBufferDeviceAddressInfoEXT_1124079778):
      static :
        warning("Declaration of " & "VkBufferDeviceAddressInfoEXT" &
            " exists but with different size")
    VkBufferDeviceAddressInfoEXT
  else:
    VkBufferDeviceAddressInfoEXT_1124079778)
  enum_VkShaderCodeTypeEXT_1124081505 = (when declared(enum_VkShaderCodeTypeEXT):
    when ownSizeof(enum_VkShaderCodeTypeEXT) !=
        ownSizeof(enum_VkShaderCodeTypeEXT_1124081504):
      static :
        warning("Declaration of " & "enum_VkShaderCodeTypeEXT" &
            " exists but with different size")
    enum_VkShaderCodeTypeEXT
  else:
    enum_VkShaderCodeTypeEXT_1124081504)
  VkBindShaderGroupIndirectCommandNV_1124080047 = (when declared(
      VkBindShaderGroupIndirectCommandNV):
    when ownSizeof(VkBindShaderGroupIndirectCommandNV) !=
        ownSizeof(VkBindShaderGroupIndirectCommandNV_1124080046):
      static :
        warning("Declaration of " & "VkBindShaderGroupIndirectCommandNV" &
            " exists but with different size")
    VkBindShaderGroupIndirectCommandNV
  else:
    VkBindShaderGroupIndirectCommandNV_1124080046)
  PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM_1124081831 = (when declared(
      PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM):
    when ownSizeof(PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM) !=
        ownSizeof(PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM_1124081830):
      static :
        warning("Declaration of " &
            "PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM" &
            " exists but with different size")
    PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM
  else:
    PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM_1124081830)
  struct_VkMemoryGetFdInfoKHR_1124077177 = (when declared(
      struct_VkMemoryGetFdInfoKHR):
    when ownSizeof(struct_VkMemoryGetFdInfoKHR) !=
        ownSizeof(struct_VkMemoryGetFdInfoKHR_1124077176):
      static :
        warning("Declaration of " & "struct_VkMemoryGetFdInfoKHR" &
            " exists but with different size")
    struct_VkMemoryGetFdInfoKHR
  else:
    struct_VkMemoryGetFdInfoKHR_1124077176)
  enum_VkClusterAccelerationStructureOpModeNV_1124082025 = (when declared(
      enum_VkClusterAccelerationStructureOpModeNV):
    when ownSizeof(enum_VkClusterAccelerationStructureOpModeNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureOpModeNV_1124082024):
      static :
        warning("Declaration of " &
            "enum_VkClusterAccelerationStructureOpModeNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureOpModeNV
  else:
    enum_VkClusterAccelerationStructureOpModeNV_1124082024)
  PFN_vkCmdCopyImage2KHR_1124077943 = (when declared(PFN_vkCmdCopyImage2KHR):
    when ownSizeof(PFN_vkCmdCopyImage2KHR) != ownSizeof(PFN_vkCmdCopyImage2KHR_1124077942):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyImage2KHR" &
            " exists but with different size")
    PFN_vkCmdCopyImage2KHR
  else:
    PFN_vkCmdCopyImage2KHR_1124077942)
  PFN_vkWriteAccelerationStructuresPropertiesKHR_1124082567 = (when declared(
      PFN_vkWriteAccelerationStructuresPropertiesKHR):
    when ownSizeof(PFN_vkWriteAccelerationStructuresPropertiesKHR) !=
        ownSizeof(PFN_vkWriteAccelerationStructuresPropertiesKHR_1124082566):
      static :
        warning("Declaration of " &
            "PFN_vkWriteAccelerationStructuresPropertiesKHR" &
            " exists but with different size")
    PFN_vkWriteAccelerationStructuresPropertiesKHR
  else:
    PFN_vkWriteAccelerationStructuresPropertiesKHR_1124082566)
  VkAccessFlagBits3KHR_1124078559 = (when declared(VkAccessFlagBits3KHR):
    when ownSizeof(VkAccessFlagBits3KHR) != ownSizeof(VkAccessFlagBits3KHR_1124078558):
      static :
        warning("Declaration of " & "VkAccessFlagBits3KHR" &
            " exists but with different size")
    VkAccessFlagBits3KHR
  else:
    VkAccessFlagBits3KHR_1124078558)
  PFN_vkAcquireDrmDisplayEXT_1124080153 = (when declared(
      PFN_vkAcquireDrmDisplayEXT):
    when ownSizeof(PFN_vkAcquireDrmDisplayEXT) !=
        ownSizeof(PFN_vkAcquireDrmDisplayEXT_1124080152):
      static :
        warning("Declaration of " & "PFN_vkAcquireDrmDisplayEXT" &
            " exists but with different size")
    PFN_vkAcquireDrmDisplayEXT
  else:
    PFN_vkAcquireDrmDisplayEXT_1124080152)
  VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081649 = (when declared(
      VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081648):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT
  else:
    VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081648)
  VkBufferUsageFlags2CreateInfo_1124076279 = (when declared(
      VkBufferUsageFlags2CreateInfo):
    when ownSizeof(VkBufferUsageFlags2CreateInfo) !=
        ownSizeof(VkBufferUsageFlags2CreateInfo_1124076278):
      static :
        warning("Declaration of " & "VkBufferUsageFlags2CreateInfo" &
            " exists but with different size")
    VkBufferUsageFlags2CreateInfo
  else:
    VkBufferUsageFlags2CreateInfo_1124076278)
  VkPresentRegionKHR_1124077235 = (when declared(VkPresentRegionKHR):
    when ownSizeof(VkPresentRegionKHR) != ownSizeof(VkPresentRegionKHR_1124077234):
      static :
        warning("Declaration of " & "VkPresentRegionKHR" &
            " exists but with different size")
    VkPresentRegionKHR
  else:
    VkPresentRegionKHR_1124077234)
  struct_VkAttachmentSampleCountInfoAMD_1124079121 = (when declared(
      struct_VkAttachmentSampleCountInfoAMD):
    when ownSizeof(struct_VkAttachmentSampleCountInfoAMD) !=
        ownSizeof(struct_VkAttachmentSampleCountInfoAMD_1124079120):
      static :
        warning("Declaration of " & "struct_VkAttachmentSampleCountInfoAMD" &
            " exists but with different size")
    struct_VkAttachmentSampleCountInfoAMD
  else:
    struct_VkAttachmentSampleCountInfoAMD_1124079120)
  struct_VkVertexInputBindingDescription_1124074781 = (when declared(
      struct_VkVertexInputBindingDescription):
    when ownSizeof(struct_VkVertexInputBindingDescription) !=
        ownSizeof(struct_VkVertexInputBindingDescription_1124074780):
      static :
        warning("Declaration of " & "struct_VkVertexInputBindingDescription" &
            " exists but with different size")
    struct_VkVertexInputBindingDescription
  else:
    struct_VkVertexInputBindingDescription_1124074780)
  PFN_vkCreateBufferView_1124075049 = (when declared(PFN_vkCreateBufferView):
    when ownSizeof(PFN_vkCreateBufferView) != ownSizeof(PFN_vkCreateBufferView_1124075048):
      static :
        warning("Declaration of " & "PFN_vkCreateBufferView" &
            " exists but with different size")
    PFN_vkCreateBufferView
  else:
    PFN_vkCreateBufferView_1124075048)
  VkBufferCopy2_1124075961 = (when declared(VkBufferCopy2):
    when ownSizeof(VkBufferCopy2) != ownSizeof(VkBufferCopy2_1124075960):
      static :
        warning("Declaration of " & "VkBufferCopy2" &
            " exists but with different size")
    VkBufferCopy2
  else:
    VkBufferCopy2_1124075960)
  struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081987 = (when declared(
      struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081986):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV
  else:
    struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081986)
  VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079729 = (when declared(
      VkRenderingFragmentDensityMapAttachmentInfoEXT):
    when ownSizeof(VkRenderingFragmentDensityMapAttachmentInfoEXT) !=
        ownSizeof(VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079728):
      static :
        warning("Declaration of " &
            "VkRenderingFragmentDensityMapAttachmentInfoEXT" &
            " exists but with different size")
    VkRenderingFragmentDensityMapAttachmentInfoEXT
  else:
    VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079728)
  PFN_vkGetAccelerationStructureBuildSizesKHR_1124082581 = (when declared(
      PFN_vkGetAccelerationStructureBuildSizesKHR):
    when ownSizeof(PFN_vkGetAccelerationStructureBuildSizesKHR) !=
        ownSizeof(PFN_vkGetAccelerationStructureBuildSizesKHR_1124082580):
      static :
        warning("Declaration of " &
            "PFN_vkGetAccelerationStructureBuildSizesKHR" &
            " exists but with different size")
    PFN_vkGetAccelerationStructureBuildSizesKHR
  else:
    PFN_vkGetAccelerationStructureBuildSizesKHR_1124082580)
  PFN_vkGetPhysicalDeviceSurfaceFormatsKHR_1124076503 = (when declared(
      PFN_vkGetPhysicalDeviceSurfaceFormatsKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfaceFormatsKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfaceFormatsKHR_1124076502):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceFormatsKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfaceFormatsKHR
  else:
    PFN_vkGetPhysicalDeviceSurfaceFormatsKHR_1124076502)
  VkDeviceGroupPresentModeFlagsKHR_1124076519 = (when declared(
      VkDeviceGroupPresentModeFlagsKHR):
    when ownSizeof(VkDeviceGroupPresentModeFlagsKHR) !=
        ownSizeof(VkDeviceGroupPresentModeFlagsKHR_1124076518):
      static :
        warning("Declaration of " & "VkDeviceGroupPresentModeFlagsKHR" &
            " exists but with different size")
    VkDeviceGroupPresentModeFlagsKHR
  else:
    VkDeviceGroupPresentModeFlagsKHR_1124076518)
  VkPhysicalDeviceMaintenance4PropertiesKHR_1124077975 = (when declared(
      VkPhysicalDeviceMaintenance4PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance4PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance4PropertiesKHR_1124077974):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance4PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance4PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance4PropertiesKHR_1124077974)
  VkCommandPoolCreateFlagBits_1124074285 = (when declared(
      VkCommandPoolCreateFlagBits):
    when ownSizeof(VkCommandPoolCreateFlagBits) !=
        ownSizeof(VkCommandPoolCreateFlagBits_1124074284):
      static :
        warning("Declaration of " & "VkCommandPoolCreateFlagBits" &
            " exists but with different size")
    VkCommandPoolCreateFlagBits
  else:
    VkCommandPoolCreateFlagBits_1124074284)
  VkVideoEncodeTuningModeKHR_1124077771 = (when declared(
      VkVideoEncodeTuningModeKHR):
    when ownSizeof(VkVideoEncodeTuningModeKHR) !=
        ownSizeof(VkVideoEncodeTuningModeKHR_1124077770):
      static :
        warning("Declaration of " & "VkVideoEncodeTuningModeKHR" &
            " exists but with different size")
    VkVideoEncodeTuningModeKHR
  else:
    VkVideoEncodeTuningModeKHR_1124077770)
  PFN_vkCmdSetCheckpointNV_1124079617 = (when declared(PFN_vkCmdSetCheckpointNV):
    when ownSizeof(PFN_vkCmdSetCheckpointNV) !=
        ownSizeof(PFN_vkCmdSetCheckpointNV_1124079616):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCheckpointNV" &
            " exists but with different size")
    PFN_vkCmdSetCheckpointNV
  else:
    PFN_vkCmdSetCheckpointNV_1124079616)
  struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077455 = (when declared(
      struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077454):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077454)
  VkCopyMemoryIndirectCommandKHR_1124078437 = (when declared(
      VkCopyMemoryIndirectCommandKHR):
    when ownSizeof(VkCopyMemoryIndirectCommandKHR) !=
        ownSizeof(VkCopyMemoryIndirectCommandKHR_1124078436):
      static :
        warning("Declaration of " & "VkCopyMemoryIndirectCommandKHR" &
            " exists but with different size")
    VkCopyMemoryIndirectCommandKHR
  else:
    VkCopyMemoryIndirectCommandKHR_1124078436)
  VkIndexType_1124074059 = (when declared(VkIndexType):
    when ownSizeof(VkIndexType) != ownSizeof(VkIndexType_1124074058):
      static :
        warning("Declaration of " & "VkIndexType" &
            " exists but with different size")
    VkIndexType
  else:
    VkIndexType_1124074058)
  struct_StdVideoEncodeAV1ExtensionHeader_1124083233 = (when declared(
      struct_StdVideoEncodeAV1ExtensionHeader):
    when ownSizeof(struct_StdVideoEncodeAV1ExtensionHeader) !=
        ownSizeof(struct_StdVideoEncodeAV1ExtensionHeader_1124083232):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1ExtensionHeader" &
            " exists but with different size")
    struct_StdVideoEncodeAV1ExtensionHeader
  else:
    struct_StdVideoEncodeAV1ExtensionHeader_1124083232)
  enum_VkFragmentShadingRateNV_1124080365 = (when declared(
      enum_VkFragmentShadingRateNV):
    when ownSizeof(enum_VkFragmentShadingRateNV) !=
        ownSizeof(enum_VkFragmentShadingRateNV_1124080364):
      static :
        warning("Declaration of " & "enum_VkFragmentShadingRateNV" &
            " exists but with different size")
    enum_VkFragmentShadingRateNV
  else:
    enum_VkFragmentShadingRateNV_1124080364)
  PFN_vkGetImageSparseMemoryRequirements2_1124075557 = (when declared(
      PFN_vkGetImageSparseMemoryRequirements2):
    when ownSizeof(PFN_vkGetImageSparseMemoryRequirements2) !=
        ownSizeof(PFN_vkGetImageSparseMemoryRequirements2_1124075556):
      static :
        warning("Declaration of " & "PFN_vkGetImageSparseMemoryRequirements2" &
            " exists but with different size")
    PFN_vkGetImageSparseMemoryRequirements2
  else:
    PFN_vkGetImageSparseMemoryRequirements2_1124075556)
  enum_VkToolPurposeFlagBits_1124075865 = (when declared(
      enum_VkToolPurposeFlagBits):
    when ownSizeof(enum_VkToolPurposeFlagBits) !=
        ownSizeof(enum_VkToolPurposeFlagBits_1124075864):
      static :
        warning("Declaration of " & "enum_VkToolPurposeFlagBits" &
            " exists but with different size")
    enum_VkToolPurposeFlagBits
  else:
    enum_VkToolPurposeFlagBits_1124075864)
  PFN_vkCmdResolveImage2_1124076153 = (when declared(PFN_vkCmdResolveImage2):
    when ownSizeof(PFN_vkCmdResolveImage2) != ownSizeof(PFN_vkCmdResolveImage2_1124076152):
      static :
        warning("Declaration of " & "PFN_vkCmdResolveImage2" &
            " exists but with different size")
    PFN_vkCmdResolveImage2
  else:
    PFN_vkCmdResolveImage2_1124076152)
  struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081095 = (when declared(
      struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081094):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT
  else:
    struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081094)
  struct_VkPhysicalDeviceDepthStencilResolveProperties_1124075799 = (when declared(
      struct_VkPhysicalDeviceDepthStencilResolveProperties):
    when ownSizeof(struct_VkPhysicalDeviceDepthStencilResolveProperties) !=
        ownSizeof(struct_VkPhysicalDeviceDepthStencilResolveProperties_1124075798):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDepthStencilResolveProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceDepthStencilResolveProperties
  else:
    struct_VkPhysicalDeviceDepthStencilResolveProperties_1124075798)
  VkColorSpaceKHR_1124076475 = (when declared(VkColorSpaceKHR):
    when ownSizeof(VkColorSpaceKHR) != ownSizeof(VkColorSpaceKHR_1124076474):
      static :
        warning("Declaration of " & "VkColorSpaceKHR" &
            " exists but with different size")
    VkColorSpaceKHR
  else:
    VkColorSpaceKHR_1124076474)
  struct_VkPipelineRasterizationStateStreamCreateInfoEXT_1124078731 = (when declared(
      struct_VkPipelineRasterizationStateStreamCreateInfoEXT):
    when ownSizeof(struct_VkPipelineRasterizationStateStreamCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineRasterizationStateStreamCreateInfoEXT_1124078730):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationStateStreamCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineRasterizationStateStreamCreateInfoEXT
  else:
    struct_VkPipelineRasterizationStateStreamCreateInfoEXT_1124078730)
  VkPerformanceCounterDescriptionFlagBitsKHR_1124077339 = (when declared(
      VkPerformanceCounterDescriptionFlagBitsKHR):
    when ownSizeof(VkPerformanceCounterDescriptionFlagBitsKHR) !=
        ownSizeof(VkPerformanceCounterDescriptionFlagBitsKHR_1124077338):
      static :
        warning("Declaration of " & "VkPerformanceCounterDescriptionFlagBitsKHR" &
            " exists but with different size")
    VkPerformanceCounterDescriptionFlagBitsKHR
  else:
    VkPerformanceCounterDescriptionFlagBitsKHR_1124077338)
  struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079315 = (when declared(
      struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079314):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV
  else:
    struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079314)
  enum_VkMicromapCreateFlagBitsEXT_1124080803 = (when declared(
      enum_VkMicromapCreateFlagBitsEXT):
    when ownSizeof(enum_VkMicromapCreateFlagBitsEXT) !=
        ownSizeof(enum_VkMicromapCreateFlagBitsEXT_1124080802):
      static :
        warning("Declaration of " & "enum_VkMicromapCreateFlagBitsEXT" &
            " exists but with different size")
    enum_VkMicromapCreateFlagBitsEXT
  else:
    enum_VkMicromapCreateFlagBitsEXT_1124080802)
  VkXlibSurfaceCreateFlagsKHR_1124082771 = (when declared(
      VkXlibSurfaceCreateFlagsKHR):
    when ownSizeof(VkXlibSurfaceCreateFlagsKHR) !=
        ownSizeof(VkXlibSurfaceCreateFlagsKHR_1124082770):
      static :
        warning("Declaration of " & "VkXlibSurfaceCreateFlagsKHR" &
            " exists but with different size")
    VkXlibSurfaceCreateFlagsKHR
  else:
    VkXlibSurfaceCreateFlagsKHR_1124082770)
  VkPipelineExecutablePropertiesKHR_1124077717 = (when declared(
      VkPipelineExecutablePropertiesKHR):
    when ownSizeof(VkPipelineExecutablePropertiesKHR) !=
        ownSizeof(VkPipelineExecutablePropertiesKHR_1124077716):
      static :
        warning("Declaration of " & "VkPipelineExecutablePropertiesKHR" &
            " exists but with different size")
    VkPipelineExecutablePropertiesKHR
  else:
    VkPipelineExecutablePropertiesKHR_1124077716)
  VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082801 = (when declared(
      VkPhysicalDeviceShaderEnqueuePropertiesAMDX):
    when ownSizeof(VkPhysicalDeviceShaderEnqueuePropertiesAMDX) !=
        ownSizeof(VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082800):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderEnqueuePropertiesAMDX" &
            " exists but with different size")
    VkPhysicalDeviceShaderEnqueuePropertiesAMDX
  else:
    VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082800)
  VkAttachmentDescription_1124074843 = (when declared(VkAttachmentDescription):
    when ownSizeof(VkAttachmentDescription) !=
        ownSizeof(VkAttachmentDescription_1124074842):
      static :
        warning("Declaration of " & "VkAttachmentDescription" &
            " exists but with different size")
    VkAttachmentDescription
  else:
    VkAttachmentDescription_1124074842)
  VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082751 = (when declared(
      VkSurfaceCapabilitiesFullScreenExclusiveEXT):
    when ownSizeof(VkSurfaceCapabilitiesFullScreenExclusiveEXT) !=
        ownSizeof(VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082750):
      static :
        warning("Declaration of " &
            "VkSurfaceCapabilitiesFullScreenExclusiveEXT" &
            " exists but with different size")
    VkSurfaceCapabilitiesFullScreenExclusiveEXT
  else:
    VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082750)
  VkPhysicalDeviceMemoryProperties2KHR_1124077083 = (when declared(
      VkPhysicalDeviceMemoryProperties2KHR):
    when ownSizeof(VkPhysicalDeviceMemoryProperties2KHR) !=
        ownSizeof(VkPhysicalDeviceMemoryProperties2KHR_1124077082):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMemoryProperties2KHR" &
            " exists but with different size")
    VkPhysicalDeviceMemoryProperties2KHR
  else:
    VkPhysicalDeviceMemoryProperties2KHR_1124077082)
  VkPipelineRasterizationStateRasterizationOrderAMD_1124078685 = (when declared(
      VkPipelineRasterizationStateRasterizationOrderAMD):
    when ownSizeof(VkPipelineRasterizationStateRasterizationOrderAMD) !=
        ownSizeof(VkPipelineRasterizationStateRasterizationOrderAMD_1124078684):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationStateRasterizationOrderAMD" &
            " exists but with different size")
    VkPipelineRasterizationStateRasterizationOrderAMD
  else:
    VkPipelineRasterizationStateRasterizationOrderAMD_1124078684)
  struct_VkPhysicalDeviceExternalFenceInfo_1124075433 = (when declared(
      struct_VkPhysicalDeviceExternalFenceInfo):
    when ownSizeof(struct_VkPhysicalDeviceExternalFenceInfo) !=
        ownSizeof(struct_VkPhysicalDeviceExternalFenceInfo_1124075432):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceExternalFenceInfo" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalFenceInfo
  else:
    struct_VkPhysicalDeviceExternalFenceInfo_1124075432)
  struct_VkDeviceBufferMemoryRequirements_1124076003 = (when declared(
      struct_VkDeviceBufferMemoryRequirements):
    when ownSizeof(struct_VkDeviceBufferMemoryRequirements) !=
        ownSizeof(struct_VkDeviceBufferMemoryRequirements_1124076002):
      static :
        warning("Declaration of " & "struct_VkDeviceBufferMemoryRequirements" &
            " exists but with different size")
    struct_VkDeviceBufferMemoryRequirements
  else:
    struct_VkDeviceBufferMemoryRequirements_1124076002)
  struct_VkVideoEncodeProfileRgbConversionInfoVALVE_1124080719 = (when declared(
      struct_VkVideoEncodeProfileRgbConversionInfoVALVE):
    when ownSizeof(struct_VkVideoEncodeProfileRgbConversionInfoVALVE) !=
        ownSizeof(struct_VkVideoEncodeProfileRgbConversionInfoVALVE_1124080718):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeProfileRgbConversionInfoVALVE" &
            " exists but with different size")
    struct_VkVideoEncodeProfileRgbConversionInfoVALVE
  else:
    struct_VkVideoEncodeProfileRgbConversionInfoVALVE_1124080718)
  VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM_1124080999 = (when declared(
      VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM_1124080998):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM
  else:
    VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM_1124080998)
  VkPipelineCreateInfoKHR_1124078083 = (when declared(VkPipelineCreateInfoKHR):
    when ownSizeof(VkPipelineCreateInfoKHR) !=
        ownSizeof(VkPipelineCreateInfoKHR_1124078082):
      static :
        warning("Declaration of " & "VkPipelineCreateInfoKHR" &
            " exists but with different size")
    VkPipelineCreateInfoKHR
  else:
    VkPipelineCreateInfoKHR_1124078082)
  VkDataGraphPipelineSessionBindPointTypeARM_1124081717 = (when declared(
      VkDataGraphPipelineSessionBindPointTypeARM):
    when ownSizeof(VkDataGraphPipelineSessionBindPointTypeARM) !=
        ownSizeof(VkDataGraphPipelineSessionBindPointTypeARM_1124081716):
      static :
        warning("Declaration of " & "VkDataGraphPipelineSessionBindPointTypeARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionBindPointTypeARM
  else:
    VkDataGraphPipelineSessionBindPointTypeARM_1124081716)
  VkHdrMetadataEXT_1124079045 = (when declared(VkHdrMetadataEXT):
    when ownSizeof(VkHdrMetadataEXT) != ownSizeof(VkHdrMetadataEXT_1124079044):
      static :
        warning("Declaration of " & "VkHdrMetadataEXT" &
            " exists but with different size")
    VkHdrMetadataEXT
  else:
    VkHdrMetadataEXT_1124079044)
  VkDataGraphModelCacheTypeQCOM_1124082455 = (when declared(
      VkDataGraphModelCacheTypeQCOM):
    when ownSizeof(VkDataGraphModelCacheTypeQCOM) !=
        ownSizeof(VkDataGraphModelCacheTypeQCOM_1124082454):
      static :
        warning("Declaration of " & "VkDataGraphModelCacheTypeQCOM" &
            " exists but with different size")
    VkDataGraphModelCacheTypeQCOM
  else:
    VkDataGraphModelCacheTypeQCOM_1124082454)
  VkDescriptorPoolCreateFlags_1124074363 = (when declared(
      VkDescriptorPoolCreateFlags):
    when ownSizeof(VkDescriptorPoolCreateFlags) !=
        ownSizeof(VkDescriptorPoolCreateFlags_1124074362):
      static :
        warning("Declaration of " & "VkDescriptorPoolCreateFlags" &
            " exists but with different size")
    VkDescriptorPoolCreateFlags
  else:
    VkDescriptorPoolCreateFlags_1124074362)
  struct_VkVideoEncodeH265PictureInfoKHR_1124076979 = (when declared(
      struct_VkVideoEncodeH265PictureInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265PictureInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265PictureInfoKHR_1124076978):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265PictureInfoKHR
  else:
    struct_VkVideoEncodeH265PictureInfoKHR_1124076978)
  struct_VkFragmentShadingRateAttachmentInfoKHR_1124077615 = (when declared(
      struct_VkFragmentShadingRateAttachmentInfoKHR):
    when ownSizeof(struct_VkFragmentShadingRateAttachmentInfoKHR) !=
        ownSizeof(struct_VkFragmentShadingRateAttachmentInfoKHR_1124077614):
      static :
        warning("Declaration of " &
            "struct_VkFragmentShadingRateAttachmentInfoKHR" &
            " exists but with different size")
    struct_VkFragmentShadingRateAttachmentInfoKHR
  else:
    struct_VkFragmentShadingRateAttachmentInfoKHR_1124077614)
  PFN_vkGetRayTracingShaderGroupStackSizeKHR_1124082619 = (when declared(
      PFN_vkGetRayTracingShaderGroupStackSizeKHR):
    when ownSizeof(PFN_vkGetRayTracingShaderGroupStackSizeKHR) !=
        ownSizeof(PFN_vkGetRayTracingShaderGroupStackSizeKHR_1124082618):
      static :
        warning("Declaration of " & "PFN_vkGetRayTracingShaderGroupStackSizeKHR" &
            " exists but with different size")
    PFN_vkGetRayTracingShaderGroupStackSizeKHR
  else:
    PFN_vkGetRayTracingShaderGroupStackSizeKHR_1124082618)
  VkPhysicalDeviceShaderDrawParametersFeatures_1124075537 = (when declared(
      VkPhysicalDeviceShaderDrawParametersFeatures):
    when ownSizeof(VkPhysicalDeviceShaderDrawParametersFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderDrawParametersFeatures_1124075536):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderDrawParametersFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderDrawParametersFeatures
  else:
    VkPhysicalDeviceShaderDrawParametersFeatures_1124075536)
  struct_VkDrmFormatModifierProperties2EXT_1124079235 = (when declared(
      struct_VkDrmFormatModifierProperties2EXT):
    when ownSizeof(struct_VkDrmFormatModifierProperties2EXT) !=
        ownSizeof(struct_VkDrmFormatModifierProperties2EXT_1124079234):
      static :
        warning("Declaration of " & "struct_VkDrmFormatModifierProperties2EXT" &
            " exists but with different size")
    struct_VkDrmFormatModifierProperties2EXT
  else:
    struct_VkDrmFormatModifierProperties2EXT_1124079234)
  VkOpticalFlowExecuteFlagsNV_1124081435 = (when declared(
      VkOpticalFlowExecuteFlagsNV):
    when ownSizeof(VkOpticalFlowExecuteFlagsNV) !=
        ownSizeof(VkOpticalFlowExecuteFlagsNV_1124081434):
      static :
        warning("Declaration of " & "VkOpticalFlowExecuteFlagsNV" &
            " exists but with different size")
    VkOpticalFlowExecuteFlagsNV
  else:
    VkOpticalFlowExecuteFlagsNV_1124081434)
  VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076917 = (when declared(
      VkVideoEncodeH265CtbSizeFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH265CtbSizeFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076916):
      static :
        warning("Declaration of " & "VkVideoEncodeH265CtbSizeFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH265CtbSizeFlagBitsKHR
  else:
    VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076916)
  VkPhysicalDeviceScalarBlockLayoutFeaturesEXT_1124079731 = (when declared(
      VkPhysicalDeviceScalarBlockLayoutFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceScalarBlockLayoutFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceScalarBlockLayoutFeaturesEXT_1124079730):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceScalarBlockLayoutFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceScalarBlockLayoutFeaturesEXT
  else:
    VkPhysicalDeviceScalarBlockLayoutFeaturesEXT_1124079730)
  VkAttachmentDescriptionStencilLayout_1124075833 = (when declared(
      VkAttachmentDescriptionStencilLayout):
    when ownSizeof(VkAttachmentDescriptionStencilLayout) !=
        ownSizeof(VkAttachmentDescriptionStencilLayout_1124075832):
      static :
        warning("Declaration of " & "VkAttachmentDescriptionStencilLayout" &
            " exists but with different size")
    VkAttachmentDescriptionStencilLayout
  else:
    VkAttachmentDescriptionStencilLayout_1124075832)
  enum_VkCullModeFlagBits_1124074379 = (when declared(enum_VkCullModeFlagBits):
    when ownSizeof(enum_VkCullModeFlagBits) !=
        ownSizeof(enum_VkCullModeFlagBits_1124074378):
      static :
        warning("Declaration of " & "enum_VkCullModeFlagBits" &
            " exists but with different size")
    enum_VkCullModeFlagBits
  else:
    enum_VkCullModeFlagBits_1124074378)
  VkPipelineColorBlendStateCreateInfo_1124074831 = (when declared(
      VkPipelineColorBlendStateCreateInfo):
    when ownSizeof(VkPipelineColorBlendStateCreateInfo) !=
        ownSizeof(VkPipelineColorBlendStateCreateInfo_1124074830):
      static :
        warning("Declaration of " & "VkPipelineColorBlendStateCreateInfo" &
            " exists but with different size")
    VkPipelineColorBlendStateCreateInfo
  else:
    VkPipelineColorBlendStateCreateInfo_1124074830)
  VkDeviceMemoryReportFlagsEXT_1124080137 = (when declared(
      VkDeviceMemoryReportFlagsEXT):
    when ownSizeof(VkDeviceMemoryReportFlagsEXT) !=
        ownSizeof(VkDeviceMemoryReportFlagsEXT_1124080136):
      static :
        warning("Declaration of " & "VkDeviceMemoryReportFlagsEXT" &
            " exists but with different size")
    VkDeviceMemoryReportFlagsEXT
  else:
    VkDeviceMemoryReportFlagsEXT_1124080136)
  PFN_vkCmdUpdateBuffer_1124075021 = (when declared(PFN_vkCmdUpdateBuffer):
    when ownSizeof(PFN_vkCmdUpdateBuffer) != ownSizeof(PFN_vkCmdUpdateBuffer_1124075020):
      static :
        warning("Declaration of " & "PFN_vkCmdUpdateBuffer" &
            " exists but with different size")
    PFN_vkCmdUpdateBuffer
  else:
    PFN_vkCmdUpdateBuffer_1124075020)
  VkVideoEncodeCapabilityFlagsKHR_1124077783 = (when declared(
      VkVideoEncodeCapabilityFlagsKHR):
    when ownSizeof(VkVideoEncodeCapabilityFlagsKHR) !=
        ownSizeof(VkVideoEncodeCapabilityFlagsKHR_1124077782):
      static :
        warning("Declaration of " & "VkVideoEncodeCapabilityFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeCapabilityFlagsKHR
  else:
    VkVideoEncodeCapabilityFlagsKHR_1124077782)
  struct_VkPhysicalDeviceShaderCorePropertiesARM_1124080919 = (when declared(
      struct_VkPhysicalDeviceShaderCorePropertiesARM):
    when ownSizeof(struct_VkPhysicalDeviceShaderCorePropertiesARM) !=
        ownSizeof(struct_VkPhysicalDeviceShaderCorePropertiesARM_1124080918):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderCorePropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderCorePropertiesARM
  else:
    struct_VkPhysicalDeviceShaderCorePropertiesARM_1124080918)
  PFN_vkCmdCudaLaunchKernelNV_1124082875 = (when declared(
      PFN_vkCmdCudaLaunchKernelNV):
    when ownSizeof(PFN_vkCmdCudaLaunchKernelNV) !=
        ownSizeof(PFN_vkCmdCudaLaunchKernelNV_1124082874):
      static :
        warning("Declaration of " & "PFN_vkCmdCudaLaunchKernelNV" &
            " exists but with different size")
    PFN_vkCmdCudaLaunchKernelNV
  else:
    PFN_vkCmdCudaLaunchKernelNV_1124082874)
  PFN_vkCmdBlitImage2_1124076151 = (when declared(PFN_vkCmdBlitImage2):
    when ownSizeof(PFN_vkCmdBlitImage2) != ownSizeof(PFN_vkCmdBlitImage2_1124076150):
      static :
        warning("Declaration of " & "PFN_vkCmdBlitImage2" &
            " exists but with different size")
    PFN_vkCmdBlitImage2
  else:
    PFN_vkCmdBlitImage2_1124076150)
  PFN_vkGetSemaphoreCounterValue_1124075837 = (when declared(
      PFN_vkGetSemaphoreCounterValue):
    when ownSizeof(PFN_vkGetSemaphoreCounterValue) !=
        ownSizeof(PFN_vkGetSemaphoreCounterValue_1124075836):
      static :
        warning("Declaration of " & "PFN_vkGetSemaphoreCounterValue" &
            " exists but with different size")
    PFN_vkGetSemaphoreCounterValue
  else:
    PFN_vkGetSemaphoreCounterValue_1124075836)
  enum_VkDeviceMemoryReportEventTypeEXT_1124080133 = (when declared(
      enum_VkDeviceMemoryReportEventTypeEXT):
    when ownSizeof(enum_VkDeviceMemoryReportEventTypeEXT) !=
        ownSizeof(enum_VkDeviceMemoryReportEventTypeEXT_1124080132):
      static :
        warning("Declaration of " & "enum_VkDeviceMemoryReportEventTypeEXT" &
            " exists but with different size")
    enum_VkDeviceMemoryReportEventTypeEXT
  else:
    enum_VkDeviceMemoryReportEventTypeEXT_1124080132)
  struct_VkMemoryGetRemoteAddressInfoNV_1124080613 = (when declared(
      struct_VkMemoryGetRemoteAddressInfoNV):
    when ownSizeof(struct_VkMemoryGetRemoteAddressInfoNV) !=
        ownSizeof(struct_VkMemoryGetRemoteAddressInfoNV_1124080612):
      static :
        warning("Declaration of " & "struct_VkMemoryGetRemoteAddressInfoNV" &
            " exists but with different size")
    struct_VkMemoryGetRemoteAddressInfoNV
  else:
    struct_VkMemoryGetRemoteAddressInfoNV_1124080612)
  VkPushConstantRange_1124074723 = (when declared(VkPushConstantRange):
    when ownSizeof(VkPushConstantRange) != ownSizeof(VkPushConstantRange_1124074722):
      static :
        warning("Declaration of " & "VkPushConstantRange" &
            " exists but with different size")
    VkPushConstantRange
  else:
    VkPushConstantRange_1124074722)
  struct_VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076027 = (when declared(
      struct_VkPhysicalDevicePipelineCreationCacheControlFeatures):
    when ownSizeof(struct_VkPhysicalDevicePipelineCreationCacheControlFeatures) !=
        ownSizeof(struct_VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076026):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineCreationCacheControlFeatures" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineCreationCacheControlFeatures
  else:
    struct_VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076026)
  PFN_vkGetDeviceGroupPresentCapabilitiesKHR_1124076563 = (when declared(
      PFN_vkGetDeviceGroupPresentCapabilitiesKHR):
    when ownSizeof(PFN_vkGetDeviceGroupPresentCapabilitiesKHR) !=
        ownSizeof(PFN_vkGetDeviceGroupPresentCapabilitiesKHR_1124076562):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceGroupPresentCapabilitiesKHR" &
            " exists but with different size")
    PFN_vkGetDeviceGroupPresentCapabilitiesKHR
  else:
    PFN_vkGetDeviceGroupPresentCapabilitiesKHR_1124076562)
  VkMemoryAllocateFlagsKHR_1124077107 = (when declared(VkMemoryAllocateFlagsKHR):
    when ownSizeof(VkMemoryAllocateFlagsKHR) !=
        ownSizeof(VkMemoryAllocateFlagsKHR_1124077106):
      static :
        warning("Declaration of " & "VkMemoryAllocateFlagsKHR" &
            " exists but with different size")
    VkMemoryAllocateFlagsKHR
  else:
    VkMemoryAllocateFlagsKHR_1124077106)
  PFN_vkGetSwapchainStatusKHR_1124077291 = (when declared(
      PFN_vkGetSwapchainStatusKHR):
    when ownSizeof(PFN_vkGetSwapchainStatusKHR) !=
        ownSizeof(PFN_vkGetSwapchainStatusKHR_1124077290):
      static :
        warning("Declaration of " & "PFN_vkGetSwapchainStatusKHR" &
            " exists but with different size")
    PFN_vkGetSwapchainStatusKHR
  else:
    PFN_vkGetSwapchainStatusKHR_1124077290)
  struct_VkPipelineExecutableInternalRepresentationKHR_1124077731 = (when declared(
      struct_VkPipelineExecutableInternalRepresentationKHR):
    when ownSizeof(struct_VkPipelineExecutableInternalRepresentationKHR) !=
        ownSizeof(struct_VkPipelineExecutableInternalRepresentationKHR_1124077730):
      static :
        warning("Declaration of " &
            "struct_VkPipelineExecutableInternalRepresentationKHR" &
            " exists but with different size")
    struct_VkPipelineExecutableInternalRepresentationKHR
  else:
    struct_VkPipelineExecutableInternalRepresentationKHR_1124077730)
  VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT_1124078851 = (when declared(
      VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT_1124078850):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT
  else:
    VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT_1124078850)
  VkBindVertexBufferIndirectCommandNV_1124080055 = (when declared(
      VkBindVertexBufferIndirectCommandNV):
    when ownSizeof(VkBindVertexBufferIndirectCommandNV) !=
        ownSizeof(VkBindVertexBufferIndirectCommandNV_1124080054):
      static :
        warning("Declaration of " & "VkBindVertexBufferIndirectCommandNV" &
            " exists but with different size")
    VkBindVertexBufferIndirectCommandNV
  else:
    VkBindVertexBufferIndirectCommandNV_1124080054)
  VkBufferCaptureDescriptorDataInfoEXT_1124080295 = (when declared(
      VkBufferCaptureDescriptorDataInfoEXT):
    when ownSizeof(VkBufferCaptureDescriptorDataInfoEXT) !=
        ownSizeof(VkBufferCaptureDescriptorDataInfoEXT_1124080294):
      static :
        warning("Declaration of " & "VkBufferCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    VkBufferCaptureDescriptorDataInfoEXT
  else:
    VkBufferCaptureDescriptorDataInfoEXT_1124080294)
  struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082399 = (when declared(
      struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082398):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT
  else:
    struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082398)
  VkMemoryRequirements2_1124075327 = (when declared(VkMemoryRequirements2):
    when ownSizeof(VkMemoryRequirements2) != ownSizeof(VkMemoryRequirements2_1124075326):
      static :
        warning("Declaration of " & "VkMemoryRequirements2" &
            " exists but with different size")
    VkMemoryRequirements2
  else:
    VkMemoryRequirements2_1124075326)
  VkSamplerYcbcrModelConversion_1124075177 = (when declared(
      VkSamplerYcbcrModelConversion):
    when ownSizeof(VkSamplerYcbcrModelConversion) !=
        ownSizeof(VkSamplerYcbcrModelConversion_1124075176):
      static :
        warning("Declaration of " & "VkSamplerYcbcrModelConversion" &
            " exists but with different size")
    VkSamplerYcbcrModelConversion
  else:
    VkSamplerYcbcrModelConversion_1124075176)
  VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080949 = (when declared(
      VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE):
    when ownSizeof(VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE) !=
        ownSizeof(VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080948):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE
  else:
    VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080948)
  VkVideoEncodeAV1StdFlagBitsKHR_1124078241 = (when declared(
      VkVideoEncodeAV1StdFlagBitsKHR):
    when ownSizeof(VkVideoEncodeAV1StdFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeAV1StdFlagBitsKHR_1124078240):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1StdFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeAV1StdFlagBitsKHR
  else:
    VkVideoEncodeAV1StdFlagBitsKHR_1124078240)
  VkVideoDecodeCapabilityFlagsKHR_1124076783 = (when declared(
      VkVideoDecodeCapabilityFlagsKHR):
    when ownSizeof(VkVideoDecodeCapabilityFlagsKHR) !=
        ownSizeof(VkVideoDecodeCapabilityFlagsKHR_1124076782):
      static :
        warning("Declaration of " & "VkVideoDecodeCapabilityFlagsKHR" &
            " exists but with different size")
    VkVideoDecodeCapabilityFlagsKHR
  else:
    VkVideoDecodeCapabilityFlagsKHR_1124076782)
  VkPipelineInputAssemblyStateCreateFlags_1124074387 = (when declared(
      VkPipelineInputAssemblyStateCreateFlags):
    when ownSizeof(VkPipelineInputAssemblyStateCreateFlags) !=
        ownSizeof(VkPipelineInputAssemblyStateCreateFlags_1124074386):
      static :
        warning("Declaration of " & "VkPipelineInputAssemblyStateCreateFlags" &
            " exists but with different size")
    VkPipelineInputAssemblyStateCreateFlags
  else:
    VkPipelineInputAssemblyStateCreateFlags_1124074386)
  PFN_vkGetBufferOpaqueCaptureAddress_1124075845 = (when declared(
      PFN_vkGetBufferOpaqueCaptureAddress):
    when ownSizeof(PFN_vkGetBufferOpaqueCaptureAddress) !=
        ownSizeof(PFN_vkGetBufferOpaqueCaptureAddress_1124075844):
      static :
        warning("Declaration of " & "PFN_vkGetBufferOpaqueCaptureAddress" &
            " exists but with different size")
    PFN_vkGetBufferOpaqueCaptureAddress
  else:
    PFN_vkGetBufferOpaqueCaptureAddress_1124075844)
  VkPipelineCreateFlagBits2KHR_1124077995 = (when declared(
      VkPipelineCreateFlagBits2KHR):
    when ownSizeof(VkPipelineCreateFlagBits2KHR) !=
        ownSizeof(VkPipelineCreateFlagBits2KHR_1124077994):
      static :
        warning("Declaration of " & "VkPipelineCreateFlagBits2KHR" &
            " exists but with different size")
    VkPipelineCreateFlagBits2KHR
  else:
    VkPipelineCreateFlagBits2KHR_1124077994)
  VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081549 = (when declared(
      VkPhysicalDeviceTilePropertiesFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceTilePropertiesFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081548):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTilePropertiesFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceTilePropertiesFeaturesQCOM
  else:
    VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081548)
  enum_VkVideoEncodeAV1RateControlGroupKHR_1124078229 = (when declared(
      enum_VkVideoEncodeAV1RateControlGroupKHR):
    when ownSizeof(enum_VkVideoEncodeAV1RateControlGroupKHR) !=
        ownSizeof(enum_VkVideoEncodeAV1RateControlGroupKHR_1124078228):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeAV1RateControlGroupKHR" &
            " exists but with different size")
    enum_VkVideoEncodeAV1RateControlGroupKHR
  else:
    enum_VkVideoEncodeAV1RateControlGroupKHR_1124078228)
  VkExternalBufferProperties_1124075415 = (when declared(
      VkExternalBufferProperties):
    when ownSizeof(VkExternalBufferProperties) !=
        ownSizeof(VkExternalBufferProperties_1124075414):
      static :
        warning("Declaration of " & "VkExternalBufferProperties" &
            " exists but with different size")
    VkExternalBufferProperties
  else:
    VkExternalBufferProperties_1124075414)
  struct_VkPhysicalDevicePresentId2FeaturesKHR_1124078033 = (when declared(
      struct_VkPhysicalDevicePresentId2FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePresentId2FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePresentId2FeaturesKHR_1124078032):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentId2FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentId2FeaturesKHR
  else:
    struct_VkPhysicalDevicePresentId2FeaturesKHR_1124078032)
  enum_VkPartitionedAccelerationStructureOpTypeNV_1124082133 = (when declared(
      enum_VkPartitionedAccelerationStructureOpTypeNV):
    when ownSizeof(enum_VkPartitionedAccelerationStructureOpTypeNV) !=
        ownSizeof(enum_VkPartitionedAccelerationStructureOpTypeNV_1124082132):
      static :
        warning("Declaration of " &
            "enum_VkPartitionedAccelerationStructureOpTypeNV" &
            " exists but with different size")
    enum_VkPartitionedAccelerationStructureOpTypeNV
  else:
    enum_VkPartitionedAccelerationStructureOpTypeNV_1124082132)
  VkPipelineExecutableInternalRepresentationKHR_1124077733 = (when declared(
      VkPipelineExecutableInternalRepresentationKHR):
    when ownSizeof(VkPipelineExecutableInternalRepresentationKHR) !=
        ownSizeof(VkPipelineExecutableInternalRepresentationKHR_1124077732):
      static :
        warning("Declaration of " &
            "VkPipelineExecutableInternalRepresentationKHR" &
            " exists but with different size")
    VkPipelineExecutableInternalRepresentationKHR
  else:
    VkPipelineExecutableInternalRepresentationKHR_1124077732)
  VkMemoryUnmapInfoKHR_1124077747 = (when declared(VkMemoryUnmapInfoKHR):
    when ownSizeof(VkMemoryUnmapInfoKHR) != ownSizeof(VkMemoryUnmapInfoKHR_1124077746):
      static :
        warning("Declaration of " & "VkMemoryUnmapInfoKHR" &
            " exists but with different size")
    VkMemoryUnmapInfoKHR
  else:
    VkMemoryUnmapInfoKHR_1124077746)
  VkDevicePipelineBinaryInternalCacheControlKHR_1124078067 = (when declared(
      VkDevicePipelineBinaryInternalCacheControlKHR):
    when ownSizeof(VkDevicePipelineBinaryInternalCacheControlKHR) !=
        ownSizeof(VkDevicePipelineBinaryInternalCacheControlKHR_1124078066):
      static :
        warning("Declaration of " &
            "VkDevicePipelineBinaryInternalCacheControlKHR" &
            " exists but with different size")
    VkDevicePipelineBinaryInternalCacheControlKHR
  else:
    VkDevicePipelineBinaryInternalCacheControlKHR_1124078066)
  VkDescriptorAddressInfoEXT_1124080275 = (when declared(
      VkDescriptorAddressInfoEXT):
    when ownSizeof(VkDescriptorAddressInfoEXT) !=
        ownSizeof(VkDescriptorAddressInfoEXT_1124080274):
      static :
        warning("Declaration of " & "VkDescriptorAddressInfoEXT" &
            " exists but with different size")
    VkDescriptorAddressInfoEXT
  else:
    VkDescriptorAddressInfoEXT_1124080274)
  struct_VkPushDescriptorSetInfo_1124076361 = (when declared(
      struct_VkPushDescriptorSetInfo):
    when ownSizeof(struct_VkPushDescriptorSetInfo) !=
        ownSizeof(struct_VkPushDescriptorSetInfo_1124076360):
      static :
        warning("Declaration of " & "struct_VkPushDescriptorSetInfo" &
            " exists but with different size")
    struct_VkPushDescriptorSetInfo
  else:
    struct_VkPushDescriptorSetInfo_1124076360)
  struct_VkSemaphoreTypeCreateInfo_1124075675 = (when declared(
      struct_VkSemaphoreTypeCreateInfo):
    when ownSizeof(struct_VkSemaphoreTypeCreateInfo) !=
        ownSizeof(struct_VkSemaphoreTypeCreateInfo_1124075674):
      static :
        warning("Declaration of " & "struct_VkSemaphoreTypeCreateInfo" &
            " exists but with different size")
    struct_VkSemaphoreTypeCreateInfo
  else:
    struct_VkSemaphoreTypeCreateInfo_1124075674)
  PFN_vkGetPhysicalDeviceDisplayPropertiesKHR_1124076613 = (when declared(
      PFN_vkGetPhysicalDeviceDisplayPropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceDisplayPropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceDisplayPropertiesKHR_1124076612):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceDisplayPropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceDisplayPropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceDisplayPropertiesKHR_1124076612)
  VkVideoEncodeAV1RateControlInfoKHR_1124078311 = (when declared(
      VkVideoEncodeAV1RateControlInfoKHR):
    when ownSizeof(VkVideoEncodeAV1RateControlInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1RateControlInfoKHR_1124078310):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1RateControlInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1RateControlInfoKHR
  else:
    VkVideoEncodeAV1RateControlInfoKHR_1124078310)
  struct_VkAccelerationStructureDeviceAddressInfoKHR_1124082531 = (when declared(
      struct_VkAccelerationStructureDeviceAddressInfoKHR):
    when ownSizeof(struct_VkAccelerationStructureDeviceAddressInfoKHR) !=
        ownSizeof(struct_VkAccelerationStructureDeviceAddressInfoKHR_1124082530):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureDeviceAddressInfoKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureDeviceAddressInfoKHR
  else:
    struct_VkAccelerationStructureDeviceAddressInfoKHR_1124082530)
  VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080121 = (when declared(
      VkPhysicalDeviceDepthBiasControlFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDepthBiasControlFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080120):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthBiasControlFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDepthBiasControlFeaturesEXT
  else:
    VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080120)
  PFN_vkDestroyFence_1124074965 = (when declared(PFN_vkDestroyFence):
    when ownSizeof(PFN_vkDestroyFence) != ownSizeof(PFN_vkDestroyFence_1124074964):
      static :
        warning("Declaration of " & "PFN_vkDestroyFence" &
            " exists but with different size")
    PFN_vkDestroyFence
  else:
    PFN_vkDestroyFence_1124074964)
  VkCudaFunctionCreateInfoNV_1124082851 = (when declared(
      VkCudaFunctionCreateInfoNV):
    when ownSizeof(VkCudaFunctionCreateInfoNV) !=
        ownSizeof(VkCudaFunctionCreateInfoNV_1124082850):
      static :
        warning("Declaration of " & "VkCudaFunctionCreateInfoNV" &
            " exists but with different size")
    VkCudaFunctionCreateInfoNV
  else:
    VkCudaFunctionCreateInfoNV_1124082850)
  enum_VkVideoDecodeCapabilityFlagBitsKHR_1124076779 = (when declared(
      enum_VkVideoDecodeCapabilityFlagBitsKHR):
    when ownSizeof(enum_VkVideoDecodeCapabilityFlagBitsKHR) !=
        ownSizeof(enum_VkVideoDecodeCapabilityFlagBitsKHR_1124076778):
      static :
        warning("Declaration of " & "enum_VkVideoDecodeCapabilityFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoDecodeCapabilityFlagBitsKHR
  else:
    enum_VkVideoDecodeCapabilityFlagBitsKHR_1124076778)
  VkMemoryDecompressionMethodFlagsEXT_1124081025 = (when declared(
      VkMemoryDecompressionMethodFlagsEXT):
    when ownSizeof(VkMemoryDecompressionMethodFlagsEXT) !=
        ownSizeof(VkMemoryDecompressionMethodFlagsEXT_1124081024):
      static :
        warning("Declaration of " & "VkMemoryDecompressionMethodFlagsEXT" &
            " exists but with different size")
    VkMemoryDecompressionMethodFlagsEXT
  else:
    VkMemoryDecompressionMethodFlagsEXT_1124081024)
  PFN_vkGetImageSubresourceLayout2EXT_1124079963 = (when declared(
      PFN_vkGetImageSubresourceLayout2EXT):
    when ownSizeof(PFN_vkGetImageSubresourceLayout2EXT) !=
        ownSizeof(PFN_vkGetImageSubresourceLayout2EXT_1124079962):
      static :
        warning("Declaration of " & "PFN_vkGetImageSubresourceLayout2EXT" &
            " exists but with different size")
    PFN_vkGetImageSubresourceLayout2EXT
  else:
    PFN_vkGetImageSubresourceLayout2EXT_1124079962)
  struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082787 = (when declared(
      struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082786):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR
  else:
    struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082786)
  VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077625 = (when declared(
      VkPhysicalDeviceFragmentShadingRateFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceFragmentShadingRateFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077624):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentShadingRateFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceFragmentShadingRateFeaturesKHR
  else:
    VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077624)
  enum_VkExternalSemaphoreHandleTypeFlagBits_1124075245 = (when declared(
      enum_VkExternalSemaphoreHandleTypeFlagBits):
    when ownSizeof(enum_VkExternalSemaphoreHandleTypeFlagBits) !=
        ownSizeof(enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244):
      static :
        warning("Declaration of " & "enum_VkExternalSemaphoreHandleTypeFlagBits" &
            " exists but with different size")
    enum_VkExternalSemaphoreHandleTypeFlagBits
  else:
    enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244)
  VkImageCompressionFlagBitsEXT_1124080447 = (when declared(
      VkImageCompressionFlagBitsEXT):
    when ownSizeof(VkImageCompressionFlagBitsEXT) !=
        ownSizeof(VkImageCompressionFlagBitsEXT_1124080446):
      static :
        warning("Declaration of " & "VkImageCompressionFlagBitsEXT" &
            " exists but with different size")
    VkImageCompressionFlagBitsEXT
  else:
    VkImageCompressionFlagBitsEXT_1124080446)
  PFN_vkCreateCommandPool_1124074997 = (when declared(PFN_vkCreateCommandPool):
    when ownSizeof(PFN_vkCreateCommandPool) !=
        ownSizeof(PFN_vkCreateCommandPool_1124074996):
      static :
        warning("Declaration of " & "PFN_vkCreateCommandPool" &
            " exists but with different size")
    PFN_vkCreateCommandPool
  else:
    PFN_vkCreateCommandPool_1124074996)
  VkCopyBufferToImageInfo2KHR_1124077923 = (when declared(
      VkCopyBufferToImageInfo2KHR):
    when ownSizeof(VkCopyBufferToImageInfo2KHR) !=
        ownSizeof(VkCopyBufferToImageInfo2KHR_1124077922):
      static :
        warning("Declaration of " & "VkCopyBufferToImageInfo2KHR" &
            " exists but with different size")
    VkCopyBufferToImageInfo2KHR
  else:
    VkCopyBufferToImageInfo2KHR_1124077922)
  VkVideoEncodeAV1CapabilitiesKHR_1124078263 = (when declared(
      VkVideoEncodeAV1CapabilitiesKHR):
    when ownSizeof(VkVideoEncodeAV1CapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeAV1CapabilitiesKHR_1124078262):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1CapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeAV1CapabilitiesKHR
  else:
    VkVideoEncodeAV1CapabilitiesKHR_1124078262)
  VkCommandBuffer_1124073950 = (when declared(VkCommandBuffer):
    when ownSizeof(VkCommandBuffer) != ownSizeof(VkCommandBuffer_1124073949):
      static :
        warning("Declaration of " & "VkCommandBuffer" &
            " exists but with different size")
    VkCommandBuffer
  else:
    VkCommandBuffer_1124073949)
  VkSurfaceCapabilitiesPresentId2KHR_1124078027 = (when declared(
      VkSurfaceCapabilitiesPresentId2KHR):
    when ownSizeof(VkSurfaceCapabilitiesPresentId2KHR) !=
        ownSizeof(VkSurfaceCapabilitiesPresentId2KHR_1124078026):
      static :
        warning("Declaration of " & "VkSurfaceCapabilitiesPresentId2KHR" &
            " exists but with different size")
    VkSurfaceCapabilitiesPresentId2KHR
  else:
    VkSurfaceCapabilitiesPresentId2KHR_1124078026)
  struct_VkPhysicalDeviceDescriptorIndexingFeatures_1124075731 = (when declared(
      struct_VkPhysicalDeviceDescriptorIndexingFeatures):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorIndexingFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorIndexingFeatures_1124075730):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorIndexingFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorIndexingFeatures
  else:
    struct_VkPhysicalDeviceDescriptorIndexingFeatures_1124075730)
  VkVideoEncodeH265RateControlLayerInfoKHR_1124077007 = (when declared(
      VkVideoEncodeH265RateControlLayerInfoKHR):
    when ownSizeof(VkVideoEncodeH265RateControlLayerInfoKHR) !=
        ownSizeof(VkVideoEncodeH265RateControlLayerInfoKHR_1124077006):
      static :
        warning("Declaration of " & "VkVideoEncodeH265RateControlLayerInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265RateControlLayerInfoKHR
  else:
    VkVideoEncodeH265RateControlLayerInfoKHR_1124077006)
  VkCommandBufferResetFlagBits_1124074309 = (when declared(
      VkCommandBufferResetFlagBits):
    when ownSizeof(VkCommandBufferResetFlagBits) !=
        ownSizeof(VkCommandBufferResetFlagBits_1124074308):
      static :
        warning("Declaration of " & "VkCommandBufferResetFlagBits" &
            " exists but with different size")
    VkCommandBufferResetFlagBits
  else:
    VkCommandBufferResetFlagBits_1124074308)
  struct_VkDeviceFaultCountsEXT_1124080489 = (when declared(
      struct_VkDeviceFaultCountsEXT):
    when ownSizeof(struct_VkDeviceFaultCountsEXT) !=
        ownSizeof(struct_VkDeviceFaultCountsEXT_1124080488):
      static :
        warning("Declaration of " & "struct_VkDeviceFaultCountsEXT" &
            " exists but with different size")
    struct_VkDeviceFaultCountsEXT
  else:
    struct_VkDeviceFaultCountsEXT_1124080488)
  VkFenceGetFdInfoKHR_1124077319 = (when declared(VkFenceGetFdInfoKHR):
    when ownSizeof(VkFenceGetFdInfoKHR) != ownSizeof(VkFenceGetFdInfoKHR_1124077318):
      static :
        warning("Declaration of " & "VkFenceGetFdInfoKHR" &
            " exists but with different size")
    VkFenceGetFdInfoKHR
  else:
    VkFenceGetFdInfoKHR_1124077318)
  enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078463 = (when declared(
      enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078462):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR
  else:
    enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078462)
  struct_StdVideoEncodeH264PictureInfoFlags_1124083141 = (when declared(
      struct_StdVideoEncodeH264PictureInfoFlags):
    when ownSizeof(struct_StdVideoEncodeH264PictureInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeH264PictureInfoFlags_1124083140):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH264PictureInfoFlags
  else:
    struct_StdVideoEncodeH264PictureInfoFlags_1124083140)
  VkPhysicalDeviceHostQueryResetFeaturesEXT_1124079893 = (when declared(
      VkPhysicalDeviceHostQueryResetFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceHostQueryResetFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceHostQueryResetFeaturesEXT_1124079892):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHostQueryResetFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceHostQueryResetFeaturesEXT
  else:
    VkPhysicalDeviceHostQueryResetFeaturesEXT_1124079892)
  struct_StdVideoEncodeH264WeightTableFlags_1124083315 = (when declared(
      struct_StdVideoEncodeH264WeightTableFlags):
    when ownSizeof(struct_StdVideoEncodeH264WeightTableFlags) !=
        ownSizeof(struct_StdVideoEncodeH264WeightTableFlags_1124083314):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264WeightTableFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH264WeightTableFlags
  else:
    struct_StdVideoEncodeH264WeightTableFlags_1124083314)
  struct_VkPhysicalDeviceShaderClockFeaturesKHR_1124077525 = (when declared(
      struct_VkPhysicalDeviceShaderClockFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderClockFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderClockFeaturesKHR_1124077524):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderClockFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderClockFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderClockFeaturesKHR_1124077524)
  VkVideoEncodeContentFlagBitsKHR_1124077805 = (when declared(
      VkVideoEncodeContentFlagBitsKHR):
    when ownSizeof(VkVideoEncodeContentFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeContentFlagBitsKHR_1124077804):
      static :
        warning("Declaration of " & "VkVideoEncodeContentFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeContentFlagBitsKHR
  else:
    VkVideoEncodeContentFlagBitsKHR_1124077804)
  PFN_vkCmdCopyMemoryToImageIndirectKHR_1124078461 = (when declared(
      PFN_vkCmdCopyMemoryToImageIndirectKHR):
    when ownSizeof(PFN_vkCmdCopyMemoryToImageIndirectKHR) !=
        ownSizeof(PFN_vkCmdCopyMemoryToImageIndirectKHR_1124078460):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMemoryToImageIndirectKHR" &
            " exists but with different size")
    PFN_vkCmdCopyMemoryToImageIndirectKHR
  else:
    PFN_vkCmdCopyMemoryToImageIndirectKHR_1124078460)
  VkResolveImageInfo2_1124076093 = (when declared(VkResolveImageInfo2):
    when ownSizeof(VkResolveImageInfo2) != ownSizeof(VkResolveImageInfo2_1124076092):
      static :
        warning("Declaration of " & "VkResolveImageInfo2" &
            " exists but with different size")
    VkResolveImageInfo2
  else:
    VkResolveImageInfo2_1124076092)
  VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081769 = (when declared(
      VkDataGraphPipelineSessionBindPointRequirementsInfoARM):
    when ownSizeof(VkDataGraphPipelineSessionBindPointRequirementsInfoARM) !=
        ownSizeof(VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081768):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineSessionBindPointRequirementsInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionBindPointRequirementsInfoARM
  else:
    VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081768)
  struct_VkPushConstantRange_1124074721 = (when declared(
      struct_VkPushConstantRange):
    when ownSizeof(struct_VkPushConstantRange) !=
        ownSizeof(struct_VkPushConstantRange_1124074720):
      static :
        warning("Declaration of " & "struct_VkPushConstantRange" &
            " exists but with different size")
    struct_VkPushConstantRange
  else:
    struct_VkPushConstantRange_1124074720)
  VkPhysicalDeviceShaderFloatControls2FeaturesKHR_1124078363 = (when declared(
      VkPhysicalDeviceShaderFloatControls2FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderFloatControls2FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderFloatControls2FeaturesKHR_1124078362):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderFloatControls2FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderFloatControls2FeaturesKHR
  else:
    VkPhysicalDeviceShaderFloatControls2FeaturesKHR_1124078362)
  VkAntiLagStageAMD_1124081487 = (when declared(VkAntiLagStageAMD):
    when ownSizeof(VkAntiLagStageAMD) != ownSizeof(VkAntiLagStageAMD_1124081486):
      static :
        warning("Declaration of " & "VkAntiLagStageAMD" &
            " exists but with different size")
    VkAntiLagStageAMD
  else:
    VkAntiLagStageAMD_1124081486)
  StdVideoDecodeAV1PictureInfo_1124078215 = (when declared(
      StdVideoDecodeAV1PictureInfo):
    when ownSizeof(StdVideoDecodeAV1PictureInfo) !=
        ownSizeof(StdVideoDecodeAV1PictureInfo_1124078214):
      static :
        warning("Declaration of " & "StdVideoDecodeAV1PictureInfo" &
            " exists but with different size")
    StdVideoDecodeAV1PictureInfo
  else:
    StdVideoDecodeAV1PictureInfo_1124078214)
  VkVideoEncodeH265SessionParametersGetInfoKHR_1124076967 = (when declared(
      VkVideoEncodeH265SessionParametersGetInfoKHR):
    when ownSizeof(VkVideoEncodeH265SessionParametersGetInfoKHR) !=
        ownSizeof(VkVideoEncodeH265SessionParametersGetInfoKHR_1124076966):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265SessionParametersGetInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265SessionParametersGetInfoKHR
  else:
    VkVideoEncodeH265SessionParametersGetInfoKHR_1124076966)
  VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078341 = (when declared(
      VkPhysicalDeviceVideoMaintenance1FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVideoMaintenance1FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078340):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVideoMaintenance1FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoMaintenance1FeaturesKHR
  else:
    VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078340)
  struct_VkDebugReportCallbackCreateInfoEXT_1124078669 = (when declared(
      struct_VkDebugReportCallbackCreateInfoEXT):
    when ownSizeof(struct_VkDebugReportCallbackCreateInfoEXT) !=
        ownSizeof(struct_VkDebugReportCallbackCreateInfoEXT_1124078668):
      static :
        warning("Declaration of " & "struct_VkDebugReportCallbackCreateInfoEXT" &
            " exists but with different size")
    struct_VkDebugReportCallbackCreateInfoEXT
  else:
    struct_VkDebugReportCallbackCreateInfoEXT_1124078668)
  VkReleaseCapturedPipelineDataInfoKHR_1124078095 = (when declared(
      VkReleaseCapturedPipelineDataInfoKHR):
    when ownSizeof(VkReleaseCapturedPipelineDataInfoKHR) !=
        ownSizeof(VkReleaseCapturedPipelineDataInfoKHR_1124078094):
      static :
        warning("Declaration of " & "VkReleaseCapturedPipelineDataInfoKHR" &
            " exists but with different size")
    VkReleaseCapturedPipelineDataInfoKHR
  else:
    VkReleaseCapturedPipelineDataInfoKHR_1124078094)
  PFN_vkSetDeviceMemoryPriorityEXT_1124080917 = (when declared(
      PFN_vkSetDeviceMemoryPriorityEXT):
    when ownSizeof(PFN_vkSetDeviceMemoryPriorityEXT) !=
        ownSizeof(PFN_vkSetDeviceMemoryPriorityEXT_1124080916):
      static :
        warning("Declaration of " & "PFN_vkSetDeviceMemoryPriorityEXT" &
            " exists but with different size")
    PFN_vkSetDeviceMemoryPriorityEXT
  else:
    PFN_vkSetDeviceMemoryPriorityEXT_1124080916)
  VkVideoEncodeH265CapabilityFlagsKHR_1124076907 = (when declared(
      VkVideoEncodeH265CapabilityFlagsKHR):
    when ownSizeof(VkVideoEncodeH265CapabilityFlagsKHR) !=
        ownSizeof(VkVideoEncodeH265CapabilityFlagsKHR_1124076906):
      static :
        warning("Declaration of " & "VkVideoEncodeH265CapabilityFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH265CapabilityFlagsKHR
  else:
    VkVideoEncodeH265CapabilityFlagsKHR_1124076906)
  VkQueryPoolCreateFlagBits_1124074243 = (when declared(
      VkQueryPoolCreateFlagBits):
    when ownSizeof(VkQueryPoolCreateFlagBits) !=
        ownSizeof(VkQueryPoolCreateFlagBits_1124074242):
      static :
        warning("Declaration of " & "VkQueryPoolCreateFlagBits" &
            " exists but with different size")
    VkQueryPoolCreateFlagBits
  else:
    VkQueryPoolCreateFlagBits_1124074242)
  VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077621 = (when declared(
      VkPipelineFragmentShadingRateStateCreateInfoKHR):
    when ownSizeof(VkPipelineFragmentShadingRateStateCreateInfoKHR) !=
        ownSizeof(VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077620):
      static :
        warning("Declaration of " &
            "VkPipelineFragmentShadingRateStateCreateInfoKHR" &
            " exists but with different size")
    VkPipelineFragmentShadingRateStateCreateInfoKHR
  else:
    VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077620)
  struct_VkFormatProperties2_1124075341 = (when declared(
      struct_VkFormatProperties2):
    when ownSizeof(struct_VkFormatProperties2) !=
        ownSizeof(struct_VkFormatProperties2_1124075340):
      static :
        warning("Declaration of " & "struct_VkFormatProperties2" &
            " exists but with different size")
    struct_VkFormatProperties2
  else:
    struct_VkFormatProperties2_1124075340)
  VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080717 = (when declared(
      VkVideoEncodeRgbConversionCapabilitiesVALVE):
    when ownSizeof(VkVideoEncodeRgbConversionCapabilitiesVALVE) !=
        ownSizeof(VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080716):
      static :
        warning("Declaration of " &
            "VkVideoEncodeRgbConversionCapabilitiesVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbConversionCapabilitiesVALVE
  else:
    VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080716)
  struct_VkVertexInputBindingDescription2EXT_1124080543 = (when declared(
      struct_VkVertexInputBindingDescription2EXT):
    when ownSizeof(struct_VkVertexInputBindingDescription2EXT) !=
        ownSizeof(struct_VkVertexInputBindingDescription2EXT_1124080542):
      static :
        warning("Declaration of " & "struct_VkVertexInputBindingDescription2EXT" &
            " exists but with different size")
    struct_VkVertexInputBindingDescription2EXT
  else:
    struct_VkVertexInputBindingDescription2EXT_1124080542)
  VkRayTracingShaderGroupCreateInfoNV_1124079387 = (when declared(
      VkRayTracingShaderGroupCreateInfoNV):
    when ownSizeof(VkRayTracingShaderGroupCreateInfoNV) !=
        ownSizeof(VkRayTracingShaderGroupCreateInfoNV_1124079386):
      static :
        warning("Declaration of " & "VkRayTracingShaderGroupCreateInfoNV" &
            " exists but with different size")
    VkRayTracingShaderGroupCreateInfoNV
  else:
    VkRayTracingShaderGroupCreateInfoNV_1124079386)
  struct_VkBindVideoSessionMemoryInfoKHR_1124076727 = (when declared(
      struct_VkBindVideoSessionMemoryInfoKHR):
    when ownSizeof(struct_VkBindVideoSessionMemoryInfoKHR) !=
        ownSizeof(struct_VkBindVideoSessionMemoryInfoKHR_1124076726):
      static :
        warning("Declaration of " & "struct_VkBindVideoSessionMemoryInfoKHR" &
            " exists but with different size")
    struct_VkBindVideoSessionMemoryInfoKHR
  else:
    struct_VkBindVideoSessionMemoryInfoKHR_1124076726)
  VkSampleLocationEXT_1124079135 = (when declared(VkSampleLocationEXT):
    when ownSizeof(VkSampleLocationEXT) != ownSizeof(VkSampleLocationEXT_1124079134):
      static :
        warning("Declaration of " & "VkSampleLocationEXT" &
            " exists but with different size")
    VkSampleLocationEXT
  else:
    VkSampleLocationEXT_1124079134)
  VkBufferDeviceAddressInfo_1124075697 = (when declared(
      VkBufferDeviceAddressInfo):
    when ownSizeof(VkBufferDeviceAddressInfo) !=
        ownSizeof(VkBufferDeviceAddressInfo_1124075696):
      static :
        warning("Declaration of " & "VkBufferDeviceAddressInfo" &
            " exists but with different size")
    VkBufferDeviceAddressInfo
  else:
    VkBufferDeviceAddressInfo_1124075696)
  PFN_vkCmdSetViewportWithCount_1124076165 = (when declared(
      PFN_vkCmdSetViewportWithCount):
    when ownSizeof(PFN_vkCmdSetViewportWithCount) !=
        ownSizeof(PFN_vkCmdSetViewportWithCount_1124076164):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewportWithCount" &
            " exists but with different size")
    PFN_vkCmdSetViewportWithCount
  else:
    PFN_vkCmdSetViewportWithCount_1124076164)
  struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080521 = (when declared(
      struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080520):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT
  else:
    struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080520)
  VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082015 = (when declared(
      VkPhysicalDeviceRayTracingValidationFeaturesNV):
    when ownSizeof(VkPhysicalDeviceRayTracingValidationFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082014):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingValidationFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingValidationFeaturesNV
  else:
    VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082014)
  struct_StdVideoVP9Segmentation_1124083247 = (when declared(
      struct_StdVideoVP9Segmentation):
    when ownSizeof(struct_StdVideoVP9Segmentation) !=
        ownSizeof(struct_StdVideoVP9Segmentation_1124083246):
      static :
        warning("Declaration of " & "struct_StdVideoVP9Segmentation" &
            " exists but with different size")
    struct_StdVideoVP9Segmentation
  else:
    struct_StdVideoVP9Segmentation_1124083246)
  struct_StdVideoH265HrdFlags_1124083323 = (when declared(
      struct_StdVideoH265HrdFlags):
    when ownSizeof(struct_StdVideoH265HrdFlags) !=
        ownSizeof(struct_StdVideoH265HrdFlags_1124083322):
      static :
        warning("Declaration of " & "struct_StdVideoH265HrdFlags" &
            " exists but with different size")
    struct_StdVideoH265HrdFlags
  else:
    struct_StdVideoH265HrdFlags_1124083322)
  struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080755 = (when declared(
      struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080754):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT
  else:
    struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080754)
  struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080617 = (when declared(
      struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080616):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV
  else:
    struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080616)
  PFN_vkCmdSetRenderingInputAttachmentIndicesKHR_1124077651 = (when declared(
      PFN_vkCmdSetRenderingInputAttachmentIndicesKHR):
    when ownSizeof(PFN_vkCmdSetRenderingInputAttachmentIndicesKHR) !=
        ownSizeof(PFN_vkCmdSetRenderingInputAttachmentIndicesKHR_1124077650):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetRenderingInputAttachmentIndicesKHR" &
            " exists but with different size")
    PFN_vkCmdSetRenderingInputAttachmentIndicesKHR
  else:
    PFN_vkCmdSetRenderingInputAttachmentIndicesKHR_1124077650)
  PFN_vkGetDeviceMemoryOpaqueCaptureAddress_1124075847 = (when declared(
      PFN_vkGetDeviceMemoryOpaqueCaptureAddress):
    when ownSizeof(PFN_vkGetDeviceMemoryOpaqueCaptureAddress) !=
        ownSizeof(PFN_vkGetDeviceMemoryOpaqueCaptureAddress_1124075846):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceMemoryOpaqueCaptureAddress" &
            " exists but with different size")
    PFN_vkGetDeviceMemoryOpaqueCaptureAddress
  else:
    PFN_vkGetDeviceMemoryOpaqueCaptureAddress_1124075846)
  struct_VkSemaphoreGetFdInfoKHR_1124077209 = (when declared(
      struct_VkSemaphoreGetFdInfoKHR):
    when ownSizeof(struct_VkSemaphoreGetFdInfoKHR) !=
        ownSizeof(struct_VkSemaphoreGetFdInfoKHR_1124077208):
      static :
        warning("Declaration of " & "struct_VkSemaphoreGetFdInfoKHR" &
            " exists but with different size")
    struct_VkSemaphoreGetFdInfoKHR
  else:
    struct_VkSemaphoreGetFdInfoKHR_1124077208)
  VkSwapchainPresentModeInfoEXT_1124080001 = (when declared(
      VkSwapchainPresentModeInfoEXT):
    when ownSizeof(VkSwapchainPresentModeInfoEXT) !=
        ownSizeof(VkSwapchainPresentModeInfoEXT_1124080000):
      static :
        warning("Declaration of " & "VkSwapchainPresentModeInfoEXT" &
            " exists but with different size")
    VkSwapchainPresentModeInfoEXT
  else:
    VkSwapchainPresentModeInfoEXT_1124080000)
  VkImageStencilUsageCreateInfo_1124075805 = (when declared(
      VkImageStencilUsageCreateInfo):
    when ownSizeof(VkImageStencilUsageCreateInfo) !=
        ownSizeof(VkImageStencilUsageCreateInfo_1124075804):
      static :
        warning("Declaration of " & "VkImageStencilUsageCreateInfo" &
            " exists but with different size")
    VkImageStencilUsageCreateInfo
  else:
    VkImageStencilUsageCreateInfo_1124075804)
  VkImageViewUsageCreateInfoKHR_1124077399 = (when declared(
      VkImageViewUsageCreateInfoKHR):
    when ownSizeof(VkImageViewUsageCreateInfoKHR) !=
        ownSizeof(VkImageViewUsageCreateInfoKHR_1124077398):
      static :
        warning("Declaration of " & "VkImageViewUsageCreateInfoKHR" &
            " exists but with different size")
    VkImageViewUsageCreateInfoKHR
  else:
    VkImageViewUsageCreateInfoKHR_1124077398)
  VkLayerProperties_1124074563 = (when declared(VkLayerProperties):
    when ownSizeof(VkLayerProperties) != ownSizeof(VkLayerProperties_1124074562):
      static :
        warning("Declaration of " & "VkLayerProperties" &
            " exists but with different size")
    VkLayerProperties
  else:
    VkLayerProperties_1124074562)
  VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081093 = (when declared(
      VkPhysicalDeviceLinearColorAttachmentFeaturesNV):
    when ownSizeof(VkPhysicalDeviceLinearColorAttachmentFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081092):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLinearColorAttachmentFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceLinearColorAttachmentFeaturesNV
  else:
    VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081092)
  union_VkClearValue_1124074869 = (when declared(union_VkClearValue):
    when ownSizeof(union_VkClearValue) != ownSizeof(union_VkClearValue_1124074868):
      static :
        warning("Declaration of " & "union_VkClearValue" &
            " exists but with different size")
    union_VkClearValue
  else:
    union_VkClearValue_1124074868)
  PFN_vkGetRayTracingShaderGroupHandlesNV_1124079469 = (when declared(
      PFN_vkGetRayTracingShaderGroupHandlesNV):
    when ownSizeof(PFN_vkGetRayTracingShaderGroupHandlesNV) !=
        ownSizeof(PFN_vkGetRayTracingShaderGroupHandlesNV_1124079468):
      static :
        warning("Declaration of " & "PFN_vkGetRayTracingShaderGroupHandlesNV" &
            " exists but with different size")
    PFN_vkGetRayTracingShaderGroupHandlesNV
  else:
    PFN_vkGetRayTracingShaderGroupHandlesNV_1124079468)
  VkProvokingVertexModeEXT_1124079857 = (when declared(VkProvokingVertexModeEXT):
    when ownSizeof(VkProvokingVertexModeEXT) !=
        ownSizeof(VkProvokingVertexModeEXT_1124079856):
      static :
        warning("Declaration of " & "VkProvokingVertexModeEXT" &
            " exists but with different size")
    VkProvokingVertexModeEXT
  else:
    VkProvokingVertexModeEXT_1124079856)
  VkSubpassEndInfo_1124075793 = (when declared(VkSubpassEndInfo):
    when ownSizeof(VkSubpassEndInfo) != ownSizeof(VkSubpassEndInfo_1124075792):
      static :
        warning("Declaration of " & "VkSubpassEndInfo" &
            " exists but with different size")
    VkSubpassEndInfo
  else:
    VkSubpassEndInfo_1124075792)
  VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081385 = (when declared(
      VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081384):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
  else:
    VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081384)
  PFN_vkGetAccelerationStructureHandleNV_1124079471 = (when declared(
      PFN_vkGetAccelerationStructureHandleNV):
    when ownSizeof(PFN_vkGetAccelerationStructureHandleNV) !=
        ownSizeof(PFN_vkGetAccelerationStructureHandleNV_1124079470):
      static :
        warning("Declaration of " & "PFN_vkGetAccelerationStructureHandleNV" &
            " exists but with different size")
    PFN_vkGetAccelerationStructureHandleNV
  else:
    PFN_vkGetAccelerationStructureHandleNV_1124079470)
  VkVideoEncodeAV1FrameSizeKHR_1124078303 = (when declared(
      VkVideoEncodeAV1FrameSizeKHR):
    when ownSizeof(VkVideoEncodeAV1FrameSizeKHR) !=
        ownSizeof(VkVideoEncodeAV1FrameSizeKHR_1124078302):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1FrameSizeKHR" &
            " exists but with different size")
    VkVideoEncodeAV1FrameSizeKHR
  else:
    VkVideoEncodeAV1FrameSizeKHR_1124078302)
  struct_VkSemaphoreWaitInfo_1124075683 = (when declared(
      struct_VkSemaphoreWaitInfo):
    when ownSizeof(struct_VkSemaphoreWaitInfo) !=
        ownSizeof(struct_VkSemaphoreWaitInfo_1124075682):
      static :
        warning("Declaration of " & "struct_VkSemaphoreWaitInfo" &
            " exists but with different size")
    struct_VkSemaphoreWaitInfo
  else:
    struct_VkSemaphoreWaitInfo_1124075682)
  VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077457 = (when declared(
      VkPhysicalDeviceShaderBfloat16FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderBfloat16FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077456):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderBfloat16FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderBfloat16FeaturesKHR
  else:
    VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077456)
  struct_VkMappedMemoryRange_1124074569 = (when declared(
      struct_VkMappedMemoryRange):
    when ownSizeof(struct_VkMappedMemoryRange) !=
        ownSizeof(struct_VkMappedMemoryRange_1124074568):
      static :
        warning("Declaration of " & "struct_VkMappedMemoryRange" &
            " exists but with different size")
    struct_VkMappedMemoryRange
  else:
    struct_VkMappedMemoryRange_1124074568)
  PFN_vkCreateDescriptorSetLayout_1124075077 = (when declared(
      PFN_vkCreateDescriptorSetLayout):
    when ownSizeof(PFN_vkCreateDescriptorSetLayout) !=
        ownSizeof(PFN_vkCreateDescriptorSetLayout_1124075076):
      static :
        warning("Declaration of " & "PFN_vkCreateDescriptorSetLayout" &
            " exists but with different size")
    PFN_vkCreateDescriptorSetLayout
  else:
    PFN_vkCreateDescriptorSetLayout_1124075076)
  PFN_vkCmdBindDescriptorSets_1124075095 = (when declared(
      PFN_vkCmdBindDescriptorSets):
    when ownSizeof(PFN_vkCmdBindDescriptorSets) !=
        ownSizeof(PFN_vkCmdBindDescriptorSets_1124075094):
      static :
        warning("Declaration of " & "PFN_vkCmdBindDescriptorSets" &
            " exists but with different size")
    PFN_vkCmdBindDescriptorSets
  else:
    PFN_vkCmdBindDescriptorSets_1124075094)
  VkDisplayEventInfoEXT_1124078939 = (when declared(VkDisplayEventInfoEXT):
    when ownSizeof(VkDisplayEventInfoEXT) != ownSizeof(VkDisplayEventInfoEXT_1124078938):
      static :
        warning("Declaration of " & "VkDisplayEventInfoEXT" &
            " exists but with different size")
    VkDisplayEventInfoEXT
  else:
    VkDisplayEventInfoEXT_1124078938)
  VkViewportSwizzleNV_1124078989 = (when declared(VkViewportSwizzleNV):
    when ownSizeof(VkViewportSwizzleNV) != ownSizeof(VkViewportSwizzleNV_1124078988):
      static :
        warning("Declaration of " & "VkViewportSwizzleNV" &
            " exists but with different size")
    VkViewportSwizzleNV
  else:
    VkViewportSwizzleNV_1124078988)
  VkPerformanceConfigurationINTEL_1124079627 = (when declared(
      VkPerformanceConfigurationINTEL):
    when ownSizeof(VkPerformanceConfigurationINTEL) !=
        ownSizeof(VkPerformanceConfigurationINTEL_1124079626):
      static :
        warning("Declaration of " & "VkPerformanceConfigurationINTEL" &
            " exists but with different size")
    VkPerformanceConfigurationINTEL
  else:
    VkPerformanceConfigurationINTEL_1124079626)
  VkSubpassContents_1124074139 = (when declared(VkSubpassContents):
    when ownSizeof(VkSubpassContents) != ownSizeof(VkSubpassContents_1124074138):
      static :
        warning("Declaration of " & "VkSubpassContents" &
            " exists but with different size")
    VkSubpassContents
  else:
    VkSubpassContents_1124074138)
  struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080427 = (when declared(
      struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080426):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
  else:
    struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080426)
  VkVertexInputBindingDescription2EXT_1124080545 = (when declared(
      VkVertexInputBindingDescription2EXT):
    when ownSizeof(VkVertexInputBindingDescription2EXT) !=
        ownSizeof(VkVertexInputBindingDescription2EXT_1124080544):
      static :
        warning("Declaration of " & "VkVertexInputBindingDescription2EXT" &
            " exists but with different size")
    VkVertexInputBindingDescription2EXT
  else:
    VkVertexInputBindingDescription2EXT_1124080544)
  VkSubpassShadingPipelineCreateInfoHUAWEI_1124080591 = (when declared(
      VkSubpassShadingPipelineCreateInfoHUAWEI):
    when ownSizeof(VkSubpassShadingPipelineCreateInfoHUAWEI) !=
        ownSizeof(VkSubpassShadingPipelineCreateInfoHUAWEI_1124080590):
      static :
        warning("Declaration of " & "VkSubpassShadingPipelineCreateInfoHUAWEI" &
            " exists but with different size")
    VkSubpassShadingPipelineCreateInfoHUAWEI
  else:
    VkSubpassShadingPipelineCreateInfoHUAWEI_1124080590)
  VkSwapchainPresentBarrierCreateInfoNV_1124080183 = (when declared(
      VkSwapchainPresentBarrierCreateInfoNV):
    when ownSizeof(VkSwapchainPresentBarrierCreateInfoNV) !=
        ownSizeof(VkSwapchainPresentBarrierCreateInfoNV_1124080182):
      static :
        warning("Declaration of " & "VkSwapchainPresentBarrierCreateInfoNV" &
            " exists but with different size")
    VkSwapchainPresentBarrierCreateInfoNV
  else:
    VkSwapchainPresentBarrierCreateInfoNV_1124080182)
  enum_VkPipelineCompilerControlFlagBitsAMD_1124079515 = (when declared(
      enum_VkPipelineCompilerControlFlagBitsAMD):
    when ownSizeof(enum_VkPipelineCompilerControlFlagBitsAMD) !=
        ownSizeof(enum_VkPipelineCompilerControlFlagBitsAMD_1124079514):
      static :
        warning("Declaration of " & "enum_VkPipelineCompilerControlFlagBitsAMD" &
            " exists but with different size")
    enum_VkPipelineCompilerControlFlagBitsAMD
  else:
    enum_VkPipelineCompilerControlFlagBitsAMD_1124079514)
  struct_VkVideoEncodeAV1QIndexKHR_1124078265 = (when declared(
      struct_VkVideoEncodeAV1QIndexKHR):
    when ownSizeof(struct_VkVideoEncodeAV1QIndexKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1QIndexKHR_1124078264):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1QIndexKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1QIndexKHR
  else:
    struct_VkVideoEncodeAV1QIndexKHR_1124078264)
  VkGeometryFlagBitsKHR_1124079357 = (when declared(VkGeometryFlagBitsKHR):
    when ownSizeof(VkGeometryFlagBitsKHR) != ownSizeof(VkGeometryFlagBitsKHR_1124079356):
      static :
        warning("Declaration of " & "VkGeometryFlagBitsKHR" &
            " exists but with different size")
    VkGeometryFlagBitsKHR
  else:
    VkGeometryFlagBitsKHR_1124079356)
  VkAccelerationStructureBuildTypeKHR_1124080795 = (when declared(
      VkAccelerationStructureBuildTypeKHR):
    when ownSizeof(VkAccelerationStructureBuildTypeKHR) !=
        ownSizeof(VkAccelerationStructureBuildTypeKHR_1124080794):
      static :
        warning("Declaration of " & "VkAccelerationStructureBuildTypeKHR" &
            " exists but with different size")
    VkAccelerationStructureBuildTypeKHR
  else:
    VkAccelerationStructureBuildTypeKHR_1124080794)
  PFN_vkCmdCopyMemoryToAccelerationStructureKHR_1124082573 = (when declared(
      PFN_vkCmdCopyMemoryToAccelerationStructureKHR):
    when ownSizeof(PFN_vkCmdCopyMemoryToAccelerationStructureKHR) !=
        ownSizeof(PFN_vkCmdCopyMemoryToAccelerationStructureKHR_1124082572):
      static :
        warning("Declaration of " &
            "PFN_vkCmdCopyMemoryToAccelerationStructureKHR" &
            " exists but with different size")
    PFN_vkCmdCopyMemoryToAccelerationStructureKHR
  else:
    PFN_vkCmdCopyMemoryToAccelerationStructureKHR_1124082572)
  PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT_1124082759 = (when declared(
      PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT_1124082758):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT
  else:
    PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT_1124082758)
  StdVideoDecodeAV1ReferenceInfoFlags_1124083089 = (when declared(
      StdVideoDecodeAV1ReferenceInfoFlags):
    when ownSizeof(StdVideoDecodeAV1ReferenceInfoFlags) !=
        ownSizeof(StdVideoDecodeAV1ReferenceInfoFlags_1124083088):
      static :
        warning("Declaration of " & "StdVideoDecodeAV1ReferenceInfoFlags" &
            " exists but with different size")
    StdVideoDecodeAV1ReferenceInfoFlags
  else:
    StdVideoDecodeAV1ReferenceInfoFlags_1124083088)
  VkQueueFamilyVideoPropertiesKHR_1124076693 = (when declared(
      VkQueueFamilyVideoPropertiesKHR):
    when ownSizeof(VkQueueFamilyVideoPropertiesKHR) !=
        ownSizeof(VkQueueFamilyVideoPropertiesKHR_1124076692):
      static :
        warning("Declaration of " & "VkQueueFamilyVideoPropertiesKHR" &
            " exists but with different size")
    VkQueueFamilyVideoPropertiesKHR
  else:
    VkQueueFamilyVideoPropertiesKHR_1124076692)
  struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082093 = (when declared(
      struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV):
    when ownSizeof(struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082092):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
  else:
    struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082092)
  struct_VkPhysicalDeviceShaderCoreProperties2AMD_1124079745 = (when declared(
      struct_VkPhysicalDeviceShaderCoreProperties2AMD):
    when ownSizeof(struct_VkPhysicalDeviceShaderCoreProperties2AMD) !=
        ownSizeof(struct_VkPhysicalDeviceShaderCoreProperties2AMD_1124079744):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderCoreProperties2AMD" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderCoreProperties2AMD
  else:
    struct_VkPhysicalDeviceShaderCoreProperties2AMD_1124079744)
  struct_VkTensorViewCaptureDescriptorDataInfoARM_1124081353 = (when declared(
      struct_VkTensorViewCaptureDescriptorDataInfoARM):
    when ownSizeof(struct_VkTensorViewCaptureDescriptorDataInfoARM) !=
        ownSizeof(struct_VkTensorViewCaptureDescriptorDataInfoARM_1124081352):
      static :
        warning("Declaration of " &
            "struct_VkTensorViewCaptureDescriptorDataInfoARM" &
            " exists but with different size")
    struct_VkTensorViewCaptureDescriptorDataInfoARM
  else:
    struct_VkTensorViewCaptureDescriptorDataInfoARM_1124081352)
  enum_VkPresentModeKHR_1124076469 = (when declared(enum_VkPresentModeKHR):
    when ownSizeof(enum_VkPresentModeKHR) != ownSizeof(enum_VkPresentModeKHR_1124076468):
      static :
        warning("Declaration of " & "enum_VkPresentModeKHR" &
            " exists but with different size")
    enum_VkPresentModeKHR
  else:
    enum_VkPresentModeKHR_1124076468)
  VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082165 = (when declared(
      VkPartitionedAccelerationStructureUpdateInstanceDataNV):
    when ownSizeof(VkPartitionedAccelerationStructureUpdateInstanceDataNV) !=
        ownSizeof(VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082164):
      static :
        warning("Declaration of " &
            "VkPartitionedAccelerationStructureUpdateInstanceDataNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureUpdateInstanceDataNV
  else:
    VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082164)
  VkPresentRegionsKHR_1124077239 = (when declared(VkPresentRegionsKHR):
    when ownSizeof(VkPresentRegionsKHR) != ownSizeof(VkPresentRegionsKHR_1124077238):
      static :
        warning("Declaration of " & "VkPresentRegionsKHR" &
            " exists but with different size")
    VkPresentRegionsKHR
  else:
    VkPresentRegionsKHR_1124077238)
  struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078509 = (when declared(
      struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078508):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR
  else:
    struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078508)
  struct_VkPerformanceCounterKHR_1124077357 = (when declared(
      struct_VkPerformanceCounterKHR):
    when ownSizeof(struct_VkPerformanceCounterKHR) !=
        ownSizeof(struct_VkPerformanceCounterKHR_1124077356):
      static :
        warning("Declaration of " & "struct_VkPerformanceCounterKHR" &
            " exists but with different size")
    struct_VkPerformanceCounterKHR
  else:
    struct_VkPerformanceCounterKHR_1124077356)
  PFN_vkCmdDispatchIndirect_1124075101 = (when declared(
      PFN_vkCmdDispatchIndirect):
    when ownSizeof(PFN_vkCmdDispatchIndirect) !=
        ownSizeof(PFN_vkCmdDispatchIndirect_1124075100):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatchIndirect" &
            " exists but with different size")
    PFN_vkCmdDispatchIndirect
  else:
    PFN_vkCmdDispatchIndirect_1124075100)
  VkPhysicalDeviceMaintenance3Properties_1124075481 = (when declared(
      VkPhysicalDeviceMaintenance3Properties):
    when ownSizeof(VkPhysicalDeviceMaintenance3Properties) !=
        ownSizeof(VkPhysicalDeviceMaintenance3Properties_1124075480):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance3Properties" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance3Properties
  else:
    VkPhysicalDeviceMaintenance3Properties_1124075480)
  VkDescriptorGetInfoEXT_1124080291 = (when declared(VkDescriptorGetInfoEXT):
    when ownSizeof(VkDescriptorGetInfoEXT) != ownSizeof(VkDescriptorGetInfoEXT_1124080290):
      static :
        warning("Declaration of " & "VkDescriptorGetInfoEXT" &
            " exists but with different size")
    VkDescriptorGetInfoEXT
  else:
    VkDescriptorGetInfoEXT_1124080290)
  struct_VkPhysicalDeviceProperties2_1124075337 = (when declared(
      struct_VkPhysicalDeviceProperties2):
    when ownSizeof(struct_VkPhysicalDeviceProperties2) !=
        ownSizeof(struct_VkPhysicalDeviceProperties2_1124075336):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceProperties2" &
            " exists but with different size")
    struct_VkPhysicalDeviceProperties2
  else:
    struct_VkPhysicalDeviceProperties2_1124075336)
  VkReleaseSwapchainImagesInfoKHR_1124078161 = (when declared(
      VkReleaseSwapchainImagesInfoKHR):
    when ownSizeof(VkReleaseSwapchainImagesInfoKHR) !=
        ownSizeof(VkReleaseSwapchainImagesInfoKHR_1124078160):
      static :
        warning("Declaration of " & "VkReleaseSwapchainImagesInfoKHR" &
            " exists but with different size")
    VkReleaseSwapchainImagesInfoKHR
  else:
    VkReleaseSwapchainImagesInfoKHR_1124078160)
  VkSRTDataNV_1124080409 = (when declared(VkSRTDataNV):
    when ownSizeof(VkSRTDataNV) != ownSizeof(VkSRTDataNV_1124080408):
      static :
        warning("Declaration of " & "VkSRTDataNV" &
            " exists but with different size")
    VkSRTDataNV
  else:
    VkSRTDataNV_1124080408)
  struct_VkPhysicalDeviceTensorPropertiesARM_1124081293 = (when declared(
      struct_VkPhysicalDeviceTensorPropertiesARM):
    when ownSizeof(struct_VkPhysicalDeviceTensorPropertiesARM) !=
        ownSizeof(struct_VkPhysicalDeviceTensorPropertiesARM_1124081292):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceTensorPropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTensorPropertiesARM
  else:
    struct_VkPhysicalDeviceTensorPropertiesARM_1124081292)
  struct_VkGeometryNV_1124079405 = (when declared(struct_VkGeometryNV):
    when ownSizeof(struct_VkGeometryNV) != ownSizeof(struct_VkGeometryNV_1124079404):
      static :
        warning("Declaration of " & "struct_VkGeometryNV" &
            " exists but with different size")
    struct_VkGeometryNV
  else:
    struct_VkGeometryNV_1124079404)
  VkShaderRequiredSubgroupSizeCreateInfoEXT_1124081531 = (when declared(
      VkShaderRequiredSubgroupSizeCreateInfoEXT):
    when ownSizeof(VkShaderRequiredSubgroupSizeCreateInfoEXT) !=
        ownSizeof(VkShaderRequiredSubgroupSizeCreateInfoEXT_1124081530):
      static :
        warning("Declaration of " & "VkShaderRequiredSubgroupSizeCreateInfoEXT" &
            " exists but with different size")
    VkShaderRequiredSubgroupSizeCreateInfoEXT
  else:
    VkShaderRequiredSubgroupSizeCreateInfoEXT_1124081530)
  struct_VkRefreshCycleDurationGOOGLE_1124078953 = (when declared(
      struct_VkRefreshCycleDurationGOOGLE):
    when ownSizeof(struct_VkRefreshCycleDurationGOOGLE) !=
        ownSizeof(struct_VkRefreshCycleDurationGOOGLE_1124078952):
      static :
        warning("Declaration of " & "struct_VkRefreshCycleDurationGOOGLE" &
            " exists but with different size")
    struct_VkRefreshCycleDurationGOOGLE
  else:
    struct_VkRefreshCycleDurationGOOGLE_1124078952)
  struct_VkWin32SurfaceCreateInfoKHR_1124082647 = (when declared(
      struct_VkWin32SurfaceCreateInfoKHR):
    when ownSizeof(struct_VkWin32SurfaceCreateInfoKHR) !=
        ownSizeof(struct_VkWin32SurfaceCreateInfoKHR_1124082646):
      static :
        warning("Declaration of " & "struct_VkWin32SurfaceCreateInfoKHR" &
            " exists but with different size")
    struct_VkWin32SurfaceCreateInfoKHR
  else:
    struct_VkWin32SurfaceCreateInfoKHR_1124082646)
  struct_StdVideoAV1Quantization_1124083213 = (when declared(
      struct_StdVideoAV1Quantization):
    when ownSizeof(struct_StdVideoAV1Quantization) !=
        ownSizeof(struct_StdVideoAV1Quantization_1124083212):
      static :
        warning("Declaration of " & "struct_StdVideoAV1Quantization" &
            " exists but with different size")
    struct_StdVideoAV1Quantization
  else:
    struct_StdVideoAV1Quantization_1124083212)
  VkSamplerYcbcrConversionImageFormatProperties_1124075501 = (when declared(
      VkSamplerYcbcrConversionImageFormatProperties):
    when ownSizeof(VkSamplerYcbcrConversionImageFormatProperties) !=
        ownSizeof(VkSamplerYcbcrConversionImageFormatProperties_1124075500):
      static :
        warning("Declaration of " &
            "VkSamplerYcbcrConversionImageFormatProperties" &
            " exists but with different size")
    VkSamplerYcbcrConversionImageFormatProperties
  else:
    VkSamplerYcbcrConversionImageFormatProperties_1124075500)
  PFN_vkCreateQueryPool_1124074977 = (when declared(PFN_vkCreateQueryPool):
    when ownSizeof(PFN_vkCreateQueryPool) != ownSizeof(PFN_vkCreateQueryPool_1124074976):
      static :
        warning("Declaration of " & "PFN_vkCreateQueryPool" &
            " exists but with different size")
    PFN_vkCreateQueryPool
  else:
    PFN_vkCreateQueryPool_1124074976)
  VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080315 = (when declared(
      VkAccelerationStructureCaptureDescriptorDataInfoEXT):
    when ownSizeof(VkAccelerationStructureCaptureDescriptorDataInfoEXT) !=
        ownSizeof(VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080314):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    VkAccelerationStructureCaptureDescriptorDataInfoEXT
  else:
    VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080314)
  VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077011 = (when declared(
      VkVideoEncodeH265GopRemainingFrameInfoKHR):
    when ownSizeof(VkVideoEncodeH265GopRemainingFrameInfoKHR) !=
        ownSizeof(VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077010):
      static :
        warning("Declaration of " & "VkVideoEncodeH265GopRemainingFrameInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265GopRemainingFrameInfoKHR
  else:
    VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077010)
  PFN_vkCmdSetScissor_1124075125 = (when declared(PFN_vkCmdSetScissor):
    when ownSizeof(PFN_vkCmdSetScissor) != ownSizeof(PFN_vkCmdSetScissor_1124075124):
      static :
        warning("Declaration of " & "PFN_vkCmdSetScissor" &
            " exists but with different size")
    PFN_vkCmdSetScissor
  else:
    PFN_vkCmdSetScissor_1124075124)
  struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078277 = (when declared(
      struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078276):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR
  else:
    struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078276)
  struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078553 = (when declared(
      struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078552):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR
  else:
    struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078552)
  struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079035 = (when declared(
      struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT):
    when ownSizeof(struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079034):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT
  else:
    struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079034)
  struct_StdVideoEncodeH264ReferenceListsInfoFlags_1124083317 = (when declared(
      struct_StdVideoEncodeH264ReferenceListsInfoFlags):
    when ownSizeof(struct_StdVideoEncodeH264ReferenceListsInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeH264ReferenceListsInfoFlags_1124083316):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH264ReferenceListsInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH264ReferenceListsInfoFlags
  else:
    struct_StdVideoEncodeH264ReferenceListsInfoFlags_1124083316)
  VkPipelineStageFlagBits2_1124075875 = (when declared(VkPipelineStageFlagBits2):
    when ownSizeof(VkPipelineStageFlagBits2) !=
        ownSizeof(VkPipelineStageFlagBits2_1124075874):
      static :
        warning("Declaration of " & "VkPipelineStageFlagBits2" &
            " exists but with different size")
    VkPipelineStageFlagBits2
  else:
    VkPipelineStageFlagBits2_1124075874)
  enum_VkDescriptorPoolCreateFlagBits_1124074359 = (when declared(
      enum_VkDescriptorPoolCreateFlagBits):
    when ownSizeof(enum_VkDescriptorPoolCreateFlagBits) !=
        ownSizeof(enum_VkDescriptorPoolCreateFlagBits_1124074358):
      static :
        warning("Declaration of " & "enum_VkDescriptorPoolCreateFlagBits" &
            " exists but with different size")
    enum_VkDescriptorPoolCreateFlagBits
  else:
    enum_VkDescriptorPoolCreateFlagBits_1124074358)
  PFN_vkGetDescriptorSetLayoutSizeEXT_1124080317 = (when declared(
      PFN_vkGetDescriptorSetLayoutSizeEXT):
    when ownSizeof(PFN_vkGetDescriptorSetLayoutSizeEXT) !=
        ownSizeof(PFN_vkGetDescriptorSetLayoutSizeEXT_1124080316):
      static :
        warning("Declaration of " & "PFN_vkGetDescriptorSetLayoutSizeEXT" &
            " exists but with different size")
    PFN_vkGetDescriptorSetLayoutSizeEXT
  else:
    PFN_vkGetDescriptorSetLayoutSizeEXT_1124080316)
  VkExternalMemoryHandleTypeFlagBitsKHR_1124077143 = (when declared(
      VkExternalMemoryHandleTypeFlagBitsKHR):
    when ownSizeof(VkExternalMemoryHandleTypeFlagBitsKHR) !=
        ownSizeof(VkExternalMemoryHandleTypeFlagBitsKHR_1124077142):
      static :
        warning("Declaration of " & "VkExternalMemoryHandleTypeFlagBitsKHR" &
            " exists but with different size")
    VkExternalMemoryHandleTypeFlagBitsKHR
  else:
    VkExternalMemoryHandleTypeFlagBitsKHR_1124077142)
  VkGeneratedCommandsInfoNV_1124080075 = (when declared(
      VkGeneratedCommandsInfoNV):
    when ownSizeof(VkGeneratedCommandsInfoNV) !=
        ownSizeof(VkGeneratedCommandsInfoNV_1124080074):
      static :
        warning("Declaration of " & "VkGeneratedCommandsInfoNV" &
            " exists but with different size")
    VkGeneratedCommandsInfoNV
  else:
    VkGeneratedCommandsInfoNV_1124080074)
  struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081915 = (when declared(
      struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT):
    when ownSizeof(struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT) !=
        ownSizeof(struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081914):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT" &
            " exists but with different size")
    struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT
  else:
    struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081914)
  VkBindIndexBufferIndirectCommandEXT_1124082289 = (when declared(
      VkBindIndexBufferIndirectCommandEXT):
    when ownSizeof(VkBindIndexBufferIndirectCommandEXT) !=
        ownSizeof(VkBindIndexBufferIndirectCommandEXT_1124082288):
      static :
        warning("Declaration of " & "VkBindIndexBufferIndirectCommandEXT" &
            " exists but with different size")
    VkBindIndexBufferIndirectCommandEXT
  else:
    VkBindIndexBufferIndirectCommandEXT_1124082288)
  VkWin32SurfaceCreateInfoKHR_1124082653 = (when declared(
      VkWin32SurfaceCreateInfoKHR):
    when ownSizeof(VkWin32SurfaceCreateInfoKHR) !=
        ownSizeof(VkWin32SurfaceCreateInfoKHR_1124082652):
      static :
        warning("Declaration of " & "VkWin32SurfaceCreateInfoKHR" &
            " exists but with different size")
    VkWin32SurfaceCreateInfoKHR
  else:
    VkWin32SurfaceCreateInfoKHR_1124082652)
  VkPhysicalDeviceComputeShaderDerivativesFeaturesNV_1124079563 = (when declared(
      VkPhysicalDeviceComputeShaderDerivativesFeaturesNV):
    when ownSizeof(VkPhysicalDeviceComputeShaderDerivativesFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceComputeShaderDerivativesFeaturesNV_1124079562):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceComputeShaderDerivativesFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceComputeShaderDerivativesFeaturesNV
  else:
    VkPhysicalDeviceComputeShaderDerivativesFeaturesNV_1124079562)
  struct_VkDataGraphPipelineCompilerControlCreateInfoARM_1124081751 = (when declared(
      struct_VkDataGraphPipelineCompilerControlCreateInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineCompilerControlCreateInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineCompilerControlCreateInfoARM_1124081750):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineCompilerControlCreateInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineCompilerControlCreateInfoARM
  else:
    struct_VkDataGraphPipelineCompilerControlCreateInfoARM_1124081750)
  enum_VkQueryResultFlagBits_1124074253 = (when declared(
      enum_VkQueryResultFlagBits):
    when ownSizeof(enum_VkQueryResultFlagBits) !=
        ownSizeof(enum_VkQueryResultFlagBits_1124074252):
      static :
        warning("Declaration of " & "enum_VkQueryResultFlagBits" &
            " exists but with different size")
    enum_VkQueryResultFlagBits
  else:
    enum_VkQueryResultFlagBits_1124074252)
  VkPhysicalDeviceMaintenance6FeaturesKHR_1124078391 = (when declared(
      VkPhysicalDeviceMaintenance6FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance6FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance6FeaturesKHR_1124078390):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance6FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance6FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance6FeaturesKHR_1124078390)
  VkLayerSettingsCreateInfoEXT_1124081637 = (when declared(
      VkLayerSettingsCreateInfoEXT):
    when ownSizeof(VkLayerSettingsCreateInfoEXT) !=
        ownSizeof(VkLayerSettingsCreateInfoEXT_1124081636):
      static :
        warning("Declaration of " & "VkLayerSettingsCreateInfoEXT" &
            " exists but with different size")
    VkLayerSettingsCreateInfoEXT
  else:
    VkLayerSettingsCreateInfoEXT_1124081636)
  struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079589 = (when declared(
      struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079588):
      static :
        warning("Declaration of " &
            "struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV
  else:
    struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079588)
  VkOpticalFlowExecuteFlagBitsNV_1124081433 = (when declared(
      VkOpticalFlowExecuteFlagBitsNV):
    when ownSizeof(VkOpticalFlowExecuteFlagBitsNV) !=
        ownSizeof(VkOpticalFlowExecuteFlagBitsNV_1124081432):
      static :
        warning("Declaration of " & "VkOpticalFlowExecuteFlagBitsNV" &
            " exists but with different size")
    VkOpticalFlowExecuteFlagBitsNV
  else:
    VkOpticalFlowExecuteFlagBitsNV_1124081432)
  PFN_vkCmdEndTransformFeedbackEXT_1124078739 = (when declared(
      PFN_vkCmdEndTransformFeedbackEXT):
    when ownSizeof(PFN_vkCmdEndTransformFeedbackEXT) !=
        ownSizeof(PFN_vkCmdEndTransformFeedbackEXT_1124078738):
      static :
        warning("Declaration of " & "PFN_vkCmdEndTransformFeedbackEXT" &
            " exists but with different size")
    PFN_vkCmdEndTransformFeedbackEXT
  else:
    PFN_vkCmdEndTransformFeedbackEXT_1124078738)
  VkPipelineStageFlagBits2KHR_1124077863 = (when declared(
      VkPipelineStageFlagBits2KHR):
    when ownSizeof(VkPipelineStageFlagBits2KHR) !=
        ownSizeof(VkPipelineStageFlagBits2KHR_1124077862):
      static :
        warning("Declaration of " & "VkPipelineStageFlagBits2KHR" &
            " exists but with different size")
    VkPipelineStageFlagBits2KHR
  else:
    VkPipelineStageFlagBits2KHR_1124077862)
  struct_StdVideoVP9ColorConfig_1124083243 = (when declared(
      struct_StdVideoVP9ColorConfig):
    when ownSizeof(struct_StdVideoVP9ColorConfig) !=
        ownSizeof(struct_StdVideoVP9ColorConfig_1124083242):
      static :
        warning("Declaration of " & "struct_StdVideoVP9ColorConfig" &
            " exists but with different size")
    struct_StdVideoVP9ColorConfig
  else:
    struct_StdVideoVP9ColorConfig_1124083242)
  SECURITY_ATTRIBUTES_1124082669 = (when declared(SECURITY_ATTRIBUTES):
    when ownSizeof(SECURITY_ATTRIBUTES) != ownSizeof(SECURITY_ATTRIBUTES_1124082668):
      static :
        warning("Declaration of " & "SECURITY_ATTRIBUTES" &
            " exists but with different size")
    SECURITY_ATTRIBUTES
  else:
    SECURITY_ATTRIBUTES_1124082668)
  VkSurfacePresentModeCompatibilityKHR_1124078137 = (when declared(
      VkSurfacePresentModeCompatibilityKHR):
    when ownSizeof(VkSurfacePresentModeCompatibilityKHR) !=
        ownSizeof(VkSurfacePresentModeCompatibilityKHR_1124078136):
      static :
        warning("Declaration of " & "VkSurfacePresentModeCompatibilityKHR" &
            " exists but with different size")
    VkSurfacePresentModeCompatibilityKHR
  else:
    VkSurfacePresentModeCompatibilityKHR_1124078136)
  VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081921 = (when declared(
      VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV):
    when ownSizeof(VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081920):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV
  else:
    VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081920)
  VkAttachmentFeedbackLoopInfoEXT_1124078361 = (when declared(
      VkAttachmentFeedbackLoopInfoEXT):
    when ownSizeof(VkAttachmentFeedbackLoopInfoEXT) !=
        ownSizeof(VkAttachmentFeedbackLoopInfoEXT_1124078360):
      static :
        warning("Declaration of " & "VkAttachmentFeedbackLoopInfoEXT" &
            " exists but with different size")
    VkAttachmentFeedbackLoopInfoEXT
  else:
    VkAttachmentFeedbackLoopInfoEXT_1124078360)
  struct_VkPhysicalDeviceProtectedMemoryFeatures_1124075373 = (when declared(
      struct_VkPhysicalDeviceProtectedMemoryFeatures):
    when ownSizeof(struct_VkPhysicalDeviceProtectedMemoryFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceProtectedMemoryFeatures_1124075372):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceProtectedMemoryFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceProtectedMemoryFeatures
  else:
    struct_VkPhysicalDeviceProtectedMemoryFeatures_1124075372)
  VkCopyAccelerationStructureToMemoryInfoKHR_1124082541 = (when declared(
      VkCopyAccelerationStructureToMemoryInfoKHR):
    when ownSizeof(VkCopyAccelerationStructureToMemoryInfoKHR) !=
        ownSizeof(VkCopyAccelerationStructureToMemoryInfoKHR_1124082540):
      static :
        warning("Declaration of " & "VkCopyAccelerationStructureToMemoryInfoKHR" &
            " exists but with different size")
    VkCopyAccelerationStructureToMemoryInfoKHR
  else:
    VkCopyAccelerationStructureToMemoryInfoKHR_1124082540)
  VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079547 = (when declared(
      VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079546):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT
  else:
    VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079546)
  PFN_vkGetDescriptorSetLayoutSupportKHR_1124077513 = (when declared(
      PFN_vkGetDescriptorSetLayoutSupportKHR):
    when ownSizeof(PFN_vkGetDescriptorSetLayoutSupportKHR) !=
        ownSizeof(PFN_vkGetDescriptorSetLayoutSupportKHR_1124077512):
      static :
        warning("Declaration of " & "PFN_vkGetDescriptorSetLayoutSupportKHR" &
            " exists but with different size")
    PFN_vkGetDescriptorSetLayoutSupportKHR
  else:
    PFN_vkGetDescriptorSetLayoutSupportKHR_1124077512)
  struct_VkVideoDecodeH265PictureInfoKHR_1124077545 = (when declared(
      struct_VkVideoDecodeH265PictureInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH265PictureInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH265PictureInfoKHR_1124077544):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH265PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265PictureInfoKHR
  else:
    struct_VkVideoDecodeH265PictureInfoKHR_1124077544)
  struct_VkPipelineLibraryCreateInfoKHR_1124077757 = (when declared(
      struct_VkPipelineLibraryCreateInfoKHR):
    when ownSizeof(struct_VkPipelineLibraryCreateInfoKHR) !=
        ownSizeof(struct_VkPipelineLibraryCreateInfoKHR_1124077756):
      static :
        warning("Declaration of " & "struct_VkPipelineLibraryCreateInfoKHR" &
            " exists but with different size")
    struct_VkPipelineLibraryCreateInfoKHR
  else:
    struct_VkPipelineLibraryCreateInfoKHR_1124077756)
  VkConditionalRenderingFlagBitsEXT_1124078873 = (when declared(
      VkConditionalRenderingFlagBitsEXT):
    when ownSizeof(VkConditionalRenderingFlagBitsEXT) !=
        ownSizeof(VkConditionalRenderingFlagBitsEXT_1124078872):
      static :
        warning("Declaration of " & "VkConditionalRenderingFlagBitsEXT" &
            " exists but with different size")
    VkConditionalRenderingFlagBitsEXT
  else:
    VkConditionalRenderingFlagBitsEXT_1124078872)
  VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080695 = (when declared(
      VkVideoEncodeRgbModelConversionFlagBitsVALVE):
    when ownSizeof(VkVideoEncodeRgbModelConversionFlagBitsVALVE) !=
        ownSizeof(VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080694):
      static :
        warning("Declaration of " &
            "VkVideoEncodeRgbModelConversionFlagBitsVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbModelConversionFlagBitsVALVE
  else:
    VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080694)
  VkComputePipelineIndirectBufferInfoNV_1124081055 = (when declared(
      VkComputePipelineIndirectBufferInfoNV):
    when ownSizeof(VkComputePipelineIndirectBufferInfoNV) !=
        ownSizeof(VkComputePipelineIndirectBufferInfoNV_1124081054):
      static :
        warning("Declaration of " & "VkComputePipelineIndirectBufferInfoNV" &
            " exists but with different size")
    VkComputePipelineIndirectBufferInfoNV
  else:
    VkComputePipelineIndirectBufferInfoNV_1124081054)
  VkExternalSemaphorePropertiesKHR_1124077195 = (when declared(
      VkExternalSemaphorePropertiesKHR):
    when ownSizeof(VkExternalSemaphorePropertiesKHR) !=
        ownSizeof(VkExternalSemaphorePropertiesKHR_1124077194):
      static :
        warning("Declaration of " & "VkExternalSemaphorePropertiesKHR" &
            " exists but with different size")
    VkExternalSemaphorePropertiesKHR
  else:
    VkExternalSemaphorePropertiesKHR_1124077194)
  VkSurfaceTransformFlagsKHR_1124076487 = (when declared(
      VkSurfaceTransformFlagsKHR):
    when ownSizeof(VkSurfaceTransformFlagsKHR) !=
        ownSizeof(VkSurfaceTransformFlagsKHR_1124076486):
      static :
        warning("Declaration of " & "VkSurfaceTransformFlagsKHR" &
            " exists but with different size")
    VkSurfaceTransformFlagsKHR
  else:
    VkSurfaceTransformFlagsKHR_1124076486)
  struct_VkDataGraphPipelineInfoARM_1124081783 = (when declared(
      struct_VkDataGraphPipelineInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineInfoARM_1124081782):
      static :
        warning("Declaration of " & "struct_VkDataGraphPipelineInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineInfoARM
  else:
    struct_VkDataGraphPipelineInfoARM_1124081782)
  VkImageLayout_1124074003 = (when declared(VkImageLayout):
    when ownSizeof(VkImageLayout) != ownSizeof(VkImageLayout_1124074002):
      static :
        warning("Declaration of " & "VkImageLayout" &
            " exists but with different size")
    VkImageLayout
  else:
    VkImageLayout_1124074002)
  VkTensorMemoryBarrierARM_1124081299 = (when declared(VkTensorMemoryBarrierARM):
    when ownSizeof(VkTensorMemoryBarrierARM) !=
        ownSizeof(VkTensorMemoryBarrierARM_1124081298):
      static :
        warning("Declaration of " & "VkTensorMemoryBarrierARM" &
            " exists but with different size")
    VkTensorMemoryBarrierARM
  else:
    VkTensorMemoryBarrierARM_1124081298)
  VkVideoSessionCreateFlagBitsKHR_1124076667 = (when declared(
      VkVideoSessionCreateFlagBitsKHR):
    when ownSizeof(VkVideoSessionCreateFlagBitsKHR) !=
        ownSizeof(VkVideoSessionCreateFlagBitsKHR_1124076666):
      static :
        warning("Declaration of " & "VkVideoSessionCreateFlagBitsKHR" &
            " exists but with different size")
    VkVideoSessionCreateFlagBitsKHR
  else:
    VkVideoSessionCreateFlagBitsKHR_1124076666)
  PFN_vkGetShaderInfoAMD_1124078811 = (when declared(PFN_vkGetShaderInfoAMD):
    when ownSizeof(PFN_vkGetShaderInfoAMD) != ownSizeof(PFN_vkGetShaderInfoAMD_1124078810):
      static :
        warning("Declaration of " & "PFN_vkGetShaderInfoAMD" &
            " exists but with different size")
    PFN_vkGetShaderInfoAMD
  else:
    PFN_vkGetShaderInfoAMD_1124078810)
  VkDebugReportCallbackCreateInfoEXT_1124078671 = (when declared(
      VkDebugReportCallbackCreateInfoEXT):
    when ownSizeof(VkDebugReportCallbackCreateInfoEXT) !=
        ownSizeof(VkDebugReportCallbackCreateInfoEXT_1124078670):
      static :
        warning("Declaration of " & "VkDebugReportCallbackCreateInfoEXT" &
            " exists but with different size")
    VkDebugReportCallbackCreateInfoEXT
  else:
    VkDebugReportCallbackCreateInfoEXT_1124078670)
  struct_VkLatencySubmissionPresentIdNV_1124081683 = (when declared(
      struct_VkLatencySubmissionPresentIdNV):
    when ownSizeof(struct_VkLatencySubmissionPresentIdNV) !=
        ownSizeof(struct_VkLatencySubmissionPresentIdNV_1124081682):
      static :
        warning("Declaration of " & "struct_VkLatencySubmissionPresentIdNV" &
            " exists but with different size")
    struct_VkLatencySubmissionPresentIdNV
  else:
    struct_VkLatencySubmissionPresentIdNV_1124081682)
  PFN_vkGetDisplayModePropertiesKHR_1124076619 = (when declared(
      PFN_vkGetDisplayModePropertiesKHR):
    when ownSizeof(PFN_vkGetDisplayModePropertiesKHR) !=
        ownSizeof(PFN_vkGetDisplayModePropertiesKHR_1124076618):
      static :
        warning("Declaration of " & "PFN_vkGetDisplayModePropertiesKHR" &
            " exists but with different size")
    PFN_vkGetDisplayModePropertiesKHR
  else:
    PFN_vkGetDisplayModePropertiesKHR_1124076618)
  StdVideoAV1FrameRestorationType_1124083297 = (when declared(
      StdVideoAV1FrameRestorationType):
    when ownSizeof(StdVideoAV1FrameRestorationType) !=
        ownSizeof(StdVideoAV1FrameRestorationType_1124083296):
      static :
        warning("Declaration of " & "StdVideoAV1FrameRestorationType" &
            " exists but with different size")
    StdVideoAV1FrameRestorationType
  else:
    StdVideoAV1FrameRestorationType_1124083296)
  VkPhysicalDevicePrivateDataFeaturesEXT_1124080189 = (when declared(
      VkPhysicalDevicePrivateDataFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePrivateDataFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePrivateDataFeaturesEXT_1124080188):
      static :
        warning("Declaration of " & "VkPhysicalDevicePrivateDataFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePrivateDataFeaturesEXT
  else:
    VkPhysicalDevicePrivateDataFeaturesEXT_1124080188)
  struct_VkDataGraphPipelineCreateInfoARM_1124081755 = (when declared(
      struct_VkDataGraphPipelineCreateInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineCreateInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineCreateInfoARM_1124081754):
      static :
        warning("Declaration of " & "struct_VkDataGraphPipelineCreateInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineCreateInfoARM
  else:
    struct_VkDataGraphPipelineCreateInfoARM_1124081754)
  VkAccelerationStructureGeometryDataKHR_1124082505 = (when declared(
      VkAccelerationStructureGeometryDataKHR):
    when ownSizeof(VkAccelerationStructureGeometryDataKHR) !=
        ownSizeof(VkAccelerationStructureGeometryDataKHR_1124082504):
      static :
        warning("Declaration of " & "VkAccelerationStructureGeometryDataKHR" &
            " exists but with different size")
    VkAccelerationStructureGeometryDataKHR
  else:
    VkAccelerationStructureGeometryDataKHR_1124082504)
  VkAttachmentReferenceStencilLayoutKHR_1124077663 = (when declared(
      VkAttachmentReferenceStencilLayoutKHR):
    when ownSizeof(VkAttachmentReferenceStencilLayoutKHR) !=
        ownSizeof(VkAttachmentReferenceStencilLayoutKHR_1124077662):
      static :
        warning("Declaration of " & "VkAttachmentReferenceStencilLayoutKHR" &
            " exists but with different size")
    VkAttachmentReferenceStencilLayoutKHR
  else:
    VkAttachmentReferenceStencilLayoutKHR_1124077662)
  VkPipelineCoverageToColorStateCreateInfoNV_1124079189 = (when declared(
      VkPipelineCoverageToColorStateCreateInfoNV):
    when ownSizeof(VkPipelineCoverageToColorStateCreateInfoNV) !=
        ownSizeof(VkPipelineCoverageToColorStateCreateInfoNV_1124079188):
      static :
        warning("Declaration of " & "VkPipelineCoverageToColorStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineCoverageToColorStateCreateInfoNV
  else:
    VkPipelineCoverageToColorStateCreateInfoNV_1124079188)
  VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079479 = (when declared(
      VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV):
    when ownSizeof(VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079478):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV
  else:
    VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079478)
  StdVideoEncodeH265LongTermRefPics_1124083047 = (when declared(
      StdVideoEncodeH265LongTermRefPics):
    when ownSizeof(StdVideoEncodeH265LongTermRefPics) !=
        ownSizeof(StdVideoEncodeH265LongTermRefPics_1124083046):
      static :
        warning("Declaration of " & "StdVideoEncodeH265LongTermRefPics" &
            " exists but with different size")
    StdVideoEncodeH265LongTermRefPics
  else:
    StdVideoEncodeH265LongTermRefPics_1124083046)
  struct_VkSubpassDescription2_1124075775 = (when declared(
      struct_VkSubpassDescription2):
    when ownSizeof(struct_VkSubpassDescription2) !=
        ownSizeof(struct_VkSubpassDescription2_1124075774):
      static :
        warning("Declaration of " & "struct_VkSubpassDescription2" &
            " exists but with different size")
    struct_VkSubpassDescription2
  else:
    struct_VkSubpassDescription2_1124075774)
  VkPhysicalDeviceLineRasterizationFeatures_1124076387 = (when declared(
      VkPhysicalDeviceLineRasterizationFeatures):
    when ownSizeof(VkPhysicalDeviceLineRasterizationFeatures) !=
        ownSizeof(VkPhysicalDeviceLineRasterizationFeatures_1124076386):
      static :
        warning("Declaration of " & "VkPhysicalDeviceLineRasterizationFeatures" &
            " exists but with different size")
    VkPhysicalDeviceLineRasterizationFeatures
  else:
    VkPhysicalDeviceLineRasterizationFeatures_1124076386)
  VkCommandPoolCreateInfo_1124074651 = (when declared(VkCommandPoolCreateInfo):
    when ownSizeof(VkCommandPoolCreateInfo) !=
        ownSizeof(VkCommandPoolCreateInfo_1124074650):
      static :
        warning("Declaration of " & "VkCommandPoolCreateInfo" &
            " exists but with different size")
    VkCommandPoolCreateInfo
  else:
    VkCommandPoolCreateInfo_1124074650)
  struct_VkMemoryBarrier2_1124075927 = (when declared(struct_VkMemoryBarrier2):
    when ownSizeof(struct_VkMemoryBarrier2) !=
        ownSizeof(struct_VkMemoryBarrier2_1124075926):
      static :
        warning("Declaration of " & "struct_VkMemoryBarrier2" &
            " exists but with different size")
    struct_VkMemoryBarrier2
  else:
    struct_VkMemoryBarrier2_1124075926)
  struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080889 = (when declared(
      struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080888):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI
  else:
    struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080888)
  struct_VkStencilOpState_1124074817 = (when declared(struct_VkStencilOpState):
    when ownSizeof(struct_VkStencilOpState) !=
        ownSizeof(struct_VkStencilOpState_1124074816):
      static :
        warning("Declaration of " & "struct_VkStencilOpState" &
            " exists but with different size")
    struct_VkStencilOpState
  else:
    struct_VkStencilOpState_1124074816)
  PFN_vkResetCommandPool_1124075001 = (when declared(PFN_vkResetCommandPool):
    when ownSizeof(PFN_vkResetCommandPool) != ownSizeof(PFN_vkResetCommandPool_1124075000):
      static :
        warning("Declaration of " & "PFN_vkResetCommandPool" &
            " exists but with different size")
    PFN_vkResetCommandPool
  else:
    PFN_vkResetCommandPool_1124075000)
  VkRasterizationOrderAMD_1124078681 = (when declared(VkRasterizationOrderAMD):
    when ownSizeof(VkRasterizationOrderAMD) !=
        ownSizeof(VkRasterizationOrderAMD_1124078680):
      static :
        warning("Declaration of " & "VkRasterizationOrderAMD" &
            " exists but with different size")
    VkRasterizationOrderAMD
  else:
    VkRasterizationOrderAMD_1124078680)
  VkCommandBufferInheritanceViewportScissorInfoNV_1124080099 = (when declared(
      VkCommandBufferInheritanceViewportScissorInfoNV):
    when ownSizeof(VkCommandBufferInheritanceViewportScissorInfoNV) !=
        ownSizeof(VkCommandBufferInheritanceViewportScissorInfoNV_1124080098):
      static :
        warning("Declaration of " &
            "VkCommandBufferInheritanceViewportScissorInfoNV" &
            " exists but with different size")
    VkCommandBufferInheritanceViewportScissorInfoNV
  else:
    VkCommandBufferInheritanceViewportScissorInfoNV_1124080098)
  VkAccelerationStructureKHR_1124080259 = (when declared(
      VkAccelerationStructureKHR):
    when ownSizeof(VkAccelerationStructureKHR) !=
        ownSizeof(VkAccelerationStructureKHR_1124080258):
      static :
        warning("Declaration of " & "VkAccelerationStructureKHR" &
            " exists but with different size")
    VkAccelerationStructureKHR
  else:
    VkAccelerationStructureKHR_1124080258)
  VkPhysicalDeviceRobustness2FeaturesKHR_1124078611 = (when declared(
      VkPhysicalDeviceRobustness2FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceRobustness2FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceRobustness2FeaturesKHR_1124078610):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRobustness2FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRobustness2FeaturesKHR
  else:
    VkPhysicalDeviceRobustness2FeaturesKHR_1124078610)
  StdVideoEncodeH265WeightTable_1124083039 = (when declared(
      StdVideoEncodeH265WeightTable):
    when ownSizeof(StdVideoEncodeH265WeightTable) !=
        ownSizeof(StdVideoEncodeH265WeightTable_1124083038):
      static :
        warning("Declaration of " & "StdVideoEncodeH265WeightTable" &
            " exists but with different size")
    StdVideoEncodeH265WeightTable
  else:
    StdVideoEncodeH265WeightTable_1124083038)
  PFN_vkCmdCopyQueryPoolResults_1124075035 = (when declared(
      PFN_vkCmdCopyQueryPoolResults):
    when ownSizeof(PFN_vkCmdCopyQueryPoolResults) !=
        ownSizeof(PFN_vkCmdCopyQueryPoolResults_1124075034):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyQueryPoolResults" &
            " exists but with different size")
    PFN_vkCmdCopyQueryPoolResults
  else:
    PFN_vkCmdCopyQueryPoolResults_1124075034)
  PFN_vkCmdCopyBuffer2_1124076131 = (when declared(PFN_vkCmdCopyBuffer2):
    when ownSizeof(PFN_vkCmdCopyBuffer2) != ownSizeof(PFN_vkCmdCopyBuffer2_1124076130):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyBuffer2" &
            " exists but with different size")
    PFN_vkCmdCopyBuffer2
  else:
    PFN_vkCmdCopyBuffer2_1124076130)
  VkPhysicalDevicePushDescriptorPropertiesKHR_1124077217 = (when declared(
      VkPhysicalDevicePushDescriptorPropertiesKHR):
    when ownSizeof(VkPhysicalDevicePushDescriptorPropertiesKHR) !=
        ownSizeof(VkPhysicalDevicePushDescriptorPropertiesKHR_1124077216):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePushDescriptorPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDevicePushDescriptorPropertiesKHR
  else:
    VkPhysicalDevicePushDescriptorPropertiesKHR_1124077216)
  struct_VkDispatchTileInfoQCOM_1124080245 = (when declared(
      struct_VkDispatchTileInfoQCOM):
    when ownSizeof(struct_VkDispatchTileInfoQCOM) !=
        ownSizeof(struct_VkDispatchTileInfoQCOM_1124080244):
      static :
        warning("Declaration of " & "struct_VkDispatchTileInfoQCOM" &
            " exists but with different size")
    struct_VkDispatchTileInfoQCOM
  else:
    struct_VkDispatchTileInfoQCOM_1124080244)
  VkBlockMatchWindowCompareModeQCOM_1124081863 = (when declared(
      VkBlockMatchWindowCompareModeQCOM):
    when ownSizeof(VkBlockMatchWindowCompareModeQCOM) !=
        ownSizeof(VkBlockMatchWindowCompareModeQCOM_1124081862):
      static :
        warning("Declaration of " & "VkBlockMatchWindowCompareModeQCOM" &
            " exists but with different size")
    VkBlockMatchWindowCompareModeQCOM
  else:
    VkBlockMatchWindowCompareModeQCOM_1124081862)
  struct_VkCopyMemoryIndirectInfoKHR_1124078439 = (when declared(
      struct_VkCopyMemoryIndirectInfoKHR):
    when ownSizeof(struct_VkCopyMemoryIndirectInfoKHR) !=
        ownSizeof(struct_VkCopyMemoryIndirectInfoKHR_1124078438):
      static :
        warning("Declaration of " & "struct_VkCopyMemoryIndirectInfoKHR" &
            " exists but with different size")
    struct_VkCopyMemoryIndirectInfoKHR
  else:
    struct_VkCopyMemoryIndirectInfoKHR_1124078438)
  VkRemoteAddressNV_1124080611 = (when declared(VkRemoteAddressNV):
    when ownSizeof(VkRemoteAddressNV) != ownSizeof(VkRemoteAddressNV_1124080610):
      static :
        warning("Declaration of " & "VkRemoteAddressNV" &
            " exists but with different size")
    VkRemoteAddressNV
  else:
    VkRemoteAddressNV_1124080610)
  PFN_vkCmdSetDepthWriteEnable_1124076173 = (when declared(
      PFN_vkCmdSetDepthWriteEnable):
    when ownSizeof(PFN_vkCmdSetDepthWriteEnable) !=
        ownSizeof(PFN_vkCmdSetDepthWriteEnable_1124076172):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthWriteEnable" &
            " exists but with different size")
    PFN_vkCmdSetDepthWriteEnable
  else:
    PFN_vkCmdSetDepthWriteEnable_1124076172)
  VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077709 = (when declared(
      VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077708):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR
  else:
    VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077708)
  VkValidationCacheEXT_1124079245 = (when declared(VkValidationCacheEXT):
    when ownSizeof(VkValidationCacheEXT) != ownSizeof(VkValidationCacheEXT_1124079244):
      static :
        warning("Declaration of " & "VkValidationCacheEXT" &
            " exists but with different size")
    VkValidationCacheEXT
  else:
    VkValidationCacheEXT_1124079244)
  VkSubpassEndInfoKHR_1124077277 = (when declared(VkSubpassEndInfoKHR):
    when ownSizeof(VkSubpassEndInfoKHR) != ownSizeof(VkSubpassEndInfoKHR_1124077276):
      static :
        warning("Declaration of " & "VkSubpassEndInfoKHR" &
            " exists but with different size")
    VkSubpassEndInfoKHR
  else:
    VkSubpassEndInfoKHR_1124077276)
  VkHostImageCopyDevicePerformanceQuery_1124076331 = (when declared(
      VkHostImageCopyDevicePerformanceQuery):
    when ownSizeof(VkHostImageCopyDevicePerformanceQuery) !=
        ownSizeof(VkHostImageCopyDevicePerformanceQuery_1124076330):
      static :
        warning("Declaration of " & "VkHostImageCopyDevicePerformanceQuery" &
            " exists but with different size")
    VkHostImageCopyDevicePerformanceQuery
  else:
    VkHostImageCopyDevicePerformanceQuery_1124076330)
  VkTileMemorySizeInfoQCOM_1124081941 = (when declared(VkTileMemorySizeInfoQCOM):
    when ownSizeof(VkTileMemorySizeInfoQCOM) !=
        ownSizeof(VkTileMemorySizeInfoQCOM_1124081940):
      static :
        warning("Declaration of " & "VkTileMemorySizeInfoQCOM" &
            " exists but with different size")
    VkTileMemorySizeInfoQCOM
  else:
    VkTileMemorySizeInfoQCOM_1124081940)
  VkFilterCubicImageViewImageFormatPropertiesEXT_1124079491 = (when declared(
      VkFilterCubicImageViewImageFormatPropertiesEXT):
    when ownSizeof(VkFilterCubicImageViewImageFormatPropertiesEXT) !=
        ownSizeof(VkFilterCubicImageViewImageFormatPropertiesEXT_1124079490):
      static :
        warning("Declaration of " &
            "VkFilterCubicImageViewImageFormatPropertiesEXT" &
            " exists but with different size")
    VkFilterCubicImageViewImageFormatPropertiesEXT
  else:
    VkFilterCubicImageViewImageFormatPropertiesEXT_1124079490)
  struct_VkSubresourceLayout2_1124076273 = (when declared(
      struct_VkSubresourceLayout2):
    when ownSizeof(struct_VkSubresourceLayout2) !=
        ownSizeof(struct_VkSubresourceLayout2_1124076272):
      static :
        warning("Declaration of " & "struct_VkSubresourceLayout2" &
            " exists but with different size")
    struct_VkSubresourceLayout2
  else:
    struct_VkSubresourceLayout2_1124076272)
  VkDeviceMemoryReportCallbackDataEXT_1124080145 = (when declared(
      VkDeviceMemoryReportCallbackDataEXT):
    when ownSizeof(VkDeviceMemoryReportCallbackDataEXT) !=
        ownSizeof(VkDeviceMemoryReportCallbackDataEXT_1124080144):
      static :
        warning("Declaration of " & "VkDeviceMemoryReportCallbackDataEXT" &
            " exists but with different size")
    VkDeviceMemoryReportCallbackDataEXT
  else:
    VkDeviceMemoryReportCallbackDataEXT_1124080144)
  VkBuildMicromapFlagsEXT_1124080801 = (when declared(VkBuildMicromapFlagsEXT):
    when ownSizeof(VkBuildMicromapFlagsEXT) !=
        ownSizeof(VkBuildMicromapFlagsEXT_1124080800):
      static :
        warning("Declaration of " & "VkBuildMicromapFlagsEXT" &
            " exists but with different size")
    VkBuildMicromapFlagsEXT
  else:
    VkBuildMicromapFlagsEXT_1124080800)
  VkVideoEncodeAV1DpbSlotInfoKHR_1124078295 = (when declared(
      VkVideoEncodeAV1DpbSlotInfoKHR):
    when ownSizeof(VkVideoEncodeAV1DpbSlotInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1DpbSlotInfoKHR_1124078294):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1DpbSlotInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1DpbSlotInfoKHR
  else:
    VkVideoEncodeAV1DpbSlotInfoKHR_1124078294)
  VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079159 = (when declared(
      VkPhysicalDeviceSampleLocationsPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceSampleLocationsPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079158):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSampleLocationsPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceSampleLocationsPropertiesEXT
  else:
    VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079158)
  struct_VkCudaModuleCreateInfoNV_1124082845 = (when declared(
      struct_VkCudaModuleCreateInfoNV):
    when ownSizeof(struct_VkCudaModuleCreateInfoNV) !=
        ownSizeof(struct_VkCudaModuleCreateInfoNV_1124082844):
      static :
        warning("Declaration of " & "struct_VkCudaModuleCreateInfoNV" &
            " exists but with different size")
    struct_VkCudaModuleCreateInfoNV
  else:
    struct_VkCudaModuleCreateInfoNV_1124082844)
  VkShaderInfoTypeAMD_1124078801 = (when declared(VkShaderInfoTypeAMD):
    when ownSizeof(VkShaderInfoTypeAMD) != ownSizeof(VkShaderInfoTypeAMD_1124078800):
      static :
        warning("Declaration of " & "VkShaderInfoTypeAMD" &
            " exists but with different size")
    VkShaderInfoTypeAMD
  else:
    VkShaderInfoTypeAMD_1124078800)
  struct_VkSparseBufferMemoryBindInfo_1124074585 = (when declared(
      struct_VkSparseBufferMemoryBindInfo):
    when ownSizeof(struct_VkSparseBufferMemoryBindInfo) !=
        ownSizeof(struct_VkSparseBufferMemoryBindInfo_1124074584):
      static :
        warning("Declaration of " & "struct_VkSparseBufferMemoryBindInfo" &
            " exists but with different size")
    struct_VkSparseBufferMemoryBindInfo
  else:
    struct_VkSparseBufferMemoryBindInfo_1124074584)
  struct_VkDebugUtilsLabelEXT_1124079071 = (when declared(
      struct_VkDebugUtilsLabelEXT):
    when ownSizeof(struct_VkDebugUtilsLabelEXT) !=
        ownSizeof(struct_VkDebugUtilsLabelEXT_1124079070):
      static :
        warning("Declaration of " & "struct_VkDebugUtilsLabelEXT" &
            " exists but with different size")
    struct_VkDebugUtilsLabelEXT
  else:
    struct_VkDebugUtilsLabelEXT_1124079070)
  struct_VkSurfaceCapabilitiesKHR_1124076489 = (when declared(
      struct_VkSurfaceCapabilitiesKHR):
    when ownSizeof(struct_VkSurfaceCapabilitiesKHR) !=
        ownSizeof(struct_VkSurfaceCapabilitiesKHR_1124076488):
      static :
        warning("Declaration of " & "struct_VkSurfaceCapabilitiesKHR" &
            " exists but with different size")
    struct_VkSurfaceCapabilitiesKHR
  else:
    struct_VkSurfaceCapabilitiesKHR_1124076488)
  VkDebugMarkerObjectTagInfoEXT_1124078693 = (when declared(
      VkDebugMarkerObjectTagInfoEXT):
    when ownSizeof(VkDebugMarkerObjectTagInfoEXT) !=
        ownSizeof(VkDebugMarkerObjectTagInfoEXT_1124078692):
      static :
        warning("Declaration of " & "VkDebugMarkerObjectTagInfoEXT" &
            " exists but with different size")
    VkDebugMarkerObjectTagInfoEXT
  else:
    VkDebugMarkerObjectTagInfoEXT_1124078692)
  VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082003 = (when declared(
      VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV):
    when ownSizeof(VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082002):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV
  else:
    VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082002)
  VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082601 = (when declared(
      VkPhysicalDeviceRayTracingPipelineFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceRayTracingPipelineFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082600):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingPipelineFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingPipelineFeaturesKHR
  else:
    VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082600)
  VkSparseBufferMemoryBindInfo_1124074587 = (when declared(
      VkSparseBufferMemoryBindInfo):
    when ownSizeof(VkSparseBufferMemoryBindInfo) !=
        ownSizeof(VkSparseBufferMemoryBindInfo_1124074586):
      static :
        warning("Declaration of " & "VkSparseBufferMemoryBindInfo" &
            " exists but with different size")
    VkSparseBufferMemoryBindInfo
  else:
    VkSparseBufferMemoryBindInfo_1124074586)
  enum_VkResolveImageFlagBitsKHR_1124078627 = (when declared(
      enum_VkResolveImageFlagBitsKHR):
    when ownSizeof(enum_VkResolveImageFlagBitsKHR) !=
        ownSizeof(enum_VkResolveImageFlagBitsKHR_1124078626):
      static :
        warning("Declaration of " & "enum_VkResolveImageFlagBitsKHR" &
            " exists but with different size")
    enum_VkResolveImageFlagBitsKHR
  else:
    enum_VkResolveImageFlagBitsKHR_1124078626)
  struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079749 = (when declared(
      struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD):
    when ownSizeof(struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD) !=
        ownSizeof(struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079748):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD" &
            " exists but with different size")
    struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD
  else:
    struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079748)
  struct_VkMemoryRequirements_1124074577 = (when declared(
      struct_VkMemoryRequirements):
    when ownSizeof(struct_VkMemoryRequirements) !=
        ownSizeof(struct_VkMemoryRequirements_1124074576):
      static :
        warning("Declaration of " & "struct_VkMemoryRequirements" &
            " exists but with different size")
    struct_VkMemoryRequirements
  else:
    struct_VkMemoryRequirements_1124074576)
  VkFormatFeatureFlags2_1124075887 = (when declared(VkFormatFeatureFlags2):
    when ownSizeof(VkFormatFeatureFlags2) != ownSizeof(VkFormatFeatureFlags2_1124075886):
      static :
        warning("Declaration of " & "VkFormatFeatureFlags2" &
            " exists but with different size")
    VkFormatFeatureFlags2
  else:
    VkFormatFeatureFlags2_1124075886)
  VkExternalComputeQueueCreateInfoNV_1124081981 = (when declared(
      VkExternalComputeQueueCreateInfoNV):
    when ownSizeof(VkExternalComputeQueueCreateInfoNV) !=
        ownSizeof(VkExternalComputeQueueCreateInfoNV_1124081980):
      static :
        warning("Declaration of " & "VkExternalComputeQueueCreateInfoNV" &
            " exists but with different size")
    VkExternalComputeQueueCreateInfoNV
  else:
    VkExternalComputeQueueCreateInfoNV_1124081980)
  PFN_vkCreatePrivateDataSlot_1124076117 = (when declared(
      PFN_vkCreatePrivateDataSlot):
    when ownSizeof(PFN_vkCreatePrivateDataSlot) !=
        ownSizeof(PFN_vkCreatePrivateDataSlot_1124076116):
      static :
        warning("Declaration of " & "PFN_vkCreatePrivateDataSlot" &
            " exists but with different size")
    PFN_vkCreatePrivateDataSlot
  else:
    PFN_vkCreatePrivateDataSlot_1124076116)
  enum_VkDepthClampModeEXT_1124081509 = (when declared(enum_VkDepthClampModeEXT):
    when ownSizeof(enum_VkDepthClampModeEXT) !=
        ownSizeof(enum_VkDepthClampModeEXT_1124081508):
      static :
        warning("Declaration of " & "enum_VkDepthClampModeEXT" &
            " exists but with different size")
    enum_VkDepthClampModeEXT
  else:
    enum_VkDepthClampModeEXT_1124081508)
  struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081819 = (when declared(
      struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM):
    when ownSizeof(struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM) !=
        ownSizeof(struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081818):
      static :
        warning("Declaration of " &
            "struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM" &
            " exists but with different size")
    struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM
  else:
    struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081818)
  VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082213 = (when declared(
      VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082212):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT
  else:
    VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082212)
  VkPhysicalDeviceRayQueryFeaturesKHR_1124082625 = (when declared(
      VkPhysicalDeviceRayQueryFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceRayQueryFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceRayQueryFeaturesKHR_1124082624):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRayQueryFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceRayQueryFeaturesKHR
  else:
    VkPhysicalDeviceRayQueryFeaturesKHR_1124082624)
  struct_VkSpecializationMapEntry_1124074705 = (when declared(
      struct_VkSpecializationMapEntry):
    when ownSizeof(struct_VkSpecializationMapEntry) !=
        ownSizeof(struct_VkSpecializationMapEntry_1124074704):
      static :
        warning("Declaration of " & "struct_VkSpecializationMapEntry" &
            " exists but with different size")
    struct_VkSpecializationMapEntry
  else:
    struct_VkSpecializationMapEntry_1124074704)
  struct_VkClusterAccelerationStructureMoveObjectsInputNV_1124082069 = (when declared(
      struct_VkClusterAccelerationStructureMoveObjectsInputNV):
    when ownSizeof(struct_VkClusterAccelerationStructureMoveObjectsInputNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureMoveObjectsInputNV_1124082068):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureMoveObjectsInputNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureMoveObjectsInputNV
  else:
    struct_VkClusterAccelerationStructureMoveObjectsInputNV_1124082068)
  struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081083 = (when declared(
      struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV):
    when ownSizeof(struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV) !=
        ownSizeof(struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081082):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV
  else:
    struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081082)
  VkPhysicalDeviceFloat16Int8FeaturesKHR_1124077225 = (when declared(
      VkPhysicalDeviceFloat16Int8FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceFloat16Int8FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceFloat16Int8FeaturesKHR_1124077224):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFloat16Int8FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceFloat16Int8FeaturesKHR
  else:
    VkPhysicalDeviceFloat16Int8FeaturesKHR_1124077224)
  enum_VkPipelineColorBlendStateCreateFlagBits_1124074403 = (when declared(
      enum_VkPipelineColorBlendStateCreateFlagBits):
    when ownSizeof(enum_VkPipelineColorBlendStateCreateFlagBits) !=
        ownSizeof(enum_VkPipelineColorBlendStateCreateFlagBits_1124074402):
      static :
        warning("Declaration of " &
            "enum_VkPipelineColorBlendStateCreateFlagBits" &
            " exists but with different size")
    enum_VkPipelineColorBlendStateCreateFlagBits
  else:
    enum_VkPipelineColorBlendStateCreateFlagBits_1124074402)
  struct_VkPhysicalDeviceImageFormatInfo2_1124075349 = (when declared(
      struct_VkPhysicalDeviceImageFormatInfo2):
    when ownSizeof(struct_VkPhysicalDeviceImageFormatInfo2) !=
        ownSizeof(struct_VkPhysicalDeviceImageFormatInfo2_1124075348):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceImageFormatInfo2" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageFormatInfo2
  else:
    struct_VkPhysicalDeviceImageFormatInfo2_1124075348)
  VkPipelineVertexInputDivisorStateCreateInfoKHR_1124078351 = (when declared(
      VkPipelineVertexInputDivisorStateCreateInfoKHR):
    when ownSizeof(VkPipelineVertexInputDivisorStateCreateInfoKHR) !=
        ownSizeof(VkPipelineVertexInputDivisorStateCreateInfoKHR_1124078350):
      static :
        warning("Declaration of " &
            "VkPipelineVertexInputDivisorStateCreateInfoKHR" &
            " exists but with different size")
    VkPipelineVertexInputDivisorStateCreateInfoKHR
  else:
    VkPipelineVertexInputDivisorStateCreateInfoKHR_1124078350)
  VkRectLayerKHR_1124077231 = (when declared(VkRectLayerKHR):
    when ownSizeof(VkRectLayerKHR) != ownSizeof(VkRectLayerKHR_1124077230):
      static :
        warning("Declaration of " & "VkRectLayerKHR" &
            " exists but with different size")
    VkRectLayerKHR
  else:
    VkRectLayerKHR_1124077230)
  VkVideoEncodeRateControlModeFlagsKHR_1124077789 = (when declared(
      VkVideoEncodeRateControlModeFlagsKHR):
    when ownSizeof(VkVideoEncodeRateControlModeFlagsKHR) !=
        ownSizeof(VkVideoEncodeRateControlModeFlagsKHR_1124077788):
      static :
        warning("Declaration of " & "VkVideoEncodeRateControlModeFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeRateControlModeFlagsKHR
  else:
    VkVideoEncodeRateControlModeFlagsKHR_1124077788)
  VkQueueFamilyGlobalPriorityPropertiesEXT_1124080691 = (when declared(
      VkQueueFamilyGlobalPriorityPropertiesEXT):
    when ownSizeof(VkQueueFamilyGlobalPriorityPropertiesEXT) !=
        ownSizeof(VkQueueFamilyGlobalPriorityPropertiesEXT_1124080690):
      static :
        warning("Declaration of " & "VkQueueFamilyGlobalPriorityPropertiesEXT" &
            " exists but with different size")
    VkQueueFamilyGlobalPriorityPropertiesEXT
  else:
    VkQueueFamilyGlobalPriorityPropertiesEXT_1124080690)
  VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077821 = (when declared(
      VkQueryPoolVideoEncodeFeedbackCreateInfoKHR):
    when ownSizeof(VkQueryPoolVideoEncodeFeedbackCreateInfoKHR) !=
        ownSizeof(VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077820):
      static :
        warning("Declaration of " &
            "VkQueryPoolVideoEncodeFeedbackCreateInfoKHR" &
            " exists but with different size")
    VkQueryPoolVideoEncodeFeedbackCreateInfoKHR
  else:
    VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077820)
  VkGetLatencyMarkerInfoNV_1124081681 = (when declared(VkGetLatencyMarkerInfoNV):
    when ownSizeof(VkGetLatencyMarkerInfoNV) !=
        ownSizeof(VkGetLatencyMarkerInfoNV_1124081680):
      static :
        warning("Declaration of " & "VkGetLatencyMarkerInfoNV" &
            " exists but with different size")
    VkGetLatencyMarkerInfoNV
  else:
    VkGetLatencyMarkerInfoNV_1124081680)
  PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR_1124082615 = (when declared(
      PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR):
    when ownSizeof(PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR) !=
        ownSizeof(PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR_1124082614):
      static :
        warning("Declaration of " &
            "PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR" &
            " exists but with different size")
    PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR
  else:
    PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR_1124082614)
  VkPipelineDepthStencilStateCreateInfo_1124074823 = (when declared(
      VkPipelineDepthStencilStateCreateInfo):
    when ownSizeof(VkPipelineDepthStencilStateCreateInfo) !=
        ownSizeof(VkPipelineDepthStencilStateCreateInfo_1124074822):
      static :
        warning("Declaration of " & "VkPipelineDepthStencilStateCreateInfo" &
            " exists but with different size")
    VkPipelineDepthStencilStateCreateInfo
  else:
    VkPipelineDepthStencilStateCreateInfo_1124074822)
  VkSubresourceLayout2KHR_1124078011 = (when declared(VkSubresourceLayout2KHR):
    when ownSizeof(VkSubresourceLayout2KHR) !=
        ownSizeof(VkSubresourceLayout2KHR_1124078010):
      static :
        warning("Declaration of " & "VkSubresourceLayout2KHR" &
            " exists but with different size")
    VkSubresourceLayout2KHR
  else:
    VkSubresourceLayout2KHR_1124078010)
  struct_StdVideoH264SequenceParameterSetVui_1124083125 = (when declared(
      struct_StdVideoH264SequenceParameterSetVui):
    when ownSizeof(struct_StdVideoH264SequenceParameterSetVui) !=
        ownSizeof(struct_StdVideoH264SequenceParameterSetVui_1124083124):
      static :
        warning("Declaration of " & "struct_StdVideoH264SequenceParameterSetVui" &
            " exists but with different size")
    struct_StdVideoH264SequenceParameterSetVui
  else:
    struct_StdVideoH264SequenceParameterSetVui_1124083124)
  struct_StdVideoH265SequenceParameterSetVui_1124083167 = (when declared(
      struct_StdVideoH265SequenceParameterSetVui):
    when ownSizeof(struct_StdVideoH265SequenceParameterSetVui) !=
        ownSizeof(struct_StdVideoH265SequenceParameterSetVui_1124083166):
      static :
        warning("Declaration of " & "struct_StdVideoH265SequenceParameterSetVui" &
            " exists but with different size")
    struct_StdVideoH265SequenceParameterSetVui
  else:
    struct_StdVideoH265SequenceParameterSetVui_1124083166)
  VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080971 = (when declared(
      VkPhysicalDeviceRenderPassStripedFeaturesARM):
    when ownSizeof(VkPhysicalDeviceRenderPassStripedFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080970):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRenderPassStripedFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceRenderPassStripedFeaturesARM
  else:
    VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080970)
  struct_VkImageSwapchainCreateInfoKHR_1124076529 = (when declared(
      struct_VkImageSwapchainCreateInfoKHR):
    when ownSizeof(struct_VkImageSwapchainCreateInfoKHR) !=
        ownSizeof(struct_VkImageSwapchainCreateInfoKHR_1124076528):
      static :
        warning("Declaration of " & "struct_VkImageSwapchainCreateInfoKHR" &
            " exists but with different size")
    struct_VkImageSwapchainCreateInfoKHR
  else:
    struct_VkImageSwapchainCreateInfoKHR_1124076528)
  VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078507 = (when declared(
      VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078506):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR
  else:
    VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078506)
  PFN_vkCreateImageView_1124074993 = (when declared(PFN_vkCreateImageView):
    when ownSizeof(PFN_vkCreateImageView) != ownSizeof(PFN_vkCreateImageView_1124074992):
      static :
        warning("Declaration of " & "PFN_vkCreateImageView" &
            " exists but with different size")
    PFN_vkCreateImageView
  else:
    PFN_vkCreateImageView_1124074992)
  VkDescriptorSetLayoutCreateFlagBits_1124074369 = (when declared(
      VkDescriptorSetLayoutCreateFlagBits):
    when ownSizeof(VkDescriptorSetLayoutCreateFlagBits) !=
        ownSizeof(VkDescriptorSetLayoutCreateFlagBits_1124074368):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutCreateFlagBits" &
            " exists but with different size")
    VkDescriptorSetLayoutCreateFlagBits
  else:
    VkDescriptorSetLayoutCreateFlagBits_1124074368)
  PFN_vkCmdSetLineRasterizationModeEXT_1124081175 = (when declared(
      PFN_vkCmdSetLineRasterizationModeEXT):
    when ownSizeof(PFN_vkCmdSetLineRasterizationModeEXT) !=
        ownSizeof(PFN_vkCmdSetLineRasterizationModeEXT_1124081174):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLineRasterizationModeEXT" &
            " exists but with different size")
    PFN_vkCmdSetLineRasterizationModeEXT
  else:
    PFN_vkCmdSetLineRasterizationModeEXT_1124081174)
  VkVideoEncodeUsageInfoKHR_1124077825 = (when declared(
      VkVideoEncodeUsageInfoKHR):
    when ownSizeof(VkVideoEncodeUsageInfoKHR) !=
        ownSizeof(VkVideoEncodeUsageInfoKHR_1124077824):
      static :
        warning("Declaration of " & "VkVideoEncodeUsageInfoKHR" &
            " exists but with different size")
    VkVideoEncodeUsageInfoKHR
  else:
    VkVideoEncodeUsageInfoKHR_1124077824)
  enum_VkDeviceAddressBindingTypeEXT_1124080557 = (when declared(
      enum_VkDeviceAddressBindingTypeEXT):
    when ownSizeof(enum_VkDeviceAddressBindingTypeEXT) !=
        ownSizeof(enum_VkDeviceAddressBindingTypeEXT_1124080556):
      static :
        warning("Declaration of " & "enum_VkDeviceAddressBindingTypeEXT" &
            " exists but with different size")
    enum_VkDeviceAddressBindingTypeEXT
  else:
    enum_VkDeviceAddressBindingTypeEXT_1124080556)
  VkPhysicalDeviceVariablePointerFeaturesKHR_1124077419 = (when declared(
      VkPhysicalDeviceVariablePointerFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVariablePointerFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVariablePointerFeaturesKHR_1124077418):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVariablePointerFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVariablePointerFeaturesKHR
  else:
    VkPhysicalDeviceVariablePointerFeaturesKHR_1124077418)
  VkExternalMemoryHandleTypeFlagsKHR_1124077141 = (when declared(
      VkExternalMemoryHandleTypeFlagsKHR):
    when ownSizeof(VkExternalMemoryHandleTypeFlagsKHR) !=
        ownSizeof(VkExternalMemoryHandleTypeFlagsKHR_1124077140):
      static :
        warning("Declaration of " & "VkExternalMemoryHandleTypeFlagsKHR" &
            " exists but with different size")
    VkExternalMemoryHandleTypeFlagsKHR
  else:
    VkExternalMemoryHandleTypeFlagsKHR_1124077140)
  struct_VkRayTracingShaderGroupCreateInfoNV_1124079385 = (when declared(
      struct_VkRayTracingShaderGroupCreateInfoNV):
    when ownSizeof(struct_VkRayTracingShaderGroupCreateInfoNV) !=
        ownSizeof(struct_VkRayTracingShaderGroupCreateInfoNV_1124079384):
      static :
        warning("Declaration of " & "struct_VkRayTracingShaderGroupCreateInfoNV" &
            " exists but with different size")
    struct_VkRayTracingShaderGroupCreateInfoNV
  else:
    struct_VkRayTracingShaderGroupCreateInfoNV_1124079384)
  VkDeviceGroupRenderPassBeginInfo_1124075505 = (when declared(
      VkDeviceGroupRenderPassBeginInfo):
    when ownSizeof(VkDeviceGroupRenderPassBeginInfo) !=
        ownSizeof(VkDeviceGroupRenderPassBeginInfo_1124075504):
      static :
        warning("Declaration of " & "VkDeviceGroupRenderPassBeginInfo" &
            " exists but with different size")
    VkDeviceGroupRenderPassBeginInfo
  else:
    VkDeviceGroupRenderPassBeginInfo_1124075504)
  enum_VkConservativeRasterizationModeEXT_1124079015 = (when declared(
      enum_VkConservativeRasterizationModeEXT):
    when ownSizeof(enum_VkConservativeRasterizationModeEXT) !=
        ownSizeof(enum_VkConservativeRasterizationModeEXT_1124079014):
      static :
        warning("Declaration of " & "enum_VkConservativeRasterizationModeEXT" &
            " exists but with different size")
    enum_VkConservativeRasterizationModeEXT
  else:
    enum_VkConservativeRasterizationModeEXT_1124079014)
  VkDisplayKHR_1124076571 = (when declared(VkDisplayKHR):
    when ownSizeof(VkDisplayKHR) != ownSizeof(VkDisplayKHR_1124076570):
      static :
        warning("Declaration of " & "VkDisplayKHR" &
            " exists but with different size")
    VkDisplayKHR
  else:
    VkDisplayKHR_1124076570)
  VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081999 = (when declared(
      VkPhysicalDeviceCommandBufferInheritanceFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCommandBufferInheritanceFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081998):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCommandBufferInheritanceFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCommandBufferInheritanceFeaturesNV
  else:
    VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081998)
  VkExternalMemoryFeatureFlags_1124075219 = (when declared(
      VkExternalMemoryFeatureFlags):
    when ownSizeof(VkExternalMemoryFeatureFlags) !=
        ownSizeof(VkExternalMemoryFeatureFlags_1124075218):
      static :
        warning("Declaration of " & "VkExternalMemoryFeatureFlags" &
            " exists but with different size")
    VkExternalMemoryFeatureFlags
  else:
    VkExternalMemoryFeatureFlags_1124075218)
  PFN_vkCreateDescriptorPool_1124075081 = (when declared(
      PFN_vkCreateDescriptorPool):
    when ownSizeof(PFN_vkCreateDescriptorPool) !=
        ownSizeof(PFN_vkCreateDescriptorPool_1124075080):
      static :
        warning("Declaration of " & "PFN_vkCreateDescriptorPool" &
            " exists but with different size")
    PFN_vkCreateDescriptorPool
  else:
    PFN_vkCreateDescriptorPool_1124075080)
  VkMemoryDecompressionMethodFlagBitsEXT_1124081021 = (when declared(
      VkMemoryDecompressionMethodFlagBitsEXT):
    when ownSizeof(VkMemoryDecompressionMethodFlagBitsEXT) !=
        ownSizeof(VkMemoryDecompressionMethodFlagBitsEXT_1124081020):
      static :
        warning("Declaration of " & "VkMemoryDecompressionMethodFlagBitsEXT" &
            " exists but with different size")
    VkMemoryDecompressionMethodFlagBitsEXT
  else:
    VkMemoryDecompressionMethodFlagBitsEXT_1124081020)
  VkSampler_1124073987 = (when declared(VkSampler):
    when ownSizeof(VkSampler) != ownSizeof(VkSampler_1124073986):
      static :
        warning("Declaration of " & "VkSampler" &
            " exists but with different size")
    VkSampler
  else:
    VkSampler_1124073986)
  struct_VkDeviceDeviceMemoryReportCreateInfoEXT_1124080149 = (when declared(
      struct_VkDeviceDeviceMemoryReportCreateInfoEXT):
    when ownSizeof(struct_VkDeviceDeviceMemoryReportCreateInfoEXT) !=
        ownSizeof(struct_VkDeviceDeviceMemoryReportCreateInfoEXT_1124080148):
      static :
        warning("Declaration of " &
            "struct_VkDeviceDeviceMemoryReportCreateInfoEXT" &
            " exists but with different size")
    struct_VkDeviceDeviceMemoryReportCreateInfoEXT
  else:
    struct_VkDeviceDeviceMemoryReportCreateInfoEXT_1124080148)
  PFN_vkEnumerateDeviceExtensionProperties_1124074921 = (when declared(
      PFN_vkEnumerateDeviceExtensionProperties):
    when ownSizeof(PFN_vkEnumerateDeviceExtensionProperties) !=
        ownSizeof(PFN_vkEnumerateDeviceExtensionProperties_1124074920):
      static :
        warning("Declaration of " & "PFN_vkEnumerateDeviceExtensionProperties" &
            " exists but with different size")
    PFN_vkEnumerateDeviceExtensionProperties
  else:
    PFN_vkEnumerateDeviceExtensionProperties_1124074920)
  StdVideoH264LevelIdc_1124076827 = (when declared(StdVideoH264LevelIdc):
    when ownSizeof(StdVideoH264LevelIdc) != ownSizeof(StdVideoH264LevelIdc_1124076826):
      static :
        warning("Declaration of " & "StdVideoH264LevelIdc" &
            " exists but with different size")
    StdVideoH264LevelIdc
  else:
    StdVideoH264LevelIdc_1124076826)
  VkAttachmentDescriptionStencilLayoutKHR_1124077665 = (when declared(
      VkAttachmentDescriptionStencilLayoutKHR):
    when ownSizeof(VkAttachmentDescriptionStencilLayoutKHR) !=
        ownSizeof(VkAttachmentDescriptionStencilLayoutKHR_1124077664):
      static :
        warning("Declaration of " & "VkAttachmentDescriptionStencilLayoutKHR" &
            " exists but with different size")
    VkAttachmentDescriptionStencilLayoutKHR
  else:
    VkAttachmentDescriptionStencilLayoutKHR_1124077664)
  VkOpticalFlowSessionBindingPointNV_1124081411 = (when declared(
      VkOpticalFlowSessionBindingPointNV):
    when ownSizeof(VkOpticalFlowSessionBindingPointNV) !=
        ownSizeof(VkOpticalFlowSessionBindingPointNV_1124081410):
      static :
        warning("Declaration of " & "VkOpticalFlowSessionBindingPointNV" &
            " exists but with different size")
    VkOpticalFlowSessionBindingPointNV
  else:
    VkOpticalFlowSessionBindingPointNV_1124081410)
  VkPipelineRobustnessBufferBehaviorEXT_1124078861 = (when declared(
      VkPipelineRobustnessBufferBehaviorEXT):
    when ownSizeof(VkPipelineRobustnessBufferBehaviorEXT) !=
        ownSizeof(VkPipelineRobustnessBufferBehaviorEXT_1124078860):
      static :
        warning("Declaration of " & "VkPipelineRobustnessBufferBehaviorEXT" &
            " exists but with different size")
    VkPipelineRobustnessBufferBehaviorEXT
  else:
    VkPipelineRobustnessBufferBehaviorEXT_1124078860)
  struct_StdVideoEncodeH265ReferenceListsInfo_1124083183 = (when declared(
      struct_StdVideoEncodeH265ReferenceListsInfo):
    when ownSizeof(struct_StdVideoEncodeH265ReferenceListsInfo) !=
        ownSizeof(struct_StdVideoEncodeH265ReferenceListsInfo_1124083182):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH265ReferenceListsInfo" &
            " exists but with different size")
    struct_StdVideoEncodeH265ReferenceListsInfo
  else:
    struct_StdVideoEncodeH265ReferenceListsInfo_1124083182)
  VkImportFenceFdInfoKHR_1124077315 = (when declared(VkImportFenceFdInfoKHR):
    when ownSizeof(VkImportFenceFdInfoKHR) != ownSizeof(VkImportFenceFdInfoKHR_1124077314):
      static :
        warning("Declaration of " & "VkImportFenceFdInfoKHR" &
            " exists but with different size")
    VkImportFenceFdInfoKHR
  else:
    VkImportFenceFdInfoKHR_1124077314)
  struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077909 = (when declared(
      struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077908):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077908)
  struct_StdVideoEncodeH265WeightTableFlags_1124083335 = (when declared(
      struct_StdVideoEncodeH265WeightTableFlags):
    when ownSizeof(struct_StdVideoEncodeH265WeightTableFlags) !=
        ownSizeof(struct_StdVideoEncodeH265WeightTableFlags_1124083334):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH265WeightTableFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH265WeightTableFlags
  else:
    struct_StdVideoEncodeH265WeightTableFlags_1124083334)
  VkDeviceGroupPresentInfoKHR_1124076547 = (when declared(
      VkDeviceGroupPresentInfoKHR):
    when ownSizeof(VkDeviceGroupPresentInfoKHR) !=
        ownSizeof(VkDeviceGroupPresentInfoKHR_1124076546):
      static :
        warning("Declaration of " & "VkDeviceGroupPresentInfoKHR" &
            " exists but with different size")
    VkDeviceGroupPresentInfoKHR
  else:
    VkDeviceGroupPresentInfoKHR_1124076546)
  struct_StdVideoH264SpsVuiFlags_1124083309 = (when declared(
      struct_StdVideoH264SpsVuiFlags):
    when ownSizeof(struct_StdVideoH264SpsVuiFlags) !=
        ownSizeof(struct_StdVideoH264SpsVuiFlags_1124083308):
      static :
        warning("Declaration of " & "struct_StdVideoH264SpsVuiFlags" &
            " exists but with different size")
    struct_StdVideoH264SpsVuiFlags
  else:
    struct_StdVideoH264SpsVuiFlags_1124083308)
  struct_VkImageSubresourceLayers_1124074669 = (when declared(
      struct_VkImageSubresourceLayers):
    when ownSizeof(struct_VkImageSubresourceLayers) !=
        ownSizeof(struct_VkImageSubresourceLayers_1124074668):
      static :
        warning("Declaration of " & "struct_VkImageSubresourceLayers" &
            " exists but with different size")
    struct_VkImageSubresourceLayers
  else:
    struct_VkImageSubresourceLayers_1124074668)
  enum_VkDeviceAddressBindingFlagBitsEXT_1124080561 = (when declared(
      enum_VkDeviceAddressBindingFlagBitsEXT):
    when ownSizeof(enum_VkDeviceAddressBindingFlagBitsEXT) !=
        ownSizeof(enum_VkDeviceAddressBindingFlagBitsEXT_1124080560):
      static :
        warning("Declaration of " & "enum_VkDeviceAddressBindingFlagBitsEXT" &
            " exists but with different size")
    enum_VkDeviceAddressBindingFlagBitsEXT
  else:
    enum_VkDeviceAddressBindingFlagBitsEXT_1124080560)
  VkPhysicalDeviceExternalFenceInfoKHR_1124077301 = (when declared(
      VkPhysicalDeviceExternalFenceInfoKHR):
    when ownSizeof(VkPhysicalDeviceExternalFenceInfoKHR) !=
        ownSizeof(VkPhysicalDeviceExternalFenceInfoKHR_1124077300):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalFenceInfoKHR" &
            " exists but with different size")
    VkPhysicalDeviceExternalFenceInfoKHR
  else:
    VkPhysicalDeviceExternalFenceInfoKHR_1124077300)
  VkQueueFamilyQueryResultStatusPropertiesKHR_1124076689 = (when declared(
      VkQueueFamilyQueryResultStatusPropertiesKHR):
    when ownSizeof(VkQueueFamilyQueryResultStatusPropertiesKHR) !=
        ownSizeof(VkQueueFamilyQueryResultStatusPropertiesKHR_1124076688):
      static :
        warning("Declaration of " &
            "VkQueueFamilyQueryResultStatusPropertiesKHR" &
            " exists but with different size")
    VkQueueFamilyQueryResultStatusPropertiesKHR
  else:
    VkQueueFamilyQueryResultStatusPropertiesKHR_1124076688)
  PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM_1124081381 = (when declared(
      PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM):
    when ownSizeof(PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM) !=
        ownSizeof(PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM_1124081380):
      static :
        warning("Declaration of " &
            "PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM" &
            " exists but with different size")
    PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM
  else:
    PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM_1124081380)
  struct_VkDisplayModePropertiesKHR_1124076593 = (when declared(
      struct_VkDisplayModePropertiesKHR):
    when ownSizeof(struct_VkDisplayModePropertiesKHR) !=
        ownSizeof(struct_VkDisplayModePropertiesKHR_1124076592):
      static :
        warning("Declaration of " & "struct_VkDisplayModePropertiesKHR" &
            " exists but with different size")
    struct_VkDisplayModePropertiesKHR
  else:
    struct_VkDisplayModePropertiesKHR_1124076592)
  PFN_vkCmdBuildClusterAccelerationStructureIndirectNV_1124082131 = (when declared(
      PFN_vkCmdBuildClusterAccelerationStructureIndirectNV):
    when ownSizeof(PFN_vkCmdBuildClusterAccelerationStructureIndirectNV) !=
        ownSizeof(PFN_vkCmdBuildClusterAccelerationStructureIndirectNV_1124082130):
      static :
        warning("Declaration of " &
            "PFN_vkCmdBuildClusterAccelerationStructureIndirectNV" &
            " exists but with different size")
    PFN_vkCmdBuildClusterAccelerationStructureIndirectNV
  else:
    PFN_vkCmdBuildClusterAccelerationStructureIndirectNV_1124082130)
  PFN_vkResetDescriptorPool_1124075085 = (when declared(
      PFN_vkResetDescriptorPool):
    when ownSizeof(PFN_vkResetDescriptorPool) !=
        ownSizeof(PFN_vkResetDescriptorPool_1124075084):
      static :
        warning("Declaration of " & "PFN_vkResetDescriptorPool" &
            " exists but with different size")
    PFN_vkResetDescriptorPool
  else:
    PFN_vkResetDescriptorPool_1124075084)
  struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080905 = (when declared(
      struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080904):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT
  else:
    struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080904)
  VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080263 = (when declared(
      VkPhysicalDeviceDescriptorBufferPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceDescriptorBufferPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080262):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorBufferPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorBufferPropertiesEXT
  else:
    VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080262)
  enum_VkPerformanceValueTypeINTEL_1124079645 = (when declared(
      enum_VkPerformanceValueTypeINTEL):
    when ownSizeof(enum_VkPerformanceValueTypeINTEL) !=
        ownSizeof(enum_VkPerformanceValueTypeINTEL_1124079644):
      static :
        warning("Declaration of " & "enum_VkPerformanceValueTypeINTEL" &
            " exists but with different size")
    enum_VkPerformanceValueTypeINTEL
  else:
    enum_VkPerformanceValueTypeINTEL_1124079644)
  VkPhysicalDeviceMaintenance4FeaturesKHR_1124077973 = (when declared(
      VkPhysicalDeviceMaintenance4FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance4FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance4FeaturesKHR_1124077972):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance4FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance4FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance4FeaturesKHR_1124077972)
  struct_VkVideoDecodeH265SessionParametersAddInfoKHR_1124077537 = (when declared(
      struct_VkVideoDecodeH265SessionParametersAddInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH265SessionParametersAddInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH265SessionParametersAddInfoKHR_1124077536):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeH265SessionParametersAddInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265SessionParametersAddInfoKHR
  else:
    struct_VkVideoDecodeH265SessionParametersAddInfoKHR_1124077536)
  PFN_vkBeginCommandBuffer_1124075007 = (when declared(PFN_vkBeginCommandBuffer):
    when ownSizeof(PFN_vkBeginCommandBuffer) !=
        ownSizeof(PFN_vkBeginCommandBuffer_1124075006):
      static :
        warning("Declaration of " & "PFN_vkBeginCommandBuffer" &
            " exists but with different size")
    PFN_vkBeginCommandBuffer
  else:
    PFN_vkBeginCommandBuffer_1124075006)
  VkPresentScalingFlagBitsKHR_1124078117 = (when declared(
      VkPresentScalingFlagBitsKHR):
    when ownSizeof(VkPresentScalingFlagBitsKHR) !=
        ownSizeof(VkPresentScalingFlagBitsKHR_1124078116):
      static :
        warning("Declaration of " & "VkPresentScalingFlagBitsKHR" &
            " exists but with different size")
    VkPresentScalingFlagBitsKHR
  else:
    VkPresentScalingFlagBitsKHR_1124078116)
  PFN_vkGetPerformanceParameterINTEL_1124079699 = (when declared(
      PFN_vkGetPerformanceParameterINTEL):
    when ownSizeof(PFN_vkGetPerformanceParameterINTEL) !=
        ownSizeof(PFN_vkGetPerformanceParameterINTEL_1124079698):
      static :
        warning("Declaration of " & "PFN_vkGetPerformanceParameterINTEL" &
            " exists but with different size")
    PFN_vkGetPerformanceParameterINTEL
  else:
    PFN_vkGetPerformanceParameterINTEL_1124079698)
  VkDebugUtilsMessengerCreateInfoEXT_1124079087 = (when declared(
      VkDebugUtilsMessengerCreateInfoEXT):
    when ownSizeof(VkDebugUtilsMessengerCreateInfoEXT) !=
        ownSizeof(VkDebugUtilsMessengerCreateInfoEXT_1124079086):
      static :
        warning("Declaration of " & "VkDebugUtilsMessengerCreateInfoEXT" &
            " exists but with different size")
    VkDebugUtilsMessengerCreateInfoEXT
  else:
    VkDebugUtilsMessengerCreateInfoEXT_1124079086)
  VkMemoryDecompressionMethodFlagBitsNV_1124081023 = (when declared(
      VkMemoryDecompressionMethodFlagBitsNV):
    when ownSizeof(VkMemoryDecompressionMethodFlagBitsNV) !=
        ownSizeof(VkMemoryDecompressionMethodFlagBitsNV_1124081022):
      static :
        warning("Declaration of " & "VkMemoryDecompressionMethodFlagBitsNV" &
            " exists but with different size")
    VkMemoryDecompressionMethodFlagBitsNV
  else:
    VkMemoryDecompressionMethodFlagBitsNV_1124081022)
  VkImageCompressionFixedRateFlagsEXT_1124080455 = (when declared(
      VkImageCompressionFixedRateFlagsEXT):
    when ownSizeof(VkImageCompressionFixedRateFlagsEXT) !=
        ownSizeof(VkImageCompressionFixedRateFlagsEXT_1124080454):
      static :
        warning("Declaration of " & "VkImageCompressionFixedRateFlagsEXT" &
            " exists but with different size")
    VkImageCompressionFixedRateFlagsEXT
  else:
    VkImageCompressionFixedRateFlagsEXT_1124080454)
  VkBuildMicromapModeEXT_1124080775 = (when declared(VkBuildMicromapModeEXT):
    when ownSizeof(VkBuildMicromapModeEXT) != ownSizeof(VkBuildMicromapModeEXT_1124080774):
      static :
        warning("Declaration of " & "VkBuildMicromapModeEXT" &
            " exists but with different size")
    VkBuildMicromapModeEXT
  else:
    VkBuildMicromapModeEXT_1124080774)
  VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080725 = (when declared(
      VkVideoEncodeSessionRgbConversionCreateInfoVALVE):
    when ownSizeof(VkVideoEncodeSessionRgbConversionCreateInfoVALVE) !=
        ownSizeof(VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080724):
      static :
        warning("Declaration of " &
            "VkVideoEncodeSessionRgbConversionCreateInfoVALVE" &
            " exists but with different size")
    VkVideoEncodeSessionRgbConversionCreateInfoVALVE
  else:
    VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080724)
  PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT_1124078423 = (when declared(
      PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT):
    when ownSizeof(PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT) !=
        ownSizeof(PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT_1124078422):
      static :
        warning("Declaration of " &
            "PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT" &
            " exists but with different size")
    PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT
  else:
    PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT_1124078422)
  struct_StdVideoDecodeAV1ReferenceInfoFlags_1124083227 = (when declared(
      struct_StdVideoDecodeAV1ReferenceInfoFlags):
    when ownSizeof(struct_StdVideoDecodeAV1ReferenceInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeAV1ReferenceInfoFlags_1124083226):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeAV1ReferenceInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeAV1ReferenceInfoFlags
  else:
    struct_StdVideoDecodeAV1ReferenceInfoFlags_1124083226)
  VkDescriptorPoolCreateInfo_1124074751 = (when declared(
      VkDescriptorPoolCreateInfo):
    when ownSizeof(VkDescriptorPoolCreateInfo) !=
        ownSizeof(VkDescriptorPoolCreateInfo_1124074750):
      static :
        warning("Declaration of " & "VkDescriptorPoolCreateInfo" &
            " exists but with different size")
    VkDescriptorPoolCreateInfo
  else:
    VkDescriptorPoolCreateInfo_1124074750)
  struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078589 = (when declared(
      struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078588):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR
  else:
    struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078588)
  struct_VkPhysicalDeviceProtectedMemoryProperties_1124075377 = (when declared(
      struct_VkPhysicalDeviceProtectedMemoryProperties):
    when ownSizeof(struct_VkPhysicalDeviceProtectedMemoryProperties) !=
        ownSizeof(struct_VkPhysicalDeviceProtectedMemoryProperties_1124075376):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceProtectedMemoryProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceProtectedMemoryProperties
  else:
    struct_VkPhysicalDeviceProtectedMemoryProperties_1124075376)
  VkPhysicalDeviceFormatPackFeaturesARM_1124082405 = (when declared(
      VkPhysicalDeviceFormatPackFeaturesARM):
    when ownSizeof(VkPhysicalDeviceFormatPackFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceFormatPackFeaturesARM_1124082404):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFormatPackFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceFormatPackFeaturesARM
  else:
    VkPhysicalDeviceFormatPackFeaturesARM_1124082404)
  VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081035 = (when declared(
      VkPhysicalDeviceMemoryDecompressionFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMemoryDecompressionFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081034):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMemoryDecompressionFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMemoryDecompressionFeaturesEXT
  else:
    VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081034)
  VkShaderResourceUsageAMD_1124078805 = (when declared(VkShaderResourceUsageAMD):
    when ownSizeof(VkShaderResourceUsageAMD) !=
        ownSizeof(VkShaderResourceUsageAMD_1124078804):
      static :
        warning("Declaration of " & "VkShaderResourceUsageAMD" &
            " exists but with different size")
    VkShaderResourceUsageAMD
  else:
    VkShaderResourceUsageAMD_1124078804)
  enum_StdVideoH264SliceType_1124083133 = (when declared(
      enum_StdVideoH264SliceType):
    when ownSizeof(enum_StdVideoH264SliceType) !=
        ownSizeof(enum_StdVideoH264SliceType_1124083132):
      static :
        warning("Declaration of " & "enum_StdVideoH264SliceType" &
            " exists but with different size")
    enum_StdVideoH264SliceType
  else:
    enum_StdVideoH264SliceType_1124083132)
  VkPhysicalDeviceFeatures2KHR_1124077071 = (when declared(
      VkPhysicalDeviceFeatures2KHR):
    when ownSizeof(VkPhysicalDeviceFeatures2KHR) !=
        ownSizeof(VkPhysicalDeviceFeatures2KHR_1124077070):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFeatures2KHR" &
            " exists but with different size")
    VkPhysicalDeviceFeatures2KHR
  else:
    VkPhysicalDeviceFeatures2KHR_1124077070)
  VkDescriptorSetLayoutHostMappingInfoVALVE_1124080957 = (when declared(
      VkDescriptorSetLayoutHostMappingInfoVALVE):
    when ownSizeof(VkDescriptorSetLayoutHostMappingInfoVALVE) !=
        ownSizeof(VkDescriptorSetLayoutHostMappingInfoVALVE_1124080956):
      static :
        warning("Declaration of " & "VkDescriptorSetLayoutHostMappingInfoVALVE" &
            " exists but with different size")
    VkDescriptorSetLayoutHostMappingInfoVALVE
  else:
    VkDescriptorSetLayoutHostMappingInfoVALVE_1124080956)
  VkExtent2D_1124074443 = (when declared(VkExtent2D):
    when ownSizeof(VkExtent2D) != ownSizeof(VkExtent2D_1124074442):
      static :
        warning("Declaration of " & "VkExtent2D" &
            " exists but with different size")
    VkExtent2D
  else:
    VkExtent2D_1124074442)
  struct_VkSurfaceFullScreenExclusiveInfoEXT_1124082745 = (when declared(
      struct_VkSurfaceFullScreenExclusiveInfoEXT):
    when ownSizeof(struct_VkSurfaceFullScreenExclusiveInfoEXT) !=
        ownSizeof(struct_VkSurfaceFullScreenExclusiveInfoEXT_1124082744):
      static :
        warning("Declaration of " & "struct_VkSurfaceFullScreenExclusiveInfoEXT" &
            " exists but with different size")
    struct_VkSurfaceFullScreenExclusiveInfoEXT
  else:
    struct_VkSurfaceFullScreenExclusiveInfoEXT_1124082744)
  VkQueryControlFlagBits_1124074303 = (when declared(VkQueryControlFlagBits):
    when ownSizeof(VkQueryControlFlagBits) != ownSizeof(VkQueryControlFlagBits_1124074302):
      static :
        warning("Declaration of " & "VkQueryControlFlagBits" &
            " exists but with different size")
    VkQueryControlFlagBits
  else:
    VkQueryControlFlagBits_1124074302)
  VkGraphicsPipelineLibraryFlagBitsEXT_1124080341 = (when declared(
      VkGraphicsPipelineLibraryFlagBitsEXT):
    when ownSizeof(VkGraphicsPipelineLibraryFlagBitsEXT) !=
        ownSizeof(VkGraphicsPipelineLibraryFlagBitsEXT_1124080340):
      static :
        warning("Declaration of " & "VkGraphicsPipelineLibraryFlagBitsEXT" &
            " exists but with different size")
    VkGraphicsPipelineLibraryFlagBitsEXT
  else:
    VkGraphicsPipelineLibraryFlagBitsEXT_1124080340)
  VkConditionalRenderingFlagsEXT_1124078875 = (when declared(
      VkConditionalRenderingFlagsEXT):
    when ownSizeof(VkConditionalRenderingFlagsEXT) !=
        ownSizeof(VkConditionalRenderingFlagsEXT_1124078874):
      static :
        warning("Declaration of " & "VkConditionalRenderingFlagsEXT" &
            " exists but with different size")
    VkConditionalRenderingFlagsEXT
  else:
    VkConditionalRenderingFlagsEXT_1124078874)
  struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078207 = (when declared(
      struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078206):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR
  else:
    struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078206)
  PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR_1124082783 = (when declared(
      PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR_1124082782):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR
  else:
    PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR_1124082782)
  VkDeviceQueueGlobalPriorityCreateInfoEXT_1124079495 = (when declared(
      VkDeviceQueueGlobalPriorityCreateInfoEXT):
    when ownSizeof(VkDeviceQueueGlobalPriorityCreateInfoEXT) !=
        ownSizeof(VkDeviceQueueGlobalPriorityCreateInfoEXT_1124079494):
      static :
        warning("Declaration of " & "VkDeviceQueueGlobalPriorityCreateInfoEXT" &
            " exists but with different size")
    VkDeviceQueueGlobalPriorityCreateInfoEXT
  else:
    VkDeviceQueueGlobalPriorityCreateInfoEXT_1124079494)
  struct_VkPhysicalDeviceFloatControlsProperties_1124075723 = (when declared(
      struct_VkPhysicalDeviceFloatControlsProperties):
    when ownSizeof(struct_VkPhysicalDeviceFloatControlsProperties) !=
        ownSizeof(struct_VkPhysicalDeviceFloatControlsProperties_1124075722):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFloatControlsProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceFloatControlsProperties
  else:
    struct_VkPhysicalDeviceFloatControlsProperties_1124075722)
  VkDirectDriverLoadingModeLUNARG_1124081231 = (when declared(
      VkDirectDriverLoadingModeLUNARG):
    when ownSizeof(VkDirectDriverLoadingModeLUNARG) !=
        ownSizeof(VkDirectDriverLoadingModeLUNARG_1124081230):
      static :
        warning("Declaration of " & "VkDirectDriverLoadingModeLUNARG" &
            " exists but with different size")
    VkDirectDriverLoadingModeLUNARG
  else:
    VkDirectDriverLoadingModeLUNARG_1124081230)
  struct_VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082341 = (when declared(
      struct_VkPhysicalDeviceDepthClampControlFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDepthClampControlFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082340):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDepthClampControlFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDepthClampControlFeaturesEXT
  else:
    struct_VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082340)
  enum_VkPipelineRobustnessImageBehavior_1124076193 = (when declared(
      enum_VkPipelineRobustnessImageBehavior):
    when ownSizeof(enum_VkPipelineRobustnessImageBehavior) !=
        ownSizeof(enum_VkPipelineRobustnessImageBehavior_1124076192):
      static :
        warning("Declaration of " & "enum_VkPipelineRobustnessImageBehavior" &
            " exists but with different size")
    enum_VkPipelineRobustnessImageBehavior
  else:
    enum_VkPipelineRobustnessImageBehavior_1124076192)
  VkVideoDecodeH264CapabilitiesKHR_1124077025 = (when declared(
      VkVideoDecodeH264CapabilitiesKHR):
    when ownSizeof(VkVideoDecodeH264CapabilitiesKHR) !=
        ownSizeof(VkVideoDecodeH264CapabilitiesKHR_1124077024):
      static :
        warning("Declaration of " & "VkVideoDecodeH264CapabilitiesKHR" &
            " exists but with different size")
    VkVideoDecodeH264CapabilitiesKHR
  else:
    VkVideoDecodeH264CapabilitiesKHR_1124077024)
  VkDescriptorUpdateTemplateCreateInfoKHR_1124077249 = (when declared(
      VkDescriptorUpdateTemplateCreateInfoKHR):
    when ownSizeof(VkDescriptorUpdateTemplateCreateInfoKHR) !=
        ownSizeof(VkDescriptorUpdateTemplateCreateInfoKHR_1124077248):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateCreateInfoKHR" &
            " exists but with different size")
    VkDescriptorUpdateTemplateCreateInfoKHR
  else:
    VkDescriptorUpdateTemplateCreateInfoKHR_1124077248)
  PFN_vkCmdUpdatePipelineIndirectBufferNV_1124081067 = (when declared(
      PFN_vkCmdUpdatePipelineIndirectBufferNV):
    when ownSizeof(PFN_vkCmdUpdatePipelineIndirectBufferNV) !=
        ownSizeof(PFN_vkCmdUpdatePipelineIndirectBufferNV_1124081066):
      static :
        warning("Declaration of " & "PFN_vkCmdUpdatePipelineIndirectBufferNV" &
            " exists but with different size")
    PFN_vkCmdUpdatePipelineIndirectBufferNV
  else:
    PFN_vkCmdUpdatePipelineIndirectBufferNV_1124081066)
  VkPresentInfoKHR_1124076527 = (when declared(VkPresentInfoKHR):
    when ownSizeof(VkPresentInfoKHR) != ownSizeof(VkPresentInfoKHR_1124076526):
      static :
        warning("Declaration of " & "VkPresentInfoKHR" &
            " exists but with different size")
    VkPresentInfoKHR
  else:
    VkPresentInfoKHR_1124076526)
  VkDeviceGroupRenderPassBeginInfoKHR_1124077113 = (when declared(
      VkDeviceGroupRenderPassBeginInfoKHR):
    when ownSizeof(VkDeviceGroupRenderPassBeginInfoKHR) !=
        ownSizeof(VkDeviceGroupRenderPassBeginInfoKHR_1124077112):
      static :
        warning("Declaration of " & "VkDeviceGroupRenderPassBeginInfoKHR" &
            " exists but with different size")
    VkDeviceGroupRenderPassBeginInfoKHR
  else:
    VkDeviceGroupRenderPassBeginInfoKHR_1124077112)
  StdVideoEncodeAV1DecoderModelInfo_1124078279 = (when declared(
      StdVideoEncodeAV1DecoderModelInfo):
    when ownSizeof(StdVideoEncodeAV1DecoderModelInfo) !=
        ownSizeof(StdVideoEncodeAV1DecoderModelInfo_1124078278):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1DecoderModelInfo" &
            " exists but with different size")
    StdVideoEncodeAV1DecoderModelInfo
  else:
    StdVideoEncodeAV1DecoderModelInfo_1124078278)
  PFN_vkCmdBuildMicromapsEXT_1124080865 = (when declared(
      PFN_vkCmdBuildMicromapsEXT):
    when ownSizeof(PFN_vkCmdBuildMicromapsEXT) !=
        ownSizeof(PFN_vkCmdBuildMicromapsEXT_1124080864):
      static :
        warning("Declaration of " & "PFN_vkCmdBuildMicromapsEXT" &
            " exists but with different size")
    PFN_vkCmdBuildMicromapsEXT
  else:
    PFN_vkCmdBuildMicromapsEXT_1124080864)
  VkDescriptorUpdateTemplateEntryKHR_1124077247 = (when declared(
      VkDescriptorUpdateTemplateEntryKHR):
    when ownSizeof(VkDescriptorUpdateTemplateEntryKHR) !=
        ownSizeof(VkDescriptorUpdateTemplateEntryKHR_1124077246):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateEntryKHR" &
            " exists but with different size")
    VkDescriptorUpdateTemplateEntryKHR
  else:
    VkDescriptorUpdateTemplateEntryKHR_1124077246)
  VkXlibSurfaceCreateInfoKHR_1124082779 = (when declared(
      VkXlibSurfaceCreateInfoKHR):
    when ownSizeof(VkXlibSurfaceCreateInfoKHR) !=
        ownSizeof(VkXlibSurfaceCreateInfoKHR_1124082778):
      static :
        warning("Declaration of " & "VkXlibSurfaceCreateInfoKHR" &
            " exists but with different size")
    VkXlibSurfaceCreateInfoKHR
  else:
    VkXlibSurfaceCreateInfoKHR_1124082778)
  VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079175 = (when declared(
      VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079174):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT
  else:
    VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079174)
  struct_VkMemoryFdPropertiesKHR_1124077173 = (when declared(
      struct_VkMemoryFdPropertiesKHR):
    when ownSizeof(struct_VkMemoryFdPropertiesKHR) !=
        ownSizeof(struct_VkMemoryFdPropertiesKHR_1124077172):
      static :
        warning("Declaration of " & "struct_VkMemoryFdPropertiesKHR" &
            " exists but with different size")
    struct_VkMemoryFdPropertiesKHR
  else:
    struct_VkMemoryFdPropertiesKHR_1124077172)
  VkDeviceEventInfoEXT_1124078935 = (when declared(VkDeviceEventInfoEXT):
    when ownSizeof(VkDeviceEventInfoEXT) != ownSizeof(VkDeviceEventInfoEXT_1124078934):
      static :
        warning("Declaration of " & "VkDeviceEventInfoEXT" &
            " exists but with different size")
    VkDeviceEventInfoEXT
  else:
    VkDeviceEventInfoEXT_1124078934)
  VkQueueFamilyProperties2_1124075355 = (when declared(VkQueueFamilyProperties2):
    when ownSizeof(VkQueueFamilyProperties2) !=
        ownSizeof(VkQueueFamilyProperties2_1124075354):
      static :
        warning("Declaration of " & "VkQueueFamilyProperties2" &
            " exists but with different size")
    VkQueueFamilyProperties2
  else:
    VkQueueFamilyProperties2_1124075354)
  PFN_vkQueueSetPerformanceConfigurationINTEL_1124079697 = (when declared(
      PFN_vkQueueSetPerformanceConfigurationINTEL):
    when ownSizeof(PFN_vkQueueSetPerformanceConfigurationINTEL) !=
        ownSizeof(PFN_vkQueueSetPerformanceConfigurationINTEL_1124079696):
      static :
        warning("Declaration of " &
            "PFN_vkQueueSetPerformanceConfigurationINTEL" &
            " exists but with different size")
    PFN_vkQueueSetPerformanceConfigurationINTEL
  else:
    PFN_vkQueueSetPerformanceConfigurationINTEL_1124079696)
  PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM_1124081845 = (when declared(
      PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM):
    when ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM) !=
        ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM_1124081844):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM
  else:
    PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM_1124081844)
  VkImageViewMinLodCreateInfoEXT_1124080733 = (when declared(
      VkImageViewMinLodCreateInfoEXT):
    when ownSizeof(VkImageViewMinLodCreateInfoEXT) !=
        ownSizeof(VkImageViewMinLodCreateInfoEXT_1124080732):
      static :
        warning("Declaration of " & "VkImageViewMinLodCreateInfoEXT" &
            " exists but with different size")
    VkImageViewMinLodCreateInfoEXT
  else:
    VkImageViewMinLodCreateInfoEXT_1124080732)
  VkShaderGroupShaderKHR_1124082585 = (when declared(VkShaderGroupShaderKHR):
    when ownSizeof(VkShaderGroupShaderKHR) != ownSizeof(VkShaderGroupShaderKHR_1124082584):
      static :
        warning("Declaration of " & "VkShaderGroupShaderKHR" &
            " exists but with different size")
    VkShaderGroupShaderKHR
  else:
    VkShaderGroupShaderKHR_1124082584)
  struct_VkRenderPassCreateInfo_1124074861 = (when declared(
      struct_VkRenderPassCreateInfo):
    when ownSizeof(struct_VkRenderPassCreateInfo) !=
        ownSizeof(struct_VkRenderPassCreateInfo_1124074860):
      static :
        warning("Declaration of " & "struct_VkRenderPassCreateInfo" &
            " exists but with different size")
    struct_VkRenderPassCreateInfo
  else:
    struct_VkRenderPassCreateInfo_1124074860)
  VkRenderingAttachmentInfo_1124076097 = (when declared(
      VkRenderingAttachmentInfo):
    when ownSizeof(VkRenderingAttachmentInfo) !=
        ownSizeof(VkRenderingAttachmentInfo_1124076096):
      static :
        warning("Declaration of " & "VkRenderingAttachmentInfo" &
            " exists but with different size")
    VkRenderingAttachmentInfo
  else:
    VkRenderingAttachmentInfo_1124076096)
  enum_VkCopyAccelerationStructureModeKHR_1124079345 = (when declared(
      enum_VkCopyAccelerationStructureModeKHR):
    when ownSizeof(enum_VkCopyAccelerationStructureModeKHR) !=
        ownSizeof(enum_VkCopyAccelerationStructureModeKHR_1124079344):
      static :
        warning("Declaration of " & "enum_VkCopyAccelerationStructureModeKHR" &
            " exists but with different size")
    enum_VkCopyAccelerationStructureModeKHR
  else:
    enum_VkCopyAccelerationStructureModeKHR_1124079344)
  VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078283 = (when declared(
      VkVideoEncodeAV1SessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoEncodeAV1SessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078282):
      static :
        warning("Declaration of " &
            "VkVideoEncodeAV1SessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1SessionParametersCreateInfoKHR
  else:
    VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078282)
  struct_VkSamplerBlockMatchWindowCreateInfoQCOM_1124081873 = (when declared(
      struct_VkSamplerBlockMatchWindowCreateInfoQCOM):
    when ownSizeof(struct_VkSamplerBlockMatchWindowCreateInfoQCOM) !=
        ownSizeof(struct_VkSamplerBlockMatchWindowCreateInfoQCOM_1124081872):
      static :
        warning("Declaration of " &
            "struct_VkSamplerBlockMatchWindowCreateInfoQCOM" &
            " exists but with different size")
    struct_VkSamplerBlockMatchWindowCreateInfoQCOM
  else:
    struct_VkSamplerBlockMatchWindowCreateInfoQCOM_1124081872)
  struct_VkImportMemoryFdInfoKHR_1124077169 = (when declared(
      struct_VkImportMemoryFdInfoKHR):
    when ownSizeof(struct_VkImportMemoryFdInfoKHR) !=
        ownSizeof(struct_VkImportMemoryFdInfoKHR_1124077168):
      static :
        warning("Declaration of " & "struct_VkImportMemoryFdInfoKHR" &
            " exists but with different size")
    struct_VkImportMemoryFdInfoKHR
  else:
    struct_VkImportMemoryFdInfoKHR_1124077168)
  enum_VkVideoEncodeUsageFlagBitsKHR_1124077797 = (when declared(
      enum_VkVideoEncodeUsageFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeUsageFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeUsageFlagBitsKHR_1124077796):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeUsageFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeUsageFlagBitsKHR
  else:
    enum_VkVideoEncodeUsageFlagBitsKHR_1124077796)
  struct_VkColorBlendAdvancedEXT_1124081135 = (when declared(
      struct_VkColorBlendAdvancedEXT):
    when ownSizeof(struct_VkColorBlendAdvancedEXT) !=
        ownSizeof(struct_VkColorBlendAdvancedEXT_1124081134):
      static :
        warning("Declaration of " & "struct_VkColorBlendAdvancedEXT" &
            " exists but with different size")
    struct_VkColorBlendAdvancedEXT
  else:
    struct_VkColorBlendAdvancedEXT_1124081134)
  struct_VkSubpassDescriptionDepthStencilResolve_1124075795 = (when declared(
      struct_VkSubpassDescriptionDepthStencilResolve):
    when ownSizeof(struct_VkSubpassDescriptionDepthStencilResolve) !=
        ownSizeof(struct_VkSubpassDescriptionDepthStencilResolve_1124075794):
      static :
        warning("Declaration of " &
            "struct_VkSubpassDescriptionDepthStencilResolve" &
            " exists but with different size")
    struct_VkSubpassDescriptionDepthStencilResolve
  else:
    struct_VkSubpassDescriptionDepthStencilResolve_1124075794)
  VkFragmentShadingRateNV_1124080367 = (when declared(VkFragmentShadingRateNV):
    when ownSizeof(VkFragmentShadingRateNV) !=
        ownSizeof(VkFragmentShadingRateNV_1124080366):
      static :
        warning("Declaration of " & "VkFragmentShadingRateNV" &
            " exists but with different size")
    VkFragmentShadingRateNV
  else:
    VkFragmentShadingRateNV_1124080366)
  struct_VkShaderResourceUsageAMD_1124078803 = (when declared(
      struct_VkShaderResourceUsageAMD):
    when ownSizeof(struct_VkShaderResourceUsageAMD) !=
        ownSizeof(struct_VkShaderResourceUsageAMD_1124078802):
      static :
        warning("Declaration of " & "struct_VkShaderResourceUsageAMD" &
            " exists but with different size")
    struct_VkShaderResourceUsageAMD
  else:
    struct_VkShaderResourceUsageAMD_1124078802)
  union_VkDeviceOrHostAddressKHR_1124080813 = (when declared(
      union_VkDeviceOrHostAddressKHR):
    when ownSizeof(union_VkDeviceOrHostAddressKHR) !=
        ownSizeof(union_VkDeviceOrHostAddressKHR_1124080812):
      static :
        warning("Declaration of " & "union_VkDeviceOrHostAddressKHR" &
            " exists but with different size")
    union_VkDeviceOrHostAddressKHR
  else:
    union_VkDeviceOrHostAddressKHR_1124080812)
  VkRefreshCycleDurationGOOGLE_1124078955 = (when declared(
      VkRefreshCycleDurationGOOGLE):
    when ownSizeof(VkRefreshCycleDurationGOOGLE) !=
        ownSizeof(VkRefreshCycleDurationGOOGLE_1124078954):
      static :
        warning("Declaration of " & "VkRefreshCycleDurationGOOGLE" &
            " exists but with different size")
    VkRefreshCycleDurationGOOGLE
  else:
    VkRefreshCycleDurationGOOGLE_1124078954)
  VkCopyMicromapModeEXT_1124080779 = (when declared(VkCopyMicromapModeEXT):
    when ownSizeof(VkCopyMicromapModeEXT) != ownSizeof(VkCopyMicromapModeEXT_1124080778):
      static :
        warning("Declaration of " & "VkCopyMicromapModeEXT" &
            " exists but with different size")
    VkCopyMicromapModeEXT
  else:
    VkCopyMicromapModeEXT_1124080778)
  PFN_vkGetDeferredOperationMaxConcurrencyKHR_1124077697 = (when declared(
      PFN_vkGetDeferredOperationMaxConcurrencyKHR):
    when ownSizeof(PFN_vkGetDeferredOperationMaxConcurrencyKHR) !=
        ownSizeof(PFN_vkGetDeferredOperationMaxConcurrencyKHR_1124077696):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeferredOperationMaxConcurrencyKHR" &
            " exists but with different size")
    PFN_vkGetDeferredOperationMaxConcurrencyKHR
  else:
    PFN_vkGetDeferredOperationMaxConcurrencyKHR_1124077696)
  VkCopyMemoryToImageInfo_1124076311 = (when declared(VkCopyMemoryToImageInfo):
    when ownSizeof(VkCopyMemoryToImageInfo) !=
        ownSizeof(VkCopyMemoryToImageInfo_1124076310):
      static :
        warning("Declaration of " & "VkCopyMemoryToImageInfo" &
            " exists but with different size")
    VkCopyMemoryToImageInfo
  else:
    VkCopyMemoryToImageInfo_1124076310)
  VkFence_1124073952 = (when declared(VkFence):
    when ownSizeof(VkFence) != ownSizeof(VkFence_1124073951):
      static :
        warning("Declaration of " & "VkFence" &
            " exists but with different size")
    VkFence
  else:
    VkFence_1124073951)
  VkCopyDescriptorSet_1124074735 = (when declared(VkCopyDescriptorSet):
    when ownSizeof(VkCopyDescriptorSet) != ownSizeof(VkCopyDescriptorSet_1124074734):
      static :
        warning("Declaration of " & "VkCopyDescriptorSet" &
            " exists but with different size")
    VkCopyDescriptorSet
  else:
    VkCopyDescriptorSet_1124074734)
  PFN_vkResetQueryPool_1124075835 = (when declared(PFN_vkResetQueryPool):
    when ownSizeof(PFN_vkResetQueryPool) != ownSizeof(PFN_vkResetQueryPool_1124075834):
      static :
        warning("Declaration of " & "PFN_vkResetQueryPool" &
            " exists but with different size")
    PFN_vkResetQueryPool
  else:
    PFN_vkResetQueryPool_1124075834)
  enum_VkBufferUsageFlagBits_1124074265 = (when declared(
      enum_VkBufferUsageFlagBits):
    when ownSizeof(enum_VkBufferUsageFlagBits) !=
        ownSizeof(enum_VkBufferUsageFlagBits_1124074264):
      static :
        warning("Declaration of " & "enum_VkBufferUsageFlagBits" &
            " exists but with different size")
    enum_VkBufferUsageFlagBits
  else:
    enum_VkBufferUsageFlagBits_1124074264)
  PFN_vkInvalidateMappedMemoryRanges_1124074945 = (when declared(
      PFN_vkInvalidateMappedMemoryRanges):
    when ownSizeof(PFN_vkInvalidateMappedMemoryRanges) !=
        ownSizeof(PFN_vkInvalidateMappedMemoryRanges_1124074944):
      static :
        warning("Declaration of " & "PFN_vkInvalidateMappedMemoryRanges" &
            " exists but with different size")
    PFN_vkInvalidateMappedMemoryRanges
  else:
    PFN_vkInvalidateMappedMemoryRanges_1124074944)
  struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081815 = (when declared(
      struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM):
    when ownSizeof(struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM) !=
        ownSizeof(struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081814):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM
  else:
    struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081814)
  VkPhysicalDeviceMaintenance5PropertiesKHR_1124078003 = (when declared(
      VkPhysicalDeviceMaintenance5PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance5PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance5PropertiesKHR_1124078002):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance5PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance5PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance5PropertiesKHR_1124078002)
  VkExternalComputeQueueDataParamsNV_1124081985 = (when declared(
      VkExternalComputeQueueDataParamsNV):
    when ownSizeof(VkExternalComputeQueueDataParamsNV) !=
        ownSizeof(VkExternalComputeQueueDataParamsNV_1124081984):
      static :
        warning("Declaration of " & "VkExternalComputeQueueDataParamsNV" &
            " exists but with different size")
    VkExternalComputeQueueDataParamsNV
  else:
    VkExternalComputeQueueDataParamsNV_1124081984)
  struct_StdVideoAV1QuantizationFlags_1124083353 = (when declared(
      struct_StdVideoAV1QuantizationFlags):
    when ownSizeof(struct_StdVideoAV1QuantizationFlags) !=
        ownSizeof(struct_StdVideoAV1QuantizationFlags_1124083352):
      static :
        warning("Declaration of " & "struct_StdVideoAV1QuantizationFlags" &
            " exists but with different size")
    struct_StdVideoAV1QuantizationFlags
  else:
    struct_StdVideoAV1QuantizationFlags_1124083352)
  VkCudaModuleCreateInfoNV_1124082847 = (when declared(VkCudaModuleCreateInfoNV):
    when ownSizeof(VkCudaModuleCreateInfoNV) !=
        ownSizeof(VkCudaModuleCreateInfoNV_1124082846):
      static :
        warning("Declaration of " & "VkCudaModuleCreateInfoNV" &
            " exists but with different size")
    VkCudaModuleCreateInfoNV
  else:
    VkCudaModuleCreateInfoNV_1124082846)
  struct_StdVideoH265ProfileTierLevelFlags_1124083327 = (when declared(
      struct_StdVideoH265ProfileTierLevelFlags):
    when ownSizeof(struct_StdVideoH265ProfileTierLevelFlags) !=
        ownSizeof(struct_StdVideoH265ProfileTierLevelFlags_1124083326):
      static :
        warning("Declaration of " & "struct_StdVideoH265ProfileTierLevelFlags" &
            " exists but with different size")
    struct_StdVideoH265ProfileTierLevelFlags
  else:
    struct_StdVideoH265ProfileTierLevelFlags_1124083326)
  VkSubmitFlags_1124075885 = (when declared(VkSubmitFlags):
    when ownSizeof(VkSubmitFlags) != ownSizeof(VkSubmitFlags_1124075884):
      static :
        warning("Declaration of " & "VkSubmitFlags" &
            " exists but with different size")
    VkSubmitFlags
  else:
    VkSubmitFlags_1124075884)
  PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR_1124076755 = (when declared(
      PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR_1124076754):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR
  else:
    PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR_1124076754)
  PFN_vkDestroyAccelerationStructureKHR_1124082553 = (when declared(
      PFN_vkDestroyAccelerationStructureKHR):
    when ownSizeof(PFN_vkDestroyAccelerationStructureKHR) !=
        ownSizeof(PFN_vkDestroyAccelerationStructureKHR_1124082552):
      static :
        warning("Declaration of " & "PFN_vkDestroyAccelerationStructureKHR" &
            " exists but with different size")
    PFN_vkDestroyAccelerationStructureKHR
  else:
    PFN_vkDestroyAccelerationStructureKHR_1124082552)
  struct_StdVideoEncodeAV1DecoderModelInfo_1124082953 = (when declared(
      struct_StdVideoEncodeAV1DecoderModelInfo):
    when ownSizeof(struct_StdVideoEncodeAV1DecoderModelInfo) !=
        ownSizeof(struct_StdVideoEncodeAV1DecoderModelInfo_1124082952):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1DecoderModelInfo" &
            " exists but with different size")
    struct_StdVideoEncodeAV1DecoderModelInfo
  else:
    struct_StdVideoEncodeAV1DecoderModelInfo_1124082952)
  VkPresentId2KHR_1124078031 = (when declared(VkPresentId2KHR):
    when ownSizeof(VkPresentId2KHR) != ownSizeof(VkPresentId2KHR_1124078030):
      static :
        warning("Declaration of " & "VkPresentId2KHR" &
            " exists but with different size")
    VkPresentId2KHR
  else:
    VkPresentId2KHR_1124078030)
  struct_VkPipelineDiscardRectangleStateCreateInfoEXT_1124079005 = (when declared(
      struct_VkPipelineDiscardRectangleStateCreateInfoEXT):
    when ownSizeof(struct_VkPipelineDiscardRectangleStateCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineDiscardRectangleStateCreateInfoEXT_1124079004):
      static :
        warning("Declaration of " &
            "struct_VkPipelineDiscardRectangleStateCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineDiscardRectangleStateCreateInfoEXT
  else:
    struct_VkPipelineDiscardRectangleStateCreateInfoEXT_1124079004)
  PFN_vkBindDataGraphPipelineSessionMemoryARM_1124081835 = (when declared(
      PFN_vkBindDataGraphPipelineSessionMemoryARM):
    when ownSizeof(PFN_vkBindDataGraphPipelineSessionMemoryARM) !=
        ownSizeof(PFN_vkBindDataGraphPipelineSessionMemoryARM_1124081834):
      static :
        warning("Declaration of " &
            "PFN_vkBindDataGraphPipelineSessionMemoryARM" &
            " exists but with different size")
    PFN_vkBindDataGraphPipelineSessionMemoryARM
  else:
    PFN_vkBindDataGraphPipelineSessionMemoryARM_1124081834)
  VkEvent_1124073966 = (when declared(VkEvent):
    when ownSizeof(VkEvent) != ownSizeof(VkEvent_1124073965):
      static :
        warning("Declaration of " & "VkEvent" &
            " exists but with different size")
    VkEvent
  else:
    VkEvent_1124073965)
  VkDeviceGroupBindSparseInfo_1124075295 = (when declared(
      VkDeviceGroupBindSparseInfo):
    when ownSizeof(VkDeviceGroupBindSparseInfo) !=
        ownSizeof(VkDeviceGroupBindSparseInfo_1124075294):
      static :
        warning("Declaration of " & "VkDeviceGroupBindSparseInfo" &
            " exists but with different size")
    VkDeviceGroupBindSparseInfo
  else:
    VkDeviceGroupBindSparseInfo_1124075294)
  struct_VkPhysicalDevicePresentWaitFeaturesKHR_1124077667 = (when declared(
      struct_VkPhysicalDevicePresentWaitFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDevicePresentWaitFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePresentWaitFeaturesKHR_1124077666):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePresentWaitFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePresentWaitFeaturesKHR
  else:
    struct_VkPhysicalDevicePresentWaitFeaturesKHR_1124077666)
  struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077835 = (when declared(
      struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077834):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR
  else:
    struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077834)
  enum_VkExternalMemoryHandleTypeFlagBitsNV_1124078817 = (when declared(
      enum_VkExternalMemoryHandleTypeFlagBitsNV):
    when ownSizeof(enum_VkExternalMemoryHandleTypeFlagBitsNV) !=
        ownSizeof(enum_VkExternalMemoryHandleTypeFlagBitsNV_1124078816):
      static :
        warning("Declaration of " & "enum_VkExternalMemoryHandleTypeFlagBitsNV" &
            " exists but with different size")
    enum_VkExternalMemoryHandleTypeFlagBitsNV
  else:
    enum_VkExternalMemoryHandleTypeFlagBitsNV_1124078816)
  VkClearDepthStencilValue_1124074867 = (when declared(VkClearDepthStencilValue):
    when ownSizeof(VkClearDepthStencilValue) !=
        ownSizeof(VkClearDepthStencilValue_1124074866):
      static :
        warning("Declaration of " & "VkClearDepthStencilValue" &
            " exists but with different size")
    VkClearDepthStencilValue
  else:
    VkClearDepthStencilValue_1124074866)
  VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079023 = (when declared(
      VkPhysicalDeviceConservativeRasterizationPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceConservativeRasterizationPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079022):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceConservativeRasterizationPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceConservativeRasterizationPropertiesEXT
  else:
    VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079022)
  struct_VkRayTracingPipelineCreateInfoNV_1124079389 = (when declared(
      struct_VkRayTracingPipelineCreateInfoNV):
    when ownSizeof(struct_VkRayTracingPipelineCreateInfoNV) !=
        ownSizeof(struct_VkRayTracingPipelineCreateInfoNV_1124079388):
      static :
        warning("Declaration of " & "struct_VkRayTracingPipelineCreateInfoNV" &
            " exists but with different size")
    struct_VkRayTracingPipelineCreateInfoNV
  else:
    struct_VkRayTracingPipelineCreateInfoNV_1124079388)
  VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080701 = (when declared(
      VkVideoEncodeRgbRangeCompressionFlagBitsVALVE):
    when ownSizeof(VkVideoEncodeRgbRangeCompressionFlagBitsVALVE) !=
        ownSizeof(VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080700):
      static :
        warning("Declaration of " &
            "VkVideoEncodeRgbRangeCompressionFlagBitsVALVE" &
            " exists but with different size")
    VkVideoEncodeRgbRangeCompressionFlagBitsVALVE
  else:
    VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080700)
  PFN_vkGetAccelerationStructureMemoryRequirementsNV_1124079455 = (when declared(
      PFN_vkGetAccelerationStructureMemoryRequirementsNV):
    when ownSizeof(PFN_vkGetAccelerationStructureMemoryRequirementsNV) !=
        ownSizeof(PFN_vkGetAccelerationStructureMemoryRequirementsNV_1124079454):
      static :
        warning("Declaration of " &
            "PFN_vkGetAccelerationStructureMemoryRequirementsNV" &
            " exists but with different size")
    PFN_vkGetAccelerationStructureMemoryRequirementsNV
  else:
    PFN_vkGetAccelerationStructureMemoryRequirementsNV_1124079454)
  VkVideoEncodeH264StdFlagsKHR_1124076817 = (when declared(
      VkVideoEncodeH264StdFlagsKHR):
    when ownSizeof(VkVideoEncodeH264StdFlagsKHR) !=
        ownSizeof(VkVideoEncodeH264StdFlagsKHR_1124076816):
      static :
        warning("Declaration of " & "VkVideoEncodeH264StdFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH264StdFlagsKHR
  else:
    VkVideoEncodeH264StdFlagsKHR_1124076816)
  enum_VkExternalMemoryHandleTypeFlagBits_1124075209 = (when declared(
      enum_VkExternalMemoryHandleTypeFlagBits):
    when ownSizeof(enum_VkExternalMemoryHandleTypeFlagBits) !=
        ownSizeof(enum_VkExternalMemoryHandleTypeFlagBits_1124075208):
      static :
        warning("Declaration of " & "enum_VkExternalMemoryHandleTypeFlagBits" &
            " exists but with different size")
    enum_VkExternalMemoryHandleTypeFlagBits
  else:
    enum_VkExternalMemoryHandleTypeFlagBits_1124075208)
  PFN_vkCopyMemoryToAccelerationStructureKHR_1124082565 = (when declared(
      PFN_vkCopyMemoryToAccelerationStructureKHR):
    when ownSizeof(PFN_vkCopyMemoryToAccelerationStructureKHR) !=
        ownSizeof(PFN_vkCopyMemoryToAccelerationStructureKHR_1124082564):
      static :
        warning("Declaration of " & "PFN_vkCopyMemoryToAccelerationStructureKHR" &
            " exists but with different size")
    PFN_vkCopyMemoryToAccelerationStructureKHR
  else:
    PFN_vkCopyMemoryToAccelerationStructureKHR_1124082564)
  struct_VkPhysicalDeviceVulkan11Features_1124075631 = (when declared(
      struct_VkPhysicalDeviceVulkan11Features):
    when ownSizeof(struct_VkPhysicalDeviceVulkan11Features) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan11Features_1124075630):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan11Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan11Features
  else:
    struct_VkPhysicalDeviceVulkan11Features_1124075630)
  struct_VkDeviceGroupPresentInfoKHR_1124076545 = (when declared(
      struct_VkDeviceGroupPresentInfoKHR):
    when ownSizeof(struct_VkDeviceGroupPresentInfoKHR) !=
        ownSizeof(struct_VkDeviceGroupPresentInfoKHR_1124076544):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupPresentInfoKHR" &
            " exists but with different size")
    struct_VkDeviceGroupPresentInfoKHR
  else:
    struct_VkDeviceGroupPresentInfoKHR_1124076544)
  VkBuffer_1124073936 = (when declared(VkBuffer):
    when ownSizeof(VkBuffer) != ownSizeof(VkBuffer_1124073935):
      static :
        warning("Declaration of " & "VkBuffer" &
            " exists but with different size")
    VkBuffer
  else:
    VkBuffer_1124073935)
  struct_StdVideoVP9LoopFilterFlags_1124083365 = (when declared(
      struct_StdVideoVP9LoopFilterFlags):
    when ownSizeof(struct_StdVideoVP9LoopFilterFlags) !=
        ownSizeof(struct_StdVideoVP9LoopFilterFlags_1124083364):
      static :
        warning("Declaration of " & "struct_StdVideoVP9LoopFilterFlags" &
            " exists but with different size")
    struct_StdVideoVP9LoopFilterFlags
  else:
    struct_StdVideoVP9LoopFilterFlags_1124083364)
  enum_VkPerformanceCounterScopeKHR_1124077329 = (when declared(
      enum_VkPerformanceCounterScopeKHR):
    when ownSizeof(enum_VkPerformanceCounterScopeKHR) !=
        ownSizeof(enum_VkPerformanceCounterScopeKHR_1124077328):
      static :
        warning("Declaration of " & "enum_VkPerformanceCounterScopeKHR" &
            " exists but with different size")
    enum_VkPerformanceCounterScopeKHR
  else:
    enum_VkPerformanceCounterScopeKHR_1124077328)
  struct_StdVideoH265PredictorPaletteEntries_1124083169 = (when declared(
      struct_StdVideoH265PredictorPaletteEntries):
    when ownSizeof(struct_StdVideoH265PredictorPaletteEntries) !=
        ownSizeof(struct_StdVideoH265PredictorPaletteEntries_1124083168):
      static :
        warning("Declaration of " & "struct_StdVideoH265PredictorPaletteEntries" &
            " exists but with different size")
    struct_StdVideoH265PredictorPaletteEntries
  else:
    struct_StdVideoH265PredictorPaletteEntries_1124083168)
  struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079867 = (when declared(
      struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT):
    when ownSizeof(struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079866):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT
  else:
    struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079866)
  enum_VkMemoryAllocateFlagBits_1124075201 = (when declared(
      enum_VkMemoryAllocateFlagBits):
    when ownSizeof(enum_VkMemoryAllocateFlagBits) !=
        ownSizeof(enum_VkMemoryAllocateFlagBits_1124075200):
      static :
        warning("Declaration of " & "enum_VkMemoryAllocateFlagBits" &
            " exists but with different size")
    enum_VkMemoryAllocateFlagBits
  else:
    enum_VkMemoryAllocateFlagBits_1124075200)
  struct_VkPhysicalDeviceFeatures2_1124075333 = (when declared(
      struct_VkPhysicalDeviceFeatures2):
    when ownSizeof(struct_VkPhysicalDeviceFeatures2) !=
        ownSizeof(struct_VkPhysicalDeviceFeatures2_1124075332):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceFeatures2" &
            " exists but with different size")
    struct_VkPhysicalDeviceFeatures2
  else:
    struct_VkPhysicalDeviceFeatures2_1124075332)
  VkDynamicState_1124074103 = (when declared(VkDynamicState):
    when ownSizeof(VkDynamicState) != ownSizeof(VkDynamicState_1124074102):
      static :
        warning("Declaration of " & "VkDynamicState" &
            " exists but with different size")
    VkDynamicState
  else:
    VkDynamicState_1124074102)
  struct_VkCopyDescriptorSet_1124074733 = (when declared(
      struct_VkCopyDescriptorSet):
    when ownSizeof(struct_VkCopyDescriptorSet) !=
        ownSizeof(struct_VkCopyDescriptorSet_1124074732):
      static :
        warning("Declaration of " & "struct_VkCopyDescriptorSet" &
            " exists but with different size")
    struct_VkCopyDescriptorSet
  else:
    struct_VkCopyDescriptorSet_1124074732)
  struct_VkMemoryRequirements2_1124075325 = (when declared(
      struct_VkMemoryRequirements2):
    when ownSizeof(struct_VkMemoryRequirements2) !=
        ownSizeof(struct_VkMemoryRequirements2_1124075324):
      static :
        warning("Declaration of " & "struct_VkMemoryRequirements2" &
            " exists but with different size")
    struct_VkMemoryRequirements2
  else:
    struct_VkMemoryRequirements2_1124075324)
  VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076069 = (when declared(
      VkPhysicalDeviceShaderIntegerDotProductFeatures):
    when ownSizeof(VkPhysicalDeviceShaderIntegerDotProductFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076068):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderIntegerDotProductFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderIntegerDotProductFeatures
  else:
    VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076068)
  PFN_vkGetDeviceImageMemoryRequirementsKHR_1124077983 = (when declared(
      PFN_vkGetDeviceImageMemoryRequirementsKHR):
    when ownSizeof(PFN_vkGetDeviceImageMemoryRequirementsKHR) !=
        ownSizeof(PFN_vkGetDeviceImageMemoryRequirementsKHR_1124077982):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceImageMemoryRequirementsKHR" &
            " exists but with different size")
    PFN_vkGetDeviceImageMemoryRequirementsKHR
  else:
    PFN_vkGetDeviceImageMemoryRequirementsKHR_1124077982)
  struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079899 = (when declared(
      struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079898):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT
  else:
    struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079898)
  VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT_1124080689 = (when declared(
      VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT_1124080688):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT
  else:
    VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT_1124080688)
  struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082321 = (when declared(
      struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA):
    when ownSizeof(struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA) !=
        ownSizeof(struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082320):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA
  else:
    struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082320)
  struct_VkDrawMeshTasksIndirectCommandEXT_1124082635 = (when declared(
      struct_VkDrawMeshTasksIndirectCommandEXT):
    when ownSizeof(struct_VkDrawMeshTasksIndirectCommandEXT) !=
        ownSizeof(struct_VkDrawMeshTasksIndirectCommandEXT_1124082634):
      static :
        warning("Declaration of " & "struct_VkDrawMeshTasksIndirectCommandEXT" &
            " exists but with different size")
    struct_VkDrawMeshTasksIndirectCommandEXT
  else:
    struct_VkDrawMeshTasksIndirectCommandEXT_1124082634)
  struct_VkAttachmentDescription2_1124075767 = (when declared(
      struct_VkAttachmentDescription2):
    when ownSizeof(struct_VkAttachmentDescription2) !=
        ownSizeof(struct_VkAttachmentDescription2_1124075766):
      static :
        warning("Declaration of " & "struct_VkAttachmentDescription2" &
            " exists but with different size")
    struct_VkAttachmentDescription2
  else:
    struct_VkAttachmentDescription2_1124075766)
  struct_VkTilePropertiesQCOM_1124081551 = (when declared(
      struct_VkTilePropertiesQCOM):
    when ownSizeof(struct_VkTilePropertiesQCOM) !=
        ownSizeof(struct_VkTilePropertiesQCOM_1124081550):
      static :
        warning("Declaration of " & "struct_VkTilePropertiesQCOM" &
            " exists but with different size")
    struct_VkTilePropertiesQCOM
  else:
    struct_VkTilePropertiesQCOM_1124081550)
  VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079487 = (when declared(
      VkPhysicalDeviceImageViewImageFormatInfoEXT):
    when ownSizeof(VkPhysicalDeviceImageViewImageFormatInfoEXT) !=
        ownSizeof(VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079486):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageViewImageFormatInfoEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageViewImageFormatInfoEXT
  else:
    VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079486)
  struct_VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081103 = (when declared(
      struct_VkPhysicalDeviceImageProcessingFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceImageProcessingFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081102):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageProcessingFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageProcessingFeaturesQCOM
  else:
    struct_VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081102)
  struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077915 = (when declared(
      struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077914):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
  else:
    struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077914)
  VkVideoBeginCodingFlagsKHR_1124076677 = (when declared(
      VkVideoBeginCodingFlagsKHR):
    when ownSizeof(VkVideoBeginCodingFlagsKHR) !=
        ownSizeof(VkVideoBeginCodingFlagsKHR_1124076676):
      static :
        warning("Declaration of " & "VkVideoBeginCodingFlagsKHR" &
            " exists but with different size")
    VkVideoBeginCodingFlagsKHR
  else:
    VkVideoBeginCodingFlagsKHR_1124076676)
  struct_VkPhysicalDeviceSurfaceInfo2KHR_1124077403 = (when declared(
      struct_VkPhysicalDeviceSurfaceInfo2KHR):
    when ownSizeof(struct_VkPhysicalDeviceSurfaceInfo2KHR) !=
        ownSizeof(struct_VkPhysicalDeviceSurfaceInfo2KHR_1124077402):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceSurfaceInfo2KHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceSurfaceInfo2KHR
  else:
    struct_VkPhysicalDeviceSurfaceInfo2KHR_1124077402)
  PFN_vkGetPhysicalDeviceProperties2KHR_1124077091 = (when declared(
      PFN_vkGetPhysicalDeviceProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceProperties2KHR_1124077090):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceProperties2KHR_1124077090)
  VkTileShadingRenderPassFlagBitsQCOM_1124080221 = (when declared(
      VkTileShadingRenderPassFlagBitsQCOM):
    when ownSizeof(VkTileShadingRenderPassFlagBitsQCOM) !=
        ownSizeof(VkTileShadingRenderPassFlagBitsQCOM_1124080220):
      static :
        warning("Declaration of " & "VkTileShadingRenderPassFlagBitsQCOM" &
            " exists but with different size")
    VkTileShadingRenderPassFlagBitsQCOM
  else:
    VkTileShadingRenderPassFlagBitsQCOM_1124080220)
  StdVideoH264DisableDeblockingFilterIdc_1124082999 = (when declared(
      StdVideoH264DisableDeblockingFilterIdc):
    when ownSizeof(StdVideoH264DisableDeblockingFilterIdc) !=
        ownSizeof(StdVideoH264DisableDeblockingFilterIdc_1124082998):
      static :
        warning("Declaration of " & "StdVideoH264DisableDeblockingFilterIdc" &
            " exists but with different size")
    StdVideoH264DisableDeblockingFilterIdc
  else:
    StdVideoH264DisableDeblockingFilterIdc_1124082998)
  struct_StdVideoH265SpsVuiFlags_1124083331 = (when declared(
      struct_StdVideoH265SpsVuiFlags):
    when ownSizeof(struct_StdVideoH265SpsVuiFlags) !=
        ownSizeof(struct_StdVideoH265SpsVuiFlags_1124083330):
      static :
        warning("Declaration of " & "struct_StdVideoH265SpsVuiFlags" &
            " exists but with different size")
    struct_StdVideoH265SpsVuiFlags
  else:
    struct_StdVideoH265SpsVuiFlags_1124083330)
  enum_StdVideoH264LevelIdc_1124082905 = (when declared(
      enum_StdVideoH264LevelIdc):
    when ownSizeof(enum_StdVideoH264LevelIdc) !=
        ownSizeof(enum_StdVideoH264LevelIdc_1124082904):
      static :
        warning("Declaration of " & "enum_StdVideoH264LevelIdc" &
            " exists but with different size")
    enum_StdVideoH264LevelIdc
  else:
    enum_StdVideoH264LevelIdc_1124082904)
  StdVideoDecodeH265ReferenceInfo_1124077553 = (when declared(
      StdVideoDecodeH265ReferenceInfo):
    when ownSizeof(StdVideoDecodeH265ReferenceInfo) !=
        ownSizeof(StdVideoDecodeH265ReferenceInfo_1124077552):
      static :
        warning("Declaration of " & "StdVideoDecodeH265ReferenceInfo" &
            " exists but with different size")
    StdVideoDecodeH265ReferenceInfo
  else:
    StdVideoDecodeH265ReferenceInfo_1124077552)
  VkAccelerationStructureMotionInfoNV_1124080401 = (when declared(
      VkAccelerationStructureMotionInfoNV):
    when ownSizeof(VkAccelerationStructureMotionInfoNV) !=
        ownSizeof(VkAccelerationStructureMotionInfoNV_1124080400):
      static :
        warning("Declaration of " & "VkAccelerationStructureMotionInfoNV" &
            " exists but with different size")
    VkAccelerationStructureMotionInfoNV
  else:
    VkAccelerationStructureMotionInfoNV_1124080400)
  struct_VkBuildPartitionedAccelerationStructureInfoNV_1124082179 = (when declared(
      struct_VkBuildPartitionedAccelerationStructureInfoNV):
    when ownSizeof(struct_VkBuildPartitionedAccelerationStructureInfoNV) !=
        ownSizeof(struct_VkBuildPartitionedAccelerationStructureInfoNV_1124082178):
      static :
        warning("Declaration of " &
            "struct_VkBuildPartitionedAccelerationStructureInfoNV" &
            " exists but with different size")
    struct_VkBuildPartitionedAccelerationStructureInfoNV
  else:
    struct_VkBuildPartitionedAccelerationStructureInfoNV_1124082178)
  VkPerformanceQuerySubmitInfoKHR_1124077379 = (when declared(
      VkPerformanceQuerySubmitInfoKHR):
    when ownSizeof(VkPerformanceQuerySubmitInfoKHR) !=
        ownSizeof(VkPerformanceQuerySubmitInfoKHR_1124077378):
      static :
        warning("Declaration of " & "VkPerformanceQuerySubmitInfoKHR" &
            " exists but with different size")
    VkPerformanceQuerySubmitInfoKHR
  else:
    VkPerformanceQuerySubmitInfoKHR_1124077378)
  VkVideoEncodeH264QpKHR_1124076833 = (when declared(VkVideoEncodeH264QpKHR):
    when ownSizeof(VkVideoEncodeH264QpKHR) != ownSizeof(VkVideoEncodeH264QpKHR_1124076832):
      static :
        warning("Declaration of " & "VkVideoEncodeH264QpKHR" &
            " exists but with different size")
    VkVideoEncodeH264QpKHR
  else:
    VkVideoEncodeH264QpKHR_1124076832)
  VkCopyAccelerationStructureModeKHR_1124079347 = (when declared(
      VkCopyAccelerationStructureModeKHR):
    when ownSizeof(VkCopyAccelerationStructureModeKHR) !=
        ownSizeof(VkCopyAccelerationStructureModeKHR_1124079346):
      static :
        warning("Declaration of " & "VkCopyAccelerationStructureModeKHR" &
            " exists but with different size")
    VkCopyAccelerationStructureModeKHR
  else:
    VkCopyAccelerationStructureModeKHR_1124079346)
  VkCommandBufferAllocateInfo_1124074655 = (when declared(
      VkCommandBufferAllocateInfo):
    when ownSizeof(VkCommandBufferAllocateInfo) !=
        ownSizeof(VkCommandBufferAllocateInfo_1124074654):
      static :
        warning("Declaration of " & "VkCommandBufferAllocateInfo" &
            " exists but with different size")
    VkCommandBufferAllocateInfo
  else:
    VkCommandBufferAllocateInfo_1124074654)
  struct_VkBufferMemoryRequirementsInfo2_1124075313 = (when declared(
      struct_VkBufferMemoryRequirementsInfo2):
    when ownSizeof(struct_VkBufferMemoryRequirementsInfo2) !=
        ownSizeof(struct_VkBufferMemoryRequirementsInfo2_1124075312):
      static :
        warning("Declaration of " & "struct_VkBufferMemoryRequirementsInfo2" &
            " exists but with different size")
    struct_VkBufferMemoryRequirementsInfo2
  else:
    struct_VkBufferMemoryRequirementsInfo2_1124075312)
  struct_VkBeginCustomResolveInfoEXT_1124082443 = (when declared(
      struct_VkBeginCustomResolveInfoEXT):
    when ownSizeof(struct_VkBeginCustomResolveInfoEXT) !=
        ownSizeof(struct_VkBeginCustomResolveInfoEXT_1124082442):
      static :
        warning("Declaration of " & "struct_VkBeginCustomResolveInfoEXT" &
            " exists but with different size")
    struct_VkBeginCustomResolveInfoEXT
  else:
    struct_VkBeginCustomResolveInfoEXT_1124082442)
  enum_VkPipelineCacheCreateFlagBits_1124074323 = (when declared(
      enum_VkPipelineCacheCreateFlagBits):
    when ownSizeof(enum_VkPipelineCacheCreateFlagBits) !=
        ownSizeof(enum_VkPipelineCacheCreateFlagBits_1124074322):
      static :
        warning("Declaration of " & "enum_VkPipelineCacheCreateFlagBits" &
            " exists but with different size")
    enum_VkPipelineCacheCreateFlagBits
  else:
    enum_VkPipelineCacheCreateFlagBits_1124074322)
  VkRenderingAttachmentFlagBitsKHR_1124078623 = (when declared(
      VkRenderingAttachmentFlagBitsKHR):
    when ownSizeof(VkRenderingAttachmentFlagBitsKHR) !=
        ownSizeof(VkRenderingAttachmentFlagBitsKHR_1124078622):
      static :
        warning("Declaration of " & "VkRenderingAttachmentFlagBitsKHR" &
            " exists but with different size")
    VkRenderingAttachmentFlagBitsKHR
  else:
    VkRenderingAttachmentFlagBitsKHR_1124078622)
  enum_VkAntiLagStageAMD_1124081485 = (when declared(enum_VkAntiLagStageAMD):
    when ownSizeof(enum_VkAntiLagStageAMD) != ownSizeof(enum_VkAntiLagStageAMD_1124081484):
      static :
        warning("Declaration of " & "enum_VkAntiLagStageAMD" &
            " exists but with different size")
    enum_VkAntiLagStageAMD
  else:
    enum_VkAntiLagStageAMD_1124081484)
  VkPhysicalDeviceProperties_1124074543 = (when declared(
      VkPhysicalDeviceProperties):
    when ownSizeof(VkPhysicalDeviceProperties) !=
        ownSizeof(VkPhysicalDeviceProperties_1124074542):
      static :
        warning("Declaration of " & "VkPhysicalDeviceProperties" &
            " exists but with different size")
    VkPhysicalDeviceProperties
  else:
    VkPhysicalDeviceProperties_1124074542)
  PFN_vkCmdDrawIndexedIndirectCountKHR_1124077517 = (when declared(
      PFN_vkCmdDrawIndexedIndirectCountKHR):
    when ownSizeof(PFN_vkCmdDrawIndexedIndirectCountKHR) !=
        ownSizeof(PFN_vkCmdDrawIndexedIndirectCountKHR_1124077516):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndexedIndirectCountKHR" &
            " exists but with different size")
    PFN_vkCmdDrawIndexedIndirectCountKHR
  else:
    PFN_vkCmdDrawIndexedIndirectCountKHR_1124077516)
  enum_VkShaderGroupShaderKHR_1124082583 = (when declared(
      enum_VkShaderGroupShaderKHR):
    when ownSizeof(enum_VkShaderGroupShaderKHR) !=
        ownSizeof(enum_VkShaderGroupShaderKHR_1124082582):
      static :
        warning("Declaration of " & "enum_VkShaderGroupShaderKHR" &
            " exists but with different size")
    enum_VkShaderGroupShaderKHR
  else:
    enum_VkShaderGroupShaderKHR_1124082582)
  VkFenceCreateInfo_1124074619 = (when declared(VkFenceCreateInfo):
    when ownSizeof(VkFenceCreateInfo) != ownSizeof(VkFenceCreateInfo_1124074618):
      static :
        warning("Declaration of " & "VkFenceCreateInfo" &
            " exists but with different size")
    VkFenceCreateInfo
  else:
    VkFenceCreateInfo_1124074618)
  struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080897 = (when declared(
      struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080896):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI
  else:
    struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080896)
  struct_VkPhysicalDeviceExternalBufferInfo_1124075409 = (when declared(
      struct_VkPhysicalDeviceExternalBufferInfo):
    when ownSizeof(struct_VkPhysicalDeviceExternalBufferInfo) !=
        ownSizeof(struct_VkPhysicalDeviceExternalBufferInfo_1124075408):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceExternalBufferInfo" &
            " exists but with different size")
    struct_VkPhysicalDeviceExternalBufferInfo
  else:
    struct_VkPhysicalDeviceExternalBufferInfo_1124075408)
  struct_VkSurfaceFormatKHR_1124076493 = (when declared(
      struct_VkSurfaceFormatKHR):
    when ownSizeof(struct_VkSurfaceFormatKHR) !=
        ownSizeof(struct_VkSurfaceFormatKHR_1124076492):
      static :
        warning("Declaration of " & "struct_VkSurfaceFormatKHR" &
            " exists but with different size")
    struct_VkSurfaceFormatKHR
  else:
    struct_VkSurfaceFormatKHR_1124076492)
  PFN_vkCmdInsertDebugUtilsLabelEXT_1124079107 = (when declared(
      PFN_vkCmdInsertDebugUtilsLabelEXT):
    when ownSizeof(PFN_vkCmdInsertDebugUtilsLabelEXT) !=
        ownSizeof(PFN_vkCmdInsertDebugUtilsLabelEXT_1124079106):
      static :
        warning("Declaration of " & "PFN_vkCmdInsertDebugUtilsLabelEXT" &
            " exists but with different size")
    PFN_vkCmdInsertDebugUtilsLabelEXT
  else:
    PFN_vkCmdInsertDebugUtilsLabelEXT_1124079106)
  PFN_vkDestroySamplerYcbcrConversionKHR_1124077499 = (when declared(
      PFN_vkDestroySamplerYcbcrConversionKHR):
    when ownSizeof(PFN_vkDestroySamplerYcbcrConversionKHR) !=
        ownSizeof(PFN_vkDestroySamplerYcbcrConversionKHR_1124077498):
      static :
        warning("Declaration of " & "PFN_vkDestroySamplerYcbcrConversionKHR" &
            " exists but with different size")
    PFN_vkDestroySamplerYcbcrConversionKHR
  else:
    PFN_vkDestroySamplerYcbcrConversionKHR_1124077498)
  VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR_1124077561 = (when declared(
      VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR_1124077560):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR
  else:
    VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR_1124077560)
  VkDeviceBufferMemoryRequirements_1124076005 = (when declared(
      VkDeviceBufferMemoryRequirements):
    when ownSizeof(VkDeviceBufferMemoryRequirements) !=
        ownSizeof(VkDeviceBufferMemoryRequirements_1124076004):
      static :
        warning("Declaration of " & "VkDeviceBufferMemoryRequirements" &
            " exists but with different size")
    VkDeviceBufferMemoryRequirements
  else:
    VkDeviceBufferMemoryRequirements_1124076004)
  enum_VkRasterizationOrderAMD_1124078679 = (when declared(
      enum_VkRasterizationOrderAMD):
    when ownSizeof(enum_VkRasterizationOrderAMD) !=
        ownSizeof(enum_VkRasterizationOrderAMD_1124078678):
      static :
        warning("Declaration of " & "enum_VkRasterizationOrderAMD" &
            " exists but with different size")
    enum_VkRasterizationOrderAMD
  else:
    enum_VkRasterizationOrderAMD_1124078678)
  struct_VkPhysicalDevice4444FormatsFeaturesEXT_1124080473 = (when declared(
      struct_VkPhysicalDevice4444FormatsFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDevice4444FormatsFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDevice4444FormatsFeaturesEXT_1124080472):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevice4444FormatsFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevice4444FormatsFeaturesEXT
  else:
    struct_VkPhysicalDevice4444FormatsFeaturesEXT_1124080472)
  struct_VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082159 = (when declared(
      struct_VkPartitionedAccelerationStructureWriteInstanceDataNV):
    when ownSizeof(struct_VkPartitionedAccelerationStructureWriteInstanceDataNV) !=
        ownSizeof(struct_VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082158):
      static :
        warning("Declaration of " &
            "struct_VkPartitionedAccelerationStructureWriteInstanceDataNV" &
            " exists but with different size")
    struct_VkPartitionedAccelerationStructureWriteInstanceDataNV
  else:
    struct_VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082158)
  VkSurfaceCapabilitiesKHR_1124076491 = (when declared(VkSurfaceCapabilitiesKHR):
    when ownSizeof(VkSurfaceCapabilitiesKHR) !=
        ownSizeof(VkSurfaceCapabilitiesKHR_1124076490):
      static :
        warning("Declaration of " & "VkSurfaceCapabilitiesKHR" &
            " exists but with different size")
    VkSurfaceCapabilitiesKHR
  else:
    VkSurfaceCapabilitiesKHR_1124076490)
  VkMemoryAllocateFlagsInfoKHR_1124077111 = (when declared(
      VkMemoryAllocateFlagsInfoKHR):
    when ownSizeof(VkMemoryAllocateFlagsInfoKHR) !=
        ownSizeof(VkMemoryAllocateFlagsInfoKHR_1124077110):
      static :
        warning("Declaration of " & "VkMemoryAllocateFlagsInfoKHR" &
            " exists but with different size")
    VkMemoryAllocateFlagsInfoKHR
  else:
    VkMemoryAllocateFlagsInfoKHR_1124077110)
  struct_VkPhysicalDeviceMaintenance4Properties_1124075999 = (when declared(
      struct_VkPhysicalDeviceMaintenance4Properties):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance4Properties) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance4Properties_1124075998):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance4Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance4Properties
  else:
    struct_VkPhysicalDeviceMaintenance4Properties_1124075998)
  struct_VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082219 = (when declared(
      struct_VkGeneratedCommandsMemoryRequirementsInfoEXT):
    when ownSizeof(struct_VkGeneratedCommandsMemoryRequirementsInfoEXT) !=
        ownSizeof(struct_VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082218):
      static :
        warning("Declaration of " &
            "struct_VkGeneratedCommandsMemoryRequirementsInfoEXT" &
            " exists but with different size")
    struct_VkGeneratedCommandsMemoryRequirementsInfoEXT
  else:
    struct_VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082218)
  PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM_1124082397 = (when declared(
      PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM):
    when ownSizeof(PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM) !=
        ownSizeof(PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM_1124082396):
      static :
        warning("Declaration of " &
            "PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" &
            " exists but with different size")
    PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM
  else:
    PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM_1124082396)
  enum_VkSemaphoreType_1124075605 = (when declared(enum_VkSemaphoreType):
    when ownSizeof(enum_VkSemaphoreType) != ownSizeof(enum_VkSemaphoreType_1124075604):
      static :
        warning("Declaration of " & "enum_VkSemaphoreType" &
            " exists but with different size")
    enum_VkSemaphoreType
  else:
    enum_VkSemaphoreType_1124075604)
  enum_VkLineRasterizationMode_1124076201 = (when declared(
      enum_VkLineRasterizationMode):
    when ownSizeof(enum_VkLineRasterizationMode) !=
        ownSizeof(enum_VkLineRasterizationMode_1124076200):
      static :
        warning("Declaration of " & "enum_VkLineRasterizationMode" &
            " exists but with different size")
    enum_VkLineRasterizationMode
  else:
    enum_VkLineRasterizationMode_1124076200)
  VkCommandBufferInheritanceRenderingInfoKHR_1124077059 = (when declared(
      VkCommandBufferInheritanceRenderingInfoKHR):
    when ownSizeof(VkCommandBufferInheritanceRenderingInfoKHR) !=
        ownSizeof(VkCommandBufferInheritanceRenderingInfoKHR_1124077058):
      static :
        warning("Declaration of " & "VkCommandBufferInheritanceRenderingInfoKHR" &
            " exists but with different size")
    VkCommandBufferInheritanceRenderingInfoKHR
  else:
    VkCommandBufferInheritanceRenderingInfoKHR_1124077058)
  struct_VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077635 = (when declared(
      struct_VkRenderingFragmentShadingRateAttachmentInfoKHR):
    when ownSizeof(struct_VkRenderingFragmentShadingRateAttachmentInfoKHR) !=
        ownSizeof(struct_VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077634):
      static :
        warning("Declaration of " &
            "struct_VkRenderingFragmentShadingRateAttachmentInfoKHR" &
            " exists but with different size")
    struct_VkRenderingFragmentShadingRateAttachmentInfoKHR
  else:
    struct_VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077634)
  VkVideoChromaSubsamplingFlagBitsKHR_1124076649 = (when declared(
      VkVideoChromaSubsamplingFlagBitsKHR):
    when ownSizeof(VkVideoChromaSubsamplingFlagBitsKHR) !=
        ownSizeof(VkVideoChromaSubsamplingFlagBitsKHR_1124076648):
      static :
        warning("Declaration of " & "VkVideoChromaSubsamplingFlagBitsKHR" &
            " exists but with different size")
    VkVideoChromaSubsamplingFlagBitsKHR
  else:
    VkVideoChromaSubsamplingFlagBitsKHR_1124076648)
  enum_VkCoverageModulationModeNV_1124079191 = (when declared(
      enum_VkCoverageModulationModeNV):
    when ownSizeof(enum_VkCoverageModulationModeNV) !=
        ownSizeof(enum_VkCoverageModulationModeNV_1124079190):
      static :
        warning("Declaration of " & "enum_VkCoverageModulationModeNV" &
            " exists but with different size")
    enum_VkCoverageModulationModeNV
  else:
    enum_VkCoverageModulationModeNV_1124079190)
  enum_VkCommandPoolResetFlagBits_1124074289 = (when declared(
      enum_VkCommandPoolResetFlagBits):
    when ownSizeof(enum_VkCommandPoolResetFlagBits) !=
        ownSizeof(enum_VkCommandPoolResetFlagBits_1124074288):
      static :
        warning("Declaration of " & "enum_VkCommandPoolResetFlagBits" &
            " exists but with different size")
    enum_VkCommandPoolResetFlagBits
  else:
    enum_VkCommandPoolResetFlagBits_1124074288)
  VkSubpassDependency2KHR_1124077273 = (when declared(VkSubpassDependency2KHR):
    when ownSizeof(VkSubpassDependency2KHR) !=
        ownSizeof(VkSubpassDependency2KHR_1124077272):
      static :
        warning("Declaration of " & "VkSubpassDependency2KHR" &
            " exists but with different size")
    VkSubpassDependency2KHR
  else:
    VkSubpassDependency2KHR_1124077272)
  VkCalibratedTimestampInfoKHR_1124078383 = (when declared(
      VkCalibratedTimestampInfoKHR):
    when ownSizeof(VkCalibratedTimestampInfoKHR) !=
        ownSizeof(VkCalibratedTimestampInfoKHR_1124078382):
      static :
        warning("Declaration of " & "VkCalibratedTimestampInfoKHR" &
            " exists but with different size")
    VkCalibratedTimestampInfoKHR
  else:
    VkCalibratedTimestampInfoKHR_1124078382)
  struct_VkPhysicalDevicePushDescriptorProperties_1124076349 = (when declared(
      struct_VkPhysicalDevicePushDescriptorProperties):
    when ownSizeof(struct_VkPhysicalDevicePushDescriptorProperties) !=
        ownSizeof(struct_VkPhysicalDevicePushDescriptorProperties_1124076348):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePushDescriptorProperties" &
            " exists but with different size")
    struct_VkPhysicalDevicePushDescriptorProperties
  else:
    struct_VkPhysicalDevicePushDescriptorProperties_1124076348)
  enum_VkStencilFaceFlagBits_1124074435 = (when declared(
      enum_VkStencilFaceFlagBits):
    when ownSizeof(enum_VkStencilFaceFlagBits) !=
        ownSizeof(enum_VkStencilFaceFlagBits_1124074434):
      static :
        warning("Declaration of " & "enum_VkStencilFaceFlagBits" &
            " exists but with different size")
    enum_VkStencilFaceFlagBits
  else:
    enum_VkStencilFaceFlagBits_1124074434)
  VkVideoEncodeH264SessionCreateInfoKHR_1124076841 = (when declared(
      VkVideoEncodeH264SessionCreateInfoKHR):
    when ownSizeof(VkVideoEncodeH264SessionCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeH264SessionCreateInfoKHR_1124076840):
      static :
        warning("Declaration of " & "VkVideoEncodeH264SessionCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264SessionCreateInfoKHR
  else:
    VkVideoEncodeH264SessionCreateInfoKHR_1124076840)
  VkPhysicalDevice8BitStorageFeaturesKHR_1124077521 = (when declared(
      VkPhysicalDevice8BitStorageFeaturesKHR):
    when ownSizeof(VkPhysicalDevice8BitStorageFeaturesKHR) !=
        ownSizeof(VkPhysicalDevice8BitStorageFeaturesKHR_1124077520):
      static :
        warning("Declaration of " & "VkPhysicalDevice8BitStorageFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevice8BitStorageFeaturesKHR
  else:
    VkPhysicalDevice8BitStorageFeaturesKHR_1124077520)
  enum_VkCoverageReductionModeNV_1124079827 = (when declared(
      enum_VkCoverageReductionModeNV):
    when ownSizeof(enum_VkCoverageReductionModeNV) !=
        ownSizeof(enum_VkCoverageReductionModeNV_1124079826):
      static :
        warning("Declaration of " & "enum_VkCoverageReductionModeNV" &
            " exists but with different size")
    enum_VkCoverageReductionModeNV
  else:
    enum_VkCoverageReductionModeNV_1124079826)
  VkBlendOverlapEXT_1124079171 = (when declared(VkBlendOverlapEXT):
    when ownSizeof(VkBlendOverlapEXT) != ownSizeof(VkBlendOverlapEXT_1124079170):
      static :
        warning("Declaration of " & "VkBlendOverlapEXT" &
            " exists but with different size")
    VkBlendOverlapEXT
  else:
    VkBlendOverlapEXT_1124079170)
  struct_VkOpticalFlowImageFormatPropertiesNV_1124081449 = (when declared(
      struct_VkOpticalFlowImageFormatPropertiesNV):
    when ownSizeof(struct_VkOpticalFlowImageFormatPropertiesNV) !=
        ownSizeof(struct_VkOpticalFlowImageFormatPropertiesNV_1124081448):
      static :
        warning("Declaration of " &
            "struct_VkOpticalFlowImageFormatPropertiesNV" &
            " exists but with different size")
    struct_VkOpticalFlowImageFormatPropertiesNV
  else:
    struct_VkOpticalFlowImageFormatPropertiesNV_1124081448)
  VkVideoCodingControlFlagBitsKHR_1124076683 = (when declared(
      VkVideoCodingControlFlagBitsKHR):
    when ownSizeof(VkVideoCodingControlFlagBitsKHR) !=
        ownSizeof(VkVideoCodingControlFlagBitsKHR_1124076682):
      static :
        warning("Declaration of " & "VkVideoCodingControlFlagBitsKHR" &
            " exists but with different size")
    VkVideoCodingControlFlagBitsKHR
  else:
    VkVideoCodingControlFlagBitsKHR_1124076682)
  VkQueryControlFlags_1124074305 = (when declared(VkQueryControlFlags):
    when ownSizeof(VkQueryControlFlags) != ownSizeof(VkQueryControlFlags_1124074304):
      static :
        warning("Declaration of " & "VkQueryControlFlags" &
            " exists but with different size")
    VkQueryControlFlags
  else:
    VkQueryControlFlags_1124074304)
  VkDescriptorSet_1124073989 = (when declared(VkDescriptorSet):
    when ownSizeof(VkDescriptorSet) != ownSizeof(VkDescriptorSet_1124073988):
      static :
        warning("Declaration of " & "VkDescriptorSet" &
            " exists but with different size")
    VkDescriptorSet
  else:
    VkDescriptorSet_1124073988)
  struct_VkPhysicalDeviceVertexAttributeDivisorProperties_1124076397 = (when declared(
      struct_VkPhysicalDeviceVertexAttributeDivisorProperties):
    when ownSizeof(struct_VkPhysicalDeviceVertexAttributeDivisorProperties) !=
        ownSizeof(struct_VkPhysicalDeviceVertexAttributeDivisorProperties_1124076396):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVertexAttributeDivisorProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceVertexAttributeDivisorProperties
  else:
    struct_VkPhysicalDeviceVertexAttributeDivisorProperties_1124076396)
  struct_VkAccelerationStructureCreateInfoKHR_1124082515 = (when declared(
      struct_VkAccelerationStructureCreateInfoKHR):
    when ownSizeof(struct_VkAccelerationStructureCreateInfoKHR) !=
        ownSizeof(struct_VkAccelerationStructureCreateInfoKHR_1124082514):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureCreateInfoKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureCreateInfoKHR
  else:
    struct_VkAccelerationStructureCreateInfoKHR_1124082514)
  VkExternalTensorPropertiesARM_1124081331 = (when declared(
      VkExternalTensorPropertiesARM):
    when ownSizeof(VkExternalTensorPropertiesARM) !=
        ownSizeof(VkExternalTensorPropertiesARM_1124081330):
      static :
        warning("Declaration of " & "VkExternalTensorPropertiesARM" &
            " exists but with different size")
    VkExternalTensorPropertiesARM
  else:
    VkExternalTensorPropertiesARM_1124081330)
  PFN_vkCmdSetBlendConstants_1124075131 = (when declared(
      PFN_vkCmdSetBlendConstants):
    when ownSizeof(PFN_vkCmdSetBlendConstants) !=
        ownSizeof(PFN_vkCmdSetBlendConstants_1124075130):
      static :
        warning("Declaration of " & "PFN_vkCmdSetBlendConstants" &
            " exists but with different size")
    PFN_vkCmdSetBlendConstants
  else:
    PFN_vkCmdSetBlendConstants_1124075130)
  struct_VkImageSubresource2_1124076265 = (when declared(
      struct_VkImageSubresource2):
    when ownSizeof(struct_VkImageSubresource2) !=
        ownSizeof(struct_VkImageSubresource2_1124076264):
      static :
        warning("Declaration of " & "struct_VkImageSubresource2" &
            " exists but with different size")
    struct_VkImageSubresource2
  else:
    struct_VkImageSubresource2_1124076264)
  VkPhysicalDeviceMaintenance10FeaturesKHR_1124078635 = (when declared(
      VkPhysicalDeviceMaintenance10FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance10FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance10FeaturesKHR_1124078634):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance10FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance10FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance10FeaturesKHR_1124078634)
  VkFormatProperties2KHR_1124077075 = (when declared(VkFormatProperties2KHR):
    when ownSizeof(VkFormatProperties2KHR) != ownSizeof(VkFormatProperties2KHR_1124077074):
      static :
        warning("Declaration of " & "VkFormatProperties2KHR" &
            " exists but with different size")
    VkFormatProperties2KHR
  else:
    VkFormatProperties2KHR_1124077074)
  PFN_vkCmdDrawMeshTasksIndirectNV_1124079579 = (when declared(
      PFN_vkCmdDrawMeshTasksIndirectNV):
    when ownSizeof(PFN_vkCmdDrawMeshTasksIndirectNV) !=
        ownSizeof(PFN_vkCmdDrawMeshTasksIndirectNV_1124079578):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectNV" &
            " exists but with different size")
    PFN_vkCmdDrawMeshTasksIndirectNV
  else:
    PFN_vkCmdDrawMeshTasksIndirectNV_1124079578)
  struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081547 = (when declared(
      struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081546):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM
  else:
    struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081546)
  VkDisplayEventTypeEXT_1124078927 = (when declared(VkDisplayEventTypeEXT):
    when ownSizeof(VkDisplayEventTypeEXT) != ownSizeof(VkDisplayEventTypeEXT_1124078926):
      static :
        warning("Declaration of " & "VkDisplayEventTypeEXT" &
            " exists but with different size")
    VkDisplayEventTypeEXT
  else:
    VkDisplayEventTypeEXT_1124078926)
  VkRenderPassCreateInfo_1124074863 = (when declared(VkRenderPassCreateInfo):
    when ownSizeof(VkRenderPassCreateInfo) != ownSizeof(VkRenderPassCreateInfo_1124074862):
      static :
        warning("Declaration of " & "VkRenderPassCreateInfo" &
            " exists but with different size")
    VkRenderPassCreateInfo
  else:
    VkRenderPassCreateInfo_1124074862)
  VkTensorTilingARM_1124081251 = (when declared(VkTensorTilingARM):
    when ownSizeof(VkTensorTilingARM) != ownSizeof(VkTensorTilingARM_1124081250):
      static :
        warning("Declaration of " & "VkTensorTilingARM" &
            " exists but with different size")
    VkTensorTilingARM
  else:
    VkTensorTilingARM_1124081250)
  struct_VkExternalComputeQueueDataParamsNV_1124081983 = (when declared(
      struct_VkExternalComputeQueueDataParamsNV):
    when ownSizeof(struct_VkExternalComputeQueueDataParamsNV) !=
        ownSizeof(struct_VkExternalComputeQueueDataParamsNV_1124081982):
      static :
        warning("Declaration of " & "struct_VkExternalComputeQueueDataParamsNV" &
            " exists but with different size")
    struct_VkExternalComputeQueueDataParamsNV
  else:
    struct_VkExternalComputeQueueDataParamsNV_1124081982)
  PFN_vkCmdBuildAccelerationStructuresKHR_1124082555 = (when declared(
      PFN_vkCmdBuildAccelerationStructuresKHR):
    when ownSizeof(PFN_vkCmdBuildAccelerationStructuresKHR) !=
        ownSizeof(PFN_vkCmdBuildAccelerationStructuresKHR_1124082554):
      static :
        warning("Declaration of " & "PFN_vkCmdBuildAccelerationStructuresKHR" &
            " exists but with different size")
    PFN_vkCmdBuildAccelerationStructuresKHR
  else:
    PFN_vkCmdBuildAccelerationStructuresKHR_1124082554)
  enum_VkPrimitiveTopology_1124074113 = (when declared(enum_VkPrimitiveTopology):
    when ownSizeof(enum_VkPrimitiveTopology) !=
        ownSizeof(enum_VkPrimitiveTopology_1124074112):
      static :
        warning("Declaration of " & "enum_VkPrimitiveTopology" &
            " exists but with different size")
    enum_VkPrimitiveTopology
  else:
    enum_VkPrimitiveTopology_1124074112)
  struct_VkSurfaceProtectedCapabilitiesKHR_1124077657 = (when declared(
      struct_VkSurfaceProtectedCapabilitiesKHR):
    when ownSizeof(struct_VkSurfaceProtectedCapabilitiesKHR) !=
        ownSizeof(struct_VkSurfaceProtectedCapabilitiesKHR_1124077656):
      static :
        warning("Declaration of " & "struct_VkSurfaceProtectedCapabilitiesKHR" &
            " exists but with different size")
    struct_VkSurfaceProtectedCapabilitiesKHR
  else:
    struct_VkSurfaceProtectedCapabilitiesKHR_1124077656)
  VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079483 = (when declared(
      VkPipelineRepresentativeFragmentTestStateCreateInfoNV):
    when ownSizeof(VkPipelineRepresentativeFragmentTestStateCreateInfoNV) !=
        ownSizeof(VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079482):
      static :
        warning("Declaration of " &
            "VkPipelineRepresentativeFragmentTestStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineRepresentativeFragmentTestStateCreateInfoNV
  else:
    VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079482)
  StdVideoAV1ColorConfig_1124083061 = (when declared(StdVideoAV1ColorConfig):
    when ownSizeof(StdVideoAV1ColorConfig) != ownSizeof(StdVideoAV1ColorConfig_1124083060):
      static :
        warning("Declaration of " & "StdVideoAV1ColorConfig" &
            " exists but with different size")
    StdVideoAV1ColorConfig
  else:
    StdVideoAV1ColorConfig_1124083060)
  PFN_vkDestroySampler_1124075075 = (when declared(PFN_vkDestroySampler):
    when ownSizeof(PFN_vkDestroySampler) != ownSizeof(PFN_vkDestroySampler_1124075074):
      static :
        warning("Declaration of " & "PFN_vkDestroySampler" &
            " exists but with different size")
    PFN_vkDestroySampler
  else:
    PFN_vkDestroySampler_1124075074)
  struct_VkQueueFamilyVideoPropertiesKHR_1124076691 = (when declared(
      struct_VkQueueFamilyVideoPropertiesKHR):
    when ownSizeof(struct_VkQueueFamilyVideoPropertiesKHR) !=
        ownSizeof(struct_VkQueueFamilyVideoPropertiesKHR_1124076690):
      static :
        warning("Declaration of " & "struct_VkQueueFamilyVideoPropertiesKHR" &
            " exists but with different size")
    struct_VkQueueFamilyVideoPropertiesKHR
  else:
    struct_VkQueueFamilyVideoPropertiesKHR_1124076690)
  struct_VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080759 = (when declared(
      struct_VkPhysicalDeviceShaderTileImageFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderTileImageFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080758):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderTileImageFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderTileImageFeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080758)
  struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078513 = (when declared(
      struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078512):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR
  else:
    struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078512)
  PFN_vkImportSemaphoreFdKHR_1124077213 = (when declared(
      PFN_vkImportSemaphoreFdKHR):
    when ownSizeof(PFN_vkImportSemaphoreFdKHR) !=
        ownSizeof(PFN_vkImportSemaphoreFdKHR_1124077212):
      static :
        warning("Declaration of " & "PFN_vkImportSemaphoreFdKHR" &
            " exists but with different size")
    PFN_vkImportSemaphoreFdKHR
  else:
    PFN_vkImportSemaphoreFdKHR_1124077212)
  VkPipelineCoverageModulationStateCreateFlagsNV_1124079195 = (when declared(
      VkPipelineCoverageModulationStateCreateFlagsNV):
    when ownSizeof(VkPipelineCoverageModulationStateCreateFlagsNV) !=
        ownSizeof(VkPipelineCoverageModulationStateCreateFlagsNV_1124079194):
      static :
        warning("Declaration of " &
            "VkPipelineCoverageModulationStateCreateFlagsNV" &
            " exists but with different size")
    VkPipelineCoverageModulationStateCreateFlagsNV
  else:
    VkPipelineCoverageModulationStateCreateFlagsNV_1124079194)
  struct_VkMemoryDedicatedAllocateInfoTensorARM_1124081321 = (when declared(
      struct_VkMemoryDedicatedAllocateInfoTensorARM):
    when ownSizeof(struct_VkMemoryDedicatedAllocateInfoTensorARM) !=
        ownSizeof(struct_VkMemoryDedicatedAllocateInfoTensorARM_1124081320):
      static :
        warning("Declaration of " &
            "struct_VkMemoryDedicatedAllocateInfoTensorARM" &
            " exists but with different size")
    struct_VkMemoryDedicatedAllocateInfoTensorARM
  else:
    struct_VkMemoryDedicatedAllocateInfoTensorARM_1124081320)
  VkPhysicalDeviceSchedulingControlsFlagsARM_1124080923 = (when declared(
      VkPhysicalDeviceSchedulingControlsFlagsARM):
    when ownSizeof(VkPhysicalDeviceSchedulingControlsFlagsARM) !=
        ownSizeof(VkPhysicalDeviceSchedulingControlsFlagsARM_1124080922):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSchedulingControlsFlagsARM" &
            " exists but with different size")
    VkPhysicalDeviceSchedulingControlsFlagsARM
  else:
    VkPhysicalDeviceSchedulingControlsFlagsARM_1124080922)
  VkCoverageModulationModeNV_1124079193 = (when declared(
      VkCoverageModulationModeNV):
    when ownSizeof(VkCoverageModulationModeNV) !=
        ownSizeof(VkCoverageModulationModeNV_1124079192):
      static :
        warning("Declaration of " & "VkCoverageModulationModeNV" &
            " exists but with different size")
    VkCoverageModulationModeNV
  else:
    VkCoverageModulationModeNV_1124079192)
  enum_VkShaderCreateFlagBitsEXT_1124081513 = (when declared(
      enum_VkShaderCreateFlagBitsEXT):
    when ownSizeof(enum_VkShaderCreateFlagBitsEXT) !=
        ownSizeof(enum_VkShaderCreateFlagBitsEXT_1124081512):
      static :
        warning("Declaration of " & "enum_VkShaderCreateFlagBitsEXT" &
            " exists but with different size")
    enum_VkShaderCreateFlagBitsEXT
  else:
    enum_VkShaderCreateFlagBitsEXT_1124081512)
  VkImageViewHandleInfoNVX_1124078779 = (when declared(VkImageViewHandleInfoNVX):
    when ownSizeof(VkImageViewHandleInfoNVX) !=
        ownSizeof(VkImageViewHandleInfoNVX_1124078778):
      static :
        warning("Declaration of " & "VkImageViewHandleInfoNVX" &
            " exists but with different size")
    VkImageViewHandleInfoNVX
  else:
    VkImageViewHandleInfoNVX_1124078778)
  struct_VkPipelineRasterizationStateRasterizationOrderAMD_1124078683 = (when declared(
      struct_VkPipelineRasterizationStateRasterizationOrderAMD):
    when ownSizeof(struct_VkPipelineRasterizationStateRasterizationOrderAMD) !=
        ownSizeof(struct_VkPipelineRasterizationStateRasterizationOrderAMD_1124078682):
      static :
        warning("Declaration of " &
            "struct_VkPipelineRasterizationStateRasterizationOrderAMD" &
            " exists but with different size")
    struct_VkPipelineRasterizationStateRasterizationOrderAMD
  else:
    struct_VkPipelineRasterizationStateRasterizationOrderAMD_1124078682)
  VkDescriptorDataEXT_1124080287 = (when declared(VkDescriptorDataEXT):
    when ownSizeof(VkDescriptorDataEXT) != ownSizeof(VkDescriptorDataEXT_1124080286):
      static :
        warning("Declaration of " & "VkDescriptorDataEXT" &
            " exists but with different size")
    VkDescriptorDataEXT
  else:
    VkDescriptorDataEXT_1124080286)
  struct_VkCooperativeVectorPropertiesNV_1124081597 = (when declared(
      struct_VkCooperativeVectorPropertiesNV):
    when ownSizeof(struct_VkCooperativeVectorPropertiesNV) !=
        ownSizeof(struct_VkCooperativeVectorPropertiesNV_1124081596):
      static :
        warning("Declaration of " & "struct_VkCooperativeVectorPropertiesNV" &
            " exists but with different size")
    struct_VkCooperativeVectorPropertiesNV
  else:
    struct_VkCooperativeVectorPropertiesNV_1124081596)
  union_VkIndirectExecutionSetInfoEXT_1124082235 = (when declared(
      union_VkIndirectExecutionSetInfoEXT):
    when ownSizeof(union_VkIndirectExecutionSetInfoEXT) !=
        ownSizeof(union_VkIndirectExecutionSetInfoEXT_1124082234):
      static :
        warning("Declaration of " & "union_VkIndirectExecutionSetInfoEXT" &
            " exists but with different size")
    union_VkIndirectExecutionSetInfoEXT
  else:
    union_VkIndirectExecutionSetInfoEXT_1124082234)
  struct_VkCommandPoolCreateInfo_1124074649 = (when declared(
      struct_VkCommandPoolCreateInfo):
    when ownSizeof(struct_VkCommandPoolCreateInfo) !=
        ownSizeof(struct_VkCommandPoolCreateInfo_1124074648):
      static :
        warning("Declaration of " & "struct_VkCommandPoolCreateInfo" &
            " exists but with different size")
    struct_VkCommandPoolCreateInfo
  else:
    struct_VkCommandPoolCreateInfo_1124074648)
  struct_VkVideoEncodeH264CapabilitiesKHR_1124076825 = (when declared(
      struct_VkVideoEncodeH264CapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeH264CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeH264CapabilitiesKHR_1124076824):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264CapabilitiesKHR
  else:
    struct_VkVideoEncodeH264CapabilitiesKHR_1124076824)
  VkWriteDescriptorSetInlineUniformBlockEXT_1124079129 = (when declared(
      VkWriteDescriptorSetInlineUniformBlockEXT):
    when ownSizeof(VkWriteDescriptorSetInlineUniformBlockEXT) !=
        ownSizeof(VkWriteDescriptorSetInlineUniformBlockEXT_1124079128):
      static :
        warning("Declaration of " & "VkWriteDescriptorSetInlineUniformBlockEXT" &
            " exists but with different size")
    VkWriteDescriptorSetInlineUniformBlockEXT
  else:
    VkWriteDescriptorSetInlineUniformBlockEXT_1124079128)
  VkDeviceAddressBindingCallbackDataEXT_1124080573 = (when declared(
      VkDeviceAddressBindingCallbackDataEXT):
    when ownSizeof(VkDeviceAddressBindingCallbackDataEXT) !=
        ownSizeof(VkDeviceAddressBindingCallbackDataEXT_1124080572):
      static :
        warning("Declaration of " & "VkDeviceAddressBindingCallbackDataEXT" &
            " exists but with different size")
    VkDeviceAddressBindingCallbackDataEXT
  else:
    VkDeviceAddressBindingCallbackDataEXT_1124080572)
  VkMemoryOpaqueCaptureAddressAllocateInfoKHR_1124077681 = (when declared(
      VkMemoryOpaqueCaptureAddressAllocateInfoKHR):
    when ownSizeof(VkMemoryOpaqueCaptureAddressAllocateInfoKHR) !=
        ownSizeof(VkMemoryOpaqueCaptureAddressAllocateInfoKHR_1124077680):
      static :
        warning("Declaration of " &
            "VkMemoryOpaqueCaptureAddressAllocateInfoKHR" &
            " exists but with different size")
    VkMemoryOpaqueCaptureAddressAllocateInfoKHR
  else:
    VkMemoryOpaqueCaptureAddressAllocateInfoKHR_1124077680)
  VkCopyMicromapToMemoryInfoEXT_1124080839 = (when declared(
      VkCopyMicromapToMemoryInfoEXT):
    when ownSizeof(VkCopyMicromapToMemoryInfoEXT) !=
        ownSizeof(VkCopyMicromapToMemoryInfoEXT_1124080838):
      static :
        warning("Declaration of " & "VkCopyMicromapToMemoryInfoEXT" &
            " exists but with different size")
    VkCopyMicromapToMemoryInfoEXT
  else:
    VkCopyMicromapToMemoryInfoEXT_1124080838)
  enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081723 = (when declared(
      enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM):
    when ownSizeof(enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM) !=
        ownSizeof(enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081722):
      static :
        warning("Declaration of " &
            "enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM" &
            " exists but with different size")
    enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM
  else:
    enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081722)
  VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078883 = (when declared(
      VkPhysicalDeviceConditionalRenderingFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceConditionalRenderingFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078882):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceConditionalRenderingFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceConditionalRenderingFeaturesEXT
  else:
    VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078882)
  VkVideoDecodeH265ProfileInfoKHR_1124077531 = (when declared(
      VkVideoDecodeH265ProfileInfoKHR):
    when ownSizeof(VkVideoDecodeH265ProfileInfoKHR) !=
        ownSizeof(VkVideoDecodeH265ProfileInfoKHR_1124077530):
      static :
        warning("Declaration of " & "VkVideoDecodeH265ProfileInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH265ProfileInfoKHR
  else:
    VkVideoDecodeH265ProfileInfoKHR_1124077530)
  PFN_vkGetTensorOpaqueCaptureDescriptorDataARM_1124081379 = (when declared(
      PFN_vkGetTensorOpaqueCaptureDescriptorDataARM):
    when ownSizeof(PFN_vkGetTensorOpaqueCaptureDescriptorDataARM) !=
        ownSizeof(PFN_vkGetTensorOpaqueCaptureDescriptorDataARM_1124081378):
      static :
        warning("Declaration of " &
            "PFN_vkGetTensorOpaqueCaptureDescriptorDataARM" &
            " exists but with different size")
    PFN_vkGetTensorOpaqueCaptureDescriptorDataARM
  else:
    PFN_vkGetTensorOpaqueCaptureDescriptorDataARM_1124081378)
  struct_VkVideoDecodeUsageInfoKHR_1124076797 = (when declared(
      struct_VkVideoDecodeUsageInfoKHR):
    when ownSizeof(struct_VkVideoDecodeUsageInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeUsageInfoKHR_1124076796):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeUsageInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeUsageInfoKHR
  else:
    struct_VkVideoDecodeUsageInfoKHR_1124076796)
  struct_VkBindImagePlaneMemoryInfo_1124075389 = (when declared(
      struct_VkBindImagePlaneMemoryInfo):
    when ownSizeof(struct_VkBindImagePlaneMemoryInfo) !=
        ownSizeof(struct_VkBindImagePlaneMemoryInfo_1124075388):
      static :
        warning("Declaration of " & "struct_VkBindImagePlaneMemoryInfo" &
            " exists but with different size")
    struct_VkBindImagePlaneMemoryInfo
  else:
    struct_VkBindImagePlaneMemoryInfo_1124075388)
  VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078063 = (when declared(
      VkPhysicalDevicePipelineBinaryPropertiesKHR):
    when ownSizeof(VkPhysicalDevicePipelineBinaryPropertiesKHR) !=
        ownSizeof(VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078062):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineBinaryPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDevicePipelineBinaryPropertiesKHR
  else:
    VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078062)
  VkSetStateFlagsIndirectCommandNV_1124080059 = (when declared(
      VkSetStateFlagsIndirectCommandNV):
    when ownSizeof(VkSetStateFlagsIndirectCommandNV) !=
        ownSizeof(VkSetStateFlagsIndirectCommandNV_1124080058):
      static :
        warning("Declaration of " & "VkSetStateFlagsIndirectCommandNV" &
            " exists but with different size")
    VkSetStateFlagsIndirectCommandNV
  else:
    VkSetStateFlagsIndirectCommandNV_1124080058)
  struct_VkWriteDescriptorSetInlineUniformBlock_1124076059 = (when declared(
      struct_VkWriteDescriptorSetInlineUniformBlock):
    when ownSizeof(struct_VkWriteDescriptorSetInlineUniformBlock) !=
        ownSizeof(struct_VkWriteDescriptorSetInlineUniformBlock_1124076058):
      static :
        warning("Declaration of " &
            "struct_VkWriteDescriptorSetInlineUniformBlock" &
            " exists but with different size")
    struct_VkWriteDescriptorSetInlineUniformBlock
  else:
    struct_VkWriteDescriptorSetInlineUniformBlock_1124076058)
  VkCompressedTriangleFormatAMDX_1124082895 = (when declared(
      VkCompressedTriangleFormatAMDX):
    when ownSizeof(VkCompressedTriangleFormatAMDX) !=
        ownSizeof(VkCompressedTriangleFormatAMDX_1124082894):
      static :
        warning("Declaration of " & "VkCompressedTriangleFormatAMDX" &
            " exists but with different size")
    VkCompressedTriangleFormatAMDX
  else:
    VkCompressedTriangleFormatAMDX_1124082894)
  struct_VkSamplerReductionModeCreateInfo_1124075751 = (when declared(
      struct_VkSamplerReductionModeCreateInfo):
    when ownSizeof(struct_VkSamplerReductionModeCreateInfo) !=
        ownSizeof(struct_VkSamplerReductionModeCreateInfo_1124075750):
      static :
        warning("Declaration of " & "struct_VkSamplerReductionModeCreateInfo" &
            " exists but with different size")
    struct_VkSamplerReductionModeCreateInfo
  else:
    struct_VkSamplerReductionModeCreateInfo_1124075750)
  struct_VkVideoSessionMemoryRequirementsKHR_1124076723 = (when declared(
      struct_VkVideoSessionMemoryRequirementsKHR):
    when ownSizeof(struct_VkVideoSessionMemoryRequirementsKHR) !=
        ownSizeof(struct_VkVideoSessionMemoryRequirementsKHR_1124076722):
      static :
        warning("Declaration of " & "struct_VkVideoSessionMemoryRequirementsKHR" &
            " exists but with different size")
    struct_VkVideoSessionMemoryRequirementsKHR
  else:
    struct_VkVideoSessionMemoryRequirementsKHR_1124076722)
  VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080271 = (when declared(
      VkPhysicalDeviceDescriptorBufferFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDescriptorBufferFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080270):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorBufferFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorBufferFeaturesEXT
  else:
    VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080270)
  VkFormatProperties_1124074507 = (when declared(VkFormatProperties):
    when ownSizeof(VkFormatProperties) != ownSizeof(VkFormatProperties_1124074506):
      static :
        warning("Declaration of " & "VkFormatProperties" &
            " exists but with different size")
    VkFormatProperties
  else:
    VkFormatProperties_1124074506)
  VkVideoDecodeH265CapabilitiesKHR_1124077535 = (when declared(
      VkVideoDecodeH265CapabilitiesKHR):
    when ownSizeof(VkVideoDecodeH265CapabilitiesKHR) !=
        ownSizeof(VkVideoDecodeH265CapabilitiesKHR_1124077534):
      static :
        warning("Declaration of " & "VkVideoDecodeH265CapabilitiesKHR" &
            " exists but with different size")
    VkVideoDecodeH265CapabilitiesKHR
  else:
    VkVideoDecodeH265CapabilitiesKHR_1124077534)
  VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078307 = (when declared(
      VkVideoEncodeAV1GopRemainingFrameInfoKHR):
    when ownSizeof(VkVideoEncodeAV1GopRemainingFrameInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078306):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1GopRemainingFrameInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1GopRemainingFrameInfoKHR
  else:
    VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078306)
  PFN_vkAntiLagUpdateAMD_1124081501 = (when declared(PFN_vkAntiLagUpdateAMD):
    when ownSizeof(PFN_vkAntiLagUpdateAMD) != ownSizeof(PFN_vkAntiLagUpdateAMD_1124081500):
      static :
        warning("Declaration of " & "PFN_vkAntiLagUpdateAMD" &
            " exists but with different size")
    PFN_vkAntiLagUpdateAMD
  else:
    PFN_vkAntiLagUpdateAMD_1124081500)
  struct_VkImportFenceFdInfoKHR_1124077313 = (when declared(
      struct_VkImportFenceFdInfoKHR):
    when ownSizeof(struct_VkImportFenceFdInfoKHR) !=
        ownSizeof(struct_VkImportFenceFdInfoKHR_1124077312):
      static :
        warning("Declaration of " & "struct_VkImportFenceFdInfoKHR" &
            " exists but with different size")
    struct_VkImportFenceFdInfoKHR
  else:
    struct_VkImportFenceFdInfoKHR_1124077312)
  struct_VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076067 = (when declared(
      struct_VkPhysicalDeviceShaderIntegerDotProductFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderIntegerDotProductFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076066):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderIntegerDotProductFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderIntegerDotProductFeatures
  else:
    struct_VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076066)
  VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075497 = (when declared(
      VkPhysicalDeviceSamplerYcbcrConversionFeatures):
    when ownSizeof(VkPhysicalDeviceSamplerYcbcrConversionFeatures) !=
        ownSizeof(VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075496):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSamplerYcbcrConversionFeatures" &
            " exists but with different size")
    VkPhysicalDeviceSamplerYcbcrConversionFeatures
  else:
    VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075496)
  VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079205 = (when declared(
      VkPhysicalDeviceShaderSMBuiltinsPropertiesNV):
    when ownSizeof(VkPhysicalDeviceShaderSMBuiltinsPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079204):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderSMBuiltinsPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceShaderSMBuiltinsPropertiesNV
  else:
    VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079204)
  VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078527 = (when declared(
      VkVideoFormatAV1QuantizationMapPropertiesKHR):
    when ownSizeof(VkVideoFormatAV1QuantizationMapPropertiesKHR) !=
        ownSizeof(VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078526):
      static :
        warning("Declaration of " &
            "VkVideoFormatAV1QuantizationMapPropertiesKHR" &
            " exists but with different size")
    VkVideoFormatAV1QuantizationMapPropertiesKHR
  else:
    VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078526)
  struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082101 = (when declared(
      struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082100):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV
  else:
    struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082100)
  struct_VkSwapchainPresentFenceInfoKHR_1124078143 = (when declared(
      struct_VkSwapchainPresentFenceInfoKHR):
    when ownSizeof(struct_VkSwapchainPresentFenceInfoKHR) !=
        ownSizeof(struct_VkSwapchainPresentFenceInfoKHR_1124078142):
      static :
        warning("Declaration of " & "struct_VkSwapchainPresentFenceInfoKHR" &
            " exists but with different size")
    struct_VkSwapchainPresentFenceInfoKHR
  else:
    struct_VkSwapchainPresentFenceInfoKHR_1124078142)
  struct_VkPresentRegionsKHR_1124077237 = (when declared(
      struct_VkPresentRegionsKHR):
    when ownSizeof(struct_VkPresentRegionsKHR) !=
        ownSizeof(struct_VkPresentRegionsKHR_1124077236):
      static :
        warning("Declaration of " & "struct_VkPresentRegionsKHR" &
            " exists but with different size")
    struct_VkPresentRegionsKHR
  else:
    struct_VkPresentRegionsKHR_1124077236)
  PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR_1124077445 = (when declared(
      PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR_1124077444):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR_1124077444)
  VkGeometryDataNV_1124079403 = (when declared(VkGeometryDataNV):
    when ownSizeof(VkGeometryDataNV) != ownSizeof(VkGeometryDataNV_1124079402):
      static :
        warning("Declaration of " & "VkGeometryDataNV" &
            " exists but with different size")
    VkGeometryDataNV
  else:
    VkGeometryDataNV_1124079402)
  PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT_1124080333 = (when declared(
      PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT):
    when ownSizeof(PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT) !=
        ownSizeof(PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT_1124080332):
      static :
        warning("Declaration of " &
            "PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT" &
            " exists but with different size")
    PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT
  else:
    PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT_1124080332)
  struct_VkWin32KeyedMutexAcquireReleaseInfoNV_1124082737 = (when declared(
      struct_VkWin32KeyedMutexAcquireReleaseInfoNV):
    when ownSizeof(struct_VkWin32KeyedMutexAcquireReleaseInfoNV) !=
        ownSizeof(struct_VkWin32KeyedMutexAcquireReleaseInfoNV_1124082736):
      static :
        warning("Declaration of " &
            "struct_VkWin32KeyedMutexAcquireReleaseInfoNV" &
            " exists but with different size")
    struct_VkWin32KeyedMutexAcquireReleaseInfoNV
  else:
    struct_VkWin32KeyedMutexAcquireReleaseInfoNV_1124082736)
  VkMicromapTriangleEXT_1124080859 = (when declared(VkMicromapTriangleEXT):
    when ownSizeof(VkMicromapTriangleEXT) != ownSizeof(VkMicromapTriangleEXT_1124080858):
      static :
        warning("Declaration of " & "VkMicromapTriangleEXT" &
            " exists but with different size")
    VkMicromapTriangleEXT
  else:
    VkMicromapTriangleEXT_1124080858)
  PFN_vkCmdSetPrimitiveRestartEnableEXT_1124080673 = (when declared(
      PFN_vkCmdSetPrimitiveRestartEnableEXT):
    when ownSizeof(PFN_vkCmdSetPrimitiveRestartEnableEXT) !=
        ownSizeof(PFN_vkCmdSetPrimitiveRestartEnableEXT_1124080672):
      static :
        warning("Declaration of " & "PFN_vkCmdSetPrimitiveRestartEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetPrimitiveRestartEnableEXT
  else:
    PFN_vkCmdSetPrimitiveRestartEnableEXT_1124080672)
  VkPipelineCreationFeedbackFlagBits_1124075893 = (when declared(
      VkPipelineCreationFeedbackFlagBits):
    when ownSizeof(VkPipelineCreationFeedbackFlagBits) !=
        ownSizeof(VkPipelineCreationFeedbackFlagBits_1124075892):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackFlagBits" &
            " exists but with different size")
    VkPipelineCreationFeedbackFlagBits
  else:
    VkPipelineCreationFeedbackFlagBits_1124075892)
  VkPhysicalDeviceTileShadingFeaturesQCOM_1124080227 = (when declared(
      VkPhysicalDeviceTileShadingFeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceTileShadingFeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceTileShadingFeaturesQCOM_1124080226):
      static :
        warning("Declaration of " & "VkPhysicalDeviceTileShadingFeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceTileShadingFeaturesQCOM
  else:
    VkPhysicalDeviceTileShadingFeaturesQCOM_1124080226)
  PFN_vkFreeDescriptorSets_1124075089 = (when declared(PFN_vkFreeDescriptorSets):
    when ownSizeof(PFN_vkFreeDescriptorSets) !=
        ownSizeof(PFN_vkFreeDescriptorSets_1124075088):
      static :
        warning("Declaration of " & "PFN_vkFreeDescriptorSets" &
            " exists but with different size")
    PFN_vkFreeDescriptorSets
  else:
    PFN_vkFreeDescriptorSets_1124075088)
  VkQueueFamilyCheckpointPropertiesNV_1124079603 = (when declared(
      VkQueueFamilyCheckpointPropertiesNV):
    when ownSizeof(VkQueueFamilyCheckpointPropertiesNV) !=
        ownSizeof(VkQueueFamilyCheckpointPropertiesNV_1124079602):
      static :
        warning("Declaration of " & "VkQueueFamilyCheckpointPropertiesNV" &
            " exists but with different size")
    VkQueueFamilyCheckpointPropertiesNV
  else:
    VkQueueFamilyCheckpointPropertiesNV_1124079602)
  VkPresentModeKHR_1124076471 = (when declared(VkPresentModeKHR):
    when ownSizeof(VkPresentModeKHR) != ownSizeof(VkPresentModeKHR_1124076470):
      static :
        warning("Declaration of " & "VkPresentModeKHR" &
            " exists but with different size")
    VkPresentModeKHR
  else:
    VkPresentModeKHR_1124076470)
  struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078885 = (when declared(
      struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT):
    when ownSizeof(struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT) !=
        ownSizeof(struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078884):
      static :
        warning("Declaration of " &
            "struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT" &
            " exists but with different size")
    struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT
  else:
    struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078884)
  VkDataGraphPipelineSessionCreateFlagsARM_1124081731 = (when declared(
      VkDataGraphPipelineSessionCreateFlagsARM):
    when ownSizeof(VkDataGraphPipelineSessionCreateFlagsARM) !=
        ownSizeof(VkDataGraphPipelineSessionCreateFlagsARM_1124081730):
      static :
        warning("Declaration of " & "VkDataGraphPipelineSessionCreateFlagsARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionCreateFlagsARM
  else:
    VkDataGraphPipelineSessionCreateFlagsARM_1124081730)
  VkIndirectCommandsLayoutUsageFlagsEXT_1124082209 = (when declared(
      VkIndirectCommandsLayoutUsageFlagsEXT):
    when ownSizeof(VkIndirectCommandsLayoutUsageFlagsEXT) !=
        ownSizeof(VkIndirectCommandsLayoutUsageFlagsEXT_1124082208):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutUsageFlagsEXT" &
            " exists but with different size")
    VkIndirectCommandsLayoutUsageFlagsEXT
  else:
    VkIndirectCommandsLayoutUsageFlagsEXT_1124082208)
  struct_VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082753 = (when declared(
      struct_VkSurfaceFullScreenExclusiveWin32InfoEXT):
    when ownSizeof(struct_VkSurfaceFullScreenExclusiveWin32InfoEXT) !=
        ownSizeof(struct_VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082752):
      static :
        warning("Declaration of " &
            "struct_VkSurfaceFullScreenExclusiveWin32InfoEXT" &
            " exists but with different size")
    struct_VkSurfaceFullScreenExclusiveWin32InfoEXT
  else:
    struct_VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082752)
  StdVideoAV1TileInfo_1124083073 = (when declared(StdVideoAV1TileInfo):
    when ownSizeof(StdVideoAV1TileInfo) != ownSizeof(StdVideoAV1TileInfo_1124083072):
      static :
        warning("Declaration of " & "StdVideoAV1TileInfo" &
            " exists but with different size")
    StdVideoAV1TileInfo
  else:
    StdVideoAV1TileInfo_1124083072)
  VkSamplerYcbcrConversionCreateInfoKHR_1124077485 = (when declared(
      VkSamplerYcbcrConversionCreateInfoKHR):
    when ownSizeof(VkSamplerYcbcrConversionCreateInfoKHR) !=
        ownSizeof(VkSamplerYcbcrConversionCreateInfoKHR_1124077484):
      static :
        warning("Declaration of " & "VkSamplerYcbcrConversionCreateInfoKHR" &
            " exists but with different size")
    VkSamplerYcbcrConversionCreateInfoKHR
  else:
    VkSamplerYcbcrConversionCreateInfoKHR_1124077484)
  VkCompositeAlphaFlagsKHR_1124076485 = (when declared(VkCompositeAlphaFlagsKHR):
    when ownSizeof(VkCompositeAlphaFlagsKHR) !=
        ownSizeof(VkCompositeAlphaFlagsKHR_1124076484):
      static :
        warning("Declaration of " & "VkCompositeAlphaFlagsKHR" &
            " exists but with different size")
    VkCompositeAlphaFlagsKHR
  else:
    VkCompositeAlphaFlagsKHR_1124076484)
  VkAttachmentDescription2_1124075769 = (when declared(VkAttachmentDescription2):
    when ownSizeof(VkAttachmentDescription2) !=
        ownSizeof(VkAttachmentDescription2_1124075768):
      static :
        warning("Declaration of " & "VkAttachmentDescription2" &
            " exists but with different size")
    VkAttachmentDescription2
  else:
    VkAttachmentDescription2_1124075768)
  VkOpticalFlowExecuteInfoNV_1124081463 = (when declared(
      VkOpticalFlowExecuteInfoNV):
    when ownSizeof(VkOpticalFlowExecuteInfoNV) !=
        ownSizeof(VkOpticalFlowExecuteInfoNV_1124081462):
      static :
        warning("Declaration of " & "VkOpticalFlowExecuteInfoNV" &
            " exists but with different size")
    VkOpticalFlowExecuteInfoNV
  else:
    VkOpticalFlowExecuteInfoNV_1124081462)
  VkDataGraphPipelineCreateInfoARM_1124081757 = (when declared(
      VkDataGraphPipelineCreateInfoARM):
    when ownSizeof(VkDataGraphPipelineCreateInfoARM) !=
        ownSizeof(VkDataGraphPipelineCreateInfoARM_1124081756):
      static :
        warning("Declaration of " & "VkDataGraphPipelineCreateInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineCreateInfoARM
  else:
    VkDataGraphPipelineCreateInfoARM_1124081756)
  VkInstanceCreateFlags_1124074181 = (when declared(VkInstanceCreateFlags):
    when ownSizeof(VkInstanceCreateFlags) != ownSizeof(VkInstanceCreateFlags_1124074180):
      static :
        warning("Declaration of " & "VkInstanceCreateFlags" &
            " exists but with different size")
    VkInstanceCreateFlags
  else:
    VkInstanceCreateFlags_1124074180)
  enum_VkGeometryInstanceFlagBitsKHR_1124079365 = (when declared(
      enum_VkGeometryInstanceFlagBitsKHR):
    when ownSizeof(enum_VkGeometryInstanceFlagBitsKHR) !=
        ownSizeof(enum_VkGeometryInstanceFlagBitsKHR_1124079364):
      static :
        warning("Declaration of " & "enum_VkGeometryInstanceFlagBitsKHR" &
            " exists but with different size")
    enum_VkGeometryInstanceFlagBitsKHR
  else:
    enum_VkGeometryInstanceFlagBitsKHR_1124079364)
  struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080583 = (when declared(
      struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080582):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT
  else:
    struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080582)
  PFN_vkCmdSetDepthBias_1124075129 = (when declared(PFN_vkCmdSetDepthBias):
    when ownSizeof(PFN_vkCmdSetDepthBias) != ownSizeof(PFN_vkCmdSetDepthBias_1124075128):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBias" &
            " exists but with different size")
    PFN_vkCmdSetDepthBias
  else:
    PFN_vkCmdSetDepthBias_1124075128)
  PFN_vkCmdSetDepthCompareOp_1124076175 = (when declared(
      PFN_vkCmdSetDepthCompareOp):
    when ownSizeof(PFN_vkCmdSetDepthCompareOp) !=
        ownSizeof(PFN_vkCmdSetDepthCompareOp_1124076174):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthCompareOp" &
            " exists but with different size")
    PFN_vkCmdSetDepthCompareOp
  else:
    PFN_vkCmdSetDepthCompareOp_1124076174)
  VkMemoryUnmapInfo_1124076255 = (when declared(VkMemoryUnmapInfo):
    when ownSizeof(VkMemoryUnmapInfo) != ownSizeof(VkMemoryUnmapInfo_1124076254):
      static :
        warning("Declaration of " & "VkMemoryUnmapInfo" &
            " exists but with different size")
    VkMemoryUnmapInfo
  else:
    VkMemoryUnmapInfo_1124076254)
  VkRenderPassTileShadingCreateInfoQCOM_1124080235 = (when declared(
      VkRenderPassTileShadingCreateInfoQCOM):
    when ownSizeof(VkRenderPassTileShadingCreateInfoQCOM) !=
        ownSizeof(VkRenderPassTileShadingCreateInfoQCOM_1124080234):
      static :
        warning("Declaration of " & "VkRenderPassTileShadingCreateInfoQCOM" &
            " exists but with different size")
    VkRenderPassTileShadingCreateInfoQCOM
  else:
    VkRenderPassTileShadingCreateInfoQCOM_1124080234)
  VkStridedDeviceAddressRangeKHR_1124078433 = (when declared(
      VkStridedDeviceAddressRangeKHR):
    when ownSizeof(VkStridedDeviceAddressRangeKHR) !=
        ownSizeof(VkStridedDeviceAddressRangeKHR_1124078432):
      static :
        warning("Declaration of " & "VkStridedDeviceAddressRangeKHR" &
            " exists but with different size")
    VkStridedDeviceAddressRangeKHR
  else:
    VkStridedDeviceAddressRangeKHR_1124078432)
  VkTensorCreateFlagBitsARM_1124081255 = (when declared(
      VkTensorCreateFlagBitsARM):
    when ownSizeof(VkTensorCreateFlagBitsARM) !=
        ownSizeof(VkTensorCreateFlagBitsARM_1124081254):
      static :
        warning("Declaration of " & "VkTensorCreateFlagBitsARM" &
            " exists but with different size")
    VkTensorCreateFlagBitsARM
  else:
    VkTensorCreateFlagBitsARM_1124081254)
  VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_1124079553 = (when declared(
      VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_1124079552):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT
  else:
    VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_1124079552)
  PFN_vkGetDeviceQueue2_1124075575 = (when declared(PFN_vkGetDeviceQueue2):
    when ownSizeof(PFN_vkGetDeviceQueue2) != ownSizeof(PFN_vkGetDeviceQueue2_1124075574):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceQueue2" &
            " exists but with different size")
    PFN_vkGetDeviceQueue2
  else:
    PFN_vkGetDeviceQueue2_1124075574)
  VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082395 = (when declared(
      VkRenderPassPerformanceCountersByRegionBeginInfoARM):
    when ownSizeof(VkRenderPassPerformanceCountersByRegionBeginInfoARM) !=
        ownSizeof(VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082394):
      static :
        warning("Declaration of " &
            "VkRenderPassPerformanceCountersByRegionBeginInfoARM" &
            " exists but with different size")
    VkRenderPassPerformanceCountersByRegionBeginInfoARM
  else:
    VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082394)
  VkAccelerationStructureMotionInstanceDataNV_1124080417 = (when declared(
      VkAccelerationStructureMotionInstanceDataNV):
    when ownSizeof(VkAccelerationStructureMotionInstanceDataNV) !=
        ownSizeof(VkAccelerationStructureMotionInstanceDataNV_1124080416):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureMotionInstanceDataNV" &
            " exists but with different size")
    VkAccelerationStructureMotionInstanceDataNV
  else:
    VkAccelerationStructureMotionInstanceDataNV_1124080416)
  enum_VkShaderCorePropertiesFlagBitsAMD_1124079739 = (when declared(
      enum_VkShaderCorePropertiesFlagBitsAMD):
    when ownSizeof(enum_VkShaderCorePropertiesFlagBitsAMD) !=
        ownSizeof(enum_VkShaderCorePropertiesFlagBitsAMD_1124079738):
      static :
        warning("Declaration of " & "enum_VkShaderCorePropertiesFlagBitsAMD" &
            " exists but with different size")
    enum_VkShaderCorePropertiesFlagBitsAMD
  else:
    enum_VkShaderCorePropertiesFlagBitsAMD_1124079738)
  PFN_vkUpdateVideoSessionParametersKHR_1124076769 = (when declared(
      PFN_vkUpdateVideoSessionParametersKHR):
    when ownSizeof(PFN_vkUpdateVideoSessionParametersKHR) !=
        ownSizeof(PFN_vkUpdateVideoSessionParametersKHR_1124076768):
      static :
        warning("Declaration of " & "PFN_vkUpdateVideoSessionParametersKHR" &
            " exists but with different size")
    PFN_vkUpdateVideoSessionParametersKHR
  else:
    PFN_vkUpdateVideoSessionParametersKHR_1124076768)
  VkVideoEncodeH264CapabilitiesKHR_1124076829 = (when declared(
      VkVideoEncodeH264CapabilitiesKHR):
    when ownSizeof(VkVideoEncodeH264CapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeH264CapabilitiesKHR_1124076828):
      static :
        warning("Declaration of " & "VkVideoEncodeH264CapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeH264CapabilitiesKHR
  else:
    VkVideoEncodeH264CapabilitiesKHR_1124076828)
  StdVideoDecodeVP9PictureInfo_1124078335 = (when declared(
      StdVideoDecodeVP9PictureInfo):
    when ownSizeof(StdVideoDecodeVP9PictureInfo) !=
        ownSizeof(StdVideoDecodeVP9PictureInfo_1124078334):
      static :
        warning("Declaration of " & "StdVideoDecodeVP9PictureInfo" &
            " exists but with different size")
    StdVideoDecodeVP9PictureInfo
  else:
    StdVideoDecodeVP9PictureInfo_1124078334)
  VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078515 = (when declared(
      VkVideoEncodeH265QuantizationMapCapabilitiesKHR):
    when ownSizeof(VkVideoEncodeH265QuantizationMapCapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078514):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265QuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeH265QuantizationMapCapabilitiesKHR
  else:
    VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078514)
  VkCommandBufferUsageFlagBits_1124074297 = (when declared(
      VkCommandBufferUsageFlagBits):
    when ownSizeof(VkCommandBufferUsageFlagBits) !=
        ownSizeof(VkCommandBufferUsageFlagBits_1124074296):
      static :
        warning("Declaration of " & "VkCommandBufferUsageFlagBits" &
            " exists but with different size")
    VkCommandBufferUsageFlagBits
  else:
    VkCommandBufferUsageFlagBits_1124074296)
  VkExternalFenceFeatureFlagBits_1124075229 = (when declared(
      VkExternalFenceFeatureFlagBits):
    when ownSizeof(VkExternalFenceFeatureFlagBits) !=
        ownSizeof(VkExternalFenceFeatureFlagBits_1124075228):
      static :
        warning("Declaration of " & "VkExternalFenceFeatureFlagBits" &
            " exists but with different size")
    VkExternalFenceFeatureFlagBits
  else:
    VkExternalFenceFeatureFlagBits_1124075228)
  struct_VkPhysicalDeviceTimelineSemaphoreFeatures_1124075667 = (when declared(
      struct_VkPhysicalDeviceTimelineSemaphoreFeatures):
    when ownSizeof(struct_VkPhysicalDeviceTimelineSemaphoreFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceTimelineSemaphoreFeatures_1124075666):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTimelineSemaphoreFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceTimelineSemaphoreFeatures
  else:
    struct_VkPhysicalDeviceTimelineSemaphoreFeatures_1124075666)
  PFN_vkCmdSetCullModeEXT_1124079903 = (when declared(PFN_vkCmdSetCullModeEXT):
    when ownSizeof(PFN_vkCmdSetCullModeEXT) !=
        ownSizeof(PFN_vkCmdSetCullModeEXT_1124079902):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCullModeEXT" &
            " exists but with different size")
    PFN_vkCmdSetCullModeEXT
  else:
    PFN_vkCmdSetCullModeEXT_1124079902)
  VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082379 = (when declared(
      VkPhysicalDevicePerformanceCountersByRegionFeaturesARM):
    when ownSizeof(VkPhysicalDevicePerformanceCountersByRegionFeaturesARM) !=
        ownSizeof(VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082378):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePerformanceCountersByRegionFeaturesARM" &
            " exists but with different size")
    VkPhysicalDevicePerformanceCountersByRegionFeaturesARM
  else:
    VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082378)
  VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078815 = (when declared(
      VkPhysicalDeviceCornerSampledImageFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCornerSampledImageFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078814):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCornerSampledImageFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCornerSampledImageFeaturesNV
  else:
    VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078814)
  VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082339 = (when declared(
      VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082338):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT
  else:
    VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082338)
  VkPerformanceCounterUnitKHR_1124077327 = (when declared(
      VkPerformanceCounterUnitKHR):
    when ownSizeof(VkPerformanceCounterUnitKHR) !=
        ownSizeof(VkPerformanceCounterUnitKHR_1124077326):
      static :
        warning("Declaration of " & "VkPerformanceCounterUnitKHR" &
            " exists but with different size")
    VkPerformanceCounterUnitKHR
  else:
    VkPerformanceCounterUnitKHR_1124077326)
  VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081477 = (when declared(
      VkPhysicalDeviceLegacyDitheringFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceLegacyDitheringFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081476):
      static :
        warning("Declaration of " & "VkPhysicalDeviceLegacyDitheringFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceLegacyDitheringFeaturesEXT
  else:
    VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081476)
  VkDescriptorUpdateTemplateTypeKHR_1124077243 = (when declared(
      VkDescriptorUpdateTemplateTypeKHR):
    when ownSizeof(VkDescriptorUpdateTemplateTypeKHR) !=
        ownSizeof(VkDescriptorUpdateTemplateTypeKHR_1124077242):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateTypeKHR" &
            " exists but with different size")
    VkDescriptorUpdateTemplateTypeKHR
  else:
    VkDescriptorUpdateTemplateTypeKHR_1124077242)
  struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082791 = (when declared(
      struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082790):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR
  else:
    struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082790)
  PFN_vkCmdEndDebugUtilsLabelEXT_1124079105 = (when declared(
      PFN_vkCmdEndDebugUtilsLabelEXT):
    when ownSizeof(PFN_vkCmdEndDebugUtilsLabelEXT) !=
        ownSizeof(PFN_vkCmdEndDebugUtilsLabelEXT_1124079104):
      static :
        warning("Declaration of " & "PFN_vkCmdEndDebugUtilsLabelEXT" &
            " exists but with different size")
    PFN_vkCmdEndDebugUtilsLabelEXT
  else:
    PFN_vkCmdEndDebugUtilsLabelEXT_1124079104)
  struct_VkPipelineColorBlendStateCreateInfo_1124074829 = (when declared(
      struct_VkPipelineColorBlendStateCreateInfo):
    when ownSizeof(struct_VkPipelineColorBlendStateCreateInfo) !=
        ownSizeof(struct_VkPipelineColorBlendStateCreateInfo_1124074828):
      static :
        warning("Declaration of " & "struct_VkPipelineColorBlendStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineColorBlendStateCreateInfo
  else:
    struct_VkPipelineColorBlendStateCreateInfo_1124074828)
  VkDescriptorPoolResetFlags_1124074365 = (when declared(
      VkDescriptorPoolResetFlags):
    when ownSizeof(VkDescriptorPoolResetFlags) !=
        ownSizeof(VkDescriptorPoolResetFlags_1124074364):
      static :
        warning("Declaration of " & "VkDescriptorPoolResetFlags" &
            " exists but with different size")
    VkDescriptorPoolResetFlags
  else:
    VkDescriptorPoolResetFlags_1124074364)
  VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080827 = (when declared(
      VkPhysicalDeviceOpacityMicromapFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceOpacityMicromapFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080826):
      static :
        warning("Declaration of " & "VkPhysicalDeviceOpacityMicromapFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceOpacityMicromapFeaturesEXT
  else:
    VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080826)
  VkFenceImportFlagBits_1124075235 = (when declared(VkFenceImportFlagBits):
    when ownSizeof(VkFenceImportFlagBits) != ownSizeof(VkFenceImportFlagBits_1124075234):
      static :
        warning("Declaration of " & "VkFenceImportFlagBits" &
            " exists but with different size")
    VkFenceImportFlagBits
  else:
    VkFenceImportFlagBits_1124075234)
  struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078501 = (when declared(
      struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078500):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
  else:
    struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078500)
  PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV_1124081605 = (when declared(
      PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV):
    when ownSizeof(PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV) !=
        ownSizeof(PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV_1124081604):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV
  else:
    PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV_1124081604)
  PFN_vkBindImageMemory2KHR_1124077507 = (when declared(
      PFN_vkBindImageMemory2KHR):
    when ownSizeof(PFN_vkBindImageMemory2KHR) !=
        ownSizeof(PFN_vkBindImageMemory2KHR_1124077506):
      static :
        warning("Declaration of " & "PFN_vkBindImageMemory2KHR" &
            " exists but with different size")
    PFN_vkBindImageMemory2KHR
  else:
    PFN_vkBindImageMemory2KHR_1124077506)
  struct_VkRenderPassMultiviewCreateInfo_1124075523 = (when declared(
      struct_VkRenderPassMultiviewCreateInfo):
    when ownSizeof(struct_VkRenderPassMultiviewCreateInfo) !=
        ownSizeof(struct_VkRenderPassMultiviewCreateInfo_1124075522):
      static :
        warning("Declaration of " & "struct_VkRenderPassMultiviewCreateInfo" &
            " exists but with different size")
    struct_VkRenderPassMultiviewCreateInfo
  else:
    struct_VkRenderPassMultiviewCreateInfo_1124075522)
  struct_VkVideoFormatQuantizationMapPropertiesKHR_1124078493 = (when declared(
      struct_VkVideoFormatQuantizationMapPropertiesKHR):
    when ownSizeof(struct_VkVideoFormatQuantizationMapPropertiesKHR) !=
        ownSizeof(struct_VkVideoFormatQuantizationMapPropertiesKHR_1124078492):
      static :
        warning("Declaration of " &
            "struct_VkVideoFormatQuantizationMapPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoFormatQuantizationMapPropertiesKHR
  else:
    struct_VkVideoFormatQuantizationMapPropertiesKHR_1124078492)
  VkPhysicalDeviceTexelBufferAlignmentProperties_1124076077 = (when declared(
      VkPhysicalDeviceTexelBufferAlignmentProperties):
    when ownSizeof(VkPhysicalDeviceTexelBufferAlignmentProperties) !=
        ownSizeof(VkPhysicalDeviceTexelBufferAlignmentProperties_1124076076):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTexelBufferAlignmentProperties" &
            " exists but with different size")
    VkPhysicalDeviceTexelBufferAlignmentProperties
  else:
    VkPhysicalDeviceTexelBufferAlignmentProperties_1124076076)
  struct_VkVideoDecodeAV1CapabilitiesKHR_1124078201 = (when declared(
      struct_VkVideoDecodeAV1CapabilitiesKHR):
    when ownSizeof(struct_VkVideoDecodeAV1CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoDecodeAV1CapabilitiesKHR_1124078200):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeAV1CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoDecodeAV1CapabilitiesKHR
  else:
    struct_VkVideoDecodeAV1CapabilitiesKHR_1124078200)
  enum_VkValidationCheckEXT_1124078843 = (when declared(
      enum_VkValidationCheckEXT):
    when ownSizeof(enum_VkValidationCheckEXT) !=
        ownSizeof(enum_VkValidationCheckEXT_1124078842):
      static :
        warning("Declaration of " & "enum_VkValidationCheckEXT" &
            " exists but with different size")
    enum_VkValidationCheckEXT
  else:
    enum_VkValidationCheckEXT_1124078842)
  PFN_vkGetMemoryHostPointerPropertiesEXT_1124079509 = (when declared(
      PFN_vkGetMemoryHostPointerPropertiesEXT):
    when ownSizeof(PFN_vkGetMemoryHostPointerPropertiesEXT) !=
        ownSizeof(PFN_vkGetMemoryHostPointerPropertiesEXT_1124079508):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryHostPointerPropertiesEXT" &
            " exists but with different size")
    PFN_vkGetMemoryHostPointerPropertiesEXT
  else:
    PFN_vkGetMemoryHostPointerPropertiesEXT_1124079508)
  VkPerformanceValueDataINTEL_1124079651 = (when declared(
      VkPerformanceValueDataINTEL):
    when ownSizeof(VkPerformanceValueDataINTEL) !=
        ownSizeof(VkPerformanceValueDataINTEL_1124079650):
      static :
        warning("Declaration of " & "VkPerformanceValueDataINTEL" &
            " exists but with different size")
    VkPerformanceValueDataINTEL
  else:
    VkPerformanceValueDataINTEL_1124079650)
  VkSwapchainPresentModeInfoKHR_1124078153 = (when declared(
      VkSwapchainPresentModeInfoKHR):
    when ownSizeof(VkSwapchainPresentModeInfoKHR) !=
        ownSizeof(VkSwapchainPresentModeInfoKHR_1124078152):
      static :
        warning("Declaration of " & "VkSwapchainPresentModeInfoKHR" &
            " exists but with different size")
    VkSwapchainPresentModeInfoKHR
  else:
    VkSwapchainPresentModeInfoKHR_1124078152)
  enum_VkPipelineDepthStencilStateCreateFlagBits_1124074397 = (when declared(
      enum_VkPipelineDepthStencilStateCreateFlagBits):
    when ownSizeof(enum_VkPipelineDepthStencilStateCreateFlagBits) !=
        ownSizeof(enum_VkPipelineDepthStencilStateCreateFlagBits_1124074396):
      static :
        warning("Declaration of " &
            "enum_VkPipelineDepthStencilStateCreateFlagBits" &
            " exists but with different size")
    enum_VkPipelineDepthStencilStateCreateFlagBits
  else:
    enum_VkPipelineDepthStencilStateCreateFlagBits_1124074396)
  struct_VkExternalSemaphoreProperties_1124075453 = (when declared(
      struct_VkExternalSemaphoreProperties):
    when ownSizeof(struct_VkExternalSemaphoreProperties) !=
        ownSizeof(struct_VkExternalSemaphoreProperties_1124075452):
      static :
        warning("Declaration of " & "struct_VkExternalSemaphoreProperties" &
            " exists but with different size")
    struct_VkExternalSemaphoreProperties
  else:
    struct_VkExternalSemaphoreProperties_1124075452)
  struct_VkPushDescriptorSetWithTemplateInfo_1124076365 = (when declared(
      struct_VkPushDescriptorSetWithTemplateInfo):
    when ownSizeof(struct_VkPushDescriptorSetWithTemplateInfo) !=
        ownSizeof(struct_VkPushDescriptorSetWithTemplateInfo_1124076364):
      static :
        warning("Declaration of " & "struct_VkPushDescriptorSetWithTemplateInfo" &
            " exists but with different size")
    struct_VkPushDescriptorSetWithTemplateInfo
  else:
    struct_VkPushDescriptorSetWithTemplateInfo_1124076364)
  VkQueueGlobalPriorityEXT_1124079493 = (when declared(VkQueueGlobalPriorityEXT):
    when ownSizeof(VkQueueGlobalPriorityEXT) !=
        ownSizeof(VkQueueGlobalPriorityEXT_1124079492):
      static :
        warning("Declaration of " & "VkQueueGlobalPriorityEXT" &
            " exists but with different size")
    VkQueueGlobalPriorityEXT
  else:
    VkQueueGlobalPriorityEXT_1124079492)
  StdVideoVP9LoopFilter_1124083107 = (when declared(StdVideoVP9LoopFilter):
    when ownSizeof(StdVideoVP9LoopFilter) != ownSizeof(StdVideoVP9LoopFilter_1124083106):
      static :
        warning("Declaration of " & "StdVideoVP9LoopFilter" &
            " exists but with different size")
    StdVideoVP9LoopFilter
  else:
    StdVideoVP9LoopFilter_1124083106)
  struct_VkDispatchGraphInfoAMDX_1124082815 = (when declared(
      struct_VkDispatchGraphInfoAMDX):
    when ownSizeof(struct_VkDispatchGraphInfoAMDX) !=
        ownSizeof(struct_VkDispatchGraphInfoAMDX_1124082814):
      static :
        warning("Declaration of " & "struct_VkDispatchGraphInfoAMDX" &
            " exists but with different size")
    struct_VkDispatchGraphInfoAMDX
  else:
    struct_VkDispatchGraphInfoAMDX_1124082814)
  struct_StdVideoH265SubLayerHrdParameters_1124083325 = (when declared(
      struct_StdVideoH265SubLayerHrdParameters):
    when ownSizeof(struct_StdVideoH265SubLayerHrdParameters) !=
        ownSizeof(struct_StdVideoH265SubLayerHrdParameters_1124083324):
      static :
        warning("Declaration of " & "struct_StdVideoH265SubLayerHrdParameters" &
            " exists but with different size")
    struct_StdVideoH265SubLayerHrdParameters
  else:
    struct_StdVideoH265SubLayerHrdParameters_1124083324)
  struct_StdVideoAV1TimingInfoFlags_1124083349 = (when declared(
      struct_StdVideoAV1TimingInfoFlags):
    when ownSizeof(struct_StdVideoAV1TimingInfoFlags) !=
        ownSizeof(struct_StdVideoAV1TimingInfoFlags_1124083348):
      static :
        warning("Declaration of " & "struct_StdVideoAV1TimingInfoFlags" &
            " exists but with different size")
    struct_StdVideoAV1TimingInfoFlags
  else:
    struct_StdVideoAV1TimingInfoFlags_1124083348)
  VkInputAttachmentAspectReferenceKHR_1124077397 = (when declared(
      VkInputAttachmentAspectReferenceKHR):
    when ownSizeof(VkInputAttachmentAspectReferenceKHR) !=
        ownSizeof(VkInputAttachmentAspectReferenceKHR_1124077396):
      static :
        warning("Declaration of " & "VkInputAttachmentAspectReferenceKHR" &
            " exists but with different size")
    VkInputAttachmentAspectReferenceKHR
  else:
    VkInputAttachmentAspectReferenceKHR_1124077396)
  VkDevice_1124073944 = (when declared(VkDevice):
    when ownSizeof(VkDevice) != ownSizeof(VkDevice_1124073943):
      static :
        warning("Declaration of " & "VkDevice" &
            " exists but with different size")
    VkDevice
  else:
    VkDevice_1124073943)
  struct_VkSparseMemoryBind_1124074581 = (when declared(
      struct_VkSparseMemoryBind):
    when ownSizeof(struct_VkSparseMemoryBind) !=
        ownSizeof(struct_VkSparseMemoryBind_1124074580):
      static :
        warning("Declaration of " & "struct_VkSparseMemoryBind" &
            " exists but with different size")
    struct_VkSparseMemoryBind
  else:
    struct_VkSparseMemoryBind_1124074580)
  enum_VkPeerMemoryFeatureFlagBits_1124075195 = (when declared(
      enum_VkPeerMemoryFeatureFlagBits):
    when ownSizeof(enum_VkPeerMemoryFeatureFlagBits) !=
        ownSizeof(enum_VkPeerMemoryFeatureFlagBits_1124075194):
      static :
        warning("Declaration of " & "enum_VkPeerMemoryFeatureFlagBits" &
            " exists but with different size")
    enum_VkPeerMemoryFeatureFlagBits
  else:
    enum_VkPeerMemoryFeatureFlagBits_1124075194)
  VkVideoChromaSubsamplingFlagsKHR_1124076651 = (when declared(
      VkVideoChromaSubsamplingFlagsKHR):
    when ownSizeof(VkVideoChromaSubsamplingFlagsKHR) !=
        ownSizeof(VkVideoChromaSubsamplingFlagsKHR_1124076650):
      static :
        warning("Declaration of " & "VkVideoChromaSubsamplingFlagsKHR" &
            " exists but with different size")
    VkVideoChromaSubsamplingFlagsKHR
  else:
    VkVideoChromaSubsamplingFlagsKHR_1124076650)
  VkImageResolve2KHR_1124077939 = (when declared(VkImageResolve2KHR):
    when ownSizeof(VkImageResolve2KHR) != ownSizeof(VkImageResolve2KHR_1124077938):
      static :
        warning("Declaration of " & "VkImageResolve2KHR" &
            " exists but with different size")
    VkImageResolve2KHR
  else:
    VkImageResolve2KHR_1124077938)
  struct_VkViewportSwizzleNV_1124078987 = (when declared(
      struct_VkViewportSwizzleNV):
    when ownSizeof(struct_VkViewportSwizzleNV) !=
        ownSizeof(struct_VkViewportSwizzleNV_1124078986):
      static :
        warning("Declaration of " & "struct_VkViewportSwizzleNV" &
            " exists but with different size")
    struct_VkViewportSwizzleNV
  else:
    struct_VkViewportSwizzleNV_1124078986)
  VkDirectDriverLoadingListLUNARG_1124081243 = (when declared(
      VkDirectDriverLoadingListLUNARG):
    when ownSizeof(VkDirectDriverLoadingListLUNARG) !=
        ownSizeof(VkDirectDriverLoadingListLUNARG_1124081242):
      static :
        warning("Declaration of " & "VkDirectDriverLoadingListLUNARG" &
            " exists but with different size")
    VkDirectDriverLoadingListLUNARG
  else:
    VkDirectDriverLoadingListLUNARG_1124081242)
  VkClusterAccelerationStructureTriangleClusterInputNV_1124082067 = (when declared(
      VkClusterAccelerationStructureTriangleClusterInputNV):
    when ownSizeof(VkClusterAccelerationStructureTriangleClusterInputNV) !=
        ownSizeof(VkClusterAccelerationStructureTriangleClusterInputNV_1124082066):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureTriangleClusterInputNV" &
            " exists but with different size")
    VkClusterAccelerationStructureTriangleClusterInputNV
  else:
    VkClusterAccelerationStructureTriangleClusterInputNV_1124082066)
  struct_VkMicromapUsageEXT_1124080809 = (when declared(
      struct_VkMicromapUsageEXT):
    when ownSizeof(struct_VkMicromapUsageEXT) !=
        ownSizeof(struct_VkMicromapUsageEXT_1124080808):
      static :
        warning("Declaration of " & "struct_VkMicromapUsageEXT" &
            " exists but with different size")
    struct_VkMicromapUsageEXT
  else:
    struct_VkMicromapUsageEXT_1124080808)
  struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078139 = (when declared(
      struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078138):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR
  else:
    struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078138)
  VkVideoEncodeSessionParametersGetInfoKHR_1124077849 = (when declared(
      VkVideoEncodeSessionParametersGetInfoKHR):
    when ownSizeof(VkVideoEncodeSessionParametersGetInfoKHR) !=
        ownSizeof(VkVideoEncodeSessionParametersGetInfoKHR_1124077848):
      static :
        warning("Declaration of " & "VkVideoEncodeSessionParametersGetInfoKHR" &
            " exists but with different size")
    VkVideoEncodeSessionParametersGetInfoKHR
  else:
    VkVideoEncodeSessionParametersGetInfoKHR_1124077848)
  enum_StdVideoH265ProfileIdc_1124082933 = (when declared(
      enum_StdVideoH265ProfileIdc):
    when ownSizeof(enum_StdVideoH265ProfileIdc) !=
        ownSizeof(enum_StdVideoH265ProfileIdc_1124082932):
      static :
        warning("Declaration of " & "enum_StdVideoH265ProfileIdc" &
            " exists but with different size")
    enum_StdVideoH265ProfileIdc
  else:
    enum_StdVideoH265ProfileIdc_1124082932)
  struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080093 = (when declared(
      struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080092):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV
  else:
    struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080092)
  PFN_vkGetPhysicalDeviceImageFormatProperties2_1124075565 = (when declared(
      PFN_vkGetPhysicalDeviceImageFormatProperties2):
    when ownSizeof(PFN_vkGetPhysicalDeviceImageFormatProperties2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceImageFormatProperties2_1124075564):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceImageFormatProperties2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceImageFormatProperties2
  else:
    PFN_vkGetPhysicalDeviceImageFormatProperties2_1124075564)
  VkDedicatedAllocationMemoryAllocateInfoNV_1124078719 = (when declared(
      VkDedicatedAllocationMemoryAllocateInfoNV):
    when ownSizeof(VkDedicatedAllocationMemoryAllocateInfoNV) !=
        ownSizeof(VkDedicatedAllocationMemoryAllocateInfoNV_1124078718):
      static :
        warning("Declaration of " & "VkDedicatedAllocationMemoryAllocateInfoNV" &
            " exists but with different size")
    VkDedicatedAllocationMemoryAllocateInfoNV
  else:
    VkDedicatedAllocationMemoryAllocateInfoNV_1124078718)
  VkPipelineCoverageToColorStateCreateFlagsNV_1124079185 = (when declared(
      VkPipelineCoverageToColorStateCreateFlagsNV):
    when ownSizeof(VkPipelineCoverageToColorStateCreateFlagsNV) !=
        ownSizeof(VkPipelineCoverageToColorStateCreateFlagsNV_1124079184):
      static :
        warning("Declaration of " &
            "VkPipelineCoverageToColorStateCreateFlagsNV" &
            " exists but with different size")
    VkPipelineCoverageToColorStateCreateFlagsNV
  else:
    VkPipelineCoverageToColorStateCreateFlagsNV_1124079184)
  HWND_1124082651 = (when declared(HWND):
    when ownSizeof(HWND) != ownSizeof(HWND_1124082650):
      static :
        warning("Declaration of " & "HWND" & " exists but with different size")
    HWND
  else:
    HWND_1124082650)
  struct_VkExecutionGraphPipelineCreateInfoAMDX_1124082807 = (when declared(
      struct_VkExecutionGraphPipelineCreateInfoAMDX):
    when ownSizeof(struct_VkExecutionGraphPipelineCreateInfoAMDX) !=
        ownSizeof(struct_VkExecutionGraphPipelineCreateInfoAMDX_1124082806):
      static :
        warning("Declaration of " &
            "struct_VkExecutionGraphPipelineCreateInfoAMDX" &
            " exists but with different size")
    struct_VkExecutionGraphPipelineCreateInfoAMDX
  else:
    struct_VkExecutionGraphPipelineCreateInfoAMDX_1124082806)
  VkSemaphoreGetWin32HandleInfoKHR_1124082705 = (when declared(
      VkSemaphoreGetWin32HandleInfoKHR):
    when ownSizeof(VkSemaphoreGetWin32HandleInfoKHR) !=
        ownSizeof(VkSemaphoreGetWin32HandleInfoKHR_1124082704):
      static :
        warning("Declaration of " & "VkSemaphoreGetWin32HandleInfoKHR" &
            " exists but with different size")
    VkSemaphoreGetWin32HandleInfoKHR
  else:
    VkSemaphoreGetWin32HandleInfoKHR_1124082704)
  PFN_vkCmdWriteTimestamp2_1124076127 = (when declared(PFN_vkCmdWriteTimestamp2):
    when ownSizeof(PFN_vkCmdWriteTimestamp2) !=
        ownSizeof(PFN_vkCmdWriteTimestamp2_1124076126):
      static :
        warning("Declaration of " & "PFN_vkCmdWriteTimestamp2" &
            " exists but with different size")
    PFN_vkCmdWriteTimestamp2
  else:
    PFN_vkCmdWriteTimestamp2_1124076126)
  PFN_vkCmdPipelineBarrier2_1124076125 = (when declared(
      PFN_vkCmdPipelineBarrier2):
    when ownSizeof(PFN_vkCmdPipelineBarrier2) !=
        ownSizeof(PFN_vkCmdPipelineBarrier2_1124076124):
      static :
        warning("Declaration of " & "PFN_vkCmdPipelineBarrier2" &
            " exists but with different size")
    PFN_vkCmdPipelineBarrier2
  else:
    PFN_vkCmdPipelineBarrier2_1124076124)
  PFN_vkCreateWin32SurfaceKHR_1124082655 = (when declared(
      PFN_vkCreateWin32SurfaceKHR):
    when ownSizeof(PFN_vkCreateWin32SurfaceKHR) !=
        ownSizeof(PFN_vkCreateWin32SurfaceKHR_1124082654):
      static :
        warning("Declaration of " & "PFN_vkCreateWin32SurfaceKHR" &
            " exists but with different size")
    PFN_vkCreateWin32SurfaceKHR
  else:
    PFN_vkCreateWin32SurfaceKHR_1124082654)
  PFN_vkSetDebugUtilsObjectTagEXT_1124079095 = (when declared(
      PFN_vkSetDebugUtilsObjectTagEXT):
    when ownSizeof(PFN_vkSetDebugUtilsObjectTagEXT) !=
        ownSizeof(PFN_vkSetDebugUtilsObjectTagEXT_1124079094):
      static :
        warning("Declaration of " & "PFN_vkSetDebugUtilsObjectTagEXT" &
            " exists but with different size")
    PFN_vkSetDebugUtilsObjectTagEXT
  else:
    PFN_vkSetDebugUtilsObjectTagEXT_1124079094)
  struct_StdVideoEncodeH265ReferenceInfoFlags_1124083187 = (when declared(
      struct_StdVideoEncodeH265ReferenceInfoFlags):
    when ownSizeof(struct_StdVideoEncodeH265ReferenceInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeH265ReferenceInfoFlags_1124083186):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH265ReferenceInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH265ReferenceInfoFlags
  else:
    struct_StdVideoEncodeH265ReferenceInfoFlags_1124083186)
  struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082377 = (when declared(
      struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM):
    when ownSizeof(struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082376):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM
  else:
    struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082376)
  VkIndirectCommandsLayoutTokenEXT_1124082273 = (when declared(
      VkIndirectCommandsLayoutTokenEXT):
    when ownSizeof(VkIndirectCommandsLayoutTokenEXT) !=
        ownSizeof(VkIndirectCommandsLayoutTokenEXT_1124082272):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutTokenEXT" &
            " exists but with different size")
    VkIndirectCommandsLayoutTokenEXT
  else:
    VkIndirectCommandsLayoutTokenEXT_1124082272)
  VkBufferView_1124073968 = (when declared(VkBufferView):
    when ownSizeof(VkBufferView) != ownSizeof(VkBufferView_1124073967):
      static :
        warning("Declaration of " & "VkBufferView" &
            " exists but with different size")
    VkBufferView
  else:
    VkBufferView_1124073967)
  VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082343 = (when declared(
      VkPhysicalDeviceDepthClampControlFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDepthClampControlFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082342):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthClampControlFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDepthClampControlFeaturesEXT
  else:
    VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082342)
  struct_VkClusterAccelerationStructureMoveObjectsInfoNV_1124082097 = (when declared(
      struct_VkClusterAccelerationStructureMoveObjectsInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureMoveObjectsInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureMoveObjectsInfoNV_1124082096):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureMoveObjectsInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureMoveObjectsInfoNV
  else:
    struct_VkClusterAccelerationStructureMoveObjectsInfoNV_1124082096)
  struct_VkPerTileEndInfoQCOM_1124080241 = (when declared(
      struct_VkPerTileEndInfoQCOM):
    when ownSizeof(struct_VkPerTileEndInfoQCOM) !=
        ownSizeof(struct_VkPerTileEndInfoQCOM_1124080240):
      static :
        warning("Declaration of " & "struct_VkPerTileEndInfoQCOM" &
            " exists but with different size")
    struct_VkPerTileEndInfoQCOM
  else:
    struct_VkPerTileEndInfoQCOM_1124080240)
  VkRenderPassInputAttachmentAspectCreateInfo_1124075517 = (when declared(
      VkRenderPassInputAttachmentAspectCreateInfo):
    when ownSizeof(VkRenderPassInputAttachmentAspectCreateInfo) !=
        ownSizeof(VkRenderPassInputAttachmentAspectCreateInfo_1124075516):
      static :
        warning("Declaration of " &
            "VkRenderPassInputAttachmentAspectCreateInfo" &
            " exists but with different size")
    VkRenderPassInputAttachmentAspectCreateInfo
  else:
    VkRenderPassInputAttachmentAspectCreateInfo_1124075516)
  enum_VkDriverId_1124075597 = (when declared(enum_VkDriverId):
    when ownSizeof(enum_VkDriverId) != ownSizeof(enum_VkDriverId_1124075596):
      static :
        warning("Declaration of " & "enum_VkDriverId" &
            " exists but with different size")
    enum_VkDriverId
  else:
    enum_VkDriverId_1124075596)
  VkPipelineExecutableStatisticKHR_1124077729 = (when declared(
      VkPipelineExecutableStatisticKHR):
    when ownSizeof(VkPipelineExecutableStatisticKHR) !=
        ownSizeof(VkPipelineExecutableStatisticKHR_1124077728):
      static :
        warning("Declaration of " & "VkPipelineExecutableStatisticKHR" &
            " exists but with different size")
    VkPipelineExecutableStatisticKHR
  else:
    VkPipelineExecutableStatisticKHR_1124077728)
  PFN_vkDestroyPipelineLayout_1124075071 = (when declared(
      PFN_vkDestroyPipelineLayout):
    when ownSizeof(PFN_vkDestroyPipelineLayout) !=
        ownSizeof(PFN_vkDestroyPipelineLayout_1124075070):
      static :
        warning("Declaration of " & "PFN_vkDestroyPipelineLayout" &
            " exists but with different size")
    PFN_vkDestroyPipelineLayout
  else:
    PFN_vkDestroyPipelineLayout_1124075070)
  VkExternalMemoryBufferCreateInfoKHR_1124077165 = (when declared(
      VkExternalMemoryBufferCreateInfoKHR):
    when ownSizeof(VkExternalMemoryBufferCreateInfoKHR) !=
        ownSizeof(VkExternalMemoryBufferCreateInfoKHR_1124077164):
      static :
        warning("Declaration of " & "VkExternalMemoryBufferCreateInfoKHR" &
            " exists but with different size")
    VkExternalMemoryBufferCreateInfoKHR
  else:
    VkExternalMemoryBufferCreateInfoKHR_1124077164)
  VkPushDescriptorSetWithTemplateInfoKHR_1124078403 = (when declared(
      VkPushDescriptorSetWithTemplateInfoKHR):
    when ownSizeof(VkPushDescriptorSetWithTemplateInfoKHR) !=
        ownSizeof(VkPushDescriptorSetWithTemplateInfoKHR_1124078402):
      static :
        warning("Declaration of " & "VkPushDescriptorSetWithTemplateInfoKHR" &
            " exists but with different size")
    VkPushDescriptorSetWithTemplateInfoKHR
  else:
    VkPushDescriptorSetWithTemplateInfoKHR_1124078402)
  PFN_vkGetImageSparseMemoryRequirements_1124074957 = (when declared(
      PFN_vkGetImageSparseMemoryRequirements):
    when ownSizeof(PFN_vkGetImageSparseMemoryRequirements) !=
        ownSizeof(PFN_vkGetImageSparseMemoryRequirements_1124074956):
      static :
        warning("Declaration of " & "PFN_vkGetImageSparseMemoryRequirements" &
            " exists but with different size")
    PFN_vkGetImageSparseMemoryRequirements
  else:
    PFN_vkGetImageSparseMemoryRequirements_1124074956)
  VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081081 = (when declared(
      VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV):
    when ownSizeof(VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081080):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV
  else:
    VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081080)
  PFN_vkCmdDrawIndexedIndirect_1124075151 = (when declared(
      PFN_vkCmdDrawIndexedIndirect):
    when ownSizeof(PFN_vkCmdDrawIndexedIndirect) !=
        ownSizeof(PFN_vkCmdDrawIndexedIndirect_1124075150):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndexedIndirect" &
            " exists but with different size")
    PFN_vkCmdDrawIndexedIndirect
  else:
    PFN_vkCmdDrawIndexedIndirect_1124075150)
  enum_VkPipelineCacheHeaderVersion_1124074061 = (when declared(
      enum_VkPipelineCacheHeaderVersion):
    when ownSizeof(enum_VkPipelineCacheHeaderVersion) !=
        ownSizeof(enum_VkPipelineCacheHeaderVersion_1124074060):
      static :
        warning("Declaration of " & "enum_VkPipelineCacheHeaderVersion" &
            " exists but with different size")
    enum_VkPipelineCacheHeaderVersion
  else:
    enum_VkPipelineCacheHeaderVersion_1124074060)
  struct_VkGeneratedCommandsMemoryRequirementsInfoNV_1124080077 = (when declared(
      struct_VkGeneratedCommandsMemoryRequirementsInfoNV):
    when ownSizeof(struct_VkGeneratedCommandsMemoryRequirementsInfoNV) !=
        ownSizeof(struct_VkGeneratedCommandsMemoryRequirementsInfoNV_1124080076):
      static :
        warning("Declaration of " &
            "struct_VkGeneratedCommandsMemoryRequirementsInfoNV" &
            " exists but with different size")
    struct_VkGeneratedCommandsMemoryRequirementsInfoNV
  else:
    struct_VkGeneratedCommandsMemoryRequirementsInfoNV_1124080076)
  struct_VkPerformanceCounterDescriptionKHR_1124077361 = (when declared(
      struct_VkPerformanceCounterDescriptionKHR):
    when ownSizeof(struct_VkPerformanceCounterDescriptionKHR) !=
        ownSizeof(struct_VkPerformanceCounterDescriptionKHR_1124077360):
      static :
        warning("Declaration of " & "struct_VkPerformanceCounterDescriptionKHR" &
            " exists but with different size")
    struct_VkPerformanceCounterDescriptionKHR
  else:
    struct_VkPerformanceCounterDescriptionKHR_1124077360)
  VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081907 = (when declared(
      VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081906):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT
  else:
    VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081906)
  PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM_1124081833 = (when declared(
      PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM):
    when ownSizeof(PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM) !=
        ownSizeof(PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM_1124081832):
      static :
        warning("Declaration of " &
            "PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM" &
            " exists but with different size")
    PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM
  else:
    PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM_1124081832)
  VkImageViewCreateInfo_1124074647 = (when declared(VkImageViewCreateInfo):
    when ownSizeof(VkImageViewCreateInfo) != ownSizeof(VkImageViewCreateInfo_1124074646):
      static :
        warning("Declaration of " & "VkImageViewCreateInfo" &
            " exists but with different size")
    VkImageViewCreateInfo
  else:
    VkImageViewCreateInfo_1124074646)
  VkVertexInputBindingDivisorDescription_1124076403 = (when declared(
      VkVertexInputBindingDivisorDescription):
    when ownSizeof(VkVertexInputBindingDivisorDescription) !=
        ownSizeof(VkVertexInputBindingDivisorDescription_1124076402):
      static :
        warning("Declaration of " & "VkVertexInputBindingDivisorDescription" &
            " exists but with different size")
    VkVertexInputBindingDivisorDescription
  else:
    VkVertexInputBindingDivisorDescription_1124076402)
  struct_VkShaderStatisticsInfoAMD_1124078807 = (when declared(
      struct_VkShaderStatisticsInfoAMD):
    when ownSizeof(struct_VkShaderStatisticsInfoAMD) !=
        ownSizeof(struct_VkShaderStatisticsInfoAMD_1124078806):
      static :
        warning("Declaration of " & "struct_VkShaderStatisticsInfoAMD" &
            " exists but with different size")
    struct_VkShaderStatisticsInfoAMD
  else:
    struct_VkShaderStatisticsInfoAMD_1124078806)
  struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078409 = (when declared(
      struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT):
    when ownSizeof(struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT) !=
        ownSizeof(struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078408):
      static :
        warning("Declaration of " &
            "struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT" &
            " exists but with different size")
    struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT
  else:
    struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078408)
  struct_VkExternalFenceProperties_1124075437 = (when declared(
      struct_VkExternalFenceProperties):
    when ownSizeof(struct_VkExternalFenceProperties) !=
        ownSizeof(struct_VkExternalFenceProperties_1124075436):
      static :
        warning("Declaration of " & "struct_VkExternalFenceProperties" &
            " exists but with different size")
    struct_VkExternalFenceProperties
  else:
    struct_VkExternalFenceProperties_1124075436)
  struct_VkPrivateDataSlotCreateInfo_1124075923 = (when declared(
      struct_VkPrivateDataSlotCreateInfo):
    when ownSizeof(struct_VkPrivateDataSlotCreateInfo) !=
        ownSizeof(struct_VkPrivateDataSlotCreateInfo_1124075922):
      static :
        warning("Declaration of " & "struct_VkPrivateDataSlotCreateInfo" &
            " exists but with different size")
    struct_VkPrivateDataSlotCreateInfo
  else:
    struct_VkPrivateDataSlotCreateInfo_1124075922)
  struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079833 = (when declared(
      struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079832):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV
  else:
    struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079832)
  PFN_vkCmdSetLineStipple_1124076457 = (when declared(PFN_vkCmdSetLineStipple):
    when ownSizeof(PFN_vkCmdSetLineStipple) !=
        ownSizeof(PFN_vkCmdSetLineStipple_1124076456):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLineStipple" &
            " exists but with different size")
    PFN_vkCmdSetLineStipple
  else:
    PFN_vkCmdSetLineStipple_1124076456)
  StdVideoAV1QuantizationFlags_1124083293 = (when declared(
      StdVideoAV1QuantizationFlags):
    when ownSizeof(StdVideoAV1QuantizationFlags) !=
        ownSizeof(StdVideoAV1QuantizationFlags_1124083292):
      static :
        warning("Declaration of " & "StdVideoAV1QuantizationFlags" &
            " exists but with different size")
    StdVideoAV1QuantizationFlags
  else:
    StdVideoAV1QuantizationFlags_1124083292)
  VkOpticalFlowSessionCreateFlagBitsNV_1124081427 = (when declared(
      VkOpticalFlowSessionCreateFlagBitsNV):
    when ownSizeof(VkOpticalFlowSessionCreateFlagBitsNV) !=
        ownSizeof(VkOpticalFlowSessionCreateFlagBitsNV_1124081426):
      static :
        warning("Declaration of " & "VkOpticalFlowSessionCreateFlagBitsNV" &
            " exists but with different size")
    VkOpticalFlowSessionCreateFlagBitsNV
  else:
    VkOpticalFlowSessionCreateFlagBitsNV_1124081426)
  VkMemoryType_1124074523 = (when declared(VkMemoryType):
    when ownSizeof(VkMemoryType) != ownSizeof(VkMemoryType_1124074522):
      static :
        warning("Declaration of " & "VkMemoryType" &
            " exists but with different size")
    VkMemoryType
  else:
    VkMemoryType_1124074522)
  VkVideoEncodeAV1PictureInfoKHR_1124078289 = (when declared(
      VkVideoEncodeAV1PictureInfoKHR):
    when ownSizeof(VkVideoEncodeAV1PictureInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1PictureInfoKHR_1124078288):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1PictureInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1PictureInfoKHR
  else:
    VkVideoEncodeAV1PictureInfoKHR_1124078288)
  struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081383 = (when declared(
      struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081382):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081382)
  struct_StdVideoDecodeH264ReferenceInfoFlags_1124083191 = (when declared(
      struct_StdVideoDecodeH264ReferenceInfoFlags):
    when ownSizeof(struct_StdVideoDecodeH264ReferenceInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeH264ReferenceInfoFlags_1124083190):
      static :
        warning("Declaration of " &
            "struct_StdVideoDecodeH264ReferenceInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeH264ReferenceInfoFlags
  else:
    struct_StdVideoDecodeH264ReferenceInfoFlags_1124083190)
  PFN_vkCmdSetStencilCompareMask_1124075135 = (when declared(
      PFN_vkCmdSetStencilCompareMask):
    when ownSizeof(PFN_vkCmdSetStencilCompareMask) !=
        ownSizeof(PFN_vkCmdSetStencilCompareMask_1124075134):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilCompareMask" &
            " exists but with different size")
    PFN_vkCmdSetStencilCompareMask
  else:
    PFN_vkCmdSetStencilCompareMask_1124075134)
  PFN_vkDestroyImageView_1124074995 = (when declared(PFN_vkDestroyImageView):
    when ownSizeof(PFN_vkDestroyImageView) != ownSizeof(PFN_vkDestroyImageView_1124074994):
      static :
        warning("Declaration of " & "PFN_vkDestroyImageView" &
            " exists but with different size")
    PFN_vkDestroyImageView
  else:
    PFN_vkDestroyImageView_1124074994)
  PFN_vkGetDeviceGroupPeerMemoryFeatures_1124075547 = (when declared(
      PFN_vkGetDeviceGroupPeerMemoryFeatures):
    when ownSizeof(PFN_vkGetDeviceGroupPeerMemoryFeatures) !=
        ownSizeof(PFN_vkGetDeviceGroupPeerMemoryFeatures_1124075546):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceGroupPeerMemoryFeatures" &
            " exists but with different size")
    PFN_vkGetDeviceGroupPeerMemoryFeatures
  else:
    PFN_vkGetDeviceGroupPeerMemoryFeatures_1124075546)
  PFN_vkCmdSetDescriptorBufferOffsetsEXT_1124080325 = (when declared(
      PFN_vkCmdSetDescriptorBufferOffsetsEXT):
    when ownSizeof(PFN_vkCmdSetDescriptorBufferOffsetsEXT) !=
        ownSizeof(PFN_vkCmdSetDescriptorBufferOffsetsEXT_1124080324):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDescriptorBufferOffsetsEXT" &
            " exists but with different size")
    PFN_vkCmdSetDescriptorBufferOffsetsEXT
  else:
    PFN_vkCmdSetDescriptorBufferOffsetsEXT_1124080324)
  VkSubmitInfo2_1124075953 = (when declared(VkSubmitInfo2):
    when ownSizeof(VkSubmitInfo2) != ownSizeof(VkSubmitInfo2_1124075952):
      static :
        warning("Declaration of " & "VkSubmitInfo2" &
            " exists but with different size")
    VkSubmitInfo2
  else:
    VkSubmitInfo2_1124075952)
  VkVideoEncodeAV1SessionCreateInfoKHR_1124078275 = (when declared(
      VkVideoEncodeAV1SessionCreateInfoKHR):
    when ownSizeof(VkVideoEncodeAV1SessionCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeAV1SessionCreateInfoKHR_1124078274):
      static :
        warning("Declaration of " & "VkVideoEncodeAV1SessionCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeAV1SessionCreateInfoKHR
  else:
    VkVideoEncodeAV1SessionCreateInfoKHR_1124078274)
  PFN_vkCmdSetViewport_1124075123 = (when declared(PFN_vkCmdSetViewport):
    when ownSizeof(PFN_vkCmdSetViewport) != ownSizeof(PFN_vkCmdSetViewport_1124075122):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewport" &
            " exists but with different size")
    PFN_vkCmdSetViewport
  else:
    PFN_vkCmdSetViewport_1124075122)
  VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR_1124078353 = (when declared(
      VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR_1124078352):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR
  else:
    VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR_1124078352)
  VkCooperativeVectorMatrixLayoutNV_1124081587 = (when declared(
      VkCooperativeVectorMatrixLayoutNV):
    when ownSizeof(VkCooperativeVectorMatrixLayoutNV) !=
        ownSizeof(VkCooperativeVectorMatrixLayoutNV_1124081586):
      static :
        warning("Declaration of " & "VkCooperativeVectorMatrixLayoutNV" &
            " exists but with different size")
    VkCooperativeVectorMatrixLayoutNV
  else:
    VkCooperativeVectorMatrixLayoutNV_1124081586)
  VkDescriptorGetTensorInfoARM_1124081347 = (when declared(
      VkDescriptorGetTensorInfoARM):
    when ownSizeof(VkDescriptorGetTensorInfoARM) !=
        ownSizeof(VkDescriptorGetTensorInfoARM_1124081346):
      static :
        warning("Declaration of " & "VkDescriptorGetTensorInfoARM" &
            " exists but with different size")
    VkDescriptorGetTensorInfoARM
  else:
    VkDescriptorGetTensorInfoARM_1124081346)
  VkExternalFenceFeatureFlags_1124075231 = (when declared(
      VkExternalFenceFeatureFlags):
    when ownSizeof(VkExternalFenceFeatureFlags) !=
        ownSizeof(VkExternalFenceFeatureFlags_1124075230):
      static :
        warning("Declaration of " & "VkExternalFenceFeatureFlags" &
            " exists but with different size")
    VkExternalFenceFeatureFlags
  else:
    VkExternalFenceFeatureFlags_1124075230)
  VkSubpassDependency2_1124075781 = (when declared(VkSubpassDependency2):
    when ownSizeof(VkSubpassDependency2) != ownSizeof(VkSubpassDependency2_1124075780):
      static :
        warning("Declaration of " & "VkSubpassDependency2" &
            " exists but with different size")
    VkSubpassDependency2
  else:
    VkSubpassDependency2_1124075780)
  enum_VkAttachmentLoadOp_1124074129 = (when declared(enum_VkAttachmentLoadOp):
    when ownSizeof(enum_VkAttachmentLoadOp) !=
        ownSizeof(enum_VkAttachmentLoadOp_1124074128):
      static :
        warning("Declaration of " & "enum_VkAttachmentLoadOp" &
            " exists but with different size")
    enum_VkAttachmentLoadOp
  else:
    enum_VkAttachmentLoadOp_1124074128)
  struct_VkDisplayPresentInfoKHR_1124076627 = (when declared(
      struct_VkDisplayPresentInfoKHR):
    when ownSizeof(struct_VkDisplayPresentInfoKHR) !=
        ownSizeof(struct_VkDisplayPresentInfoKHR_1124076626):
      static :
        warning("Declaration of " & "struct_VkDisplayPresentInfoKHR" &
            " exists but with different size")
    struct_VkDisplayPresentInfoKHR
  else:
    struct_VkDisplayPresentInfoKHR_1124076626)
  PFN_vkCmdEndQuery_1124075029 = (when declared(PFN_vkCmdEndQuery):
    when ownSizeof(PFN_vkCmdEndQuery) != ownSizeof(PFN_vkCmdEndQuery_1124075028):
      static :
        warning("Declaration of " & "PFN_vkCmdEndQuery" &
            " exists but with different size")
    PFN_vkCmdEndQuery
  else:
    PFN_vkCmdEndQuery_1124075028)
  VkIndirectCommandsIndexBufferTokenEXT_1124082261 = (when declared(
      VkIndirectCommandsIndexBufferTokenEXT):
    when ownSizeof(VkIndirectCommandsIndexBufferTokenEXT) !=
        ownSizeof(VkIndirectCommandsIndexBufferTokenEXT_1124082260):
      static :
        warning("Declaration of " & "VkIndirectCommandsIndexBufferTokenEXT" &
            " exists but with different size")
    VkIndirectCommandsIndexBufferTokenEXT
  else:
    VkIndirectCommandsIndexBufferTokenEXT_1124082260)
  HANDLE_1124082661 = (when declared(HANDLE):
    when ownSizeof(HANDLE) != ownSizeof(HANDLE_1124082660):
      static :
        warning("Declaration of " & "HANDLE" & " exists but with different size")
    HANDLE
  else:
    HANDLE_1124082660)
  VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081867 = (when declared(
      VkPhysicalDeviceImageProcessing2FeaturesQCOM):
    when ownSizeof(VkPhysicalDeviceImageProcessing2FeaturesQCOM) !=
        ownSizeof(VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081866):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageProcessing2FeaturesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceImageProcessing2FeaturesQCOM
  else:
    VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081866)
  VkGeneratedCommandsPipelineInfoEXT_1124082293 = (when declared(
      VkGeneratedCommandsPipelineInfoEXT):
    when ownSizeof(VkGeneratedCommandsPipelineInfoEXT) !=
        ownSizeof(VkGeneratedCommandsPipelineInfoEXT_1124082292):
      static :
        warning("Declaration of " & "VkGeneratedCommandsPipelineInfoEXT" &
            " exists but with different size")
    VkGeneratedCommandsPipelineInfoEXT
  else:
    VkGeneratedCommandsPipelineInfoEXT_1124082292)
  VkCommandBufferInheritanceRenderingInfo_1124076113 = (when declared(
      VkCommandBufferInheritanceRenderingInfo):
    when ownSizeof(VkCommandBufferInheritanceRenderingInfo) !=
        ownSizeof(VkCommandBufferInheritanceRenderingInfo_1124076112):
      static :
        warning("Declaration of " & "VkCommandBufferInheritanceRenderingInfo" &
            " exists but with different size")
    VkCommandBufferInheritanceRenderingInfo
  else:
    VkCommandBufferInheritanceRenderingInfo_1124076112)
  struct_VkPerformanceValueINTEL_1124079653 = (when declared(
      struct_VkPerformanceValueINTEL):
    when ownSizeof(struct_VkPerformanceValueINTEL) !=
        ownSizeof(struct_VkPerformanceValueINTEL_1124079652):
      static :
        warning("Declaration of " & "struct_VkPerformanceValueINTEL" &
            " exists but with different size")
    struct_VkPerformanceValueINTEL
  else:
    struct_VkPerformanceValueINTEL_1124079652)
  VkPhysicalDeviceDescriptorIndexingFeatures_1124075733 = (when declared(
      VkPhysicalDeviceDescriptorIndexingFeatures):
    when ownSizeof(VkPhysicalDeviceDescriptorIndexingFeatures) !=
        ownSizeof(VkPhysicalDeviceDescriptorIndexingFeatures_1124075732):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDescriptorIndexingFeatures" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorIndexingFeatures
  else:
    VkPhysicalDeviceDescriptorIndexingFeatures_1124075732)
  VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081579 = (when declared(
      VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV):
    when ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081578):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV
  else:
    VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081578)
  struct_VkDedicatedAllocationImageCreateInfoNV_1124078709 = (when declared(
      struct_VkDedicatedAllocationImageCreateInfoNV):
    when ownSizeof(struct_VkDedicatedAllocationImageCreateInfoNV) !=
        ownSizeof(struct_VkDedicatedAllocationImageCreateInfoNV_1124078708):
      static :
        warning("Declaration of " &
            "struct_VkDedicatedAllocationImageCreateInfoNV" &
            " exists but with different size")
    struct_VkDedicatedAllocationImageCreateInfoNV
  else:
    struct_VkDedicatedAllocationImageCreateInfoNV_1124078708)
  enum_VkMicromapTypeEXT_1124080769 = (when declared(enum_VkMicromapTypeEXT):
    when ownSizeof(enum_VkMicromapTypeEXT) != ownSizeof(enum_VkMicromapTypeEXT_1124080768):
      static :
        warning("Declaration of " & "enum_VkMicromapTypeEXT" &
            " exists but with different size")
    enum_VkMicromapTypeEXT
  else:
    enum_VkMicromapTypeEXT_1124080768)
  PFN_vkGetDynamicRenderingTilePropertiesQCOM_1124081557 = (when declared(
      PFN_vkGetDynamicRenderingTilePropertiesQCOM):
    when ownSizeof(PFN_vkGetDynamicRenderingTilePropertiesQCOM) !=
        ownSizeof(PFN_vkGetDynamicRenderingTilePropertiesQCOM_1124081556):
      static :
        warning("Declaration of " &
            "PFN_vkGetDynamicRenderingTilePropertiesQCOM" &
            " exists but with different size")
    PFN_vkGetDynamicRenderingTilePropertiesQCOM
  else:
    PFN_vkGetDynamicRenderingTilePropertiesQCOM_1124081556)
  struct_VkSamplerCubicWeightsCreateInfoQCOM_1124081885 = (when declared(
      struct_VkSamplerCubicWeightsCreateInfoQCOM):
    when ownSizeof(struct_VkSamplerCubicWeightsCreateInfoQCOM) !=
        ownSizeof(struct_VkSamplerCubicWeightsCreateInfoQCOM_1124081884):
      static :
        warning("Declaration of " & "struct_VkSamplerCubicWeightsCreateInfoQCOM" &
            " exists but with different size")
    struct_VkSamplerCubicWeightsCreateInfoQCOM
  else:
    struct_VkSamplerCubicWeightsCreateInfoQCOM_1124081884)
  VkPerformanceCounterDescriptionKHR_1124077363 = (when declared(
      VkPerformanceCounterDescriptionKHR):
    when ownSizeof(VkPerformanceCounterDescriptionKHR) !=
        ownSizeof(VkPerformanceCounterDescriptionKHR_1124077362):
      static :
        warning("Declaration of " & "VkPerformanceCounterDescriptionKHR" &
            " exists but with different size")
    VkPerformanceCounterDescriptionKHR
  else:
    VkPerformanceCounterDescriptionKHR_1124077362)
  struct_VkRenderingInputAttachmentIndexInfo_1124076425 = (when declared(
      struct_VkRenderingInputAttachmentIndexInfo):
    when ownSizeof(struct_VkRenderingInputAttachmentIndexInfo) !=
        ownSizeof(struct_VkRenderingInputAttachmentIndexInfo_1124076424):
      static :
        warning("Declaration of " & "struct_VkRenderingInputAttachmentIndexInfo" &
            " exists but with different size")
    struct_VkRenderingInputAttachmentIndexInfo
  else:
    struct_VkRenderingInputAttachmentIndexInfo_1124076424)
  VkPhysicalDeviceShaderFloat16Int8Features_1124075721 = (when declared(
      VkPhysicalDeviceShaderFloat16Int8Features):
    when ownSizeof(VkPhysicalDeviceShaderFloat16Int8Features) !=
        ownSizeof(VkPhysicalDeviceShaderFloat16Int8Features_1124075720):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderFloat16Int8Features" &
            " exists but with different size")
    VkPhysicalDeviceShaderFloat16Int8Features
  else:
    VkPhysicalDeviceShaderFloat16Int8Features_1124075720)
  VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078887 = (when declared(
      VkCommandBufferInheritanceConditionalRenderingInfoEXT):
    when ownSizeof(VkCommandBufferInheritanceConditionalRenderingInfoEXT) !=
        ownSizeof(VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078886):
      static :
        warning("Declaration of " &
            "VkCommandBufferInheritanceConditionalRenderingInfoEXT" &
            " exists but with different size")
    VkCommandBufferInheritanceConditionalRenderingInfoEXT
  else:
    VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078886)
  struct_VkPhysicalDeviceShadingRateImageFeaturesNV_1124079299 = (when declared(
      struct_VkPhysicalDeviceShadingRateImageFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceShadingRateImageFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceShadingRateImageFeaturesNV_1124079298):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShadingRateImageFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceShadingRateImageFeaturesNV
  else:
    struct_VkPhysicalDeviceShadingRateImageFeaturesNV_1124079298)
  VkExportFenceCreateInfoKHR_1124077311 = (when declared(
      VkExportFenceCreateInfoKHR):
    when ownSizeof(VkExportFenceCreateInfoKHR) !=
        ownSizeof(VkExportFenceCreateInfoKHR_1124077310):
      static :
        warning("Declaration of " & "VkExportFenceCreateInfoKHR" &
            " exists but with different size")
    VkExportFenceCreateInfoKHR
  else:
    VkExportFenceCreateInfoKHR_1124077310)
  VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080031 = (when declared(
      VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV):
    when ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080030):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV
  else:
    VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080030)
  struct_VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079701 = (when declared(
      struct_VkPhysicalDevicePCIBusInfoPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDevicePCIBusInfoPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079700):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePCIBusInfoPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDevicePCIBusInfoPropertiesEXT
  else:
    struct_VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079700)
  VkDeviceQueueGlobalPriorityCreateInfo_1124076235 = (when declared(
      VkDeviceQueueGlobalPriorityCreateInfo):
    when ownSizeof(VkDeviceQueueGlobalPriorityCreateInfo) !=
        ownSizeof(VkDeviceQueueGlobalPriorityCreateInfo_1124076234):
      static :
        warning("Declaration of " & "VkDeviceQueueGlobalPriorityCreateInfo" &
            " exists but with different size")
    VkDeviceQueueGlobalPriorityCreateInfo
  else:
    VkDeviceQueueGlobalPriorityCreateInfo_1124076234)
  VkDecompressMemoryRegionNV_1124081031 = (when declared(
      VkDecompressMemoryRegionNV):
    when ownSizeof(VkDecompressMemoryRegionNV) !=
        ownSizeof(VkDecompressMemoryRegionNV_1124081030):
      static :
        warning("Declaration of " & "VkDecompressMemoryRegionNV" &
            " exists but with different size")
    VkDecompressMemoryRegionNV
  else:
    VkDecompressMemoryRegionNV_1124081030)
  VkMemoryRequirements_1124074579 = (when declared(VkMemoryRequirements):
    when ownSizeof(VkMemoryRequirements) != ownSizeof(VkMemoryRequirements_1124074578):
      static :
        warning("Declaration of " & "VkMemoryRequirements" &
            " exists but with different size")
    VkMemoryRequirements
  else:
    VkMemoryRequirements_1124074578)
  struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079049 = (when declared(
      struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG):
    when ownSizeof(struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG) !=
        ownSizeof(struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079048):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG" &
            " exists but with different size")
    struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG
  else:
    struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079048)
  struct_VkImageStencilUsageCreateInfo_1124075803 = (when declared(
      struct_VkImageStencilUsageCreateInfo):
    when ownSizeof(struct_VkImageStencilUsageCreateInfo) !=
        ownSizeof(struct_VkImageStencilUsageCreateInfo_1124075802):
      static :
        warning("Declaration of " & "struct_VkImageStencilUsageCreateInfo" &
            " exists but with different size")
    struct_VkImageStencilUsageCreateInfo
  else:
    struct_VkImageStencilUsageCreateInfo_1124075802)
  VkQueueFamilyProperties2KHR_1124077081 = (when declared(
      VkQueueFamilyProperties2KHR):
    when ownSizeof(VkQueueFamilyProperties2KHR) !=
        ownSizeof(VkQueueFamilyProperties2KHR_1124077080):
      static :
        warning("Declaration of " & "VkQueueFamilyProperties2KHR" &
            " exists but with different size")
    VkQueueFamilyProperties2KHR
  else:
    VkQueueFamilyProperties2KHR_1124077080)
  struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079001 = (when declared(
      struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079000):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT
  else:
    struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079000)
  VkSurfaceFormatKHR_1124076495 = (when declared(VkSurfaceFormatKHR):
    when ownSizeof(VkSurfaceFormatKHR) != ownSizeof(VkSurfaceFormatKHR_1124076494):
      static :
        warning("Declaration of " & "VkSurfaceFormatKHR" &
            " exists but with different size")
    VkSurfaceFormatKHR
  else:
    VkSurfaceFormatKHR_1124076494)
  PFN_vkDestroyIndirectCommandsLayoutNV_1124080091 = (when declared(
      PFN_vkDestroyIndirectCommandsLayoutNV):
    when ownSizeof(PFN_vkDestroyIndirectCommandsLayoutNV) !=
        ownSizeof(PFN_vkDestroyIndirectCommandsLayoutNV_1124080090):
      static :
        warning("Declaration of " & "PFN_vkDestroyIndirectCommandsLayoutNV" &
            " exists but with different size")
    PFN_vkDestroyIndirectCommandsLayoutNV
  else:
    PFN_vkDestroyIndirectCommandsLayoutNV_1124080090)
  VkPhysicalDeviceHostImageCopyProperties_1124076299 = (when declared(
      VkPhysicalDeviceHostImageCopyProperties):
    when ownSizeof(VkPhysicalDeviceHostImageCopyProperties) !=
        ownSizeof(VkPhysicalDeviceHostImageCopyProperties_1124076298):
      static :
        warning("Declaration of " & "VkPhysicalDeviceHostImageCopyProperties" &
            " exists but with different size")
    VkPhysicalDeviceHostImageCopyProperties
  else:
    VkPhysicalDeviceHostImageCopyProperties_1124076298)
  VkSubresourceLayout2EXT_1124079951 = (when declared(VkSubresourceLayout2EXT):
    when ownSizeof(VkSubresourceLayout2EXT) !=
        ownSizeof(VkSubresourceLayout2EXT_1124079950):
      static :
        warning("Declaration of " & "VkSubresourceLayout2EXT" &
            " exists but with different size")
    VkSubresourceLayout2EXT
  else:
    VkSubresourceLayout2EXT_1124079950)
  PFN_vkCreateIndirectCommandsLayoutEXT_1124082309 = (when declared(
      PFN_vkCreateIndirectCommandsLayoutEXT):
    when ownSizeof(PFN_vkCreateIndirectCommandsLayoutEXT) !=
        ownSizeof(PFN_vkCreateIndirectCommandsLayoutEXT_1124082308):
      static :
        warning("Declaration of " & "PFN_vkCreateIndirectCommandsLayoutEXT" &
            " exists but with different size")
    PFN_vkCreateIndirectCommandsLayoutEXT
  else:
    PFN_vkCreateIndirectCommandsLayoutEXT_1124082308)
  VkPhysicalDeviceFeatures2_1124075335 = (when declared(
      VkPhysicalDeviceFeatures2):
    when ownSizeof(VkPhysicalDeviceFeatures2) !=
        ownSizeof(VkPhysicalDeviceFeatures2_1124075334):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFeatures2" &
            " exists but with different size")
    VkPhysicalDeviceFeatures2
  else:
    VkPhysicalDeviceFeatures2_1124075334)
  VkBindIndexBufferIndirectCommandNV_1124080051 = (when declared(
      VkBindIndexBufferIndirectCommandNV):
    when ownSizeof(VkBindIndexBufferIndirectCommandNV) !=
        ownSizeof(VkBindIndexBufferIndirectCommandNV_1124080050):
      static :
        warning("Declaration of " & "VkBindIndexBufferIndirectCommandNV" &
            " exists but with different size")
    VkBindIndexBufferIndirectCommandNV
  else:
    VkBindIndexBufferIndirectCommandNV_1124080050)
  struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078473 = (when declared(
      struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078472):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR
  else:
    struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078472)
  VkBufferMemoryRequirementsInfo2KHR_1124077459 = (when declared(
      VkBufferMemoryRequirementsInfo2KHR):
    when ownSizeof(VkBufferMemoryRequirementsInfo2KHR) !=
        ownSizeof(VkBufferMemoryRequirementsInfo2KHR_1124077458):
      static :
        warning("Declaration of " & "VkBufferMemoryRequirementsInfo2KHR" &
            " exists but with different size")
    VkBufferMemoryRequirementsInfo2KHR
  else:
    VkBufferMemoryRequirementsInfo2KHR_1124077458)
  struct_VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079157 = (when declared(
      struct_VkPhysicalDeviceSampleLocationsPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceSampleLocationsPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079156):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSampleLocationsPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceSampleLocationsPropertiesEXT
  else:
    struct_VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079156)
  enum_VkFullScreenExclusiveEXT_1124082741 = (when declared(
      enum_VkFullScreenExclusiveEXT):
    when ownSizeof(enum_VkFullScreenExclusiveEXT) !=
        ownSizeof(enum_VkFullScreenExclusiveEXT_1124082740):
      static :
        warning("Declaration of " & "enum_VkFullScreenExclusiveEXT" &
            " exists but with different size")
    enum_VkFullScreenExclusiveEXT
  else:
    enum_VkFullScreenExclusiveEXT_1124082740)
  VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082323 = (when declared(
      VkPhysicalDeviceImageAlignmentControlFeaturesMESA):
    when ownSizeof(VkPhysicalDeviceImageAlignmentControlFeaturesMESA) !=
        ownSizeof(VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082322):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageAlignmentControlFeaturesMESA" &
            " exists but with different size")
    VkPhysicalDeviceImageAlignmentControlFeaturesMESA
  else:
    VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082322)
  PFN_vkGetBufferOpaqueCaptureAddressKHR_1124077687 = (when declared(
      PFN_vkGetBufferOpaqueCaptureAddressKHR):
    when ownSizeof(PFN_vkGetBufferOpaqueCaptureAddressKHR) !=
        ownSizeof(PFN_vkGetBufferOpaqueCaptureAddressKHR_1124077686):
      static :
        warning("Declaration of " & "PFN_vkGetBufferOpaqueCaptureAddressKHR" &
            " exists but with different size")
    PFN_vkGetBufferOpaqueCaptureAddressKHR
  else:
    PFN_vkGetBufferOpaqueCaptureAddressKHR_1124077686)
  PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT_1124080327 = (when declared(
      PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT):
    when ownSizeof(PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT) !=
        ownSizeof(PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT_1124080326):
      static :
        warning("Declaration of " &
            "PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT" &
            " exists but with different size")
    PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT
  else:
    PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT_1124080326)
  VkTensorFormatPropertiesARM_1124081291 = (when declared(
      VkTensorFormatPropertiesARM):
    when ownSizeof(VkTensorFormatPropertiesARM) !=
        ownSizeof(VkTensorFormatPropertiesARM_1124081290):
      static :
        warning("Declaration of " & "VkTensorFormatPropertiesARM" &
            " exists but with different size")
    VkTensorFormatPropertiesARM
  else:
    VkTensorFormatPropertiesARM_1124081290)
  struct_VkBufferUsageFlags2CreateInfo_1124076277 = (when declared(
      struct_VkBufferUsageFlags2CreateInfo):
    when ownSizeof(struct_VkBufferUsageFlags2CreateInfo) !=
        ownSizeof(struct_VkBufferUsageFlags2CreateInfo_1124076276):
      static :
        warning("Declaration of " & "struct_VkBufferUsageFlags2CreateInfo" &
            " exists but with different size")
    struct_VkBufferUsageFlags2CreateInfo
  else:
    struct_VkBufferUsageFlags2CreateInfo_1124076276)
  struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080373 = (when declared(
      struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080372):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV
  else:
    struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080372)
  VkRenderPassCreationFeedbackCreateInfoEXT_1124081219 = (when declared(
      VkRenderPassCreationFeedbackCreateInfoEXT):
    when ownSizeof(VkRenderPassCreationFeedbackCreateInfoEXT) !=
        ownSizeof(VkRenderPassCreationFeedbackCreateInfoEXT_1124081218):
      static :
        warning("Declaration of " & "VkRenderPassCreationFeedbackCreateInfoEXT" &
            " exists but with different size")
    VkRenderPassCreationFeedbackCreateInfoEXT
  else:
    VkRenderPassCreationFeedbackCreateInfoEXT_1124081218)
  VkCoarseSampleOrderTypeNV_1124079289 = (when declared(
      VkCoarseSampleOrderTypeNV):
    when ownSizeof(VkCoarseSampleOrderTypeNV) !=
        ownSizeof(VkCoarseSampleOrderTypeNV_1124079288):
      static :
        warning("Declaration of " & "VkCoarseSampleOrderTypeNV" &
            " exists but with different size")
    VkCoarseSampleOrderTypeNV
  else:
    VkCoarseSampleOrderTypeNV_1124079288)
  enum_VkDeviceFaultAddressTypeEXT_1124080477 = (when declared(
      enum_VkDeviceFaultAddressTypeEXT):
    when ownSizeof(enum_VkDeviceFaultAddressTypeEXT) !=
        ownSizeof(enum_VkDeviceFaultAddressTypeEXT_1124080476):
      static :
        warning("Declaration of " & "enum_VkDeviceFaultAddressTypeEXT" &
            " exists but with different size")
    enum_VkDeviceFaultAddressTypeEXT
  else:
    enum_VkDeviceFaultAddressTypeEXT_1124080476)
  VkSubresourceHostMemcpySize_1124076327 = (when declared(
      VkSubresourceHostMemcpySize):
    when ownSizeof(VkSubresourceHostMemcpySize) !=
        ownSizeof(VkSubresourceHostMemcpySize_1124076326):
      static :
        warning("Declaration of " & "VkSubresourceHostMemcpySize" &
            " exists but with different size")
    VkSubresourceHostMemcpySize
  else:
    VkSubresourceHostMemcpySize_1124076326)
  VkImportFenceWin32HandleInfoKHR_1124082713 = (when declared(
      VkImportFenceWin32HandleInfoKHR):
    when ownSizeof(VkImportFenceWin32HandleInfoKHR) !=
        ownSizeof(VkImportFenceWin32HandleInfoKHR_1124082712):
      static :
        warning("Declaration of " & "VkImportFenceWin32HandleInfoKHR" &
            " exists but with different size")
    VkImportFenceWin32HandleInfoKHR
  else:
    VkImportFenceWin32HandleInfoKHR_1124082712)
  enum_VkLogicOp_1124074125 = (when declared(enum_VkLogicOp):
    when ownSizeof(enum_VkLogicOp) != ownSizeof(enum_VkLogicOp_1124074124):
      static :
        warning("Declaration of " & "enum_VkLogicOp" &
            " exists but with different size")
    enum_VkLogicOp
  else:
    enum_VkLogicOp_1124074124)
  StdVideoH264SequenceParameterSetVui_1124082987 = (when declared(
      StdVideoH264SequenceParameterSetVui):
    when ownSizeof(StdVideoH264SequenceParameterSetVui) !=
        ownSizeof(StdVideoH264SequenceParameterSetVui_1124082986):
      static :
        warning("Declaration of " & "StdVideoH264SequenceParameterSetVui" &
            " exists but with different size")
    StdVideoH264SequenceParameterSetVui
  else:
    StdVideoH264SequenceParameterSetVui_1124082986)
  VkDriverId_1124075599 = (when declared(VkDriverId):
    when ownSizeof(VkDriverId) != ownSizeof(VkDriverId_1124075598):
      static :
        warning("Declaration of " & "VkDriverId" &
            " exists but with different size")
    VkDriverId
  else:
    VkDriverId_1124075598)
  VkPipelineDynamicStateCreateInfo_1124074835 = (when declared(
      VkPipelineDynamicStateCreateInfo):
    when ownSizeof(VkPipelineDynamicStateCreateInfo) !=
        ownSizeof(VkPipelineDynamicStateCreateInfo_1124074834):
      static :
        warning("Declaration of " & "VkPipelineDynamicStateCreateInfo" &
            " exists but with different size")
    VkPipelineDynamicStateCreateInfo
  else:
    VkPipelineDynamicStateCreateInfo_1124074834)
  PFN_vkGetPhysicalDeviceQueueFamilyProperties_1124074907 = (when declared(
      PFN_vkGetPhysicalDeviceQueueFamilyProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyProperties_1124074906):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceQueueFamilyProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceQueueFamilyProperties
  else:
    PFN_vkGetPhysicalDeviceQueueFamilyProperties_1124074906)
  PFN_vkGetPipelinePropertiesEXT_1124080633 = (when declared(
      PFN_vkGetPipelinePropertiesEXT):
    when ownSizeof(PFN_vkGetPipelinePropertiesEXT) !=
        ownSizeof(PFN_vkGetPipelinePropertiesEXT_1124080632):
      static :
        warning("Declaration of " & "PFN_vkGetPipelinePropertiesEXT" &
            " exists but with different size")
    PFN_vkGetPipelinePropertiesEXT
  else:
    PFN_vkGetPipelinePropertiesEXT_1124080632)
  struct_VkResolveImageModeInfoKHR_1124078649 = (when declared(
      struct_VkResolveImageModeInfoKHR):
    when ownSizeof(struct_VkResolveImageModeInfoKHR) !=
        ownSizeof(struct_VkResolveImageModeInfoKHR_1124078648):
      static :
        warning("Declaration of " & "struct_VkResolveImageModeInfoKHR" &
            " exists but with different size")
    struct_VkResolveImageModeInfoKHR
  else:
    struct_VkResolveImageModeInfoKHR_1124078648)
  VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079027 = (when declared(
      VkPipelineRasterizationConservativeStateCreateInfoEXT):
    when ownSizeof(VkPipelineRasterizationConservativeStateCreateInfoEXT) !=
        ownSizeof(VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079026):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationConservativeStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineRasterizationConservativeStateCreateInfoEXT
  else:
    VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079026)
  struct_VkDirectDriverLoadingListLUNARG_1124081241 = (when declared(
      struct_VkDirectDriverLoadingListLUNARG):
    when ownSizeof(struct_VkDirectDriverLoadingListLUNARG) !=
        ownSizeof(struct_VkDirectDriverLoadingListLUNARG_1124081240):
      static :
        warning("Declaration of " & "struct_VkDirectDriverLoadingListLUNARG" &
            " exists but with different size")
    struct_VkDirectDriverLoadingListLUNARG
  else:
    struct_VkDirectDriverLoadingListLUNARG_1124081240)
  struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077959 = (when declared(
      struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077958):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR
  else:
    struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077958)
  VkSamplerCreateFlagBits_1124074355 = (when declared(VkSamplerCreateFlagBits):
    when ownSizeof(VkSamplerCreateFlagBits) !=
        ownSizeof(VkSamplerCreateFlagBits_1124074354):
      static :
        warning("Declaration of " & "VkSamplerCreateFlagBits" &
            " exists but with different size")
    VkSamplerCreateFlagBits
  else:
    VkSamplerCreateFlagBits_1124074354)
  VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT_1124080009 = (when declared(
      VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT_1124080008):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
  else:
    VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT_1124080008)
  struct_VkBlitImageInfo2_1124076083 = (when declared(struct_VkBlitImageInfo2):
    when ownSizeof(struct_VkBlitImageInfo2) !=
        ownSizeof(struct_VkBlitImageInfo2_1124076082):
      static :
        warning("Declaration of " & "struct_VkBlitImageInfo2" &
            " exists but with different size")
    struct_VkBlitImageInfo2
  else:
    struct_VkBlitImageInfo2_1124076082)
  struct_VkPhysicalDeviceProperties_1124074541 = (when declared(
      struct_VkPhysicalDeviceProperties):
    when ownSizeof(struct_VkPhysicalDeviceProperties) !=
        ownSizeof(struct_VkPhysicalDeviceProperties_1124074540):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceProperties
  else:
    struct_VkPhysicalDeviceProperties_1124074540)
  PFN_vkEnumerateDeviceLayerProperties_1124074925 = (when declared(
      PFN_vkEnumerateDeviceLayerProperties):
    when ownSizeof(PFN_vkEnumerateDeviceLayerProperties) !=
        ownSizeof(PFN_vkEnumerateDeviceLayerProperties_1124074924):
      static :
        warning("Declaration of " & "PFN_vkEnumerateDeviceLayerProperties" &
            " exists but with different size")
    PFN_vkEnumerateDeviceLayerProperties
  else:
    PFN_vkEnumerateDeviceLayerProperties_1124074924)
  VkMemoryAllocateFlagsInfo_1124075283 = (when declared(
      VkMemoryAllocateFlagsInfo):
    when ownSizeof(VkMemoryAllocateFlagsInfo) !=
        ownSizeof(VkMemoryAllocateFlagsInfo_1124075282):
      static :
        warning("Declaration of " & "VkMemoryAllocateFlagsInfo" &
            " exists but with different size")
    VkMemoryAllocateFlagsInfo
  else:
    VkMemoryAllocateFlagsInfo_1124075282)
  VkPhysicalDeviceFloatControlsProperties_1124075725 = (when declared(
      VkPhysicalDeviceFloatControlsProperties):
    when ownSizeof(VkPhysicalDeviceFloatControlsProperties) !=
        ownSizeof(VkPhysicalDeviceFloatControlsProperties_1124075724):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFloatControlsProperties" &
            " exists but with different size")
    VkPhysicalDeviceFloatControlsProperties
  else:
    VkPhysicalDeviceFloatControlsProperties_1124075724)
  PFN_vkCmdSetEvent2KHR_1124077889 = (when declared(PFN_vkCmdSetEvent2KHR):
    when ownSizeof(PFN_vkCmdSetEvent2KHR) != ownSizeof(PFN_vkCmdSetEvent2KHR_1124077888):
      static :
        warning("Declaration of " & "PFN_vkCmdSetEvent2KHR" &
            " exists but with different size")
    PFN_vkCmdSetEvent2KHR
  else:
    PFN_vkCmdSetEvent2KHR_1124077888)
  VkRayTracingLssPrimitiveEndCapsModeNV_1124081077 = (when declared(
      VkRayTracingLssPrimitiveEndCapsModeNV):
    when ownSizeof(VkRayTracingLssPrimitiveEndCapsModeNV) !=
        ownSizeof(VkRayTracingLssPrimitiveEndCapsModeNV_1124081076):
      static :
        warning("Declaration of " & "VkRayTracingLssPrimitiveEndCapsModeNV" &
            " exists but with different size")
    VkRayTracingLssPrimitiveEndCapsModeNV
  else:
    VkRayTracingLssPrimitiveEndCapsModeNV_1124081076)
  struct_VkExecutionGraphPipelineScratchSizeAMDX_1124082803 = (when declared(
      struct_VkExecutionGraphPipelineScratchSizeAMDX):
    when ownSizeof(struct_VkExecutionGraphPipelineScratchSizeAMDX) !=
        ownSizeof(struct_VkExecutionGraphPipelineScratchSizeAMDX_1124082802):
      static :
        warning("Declaration of " &
            "struct_VkExecutionGraphPipelineScratchSizeAMDX" &
            " exists but with different size")
    struct_VkExecutionGraphPipelineScratchSizeAMDX
  else:
    struct_VkExecutionGraphPipelineScratchSizeAMDX_1124082802)
  StdVideoH264SliceType_1124082995 = (when declared(StdVideoH264SliceType):
    when ownSizeof(StdVideoH264SliceType) != ownSizeof(StdVideoH264SliceType_1124082994):
      static :
        warning("Declaration of " & "StdVideoH264SliceType" &
            " exists but with different size")
    StdVideoH264SliceType
  else:
    StdVideoH264SliceType_1124082994)
  VkIndirectCommandsPushConstantTokenEXT_1124082253 = (when declared(
      VkIndirectCommandsPushConstantTokenEXT):
    when ownSizeof(VkIndirectCommandsPushConstantTokenEXT) !=
        ownSizeof(VkIndirectCommandsPushConstantTokenEXT_1124082252):
      static :
        warning("Declaration of " & "VkIndirectCommandsPushConstantTokenEXT" &
            " exists but with different size")
    VkIndirectCommandsPushConstantTokenEXT
  else:
    VkIndirectCommandsPushConstantTokenEXT_1124082252)
  VkPhysicalDeviceTimelineSemaphoreFeaturesKHR_1124077589 = (when declared(
      VkPhysicalDeviceTimelineSemaphoreFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceTimelineSemaphoreFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceTimelineSemaphoreFeaturesKHR_1124077588):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceTimelineSemaphoreFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceTimelineSemaphoreFeaturesKHR
  else:
    VkPhysicalDeviceTimelineSemaphoreFeaturesKHR_1124077588)
  VkRenderingAreaInfo_1124076415 = (when declared(VkRenderingAreaInfo):
    when ownSizeof(VkRenderingAreaInfo) != ownSizeof(VkRenderingAreaInfo_1124076414):
      static :
        warning("Declaration of " & "VkRenderingAreaInfo" &
            " exists but with different size")
    VkRenderingAreaInfo
  else:
    VkRenderingAreaInfo_1124076414)
  struct_VkXlibSurfaceCreateInfoKHR_1124082773 = (when declared(
      struct_VkXlibSurfaceCreateInfoKHR):
    when ownSizeof(struct_VkXlibSurfaceCreateInfoKHR) !=
        ownSizeof(struct_VkXlibSurfaceCreateInfoKHR_1124082772):
      static :
        warning("Declaration of " & "struct_VkXlibSurfaceCreateInfoKHR" &
            " exists but with different size")
    struct_VkXlibSurfaceCreateInfoKHR
  else:
    struct_VkXlibSurfaceCreateInfoKHR_1124082772)
  VkEventCreateInfo_1124074691 = (when declared(VkEventCreateInfo):
    when ownSizeof(VkEventCreateInfo) != ownSizeof(VkEventCreateInfo_1124074690):
      static :
        warning("Declaration of " & "VkEventCreateInfo" &
            " exists but with different size")
    VkEventCreateInfo
  else:
    VkEventCreateInfo_1124074690)
  StdVideoH264MemMgmtControlOp_1124083371 = (when declared(
      StdVideoH264MemMgmtControlOp):
    when ownSizeof(StdVideoH264MemMgmtControlOp) !=
        ownSizeof(StdVideoH264MemMgmtControlOp_1124083370):
      static :
        warning("Declaration of " & "StdVideoH264MemMgmtControlOp" &
            " exists but with different size")
    StdVideoH264MemMgmtControlOp
  else:
    StdVideoH264MemMgmtControlOp_1124083370)
  PFN_vkUnmapMemory2KHR_1124077751 = (when declared(PFN_vkUnmapMemory2KHR):
    when ownSizeof(PFN_vkUnmapMemory2KHR) != ownSizeof(PFN_vkUnmapMemory2KHR_1124077750):
      static :
        warning("Declaration of " & "PFN_vkUnmapMemory2KHR" &
            " exists but with different size")
    PFN_vkUnmapMemory2KHR
  else:
    PFN_vkUnmapMemory2KHR_1124077750)
  enum_VkImageCompressionFlagBitsEXT_1124080445 = (when declared(
      enum_VkImageCompressionFlagBitsEXT):
    when ownSizeof(enum_VkImageCompressionFlagBitsEXT) !=
        ownSizeof(enum_VkImageCompressionFlagBitsEXT_1124080444):
      static :
        warning("Declaration of " & "enum_VkImageCompressionFlagBitsEXT" &
            " exists but with different size")
    enum_VkImageCompressionFlagBitsEXT
  else:
    enum_VkImageCompressionFlagBitsEXT_1124080444)
  struct_StdVideoDecodeH265PictureInfoFlags_1124083193 = (when declared(
      struct_StdVideoDecodeH265PictureInfoFlags):
    when ownSizeof(struct_StdVideoDecodeH265PictureInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeH265PictureInfoFlags_1124083192):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeH265PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeH265PictureInfoFlags
  else:
    struct_StdVideoDecodeH265PictureInfoFlags_1124083192)
  struct_VkPhysicalDevicePipelineProtectedAccessFeatures_1124076369 = (when declared(
      struct_VkPhysicalDevicePipelineProtectedAccessFeatures):
    when ownSizeof(struct_VkPhysicalDevicePipelineProtectedAccessFeatures) !=
        ownSizeof(struct_VkPhysicalDevicePipelineProtectedAccessFeatures_1124076368):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineProtectedAccessFeatures" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineProtectedAccessFeatures
  else:
    struct_VkPhysicalDevicePipelineProtectedAccessFeatures_1124076368)
  VkDisplayPlaneAlphaFlagBitsKHR_1124076579 = (when declared(
      VkDisplayPlaneAlphaFlagBitsKHR):
    when ownSizeof(VkDisplayPlaneAlphaFlagBitsKHR) !=
        ownSizeof(VkDisplayPlaneAlphaFlagBitsKHR_1124076578):
      static :
        warning("Declaration of " & "VkDisplayPlaneAlphaFlagBitsKHR" &
            " exists but with different size")
    VkDisplayPlaneAlphaFlagBitsKHR
  else:
    VkDisplayPlaneAlphaFlagBitsKHR_1124076578)
  PFN_vkGetQueueCheckpointData2NV_1124079621 = (when declared(
      PFN_vkGetQueueCheckpointData2NV):
    when ownSizeof(PFN_vkGetQueueCheckpointData2NV) !=
        ownSizeof(PFN_vkGetQueueCheckpointData2NV_1124079620):
      static :
        warning("Declaration of " & "PFN_vkGetQueueCheckpointData2NV" &
            " exists but with different size")
    PFN_vkGetQueueCheckpointData2NV
  else:
    PFN_vkGetQueueCheckpointData2NV_1124079620)
  VkPerformanceCounterStorageKHR_1124077335 = (when declared(
      VkPerformanceCounterStorageKHR):
    when ownSizeof(VkPerformanceCounterStorageKHR) !=
        ownSizeof(VkPerformanceCounterStorageKHR_1124077334):
      static :
        warning("Declaration of " & "VkPerformanceCounterStorageKHR" &
            " exists but with different size")
    VkPerformanceCounterStorageKHR
  else:
    VkPerformanceCounterStorageKHR_1124077334)
  VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079625 = (when declared(
      VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL):
    when ownSizeof(VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL) !=
        ownSizeof(VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079624):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL" &
            " exists but with different size")
    VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
  else:
    VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079624)
  struct_VkIndirectCommandsIndexBufferTokenEXT_1124082259 = (when declared(
      struct_VkIndirectCommandsIndexBufferTokenEXT):
    when ownSizeof(struct_VkIndirectCommandsIndexBufferTokenEXT) !=
        ownSizeof(struct_VkIndirectCommandsIndexBufferTokenEXT_1124082258):
      static :
        warning("Declaration of " &
            "struct_VkIndirectCommandsIndexBufferTokenEXT" &
            " exists but with different size")
    struct_VkIndirectCommandsIndexBufferTokenEXT
  else:
    struct_VkIndirectCommandsIndexBufferTokenEXT_1124082258)
  PFN_vkCmdSetLineWidth_1124075127 = (when declared(PFN_vkCmdSetLineWidth):
    when ownSizeof(PFN_vkCmdSetLineWidth) != ownSizeof(PFN_vkCmdSetLineWidth_1124075126):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLineWidth" &
            " exists but with different size")
    PFN_vkCmdSetLineWidth
  else:
    PFN_vkCmdSetLineWidth_1124075126)
  union_VkPipelineExecutableStatisticValueKHR_1124077723 = (when declared(
      union_VkPipelineExecutableStatisticValueKHR):
    when ownSizeof(union_VkPipelineExecutableStatisticValueKHR) !=
        ownSizeof(union_VkPipelineExecutableStatisticValueKHR_1124077722):
      static :
        warning("Declaration of " &
            "union_VkPipelineExecutableStatisticValueKHR" &
            " exists but with different size")
    union_VkPipelineExecutableStatisticValueKHR
  else:
    union_VkPipelineExecutableStatisticValueKHR_1124077722)
  struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077627 = (when declared(
      struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077626):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR
  else:
    struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077626)
  VkConservativeRasterizationModeEXT_1124079017 = (when declared(
      VkConservativeRasterizationModeEXT):
    when ownSizeof(VkConservativeRasterizationModeEXT) !=
        ownSizeof(VkConservativeRasterizationModeEXT_1124079016):
      static :
        warning("Declaration of " & "VkConservativeRasterizationModeEXT" &
            " exists but with different size")
    VkConservativeRasterizationModeEXT
  else:
    VkConservativeRasterizationModeEXT_1124079016)
  PFN_vkBindAccelerationStructureMemoryNV_1124079457 = (when declared(
      PFN_vkBindAccelerationStructureMemoryNV):
    when ownSizeof(PFN_vkBindAccelerationStructureMemoryNV) !=
        ownSizeof(PFN_vkBindAccelerationStructureMemoryNV_1124079456):
      static :
        warning("Declaration of " & "PFN_vkBindAccelerationStructureMemoryNV" &
            " exists but with different size")
    PFN_vkBindAccelerationStructureMemoryNV
  else:
    PFN_vkBindAccelerationStructureMemoryNV_1124079456)
  struct_VkInstanceCreateInfo_1124074513 = (when declared(
      struct_VkInstanceCreateInfo):
    when ownSizeof(struct_VkInstanceCreateInfo) !=
        ownSizeof(struct_VkInstanceCreateInfo_1124074512):
      static :
        warning("Declaration of " & "struct_VkInstanceCreateInfo" &
            " exists but with different size")
    struct_VkInstanceCreateInfo
  else:
    struct_VkInstanceCreateInfo_1124074512)
  struct_VkAccelerationStructureSRTMotionInstanceNV_1124080411 = (when declared(
      struct_VkAccelerationStructureSRTMotionInstanceNV):
    when ownSizeof(struct_VkAccelerationStructureSRTMotionInstanceNV) !=
        ownSizeof(struct_VkAccelerationStructureSRTMotionInstanceNV_1124080410):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureSRTMotionInstanceNV" &
            " exists but with different size")
    struct_VkAccelerationStructureSRTMotionInstanceNV
  else:
    struct_VkAccelerationStructureSRTMotionInstanceNV_1124080410)
  VkExportMemoryAllocateInfo_1124075431 = (when declared(
      VkExportMemoryAllocateInfo):
    when ownSizeof(VkExportMemoryAllocateInfo) !=
        ownSizeof(VkExportMemoryAllocateInfo_1124075430):
      static :
        warning("Declaration of " & "VkExportMemoryAllocateInfo" &
            " exists but with different size")
    VkExportMemoryAllocateInfo
  else:
    VkExportMemoryAllocateInfo_1124075430)
  struct_VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076961 = (when declared(
      struct_VkVideoEncodeH265SessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265SessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076960):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265SessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265SessionParametersCreateInfoKHR
  else:
    struct_VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076960)
  VkPartitionedAccelerationStructureInstanceFlagsNV_1124082141 = (when declared(
      VkPartitionedAccelerationStructureInstanceFlagsNV):
    when ownSizeof(VkPartitionedAccelerationStructureInstanceFlagsNV) !=
        ownSizeof(VkPartitionedAccelerationStructureInstanceFlagsNV_1124082140):
      static :
        warning("Declaration of " &
            "VkPartitionedAccelerationStructureInstanceFlagsNV" &
            " exists but with different size")
    VkPartitionedAccelerationStructureInstanceFlagsNV
  else:
    VkPartitionedAccelerationStructureInstanceFlagsNV_1124082140)
  StdVideoDecodeH264ReferenceInfo_1124077043 = (when declared(
      StdVideoDecodeH264ReferenceInfo):
    when ownSizeof(StdVideoDecodeH264ReferenceInfo) !=
        ownSizeof(StdVideoDecodeH264ReferenceInfo_1124077042):
      static :
        warning("Declaration of " & "StdVideoDecodeH264ReferenceInfo" &
            " exists but with different size")
    StdVideoDecodeH264ReferenceInfo
  else:
    StdVideoDecodeH264ReferenceInfo_1124077042)
  PFN_vkCmdDispatch_1124075099 = (when declared(PFN_vkCmdDispatch):
    when ownSizeof(PFN_vkCmdDispatch) != ownSizeof(PFN_vkCmdDispatch_1124075098):
      static :
        warning("Declaration of " & "PFN_vkCmdDispatch" &
            " exists but with different size")
    PFN_vkCmdDispatch
  else:
    PFN_vkCmdDispatch_1124075098)
  struct_VkPhysicalDeviceVariablePointersFeatures_1124075465 = (when declared(
      struct_VkPhysicalDeviceVariablePointersFeatures):
    when ownSizeof(struct_VkPhysicalDeviceVariablePointersFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceVariablePointersFeatures_1124075464):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVariablePointersFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceVariablePointersFeatures
  else:
    struct_VkPhysicalDeviceVariablePointersFeatures_1124075464)
  VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080941 = (when declared(
      VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080940):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT
  else:
    VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080940)
  struct_VkOpticalFlowSessionCreateInfoNV_1124081453 = (when declared(
      struct_VkOpticalFlowSessionCreateInfoNV):
    when ownSizeof(struct_VkOpticalFlowSessionCreateInfoNV) !=
        ownSizeof(struct_VkOpticalFlowSessionCreateInfoNV_1124081452):
      static :
        warning("Declaration of " & "struct_VkOpticalFlowSessionCreateInfoNV" &
            " exists but with different size")
    struct_VkOpticalFlowSessionCreateInfoNV
  else:
    struct_VkOpticalFlowSessionCreateInfoNV_1124081452)
  VkDebugUtilsMessageSeverityFlagsEXT_1124079067 = (when declared(
      VkDebugUtilsMessageSeverityFlagsEXT):
    when ownSizeof(VkDebugUtilsMessageSeverityFlagsEXT) !=
        ownSizeof(VkDebugUtilsMessageSeverityFlagsEXT_1124079066):
      static :
        warning("Declaration of " & "VkDebugUtilsMessageSeverityFlagsEXT" &
            " exists but with different size")
    VkDebugUtilsMessageSeverityFlagsEXT
  else:
    VkDebugUtilsMessageSeverityFlagsEXT_1124079066)
  VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079775 = (when declared(
      VkPhysicalDeviceBufferDeviceAddressFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceBufferDeviceAddressFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079774):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceBufferDeviceAddressFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceBufferDeviceAddressFeaturesEXT
  else:
    VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079774)
  VkStencilFaceFlags_1124074439 = (when declared(VkStencilFaceFlags):
    when ownSizeof(VkStencilFaceFlags) != ownSizeof(VkStencilFaceFlags_1124074438):
      static :
        warning("Declaration of " & "VkStencilFaceFlags" &
            " exists but with different size")
    VkStencilFaceFlags
  else:
    VkStencilFaceFlags_1124074438)
  VkSubpassDescription2_1124075777 = (when declared(VkSubpassDescription2):
    when ownSizeof(VkSubpassDescription2) != ownSizeof(VkSubpassDescription2_1124075776):
      static :
        warning("Declaration of " & "VkSubpassDescription2" &
            " exists but with different size")
    VkSubpassDescription2
  else:
    VkSubpassDescription2_1124075776)
  struct_VkFenceGetFdInfoKHR_1124077317 = (when declared(
      struct_VkFenceGetFdInfoKHR):
    when ownSizeof(struct_VkFenceGetFdInfoKHR) !=
        ownSizeof(struct_VkFenceGetFdInfoKHR_1124077316):
      static :
        warning("Declaration of " & "struct_VkFenceGetFdInfoKHR" &
            " exists but with different size")
    struct_VkFenceGetFdInfoKHR
  else:
    struct_VkFenceGetFdInfoKHR_1124077316)
  struct_StdVideoEncodeAV1PictureInfo_1124082957 = (when declared(
      struct_StdVideoEncodeAV1PictureInfo):
    when ownSizeof(struct_StdVideoEncodeAV1PictureInfo) !=
        ownSizeof(struct_StdVideoEncodeAV1PictureInfo_1124082956):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1PictureInfo" &
            " exists but with different size")
    struct_StdVideoEncodeAV1PictureInfo
  else:
    struct_StdVideoEncodeAV1PictureInfo_1124082956)
  struct_VkMemoryAllocateInfo_1124074573 = (when declared(
      struct_VkMemoryAllocateInfo):
    when ownSizeof(struct_VkMemoryAllocateInfo) !=
        ownSizeof(struct_VkMemoryAllocateInfo_1124074572):
      static :
        warning("Declaration of " & "struct_VkMemoryAllocateInfo" &
            " exists but with different size")
    struct_VkMemoryAllocateInfo
  else:
    struct_VkMemoryAllocateInfo_1124074572)
  PFN_vkCmdBeginConditionalRenderingEXT_1124078889 = (when declared(
      PFN_vkCmdBeginConditionalRenderingEXT):
    when ownSizeof(PFN_vkCmdBeginConditionalRenderingEXT) !=
        ownSizeof(PFN_vkCmdBeginConditionalRenderingEXT_1124078888):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginConditionalRenderingEXT" &
            " exists but with different size")
    PFN_vkCmdBeginConditionalRenderingEXT
  else:
    PFN_vkCmdBeginConditionalRenderingEXT_1124078888)
  VkSamplerCreateInfo_1124074731 = (when declared(VkSamplerCreateInfo):
    when ownSizeof(VkSamplerCreateInfo) != ownSizeof(VkSamplerCreateInfo_1124074730):
      static :
        warning("Declaration of " & "VkSamplerCreateInfo" &
            " exists but with different size")
    VkSamplerCreateInfo
  else:
    VkSamplerCreateInfo_1124074730)
  PFN_vkCmdBindIndexBuffer_1124075141 = (when declared(PFN_vkCmdBindIndexBuffer):
    when ownSizeof(PFN_vkCmdBindIndexBuffer) !=
        ownSizeof(PFN_vkCmdBindIndexBuffer_1124075140):
      static :
        warning("Declaration of " & "PFN_vkCmdBindIndexBuffer" &
            " exists but with different size")
    PFN_vkCmdBindIndexBuffer
  else:
    PFN_vkCmdBindIndexBuffer_1124075140)
  VkDeviceQueueInfo2_1124075383 = (when declared(VkDeviceQueueInfo2):
    when ownSizeof(VkDeviceQueueInfo2) != ownSizeof(VkDeviceQueueInfo2_1124075382):
      static :
        warning("Declaration of " & "VkDeviceQueueInfo2" &
            " exists but with different size")
    VkDeviceQueueInfo2
  else:
    VkDeviceQueueInfo2_1124075382)
  PFN_vkCreateBuffer_1124074983 = (when declared(PFN_vkCreateBuffer):
    when ownSizeof(PFN_vkCreateBuffer) != ownSizeof(PFN_vkCreateBuffer_1124074982):
      static :
        warning("Declaration of " & "PFN_vkCreateBuffer" &
            " exists but with different size")
    PFN_vkCreateBuffer
  else:
    PFN_vkCreateBuffer_1124074982)
  VkSurfaceTransformFlagBitsKHR_1124076479 = (when declared(
      VkSurfaceTransformFlagBitsKHR):
    when ownSizeof(VkSurfaceTransformFlagBitsKHR) !=
        ownSizeof(VkSurfaceTransformFlagBitsKHR_1124076478):
      static :
        warning("Declaration of " & "VkSurfaceTransformFlagBitsKHR" &
            " exists but with different size")
    VkSurfaceTransformFlagBitsKHR
  else:
    VkSurfaceTransformFlagBitsKHR_1124076478)
  VkCopyImageInfo2KHR_1124077921 = (when declared(VkCopyImageInfo2KHR):
    when ownSizeof(VkCopyImageInfo2KHR) != ownSizeof(VkCopyImageInfo2KHR_1124077920):
      static :
        warning("Declaration of " & "VkCopyImageInfo2KHR" &
            " exists but with different size")
    VkCopyImageInfo2KHR
  else:
    VkCopyImageInfo2KHR_1124077920)
  VkVideoDecodeVP9PictureInfoKHR_1124078337 = (when declared(
      VkVideoDecodeVP9PictureInfoKHR):
    when ownSizeof(VkVideoDecodeVP9PictureInfoKHR) !=
        ownSizeof(VkVideoDecodeVP9PictureInfoKHR_1124078336):
      static :
        warning("Declaration of " & "VkVideoDecodeVP9PictureInfoKHR" &
            " exists but with different size")
    VkVideoDecodeVP9PictureInfoKHR
  else:
    VkVideoDecodeVP9PictureInfoKHR_1124078336)
  PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV_1124079845 = (when declared(
      PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV):
    when ownSizeof(PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV_1124079844):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV
  else:
    PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV_1124079844)
  VkShaderCreateFlagsEXT_1124081517 = (when declared(VkShaderCreateFlagsEXT):
    when ownSizeof(VkShaderCreateFlagsEXT) != ownSizeof(VkShaderCreateFlagsEXT_1124081516):
      static :
        warning("Declaration of " & "VkShaderCreateFlagsEXT" &
            " exists but with different size")
    VkShaderCreateFlagsEXT
  else:
    VkShaderCreateFlagsEXT_1124081516)
  StdVideoVP9Segmentation_1124083109 = (when declared(StdVideoVP9Segmentation):
    when ownSizeof(StdVideoVP9Segmentation) !=
        ownSizeof(StdVideoVP9Segmentation_1124083108):
      static :
        warning("Declaration of " & "StdVideoVP9Segmentation" &
            " exists but with different size")
    StdVideoVP9Segmentation
  else:
    StdVideoVP9Segmentation_1124083108)
  VkPipelineBinaryHandlesInfoKHR_1124078103 = (when declared(
      VkPipelineBinaryHandlesInfoKHR):
    when ownSizeof(VkPipelineBinaryHandlesInfoKHR) !=
        ownSizeof(VkPipelineBinaryHandlesInfoKHR_1124078102):
      static :
        warning("Declaration of " & "VkPipelineBinaryHandlesInfoKHR" &
            " exists but with different size")
    VkPipelineBinaryHandlesInfoKHR
  else:
    VkPipelineBinaryHandlesInfoKHR_1124078102)
  VkSharingMode_1124074043 = (when declared(VkSharingMode):
    when ownSizeof(VkSharingMode) != ownSizeof(VkSharingMode_1124074042):
      static :
        warning("Declaration of " & "VkSharingMode" &
            " exists but with different size")
    VkSharingMode
  else:
    VkSharingMode_1124074042)
  struct_VkTileMemoryRequirementsQCOM_1124081931 = (when declared(
      struct_VkTileMemoryRequirementsQCOM):
    when ownSizeof(struct_VkTileMemoryRequirementsQCOM) !=
        ownSizeof(struct_VkTileMemoryRequirementsQCOM_1124081930):
      static :
        warning("Declaration of " & "struct_VkTileMemoryRequirementsQCOM" &
            " exists but with different size")
    struct_VkTileMemoryRequirementsQCOM
  else:
    struct_VkTileMemoryRequirementsQCOM_1124081930)
  VkSwapchainLatencyCreateInfoNV_1124081689 = (when declared(
      VkSwapchainLatencyCreateInfoNV):
    when ownSizeof(VkSwapchainLatencyCreateInfoNV) !=
        ownSizeof(VkSwapchainLatencyCreateInfoNV_1124081688):
      static :
        warning("Declaration of " & "VkSwapchainLatencyCreateInfoNV" &
            " exists but with different size")
    VkSwapchainLatencyCreateInfoNV
  else:
    VkSwapchainLatencyCreateInfoNV_1124081688)
  struct_VkSparseImageMemoryBind_1124074597 = (when declared(
      struct_VkSparseImageMemoryBind):
    when ownSizeof(struct_VkSparseImageMemoryBind) !=
        ownSizeof(struct_VkSparseImageMemoryBind_1124074596):
      static :
        warning("Declaration of " & "struct_VkSparseImageMemoryBind" &
            " exists but with different size")
    struct_VkSparseImageMemoryBind
  else:
    struct_VkSparseImageMemoryBind_1124074596)
  struct_VkAccelerationStructureGeometryAabbsDataKHR_1124082495 = (when declared(
      struct_VkAccelerationStructureGeometryAabbsDataKHR):
    when ownSizeof(struct_VkAccelerationStructureGeometryAabbsDataKHR) !=
        ownSizeof(struct_VkAccelerationStructureGeometryAabbsDataKHR_1124082494):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureGeometryAabbsDataKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometryAabbsDataKHR
  else:
    struct_VkAccelerationStructureGeometryAabbsDataKHR_1124082494)
  VkPipelineRobustnessImageBehavior_1124076195 = (when declared(
      VkPipelineRobustnessImageBehavior):
    when ownSizeof(VkPipelineRobustnessImageBehavior) !=
        ownSizeof(VkPipelineRobustnessImageBehavior_1124076194):
      static :
        warning("Declaration of " & "VkPipelineRobustnessImageBehavior" &
            " exists but with different size")
    VkPipelineRobustnessImageBehavior
  else:
    VkPipelineRobustnessImageBehavior_1124076194)
  PFN_vkMapMemory_1124074939 = (when declared(PFN_vkMapMemory):
    when ownSizeof(PFN_vkMapMemory) != ownSizeof(PFN_vkMapMemory_1124074938):
      static :
        warning("Declaration of " & "PFN_vkMapMemory" &
            " exists but with different size")
    PFN_vkMapMemory
  else:
    PFN_vkMapMemory_1124074938)
  VkSparseImageFormatFlags_1124074231 = (when declared(VkSparseImageFormatFlags):
    when ownSizeof(VkSparseImageFormatFlags) !=
        ownSizeof(VkSparseImageFormatFlags_1124074230):
      static :
        warning("Declaration of " & "VkSparseImageFormatFlags" &
            " exists but with different size")
    VkSparseImageFormatFlags
  else:
    VkSparseImageFormatFlags_1124074230)
  VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082903 = (when declared(
      VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX):
    when ownSizeof(VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX) !=
        ownSizeof(VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082902):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX" &
            " exists but with different size")
    VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX
  else:
    VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082902)
  VkDisplayPropertiesKHR_1124076607 = (when declared(VkDisplayPropertiesKHR):
    when ownSizeof(VkDisplayPropertiesKHR) != ownSizeof(VkDisplayPropertiesKHR_1124076606):
      static :
        warning("Declaration of " & "VkDisplayPropertiesKHR" &
            " exists but with different size")
    VkDisplayPropertiesKHR
  else:
    VkDisplayPropertiesKHR_1124076606)
  struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080377 = (when declared(
      struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080376):
      static :
        warning("Declaration of " &
            "struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV
  else:
    struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080376)
  struct_VkVideoEncodeH265SessionParametersGetInfoKHR_1124076965 = (when declared(
      struct_VkVideoEncodeH265SessionParametersGetInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265SessionParametersGetInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265SessionParametersGetInfoKHR_1124076964):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265SessionParametersGetInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265SessionParametersGetInfoKHR
  else:
    struct_VkVideoEncodeH265SessionParametersGetInfoKHR_1124076964)
  struct_VkPhysicalDeviceSubgroupProperties_1124075457 = (when declared(
      struct_VkPhysicalDeviceSubgroupProperties):
    when ownSizeof(struct_VkPhysicalDeviceSubgroupProperties) !=
        ownSizeof(struct_VkPhysicalDeviceSubgroupProperties_1124075456):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceSubgroupProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceSubgroupProperties
  else:
    struct_VkPhysicalDeviceSubgroupProperties_1124075456)
  enum_VkCommandBufferLevel_1124074053 = (when declared(
      enum_VkCommandBufferLevel):
    when ownSizeof(enum_VkCommandBufferLevel) !=
        ownSizeof(enum_VkCommandBufferLevel_1124074052):
      static :
        warning("Declaration of " & "enum_VkCommandBufferLevel" &
            " exists but with different size")
    enum_VkCommandBufferLevel
  else:
    enum_VkCommandBufferLevel_1124074052)
  VkAccelerationStructureCreateInfoNV_1124079415 = (when declared(
      VkAccelerationStructureCreateInfoNV):
    when ownSizeof(VkAccelerationStructureCreateInfoNV) !=
        ownSizeof(VkAccelerationStructureCreateInfoNV_1124079414):
      static :
        warning("Declaration of " & "VkAccelerationStructureCreateInfoNV" &
            " exists but with different size")
    VkAccelerationStructureCreateInfoNV
  else:
    VkAccelerationStructureCreateInfoNV_1124079414)
  VkBufferUsageFlags_1124074269 = (when declared(VkBufferUsageFlags):
    when ownSizeof(VkBufferUsageFlags) != ownSizeof(VkBufferUsageFlags_1124074268):
      static :
        warning("Declaration of " & "VkBufferUsageFlags" &
            " exists but with different size")
    VkBufferUsageFlags
  else:
    VkBufferUsageFlags_1124074268)
  struct_VkPipelineSampleLocationsStateCreateInfoEXT_1124079153 = (when declared(
      struct_VkPipelineSampleLocationsStateCreateInfoEXT):
    when ownSizeof(struct_VkPipelineSampleLocationsStateCreateInfoEXT) !=
        ownSizeof(struct_VkPipelineSampleLocationsStateCreateInfoEXT_1124079152):
      static :
        warning("Declaration of " &
            "struct_VkPipelineSampleLocationsStateCreateInfoEXT" &
            " exists but with different size")
    struct_VkPipelineSampleLocationsStateCreateInfoEXT
  else:
    struct_VkPipelineSampleLocationsStateCreateInfoEXT_1124079152)
  struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081079 = (when declared(
      struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081078):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV
  else:
    struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081078)
  struct_VkAccelerationStructureGeometryInstancesDataKHR_1124082499 = (when declared(
      struct_VkAccelerationStructureGeometryInstancesDataKHR):
    when ownSizeof(struct_VkAccelerationStructureGeometryInstancesDataKHR) !=
        ownSizeof(struct_VkAccelerationStructureGeometryInstancesDataKHR_1124082498):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureGeometryInstancesDataKHR" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometryInstancesDataKHR
  else:
    struct_VkAccelerationStructureGeometryInstancesDataKHR_1124082498)
  PFN_vkQueueBindSparse_1124074961 = (when declared(PFN_vkQueueBindSparse):
    when ownSizeof(PFN_vkQueueBindSparse) != ownSizeof(PFN_vkQueueBindSparse_1124074960):
      static :
        warning("Declaration of " & "PFN_vkQueueBindSparse" &
            " exists but with different size")
    PFN_vkQueueBindSparse
  else:
    PFN_vkQueueBindSparse_1124074960)
  VkImageSubresource2EXT_1124079953 = (when declared(VkImageSubresource2EXT):
    when ownSizeof(VkImageSubresource2EXT) != ownSizeof(VkImageSubresource2EXT_1124079952):
      static :
        warning("Declaration of " & "VkImageSubresource2EXT" &
            " exists but with different size")
    VkImageSubresource2EXT
  else:
    VkImageSubresource2EXT_1124079952)
  StdVideoH265ShortTermRefPicSet_1124083025 = (when declared(
      StdVideoH265ShortTermRefPicSet):
    when ownSizeof(StdVideoH265ShortTermRefPicSet) !=
        ownSizeof(StdVideoH265ShortTermRefPicSet_1124083024):
      static :
        warning("Declaration of " & "StdVideoH265ShortTermRefPicSet" &
            " exists but with different size")
    StdVideoH265ShortTermRefPicSet
  else:
    StdVideoH265ShortTermRefPicSet_1124083024)
  VkDepthClampRangeEXT_1124081535 = (when declared(VkDepthClampRangeEXT):
    when ownSizeof(VkDepthClampRangeEXT) != ownSizeof(VkDepthClampRangeEXT_1124081534):
      static :
        warning("Declaration of " & "VkDepthClampRangeEXT" &
            " exists but with different size")
    VkDepthClampRangeEXT
  else:
    VkDepthClampRangeEXT_1124081534)
  VkHostImageCopyFlags_1124076219 = (when declared(VkHostImageCopyFlags):
    when ownSizeof(VkHostImageCopyFlags) != ownSizeof(VkHostImageCopyFlags_1124076218):
      static :
        warning("Declaration of " & "VkHostImageCopyFlags" &
            " exists but with different size")
    VkHostImageCopyFlags
  else:
    VkHostImageCopyFlags_1124076218)
  struct_VkCopyMemoryToImageIndirectCommandKHR_1124078443 = (when declared(
      struct_VkCopyMemoryToImageIndirectCommandKHR):
    when ownSizeof(struct_VkCopyMemoryToImageIndirectCommandKHR) !=
        ownSizeof(struct_VkCopyMemoryToImageIndirectCommandKHR_1124078442):
      static :
        warning("Declaration of " &
            "struct_VkCopyMemoryToImageIndirectCommandKHR" &
            " exists but with different size")
    struct_VkCopyMemoryToImageIndirectCommandKHR
  else:
    struct_VkCopyMemoryToImageIndirectCommandKHR_1124078442)
  VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079869 = (when declared(
      VkPipelineRasterizationProvokingVertexStateCreateInfoEXT):
    when ownSizeof(VkPipelineRasterizationProvokingVertexStateCreateInfoEXT) !=
        ownSizeof(VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079868):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationProvokingVertexStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineRasterizationProvokingVertexStateCreateInfoEXT
  else:
    VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079868)
  PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT_1124080335 = (when declared(
      PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT):
    when ownSizeof(PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT) !=
        ownSizeof(PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT_1124080334):
      static :
        warning("Declaration of " &
            "PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT" &
            " exists but with different size")
    PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT
  else:
    PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT_1124080334)
  VkBeginCustomResolveInfoEXT_1124082445 = (when declared(
      VkBeginCustomResolveInfoEXT):
    when ownSizeof(VkBeginCustomResolveInfoEXT) !=
        ownSizeof(VkBeginCustomResolveInfoEXT_1124082444):
      static :
        warning("Declaration of " & "VkBeginCustomResolveInfoEXT" &
            " exists but with different size")
    VkBeginCustomResolveInfoEXT
  else:
    VkBeginCustomResolveInfoEXT_1124082444)
  struct_VkRenderPassTransformBeginInfoQCOM_1124080107 = (when declared(
      struct_VkRenderPassTransformBeginInfoQCOM):
    when ownSizeof(struct_VkRenderPassTransformBeginInfoQCOM) !=
        ownSizeof(struct_VkRenderPassTransformBeginInfoQCOM_1124080106):
      static :
        warning("Declaration of " & "struct_VkRenderPassTransformBeginInfoQCOM" &
            " exists but with different size")
    struct_VkRenderPassTransformBeginInfoQCOM
  else:
    struct_VkRenderPassTransformBeginInfoQCOM_1124080106)
  struct_StdVideoVP9LoopFilter_1124083245 = (when declared(
      struct_StdVideoVP9LoopFilter):
    when ownSizeof(struct_StdVideoVP9LoopFilter) !=
        ownSizeof(struct_StdVideoVP9LoopFilter_1124083244):
      static :
        warning("Declaration of " & "struct_StdVideoVP9LoopFilter" &
            " exists but with different size")
    struct_StdVideoVP9LoopFilter
  else:
    struct_StdVideoVP9LoopFilter_1124083244)
  enum_VkViewportCoordinateSwizzleNV_1124078981 = (when declared(
      enum_VkViewportCoordinateSwizzleNV):
    when ownSizeof(enum_VkViewportCoordinateSwizzleNV) !=
        ownSizeof(enum_VkViewportCoordinateSwizzleNV_1124078980):
      static :
        warning("Declaration of " & "enum_VkViewportCoordinateSwizzleNV" &
            " exists but with different size")
    enum_VkViewportCoordinateSwizzleNV
  else:
    enum_VkViewportCoordinateSwizzleNV_1124078980)
  VkVideoEncodeUsageFlagsKHR_1124077801 = (when declared(
      VkVideoEncodeUsageFlagsKHR):
    when ownSizeof(VkVideoEncodeUsageFlagsKHR) !=
        ownSizeof(VkVideoEncodeUsageFlagsKHR_1124077800):
      static :
        warning("Declaration of " & "VkVideoEncodeUsageFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeUsageFlagsKHR
  else:
    VkVideoEncodeUsageFlagsKHR_1124077800)
  PFN_vkQueueBeginDebugUtilsLabelEXT_1124079097 = (when declared(
      PFN_vkQueueBeginDebugUtilsLabelEXT):
    when ownSizeof(PFN_vkQueueBeginDebugUtilsLabelEXT) !=
        ownSizeof(PFN_vkQueueBeginDebugUtilsLabelEXT_1124079096):
      static :
        warning("Declaration of " & "PFN_vkQueueBeginDebugUtilsLabelEXT" &
            " exists but with different size")
    PFN_vkQueueBeginDebugUtilsLabelEXT
  else:
    PFN_vkQueueBeginDebugUtilsLabelEXT_1124079096)
  struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081849 = (when declared(
      struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081848):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM
  else:
    struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081848)
  VkPhysicalDeviceMemoryDecompressionFeaturesNV_1124081037 = (when declared(
      VkPhysicalDeviceMemoryDecompressionFeaturesNV):
    when ownSizeof(VkPhysicalDeviceMemoryDecompressionFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceMemoryDecompressionFeaturesNV_1124081036):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMemoryDecompressionFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceMemoryDecompressionFeaturesNV
  else:
    VkPhysicalDeviceMemoryDecompressionFeaturesNV_1124081036)
  struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080939 = (when declared(
      struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080938):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT
  else:
    struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080938)
  PFN_vkGetMemoryFdPropertiesKHR_1124077183 = (when declared(
      PFN_vkGetMemoryFdPropertiesKHR):
    when ownSizeof(PFN_vkGetMemoryFdPropertiesKHR) !=
        ownSizeof(PFN_vkGetMemoryFdPropertiesKHR_1124077182):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryFdPropertiesKHR" &
            " exists but with different size")
    PFN_vkGetMemoryFdPropertiesKHR
  else:
    PFN_vkGetMemoryFdPropertiesKHR_1124077182)
  PFN_vkGetInstanceProcAddrLUNARG_1124081235 = (when declared(
      PFN_vkGetInstanceProcAddrLUNARG):
    when ownSizeof(PFN_vkGetInstanceProcAddrLUNARG) !=
        ownSizeof(PFN_vkGetInstanceProcAddrLUNARG_1124081234):
      static :
        warning("Declaration of " & "PFN_vkGetInstanceProcAddrLUNARG" &
            " exists but with different size")
    PFN_vkGetInstanceProcAddrLUNARG
  else:
    PFN_vkGetInstanceProcAddrLUNARG_1124081234)
  PFN_vkDestroyDataGraphPipelineSessionARM_1124081837 = (when declared(
      PFN_vkDestroyDataGraphPipelineSessionARM):
    when ownSizeof(PFN_vkDestroyDataGraphPipelineSessionARM) !=
        ownSizeof(PFN_vkDestroyDataGraphPipelineSessionARM_1124081836):
      static :
        warning("Declaration of " & "PFN_vkDestroyDataGraphPipelineSessionARM" &
            " exists but with different size")
    PFN_vkDestroyDataGraphPipelineSessionARM
  else:
    PFN_vkDestroyDataGraphPipelineSessionARM_1124081836)
  struct_VkAcquireNextImageInfoKHR_1124076537 = (when declared(
      struct_VkAcquireNextImageInfoKHR):
    when ownSizeof(struct_VkAcquireNextImageInfoKHR) !=
        ownSizeof(struct_VkAcquireNextImageInfoKHR_1124076536):
      static :
        warning("Declaration of " & "struct_VkAcquireNextImageInfoKHR" &
            " exists but with different size")
    struct_VkAcquireNextImageInfoKHR
  else:
    struct_VkAcquireNextImageInfoKHR_1124076536)
  struct_VkPhysicalDeviceVulkan14Properties_1124076229 = (when declared(
      struct_VkPhysicalDeviceVulkan14Properties):
    when ownSizeof(struct_VkPhysicalDeviceVulkan14Properties) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan14Properties_1124076228):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan14Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan14Properties
  else:
    struct_VkPhysicalDeviceVulkan14Properties_1124076228)
  VkRenderingAreaInfoKHR_1124078005 = (when declared(VkRenderingAreaInfoKHR):
    when ownSizeof(VkRenderingAreaInfoKHR) != ownSizeof(VkRenderingAreaInfoKHR_1124078004):
      static :
        warning("Declaration of " & "VkRenderingAreaInfoKHR" &
            " exists but with different size")
    VkRenderingAreaInfoKHR
  else:
    VkRenderingAreaInfoKHR_1124078004)
  PFN_vkCmdWriteBufferMarkerAMD_1124079511 = (when declared(
      PFN_vkCmdWriteBufferMarkerAMD):
    when ownSizeof(PFN_vkCmdWriteBufferMarkerAMD) !=
        ownSizeof(PFN_vkCmdWriteBufferMarkerAMD_1124079510):
      static :
        warning("Declaration of " & "PFN_vkCmdWriteBufferMarkerAMD" &
            " exists but with different size")
    PFN_vkCmdWriteBufferMarkerAMD
  else:
    PFN_vkCmdWriteBufferMarkerAMD_1124079510)
  VkLineRasterizationMode_1124076203 = (when declared(VkLineRasterizationMode):
    when ownSizeof(VkLineRasterizationMode) !=
        ownSizeof(VkLineRasterizationMode_1124076202):
      static :
        warning("Declaration of " & "VkLineRasterizationMode" &
            " exists but with different size")
    VkLineRasterizationMode
  else:
    VkLineRasterizationMode_1124076202)
  VkDeviceDiagnosticsConfigFlagsNV_1124080209 = (when declared(
      VkDeviceDiagnosticsConfigFlagsNV):
    when ownSizeof(VkDeviceDiagnosticsConfigFlagsNV) !=
        ownSizeof(VkDeviceDiagnosticsConfigFlagsNV_1124080208):
      static :
        warning("Declaration of " & "VkDeviceDiagnosticsConfigFlagsNV" &
            " exists but with different size")
    VkDeviceDiagnosticsConfigFlagsNV
  else:
    VkDeviceDiagnosticsConfigFlagsNV_1124080208)
  struct_VkDisplayPlaneProperties2KHR_1124077427 = (when declared(
      struct_VkDisplayPlaneProperties2KHR):
    when ownSizeof(struct_VkDisplayPlaneProperties2KHR) !=
        ownSizeof(struct_VkDisplayPlaneProperties2KHR_1124077426):
      static :
        warning("Declaration of " & "struct_VkDisplayPlaneProperties2KHR" &
            " exists but with different size")
    struct_VkDisplayPlaneProperties2KHR
  else:
    struct_VkDisplayPlaneProperties2KHR_1124077426)
  struct_VkViewportWScalingNV_1124078893 = (when declared(
      struct_VkViewportWScalingNV):
    when ownSizeof(struct_VkViewportWScalingNV) !=
        ownSizeof(struct_VkViewportWScalingNV_1124078892):
      static :
        warning("Declaration of " & "struct_VkViewportWScalingNV" &
            " exists but with different size")
    struct_VkViewportWScalingNV
  else:
    struct_VkViewportWScalingNV_1124078892)
  VkMemoryAllocateFlagBitsKHR_1124077109 = (when declared(
      VkMemoryAllocateFlagBitsKHR):
    when ownSizeof(VkMemoryAllocateFlagBitsKHR) !=
        ownSizeof(VkMemoryAllocateFlagBitsKHR_1124077108):
      static :
        warning("Declaration of " & "VkMemoryAllocateFlagBitsKHR" &
            " exists but with different size")
    VkMemoryAllocateFlagBitsKHR
  else:
    VkMemoryAllocateFlagBitsKHR_1124077108)
  VkDisplayProperties2KHR_1124077425 = (when declared(VkDisplayProperties2KHR):
    when ownSizeof(VkDisplayProperties2KHR) !=
        ownSizeof(VkDisplayProperties2KHR_1124077424):
      static :
        warning("Declaration of " & "VkDisplayProperties2KHR" &
            " exists but with different size")
    VkDisplayProperties2KHR
  else:
    VkDisplayProperties2KHR_1124077424)
  VkPipelineBinaryDataInfoKHR_1124078099 = (when declared(
      VkPipelineBinaryDataInfoKHR):
    when ownSizeof(VkPipelineBinaryDataInfoKHR) !=
        ownSizeof(VkPipelineBinaryDataInfoKHR_1124078098):
      static :
        warning("Declaration of " & "VkPipelineBinaryDataInfoKHR" &
            " exists but with different size")
    VkPipelineBinaryDataInfoKHR
  else:
    VkPipelineBinaryDataInfoKHR_1124078098)
  VkAccelerationStructureVersionInfoKHR_1124082537 = (when declared(
      VkAccelerationStructureVersionInfoKHR):
    when ownSizeof(VkAccelerationStructureVersionInfoKHR) !=
        ownSizeof(VkAccelerationStructureVersionInfoKHR_1124082536):
      static :
        warning("Declaration of " & "VkAccelerationStructureVersionInfoKHR" &
            " exists but with different size")
    VkAccelerationStructureVersionInfoKHR
  else:
    VkAccelerationStructureVersionInfoKHR_1124082536)
  VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR_1124077661 = (when declared(
      VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR_1124077660):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR
  else:
    VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR_1124077660)
  VkSubresourceHostMemcpySizeEXT_1124079947 = (when declared(
      VkSubresourceHostMemcpySizeEXT):
    when ownSizeof(VkSubresourceHostMemcpySizeEXT) !=
        ownSizeof(VkSubresourceHostMemcpySizeEXT_1124079946):
      static :
        warning("Declaration of " & "VkSubresourceHostMemcpySizeEXT" &
            " exists but with different size")
    VkSubresourceHostMemcpySizeEXT
  else:
    VkSubresourceHostMemcpySizeEXT_1124079946)
  struct_VkPhysicalDeviceCustomResolveFeaturesEXT_1124082439 = (when declared(
      struct_VkPhysicalDeviceCustomResolveFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceCustomResolveFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceCustomResolveFeaturesEXT_1124082438):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCustomResolveFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceCustomResolveFeaturesEXT
  else:
    struct_VkPhysicalDeviceCustomResolveFeaturesEXT_1124082438)
  StdVideoAV1Quantization_1124083075 = (when declared(StdVideoAV1Quantization):
    when ownSizeof(StdVideoAV1Quantization) !=
        ownSizeof(StdVideoAV1Quantization_1124083074):
      static :
        warning("Declaration of " & "StdVideoAV1Quantization" &
            " exists but with different size")
    StdVideoAV1Quantization
  else:
    StdVideoAV1Quantization_1124083074)
  struct_VkVideoDecodeH265DpbSlotInfoKHR_1124077551 = (when declared(
      struct_VkVideoDecodeH265DpbSlotInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH265DpbSlotInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH265DpbSlotInfoKHR_1124077550):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH265DpbSlotInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265DpbSlotInfoKHR
  else:
    struct_VkVideoDecodeH265DpbSlotInfoKHR_1124077550)
  PFN_vkCmdBindDescriptorSets2_1124076449 = (when declared(
      PFN_vkCmdBindDescriptorSets2):
    when ownSizeof(PFN_vkCmdBindDescriptorSets2) !=
        ownSizeof(PFN_vkCmdBindDescriptorSets2_1124076448):
      static :
        warning("Declaration of " & "PFN_vkCmdBindDescriptorSets2" &
            " exists but with different size")
    PFN_vkCmdBindDescriptorSets2
  else:
    PFN_vkCmdBindDescriptorSets2_1124076448)
  struct_VkHdrMetadataEXT_1124079043 = (when declared(struct_VkHdrMetadataEXT):
    when ownSizeof(struct_VkHdrMetadataEXT) !=
        ownSizeof(struct_VkHdrMetadataEXT_1124079042):
      static :
        warning("Declaration of " & "struct_VkHdrMetadataEXT" &
            " exists but with different size")
    struct_VkHdrMetadataEXT
  else:
    struct_VkHdrMetadataEXT_1124079042)
  VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR_1124077753 = (when declared(
      VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR_1124077752):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR
  else:
    VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR_1124077752)
  VkFrontFace_1124074107 = (when declared(VkFrontFace):
    when ownSizeof(VkFrontFace) != ownSizeof(VkFrontFace_1124074106):
      static :
        warning("Declaration of " & "VkFrontFace" &
            " exists but with different size")
    VkFrontFace
  else:
    VkFrontFace_1124074106)
  enum_VkQueryControlFlagBits_1124074301 = (when declared(
      enum_VkQueryControlFlagBits):
    when ownSizeof(enum_VkQueryControlFlagBits) !=
        ownSizeof(enum_VkQueryControlFlagBits_1124074300):
      static :
        warning("Declaration of " & "enum_VkQueryControlFlagBits" &
            " exists but with different size")
    enum_VkQueryControlFlagBits
  else:
    enum_VkQueryControlFlagBits_1124074300)
  VkPeerMemoryFeatureFlagBitsKHR_1124077105 = (when declared(
      VkPeerMemoryFeatureFlagBitsKHR):
    when ownSizeof(VkPeerMemoryFeatureFlagBitsKHR) !=
        ownSizeof(VkPeerMemoryFeatureFlagBitsKHR_1124077104):
      static :
        warning("Declaration of " & "VkPeerMemoryFeatureFlagBitsKHR" &
            " exists but with different size")
    VkPeerMemoryFeatureFlagBitsKHR
  else:
    VkPeerMemoryFeatureFlagBitsKHR_1124077104)
  VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081595 = (when declared(
      VkPhysicalDeviceCooperativeVectorFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCooperativeVectorFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081594):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeVectorFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeVectorFeaturesNV
  else:
    VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081594)
  PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT_1124078915 = (when declared(
      PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT_1124078914):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT
  else:
    PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT_1124078914)
  struct_VkCopyMicromapInfoEXT_1124080845 = (when declared(
      struct_VkCopyMicromapInfoEXT):
    when ownSizeof(struct_VkCopyMicromapInfoEXT) !=
        ownSizeof(struct_VkCopyMicromapInfoEXT_1124080844):
      static :
        warning("Declaration of " & "struct_VkCopyMicromapInfoEXT" &
            " exists but with different size")
    struct_VkCopyMicromapInfoEXT
  else:
    struct_VkCopyMicromapInfoEXT_1124080844)
  VkPipelineLibraryCreateInfoKHR_1124077759 = (when declared(
      VkPipelineLibraryCreateInfoKHR):
    when ownSizeof(VkPipelineLibraryCreateInfoKHR) !=
        ownSizeof(VkPipelineLibraryCreateInfoKHR_1124077758):
      static :
        warning("Declaration of " & "VkPipelineLibraryCreateInfoKHR" &
            " exists but with different size")
    VkPipelineLibraryCreateInfoKHR
  else:
    VkPipelineLibraryCreateInfoKHR_1124077758)
  struct_VkPipelineCacheCreateInfo_1124074701 = (when declared(
      struct_VkPipelineCacheCreateInfo):
    when ownSizeof(struct_VkPipelineCacheCreateInfo) !=
        ownSizeof(struct_VkPipelineCacheCreateInfo_1124074700):
      static :
        warning("Declaration of " & "struct_VkPipelineCacheCreateInfo" &
            " exists but with different size")
    struct_VkPipelineCacheCreateInfo
  else:
    struct_VkPipelineCacheCreateInfo_1124074700)
  enum_VkSharingMode_1124074041 = (when declared(enum_VkSharingMode):
    when ownSizeof(enum_VkSharingMode) != ownSizeof(enum_VkSharingMode_1124074040):
      static :
        warning("Declaration of " & "enum_VkSharingMode" &
            " exists but with different size")
    enum_VkSharingMode
  else:
    enum_VkSharingMode_1124074040)
  enum_VkColorSpaceKHR_1124076473 = (when declared(enum_VkColorSpaceKHR):
    when ownSizeof(enum_VkColorSpaceKHR) != ownSizeof(enum_VkColorSpaceKHR_1124076472):
      static :
        warning("Declaration of " & "enum_VkColorSpaceKHR" &
            " exists but with different size")
    enum_VkColorSpaceKHR
  else:
    enum_VkColorSpaceKHR_1124076472)
  VkPhysicalDeviceDriverPropertiesKHR_1124077569 = (when declared(
      VkPhysicalDeviceDriverPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceDriverPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceDriverPropertiesKHR_1124077568):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDriverPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceDriverPropertiesKHR
  else:
    VkPhysicalDeviceDriverPropertiesKHR_1124077568)
  PFN_vkCmdBeginQueryIndexedEXT_1124078741 = (when declared(
      PFN_vkCmdBeginQueryIndexedEXT):
    when ownSizeof(PFN_vkCmdBeginQueryIndexedEXT) !=
        ownSizeof(PFN_vkCmdBeginQueryIndexedEXT_1124078740):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginQueryIndexedEXT" &
            " exists but with different size")
    PFN_vkCmdBeginQueryIndexedEXT
  else:
    PFN_vkCmdBeginQueryIndexedEXT_1124078740)
  struct_VkCopyBufferToImageInfo2_1124075979 = (when declared(
      struct_VkCopyBufferToImageInfo2):
    when ownSizeof(struct_VkCopyBufferToImageInfo2) !=
        ownSizeof(struct_VkCopyBufferToImageInfo2_1124075978):
      static :
        warning("Declaration of " & "struct_VkCopyBufferToImageInfo2" &
            " exists but with different size")
    struct_VkCopyBufferToImageInfo2
  else:
    struct_VkCopyBufferToImageInfo2_1124075978)
  StdVideoH265ShortTermRefPicSetFlags_1124083269 = (when declared(
      StdVideoH265ShortTermRefPicSetFlags):
    when ownSizeof(StdVideoH265ShortTermRefPicSetFlags) !=
        ownSizeof(StdVideoH265ShortTermRefPicSetFlags_1124083268):
      static :
        warning("Declaration of " & "StdVideoH265ShortTermRefPicSetFlags" &
            " exists but with different size")
    StdVideoH265ShortTermRefPicSetFlags
  else:
    StdVideoH265ShortTermRefPicSetFlags_1124083268)
  VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082145 = (when declared(
      VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV):
    when ownSizeof(VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV) !=
        ownSizeof(VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082144):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV" &
            " exists but with different size")
    VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV
  else:
    VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082144)
  PFN_vkGetPhysicalDeviceFeatures2_1124075559 = (when declared(
      PFN_vkGetPhysicalDeviceFeatures2):
    when ownSizeof(PFN_vkGetPhysicalDeviceFeatures2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceFeatures2_1124075558):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceFeatures2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceFeatures2
  else:
    PFN_vkGetPhysicalDeviceFeatures2_1124075558)
  PFN_vkCmdWaitEvents_1124075107 = (when declared(PFN_vkCmdWaitEvents):
    when ownSizeof(PFN_vkCmdWaitEvents) != ownSizeof(PFN_vkCmdWaitEvents_1124075106):
      static :
        warning("Declaration of " & "PFN_vkCmdWaitEvents" &
            " exists but with different size")
    PFN_vkCmdWaitEvents
  else:
    PFN_vkCmdWaitEvents_1124075106)
  enum_VkPointClippingBehavior_1124075187 = (when declared(
      enum_VkPointClippingBehavior):
    when ownSizeof(enum_VkPointClippingBehavior) !=
        ownSizeof(enum_VkPointClippingBehavior_1124075186):
      static :
        warning("Declaration of " & "enum_VkPointClippingBehavior" &
            " exists but with different size")
    enum_VkPointClippingBehavior
  else:
    enum_VkPointClippingBehavior_1124075186)
  struct_VkExternalMemoryBufferCreateInfo_1124075425 = (when declared(
      struct_VkExternalMemoryBufferCreateInfo):
    when ownSizeof(struct_VkExternalMemoryBufferCreateInfo) !=
        ownSizeof(struct_VkExternalMemoryBufferCreateInfo_1124075424):
      static :
        warning("Declaration of " & "struct_VkExternalMemoryBufferCreateInfo" &
            " exists but with different size")
    struct_VkExternalMemoryBufferCreateInfo
  else:
    struct_VkExternalMemoryBufferCreateInfo_1124075424)
  VkRenderingAttachmentInfoKHR_1124077053 = (when declared(
      VkRenderingAttachmentInfoKHR):
    when ownSizeof(VkRenderingAttachmentInfoKHR) !=
        ownSizeof(VkRenderingAttachmentInfoKHR_1124077052):
      static :
        warning("Declaration of " & "VkRenderingAttachmentInfoKHR" &
            " exists but with different size")
    VkRenderingAttachmentInfoKHR
  else:
    VkRenderingAttachmentInfoKHR_1124077052)
  VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078599 = (when declared(
      VkVideoDecodeH265InlineSessionParametersInfoKHR):
    when ownSizeof(VkVideoDecodeH265InlineSessionParametersInfoKHR) !=
        ownSizeof(VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078598):
      static :
        warning("Declaration of " &
            "VkVideoDecodeH265InlineSessionParametersInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH265InlineSessionParametersInfoKHR
  else:
    VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078598)
  PFN_vkGetImageViewHandleNVX_1124078785 = (when declared(
      PFN_vkGetImageViewHandleNVX):
    when ownSizeof(PFN_vkGetImageViewHandleNVX) !=
        ownSizeof(PFN_vkGetImageViewHandleNVX_1124078784):
      static :
        warning("Declaration of " & "PFN_vkGetImageViewHandleNVX" &
            " exists but with different size")
    PFN_vkGetImageViewHandleNVX
  else:
    PFN_vkGetImageViewHandleNVX_1124078784)
  VkPipelineCompilerControlCreateInfoAMD_1124079523 = (when declared(
      VkPipelineCompilerControlCreateInfoAMD):
    when ownSizeof(VkPipelineCompilerControlCreateInfoAMD) !=
        ownSizeof(VkPipelineCompilerControlCreateInfoAMD_1124079522):
      static :
        warning("Declaration of " & "VkPipelineCompilerControlCreateInfoAMD" &
            " exists but with different size")
    VkPipelineCompilerControlCreateInfoAMD
  else:
    VkPipelineCompilerControlCreateInfoAMD_1124079522)
  VkBlitImageInfo2_1124076085 = (when declared(VkBlitImageInfo2):
    when ownSizeof(VkBlitImageInfo2) != ownSizeof(VkBlitImageInfo2_1124076084):
      static :
        warning("Declaration of " & "VkBlitImageInfo2" &
            " exists but with different size")
    VkBlitImageInfo2
  else:
    VkBlitImageInfo2_1124076084)
  struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082415 = (when declared(
      struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE):
    when ownSizeof(struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE) !=
        ownSizeof(struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082414):
      static :
        warning("Declaration of " &
            "struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE" &
            " exists but with different size")
    struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE
  else:
    struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082414)
  struct_VkVideoDecodeH264PictureInfoKHR_1124077035 = (when declared(
      struct_VkVideoDecodeH264PictureInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH264PictureInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH264PictureInfoKHR_1124077034):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH264PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264PictureInfoKHR
  else:
    struct_VkVideoDecodeH264PictureInfoKHR_1124077034)
  enum_VkQueueFlagBits_1124074195 = (when declared(enum_VkQueueFlagBits):
    when ownSizeof(enum_VkQueueFlagBits) != ownSizeof(enum_VkQueueFlagBits_1124074194):
      static :
        warning("Declaration of " & "enum_VkQueueFlagBits" &
            " exists but with different size")
    enum_VkQueueFlagBits
  else:
    enum_VkQueueFlagBits_1124074194)
  VkRenderingFlags_1124075901 = (when declared(VkRenderingFlags):
    when ownSizeof(VkRenderingFlags) != ownSizeof(VkRenderingFlags_1124075900):
      static :
        warning("Declaration of " & "VkRenderingFlags" &
            " exists but with different size")
    VkRenderingFlags
  else:
    VkRenderingFlags_1124075900)
  VkPhysicalDeviceOpticalFlowFeaturesNV_1124081439 = (when declared(
      VkPhysicalDeviceOpticalFlowFeaturesNV):
    when ownSizeof(VkPhysicalDeviceOpticalFlowFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceOpticalFlowFeaturesNV_1124081438):
      static :
        warning("Declaration of " & "VkPhysicalDeviceOpticalFlowFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceOpticalFlowFeaturesNV
  else:
    VkPhysicalDeviceOpticalFlowFeaturesNV_1124081438)
  struct_VkAccelerationStructureInfoNV_1124079409 = (when declared(
      struct_VkAccelerationStructureInfoNV):
    when ownSizeof(struct_VkAccelerationStructureInfoNV) !=
        ownSizeof(struct_VkAccelerationStructureInfoNV_1124079408):
      static :
        warning("Declaration of " & "struct_VkAccelerationStructureInfoNV" &
            " exists but with different size")
    struct_VkAccelerationStructureInfoNV
  else:
    struct_VkAccelerationStructureInfoNV_1124079408)
  VkDisplaySurfaceStereoTypeNV_1124081959 = (when declared(
      VkDisplaySurfaceStereoTypeNV):
    when ownSizeof(VkDisplaySurfaceStereoTypeNV) !=
        ownSizeof(VkDisplaySurfaceStereoTypeNV_1124081958):
      static :
        warning("Declaration of " & "VkDisplaySurfaceStereoTypeNV" &
            " exists but with different size")
    VkDisplaySurfaceStereoTypeNV
  else:
    VkDisplaySurfaceStereoTypeNV_1124081958)
  enum_VkAccessFlagBits_1124074141 = (when declared(enum_VkAccessFlagBits):
    when ownSizeof(enum_VkAccessFlagBits) != ownSizeof(enum_VkAccessFlagBits_1124074140):
      static :
        warning("Declaration of " & "enum_VkAccessFlagBits" &
            " exists but with different size")
    enum_VkAccessFlagBits
  else:
    enum_VkAccessFlagBits_1124074140)
  VkPhysicalDeviceVulkanMemoryModelFeatures_1124075661 = (when declared(
      VkPhysicalDeviceVulkanMemoryModelFeatures):
    when ownSizeof(VkPhysicalDeviceVulkanMemoryModelFeatures) !=
        ownSizeof(VkPhysicalDeviceVulkanMemoryModelFeatures_1124075660):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkanMemoryModelFeatures" &
            " exists but with different size")
    VkPhysicalDeviceVulkanMemoryModelFeatures
  else:
    VkPhysicalDeviceVulkanMemoryModelFeatures_1124075660)
  struct_VkVideoDecodeH265ProfileInfoKHR_1124077529 = (when declared(
      struct_VkVideoDecodeH265ProfileInfoKHR):
    when ownSizeof(struct_VkVideoDecodeH265ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeH265ProfileInfoKHR_1124077528):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH265ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265ProfileInfoKHR
  else:
    struct_VkVideoDecodeH265ProfileInfoKHR_1124077528)
  PFN_vkDestroyCuModuleNVX_1124078771 = (when declared(PFN_vkDestroyCuModuleNVX):
    when ownSizeof(PFN_vkDestroyCuModuleNVX) !=
        ownSizeof(PFN_vkDestroyCuModuleNVX_1124078770):
      static :
        warning("Declaration of " & "PFN_vkDestroyCuModuleNVX" &
            " exists but with different size")
    PFN_vkDestroyCuModuleNVX
  else:
    PFN_vkDestroyCuModuleNVX_1124078770)
  VkBindBufferMemoryDeviceGroupInfoKHR_1124077121 = (when declared(
      VkBindBufferMemoryDeviceGroupInfoKHR):
    when ownSizeof(VkBindBufferMemoryDeviceGroupInfoKHR) !=
        ownSizeof(VkBindBufferMemoryDeviceGroupInfoKHR_1124077120):
      static :
        warning("Declaration of " & "VkBindBufferMemoryDeviceGroupInfoKHR" &
            " exists but with different size")
    VkBindBufferMemoryDeviceGroupInfoKHR
  else:
    VkBindBufferMemoryDeviceGroupInfoKHR_1124077120)
  VkIndirectCommandsStreamNV_1124080063 = (when declared(
      VkIndirectCommandsStreamNV):
    when ownSizeof(VkIndirectCommandsStreamNV) !=
        ownSizeof(VkIndirectCommandsStreamNV_1124080062):
      static :
        warning("Declaration of " & "VkIndirectCommandsStreamNV" &
            " exists but with different size")
    VkIndirectCommandsStreamNV
  else:
    VkIndirectCommandsStreamNV_1124080062)
  VkShaderStageFlagBits_1124074343 = (when declared(VkShaderStageFlagBits):
    when ownSizeof(VkShaderStageFlagBits) != ownSizeof(VkShaderStageFlagBits_1124074342):
      static :
        warning("Declaration of " & "VkShaderStageFlagBits" &
            " exists but with different size")
    VkShaderStageFlagBits
  else:
    VkShaderStageFlagBits_1124074342)
  PFN_vkBuildMicromapsEXT_1124080867 = (when declared(PFN_vkBuildMicromapsEXT):
    when ownSizeof(PFN_vkBuildMicromapsEXT) !=
        ownSizeof(PFN_vkBuildMicromapsEXT_1124080866):
      static :
        warning("Declaration of " & "PFN_vkBuildMicromapsEXT" &
            " exists but with different size")
    PFN_vkBuildMicromapsEXT
  else:
    PFN_vkBuildMicromapsEXT_1124080866)
  VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081117 = (when declared(
      VkPhysicalDeviceNestedCommandBufferPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceNestedCommandBufferPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081116):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceNestedCommandBufferPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceNestedCommandBufferPropertiesEXT
  else:
    VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081116)
  PFN_vkGetDeviceImageSparseMemoryRequirements_1124076143 = (when declared(
      PFN_vkGetDeviceImageSparseMemoryRequirements):
    when ownSizeof(PFN_vkGetDeviceImageSparseMemoryRequirements) !=
        ownSizeof(PFN_vkGetDeviceImageSparseMemoryRequirements_1124076142):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeviceImageSparseMemoryRequirements" &
            " exists but with different size")
    PFN_vkGetDeviceImageSparseMemoryRequirements
  else:
    PFN_vkGetDeviceImageSparseMemoryRequirements_1124076142)
  enum_VkSemaphoreWaitFlagBits_1124075619 = (when declared(
      enum_VkSemaphoreWaitFlagBits):
    when ownSizeof(enum_VkSemaphoreWaitFlagBits) !=
        ownSizeof(enum_VkSemaphoreWaitFlagBits_1124075618):
      static :
        warning("Declaration of " & "enum_VkSemaphoreWaitFlagBits" &
            " exists but with different size")
    enum_VkSemaphoreWaitFlagBits
  else:
    enum_VkSemaphoreWaitFlagBits_1124075618)
  struct_VkPhysicalDeviceLayeredApiPropertiesKHR_1124078545 = (when declared(
      struct_VkPhysicalDeviceLayeredApiPropertiesKHR):
    when ownSizeof(struct_VkPhysicalDeviceLayeredApiPropertiesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceLayeredApiPropertiesKHR_1124078544):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLayeredApiPropertiesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceLayeredApiPropertiesKHR
  else:
    struct_VkPhysicalDeviceLayeredApiPropertiesKHR_1124078544)
  enum_VkTensorTilingARM_1124081249 = (when declared(enum_VkTensorTilingARM):
    when ownSizeof(enum_VkTensorTilingARM) != ownSizeof(enum_VkTensorTilingARM_1124081248):
      static :
        warning("Declaration of " & "enum_VkTensorTilingARM" &
            " exists but with different size")
    enum_VkTensorTilingARM
  else:
    enum_VkTensorTilingARM_1124081248)
  VkSemaphoreSubmitInfoKHR_1124077883 = (when declared(VkSemaphoreSubmitInfoKHR):
    when ownSizeof(VkSemaphoreSubmitInfoKHR) !=
        ownSizeof(VkSemaphoreSubmitInfoKHR_1124077882):
      static :
        warning("Declaration of " & "VkSemaphoreSubmitInfoKHR" &
            " exists but with different size")
    VkSemaphoreSubmitInfoKHR
  else:
    VkSemaphoreSubmitInfoKHR_1124077882)
  struct_VkIndirectExecutionSetShaderLayoutInfoEXT_1124082227 = (when declared(
      struct_VkIndirectExecutionSetShaderLayoutInfoEXT):
    when ownSizeof(struct_VkIndirectExecutionSetShaderLayoutInfoEXT) !=
        ownSizeof(struct_VkIndirectExecutionSetShaderLayoutInfoEXT_1124082226):
      static :
        warning("Declaration of " &
            "struct_VkIndirectExecutionSetShaderLayoutInfoEXT" &
            " exists but with different size")
    struct_VkIndirectExecutionSetShaderLayoutInfoEXT
  else:
    struct_VkIndirectExecutionSetShaderLayoutInfoEXT_1124082226)
  PFN_vkCmdSetDiscardRectangleEnableEXT_1124079011 = (when declared(
      PFN_vkCmdSetDiscardRectangleEnableEXT):
    when ownSizeof(PFN_vkCmdSetDiscardRectangleEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDiscardRectangleEnableEXT_1124079010):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDiscardRectangleEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDiscardRectangleEnableEXT
  else:
    PFN_vkCmdSetDiscardRectangleEnableEXT_1124079010)
  VkCudaLaunchInfoNV_1124082855 = (when declared(VkCudaLaunchInfoNV):
    when ownSizeof(VkCudaLaunchInfoNV) != ownSizeof(VkCudaLaunchInfoNV_1124082854):
      static :
        warning("Declaration of " & "VkCudaLaunchInfoNV" &
            " exists but with different size")
    VkCudaLaunchInfoNV
  else:
    VkCudaLaunchInfoNV_1124082854)
  StdVideoEncodeH264PictureInfoFlags_1124083003 = (when declared(
      StdVideoEncodeH264PictureInfoFlags):
    when ownSizeof(StdVideoEncodeH264PictureInfoFlags) !=
        ownSizeof(StdVideoEncodeH264PictureInfoFlags_1124083002):
      static :
        warning("Declaration of " & "StdVideoEncodeH264PictureInfoFlags" &
            " exists but with different size")
    StdVideoEncodeH264PictureInfoFlags
  else:
    StdVideoEncodeH264PictureInfoFlags_1124083002)
  struct_VkBindShaderGroupIndirectCommandNV_1124080045 = (when declared(
      struct_VkBindShaderGroupIndirectCommandNV):
    when ownSizeof(struct_VkBindShaderGroupIndirectCommandNV) !=
        ownSizeof(struct_VkBindShaderGroupIndirectCommandNV_1124080044):
      static :
        warning("Declaration of " & "struct_VkBindShaderGroupIndirectCommandNV" &
            " exists but with different size")
    struct_VkBindShaderGroupIndirectCommandNV
  else:
    struct_VkBindShaderGroupIndirectCommandNV_1124080044)
  VkVideoEncodeH265ProfileInfoKHR_1124076995 = (when declared(
      VkVideoEncodeH265ProfileInfoKHR):
    when ownSizeof(VkVideoEncodeH265ProfileInfoKHR) !=
        ownSizeof(VkVideoEncodeH265ProfileInfoKHR_1124076994):
      static :
        warning("Declaration of " & "VkVideoEncodeH265ProfileInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265ProfileInfoKHR
  else:
    VkVideoEncodeH265ProfileInfoKHR_1124076994)
  PFN_vkGetPhysicalDeviceSurfaceSupportKHR_1124076499 = (when declared(
      PFN_vkGetPhysicalDeviceSurfaceSupportKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfaceSupportKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfaceSupportKHR_1124076498):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceSupportKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfaceSupportKHR
  else:
    PFN_vkGetPhysicalDeviceSurfaceSupportKHR_1124076498)
  VkDataGraphPipelineDispatchFlagBitsARM_1124081737 = (when declared(
      VkDataGraphPipelineDispatchFlagBitsARM):
    when ownSizeof(VkDataGraphPipelineDispatchFlagBitsARM) !=
        ownSizeof(VkDataGraphPipelineDispatchFlagBitsARM_1124081736):
      static :
        warning("Declaration of " & "VkDataGraphPipelineDispatchFlagBitsARM" &
            " exists but with different size")
    VkDataGraphPipelineDispatchFlagBitsARM
  else:
    VkDataGraphPipelineDispatchFlagBitsARM_1124081736)
  struct_VkDeviceGroupSwapchainCreateInfoKHR_1124076549 = (when declared(
      struct_VkDeviceGroupSwapchainCreateInfoKHR):
    when ownSizeof(struct_VkDeviceGroupSwapchainCreateInfoKHR) !=
        ownSizeof(struct_VkDeviceGroupSwapchainCreateInfoKHR_1124076548):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupSwapchainCreateInfoKHR" &
            " exists but with different size")
    struct_VkDeviceGroupSwapchainCreateInfoKHR
  else:
    struct_VkDeviceGroupSwapchainCreateInfoKHR_1124076548)
  enum_StdVideoAV1FrameRestorationType_1124083357 = (when declared(
      enum_StdVideoAV1FrameRestorationType):
    when ownSizeof(enum_StdVideoAV1FrameRestorationType) !=
        ownSizeof(enum_StdVideoAV1FrameRestorationType_1124083356):
      static :
        warning("Declaration of " & "enum_StdVideoAV1FrameRestorationType" &
            " exists but with different size")
    enum_StdVideoAV1FrameRestorationType
  else:
    enum_StdVideoAV1FrameRestorationType_1124083356)
  VkBufferImageCopy_1124074675 = (when declared(VkBufferImageCopy):
    when ownSizeof(VkBufferImageCopy) != ownSizeof(VkBufferImageCopy_1124074674):
      static :
        warning("Declaration of " & "VkBufferImageCopy" &
            " exists but with different size")
    VkBufferImageCopy
  else:
    VkBufferImageCopy_1124074674)
  VkShaderFloatControlsIndependenceKHR_1124077571 = (when declared(
      VkShaderFloatControlsIndependenceKHR):
    when ownSizeof(VkShaderFloatControlsIndependenceKHR) !=
        ownSizeof(VkShaderFloatControlsIndependenceKHR_1124077570):
      static :
        warning("Declaration of " & "VkShaderFloatControlsIndependenceKHR" &
            " exists but with different size")
    VkShaderFloatControlsIndependenceKHR
  else:
    VkShaderFloatControlsIndependenceKHR_1124077570)
  VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079853 = (when declared(
      VkPhysicalDeviceYcbcrImageArraysFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceYcbcrImageArraysFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079852):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceYcbcrImageArraysFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceYcbcrImageArraysFeaturesEXT
  else:
    VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079852)
  VkSemaphoreTypeCreateInfoKHR_1124077593 = (when declared(
      VkSemaphoreTypeCreateInfoKHR):
    when ownSizeof(VkSemaphoreTypeCreateInfoKHR) !=
        ownSizeof(VkSemaphoreTypeCreateInfoKHR_1124077592):
      static :
        warning("Declaration of " & "VkSemaphoreTypeCreateInfoKHR" &
            " exists but with different size")
    VkSemaphoreTypeCreateInfoKHR
  else:
    VkSemaphoreTypeCreateInfoKHR_1124077592)
  VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082757 = (when declared(
      VkSurfaceFullScreenExclusiveWin32InfoEXT):
    when ownSizeof(VkSurfaceFullScreenExclusiveWin32InfoEXT) !=
        ownSizeof(VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082756):
      static :
        warning("Declaration of " & "VkSurfaceFullScreenExclusiveWin32InfoEXT" &
            " exists but with different size")
    VkSurfaceFullScreenExclusiveWin32InfoEXT
  else:
    VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082756)
  PFN_vkCmdDecompressMemoryNV_1124081045 = (when declared(
      PFN_vkCmdDecompressMemoryNV):
    when ownSizeof(PFN_vkCmdDecompressMemoryNV) !=
        ownSizeof(PFN_vkCmdDecompressMemoryNV_1124081044):
      static :
        warning("Declaration of " & "PFN_vkCmdDecompressMemoryNV" &
            " exists but with different size")
    PFN_vkCmdDecompressMemoryNV
  else:
    PFN_vkCmdDecompressMemoryNV_1124081044)
  VkAttachmentReference_1124074847 = (when declared(VkAttachmentReference):
    when ownSizeof(VkAttachmentReference) != ownSizeof(VkAttachmentReference_1124074846):
      static :
        warning("Declaration of " & "VkAttachmentReference" &
            " exists but with different size")
    VkAttachmentReference
  else:
    VkAttachmentReference_1124074846)
  VkPerformanceOverrideTypeINTEL_1124079639 = (when declared(
      VkPerformanceOverrideTypeINTEL):
    when ownSizeof(VkPerformanceOverrideTypeINTEL) !=
        ownSizeof(VkPerformanceOverrideTypeINTEL_1124079638):
      static :
        warning("Declaration of " & "VkPerformanceOverrideTypeINTEL" &
            " exists but with different size")
    VkPerformanceOverrideTypeINTEL
  else:
    VkPerformanceOverrideTypeINTEL_1124079638)
  struct_StdVideoEncodeAV1OperatingPointInfoFlags_1124083229 = (when declared(
      struct_StdVideoEncodeAV1OperatingPointInfoFlags):
    when ownSizeof(struct_StdVideoEncodeAV1OperatingPointInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeAV1OperatingPointInfoFlags_1124083228):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeAV1OperatingPointInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeAV1OperatingPointInfoFlags
  else:
    struct_StdVideoEncodeAV1OperatingPointInfoFlags_1124083228)
  VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082055 = (when declared(
      VkPhysicalDeviceClusterAccelerationStructureFeaturesNV):
    when ownSizeof(VkPhysicalDeviceClusterAccelerationStructureFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082054):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceClusterAccelerationStructureFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceClusterAccelerationStructureFeaturesNV
  else:
    VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082054)
  union_VkPerformanceCounterResultKHR_1124077369 = (when declared(
      union_VkPerformanceCounterResultKHR):
    when ownSizeof(union_VkPerformanceCounterResultKHR) !=
        ownSizeof(union_VkPerformanceCounterResultKHR_1124077368):
      static :
        warning("Declaration of " & "union_VkPerformanceCounterResultKHR" &
            " exists but with different size")
    union_VkPerformanceCounterResultKHR
  else:
    union_VkPerformanceCounterResultKHR_1124077368)
  struct_VkGeneratedCommandsPipelineInfoEXT_1124082291 = (when declared(
      struct_VkGeneratedCommandsPipelineInfoEXT):
    when ownSizeof(struct_VkGeneratedCommandsPipelineInfoEXT) !=
        ownSizeof(struct_VkGeneratedCommandsPipelineInfoEXT_1124082290):
      static :
        warning("Declaration of " & "struct_VkGeneratedCommandsPipelineInfoEXT" &
            " exists but with different size")
    struct_VkGeneratedCommandsPipelineInfoEXT
  else:
    struct_VkGeneratedCommandsPipelineInfoEXT_1124082290)
  VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080855 = (when declared(
      VkAccelerationStructureTrianglesOpacityMicromapEXT):
    when ownSizeof(VkAccelerationStructureTrianglesOpacityMicromapEXT) !=
        ownSizeof(VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080854):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureTrianglesOpacityMicromapEXT" &
            " exists but with different size")
    VkAccelerationStructureTrianglesOpacityMicromapEXT
  else:
    VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080854)
  struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078529 = (when declared(
      struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078528):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078528)
  struct_VkCudaLaunchInfoNV_1124082853 = (when declared(
      struct_VkCudaLaunchInfoNV):
    when ownSizeof(struct_VkCudaLaunchInfoNV) !=
        ownSizeof(struct_VkCudaLaunchInfoNV_1124082852):
      static :
        warning("Declaration of " & "struct_VkCudaLaunchInfoNV" &
            " exists but with different size")
    struct_VkCudaLaunchInfoNV
  else:
    struct_VkCudaLaunchInfoNV_1124082852)
  struct_VkExternalMemoryProperties_1124075397 = (when declared(
      struct_VkExternalMemoryProperties):
    when ownSizeof(struct_VkExternalMemoryProperties) !=
        ownSizeof(struct_VkExternalMemoryProperties_1124075396):
      static :
        warning("Declaration of " & "struct_VkExternalMemoryProperties" &
            " exists but with different size")
    struct_VkExternalMemoryProperties
  else:
    struct_VkExternalMemoryProperties_1124075396)
  struct_VkPipelineVertexInputDivisorStateCreateInfo_1124076405 = (when declared(
      struct_VkPipelineVertexInputDivisorStateCreateInfo):
    when ownSizeof(struct_VkPipelineVertexInputDivisorStateCreateInfo) !=
        ownSizeof(struct_VkPipelineVertexInputDivisorStateCreateInfo_1124076404):
      static :
        warning("Declaration of " &
            "struct_VkPipelineVertexInputDivisorStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineVertexInputDivisorStateCreateInfo
  else:
    struct_VkPipelineVertexInputDivisorStateCreateInfo_1124076404)
  VkPipelineMultisampleStateCreateFlags_1124074395 = (when declared(
      VkPipelineMultisampleStateCreateFlags):
    when ownSizeof(VkPipelineMultisampleStateCreateFlags) !=
        ownSizeof(VkPipelineMultisampleStateCreateFlags_1124074394):
      static :
        warning("Declaration of " & "VkPipelineMultisampleStateCreateFlags" &
            " exists but with different size")
    VkPipelineMultisampleStateCreateFlags
  else:
    VkPipelineMultisampleStateCreateFlags_1124074394)
  VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076029 = (when declared(
      VkPhysicalDevicePipelineCreationCacheControlFeatures):
    when ownSizeof(VkPhysicalDevicePipelineCreationCacheControlFeatures) !=
        ownSizeof(VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076028):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineCreationCacheControlFeatures" &
            " exists but with different size")
    VkPhysicalDevicePipelineCreationCacheControlFeatures
  else:
    VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076028)
  VkSetDescriptorBufferOffsetsInfoEXT_1124078407 = (when declared(
      VkSetDescriptorBufferOffsetsInfoEXT):
    when ownSizeof(VkSetDescriptorBufferOffsetsInfoEXT) !=
        ownSizeof(VkSetDescriptorBufferOffsetsInfoEXT_1124078406):
      static :
        warning("Declaration of " & "VkSetDescriptorBufferOffsetsInfoEXT" &
            " exists but with different size")
    VkSetDescriptorBufferOffsetsInfoEXT
  else:
    VkSetDescriptorBufferOffsetsInfoEXT_1124078406)
  struct_VkCopyMemoryIndirectCommandKHR_1124078435 = (when declared(
      struct_VkCopyMemoryIndirectCommandKHR):
    when ownSizeof(struct_VkCopyMemoryIndirectCommandKHR) !=
        ownSizeof(struct_VkCopyMemoryIndirectCommandKHR_1124078434):
      static :
        warning("Declaration of " & "struct_VkCopyMemoryIndirectCommandKHR" &
            " exists but with different size")
    struct_VkCopyMemoryIndirectCommandKHR
  else:
    struct_VkCopyMemoryIndirectCommandKHR_1124078434)
  struct_VkPhysicalDeviceCubicClampFeaturesQCOM_1124081901 = (when declared(
      struct_VkPhysicalDeviceCubicClampFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceCubicClampFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceCubicClampFeaturesQCOM_1124081900):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCubicClampFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceCubicClampFeaturesQCOM
  else:
    struct_VkPhysicalDeviceCubicClampFeaturesQCOM_1124081900)
  PFN_vkCopyAccelerationStructureKHR_1124082561 = (when declared(
      PFN_vkCopyAccelerationStructureKHR):
    when ownSizeof(PFN_vkCopyAccelerationStructureKHR) !=
        ownSizeof(PFN_vkCopyAccelerationStructureKHR_1124082560):
      static :
        warning("Declaration of " & "PFN_vkCopyAccelerationStructureKHR" &
            " exists but with different size")
    PFN_vkCopyAccelerationStructureKHR
  else:
    PFN_vkCopyAccelerationStructureKHR_1124082560)
  enum_VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078233 = (when declared(
      enum_VkVideoEncodeAV1CapabilityFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeAV1CapabilityFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078232):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeAV1CapabilityFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeAV1CapabilityFlagBitsKHR
  else:
    enum_VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078232)
  struct_StdVideoEncodeH264ReferenceListsInfo_1124083145 = (when declared(
      struct_StdVideoEncodeH264ReferenceListsInfo):
    when ownSizeof(struct_StdVideoEncodeH264ReferenceListsInfo) !=
        ownSizeof(struct_StdVideoEncodeH264ReferenceListsInfo_1124083144):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH264ReferenceListsInfo" &
            " exists but with different size")
    struct_StdVideoEncodeH264ReferenceListsInfo
  else:
    struct_StdVideoEncodeH264ReferenceListsInfo_1124083144)
  PFN_vkCmdResetQueryPool_1124075031 = (when declared(PFN_vkCmdResetQueryPool):
    when ownSizeof(PFN_vkCmdResetQueryPool) !=
        ownSizeof(PFN_vkCmdResetQueryPool_1124075030):
      static :
        warning("Declaration of " & "PFN_vkCmdResetQueryPool" &
            " exists but with different size")
    PFN_vkCmdResetQueryPool
  else:
    PFN_vkCmdResetQueryPool_1124075030)
  PFN_vkRegisterDeviceEventEXT_1124078947 = (when declared(
      PFN_vkRegisterDeviceEventEXT):
    when ownSizeof(PFN_vkRegisterDeviceEventEXT) !=
        ownSizeof(PFN_vkRegisterDeviceEventEXT_1124078946):
      static :
        warning("Declaration of " & "PFN_vkRegisterDeviceEventEXT" &
            " exists but with different size")
    PFN_vkRegisterDeviceEventEXT
  else:
    PFN_vkRegisterDeviceEventEXT_1124078946)
  struct_VkVideoEncodeH264ProfileInfoKHR_1124076881 = (when declared(
      struct_VkVideoEncodeH264ProfileInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264ProfileInfoKHR_1124076880):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264ProfileInfoKHR
  else:
    struct_VkVideoEncodeH264ProfileInfoKHR_1124076880)
  VkPipelineBinaryDataKHR_1124078075 = (when declared(VkPipelineBinaryDataKHR):
    when ownSizeof(VkPipelineBinaryDataKHR) !=
        ownSizeof(VkPipelineBinaryDataKHR_1124078074):
      static :
        warning("Declaration of " & "VkPipelineBinaryDataKHR" &
            " exists but with different size")
    VkPipelineBinaryDataKHR
  else:
    VkPipelineBinaryDataKHR_1124078074)
  struct_VkBindBufferMemoryInfo_1124075265 = (when declared(
      struct_VkBindBufferMemoryInfo):
    when ownSizeof(struct_VkBindBufferMemoryInfo) !=
        ownSizeof(struct_VkBindBufferMemoryInfo_1124075264):
      static :
        warning("Declaration of " & "struct_VkBindBufferMemoryInfo" &
            " exists but with different size")
    struct_VkBindBufferMemoryInfo
  else:
    struct_VkBindBufferMemoryInfo_1124075264)
  enum_VkOpticalFlowUsageFlagBitsNV_1124081419 = (when declared(
      enum_VkOpticalFlowUsageFlagBitsNV):
    when ownSizeof(enum_VkOpticalFlowUsageFlagBitsNV) !=
        ownSizeof(enum_VkOpticalFlowUsageFlagBitsNV_1124081418):
      static :
        warning("Declaration of " & "enum_VkOpticalFlowUsageFlagBitsNV" &
            " exists but with different size")
    enum_VkOpticalFlowUsageFlagBitsNV
  else:
    enum_VkOpticalFlowUsageFlagBitsNV_1124081418)
  VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082127 = (when declared(
      VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV):
    when ownSizeof(VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV) !=
        ownSizeof(VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082126):
      static :
        warning("Declaration of " &
            "VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV" &
            " exists but with different size")
    VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV
  else:
    VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082126)
  PFN_vkCreateXlibSurfaceKHR_1124082781 = (when declared(
      PFN_vkCreateXlibSurfaceKHR):
    when ownSizeof(PFN_vkCreateXlibSurfaceKHR) !=
        ownSizeof(PFN_vkCreateXlibSurfaceKHR_1124082780):
      static :
        warning("Declaration of " & "PFN_vkCreateXlibSurfaceKHR" &
            " exists but with different size")
    PFN_vkCreateXlibSurfaceKHR
  else:
    PFN_vkCreateXlibSurfaceKHR_1124082780)
  StdVideoVP9ColorConfigFlags_1124083301 = (when declared(
      StdVideoVP9ColorConfigFlags):
    when ownSizeof(StdVideoVP9ColorConfigFlags) !=
        ownSizeof(StdVideoVP9ColorConfigFlags_1124083300):
      static :
        warning("Declaration of " & "StdVideoVP9ColorConfigFlags" &
            " exists but with different size")
    StdVideoVP9ColorConfigFlags
  else:
    StdVideoVP9ColorConfigFlags_1124083300)
  struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079623 = (when declared(
      struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL):
    when ownSizeof(struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL) !=
        ownSizeof(struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079622):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
  else:
    struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079622)
  VkImageCreateFlags_1124074163 = (when declared(VkImageCreateFlags):
    when ownSizeof(VkImageCreateFlags) != ownSizeof(VkImageCreateFlags_1124074162):
      static :
        warning("Declaration of " & "VkImageCreateFlags" &
            " exists but with different size")
    VkImageCreateFlags
  else:
    VkImageCreateFlags_1124074162)
  StdVideoH264WeightedBipredIdc_1124082991 = (when declared(
      StdVideoH264WeightedBipredIdc):
    when ownSizeof(StdVideoH264WeightedBipredIdc) !=
        ownSizeof(StdVideoH264WeightedBipredIdc_1124082990):
      static :
        warning("Declaration of " & "StdVideoH264WeightedBipredIdc" &
            " exists but with different size")
    StdVideoH264WeightedBipredIdc
  else:
    StdVideoH264WeightedBipredIdc_1124082990)
  VkVideoSessionParametersCreateFlagBitsKHR_1124076673 = (when declared(
      VkVideoSessionParametersCreateFlagBitsKHR):
    when ownSizeof(VkVideoSessionParametersCreateFlagBitsKHR) !=
        ownSizeof(VkVideoSessionParametersCreateFlagBitsKHR_1124076672):
      static :
        warning("Declaration of " & "VkVideoSessionParametersCreateFlagBitsKHR" &
            " exists but with different size")
    VkVideoSessionParametersCreateFlagBitsKHR
  else:
    VkVideoSessionParametersCreateFlagBitsKHR_1124076672)
  VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077355 = (when declared(
      VkPhysicalDevicePerformanceQueryPropertiesKHR):
    when ownSizeof(VkPhysicalDevicePerformanceQueryPropertiesKHR) !=
        ownSizeof(VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077354):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePerformanceQueryPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDevicePerformanceQueryPropertiesKHR
  else:
    VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077354)
  VkImageViewSampleWeightCreateInfoQCOM_1124081101 = (when declared(
      VkImageViewSampleWeightCreateInfoQCOM):
    when ownSizeof(VkImageViewSampleWeightCreateInfoQCOM) !=
        ownSizeof(VkImageViewSampleWeightCreateInfoQCOM_1124081100):
      static :
        warning("Declaration of " & "VkImageViewSampleWeightCreateInfoQCOM" &
            " exists but with different size")
    VkImageViewSampleWeightCreateInfoQCOM
  else:
    VkImageViewSampleWeightCreateInfoQCOM_1124081100)
  struct_VkCopyMemoryToAccelerationStructureInfoKHR_1124082543 = (when declared(
      struct_VkCopyMemoryToAccelerationStructureInfoKHR):
    when ownSizeof(struct_VkCopyMemoryToAccelerationStructureInfoKHR) !=
        ownSizeof(struct_VkCopyMemoryToAccelerationStructureInfoKHR_1124082542):
      static :
        warning("Declaration of " &
            "struct_VkCopyMemoryToAccelerationStructureInfoKHR" &
            " exists but with different size")
    struct_VkCopyMemoryToAccelerationStructureInfoKHR
  else:
    struct_VkCopyMemoryToAccelerationStructureInfoKHR_1124082542)
  VkPhysicalDeviceProtectedMemoryProperties_1124075379 = (when declared(
      VkPhysicalDeviceProtectedMemoryProperties):
    when ownSizeof(VkPhysicalDeviceProtectedMemoryProperties) !=
        ownSizeof(VkPhysicalDeviceProtectedMemoryProperties_1124075378):
      static :
        warning("Declaration of " & "VkPhysicalDeviceProtectedMemoryProperties" &
            " exists but with different size")
    VkPhysicalDeviceProtectedMemoryProperties
  else:
    VkPhysicalDeviceProtectedMemoryProperties_1124075378)
  PFN_vkDestroyPipelineCache_1124075059 = (when declared(
      PFN_vkDestroyPipelineCache):
    when ownSizeof(PFN_vkDestroyPipelineCache) !=
        ownSizeof(PFN_vkDestroyPipelineCache_1124075058):
      static :
        warning("Declaration of " & "PFN_vkDestroyPipelineCache" &
            " exists but with different size")
    PFN_vkDestroyPipelineCache
  else:
    PFN_vkDestroyPipelineCache_1124075058)
  struct_VkDeviceImageMemoryRequirements_1124076007 = (when declared(
      struct_VkDeviceImageMemoryRequirements):
    when ownSizeof(struct_VkDeviceImageMemoryRequirements) !=
        ownSizeof(struct_VkDeviceImageMemoryRequirements_1124076006):
      static :
        warning("Declaration of " & "struct_VkDeviceImageMemoryRequirements" &
            " exists but with different size")
    struct_VkDeviceImageMemoryRequirements
  else:
    struct_VkDeviceImageMemoryRequirements_1124076006)
  VkPhysicalDeviceMeshShaderPropertiesNV_1124079571 = (when declared(
      VkPhysicalDeviceMeshShaderPropertiesNV):
    when ownSizeof(VkPhysicalDeviceMeshShaderPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceMeshShaderPropertiesNV_1124079570):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMeshShaderPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceMeshShaderPropertiesNV
  else:
    VkPhysicalDeviceMeshShaderPropertiesNV_1124079570)
  VkExternalSemaphoreHandleTypeFlagBits_1124075247 = (when declared(
      VkExternalSemaphoreHandleTypeFlagBits):
    when ownSizeof(VkExternalSemaphoreHandleTypeFlagBits) !=
        ownSizeof(VkExternalSemaphoreHandleTypeFlagBits_1124075246):
      static :
        warning("Declaration of " & "VkExternalSemaphoreHandleTypeFlagBits" &
            " exists but with different size")
    VkExternalSemaphoreHandleTypeFlagBits
  else:
    VkExternalSemaphoreHandleTypeFlagBits_1124075246)
  struct_VkIndirectCommandsVertexBufferTokenEXT_1124082255 = (when declared(
      struct_VkIndirectCommandsVertexBufferTokenEXT):
    when ownSizeof(struct_VkIndirectCommandsVertexBufferTokenEXT) !=
        ownSizeof(struct_VkIndirectCommandsVertexBufferTokenEXT_1124082254):
      static :
        warning("Declaration of " &
            "struct_VkIndirectCommandsVertexBufferTokenEXT" &
            " exists but with different size")
    struct_VkIndirectCommandsVertexBufferTokenEXT
  else:
    struct_VkIndirectCommandsVertexBufferTokenEXT_1124082254)
  PFN_vkFreeMemory_1124074937 = (when declared(PFN_vkFreeMemory):
    when ownSizeof(PFN_vkFreeMemory) != ownSizeof(PFN_vkFreeMemory_1124074936):
      static :
        warning("Declaration of " & "PFN_vkFreeMemory" &
            " exists but with different size")
    PFN_vkFreeMemory
  else:
    PFN_vkFreeMemory_1124074936)
  VkBufferImageCopy2KHR_1124077937 = (when declared(VkBufferImageCopy2KHR):
    when ownSizeof(VkBufferImageCopy2KHR) != ownSizeof(VkBufferImageCopy2KHR_1124077936):
      static :
        warning("Declaration of " & "VkBufferImageCopy2KHR" &
            " exists but with different size")
    VkBufferImageCopy2KHR
  else:
    VkBufferImageCopy2KHR_1124077936)
  VkPhysicalDevicePipelineProtectedAccessFeatures_1124076371 = (when declared(
      VkPhysicalDevicePipelineProtectedAccessFeatures):
    when ownSizeof(VkPhysicalDevicePipelineProtectedAccessFeatures) !=
        ownSizeof(VkPhysicalDevicePipelineProtectedAccessFeatures_1124076370):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelineProtectedAccessFeatures" &
            " exists but with different size")
    VkPhysicalDevicePipelineProtectedAccessFeatures
  else:
    VkPhysicalDevicePipelineProtectedAccessFeatures_1124076370)
  VkDescriptorBufferInfo_1124074739 = (when declared(VkDescriptorBufferInfo):
    when ownSizeof(VkDescriptorBufferInfo) != ownSizeof(VkDescriptorBufferInfo_1124074738):
      static :
        warning("Declaration of " & "VkDescriptorBufferInfo" &
            " exists but with different size")
    VkDescriptorBufferInfo
  else:
    VkDescriptorBufferInfo_1124074738)
  struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081091 = (when declared(
      struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081090):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV
  else:
    struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081090)
  PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR_1124077161 = (when declared(
      PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR_1124077160):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR_1124077160)
  enum_VkDataGraphModelCacheTypeQCOM_1124082453 = (when declared(
      enum_VkDataGraphModelCacheTypeQCOM):
    when ownSizeof(enum_VkDataGraphModelCacheTypeQCOM) !=
        ownSizeof(enum_VkDataGraphModelCacheTypeQCOM_1124082452):
      static :
        warning("Declaration of " & "enum_VkDataGraphModelCacheTypeQCOM" &
            " exists but with different size")
    enum_VkDataGraphModelCacheTypeQCOM
  else:
    enum_VkDataGraphModelCacheTypeQCOM_1124082452)
  enum_VkInternalAllocationType_1124074017 = (when declared(
      enum_VkInternalAllocationType):
    when ownSizeof(enum_VkInternalAllocationType) !=
        ownSizeof(enum_VkInternalAllocationType_1124074016):
      static :
        warning("Declaration of " & "enum_VkInternalAllocationType" &
            " exists but with different size")
    enum_VkInternalAllocationType
  else:
    enum_VkInternalAllocationType_1124074016)
  VkCommandPoolResetFlags_1124074293 = (when declared(VkCommandPoolResetFlags):
    when ownSizeof(VkCommandPoolResetFlags) !=
        ownSizeof(VkCommandPoolResetFlags_1124074292):
      static :
        warning("Declaration of " & "VkCommandPoolResetFlags" &
            " exists but with different size")
    VkCommandPoolResetFlags
  else:
    VkCommandPoolResetFlags_1124074292)
  enum_VkQueryPipelineStatisticFlagBits_1124074247 = (when declared(
      enum_VkQueryPipelineStatisticFlagBits):
    when ownSizeof(enum_VkQueryPipelineStatisticFlagBits) !=
        ownSizeof(enum_VkQueryPipelineStatisticFlagBits_1124074246):
      static :
        warning("Declaration of " & "enum_VkQueryPipelineStatisticFlagBits" &
            " exists but with different size")
    enum_VkQueryPipelineStatisticFlagBits
  else:
    enum_VkQueryPipelineStatisticFlagBits_1124074246)
  struct_VkPipelineCacheHeaderVersionOne_1124074685 = (when declared(
      struct_VkPipelineCacheHeaderVersionOne):
    when ownSizeof(struct_VkPipelineCacheHeaderVersionOne) !=
        ownSizeof(struct_VkPipelineCacheHeaderVersionOne_1124074684):
      static :
        warning("Declaration of " & "struct_VkPipelineCacheHeaderVersionOne" &
            " exists but with different size")
    struct_VkPipelineCacheHeaderVersionOne
  else:
    struct_VkPipelineCacheHeaderVersionOne_1124074684)
  struct_VkSubpassResolvePerformanceQueryEXT_1124080653 = (when declared(
      struct_VkSubpassResolvePerformanceQueryEXT):
    when ownSizeof(struct_VkSubpassResolvePerformanceQueryEXT) !=
        ownSizeof(struct_VkSubpassResolvePerformanceQueryEXT_1124080652):
      static :
        warning("Declaration of " & "struct_VkSubpassResolvePerformanceQueryEXT" &
            " exists but with different size")
    struct_VkSubpassResolvePerformanceQueryEXT
  else:
    struct_VkSubpassResolvePerformanceQueryEXT_1124080652)
  enum_VkVideoCodingControlFlagBitsKHR_1124076681 = (when declared(
      enum_VkVideoCodingControlFlagBitsKHR):
    when ownSizeof(enum_VkVideoCodingControlFlagBitsKHR) !=
        ownSizeof(enum_VkVideoCodingControlFlagBitsKHR_1124076680):
      static :
        warning("Declaration of " & "enum_VkVideoCodingControlFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoCodingControlFlagBitsKHR
  else:
    enum_VkVideoCodingControlFlagBitsKHR_1124076680)
  VkAccelerationStructureGeometrySpheresDataNV_1124081089 = (when declared(
      VkAccelerationStructureGeometrySpheresDataNV):
    when ownSizeof(VkAccelerationStructureGeometrySpheresDataNV) !=
        ownSizeof(VkAccelerationStructureGeometrySpheresDataNV_1124081088):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureGeometrySpheresDataNV" &
            " exists but with different size")
    VkAccelerationStructureGeometrySpheresDataNV
  else:
    VkAccelerationStructureGeometrySpheresDataNV_1124081088)
  VkClusterAccelerationStructureInputInfoNV_1124082079 = (when declared(
      VkClusterAccelerationStructureInputInfoNV):
    when ownSizeof(VkClusterAccelerationStructureInputInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureInputInfoNV_1124082078):
      static :
        warning("Declaration of " & "VkClusterAccelerationStructureInputInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureInputInfoNV
  else:
    VkClusterAccelerationStructureInputInfoNV_1124082078)
  VkImageView_1124073958 = (when declared(VkImageView):
    when ownSizeof(VkImageView) != ownSizeof(VkImageView_1124073957):
      static :
        warning("Declaration of " & "VkImageView" &
            " exists but with different size")
    VkImageView
  else:
    VkImageView_1124073957)
  PFN_vkMergePipelineCaches_1124075063 = (when declared(
      PFN_vkMergePipelineCaches):
    when ownSizeof(PFN_vkMergePipelineCaches) !=
        ownSizeof(PFN_vkMergePipelineCaches_1124075062):
      static :
        warning("Declaration of " & "PFN_vkMergePipelineCaches" &
            " exists but with different size")
    PFN_vkMergePipelineCaches
  else:
    PFN_vkMergePipelineCaches_1124075062)
  VkCopyBufferInfo2_1124075965 = (when declared(VkCopyBufferInfo2):
    when ownSizeof(VkCopyBufferInfo2) != ownSizeof(VkCopyBufferInfo2_1124075964):
      static :
        warning("Declaration of " & "VkCopyBufferInfo2" &
            " exists but with different size")
    VkCopyBufferInfo2
  else:
    VkCopyBufferInfo2_1124075964)
  PFN_vkAcquireProfilingLockKHR_1124077385 = (when declared(
      PFN_vkAcquireProfilingLockKHR):
    when ownSizeof(PFN_vkAcquireProfilingLockKHR) !=
        ownSizeof(PFN_vkAcquireProfilingLockKHR_1124077384):
      static :
        warning("Declaration of " & "PFN_vkAcquireProfilingLockKHR" &
            " exists but with different size")
    PFN_vkAcquireProfilingLockKHR
  else:
    PFN_vkAcquireProfilingLockKHR_1124077384)
  VkDataGraphPipelineDispatchInfoARM_1124081797 = (when declared(
      VkDataGraphPipelineDispatchInfoARM):
    when ownSizeof(VkDataGraphPipelineDispatchInfoARM) !=
        ownSizeof(VkDataGraphPipelineDispatchInfoARM_1124081796):
      static :
        warning("Declaration of " & "VkDataGraphPipelineDispatchInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineDispatchInfoARM
  else:
    VkDataGraphPipelineDispatchInfoARM_1124081796)
  StdVideoAV1SequenceHeader_1124078209 = (when declared(
      StdVideoAV1SequenceHeader):
    when ownSizeof(StdVideoAV1SequenceHeader) !=
        ownSizeof(StdVideoAV1SequenceHeader_1124078208):
      static :
        warning("Declaration of " & "StdVideoAV1SequenceHeader" &
            " exists but with different size")
    StdVideoAV1SequenceHeader
  else:
    StdVideoAV1SequenceHeader_1124078208)
  PFN_vkGetImageMemoryRequirements2KHR_1124077469 = (when declared(
      PFN_vkGetImageMemoryRequirements2KHR):
    when ownSizeof(PFN_vkGetImageMemoryRequirements2KHR) !=
        ownSizeof(PFN_vkGetImageMemoryRequirements2KHR_1124077468):
      static :
        warning("Declaration of " & "PFN_vkGetImageMemoryRequirements2KHR" &
            " exists but with different size")
    PFN_vkGetImageMemoryRequirements2KHR
  else:
    PFN_vkGetImageMemoryRequirements2KHR_1124077468)
  VkGeometryInstanceFlagsNV_1124079371 = (when declared(
      VkGeometryInstanceFlagsNV):
    when ownSizeof(VkGeometryInstanceFlagsNV) !=
        ownSizeof(VkGeometryInstanceFlagsNV_1124079370):
      static :
        warning("Declaration of " & "VkGeometryInstanceFlagsNV" &
            " exists but with different size")
    VkGeometryInstanceFlagsNV
  else:
    VkGeometryInstanceFlagsNV_1124079370)
  VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081129 = (when declared(
      VkPhysicalDeviceExtendedDynamicState3PropertiesEXT):
    when ownSizeof(VkPhysicalDeviceExtendedDynamicState3PropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081128):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExtendedDynamicState3PropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceExtendedDynamicState3PropertiesEXT
  else:
    VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081128)
  VkD3D12FenceSubmitInfoKHR_1124082701 = (when declared(
      VkD3D12FenceSubmitInfoKHR):
    when ownSizeof(VkD3D12FenceSubmitInfoKHR) !=
        ownSizeof(VkD3D12FenceSubmitInfoKHR_1124082700):
      static :
        warning("Declaration of " & "VkD3D12FenceSubmitInfoKHR" &
            " exists but with different size")
    VkD3D12FenceSubmitInfoKHR
  else:
    VkD3D12FenceSubmitInfoKHR_1124082700)
  VkDispatchIndirectCommand_1124074683 = (when declared(
      VkDispatchIndirectCommand):
    when ownSizeof(VkDispatchIndirectCommand) !=
        ownSizeof(VkDispatchIndirectCommand_1124074682):
      static :
        warning("Declaration of " & "VkDispatchIndirectCommand" &
            " exists but with different size")
    VkDispatchIndirectCommand
  else:
    VkDispatchIndirectCommand_1124074682)
  PFN_vkDestroyDescriptorSetLayout_1124075079 = (when declared(
      PFN_vkDestroyDescriptorSetLayout):
    when ownSizeof(PFN_vkDestroyDescriptorSetLayout) !=
        ownSizeof(PFN_vkDestroyDescriptorSetLayout_1124075078):
      static :
        warning("Declaration of " & "PFN_vkDestroyDescriptorSetLayout" &
            " exists but with different size")
    PFN_vkDestroyDescriptorSetLayout
  else:
    PFN_vkDestroyDescriptorSetLayout_1124075078)
  PFN_vkDestroySurfaceKHR_1124076497 = (when declared(PFN_vkDestroySurfaceKHR):
    when ownSizeof(PFN_vkDestroySurfaceKHR) !=
        ownSizeof(PFN_vkDestroySurfaceKHR_1124076496):
      static :
        warning("Declaration of " & "PFN_vkDestroySurfaceKHR" &
            " exists but with different size")
    PFN_vkDestroySurfaceKHR
  else:
    PFN_vkDestroySurfaceKHR_1124076496)
  struct_VkPipelineBinaryKeyKHR_1124078069 = (when declared(
      struct_VkPipelineBinaryKeyKHR):
    when ownSizeof(struct_VkPipelineBinaryKeyKHR) !=
        ownSizeof(struct_VkPipelineBinaryKeyKHR_1124078068):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryKeyKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryKeyKHR
  else:
    struct_VkPipelineBinaryKeyKHR_1124078068)
  VkPhysicalDeviceImagelessFramebufferFeatures_1124075809 = (when declared(
      VkPhysicalDeviceImagelessFramebufferFeatures):
    when ownSizeof(VkPhysicalDeviceImagelessFramebufferFeatures) !=
        ownSizeof(VkPhysicalDeviceImagelessFramebufferFeatures_1124075808):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImagelessFramebufferFeatures" &
            " exists but with different size")
    VkPhysicalDeviceImagelessFramebufferFeatures
  else:
    VkPhysicalDeviceImagelessFramebufferFeatures_1124075808)
  struct_VkPipelineCoverageModulationStateCreateInfoNV_1124079197 = (when declared(
      struct_VkPipelineCoverageModulationStateCreateInfoNV):
    when ownSizeof(struct_VkPipelineCoverageModulationStateCreateInfoNV) !=
        ownSizeof(struct_VkPipelineCoverageModulationStateCreateInfoNV_1124079196):
      static :
        warning("Declaration of " &
            "struct_VkPipelineCoverageModulationStateCreateInfoNV" &
            " exists but with different size")
    struct_VkPipelineCoverageModulationStateCreateInfoNV
  else:
    struct_VkPipelineCoverageModulationStateCreateInfoNV_1124079196)
  VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT_1124079119 = (when declared(
      VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT_1124079118):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT
  else:
    VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT_1124079118)
  VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080687 = (when declared(
      VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080686):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
  else:
    VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080686)
  VkEventCreateFlagBits_1124074315 = (when declared(VkEventCreateFlagBits):
    when ownSizeof(VkEventCreateFlagBits) != ownSizeof(VkEventCreateFlagBits_1124074314):
      static :
        warning("Declaration of " & "VkEventCreateFlagBits" &
            " exists but with different size")
    VkEventCreateFlagBits
  else:
    VkEventCreateFlagBits_1124074314)
  struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078601 = (when declared(
      struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR):
    when ownSizeof(struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078600):
      static :
        warning("Declaration of " &
            "struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR
  else:
    struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078600)
  VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080895 = (when declared(
      VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI):
    when ownSizeof(VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI) !=
        ownSizeof(VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080894):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI" &
            " exists but with different size")
    VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI
  else:
    VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080894)
  VkAddressCopyFlagBitsKHR_1124078427 = (when declared(VkAddressCopyFlagBitsKHR):
    when ownSizeof(VkAddressCopyFlagBitsKHR) !=
        ownSizeof(VkAddressCopyFlagBitsKHR_1124078426):
      static :
        warning("Declaration of " & "VkAddressCopyFlagBitsKHR" &
            " exists but with different size")
    VkAddressCopyFlagBitsKHR
  else:
    VkAddressCopyFlagBitsKHR_1124078426)
  struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081823 = (when declared(
      struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081822):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM
  else:
    struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081822)
  VkShaderCorePropertiesFlagBitsAMD_1124079741 = (when declared(
      VkShaderCorePropertiesFlagBitsAMD):
    when ownSizeof(VkShaderCorePropertiesFlagBitsAMD) !=
        ownSizeof(VkShaderCorePropertiesFlagBitsAMD_1124079740):
      static :
        warning("Declaration of " & "VkShaderCorePropertiesFlagBitsAMD" &
            " exists but with different size")
    VkShaderCorePropertiesFlagBitsAMD
  else:
    VkShaderCorePropertiesFlagBitsAMD_1124079740)
  VkBufferMemoryBarrier2KHR_1124077875 = (when declared(
      VkBufferMemoryBarrier2KHR):
    when ownSizeof(VkBufferMemoryBarrier2KHR) !=
        ownSizeof(VkBufferMemoryBarrier2KHR_1124077874):
      static :
        warning("Declaration of " & "VkBufferMemoryBarrier2KHR" &
            " exists but with different size")
    VkBufferMemoryBarrier2KHR
  else:
    VkBufferMemoryBarrier2KHR_1124077874)
  VkMicromapVersionInfoEXT_1124080835 = (when declared(VkMicromapVersionInfoEXT):
    when ownSizeof(VkMicromapVersionInfoEXT) !=
        ownSizeof(VkMicromapVersionInfoEXT_1124080834):
      static :
        warning("Declaration of " & "VkMicromapVersionInfoEXT" &
            " exists but with different size")
    VkMicromapVersionInfoEXT
  else:
    VkMicromapVersionInfoEXT_1124080834)
  VkSystemAllocationScope_1124074015 = (when declared(VkSystemAllocationScope):
    when ownSizeof(VkSystemAllocationScope) !=
        ownSizeof(VkSystemAllocationScope_1124074014):
      static :
        warning("Declaration of " & "VkSystemAllocationScope" &
            " exists but with different size")
    VkSystemAllocationScope
  else:
    VkSystemAllocationScope_1124074014)
  VkCommandBufferResetFlags_1124074311 = (when declared(
      VkCommandBufferResetFlags):
    when ownSizeof(VkCommandBufferResetFlags) !=
        ownSizeof(VkCommandBufferResetFlags_1124074310):
      static :
        warning("Declaration of " & "VkCommandBufferResetFlags" &
            " exists but with different size")
    VkCommandBufferResetFlags
  else:
    VkCommandBufferResetFlags_1124074310)
  VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076025 = (when declared(
      VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures):
    when ownSizeof(VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076024):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
  else:
    VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076024)
  struct_VkVideoEncodeH264PictureInfoKHR_1124076869 = (when declared(
      struct_VkVideoEncodeH264PictureInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264PictureInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264PictureInfoKHR_1124076868):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264PictureInfoKHR
  else:
    struct_VkVideoEncodeH264PictureInfoKHR_1124076868)
  struct_VkDeviceCreateInfo_1124074553 = (when declared(
      struct_VkDeviceCreateInfo):
    when ownSizeof(struct_VkDeviceCreateInfo) !=
        ownSizeof(struct_VkDeviceCreateInfo_1124074552):
      static :
        warning("Declaration of " & "struct_VkDeviceCreateInfo" &
            " exists but with different size")
    struct_VkDeviceCreateInfo
  else:
    struct_VkDeviceCreateInfo_1124074552)
  PFN_vkGetPipelineExecutableStatisticsKHR_1124077737 = (when declared(
      PFN_vkGetPipelineExecutableStatisticsKHR):
    when ownSizeof(PFN_vkGetPipelineExecutableStatisticsKHR) !=
        ownSizeof(PFN_vkGetPipelineExecutableStatisticsKHR_1124077736):
      static :
        warning("Declaration of " & "PFN_vkGetPipelineExecutableStatisticsKHR" &
            " exists but with different size")
    PFN_vkGetPipelineExecutableStatisticsKHR
  else:
    PFN_vkGetPipelineExecutableStatisticsKHR_1124077736)
  struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081341 = (when declared(
      struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081340):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM
  else:
    struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081340)
  struct_VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082009 = (when declared(
      struct_VkPhysicalDeviceShaderFloat8FeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderFloat8FeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082008):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderFloat8FeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderFloat8FeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082008)
  VkEventCreateFlags_1124074317 = (when declared(VkEventCreateFlags):
    when ownSizeof(VkEventCreateFlags) != ownSizeof(VkEventCreateFlags_1124074316):
      static :
        warning("Declaration of " & "VkEventCreateFlags" &
            " exists but with different size")
    VkEventCreateFlags
  else:
    VkEventCreateFlags_1124074316)
  VkIndirectCommandsLayoutNV_1124080011 = (when declared(
      VkIndirectCommandsLayoutNV):
    when ownSizeof(VkIndirectCommandsLayoutNV) !=
        ownSizeof(VkIndirectCommandsLayoutNV_1124080010):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutNV" &
            " exists but with different size")
    VkIndirectCommandsLayoutNV
  else:
    VkIndirectCommandsLayoutNV_1124080010)
  struct_VkVideoEncodeAV1PictureInfoKHR_1124078285 = (when declared(
      struct_VkVideoEncodeAV1PictureInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1PictureInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1PictureInfoKHR_1124078284):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1PictureInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1PictureInfoKHR
  else:
    struct_VkVideoEncodeAV1PictureInfoKHR_1124078284)
  PFN_vkGetPastPresentationTimingGOOGLE_1124078971 = (when declared(
      PFN_vkGetPastPresentationTimingGOOGLE):
    when ownSizeof(PFN_vkGetPastPresentationTimingGOOGLE) !=
        ownSizeof(PFN_vkGetPastPresentationTimingGOOGLE_1124078970):
      static :
        warning("Declaration of " & "PFN_vkGetPastPresentationTimingGOOGLE" &
            " exists but with different size")
    PFN_vkGetPastPresentationTimingGOOGLE
  else:
    PFN_vkGetPastPresentationTimingGOOGLE_1124078970)
  PFN_vkGetMemoryWin32HandleKHR_1124082683 = (when declared(
      PFN_vkGetMemoryWin32HandleKHR):
    when ownSizeof(PFN_vkGetMemoryWin32HandleKHR) !=
        ownSizeof(PFN_vkGetMemoryWin32HandleKHR_1124082682):
      static :
        warning("Declaration of " & "PFN_vkGetMemoryWin32HandleKHR" &
            " exists but with different size")
    PFN_vkGetMemoryWin32HandleKHR
  else:
    PFN_vkGetMemoryWin32HandleKHR_1124082682)
  PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR_1124076757 = (when declared(
      PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR_1124076756):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR_1124076756)
  struct_VkFilterCubicImageViewImageFormatPropertiesEXT_1124079489 = (when declared(
      struct_VkFilterCubicImageViewImageFormatPropertiesEXT):
    when ownSizeof(struct_VkFilterCubicImageViewImageFormatPropertiesEXT) !=
        ownSizeof(struct_VkFilterCubicImageViewImageFormatPropertiesEXT_1124079488):
      static :
        warning("Declaration of " &
            "struct_VkFilterCubicImageViewImageFormatPropertiesEXT" &
            " exists but with different size")
    struct_VkFilterCubicImageViewImageFormatPropertiesEXT
  else:
    struct_VkFilterCubicImageViewImageFormatPropertiesEXT_1124079488)
  VkRenderPassStripeInfoARM_1124080979 = (when declared(
      VkRenderPassStripeInfoARM):
    when ownSizeof(VkRenderPassStripeInfoARM) !=
        ownSizeof(VkRenderPassStripeInfoARM_1124080978):
      static :
        warning("Declaration of " & "VkRenderPassStripeInfoARM" &
            " exists but with different size")
    VkRenderPassStripeInfoARM
  else:
    VkRenderPassStripeInfoARM_1124080978)
  VkImageViewAddressPropertiesNVX_1124078783 = (when declared(
      VkImageViewAddressPropertiesNVX):
    when ownSizeof(VkImageViewAddressPropertiesNVX) !=
        ownSizeof(VkImageViewAddressPropertiesNVX_1124078782):
      static :
        warning("Declaration of " & "VkImageViewAddressPropertiesNVX" &
            " exists but with different size")
    VkImageViewAddressPropertiesNVX
  else:
    VkImageViewAddressPropertiesNVX_1124078782)
  VkSemaphoreImportFlagsKHR_1124077199 = (when declared(
      VkSemaphoreImportFlagsKHR):
    when ownSizeof(VkSemaphoreImportFlagsKHR) !=
        ownSizeof(VkSemaphoreImportFlagsKHR_1124077198):
      static :
        warning("Declaration of " & "VkSemaphoreImportFlagsKHR" &
            " exists but with different size")
    VkSemaphoreImportFlagsKHR
  else:
    VkSemaphoreImportFlagsKHR_1124077198)
  VkPhysicalDeviceMaintenance7PropertiesKHR_1124078543 = (when declared(
      VkPhysicalDeviceMaintenance7PropertiesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance7PropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance7PropertiesKHR_1124078542):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance7PropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance7PropertiesKHR
  else:
    VkPhysicalDeviceMaintenance7PropertiesKHR_1124078542)
  VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT_1124079737 = (when declared(
      VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT):
    when ownSizeof(VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT) !=
        ownSizeof(VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT_1124079736):
      static :
        warning("Declaration of " &
            "VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT" &
            " exists but with different size")
    VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT
  else:
    VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT_1124079736)
  PFN_vkCreateImage_1124074987 = (when declared(PFN_vkCreateImage):
    when ownSizeof(PFN_vkCreateImage) != ownSizeof(PFN_vkCreateImage_1124074986):
      static :
        warning("Declaration of " & "PFN_vkCreateImage" &
            " exists but with different size")
    PFN_vkCreateImage
  else:
    PFN_vkCreateImage_1124074986)
  struct_VkVideoDecodeAV1ProfileInfoKHR_1124078195 = (when declared(
      struct_VkVideoDecodeAV1ProfileInfoKHR):
    when ownSizeof(struct_VkVideoDecodeAV1ProfileInfoKHR) !=
        ownSizeof(struct_VkVideoDecodeAV1ProfileInfoKHR_1124078194):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeAV1ProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoDecodeAV1ProfileInfoKHR
  else:
    struct_VkVideoDecodeAV1ProfileInfoKHR_1124078194)
  PFN_vkGetRayTracingShaderGroupHandlesKHR_1124079467 = (when declared(
      PFN_vkGetRayTracingShaderGroupHandlesKHR):
    when ownSizeof(PFN_vkGetRayTracingShaderGroupHandlesKHR) !=
        ownSizeof(PFN_vkGetRayTracingShaderGroupHandlesKHR_1124079466):
      static :
        warning("Declaration of " & "PFN_vkGetRayTracingShaderGroupHandlesKHR" &
            " exists but with different size")
    PFN_vkGetRayTracingShaderGroupHandlesKHR
  else:
    PFN_vkGetRayTracingShaderGroupHandlesKHR_1124079466)
  PFN_vkResetQueryPoolEXT_1124079895 = (when declared(PFN_vkResetQueryPoolEXT):
    when ownSizeof(PFN_vkResetQueryPoolEXT) !=
        ownSizeof(PFN_vkResetQueryPoolEXT_1124079894):
      static :
        warning("Declaration of " & "PFN_vkResetQueryPoolEXT" &
            " exists but with different size")
    PFN_vkResetQueryPoolEXT
  else:
    PFN_vkResetQueryPoolEXT_1124079894)
  struct_VkPhysicalDeviceRayQueryFeaturesKHR_1124082623 = (when declared(
      struct_VkPhysicalDeviceRayQueryFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRayQueryFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRayQueryFeaturesKHR_1124082622):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceRayQueryFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayQueryFeaturesKHR
  else:
    struct_VkPhysicalDeviceRayQueryFeaturesKHR_1124082622)
  VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078453 = (when declared(
      VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078452):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR
  else:
    VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078452)
  struct_VkSemaphoreCreateInfo_1124074621 = (when declared(
      struct_VkSemaphoreCreateInfo):
    when ownSizeof(struct_VkSemaphoreCreateInfo) !=
        ownSizeof(struct_VkSemaphoreCreateInfo_1124074620):
      static :
        warning("Declaration of " & "struct_VkSemaphoreCreateInfo" &
            " exists but with different size")
    struct_VkSemaphoreCreateInfo
  else:
    struct_VkSemaphoreCreateInfo_1124074620)
  PFN_vkCmdClearDepthStencilImage_1124075155 = (when declared(
      PFN_vkCmdClearDepthStencilImage):
    when ownSizeof(PFN_vkCmdClearDepthStencilImage) !=
        ownSizeof(PFN_vkCmdClearDepthStencilImage_1124075154):
      static :
        warning("Declaration of " & "PFN_vkCmdClearDepthStencilImage" &
            " exists but with different size")
    PFN_vkCmdClearDepthStencilImage
  else:
    PFN_vkCmdClearDepthStencilImage_1124075154)
  struct_VkPresentInfoKHR_1124076525 = (when declared(struct_VkPresentInfoKHR):
    when ownSizeof(struct_VkPresentInfoKHR) !=
        ownSizeof(struct_VkPresentInfoKHR_1124076524):
      static :
        warning("Declaration of " & "struct_VkPresentInfoKHR" &
            " exists but with different size")
    struct_VkPresentInfoKHR
  else:
    struct_VkPresentInfoKHR_1124076524)
  PFN_vkUninitializePerformanceApiINTEL_1124079685 = (when declared(
      PFN_vkUninitializePerformanceApiINTEL):
    when ownSizeof(PFN_vkUninitializePerformanceApiINTEL) !=
        ownSizeof(PFN_vkUninitializePerformanceApiINTEL_1124079684):
      static :
        warning("Declaration of " & "PFN_vkUninitializePerformanceApiINTEL" &
            " exists but with different size")
    PFN_vkUninitializePerformanceApiINTEL
  else:
    PFN_vkUninitializePerformanceApiINTEL_1124079684)
  struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082215 = (when declared(
      struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082214):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT
  else:
    struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082214)
  struct_VkComputePipelineIndirectBufferInfoNV_1124081053 = (when declared(
      struct_VkComputePipelineIndirectBufferInfoNV):
    when ownSizeof(struct_VkComputePipelineIndirectBufferInfoNV) !=
        ownSizeof(struct_VkComputePipelineIndirectBufferInfoNV_1124081052):
      static :
        warning("Declaration of " &
            "struct_VkComputePipelineIndirectBufferInfoNV" &
            " exists but with different size")
    struct_VkComputePipelineIndirectBufferInfoNV
  else:
    struct_VkComputePipelineIndirectBufferInfoNV_1124081052)
  struct_VkSparseImageMemoryRequirements2_1124075329 = (when declared(
      struct_VkSparseImageMemoryRequirements2):
    when ownSizeof(struct_VkSparseImageMemoryRequirements2) !=
        ownSizeof(struct_VkSparseImageMemoryRequirements2_1124075328):
      static :
        warning("Declaration of " & "struct_VkSparseImageMemoryRequirements2" &
            " exists but with different size")
    struct_VkSparseImageMemoryRequirements2
  else:
    struct_VkSparseImageMemoryRequirements2_1124075328)
  VkPhysicalDeviceLimits_1124074531 = (when declared(VkPhysicalDeviceLimits):
    when ownSizeof(VkPhysicalDeviceLimits) != ownSizeof(VkPhysicalDeviceLimits_1124074530):
      static :
        warning("Declaration of " & "VkPhysicalDeviceLimits" &
            " exists but with different size")
    VkPhysicalDeviceLimits
  else:
    VkPhysicalDeviceLimits_1124074530)
  VkVideoEncodeH265QualityLevelPropertiesKHR_1124076949 = (when declared(
      VkVideoEncodeH265QualityLevelPropertiesKHR):
    when ownSizeof(VkVideoEncodeH265QualityLevelPropertiesKHR) !=
        ownSizeof(VkVideoEncodeH265QualityLevelPropertiesKHR_1124076948):
      static :
        warning("Declaration of " & "VkVideoEncodeH265QualityLevelPropertiesKHR" &
            " exists but with different size")
    VkVideoEncodeH265QualityLevelPropertiesKHR
  else:
    VkVideoEncodeH265QualityLevelPropertiesKHR_1124076948)
  VkRenderingFlagBits_1124075899 = (when declared(VkRenderingFlagBits):
    when ownSizeof(VkRenderingFlagBits) != ownSizeof(VkRenderingFlagBits_1124075898):
      static :
        warning("Declaration of " & "VkRenderingFlagBits" &
            " exists but with different size")
    VkRenderingFlagBits
  else:
    VkRenderingFlagBits_1124075898)
  PFN_vkGetDeviceGroupSurfacePresentModesKHR_1124076565 = (when declared(
      PFN_vkGetDeviceGroupSurfacePresentModesKHR):
    when ownSizeof(PFN_vkGetDeviceGroupSurfacePresentModesKHR) !=
        ownSizeof(PFN_vkGetDeviceGroupSurfacePresentModesKHR_1124076564):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceGroupSurfacePresentModesKHR" &
            " exists but with different size")
    PFN_vkGetDeviceGroupSurfacePresentModesKHR
  else:
    PFN_vkGetDeviceGroupSurfacePresentModesKHR_1124076564)
  struct_VkVideoEndCodingInfoKHR_1124076747 = (when declared(
      struct_VkVideoEndCodingInfoKHR):
    when ownSizeof(struct_VkVideoEndCodingInfoKHR) !=
        ownSizeof(struct_VkVideoEndCodingInfoKHR_1124076746):
      static :
        warning("Declaration of " & "struct_VkVideoEndCodingInfoKHR" &
            " exists but with different size")
    struct_VkVideoEndCodingInfoKHR
  else:
    struct_VkVideoEndCodingInfoKHR_1124076746)
  struct_VkVideoEncodeAV1RateControlInfoKHR_1124078309 = (when declared(
      struct_VkVideoEncodeAV1RateControlInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1RateControlInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1RateControlInfoKHR_1124078308):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1RateControlInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1RateControlInfoKHR
  else:
    struct_VkVideoEncodeAV1RateControlInfoKHR_1124078308)
  struct_VkCuFunctionCreateInfoNVX_1124078759 = (when declared(
      struct_VkCuFunctionCreateInfoNVX):
    when ownSizeof(struct_VkCuFunctionCreateInfoNVX) !=
        ownSizeof(struct_VkCuFunctionCreateInfoNVX_1124078758):
      static :
        warning("Declaration of " & "struct_VkCuFunctionCreateInfoNVX" &
            " exists but with different size")
    struct_VkCuFunctionCreateInfoNVX
  else:
    struct_VkCuFunctionCreateInfoNVX_1124078758)
  PFN_vkDestroyBufferView_1124075051 = (when declared(PFN_vkDestroyBufferView):
    when ownSizeof(PFN_vkDestroyBufferView) !=
        ownSizeof(PFN_vkDestroyBufferView_1124075050):
      static :
        warning("Declaration of " & "PFN_vkDestroyBufferView" &
            " exists but with different size")
    PFN_vkDestroyBufferView
  else:
    PFN_vkDestroyBufferView_1124075050)
  struct_VkAttachmentReference_1124074845 = (when declared(
      struct_VkAttachmentReference):
    when ownSizeof(struct_VkAttachmentReference) !=
        ownSizeof(struct_VkAttachmentReference_1124074844):
      static :
        warning("Declaration of " & "struct_VkAttachmentReference" &
            " exists but with different size")
    struct_VkAttachmentReference
  else:
    struct_VkAttachmentReference_1124074844)
  struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080597 = (when declared(
      struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI):
    when ownSizeof(struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI) !=
        ownSizeof(struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080596):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI" &
            " exists but with different size")
    struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI
  else:
    struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080596)
  VkImageMemoryBarrier2KHR_1124077877 = (when declared(VkImageMemoryBarrier2KHR):
    when ownSizeof(VkImageMemoryBarrier2KHR) !=
        ownSizeof(VkImageMemoryBarrier2KHR_1124077876):
      static :
        warning("Declaration of " & "VkImageMemoryBarrier2KHR" &
            " exists but with different size")
    VkImageMemoryBarrier2KHR
  else:
    VkImageMemoryBarrier2KHR_1124077876)
  struct_StdVideoH265PpsFlags_1124083171 = (when declared(
      struct_StdVideoH265PpsFlags):
    when ownSizeof(struct_StdVideoH265PpsFlags) !=
        ownSizeof(struct_StdVideoH265PpsFlags_1124083170):
      static :
        warning("Declaration of " & "struct_StdVideoH265PpsFlags" &
            " exists but with different size")
    struct_StdVideoH265PpsFlags
  else:
    struct_StdVideoH265PpsFlags_1124083170)
  VkVideoEncodeRateControlLayerInfoKHR_1124077829 = (when declared(
      VkVideoEncodeRateControlLayerInfoKHR):
    when ownSizeof(VkVideoEncodeRateControlLayerInfoKHR) !=
        ownSizeof(VkVideoEncodeRateControlLayerInfoKHR_1124077828):
      static :
        warning("Declaration of " & "VkVideoEncodeRateControlLayerInfoKHR" &
            " exists but with different size")
    VkVideoEncodeRateControlLayerInfoKHR
  else:
    VkVideoEncodeRateControlLayerInfoKHR_1124077828)
  enum_VkShaderStageFlagBits_1124074341 = (when declared(
      enum_VkShaderStageFlagBits):
    when ownSizeof(enum_VkShaderStageFlagBits) !=
        ownSizeof(enum_VkShaderStageFlagBits_1124074340):
      static :
        warning("Declaration of " & "enum_VkShaderStageFlagBits" &
            " exists but with different size")
    enum_VkShaderStageFlagBits
  else:
    enum_VkShaderStageFlagBits_1124074340)
  struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082795 = (when declared(
      struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX):
    when ownSizeof(struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX) !=
        ownSizeof(struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082794):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX
  else:
    struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082794)
  VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082417 = (when declared(
      VkPipelineFragmentDensityMapLayeredCreateInfoVALVE):
    when ownSizeof(VkPipelineFragmentDensityMapLayeredCreateInfoVALVE) !=
        ownSizeof(VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082416):
      static :
        warning("Declaration of " &
            "VkPipelineFragmentDensityMapLayeredCreateInfoVALVE" &
            " exists but with different size")
    VkPipelineFragmentDensityMapLayeredCreateInfoVALVE
  else:
    VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082416)
  enum_StdVideoAV1Level_1124082945 = (when declared(enum_StdVideoAV1Level):
    when ownSizeof(enum_StdVideoAV1Level) != ownSizeof(enum_StdVideoAV1Level_1124082944):
      static :
        warning("Declaration of " & "enum_StdVideoAV1Level" &
            " exists but with different size")
    enum_StdVideoAV1Level
  else:
    enum_StdVideoAV1Level_1124082944)
  struct_VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079227 = (when declared(
      struct_VkImageDrmFormatModifierExplicitCreateInfoEXT):
    when ownSizeof(struct_VkImageDrmFormatModifierExplicitCreateInfoEXT) !=
        ownSizeof(struct_VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079226):
      static :
        warning("Declaration of " &
            "struct_VkImageDrmFormatModifierExplicitCreateInfoEXT" &
            " exists but with different size")
    struct_VkImageDrmFormatModifierExplicitCreateInfoEXT
  else:
    struct_VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079226)
  VkHostImageCopyFlagsEXT_1124079929 = (when declared(VkHostImageCopyFlagsEXT):
    when ownSizeof(VkHostImageCopyFlagsEXT) !=
        ownSizeof(VkHostImageCopyFlagsEXT_1124079928):
      static :
        warning("Declaration of " & "VkHostImageCopyFlagsEXT" &
            " exists but with different size")
    VkHostImageCopyFlagsEXT
  else:
    VkHostImageCopyFlagsEXT_1124079928)
  enum_VkFragmentShadingRateTypeNV_1124080361 = (when declared(
      enum_VkFragmentShadingRateTypeNV):
    when ownSizeof(enum_VkFragmentShadingRateTypeNV) !=
        ownSizeof(enum_VkFragmentShadingRateTypeNV_1124080360):
      static :
        warning("Declaration of " & "enum_VkFragmentShadingRateTypeNV" &
            " exists but with different size")
    enum_VkFragmentShadingRateTypeNV
  else:
    enum_VkFragmentShadingRateTypeNV_1124080360)
  enum_VkPresentScalingFlagBitsKHR_1124078115 = (when declared(
      enum_VkPresentScalingFlagBitsKHR):
    when ownSizeof(enum_VkPresentScalingFlagBitsKHR) !=
        ownSizeof(enum_VkPresentScalingFlagBitsKHR_1124078114):
      static :
        warning("Declaration of " & "enum_VkPresentScalingFlagBitsKHR" &
            " exists but with different size")
    enum_VkPresentScalingFlagBitsKHR
  else:
    enum_VkPresentScalingFlagBitsKHR_1124078114)
  enum_VkDefaultVertexAttributeValueKHR_1124078573 = (when declared(
      enum_VkDefaultVertexAttributeValueKHR):
    when ownSizeof(enum_VkDefaultVertexAttributeValueKHR) !=
        ownSizeof(enum_VkDefaultVertexAttributeValueKHR_1124078572):
      static :
        warning("Declaration of " & "enum_VkDefaultVertexAttributeValueKHR" &
            " exists but with different size")
    enum_VkDefaultVertexAttributeValueKHR
  else:
    enum_VkDefaultVertexAttributeValueKHR_1124078572)
  PFN_vkCopyImageToImage_1124076441 = (when declared(PFN_vkCopyImageToImage):
    when ownSizeof(PFN_vkCopyImageToImage) != ownSizeof(PFN_vkCopyImageToImage_1124076440):
      static :
        warning("Declaration of " & "PFN_vkCopyImageToImage" &
            " exists but with different size")
    PFN_vkCopyImageToImage
  else:
    PFN_vkCopyImageToImage_1124076440)
  VkDeviceGroupCommandBufferBeginInfo_1124075287 = (when declared(
      VkDeviceGroupCommandBufferBeginInfo):
    when ownSizeof(VkDeviceGroupCommandBufferBeginInfo) !=
        ownSizeof(VkDeviceGroupCommandBufferBeginInfo_1124075286):
      static :
        warning("Declaration of " & "VkDeviceGroupCommandBufferBeginInfo" &
            " exists but with different size")
    VkDeviceGroupCommandBufferBeginInfo
  else:
    VkDeviceGroupCommandBufferBeginInfo_1124075286)
  VkPhysicalDeviceMemoryProperties2_1124075359 = (when declared(
      VkPhysicalDeviceMemoryProperties2):
    when ownSizeof(VkPhysicalDeviceMemoryProperties2) !=
        ownSizeof(VkPhysicalDeviceMemoryProperties2_1124075358):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMemoryProperties2" &
            " exists but with different size")
    VkPhysicalDeviceMemoryProperties2
  else:
    VkPhysicalDeviceMemoryProperties2_1124075358)
  struct_VkVideoProfileInfoKHR_1124076695 = (when declared(
      struct_VkVideoProfileInfoKHR):
    when ownSizeof(struct_VkVideoProfileInfoKHR) !=
        ownSizeof(struct_VkVideoProfileInfoKHR_1124076694):
      static :
        warning("Declaration of " & "struct_VkVideoProfileInfoKHR" &
            " exists but with different size")
    struct_VkVideoProfileInfoKHR
  else:
    struct_VkVideoProfileInfoKHR_1124076694)
  VkClusterAccelerationStructureMoveObjectsInfoNV_1124082099 = (when declared(
      VkClusterAccelerationStructureMoveObjectsInfoNV):
    when ownSizeof(VkClusterAccelerationStructureMoveObjectsInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureMoveObjectsInfoNV_1124082098):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureMoveObjectsInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureMoveObjectsInfoNV
  else:
    VkClusterAccelerationStructureMoveObjectsInfoNV_1124082098)
  VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077837 = (when declared(
      VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR):
    when ownSizeof(VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR) !=
        ownSizeof(VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077836):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR
  else:
    VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077836)
  VkVideoEncodeFeedbackFlagBitsKHR_1124077793 = (when declared(
      VkVideoEncodeFeedbackFlagBitsKHR):
    when ownSizeof(VkVideoEncodeFeedbackFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeFeedbackFlagBitsKHR_1124077792):
      static :
        warning("Declaration of " & "VkVideoEncodeFeedbackFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeFeedbackFlagBitsKHR
  else:
    VkVideoEncodeFeedbackFlagBitsKHR_1124077792)
  VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079901 = (when declared(
      VkPhysicalDeviceExtendedDynamicStateFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceExtendedDynamicStateFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079900):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExtendedDynamicStateFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceExtendedDynamicStateFeaturesEXT
  else:
    VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079900)
  PFN_vkGetDescriptorEXT_1124080321 = (when declared(PFN_vkGetDescriptorEXT):
    when ownSizeof(PFN_vkGetDescriptorEXT) != ownSizeof(PFN_vkGetDescriptorEXT_1124080320):
      static :
        warning("Declaration of " & "PFN_vkGetDescriptorEXT" &
            " exists but with different size")
    PFN_vkGetDescriptorEXT
  else:
    PFN_vkGetDescriptorEXT_1124080320)
  VkVideoEncodeH264CapabilityFlagBitsKHR_1124076809 = (when declared(
      VkVideoEncodeH264CapabilityFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH264CapabilityFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH264CapabilityFlagBitsKHR_1124076808):
      static :
        warning("Declaration of " & "VkVideoEncodeH264CapabilityFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH264CapabilityFlagBitsKHR
  else:
    VkVideoEncodeH264CapabilityFlagBitsKHR_1124076808)
  PFN_vkDestroyShaderModule_1124075055 = (when declared(
      PFN_vkDestroyShaderModule):
    when ownSizeof(PFN_vkDestroyShaderModule) !=
        ownSizeof(PFN_vkDestroyShaderModule_1124075054):
      static :
        warning("Declaration of " & "PFN_vkDestroyShaderModule" &
            " exists but with different size")
    PFN_vkDestroyShaderModule
  else:
    PFN_vkDestroyShaderModule_1124075054)
  struct_VkDescriptorAddressInfoEXT_1124080273 = (when declared(
      struct_VkDescriptorAddressInfoEXT):
    when ownSizeof(struct_VkDescriptorAddressInfoEXT) !=
        ownSizeof(struct_VkDescriptorAddressInfoEXT_1124080272):
      static :
        warning("Declaration of " & "struct_VkDescriptorAddressInfoEXT" &
            " exists but with different size")
    struct_VkDescriptorAddressInfoEXT
  else:
    struct_VkDescriptorAddressInfoEXT_1124080272)
  VkIndirectCommandsLayoutUsageFlagsNV_1124080027 = (when declared(
      VkIndirectCommandsLayoutUsageFlagsNV):
    when ownSizeof(VkIndirectCommandsLayoutUsageFlagsNV) !=
        ownSizeof(VkIndirectCommandsLayoutUsageFlagsNV_1124080026):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutUsageFlagsNV" &
            " exists but with different size")
    VkIndirectCommandsLayoutUsageFlagsNV
  else:
    VkIndirectCommandsLayoutUsageFlagsNV_1124080026)
  VkPhysicalDeviceRobustness2PropertiesEXT_1124080159 = (when declared(
      VkPhysicalDeviceRobustness2PropertiesEXT):
    when ownSizeof(VkPhysicalDeviceRobustness2PropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceRobustness2PropertiesEXT_1124080158):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRobustness2PropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceRobustness2PropertiesEXT
  else:
    VkPhysicalDeviceRobustness2PropertiesEXT_1124080158)
  VkVideoSessionKHR_1124076633 = (when declared(VkVideoSessionKHR):
    when ownSizeof(VkVideoSessionKHR) != ownSizeof(VkVideoSessionKHR_1124076632):
      static :
        warning("Declaration of " & "VkVideoSessionKHR" &
            " exists but with different size")
    VkVideoSessionKHR
  else:
    VkVideoSessionKHR_1124076632)
  struct_VkShaderModuleCreateInfo_1124074697 = (when declared(
      struct_VkShaderModuleCreateInfo):
    when ownSizeof(struct_VkShaderModuleCreateInfo) !=
        ownSizeof(struct_VkShaderModuleCreateInfo_1124074696):
      static :
        warning("Declaration of " & "struct_VkShaderModuleCreateInfo" &
            " exists but with different size")
    struct_VkShaderModuleCreateInfo
  else:
    struct_VkShaderModuleCreateInfo_1124074696)
  enum_VkPipelineCreateFlagBits_1124074329 = (when declared(
      enum_VkPipelineCreateFlagBits):
    when ownSizeof(enum_VkPipelineCreateFlagBits) !=
        ownSizeof(enum_VkPipelineCreateFlagBits_1124074328):
      static :
        warning("Declaration of " & "enum_VkPipelineCreateFlagBits" &
            " exists but with different size")
    enum_VkPipelineCreateFlagBits
  else:
    enum_VkPipelineCreateFlagBits_1124074328)
  VkAccessFlags2KHR_1124077865 = (when declared(VkAccessFlags2KHR):
    when ownSizeof(VkAccessFlags2KHR) != ownSizeof(VkAccessFlags2KHR_1124077864):
      static :
        warning("Declaration of " & "VkAccessFlags2KHR" &
            " exists but with different size")
    VkAccessFlags2KHR
  else:
    VkAccessFlags2KHR_1124077864)
  VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079835 = (when declared(
      VkPhysicalDeviceCoverageReductionModeFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCoverageReductionModeFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079834):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCoverageReductionModeFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCoverageReductionModeFeaturesNV
  else:
    VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079834)
  struct_VkLayerSettingEXT_1124081631 = (when declared(struct_VkLayerSettingEXT):
    when ownSizeof(struct_VkLayerSettingEXT) !=
        ownSizeof(struct_VkLayerSettingEXT_1124081630):
      static :
        warning("Declaration of " & "struct_VkLayerSettingEXT" &
            " exists but with different size")
    struct_VkLayerSettingEXT
  else:
    struct_VkLayerSettingEXT_1124081630)
  VkOpacityMicromapFormatEXT_1124080783 = (when declared(
      VkOpacityMicromapFormatEXT):
    when ownSizeof(VkOpacityMicromapFormatEXT) !=
        ownSizeof(VkOpacityMicromapFormatEXT_1124080782):
      static :
        warning("Declaration of " & "VkOpacityMicromapFormatEXT" &
            " exists but with different size")
    VkOpacityMicromapFormatEXT
  else:
    VkOpacityMicromapFormatEXT_1124080782)
  PFN_vkCmdWriteAccelerationStructuresPropertiesKHR_1124082577 = (when declared(
      PFN_vkCmdWriteAccelerationStructuresPropertiesKHR):
    when ownSizeof(PFN_vkCmdWriteAccelerationStructuresPropertiesKHR) !=
        ownSizeof(PFN_vkCmdWriteAccelerationStructuresPropertiesKHR_1124082576):
      static :
        warning("Declaration of " &
            "PFN_vkCmdWriteAccelerationStructuresPropertiesKHR" &
            " exists but with different size")
    PFN_vkCmdWriteAccelerationStructuresPropertiesKHR
  else:
    PFN_vkCmdWriteAccelerationStructuresPropertiesKHR_1124082576)
  WINBOOL_1124083115 = (when declared(WINBOOL):
    when ownSizeof(WINBOOL) != ownSizeof(WINBOOL_1124083114):
      static :
        warning("Declaration of " & "WINBOOL" &
            " exists but with different size")
    WINBOOL
  else:
    WINBOOL_1124083114)
  VkComponentTypeNV_1124079809 = (when declared(VkComponentTypeNV):
    when ownSizeof(VkComponentTypeNV) != ownSizeof(VkComponentTypeNV_1124079808):
      static :
        warning("Declaration of " & "VkComponentTypeNV" &
            " exists but with different size")
    VkComponentTypeNV
  else:
    VkComponentTypeNV_1124079808)
  PFN_vkAllocateCommandBuffers_1124075003 = (when declared(
      PFN_vkAllocateCommandBuffers):
    when ownSizeof(PFN_vkAllocateCommandBuffers) !=
        ownSizeof(PFN_vkAllocateCommandBuffers_1124075002):
      static :
        warning("Declaration of " & "PFN_vkAllocateCommandBuffers" &
            " exists but with different size")
    PFN_vkAllocateCommandBuffers
  else:
    PFN_vkAllocateCommandBuffers_1124075002)
  PFN_vkGetCudaModuleCacheNV_1124082867 = (when declared(
      PFN_vkGetCudaModuleCacheNV):
    when ownSizeof(PFN_vkGetCudaModuleCacheNV) !=
        ownSizeof(PFN_vkGetCudaModuleCacheNV_1124082866):
      static :
        warning("Declaration of " & "PFN_vkGetCudaModuleCacheNV" &
            " exists but with different size")
    PFN_vkGetCudaModuleCacheNV
  else:
    PFN_vkGetCudaModuleCacheNV_1124082866)
  struct_StdVideoEncodeH265SliceSegmentHeaderFlags_1124083173 = (when declared(
      struct_StdVideoEncodeH265SliceSegmentHeaderFlags):
    when ownSizeof(struct_StdVideoEncodeH265SliceSegmentHeaderFlags) !=
        ownSizeof(struct_StdVideoEncodeH265SliceSegmentHeaderFlags_1124083172):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH265SliceSegmentHeaderFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH265SliceSegmentHeaderFlags
  else:
    struct_StdVideoEncodeH265SliceSegmentHeaderFlags_1124083172)
  enum_StdVideoH264MemMgmtControlOp_1124083375 = (when declared(
      enum_StdVideoH264MemMgmtControlOp):
    when ownSizeof(enum_StdVideoH264MemMgmtControlOp) !=
        ownSizeof(enum_StdVideoH264MemMgmtControlOp_1124083374):
      static :
        warning("Declaration of " & "enum_StdVideoH264MemMgmtControlOp" &
            " exists but with different size")
    enum_StdVideoH264MemMgmtControlOp
  else:
    enum_StdVideoH264MemMgmtControlOp_1124083374)
  VkPipelineViewportStateCreateFlags_1124074391 = (when declared(
      VkPipelineViewportStateCreateFlags):
    when ownSizeof(VkPipelineViewportStateCreateFlags) !=
        ownSizeof(VkPipelineViewportStateCreateFlags_1124074390):
      static :
        warning("Declaration of " & "VkPipelineViewportStateCreateFlags" &
            " exists but with different size")
    VkPipelineViewportStateCreateFlags
  else:
    VkPipelineViewportStateCreateFlags_1124074390)
  VkQueryPoolSamplingModeINTEL_1124079635 = (when declared(
      VkQueryPoolSamplingModeINTEL):
    when ownSizeof(VkQueryPoolSamplingModeINTEL) !=
        ownSizeof(VkQueryPoolSamplingModeINTEL_1124079634):
      static :
        warning("Declaration of " & "VkQueryPoolSamplingModeINTEL" &
            " exists but with different size")
    VkQueryPoolSamplingModeINTEL
  else:
    VkQueryPoolSamplingModeINTEL_1124079634)
  PFN_vkUnmapMemory_1124074941 = (when declared(PFN_vkUnmapMemory):
    when ownSizeof(PFN_vkUnmapMemory) != ownSizeof(PFN_vkUnmapMemory_1124074940):
      static :
        warning("Declaration of " & "PFN_vkUnmapMemory" &
            " exists but with different size")
    PFN_vkUnmapMemory
  else:
    PFN_vkUnmapMemory_1124074940)
  VkVertexInputBindingDivisorDescriptionEXT_1124079549 = (when declared(
      VkVertexInputBindingDivisorDescriptionEXT):
    when ownSizeof(VkVertexInputBindingDivisorDescriptionEXT) !=
        ownSizeof(VkVertexInputBindingDivisorDescriptionEXT_1124079548):
      static :
        warning("Declaration of " & "VkVertexInputBindingDivisorDescriptionEXT" &
            " exists but with different size")
    VkVertexInputBindingDivisorDescriptionEXT
  else:
    VkVertexInputBindingDivisorDescriptionEXT_1124079548)
  PFN_vkCreateDataGraphPipelinesARM_1124081827 = (when declared(
      PFN_vkCreateDataGraphPipelinesARM):
    when ownSizeof(PFN_vkCreateDataGraphPipelinesARM) !=
        ownSizeof(PFN_vkCreateDataGraphPipelinesARM_1124081826):
      static :
        warning("Declaration of " & "PFN_vkCreateDataGraphPipelinesARM" &
            " exists but with different size")
    PFN_vkCreateDataGraphPipelinesARM
  else:
    PFN_vkCreateDataGraphPipelinesARM_1124081826)
  VkMemoryUnmapFlags_1124076209 = (when declared(VkMemoryUnmapFlags):
    when ownSizeof(VkMemoryUnmapFlags) != ownSizeof(VkMemoryUnmapFlags_1124076208):
      static :
        warning("Declaration of " & "VkMemoryUnmapFlags" &
            " exists but with different size")
    VkMemoryUnmapFlags
  else:
    VkMemoryUnmapFlags_1124076208)
  struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079477 = (when declared(
      struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079476):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV
  else:
    struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079476)
  struct_VkVideoEncodeH265RateControlInfoKHR_1124076997 = (when declared(
      struct_VkVideoEncodeH265RateControlInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265RateControlInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265RateControlInfoKHR_1124076996):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH265RateControlInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265RateControlInfoKHR
  else:
    struct_VkVideoEncodeH265RateControlInfoKHR_1124076996)
  struct_VkTensorCreateInfoARM_1124081269 = (when declared(
      struct_VkTensorCreateInfoARM):
    when ownSizeof(struct_VkTensorCreateInfoARM) !=
        ownSizeof(struct_VkTensorCreateInfoARM_1124081268):
      static :
        warning("Declaration of " & "struct_VkTensorCreateInfoARM" &
            " exists but with different size")
    struct_VkTensorCreateInfoARM
  else:
    struct_VkTensorCreateInfoARM_1124081268)
  struct_VkDisplayPlaneCapabilitiesKHR_1124076597 = (when declared(
      struct_VkDisplayPlaneCapabilitiesKHR):
    when ownSizeof(struct_VkDisplayPlaneCapabilitiesKHR) !=
        ownSizeof(struct_VkDisplayPlaneCapabilitiesKHR_1124076596):
      static :
        warning("Declaration of " & "struct_VkDisplayPlaneCapabilitiesKHR" &
            " exists but with different size")
    struct_VkDisplayPlaneCapabilitiesKHR
  else:
    struct_VkDisplayPlaneCapabilitiesKHR_1124076596)
  struct_VkVideoEncodeH264FrameSizeKHR_1124076891 = (when declared(
      struct_VkVideoEncodeH264FrameSizeKHR):
    when ownSizeof(struct_VkVideoEncodeH264FrameSizeKHR) !=
        ownSizeof(struct_VkVideoEncodeH264FrameSizeKHR_1124076890):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264FrameSizeKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264FrameSizeKHR
  else:
    struct_VkVideoEncodeH264FrameSizeKHR_1124076890)
  PFN_vkGetDescriptorSetHostMappingVALVE_1124080961 = (when declared(
      PFN_vkGetDescriptorSetHostMappingVALVE):
    when ownSizeof(PFN_vkGetDescriptorSetHostMappingVALVE) !=
        ownSizeof(PFN_vkGetDescriptorSetHostMappingVALVE_1124080960):
      static :
        warning("Declaration of " & "PFN_vkGetDescriptorSetHostMappingVALVE" &
            " exists but with different size")
    PFN_vkGetDescriptorSetHostMappingVALVE
  else:
    PFN_vkGetDescriptorSetHostMappingVALVE_1124080960)
  PFN_vkCmdSetLogicOpEnableEXT_1124081151 = (when declared(
      PFN_vkCmdSetLogicOpEnableEXT):
    when ownSizeof(PFN_vkCmdSetLogicOpEnableEXT) !=
        ownSizeof(PFN_vkCmdSetLogicOpEnableEXT_1124081150):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLogicOpEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetLogicOpEnableEXT
  else:
    PFN_vkCmdSetLogicOpEnableEXT_1124081150)
  VkAccelerationStructureGeometryKHR_1124082509 = (when declared(
      VkAccelerationStructureGeometryKHR):
    when ownSizeof(VkAccelerationStructureGeometryKHR) !=
        ownSizeof(VkAccelerationStructureGeometryKHR_1124082508):
      static :
        warning("Declaration of " & "VkAccelerationStructureGeometryKHR" &
            " exists but with different size")
    VkAccelerationStructureGeometryKHR
  else:
    VkAccelerationStructureGeometryKHR_1124082508)
  VkMicromapUsageEXT_1124080811 = (when declared(VkMicromapUsageEXT):
    when ownSizeof(VkMicromapUsageEXT) != ownSizeof(VkMicromapUsageEXT_1124080810):
      static :
        warning("Declaration of " & "VkMicromapUsageEXT" &
            " exists but with different size")
    VkMicromapUsageEXT
  else:
    VkMicromapUsageEXT_1124080810)
  VkDataGraphPipelinePropertyARM_1124081721 = (when declared(
      VkDataGraphPipelinePropertyARM):
    when ownSizeof(VkDataGraphPipelinePropertyARM) !=
        ownSizeof(VkDataGraphPipelinePropertyARM_1124081720):
      static :
        warning("Declaration of " & "VkDataGraphPipelinePropertyARM" &
            " exists but with different size")
    VkDataGraphPipelinePropertyARM
  else:
    VkDataGraphPipelinePropertyARM_1124081720)
  VkPresentTimesInfoGOOGLE_1124078967 = (when declared(VkPresentTimesInfoGOOGLE):
    when ownSizeof(VkPresentTimesInfoGOOGLE) !=
        ownSizeof(VkPresentTimesInfoGOOGLE_1124078966):
      static :
        warning("Declaration of " & "VkPresentTimesInfoGOOGLE" &
            " exists but with different size")
    VkPresentTimesInfoGOOGLE
  else:
    VkPresentTimesInfoGOOGLE_1124078966)
  VkOpticalFlowUsageFlagsNV_1124081423 = (when declared(
      VkOpticalFlowUsageFlagsNV):
    when ownSizeof(VkOpticalFlowUsageFlagsNV) !=
        ownSizeof(VkOpticalFlowUsageFlagsNV_1124081422):
      static :
        warning("Declaration of " & "VkOpticalFlowUsageFlagsNV" &
            " exists but with different size")
    VkOpticalFlowUsageFlagsNV
  else:
    VkOpticalFlowUsageFlagsNV_1124081422)
  enum_VkFilter_1124074069 = (when declared(enum_VkFilter):
    when ownSizeof(enum_VkFilter) != ownSizeof(enum_VkFilter_1124074068):
      static :
        warning("Declaration of " & "enum_VkFilter" &
            " exists but with different size")
    enum_VkFilter
  else:
    enum_VkFilter_1124074068)
  struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082167 = (when declared(
      struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV):
    when ownSizeof(struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV) !=
        ownSizeof(struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082166):
      static :
        warning("Declaration of " &
            "struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV" &
            " exists but with different size")
    struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV
  else:
    struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082166)
  VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076853 = (when declared(
      VkVideoEncodeH264SessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoEncodeH264SessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076852):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH264SessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH264SessionParametersCreateInfoKHR
  else:
    VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076852)
  struct_VkAttachmentSampleLocationsEXT_1124079141 = (when declared(
      struct_VkAttachmentSampleLocationsEXT):
    when ownSizeof(struct_VkAttachmentSampleLocationsEXT) !=
        ownSizeof(struct_VkAttachmentSampleLocationsEXT_1124079140):
      static :
        warning("Declaration of " & "struct_VkAttachmentSampleLocationsEXT" &
            " exists but with different size")
    struct_VkAttachmentSampleLocationsEXT
  else:
    struct_VkAttachmentSampleLocationsEXT_1124079140)
  VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077911 = (when declared(
      VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077910):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR
  else:
    VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077910)
  struct_VkMemoryBarrier_1124074481 = (when declared(struct_VkMemoryBarrier):
    when ownSizeof(struct_VkMemoryBarrier) != ownSizeof(struct_VkMemoryBarrier_1124074480):
      static :
        warning("Declaration of " & "struct_VkMemoryBarrier" &
            " exists but with different size")
    struct_VkMemoryBarrier
  else:
    struct_VkMemoryBarrier_1124074480)
  VkBuildAccelerationStructureFlagBitsKHR_1124079377 = (when declared(
      VkBuildAccelerationStructureFlagBitsKHR):
    when ownSizeof(VkBuildAccelerationStructureFlagBitsKHR) !=
        ownSizeof(VkBuildAccelerationStructureFlagBitsKHR_1124079376):
      static :
        warning("Declaration of " & "VkBuildAccelerationStructureFlagBitsKHR" &
            " exists but with different size")
    VkBuildAccelerationStructureFlagBitsKHR
  else:
    VkBuildAccelerationStructureFlagBitsKHR_1124079376)
  VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081621 = (when declared(
      VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081620):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT
  else:
    VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081620)
  VkRayTracingPipelineInterfaceCreateInfoKHR_1124082593 = (when declared(
      VkRayTracingPipelineInterfaceCreateInfoKHR):
    when ownSizeof(VkRayTracingPipelineInterfaceCreateInfoKHR) !=
        ownSizeof(VkRayTracingPipelineInterfaceCreateInfoKHR_1124082592):
      static :
        warning("Declaration of " & "VkRayTracingPipelineInterfaceCreateInfoKHR" &
            " exists but with different size")
    VkRayTracingPipelineInterfaceCreateInfoKHR
  else:
    VkRayTracingPipelineInterfaceCreateInfoKHR_1124082592)
  PFN_vkBuildAccelerationStructuresKHR_1124082559 = (when declared(
      PFN_vkBuildAccelerationStructuresKHR):
    when ownSizeof(PFN_vkBuildAccelerationStructuresKHR) !=
        ownSizeof(PFN_vkBuildAccelerationStructuresKHR_1124082558):
      static :
        warning("Declaration of " & "PFN_vkBuildAccelerationStructuresKHR" &
            " exists but with different size")
    PFN_vkBuildAccelerationStructuresKHR
  else:
    PFN_vkBuildAccelerationStructuresKHR_1124082558)
  enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078245 = (when declared(
      enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078244):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR
  else:
    enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078244)
  VkScopeKHR_1124078171 = (when declared(VkScopeKHR):
    when ownSizeof(VkScopeKHR) != ownSizeof(VkScopeKHR_1124078170):
      static :
        warning("Declaration of " & "VkScopeKHR" &
            " exists but with different size")
    VkScopeKHR
  else:
    VkScopeKHR_1124078170)
  VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080631 = (when declared(
      VkPhysicalDevicePipelinePropertiesFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePipelinePropertiesFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080630):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePipelinePropertiesFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePipelinePropertiesFeaturesEXT
  else:
    VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080630)
  VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082115 = (when declared(
      VkClusterAccelerationStructureInstantiateClusterInfoNV):
    when ownSizeof(VkClusterAccelerationStructureInstantiateClusterInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082114):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureInstantiateClusterInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureInstantiateClusterInfoNV
  else:
    VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082114)
  PFN_vkCreateDeferredOperationKHR_1124077693 = (when declared(
      PFN_vkCreateDeferredOperationKHR):
    when ownSizeof(PFN_vkCreateDeferredOperationKHR) !=
        ownSizeof(PFN_vkCreateDeferredOperationKHR_1124077692):
      static :
        warning("Declaration of " & "PFN_vkCreateDeferredOperationKHR" &
            " exists but with different size")
    PFN_vkCreateDeferredOperationKHR
  else:
    PFN_vkCreateDeferredOperationKHR_1124077692)
  struct_VkPhysicalDeviceShaderDrawParametersFeatures_1124075535 = (when declared(
      struct_VkPhysicalDeviceShaderDrawParametersFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderDrawParametersFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderDrawParametersFeatures_1124075534):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderDrawParametersFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderDrawParametersFeatures
  else:
    struct_VkPhysicalDeviceShaderDrawParametersFeatures_1124075534)
  VkSwapchainCreateFlagsKHR_1124076513 = (when declared(
      VkSwapchainCreateFlagsKHR):
    when ownSizeof(VkSwapchainCreateFlagsKHR) !=
        ownSizeof(VkSwapchainCreateFlagsKHR_1124076512):
      static :
        warning("Declaration of " & "VkSwapchainCreateFlagsKHR" &
            " exists but with different size")
    VkSwapchainCreateFlagsKHR
  else:
    VkSwapchainCreateFlagsKHR_1124076512)
  PFN_vkDestroyCommandPool_1124074999 = (when declared(PFN_vkDestroyCommandPool):
    when ownSizeof(PFN_vkDestroyCommandPool) !=
        ownSizeof(PFN_vkDestroyCommandPool_1124074998):
      static :
        warning("Declaration of " & "PFN_vkDestroyCommandPool" &
            " exists but with different size")
    PFN_vkDestroyCommandPool
  else:
    PFN_vkDestroyCommandPool_1124074998)
  VkSemaphoreType_1124075607 = (when declared(VkSemaphoreType):
    when ownSizeof(VkSemaphoreType) != ownSizeof(VkSemaphoreType_1124075606):
      static :
        warning("Declaration of " & "VkSemaphoreType" &
            " exists but with different size")
    VkSemaphoreType
  else:
    VkSemaphoreType_1124075606)
  VkVideoEncodeQualityLevelInfoKHR_1124077845 = (when declared(
      VkVideoEncodeQualityLevelInfoKHR):
    when ownSizeof(VkVideoEncodeQualityLevelInfoKHR) !=
        ownSizeof(VkVideoEncodeQualityLevelInfoKHR_1124077844):
      static :
        warning("Declaration of " & "VkVideoEncodeQualityLevelInfoKHR" &
            " exists but with different size")
    VkVideoEncodeQualityLevelInfoKHR
  else:
    VkVideoEncodeQualityLevelInfoKHR_1124077844)
  PFN_vkInternalAllocationNotification_1124074489 = (when declared(
      PFN_vkInternalAllocationNotification):
    when ownSizeof(PFN_vkInternalAllocationNotification) !=
        ownSizeof(PFN_vkInternalAllocationNotification_1124074488):
      static :
        warning("Declaration of " & "PFN_vkInternalAllocationNotification" &
            " exists but with different size")
    PFN_vkInternalAllocationNotification
  else:
    PFN_vkInternalAllocationNotification_1124074488)
  VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077917 = (when declared(
      VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077916):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
  else:
    VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077916)
  struct_VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078489 = (when declared(
      struct_VkVideoEncodeQuantizationMapCapabilitiesKHR):
    when ownSizeof(struct_VkVideoEncodeQuantizationMapCapabilitiesKHR) !=
        ownSizeof(struct_VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078488):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeQuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeQuantizationMapCapabilitiesKHR
  else:
    struct_VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078488)
  VkVideoEncodeH264FrameSizeKHR_1124076893 = (when declared(
      VkVideoEncodeH264FrameSizeKHR):
    when ownSizeof(VkVideoEncodeH264FrameSizeKHR) !=
        ownSizeof(VkVideoEncodeH264FrameSizeKHR_1124076892):
      static :
        warning("Declaration of " & "VkVideoEncodeH264FrameSizeKHR" &
            " exists but with different size")
    VkVideoEncodeH264FrameSizeKHR
  else:
    VkVideoEncodeH264FrameSizeKHR_1124076892)
  struct_VkPerformanceCounterARM_1124082385 = (when declared(
      struct_VkPerformanceCounterARM):
    when ownSizeof(struct_VkPerformanceCounterARM) !=
        ownSizeof(struct_VkPerformanceCounterARM_1124082384):
      static :
        warning("Declaration of " & "struct_VkPerformanceCounterARM" &
            " exists but with different size")
    struct_VkPerformanceCounterARM
  else:
    struct_VkPerformanceCounterARM_1124082384)
  VkAccelerationStructureMotionInstanceTypeNV_1124080385 = (when declared(
      VkAccelerationStructureMotionInstanceTypeNV):
    when ownSizeof(VkAccelerationStructureMotionInstanceTypeNV) !=
        ownSizeof(VkAccelerationStructureMotionInstanceTypeNV_1124080384):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureMotionInstanceTypeNV" &
            " exists but with different size")
    VkAccelerationStructureMotionInstanceTypeNV
  else:
    VkAccelerationStructureMotionInstanceTypeNV_1124080384)
  VkShaderModuleIdentifierEXT_1124081397 = (when declared(
      VkShaderModuleIdentifierEXT):
    when ownSizeof(VkShaderModuleIdentifierEXT) !=
        ownSizeof(VkShaderModuleIdentifierEXT_1124081396):
      static :
        warning("Declaration of " & "VkShaderModuleIdentifierEXT" &
            " exists but with different size")
    VkShaderModuleIdentifierEXT
  else:
    VkShaderModuleIdentifierEXT_1124081396)
  VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081013 = (when declared(
      VkPhysicalDeviceCopyMemoryIndirectFeaturesNV):
    when ownSizeof(VkPhysicalDeviceCopyMemoryIndirectFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081012):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCopyMemoryIndirectFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCopyMemoryIndirectFeaturesNV
  else:
    VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081012)
  struct_VkPhysicalDeviceDataGraphFeaturesARM_1124081739 = (when declared(
      struct_VkPhysicalDeviceDataGraphFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceDataGraphFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceDataGraphFeaturesARM_1124081738):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDataGraphFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceDataGraphFeaturesARM
  else:
    struct_VkPhysicalDeviceDataGraphFeaturesARM_1124081738)
  PFN_vkGetPhysicalDeviceMemoryProperties_1124074909 = (when declared(
      PFN_vkGetPhysicalDeviceMemoryProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceMemoryProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceMemoryProperties_1124074908):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceMemoryProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceMemoryProperties
  else:
    PFN_vkGetPhysicalDeviceMemoryProperties_1124074908)
  PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR_1124076501 = (when declared(
      PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR_1124076500):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR
  else:
    PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR_1124076500)
  struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078177 = (when declared(
      struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078176):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR
  else:
    struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078176)
  VkDedicatedAllocationImageCreateInfoNV_1124078711 = (when declared(
      VkDedicatedAllocationImageCreateInfoNV):
    when ownSizeof(VkDedicatedAllocationImageCreateInfoNV) !=
        ownSizeof(VkDedicatedAllocationImageCreateInfoNV_1124078710):
      static :
        warning("Declaration of " & "VkDedicatedAllocationImageCreateInfoNV" &
            " exists but with different size")
    VkDedicatedAllocationImageCreateInfoNV
  else:
    VkDedicatedAllocationImageCreateInfoNV_1124078710)
  enum_VkChromaLocation_1124075183 = (when declared(enum_VkChromaLocation):
    when ownSizeof(enum_VkChromaLocation) != ownSizeof(enum_VkChromaLocation_1124075182):
      static :
        warning("Declaration of " & "enum_VkChromaLocation" &
            " exists but with different size")
    enum_VkChromaLocation
  else:
    enum_VkChromaLocation_1124075182)
  PFN_vkDestroyDescriptorPool_1124075083 = (when declared(
      PFN_vkDestroyDescriptorPool):
    when ownSizeof(PFN_vkDestroyDescriptorPool) !=
        ownSizeof(PFN_vkDestroyDescriptorPool_1124075082):
      static :
        warning("Declaration of " & "PFN_vkDestroyDescriptorPool" &
            " exists but with different size")
    PFN_vkDestroyDescriptorPool
  else:
    PFN_vkDestroyDescriptorPool_1124075082)
  PFN_vkGetImageViewHandle64NVX_1124078787 = (when declared(
      PFN_vkGetImageViewHandle64NVX):
    when ownSizeof(PFN_vkGetImageViewHandle64NVX) !=
        ownSizeof(PFN_vkGetImageViewHandle64NVX_1124078786):
      static :
        warning("Declaration of " & "PFN_vkGetImageViewHandle64NVX" &
            " exists but with different size")
    PFN_vkGetImageViewHandle64NVX
  else:
    PFN_vkGetImageViewHandle64NVX_1124078786)
  PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR_1124077381 = (when declared(
      PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR):
    when ownSizeof(PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR) !=
        ownSizeof(PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR_1124077380):
      static :
        warning("Declaration of " &
            "PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" &
            " exists but with different size")
    PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR
  else:
    PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR_1124077380)
  VkPastPresentationTimingGOOGLE_1124078959 = (when declared(
      VkPastPresentationTimingGOOGLE):
    when ownSizeof(VkPastPresentationTimingGOOGLE) !=
        ownSizeof(VkPastPresentationTimingGOOGLE_1124078958):
      static :
        warning("Declaration of " & "VkPastPresentationTimingGOOGLE" &
            " exists but with different size")
    VkPastPresentationTimingGOOGLE
  else:
    VkPastPresentationTimingGOOGLE_1124078958)
  VkPhysicalDeviceShaderCoreProperties2AMD_1124079747 = (when declared(
      VkPhysicalDeviceShaderCoreProperties2AMD):
    when ownSizeof(VkPhysicalDeviceShaderCoreProperties2AMD) !=
        ownSizeof(VkPhysicalDeviceShaderCoreProperties2AMD_1124079746):
      static :
        warning("Declaration of " & "VkPhysicalDeviceShaderCoreProperties2AMD" &
            " exists but with different size")
    VkPhysicalDeviceShaderCoreProperties2AMD
  else:
    VkPhysicalDeviceShaderCoreProperties2AMD_1124079746)
  PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR_1124077383 = (when declared(
      PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR_1124077382):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR
  else:
    PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR_1124077382)
  VkAccelerationStructureCompatibilityKHR_1124080791 = (when declared(
      VkAccelerationStructureCompatibilityKHR):
    when ownSizeof(VkAccelerationStructureCompatibilityKHR) !=
        ownSizeof(VkAccelerationStructureCompatibilityKHR_1124080790):
      static :
        warning("Declaration of " & "VkAccelerationStructureCompatibilityKHR" &
            " exists but with different size")
    VkAccelerationStructureCompatibilityKHR
  else:
    VkAccelerationStructureCompatibilityKHR_1124080790)
  VkQueueFamilyCheckpointProperties2NV_1124079611 = (when declared(
      VkQueueFamilyCheckpointProperties2NV):
    when ownSizeof(VkQueueFamilyCheckpointProperties2NV) !=
        ownSizeof(VkQueueFamilyCheckpointProperties2NV_1124079610):
      static :
        warning("Declaration of " & "VkQueueFamilyCheckpointProperties2NV" &
            " exists but with different size")
    VkQueueFamilyCheckpointProperties2NV
  else:
    VkQueueFamilyCheckpointProperties2NV_1124079610)
  VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082363 = (when declared(
      VkPhysicalDeviceCooperativeMatrix2FeaturesNV):
    when ownSizeof(VkPhysicalDeviceCooperativeMatrix2FeaturesNV) !=
        ownSizeof(VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082362):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeMatrix2FeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeMatrix2FeaturesNV
  else:
    VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082362)
  StdVideoDecodeAV1PictureInfoFlags_1124083065 = (when declared(
      StdVideoDecodeAV1PictureInfoFlags):
    when ownSizeof(StdVideoDecodeAV1PictureInfoFlags) !=
        ownSizeof(StdVideoDecodeAV1PictureInfoFlags_1124083064):
      static :
        warning("Declaration of " & "StdVideoDecodeAV1PictureInfoFlags" &
            " exists but with different size")
    StdVideoDecodeAV1PictureInfoFlags
  else:
    StdVideoDecodeAV1PictureInfoFlags_1124083064)
  struct_VkClearRect_1124074877 = (when declared(struct_VkClearRect):
    when ownSizeof(struct_VkClearRect) != ownSizeof(struct_VkClearRect_1124074876):
      static :
        warning("Declaration of " & "struct_VkClearRect" &
            " exists but with different size")
    struct_VkClearRect
  else:
    struct_VkClearRect_1124074876)
  VkSubpassDependency_1124074859 = (when declared(VkSubpassDependency):
    when ownSizeof(VkSubpassDependency) != ownSizeof(VkSubpassDependency_1124074858):
      static :
        warning("Declaration of " & "VkSubpassDependency" &
            " exists but with different size")
    VkSubpassDependency
  else:
    VkSubpassDependency_1124074858)
  VkVideoEncodeH265RateControlInfoKHR_1124076999 = (when declared(
      VkVideoEncodeH265RateControlInfoKHR):
    when ownSizeof(VkVideoEncodeH265RateControlInfoKHR) !=
        ownSizeof(VkVideoEncodeH265RateControlInfoKHR_1124076998):
      static :
        warning("Declaration of " & "VkVideoEncodeH265RateControlInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265RateControlInfoKHR
  else:
    VkVideoEncodeH265RateControlInfoKHR_1124076998)
  PFN_vkResetEvent_1124075047 = (when declared(PFN_vkResetEvent):
    when ownSizeof(PFN_vkResetEvent) != ownSizeof(PFN_vkResetEvent_1124075046):
      static :
        warning("Declaration of " & "PFN_vkResetEvent" &
            " exists but with different size")
    PFN_vkResetEvent
  else:
    PFN_vkResetEvent_1124075046)
  PFN_vkCmdSetCoverageModulationTableEnableNV_1124081191 = (when declared(
      PFN_vkCmdSetCoverageModulationTableEnableNV):
    when ownSizeof(PFN_vkCmdSetCoverageModulationTableEnableNV) !=
        ownSizeof(PFN_vkCmdSetCoverageModulationTableEnableNV_1124081190):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetCoverageModulationTableEnableNV" &
            " exists but with different size")
    PFN_vkCmdSetCoverageModulationTableEnableNV
  else:
    PFN_vkCmdSetCoverageModulationTableEnableNV_1124081190)
  VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080523 = (when declared(
      VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080522):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT
  else:
    VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080522)
  PFN_vkCmdDebugMarkerEndEXT_1124078705 = (when declared(
      PFN_vkCmdDebugMarkerEndEXT):
    when ownSizeof(PFN_vkCmdDebugMarkerEndEXT) !=
        ownSizeof(PFN_vkCmdDebugMarkerEndEXT_1124078704):
      static :
        warning("Declaration of " & "PFN_vkCmdDebugMarkerEndEXT" &
            " exists but with different size")
    PFN_vkCmdDebugMarkerEndEXT
  else:
    PFN_vkCmdDebugMarkerEndEXT_1124078704)
  VkAntiLagModeAMD_1124081483 = (when declared(VkAntiLagModeAMD):
    when ownSizeof(VkAntiLagModeAMD) != ownSizeof(VkAntiLagModeAMD_1124081482):
      static :
        warning("Declaration of " & "VkAntiLagModeAMD" &
            " exists but with different size")
    VkAntiLagModeAMD
  else:
    VkAntiLagModeAMD_1124081482)
  VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080831 = (when declared(
      VkPhysicalDeviceOpacityMicromapPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceOpacityMicromapPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080830):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceOpacityMicromapPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceOpacityMicromapPropertiesEXT
  else:
    VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080830)
  struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078605 = (when declared(
      struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078604):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR
  else:
    struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078604)
  VkDisplayPresentInfoKHR_1124076629 = (when declared(VkDisplayPresentInfoKHR):
    when ownSizeof(VkDisplayPresentInfoKHR) !=
        ownSizeof(VkDisplayPresentInfoKHR_1124076628):
      static :
        warning("Declaration of " & "VkDisplayPresentInfoKHR" &
            " exists but with different size")
    VkDisplayPresentInfoKHR
  else:
    VkDisplayPresentInfoKHR_1124076628)
  struct_VkFenceGetWin32HandleInfoKHR_1124082719 = (when declared(
      struct_VkFenceGetWin32HandleInfoKHR):
    when ownSizeof(struct_VkFenceGetWin32HandleInfoKHR) !=
        ownSizeof(struct_VkFenceGetWin32HandleInfoKHR_1124082718):
      static :
        warning("Declaration of " & "struct_VkFenceGetWin32HandleInfoKHR" &
            " exists but with different size")
    struct_VkFenceGetWin32HandleInfoKHR
  else:
    struct_VkFenceGetWin32HandleInfoKHR_1124082718)
  struct_StdVideoDecodeH264PictureInfoFlags_1124083189 = (when declared(
      struct_StdVideoDecodeH264PictureInfoFlags):
    when ownSizeof(struct_StdVideoDecodeH264PictureInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeH264PictureInfoFlags_1124083188):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeH264PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeH264PictureInfoFlags
  else:
    struct_StdVideoDecodeH264PictureInfoFlags_1124083188)
  VkFormatFeatureFlagBits2_1124075889 = (when declared(VkFormatFeatureFlagBits2):
    when ownSizeof(VkFormatFeatureFlagBits2) !=
        ownSizeof(VkFormatFeatureFlagBits2_1124075888):
      static :
        warning("Declaration of " & "VkFormatFeatureFlagBits2" &
            " exists but with different size")
    VkFormatFeatureFlagBits2
  else:
    VkFormatFeatureFlagBits2_1124075888)
  VkDescriptorUpdateTemplate_1124075167 = (when declared(
      VkDescriptorUpdateTemplate):
    when ownSizeof(VkDescriptorUpdateTemplate) !=
        ownSizeof(VkDescriptorUpdateTemplate_1124075166):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplate" &
            " exists but with different size")
    VkDescriptorUpdateTemplate
  else:
    VkDescriptorUpdateTemplate_1124075166)
  struct_VkPhysicalDeviceTexelBufferAlignmentProperties_1124076075 = (when declared(
      struct_VkPhysicalDeviceTexelBufferAlignmentProperties):
    when ownSizeof(struct_VkPhysicalDeviceTexelBufferAlignmentProperties) !=
        ownSizeof(struct_VkPhysicalDeviceTexelBufferAlignmentProperties_1124076074):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTexelBufferAlignmentProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceTexelBufferAlignmentProperties
  else:
    struct_VkPhysicalDeviceTexelBufferAlignmentProperties_1124076074)
  VkPipelineCreationFeedbackFlagsEXT_1124079557 = (when declared(
      VkPipelineCreationFeedbackFlagsEXT):
    when ownSizeof(VkPipelineCreationFeedbackFlagsEXT) !=
        ownSizeof(VkPipelineCreationFeedbackFlagsEXT_1124079556):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackFlagsEXT" &
            " exists but with different size")
    VkPipelineCreationFeedbackFlagsEXT
  else:
    VkPipelineCreationFeedbackFlagsEXT_1124079556)
  VkQueue_1124073946 = (when declared(VkQueue):
    when ownSizeof(VkQueue) != ownSizeof(VkQueue_1124073945):
      static :
        warning("Declaration of " & "VkQueue" &
            " exists but with different size")
    VkQueue
  else:
    VkQueue_1124073945)
  VkPhysicalDeviceImageFormatInfo2KHR_1124077079 = (when declared(
      VkPhysicalDeviceImageFormatInfo2KHR):
    when ownSizeof(VkPhysicalDeviceImageFormatInfo2KHR) !=
        ownSizeof(VkPhysicalDeviceImageFormatInfo2KHR_1124077078):
      static :
        warning("Declaration of " & "VkPhysicalDeviceImageFormatInfo2KHR" &
            " exists but with different size")
    VkPhysicalDeviceImageFormatInfo2KHR
  else:
    VkPhysicalDeviceImageFormatInfo2KHR_1124077078)
  struct_StdVideoAV1FilmGrain_1124083225 = (when declared(
      struct_StdVideoAV1FilmGrain):
    when ownSizeof(struct_StdVideoAV1FilmGrain) !=
        ownSizeof(struct_StdVideoAV1FilmGrain_1124083224):
      static :
        warning("Declaration of " & "struct_StdVideoAV1FilmGrain" &
            " exists but with different size")
    struct_StdVideoAV1FilmGrain
  else:
    struct_StdVideoAV1FilmGrain_1124083224)
  VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079971 = (when declared(
      VkPhysicalDeviceMapMemoryPlacedPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceMapMemoryPlacedPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079970):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceMapMemoryPlacedPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMapMemoryPlacedPropertiesEXT
  else:
    VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079970)
  VkPerformanceCounterDescriptionARM_1124082391 = (when declared(
      VkPerformanceCounterDescriptionARM):
    when ownSizeof(VkPerformanceCounterDescriptionARM) !=
        ownSizeof(VkPerformanceCounterDescriptionARM_1124082390):
      static :
        warning("Declaration of " & "VkPerformanceCounterDescriptionARM" &
            " exists but with different size")
    VkPerformanceCounterDescriptionARM
  else:
    VkPerformanceCounterDescriptionARM_1124082390)
  VkCuModuleTexturingModeCreateInfoNVX_1124078757 = (when declared(
      VkCuModuleTexturingModeCreateInfoNVX):
    when ownSizeof(VkCuModuleTexturingModeCreateInfoNVX) !=
        ownSizeof(VkCuModuleTexturingModeCreateInfoNVX_1124078756):
      static :
        warning("Declaration of " & "VkCuModuleTexturingModeCreateInfoNVX" &
            " exists but with different size")
    VkCuModuleTexturingModeCreateInfoNVX
  else:
    VkCuModuleTexturingModeCreateInfoNVX_1124078756)
  struct_VkGraphicsPipelineLibraryCreateInfoEXT_1124080353 = (when declared(
      struct_VkGraphicsPipelineLibraryCreateInfoEXT):
    when ownSizeof(struct_VkGraphicsPipelineLibraryCreateInfoEXT) !=
        ownSizeof(struct_VkGraphicsPipelineLibraryCreateInfoEXT_1124080352):
      static :
        warning("Declaration of " &
            "struct_VkGraphicsPipelineLibraryCreateInfoEXT" &
            " exists but with different size")
    struct_VkGraphicsPipelineLibraryCreateInfoEXT
  else:
    struct_VkGraphicsPipelineLibraryCreateInfoEXT_1124080352)
  VkAccelerationStructureMatrixMotionInstanceNV_1124080405 = (when declared(
      VkAccelerationStructureMatrixMotionInstanceNV):
    when ownSizeof(VkAccelerationStructureMatrixMotionInstanceNV) !=
        ownSizeof(VkAccelerationStructureMatrixMotionInstanceNV_1124080404):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureMatrixMotionInstanceNV" &
            " exists but with different size")
    VkAccelerationStructureMatrixMotionInstanceNV
  else:
    VkAccelerationStructureMatrixMotionInstanceNV_1124080404)
  VkBufferOpaqueCaptureAddressCreateInfoKHR_1124077679 = (when declared(
      VkBufferOpaqueCaptureAddressCreateInfoKHR):
    when ownSizeof(VkBufferOpaqueCaptureAddressCreateInfoKHR) !=
        ownSizeof(VkBufferOpaqueCaptureAddressCreateInfoKHR_1124077678):
      static :
        warning("Declaration of " & "VkBufferOpaqueCaptureAddressCreateInfoKHR" &
            " exists but with different size")
    VkBufferOpaqueCaptureAddressCreateInfoKHR
  else:
    VkBufferOpaqueCaptureAddressCreateInfoKHR_1124077678)
  VkPhysicalDeviceIDProperties_1124075419 = (when declared(
      VkPhysicalDeviceIDProperties):
    when ownSizeof(VkPhysicalDeviceIDProperties) !=
        ownSizeof(VkPhysicalDeviceIDProperties_1124075418):
      static :
        warning("Declaration of " & "VkPhysicalDeviceIDProperties" &
            " exists but with different size")
    VkPhysicalDeviceIDProperties
  else:
    VkPhysicalDeviceIDProperties_1124075418)
  struct_VkMultiDrawIndexedInfoEXT_1124080747 = (when declared(
      struct_VkMultiDrawIndexedInfoEXT):
    when ownSizeof(struct_VkMultiDrawIndexedInfoEXT) !=
        ownSizeof(struct_VkMultiDrawIndexedInfoEXT_1124080746):
      static :
        warning("Declaration of " & "struct_VkMultiDrawIndexedInfoEXT" &
            " exists but with different size")
    struct_VkMultiDrawIndexedInfoEXT
  else:
    struct_VkMultiDrawIndexedInfoEXT_1124080746)
  VkCopyMicromapInfoEXT_1124080847 = (when declared(VkCopyMicromapInfoEXT):
    when ownSizeof(VkCopyMicromapInfoEXT) != ownSizeof(VkCopyMicromapInfoEXT_1124080846):
      static :
        warning("Declaration of " & "VkCopyMicromapInfoEXT" &
            " exists but with different size")
    VkCopyMicromapInfoEXT
  else:
    VkCopyMicromapInfoEXT_1124080846)
  enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080705 = (when declared(
      enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE):
    when ownSizeof(enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE) !=
        ownSizeof(enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080704):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE" &
            " exists but with different size")
    enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE
  else:
    enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080704)
  struct_VkRenderingAreaInfo_1124076413 = (when declared(
      struct_VkRenderingAreaInfo):
    when ownSizeof(struct_VkRenderingAreaInfo) !=
        ownSizeof(struct_VkRenderingAreaInfo_1124076412):
      static :
        warning("Declaration of " & "struct_VkRenderingAreaInfo" &
            " exists but with different size")
    struct_VkRenderingAreaInfo
  else:
    struct_VkRenderingAreaInfo_1124076412)
  PFN_vkAcquireNextImage2KHR_1124076569 = (when declared(
      PFN_vkAcquireNextImage2KHR):
    when ownSizeof(PFN_vkAcquireNextImage2KHR) !=
        ownSizeof(PFN_vkAcquireNextImage2KHR_1124076568):
      static :
        warning("Declaration of " & "PFN_vkAcquireNextImage2KHR" &
            " exists but with different size")
    PFN_vkAcquireNextImage2KHR
  else:
    PFN_vkAcquireNextImage2KHR_1124076568)
  struct_VkClusterAccelerationStructureCommandsInfoNV_1124082085 = (when declared(
      struct_VkClusterAccelerationStructureCommandsInfoNV):
    when ownSizeof(struct_VkClusterAccelerationStructureCommandsInfoNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureCommandsInfoNV_1124082084):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureCommandsInfoNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureCommandsInfoNV
  else:
    struct_VkClusterAccelerationStructureCommandsInfoNV_1124082084)
  PFN_vkCmdInitializeGraphScratchMemoryAMDX_1124082833 = (when declared(
      PFN_vkCmdInitializeGraphScratchMemoryAMDX):
    when ownSizeof(PFN_vkCmdInitializeGraphScratchMemoryAMDX) !=
        ownSizeof(PFN_vkCmdInitializeGraphScratchMemoryAMDX_1124082832):
      static :
        warning("Declaration of " & "PFN_vkCmdInitializeGraphScratchMemoryAMDX" &
            " exists but with different size")
    PFN_vkCmdInitializeGraphScratchMemoryAMDX
  else:
    PFN_vkCmdInitializeGraphScratchMemoryAMDX_1124082832)
  struct_StdVideoH265ShortTermRefPicSetFlags_1124083329 = (when declared(
      struct_StdVideoH265ShortTermRefPicSetFlags):
    when ownSizeof(struct_StdVideoH265ShortTermRefPicSetFlags) !=
        ownSizeof(struct_StdVideoH265ShortTermRefPicSetFlags_1124083328):
      static :
        warning("Declaration of " & "struct_StdVideoH265ShortTermRefPicSetFlags" &
            " exists but with different size")
    struct_StdVideoH265ShortTermRefPicSetFlags
  else:
    struct_StdVideoH265ShortTermRefPicSetFlags_1124083328)
  struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076047 = (when declared(
      struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo):
    when ownSizeof(struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo) !=
        ownSizeof(struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076046):
      static :
        warning("Declaration of " &
            "struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo" &
            " exists but with different size")
    struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo
  else:
    struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076046)
  VkCoverageReductionModeNV_1124079829 = (when declared(
      VkCoverageReductionModeNV):
    when ownSizeof(VkCoverageReductionModeNV) !=
        ownSizeof(VkCoverageReductionModeNV_1124079828):
      static :
        warning("Declaration of " & "VkCoverageReductionModeNV" &
            " exists but with different size")
    VkCoverageReductionModeNV
  else:
    VkCoverageReductionModeNV_1124079828)
  struct_VkMutableDescriptorTypeCreateInfoEXT_1124080533 = (when declared(
      struct_VkMutableDescriptorTypeCreateInfoEXT):
    when ownSizeof(struct_VkMutableDescriptorTypeCreateInfoEXT) !=
        ownSizeof(struct_VkMutableDescriptorTypeCreateInfoEXT_1124080532):
      static :
        warning("Declaration of " &
            "struct_VkMutableDescriptorTypeCreateInfoEXT" &
            " exists but with different size")
    struct_VkMutableDescriptorTypeCreateInfoEXT
  else:
    struct_VkMutableDescriptorTypeCreateInfoEXT_1124080532)
  VkOpticalFlowGridSizeFlagBitsNV_1124081415 = (when declared(
      VkOpticalFlowGridSizeFlagBitsNV):
    when ownSizeof(VkOpticalFlowGridSizeFlagBitsNV) !=
        ownSizeof(VkOpticalFlowGridSizeFlagBitsNV_1124081414):
      static :
        warning("Declaration of " & "VkOpticalFlowGridSizeFlagBitsNV" &
            " exists but with different size")
    VkOpticalFlowGridSizeFlagBitsNV
  else:
    VkOpticalFlowGridSizeFlagBitsNV_1124081414)
  VkPhysicalDeviceVariablePointersFeatures_1124075467 = (when declared(
      VkPhysicalDeviceVariablePointersFeatures):
    when ownSizeof(VkPhysicalDeviceVariablePointersFeatures) !=
        ownSizeof(VkPhysicalDeviceVariablePointersFeatures_1124075466):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVariablePointersFeatures" &
            " exists but with different size")
    VkPhysicalDeviceVariablePointersFeatures
  else:
    VkPhysicalDeviceVariablePointersFeatures_1124075466)
  struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080309 = (when declared(
      struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT):
    when ownSizeof(struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT) !=
        ownSizeof(struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080308):
      static :
        warning("Declaration of " &
            "struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT" &
            " exists but with different size")
    struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT
  else:
    struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080308)
  VkBindBufferMemoryInfo_1124075267 = (when declared(VkBindBufferMemoryInfo):
    when ownSizeof(VkBindBufferMemoryInfo) != ownSizeof(VkBindBufferMemoryInfo_1124075266):
      static :
        warning("Declaration of " & "VkBindBufferMemoryInfo" &
            " exists but with different size")
    VkBindBufferMemoryInfo
  else:
    VkBindBufferMemoryInfo_1124075266)
  VkGraphicsShaderGroupCreateInfoNV_1124080039 = (when declared(
      VkGraphicsShaderGroupCreateInfoNV):
    when ownSizeof(VkGraphicsShaderGroupCreateInfoNV) !=
        ownSizeof(VkGraphicsShaderGroupCreateInfoNV_1124080038):
      static :
        warning("Declaration of " & "VkGraphicsShaderGroupCreateInfoNV" &
            " exists but with different size")
    VkGraphicsShaderGroupCreateInfoNV
  else:
    VkGraphicsShaderGroupCreateInfoNV_1124080038)
  PFN_vkGetValidationCacheDataEXT_1124079267 = (when declared(
      PFN_vkGetValidationCacheDataEXT):
    when ownSizeof(PFN_vkGetValidationCacheDataEXT) !=
        ownSizeof(PFN_vkGetValidationCacheDataEXT_1124079266):
      static :
        warning("Declaration of " & "PFN_vkGetValidationCacheDataEXT" &
            " exists but with different size")
    PFN_vkGetValidationCacheDataEXT
  else:
    PFN_vkGetValidationCacheDataEXT_1124079266)
  struct_VkPhysicalDevice16BitStorageFeatures_1124075461 = (when declared(
      struct_VkPhysicalDevice16BitStorageFeatures):
    when ownSizeof(struct_VkPhysicalDevice16BitStorageFeatures) !=
        ownSizeof(struct_VkPhysicalDevice16BitStorageFeatures_1124075460):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevice16BitStorageFeatures" &
            " exists but with different size")
    struct_VkPhysicalDevice16BitStorageFeatures
  else:
    struct_VkPhysicalDevice16BitStorageFeatures_1124075460)
  struct_VkRenderPassCreationControlEXT_1124081209 = (when declared(
      struct_VkRenderPassCreationControlEXT):
    when ownSizeof(struct_VkRenderPassCreationControlEXT) !=
        ownSizeof(struct_VkRenderPassCreationControlEXT_1124081208):
      static :
        warning("Declaration of " & "struct_VkRenderPassCreationControlEXT" &
            " exists but with different size")
    struct_VkRenderPassCreationControlEXT
  else:
    struct_VkRenderPassCreationControlEXT_1124081208)
  struct_VkHdrVividDynamicMetadataHUAWEI_1124082353 = (when declared(
      struct_VkHdrVividDynamicMetadataHUAWEI):
    when ownSizeof(struct_VkHdrVividDynamicMetadataHUAWEI) !=
        ownSizeof(struct_VkHdrVividDynamicMetadataHUAWEI_1124082352):
      static :
        warning("Declaration of " & "struct_VkHdrVividDynamicMetadataHUAWEI" &
            " exists but with different size")
    struct_VkHdrVividDynamicMetadataHUAWEI
  else:
    struct_VkHdrVividDynamicMetadataHUAWEI_1124082352)
  struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082163 = (when declared(
      struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV):
    when ownSizeof(struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV) !=
        ownSizeof(struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082162):
      static :
        warning("Declaration of " &
            "struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV" &
            " exists but with different size")
    struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV
  else:
    struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082162)
  VkValidationCacheHeaderVersionEXT_1124079249 = (when declared(
      VkValidationCacheHeaderVersionEXT):
    when ownSizeof(VkValidationCacheHeaderVersionEXT) !=
        ownSizeof(VkValidationCacheHeaderVersionEXT_1124079248):
      static :
        warning("Declaration of " & "VkValidationCacheHeaderVersionEXT" &
            " exists but with different size")
    VkValidationCacheHeaderVersionEXT
  else:
    VkValidationCacheHeaderVersionEXT_1124079248)
  VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT_1124079995 = (when declared(
      VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT_1124079994):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT
  else:
    VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT_1124079994)
  VkPhysicalDeviceMaintenance5Properties_1124076263 = (when declared(
      VkPhysicalDeviceMaintenance5Properties):
    when ownSizeof(VkPhysicalDeviceMaintenance5Properties) !=
        ownSizeof(VkPhysicalDeviceMaintenance5Properties_1124076262):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance5Properties" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance5Properties
  else:
    VkPhysicalDeviceMaintenance5Properties_1124076262)
  VkVideoDecodeFlagsKHR_1124076791 = (when declared(VkVideoDecodeFlagsKHR):
    when ownSizeof(VkVideoDecodeFlagsKHR) != ownSizeof(VkVideoDecodeFlagsKHR_1124076790):
      static :
        warning("Declaration of " & "VkVideoDecodeFlagsKHR" &
            " exists but with different size")
    VkVideoDecodeFlagsKHR
  else:
    VkVideoDecodeFlagsKHR_1124076790)
  VkToolPurposeFlags_1124075869 = (when declared(VkToolPurposeFlags):
    when ownSizeof(VkToolPurposeFlags) != ownSizeof(VkToolPurposeFlags_1124075868):
      static :
        warning("Declaration of " & "VkToolPurposeFlags" &
            " exists but with different size")
    VkToolPurposeFlags
  else:
    VkToolPurposeFlags_1124075868)
  VkPhysicalDeviceExternalSemaphoreInfo_1124075451 = (when declared(
      VkPhysicalDeviceExternalSemaphoreInfo):
    when ownSizeof(VkPhysicalDeviceExternalSemaphoreInfo) !=
        ownSizeof(VkPhysicalDeviceExternalSemaphoreInfo_1124075450):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalSemaphoreInfo" &
            " exists but with different size")
    VkPhysicalDeviceExternalSemaphoreInfo
  else:
    VkPhysicalDeviceExternalSemaphoreInfo_1124075450)
  struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076023 = (when declared(
      struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076022):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
  else:
    struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076022)
  VkVideoSessionMemoryRequirementsKHR_1124076725 = (when declared(
      VkVideoSessionMemoryRequirementsKHR):
    when ownSizeof(VkVideoSessionMemoryRequirementsKHR) !=
        ownSizeof(VkVideoSessionMemoryRequirementsKHR_1124076724):
      static :
        warning("Declaration of " & "VkVideoSessionMemoryRequirementsKHR" &
            " exists but with different size")
    VkVideoSessionMemoryRequirementsKHR
  else:
    VkVideoSessionMemoryRequirementsKHR_1124076724)
  VkPhysicalDeviceInlineUniformBlockProperties_1124076057 = (when declared(
      VkPhysicalDeviceInlineUniformBlockProperties):
    when ownSizeof(VkPhysicalDeviceInlineUniformBlockProperties) !=
        ownSizeof(VkPhysicalDeviceInlineUniformBlockProperties_1124076056):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceInlineUniformBlockProperties" &
            " exists but with different size")
    VkPhysicalDeviceInlineUniformBlockProperties
  else:
    VkPhysicalDeviceInlineUniformBlockProperties_1124076056)
  struct_VkImageSparseMemoryRequirementsInfo2_1124075321 = (when declared(
      struct_VkImageSparseMemoryRequirementsInfo2):
    when ownSizeof(struct_VkImageSparseMemoryRequirementsInfo2) !=
        ownSizeof(struct_VkImageSparseMemoryRequirementsInfo2_1124075320):
      static :
        warning("Declaration of " &
            "struct_VkImageSparseMemoryRequirementsInfo2" &
            " exists but with different size")
    struct_VkImageSparseMemoryRequirementsInfo2
  else:
    struct_VkImageSparseMemoryRequirementsInfo2_1124075320)
  struct_StdVideoEncodeH264WeightTable_1124083139 = (when declared(
      struct_StdVideoEncodeH264WeightTable):
    when ownSizeof(struct_StdVideoEncodeH264WeightTable) !=
        ownSizeof(struct_StdVideoEncodeH264WeightTable_1124083138):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264WeightTable" &
            " exists but with different size")
    struct_StdVideoEncodeH264WeightTable
  else:
    struct_StdVideoEncodeH264WeightTable_1124083138)
  struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082365 = (when declared(
      struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082364):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV
  else:
    struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082364)
  enum_VkPipelineLayoutCreateFlagBits_1124074345 = (when declared(
      enum_VkPipelineLayoutCreateFlagBits):
    when ownSizeof(enum_VkPipelineLayoutCreateFlagBits) !=
        ownSizeof(enum_VkPipelineLayoutCreateFlagBits_1124074344):
      static :
        warning("Declaration of " & "enum_VkPipelineLayoutCreateFlagBits" &
            " exists but with different size")
    enum_VkPipelineLayoutCreateFlagBits
  else:
    enum_VkPipelineLayoutCreateFlagBits_1124074344)
  PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT_1124081165 = (when declared(
      PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT):
    when ownSizeof(PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT) !=
        ownSizeof(PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT_1124081164):
      static :
        warning("Declaration of " &
            "PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT" &
            " exists but with different size")
    PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT
  else:
    PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT_1124081164)
  VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082335 = (when declared(
      VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082334):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT
  else:
    VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082334)
  VkPipelineShaderStageCreateFlags_1124074339 = (when declared(
      VkPipelineShaderStageCreateFlags):
    when ownSizeof(VkPipelineShaderStageCreateFlags) !=
        ownSizeof(VkPipelineShaderStageCreateFlags_1124074338):
      static :
        warning("Declaration of " & "VkPipelineShaderStageCreateFlags" &
            " exists but with different size")
    VkPipelineShaderStageCreateFlags
  else:
    VkPipelineShaderStageCreateFlags_1124074338)
  VkPhysicalDeviceVariablePointerFeatures_1124075469 = (when declared(
      VkPhysicalDeviceVariablePointerFeatures):
    when ownSizeof(VkPhysicalDeviceVariablePointerFeatures) !=
        ownSizeof(VkPhysicalDeviceVariablePointerFeatures_1124075468):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVariablePointerFeatures" &
            " exists but with different size")
    VkPhysicalDeviceVariablePointerFeatures
  else:
    VkPhysicalDeviceVariablePointerFeatures_1124075468)
  struct_VkVertexInputBindingDivisorDescription_1124076401 = (when declared(
      struct_VkVertexInputBindingDivisorDescription):
    when ownSizeof(struct_VkVertexInputBindingDivisorDescription) !=
        ownSizeof(struct_VkVertexInputBindingDivisorDescription_1124076400):
      static :
        warning("Declaration of " &
            "struct_VkVertexInputBindingDivisorDescription" &
            " exists but with different size")
    struct_VkVertexInputBindingDivisorDescription
  else:
    struct_VkVertexInputBindingDivisorDescription_1124076400)
  struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082465 = (when declared(
      struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082464):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM
  else:
    struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082464)
  VkSamplerYcbcrConversionInfo_1124075493 = (when declared(
      VkSamplerYcbcrConversionInfo):
    when ownSizeof(VkSamplerYcbcrConversionInfo) !=
        ownSizeof(VkSamplerYcbcrConversionInfo_1124075492):
      static :
        warning("Declaration of " & "VkSamplerYcbcrConversionInfo" &
            " exists but with different size")
    VkSamplerYcbcrConversionInfo
  else:
    VkSamplerYcbcrConversionInfo_1124075492)
  VkPhysicalDeviceAntiLagFeaturesAMD_1124081491 = (when declared(
      VkPhysicalDeviceAntiLagFeaturesAMD):
    when ownSizeof(VkPhysicalDeviceAntiLagFeaturesAMD) !=
        ownSizeof(VkPhysicalDeviceAntiLagFeaturesAMD_1124081490):
      static :
        warning("Declaration of " & "VkPhysicalDeviceAntiLagFeaturesAMD" &
            " exists but with different size")
    VkPhysicalDeviceAntiLagFeaturesAMD
  else:
    VkPhysicalDeviceAntiLagFeaturesAMD_1124081490)
  struct_VkSamplerCustomBorderColorCreateInfoEXT_1124080161 = (when declared(
      struct_VkSamplerCustomBorderColorCreateInfoEXT):
    when ownSizeof(struct_VkSamplerCustomBorderColorCreateInfoEXT) !=
        ownSizeof(struct_VkSamplerCustomBorderColorCreateInfoEXT_1124080160):
      static :
        warning("Declaration of " &
            "struct_VkSamplerCustomBorderColorCreateInfoEXT" &
            " exists but with different size")
    struct_VkSamplerCustomBorderColorCreateInfoEXT
  else:
    struct_VkSamplerCustomBorderColorCreateInfoEXT_1124080160)
  VkClusterAccelerationStructureClusterFlagsNV_1124082039 = (when declared(
      VkClusterAccelerationStructureClusterFlagsNV):
    when ownSizeof(VkClusterAccelerationStructureClusterFlagsNV) !=
        ownSizeof(VkClusterAccelerationStructureClusterFlagsNV_1124082038):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureClusterFlagsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureClusterFlagsNV
  else:
    VkClusterAccelerationStructureClusterFlagsNV_1124082038)
  VkImageFormatListCreateInfo_1124075653 = (when declared(
      VkImageFormatListCreateInfo):
    when ownSizeof(VkImageFormatListCreateInfo) !=
        ownSizeof(VkImageFormatListCreateInfo_1124075652):
      static :
        warning("Declaration of " & "VkImageFormatListCreateInfo" &
            " exists but with different size")
    VkImageFormatListCreateInfo
  else:
    VkImageFormatListCreateInfo_1124075652)
  VkRenderingAttachmentFlagsInfoKHR_1124078647 = (when declared(
      VkRenderingAttachmentFlagsInfoKHR):
    when ownSizeof(VkRenderingAttachmentFlagsInfoKHR) !=
        ownSizeof(VkRenderingAttachmentFlagsInfoKHR_1124078646):
      static :
        warning("Declaration of " & "VkRenderingAttachmentFlagsInfoKHR" &
            " exists but with different size")
    VkRenderingAttachmentFlagsInfoKHR
  else:
    VkRenderingAttachmentFlagsInfoKHR_1124078646)
  enum_VkIndirectExecutionSetInfoTypeEXT_1124082191 = (when declared(
      enum_VkIndirectExecutionSetInfoTypeEXT):
    when ownSizeof(enum_VkIndirectExecutionSetInfoTypeEXT) !=
        ownSizeof(enum_VkIndirectExecutionSetInfoTypeEXT_1124082190):
      static :
        warning("Declaration of " & "enum_VkIndirectExecutionSetInfoTypeEXT" &
            " exists but with different size")
    enum_VkIndirectExecutionSetInfoTypeEXT
  else:
    enum_VkIndirectExecutionSetInfoTypeEXT_1124082190)
  struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081559 = (when declared(
      struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC):
    when ownSizeof(struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC) !=
        ownSizeof(struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081558):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC" &
            " exists but with different size")
    struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC
  else:
    struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081558)
  PFN_vkCmdSetRasterizerDiscardEnableEXT_1124080667 = (when declared(
      PFN_vkCmdSetRasterizerDiscardEnableEXT):
    when ownSizeof(PFN_vkCmdSetRasterizerDiscardEnableEXT) !=
        ownSizeof(PFN_vkCmdSetRasterizerDiscardEnableEXT_1124080666):
      static :
        warning("Declaration of " & "PFN_vkCmdSetRasterizerDiscardEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetRasterizerDiscardEnableEXT
  else:
    PFN_vkCmdSetRasterizerDiscardEnableEXT_1124080666)
  PFN_vkUnmapMemory2_1124076431 = (when declared(PFN_vkUnmapMemory2):
    when ownSizeof(PFN_vkUnmapMemory2) != ownSizeof(PFN_vkUnmapMemory2_1124076430):
      static :
        warning("Declaration of " & "PFN_vkUnmapMemory2" &
            " exists but with different size")
    PFN_vkUnmapMemory2
  else:
    PFN_vkUnmapMemory2_1124076430)
  struct_VkImageViewMinLodCreateInfoEXT_1124080731 = (when declared(
      struct_VkImageViewMinLodCreateInfoEXT):
    when ownSizeof(struct_VkImageViewMinLodCreateInfoEXT) !=
        ownSizeof(struct_VkImageViewMinLodCreateInfoEXT_1124080730):
      static :
        warning("Declaration of " & "struct_VkImageViewMinLodCreateInfoEXT" &
            " exists but with different size")
    struct_VkImageViewMinLodCreateInfoEXT
  else:
    struct_VkImageViewMinLodCreateInfoEXT_1124080730)
  VkCopyMemoryToImageIndirectCommandNV_1124081009 = (when declared(
      VkCopyMemoryToImageIndirectCommandNV):
    when ownSizeof(VkCopyMemoryToImageIndirectCommandNV) !=
        ownSizeof(VkCopyMemoryToImageIndirectCommandNV_1124081008):
      static :
        warning("Declaration of " & "VkCopyMemoryToImageIndirectCommandNV" &
            " exists but with different size")
    VkCopyMemoryToImageIndirectCommandNV
  else:
    VkCopyMemoryToImageIndirectCommandNV_1124081008)
  VkAccelerationStructureMotionInstanceNV_1124080421 = (when declared(
      VkAccelerationStructureMotionInstanceNV):
    when ownSizeof(VkAccelerationStructureMotionInstanceNV) !=
        ownSizeof(VkAccelerationStructureMotionInstanceNV_1124080420):
      static :
        warning("Declaration of " & "VkAccelerationStructureMotionInstanceNV" &
            " exists but with different size")
    VkAccelerationStructureMotionInstanceNV
  else:
    VkAccelerationStructureMotionInstanceNV_1124080420)
  PFN_vkGetDeferredOperationResultKHR_1124077699 = (when declared(
      PFN_vkGetDeferredOperationResultKHR):
    when ownSizeof(PFN_vkGetDeferredOperationResultKHR) !=
        ownSizeof(PFN_vkGetDeferredOperationResultKHR_1124077698):
      static :
        warning("Declaration of " & "PFN_vkGetDeferredOperationResultKHR" &
            " exists but with different size")
    PFN_vkGetDeferredOperationResultKHR
  else:
    PFN_vkGetDeferredOperationResultKHR_1124077698)
  struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082001 = (when declared(
      struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082000):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV
  else:
    struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082000)
  VkWriteDescriptorSetInlineUniformBlock_1124076061 = (when declared(
      VkWriteDescriptorSetInlineUniformBlock):
    when ownSizeof(VkWriteDescriptorSetInlineUniformBlock) !=
        ownSizeof(VkWriteDescriptorSetInlineUniformBlock_1124076060):
      static :
        warning("Declaration of " & "VkWriteDescriptorSetInlineUniformBlock" &
            " exists but with different size")
    VkWriteDescriptorSetInlineUniformBlock
  else:
    VkWriteDescriptorSetInlineUniformBlock_1124076060)
  VkMemoryBarrier2KHR_1124077873 = (when declared(VkMemoryBarrier2KHR):
    when ownSizeof(VkMemoryBarrier2KHR) != ownSizeof(VkMemoryBarrier2KHR_1124077872):
      static :
        warning("Declaration of " & "VkMemoryBarrier2KHR" &
            " exists but with different size")
    VkMemoryBarrier2KHR
  else:
    VkMemoryBarrier2KHR_1124077872)
  VkPipelineBinaryInfoKHR_1124078091 = (when declared(VkPipelineBinaryInfoKHR):
    when ownSizeof(VkPipelineBinaryInfoKHR) !=
        ownSizeof(VkPipelineBinaryInfoKHR_1124078090):
      static :
        warning("Declaration of " & "VkPipelineBinaryInfoKHR" &
            " exists but with different size")
    VkPipelineBinaryInfoKHR
  else:
    VkPipelineBinaryInfoKHR_1124078090)
  VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078193 = (when declared(
      VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078192):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR
  else:
    VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078192)
  VkVideoDecodeH264SessionParametersAddInfoKHR_1124077029 = (when declared(
      VkVideoDecodeH264SessionParametersAddInfoKHR):
    when ownSizeof(VkVideoDecodeH264SessionParametersAddInfoKHR) !=
        ownSizeof(VkVideoDecodeH264SessionParametersAddInfoKHR_1124077028):
      static :
        warning("Declaration of " &
            "VkVideoDecodeH264SessionParametersAddInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH264SessionParametersAddInfoKHR
  else:
    VkVideoDecodeH264SessionParametersAddInfoKHR_1124077028)
  enum_VkRenderingAttachmentFlagBitsKHR_1124078621 = (when declared(
      enum_VkRenderingAttachmentFlagBitsKHR):
    when ownSizeof(enum_VkRenderingAttachmentFlagBitsKHR) !=
        ownSizeof(enum_VkRenderingAttachmentFlagBitsKHR_1124078620):
      static :
        warning("Declaration of " & "enum_VkRenderingAttachmentFlagBitsKHR" &
            " exists but with different size")
    enum_VkRenderingAttachmentFlagBitsKHR
  else:
    enum_VkRenderingAttachmentFlagBitsKHR_1124078620)
  struct_VkOpticalFlowExecuteInfoNV_1124081461 = (when declared(
      struct_VkOpticalFlowExecuteInfoNV):
    when ownSizeof(struct_VkOpticalFlowExecuteInfoNV) !=
        ownSizeof(struct_VkOpticalFlowExecuteInfoNV_1124081460):
      static :
        warning("Declaration of " & "struct_VkOpticalFlowExecuteInfoNV" &
            " exists but with different size")
    struct_VkOpticalFlowExecuteInfoNV
  else:
    struct_VkOpticalFlowExecuteInfoNV_1124081460)
  PFN_vkCreateDataGraphPipelineSessionARM_1124081829 = (when declared(
      PFN_vkCreateDataGraphPipelineSessionARM):
    when ownSizeof(PFN_vkCreateDataGraphPipelineSessionARM) !=
        ownSizeof(PFN_vkCreateDataGraphPipelineSessionARM_1124081828):
      static :
        warning("Declaration of " & "PFN_vkCreateDataGraphPipelineSessionARM" &
            " exists but with different size")
    PFN_vkCreateDataGraphPipelineSessionARM
  else:
    PFN_vkCreateDataGraphPipelineSessionARM_1124081828)
  PFN_vkCmdBeginRenderPass2_1124075855 = (when declared(
      PFN_vkCmdBeginRenderPass2):
    when ownSizeof(PFN_vkCmdBeginRenderPass2) !=
        ownSizeof(PFN_vkCmdBeginRenderPass2_1124075854):
      static :
        warning("Declaration of " & "PFN_vkCmdBeginRenderPass2" &
            " exists but with different size")
    PFN_vkCmdBeginRenderPass2
  else:
    PFN_vkCmdBeginRenderPass2_1124075854)
  VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081871 = (when declared(
      VkPhysicalDeviceImageProcessing2PropertiesQCOM):
    when ownSizeof(VkPhysicalDeviceImageProcessing2PropertiesQCOM) !=
        ownSizeof(VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081870):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceImageProcessing2PropertiesQCOM" &
            " exists but with different size")
    VkPhysicalDeviceImageProcessing2PropertiesQCOM
  else:
    VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081870)
  struct_VkDescriptorSetAllocateInfo_1124074753 = (when declared(
      struct_VkDescriptorSetAllocateInfo):
    when ownSizeof(struct_VkDescriptorSetAllocateInfo) !=
        ownSizeof(struct_VkDescriptorSetAllocateInfo_1124074752):
      static :
        warning("Declaration of " & "struct_VkDescriptorSetAllocateInfo" &
            " exists but with different size")
    struct_VkDescriptorSetAllocateInfo
  else:
    struct_VkDescriptorSetAllocateInfo_1124074752)
  struct_VkGraphicsPipelineCreateInfo_1124074837 = (when declared(
      struct_VkGraphicsPipelineCreateInfo):
    when ownSizeof(struct_VkGraphicsPipelineCreateInfo) !=
        ownSizeof(struct_VkGraphicsPipelineCreateInfo_1124074836):
      static :
        warning("Declaration of " & "struct_VkGraphicsPipelineCreateInfo" &
            " exists but with different size")
    struct_VkGraphicsPipelineCreateInfo
  else:
    struct_VkGraphicsPipelineCreateInfo_1124074836)
  struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075495 = (when declared(
      struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures):
    when ownSizeof(struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075494):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures
  else:
    struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075494)
  struct_VkExternalImageFormatPropertiesNV_1124078829 = (when declared(
      struct_VkExternalImageFormatPropertiesNV):
    when ownSizeof(struct_VkExternalImageFormatPropertiesNV) !=
        ownSizeof(struct_VkExternalImageFormatPropertiesNV_1124078828):
      static :
        warning("Declaration of " & "struct_VkExternalImageFormatPropertiesNV" &
            " exists but with different size")
    struct_VkExternalImageFormatPropertiesNV
  else:
    struct_VkExternalImageFormatPropertiesNV_1124078828)
  struct_VkShaderModuleIdentifierEXT_1124081395 = (when declared(
      struct_VkShaderModuleIdentifierEXT):
    when ownSizeof(struct_VkShaderModuleIdentifierEXT) !=
        ownSizeof(struct_VkShaderModuleIdentifierEXT_1124081394):
      static :
        warning("Declaration of " & "struct_VkShaderModuleIdentifierEXT" &
            " exists but with different size")
    struct_VkShaderModuleIdentifierEXT
  else:
    struct_VkShaderModuleIdentifierEXT_1124081394)
  struct_StdVideoAV1LoopFilterFlags_1124083355 = (when declared(
      struct_StdVideoAV1LoopFilterFlags):
    when ownSizeof(struct_StdVideoAV1LoopFilterFlags) !=
        ownSizeof(struct_StdVideoAV1LoopFilterFlags_1124083354):
      static :
        warning("Declaration of " & "struct_StdVideoAV1LoopFilterFlags" &
            " exists but with different size")
    struct_StdVideoAV1LoopFilterFlags
  else:
    struct_StdVideoAV1LoopFilterFlags_1124083354)
  VkExternalFenceProperties_1124075439 = (when declared(
      VkExternalFenceProperties):
    when ownSizeof(VkExternalFenceProperties) !=
        ownSizeof(VkExternalFenceProperties_1124075438):
      static :
        warning("Declaration of " & "VkExternalFenceProperties" &
            " exists but with different size")
    VkExternalFenceProperties
  else:
    VkExternalFenceProperties_1124075438)
  VkVideoDecodeAV1DpbSlotInfoKHR_1124078223 = (when declared(
      VkVideoDecodeAV1DpbSlotInfoKHR):
    when ownSizeof(VkVideoDecodeAV1DpbSlotInfoKHR) !=
        ownSizeof(VkVideoDecodeAV1DpbSlotInfoKHR_1124078222):
      static :
        warning("Declaration of " & "VkVideoDecodeAV1DpbSlotInfoKHR" &
            " exists but with different size")
    VkVideoDecodeAV1DpbSlotInfoKHR
  else:
    VkVideoDecodeAV1DpbSlotInfoKHR_1124078222)
  VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081971 = (when declared(
      VkPhysicalDeviceRawAccessChainsFeaturesNV):
    when ownSizeof(VkPhysicalDeviceRawAccessChainsFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081970):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRawAccessChainsFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceRawAccessChainsFeaturesNV
  else:
    VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081970)
  enum_VkTessellationDomainOrigin_1124075191 = (when declared(
      enum_VkTessellationDomainOrigin):
    when ownSizeof(enum_VkTessellationDomainOrigin) !=
        ownSizeof(enum_VkTessellationDomainOrigin_1124075190):
      static :
        warning("Declaration of " & "enum_VkTessellationDomainOrigin" &
            " exists but with different size")
    enum_VkTessellationDomainOrigin
  else:
    enum_VkTessellationDomainOrigin_1124075190)
  struct_VkCommandBufferInheritanceInfo_1124074657 = (when declared(
      struct_VkCommandBufferInheritanceInfo):
    when ownSizeof(struct_VkCommandBufferInheritanceInfo) !=
        ownSizeof(struct_VkCommandBufferInheritanceInfo_1124074656):
      static :
        warning("Declaration of " & "struct_VkCommandBufferInheritanceInfo" &
            " exists but with different size")
    struct_VkCommandBufferInheritanceInfo
  else:
    struct_VkCommandBufferInheritanceInfo_1124074656)
  PFN_vkCmdSetStencilTestEnableEXT_1124079923 = (when declared(
      PFN_vkCmdSetStencilTestEnableEXT):
    when ownSizeof(PFN_vkCmdSetStencilTestEnableEXT) !=
        ownSizeof(PFN_vkCmdSetStencilTestEnableEXT_1124079922):
      static :
        warning("Declaration of " & "PFN_vkCmdSetStencilTestEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetStencilTestEnableEXT
  else:
    PFN_vkCmdSetStencilTestEnableEXT_1124079922)
  StdVideoAV1Profile_1124078197 = (when declared(StdVideoAV1Profile):
    when ownSizeof(StdVideoAV1Profile) != ownSizeof(StdVideoAV1Profile_1124078196):
      static :
        warning("Declaration of " & "StdVideoAV1Profile" &
            " exists but with different size")
    StdVideoAV1Profile
  else:
    StdVideoAV1Profile_1124078196)
  VkMemoryDedicatedAllocateInfoTensorARM_1124081323 = (when declared(
      VkMemoryDedicatedAllocateInfoTensorARM):
    when ownSizeof(VkMemoryDedicatedAllocateInfoTensorARM) !=
        ownSizeof(VkMemoryDedicatedAllocateInfoTensorARM_1124081322):
      static :
        warning("Declaration of " & "VkMemoryDedicatedAllocateInfoTensorARM" &
            " exists but with different size")
    VkMemoryDedicatedAllocateInfoTensorARM
  else:
    VkMemoryDedicatedAllocateInfoTensorARM_1124081322)
  struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077819 = (when declared(
      struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR):
    when ownSizeof(struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR) !=
        ownSizeof(struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077818):
      static :
        warning("Declaration of " &
            "struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR" &
            " exists but with different size")
    struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR
  else:
    struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077818)
  VkPipelineDynamicStateCreateFlags_1124074409 = (when declared(
      VkPipelineDynamicStateCreateFlags):
    when ownSizeof(VkPipelineDynamicStateCreateFlags) !=
        ownSizeof(VkPipelineDynamicStateCreateFlags_1124074408):
      static :
        warning("Declaration of " & "VkPipelineDynamicStateCreateFlags" &
            " exists but with different size")
    VkPipelineDynamicStateCreateFlags
  else:
    VkPipelineDynamicStateCreateFlags_1124074408)
  VkPresentWait2InfoKHR_1124078047 = (when declared(VkPresentWait2InfoKHR):
    when ownSizeof(VkPresentWait2InfoKHR) != ownSizeof(VkPresentWait2InfoKHR_1124078046):
      static :
        warning("Declaration of " & "VkPresentWait2InfoKHR" &
            " exists but with different size")
    VkPresentWait2InfoKHR
  else:
    VkPresentWait2InfoKHR_1124078046)
  struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081111 = (when declared(
      struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081110):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT
  else:
    struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081110)
  PFN_vkMapMemory2_1124076429 = (when declared(PFN_vkMapMemory2):
    when ownSizeof(PFN_vkMapMemory2) != ownSizeof(PFN_vkMapMemory2_1124076428):
      static :
        warning("Declaration of " & "PFN_vkMapMemory2" &
            " exists but with different size")
    PFN_vkMapMemory2
  else:
    PFN_vkMapMemory2_1124076428)
  VkPhysicalDeviceFeatures_1124074527 = (when declared(VkPhysicalDeviceFeatures):
    when ownSizeof(VkPhysicalDeviceFeatures) !=
        ownSizeof(VkPhysicalDeviceFeatures_1124074526):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFeatures" &
            " exists but with different size")
    VkPhysicalDeviceFeatures
  else:
    VkPhysicalDeviceFeatures_1124074526)
  VkBindImagePlaneMemoryInfo_1124075391 = (when declared(
      VkBindImagePlaneMemoryInfo):
    when ownSizeof(VkBindImagePlaneMemoryInfo) !=
        ownSizeof(VkBindImagePlaneMemoryInfo_1124075390):
      static :
        warning("Declaration of " & "VkBindImagePlaneMemoryInfo" &
            " exists but with different size")
    VkBindImagePlaneMemoryInfo
  else:
    VkBindImagePlaneMemoryInfo_1124075390)
  VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080519 = (when declared(
      VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080518):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT
  else:
    VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080518)
  PFN_vkWaitForPresent2KHR_1124078049 = (when declared(PFN_vkWaitForPresent2KHR):
    when ownSizeof(PFN_vkWaitForPresent2KHR) !=
        ownSizeof(PFN_vkWaitForPresent2KHR_1124078048):
      static :
        warning("Declaration of " & "PFN_vkWaitForPresent2KHR" &
            " exists but with different size")
    PFN_vkWaitForPresent2KHR
  else:
    PFN_vkWaitForPresent2KHR_1124078048)
  VkExternalFenceHandleTypeFlagBitsKHR_1124077295 = (when declared(
      VkExternalFenceHandleTypeFlagBitsKHR):
    when ownSizeof(VkExternalFenceHandleTypeFlagBitsKHR) !=
        ownSizeof(VkExternalFenceHandleTypeFlagBitsKHR_1124077294):
      static :
        warning("Declaration of " & "VkExternalFenceHandleTypeFlagBitsKHR" &
            " exists but with different size")
    VkExternalFenceHandleTypeFlagBitsKHR
  else:
    VkExternalFenceHandleTypeFlagBitsKHR_1124077294)
  StdVideoVP9Level_1124078329 = (when declared(StdVideoVP9Level):
    when ownSizeof(StdVideoVP9Level) != ownSizeof(StdVideoVP9Level_1124078328):
      static :
        warning("Declaration of " & "StdVideoVP9Level" &
            " exists but with different size")
    StdVideoVP9Level
  else:
    StdVideoVP9Level_1124078328)
  struct_VkBufferCopy_1124074665 = (when declared(struct_VkBufferCopy):
    when ownSizeof(struct_VkBufferCopy) != ownSizeof(struct_VkBufferCopy_1124074664):
      static :
        warning("Declaration of " & "struct_VkBufferCopy" &
            " exists but with different size")
    struct_VkBufferCopy
  else:
    struct_VkBufferCopy_1124074664)
  struct_StdVideoH265VpsFlags_1124083149 = (when declared(
      struct_StdVideoH265VpsFlags):
    when ownSizeof(struct_StdVideoH265VpsFlags) !=
        ownSizeof(struct_StdVideoH265VpsFlags_1124083148):
      static :
        warning("Declaration of " & "struct_StdVideoH265VpsFlags" &
            " exists but with different size")
    struct_StdVideoH265VpsFlags
  else:
    struct_StdVideoH265VpsFlags_1124083148)
  VkExternalMemoryImageCreateInfo_1124075423 = (when declared(
      VkExternalMemoryImageCreateInfo):
    when ownSizeof(VkExternalMemoryImageCreateInfo) !=
        ownSizeof(VkExternalMemoryImageCreateInfo_1124075422):
      static :
        warning("Declaration of " & "VkExternalMemoryImageCreateInfo" &
            " exists but with different size")
    VkExternalMemoryImageCreateInfo
  else:
    VkExternalMemoryImageCreateInfo_1124075422)
  struct_VkMultisampledRenderToSingleSampledInfoEXT_1124080657 = (when declared(
      struct_VkMultisampledRenderToSingleSampledInfoEXT):
    when ownSizeof(struct_VkMultisampledRenderToSingleSampledInfoEXT) !=
        ownSizeof(struct_VkMultisampledRenderToSingleSampledInfoEXT_1124080656):
      static :
        warning("Declaration of " &
            "struct_VkMultisampledRenderToSingleSampledInfoEXT" &
            " exists but with different size")
    struct_VkMultisampledRenderToSingleSampledInfoEXT
  else:
    struct_VkMultisampledRenderToSingleSampledInfoEXT_1124080656)
  VkBufferMemoryBarrier2_1124075933 = (when declared(VkBufferMemoryBarrier2):
    when ownSizeof(VkBufferMemoryBarrier2) != ownSizeof(VkBufferMemoryBarrier2_1124075932):
      static :
        warning("Declaration of " & "VkBufferMemoryBarrier2" &
            " exists but with different size")
    VkBufferMemoryBarrier2
  else:
    VkBufferMemoryBarrier2_1124075932)
  VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076239 = (when declared(
      VkPhysicalDeviceGlobalPriorityQueryFeatures):
    when ownSizeof(VkPhysicalDeviceGlobalPriorityQueryFeatures) !=
        ownSizeof(VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076238):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceGlobalPriorityQueryFeatures" &
            " exists but with different size")
    VkPhysicalDeviceGlobalPriorityQueryFeatures
  else:
    VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076238)
  enum_VkAcquireProfilingLockFlagBitsKHR_1124077343 = (when declared(
      enum_VkAcquireProfilingLockFlagBitsKHR):
    when ownSizeof(enum_VkAcquireProfilingLockFlagBitsKHR) !=
        ownSizeof(enum_VkAcquireProfilingLockFlagBitsKHR_1124077342):
      static :
        warning("Declaration of " & "enum_VkAcquireProfilingLockFlagBitsKHR" &
            " exists but with different size")
    enum_VkAcquireProfilingLockFlagBitsKHR
  else:
    enum_VkAcquireProfilingLockFlagBitsKHR_1124077342)
  VkPipelineExecutableStatisticFormatKHR_1124077705 = (when declared(
      VkPipelineExecutableStatisticFormatKHR):
    when ownSizeof(VkPipelineExecutableStatisticFormatKHR) !=
        ownSizeof(VkPipelineExecutableStatisticFormatKHR_1124077704):
      static :
        warning("Declaration of " & "VkPipelineExecutableStatisticFormatKHR" &
            " exists but with different size")
    VkPipelineExecutableStatisticFormatKHR
  else:
    VkPipelineExecutableStatisticFormatKHR_1124077704)
  VkPhysicalDeviceDataGraphFeaturesARM_1124081741 = (when declared(
      VkPhysicalDeviceDataGraphFeaturesARM):
    when ownSizeof(VkPhysicalDeviceDataGraphFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceDataGraphFeaturesARM_1124081740):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDataGraphFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceDataGraphFeaturesARM
  else:
    VkPhysicalDeviceDataGraphFeaturesARM_1124081740)
  PFN_vkGetAccelerationStructureDeviceAddressKHR_1124082575 = (when declared(
      PFN_vkGetAccelerationStructureDeviceAddressKHR):
    when ownSizeof(PFN_vkGetAccelerationStructureDeviceAddressKHR) !=
        ownSizeof(PFN_vkGetAccelerationStructureDeviceAddressKHR_1124082574):
      static :
        warning("Declaration of " &
            "PFN_vkGetAccelerationStructureDeviceAddressKHR" &
            " exists but with different size")
    PFN_vkGetAccelerationStructureDeviceAddressKHR
  else:
    PFN_vkGetAccelerationStructureDeviceAddressKHR_1124082574)
  PFN_vkCmdSetDepthTestEnableEXT_1124079915 = (when declared(
      PFN_vkCmdSetDepthTestEnableEXT):
    when ownSizeof(PFN_vkCmdSetDepthTestEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDepthTestEnableEXT_1124079914):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthTestEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthTestEnableEXT
  else:
    PFN_vkCmdSetDepthTestEnableEXT_1124079914)
  PFN_vkCmdDrawIndirectCountKHR_1124077515 = (when declared(
      PFN_vkCmdDrawIndirectCountKHR):
    when ownSizeof(PFN_vkCmdDrawIndirectCountKHR) !=
        ownSizeof(PFN_vkCmdDrawIndirectCountKHR_1124077514):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndirectCountKHR" &
            " exists but with different size")
    PFN_vkCmdDrawIndirectCountKHR
  else:
    PFN_vkCmdDrawIndirectCountKHR_1124077514)
  VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076033 = (when declared(
      VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures):
    when ownSizeof(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures) !=
        ownSizeof(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076032):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures" &
            " exists but with different size")
    VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
  else:
    VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076032)
  VkPresentGravityFlagBitsKHR_1124078123 = (when declared(
      VkPresentGravityFlagBitsKHR):
    when ownSizeof(VkPresentGravityFlagBitsKHR) !=
        ownSizeof(VkPresentGravityFlagBitsKHR_1124078122):
      static :
        warning("Declaration of " & "VkPresentGravityFlagBitsKHR" &
            " exists but with different size")
    VkPresentGravityFlagBitsKHR
  else:
    VkPresentGravityFlagBitsKHR_1124078122)
  WCHAR_1124082971 = (when declared(WCHAR):
    when ownSizeof(WCHAR) != ownSizeof(WCHAR_1124082970):
      static :
        warning("Declaration of " & "WCHAR" & " exists but with different size")
    WCHAR
  else:
    WCHAR_1124082970)
  VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076977 = (when declared(
      VkVideoEncodeH265NaluSliceSegmentInfoKHR):
    when ownSizeof(VkVideoEncodeH265NaluSliceSegmentInfoKHR) !=
        ownSizeof(VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076976):
      static :
        warning("Declaration of " & "VkVideoEncodeH265NaluSliceSegmentInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265NaluSliceSegmentInfoKHR
  else:
    VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076976)
  VkChromaLocationKHR_1124077483 = (when declared(VkChromaLocationKHR):
    when ownSizeof(VkChromaLocationKHR) != ownSizeof(VkChromaLocationKHR_1124077482):
      static :
        warning("Declaration of " & "VkChromaLocationKHR" &
            " exists but with different size")
    VkChromaLocationKHR
  else:
    VkChromaLocationKHR_1124077482)
  PFN_vkReleaseSwapchainImagesEXT_1124080007 = (when declared(
      PFN_vkReleaseSwapchainImagesEXT):
    when ownSizeof(PFN_vkReleaseSwapchainImagesEXT) !=
        ownSizeof(PFN_vkReleaseSwapchainImagesEXT_1124080006):
      static :
        warning("Declaration of " & "PFN_vkReleaseSwapchainImagesEXT" &
            " exists but with different size")
    PFN_vkReleaseSwapchainImagesEXT
  else:
    PFN_vkReleaseSwapchainImagesEXT_1124080006)
  struct_VkTileMemoryBindInfoQCOM_1124081935 = (when declared(
      struct_VkTileMemoryBindInfoQCOM):
    when ownSizeof(struct_VkTileMemoryBindInfoQCOM) !=
        ownSizeof(struct_VkTileMemoryBindInfoQCOM_1124081934):
      static :
        warning("Declaration of " & "struct_VkTileMemoryBindInfoQCOM" &
            " exists but with different size")
    struct_VkTileMemoryBindInfoQCOM
  else:
    struct_VkTileMemoryBindInfoQCOM_1124081934)
  VkXYColorEXT_1124079041 = (when declared(VkXYColorEXT):
    when ownSizeof(VkXYColorEXT) != ownSizeof(VkXYColorEXT_1124079040):
      static :
        warning("Declaration of " & "VkXYColorEXT" &
            " exists but with different size")
    VkXYColorEXT
  else:
    VkXYColorEXT_1124079040)
  VkSparseImageMemoryBind_1124074599 = (when declared(VkSparseImageMemoryBind):
    when ownSizeof(VkSparseImageMemoryBind) !=
        ownSizeof(VkSparseImageMemoryBind_1124074598):
      static :
        warning("Declaration of " & "VkSparseImageMemoryBind" &
            " exists but with different size")
    VkSparseImageMemoryBind
  else:
    VkSparseImageMemoryBind_1124074598)
  enum_VkPipelineRobustnessBufferBehavior_1124076189 = (when declared(
      enum_VkPipelineRobustnessBufferBehavior):
    when ownSizeof(enum_VkPipelineRobustnessBufferBehavior) !=
        ownSizeof(enum_VkPipelineRobustnessBufferBehavior_1124076188):
      static :
        warning("Declaration of " & "enum_VkPipelineRobustnessBufferBehavior" &
            " exists but with different size")
    enum_VkPipelineRobustnessBufferBehavior
  else:
    enum_VkPipelineRobustnessBufferBehavior_1124076188)
  VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079317 = (when declared(
      VkPipelineViewportCoarseSampleOrderStateCreateInfoNV):
    when ownSizeof(VkPipelineViewportCoarseSampleOrderStateCreateInfoNV) !=
        ownSizeof(VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079316):
      static :
        warning("Declaration of " &
            "VkPipelineViewportCoarseSampleOrderStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineViewportCoarseSampleOrderStateCreateInfoNV
  else:
    VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079316)
  VkPhysicalDevice_1124073942 = (when declared(VkPhysicalDevice):
    when ownSizeof(VkPhysicalDevice) != ownSizeof(VkPhysicalDevice_1124073941):
      static :
        warning("Declaration of " & "VkPhysicalDevice" &
            " exists but with different size")
    VkPhysicalDevice
  else:
    VkPhysicalDevice_1124073941)
  VkDeviceDiagnosticsConfigCreateInfoNV_1124080217 = (when declared(
      VkDeviceDiagnosticsConfigCreateInfoNV):
    when ownSizeof(VkDeviceDiagnosticsConfigCreateInfoNV) !=
        ownSizeof(VkDeviceDiagnosticsConfigCreateInfoNV_1124080216):
      static :
        warning("Declaration of " & "VkDeviceDiagnosticsConfigCreateInfoNV" &
            " exists but with different size")
    VkDeviceDiagnosticsConfigCreateInfoNV
  else:
    VkDeviceDiagnosticsConfigCreateInfoNV_1124080216)
  PFN_vkCmdSetRasterizationStreamEXT_1124081161 = (when declared(
      PFN_vkCmdSetRasterizationStreamEXT):
    when ownSizeof(PFN_vkCmdSetRasterizationStreamEXT) !=
        ownSizeof(PFN_vkCmdSetRasterizationStreamEXT_1124081160):
      static :
        warning("Declaration of " & "PFN_vkCmdSetRasterizationStreamEXT" &
            " exists but with different size")
    PFN_vkCmdSetRasterizationStreamEXT
  else:
    PFN_vkCmdSetRasterizationStreamEXT_1124081160)
  StdVideoEncodeH264ReferenceInfo_1124076877 = (when declared(
      StdVideoEncodeH264ReferenceInfo):
    when ownSizeof(StdVideoEncodeH264ReferenceInfo) !=
        ownSizeof(StdVideoEncodeH264ReferenceInfo_1124076876):
      static :
        warning("Declaration of " & "StdVideoEncodeH264ReferenceInfo" &
            " exists but with different size")
    StdVideoEncodeH264ReferenceInfo
  else:
    StdVideoEncodeH264ReferenceInfo_1124076876)
  enum_VkMemoryOverallocationBehaviorAMD_1124079537 = (when declared(
      enum_VkMemoryOverallocationBehaviorAMD):
    when ownSizeof(enum_VkMemoryOverallocationBehaviorAMD) !=
        ownSizeof(enum_VkMemoryOverallocationBehaviorAMD_1124079536):
      static :
        warning("Declaration of " & "enum_VkMemoryOverallocationBehaviorAMD" &
            " exists but with different size")
    enum_VkMemoryOverallocationBehaviorAMD
  else:
    enum_VkMemoryOverallocationBehaviorAMD_1124079536)
  PFN_vkCmdNextSubpass2KHR_1124077283 = (when declared(PFN_vkCmdNextSubpass2KHR):
    when ownSizeof(PFN_vkCmdNextSubpass2KHR) !=
        ownSizeof(PFN_vkCmdNextSubpass2KHR_1124077282):
      static :
        warning("Declaration of " & "PFN_vkCmdNextSubpass2KHR" &
            " exists but with different size")
    PFN_vkCmdNextSubpass2KHR
  else:
    PFN_vkCmdNextSubpass2KHR_1124077282)
  VkDeviceOrHostAddressConstKHR_1124080393 = (when declared(
      VkDeviceOrHostAddressConstKHR):
    when ownSizeof(VkDeviceOrHostAddressConstKHR) !=
        ownSizeof(VkDeviceOrHostAddressConstKHR_1124080392):
      static :
        warning("Declaration of " & "VkDeviceOrHostAddressConstKHR" &
            " exists but with different size")
    VkDeviceOrHostAddressConstKHR
  else:
    VkDeviceOrHostAddressConstKHR_1124080392)
  PFN_vkCmdCopyMemoryIndirectNV_1124081017 = (when declared(
      PFN_vkCmdCopyMemoryIndirectNV):
    when ownSizeof(PFN_vkCmdCopyMemoryIndirectNV) !=
        ownSizeof(PFN_vkCmdCopyMemoryIndirectNV_1124081016):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyMemoryIndirectNV" &
            " exists but with different size")
    PFN_vkCmdCopyMemoryIndirectNV
  else:
    PFN_vkCmdCopyMemoryIndirectNV_1124081016)
  VkSemaphoreWaitInfo_1124075685 = (when declared(VkSemaphoreWaitInfo):
    when ownSizeof(VkSemaphoreWaitInfo) != ownSizeof(VkSemaphoreWaitInfo_1124075684):
      static :
        warning("Declaration of " & "VkSemaphoreWaitInfo" &
            " exists but with different size")
    VkSemaphoreWaitInfo
  else:
    VkSemaphoreWaitInfo_1124075684)
  PFN_vkGetPipelineIndirectMemoryRequirementsNV_1124081065 = (when declared(
      PFN_vkGetPipelineIndirectMemoryRequirementsNV):
    when ownSizeof(PFN_vkGetPipelineIndirectMemoryRequirementsNV) !=
        ownSizeof(PFN_vkGetPipelineIndirectMemoryRequirementsNV_1124081064):
      static :
        warning("Declaration of " &
            "PFN_vkGetPipelineIndirectMemoryRequirementsNV" &
            " exists but with different size")
    PFN_vkGetPipelineIndirectMemoryRequirementsNV
  else:
    PFN_vkGetPipelineIndirectMemoryRequirementsNV_1124081064)
  enum_VkPolygonMode_1124074117 = (when declared(enum_VkPolygonMode):
    when ownSizeof(enum_VkPolygonMode) != ownSizeof(enum_VkPolygonMode_1124074116):
      static :
        warning("Declaration of " & "enum_VkPolygonMode" &
            " exists but with different size")
    enum_VkPolygonMode
  else:
    enum_VkPolygonMode_1124074116)
  PFN_vkGetTensorMemoryRequirementsARM_1124081369 = (when declared(
      PFN_vkGetTensorMemoryRequirementsARM):
    when ownSizeof(PFN_vkGetTensorMemoryRequirementsARM) !=
        ownSizeof(PFN_vkGetTensorMemoryRequirementsARM_1124081368):
      static :
        warning("Declaration of " & "PFN_vkGetTensorMemoryRequirementsARM" &
            " exists but with different size")
    PFN_vkGetTensorMemoryRequirementsARM
  else:
    PFN_vkGetTensorMemoryRequirementsARM_1124081368)
  StdVideoEncodeH264PictureInfo_1124076871 = (when declared(
      StdVideoEncodeH264PictureInfo):
    when ownSizeof(StdVideoEncodeH264PictureInfo) !=
        ownSizeof(StdVideoEncodeH264PictureInfo_1124076870):
      static :
        warning("Declaration of " & "StdVideoEncodeH264PictureInfo" &
            " exists but with different size")
    StdVideoEncodeH264PictureInfo
  else:
    StdVideoEncodeH264PictureInfo_1124076870)
  VkAccelerationStructureMotionInfoFlagsNV_1124080387 = (when declared(
      VkAccelerationStructureMotionInfoFlagsNV):
    when ownSizeof(VkAccelerationStructureMotionInfoFlagsNV) !=
        ownSizeof(VkAccelerationStructureMotionInfoFlagsNV_1124080386):
      static :
        warning("Declaration of " & "VkAccelerationStructureMotionInfoFlagsNV" &
            " exists but with different size")
    VkAccelerationStructureMotionInfoFlagsNV
  else:
    VkAccelerationStructureMotionInfoFlagsNV_1124080386)
  VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081777 = (when declared(
      VkDataGraphPipelineSessionMemoryRequirementsInfoARM):
    when ownSizeof(VkDataGraphPipelineSessionMemoryRequirementsInfoARM) !=
        ownSizeof(VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081776):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineSessionMemoryRequirementsInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionMemoryRequirementsInfoARM
  else:
    VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081776)
  VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079003 = (when declared(
      VkPhysicalDeviceDiscardRectanglePropertiesEXT):
    when ownSizeof(VkPhysicalDeviceDiscardRectanglePropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079002):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDiscardRectanglePropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDiscardRectanglePropertiesEXT
  else:
    VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079002)
  enum_VkDebugUtilsMessageSeverityFlagBitsEXT_1124079057 = (when declared(
      enum_VkDebugUtilsMessageSeverityFlagBitsEXT):
    when ownSizeof(enum_VkDebugUtilsMessageSeverityFlagBitsEXT) !=
        ownSizeof(enum_VkDebugUtilsMessageSeverityFlagBitsEXT_1124079056):
      static :
        warning("Declaration of " &
            "enum_VkDebugUtilsMessageSeverityFlagBitsEXT" &
            " exists but with different size")
    enum_VkDebugUtilsMessageSeverityFlagBitsEXT
  else:
    enum_VkDebugUtilsMessageSeverityFlagBitsEXT_1124079056)
  enum_VkSemaphoreImportFlagBits_1124075239 = (when declared(
      enum_VkSemaphoreImportFlagBits):
    when ownSizeof(enum_VkSemaphoreImportFlagBits) !=
        ownSizeof(enum_VkSemaphoreImportFlagBits_1124075238):
      static :
        warning("Declaration of " & "enum_VkSemaphoreImportFlagBits" &
            " exists but with different size")
    enum_VkSemaphoreImportFlagBits
  else:
    enum_VkSemaphoreImportFlagBits_1124075238)
  PFN_vkCreateSemaphore_1124074973 = (when declared(PFN_vkCreateSemaphore):
    when ownSizeof(PFN_vkCreateSemaphore) != ownSizeof(PFN_vkCreateSemaphore_1124074972):
      static :
        warning("Declaration of " & "PFN_vkCreateSemaphore" &
            " exists but with different size")
    PFN_vkCreateSemaphore
  else:
    PFN_vkCreateSemaphore_1124074972)
  struct_VkSurfaceCapabilities2KHR_1124077407 = (when declared(
      struct_VkSurfaceCapabilities2KHR):
    when ownSizeof(struct_VkSurfaceCapabilities2KHR) !=
        ownSizeof(struct_VkSurfaceCapabilities2KHR_1124077406):
      static :
        warning("Declaration of " & "struct_VkSurfaceCapabilities2KHR" &
            " exists but with different size")
    struct_VkSurfaceCapabilities2KHR
  else:
    struct_VkSurfaceCapabilities2KHR_1124077406)
  struct_VkVideoDecodeH265CapabilitiesKHR_1124077533 = (when declared(
      struct_VkVideoDecodeH265CapabilitiesKHR):
    when ownSizeof(struct_VkVideoDecodeH265CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoDecodeH265CapabilitiesKHR_1124077532):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH265CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH265CapabilitiesKHR
  else:
    struct_VkVideoDecodeH265CapabilitiesKHR_1124077532)
  struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081857 = (when declared(
      struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV):
    when ownSizeof(struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081856):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV
  else:
    struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081856)
  VkDeferredOperationKHR_1124077691 = (when declared(VkDeferredOperationKHR):
    when ownSizeof(VkDeferredOperationKHR) != ownSizeof(VkDeferredOperationKHR_1124077690):
      static :
        warning("Declaration of " & "VkDeferredOperationKHR" &
            " exists but with different size")
    VkDeferredOperationKHR
  else:
    VkDeferredOperationKHR_1124077690)
  VkPhysicalDeviceVulkan11Features_1124075633 = (when declared(
      VkPhysicalDeviceVulkan11Features):
    when ownSizeof(VkPhysicalDeviceVulkan11Features) !=
        ownSizeof(VkPhysicalDeviceVulkan11Features_1124075632):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan11Features" &
            " exists but with different size")
    VkPhysicalDeviceVulkan11Features
  else:
    VkPhysicalDeviceVulkan11Features_1124075632)
  struct_VkPipelineCreateFlags2CreateInfo_1124076345 = (when declared(
      struct_VkPipelineCreateFlags2CreateInfo):
    when ownSizeof(struct_VkPipelineCreateFlags2CreateInfo) !=
        ownSizeof(struct_VkPipelineCreateFlags2CreateInfo_1124076344):
      static :
        warning("Declaration of " & "struct_VkPipelineCreateFlags2CreateInfo" &
            " exists but with different size")
    struct_VkPipelineCreateFlags2CreateInfo
  else:
    struct_VkPipelineCreateFlags2CreateInfo_1124076344)
  StdVideoH265SequenceParameterSet_1124076955 = (when declared(
      StdVideoH265SequenceParameterSet):
    when ownSizeof(StdVideoH265SequenceParameterSet) !=
        ownSizeof(StdVideoH265SequenceParameterSet_1124076954):
      static :
        warning("Declaration of " & "StdVideoH265SequenceParameterSet" &
            " exists but with different size")
    StdVideoH265SequenceParameterSet
  else:
    StdVideoH265SequenceParameterSet_1124076954)
  VkImageSparseMemoryRequirementsInfo2KHR_1124077463 = (when declared(
      VkImageSparseMemoryRequirementsInfo2KHR):
    when ownSizeof(VkImageSparseMemoryRequirementsInfo2KHR) !=
        ownSizeof(VkImageSparseMemoryRequirementsInfo2KHR_1124077462):
      static :
        warning("Declaration of " & "VkImageSparseMemoryRequirementsInfo2KHR" &
            " exists but with different size")
    VkImageSparseMemoryRequirementsInfo2KHR
  else:
    VkImageSparseMemoryRequirementsInfo2KHR_1124077462)
  VkPhysicalDeviceVulkan11Properties_1124075637 = (when declared(
      VkPhysicalDeviceVulkan11Properties):
    when ownSizeof(VkPhysicalDeviceVulkan11Properties) !=
        ownSizeof(VkPhysicalDeviceVulkan11Properties_1124075636):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVulkan11Properties" &
            " exists but with different size")
    VkPhysicalDeviceVulkan11Properties
  else:
    VkPhysicalDeviceVulkan11Properties_1124075636)
  struct_VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078269 = (when declared(
      struct_VkVideoEncodeAV1QualityLevelPropertiesKHR):
    when ownSizeof(struct_VkVideoEncodeAV1QualityLevelPropertiesKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078268):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeAV1QualityLevelPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1QualityLevelPropertiesKHR
  else:
    struct_VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078268)
  VkDebugMarkerObjectNameInfoEXT_1124078689 = (when declared(
      VkDebugMarkerObjectNameInfoEXT):
    when ownSizeof(VkDebugMarkerObjectNameInfoEXT) !=
        ownSizeof(VkDebugMarkerObjectNameInfoEXT_1124078688):
      static :
        warning("Declaration of " & "VkDebugMarkerObjectNameInfoEXT" &
            " exists but with different size")
    VkDebugMarkerObjectNameInfoEXT
  else:
    VkDebugMarkerObjectNameInfoEXT_1124078688)
  VkPipelineDiscardRectangleStateCreateFlagsEXT_1124078999 = (when declared(
      VkPipelineDiscardRectangleStateCreateFlagsEXT):
    when ownSizeof(VkPipelineDiscardRectangleStateCreateFlagsEXT) !=
        ownSizeof(VkPipelineDiscardRectangleStateCreateFlagsEXT_1124078998):
      static :
        warning("Declaration of " &
            "VkPipelineDiscardRectangleStateCreateFlagsEXT" &
            " exists but with different size")
    VkPipelineDiscardRectangleStateCreateFlagsEXT
  else:
    VkPipelineDiscardRectangleStateCreateFlagsEXT_1124078998)
  VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079595 = (when declared(
      VkPhysicalDeviceExclusiveScissorFeaturesNV):
    when ownSizeof(VkPhysicalDeviceExclusiveScissorFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079594):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExclusiveScissorFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceExclusiveScissorFeaturesNV
  else:
    VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079594)
  PFN_vkDestroyImage_1124074989 = (when declared(PFN_vkDestroyImage):
    when ownSizeof(PFN_vkDestroyImage) != ownSizeof(PFN_vkDestroyImage_1124074988):
      static :
        warning("Declaration of " & "PFN_vkDestroyImage" &
            " exists but with different size")
    PFN_vkDestroyImage
  else:
    PFN_vkDestroyImage_1124074988)
  struct_VkVideoSessionCreateInfoKHR_1124076731 = (when declared(
      struct_VkVideoSessionCreateInfoKHR):
    when ownSizeof(struct_VkVideoSessionCreateInfoKHR) !=
        ownSizeof(struct_VkVideoSessionCreateInfoKHR_1124076730):
      static :
        warning("Declaration of " & "struct_VkVideoSessionCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoSessionCreateInfoKHR
  else:
    struct_VkVideoSessionCreateInfoKHR_1124076730)
  VkBufferUsageFlagBits_1124074267 = (when declared(VkBufferUsageFlagBits):
    when ownSizeof(VkBufferUsageFlagBits) != ownSizeof(VkBufferUsageFlagBits_1124074266):
      static :
        warning("Declaration of " & "VkBufferUsageFlagBits" &
            " exists but with different size")
    VkBufferUsageFlagBits
  else:
    VkBufferUsageFlagBits_1124074266)
  struct_VkDescriptorGetTensorInfoARM_1124081345 = (when declared(
      struct_VkDescriptorGetTensorInfoARM):
    when ownSizeof(struct_VkDescriptorGetTensorInfoARM) !=
        ownSizeof(struct_VkDescriptorGetTensorInfoARM_1124081344):
      static :
        warning("Declaration of " & "struct_VkDescriptorGetTensorInfoARM" &
            " exists but with different size")
    struct_VkDescriptorGetTensorInfoARM
  else:
    struct_VkDescriptorGetTensorInfoARM_1124081344)
  PFN_vkGetPhysicalDeviceToolProperties_1124076115 = (when declared(
      PFN_vkGetPhysicalDeviceToolProperties):
    when ownSizeof(PFN_vkGetPhysicalDeviceToolProperties) !=
        ownSizeof(PFN_vkGetPhysicalDeviceToolProperties_1124076114):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceToolProperties" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceToolProperties
  else:
    PFN_vkGetPhysicalDeviceToolProperties_1124076114)
  VkDataGraphPipelineSessionBindPointRequirementARM_1124081773 = (when declared(
      VkDataGraphPipelineSessionBindPointRequirementARM):
    when ownSizeof(VkDataGraphPipelineSessionBindPointRequirementARM) !=
        ownSizeof(VkDataGraphPipelineSessionBindPointRequirementARM_1124081772):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineSessionBindPointRequirementARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionBindPointRequirementARM
  else:
    VkDataGraphPipelineSessionBindPointRequirementARM_1124081772)
  VkCopyAccelerationStructureInfoKHR_1124082549 = (when declared(
      VkCopyAccelerationStructureInfoKHR):
    when ownSizeof(VkCopyAccelerationStructureInfoKHR) !=
        ownSizeof(VkCopyAccelerationStructureInfoKHR_1124082548):
      static :
        warning("Declaration of " & "VkCopyAccelerationStructureInfoKHR" &
            " exists but with different size")
    VkCopyAccelerationStructureInfoKHR
  else:
    VkCopyAccelerationStructureInfoKHR_1124082548)
  VkMemoryGetRemoteAddressInfoNV_1124080615 = (when declared(
      VkMemoryGetRemoteAddressInfoNV):
    when ownSizeof(VkMemoryGetRemoteAddressInfoNV) !=
        ownSizeof(VkMemoryGetRemoteAddressInfoNV_1124080614):
      static :
        warning("Declaration of " & "VkMemoryGetRemoteAddressInfoNV" &
            " exists but with different size")
    VkMemoryGetRemoteAddressInfoNV
  else:
    VkMemoryGetRemoteAddressInfoNV_1124080614)
  VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077033 = (when declared(
      VkVideoDecodeH264SessionParametersCreateInfoKHR):
    when ownSizeof(VkVideoDecodeH264SessionParametersCreateInfoKHR) !=
        ownSizeof(VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077032):
      static :
        warning("Declaration of " &
            "VkVideoDecodeH264SessionParametersCreateInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH264SessionParametersCreateInfoKHR
  else:
    VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077032)
  VkPerformanceCounterDescriptionFlagsARM_1124082375 = (when declared(
      VkPerformanceCounterDescriptionFlagsARM):
    when ownSizeof(VkPerformanceCounterDescriptionFlagsARM) !=
        ownSizeof(VkPerformanceCounterDescriptionFlagsARM_1124082374):
      static :
        warning("Declaration of " & "VkPerformanceCounterDescriptionFlagsARM" &
            " exists but with different size")
    VkPerformanceCounterDescriptionFlagsARM
  else:
    VkPerformanceCounterDescriptionFlagsARM_1124082374)
  PFN_vkImportFenceWin32HandleKHR_1124082723 = (when declared(
      PFN_vkImportFenceWin32HandleKHR):
    when ownSizeof(PFN_vkImportFenceWin32HandleKHR) !=
        ownSizeof(PFN_vkImportFenceWin32HandleKHR_1124082722):
      static :
        warning("Declaration of " & "PFN_vkImportFenceWin32HandleKHR" &
            " exists but with different size")
    PFN_vkImportFenceWin32HandleKHR
  else:
    PFN_vkImportFenceWin32HandleKHR_1124082722)
  VkDisplayPlaneAlphaFlagsKHR_1124076581 = (when declared(
      VkDisplayPlaneAlphaFlagsKHR):
    when ownSizeof(VkDisplayPlaneAlphaFlagsKHR) !=
        ownSizeof(VkDisplayPlaneAlphaFlagsKHR_1124076580):
      static :
        warning("Declaration of " & "VkDisplayPlaneAlphaFlagsKHR" &
            " exists but with different size")
    VkDisplayPlaneAlphaFlagsKHR
  else:
    VkDisplayPlaneAlphaFlagsKHR_1124076580)
  StdVideoH264SpsFlags_1124082979 = (when declared(StdVideoH264SpsFlags):
    when ownSizeof(StdVideoH264SpsFlags) != ownSizeof(StdVideoH264SpsFlags_1124082978):
      static :
        warning("Declaration of " & "StdVideoH264SpsFlags" &
            " exists but with different size")
    StdVideoH264SpsFlags
  else:
    StdVideoH264SpsFlags_1124082978)
  VkImageMemoryBarrier2_1124075937 = (when declared(VkImageMemoryBarrier2):
    when ownSizeof(VkImageMemoryBarrier2) != ownSizeof(VkImageMemoryBarrier2_1124075936):
      static :
        warning("Declaration of " & "VkImageMemoryBarrier2" &
            " exists but with different size")
    VkImageMemoryBarrier2
  else:
    VkImageMemoryBarrier2_1124075936)
  struct_VkPipelineTessellationDomainOriginStateCreateInfo_1124075519 = (when declared(
      struct_VkPipelineTessellationDomainOriginStateCreateInfo):
    when ownSizeof(struct_VkPipelineTessellationDomainOriginStateCreateInfo) !=
        ownSizeof(struct_VkPipelineTessellationDomainOriginStateCreateInfo_1124075518):
      static :
        warning("Declaration of " &
            "struct_VkPipelineTessellationDomainOriginStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineTessellationDomainOriginStateCreateInfo
  else:
    struct_VkPipelineTessellationDomainOriginStateCreateInfo_1124075518)
  VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081051 = (when declared(
      VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV):
    when ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081050):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
  else:
    VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081050)
  struct_VkCheckpointDataNV_1124079605 = (when declared(
      struct_VkCheckpointDataNV):
    when ownSizeof(struct_VkCheckpointDataNV) !=
        ownSizeof(struct_VkCheckpointDataNV_1124079604):
      static :
        warning("Declaration of " & "struct_VkCheckpointDataNV" &
            " exists but with different size")
    struct_VkCheckpointDataNV
  else:
    struct_VkCheckpointDataNV_1124079604)
  VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078531 = (when declared(
      VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078530):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR
  else:
    VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078530)
  VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079759 = (when declared(
      VkPhysicalDeviceMemoryBudgetPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceMemoryBudgetPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079758):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMemoryBudgetPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceMemoryBudgetPropertiesEXT
  else:
    VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079758)
  VkSubpassDescriptionFlagBits_1124074431 = (when declared(
      VkSubpassDescriptionFlagBits):
    when ownSizeof(VkSubpassDescriptionFlagBits) !=
        ownSizeof(VkSubpassDescriptionFlagBits_1124074430):
      static :
        warning("Declaration of " & "VkSubpassDescriptionFlagBits" &
            " exists but with different size")
    VkSubpassDescriptionFlagBits
  else:
    VkSubpassDescriptionFlagBits_1124074430)
  struct_StdVideoVP9ColorConfigFlags_1124083361 = (when declared(
      struct_StdVideoVP9ColorConfigFlags):
    when ownSizeof(struct_StdVideoVP9ColorConfigFlags) !=
        ownSizeof(struct_StdVideoVP9ColorConfigFlags_1124083360):
      static :
        warning("Declaration of " & "struct_StdVideoVP9ColorConfigFlags" &
            " exists but with different size")
    struct_StdVideoVP9ColorConfigFlags
  else:
    struct_StdVideoVP9ColorConfigFlags_1124083360)
  VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076419 = (when declared(
      VkPhysicalDeviceDynamicRenderingLocalReadFeatures):
    when ownSizeof(VkPhysicalDeviceDynamicRenderingLocalReadFeatures) !=
        ownSizeof(VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076418):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDynamicRenderingLocalReadFeatures" &
            " exists but with different size")
    VkPhysicalDeviceDynamicRenderingLocalReadFeatures
  else:
    VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076418)
  StdVideoH264ProfileIdc_1124076883 = (when declared(StdVideoH264ProfileIdc):
    when ownSizeof(StdVideoH264ProfileIdc) != ownSizeof(StdVideoH264ProfileIdc_1124076882):
      static :
        warning("Declaration of " & "StdVideoH264ProfileIdc" &
            " exists but with different size")
    StdVideoH264ProfileIdc
  else:
    StdVideoH264ProfileIdc_1124076882)
  PFN_vkCmdSetLineStippleKHR_1124078375 = (when declared(
      PFN_vkCmdSetLineStippleKHR):
    when ownSizeof(PFN_vkCmdSetLineStippleKHR) !=
        ownSizeof(PFN_vkCmdSetLineStippleKHR_1124078374):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLineStippleKHR" &
            " exists but with different size")
    PFN_vkCmdSetLineStippleKHR
  else:
    PFN_vkCmdSetLineStippleKHR_1124078374)
  struct_StdVideoAV1LoopRestoration_1124083221 = (when declared(
      struct_StdVideoAV1LoopRestoration):
    when ownSizeof(struct_StdVideoAV1LoopRestoration) !=
        ownSizeof(struct_StdVideoAV1LoopRestoration_1124083220):
      static :
        warning("Declaration of " & "struct_StdVideoAV1LoopRestoration" &
            " exists but with different size")
    struct_StdVideoAV1LoopRestoration
  else:
    struct_StdVideoAV1LoopRestoration_1124083220)
  enum_VkFormat_1124074021 = (when declared(enum_VkFormat):
    when ownSizeof(enum_VkFormat) != ownSizeof(enum_VkFormat_1124074020):
      static :
        warning("Declaration of " & "enum_VkFormat" &
            " exists but with different size")
    enum_VkFormat
  else:
    enum_VkFormat_1124074020)
  enum_VkDisplayEventTypeEXT_1124078925 = (when declared(
      enum_VkDisplayEventTypeEXT):
    when ownSizeof(enum_VkDisplayEventTypeEXT) !=
        ownSizeof(enum_VkDisplayEventTypeEXT_1124078924):
      static :
        warning("Declaration of " & "enum_VkDisplayEventTypeEXT" &
            " exists but with different size")
    enum_VkDisplayEventTypeEXT
  else:
    enum_VkDisplayEventTypeEXT_1124078924)
  VkColorComponentFlags_1124074377 = (when declared(VkColorComponentFlags):
    when ownSizeof(VkColorComponentFlags) != ownSizeof(VkColorComponentFlags_1124074376):
      static :
        warning("Declaration of " & "VkColorComponentFlags" &
            " exists but with different size")
    VkColorComponentFlags
  else:
    VkColorComponentFlags_1124074376)
  struct_VkBufferCreateInfo_1124074629 = (when declared(
      struct_VkBufferCreateInfo):
    when ownSizeof(struct_VkBufferCreateInfo) !=
        ownSizeof(struct_VkBufferCreateInfo_1124074628):
      static :
        warning("Declaration of " & "struct_VkBufferCreateInfo" &
            " exists but with different size")
    struct_VkBufferCreateInfo
  else:
    struct_VkBufferCreateInfo_1124074628)
  struct_VkDebugMarkerMarkerInfoEXT_1124078695 = (when declared(
      struct_VkDebugMarkerMarkerInfoEXT):
    when ownSizeof(struct_VkDebugMarkerMarkerInfoEXT) !=
        ownSizeof(struct_VkDebugMarkerMarkerInfoEXT_1124078694):
      static :
        warning("Declaration of " & "struct_VkDebugMarkerMarkerInfoEXT" &
            " exists but with different size")
    struct_VkDebugMarkerMarkerInfoEXT
  else:
    struct_VkDebugMarkerMarkerInfoEXT_1124078694)
  VkConformanceVersionKHR_1124077567 = (when declared(VkConformanceVersionKHR):
    when ownSizeof(VkConformanceVersionKHR) !=
        ownSizeof(VkConformanceVersionKHR_1124077566):
      static :
        warning("Declaration of " & "VkConformanceVersionKHR" &
            " exists but with different size")
    VkConformanceVersionKHR
  else:
    VkConformanceVersionKHR_1124077566)
  LPVOID_1124083113 = (when declared(LPVOID):
    when ownSizeof(LPVOID) != ownSizeof(LPVOID_1124083112):
      static :
        warning("Declaration of " & "LPVOID" & " exists but with different size")
    LPVOID
  else:
    LPVOID_1124083112)
  VkImageCreateFlagBits_1124074161 = (when declared(VkImageCreateFlagBits):
    when ownSizeof(VkImageCreateFlagBits) != ownSizeof(VkImageCreateFlagBits_1124074160):
      static :
        warning("Declaration of " & "VkImageCreateFlagBits" &
            " exists but with different size")
    VkImageCreateFlagBits
  else:
    VkImageCreateFlagBits_1124074160)
  PFN_vkGetDeviceQueue_1124074927 = (when declared(PFN_vkGetDeviceQueue):
    when ownSizeof(PFN_vkGetDeviceQueue) != ownSizeof(PFN_vkGetDeviceQueue_1124074926):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceQueue" &
            " exists but with different size")
    PFN_vkGetDeviceQueue
  else:
    PFN_vkGetDeviceQueue_1124074926)
  VkSparseImageFormatProperties2KHR_1124077085 = (when declared(
      VkSparseImageFormatProperties2KHR):
    when ownSizeof(VkSparseImageFormatProperties2KHR) !=
        ownSizeof(VkSparseImageFormatProperties2KHR_1124077084):
      static :
        warning("Declaration of " & "VkSparseImageFormatProperties2KHR" &
            " exists but with different size")
    VkSparseImageFormatProperties2KHR
  else:
    VkSparseImageFormatProperties2KHR_1124077084)
  VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR_1124077643 = (when declared(
      VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR_1124077642):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR
  else:
    VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR_1124077642)
  VkLatencyTimingsFrameReportNV_1124081677 = (when declared(
      VkLatencyTimingsFrameReportNV):
    when ownSizeof(VkLatencyTimingsFrameReportNV) !=
        ownSizeof(VkLatencyTimingsFrameReportNV_1124081676):
      static :
        warning("Declaration of " & "VkLatencyTimingsFrameReportNV" &
            " exists but with different size")
    VkLatencyTimingsFrameReportNV
  else:
    VkLatencyTimingsFrameReportNV_1124081676)
  VkVideoFormatQuantizationMapPropertiesKHR_1124078495 = (when declared(
      VkVideoFormatQuantizationMapPropertiesKHR):
    when ownSizeof(VkVideoFormatQuantizationMapPropertiesKHR) !=
        ownSizeof(VkVideoFormatQuantizationMapPropertiesKHR_1124078494):
      static :
        warning("Declaration of " & "VkVideoFormatQuantizationMapPropertiesKHR" &
            " exists but with different size")
    VkVideoFormatQuantizationMapPropertiesKHR
  else:
    VkVideoFormatQuantizationMapPropertiesKHR_1124078494)
  VkPipelineCacheCreateFlags_1124074327 = (when declared(
      VkPipelineCacheCreateFlags):
    when ownSizeof(VkPipelineCacheCreateFlags) !=
        ownSizeof(VkPipelineCacheCreateFlags_1124074326):
      static :
        warning("Declaration of " & "VkPipelineCacheCreateFlags" &
            " exists but with different size")
    VkPipelineCacheCreateFlags
  else:
    VkPipelineCacheCreateFlags_1124074326)
  VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR_1124077755 = (when declared(
      VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR_1124077754):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
  else:
    VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR_1124077754)
  struct_VkPhysicalDeviceMultiviewFeatures_1124075527 = (when declared(
      struct_VkPhysicalDeviceMultiviewFeatures):
    when ownSizeof(struct_VkPhysicalDeviceMultiviewFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceMultiviewFeatures_1124075526):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceMultiviewFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceMultiviewFeatures
  else:
    struct_VkPhysicalDeviceMultiviewFeatures_1124075526)
  VkPhysicalDeviceDriverProperties_1124075657 = (when declared(
      VkPhysicalDeviceDriverProperties):
    when ownSizeof(VkPhysicalDeviceDriverProperties) !=
        ownSizeof(VkPhysicalDeviceDriverProperties_1124075656):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDriverProperties" &
            " exists but with different size")
    VkPhysicalDeviceDriverProperties
  else:
    VkPhysicalDeviceDriverProperties_1124075656)
  VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081339 = (when declared(
      VkPhysicalDeviceDescriptorBufferTensorFeaturesARM):
    when ownSizeof(VkPhysicalDeviceDescriptorBufferTensorFeaturesARM) !=
        ownSizeof(VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081338):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorBufferTensorFeaturesARM" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorBufferTensorFeaturesARM
  else:
    VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081338)
  enum_VkDataGraphPipelineSessionBindPointTypeARM_1124081715 = (when declared(
      enum_VkDataGraphPipelineSessionBindPointTypeARM):
    when ownSizeof(enum_VkDataGraphPipelineSessionBindPointTypeARM) !=
        ownSizeof(enum_VkDataGraphPipelineSessionBindPointTypeARM_1124081714):
      static :
        warning("Declaration of " &
            "enum_VkDataGraphPipelineSessionBindPointTypeARM" &
            " exists but with different size")
    enum_VkDataGraphPipelineSessionBindPointTypeARM
  else:
    enum_VkDataGraphPipelineSessionBindPointTypeARM_1124081714)
  VkPipelineCreationFeedbackFlags_1124075895 = (when declared(
      VkPipelineCreationFeedbackFlags):
    when ownSizeof(VkPipelineCreationFeedbackFlags) !=
        ownSizeof(VkPipelineCreationFeedbackFlags_1124075894):
      static :
        warning("Declaration of " & "VkPipelineCreationFeedbackFlags" &
            " exists but with different size")
    VkPipelineCreationFeedbackFlags
  else:
    VkPipelineCreationFeedbackFlags_1124075894)
  VkVideoEncodeH265StdFlagsKHR_1124076913 = (when declared(
      VkVideoEncodeH265StdFlagsKHR):
    when ownSizeof(VkVideoEncodeH265StdFlagsKHR) !=
        ownSizeof(VkVideoEncodeH265StdFlagsKHR_1124076912):
      static :
        warning("Declaration of " & "VkVideoEncodeH265StdFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeH265StdFlagsKHR
  else:
    VkVideoEncodeH265StdFlagsKHR_1124076912)
  struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078881 = (when declared(
      struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078880):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT
  else:
    struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078880)
  struct_VkPhysicalDeviceDescriptorIndexingProperties_1124075735 = (when declared(
      struct_VkPhysicalDeviceDescriptorIndexingProperties):
    when ownSizeof(struct_VkPhysicalDeviceDescriptorIndexingProperties) !=
        ownSizeof(struct_VkPhysicalDeviceDescriptorIndexingProperties_1124075734):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDescriptorIndexingProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceDescriptorIndexingProperties
  else:
    struct_VkPhysicalDeviceDescriptorIndexingProperties_1124075734)
  VkDebugUtilsMessengerCallbackDataEXT_1124079081 = (when declared(
      VkDebugUtilsMessengerCallbackDataEXT):
    when ownSizeof(VkDebugUtilsMessengerCallbackDataEXT) !=
        ownSizeof(VkDebugUtilsMessengerCallbackDataEXT_1124079080):
      static :
        warning("Declaration of " & "VkDebugUtilsMessengerCallbackDataEXT" &
            " exists but with different size")
    VkDebugUtilsMessengerCallbackDataEXT
  else:
    VkDebugUtilsMessengerCallbackDataEXT_1124079080)
  PFN_vkCmdSetCoverageToColorLocationNV_1124081187 = (when declared(
      PFN_vkCmdSetCoverageToColorLocationNV):
    when ownSizeof(PFN_vkCmdSetCoverageToColorLocationNV) !=
        ownSizeof(PFN_vkCmdSetCoverageToColorLocationNV_1124081186):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCoverageToColorLocationNV" &
            " exists but with different size")
    PFN_vkCmdSetCoverageToColorLocationNV
  else:
    PFN_vkCmdSetCoverageToColorLocationNV_1124081186)
  VkOpticalFlowPerformanceLevelNV_1124081407 = (when declared(
      VkOpticalFlowPerformanceLevelNV):
    when ownSizeof(VkOpticalFlowPerformanceLevelNV) !=
        ownSizeof(VkOpticalFlowPerformanceLevelNV_1124081406):
      static :
        warning("Declaration of " & "VkOpticalFlowPerformanceLevelNV" &
            " exists but with different size")
    VkOpticalFlowPerformanceLevelNV
  else:
    VkOpticalFlowPerformanceLevelNV_1124081406)
  PFN_vkSetPrivateData_1124076121 = (when declared(PFN_vkSetPrivateData):
    when ownSizeof(PFN_vkSetPrivateData) != ownSizeof(PFN_vkSetPrivateData_1124076120):
      static :
        warning("Declaration of " & "PFN_vkSetPrivateData" &
            " exists but with different size")
    PFN_vkSetPrivateData
  else:
    PFN_vkSetPrivateData_1124076120)
  struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081897 = (when declared(
      struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM):
    when ownSizeof(struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM) !=
        ownSizeof(struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081896):
      static :
        warning("Declaration of " &
            "struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM" &
            " exists but with different size")
    struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM
  else:
    struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081896)
  PFN_vkCmdPushDescriptorSet_1124076445 = (when declared(
      PFN_vkCmdPushDescriptorSet):
    when ownSizeof(PFN_vkCmdPushDescriptorSet) !=
        ownSizeof(PFN_vkCmdPushDescriptorSet_1124076444):
      static :
        warning("Declaration of " & "PFN_vkCmdPushDescriptorSet" &
            " exists but with different size")
    PFN_vkCmdPushDescriptorSet
  else:
    PFN_vkCmdPushDescriptorSet_1124076444)
  VkCompositeAlphaFlagBitsKHR_1124076483 = (when declared(
      VkCompositeAlphaFlagBitsKHR):
    when ownSizeof(VkCompositeAlphaFlagBitsKHR) !=
        ownSizeof(VkCompositeAlphaFlagBitsKHR_1124076482):
      static :
        warning("Declaration of " & "VkCompositeAlphaFlagBitsKHR" &
            " exists but with different size")
    VkCompositeAlphaFlagBitsKHR
  else:
    VkCompositeAlphaFlagBitsKHR_1124076482)
  struct_VkPhysicalDeviceVulkan14Features_1124076225 = (when declared(
      struct_VkPhysicalDeviceVulkan14Features):
    when ownSizeof(struct_VkPhysicalDeviceVulkan14Features) !=
        ownSizeof(struct_VkPhysicalDeviceVulkan14Features_1124076224):
      static :
        warning("Declaration of " & "struct_VkPhysicalDeviceVulkan14Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceVulkan14Features
  else:
    struct_VkPhysicalDeviceVulkan14Features_1124076224)
  struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078355 = (when declared(
      struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078354):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR
  else:
    struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078354)
  VkExportMemoryAllocateInfoNV_1124078841 = (when declared(
      VkExportMemoryAllocateInfoNV):
    when ownSizeof(VkExportMemoryAllocateInfoNV) !=
        ownSizeof(VkExportMemoryAllocateInfoNV_1124078840):
      static :
        warning("Declaration of " & "VkExportMemoryAllocateInfoNV" &
            " exists but with different size")
    VkExportMemoryAllocateInfoNV
  else:
    VkExportMemoryAllocateInfoNV_1124078840)
  VkBufferCreateFlagBits_1124074261 = (when declared(VkBufferCreateFlagBits):
    when ownSizeof(VkBufferCreateFlagBits) != ownSizeof(VkBufferCreateFlagBits_1124074260):
      static :
        warning("Declaration of " & "VkBufferCreateFlagBits" &
            " exists but with different size")
    VkBufferCreateFlagBits
  else:
    VkBufferCreateFlagBits_1124074260)
  VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080379 = (when declared(
      VkPipelineFragmentShadingRateEnumStateCreateInfoNV):
    when ownSizeof(VkPipelineFragmentShadingRateEnumStateCreateInfoNV) !=
        ownSizeof(VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080378):
      static :
        warning("Declaration of " &
            "VkPipelineFragmentShadingRateEnumStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineFragmentShadingRateEnumStateCreateInfoNV
  else:
    VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080378)
  PFN_vkCreateExternalComputeQueueNV_1124081991 = (when declared(
      PFN_vkCreateExternalComputeQueueNV):
    when ownSizeof(PFN_vkCreateExternalComputeQueueNV) !=
        ownSizeof(PFN_vkCreateExternalComputeQueueNV_1124081990):
      static :
        warning("Declaration of " & "PFN_vkCreateExternalComputeQueueNV" &
            " exists but with different size")
    PFN_vkCreateExternalComputeQueueNV
  else:
    PFN_vkCreateExternalComputeQueueNV_1124081990)
  PFN_vkGetImageSubresourceLayout2_1124076435 = (when declared(
      PFN_vkGetImageSubresourceLayout2):
    when ownSizeof(PFN_vkGetImageSubresourceLayout2) !=
        ownSizeof(PFN_vkGetImageSubresourceLayout2_1124076434):
      static :
        warning("Declaration of " & "PFN_vkGetImageSubresourceLayout2" &
            " exists but with different size")
    PFN_vkGetImageSubresourceLayout2
  else:
    PFN_vkGetImageSubresourceLayout2_1124076434)
  VkImageViewType_1124074051 = (when declared(VkImageViewType):
    when ownSizeof(VkImageViewType) != ownSizeof(VkImageViewType_1124074050):
      static :
        warning("Declaration of " & "VkImageViewType" &
            " exists but with different size")
    VkImageViewType
  else:
    VkImageViewType_1124074050)
  struct_VkPhysicalDeviceHostImageCopyFeatures_1124076293 = (when declared(
      struct_VkPhysicalDeviceHostImageCopyFeatures):
    when ownSizeof(struct_VkPhysicalDeviceHostImageCopyFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceHostImageCopyFeatures_1124076292):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceHostImageCopyFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceHostImageCopyFeatures
  else:
    struct_VkPhysicalDeviceHostImageCopyFeatures_1124076292)
  VkDeviceDeviceMemoryReportCreateInfoEXT_1124080151 = (when declared(
      VkDeviceDeviceMemoryReportCreateInfoEXT):
    when ownSizeof(VkDeviceDeviceMemoryReportCreateInfoEXT) !=
        ownSizeof(VkDeviceDeviceMemoryReportCreateInfoEXT_1124080150):
      static :
        warning("Declaration of " & "VkDeviceDeviceMemoryReportCreateInfoEXT" &
            " exists but with different size")
    VkDeviceDeviceMemoryReportCreateInfoEXT
  else:
    VkDeviceDeviceMemoryReportCreateInfoEXT_1124080150)
  struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080641 = (when declared(
      struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080640):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT
  else:
    struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080640)
  struct_VkSurfacePresentScalingCapabilitiesKHR_1124078131 = (when declared(
      struct_VkSurfacePresentScalingCapabilitiesKHR):
    when ownSizeof(struct_VkSurfacePresentScalingCapabilitiesKHR) !=
        ownSizeof(struct_VkSurfacePresentScalingCapabilitiesKHR_1124078130):
      static :
        warning("Declaration of " &
            "struct_VkSurfacePresentScalingCapabilitiesKHR" &
            " exists but with different size")
    struct_VkSurfacePresentScalingCapabilitiesKHR
  else:
    struct_VkSurfacePresentScalingCapabilitiesKHR_1124078130)
  struct_VkPhysicalDeviceMaintenance3Properties_1124075479 = (when declared(
      struct_VkPhysicalDeviceMaintenance3Properties):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance3Properties) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance3Properties_1124075478):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance3Properties" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance3Properties
  else:
    struct_VkPhysicalDeviceMaintenance3Properties_1124075478)
  VkOpacityMicromapSpecialIndexEXT_1124080787 = (when declared(
      VkOpacityMicromapSpecialIndexEXT):
    when ownSizeof(VkOpacityMicromapSpecialIndexEXT) !=
        ownSizeof(VkOpacityMicromapSpecialIndexEXT_1124080786):
      static :
        warning("Declaration of " & "VkOpacityMicromapSpecialIndexEXT" &
            " exists but with different size")
    VkOpacityMicromapSpecialIndexEXT
  else:
    VkOpacityMicromapSpecialIndexEXT_1124080786)
  struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081853 = (when declared(
      struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM):
    when ownSizeof(struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM) !=
        ownSizeof(struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081852):
      static :
        warning("Declaration of " &
            "struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM" &
            " exists but with different size")
    struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM
  else:
    struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081852)
  VkClusterAccelerationStructureGeometryFlagsNV_1124082045 = (when declared(
      VkClusterAccelerationStructureGeometryFlagsNV):
    when ownSizeof(VkClusterAccelerationStructureGeometryFlagsNV) !=
        ownSizeof(VkClusterAccelerationStructureGeometryFlagsNV_1124082044):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureGeometryFlagsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureGeometryFlagsNV
  else:
    VkClusterAccelerationStructureGeometryFlagsNV_1124082044)
  enum_VkImageTiling_1124074025 = (when declared(enum_VkImageTiling):
    when ownSizeof(enum_VkImageTiling) != ownSizeof(enum_VkImageTiling_1124074024):
      static :
        warning("Declaration of " & "enum_VkImageTiling" &
            " exists but with different size")
    enum_VkImageTiling
  else:
    enum_VkImageTiling_1124074024)
  enum_VkResolveModeFlagBits_1124075613 = (when declared(
      enum_VkResolveModeFlagBits):
    when ownSizeof(enum_VkResolveModeFlagBits) !=
        ownSizeof(enum_VkResolveModeFlagBits_1124075612):
      static :
        warning("Declaration of " & "enum_VkResolveModeFlagBits" &
            " exists but with different size")
    enum_VkResolveModeFlagBits
  else:
    enum_VkResolveModeFlagBits_1124075612)
  VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080643 = (when declared(
      VkPhysicalDeviceFrameBoundaryFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceFrameBoundaryFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080642):
      static :
        warning("Declaration of " & "VkPhysicalDeviceFrameBoundaryFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFrameBoundaryFeaturesEXT
  else:
    VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080642)
  StdVideoEncodeH265ReferenceInfoFlags_1124083049 = (when declared(
      StdVideoEncodeH265ReferenceInfoFlags):
    when ownSizeof(StdVideoEncodeH265ReferenceInfoFlags) !=
        ownSizeof(StdVideoEncodeH265ReferenceInfoFlags_1124083048):
      static :
        warning("Declaration of " & "StdVideoEncodeH265ReferenceInfoFlags" &
            " exists but with different size")
    StdVideoEncodeH265ReferenceInfoFlags
  else:
    StdVideoEncodeH265ReferenceInfoFlags_1124083048)
  PFN_vkCmdSetShadingRateImageEnableNV_1124081195 = (when declared(
      PFN_vkCmdSetShadingRateImageEnableNV):
    when ownSizeof(PFN_vkCmdSetShadingRateImageEnableNV) !=
        ownSizeof(PFN_vkCmdSetShadingRateImageEnableNV_1124081194):
      static :
        warning("Declaration of " & "PFN_vkCmdSetShadingRateImageEnableNV" &
            " exists but with different size")
    PFN_vkCmdSetShadingRateImageEnableNV
  else:
    PFN_vkCmdSetShadingRateImageEnableNV_1124081194)
  struct_VkImageViewCreateInfo_1124074645 = (when declared(
      struct_VkImageViewCreateInfo):
    when ownSizeof(struct_VkImageViewCreateInfo) !=
        ownSizeof(struct_VkImageViewCreateInfo_1124074644):
      static :
        warning("Declaration of " & "struct_VkImageViewCreateInfo" &
            " exists but with different size")
    struct_VkImageViewCreateInfo
  else:
    struct_VkImageViewCreateInfo_1124074644)
  enum_VkExternalMemoryFeatureFlagBits_1124075215 = (when declared(
      enum_VkExternalMemoryFeatureFlagBits):
    when ownSizeof(enum_VkExternalMemoryFeatureFlagBits) !=
        ownSizeof(enum_VkExternalMemoryFeatureFlagBits_1124075214):
      static :
        warning("Declaration of " & "enum_VkExternalMemoryFeatureFlagBits" &
            " exists but with different size")
    enum_VkExternalMemoryFeatureFlagBits
  else:
    enum_VkExternalMemoryFeatureFlagBits_1124075214)
  struct_VkSparseImageOpaqueMemoryBindInfo_1124074589 = (when declared(
      struct_VkSparseImageOpaqueMemoryBindInfo):
    when ownSizeof(struct_VkSparseImageOpaqueMemoryBindInfo) !=
        ownSizeof(struct_VkSparseImageOpaqueMemoryBindInfo_1124074588):
      static :
        warning("Declaration of " & "struct_VkSparseImageOpaqueMemoryBindInfo" &
            " exists but with different size")
    struct_VkSparseImageOpaqueMemoryBindInfo
  else:
    struct_VkSparseImageOpaqueMemoryBindInfo_1124074588)
  VkPhysicalDeviceDescriptorIndexingPropertiesEXT_1124079277 = (when declared(
      VkPhysicalDeviceDescriptorIndexingPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceDescriptorIndexingPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceDescriptorIndexingPropertiesEXT_1124079276):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorIndexingPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorIndexingPropertiesEXT
  else:
    VkPhysicalDeviceDescriptorIndexingPropertiesEXT_1124079276)
  VkImageCompressionPropertiesEXT_1124080467 = (when declared(
      VkImageCompressionPropertiesEXT):
    when ownSizeof(VkImageCompressionPropertiesEXT) !=
        ownSizeof(VkImageCompressionPropertiesEXT_1124080466):
      static :
        warning("Declaration of " & "VkImageCompressionPropertiesEXT" &
            " exists but with different size")
    VkImageCompressionPropertiesEXT
  else:
    VkImageCompressionPropertiesEXT_1124080466)
  VkVideoDecodeH265SessionParametersAddInfoKHR_1124077539 = (when declared(
      VkVideoDecodeH265SessionParametersAddInfoKHR):
    when ownSizeof(VkVideoDecodeH265SessionParametersAddInfoKHR) !=
        ownSizeof(VkVideoDecodeH265SessionParametersAddInfoKHR_1124077538):
      static :
        warning("Declaration of " &
            "VkVideoDecodeH265SessionParametersAddInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH265SessionParametersAddInfoKHR
  else:
    VkVideoDecodeH265SessionParametersAddInfoKHR_1124077538)
  enum_VkDisplayPowerStateEXT_1124078917 = (when declared(
      enum_VkDisplayPowerStateEXT):
    when ownSizeof(enum_VkDisplayPowerStateEXT) !=
        ownSizeof(enum_VkDisplayPowerStateEXT_1124078916):
      static :
        warning("Declaration of " & "enum_VkDisplayPowerStateEXT" &
            " exists but with different size")
    enum_VkDisplayPowerStateEXT
  else:
    enum_VkDisplayPowerStateEXT_1124078916)
  enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080693 = (when declared(
      enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE):
    when ownSizeof(enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE) !=
        ownSizeof(enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080692):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE" &
            " exists but with different size")
    enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE
  else:
    enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080692)
  struct_StdVideoH265VideoParameterSet_1124082921 = (when declared(
      struct_StdVideoH265VideoParameterSet):
    when ownSizeof(struct_StdVideoH265VideoParameterSet) !=
        ownSizeof(struct_StdVideoH265VideoParameterSet_1124082920):
      static :
        warning("Declaration of " & "struct_StdVideoH265VideoParameterSet" &
            " exists but with different size")
    struct_StdVideoH265VideoParameterSet
  else:
    struct_StdVideoH265VideoParameterSet_1124082920)
  VkPipelineTessellationStateCreateInfo_1124074799 = (when declared(
      VkPipelineTessellationStateCreateInfo):
    when ownSizeof(VkPipelineTessellationStateCreateInfo) !=
        ownSizeof(VkPipelineTessellationStateCreateInfo_1124074798):
      static :
        warning("Declaration of " & "VkPipelineTessellationStateCreateInfo" &
            " exists but with different size")
    VkPipelineTessellationStateCreateInfo
  else:
    VkPipelineTessellationStateCreateInfo_1124074798)
  struct_VkVideoEncodeAV1RateControlLayerInfoKHR_1124078313 = (when declared(
      struct_VkVideoEncodeAV1RateControlLayerInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1RateControlLayerInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1RateControlLayerInfoKHR_1124078312):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeAV1RateControlLayerInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1RateControlLayerInfoKHR
  else:
    struct_VkVideoEncodeAV1RateControlLayerInfoKHR_1124078312)
  VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076971 = (when declared(
      VkVideoEncodeH265SessionParametersFeedbackInfoKHR):
    when ownSizeof(VkVideoEncodeH265SessionParametersFeedbackInfoKHR) !=
        ownSizeof(VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076970):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265SessionParametersFeedbackInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265SessionParametersFeedbackInfoKHR
  else:
    VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076970)
  PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT_1124080337 = (when declared(
      PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT):
    when ownSizeof(PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT) !=
        ownSizeof(PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT_1124080336):
      static :
        warning("Declaration of " &
            "PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" &
            " exists but with different size")
    PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT
  else:
    PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT_1124080336)
  enum_StdVideoH265SliceType_1124083175 = (when declared(
      enum_StdVideoH265SliceType):
    when ownSizeof(enum_StdVideoH265SliceType) !=
        ownSizeof(enum_StdVideoH265SliceType_1124083174):
      static :
        warning("Declaration of " & "enum_StdVideoH265SliceType" &
            " exists but with different size")
    enum_StdVideoH265SliceType
  else:
    enum_StdVideoH265SliceType_1124083174)
  PFN_vkCmdPreprocessGeneratedCommandsNV_1124080083 = (when declared(
      PFN_vkCmdPreprocessGeneratedCommandsNV):
    when ownSizeof(PFN_vkCmdPreprocessGeneratedCommandsNV) !=
        ownSizeof(PFN_vkCmdPreprocessGeneratedCommandsNV_1124080082):
      static :
        warning("Declaration of " & "PFN_vkCmdPreprocessGeneratedCommandsNV" &
            " exists but with different size")
    PFN_vkCmdPreprocessGeneratedCommandsNV
  else:
    PFN_vkCmdPreprocessGeneratedCommandsNV_1124080082)
  VkImageSubresource_1124074595 = (when declared(VkImageSubresource):
    when ownSizeof(VkImageSubresource) != ownSizeof(VkImageSubresource_1124074594):
      static :
        warning("Declaration of " & "VkImageSubresource" &
            " exists but with different size")
    VkImageSubresource
  else:
    VkImageSubresource_1124074594)
  VkSamplerCaptureDescriptorDataInfoEXT_1124080307 = (when declared(
      VkSamplerCaptureDescriptorDataInfoEXT):
    when ownSizeof(VkSamplerCaptureDescriptorDataInfoEXT) !=
        ownSizeof(VkSamplerCaptureDescriptorDataInfoEXT_1124080306):
      static :
        warning("Declaration of " & "VkSamplerCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    VkSamplerCaptureDescriptorDataInfoEXT
  else:
    VkSamplerCaptureDescriptorDataInfoEXT_1124080306)
  StdVideoAV1ChromaSamplePosition_1124083287 = (when declared(
      StdVideoAV1ChromaSamplePosition):
    when ownSizeof(StdVideoAV1ChromaSamplePosition) !=
        ownSizeof(StdVideoAV1ChromaSamplePosition_1124083286):
      static :
        warning("Declaration of " & "StdVideoAV1ChromaSamplePosition" &
            " exists but with different size")
    StdVideoAV1ChromaSamplePosition
  else:
    StdVideoAV1ChromaSamplePosition_1124083286)
  enum_VkRayTracingLssPrimitiveEndCapsModeNV_1124081075 = (when declared(
      enum_VkRayTracingLssPrimitiveEndCapsModeNV):
    when ownSizeof(enum_VkRayTracingLssPrimitiveEndCapsModeNV) !=
        ownSizeof(enum_VkRayTracingLssPrimitiveEndCapsModeNV_1124081074):
      static :
        warning("Declaration of " & "enum_VkRayTracingLssPrimitiveEndCapsModeNV" &
            " exists but with different size")
    enum_VkRayTracingLssPrimitiveEndCapsModeNV
  else:
    enum_VkRayTracingLssPrimitiveEndCapsModeNV_1124081074)
  VkBindDescriptorSetsInfoKHR_1124078397 = (when declared(
      VkBindDescriptorSetsInfoKHR):
    when ownSizeof(VkBindDescriptorSetsInfoKHR) !=
        ownSizeof(VkBindDescriptorSetsInfoKHR_1124078396):
      static :
        warning("Declaration of " & "VkBindDescriptorSetsInfoKHR" &
            " exists but with different size")
    VkBindDescriptorSetsInfoKHR
  else:
    VkBindDescriptorSetsInfoKHR_1124078396)
  PFN_vkGetPipelineIndirectDeviceAddressNV_1124081069 = (when declared(
      PFN_vkGetPipelineIndirectDeviceAddressNV):
    when ownSizeof(PFN_vkGetPipelineIndirectDeviceAddressNV) !=
        ownSizeof(PFN_vkGetPipelineIndirectDeviceAddressNV_1124081068):
      static :
        warning("Declaration of " & "PFN_vkGetPipelineIndirectDeviceAddressNV" &
            " exists but with different size")
    PFN_vkGetPipelineIndirectDeviceAddressNV
  else:
    PFN_vkGetPipelineIndirectDeviceAddressNV_1124081068)
  struct_VkIndirectExecutionSetCreateInfoEXT_1124082239 = (when declared(
      struct_VkIndirectExecutionSetCreateInfoEXT):
    when ownSizeof(struct_VkIndirectExecutionSetCreateInfoEXT) !=
        ownSizeof(struct_VkIndirectExecutionSetCreateInfoEXT_1124082238):
      static :
        warning("Declaration of " & "struct_VkIndirectExecutionSetCreateInfoEXT" &
            " exists but with different size")
    struct_VkIndirectExecutionSetCreateInfoEXT
  else:
    struct_VkIndirectExecutionSetCreateInfoEXT_1124082238)
  VkPhysicalDeviceSynchronization2FeaturesKHR_1124077887 = (when declared(
      VkPhysicalDeviceSynchronization2FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceSynchronization2FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceSynchronization2FeaturesKHR_1124077886):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSynchronization2FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceSynchronization2FeaturesKHR
  else:
    VkPhysicalDeviceSynchronization2FeaturesKHR_1124077886)
  PFN_vkCmdPushConstants2KHR_1124078415 = (when declared(
      PFN_vkCmdPushConstants2KHR):
    when ownSizeof(PFN_vkCmdPushConstants2KHR) !=
        ownSizeof(PFN_vkCmdPushConstants2KHR_1124078414):
      static :
        warning("Declaration of " & "PFN_vkCmdPushConstants2KHR" &
            " exists but with different size")
    PFN_vkCmdPushConstants2KHR
  else:
    PFN_vkCmdPushConstants2KHR_1124078414)
  PFN_vkCmdPreprocessGeneratedCommandsEXT_1124082305 = (when declared(
      PFN_vkCmdPreprocessGeneratedCommandsEXT):
    when ownSizeof(PFN_vkCmdPreprocessGeneratedCommandsEXT) !=
        ownSizeof(PFN_vkCmdPreprocessGeneratedCommandsEXT_1124082304):
      static :
        warning("Declaration of " & "PFN_vkCmdPreprocessGeneratedCommandsEXT" &
            " exists but with different size")
    PFN_vkCmdPreprocessGeneratedCommandsEXT
  else:
    PFN_vkCmdPreprocessGeneratedCommandsEXT_1124082304)
  enum_VkDescriptorUpdateTemplateType_1124075171 = (when declared(
      enum_VkDescriptorUpdateTemplateType):
    when ownSizeof(enum_VkDescriptorUpdateTemplateType) !=
        ownSizeof(enum_VkDescriptorUpdateTemplateType_1124075170):
      static :
        warning("Declaration of " & "enum_VkDescriptorUpdateTemplateType" &
            " exists but with different size")
    enum_VkDescriptorUpdateTemplateType
  else:
    enum_VkDescriptorUpdateTemplateType_1124075170)
  StdVideoDecodeH265PictureInfo_1124077547 = (when declared(
      StdVideoDecodeH265PictureInfo):
    when ownSizeof(StdVideoDecodeH265PictureInfo) !=
        ownSizeof(StdVideoDecodeH265PictureInfo_1124077546):
      static :
        warning("Declaration of " & "StdVideoDecodeH265PictureInfo" &
            " exists but with different size")
    StdVideoDecodeH265PictureInfo
  else:
    StdVideoDecodeH265PictureInfo_1124077546)
  VkSemaphoreWaitFlagBits_1124075621 = (when declared(VkSemaphoreWaitFlagBits):
    when ownSizeof(VkSemaphoreWaitFlagBits) !=
        ownSizeof(VkSemaphoreWaitFlagBits_1124075620):
      static :
        warning("Declaration of " & "VkSemaphoreWaitFlagBits" &
            " exists but with different size")
    VkSemaphoreWaitFlagBits
  else:
    VkSemaphoreWaitFlagBits_1124075620)
  VkPipelineCompilerControlFlagBitsAMD_1124079517 = (when declared(
      VkPipelineCompilerControlFlagBitsAMD):
    when ownSizeof(VkPipelineCompilerControlFlagBitsAMD) !=
        ownSizeof(VkPipelineCompilerControlFlagBitsAMD_1124079516):
      static :
        warning("Declaration of " & "VkPipelineCompilerControlFlagBitsAMD" &
            " exists but with different size")
    VkPipelineCompilerControlFlagBitsAMD
  else:
    VkPipelineCompilerControlFlagBitsAMD_1124079516)
  struct_StdVideoEncodeH265ReferenceListsInfoFlags_1124083337 = (when declared(
      struct_StdVideoEncodeH265ReferenceListsInfoFlags):
    when ownSizeof(struct_StdVideoEncodeH265ReferenceListsInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeH265ReferenceListsInfoFlags_1124083336):
      static :
        warning("Declaration of " &
            "struct_StdVideoEncodeH265ReferenceListsInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeH265ReferenceListsInfoFlags
  else:
    struct_StdVideoEncodeH265ReferenceListsInfoFlags_1124083336)
  VkDebugUtilsObjectNameInfoEXT_1124079077 = (when declared(
      VkDebugUtilsObjectNameInfoEXT):
    when ownSizeof(VkDebugUtilsObjectNameInfoEXT) !=
        ownSizeof(VkDebugUtilsObjectNameInfoEXT_1124079076):
      static :
        warning("Declaration of " & "VkDebugUtilsObjectNameInfoEXT" &
            " exists but with different size")
    VkDebugUtilsObjectNameInfoEXT
  else:
    VkDebugUtilsObjectNameInfoEXT_1124079076)
  struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079821 = (when declared(
      struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079820):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV
  else:
    struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079820)
  VkPhysicalDeviceRobustness2FeaturesEXT_1124080157 = (when declared(
      VkPhysicalDeviceRobustness2FeaturesEXT):
    when ownSizeof(VkPhysicalDeviceRobustness2FeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceRobustness2FeaturesEXT_1124080156):
      static :
        warning("Declaration of " & "VkPhysicalDeviceRobustness2FeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceRobustness2FeaturesEXT
  else:
    VkPhysicalDeviceRobustness2FeaturesEXT_1124080156)
  struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077901 = (when declared(
      struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077900):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
  else:
    struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077900)
  struct_VkSubmitInfo_1124074565 = (when declared(struct_VkSubmitInfo):
    when ownSizeof(struct_VkSubmitInfo) != ownSizeof(struct_VkSubmitInfo_1124074564):
      static :
        warning("Declaration of " & "struct_VkSubmitInfo" &
            " exists but with different size")
    struct_VkSubmitInfo
  else:
    struct_VkSubmitInfo_1124074564)
  VkRayTracingPipelineCreateInfoKHR_1124082597 = (when declared(
      VkRayTracingPipelineCreateInfoKHR):
    when ownSizeof(VkRayTracingPipelineCreateInfoKHR) !=
        ownSizeof(VkRayTracingPipelineCreateInfoKHR_1124082596):
      static :
        warning("Declaration of " & "VkRayTracingPipelineCreateInfoKHR" &
            " exists but with different size")
    VkRayTracingPipelineCreateInfoKHR
  else:
    VkRayTracingPipelineCreateInfoKHR_1124082596)
  StdVideoAV1LoopFilter_1124083079 = (when declared(StdVideoAV1LoopFilter):
    when ownSizeof(StdVideoAV1LoopFilter) != ownSizeof(StdVideoAV1LoopFilter_1124083078):
      static :
        warning("Declaration of " & "StdVideoAV1LoopFilter" &
            " exists but with different size")
    StdVideoAV1LoopFilter
  else:
    StdVideoAV1LoopFilter_1124083078)
  PFN_vkCreateEvent_1124075039 = (when declared(PFN_vkCreateEvent):
    when ownSizeof(PFN_vkCreateEvent) != ownSizeof(PFN_vkCreateEvent_1124075038):
      static :
        warning("Declaration of " & "PFN_vkCreateEvent" &
            " exists but with different size")
    PFN_vkCreateEvent
  else:
    PFN_vkCreateEvent_1124075038)
  VkDeviceCreateInfo_1124074555 = (when declared(VkDeviceCreateInfo):
    when ownSizeof(VkDeviceCreateInfo) != ownSizeof(VkDeviceCreateInfo_1124074554):
      static :
        warning("Declaration of " & "VkDeviceCreateInfo" &
            " exists but with different size")
    VkDeviceCreateInfo
  else:
    VkDeviceCreateInfo_1124074554)
  struct_VkVideoEncodeH265SessionParametersAddInfoKHR_1124076951 = (when declared(
      struct_VkVideoEncodeH265SessionParametersAddInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265SessionParametersAddInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265SessionParametersAddInfoKHR_1124076950):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265SessionParametersAddInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265SessionParametersAddInfoKHR
  else:
    struct_VkVideoEncodeH265SessionParametersAddInfoKHR_1124076950)
  VkPipelineRasterizationLineStateCreateInfoKHR_1124078373 = (when declared(
      VkPipelineRasterizationLineStateCreateInfoKHR):
    when ownSizeof(VkPipelineRasterizationLineStateCreateInfoKHR) !=
        ownSizeof(VkPipelineRasterizationLineStateCreateInfoKHR_1124078372):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationLineStateCreateInfoKHR" &
            " exists but with different size")
    VkPipelineRasterizationLineStateCreateInfoKHR
  else:
    VkPipelineRasterizationLineStateCreateInfoKHR_1124078372)
  enum_VkBuildAccelerationStructureFlagBitsKHR_1124079375 = (when declared(
      enum_VkBuildAccelerationStructureFlagBitsKHR):
    when ownSizeof(enum_VkBuildAccelerationStructureFlagBitsKHR) !=
        ownSizeof(enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374):
      static :
        warning("Declaration of " &
            "enum_VkBuildAccelerationStructureFlagBitsKHR" &
            " exists but with different size")
    enum_VkBuildAccelerationStructureFlagBitsKHR
  else:
    enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374)
  enum_VkRayTracingLssIndexingModeNV_1124081071 = (when declared(
      enum_VkRayTracingLssIndexingModeNV):
    when ownSizeof(enum_VkRayTracingLssIndexingModeNV) !=
        ownSizeof(enum_VkRayTracingLssIndexingModeNV_1124081070):
      static :
        warning("Declaration of " & "enum_VkRayTracingLssIndexingModeNV" &
            " exists but with different size")
    enum_VkRayTracingLssIndexingModeNV
  else:
    enum_VkRayTracingLssIndexingModeNV_1124081070)
  PFN_vkUpdateIndirectExecutionSetPipelineEXT_1124082317 = (when declared(
      PFN_vkUpdateIndirectExecutionSetPipelineEXT):
    when ownSizeof(PFN_vkUpdateIndirectExecutionSetPipelineEXT) !=
        ownSizeof(PFN_vkUpdateIndirectExecutionSetPipelineEXT_1124082316):
      static :
        warning("Declaration of " &
            "PFN_vkUpdateIndirectExecutionSetPipelineEXT" &
            " exists but with different size")
    PFN_vkUpdateIndirectExecutionSetPipelineEXT
  else:
    PFN_vkUpdateIndirectExecutionSetPipelineEXT_1124082316)
  struct_VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076851 = (when declared(
      struct_VkVideoEncodeH264SessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH264SessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076850):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264SessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264SessionParametersCreateInfoKHR
  else:
    struct_VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076850)
  VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT_1124080587 = (when declared(
      VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT):
    when ownSizeof(VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT) !=
        ownSizeof(VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT_1124080586):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT
  else:
    VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT_1124080586)
  enum_VkOpacityMicromapFormatEXT_1124080781 = (when declared(
      enum_VkOpacityMicromapFormatEXT):
    when ownSizeof(enum_VkOpacityMicromapFormatEXT) !=
        ownSizeof(enum_VkOpacityMicromapFormatEXT_1124080780):
      static :
        warning("Declaration of " & "enum_VkOpacityMicromapFormatEXT" &
            " exists but with different size")
    enum_VkOpacityMicromapFormatEXT
  else:
    enum_VkOpacityMicromapFormatEXT_1124080780)
  VkDataGraphPipelineSessionCreateFlagBitsARM_1124081733 = (when declared(
      VkDataGraphPipelineSessionCreateFlagBitsARM):
    when ownSizeof(VkDataGraphPipelineSessionCreateFlagBitsARM) !=
        ownSizeof(VkDataGraphPipelineSessionCreateFlagBitsARM_1124081732):
      static :
        warning("Declaration of " &
            "VkDataGraphPipelineSessionCreateFlagBitsARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionCreateFlagBitsARM
  else:
    VkDataGraphPipelineSessionCreateFlagBitsARM_1124081732)
  struct_VkPhysicalDeviceShaderFloat16Int8Features_1124075719 = (when declared(
      struct_VkPhysicalDeviceShaderFloat16Int8Features):
    when ownSizeof(struct_VkPhysicalDeviceShaderFloat16Int8Features) !=
        ownSizeof(struct_VkPhysicalDeviceShaderFloat16Int8Features_1124075718):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderFloat16Int8Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderFloat16Int8Features
  else:
    struct_VkPhysicalDeviceShaderFloat16Int8Features_1124075718)
  enum_VkAttachmentStoreOp_1124074133 = (when declared(enum_VkAttachmentStoreOp):
    when ownSizeof(enum_VkAttachmentStoreOp) !=
        ownSizeof(enum_VkAttachmentStoreOp_1124074132):
      static :
        warning("Declaration of " & "enum_VkAttachmentStoreOp" &
            " exists but with different size")
    enum_VkAttachmentStoreOp
  else:
    enum_VkAttachmentStoreOp_1124074132)
  VkVideoEncodeH265SessionParametersAddInfoKHR_1124076959 = (when declared(
      VkVideoEncodeH265SessionParametersAddInfoKHR):
    when ownSizeof(VkVideoEncodeH265SessionParametersAddInfoKHR) !=
        ownSizeof(VkVideoEncodeH265SessionParametersAddInfoKHR_1124076958):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265SessionParametersAddInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265SessionParametersAddInfoKHR
  else:
    VkVideoEncodeH265SessionParametersAddInfoKHR_1124076958)
  VkBindBufferMemoryDeviceGroupInfo_1124075299 = (when declared(
      VkBindBufferMemoryDeviceGroupInfo):
    when ownSizeof(VkBindBufferMemoryDeviceGroupInfo) !=
        ownSizeof(VkBindBufferMemoryDeviceGroupInfo_1124075298):
      static :
        warning("Declaration of " & "VkBindBufferMemoryDeviceGroupInfo" &
            " exists but with different size")
    VkBindBufferMemoryDeviceGroupInfo
  else:
    VkBindBufferMemoryDeviceGroupInfo_1124075298)
  VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080975 = (when declared(
      VkPhysicalDeviceRenderPassStripedPropertiesARM):
    when ownSizeof(VkPhysicalDeviceRenderPassStripedPropertiesARM) !=
        ownSizeof(VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080974):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceRenderPassStripedPropertiesARM" &
            " exists but with different size")
    VkPhysicalDeviceRenderPassStripedPropertiesARM
  else:
    VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080974)
  StdVideoVP9InterpolationFilter_1124083103 = (when declared(
      StdVideoVP9InterpolationFilter):
    when ownSizeof(StdVideoVP9InterpolationFilter) !=
        ownSizeof(StdVideoVP9InterpolationFilter_1124083102):
      static :
        warning("Declaration of " & "StdVideoVP9InterpolationFilter" &
            " exists but with different size")
    StdVideoVP9InterpolationFilter
  else:
    StdVideoVP9InterpolationFilter_1124083102)
  struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075759 = (when declared(
      struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures):
    when ownSizeof(struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075758):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures
  else:
    struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075758)
  VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080991 = (when declared(
      VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080990):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT
  else:
    VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080990)
  struct_VkMemoryHeap_1124074517 = (when declared(struct_VkMemoryHeap):
    when ownSizeof(struct_VkMemoryHeap) != ownSizeof(struct_VkMemoryHeap_1124074516):
      static :
        warning("Declaration of " & "struct_VkMemoryHeap" &
            " exists but with different size")
    struct_VkMemoryHeap
  else:
    struct_VkMemoryHeap_1124074516)
  VkExternalMemoryHandleTypeFlagBitsNV_1124078819 = (when declared(
      VkExternalMemoryHandleTypeFlagBitsNV):
    when ownSizeof(VkExternalMemoryHandleTypeFlagBitsNV) !=
        ownSizeof(VkExternalMemoryHandleTypeFlagBitsNV_1124078818):
      static :
        warning("Declaration of " & "VkExternalMemoryHandleTypeFlagBitsNV" &
            " exists but with different size")
    VkExternalMemoryHandleTypeFlagBitsNV
  else:
    VkExternalMemoryHandleTypeFlagBitsNV_1124078818)
  struct_StdVideoH265HrdParameters_1124083153 = (when declared(
      struct_StdVideoH265HrdParameters):
    when ownSizeof(struct_StdVideoH265HrdParameters) !=
        ownSizeof(struct_StdVideoH265HrdParameters_1124083152):
      static :
        warning("Declaration of " & "struct_StdVideoH265HrdParameters" &
            " exists but with different size")
    struct_StdVideoH265HrdParameters
  else:
    struct_StdVideoH265HrdParameters_1124083152)
  struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082333 = (when declared(
      struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082332):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT
  else:
    struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082332)
  PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI_1124080601 = (when declared(
      PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI):
    when ownSizeof(PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI) !=
        ownSizeof(PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI_1124080600):
      static :
        warning("Declaration of " &
            "PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI" &
            " exists but with different size")
    PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI
  else:
    PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI_1124080600)
  enum_StdVideoH264ChromaFormatIdc_1124083119 = (when declared(
      enum_StdVideoH264ChromaFormatIdc):
    when ownSizeof(enum_StdVideoH264ChromaFormatIdc) !=
        ownSizeof(enum_StdVideoH264ChromaFormatIdc_1124083118):
      static :
        warning("Declaration of " & "enum_StdVideoH264ChromaFormatIdc" &
            " exists but with different size")
    enum_StdVideoH264ChromaFormatIdc
  else:
    enum_StdVideoH264ChromaFormatIdc_1124083118)
  StdVideoH264HrdParameters_1124083253 = (when declared(
      StdVideoH264HrdParameters):
    when ownSizeof(StdVideoH264HrdParameters) !=
        ownSizeof(StdVideoH264HrdParameters_1124083252):
      static :
        warning("Declaration of " & "StdVideoH264HrdParameters" &
            " exists but with different size")
    StdVideoH264HrdParameters
  else:
    StdVideoH264HrdParameters_1124083252)
  struct_StdVideoEncodeH264RefListModEntry_1124083319 = (when declared(
      struct_StdVideoEncodeH264RefListModEntry):
    when ownSizeof(struct_StdVideoEncodeH264RefListModEntry) !=
        ownSizeof(struct_StdVideoEncodeH264RefListModEntry_1124083318):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeH264RefListModEntry" &
            " exists but with different size")
    struct_StdVideoEncodeH264RefListModEntry
  else:
    struct_StdVideoEncodeH264RefListModEntry_1124083318)
  VkSamplerYcbcrConversionKHR_1124077477 = (when declared(
      VkSamplerYcbcrConversionKHR):
    when ownSizeof(VkSamplerYcbcrConversionKHR) !=
        ownSizeof(VkSamplerYcbcrConversionKHR_1124077476):
      static :
        warning("Declaration of " & "VkSamplerYcbcrConversionKHR" &
            " exists but with different size")
    VkSamplerYcbcrConversionKHR
  else:
    VkSamplerYcbcrConversionKHR_1124077476)
  struct_VkDescriptorPoolInlineUniformBlockCreateInfo_1124076063 = (when declared(
      struct_VkDescriptorPoolInlineUniformBlockCreateInfo):
    when ownSizeof(struct_VkDescriptorPoolInlineUniformBlockCreateInfo) !=
        ownSizeof(struct_VkDescriptorPoolInlineUniformBlockCreateInfo_1124076062):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorPoolInlineUniformBlockCreateInfo" &
            " exists but with different size")
    struct_VkDescriptorPoolInlineUniformBlockCreateInfo
  else:
    struct_VkDescriptorPoolInlineUniformBlockCreateInfo_1124076062)
  PFN_vkCmdSetSampleLocationsEXT_1124079165 = (when declared(
      PFN_vkCmdSetSampleLocationsEXT):
    when ownSizeof(PFN_vkCmdSetSampleLocationsEXT) !=
        ownSizeof(PFN_vkCmdSetSampleLocationsEXT_1124079164):
      static :
        warning("Declaration of " & "PFN_vkCmdSetSampleLocationsEXT" &
            " exists but with different size")
    PFN_vkCmdSetSampleLocationsEXT
  else:
    PFN_vkCmdSetSampleLocationsEXT_1124079164)
  VkQueueFamilyProperties_1124074547 = (when declared(VkQueueFamilyProperties):
    when ownSizeof(VkQueueFamilyProperties) !=
        ownSizeof(VkQueueFamilyProperties_1124074546):
      static :
        warning("Declaration of " & "VkQueueFamilyProperties" &
            " exists but with different size")
    VkQueueFamilyProperties
  else:
    VkQueueFamilyProperties_1124074546)
  VkSamplerYcbcrConversionImageFormatPropertiesKHR_1124077495 = (when declared(
      VkSamplerYcbcrConversionImageFormatPropertiesKHR):
    when ownSizeof(VkSamplerYcbcrConversionImageFormatPropertiesKHR) !=
        ownSizeof(VkSamplerYcbcrConversionImageFormatPropertiesKHR_1124077494):
      static :
        warning("Declaration of " &
            "VkSamplerYcbcrConversionImageFormatPropertiesKHR" &
            " exists but with different size")
    VkSamplerYcbcrConversionImageFormatPropertiesKHR
  else:
    VkSamplerYcbcrConversionImageFormatPropertiesKHR_1124077494)
  struct_VkPipelineMultisampleStateCreateInfo_1124074813 = (when declared(
      struct_VkPipelineMultisampleStateCreateInfo):
    when ownSizeof(struct_VkPipelineMultisampleStateCreateInfo) !=
        ownSizeof(struct_VkPipelineMultisampleStateCreateInfo_1124074812):
      static :
        warning("Declaration of " &
            "struct_VkPipelineMultisampleStateCreateInfo" &
            " exists but with different size")
    struct_VkPipelineMultisampleStateCreateInfo
  else:
    struct_VkPipelineMultisampleStateCreateInfo_1124074812)
  PFN_vkDestroyTensorARM_1124081363 = (when declared(PFN_vkDestroyTensorARM):
    when ownSizeof(PFN_vkDestroyTensorARM) != ownSizeof(PFN_vkDestroyTensorARM_1124081362):
      static :
        warning("Declaration of " & "PFN_vkDestroyTensorARM" &
            " exists but with different size")
    PFN_vkDestroyTensorARM
  else:
    PFN_vkDestroyTensorARM_1124081362)
  struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080119 = (when declared(
      struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080118):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT
  else:
    struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080118)
  VkSemaphoreImportFlagBitsKHR_1124077201 = (when declared(
      VkSemaphoreImportFlagBitsKHR):
    when ownSizeof(VkSemaphoreImportFlagBitsKHR) !=
        ownSizeof(VkSemaphoreImportFlagBitsKHR_1124077200):
      static :
        warning("Declaration of " & "VkSemaphoreImportFlagBitsKHR" &
            " exists but with different size")
    VkSemaphoreImportFlagBitsKHR
  else:
    VkSemaphoreImportFlagBitsKHR_1124077200)
  PFN_vkAllocationFunction_1124074485 = (when declared(PFN_vkAllocationFunction):
    when ownSizeof(PFN_vkAllocationFunction) !=
        ownSizeof(PFN_vkAllocationFunction_1124074484):
      static :
        warning("Declaration of " & "PFN_vkAllocationFunction" &
            " exists but with different size")
    PFN_vkAllocationFunction
  else:
    PFN_vkAllocationFunction_1124074484)
  struct_VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076237 = (when declared(
      struct_VkPhysicalDeviceGlobalPriorityQueryFeatures):
    when ownSizeof(struct_VkPhysicalDeviceGlobalPriorityQueryFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076236):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceGlobalPriorityQueryFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceGlobalPriorityQueryFeatures
  else:
    struct_VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076236)
  struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081639 = (when declared(
      struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081638):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM
  else:
    struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081638)
  VkPipelineMultisampleStateCreateInfo_1124074815 = (when declared(
      VkPipelineMultisampleStateCreateInfo):
    when ownSizeof(VkPipelineMultisampleStateCreateInfo) !=
        ownSizeof(VkPipelineMultisampleStateCreateInfo_1124074814):
      static :
        warning("Declaration of " & "VkPipelineMultisampleStateCreateInfo" &
            " exists but with different size")
    VkPipelineMultisampleStateCreateInfo
  else:
    VkPipelineMultisampleStateCreateInfo_1124074814)
  struct_VkCuModuleCreateInfoNVX_1124078751 = (when declared(
      struct_VkCuModuleCreateInfoNVX):
    when ownSizeof(struct_VkCuModuleCreateInfoNVX) !=
        ownSizeof(struct_VkCuModuleCreateInfoNVX_1124078750):
      static :
        warning("Declaration of " & "struct_VkCuModuleCreateInfoNVX" &
            " exists but with different size")
    struct_VkCuModuleCreateInfoNVX
  else:
    struct_VkCuModuleCreateInfoNVX_1124078750)
  PFN_vkCmdSetEvent2_1124076145 = (when declared(PFN_vkCmdSetEvent2):
    when ownSizeof(PFN_vkCmdSetEvent2) != ownSizeof(PFN_vkCmdSetEvent2_1124076144):
      static :
        warning("Declaration of " & "PFN_vkCmdSetEvent2" &
            " exists but with different size")
    PFN_vkCmdSetEvent2
  else:
    PFN_vkCmdSetEvent2_1124076144)
  struct_VkExportMemoryAllocateInfoNV_1124078839 = (when declared(
      struct_VkExportMemoryAllocateInfoNV):
    when ownSizeof(struct_VkExportMemoryAllocateInfoNV) !=
        ownSizeof(struct_VkExportMemoryAllocateInfoNV_1124078838):
      static :
        warning("Declaration of " & "struct_VkExportMemoryAllocateInfoNV" &
            " exists but with different size")
    struct_VkExportMemoryAllocateInfoNV
  else:
    struct_VkExportMemoryAllocateInfoNV_1124078838)
  VkCopyImageToMemoryInfo_1124076315 = (when declared(VkCopyImageToMemoryInfo):
    when ownSizeof(VkCopyImageToMemoryInfo) !=
        ownSizeof(VkCopyImageToMemoryInfo_1124076314):
      static :
        warning("Declaration of " & "VkCopyImageToMemoryInfo" &
            " exists but with different size")
    VkCopyImageToMemoryInfo
  else:
    VkCopyImageToMemoryInfo_1124076314)
  VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079037 = (when declared(
      VkPipelineRasterizationDepthClipStateCreateInfoEXT):
    when ownSizeof(VkPipelineRasterizationDepthClipStateCreateInfoEXT) !=
        ownSizeof(VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079036):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationDepthClipStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineRasterizationDepthClipStateCreateInfoEXT
  else:
    VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079036)
  VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080677 = (when declared(
      VkPhysicalDeviceColorWriteEnableFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceColorWriteEnableFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080676):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceColorWriteEnableFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceColorWriteEnableFeaturesEXT
  else:
    VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080676)
  struct_VkVideoDecodeH264CapabilitiesKHR_1124077023 = (when declared(
      struct_VkVideoDecodeH264CapabilitiesKHR):
    when ownSizeof(struct_VkVideoDecodeH264CapabilitiesKHR) !=
        ownSizeof(struct_VkVideoDecodeH264CapabilitiesKHR_1124077022):
      static :
        warning("Declaration of " & "struct_VkVideoDecodeH264CapabilitiesKHR" &
            " exists but with different size")
    struct_VkVideoDecodeH264CapabilitiesKHR
  else:
    struct_VkVideoDecodeH264CapabilitiesKHR_1124077022)
  VkMemoryUnmapFlagBitsKHR_1124077741 = (when declared(VkMemoryUnmapFlagBitsKHR):
    when ownSizeof(VkMemoryUnmapFlagBitsKHR) !=
        ownSizeof(VkMemoryUnmapFlagBitsKHR_1124077740):
      static :
        warning("Declaration of " & "VkMemoryUnmapFlagBitsKHR" &
            " exists but with different size")
    VkMemoryUnmapFlagBitsKHR
  else:
    VkMemoryUnmapFlagBitsKHR_1124077740)
  struct_StdVideoDecodeAV1PictureInfoFlags_1124083203 = (when declared(
      struct_StdVideoDecodeAV1PictureInfoFlags):
    when ownSizeof(struct_StdVideoDecodeAV1PictureInfoFlags) !=
        ownSizeof(struct_StdVideoDecodeAV1PictureInfoFlags_1124083202):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeAV1PictureInfoFlags" &
            " exists but with different size")
    struct_StdVideoDecodeAV1PictureInfoFlags
  else:
    struct_StdVideoDecodeAV1PictureInfoFlags_1124083202)
  struct_VkImageViewCaptureDescriptorDataInfoEXT_1124080301 = (when declared(
      struct_VkImageViewCaptureDescriptorDataInfoEXT):
    when ownSizeof(struct_VkImageViewCaptureDescriptorDataInfoEXT) !=
        ownSizeof(struct_VkImageViewCaptureDescriptorDataInfoEXT_1124080300):
      static :
        warning("Declaration of " &
            "struct_VkImageViewCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    struct_VkImageViewCaptureDescriptorDataInfoEXT
  else:
    struct_VkImageViewCaptureDescriptorDataInfoEXT_1124080300)
  enum_VkShaderInfoTypeAMD_1124078799 = (when declared(enum_VkShaderInfoTypeAMD):
    when ownSizeof(enum_VkShaderInfoTypeAMD) !=
        ownSizeof(enum_VkShaderInfoTypeAMD_1124078798):
      static :
        warning("Declaration of " & "enum_VkShaderInfoTypeAMD" &
            " exists but with different size")
    enum_VkShaderInfoTypeAMD
  else:
    enum_VkShaderInfoTypeAMD_1124078798)
  struct_VkCooperativeMatrixPropertiesNV_1124079813 = (when declared(
      struct_VkCooperativeMatrixPropertiesNV):
    when ownSizeof(struct_VkCooperativeMatrixPropertiesNV) !=
        ownSizeof(struct_VkCooperativeMatrixPropertiesNV_1124079812):
      static :
        warning("Declaration of " & "struct_VkCooperativeMatrixPropertiesNV" &
            " exists but with different size")
    struct_VkCooperativeMatrixPropertiesNV
  else:
    struct_VkCooperativeMatrixPropertiesNV_1124079812)
  VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082789 = (when declared(
      VkPhysicalDevicePortabilitySubsetFeaturesKHR):
    when ownSizeof(VkPhysicalDevicePortabilitySubsetFeaturesKHR) !=
        ownSizeof(VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082788):
      static :
        warning("Declaration of " &
            "VkPhysicalDevicePortabilitySubsetFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDevicePortabilitySubsetFeaturesKHR
  else:
    VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082788)
  struct_VkVideoEncodeH264QpKHR_1124076831 = (when declared(
      struct_VkVideoEncodeH264QpKHR):
    when ownSizeof(struct_VkVideoEncodeH264QpKHR) !=
        ownSizeof(struct_VkVideoEncodeH264QpKHR_1124076830):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeH264QpKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264QpKHR
  else:
    struct_VkVideoEncodeH264QpKHR_1124076830)
  struct_VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076409 = (when declared(
      struct_VkPhysicalDeviceVertexAttributeDivisorFeatures):
    when ownSizeof(struct_VkPhysicalDeviceVertexAttributeDivisorFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076408):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVertexAttributeDivisorFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceVertexAttributeDivisorFeatures
  else:
    struct_VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076408)
  VkPipelineRasterizationLineStateCreateInfo_1124076395 = (when declared(
      VkPipelineRasterizationLineStateCreateInfo):
    when ownSizeof(VkPipelineRasterizationLineStateCreateInfo) !=
        ownSizeof(VkPipelineRasterizationLineStateCreateInfo_1124076394):
      static :
        warning("Declaration of " & "VkPipelineRasterizationLineStateCreateInfo" &
            " exists but with different size")
    VkPipelineRasterizationLineStateCreateInfo
  else:
    VkPipelineRasterizationLineStateCreateInfo_1124076394)
  VkVideoFormatPropertiesKHR_1124076713 = (when declared(
      VkVideoFormatPropertiesKHR):
    when ownSizeof(VkVideoFormatPropertiesKHR) !=
        ownSizeof(VkVideoFormatPropertiesKHR_1124076712):
      static :
        warning("Declaration of " & "VkVideoFormatPropertiesKHR" &
            " exists but with different size")
    VkVideoFormatPropertiesKHR
  else:
    VkVideoFormatPropertiesKHR_1124076712)
  struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082171 = (when declared(
      struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV):
    when ownSizeof(struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV) !=
        ownSizeof(struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082170):
      static :
        warning("Declaration of " &
            "struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV" &
            " exists but with different size")
    struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV
  else:
    struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082170)
  VkPhysicalDeviceDepthStencilResolveProperties_1124075801 = (when declared(
      VkPhysicalDeviceDepthStencilResolveProperties):
    when ownSizeof(VkPhysicalDeviceDepthStencilResolveProperties) !=
        ownSizeof(VkPhysicalDeviceDepthStencilResolveProperties_1124075800):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthStencilResolveProperties" &
            " exists but with different size")
    VkPhysicalDeviceDepthStencilResolveProperties
  else:
    VkPhysicalDeviceDepthStencilResolveProperties_1124075800)
  VkPipelineShaderStageCreateFlagBits_1124074337 = (when declared(
      VkPipelineShaderStageCreateFlagBits):
    when ownSizeof(VkPipelineShaderStageCreateFlagBits) !=
        ownSizeof(VkPipelineShaderStageCreateFlagBits_1124074336):
      static :
        warning("Declaration of " & "VkPipelineShaderStageCreateFlagBits" &
            " exists but with different size")
    VkPipelineShaderStageCreateFlagBits
  else:
    VkPipelineShaderStageCreateFlagBits_1124074336)
  enum_VkSurfaceTransformFlagBitsKHR_1124076477 = (when declared(
      enum_VkSurfaceTransformFlagBitsKHR):
    when ownSizeof(enum_VkSurfaceTransformFlagBitsKHR) !=
        ownSizeof(enum_VkSurfaceTransformFlagBitsKHR_1124076476):
      static :
        warning("Declaration of " & "enum_VkSurfaceTransformFlagBitsKHR" &
            " exists but with different size")
    enum_VkSurfaceTransformFlagBitsKHR
  else:
    enum_VkSurfaceTransformFlagBitsKHR_1124076476)
  struct_VkMultiviewPerViewAttributesInfoNVX_1124078977 = (when declared(
      struct_VkMultiviewPerViewAttributesInfoNVX):
    when ownSizeof(struct_VkMultiviewPerViewAttributesInfoNVX) !=
        ownSizeof(struct_VkMultiviewPerViewAttributesInfoNVX_1124078976):
      static :
        warning("Declaration of " & "struct_VkMultiviewPerViewAttributesInfoNVX" &
            " exists but with different size")
    struct_VkMultiviewPerViewAttributesInfoNVX
  else:
    struct_VkMultiviewPerViewAttributesInfoNVX_1124078976)
  VkPipelineCreateFlags2KHR_1124077993 = (when declared(
      VkPipelineCreateFlags2KHR):
    when ownSizeof(VkPipelineCreateFlags2KHR) !=
        ownSizeof(VkPipelineCreateFlags2KHR_1124077992):
      static :
        warning("Declaration of " & "VkPipelineCreateFlags2KHR" &
            " exists but with different size")
    VkPipelineCreateFlags2KHR
  else:
    VkPipelineCreateFlags2KHR_1124077992)
  VkPipelineViewportSwizzleStateCreateInfoNV_1124078993 = (when declared(
      VkPipelineViewportSwizzleStateCreateInfoNV):
    when ownSizeof(VkPipelineViewportSwizzleStateCreateInfoNV) !=
        ownSizeof(VkPipelineViewportSwizzleStateCreateInfoNV_1124078992):
      static :
        warning("Declaration of " & "VkPipelineViewportSwizzleStateCreateInfoNV" &
            " exists but with different size")
    VkPipelineViewportSwizzleStateCreateInfoNV
  else:
    VkPipelineViewportSwizzleStateCreateInfoNV_1124078992)
  VkHdrVividDynamicMetadataHUAWEI_1124082355 = (when declared(
      VkHdrVividDynamicMetadataHUAWEI):
    when ownSizeof(VkHdrVividDynamicMetadataHUAWEI) !=
        ownSizeof(VkHdrVividDynamicMetadataHUAWEI_1124082354):
      static :
        warning("Declaration of " & "VkHdrVividDynamicMetadataHUAWEI" &
            " exists but with different size")
    VkHdrVividDynamicMetadataHUAWEI
  else:
    VkHdrVividDynamicMetadataHUAWEI_1124082354)
  PFN_vkCmdSetRasterizationSamplesEXT_1124081143 = (when declared(
      PFN_vkCmdSetRasterizationSamplesEXT):
    when ownSizeof(PFN_vkCmdSetRasterizationSamplesEXT) !=
        ownSizeof(PFN_vkCmdSetRasterizationSamplesEXT_1124081142):
      static :
        warning("Declaration of " & "PFN_vkCmdSetRasterizationSamplesEXT" &
            " exists but with different size")
    PFN_vkCmdSetRasterizationSamplesEXT
  else:
    PFN_vkCmdSetRasterizationSamplesEXT_1124081142)
  VkClusterAccelerationStructureAddressResolutionFlagsNV_1124082033 = (when declared(
      VkClusterAccelerationStructureAddressResolutionFlagsNV):
    when ownSizeof(VkClusterAccelerationStructureAddressResolutionFlagsNV) !=
        ownSizeof(VkClusterAccelerationStructureAddressResolutionFlagsNV_1124082032):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureAddressResolutionFlagsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureAddressResolutionFlagsNV
  else:
    VkClusterAccelerationStructureAddressResolutionFlagsNV_1124082032)
  VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078555 = (when declared(
      VkPhysicalDeviceLayeredApiVulkanPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceLayeredApiVulkanPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078554):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceLayeredApiVulkanPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceLayeredApiVulkanPropertiesKHR
  else:
    VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078554)
  enum_StdVideoH264WeightedBipredIdc_1124083129 = (when declared(
      enum_StdVideoH264WeightedBipredIdc):
    when ownSizeof(enum_StdVideoH264WeightedBipredIdc) !=
        ownSizeof(enum_StdVideoH264WeightedBipredIdc_1124083128):
      static :
        warning("Declaration of " & "enum_StdVideoH264WeightedBipredIdc" &
            " exists but with different size")
    enum_StdVideoH264WeightedBipredIdc
  else:
    enum_StdVideoH264WeightedBipredIdc_1124083128)
  struct_VkImageResolve2_1124076087 = (when declared(struct_VkImageResolve2):
    when ownSizeof(struct_VkImageResolve2) != ownSizeof(struct_VkImageResolve2_1124076086):
      static :
        warning("Declaration of " & "struct_VkImageResolve2" &
            " exists but with different size")
    struct_VkImageResolve2
  else:
    struct_VkImageResolve2_1124076086)
  VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078259 = (when declared(
      VkPhysicalDeviceVideoEncodeAV1FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceVideoEncodeAV1FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078258):
      static :
        warning("Declaration of " & "VkPhysicalDeviceVideoEncodeAV1FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceVideoEncodeAV1FeaturesKHR
  else:
    VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078258)
  PFN_vkCmdBindDescriptorSets2KHR_1124078413 = (when declared(
      PFN_vkCmdBindDescriptorSets2KHR):
    when ownSizeof(PFN_vkCmdBindDescriptorSets2KHR) !=
        ownSizeof(PFN_vkCmdBindDescriptorSets2KHR_1124078412):
      static :
        warning("Declaration of " & "PFN_vkCmdBindDescriptorSets2KHR" &
            " exists but with different size")
    PFN_vkCmdBindDescriptorSets2KHR
  else:
    PFN_vkCmdBindDescriptorSets2KHR_1124078412)
  VkViewport_1124074803 = (when declared(VkViewport):
    when ownSizeof(VkViewport) != ownSizeof(VkViewport_1124074802):
      static :
        warning("Declaration of " & "VkViewport" &
            " exists but with different size")
    VkViewport
  else:
    VkViewport_1124074802)
  PFN_vkCmdSetColorWriteMaskEXT_1124081157 = (when declared(
      PFN_vkCmdSetColorWriteMaskEXT):
    when ownSizeof(PFN_vkCmdSetColorWriteMaskEXT) !=
        ownSizeof(PFN_vkCmdSetColorWriteMaskEXT_1124081156):
      static :
        warning("Declaration of " & "PFN_vkCmdSetColorWriteMaskEXT" &
            " exists but with different size")
    PFN_vkCmdSetColorWriteMaskEXT
  else:
    PFN_vkCmdSetColorWriteMaskEXT_1124081156)
  struct_VkDeviceImageSubresourceInfo_1124076269 = (when declared(
      struct_VkDeviceImageSubresourceInfo):
    when ownSizeof(struct_VkDeviceImageSubresourceInfo) !=
        ownSizeof(struct_VkDeviceImageSubresourceInfo_1124076268):
      static :
        warning("Declaration of " & "struct_VkDeviceImageSubresourceInfo" &
            " exists but with different size")
    struct_VkDeviceImageSubresourceInfo
  else:
    struct_VkDeviceImageSubresourceInfo_1124076268)
  VkVideoCapabilityFlagBitsKHR_1124076661 = (when declared(
      VkVideoCapabilityFlagBitsKHR):
    when ownSizeof(VkVideoCapabilityFlagBitsKHR) !=
        ownSizeof(VkVideoCapabilityFlagBitsKHR_1124076660):
      static :
        warning("Declaration of " & "VkVideoCapabilityFlagBitsKHR" &
            " exists but with different size")
    VkVideoCapabilityFlagBitsKHR
  else:
    VkVideoCapabilityFlagBitsKHR_1124076660)
  struct_VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079593 = (when declared(
      struct_VkPhysicalDeviceExclusiveScissorFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceExclusiveScissorFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079592):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceExclusiveScissorFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceExclusiveScissorFeaturesNV
  else:
    struct_VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079592)
  struct_VkAttachmentDescription_1124074841 = (when declared(
      struct_VkAttachmentDescription):
    when ownSizeof(struct_VkAttachmentDescription) !=
        ownSizeof(struct_VkAttachmentDescription_1124074840):
      static :
        warning("Declaration of " & "struct_VkAttachmentDescription" &
            " exists but with different size")
    struct_VkAttachmentDescription
  else:
    struct_VkAttachmentDescription_1124074840)
  VkPipelineExecutableStatisticValueKHR_1124077725 = (when declared(
      VkPipelineExecutableStatisticValueKHR):
    when ownSizeof(VkPipelineExecutableStatisticValueKHR) !=
        ownSizeof(VkPipelineExecutableStatisticValueKHR_1124077724):
      static :
        warning("Declaration of " & "VkPipelineExecutableStatisticValueKHR" &
            " exists but with different size")
    VkPipelineExecutableStatisticValueKHR
  else:
    VkPipelineExecutableStatisticValueKHR_1124077724)
  VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079861 = (when declared(
      VkPhysicalDeviceProvokingVertexFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceProvokingVertexFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079860):
      static :
        warning("Declaration of " & "VkPhysicalDeviceProvokingVertexFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceProvokingVertexFeaturesEXT
  else:
    VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079860)
  struct_VkDebugMarkerObjectNameInfoEXT_1124078687 = (when declared(
      struct_VkDebugMarkerObjectNameInfoEXT):
    when ownSizeof(struct_VkDebugMarkerObjectNameInfoEXT) !=
        ownSizeof(struct_VkDebugMarkerObjectNameInfoEXT_1124078686):
      static :
        warning("Declaration of " & "struct_VkDebugMarkerObjectNameInfoEXT" &
            " exists but with different size")
    struct_VkDebugMarkerObjectNameInfoEXT
  else:
    struct_VkDebugMarkerObjectNameInfoEXT_1124078686)
  VkMemoryMapPlacedInfoEXT_1124079975 = (when declared(VkMemoryMapPlacedInfoEXT):
    when ownSizeof(VkMemoryMapPlacedInfoEXT) !=
        ownSizeof(VkMemoryMapPlacedInfoEXT_1124079974):
      static :
        warning("Declaration of " & "VkMemoryMapPlacedInfoEXT" &
            " exists but with different size")
    VkMemoryMapPlacedInfoEXT
  else:
    VkMemoryMapPlacedInfoEXT_1124079974)
  PFN_vkGetShaderModuleIdentifierEXT_1124081399 = (when declared(
      PFN_vkGetShaderModuleIdentifierEXT):
    when ownSizeof(PFN_vkGetShaderModuleIdentifierEXT) !=
        ownSizeof(PFN_vkGetShaderModuleIdentifierEXT_1124081398):
      static :
        warning("Declaration of " & "PFN_vkGetShaderModuleIdentifierEXT" &
            " exists but with different size")
    PFN_vkGetShaderModuleIdentifierEXT
  else:
    PFN_vkGetShaderModuleIdentifierEXT_1124081398)
  struct_VkDisplayProperties2KHR_1124077423 = (when declared(
      struct_VkDisplayProperties2KHR):
    when ownSizeof(struct_VkDisplayProperties2KHR) !=
        ownSizeof(struct_VkDisplayProperties2KHR_1124077422):
      static :
        warning("Declaration of " & "struct_VkDisplayProperties2KHR" &
            " exists but with different size")
    struct_VkDisplayProperties2KHR
  else:
    struct_VkDisplayProperties2KHR_1124077422)
  PFN_vkCmdSetColorBlendAdvancedEXT_1124081171 = (when declared(
      PFN_vkCmdSetColorBlendAdvancedEXT):
    when ownSizeof(PFN_vkCmdSetColorBlendAdvancedEXT) !=
        ownSizeof(PFN_vkCmdSetColorBlendAdvancedEXT_1124081170):
      static :
        warning("Declaration of " & "PFN_vkCmdSetColorBlendAdvancedEXT" &
            " exists but with different size")
    PFN_vkCmdSetColorBlendAdvancedEXT
  else:
    PFN_vkCmdSetColorBlendAdvancedEXT_1124081170)
  PFN_vkBindImageMemory2_1124075545 = (when declared(PFN_vkBindImageMemory2):
    when ownSizeof(PFN_vkBindImageMemory2) != ownSizeof(PFN_vkBindImageMemory2_1124075544):
      static :
        warning("Declaration of " & "PFN_vkBindImageMemory2" &
            " exists but with different size")
    PFN_vkBindImageMemory2
  else:
    PFN_vkBindImageMemory2_1124075544)
  VkDeviceQueueCreateFlags_1124074207 = (when declared(VkDeviceQueueCreateFlags):
    when ownSizeof(VkDeviceQueueCreateFlags) !=
        ownSizeof(VkDeviceQueueCreateFlags_1124074206):
      static :
        warning("Declaration of " & "VkDeviceQueueCreateFlags" &
            " exists but with different size")
    VkDeviceQueueCreateFlags
  else:
    VkDeviceQueueCreateFlags_1124074206)
  struct_VkCopyTensorInfoARM_1124081317 = (when declared(
      struct_VkCopyTensorInfoARM):
    when ownSizeof(struct_VkCopyTensorInfoARM) !=
        ownSizeof(struct_VkCopyTensorInfoARM_1124081316):
      static :
        warning("Declaration of " & "struct_VkCopyTensorInfoARM" &
            " exists but with different size")
    struct_VkCopyTensorInfoARM
  else:
    struct_VkCopyTensorInfoARM_1124081316)
  VkIndirectCommandsInputModeFlagsEXT_1124082203 = (when declared(
      VkIndirectCommandsInputModeFlagsEXT):
    when ownSizeof(VkIndirectCommandsInputModeFlagsEXT) !=
        ownSizeof(VkIndirectCommandsInputModeFlagsEXT_1124082202):
      static :
        warning("Declaration of " & "VkIndirectCommandsInputModeFlagsEXT" &
            " exists but with different size")
    VkIndirectCommandsInputModeFlagsEXT
  else:
    VkIndirectCommandsInputModeFlagsEXT_1124082202)
  PFN_vkCmdTraceRaysKHR_1124082611 = (when declared(PFN_vkCmdTraceRaysKHR):
    when ownSizeof(PFN_vkCmdTraceRaysKHR) != ownSizeof(PFN_vkCmdTraceRaysKHR_1124082610):
      static :
        warning("Declaration of " & "PFN_vkCmdTraceRaysKHR" &
            " exists but with different size")
    PFN_vkCmdTraceRaysKHR
  else:
    PFN_vkCmdTraceRaysKHR_1124082610)
  VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082095 = (when declared(
      VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV):
    when ownSizeof(VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV) !=
        ownSizeof(VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082094):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
  else:
    VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082094)
  VkAcquireNextImageInfoKHR_1124076539 = (when declared(
      VkAcquireNextImageInfoKHR):
    when ownSizeof(VkAcquireNextImageInfoKHR) !=
        ownSizeof(VkAcquireNextImageInfoKHR_1124076538):
      static :
        warning("Declaration of " & "VkAcquireNextImageInfoKHR" &
            " exists but with different size")
    VkAcquireNextImageInfoKHR
  else:
    VkAcquireNextImageInfoKHR_1124076538)
  VkQueryResultFlagBits_1124074255 = (when declared(VkQueryResultFlagBits):
    when ownSizeof(VkQueryResultFlagBits) != ownSizeof(VkQueryResultFlagBits_1124074254):
      static :
        warning("Declaration of " & "VkQueryResultFlagBits" &
            " exists but with different size")
    VkQueryResultFlagBits
  else:
    VkQueryResultFlagBits_1124074254)
  VkDependencyInfo_1124075941 = (when declared(VkDependencyInfo):
    when ownSizeof(VkDependencyInfo) != ownSizeof(VkDependencyInfo_1124075940):
      static :
        warning("Declaration of " & "VkDependencyInfo" &
            " exists but with different size")
    VkDependencyInfo
  else:
    VkDependencyInfo_1124075940)
  struct_VkCopyImageToImageInfo_1124076317 = (when declared(
      struct_VkCopyImageToImageInfo):
    when ownSizeof(struct_VkCopyImageToImageInfo) !=
        ownSizeof(struct_VkCopyImageToImageInfo_1124076316):
      static :
        warning("Declaration of " & "struct_VkCopyImageToImageInfo" &
            " exists but with different size")
    struct_VkCopyImageToImageInfo
  else:
    struct_VkCopyImageToImageInfo_1124076316)
  struct_VkPhysicalDeviceShaderExpectAssumeFeatures_1124076341 = (when declared(
      struct_VkPhysicalDeviceShaderExpectAssumeFeatures):
    when ownSizeof(struct_VkPhysicalDeviceShaderExpectAssumeFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceShaderExpectAssumeFeatures_1124076340):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderExpectAssumeFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderExpectAssumeFeatures
  else:
    struct_VkPhysicalDeviceShaderExpectAssumeFeatures_1124076340)
  VkSubpassDescriptionDepthStencilResolveKHR_1124077579 = (when declared(
      VkSubpassDescriptionDepthStencilResolveKHR):
    when ownSizeof(VkSubpassDescriptionDepthStencilResolveKHR) !=
        ownSizeof(VkSubpassDescriptionDepthStencilResolveKHR_1124077578):
      static :
        warning("Declaration of " & "VkSubpassDescriptionDepthStencilResolveKHR" &
            " exists but with different size")
    VkSubpassDescriptionDepthStencilResolveKHR
  else:
    VkSubpassDescriptionDepthStencilResolveKHR_1124077578)
  VkDescriptorUpdateTemplateEntry_1124075473 = (when declared(
      VkDescriptorUpdateTemplateEntry):
    when ownSizeof(VkDescriptorUpdateTemplateEntry) !=
        ownSizeof(VkDescriptorUpdateTemplateEntry_1124075472):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateEntry" &
            " exists but with different size")
    VkDescriptorUpdateTemplateEntry
  else:
    VkDescriptorUpdateTemplateEntry_1124075472)
  HMONITOR_1124082755 = (when declared(HMONITOR):
    when ownSizeof(HMONITOR) != ownSizeof(HMONITOR_1124082754):
      static :
        warning("Declaration of " & "HMONITOR" &
            " exists but with different size")
    HMONITOR
  else:
    HMONITOR_1124082754)
  VkPhysicalDeviceIDPropertiesKHR_1124077159 = (when declared(
      VkPhysicalDeviceIDPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceIDPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceIDPropertiesKHR_1124077158):
      static :
        warning("Declaration of " & "VkPhysicalDeviceIDPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceIDPropertiesKHR
  else:
    VkPhysicalDeviceIDPropertiesKHR_1124077158)
  VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080577 = (when declared(
      VkPhysicalDeviceDepthClipControlFeaturesEXT):
    when ownSizeof(VkPhysicalDeviceDepthClipControlFeaturesEXT) !=
        ownSizeof(VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080576):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDepthClipControlFeaturesEXT" &
            " exists but with different size")
    VkPhysicalDeviceDepthClipControlFeaturesEXT
  else:
    VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080576)
  struct_VkDeviceQueueInfo2_1124075381 = (when declared(
      struct_VkDeviceQueueInfo2):
    when ownSizeof(struct_VkDeviceQueueInfo2) !=
        ownSizeof(struct_VkDeviceQueueInfo2_1124075380):
      static :
        warning("Declaration of " & "struct_VkDeviceQueueInfo2" &
            " exists but with different size")
    struct_VkDeviceQueueInfo2
  else:
    struct_VkDeviceQueueInfo2_1124075380)
  VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078183 = (when declared(
      VkPhysicalDeviceCooperativeMatrixPropertiesKHR):
    when ownSizeof(VkPhysicalDeviceCooperativeMatrixPropertiesKHR) !=
        ownSizeof(VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078182):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeMatrixPropertiesKHR" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeMatrixPropertiesKHR
  else:
    VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078182)
  PFN_vkGetQueueCheckpointDataNV_1124079619 = (when declared(
      PFN_vkGetQueueCheckpointDataNV):
    when ownSizeof(PFN_vkGetQueueCheckpointDataNV) !=
        ownSizeof(PFN_vkGetQueueCheckpointDataNV_1124079618):
      static :
        warning("Declaration of " & "PFN_vkGetQueueCheckpointDataNV" &
            " exists but with different size")
    PFN_vkGetQueueCheckpointDataNV
  else:
    PFN_vkGetQueueCheckpointDataNV_1124079618)
  PFN_vkGetPrivateDataEXT_1124080201 = (when declared(PFN_vkGetPrivateDataEXT):
    when ownSizeof(PFN_vkGetPrivateDataEXT) !=
        ownSizeof(PFN_vkGetPrivateDataEXT_1124080200):
      static :
        warning("Declaration of " & "PFN_vkGetPrivateDataEXT" &
            " exists but with different size")
    PFN_vkGetPrivateDataEXT
  else:
    PFN_vkGetPrivateDataEXT_1124080200)
  PFN_vkCmdSetTessellationDomainOriginEXT_1124081159 = (when declared(
      PFN_vkCmdSetTessellationDomainOriginEXT):
    when ownSizeof(PFN_vkCmdSetTessellationDomainOriginEXT) !=
        ownSizeof(PFN_vkCmdSetTessellationDomainOriginEXT_1124081158):
      static :
        warning("Declaration of " & "PFN_vkCmdSetTessellationDomainOriginEXT" &
            " exists but with different size")
    PFN_vkCmdSetTessellationDomainOriginEXT
  else:
    PFN_vkCmdSetTessellationDomainOriginEXT_1124081158)
  enum_VkStencilOp_1124074121 = (when declared(enum_VkStencilOp):
    when ownSizeof(enum_VkStencilOp) != ownSizeof(enum_VkStencilOp_1124074120):
      static :
        warning("Declaration of " & "enum_VkStencilOp" &
            " exists but with different size")
    enum_VkStencilOp
  else:
    enum_VkStencilOp_1124074120)
  PFN_vkCmdSetExclusiveScissorEnableNV_1124079597 = (when declared(
      PFN_vkCmdSetExclusiveScissorEnableNV):
    when ownSizeof(PFN_vkCmdSetExclusiveScissorEnableNV) !=
        ownSizeof(PFN_vkCmdSetExclusiveScissorEnableNV_1124079596):
      static :
        warning("Declaration of " & "PFN_vkCmdSetExclusiveScissorEnableNV" &
            " exists but with different size")
    PFN_vkCmdSetExclusiveScissorEnableNV
  else:
    PFN_vkCmdSetExclusiveScissorEnableNV_1124079596)
  struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082857 = (when declared(
      struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082856):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV
  else:
    struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082856)
  VkVertexInputBindingDivisorDescriptionKHR_1124078349 = (when declared(
      VkVertexInputBindingDivisorDescriptionKHR):
    when ownSizeof(VkVertexInputBindingDivisorDescriptionKHR) !=
        ownSizeof(VkVertexInputBindingDivisorDescriptionKHR_1124078348):
      static :
        warning("Declaration of " & "VkVertexInputBindingDivisorDescriptionKHR" &
            " exists but with different size")
    VkVertexInputBindingDivisorDescriptionKHR
  else:
    VkVertexInputBindingDivisorDescriptionKHR_1124078348)
  VkRenderPassCreateInfo2_1124075785 = (when declared(VkRenderPassCreateInfo2):
    when ownSizeof(VkRenderPassCreateInfo2) !=
        ownSizeof(VkRenderPassCreateInfo2_1124075784):
      static :
        warning("Declaration of " & "VkRenderPassCreateInfo2" &
            " exists but with different size")
    VkRenderPassCreateInfo2
  else:
    VkRenderPassCreateInfo2_1124075784)
  struct_VkDeviceGroupSubmitInfo_1124075289 = (when declared(
      struct_VkDeviceGroupSubmitInfo):
    when ownSizeof(struct_VkDeviceGroupSubmitInfo) !=
        ownSizeof(struct_VkDeviceGroupSubmitInfo_1124075288):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupSubmitInfo" &
            " exists but with different size")
    struct_VkDeviceGroupSubmitInfo
  else:
    struct_VkDeviceGroupSubmitInfo_1124075288)
  VkFramebuffer_1124073964 = (when declared(VkFramebuffer):
    when ownSizeof(VkFramebuffer) != ownSizeof(VkFramebuffer_1124073963):
      static :
        warning("Declaration of " & "VkFramebuffer" &
            " exists but with different size")
    VkFramebuffer
  else:
    VkFramebuffer_1124073963)
  struct_VkPipelineCreateInfoKHR_1124078081 = (when declared(
      struct_VkPipelineCreateInfoKHR):
    when ownSizeof(struct_VkPipelineCreateInfoKHR) !=
        ownSizeof(struct_VkPipelineCreateInfoKHR_1124078080):
      static :
        warning("Declaration of " & "struct_VkPipelineCreateInfoKHR" &
            " exists but with different size")
    struct_VkPipelineCreateInfoKHR
  else:
    struct_VkPipelineCreateInfoKHR_1124078080)
  VkDescriptorSetVariableDescriptorCountAllocateInfoEXT_1124079279 = (when declared(
      VkDescriptorSetVariableDescriptorCountAllocateInfoEXT):
    when ownSizeof(VkDescriptorSetVariableDescriptorCountAllocateInfoEXT) !=
        ownSizeof(VkDescriptorSetVariableDescriptorCountAllocateInfoEXT_1124079278):
      static :
        warning("Declaration of " &
            "VkDescriptorSetVariableDescriptorCountAllocateInfoEXT" &
            " exists but with different size")
    VkDescriptorSetVariableDescriptorCountAllocateInfoEXT
  else:
    VkDescriptorSetVariableDescriptorCountAllocateInfoEXT_1124079278)
  VkPerformanceCounterScopeKHR_1124077331 = (when declared(
      VkPerformanceCounterScopeKHR):
    when ownSizeof(VkPerformanceCounterScopeKHR) !=
        ownSizeof(VkPerformanceCounterScopeKHR_1124077330):
      static :
        warning("Declaration of " & "VkPerformanceCounterScopeKHR" &
            " exists but with different size")
    VkPerformanceCounterScopeKHR
  else:
    VkPerformanceCounterScopeKHR_1124077330)
  struct_VkPipelineBinaryDataKHR_1124078073 = (when declared(
      struct_VkPipelineBinaryDataKHR):
    when ownSizeof(struct_VkPipelineBinaryDataKHR) !=
        ownSizeof(struct_VkPipelineBinaryDataKHR_1124078072):
      static :
        warning("Declaration of " & "struct_VkPipelineBinaryDataKHR" &
            " exists but with different size")
    struct_VkPipelineBinaryDataKHR
  else:
    struct_VkPipelineBinaryDataKHR_1124078072)
  struct_VkReleaseSwapchainImagesInfoKHR_1124078159 = (when declared(
      struct_VkReleaseSwapchainImagesInfoKHR):
    when ownSizeof(struct_VkReleaseSwapchainImagesInfoKHR) !=
        ownSizeof(struct_VkReleaseSwapchainImagesInfoKHR_1124078158):
      static :
        warning("Declaration of " & "struct_VkReleaseSwapchainImagesInfoKHR" &
            " exists but with different size")
    struct_VkReleaseSwapchainImagesInfoKHR
  else:
    struct_VkReleaseSwapchainImagesInfoKHR_1124078158)
  VkCopyMemoryToAccelerationStructureInfoKHR_1124082545 = (when declared(
      VkCopyMemoryToAccelerationStructureInfoKHR):
    when ownSizeof(VkCopyMemoryToAccelerationStructureInfoKHR) !=
        ownSizeof(VkCopyMemoryToAccelerationStructureInfoKHR_1124082544):
      static :
        warning("Declaration of " & "VkCopyMemoryToAccelerationStructureInfoKHR" &
            " exists but with different size")
    VkCopyMemoryToAccelerationStructureInfoKHR
  else:
    VkCopyMemoryToAccelerationStructureInfoKHR_1124082544)
  Window_1124082777 = (when declared(Window):
    when ownSizeof(Window) != ownSizeof(Window_1124082776):
      static :
        warning("Declaration of " & "Window" & " exists but with different size")
    Window
  else:
    Window_1124082776)
  VkRayTracingInvocationReorderModeNV_1124081575 = (when declared(
      VkRayTracingInvocationReorderModeNV):
    when ownSizeof(VkRayTracingInvocationReorderModeNV) !=
        ownSizeof(VkRayTracingInvocationReorderModeNV_1124081574):
      static :
        warning("Declaration of " & "VkRayTracingInvocationReorderModeNV" &
            " exists but with different size")
    VkRayTracingInvocationReorderModeNV
  else:
    VkRayTracingInvocationReorderModeNV_1124081574)
  struct_VkVideoFormatH265QuantizationMapPropertiesKHR_1124078517 = (when declared(
      struct_VkVideoFormatH265QuantizationMapPropertiesKHR):
    when ownSizeof(struct_VkVideoFormatH265QuantizationMapPropertiesKHR) !=
        ownSizeof(struct_VkVideoFormatH265QuantizationMapPropertiesKHR_1124078516):
      static :
        warning("Declaration of " &
            "struct_VkVideoFormatH265QuantizationMapPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoFormatH265QuantizationMapPropertiesKHR
  else:
    struct_VkVideoFormatH265QuantizationMapPropertiesKHR_1124078516)
  VkDeviceOrHostAddressKHR_1124080815 = (when declared(VkDeviceOrHostAddressKHR):
    when ownSizeof(VkDeviceOrHostAddressKHR) !=
        ownSizeof(VkDeviceOrHostAddressKHR_1124080814):
      static :
        warning("Declaration of " & "VkDeviceOrHostAddressKHR" &
            " exists but with different size")
    VkDeviceOrHostAddressKHR
  else:
    VkDeviceOrHostAddressKHR_1124080814)
  PFN_vkCreateRenderPass2KHR_1124077279 = (when declared(
      PFN_vkCreateRenderPass2KHR):
    when ownSizeof(PFN_vkCreateRenderPass2KHR) !=
        ownSizeof(PFN_vkCreateRenderPass2KHR_1124077278):
      static :
        warning("Declaration of " & "PFN_vkCreateRenderPass2KHR" &
            " exists but with different size")
    PFN_vkCreateRenderPass2KHR
  else:
    PFN_vkCreateRenderPass2KHR_1124077278)
  struct_VkVideoSessionParametersCreateInfoKHR_1124076735 = (when declared(
      struct_VkVideoSessionParametersCreateInfoKHR):
    when ownSizeof(struct_VkVideoSessionParametersCreateInfoKHR) !=
        ownSizeof(struct_VkVideoSessionParametersCreateInfoKHR_1124076734):
      static :
        warning("Declaration of " &
            "struct_VkVideoSessionParametersCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoSessionParametersCreateInfoKHR
  else:
    struct_VkVideoSessionParametersCreateInfoKHR_1124076734)
  VkPipelineDepthStencilStateCreateFlagBits_1124074399 = (when declared(
      VkPipelineDepthStencilStateCreateFlagBits):
    when ownSizeof(VkPipelineDepthStencilStateCreateFlagBits) !=
        ownSizeof(VkPipelineDepthStencilStateCreateFlagBits_1124074398):
      static :
        warning("Declaration of " & "VkPipelineDepthStencilStateCreateFlagBits" &
            " exists but with different size")
    VkPipelineDepthStencilStateCreateFlagBits
  else:
    VkPipelineDepthStencilStateCreateFlagBits_1124074398)
  struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082469 = (when declared(
      struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC):
    when ownSizeof(struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC) !=
        ownSizeof(struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082468):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC" &
            " exists but with different size")
    struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC
  else:
    struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082468)
  struct_VkPhysicalDeviceRayTracingPropertiesNV_1124079429 = (when declared(
      struct_VkPhysicalDeviceRayTracingPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceRayTracingPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceRayTracingPropertiesNV_1124079428):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRayTracingPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceRayTracingPropertiesNV
  else:
    struct_VkPhysicalDeviceRayTracingPropertiesNV_1124079428)
  struct_VkDataGraphPipelineSessionBindPointRequirementARM_1124081771 = (when declared(
      struct_VkDataGraphPipelineSessionBindPointRequirementARM):
    when ownSizeof(struct_VkDataGraphPipelineSessionBindPointRequirementARM) !=
        ownSizeof(struct_VkDataGraphPipelineSessionBindPointRequirementARM_1124081770):
      static :
        warning("Declaration of " &
            "struct_VkDataGraphPipelineSessionBindPointRequirementARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineSessionBindPointRequirementARM
  else:
    struct_VkDataGraphPipelineSessionBindPointRequirementARM_1124081770)
  VkFenceGetWin32HandleInfoKHR_1124082721 = (when declared(
      VkFenceGetWin32HandleInfoKHR):
    when ownSizeof(VkFenceGetWin32HandleInfoKHR) !=
        ownSizeof(VkFenceGetWin32HandleInfoKHR_1124082720):
      static :
        warning("Declaration of " & "VkFenceGetWin32HandleInfoKHR" &
            " exists but with different size")
    VkFenceGetWin32HandleInfoKHR
  else:
    VkFenceGetWin32HandleInfoKHR_1124082720)
  VkExternalFenceHandleTypeFlagsKHR_1124077293 = (when declared(
      VkExternalFenceHandleTypeFlagsKHR):
    when ownSizeof(VkExternalFenceHandleTypeFlagsKHR) !=
        ownSizeof(VkExternalFenceHandleTypeFlagsKHR_1124077292):
      static :
        warning("Declaration of " & "VkExternalFenceHandleTypeFlagsKHR" &
            " exists but with different size")
    VkExternalFenceHandleTypeFlagsKHR
  else:
    VkExternalFenceHandleTypeFlagsKHR_1124077292)
  VkPipelineCreateFlags_1124074333 = (when declared(VkPipelineCreateFlags):
    when ownSizeof(VkPipelineCreateFlags) != ownSizeof(VkPipelineCreateFlags_1124074332):
      static :
        warning("Declaration of " & "VkPipelineCreateFlags" &
            " exists but with different size")
    VkPipelineCreateFlags
  else:
    VkPipelineCreateFlags_1124074332)
  StdVideoH265PictureType_1124083043 = (when declared(StdVideoH265PictureType):
    when ownSizeof(StdVideoH265PictureType) !=
        ownSizeof(StdVideoH265PictureType_1124083042):
      static :
        warning("Declaration of " & "StdVideoH265PictureType" &
            " exists but with different size")
    StdVideoH265PictureType
  else:
    StdVideoH265PictureType_1124083042)
  PFN_vkBindImageMemory_1124074951 = (when declared(PFN_vkBindImageMemory):
    when ownSizeof(PFN_vkBindImageMemory) != ownSizeof(PFN_vkBindImageMemory_1124074950):
      static :
        warning("Declaration of " & "PFN_vkBindImageMemory" &
            " exists but with different size")
    PFN_vkBindImageMemory
  else:
    PFN_vkBindImageMemory_1124074950)
  PFN_vkDebugReportCallbackEXT_1124078667 = (when declared(
      PFN_vkDebugReportCallbackEXT):
    when ownSizeof(PFN_vkDebugReportCallbackEXT) !=
        ownSizeof(PFN_vkDebugReportCallbackEXT_1124078666):
      static :
        warning("Declaration of " & "PFN_vkDebugReportCallbackEXT" &
            " exists but with different size")
    PFN_vkDebugReportCallbackEXT
  else:
    PFN_vkDebugReportCallbackEXT_1124078666)
  VkPerformanceCounterARM_1124082387 = (when declared(VkPerformanceCounterARM):
    when ownSizeof(VkPerformanceCounterARM) !=
        ownSizeof(VkPerformanceCounterARM_1124082386):
      static :
        warning("Declaration of " & "VkPerformanceCounterARM" &
            " exists but with different size")
    VkPerformanceCounterARM
  else:
    VkPerformanceCounterARM_1124082386)
  PFN_vkCmdCopyBuffer_1124075013 = (when declared(PFN_vkCmdCopyBuffer):
    when ownSizeof(PFN_vkCmdCopyBuffer) != ownSizeof(PFN_vkCmdCopyBuffer_1124075012):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyBuffer" &
            " exists but with different size")
    PFN_vkCmdCopyBuffer
  else:
    PFN_vkCmdCopyBuffer_1124075012)
  VkBufferDeviceAddressInfoKHR_1124077677 = (when declared(
      VkBufferDeviceAddressInfoKHR):
    when ownSizeof(VkBufferDeviceAddressInfoKHR) !=
        ownSizeof(VkBufferDeviceAddressInfoKHR_1124077676):
      static :
        warning("Declaration of " & "VkBufferDeviceAddressInfoKHR" &
            " exists but with different size")
    VkBufferDeviceAddressInfoKHR
  else:
    VkBufferDeviceAddressInfoKHR_1124077676)
  PFN_vkCmdCopyTensorARM_1124081375 = (when declared(PFN_vkCmdCopyTensorARM):
    when ownSizeof(PFN_vkCmdCopyTensorARM) != ownSizeof(PFN_vkCmdCopyTensorARM_1124081374):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyTensorARM" &
            " exists but with different size")
    PFN_vkCmdCopyTensorARM
  else:
    PFN_vkCmdCopyTensorARM_1124081374)
  struct_VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078549 = (when declared(
      struct_VkPhysicalDeviceLayeredApiPropertiesListKHR):
    when ownSizeof(struct_VkPhysicalDeviceLayeredApiPropertiesListKHR) !=
        ownSizeof(struct_VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078548):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceLayeredApiPropertiesListKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceLayeredApiPropertiesListKHR
  else:
    struct_VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078548)
  struct_VkMemoryOpaqueCaptureAddressAllocateInfo_1124075703 = (when declared(
      struct_VkMemoryOpaqueCaptureAddressAllocateInfo):
    when ownSizeof(struct_VkMemoryOpaqueCaptureAddressAllocateInfo) !=
        ownSizeof(struct_VkMemoryOpaqueCaptureAddressAllocateInfo_1124075702):
      static :
        warning("Declaration of " &
            "struct_VkMemoryOpaqueCaptureAddressAllocateInfo" &
            " exists but with different size")
    struct_VkMemoryOpaqueCaptureAddressAllocateInfo
  else:
    struct_VkMemoryOpaqueCaptureAddressAllocateInfo_1124075702)
  PFN_vkCmdSetProvokingVertexModeEXT_1124081173 = (when declared(
      PFN_vkCmdSetProvokingVertexModeEXT):
    when ownSizeof(PFN_vkCmdSetProvokingVertexModeEXT) !=
        ownSizeof(PFN_vkCmdSetProvokingVertexModeEXT_1124081172):
      static :
        warning("Declaration of " & "PFN_vkCmdSetProvokingVertexModeEXT" &
            " exists but with different size")
    PFN_vkCmdSetProvokingVertexModeEXT
  else:
    PFN_vkCmdSetProvokingVertexModeEXT_1124081172)
  struct_VkMemoryDedicatedRequirements_1124075273 = (when declared(
      struct_VkMemoryDedicatedRequirements):
    when ownSizeof(struct_VkMemoryDedicatedRequirements) !=
        ownSizeof(struct_VkMemoryDedicatedRequirements_1124075272):
      static :
        warning("Declaration of " & "struct_VkMemoryDedicatedRequirements" &
            " exists but with different size")
    struct_VkMemoryDedicatedRequirements
  else:
    struct_VkMemoryDedicatedRequirements_1124075272)
  struct_VkBindIndexBufferIndirectCommandEXT_1124082287 = (when declared(
      struct_VkBindIndexBufferIndirectCommandEXT):
    when ownSizeof(struct_VkBindIndexBufferIndirectCommandEXT) !=
        ownSizeof(struct_VkBindIndexBufferIndirectCommandEXT_1124082286):
      static :
        warning("Declaration of " & "struct_VkBindIndexBufferIndirectCommandEXT" &
            " exists but with different size")
    struct_VkBindIndexBufferIndirectCommandEXT
  else:
    struct_VkBindIndexBufferIndirectCommandEXT_1124082286)
  VkBindSparseInfo_1124074607 = (when declared(VkBindSparseInfo):
    when ownSizeof(VkBindSparseInfo) != ownSizeof(VkBindSparseInfo_1124074606):
      static :
        warning("Declaration of " & "VkBindSparseInfo" &
            " exists but with different size")
    VkBindSparseInfo
  else:
    VkBindSparseInfo_1124074606)
  VkQueueFamilyDataGraphPropertiesARM_1124081809 = (when declared(
      VkQueueFamilyDataGraphPropertiesARM):
    when ownSizeof(VkQueueFamilyDataGraphPropertiesARM) !=
        ownSizeof(VkQueueFamilyDataGraphPropertiesARM_1124081808):
      static :
        warning("Declaration of " & "VkQueueFamilyDataGraphPropertiesARM" &
            " exists but with different size")
    VkQueueFamilyDataGraphPropertiesARM
  else:
    VkQueueFamilyDataGraphPropertiesARM_1124081808)
  VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079823 = (when declared(
      VkPhysicalDeviceCooperativeMatrixPropertiesNV):
    when ownSizeof(VkPhysicalDeviceCooperativeMatrixPropertiesNV) !=
        ownSizeof(VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079822):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceCooperativeMatrixPropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceCooperativeMatrixPropertiesNV
  else:
    VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079822)
  struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081115 = (when declared(
      struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081114):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT
  else:
    struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081114)
  enum_VkDirectDriverLoadingModeLUNARG_1124081229 = (when declared(
      enum_VkDirectDriverLoadingModeLUNARG):
    when ownSizeof(enum_VkDirectDriverLoadingModeLUNARG) !=
        ownSizeof(enum_VkDirectDriverLoadingModeLUNARG_1124081228):
      static :
        warning("Declaration of " & "enum_VkDirectDriverLoadingModeLUNARG" &
            " exists but with different size")
    enum_VkDirectDriverLoadingModeLUNARG
  else:
    enum_VkDirectDriverLoadingModeLUNARG_1124081228)
  PFN_vkGetPhysicalDeviceSurfaceFormats2KHR_1124077417 = (when declared(
      PFN_vkGetPhysicalDeviceSurfaceFormats2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfaceFormats2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfaceFormats2KHR_1124077416):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceFormats2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfaceFormats2KHR
  else:
    PFN_vkGetPhysicalDeviceSurfaceFormats2KHR_1124077416)
  VkAccelerationStructureCreateFlagBitsKHR_1124082483 = (when declared(
      VkAccelerationStructureCreateFlagBitsKHR):
    when ownSizeof(VkAccelerationStructureCreateFlagBitsKHR) !=
        ownSizeof(VkAccelerationStructureCreateFlagBitsKHR_1124082482):
      static :
        warning("Declaration of " & "VkAccelerationStructureCreateFlagBitsKHR" &
            " exists but with different size")
    VkAccelerationStructureCreateFlagBitsKHR
  else:
    VkAccelerationStructureCreateFlagBitsKHR_1124082482)
  VkIndirectCommandsLayoutEXT_1124082189 = (when declared(
      VkIndirectCommandsLayoutEXT):
    when ownSizeof(VkIndirectCommandsLayoutEXT) !=
        ownSizeof(VkIndirectCommandsLayoutEXT_1124082188):
      static :
        warning("Declaration of " & "VkIndirectCommandsLayoutEXT" &
            " exists but with different size")
    VkIndirectCommandsLayoutEXT
  else:
    VkIndirectCommandsLayoutEXT_1124082188)
  PFN_vkGetDisplayPlaneCapabilitiesKHR_1124076623 = (when declared(
      PFN_vkGetDisplayPlaneCapabilitiesKHR):
    when ownSizeof(PFN_vkGetDisplayPlaneCapabilitiesKHR) !=
        ownSizeof(PFN_vkGetDisplayPlaneCapabilitiesKHR_1124076622):
      static :
        warning("Declaration of " & "PFN_vkGetDisplayPlaneCapabilitiesKHR" &
            " exists but with different size")
    PFN_vkGetDisplayPlaneCapabilitiesKHR
  else:
    PFN_vkGetDisplayPlaneCapabilitiesKHR_1124076622)
  VkPhysicalDeviceGroupProperties_1124075307 = (when declared(
      VkPhysicalDeviceGroupProperties):
    when ownSizeof(VkPhysicalDeviceGroupProperties) !=
        ownSizeof(VkPhysicalDeviceGroupProperties_1124075306):
      static :
        warning("Declaration of " & "VkPhysicalDeviceGroupProperties" &
            " exists but with different size")
    VkPhysicalDeviceGroupProperties
  else:
    VkPhysicalDeviceGroupProperties_1124075306)
  VkSparseImageOpaqueMemoryBindInfo_1124074591 = (when declared(
      VkSparseImageOpaqueMemoryBindInfo):
    when ownSizeof(VkSparseImageOpaqueMemoryBindInfo) !=
        ownSizeof(VkSparseImageOpaqueMemoryBindInfo_1124074590):
      static :
        warning("Declaration of " & "VkSparseImageOpaqueMemoryBindInfo" &
            " exists but with different size")
    VkSparseImageOpaqueMemoryBindInfo
  else:
    VkSparseImageOpaqueMemoryBindInfo_1124074590)
  PFN_vkGetPhysicalDeviceDisplayProperties2KHR_1124077443 = (when declared(
      PFN_vkGetPhysicalDeviceDisplayProperties2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceDisplayProperties2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceDisplayProperties2KHR_1124077442):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceDisplayProperties2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceDisplayProperties2KHR
  else:
    PFN_vkGetPhysicalDeviceDisplayProperties2KHR_1124077442)
  VkCopyImageToMemoryInfoEXT_1124079941 = (when declared(
      VkCopyImageToMemoryInfoEXT):
    when ownSizeof(VkCopyImageToMemoryInfoEXT) !=
        ownSizeof(VkCopyImageToMemoryInfoEXT_1124079940):
      static :
        warning("Declaration of " & "VkCopyImageToMemoryInfoEXT" &
            " exists but with different size")
    VkCopyImageToMemoryInfoEXT
  else:
    VkCopyImageToMemoryInfoEXT_1124079940)
  VkSamplerReductionModeCreateInfo_1124075753 = (when declared(
      VkSamplerReductionModeCreateInfo):
    when ownSizeof(VkSamplerReductionModeCreateInfo) !=
        ownSizeof(VkSamplerReductionModeCreateInfo_1124075752):
      static :
        warning("Declaration of " & "VkSamplerReductionModeCreateInfo" &
            " exists but with different size")
    VkSamplerReductionModeCreateInfo
  else:
    VkSamplerReductionModeCreateInfo_1124075752)
  PFN_vkCmdSetDescriptorBufferOffsets2EXT_1124078421 = (when declared(
      PFN_vkCmdSetDescriptorBufferOffsets2EXT):
    when ownSizeof(PFN_vkCmdSetDescriptorBufferOffsets2EXT) !=
        ownSizeof(PFN_vkCmdSetDescriptorBufferOffsets2EXT_1124078420):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDescriptorBufferOffsets2EXT" &
            " exists but with different size")
    PFN_vkCmdSetDescriptorBufferOffsets2EXT
  else:
    PFN_vkCmdSetDescriptorBufferOffsets2EXT_1124078420)
  struct_VkTensorFormatPropertiesARM_1124081289 = (when declared(
      struct_VkTensorFormatPropertiesARM):
    when ownSizeof(struct_VkTensorFormatPropertiesARM) !=
        ownSizeof(struct_VkTensorFormatPropertiesARM_1124081288):
      static :
        warning("Declaration of " & "struct_VkTensorFormatPropertiesARM" &
            " exists but with different size")
    struct_VkTensorFormatPropertiesARM
  else:
    struct_VkTensorFormatPropertiesARM_1124081288)
  enum_VkOpticalFlowSessionBindingPointNV_1124081409 = (when declared(
      enum_VkOpticalFlowSessionBindingPointNV):
    when ownSizeof(enum_VkOpticalFlowSessionBindingPointNV) !=
        ownSizeof(enum_VkOpticalFlowSessionBindingPointNV_1124081408):
      static :
        warning("Declaration of " & "enum_VkOpticalFlowSessionBindingPointNV" &
            " exists but with different size")
    enum_VkOpticalFlowSessionBindingPointNV
  else:
    enum_VkOpticalFlowSessionBindingPointNV_1124081408)
  LPCWSTR_1124082663 = (when declared(LPCWSTR):
    when ownSizeof(LPCWSTR) != ownSizeof(LPCWSTR_1124082662):
      static :
        warning("Declaration of " & "LPCWSTR" &
            " exists but with different size")
    LPCWSTR
  else:
    LPCWSTR_1124082662)
  VkAntiLagDataAMD_1124081499 = (when declared(VkAntiLagDataAMD):
    when ownSizeof(VkAntiLagDataAMD) != ownSizeof(VkAntiLagDataAMD_1124081498):
      static :
        warning("Declaration of " & "VkAntiLagDataAMD" &
            " exists but with different size")
    VkAntiLagDataAMD
  else:
    VkAntiLagDataAMD_1124081498)
  VkDrawIndirectCountIndirectCommandEXT_1124082281 = (when declared(
      VkDrawIndirectCountIndirectCommandEXT):
    when ownSizeof(VkDrawIndirectCountIndirectCommandEXT) !=
        ownSizeof(VkDrawIndirectCountIndirectCommandEXT_1124082280):
      static :
        warning("Declaration of " & "VkDrawIndirectCountIndirectCommandEXT" &
            " exists but with different size")
    VkDrawIndirectCountIndirectCommandEXT
  else:
    VkDrawIndirectCountIndirectCommandEXT_1124082280)
  VkVideoEndCodingFlagsKHR_1124076679 = (when declared(VkVideoEndCodingFlagsKHR):
    when ownSizeof(VkVideoEndCodingFlagsKHR) !=
        ownSizeof(VkVideoEndCodingFlagsKHR_1124076678):
      static :
        warning("Declaration of " & "VkVideoEndCodingFlagsKHR" &
            " exists but with different size")
    VkVideoEndCodingFlagsKHR
  else:
    VkVideoEndCodingFlagsKHR_1124076678)
  struct_VkInitializePerformanceApiInfoINTEL_1124079657 = (when declared(
      struct_VkInitializePerformanceApiInfoINTEL):
    when ownSizeof(struct_VkInitializePerformanceApiInfoINTEL) !=
        ownSizeof(struct_VkInitializePerformanceApiInfoINTEL_1124079656):
      static :
        warning("Declaration of " & "struct_VkInitializePerformanceApiInfoINTEL" &
            " exists but with different size")
    struct_VkInitializePerformanceApiInfoINTEL
  else:
    struct_VkInitializePerformanceApiInfoINTEL_1124079656)
  struct_VkBindTensorMemoryInfoARM_1124081281 = (when declared(
      struct_VkBindTensorMemoryInfoARM):
    when ownSizeof(struct_VkBindTensorMemoryInfoARM) !=
        ownSizeof(struct_VkBindTensorMemoryInfoARM_1124081280):
      static :
        warning("Declaration of " & "struct_VkBindTensorMemoryInfoARM" &
            " exists but with different size")
    struct_VkBindTensorMemoryInfoARM
  else:
    struct_VkBindTensorMemoryInfoARM_1124081280)
  PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR_1124077197 = (when declared(
      PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR_1124077196):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR_1124077196)
  VkResolveImageFlagsKHR_1124078631 = (when declared(VkResolveImageFlagsKHR):
    when ownSizeof(VkResolveImageFlagsKHR) != ownSizeof(VkResolveImageFlagsKHR_1124078630):
      static :
        warning("Declaration of " & "VkResolveImageFlagsKHR" &
            " exists but with different size")
    VkResolveImageFlagsKHR
  else:
    VkResolveImageFlagsKHR_1124078630)
  VkPipelineCacheHeaderVersionDataGraphQCOM_1124082459 = (when declared(
      VkPipelineCacheHeaderVersionDataGraphQCOM):
    when ownSizeof(VkPipelineCacheHeaderVersionDataGraphQCOM) !=
        ownSizeof(VkPipelineCacheHeaderVersionDataGraphQCOM_1124082458):
      static :
        warning("Declaration of " & "VkPipelineCacheHeaderVersionDataGraphQCOM" &
            " exists but with different size")
    VkPipelineCacheHeaderVersionDataGraphQCOM
  else:
    VkPipelineCacheHeaderVersionDataGraphQCOM_1124082458)
  VkDataGraphPipelineSessionCreateInfoARM_1124081765 = (when declared(
      VkDataGraphPipelineSessionCreateInfoARM):
    when ownSizeof(VkDataGraphPipelineSessionCreateInfoARM) !=
        ownSizeof(VkDataGraphPipelineSessionCreateInfoARM_1124081764):
      static :
        warning("Declaration of " & "VkDataGraphPipelineSessionCreateInfoARM" &
            " exists but with different size")
    VkDataGraphPipelineSessionCreateInfoARM
  else:
    VkDataGraphPipelineSessionCreateInfoARM_1124081764)
  struct_VkSampleLocationsInfoEXT_1124079137 = (when declared(
      struct_VkSampleLocationsInfoEXT):
    when ownSizeof(struct_VkSampleLocationsInfoEXT) !=
        ownSizeof(struct_VkSampleLocationsInfoEXT_1124079136):
      static :
        warning("Declaration of " & "struct_VkSampleLocationsInfoEXT" &
            " exists but with different size")
    struct_VkSampleLocationsInfoEXT
  else:
    struct_VkSampleLocationsInfoEXT_1124079136)
  struct_VkVideoSessionParametersUpdateInfoKHR_1124076739 = (when declared(
      struct_VkVideoSessionParametersUpdateInfoKHR):
    when ownSizeof(struct_VkVideoSessionParametersUpdateInfoKHR) !=
        ownSizeof(struct_VkVideoSessionParametersUpdateInfoKHR_1124076738):
      static :
        warning("Declaration of " &
            "struct_VkVideoSessionParametersUpdateInfoKHR" &
            " exists but with different size")
    struct_VkVideoSessionParametersUpdateInfoKHR
  else:
    struct_VkVideoSessionParametersUpdateInfoKHR_1124076738)
  VkDeviceMemoryReportEventTypeEXT_1124080135 = (when declared(
      VkDeviceMemoryReportEventTypeEXT):
    when ownSizeof(VkDeviceMemoryReportEventTypeEXT) !=
        ownSizeof(VkDeviceMemoryReportEventTypeEXT_1124080134):
      static :
        warning("Declaration of " & "VkDeviceMemoryReportEventTypeEXT" &
            " exists but with different size")
    VkDeviceMemoryReportEventTypeEXT
  else:
    VkDeviceMemoryReportEventTypeEXT_1124080134)
  VkPhysicalDevicePresentBarrierFeaturesNV_1124080175 = (when declared(
      VkPhysicalDevicePresentBarrierFeaturesNV):
    when ownSizeof(VkPhysicalDevicePresentBarrierFeaturesNV) !=
        ownSizeof(VkPhysicalDevicePresentBarrierFeaturesNV_1124080174):
      static :
        warning("Declaration of " & "VkPhysicalDevicePresentBarrierFeaturesNV" &
            " exists but with different size")
    VkPhysicalDevicePresentBarrierFeaturesNV
  else:
    VkPhysicalDevicePresentBarrierFeaturesNV_1124080174)
  VkPipelineCreateFlagBits_1124074331 = (when declared(VkPipelineCreateFlagBits):
    when ownSizeof(VkPipelineCreateFlagBits) !=
        ownSizeof(VkPipelineCreateFlagBits_1124074330):
      static :
        warning("Declaration of " & "VkPipelineCreateFlagBits" &
            " exists but with different size")
    VkPipelineCreateFlagBits
  else:
    VkPipelineCreateFlagBits_1124074330)
  VkShadingRatePaletteNV_1124079293 = (when declared(VkShadingRatePaletteNV):
    when ownSizeof(VkShadingRatePaletteNV) != ownSizeof(VkShadingRatePaletteNV_1124079292):
      static :
        warning("Declaration of " & "VkShadingRatePaletteNV" &
            " exists but with different size")
    VkShadingRatePaletteNV
  else:
    VkShadingRatePaletteNV_1124079292)
  struct_VkPerformanceMarkerInfoINTEL_1124079667 = (when declared(
      struct_VkPerformanceMarkerInfoINTEL):
    when ownSizeof(struct_VkPerformanceMarkerInfoINTEL) !=
        ownSizeof(struct_VkPerformanceMarkerInfoINTEL_1124079666):
      static :
        warning("Declaration of " & "struct_VkPerformanceMarkerInfoINTEL" &
            " exists but with different size")
    struct_VkPerformanceMarkerInfoINTEL
  else:
    struct_VkPerformanceMarkerInfoINTEL_1124079666)
  struct_StdVideoEncodeAV1ReferenceInfoFlags_1124083235 = (when declared(
      struct_StdVideoEncodeAV1ReferenceInfoFlags):
    when ownSizeof(struct_StdVideoEncodeAV1ReferenceInfoFlags) !=
        ownSizeof(struct_StdVideoEncodeAV1ReferenceInfoFlags_1124083234):
      static :
        warning("Declaration of " & "struct_StdVideoEncodeAV1ReferenceInfoFlags" &
            " exists but with different size")
    struct_StdVideoEncodeAV1ReferenceInfoFlags
  else:
    struct_StdVideoEncodeAV1ReferenceInfoFlags_1124083234)
  struct_VkVideoEncodeRateControlLayerInfoKHR_1124077827 = (when declared(
      struct_VkVideoEncodeRateControlLayerInfoKHR):
    when ownSizeof(struct_VkVideoEncodeRateControlLayerInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeRateControlLayerInfoKHR_1124077826):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeRateControlLayerInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeRateControlLayerInfoKHR
  else:
    struct_VkVideoEncodeRateControlLayerInfoKHR_1124077826)
  VkImageType_1124074031 = (when declared(VkImageType):
    when ownSizeof(VkImageType) != ownSizeof(VkImageType_1124074030):
      static :
        warning("Declaration of " & "VkImageType" &
            " exists but with different size")
    VkImageType
  else:
    VkImageType_1124074030)
  VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076923 = (when declared(
      VkVideoEncodeH265TransformBlockSizeFlagBitsKHR):
    when ownSizeof(VkVideoEncodeH265TransformBlockSizeFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076922):
      static :
        warning("Declaration of " &
            "VkVideoEncodeH265TransformBlockSizeFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeH265TransformBlockSizeFlagBitsKHR
  else:
    VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076922)
  VkVideoEncodeFlagsKHR_1124077777 = (when declared(VkVideoEncodeFlagsKHR):
    when ownSizeof(VkVideoEncodeFlagsKHR) != ownSizeof(VkVideoEncodeFlagsKHR_1124077776):
      static :
        warning("Declaration of " & "VkVideoEncodeFlagsKHR" &
            " exists but with different size")
    VkVideoEncodeFlagsKHR
  else:
    VkVideoEncodeFlagsKHR_1124077776)
  VkBufferCopy2KHR_1124077931 = (when declared(VkBufferCopy2KHR):
    when ownSizeof(VkBufferCopy2KHR) != ownSizeof(VkBufferCopy2KHR_1124077930):
      static :
        warning("Declaration of " & "VkBufferCopy2KHR" &
            " exists but with different size")
    VkBufferCopy2KHR
  else:
    VkBufferCopy2KHR_1124077930)
  VkPhysicalDeviceDataGraphOperationTypeARM_1124081729 = (when declared(
      VkPhysicalDeviceDataGraphOperationTypeARM):
    when ownSizeof(VkPhysicalDeviceDataGraphOperationTypeARM) !=
        ownSizeof(VkPhysicalDeviceDataGraphOperationTypeARM_1124081728):
      static :
        warning("Declaration of " & "VkPhysicalDeviceDataGraphOperationTypeARM" &
            " exists but with different size")
    VkPhysicalDeviceDataGraphOperationTypeARM
  else:
    VkPhysicalDeviceDataGraphOperationTypeARM_1124081728)
  enum_VkClusterAccelerationStructureTypeNV_1124082017 = (when declared(
      enum_VkClusterAccelerationStructureTypeNV):
    when ownSizeof(enum_VkClusterAccelerationStructureTypeNV) !=
        ownSizeof(enum_VkClusterAccelerationStructureTypeNV_1124082016):
      static :
        warning("Declaration of " & "enum_VkClusterAccelerationStructureTypeNV" &
            " exists but with different size")
    enum_VkClusterAccelerationStructureTypeNV
  else:
    enum_VkClusterAccelerationStructureTypeNV_1124082016)
  VkPhysicalDeviceShadingRateImagePropertiesNV_1124079305 = (when declared(
      VkPhysicalDeviceShadingRateImagePropertiesNV):
    when ownSizeof(VkPhysicalDeviceShadingRateImagePropertiesNV) !=
        ownSizeof(VkPhysicalDeviceShadingRateImagePropertiesNV_1124079304):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShadingRateImagePropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceShadingRateImagePropertiesNV
  else:
    VkPhysicalDeviceShadingRateImagePropertiesNV_1124079304)
  VkVideoDecodeH265PictureInfoKHR_1124077549 = (when declared(
      VkVideoDecodeH265PictureInfoKHR):
    when ownSizeof(VkVideoDecodeH265PictureInfoKHR) !=
        ownSizeof(VkVideoDecodeH265PictureInfoKHR_1124077548):
      static :
        warning("Declaration of " & "VkVideoDecodeH265PictureInfoKHR" &
            " exists but with different size")
    VkVideoDecodeH265PictureInfoKHR
  else:
    VkVideoDecodeH265PictureInfoKHR_1124077548)
  VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081989 = (when declared(
      VkPhysicalDeviceExternalComputeQueuePropertiesNV):
    when ownSizeof(VkPhysicalDeviceExternalComputeQueuePropertiesNV) !=
        ownSizeof(VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081988):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceExternalComputeQueuePropertiesNV" &
            " exists but with different size")
    VkPhysicalDeviceExternalComputeQueuePropertiesNV
  else:
    VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081988)
  VkSubpassDescription_1124074855 = (when declared(VkSubpassDescription):
    when ownSizeof(VkSubpassDescription) != ownSizeof(VkSubpassDescription_1124074854):
      static :
        warning("Declaration of " & "VkSubpassDescription" &
            " exists but with different size")
    VkSubpassDescription
  else:
    VkSubpassDescription_1124074854)
  VkSamplerBlockMatchWindowCreateInfoQCOM_1124081875 = (when declared(
      VkSamplerBlockMatchWindowCreateInfoQCOM):
    when ownSizeof(VkSamplerBlockMatchWindowCreateInfoQCOM) !=
        ownSizeof(VkSamplerBlockMatchWindowCreateInfoQCOM_1124081874):
      static :
        warning("Declaration of " & "VkSamplerBlockMatchWindowCreateInfoQCOM" &
            " exists but with different size")
    VkSamplerBlockMatchWindowCreateInfoQCOM
  else:
    VkSamplerBlockMatchWindowCreateInfoQCOM_1124081874)
  struct_StdVideoAV1LoopFilter_1124083217 = (when declared(
      struct_StdVideoAV1LoopFilter):
    when ownSizeof(struct_StdVideoAV1LoopFilter) !=
        ownSizeof(struct_StdVideoAV1LoopFilter_1124083216):
      static :
        warning("Declaration of " & "struct_StdVideoAV1LoopFilter" &
            " exists but with different size")
    struct_StdVideoAV1LoopFilter
  else:
    struct_StdVideoAV1LoopFilter_1124083216)
  enum_VkPhysicalDeviceLayeredApiKHR_1124078533 = (when declared(
      enum_VkPhysicalDeviceLayeredApiKHR):
    when ownSizeof(enum_VkPhysicalDeviceLayeredApiKHR) !=
        ownSizeof(enum_VkPhysicalDeviceLayeredApiKHR_1124078532):
      static :
        warning("Declaration of " & "enum_VkPhysicalDeviceLayeredApiKHR" &
            " exists but with different size")
    enum_VkPhysicalDeviceLayeredApiKHR
  else:
    enum_VkPhysicalDeviceLayeredApiKHR_1124078532)
  struct_VkHostImageLayoutTransitionInfo_1124076321 = (when declared(
      struct_VkHostImageLayoutTransitionInfo):
    when ownSizeof(struct_VkHostImageLayoutTransitionInfo) !=
        ownSizeof(struct_VkHostImageLayoutTransitionInfo_1124076320):
      static :
        warning("Declaration of " & "struct_VkHostImageLayoutTransitionInfo" &
            " exists but with different size")
    struct_VkHostImageLayoutTransitionInfo
  else:
    struct_VkHostImageLayoutTransitionInfo_1124076320)
  struct_VkVideoEncodeQualityLevelInfoKHR_1124077843 = (when declared(
      struct_VkVideoEncodeQualityLevelInfoKHR):
    when ownSizeof(struct_VkVideoEncodeQualityLevelInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeQualityLevelInfoKHR_1124077842):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeQualityLevelInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeQualityLevelInfoKHR
  else:
    struct_VkVideoEncodeQualityLevelInfoKHR_1124077842)
  VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079183 = (when declared(
      VkPipelineColorBlendAdvancedStateCreateInfoEXT):
    when ownSizeof(VkPipelineColorBlendAdvancedStateCreateInfoEXT) !=
        ownSizeof(VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079182):
      static :
        warning("Declaration of " &
            "VkPipelineColorBlendAdvancedStateCreateInfoEXT" &
            " exists but with different size")
    VkPipelineColorBlendAdvancedStateCreateInfoEXT
  else:
    VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079182)
  enum_VkGeometryFlagBitsKHR_1124079355 = (when declared(
      enum_VkGeometryFlagBitsKHR):
    when ownSizeof(enum_VkGeometryFlagBitsKHR) !=
        ownSizeof(enum_VkGeometryFlagBitsKHR_1124079354):
      static :
        warning("Declaration of " & "enum_VkGeometryFlagBitsKHR" &
            " exists but with different size")
    enum_VkGeometryFlagBitsKHR
  else:
    enum_VkGeometryFlagBitsKHR_1124079354)
  struct_VkSparseImageFormatProperties2_1124075361 = (when declared(
      struct_VkSparseImageFormatProperties2):
    when ownSizeof(struct_VkSparseImageFormatProperties2) !=
        ownSizeof(struct_VkSparseImageFormatProperties2_1124075360):
      static :
        warning("Declaration of " & "struct_VkSparseImageFormatProperties2" &
            " exists but with different size")
    struct_VkSparseImageFormatProperties2
  else:
    struct_VkSparseImageFormatProperties2_1124075360)
  VkAccessFlagBits2KHR_1124077867 = (when declared(VkAccessFlagBits2KHR):
    when ownSizeof(VkAccessFlagBits2KHR) != ownSizeof(VkAccessFlagBits2KHR_1124077866):
      static :
        warning("Declaration of " & "VkAccessFlagBits2KHR" &
            " exists but with different size")
    VkAccessFlagBits2KHR
  else:
    VkAccessFlagBits2KHR_1124077866)
  VkVideoEncodeProfileRgbConversionInfoVALVE_1124080721 = (when declared(
      VkVideoEncodeProfileRgbConversionInfoVALVE):
    when ownSizeof(VkVideoEncodeProfileRgbConversionInfoVALVE) !=
        ownSizeof(VkVideoEncodeProfileRgbConversionInfoVALVE_1124080720):
      static :
        warning("Declaration of " & "VkVideoEncodeProfileRgbConversionInfoVALVE" &
            " exists but with different size")
    VkVideoEncodeProfileRgbConversionInfoVALVE
  else:
    VkVideoEncodeProfileRgbConversionInfoVALVE_1124080720)
  PFN_vkCmdEncodeVideoKHR_1124077859 = (when declared(PFN_vkCmdEncodeVideoKHR):
    when ownSizeof(PFN_vkCmdEncodeVideoKHR) !=
        ownSizeof(PFN_vkCmdEncodeVideoKHR_1124077858):
      static :
        warning("Declaration of " & "PFN_vkCmdEncodeVideoKHR" &
            " exists but with different size")
    PFN_vkCmdEncodeVideoKHR
  else:
    PFN_vkCmdEncodeVideoKHR_1124077858)
  VkPhysicalDeviceIndexTypeUint8Features_1124076247 = (when declared(
      VkPhysicalDeviceIndexTypeUint8Features):
    when ownSizeof(VkPhysicalDeviceIndexTypeUint8Features) !=
        ownSizeof(VkPhysicalDeviceIndexTypeUint8Features_1124076246):
      static :
        warning("Declaration of " & "VkPhysicalDeviceIndexTypeUint8Features" &
            " exists but with different size")
    VkPhysicalDeviceIndexTypeUint8Features
  else:
    VkPhysicalDeviceIndexTypeUint8Features_1124076246)
  PFN_vkDeviceMemoryReportCallbackEXT_1124080147 = (when declared(
      PFN_vkDeviceMemoryReportCallbackEXT):
    when ownSizeof(PFN_vkDeviceMemoryReportCallbackEXT) !=
        ownSizeof(PFN_vkDeviceMemoryReportCallbackEXT_1124080146):
      static :
        warning("Declaration of " & "PFN_vkDeviceMemoryReportCallbackEXT" &
            " exists but with different size")
    PFN_vkDeviceMemoryReportCallbackEXT
  else:
    PFN_vkDeviceMemoryReportCallbackEXT_1124080146)
  struct_VkPipelineIndirectDeviceAddressInfoNV_1124081057 = (when declared(
      struct_VkPipelineIndirectDeviceAddressInfoNV):
    when ownSizeof(struct_VkPipelineIndirectDeviceAddressInfoNV) !=
        ownSizeof(struct_VkPipelineIndirectDeviceAddressInfoNV_1124081056):
      static :
        warning("Declaration of " &
            "struct_VkPipelineIndirectDeviceAddressInfoNV" &
            " exists but with different size")
    struct_VkPipelineIndirectDeviceAddressInfoNV
  else:
    struct_VkPipelineIndirectDeviceAddressInfoNV_1124081056)
  struct_VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075743 = (when declared(
      struct_VkDescriptorSetVariableDescriptorCountLayoutSupport):
    when ownSizeof(struct_VkDescriptorSetVariableDescriptorCountLayoutSupport) !=
        ownSizeof(struct_VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075742):
      static :
        warning("Declaration of " &
            "struct_VkDescriptorSetVariableDescriptorCountLayoutSupport" &
            " exists but with different size")
    struct_VkDescriptorSetVariableDescriptorCountLayoutSupport
  else:
    struct_VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075742)
  VkVideoDecodeVP9CapabilitiesKHR_1124078331 = (when declared(
      VkVideoDecodeVP9CapabilitiesKHR):
    when ownSizeof(VkVideoDecodeVP9CapabilitiesKHR) !=
        ownSizeof(VkVideoDecodeVP9CapabilitiesKHR_1124078330):
      static :
        warning("Declaration of " & "VkVideoDecodeVP9CapabilitiesKHR" &
            " exists but with different size")
    VkVideoDecodeVP9CapabilitiesKHR
  else:
    VkVideoDecodeVP9CapabilitiesKHR_1124078330)
  VkCooperativeMatrixPropertiesNV_1124079815 = (when declared(
      VkCooperativeMatrixPropertiesNV):
    when ownSizeof(VkCooperativeMatrixPropertiesNV) !=
        ownSizeof(VkCooperativeMatrixPropertiesNV_1124079814):
      static :
        warning("Declaration of " & "VkCooperativeMatrixPropertiesNV" &
            " exists but with different size")
    VkCooperativeMatrixPropertiesNV
  else:
    VkCooperativeMatrixPropertiesNV_1124079814)
  struct_VkExternalTensorPropertiesARM_1124081329 = (when declared(
      struct_VkExternalTensorPropertiesARM):
    when ownSizeof(struct_VkExternalTensorPropertiesARM) !=
        ownSizeof(struct_VkExternalTensorPropertiesARM_1124081328):
      static :
        warning("Declaration of " & "struct_VkExternalTensorPropertiesARM" &
            " exists but with different size")
    struct_VkExternalTensorPropertiesARM
  else:
    struct_VkExternalTensorPropertiesARM_1124081328)
  VkPushDescriptorSetInfo_1124076363 = (when declared(VkPushDescriptorSetInfo):
    when ownSizeof(VkPushDescriptorSetInfo) !=
        ownSizeof(VkPushDescriptorSetInfo_1124076362):
      static :
        warning("Declaration of " & "VkPushDescriptorSetInfo" &
            " exists but with different size")
    VkPushDescriptorSetInfo
  else:
    VkPushDescriptorSetInfo_1124076362)
  VkAccelerationStructureGeometryAabbsDataKHR_1124082497 = (when declared(
      VkAccelerationStructureGeometryAabbsDataKHR):
    when ownSizeof(VkAccelerationStructureGeometryAabbsDataKHR) !=
        ownSizeof(VkAccelerationStructureGeometryAabbsDataKHR_1124082496):
      static :
        warning("Declaration of " &
            "VkAccelerationStructureGeometryAabbsDataKHR" &
            " exists but with different size")
    VkAccelerationStructureGeometryAabbsDataKHR
  else:
    VkAccelerationStructureGeometryAabbsDataKHR_1124082496)
  struct_VkPipelineCreationFeedback_1124076011 = (when declared(
      struct_VkPipelineCreationFeedback):
    when ownSizeof(struct_VkPipelineCreationFeedback) !=
        ownSizeof(struct_VkPipelineCreationFeedback_1124076010):
      static :
        warning("Declaration of " & "struct_VkPipelineCreationFeedback" &
            " exists but with different size")
    struct_VkPipelineCreationFeedback
  else:
    struct_VkPipelineCreationFeedback_1124076010)
  VkPhysicalDeviceSubgroupSizeControlFeatures_1124076041 = (when declared(
      VkPhysicalDeviceSubgroupSizeControlFeatures):
    when ownSizeof(VkPhysicalDeviceSubgroupSizeControlFeatures) !=
        ownSizeof(VkPhysicalDeviceSubgroupSizeControlFeatures_1124076040):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSubgroupSizeControlFeatures" &
            " exists but with different size")
    VkPhysicalDeviceSubgroupSizeControlFeatures
  else:
    VkPhysicalDeviceSubgroupSizeControlFeatures_1124076040)
  struct_VkIndirectCommandsExecutionSetTokenEXT_1124082263 = (when declared(
      struct_VkIndirectCommandsExecutionSetTokenEXT):
    when ownSizeof(struct_VkIndirectCommandsExecutionSetTokenEXT) !=
        ownSizeof(struct_VkIndirectCommandsExecutionSetTokenEXT_1124082262):
      static :
        warning("Declaration of " &
            "struct_VkIndirectCommandsExecutionSetTokenEXT" &
            " exists but with different size")
    struct_VkIndirectCommandsExecutionSetTokenEXT
  else:
    struct_VkIndirectCommandsExecutionSetTokenEXT_1124082262)
  struct_VkPhysicalDeviceTimelineSemaphoreProperties_1124075671 = (when declared(
      struct_VkPhysicalDeviceTimelineSemaphoreProperties):
    when ownSizeof(struct_VkPhysicalDeviceTimelineSemaphoreProperties) !=
        ownSizeof(struct_VkPhysicalDeviceTimelineSemaphoreProperties_1124075670):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTimelineSemaphoreProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceTimelineSemaphoreProperties
  else:
    struct_VkPhysicalDeviceTimelineSemaphoreProperties_1124075670)
  VkVideoEncodeCapabilityFlagBitsKHR_1124077781 = (when declared(
      VkVideoEncodeCapabilityFlagBitsKHR):
    when ownSizeof(VkVideoEncodeCapabilityFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeCapabilityFlagBitsKHR_1124077780):
      static :
        warning("Declaration of " & "VkVideoEncodeCapabilityFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeCapabilityFlagBitsKHR
  else:
    VkVideoEncodeCapabilityFlagBitsKHR_1124077780)
  VkPipelineTessellationStateCreateFlags_1124074389 = (when declared(
      VkPipelineTessellationStateCreateFlags):
    when ownSizeof(VkPipelineTessellationStateCreateFlags) !=
        ownSizeof(VkPipelineTessellationStateCreateFlags_1124074388):
      static :
        warning("Declaration of " & "VkPipelineTessellationStateCreateFlags" &
            " exists but with different size")
    VkPipelineTessellationStateCreateFlags
  else:
    VkPipelineTessellationStateCreateFlags_1124074388)
  struct_VkSparseImageMemoryRequirements_1124074613 = (when declared(
      struct_VkSparseImageMemoryRequirements):
    when ownSizeof(struct_VkSparseImageMemoryRequirements) !=
        ownSizeof(struct_VkSparseImageMemoryRequirements_1124074612):
      static :
        warning("Declaration of " & "struct_VkSparseImageMemoryRequirements" &
            " exists but with different size")
    struct_VkSparseImageMemoryRequirements
  else:
    struct_VkSparseImageMemoryRequirements_1124074612)
  struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080165 = (when declared(
      struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080164):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT
  else:
    struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080164)
  PFN_vkGetDeviceTensorMemoryRequirementsARM_1124081373 = (when declared(
      PFN_vkGetDeviceTensorMemoryRequirementsARM):
    when ownSizeof(PFN_vkGetDeviceTensorMemoryRequirementsARM) !=
        ownSizeof(PFN_vkGetDeviceTensorMemoryRequirementsARM_1124081372):
      static :
        warning("Declaration of " & "PFN_vkGetDeviceTensorMemoryRequirementsARM" &
            " exists but with different size")
    PFN_vkGetDeviceTensorMemoryRequirementsARM
  else:
    PFN_vkGetDeviceTensorMemoryRequirementsARM_1124081372)
  PFN_vkFlushMappedMemoryRanges_1124074943 = (when declared(
      PFN_vkFlushMappedMemoryRanges):
    when ownSizeof(PFN_vkFlushMappedMemoryRanges) !=
        ownSizeof(PFN_vkFlushMappedMemoryRanges_1124074942):
      static :
        warning("Declaration of " & "PFN_vkFlushMappedMemoryRanges" &
            " exists but with different size")
    PFN_vkFlushMappedMemoryRanges
  else:
    PFN_vkFlushMappedMemoryRanges_1124074942)
  struct_VkAccelerationStructureGeometrySpheresDataNV_1124081087 = (when declared(
      struct_VkAccelerationStructureGeometrySpheresDataNV):
    when ownSizeof(struct_VkAccelerationStructureGeometrySpheresDataNV) !=
        ownSizeof(struct_VkAccelerationStructureGeometrySpheresDataNV_1124081086):
      static :
        warning("Declaration of " &
            "struct_VkAccelerationStructureGeometrySpheresDataNV" &
            " exists but with different size")
    struct_VkAccelerationStructureGeometrySpheresDataNV
  else:
    struct_VkAccelerationStructureGeometrySpheresDataNV_1124081086)
  VkClusterAccelerationStructureClusterFlagBitsNV_1124082037 = (when declared(
      VkClusterAccelerationStructureClusterFlagBitsNV):
    when ownSizeof(VkClusterAccelerationStructureClusterFlagBitsNV) !=
        ownSizeof(VkClusterAccelerationStructureClusterFlagBitsNV_1124082036):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureClusterFlagBitsNV" &
            " exists but with different size")
    VkClusterAccelerationStructureClusterFlagBitsNV
  else:
    VkClusterAccelerationStructureClusterFlagBitsNV_1124082036)
  struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081049 = (when declared(
      struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV):
    when ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV) !=
        ownSizeof(struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081048):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
  else:
    struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081048)
  PFN_vkCmdBindIndexBuffer2_1124076459 = (when declared(
      PFN_vkCmdBindIndexBuffer2):
    when ownSizeof(PFN_vkCmdBindIndexBuffer2) !=
        ownSizeof(PFN_vkCmdBindIndexBuffer2_1124076458):
      static :
        warning("Declaration of " & "PFN_vkCmdBindIndexBuffer2" &
            " exists but with different size")
    PFN_vkCmdBindIndexBuffer2
  else:
    PFN_vkCmdBindIndexBuffer2_1124076458)
  VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078523 = (when declared(
      VkVideoEncodeAV1QuantizationMapCapabilitiesKHR):
    when ownSizeof(VkVideoEncodeAV1QuantizationMapCapabilitiesKHR) !=
        ownSizeof(VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078522):
      static :
        warning("Declaration of " &
            "VkVideoEncodeAV1QuantizationMapCapabilitiesKHR" &
            " exists but with different size")
    VkVideoEncodeAV1QuantizationMapCapabilitiesKHR
  else:
    VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078522)
  struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077969 = (when declared(
      struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077968):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR
  else:
    struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077968)
  VkVideoBeginCodingInfoKHR_1124076745 = (when declared(
      VkVideoBeginCodingInfoKHR):
    when ownSizeof(VkVideoBeginCodingInfoKHR) !=
        ownSizeof(VkVideoBeginCodingInfoKHR_1124076744):
      static :
        warning("Declaration of " & "VkVideoBeginCodingInfoKHR" &
            " exists but with different size")
    VkVideoBeginCodingInfoKHR
  else:
    VkVideoBeginCodingInfoKHR_1124076744)
  struct_VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079709 = (when declared(
      struct_VkSwapchainDisplayNativeHdrCreateInfoAMD):
    when ownSizeof(struct_VkSwapchainDisplayNativeHdrCreateInfoAMD) !=
        ownSizeof(struct_VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079708):
      static :
        warning("Declaration of " &
            "struct_VkSwapchainDisplayNativeHdrCreateInfoAMD" &
            " exists but with different size")
    struct_VkSwapchainDisplayNativeHdrCreateInfoAMD
  else:
    struct_VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079708)
  struct_VkSwapchainPresentBarrierCreateInfoNV_1124080181 = (when declared(
      struct_VkSwapchainPresentBarrierCreateInfoNV):
    when ownSizeof(struct_VkSwapchainPresentBarrierCreateInfoNV) !=
        ownSizeof(struct_VkSwapchainPresentBarrierCreateInfoNV_1124080180):
      static :
        warning("Declaration of " &
            "struct_VkSwapchainPresentBarrierCreateInfoNV" &
            " exists but with different size")
    struct_VkSwapchainPresentBarrierCreateInfoNV
  else:
    struct_VkSwapchainPresentBarrierCreateInfoNV_1124080180)
  VkImageAlignmentControlCreateInfoMESA_1124082331 = (when declared(
      VkImageAlignmentControlCreateInfoMESA):
    when ownSizeof(VkImageAlignmentControlCreateInfoMESA) !=
        ownSizeof(VkImageAlignmentControlCreateInfoMESA_1124082330):
      static :
        warning("Declaration of " & "VkImageAlignmentControlCreateInfoMESA" &
            " exists but with different size")
    VkImageAlignmentControlCreateInfoMESA
  else:
    VkImageAlignmentControlCreateInfoMESA_1124082330)
  StdVideoEncodeAV1PictureInfoFlags_1124083093 = (when declared(
      StdVideoEncodeAV1PictureInfoFlags):
    when ownSizeof(StdVideoEncodeAV1PictureInfoFlags) !=
        ownSizeof(StdVideoEncodeAV1PictureInfoFlags_1124083092):
      static :
        warning("Declaration of " & "StdVideoEncodeAV1PictureInfoFlags" &
            " exists but with different size")
    StdVideoEncodeAV1PictureInfoFlags
  else:
    StdVideoEncodeAV1PictureInfoFlags_1124083092)
  struct_VkCopyMemoryToImageInfo_1124076309 = (when declared(
      struct_VkCopyMemoryToImageInfo):
    when ownSizeof(struct_VkCopyMemoryToImageInfo) !=
        ownSizeof(struct_VkCopyMemoryToImageInfo_1124076308):
      static :
        warning("Declaration of " & "struct_VkCopyMemoryToImageInfo" &
            " exists but with different size")
    struct_VkCopyMemoryToImageInfo
  else:
    struct_VkCopyMemoryToImageInfo_1124076308)
  PFN_vkReleaseFullScreenExclusiveModeEXT_1124082763 = (when declared(
      PFN_vkReleaseFullScreenExclusiveModeEXT):
    when ownSizeof(PFN_vkReleaseFullScreenExclusiveModeEXT) !=
        ownSizeof(PFN_vkReleaseFullScreenExclusiveModeEXT_1124082762):
      static :
        warning("Declaration of " & "PFN_vkReleaseFullScreenExclusiveModeEXT" &
            " exists but with different size")
    PFN_vkReleaseFullScreenExclusiveModeEXT
  else:
    PFN_vkReleaseFullScreenExclusiveModeEXT_1124082762)
  VkPhysicalDeviceMaintenance5FeaturesKHR_1124078001 = (when declared(
      VkPhysicalDeviceMaintenance5FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance5FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance5FeaturesKHR_1124078000):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance5FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance5FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance5FeaturesKHR_1124078000)
  enum_VkBuildMicromapFlagBitsEXT_1124080797 = (when declared(
      enum_VkBuildMicromapFlagBitsEXT):
    when ownSizeof(enum_VkBuildMicromapFlagBitsEXT) !=
        ownSizeof(enum_VkBuildMicromapFlagBitsEXT_1124080796):
      static :
        warning("Declaration of " & "enum_VkBuildMicromapFlagBitsEXT" &
            " exists but with different size")
    enum_VkBuildMicromapFlagBitsEXT
  else:
    enum_VkBuildMicromapFlagBitsEXT_1124080796)
  VkMutableDescriptorTypeListVALVE_1124080531 = (when declared(
      VkMutableDescriptorTypeListVALVE):
    when ownSizeof(VkMutableDescriptorTypeListVALVE) !=
        ownSizeof(VkMutableDescriptorTypeListVALVE_1124080530):
      static :
        warning("Declaration of " & "VkMutableDescriptorTypeListVALVE" &
            " exists but with different size")
    VkMutableDescriptorTypeListVALVE
  else:
    VkMutableDescriptorTypeListVALVE_1124080530)
  PFN_vkGetImageSparseMemoryRequirements2KHR_1124077473 = (when declared(
      PFN_vkGetImageSparseMemoryRequirements2KHR):
    when ownSizeof(PFN_vkGetImageSparseMemoryRequirements2KHR) !=
        ownSizeof(PFN_vkGetImageSparseMemoryRequirements2KHR_1124077472):
      static :
        warning("Declaration of " & "PFN_vkGetImageSparseMemoryRequirements2KHR" &
            " exists but with different size")
    PFN_vkGetImageSparseMemoryRequirements2KHR
  else:
    PFN_vkGetImageSparseMemoryRequirements2KHR_1124077472)
  VkVideoEncodeUsageFlagBitsKHR_1124077799 = (when declared(
      VkVideoEncodeUsageFlagBitsKHR):
    when ownSizeof(VkVideoEncodeUsageFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeUsageFlagBitsKHR_1124077798):
      static :
        warning("Declaration of " & "VkVideoEncodeUsageFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeUsageFlagBitsKHR
  else:
    VkVideoEncodeUsageFlagBitsKHR_1124077798)
  VkGeometryNV_1124079407 = (when declared(VkGeometryNV):
    when ownSizeof(VkGeometryNV) != ownSizeof(VkGeometryNV_1124079406):
      static :
        warning("Declaration of " & "VkGeometryNV" &
            " exists but with different size")
    VkGeometryNV
  else:
    VkGeometryNV_1124079406)
  VkFormatFeatureFlags_1124074157 = (when declared(VkFormatFeatureFlags):
    when ownSizeof(VkFormatFeatureFlags) != ownSizeof(VkFormatFeatureFlags_1124074156):
      static :
        warning("Declaration of " & "VkFormatFeatureFlags" &
            " exists but with different size")
    VkFormatFeatureFlags
  else:
    VkFormatFeatureFlags_1124074156)
  VkExternalSemaphoreFeatureFlagsKHR_1124077189 = (when declared(
      VkExternalSemaphoreFeatureFlagsKHR):
    when ownSizeof(VkExternalSemaphoreFeatureFlagsKHR) !=
        ownSizeof(VkExternalSemaphoreFeatureFlagsKHR_1124077188):
      static :
        warning("Declaration of " & "VkExternalSemaphoreFeatureFlagsKHR" &
            " exists but with different size")
    VkExternalSemaphoreFeatureFlagsKHR
  else:
    VkExternalSemaphoreFeatureFlagsKHR_1124077188)
  VkDebugUtilsObjectTagInfoEXT_1124079091 = (when declared(
      VkDebugUtilsObjectTagInfoEXT):
    when ownSizeof(VkDebugUtilsObjectTagInfoEXT) !=
        ownSizeof(VkDebugUtilsObjectTagInfoEXT_1124079090):
      static :
        warning("Declaration of " & "VkDebugUtilsObjectTagInfoEXT" &
            " exists but with different size")
    VkDebugUtilsObjectTagInfoEXT
  else:
    VkDebugUtilsObjectTagInfoEXT_1124079090)
  struct_VkDescriptorGetInfoEXT_1124080289 = (when declared(
      struct_VkDescriptorGetInfoEXT):
    when ownSizeof(struct_VkDescriptorGetInfoEXT) !=
        ownSizeof(struct_VkDescriptorGetInfoEXT_1124080288):
      static :
        warning("Declaration of " & "struct_VkDescriptorGetInfoEXT" &
            " exists but with different size")
    struct_VkDescriptorGetInfoEXT
  else:
    struct_VkDescriptorGetInfoEXT_1124080288)
  struct_VkRenderPassStripeSubmitInfoARM_1124080985 = (when declared(
      struct_VkRenderPassStripeSubmitInfoARM):
    when ownSizeof(struct_VkRenderPassStripeSubmitInfoARM) !=
        ownSizeof(struct_VkRenderPassStripeSubmitInfoARM_1124080984):
      static :
        warning("Declaration of " & "struct_VkRenderPassStripeSubmitInfoARM" &
            " exists but with different size")
    struct_VkRenderPassStripeSubmitInfoARM
  else:
    struct_VkRenderPassStripeSubmitInfoARM_1124080984)
  VkBindImageMemoryDeviceGroupInfo_1124075303 = (when declared(
      VkBindImageMemoryDeviceGroupInfo):
    when ownSizeof(VkBindImageMemoryDeviceGroupInfo) !=
        ownSizeof(VkBindImageMemoryDeviceGroupInfo_1124075302):
      static :
        warning("Declaration of " & "VkBindImageMemoryDeviceGroupInfo" &
            " exists but with different size")
    VkBindImageMemoryDeviceGroupInfo
  else:
    VkBindImageMemoryDeviceGroupInfo_1124075302)
  struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082861 = (when declared(
      struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082860):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV
  else:
    struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082860)
  enum_VkVideoEncodeH264CapabilityFlagBitsKHR_1124076807 = (when declared(
      enum_VkVideoEncodeH264CapabilityFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH264CapabilityFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH264CapabilityFlagBitsKHR_1124076806):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeH264CapabilityFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH264CapabilityFlagBitsKHR
  else:
    enum_VkVideoEncodeH264CapabilityFlagBitsKHR_1124076806)
  VkSubpassSampleLocationsEXT_1124079147 = (when declared(
      VkSubpassSampleLocationsEXT):
    when ownSizeof(VkSubpassSampleLocationsEXT) !=
        ownSizeof(VkSubpassSampleLocationsEXT_1124079146):
      static :
        warning("Declaration of " & "VkSubpassSampleLocationsEXT" &
            " exists but with different size")
    VkSubpassSampleLocationsEXT
  else:
    VkSubpassSampleLocationsEXT_1124079146)
  struct_VkPhysicalDevice8BitStorageFeatures_1124075711 = (when declared(
      struct_VkPhysicalDevice8BitStorageFeatures):
    when ownSizeof(struct_VkPhysicalDevice8BitStorageFeatures) !=
        ownSizeof(struct_VkPhysicalDevice8BitStorageFeatures_1124075710):
      static :
        warning("Declaration of " & "struct_VkPhysicalDevice8BitStorageFeatures" &
            " exists but with different size")
    struct_VkPhysicalDevice8BitStorageFeatures
  else:
    struct_VkPhysicalDevice8BitStorageFeatures_1124075710)
  VkCopyMemoryIndirectCommandNV_1124081007 = (when declared(
      VkCopyMemoryIndirectCommandNV):
    when ownSizeof(VkCopyMemoryIndirectCommandNV) !=
        ownSizeof(VkCopyMemoryIndirectCommandNV_1124081006):
      static :
        warning("Declaration of " & "VkCopyMemoryIndirectCommandNV" &
            " exists but with different size")
    VkCopyMemoryIndirectCommandNV
  else:
    VkCopyMemoryIndirectCommandNV_1124081006)
  struct_VkRayTracingShaderGroupCreateInfoKHR_1124082587 = (when declared(
      struct_VkRayTracingShaderGroupCreateInfoKHR):
    when ownSizeof(struct_VkRayTracingShaderGroupCreateInfoKHR) !=
        ownSizeof(struct_VkRayTracingShaderGroupCreateInfoKHR_1124082586):
      static :
        warning("Declaration of " &
            "struct_VkRayTracingShaderGroupCreateInfoKHR" &
            " exists but with different size")
    struct_VkRayTracingShaderGroupCreateInfoKHR
  else:
    struct_VkRayTracingShaderGroupCreateInfoKHR_1124082586)
  PFN_vkGetImageSubresourceLayout_1124074991 = (when declared(
      PFN_vkGetImageSubresourceLayout):
    when ownSizeof(PFN_vkGetImageSubresourceLayout) !=
        ownSizeof(PFN_vkGetImageSubresourceLayout_1124074990):
      static :
        warning("Declaration of " & "PFN_vkGetImageSubresourceLayout" &
            " exists but with different size")
    PFN_vkGetImageSubresourceLayout
  else:
    PFN_vkGetImageSubresourceLayout_1124074990)
  VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079865 = (when declared(
      VkPhysicalDeviceProvokingVertexPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceProvokingVertexPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079864):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceProvokingVertexPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceProvokingVertexPropertiesEXT
  else:
    VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079864)
  struct_VkConvertCooperativeVectorMatrixInfoNV_1124081601 = (when declared(
      struct_VkConvertCooperativeVectorMatrixInfoNV):
    when ownSizeof(struct_VkConvertCooperativeVectorMatrixInfoNV) !=
        ownSizeof(struct_VkConvertCooperativeVectorMatrixInfoNV_1124081600):
      static :
        warning("Declaration of " &
            "struct_VkConvertCooperativeVectorMatrixInfoNV" &
            " exists but with different size")
    struct_VkConvertCooperativeVectorMatrixInfoNV
  else:
    struct_VkConvertCooperativeVectorMatrixInfoNV_1124081600)
  VkVideoReferenceIntraRefreshInfoKHR_1124078483 = (when declared(
      VkVideoReferenceIntraRefreshInfoKHR):
    when ownSizeof(VkVideoReferenceIntraRefreshInfoKHR) !=
        ownSizeof(VkVideoReferenceIntraRefreshInfoKHR_1124078482):
      static :
        warning("Declaration of " & "VkVideoReferenceIntraRefreshInfoKHR" &
            " exists but with different size")
    VkVideoReferenceIntraRefreshInfoKHR
  else:
    VkVideoReferenceIntraRefreshInfoKHR_1124078482)
  VkPipelineCacheCreateInfo_1124074703 = (when declared(
      VkPipelineCacheCreateInfo):
    when ownSizeof(VkPipelineCacheCreateInfo) !=
        ownSizeof(VkPipelineCacheCreateInfo_1124074702):
      static :
        warning("Declaration of " & "VkPipelineCacheCreateInfo" &
            " exists but with different size")
    VkPipelineCacheCreateInfo
  else:
    VkPipelineCacheCreateInfo_1124074702)
  PFN_vkDestroyEvent_1124075041 = (when declared(PFN_vkDestroyEvent):
    when ownSizeof(PFN_vkDestroyEvent) != ownSizeof(PFN_vkDestroyEvent_1124075040):
      static :
        warning("Declaration of " & "PFN_vkDestroyEvent" &
            " exists but with different size")
    PFN_vkDestroyEvent
  else:
    PFN_vkDestroyEvent_1124075040)
  struct_VkCommandBufferSubmitInfo_1124075947 = (when declared(
      struct_VkCommandBufferSubmitInfo):
    when ownSizeof(struct_VkCommandBufferSubmitInfo) !=
        ownSizeof(struct_VkCommandBufferSubmitInfo_1124075946):
      static :
        warning("Declaration of " & "struct_VkCommandBufferSubmitInfo" &
            " exists but with different size")
    struct_VkCommandBufferSubmitInfo
  else:
    struct_VkCommandBufferSubmitInfo_1124075946)
  VkGeometryTypeNV_1124079337 = (when declared(VkGeometryTypeNV):
    when ownSizeof(VkGeometryTypeNV) != ownSizeof(VkGeometryTypeNV_1124079336):
      static :
        warning("Declaration of " & "VkGeometryTypeNV" &
            " exists but with different size")
    VkGeometryTypeNV
  else:
    VkGeometryTypeNV_1124079336)
  VkSharedPresentSurfaceCapabilitiesKHR_1124077289 = (when declared(
      VkSharedPresentSurfaceCapabilitiesKHR):
    when ownSizeof(VkSharedPresentSurfaceCapabilitiesKHR) !=
        ownSizeof(VkSharedPresentSurfaceCapabilitiesKHR_1124077288):
      static :
        warning("Declaration of " & "VkSharedPresentSurfaceCapabilitiesKHR" &
            " exists but with different size")
    VkSharedPresentSurfaceCapabilitiesKHR
  else:
    VkSharedPresentSurfaceCapabilitiesKHR_1124077288)
  struct_VkPipelineInfoKHR_1124077711 = (when declared(struct_VkPipelineInfoKHR):
    when ownSizeof(struct_VkPipelineInfoKHR) !=
        ownSizeof(struct_VkPipelineInfoKHR_1124077710):
      static :
        warning("Declaration of " & "struct_VkPipelineInfoKHR" &
            " exists but with different size")
    struct_VkPipelineInfoKHR
  else:
    struct_VkPipelineInfoKHR_1124077710)
  VkPhysicalDeviceMemoryProperties_1124074535 = (when declared(
      VkPhysicalDeviceMemoryProperties):
    when ownSizeof(VkPhysicalDeviceMemoryProperties) !=
        ownSizeof(VkPhysicalDeviceMemoryProperties_1124074534):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMemoryProperties" &
            " exists but with different size")
    VkPhysicalDeviceMemoryProperties
  else:
    VkPhysicalDeviceMemoryProperties_1124074534)
  VkPhysicalDeviceMaintenance8FeaturesKHR_1124078567 = (when declared(
      VkPhysicalDeviceMaintenance8FeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMaintenance8FeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMaintenance8FeaturesKHR_1124078566):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMaintenance8FeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMaintenance8FeaturesKHR
  else:
    VkPhysicalDeviceMaintenance8FeaturesKHR_1124078566)
  PFN_vkCmdSetCoverageReductionModeNV_1124081199 = (when declared(
      PFN_vkCmdSetCoverageReductionModeNV):
    when ownSizeof(PFN_vkCmdSetCoverageReductionModeNV) !=
        ownSizeof(PFN_vkCmdSetCoverageReductionModeNV_1124081198):
      static :
        warning("Declaration of " & "PFN_vkCmdSetCoverageReductionModeNV" &
            " exists but with different size")
    PFN_vkCmdSetCoverageReductionModeNV
  else:
    PFN_vkCmdSetCoverageReductionModeNV_1124081198)
  PFN_vkCmdDrawIndirectCount_1124075849 = (when declared(
      PFN_vkCmdDrawIndirectCount):
    when ownSizeof(PFN_vkCmdDrawIndirectCount) !=
        ownSizeof(PFN_vkCmdDrawIndirectCount_1124075848):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndirectCount" &
            " exists but with different size")
    PFN_vkCmdDrawIndirectCount
  else:
    PFN_vkCmdDrawIndirectCount_1124075848)
  StdVideoH264PictureType_1124083005 = (when declared(StdVideoH264PictureType):
    when ownSizeof(StdVideoH264PictureType) !=
        ownSizeof(StdVideoH264PictureType_1124083004):
      static :
        warning("Declaration of " & "StdVideoH264PictureType" &
            " exists but with different size")
    StdVideoH264PictureType
  else:
    StdVideoH264PictureType_1124083004)
  enum_VkVideoEncodeFlagBitsKHR_1124077773 = (when declared(
      enum_VkVideoEncodeFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeFlagBitsKHR_1124077772):
      static :
        warning("Declaration of " & "enum_VkVideoEncodeFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeFlagBitsKHR
  else:
    enum_VkVideoEncodeFlagBitsKHR_1124077772)
  struct_VkPipelineLayoutCreateInfo_1124074725 = (when declared(
      struct_VkPipelineLayoutCreateInfo):
    when ownSizeof(struct_VkPipelineLayoutCreateInfo) !=
        ownSizeof(struct_VkPipelineLayoutCreateInfo_1124074724):
      static :
        warning("Declaration of " & "struct_VkPipelineLayoutCreateInfo" &
            " exists but with different size")
    struct_VkPipelineLayoutCreateInfo
  else:
    struct_VkPipelineLayoutCreateInfo_1124074724)
  VkAcquireProfilingLockFlagsKHR_1124077347 = (when declared(
      VkAcquireProfilingLockFlagsKHR):
    when ownSizeof(VkAcquireProfilingLockFlagsKHR) !=
        ownSizeof(VkAcquireProfilingLockFlagsKHR_1124077346):
      static :
        warning("Declaration of " & "VkAcquireProfilingLockFlagsKHR" &
            " exists but with different size")
    VkAcquireProfilingLockFlagsKHR
  else:
    VkAcquireProfilingLockFlagsKHR_1124077346)
  struct_VkPhysicalDeviceRobustness2FeaturesKHR_1124078609 = (when declared(
      struct_VkPhysicalDeviceRobustness2FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceRobustness2FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceRobustness2FeaturesKHR_1124078608):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceRobustness2FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceRobustness2FeaturesKHR
  else:
    struct_VkPhysicalDeviceRobustness2FeaturesKHR_1124078608)
  struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080169 = (when declared(
      struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080168):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT
  else:
    struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080168)
  struct_VkFramebufferMixedSamplesCombinationNV_1124079841 = (when declared(
      struct_VkFramebufferMixedSamplesCombinationNV):
    when ownSizeof(struct_VkFramebufferMixedSamplesCombinationNV) !=
        ownSizeof(struct_VkFramebufferMixedSamplesCombinationNV_1124079840):
      static :
        warning("Declaration of " &
            "struct_VkFramebufferMixedSamplesCombinationNV" &
            " exists but with different size")
    struct_VkFramebufferMixedSamplesCombinationNV
  else:
    struct_VkFramebufferMixedSamplesCombinationNV_1124079840)
  PFN_vkCopyImageToMemory_1124076439 = (when declared(PFN_vkCopyImageToMemory):
    when ownSizeof(PFN_vkCopyImageToMemory) !=
        ownSizeof(PFN_vkCopyImageToMemory_1124076438):
      static :
        warning("Declaration of " & "PFN_vkCopyImageToMemory" &
            " exists but with different size")
    PFN_vkCopyImageToMemory
  else:
    PFN_vkCopyImageToMemory_1124076438)
  PFN_vkCmdSetAlphaToCoverageEnableEXT_1124081147 = (when declared(
      PFN_vkCmdSetAlphaToCoverageEnableEXT):
    when ownSizeof(PFN_vkCmdSetAlphaToCoverageEnableEXT) !=
        ownSizeof(PFN_vkCmdSetAlphaToCoverageEnableEXT_1124081146):
      static :
        warning("Declaration of " & "PFN_vkCmdSetAlphaToCoverageEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetAlphaToCoverageEnableEXT
  else:
    PFN_vkCmdSetAlphaToCoverageEnableEXT_1124081146)
  VkQueryType_1124074039 = (when declared(VkQueryType):
    when ownSizeof(VkQueryType) != ownSizeof(VkQueryType_1124074038):
      static :
        warning("Declaration of " & "VkQueryType" &
            " exists but with different size")
    VkQueryType
  else:
    VkQueryType_1124074038)
  PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR_1124077855 = (when declared(
      PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR_1124077854):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR
  else:
    PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR_1124077854)
  PFN_vkCreateDisplayModeKHR_1124076621 = (when declared(
      PFN_vkCreateDisplayModeKHR):
    when ownSizeof(PFN_vkCreateDisplayModeKHR) !=
        ownSizeof(PFN_vkCreateDisplayModeKHR_1124076620):
      static :
        warning("Declaration of " & "PFN_vkCreateDisplayModeKHR" &
            " exists but with different size")
    PFN_vkCreateDisplayModeKHR
  else:
    PFN_vkCreateDisplayModeKHR_1124076620)
  VkGeometryAABBNV_1124079399 = (when declared(VkGeometryAABBNV):
    when ownSizeof(VkGeometryAABBNV) != ownSizeof(VkGeometryAABBNV_1124079398):
      static :
        warning("Declaration of " & "VkGeometryAABBNV" &
            " exists but with different size")
    VkGeometryAABBNV
  else:
    VkGeometryAABBNV_1124079398)
  struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081923 = (when declared(
      struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM):
    when ownSizeof(struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM) !=
        ownSizeof(struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081922):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM" &
            " exists but with different size")
    struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM
  else:
    struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081922)
  struct_VkQueueFamilyCheckpointProperties2NV_1124079609 = (when declared(
      struct_VkQueueFamilyCheckpointProperties2NV):
    when ownSizeof(struct_VkQueueFamilyCheckpointProperties2NV) !=
        ownSizeof(struct_VkQueueFamilyCheckpointProperties2NV_1124079608):
      static :
        warning("Declaration of " &
            "struct_VkQueueFamilyCheckpointProperties2NV" &
            " exists but with different size")
    struct_VkQueueFamilyCheckpointProperties2NV
  else:
    struct_VkQueueFamilyCheckpointProperties2NV_1124079608)
  VkPipelineCreateFlagBits2_1124076223 = (when declared(
      VkPipelineCreateFlagBits2):
    when ownSizeof(VkPipelineCreateFlagBits2) !=
        ownSizeof(VkPipelineCreateFlagBits2_1124076222):
      static :
        warning("Declaration of " & "VkPipelineCreateFlagBits2" &
            " exists but with different size")
    VkPipelineCreateFlagBits2
  else:
    VkPipelineCreateFlagBits2_1124076222)
  VkPhysicalDevicePipelineRobustnessFeatures_1124076375 = (when declared(
      VkPhysicalDevicePipelineRobustnessFeatures):
    when ownSizeof(VkPhysicalDevicePipelineRobustnessFeatures) !=
        ownSizeof(VkPhysicalDevicePipelineRobustnessFeatures_1124076374):
      static :
        warning("Declaration of " & "VkPhysicalDevicePipelineRobustnessFeatures" &
            " exists but with different size")
    VkPhysicalDevicePipelineRobustnessFeatures
  else:
    VkPhysicalDevicePipelineRobustnessFeatures_1124076374)
  VkMemoryGetFdInfoKHR_1124077179 = (when declared(VkMemoryGetFdInfoKHR):
    when ownSizeof(VkMemoryGetFdInfoKHR) != ownSizeof(VkMemoryGetFdInfoKHR_1124077178):
      static :
        warning("Declaration of " & "VkMemoryGetFdInfoKHR" &
            " exists but with different size")
    VkMemoryGetFdInfoKHR
  else:
    VkMemoryGetFdInfoKHR_1124077178)
  VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077655 = (when declared(
      VkPhysicalDeviceShaderQuadControlFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderQuadControlFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077654):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderQuadControlFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderQuadControlFeaturesKHR
  else:
    VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077654)
  struct_VkDeviceGroupBindSparseInfo_1124075293 = (when declared(
      struct_VkDeviceGroupBindSparseInfo):
    when ownSizeof(struct_VkDeviceGroupBindSparseInfo) !=
        ownSizeof(struct_VkDeviceGroupBindSparseInfo_1124075292):
      static :
        warning("Declaration of " & "struct_VkDeviceGroupBindSparseInfo" &
            " exists but with different size")
    struct_VkDeviceGroupBindSparseInfo
  else:
    struct_VkDeviceGroupBindSparseInfo_1124075292)
  VkVideoCapabilitiesKHR_1124076705 = (when declared(VkVideoCapabilitiesKHR):
    when ownSizeof(VkVideoCapabilitiesKHR) != ownSizeof(VkVideoCapabilitiesKHR_1124076704):
      static :
        warning("Declaration of " & "VkVideoCapabilitiesKHR" &
            " exists but with different size")
    VkVideoCapabilitiesKHR
  else:
    VkVideoCapabilitiesKHR_1124076704)
  PFN_vkCmdDrawMultiEXT_1124080751 = (when declared(PFN_vkCmdDrawMultiEXT):
    when ownSizeof(PFN_vkCmdDrawMultiEXT) != ownSizeof(PFN_vkCmdDrawMultiEXT_1124080750):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawMultiEXT" &
            " exists but with different size")
    PFN_vkCmdDrawMultiEXT
  else:
    PFN_vkCmdDrawMultiEXT_1124080750)
  PFN_vkCmdSetDepthBoundsTestEnableEXT_1124079921 = (when declared(
      PFN_vkCmdSetDepthBoundsTestEnableEXT):
    when ownSizeof(PFN_vkCmdSetDepthBoundsTestEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDepthBoundsTestEnableEXT_1124079920):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBoundsTestEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthBoundsTestEnableEXT
  else:
    PFN_vkCmdSetDepthBoundsTestEnableEXT_1124079920)
  struct_VkSamplerCaptureDescriptorDataInfoEXT_1124080305 = (when declared(
      struct_VkSamplerCaptureDescriptorDataInfoEXT):
    when ownSizeof(struct_VkSamplerCaptureDescriptorDataInfoEXT) !=
        ownSizeof(struct_VkSamplerCaptureDescriptorDataInfoEXT_1124080304):
      static :
        warning("Declaration of " &
            "struct_VkSamplerCaptureDescriptorDataInfoEXT" &
            " exists but with different size")
    struct_VkSamplerCaptureDescriptorDataInfoEXT
  else:
    struct_VkSamplerCaptureDescriptorDataInfoEXT_1124080304)
  VkPipelineLayout_1124073981 = (when declared(VkPipelineLayout):
    when ownSizeof(VkPipelineLayout) != ownSizeof(VkPipelineLayout_1124073980):
      static :
        warning("Declaration of " & "VkPipelineLayout" &
            " exists but with different size")
    VkPipelineLayout
  else:
    VkPipelineLayout_1124073980)
  VkVideoEncodeH265PictureInfoKHR_1124076983 = (when declared(
      VkVideoEncodeH265PictureInfoKHR):
    when ownSizeof(VkVideoEncodeH265PictureInfoKHR) !=
        ownSizeof(VkVideoEncodeH265PictureInfoKHR_1124076982):
      static :
        warning("Declaration of " & "VkVideoEncodeH265PictureInfoKHR" &
            " exists but with different size")
    VkVideoEncodeH265PictureInfoKHR
  else:
    VkVideoEncodeH265PictureInfoKHR_1124076982)
  struct_StdVideoDecodeH265ReferenceInfo_1124082941 = (when declared(
      struct_StdVideoDecodeH265ReferenceInfo):
    when ownSizeof(struct_StdVideoDecodeH265ReferenceInfo) !=
        ownSizeof(struct_StdVideoDecodeH265ReferenceInfo_1124082940):
      static :
        warning("Declaration of " & "struct_StdVideoDecodeH265ReferenceInfo" &
            " exists but with different size")
    struct_StdVideoDecodeH265ReferenceInfo
  else:
    struct_StdVideoDecodeH265ReferenceInfo_1124082940)
  PFN_vkCmdWriteMicromapsPropertiesEXT_1124080883 = (when declared(
      PFN_vkCmdWriteMicromapsPropertiesEXT):
    when ownSizeof(PFN_vkCmdWriteMicromapsPropertiesEXT) !=
        ownSizeof(PFN_vkCmdWriteMicromapsPropertiesEXT_1124080882):
      static :
        warning("Declaration of " & "PFN_vkCmdWriteMicromapsPropertiesEXT" &
            " exists but with different size")
    PFN_vkCmdWriteMicromapsPropertiesEXT
  else:
    PFN_vkCmdWriteMicromapsPropertiesEXT_1124080882)
  struct_VkSetStateFlagsIndirectCommandNV_1124080057 = (when declared(
      struct_VkSetStateFlagsIndirectCommandNV):
    when ownSizeof(struct_VkSetStateFlagsIndirectCommandNV) !=
        ownSizeof(struct_VkSetStateFlagsIndirectCommandNV_1124080056):
      static :
        warning("Declaration of " & "struct_VkSetStateFlagsIndirectCommandNV" &
            " exists but with different size")
    struct_VkSetStateFlagsIndirectCommandNV
  else:
    struct_VkSetStateFlagsIndirectCommandNV_1124080056)
  enum_VkAccelerationStructureBuildTypeKHR_1124080793 = (when declared(
      enum_VkAccelerationStructureBuildTypeKHR):
    when ownSizeof(enum_VkAccelerationStructureBuildTypeKHR) !=
        ownSizeof(enum_VkAccelerationStructureBuildTypeKHR_1124080792):
      static :
        warning("Declaration of " & "enum_VkAccelerationStructureBuildTypeKHR" &
            " exists but with different size")
    enum_VkAccelerationStructureBuildTypeKHR
  else:
    enum_VkAccelerationStructureBuildTypeKHR_1124080792)
  struct_VkRayTracingPipelineInterfaceCreateInfoKHR_1124082591 = (when declared(
      struct_VkRayTracingPipelineInterfaceCreateInfoKHR):
    when ownSizeof(struct_VkRayTracingPipelineInterfaceCreateInfoKHR) !=
        ownSizeof(struct_VkRayTracingPipelineInterfaceCreateInfoKHR_1124082590):
      static :
        warning("Declaration of " &
            "struct_VkRayTracingPipelineInterfaceCreateInfoKHR" &
            " exists but with different size")
    struct_VkRayTracingPipelineInterfaceCreateInfoKHR
  else:
    struct_VkRayTracingPipelineInterfaceCreateInfoKHR_1124082590)
  PFN_vkCmdBindInvocationMaskHUAWEI_1124080609 = (when declared(
      PFN_vkCmdBindInvocationMaskHUAWEI):
    when ownSizeof(PFN_vkCmdBindInvocationMaskHUAWEI) !=
        ownSizeof(PFN_vkCmdBindInvocationMaskHUAWEI_1124080608):
      static :
        warning("Declaration of " & "PFN_vkCmdBindInvocationMaskHUAWEI" &
            " exists but with different size")
    PFN_vkCmdBindInvocationMaskHUAWEI
  else:
    PFN_vkCmdBindInvocationMaskHUAWEI_1124080608)
  PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR_1124077415 = (when declared(
      PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR_1124077414):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR
  else:
    PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR_1124077414)
  struct_VkDebugUtilsMessengerCallbackDataEXT_1124079079 = (when declared(
      struct_VkDebugUtilsMessengerCallbackDataEXT):
    when ownSizeof(struct_VkDebugUtilsMessengerCallbackDataEXT) !=
        ownSizeof(struct_VkDebugUtilsMessengerCallbackDataEXT_1124079078):
      static :
        warning("Declaration of " &
            "struct_VkDebugUtilsMessengerCallbackDataEXT" &
            " exists but with different size")
    struct_VkDebugUtilsMessengerCallbackDataEXT
  else:
    struct_VkDebugUtilsMessengerCallbackDataEXT_1124079078)
  struct_VkPartitionedAccelerationStructureFlagsNV_1124082151 = (when declared(
      struct_VkPartitionedAccelerationStructureFlagsNV):
    when ownSizeof(struct_VkPartitionedAccelerationStructureFlagsNV) !=
        ownSizeof(struct_VkPartitionedAccelerationStructureFlagsNV_1124082150):
      static :
        warning("Declaration of " &
            "struct_VkPartitionedAccelerationStructureFlagsNV" &
            " exists but with different size")
    struct_VkPartitionedAccelerationStructureFlagsNV
  else:
    struct_VkPartitionedAccelerationStructureFlagsNV_1124082150)
  VkVideoInlineQueryInfoKHR_1124078345 = (when declared(
      VkVideoInlineQueryInfoKHR):
    when ownSizeof(VkVideoInlineQueryInfoKHR) !=
        ownSizeof(VkVideoInlineQueryInfoKHR_1124078344):
      static :
        warning("Declaration of " & "VkVideoInlineQueryInfoKHR" &
            " exists but with different size")
    VkVideoInlineQueryInfoKHR
  else:
    VkVideoInlineQueryInfoKHR_1124078344)
  struct_VkCheckpointData2NV_1124079613 = (when declared(
      struct_VkCheckpointData2NV):
    when ownSizeof(struct_VkCheckpointData2NV) !=
        ownSizeof(struct_VkCheckpointData2NV_1124079612):
      static :
        warning("Declaration of " & "struct_VkCheckpointData2NV" &
            " exists but with different size")
    struct_VkCheckpointData2NV
  else:
    struct_VkCheckpointData2NV_1124079612)
  VkImportMemoryFdInfoKHR_1124077171 = (when declared(VkImportMemoryFdInfoKHR):
    when ownSizeof(VkImportMemoryFdInfoKHR) !=
        ownSizeof(VkImportMemoryFdInfoKHR_1124077170):
      static :
        warning("Declaration of " & "VkImportMemoryFdInfoKHR" &
            " exists but with different size")
    VkImportMemoryFdInfoKHR
  else:
    VkImportMemoryFdInfoKHR_1124077170)
  VkPipelineRasterizationDepthClipStateCreateFlagsEXT_1124079029 = (when declared(
      VkPipelineRasterizationDepthClipStateCreateFlagsEXT):
    when ownSizeof(VkPipelineRasterizationDepthClipStateCreateFlagsEXT) !=
        ownSizeof(VkPipelineRasterizationDepthClipStateCreateFlagsEXT_1124079028):
      static :
        warning("Declaration of " &
            "VkPipelineRasterizationDepthClipStateCreateFlagsEXT" &
            " exists but with different size")
    VkPipelineRasterizationDepthClipStateCreateFlagsEXT
  else:
    VkPipelineRasterizationDepthClipStateCreateFlagsEXT_1124079028)
  VkPipelineVertexInputStateCreateInfo_1124074791 = (when declared(
      VkPipelineVertexInputStateCreateInfo):
    when ownSizeof(VkPipelineVertexInputStateCreateInfo) !=
        ownSizeof(VkPipelineVertexInputStateCreateInfo_1124074790):
      static :
        warning("Declaration of " & "VkPipelineVertexInputStateCreateInfo" &
            " exists but with different size")
    VkPipelineVertexInputStateCreateInfo
  else:
    VkPipelineVertexInputStateCreateInfo_1124074790)
  VkGeometryTrianglesNV_1124079395 = (when declared(VkGeometryTrianglesNV):
    when ownSizeof(VkGeometryTrianglesNV) != ownSizeof(VkGeometryTrianglesNV_1124079394):
      static :
        warning("Declaration of " & "VkGeometryTrianglesNV" &
            " exists but with different size")
    VkGeometryTrianglesNV
  else:
    VkGeometryTrianglesNV_1124079394)
  VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082103 = (when declared(
      VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV):
    when ownSizeof(VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV) !=
        ownSizeof(VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082102):
      static :
        warning("Declaration of " &
            "VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV" &
            " exists but with different size")
    VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV
  else:
    VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082102)
  VkRenderingEndInfoKHR_1124078643 = (when declared(VkRenderingEndInfoKHR):
    when ownSizeof(VkRenderingEndInfoKHR) != ownSizeof(VkRenderingEndInfoKHR_1124078642):
      static :
        warning("Declaration of " & "VkRenderingEndInfoKHR" &
            " exists but with different size")
    VkRenderingEndInfoKHR
  else:
    VkRenderingEndInfoKHR_1124078642)
  StdVideoVP9ColorConfig_1124083105 = (when declared(StdVideoVP9ColorConfig):
    when ownSizeof(StdVideoVP9ColorConfig) != ownSizeof(StdVideoVP9ColorConfig_1124083104):
      static :
        warning("Declaration of " & "StdVideoVP9ColorConfig" &
            " exists but with different size")
    StdVideoVP9ColorConfig
  else:
    StdVideoVP9ColorConfig_1124083104)
  VkVideoEncodeFlagBitsKHR_1124077775 = (when declared(VkVideoEncodeFlagBitsKHR):
    when ownSizeof(VkVideoEncodeFlagBitsKHR) !=
        ownSizeof(VkVideoEncodeFlagBitsKHR_1124077774):
      static :
        warning("Declaration of " & "VkVideoEncodeFlagBitsKHR" &
            " exists but with different size")
    VkVideoEncodeFlagBitsKHR
  else:
    VkVideoEncodeFlagBitsKHR_1124077774)
  struct_VkDisplayEventInfoEXT_1124078937 = (when declared(
      struct_VkDisplayEventInfoEXT):
    when ownSizeof(struct_VkDisplayEventInfoEXT) !=
        ownSizeof(struct_VkDisplayEventInfoEXT_1124078936):
      static :
        warning("Declaration of " & "struct_VkDisplayEventInfoEXT" &
            " exists but with different size")
    struct_VkDisplayEventInfoEXT
  else:
    struct_VkDisplayEventInfoEXT_1124078936)
  VkPushConstantsInfo_1124076359 = (when declared(VkPushConstantsInfo):
    when ownSizeof(VkPushConstantsInfo) != ownSizeof(VkPushConstantsInfo_1124076358):
      static :
        warning("Declaration of " & "VkPushConstantsInfo" &
            " exists but with different size")
    VkPushConstantsInfo
  else:
    VkPushConstantsInfo_1124076358)
  PFN_vkGetFenceStatus_1124074969 = (when declared(PFN_vkGetFenceStatus):
    when ownSizeof(PFN_vkGetFenceStatus) != ownSizeof(PFN_vkGetFenceStatus_1124074968):
      static :
        warning("Declaration of " & "PFN_vkGetFenceStatus" &
            " exists but with different size")
    PFN_vkGetFenceStatus
  else:
    PFN_vkGetFenceStatus_1124074968)
  VkBindVertexBufferIndirectCommandEXT_1124082285 = (when declared(
      VkBindVertexBufferIndirectCommandEXT):
    when ownSizeof(VkBindVertexBufferIndirectCommandEXT) !=
        ownSizeof(VkBindVertexBufferIndirectCommandEXT_1124082284):
      static :
        warning("Declaration of " & "VkBindVertexBufferIndirectCommandEXT" &
            " exists but with different size")
    VkBindVertexBufferIndirectCommandEXT
  else:
    VkBindVertexBufferIndirectCommandEXT_1124082284)
  struct_VkImageMemoryBarrier2_1124075935 = (when declared(
      struct_VkImageMemoryBarrier2):
    when ownSizeof(struct_VkImageMemoryBarrier2) !=
        ownSizeof(struct_VkImageMemoryBarrier2_1124075934):
      static :
        warning("Declaration of " & "struct_VkImageMemoryBarrier2" &
            " exists but with different size")
    struct_VkImageMemoryBarrier2
  else:
    struct_VkImageMemoryBarrier2_1124075934)
  VkPhysicalDeviceShaderFloatControls2Features_1124076339 = (when declared(
      VkPhysicalDeviceShaderFloatControls2Features):
    when ownSizeof(VkPhysicalDeviceShaderFloatControls2Features) !=
        ownSizeof(VkPhysicalDeviceShaderFloatControls2Features_1124076338):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderFloatControls2Features" &
            " exists but with different size")
    VkPhysicalDeviceShaderFloatControls2Features
  else:
    VkPhysicalDeviceShaderFloatControls2Features_1124076338)
  enum_StdVideoH264AspectRatioIdc_1124083311 = (when declared(
      enum_StdVideoH264AspectRatioIdc):
    when ownSizeof(enum_StdVideoH264AspectRatioIdc) !=
        ownSizeof(enum_StdVideoH264AspectRatioIdc_1124083310):
      static :
        warning("Declaration of " & "enum_StdVideoH264AspectRatioIdc" &
            " exists but with different size")
    enum_StdVideoH264AspectRatioIdc
  else:
    enum_StdVideoH264AspectRatioIdc_1124083310)
  VkRayTracingShaderGroupTypeKHR_1124079329 = (when declared(
      VkRayTracingShaderGroupTypeKHR):
    when ownSizeof(VkRayTracingShaderGroupTypeKHR) !=
        ownSizeof(VkRayTracingShaderGroupTypeKHR_1124079328):
      static :
        warning("Declaration of " & "VkRayTracingShaderGroupTypeKHR" &
            " exists but with different size")
    VkRayTracingShaderGroupTypeKHR
  else:
    VkRayTracingShaderGroupTypeKHR_1124079328)
  VkQueueFlags_1124074199 = (when declared(VkQueueFlags):
    when ownSizeof(VkQueueFlags) != ownSizeof(VkQueueFlags_1124074198):
      static :
        warning("Declaration of " & "VkQueueFlags" &
            " exists but with different size")
    VkQueueFlags
  else:
    VkQueueFlags_1124074198)
  VkFrameBoundaryTensorsARM_1124081359 = (when declared(
      VkFrameBoundaryTensorsARM):
    when ownSizeof(VkFrameBoundaryTensorsARM) !=
        ownSizeof(VkFrameBoundaryTensorsARM_1124081358):
      static :
        warning("Declaration of " & "VkFrameBoundaryTensorsARM" &
            " exists but with different size")
    VkFrameBoundaryTensorsARM
  else:
    VkFrameBoundaryTensorsARM_1124081358)
  struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079021 = (when declared(
      struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT):
    when ownSizeof(struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079020):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT
  else:
    struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079020)
  VkPhysicalDeviceShaderExpectAssumeFeaturesKHR_1124078389 = (when declared(
      VkPhysicalDeviceShaderExpectAssumeFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceShaderExpectAssumeFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceShaderExpectAssumeFeaturesKHR_1124078388):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderExpectAssumeFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceShaderExpectAssumeFeaturesKHR
  else:
    VkPhysicalDeviceShaderExpectAssumeFeaturesKHR_1124078388)
  struct_VkDataGraphPipelineDispatchInfoARM_1124081795 = (when declared(
      struct_VkDataGraphPipelineDispatchInfoARM):
    when ownSizeof(struct_VkDataGraphPipelineDispatchInfoARM) !=
        ownSizeof(struct_VkDataGraphPipelineDispatchInfoARM_1124081794):
      static :
        warning("Declaration of " & "struct_VkDataGraphPipelineDispatchInfoARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineDispatchInfoARM
  else:
    struct_VkDataGraphPipelineDispatchInfoARM_1124081794)
  VkDescriptorSetVariableDescriptorCountLayoutSupportEXT_1124079281 = (when declared(
      VkDescriptorSetVariableDescriptorCountLayoutSupportEXT):
    when ownSizeof(VkDescriptorSetVariableDescriptorCountLayoutSupportEXT) !=
        ownSizeof(VkDescriptorSetVariableDescriptorCountLayoutSupportEXT_1124079280):
      static :
        warning("Declaration of " &
            "VkDescriptorSetVariableDescriptorCountLayoutSupportEXT" &
            " exists but with different size")
    VkDescriptorSetVariableDescriptorCountLayoutSupportEXT
  else:
    VkDescriptorSetVariableDescriptorCountLayoutSupportEXT_1124079280)
  VkSwapchainCreateFlagBitsKHR_1124076511 = (when declared(
      VkSwapchainCreateFlagBitsKHR):
    when ownSizeof(VkSwapchainCreateFlagBitsKHR) !=
        ownSizeof(VkSwapchainCreateFlagBitsKHR_1124076510):
      static :
        warning("Declaration of " & "VkSwapchainCreateFlagBitsKHR" &
            " exists but with different size")
    VkSwapchainCreateFlagBitsKHR
  else:
    VkSwapchainCreateFlagBitsKHR_1124076510)
  PFN_vkUpdateDescriptorSetWithTemplate_1124075589 = (when declared(
      PFN_vkUpdateDescriptorSetWithTemplate):
    when ownSizeof(PFN_vkUpdateDescriptorSetWithTemplate) !=
        ownSizeof(PFN_vkUpdateDescriptorSetWithTemplate_1124075588):
      static :
        warning("Declaration of " & "PFN_vkUpdateDescriptorSetWithTemplate" &
            " exists but with different size")
    PFN_vkUpdateDescriptorSetWithTemplate
  else:
    PFN_vkUpdateDescriptorSetWithTemplate_1124075588)
  VkSubmitFlagBits_1124075883 = (when declared(VkSubmitFlagBits):
    when ownSizeof(VkSubmitFlagBits) != ownSizeof(VkSubmitFlagBits_1124075882):
      static :
        warning("Declaration of " & "VkSubmitFlagBits" &
            " exists but with different size")
    VkSubmitFlagBits
  else:
    VkSubmitFlagBits_1124075882)
  VkPhysicalDeviceDescriptorIndexingProperties_1124075737 = (when declared(
      VkPhysicalDeviceDescriptorIndexingProperties):
    when ownSizeof(VkPhysicalDeviceDescriptorIndexingProperties) !=
        ownSizeof(VkPhysicalDeviceDescriptorIndexingProperties_1124075736):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDescriptorIndexingProperties" &
            " exists but with different size")
    VkPhysicalDeviceDescriptorIndexingProperties
  else:
    VkPhysicalDeviceDescriptorIndexingProperties_1124075736)
  struct_VkBindImageMemorySwapchainInfoKHR_1124076533 = (when declared(
      struct_VkBindImageMemorySwapchainInfoKHR):
    when ownSizeof(struct_VkBindImageMemorySwapchainInfoKHR) !=
        ownSizeof(struct_VkBindImageMemorySwapchainInfoKHR_1124076532):
      static :
        warning("Declaration of " & "struct_VkBindImageMemorySwapchainInfoKHR" &
            " exists but with different size")
    struct_VkBindImageMemorySwapchainInfoKHR
  else:
    struct_VkBindImageMemorySwapchainInfoKHR_1124076532)
  struct_VkVideoEncodeAV1FrameSizeKHR_1124078301 = (when declared(
      struct_VkVideoEncodeAV1FrameSizeKHR):
    when ownSizeof(struct_VkVideoEncodeAV1FrameSizeKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1FrameSizeKHR_1124078300):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeAV1FrameSizeKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1FrameSizeKHR
  else:
    struct_VkVideoEncodeAV1FrameSizeKHR_1124078300)
  enum_VkSurfaceCounterFlagBitsEXT_1124078905 = (when declared(
      enum_VkSurfaceCounterFlagBitsEXT):
    when ownSizeof(enum_VkSurfaceCounterFlagBitsEXT) !=
        ownSizeof(enum_VkSurfaceCounterFlagBitsEXT_1124078904):
      static :
        warning("Declaration of " & "enum_VkSurfaceCounterFlagBitsEXT" &
            " exists but with different size")
    enum_VkSurfaceCounterFlagBitsEXT
  else:
    enum_VkSurfaceCounterFlagBitsEXT_1124078904)
  struct_VkRenderPassFragmentDensityMapCreateInfoEXT_1124079723 = (when declared(
      struct_VkRenderPassFragmentDensityMapCreateInfoEXT):
    when ownSizeof(struct_VkRenderPassFragmentDensityMapCreateInfoEXT) !=
        ownSizeof(struct_VkRenderPassFragmentDensityMapCreateInfoEXT_1124079722):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassFragmentDensityMapCreateInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassFragmentDensityMapCreateInfoEXT
  else:
    struct_VkRenderPassFragmentDensityMapCreateInfoEXT_1124079722)
  PFN_vkCmdBindPipelineShaderGroupNV_1124080087 = (when declared(
      PFN_vkCmdBindPipelineShaderGroupNV):
    when ownSizeof(PFN_vkCmdBindPipelineShaderGroupNV) !=
        ownSizeof(PFN_vkCmdBindPipelineShaderGroupNV_1124080086):
      static :
        warning("Declaration of " & "PFN_vkCmdBindPipelineShaderGroupNV" &
            " exists but with different size")
    PFN_vkCmdBindPipelineShaderGroupNV
  else:
    PFN_vkCmdBindPipelineShaderGroupNV_1124080086)
  DWORD_1124082671 = (when declared(DWORD):
    when ownSizeof(DWORD) != ownSizeof(DWORD_1124082670):
      static :
        warning("Declaration of " & "DWORD" & " exists but with different size")
    DWORD
  else:
    DWORD_1124082670)
  PFN_vkCmdEndRendering2EXT_1124082429 = (when declared(
      PFN_vkCmdEndRendering2EXT):
    when ownSizeof(PFN_vkCmdEndRendering2EXT) !=
        ownSizeof(PFN_vkCmdEndRendering2EXT_1124082428):
      static :
        warning("Declaration of " & "PFN_vkCmdEndRendering2EXT" &
            " exists but with different size")
    PFN_vkCmdEndRendering2EXT
  else:
    PFN_vkCmdEndRendering2EXT_1124082428)
  VkMemoryHeapFlagBits_1124074185 = (when declared(VkMemoryHeapFlagBits):
    when ownSizeof(VkMemoryHeapFlagBits) != ownSizeof(VkMemoryHeapFlagBits_1124074184):
      static :
        warning("Declaration of " & "VkMemoryHeapFlagBits" &
            " exists but with different size")
    VkMemoryHeapFlagBits
  else:
    VkMemoryHeapFlagBits_1124074184)
  VkSpecializationInfo_1124074711 = (when declared(VkSpecializationInfo):
    when ownSizeof(VkSpecializationInfo) != ownSizeof(VkSpecializationInfo_1124074710):
      static :
        warning("Declaration of " & "VkSpecializationInfo" &
            " exists but with different size")
    VkSpecializationInfo
  else:
    VkSpecializationInfo_1124074710)
  PFN_vkCmdSetDepthBiasEnableEXT_1124080669 = (when declared(
      PFN_vkCmdSetDepthBiasEnableEXT):
    when ownSizeof(PFN_vkCmdSetDepthBiasEnableEXT) !=
        ownSizeof(PFN_vkCmdSetDepthBiasEnableEXT_1124080668):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthBiasEnableEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthBiasEnableEXT
  else:
    PFN_vkCmdSetDepthBiasEnableEXT_1124080668)
  StdVideoH265DecPicBufMgr_1124083013 = (when declared(StdVideoH265DecPicBufMgr):
    when ownSizeof(StdVideoH265DecPicBufMgr) !=
        ownSizeof(StdVideoH265DecPicBufMgr_1124083012):
      static :
        warning("Declaration of " & "StdVideoH265DecPicBufMgr" &
            " exists but with different size")
    StdVideoH265DecPicBufMgr
  else:
    StdVideoH265DecPicBufMgr_1124083012)
  struct_VkVideoEncodeH264QualityLevelPropertiesKHR_1124076835 = (when declared(
      struct_VkVideoEncodeH264QualityLevelPropertiesKHR):
    when ownSizeof(struct_VkVideoEncodeH264QualityLevelPropertiesKHR) !=
        ownSizeof(struct_VkVideoEncodeH264QualityLevelPropertiesKHR_1124076834):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH264QualityLevelPropertiesKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH264QualityLevelPropertiesKHR
  else:
    struct_VkVideoEncodeH264QualityLevelPropertiesKHR_1124076834)
  struct_VkPhysicalDeviceSubgroupSizeControlProperties_1124076043 = (when declared(
      struct_VkPhysicalDeviceSubgroupSizeControlProperties):
    when ownSizeof(struct_VkPhysicalDeviceSubgroupSizeControlProperties) !=
        ownSizeof(struct_VkPhysicalDeviceSubgroupSizeControlProperties_1124076042):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSubgroupSizeControlProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceSubgroupSizeControlProperties
  else:
    struct_VkPhysicalDeviceSubgroupSizeControlProperties_1124076042)
  PFN_vkCreateVideoSessionParametersKHR_1124076767 = (when declared(
      PFN_vkCreateVideoSessionParametersKHR):
    when ownSizeof(PFN_vkCreateVideoSessionParametersKHR) !=
        ownSizeof(PFN_vkCreateVideoSessionParametersKHR_1124076766):
      static :
        warning("Declaration of " & "PFN_vkCreateVideoSessionParametersKHR" &
            " exists but with different size")
    PFN_vkCreateVideoSessionParametersKHR
  else:
    PFN_vkCreateVideoSessionParametersKHR_1124076766)
  VkDisplayModeProperties2KHR_1124077433 = (when declared(
      VkDisplayModeProperties2KHR):
    when ownSizeof(VkDisplayModeProperties2KHR) !=
        ownSizeof(VkDisplayModeProperties2KHR_1124077432):
      static :
        warning("Declaration of " & "VkDisplayModeProperties2KHR" &
            " exists but with different size")
    VkDisplayModeProperties2KHR
  else:
    VkDisplayModeProperties2KHR_1124077432)
  struct_VkDedicatedAllocationBufferCreateInfoNV_1124078713 = (when declared(
      struct_VkDedicatedAllocationBufferCreateInfoNV):
    when ownSizeof(struct_VkDedicatedAllocationBufferCreateInfoNV) !=
        ownSizeof(struct_VkDedicatedAllocationBufferCreateInfoNV_1124078712):
      static :
        warning("Declaration of " &
            "struct_VkDedicatedAllocationBufferCreateInfoNV" &
            " exists but with different size")
    struct_VkDedicatedAllocationBufferCreateInfoNV
  else:
    struct_VkDedicatedAllocationBufferCreateInfoNV_1124078712)
  VkQueryPipelineStatisticFlagBits_1124074249 = (when declared(
      VkQueryPipelineStatisticFlagBits):
    when ownSizeof(VkQueryPipelineStatisticFlagBits) !=
        ownSizeof(VkQueryPipelineStatisticFlagBits_1124074248):
      static :
        warning("Declaration of " & "VkQueryPipelineStatisticFlagBits" &
            " exists but with different size")
    VkQueryPipelineStatisticFlagBits
  else:
    VkQueryPipelineStatisticFlagBits_1124074248)
  PFN_vkCreateMicromapEXT_1124080861 = (when declared(PFN_vkCreateMicromapEXT):
    when ownSizeof(PFN_vkCreateMicromapEXT) !=
        ownSizeof(PFN_vkCreateMicromapEXT_1124080860):
      static :
        warning("Declaration of " & "PFN_vkCreateMicromapEXT" &
            " exists but with different size")
    PFN_vkCreateMicromapEXT
  else:
    PFN_vkCreateMicromapEXT_1124080860)
  struct_VkPhysicalDeviceShaderIntegerDotProductProperties_1124076071 = (when declared(
      struct_VkPhysicalDeviceShaderIntegerDotProductProperties):
    when ownSizeof(struct_VkPhysicalDeviceShaderIntegerDotProductProperties) !=
        ownSizeof(struct_VkPhysicalDeviceShaderIntegerDotProductProperties_1124076070):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderIntegerDotProductProperties" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderIntegerDotProductProperties
  else:
    struct_VkPhysicalDeviceShaderIntegerDotProductProperties_1124076070)
  VkQueueFamilyGlobalPriorityProperties_1124076243 = (when declared(
      VkQueueFamilyGlobalPriorityProperties):
    when ownSizeof(VkQueueFamilyGlobalPriorityProperties) !=
        ownSizeof(VkQueueFamilyGlobalPriorityProperties_1124076242):
      static :
        warning("Declaration of " & "VkQueueFamilyGlobalPriorityProperties" &
            " exists but with different size")
    VkQueueFamilyGlobalPriorityProperties
  else:
    VkQueueFamilyGlobalPriorityProperties_1124076242)
  VkMultisampledRenderToSingleSampledInfoEXT_1124080659 = (when declared(
      VkMultisampledRenderToSingleSampledInfoEXT):
    when ownSizeof(VkMultisampledRenderToSingleSampledInfoEXT) !=
        ownSizeof(VkMultisampledRenderToSingleSampledInfoEXT_1124080658):
      static :
        warning("Declaration of " & "VkMultisampledRenderToSingleSampledInfoEXT" &
            " exists but with different size")
    VkMultisampledRenderToSingleSampledInfoEXT
  else:
    VkMultisampledRenderToSingleSampledInfoEXT_1124080658)
  PFN_vkCmdSetDepthClampRangeEXT_1124081545 = (when declared(
      PFN_vkCmdSetDepthClampRangeEXT):
    when ownSizeof(PFN_vkCmdSetDepthClampRangeEXT) !=
        ownSizeof(PFN_vkCmdSetDepthClampRangeEXT_1124081544):
      static :
        warning("Declaration of " & "PFN_vkCmdSetDepthClampRangeEXT" &
            " exists but with different size")
    PFN_vkCmdSetDepthClampRangeEXT
  else:
    PFN_vkCmdSetDepthClampRangeEXT_1124081544)
  VkMemoryDedicatedAllocateInfo_1124075279 = (when declared(
      VkMemoryDedicatedAllocateInfo):
    when ownSizeof(VkMemoryDedicatedAllocateInfo) !=
        ownSizeof(VkMemoryDedicatedAllocateInfo_1124075278):
      static :
        warning("Declaration of " & "VkMemoryDedicatedAllocateInfo" &
            " exists but with different size")
    VkMemoryDedicatedAllocateInfo
  else:
    VkMemoryDedicatedAllocateInfo_1124075278)
  VkPipelineViewportSwizzleStateCreateFlagsNV_1124078985 = (when declared(
      VkPipelineViewportSwizzleStateCreateFlagsNV):
    when ownSizeof(VkPipelineViewportSwizzleStateCreateFlagsNV) !=
        ownSizeof(VkPipelineViewportSwizzleStateCreateFlagsNV_1124078984):
      static :
        warning("Declaration of " &
            "VkPipelineViewportSwizzleStateCreateFlagsNV" &
            " exists but with different size")
    VkPipelineViewportSwizzleStateCreateFlagsNV
  else:
    VkPipelineViewportSwizzleStateCreateFlagsNV_1124078984)
  struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079203 = (when declared(
      struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV):
    when ownSizeof(struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV) !=
        ownSizeof(struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079202):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV
  else:
    struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079202)
  VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081389 = (when declared(
      VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT):
    when ownSizeof(VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT) !=
        ownSizeof(VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081388):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT" &
            " exists but with different size")
    VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT
  else:
    VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081388)
  struct_VkDeviceMemoryOpaqueCaptureAddressInfo_1124075707 = (when declared(
      struct_VkDeviceMemoryOpaqueCaptureAddressInfo):
    when ownSizeof(struct_VkDeviceMemoryOpaqueCaptureAddressInfo) !=
        ownSizeof(struct_VkDeviceMemoryOpaqueCaptureAddressInfo_1124075706):
      static :
        warning("Declaration of " &
            "struct_VkDeviceMemoryOpaqueCaptureAddressInfo" &
            " exists but with different size")
    struct_VkDeviceMemoryOpaqueCaptureAddressInfo
  else:
    struct_VkDeviceMemoryOpaqueCaptureAddressInfo_1124075706)
  PFN_vkCmdSetLogicOpEXT_1124080671 = (when declared(PFN_vkCmdSetLogicOpEXT):
    when ownSizeof(PFN_vkCmdSetLogicOpEXT) != ownSizeof(PFN_vkCmdSetLogicOpEXT_1124080670):
      static :
        warning("Declaration of " & "PFN_vkCmdSetLogicOpEXT" &
            " exists but with different size")
    PFN_vkCmdSetLogicOpEXT
  else:
    PFN_vkCmdSetLogicOpEXT_1124080670)
  VkWin32SurfaceCreateFlagsKHR_1124082645 = (when declared(
      VkWin32SurfaceCreateFlagsKHR):
    when ownSizeof(VkWin32SurfaceCreateFlagsKHR) !=
        ownSizeof(VkWin32SurfaceCreateFlagsKHR_1124082644):
      static :
        warning("Declaration of " & "VkWin32SurfaceCreateFlagsKHR" &
            " exists but with different size")
    VkWin32SurfaceCreateFlagsKHR
  else:
    VkWin32SurfaceCreateFlagsKHR_1124082644)
  struct_VkLayerSettingsCreateInfoEXT_1124081635 = (when declared(
      struct_VkLayerSettingsCreateInfoEXT):
    when ownSizeof(struct_VkLayerSettingsCreateInfoEXT) !=
        ownSizeof(struct_VkLayerSettingsCreateInfoEXT_1124081634):
      static :
        warning("Declaration of " & "struct_VkLayerSettingsCreateInfoEXT" &
            " exists but with different size")
    struct_VkLayerSettingsCreateInfoEXT
  else:
    struct_VkLayerSettingsCreateInfoEXT_1124081634)
  VkImage_1124073938 = (when declared(VkImage):
    when ownSizeof(VkImage) != ownSizeof(VkImage_1124073937):
      static :
        warning("Declaration of " & "VkImage" &
            " exists but with different size")
    VkImage
  else:
    VkImage_1124073937)
  struct_VkPhysicalDeviceImageRobustnessFeatures_1124076035 = (when declared(
      struct_VkPhysicalDeviceImageRobustnessFeatures):
    when ownSizeof(struct_VkPhysicalDeviceImageRobustnessFeatures) !=
        ownSizeof(struct_VkPhysicalDeviceImageRobustnessFeatures_1124076034):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceImageRobustnessFeatures" &
            " exists but with different size")
    struct_VkPhysicalDeviceImageRobustnessFeatures
  else:
    struct_VkPhysicalDeviceImageRobustnessFeatures_1124076034)
  PFN_vkCmdSetViewportWScalingEnableNV_1124081181 = (when declared(
      PFN_vkCmdSetViewportWScalingEnableNV):
    when ownSizeof(PFN_vkCmdSetViewportWScalingEnableNV) !=
        ownSizeof(PFN_vkCmdSetViewportWScalingEnableNV_1124081180):
      static :
        warning("Declaration of " & "PFN_vkCmdSetViewportWScalingEnableNV" &
            " exists but with different size")
    PFN_vkCmdSetViewportWScalingEnableNV
  else:
    PFN_vkCmdSetViewportWScalingEnableNV_1124081180)
  VkPhysicalDeviceMultiviewFeaturesKHR_1124077067 = (when declared(
      VkPhysicalDeviceMultiviewFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceMultiviewFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceMultiviewFeaturesKHR_1124077066):
      static :
        warning("Declaration of " & "VkPhysicalDeviceMultiviewFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceMultiviewFeaturesKHR
  else:
    VkPhysicalDeviceMultiviewFeaturesKHR_1124077066)
  PFN_vkGetPipelineKeyKHR_1124078109 = (when declared(PFN_vkGetPipelineKeyKHR):
    when ownSizeof(PFN_vkGetPipelineKeyKHR) !=
        ownSizeof(PFN_vkGetPipelineKeyKHR_1124078108):
      static :
        warning("Declaration of " & "PFN_vkGetPipelineKeyKHR" &
            " exists but with different size")
    PFN_vkGetPipelineKeyKHR
  else:
    PFN_vkGetPipelineKeyKHR_1124078108)
  PFN_vkReleasePerformanceConfigurationINTEL_1124079695 = (when declared(
      PFN_vkReleasePerformanceConfigurationINTEL):
    when ownSizeof(PFN_vkReleasePerformanceConfigurationINTEL) !=
        ownSizeof(PFN_vkReleasePerformanceConfigurationINTEL_1124079694):
      static :
        warning("Declaration of " & "PFN_vkReleasePerformanceConfigurationINTEL" &
            " exists but with different size")
    PFN_vkReleasePerformanceConfigurationINTEL
  else:
    PFN_vkReleasePerformanceConfigurationINTEL_1124079694)
  VkImageUsageFlagBits_1124074173 = (when declared(VkImageUsageFlagBits):
    when ownSizeof(VkImageUsageFlagBits) != ownSizeof(VkImageUsageFlagBits_1124074172):
      static :
        warning("Declaration of " & "VkImageUsageFlagBits" &
            " exists but with different size")
    VkImageUsageFlagBits
  else:
    VkImageUsageFlagBits_1124074172)
  VkRayTracingInvocationReorderModeEXT_1124081573 = (when declared(
      VkRayTracingInvocationReorderModeEXT):
    when ownSizeof(VkRayTracingInvocationReorderModeEXT) !=
        ownSizeof(VkRayTracingInvocationReorderModeEXT_1124081572):
      static :
        warning("Declaration of " & "VkRayTracingInvocationReorderModeEXT" &
            " exists but with different size")
    VkRayTracingInvocationReorderModeEXT
  else:
    VkRayTracingInvocationReorderModeEXT_1124081572)
  struct_VkDataGraphPipelineConstantARM_1124081743 = (when declared(
      struct_VkDataGraphPipelineConstantARM):
    when ownSizeof(struct_VkDataGraphPipelineConstantARM) !=
        ownSizeof(struct_VkDataGraphPipelineConstantARM_1124081742):
      static :
        warning("Declaration of " & "struct_VkDataGraphPipelineConstantARM" &
            " exists but with different size")
    struct_VkDataGraphPipelineConstantARM
  else:
    struct_VkDataGraphPipelineConstantARM_1124081742)
  wchar_t_1124083111 = (when declared(wchar_t):
    when ownSizeof(wchar_t) != ownSizeof(wchar_t_1124083110):
      static :
        warning("Declaration of " & "wchar_t" &
            " exists but with different size")
    wchar_t
  else:
    wchar_t_1124083110)
  struct_VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080931 = (when declared(
      struct_VkPhysicalDeviceSchedulingControlsFeaturesARM):
    when ownSizeof(struct_VkPhysicalDeviceSchedulingControlsFeaturesARM) !=
        ownSizeof(struct_VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080930):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceSchedulingControlsFeaturesARM" &
            " exists but with different size")
    struct_VkPhysicalDeviceSchedulingControlsFeaturesARM
  else:
    struct_VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080930)
  StdVideoH265VideoParameterSet_1124076953 = (when declared(
      StdVideoH265VideoParameterSet):
    when ownSizeof(StdVideoH265VideoParameterSet) !=
        ownSizeof(StdVideoH265VideoParameterSet_1124076952):
      static :
        warning("Declaration of " & "StdVideoH265VideoParameterSet" &
            " exists but with different size")
    StdVideoH265VideoParameterSet
  else:
    StdVideoH265VideoParameterSet_1124076952)
  PFN_vkCmdResetEvent2KHR_1124077891 = (when declared(PFN_vkCmdResetEvent2KHR):
    when ownSizeof(PFN_vkCmdResetEvent2KHR) !=
        ownSizeof(PFN_vkCmdResetEvent2KHR_1124077890):
      static :
        warning("Declaration of " & "PFN_vkCmdResetEvent2KHR" &
            " exists but with different size")
    PFN_vkCmdResetEvent2KHR
  else:
    PFN_vkCmdResetEvent2KHR_1124077890)
  VkInstance_1124073940 = (when declared(VkInstance):
    when ownSizeof(VkInstance) != ownSizeof(VkInstance_1124073939):
      static :
        warning("Declaration of " & "VkInstance" &
            " exists but with different size")
    VkInstance
  else:
    VkInstance_1124073939)
  VkMemoryAllocateFlags_1124075205 = (when declared(VkMemoryAllocateFlags):
    when ownSizeof(VkMemoryAllocateFlags) != ownSizeof(VkMemoryAllocateFlags_1124075204):
      static :
        warning("Declaration of " & "VkMemoryAllocateFlags" &
            " exists but with different size")
    VkMemoryAllocateFlags
  else:
    VkMemoryAllocateFlags_1124075204)
  StdVideoH265ProfileIdc_1124076993 = (when declared(StdVideoH265ProfileIdc):
    when ownSizeof(StdVideoH265ProfileIdc) != ownSizeof(StdVideoH265ProfileIdc_1124076992):
      static :
        warning("Declaration of " & "StdVideoH265ProfileIdc" &
            " exists but with different size")
    StdVideoH265ProfileIdc
  else:
    StdVideoH265ProfileIdc_1124076992)
  VkPhysicalDeviceDynamicRenderingFeaturesKHR_1124077057 = (when declared(
      VkPhysicalDeviceDynamicRenderingFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceDynamicRenderingFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceDynamicRenderingFeaturesKHR_1124077056):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDynamicRenderingFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceDynamicRenderingFeaturesKHR
  else:
    VkPhysicalDeviceDynamicRenderingFeaturesKHR_1124077056)
  PFN_vkGetPhysicalDeviceProperties2_1124075561 = (when declared(
      PFN_vkGetPhysicalDeviceProperties2):
    when ownSizeof(PFN_vkGetPhysicalDeviceProperties2) !=
        ownSizeof(PFN_vkGetPhysicalDeviceProperties2_1124075560):
      static :
        warning("Declaration of " & "PFN_vkGetPhysicalDeviceProperties2" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceProperties2
  else:
    PFN_vkGetPhysicalDeviceProperties2_1124075560)
  VkDrawMeshTasksIndirectCommandNV_1124079575 = (when declared(
      VkDrawMeshTasksIndirectCommandNV):
    when ownSizeof(VkDrawMeshTasksIndirectCommandNV) !=
        ownSizeof(VkDrawMeshTasksIndirectCommandNV_1124079574):
      static :
        warning("Declaration of " & "VkDrawMeshTasksIndirectCommandNV" &
            " exists but with different size")
    VkDrawMeshTasksIndirectCommandNV
  else:
    VkDrawMeshTasksIndirectCommandNV_1124079574)
  VkAttachmentDescriptionFlags_1124074415 = (when declared(
      VkAttachmentDescriptionFlags):
    when ownSizeof(VkAttachmentDescriptionFlags) !=
        ownSizeof(VkAttachmentDescriptionFlags_1124074414):
      static :
        warning("Declaration of " & "VkAttachmentDescriptionFlags" &
            " exists but with different size")
    VkAttachmentDescriptionFlags
  else:
    VkAttachmentDescriptionFlags_1124074414)
  VkPhysicalDeviceExternalImageFormatInfoKHR_1124077151 = (when declared(
      VkPhysicalDeviceExternalImageFormatInfoKHR):
    when ownSizeof(VkPhysicalDeviceExternalImageFormatInfoKHR) !=
        ownSizeof(VkPhysicalDeviceExternalImageFormatInfoKHR_1124077150):
      static :
        warning("Declaration of " & "VkPhysicalDeviceExternalImageFormatInfoKHR" &
            " exists but with different size")
    VkPhysicalDeviceExternalImageFormatInfoKHR
  else:
    VkPhysicalDeviceExternalImageFormatInfoKHR_1124077150)
  VkVideoComponentBitDepthFlagsKHR_1124076657 = (when declared(
      VkVideoComponentBitDepthFlagsKHR):
    when ownSizeof(VkVideoComponentBitDepthFlagsKHR) !=
        ownSizeof(VkVideoComponentBitDepthFlagsKHR_1124076656):
      static :
        warning("Declaration of " & "VkVideoComponentBitDepthFlagsKHR" &
            " exists but with different size")
    VkVideoComponentBitDepthFlagsKHR
  else:
    VkVideoComponentBitDepthFlagsKHR_1124076656)
  PFN_vkCompileDeferredNV_1124079475 = (when declared(PFN_vkCompileDeferredNV):
    when ownSizeof(PFN_vkCompileDeferredNV) !=
        ownSizeof(PFN_vkCompileDeferredNV_1124079474):
      static :
        warning("Declaration of " & "PFN_vkCompileDeferredNV" &
            " exists but with different size")
    PFN_vkCompileDeferredNV
  else:
    PFN_vkCompileDeferredNV_1124079474)
  PFN_vkCmdDebugMarkerBeginEXT_1124078703 = (when declared(
      PFN_vkCmdDebugMarkerBeginEXT):
    when ownSizeof(PFN_vkCmdDebugMarkerBeginEXT) !=
        ownSizeof(PFN_vkCmdDebugMarkerBeginEXT_1124078702):
      static :
        warning("Declaration of " & "PFN_vkCmdDebugMarkerBeginEXT" &
            " exists but with different size")
    PFN_vkCmdDebugMarkerBeginEXT
  else:
    PFN_vkCmdDebugMarkerBeginEXT_1124078702)
  struct_VkRenderPassCreationFeedbackCreateInfoEXT_1124081217 = (when declared(
      struct_VkRenderPassCreationFeedbackCreateInfoEXT):
    when ownSizeof(struct_VkRenderPassCreationFeedbackCreateInfoEXT) !=
        ownSizeof(struct_VkRenderPassCreationFeedbackCreateInfoEXT_1124081216):
      static :
        warning("Declaration of " &
            "struct_VkRenderPassCreationFeedbackCreateInfoEXT" &
            " exists but with different size")
    struct_VkRenderPassCreationFeedbackCreateInfoEXT
  else:
    struct_VkRenderPassCreationFeedbackCreateInfoEXT_1124081216)
  struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079977 = (when declared(
      struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT):
    when ownSizeof(struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT) !=
        ownSizeof(struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079976):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT" &
            " exists but with different size")
    struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT
  else:
    struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079976)
  VkComponentTypeKHR_1124078167 = (when declared(VkComponentTypeKHR):
    when ownSizeof(VkComponentTypeKHR) != ownSizeof(VkComponentTypeKHR_1124078166):
      static :
        warning("Declaration of " & "VkComponentTypeKHR" &
            " exists but with different size")
    VkComponentTypeKHR
  else:
    VkComponentTypeKHR_1124078166)
  PFN_vkCmdCopyImageToBuffer2KHR_1124077947 = (when declared(
      PFN_vkCmdCopyImageToBuffer2KHR):
    when ownSizeof(PFN_vkCmdCopyImageToBuffer2KHR) !=
        ownSizeof(PFN_vkCmdCopyImageToBuffer2KHR_1124077946):
      static :
        warning("Declaration of " & "PFN_vkCmdCopyImageToBuffer2KHR" &
            " exists but with different size")
    PFN_vkCmdCopyImageToBuffer2KHR
  else:
    PFN_vkCmdCopyImageToBuffer2KHR_1124077946)
  struct_VkVideoEncodeAV1SessionCreateInfoKHR_1124078273 = (when declared(
      struct_VkVideoEncodeAV1SessionCreateInfoKHR):
    when ownSizeof(struct_VkVideoEncodeAV1SessionCreateInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeAV1SessionCreateInfoKHR_1124078272):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeAV1SessionCreateInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeAV1SessionCreateInfoKHR
  else:
    struct_VkVideoEncodeAV1SessionCreateInfoKHR_1124078272)
  VkRenderPassBeginInfo_1124074891 = (when declared(VkRenderPassBeginInfo):
    when ownSizeof(VkRenderPassBeginInfo) != ownSizeof(VkRenderPassBeginInfo_1124074890):
      static :
        warning("Declaration of " & "VkRenderPassBeginInfo" &
            " exists but with different size")
    VkRenderPassBeginInfo
  else:
    VkRenderPassBeginInfo_1124074890)
  struct_VkApplicationInfo_1124074501 = (when declared(struct_VkApplicationInfo):
    when ownSizeof(struct_VkApplicationInfo) !=
        ownSizeof(struct_VkApplicationInfo_1124074500):
      static :
        warning("Declaration of " & "struct_VkApplicationInfo" &
            " exists but with different size")
    struct_VkApplicationInfo
  else:
    struct_VkApplicationInfo_1124074500)
  PFN_vkCmdEndVideoCodingKHR_1124076775 = (when declared(
      PFN_vkCmdEndVideoCodingKHR):
    when ownSizeof(PFN_vkCmdEndVideoCodingKHR) !=
        ownSizeof(PFN_vkCmdEndVideoCodingKHR_1124076774):
      static :
        warning("Declaration of " & "PFN_vkCmdEndVideoCodingKHR" &
            " exists but with different size")
    PFN_vkCmdEndVideoCodingKHR
  else:
    PFN_vkCmdEndVideoCodingKHR_1124076774)
  VkExportSemaphoreWin32HandleInfoKHR_1124082697 = (when declared(
      VkExportSemaphoreWin32HandleInfoKHR):
    when ownSizeof(VkExportSemaphoreWin32HandleInfoKHR) !=
        ownSizeof(VkExportSemaphoreWin32HandleInfoKHR_1124082696):
      static :
        warning("Declaration of " & "VkExportSemaphoreWin32HandleInfoKHR" &
            " exists but with different size")
    VkExportSemaphoreWin32HandleInfoKHR
  else:
    VkExportSemaphoreWin32HandleInfoKHR_1124082696)
  struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078339 = (when declared(
      struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR):
    when ownSizeof(struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR) !=
        ownSizeof(struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078338):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR" &
            " exists but with different size")
    struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR
  else:
    struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078338)
  PFN_vkGetGeneratedCommandsMemoryRequirementsNV_1124080081 = (when declared(
      PFN_vkGetGeneratedCommandsMemoryRequirementsNV):
    when ownSizeof(PFN_vkGetGeneratedCommandsMemoryRequirementsNV) !=
        ownSizeof(PFN_vkGetGeneratedCommandsMemoryRequirementsNV_1124080080):
      static :
        warning("Declaration of " &
            "PFN_vkGetGeneratedCommandsMemoryRequirementsNV" &
            " exists but with different size")
    PFN_vkGetGeneratedCommandsMemoryRequirementsNV
  else:
    PFN_vkGetGeneratedCommandsMemoryRequirementsNV_1124080080)
  PFN_vkCmdBuildAccelerationStructuresIndirectKHR_1124082557 = (when declared(
      PFN_vkCmdBuildAccelerationStructuresIndirectKHR):
    when ownSizeof(PFN_vkCmdBuildAccelerationStructuresIndirectKHR) !=
        ownSizeof(PFN_vkCmdBuildAccelerationStructuresIndirectKHR_1124082556):
      static :
        warning("Declaration of " &
            "PFN_vkCmdBuildAccelerationStructuresIndirectKHR" &
            " exists but with different size")
    PFN_vkCmdBuildAccelerationStructuresIndirectKHR
  else:
    PFN_vkCmdBuildAccelerationStructuresIndirectKHR_1124082556)
  struct_VkPresentTimesInfoGOOGLE_1124078965 = (when declared(
      struct_VkPresentTimesInfoGOOGLE):
    when ownSizeof(struct_VkPresentTimesInfoGOOGLE) !=
        ownSizeof(struct_VkPresentTimesInfoGOOGLE_1124078964):
      static :
        warning("Declaration of " & "struct_VkPresentTimesInfoGOOGLE" &
            " exists but with different size")
    struct_VkPresentTimesInfoGOOGLE
  else:
    struct_VkPresentTimesInfoGOOGLE_1124078964)
  PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR_1124078385 = (when declared(
      PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR):
    when ownSizeof(PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR) !=
        ownSizeof(PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR_1124078384):
      static :
        warning("Declaration of " &
            "PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR" &
            " exists but with different size")
    PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR
  else:
    PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR_1124078384)
  VkPhysicalDeviceSparseProperties_1124074539 = (when declared(
      VkPhysicalDeviceSparseProperties):
    when ownSizeof(VkPhysicalDeviceSparseProperties) !=
        ownSizeof(VkPhysicalDeviceSparseProperties_1124074538):
      static :
        warning("Declaration of " & "VkPhysicalDeviceSparseProperties" &
            " exists but with different size")
    VkPhysicalDeviceSparseProperties
  else:
    VkPhysicalDeviceSparseProperties_1124074538)
  VkDataGraphPipelineDispatchFlagsARM_1124081735 = (when declared(
      VkDataGraphPipelineDispatchFlagsARM):
    when ownSizeof(VkDataGraphPipelineDispatchFlagsARM) !=
        ownSizeof(VkDataGraphPipelineDispatchFlagsARM_1124081734):
      static :
        warning("Declaration of " & "VkDataGraphPipelineDispatchFlagsARM" &
            " exists but with different size")
    VkDataGraphPipelineDispatchFlagsARM
  else:
    VkDataGraphPipelineDispatchFlagsARM_1124081734)
  struct_VkDescriptorPoolSize_1124074745 = (when declared(
      struct_VkDescriptorPoolSize):
    when ownSizeof(struct_VkDescriptorPoolSize) !=
        ownSizeof(struct_VkDescriptorPoolSize_1124074744):
      static :
        warning("Declaration of " & "struct_VkDescriptorPoolSize" &
            " exists but with different size")
    struct_VkDescriptorPoolSize
  else:
    struct_VkDescriptorPoolSize_1124074744)
  VkDeviceImageSubresourceInfo_1124076271 = (when declared(
      VkDeviceImageSubresourceInfo):
    when ownSizeof(VkDeviceImageSubresourceInfo) !=
        ownSizeof(VkDeviceImageSubresourceInfo_1124076270):
      static :
        warning("Declaration of " & "VkDeviceImageSubresourceInfo" &
            " exists but with different size")
    VkDeviceImageSubresourceInfo
  else:
    VkDeviceImageSubresourceInfo_1124076270)
  VkSurfaceCounterFlagBitsEXT_1124078907 = (when declared(
      VkSurfaceCounterFlagBitsEXT):
    when ownSizeof(VkSurfaceCounterFlagBitsEXT) !=
        ownSizeof(VkSurfaceCounterFlagBitsEXT_1124078906):
      static :
        warning("Declaration of " & "VkSurfaceCounterFlagBitsEXT" &
            " exists but with different size")
    VkSurfaceCounterFlagBitsEXT
  else:
    VkSurfaceCounterFlagBitsEXT_1124078906)
  VkResolveModeFlags_1124075617 = (when declared(VkResolveModeFlags):
    when ownSizeof(VkResolveModeFlags) != ownSizeof(VkResolveModeFlags_1124075616):
      static :
        warning("Declaration of " & "VkResolveModeFlags" &
            " exists but with different size")
    VkResolveModeFlags
  else:
    VkResolveModeFlags_1124075616)
  struct_VkDecompressMemoryInfoEXT_1124081949 = (when declared(
      struct_VkDecompressMemoryInfoEXT):
    when ownSizeof(struct_VkDecompressMemoryInfoEXT) !=
        ownSizeof(struct_VkDecompressMemoryInfoEXT_1124081948):
      static :
        warning("Declaration of " & "struct_VkDecompressMemoryInfoEXT" &
            " exists but with different size")
    struct_VkDecompressMemoryInfoEXT
  else:
    struct_VkDecompressMemoryInfoEXT_1124081948)
  VkVideoEncodeH265QpKHR_1124076945 = (when declared(VkVideoEncodeH265QpKHR):
    when ownSizeof(VkVideoEncodeH265QpKHR) != ownSizeof(VkVideoEncodeH265QpKHR_1124076944):
      static :
        warning("Declaration of " & "VkVideoEncodeH265QpKHR" &
            " exists but with different size")
    VkVideoEncodeH265QpKHR
  else:
    VkVideoEncodeH265QpKHR_1124076944)
  VkExternalMemoryAcquireUnmodifiedEXT_1124081121 = (when declared(
      VkExternalMemoryAcquireUnmodifiedEXT):
    when ownSizeof(VkExternalMemoryAcquireUnmodifiedEXT) !=
        ownSizeof(VkExternalMemoryAcquireUnmodifiedEXT_1124081120):
      static :
        warning("Declaration of " & "VkExternalMemoryAcquireUnmodifiedEXT" &
            " exists but with different size")
    VkExternalMemoryAcquireUnmodifiedEXT
  else:
    VkExternalMemoryAcquireUnmodifiedEXT_1124081120)
  VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076021 = (when declared(
      VkPhysicalDeviceShaderTerminateInvocationFeatures):
    when ownSizeof(VkPhysicalDeviceShaderTerminateInvocationFeatures) !=
        ownSizeof(VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076020):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceShaderTerminateInvocationFeatures" &
            " exists but with different size")
    VkPhysicalDeviceShaderTerminateInvocationFeatures
  else:
    VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076020)
  VkPipelineStageFlags2KHR_1124077861 = (when declared(VkPipelineStageFlags2KHR):
    when ownSizeof(VkPipelineStageFlags2KHR) !=
        ownSizeof(VkPipelineStageFlags2KHR_1124077860):
      static :
        warning("Declaration of " & "VkPipelineStageFlags2KHR" &
            " exists but with different size")
    VkPipelineStageFlags2KHR
  else:
    VkPipelineStageFlags2KHR_1124077860)
  VkSamplerYcbcrConversionCreateInfo_1124075489 = (when declared(
      VkSamplerYcbcrConversionCreateInfo):
    when ownSizeof(VkSamplerYcbcrConversionCreateInfo) !=
        ownSizeof(VkSamplerYcbcrConversionCreateInfo_1124075488):
      static :
        warning("Declaration of " & "VkSamplerYcbcrConversionCreateInfo" &
            " exists but with different size")
    VkSamplerYcbcrConversionCreateInfo
  else:
    VkSamplerYcbcrConversionCreateInfo_1124075488)
  PFN_vkQueuePresentKHR_1124076561 = (when declared(PFN_vkQueuePresentKHR):
    when ownSizeof(PFN_vkQueuePresentKHR) != ownSizeof(PFN_vkQueuePresentKHR_1124076560):
      static :
        warning("Declaration of " & "PFN_vkQueuePresentKHR" &
            " exists but with different size")
    PFN_vkQueuePresentKHR
  else:
    PFN_vkQueuePresentKHR_1124076560)
  VkStencilFaceFlagBits_1124074437 = (when declared(VkStencilFaceFlagBits):
    when ownSizeof(VkStencilFaceFlagBits) != ownSizeof(VkStencilFaceFlagBits_1124074436):
      static :
        warning("Declaration of " & "VkStencilFaceFlagBits" &
            " exists but with different size")
    VkStencilFaceFlagBits
  else:
    VkStencilFaceFlagBits_1124074436)
  PFN_vkCmdTraceRaysNV_1124079463 = (when declared(PFN_vkCmdTraceRaysNV):
    when ownSizeof(PFN_vkCmdTraceRaysNV) != ownSizeof(PFN_vkCmdTraceRaysNV_1124079462):
      static :
        warning("Declaration of " & "PFN_vkCmdTraceRaysNV" &
            " exists but with different size")
    PFN_vkCmdTraceRaysNV
  else:
    PFN_vkCmdTraceRaysNV_1124079462)
  struct_VkCommandBufferInheritanceViewportScissorInfoNV_1124080097 = (when declared(
      struct_VkCommandBufferInheritanceViewportScissorInfoNV):
    when ownSizeof(struct_VkCommandBufferInheritanceViewportScissorInfoNV) !=
        ownSizeof(struct_VkCommandBufferInheritanceViewportScissorInfoNV_1124080096):
      static :
        warning("Declaration of " &
            "struct_VkCommandBufferInheritanceViewportScissorInfoNV" &
            " exists but with different size")
    struct_VkCommandBufferInheritanceViewportScissorInfoNV
  else:
    struct_VkCommandBufferInheritanceViewportScissorInfoNV_1124080096)
  VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079771 = (when declared(
      VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV):
    when ownSizeof(VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV) !=
        ownSizeof(VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079770):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV" &
            " exists but with different size")
    VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
  else:
    VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079770)
  PFN_vkGetImageDrmFormatModifierPropertiesEXT_1124079243 = (when declared(
      PFN_vkGetImageDrmFormatModifierPropertiesEXT):
    when ownSizeof(PFN_vkGetImageDrmFormatModifierPropertiesEXT) !=
        ownSizeof(PFN_vkGetImageDrmFormatModifierPropertiesEXT_1124079242):
      static :
        warning("Declaration of " &
            "PFN_vkGetImageDrmFormatModifierPropertiesEXT" &
            " exists but with different size")
    PFN_vkGetImageDrmFormatModifierPropertiesEXT
  else:
    PFN_vkGetImageDrmFormatModifierPropertiesEXT_1124079242)
  VkDescriptorUpdateTemplateType_1124075173 = (when declared(
      VkDescriptorUpdateTemplateType):
    when ownSizeof(VkDescriptorUpdateTemplateType) !=
        ownSizeof(VkDescriptorUpdateTemplateType_1124075172):
      static :
        warning("Declaration of " & "VkDescriptorUpdateTemplateType" &
            " exists but with different size")
    VkDescriptorUpdateTemplateType
  else:
    VkDescriptorUpdateTemplateType_1124075172)
  VkLineRasterizationModeKHR_1124078367 = (when declared(
      VkLineRasterizationModeKHR):
    when ownSizeof(VkLineRasterizationModeKHR) !=
        ownSizeof(VkLineRasterizationModeKHR_1124078366):
      static :
        warning("Declaration of " & "VkLineRasterizationModeKHR" &
            " exists but with different size")
    VkLineRasterizationModeKHR
  else:
    VkLineRasterizationModeKHR_1124078366)
  PFN_vkVoidFunction_1124074495 = (when declared(PFN_vkVoidFunction):
    when ownSizeof(PFN_vkVoidFunction) != ownSizeof(PFN_vkVoidFunction_1124074494):
      static :
        warning("Declaration of " & "PFN_vkVoidFunction" &
            " exists but with different size")
    PFN_vkVoidFunction
  else:
    PFN_vkVoidFunction_1124074494)
  struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076969 = (when declared(
      struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR):
    when ownSizeof(struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076968):
      static :
        warning("Declaration of " &
            "struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR
  else:
    struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076968)
  struct_VkSubresourceLayout_1124074637 = (when declared(
      struct_VkSubresourceLayout):
    when ownSizeof(struct_VkSubresourceLayout) !=
        ownSizeof(struct_VkSubresourceLayout_1124074636):
      static :
        warning("Declaration of " & "struct_VkSubresourceLayout" &
            " exists but with different size")
    struct_VkSubresourceLayout
  else:
    struct_VkSubresourceLayout_1124074636)
  enum_VkVideoEncodeH265CapabilityFlagBitsKHR_1124076903 = (when declared(
      enum_VkVideoEncodeH265CapabilityFlagBitsKHR):
    when ownSizeof(enum_VkVideoEncodeH265CapabilityFlagBitsKHR) !=
        ownSizeof(enum_VkVideoEncodeH265CapabilityFlagBitsKHR_1124076902):
      static :
        warning("Declaration of " &
            "enum_VkVideoEncodeH265CapabilityFlagBitsKHR" &
            " exists but with different size")
    enum_VkVideoEncodeH265CapabilityFlagBitsKHR
  else:
    enum_VkVideoEncodeH265CapabilityFlagBitsKHR_1124076902)
  enum_VkDiscardRectangleModeEXT_1124078995 = (when declared(
      enum_VkDiscardRectangleModeEXT):
    when ownSizeof(enum_VkDiscardRectangleModeEXT) !=
        ownSizeof(enum_VkDiscardRectangleModeEXT_1124078994):
      static :
        warning("Declaration of " & "enum_VkDiscardRectangleModeEXT" &
            " exists but with different size")
    enum_VkDiscardRectangleModeEXT
  else:
    enum_VkDiscardRectangleModeEXT_1124078994)
  VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR_1124077493 = (when declared(
      VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR):
    when ownSizeof(VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR) !=
        ownSizeof(VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR_1124077492):
      static :
        warning("Declaration of " &
            "VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR" &
            " exists but with different size")
    VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
  else:
    VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR_1124077492)
  PFN_vkBindTensorMemoryARM_1124081371 = (when declared(
      PFN_vkBindTensorMemoryARM):
    when ownSizeof(PFN_vkBindTensorMemoryARM) !=
        ownSizeof(PFN_vkBindTensorMemoryARM_1124081370):
      static :
        warning("Declaration of " & "PFN_vkBindTensorMemoryARM" &
            " exists but with different size")
    PFN_vkBindTensorMemoryARM
  else:
    PFN_vkBindTensorMemoryARM_1124081370)
  struct_VkVideoEncodeRateControlInfoKHR_1124077831 = (when declared(
      struct_VkVideoEncodeRateControlInfoKHR):
    when ownSizeof(struct_VkVideoEncodeRateControlInfoKHR) !=
        ownSizeof(struct_VkVideoEncodeRateControlInfoKHR_1124077830):
      static :
        warning("Declaration of " & "struct_VkVideoEncodeRateControlInfoKHR" &
            " exists but with different size")
    struct_VkVideoEncodeRateControlInfoKHR
  else:
    struct_VkVideoEncodeRateControlInfoKHR_1124077830)
  struct_VkGeneratedCommandsShaderInfoEXT_1124082295 = (when declared(
      struct_VkGeneratedCommandsShaderInfoEXT):
    when ownSizeof(struct_VkGeneratedCommandsShaderInfoEXT) !=
        ownSizeof(struct_VkGeneratedCommandsShaderInfoEXT_1124082294):
      static :
        warning("Declaration of " & "struct_VkGeneratedCommandsShaderInfoEXT" &
            " exists but with different size")
    struct_VkGeneratedCommandsShaderInfoEXT
  else:
    struct_VkGeneratedCommandsShaderInfoEXT_1124082294)
  PFN_vkResetCommandBuffer_1124075011 = (when declared(PFN_vkResetCommandBuffer):
    when ownSizeof(PFN_vkResetCommandBuffer) !=
        ownSizeof(PFN_vkResetCommandBuffer_1124075010):
      static :
        warning("Declaration of " & "PFN_vkResetCommandBuffer" &
            " exists but with different size")
    PFN_vkResetCommandBuffer
  else:
    PFN_vkResetCommandBuffer_1124075010)
  VkPointClippingBehaviorKHR_1124077389 = (when declared(
      VkPointClippingBehaviorKHR):
    when ownSizeof(VkPointClippingBehaviorKHR) !=
        ownSizeof(VkPointClippingBehaviorKHR_1124077388):
      static :
        warning("Declaration of " & "VkPointClippingBehaviorKHR" &
            " exists but with different size")
    VkPointClippingBehaviorKHR
  else:
    VkPointClippingBehaviorKHR_1124077388)
  VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080283 = (when declared(
      VkDescriptorBufferBindingPushDescriptorBufferHandleEXT):
    when ownSizeof(VkDescriptorBufferBindingPushDescriptorBufferHandleEXT) !=
        ownSizeof(VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080282):
      static :
        warning("Declaration of " &
            "VkDescriptorBufferBindingPushDescriptorBufferHandleEXT" &
            " exists but with different size")
    VkDescriptorBufferBindingPushDescriptorBufferHandleEXT
  else:
    VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080282)
  StdVideoH264ModificationOfPicNumsIdc_1124083369 = (when declared(
      StdVideoH264ModificationOfPicNumsIdc):
    when ownSizeof(StdVideoH264ModificationOfPicNumsIdc) !=
        ownSizeof(StdVideoH264ModificationOfPicNumsIdc_1124083368):
      static :
        warning("Declaration of " & "StdVideoH264ModificationOfPicNumsIdc" &
            " exists but with different size")
    StdVideoH264ModificationOfPicNumsIdc
  else:
    StdVideoH264ModificationOfPicNumsIdc_1124083368)
  VkExternalFenceHandleTypeFlags_1124075225 = (when declared(
      VkExternalFenceHandleTypeFlags):
    when ownSizeof(VkExternalFenceHandleTypeFlags) !=
        ownSizeof(VkExternalFenceHandleTypeFlags_1124075224):
      static :
        warning("Declaration of " & "VkExternalFenceHandleTypeFlags" &
            " exists but with different size")
    VkExternalFenceHandleTypeFlags
  else:
    VkExternalFenceHandleTypeFlags_1124075224)
  PFN_vkCmdDrawIndirectCountAMD_1124078791 = (when declared(
      PFN_vkCmdDrawIndirectCountAMD):
    when ownSizeof(PFN_vkCmdDrawIndirectCountAMD) !=
        ownSizeof(PFN_vkCmdDrawIndirectCountAMD_1124078790):
      static :
        warning("Declaration of " & "PFN_vkCmdDrawIndirectCountAMD" &
            " exists but with different size")
    PFN_vkCmdDrawIndirectCountAMD
  else:
    PFN_vkCmdDrawIndirectCountAMD_1124078790)
  struct_VkMicromapTriangleEXT_1124080857 = (when declared(
      struct_VkMicromapTriangleEXT):
    when ownSizeof(struct_VkMicromapTriangleEXT) !=
        ownSizeof(struct_VkMicromapTriangleEXT_1124080856):
      static :
        warning("Declaration of " & "struct_VkMicromapTriangleEXT" &
            " exists but with different size")
    struct_VkMicromapTriangleEXT
  else:
    struct_VkMicromapTriangleEXT_1124080856)
  struct_VkPhysicalDeviceMaintenance6Features_1124076281 = (when declared(
      struct_VkPhysicalDeviceMaintenance6Features):
    when ownSizeof(struct_VkPhysicalDeviceMaintenance6Features) !=
        ownSizeof(struct_VkPhysicalDeviceMaintenance6Features_1124076280):
      static :
        warning("Declaration of " &
            "struct_VkPhysicalDeviceMaintenance6Features" &
            " exists but with different size")
    struct_VkPhysicalDeviceMaintenance6Features
  else:
    struct_VkPhysicalDeviceMaintenance6Features_1124076280)
  struct_VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082061 = (when declared(
      struct_VkClusterAccelerationStructureClustersBottomLevelInputNV):
    when ownSizeof(struct_VkClusterAccelerationStructureClustersBottomLevelInputNV) !=
        ownSizeof(struct_VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082060):
      static :
        warning("Declaration of " &
            "struct_VkClusterAccelerationStructureClustersBottomLevelInputNV" &
            " exists but with different size")
    struct_VkClusterAccelerationStructureClustersBottomLevelInputNV
  else:
    struct_VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082060)
  struct_VkDirectDriverLoadingInfoLUNARG_1124081237 = (when declared(
      struct_VkDirectDriverLoadingInfoLUNARG):
    when ownSizeof(struct_VkDirectDriverLoadingInfoLUNARG) !=
        ownSizeof(struct_VkDirectDriverLoadingInfoLUNARG_1124081236):
      static :
        warning("Declaration of " & "struct_VkDirectDriverLoadingInfoLUNARG" &
            " exists but with different size")
    struct_VkDirectDriverLoadingInfoLUNARG
  else:
    struct_VkDirectDriverLoadingInfoLUNARG_1124081236)
when not declared(struct_VkPhysicalDeviceShaderTerminateInvocationFeatures):
  type
    struct_VkPhysicalDeviceShaderTerminateInvocationFeatures* = struct_VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076018
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderTerminateInvocationFeatures" &
        " already exists, not redeclaring")
when not declared(VkValidationFeatureDisableEXT):
  type
    VkValidationFeatureDisableEXT* = VkValidationFeatureDisableEXT_1124079802
else:
  static :
    hint("Declaration of " & "VkValidationFeatureDisableEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1ColorConfigFlags):
  type
    StdVideoAV1ColorConfigFlags* = StdVideoAV1ColorConfigFlags_1124083278
else:
  static :
    hint("Declaration of " & "StdVideoAV1ColorConfigFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkLatencySleepNV):
  type
    PFN_vkLatencySleepNV* = PFN_vkLatencySleepNV_1124081700
else:
  static :
    hint("Declaration of " & "PFN_vkLatencySleepNV" &
        " already exists, not redeclaring")
when not declared(VkDrmFormatModifierPropertiesListEXT):
  type
    VkDrmFormatModifierPropertiesListEXT* = VkDrmFormatModifierPropertiesListEXT_1124079216
else:
  static :
    hint("Declaration of " & "VkDrmFormatModifierPropertiesListEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264QualityLevelPropertiesKHR):
  type
    VkVideoEncodeH264QualityLevelPropertiesKHR* = VkVideoEncodeH264QualityLevelPropertiesKHR_1124076836
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264QualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteIndirectExecutionSetShaderEXT):
  type
    struct_VkWriteIndirectExecutionSetShaderEXT* = struct_VkWriteIndirectExecutionSetShaderEXT_1124082298
else:
  static :
    hint("Declaration of " & "struct_VkWriteIndirectExecutionSetShaderEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionParametersCreateFlagsKHR):
  type
    VkVideoSessionParametersCreateFlagsKHR* = VkVideoSessionParametersCreateFlagsKHR_1124076674
else:
  static :
    hint("Declaration of " & "VkVideoSessionParametersCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT):
  type
    struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT* = struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080430
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMap2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineRobustnessCreateInfo):
  type
    VkPipelineRobustnessCreateInfo* = VkPipelineRobustnessCreateInfo_1124076382
else:
  static :
    hint("Declaration of " & "VkPipelineRobustnessCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroySamplerYcbcrConversion):
  type
    PFN_vkDestroySamplerYcbcrConversion* = PFN_vkDestroySamplerYcbcrConversion_1124075594
else:
  static :
    hint("Declaration of " & "PFN_vkDestroySamplerYcbcrConversion" &
        " already exists, not redeclaring")
when not declared(VkFilter):
  type
    VkFilter* = VkFilter_1124074070
else:
  static :
    hint("Declaration of " & "VkFilter" & " already exists, not redeclaring")
when not declared(PFN_vkGetBufferDeviceAddress):
  type
    PFN_vkGetBufferDeviceAddress* = PFN_vkGetBufferDeviceAddress_1124075842
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferDeviceAddress" &
        " already exists, not redeclaring")
when not declared(VkValidationCacheCreateInfoEXT):
  type
    VkValidationCacheCreateInfoEXT* = VkValidationCacheCreateInfoEXT_1124079254
else:
  static :
    hint("Declaration of " & "VkValidationCacheCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV):
  type
    VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV* = VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082110
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265WeightTable):
  type
    struct_StdVideoEncodeH265WeightTable* = struct_StdVideoEncodeH265WeightTable_1124083176
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265WeightTable" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetLayoutBindingFlagsCreateInfo):
  type
    struct_VkDescriptorSetLayoutBindingFlagsCreateInfo* = struct_VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075726
else:
  static :
    hint("Declaration of " &
        "struct_VkDescriptorSetLayoutBindingFlagsCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderingInfoKHR):
  type
    VkRenderingInfoKHR* = VkRenderingInfoKHR_1124077050
else:
  static :
    hint("Declaration of " & "VkRenderingInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewASTCDecodeModeEXT):
  type
    struct_VkImageViewASTCDecodeModeEXT* = struct_VkImageViewASTCDecodeModeEXT_1124078852
else:
  static :
    hint("Declaration of " & "struct_VkImageViewASTCDecodeModeEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackFlagBitsEXT):
  type
    VkPipelineCreationFeedbackFlagBitsEXT* = VkPipelineCreationFeedbackFlagBitsEXT_1124079554
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleaseDisplayEXT):
  type
    PFN_vkReleaseDisplayEXT* = PFN_vkReleaseDisplayEXT_1124078902
else:
  static :
    hint("Declaration of " & "PFN_vkReleaseDisplayEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkAccelerationStructureTypeKHR):
  type
    enum_VkAccelerationStructureTypeKHR* = enum_VkAccelerationStructureTypeKHR_1124079338
else:
  static :
    hint("Declaration of " & "enum_VkAccelerationStructureTypeKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceParameterTypeINTEL):
  type
    enum_VkPerformanceParameterTypeINTEL* = enum_VkPerformanceParameterTypeINTEL_1124079640
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceParameterTypeINTEL" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeIntraRefreshModeFlagBitsKHR):
  type
    VkVideoEncodeIntraRefreshModeFlagBitsKHR* = VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078464
else:
  static :
    hint("Declaration of " & "VkVideoEncodeIntraRefreshModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueSubmit2):
  type
    PFN_vkQueueSubmit2* = PFN_vkQueueSubmit2_1124076128
else:
  static :
    hint("Declaration of " & "PFN_vkQueueSubmit2" &
        " already exists, not redeclaring")
when not declared(struct_VkBindDataGraphPipelineSessionMemoryInfoARM):
  type
    struct_VkBindDataGraphPipelineSessionMemoryInfoARM* = struct_VkBindDataGraphPipelineSessionMemoryInfoARM_1124081778
else:
  static :
    hint("Declaration of " &
        "struct_VkBindDataGraphPipelineSessionMemoryInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264PictureType):
  type
    enum_StdVideoH264PictureType* = enum_StdVideoH264PictureType_1124083142
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264PictureType" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumeratePhysicalDevices):
  type
    PFN_vkEnumeratePhysicalDevices* = PFN_vkEnumeratePhysicalDevices_1124074896
else:
  static :
    hint("Declaration of " & "PFN_vkEnumeratePhysicalDevices" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance9PropertiesKHR):
  type
    struct_VkPhysicalDeviceMaintenance9PropertiesKHR* = struct_VkPhysicalDeviceMaintenance9PropertiesKHR_1124078580
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance9PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH265StdFlagBitsKHR):
  type
    enum_VkVideoEncodeH265StdFlagBitsKHR* = enum_VkVideoEncodeH265StdFlagBitsKHR_1124076908
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH265StdFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1PictureInfo):
  type
    StdVideoEncodeAV1PictureInfo* = StdVideoEncodeAV1PictureInfo_1124078286
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderPassFragmentDensityMapCreateInfoEXT):
  type
    VkRenderPassFragmentDensityMapCreateInfoEXT* = VkRenderPassFragmentDensityMapCreateInfoEXT_1124079724
else:
  static :
    hint("Declaration of " & "VkRenderPassFragmentDensityMapCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSetPresentConfigNV):
  type
    struct_VkSetPresentConfigNV* = struct_VkSetPresentConfigNV_1124082418
else:
  static :
    hint("Declaration of " & "struct_VkSetPresentConfigNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT):
  type
    struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT* = struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080456
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageCompressionControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultVendorBinaryHeaderVersionOneEXT):
  type
    VkDeviceFaultVendorBinaryHeaderVersionOneEXT* = VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080506
else:
  static :
    hint("Declaration of " & "VkDeviceFaultVendorBinaryHeaderVersionOneEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryHostPointerPropertiesEXT):
  type
    struct_VkMemoryHostPointerPropertiesEXT* = struct_VkMemoryHostPointerPropertiesEXT_1124079500
else:
  static :
    hint("Declaration of " & "struct_VkMemoryHostPointerPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkSparseImageFormatFlagBits):
  type
    enum_VkSparseImageFormatFlagBits* = enum_VkSparseImageFormatFlagBits_1124074226
else:
  static :
    hint("Declaration of " & "enum_VkSparseImageFormatFlagBits" &
        " already exists, not redeclaring")
when not declared(VkRenderPassFragmentDensityMapOffsetEndInfoEXT):
  type
    VkRenderPassFragmentDensityMapOffsetEndInfoEXT* = VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081002
else:
  static :
    hint("Declaration of " & "VkRenderPassFragmentDensityMapOffsetEndInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkViewport):
  type
    struct_VkViewport* = struct_VkViewport_1124074800
else:
  static :
    hint("Declaration of " & "struct_VkViewport" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPropertiesKHR):
  type
    struct_VkDisplayPropertiesKHR* = struct_VkDisplayPropertiesKHR_1124076604
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV):
  type
    struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV* = struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080032
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkAccessFlags2):
  type
    VkAccessFlags2* = VkAccessFlags2_1124075876
else:
  static :
    hint("Declaration of " & "VkAccessFlags2" &
        " already exists, not redeclaring")
when not declared(struct_VkCudaFunctionCreateInfoNV):
  type
    struct_VkCudaFunctionCreateInfoNV* = struct_VkCudaFunctionCreateInfoNV_1124082848
else:
  static :
    hint("Declaration of " & "struct_VkCudaFunctionCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquirePerformanceConfigurationINTEL):
  type
    PFN_vkAcquirePerformanceConfigurationINTEL* = PFN_vkAcquirePerformanceConfigurationINTEL_1124079692
else:
  static :
    hint("Declaration of " & "PFN_vkAcquirePerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(enum_VkImageType):
  type
    enum_VkImageType* = enum_VkImageType_1124074028
else:
  static :
    hint("Declaration of " & "enum_VkImageType" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageViewImageFormatInfoEXT):
  type
    struct_VkPhysicalDeviceImageViewImageFormatInfoEXT* = struct_VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079484
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageViewImageFormatInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPrimitiveTopology):
  type
    VkPrimitiveTopology* = VkPrimitiveTopology_1124074114
else:
  static :
    hint("Declaration of " & "VkPrimitiveTopology" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264ReferenceListsInfo):
  type
    StdVideoEncodeH264ReferenceListsInfo* = StdVideoEncodeH264ReferenceListsInfo_1124083006
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264ReferenceListsInfo" &
        " already exists, not redeclaring")
when not declared(VkPrivateDataSlotEXT):
  type
    VkPrivateDataSlotEXT* = VkPrivateDataSlotEXT_1124080184
else:
  static :
    hint("Declaration of " & "VkPrivateDataSlotEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR* = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR_1124076614
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkMicromapEXT):
  type
    VkMicromapEXT* = VkMicromapEXT_1124080766
else:
  static :
    hint("Declaration of " & "VkMicromapEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderEnqueueFeaturesAMDX):
  type
    VkPhysicalDeviceShaderEnqueueFeaturesAMDX* = VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082796
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderEnqueueFeaturesAMDX" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureCreateFlagsKHR):
  type
    VkAccelerationStructureCreateFlagsKHR* = VkAccelerationStructureCreateFlagsKHR_1124082484
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV):
  type
    struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV* = struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082360
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeMatrix2FeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalBufferInfoKHR):
  type
    VkPhysicalDeviceExternalBufferInfoKHR* = VkPhysicalDeviceExternalBufferInfoKHR_1124077154
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalBufferInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFormatPackFeaturesARM):
  type
    struct_VkPhysicalDeviceFormatPackFeaturesARM* = struct_VkPhysicalDeviceFormatPackFeaturesARM_1124082402
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFormatPackFeaturesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoFormatInfoKHR):
  type
    struct_VkPhysicalDeviceVideoFormatInfoKHR* = struct_VkPhysicalDeviceVideoFormatInfoKHR_1124076706
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVideoFormatInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMutableDescriptorTypeCreateInfoEXT):
  type
    VkMutableDescriptorTypeCreateInfoEXT* = VkMutableDescriptorTypeCreateInfoEXT_1124080534
else:
  static :
    hint("Declaration of " & "VkMutableDescriptorTypeCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV):
  type
    struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV* = struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081610
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkSubresourceLayout):
  type
    VkSubresourceLayout* = VkSubresourceLayout_1124074638
else:
  static :
    hint("Declaration of " & "VkSubresourceLayout" &
        " already exists, not redeclaring")
when not declared(VkRenderPassSubpassFeedbackInfoEXT):
  type
    VkRenderPassSubpassFeedbackInfoEXT* = VkRenderPassSubpassFeedbackInfoEXT_1124081222
else:
  static :
    hint("Declaration of " & "VkRenderPassSubpassFeedbackInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1GlobalMotion):
  type
    struct_StdVideoAV1GlobalMotion* = struct_StdVideoAV1GlobalMotion_1124083222
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1GlobalMotion" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassBeginInfo):
  type
    struct_VkSubpassBeginInfo* = struct_VkSubpassBeginInfo_1124075786
else:
  static :
    hint("Declaration of " & "struct_VkSubpassBeginInfo" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupPresentModeFlagBitsKHR):
  type
    VkDeviceGroupPresentModeFlagBitsKHR* = VkDeviceGroupPresentModeFlagBitsKHR_1124076516
else:
  static :
    hint("Declaration of " & "VkDeviceGroupPresentModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(union_VkDescriptorDataEXT):
  type
    union_VkDescriptorDataEXT* = union_VkDescriptorDataEXT_1124080284
else:
  static :
    hint("Declaration of " & "union_VkDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryBufferCreateInfo):
  type
    VkExternalMemoryBufferCreateInfo* = VkExternalMemoryBufferCreateInfo_1124075426
else:
  static :
    hint("Declaration of " & "VkExternalMemoryBufferCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineBinaryDataKHR):
  type
    PFN_vkGetPipelineBinaryDataKHR* = PFN_vkGetPipelineBinaryDataKHR_1124078110
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineBinaryDataKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT):
  type
    struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT* = struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082748
else:
  static :
    hint("Declaration of " &
        "struct_VkSurfaceCapabilitiesFullScreenExclusiveEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetExecutionGraphPipelineNodeIndexAMDX):
  type
    PFN_vkGetExecutionGraphPipelineNodeIndexAMDX* = PFN_vkGetExecutionGraphPipelineNodeIndexAMDX_1124082830
else:
  static :
    hint("Declaration of " & "PFN_vkGetExecutionGraphPipelineNodeIndexAMDX" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeVectorPropertiesNV):
  type
    VkPhysicalDeviceCooperativeVectorPropertiesNV* = VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081590
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeVectorPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorBufferInfo):
  type
    struct_VkDescriptorBufferInfo* = struct_VkDescriptorBufferInfo_1124074736
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorBufferInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV):
  type
    VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* = VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081582
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV" &
        " already exists, not redeclaring")
when not declared(enum_VkImageLayout):
  type
    enum_VkImageLayout* = enum_VkImageLayout_1124074000
else:
  static :
    hint("Declaration of " & "enum_VkImageLayout" &
        " already exists, not redeclaring")
when not declared(VkShaderCreateInfoEXT):
  type
    VkShaderCreateInfoEXT* = VkShaderCreateInfoEXT_1124081528
else:
  static :
    hint("Declaration of " & "VkShaderCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessageTypeFlagsEXT):
  type
    VkDebugUtilsMessageTypeFlagsEXT* = VkDebugUtilsMessageTypeFlagsEXT_1124079064
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessageTypeFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT):
  type
    struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* = struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082336
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubgroupProperties):
  type
    VkPhysicalDeviceSubgroupProperties* = VkPhysicalDeviceSubgroupProperties_1124075458
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubgroupProperties" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM):
  type
    VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM* = VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081898
else:
  static :
    hint("Declaration of " &
        "VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetAlphaToOneEnableEXT):
  type
    PFN_vkCmdSetAlphaToOneEnableEXT* = PFN_vkCmdSetAlphaToOneEnableEXT_1124081148
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetAlphaToOneEnableEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkOffset3D):
  type
    struct_VkOffset3D* = struct_VkOffset3D_1124074452
else:
  static :
    hint("Declaration of " & "struct_VkOffset3D" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRenderAreaGranularity):
  type
    PFN_vkGetRenderAreaGranularity* = PFN_vkGetRenderAreaGranularity_1124075120
else:
  static :
    hint("Declaration of " & "PFN_vkGetRenderAreaGranularity" &
        " already exists, not redeclaring")
when not declared(VkSubresourceLayout2):
  type
    VkSubresourceLayout2* = VkSubresourceLayout2_1124076274
else:
  static :
    hint("Declaration of " & "VkSubresourceLayout2" &
        " already exists, not redeclaring")
when not declared(VkAcquireProfilingLockInfoKHR):
  type
    VkAcquireProfilingLockInfoKHR* = VkAcquireProfilingLockInfoKHR_1124077374
else:
  static :
    hint("Declaration of " & "VkAcquireProfilingLockInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1RateControlGroupKHR):
  type
    VkVideoEncodeAV1RateControlGroupKHR* = VkVideoEncodeAV1RateControlGroupKHR_1124078230
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1RateControlGroupKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentId2FeaturesKHR):
  type
    VkPhysicalDevicePresentId2FeaturesKHR* = VkPhysicalDevicePresentId2FeaturesKHR_1124078034
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePresentId2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryBarrierAccessFlags3KHR):
  type
    VkMemoryBarrierAccessFlags3KHR* = VkMemoryBarrierAccessFlags3KHR_1124078562
else:
  static :
    hint("Declaration of " & "VkMemoryBarrierAccessFlags3KHR" &
        " already exists, not redeclaring")
when not declared(VkDependencyInfoKHR):
  type
    VkDependencyInfoKHR* = VkDependencyInfoKHR_1124077878
else:
  static :
    hint("Declaration of " & "VkDependencyInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSetLatencyMarkerInfoNV):
  type
    VkSetLatencyMarkerInfoNV* = VkSetLatencyMarkerInfoNV_1124081672
else:
  static :
    hint("Declaration of " & "VkSetLatencyMarkerInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetLatencyMarkerNV):
  type
    PFN_vkSetLatencyMarkerNV* = PFN_vkSetLatencyMarkerNV_1124081702
else:
  static :
    hint("Declaration of " & "PFN_vkSetLatencyMarkerNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSubpassShadingHUAWEI):
  type
    PFN_vkCmdSubpassShadingHUAWEI* = PFN_vkCmdSubpassShadingHUAWEI_1124080602
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSubpassShadingHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI):
  type
    struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI* = struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080604
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceInvocationMaskFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265ReferenceInfo):
  type
    struct_StdVideoEncodeH265ReferenceInfo* = struct_StdVideoEncodeH265ReferenceInfo_1124082930
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRenderPassStripedPropertiesARM):
  type
    struct_VkPhysicalDeviceRenderPassStripedPropertiesARM* = struct_VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080972
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRenderPassStripedPropertiesARM" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH265PictureType):
  type
    enum_StdVideoH265PictureType* = enum_StdVideoH265PictureType_1124083180
else:
  static :
    hint("Declaration of " & "enum_StdVideoH265PictureType" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsLabelEXT):
  type
    VkDebugUtilsLabelEXT* = VkDebugUtilsLabelEXT_1124079072
else:
  static :
    hint("Declaration of " & "VkDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentModesCreateInfoKHR):
  type
    VkSwapchainPresentModesCreateInfoKHR* = VkSwapchainPresentModesCreateInfoKHR_1124078148
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentModesCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetColorWriteEnableEXT):
  type
    PFN_vkCmdSetColorWriteEnableEXT* = PFN_vkCmdSetColorWriteEnableEXT_1124080682
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetColorWriteEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoCodecOperationFlagsKHR):
  type
    VkVideoCodecOperationFlagsKHR* = VkVideoCodecOperationFlagsKHR_1124076644
else:
  static :
    hint("Declaration of " & "VkVideoCodecOperationFlagsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkTimeDomainKHR):
  type
    enum_VkTimeDomainKHR* = enum_VkTimeDomainKHR_1124078376
else:
  static :
    hint("Declaration of " & "enum_VkTimeDomainKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBlitImageCubicWeightsInfoQCOM):
  type
    struct_VkBlitImageCubicWeightsInfoQCOM* = struct_VkBlitImageCubicWeightsInfoQCOM_1124081888
else:
  static :
    hint("Declaration of " & "struct_VkBlitImageCubicWeightsInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkSubresourceHostMemcpySize):
  type
    struct_VkSubresourceHostMemcpySize* = struct_VkSubresourceHostMemcpySize_1124076324
else:
  static :
    hint("Declaration of " & "struct_VkSubresourceHostMemcpySize" &
        " already exists, not redeclaring")
when not declared(VkProtectedSubmitInfo):
  type
    VkProtectedSubmitInfo* = VkProtectedSubmitInfo_1124075386
else:
  static :
    hint("Declaration of " & "VkProtectedSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingPropertiesNV):
  type
    VkPhysicalDeviceRayTracingPropertiesNV* = VkPhysicalDeviceRayTracingPropertiesNV_1124079430
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayTracingPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265SessionParametersCreateInfoKHR):
  type
    VkVideoDecodeH265SessionParametersCreateInfoKHR* = VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077542
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderingInputAttachmentIndexInfo):
  type
    VkRenderingInputAttachmentIndexInfo* = VkRenderingInputAttachmentIndexInfo_1124076426
else:
  static :
    hint("Declaration of " & "VkRenderingInputAttachmentIndexInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugUtilsObjectNameInfoEXT):
  type
    struct_VkDebugUtilsObjectNameInfoEXT* = struct_VkDebugUtilsObjectNameInfoEXT_1124079074
else:
  static :
    hint("Declaration of " & "struct_VkDebugUtilsObjectNameInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkLatencySleepModeInfoNV):
  type
    VkLatencySleepModeInfoNV* = VkLatencySleepModeInfoNV_1124081664
else:
  static :
    hint("Declaration of " & "VkLatencySleepModeInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT):
  type
    struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT* = struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080264
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV):
  type
    struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV* = struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080422
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingMotionBlurFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264NaluSliceInfoKHR):
  type
    struct_VkVideoEncodeH264NaluSliceInfoKHR* = struct_VkVideoEncodeH264NaluSliceInfoKHR_1124076862
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264NaluSliceInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV):
  type
    VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV* = VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV_1124081612
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR):
  type
    VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR* = VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077906
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT):
  type
    VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT* = VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080350
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeCapabilitiesKHR):
  type
    VkVideoEncodeCapabilitiesKHR* = VkVideoEncodeCapabilitiesKHR_1124077816
else:
  static :
    hint("Declaration of " & "VkVideoEncodeCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryMapInfoKHR):
  type
    VkMemoryMapInfoKHR* = VkMemoryMapInfoKHR_1124077744
else:
  static :
    hint("Declaration of " & "VkMemoryMapInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1SequenceHeaderFlags):
  type
    struct_StdVideoAV1SequenceHeaderFlags* = struct_StdVideoAV1SequenceHeaderFlags_1124083196
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1SequenceHeaderFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT):
  type
    VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT* = VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT_1124080202
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeMatrixFeaturesKHR):
  type
    VkPhysicalDeviceCooperativeMatrixFeaturesKHR* = VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078178
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeMatrixFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPeerMemoryFeatureFlagBits):
  type
    VkPeerMemoryFeatureFlagBits* = VkPeerMemoryFeatureFlagBits_1124075196
else:
  static :
    hint("Declaration of " & "VkPeerMemoryFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceGroupPresentModeFlagBitsKHR):
  type
    enum_VkDeviceGroupPresentModeFlagBitsKHR* = enum_VkDeviceGroupPresentModeFlagBitsKHR_1124076514
else:
  static :
    hint("Declaration of " & "enum_VkDeviceGroupPresentModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan13Features):
  type
    struct_VkPhysicalDeviceVulkan13Features* = struct_VkPhysicalDeviceVulkan13Features_1124075902
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan13Features" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportDepthClampControlCreateInfoEXT):
  type
    VkPipelineViewportDepthClampControlCreateInfoEXT* = VkPipelineViewportDepthClampControlCreateInfoEXT_1124082346
else:
  static :
    hint("Declaration of " & "VkPipelineViewportDepthClampControlCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetInstanceProcAddr):
  type
    PFN_vkGetInstanceProcAddr* = PFN_vkGetInstanceProcAddr_1124074910
else:
  static :
    hint("Declaration of " & "PFN_vkGetInstanceProcAddr" &
        " already exists, not redeclaring")
when not declared(struct_VkDedicatedAllocationMemoryAllocateInfoNV):
  type
    struct_VkDedicatedAllocationMemoryAllocateInfoNV* = struct_VkDedicatedAllocationMemoryAllocateInfoNV_1124078716
else:
  static :
    hint("Declaration of " & "struct_VkDedicatedAllocationMemoryAllocateInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264SliceHeader):
  type
    StdVideoEncodeH264SliceHeader* = StdVideoEncodeH264SliceHeader_1124076864
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264SliceHeader" &
        " already exists, not redeclaring")
when not declared(enum_VkResult):
  type
    enum_VkResult* = enum_VkResult_1124073992
else:
  static :
    hint("Declaration of " & "enum_VkResult" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchBaseKHR):
  type
    PFN_vkCmdDispatchBaseKHR* = PFN_vkCmdDispatchBaseKHR_1124077128
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchBaseKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfaceFullScreenExclusiveInfoEXT):
  type
    VkSurfaceFullScreenExclusiveInfoEXT* = VkSurfaceFullScreenExclusiveInfoEXT_1124082746
else:
  static :
    hint("Declaration of " & "VkSurfaceFullScreenExclusiveInfoEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264RefPicMarkingEntry):
  type
    StdVideoEncodeH264RefPicMarkingEntry* = StdVideoEncodeH264RefPicMarkingEntry_1124083260
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264RefPicMarkingEntry" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR):
  type
    struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR* = struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078316
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVideoDecodeVP9FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowImageFormatPropertiesNV):
  type
    VkOpticalFlowImageFormatPropertiesNV* = VkOpticalFlowImageFormatPropertiesNV_1124081450
else:
  static :
    hint("Declaration of " & "VkOpticalFlowImageFormatPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkRayTracingShaderGroupTypeNV):
  type
    VkRayTracingShaderGroupTypeNV* = VkRayTracingShaderGroupTypeNV_1124079330
else:
  static :
    hint("Declaration of " & "VkRayTracingShaderGroupTypeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT):
  type
    struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT* = struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079850
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceYcbcrImageArraysFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderTileImagePropertiesEXT):
  type
    struct_VkPhysicalDeviceShaderTileImagePropertiesEXT* = struct_VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080762
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderTileImagePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeVectorFeaturesNV):
  type
    struct_VkPhysicalDeviceCooperativeVectorFeaturesNV* = struct_VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081592
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeVectorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264DisableDeblockingFilterIdc):
  type
    enum_StdVideoH264DisableDeblockingFilterIdc* = enum_StdVideoH264DisableDeblockingFilterIdc_1124083136
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264DisableDeblockingFilterIdc" &
        " already exists, not redeclaring")
when not declared(enum_VkInstanceCreateFlagBits):
  type
    enum_VkInstanceCreateFlagBits* = enum_VkInstanceCreateFlagBits_1124074176
else:
  static :
    hint("Declaration of " & "enum_VkInstanceCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR):
  type
    VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR* = VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR_1124077608
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264PictureLayoutFlagBitsKHR):
  type
    VkVideoDecodeH264PictureLayoutFlagBitsKHR* = VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077014
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264PictureLayoutFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupDeviceCreateInfoKHR):
  type
    VkDeviceGroupDeviceCreateInfoKHR* = VkDeviceGroupDeviceCreateInfoKHR_1124077136
else:
  static :
    hint("Declaration of " & "VkDeviceGroupDeviceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkCooperativeMatrixPropertiesKHR):
  type
    VkCooperativeMatrixPropertiesKHR* = VkCooperativeMatrixPropertiesKHR_1124078174
else:
  static :
    hint("Declaration of " & "VkCooperativeMatrixPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLayeredApiPropertiesKHR):
  type
    VkPhysicalDeviceLayeredApiPropertiesKHR* = VkPhysicalDeviceLayeredApiPropertiesKHR_1124078546
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLayeredApiPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMeshShaderPropertiesNV):
  type
    struct_VkPhysicalDeviceMeshShaderPropertiesNV* = struct_VkPhysicalDeviceMeshShaderPropertiesNV_1124079568
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMeshShaderPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetLayoutHostMappingInfoVALVE):
  type
    struct_VkDescriptorSetLayoutHostMappingInfoVALVE* = struct_VkDescriptorSetLayoutHostMappingInfoVALVE_1124080954
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetLayoutHostMappingInfoVALVE" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1RateControlFlagsKHR):
  type
    VkVideoEncodeAV1RateControlFlagsKHR* = VkVideoEncodeAV1RateControlFlagsKHR_1124078254
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1RateControlFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyQueryPool):
  type
    PFN_vkDestroyQueryPool* = PFN_vkDestroyQueryPool_1124074978
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyQueryPool" &
        " already exists, not redeclaring")
when not declared(struct_VkImportMemoryWin32HandleInfoNV):
  type
    struct_VkImportMemoryWin32HandleInfoNV* = struct_VkImportMemoryWin32HandleInfoNV_1124082726
else:
  static :
    hint("Declaration of " & "struct_VkImportMemoryWin32HandleInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkFramebufferCreateInfo):
  type
    struct_VkFramebufferCreateInfo* = struct_VkFramebufferCreateInfo_1124074848
else:
  static :
    hint("Declaration of " & "struct_VkFramebufferCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkImageDrmFormatModifierListCreateInfoEXT):
  type
    struct_VkImageDrmFormatModifierListCreateInfoEXT* = struct_VkImageDrmFormatModifierListCreateInfoEXT_1124079222
else:
  static :
    hint("Declaration of " & "struct_VkImageDrmFormatModifierListCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetColorBlendEnableEXT):
  type
    PFN_vkCmdSetColorBlendEnableEXT* = PFN_vkCmdSetColorBlendEnableEXT_1124081152
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetColorBlendEnableEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometryMotionTrianglesDataNV):
  type
    struct_VkAccelerationStructureGeometryMotionTrianglesDataNV* = struct_VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080394
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureGeometryMotionTrianglesDataNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMeshShaderPropertiesEXT):
  type
    VkPhysicalDeviceMeshShaderPropertiesEXT* = VkPhysicalDeviceMeshShaderPropertiesEXT_1124082632
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMeshShaderPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR):
  type
    PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR* = PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR_1124082656
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceWin32PresentationSupportKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265CapabilitiesKHR):
  type
    struct_VkVideoEncodeH265CapabilitiesKHR* = struct_VkVideoEncodeH265CapabilitiesKHR_1124076932
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetFragmentShadingRateEnumNV):
  type
    PFN_vkCmdSetFragmentShadingRateEnumNV* = PFN_vkCmdSetFragmentShadingRateEnumNV_1124080380
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetFragmentShadingRateEnumNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR):
  type
    VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR* = VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR_1124077672
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM):
  type
    struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM* = struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081642
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkAntiLagDataAMD):
  type
    struct_VkAntiLagDataAMD* = struct_VkAntiLagDataAMD_1124081496
else:
  static :
    hint("Declaration of " & "struct_VkAntiLagDataAMD" &
        " already exists, not redeclaring")
when not declared(VkExecutionGraphPipelineScratchSizeAMDX):
  type
    VkExecutionGraphPipelineScratchSizeAMDX* = VkExecutionGraphPipelineScratchSizeAMDX_1124082804
else:
  static :
    hint("Declaration of " & "VkExecutionGraphPipelineScratchSizeAMDX" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDevice):
  type
    PFN_vkDestroyDevice* = PFN_vkDestroyDevice_1124074916
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDevice" &
        " already exists, not redeclaring")
when not declared(VkDebugReportFlagBitsEXT):
  type
    VkDebugReportFlagBitsEXT* = VkDebugReportFlagBitsEXT_1124078662
else:
  static :
    hint("Declaration of " & "VkDebugReportFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkInputAttachmentAspectReference):
  type
    VkInputAttachmentAspectReference* = VkInputAttachmentAspectReference_1124075512
else:
  static :
    hint("Declaration of " & "VkInputAttachmentAspectReference" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorSetLayoutSupport):
  type
    PFN_vkGetDescriptorSetLayoutSupport* = PFN_vkGetDescriptorSetLayoutSupport_1124075590
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorSetLayoutSupport" &
        " already exists, not redeclaring")
when not declared(StdVideoH265PredictorPaletteEntries):
  type
    StdVideoH265PredictorPaletteEntries* = StdVideoH265PredictorPaletteEntries_1124083030
else:
  static :
    hint("Declaration of " & "StdVideoH265PredictorPaletteEntries" &
        " already exists, not redeclaring")
when not declared(VkFenceImportFlags):
  type
    VkFenceImportFlags* = VkFenceImportFlags_1124075236
else:
  static :
    hint("Declaration of " & "VkFenceImportFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceImageFormatProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceImageFormatProperties2KHR* = PFN_vkGetPhysicalDeviceImageFormatProperties2KHR_1124077094
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceImageFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkFrameBoundaryFlagBitsEXT):
  type
    VkFrameBoundaryFlagBitsEXT* = VkFrameBoundaryFlagBitsEXT_1124080636
else:
  static :
    hint("Declaration of " & "VkFrameBoundaryFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkMicromapCreateInfoEXT):
  type
    VkMicromapCreateInfoEXT* = VkMicromapCreateInfoEXT_1124080822
else:
  static :
    hint("Declaration of " & "VkMicromapCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetFences):
  type
    PFN_vkResetFences* = PFN_vkResetFences_1124074966
else:
  static :
    hint("Declaration of " & "PFN_vkResetFences" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutSupportKHR):
  type
    VkDescriptorSetLayoutSupportKHR* = VkDescriptorSetLayoutSupportKHR_1124077510
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutSupportKHR" &
        " already exists, not redeclaring")
when not declared(VkTensorDescriptionARM):
  type
    VkTensorDescriptionARM* = VkTensorDescriptionARM_1124081266
else:
  static :
    hint("Declaration of " & "VkTensorDescriptionARM" &
        " already exists, not redeclaring")
when not declared(VkSubmitInfo):
  type
    VkSubmitInfo* = VkSubmitInfo_1124074566
else:
  static :
    hint("Declaration of " & "VkSubmitInfo" & " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceGroupProperties):
  type
    struct_VkPhysicalDeviceGroupProperties* = struct_VkPhysicalDeviceGroupProperties_1124075304
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceGroupProperties" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlags2CreateInfoKHR):
  type
    VkPipelineCreateFlags2CreateInfoKHR* = VkPipelineCreateFlags2CreateInfoKHR_1124078012
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlags2CreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapCreateInfoEXT):
  type
    struct_VkMicromapCreateInfoEXT* = struct_VkMicromapCreateInfoEXT_1124080820
else:
  static :
    hint("Declaration of " & "struct_VkMicromapCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkExecutionGraphPipelineCreateInfoAMDX):
  type
    VkExecutionGraphPipelineCreateInfoAMDX* = VkExecutionGraphPipelineCreateInfoAMDX_1124082808
else:
  static :
    hint("Declaration of " & "VkExecutionGraphPipelineCreateInfoAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE):
  type
    struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE* = struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082410
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE" &
        " already exists, not redeclaring")
when not declared(VkCopyImageInfo2):
  type
    VkCopyImageInfo2* = VkCopyImageInfo2_1124075972
else:
  static :
    hint("Declaration of " & "VkCopyImageInfo2" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265DpbSlotInfoKHR):
  type
    VkVideoDecodeH265DpbSlotInfoKHR* = VkVideoDecodeH265DpbSlotInfoKHR_1124077554
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkOpticalFlowExecuteFlagBitsNV):
  type
    enum_VkOpticalFlowExecuteFlagBitsNV* = enum_VkOpticalFlowExecuteFlagBitsNV_1124081430
else:
  static :
    hint("Declaration of " & "enum_VkOpticalFlowExecuteFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceCounterDescriptionARM):
  type
    struct_VkPerformanceCounterDescriptionARM* = struct_VkPerformanceCounterDescriptionARM_1124082388
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceCounterDescriptionARM" &
        " already exists, not redeclaring")
when not declared(struct_VkSampleLocationEXT):
  type
    struct_VkSampleLocationEXT* = struct_VkSampleLocationEXT_1124079132
else:
  static :
    hint("Declaration of " & "struct_VkSampleLocationEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE):
  type
    VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE* = VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE_1124082412
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentDensityMapLayeredPropertiesVALVE" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAccelerationStructurePropertiesKHR):
  type
    VkPhysicalDeviceAccelerationStructurePropertiesKHR* = VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082528
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceAccelerationStructurePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1OperatingPointInfoFlags):
  type
    StdVideoEncodeAV1OperatingPointInfoFlags* = StdVideoEncodeAV1OperatingPointInfoFlags_1124083090
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1OperatingPointInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkImageViewASTCDecodeModeEXT):
  type
    VkImageViewASTCDecodeModeEXT* = VkImageViewASTCDecodeModeEXT_1124078854
else:
  static :
    hint("Declaration of " & "VkImageViewASTCDecodeModeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBias2EXT):
  type
    PFN_vkCmdSetDepthBias2EXT* = PFN_vkCmdSetDepthBias2EXT_1124080130
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBias2EXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShadingRatePropertiesKHR):
  type
    VkPhysicalDeviceFragmentShadingRatePropertiesKHR* = VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077628
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentShadingRatePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSparseImageFormatInfo2KHR):
  type
    VkPhysicalDeviceSparseImageFormatInfo2KHR* = VkPhysicalDeviceSparseImageFormatInfo2KHR_1124077086
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSparseImageFormatInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryWin32HandlePropertiesKHR):
  type
    struct_VkMemoryWin32HandlePropertiesKHR* = struct_VkMemoryWin32HandlePropertiesKHR_1124082674
else:
  static :
    hint("Declaration of " & "struct_VkMemoryWin32HandlePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkShaderCorePropertiesFlagsAMD):
  type
    VkShaderCorePropertiesFlagsAMD* = VkShaderCorePropertiesFlagsAMD_1124079742
else:
  static :
    hint("Declaration of " & "VkShaderCorePropertiesFlagsAMD" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageDrmFormatModifierInfoEXT):
  type
    VkPhysicalDeviceImageDrmFormatModifierInfoEXT* = VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079220
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageDrmFormatModifierInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferAllocateInfo):
  type
    struct_VkCommandBufferAllocateInfo* = struct_VkCommandBufferAllocateInfo_1124074652
else:
  static :
    hint("Declaration of " & "struct_VkCommandBufferAllocateInfo" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowGridSizeFlagsNV):
  type
    VkOpticalFlowGridSizeFlagsNV* = VkOpticalFlowGridSizeFlagsNV_1124081416
else:
  static :
    hint("Declaration of " & "VkOpticalFlowGridSizeFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkColorBlendEquationEXT):
  type
    VkColorBlendEquationEXT* = VkColorBlendEquationEXT_1124081132
else:
  static :
    hint("Declaration of " & "VkColorBlendEquationEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance10FeaturesKHR):
  type
    struct_VkPhysicalDeviceMaintenance10FeaturesKHR* = struct_VkPhysicalDeviceMaintenance10FeaturesKHR_1124078632
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance10FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryDedicatedAllocateInfo):
  type
    struct_VkMemoryDedicatedAllocateInfo* = struct_VkMemoryDedicatedAllocateInfo_1124075276
else:
  static :
    hint("Declaration of " & "struct_VkMemoryDedicatedAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT):
  type
    struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT* = struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078726
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTransformFeedbackPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderImageFootprintFeaturesNV):
  type
    VkPhysicalDeviceShaderImageFootprintFeaturesNV* = VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079586
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderImageFootprintFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbModelConversionFlagsVALVE):
  type
    VkVideoEncodeRgbModelConversionFlagsVALVE* = VkVideoEncodeRgbModelConversionFlagsVALVE_1124080696
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbModelConversionFlagsVALVE" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceClusterAccelerationStructurePropertiesNV):
  type
    VkPhysicalDeviceClusterAccelerationStructurePropertiesNV* = VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082058
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceClusterAccelerationStructurePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHostImageCopyFeatures):
  type
    VkPhysicalDeviceHostImageCopyFeatures* = VkPhysicalDeviceHostImageCopyFeatures_1124076294
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHostImageCopyFeatures" &
        " already exists, not redeclaring")
when not declared(XID):
  type
    XID* = XID_1124082976
else:
  static :
    hint("Declaration of " & "XID" & " already exists, not redeclaring")
when not declared(union_VkAccelerationStructureGeometryDataKHR):
  type
    union_VkAccelerationStructureGeometryDataKHR* = union_VkAccelerationStructureGeometryDataKHR_1124082502
else:
  static :
    hint("Declaration of " & "union_VkAccelerationStructureGeometryDataKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryTensorCreateInfoARM):
  type
    VkExternalMemoryTensorCreateInfoARM* = VkExternalMemoryTensorCreateInfoARM_1124081334
else:
  static :
    hint("Declaration of " & "VkExternalMemoryTensorCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreatePipelineLayout):
  type
    PFN_vkCreatePipelineLayout* = PFN_vkCreatePipelineLayout_1124075068
else:
  static :
    hint("Declaration of " & "PFN_vkCreatePipelineLayout" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265CapabilitiesKHR):
  type
    VkVideoEncodeH265CapabilitiesKHR* = VkVideoEncodeH265CapabilitiesKHR_1124076936
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkTensorViewARM):
  type
    VkTensorViewARM* = VkTensorViewARM_1124081246
else:
  static :
    hint("Declaration of " & "VkTensorViewARM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264PictureInfo):
  type
    struct_StdVideoEncodeH264PictureInfo* = struct_StdVideoEncodeH264PictureInfo_1124082912
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTileMemoryHeapPropertiesQCOM):
  type
    VkPhysicalDeviceTileMemoryHeapPropertiesQCOM* = VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081928
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTileMemoryHeapPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCreationFeedbackCreateInfo):
  type
    struct_VkPipelineCreationFeedbackCreateInfo* = struct_VkPipelineCreationFeedbackCreateInfo_1124076014
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCreationFeedbackCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkDeviceAddressBindingFlagBitsEXT):
  type
    VkDeviceAddressBindingFlagBitsEXT* = VkDeviceAddressBindingFlagBitsEXT_1124080562
else:
  static :
    hint("Declaration of " & "VkDeviceAddressBindingFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineConstantARM):
  type
    VkDataGraphPipelineConstantARM* = VkDataGraphPipelineConstantARM_1124081744
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineConstantARM" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264RefListModEntry):
  type
    StdVideoEncodeH264RefListModEntry* = StdVideoEncodeH264RefListModEntry_1124083258
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264RefListModEntry" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateOpticalFlowSessionNV):
  type
    PFN_vkCreateOpticalFlowSessionNV* = PFN_vkCreateOpticalFlowSessionNV_1124081466
else:
  static :
    hint("Declaration of " & "PFN_vkCreateOpticalFlowSessionNV" &
        " already exists, not redeclaring")
when not declared(VkImageSubresourceRange):
  type
    VkImageSubresourceRange* = VkImageSubresourceRange_1124074474
else:
  static :
    hint("Declaration of " & "VkImageSubresourceRange" &
        " already exists, not redeclaring")
when not declared(struct_VkLatencySurfaceCapabilitiesNV):
  type
    struct_VkLatencySurfaceCapabilitiesNV* = struct_VkLatencySurfaceCapabilitiesNV_1124081694
else:
  static :
    hint("Declaration of " & "struct_VkLatencySurfaceCapabilitiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkTraceRaysIndirectCommandKHR):
  type
    struct_VkTraceRaysIndirectCommandKHR* = struct_VkTraceRaysIndirectCommandKHR_1124082606
else:
  static :
    hint("Declaration of " & "struct_VkTraceRaysIndirectCommandKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265CapabilityFlagBitsKHR):
  type
    VkVideoEncodeH265CapabilityFlagBitsKHR* = VkVideoEncodeH265CapabilityFlagBitsKHR_1124076904
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265CapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDisplacementMicromapPropertiesNV):
  type
    VkPhysicalDeviceDisplacementMicromapPropertiesNV* = VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082886
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDisplacementMicromapPropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawClusterIndirectHUAWEI):
  type
    PFN_vkCmdDrawClusterIndirectHUAWEI* = PFN_vkCmdDrawClusterIndirectHUAWEI_1124080902
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawClusterIndirectHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectExecutionSetPipelineInfoEXT):
  type
    struct_VkIndirectExecutionSetPipelineInfoEXT* = struct_VkIndirectExecutionSetPipelineInfoEXT_1124082222
else:
  static :
    hint("Declaration of " & "struct_VkIndirectExecutionSetPipelineInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureSRTMotionInstanceNV):
  type
    VkAccelerationStructureSRTMotionInstanceNV* = VkAccelerationStructureSRTMotionInstanceNV_1124080412
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureSRTMotionInstanceNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR):
  type
    struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR* = struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078520
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeAV1QuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryFeatureFlagsNV):
  type
    VkExternalMemoryFeatureFlagsNV* = VkExternalMemoryFeatureFlagsNV_1124078826
else:
  static :
    hint("Declaration of " & "VkExternalMemoryFeatureFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265GopRemainingFrameInfoKHR):
  type
    struct_VkVideoEncodeH265GopRemainingFrameInfoKHR* = struct_VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077008
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265GopRemainingFrameInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkInternalAllocationType):
  type
    VkInternalAllocationType* = VkInternalAllocationType_1124074018
else:
  static :
    hint("Declaration of " & "VkInternalAllocationType" &
        " already exists, not redeclaring")
when not declared(struct_VkLatencyTimingsFrameReportNV):
  type
    struct_VkLatencyTimingsFrameReportNV* = struct_VkLatencyTimingsFrameReportNV_1124081674
else:
  static :
    hint("Declaration of " & "struct_VkLatencyTimingsFrameReportNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDynamicRenderingFeatures):
  type
    VkPhysicalDeviceDynamicRenderingFeatures* = VkPhysicalDeviceDynamicRenderingFeatures_1124076108
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDynamicRenderingFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugMarkerObjectTagInfoEXT):
  type
    struct_VkDebugMarkerObjectTagInfoEXT* = struct_VkDebugMarkerObjectTagInfoEXT_1124078690
else:
  static :
    hint("Declaration of " & "struct_VkDebugMarkerObjectTagInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferDeviceAddressCreateInfoEXT):
  type
    struct_VkBufferDeviceAddressCreateInfoEXT* = struct_VkBufferDeviceAddressCreateInfoEXT_1124079780
else:
  static :
    hint("Declaration of " & "struct_VkBufferDeviceAddressCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCustomBorderColorFeaturesEXT):
  type
    VkPhysicalDeviceCustomBorderColorFeaturesEXT* = VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080170
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCustomBorderColorFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingAttachmentLocationInfo):
  type
    struct_VkRenderingAttachmentLocationInfo* = struct_VkRenderingAttachmentLocationInfo_1124076420
else:
  static :
    hint("Declaration of " & "struct_VkRenderingAttachmentLocationInfo" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayout):
  type
    VkDescriptorSetLayout* = VkDescriptorSetLayout_1124073984
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayout" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateValidationCacheEXT):
  type
    PFN_vkCreateValidationCacheEXT* = PFN_vkCreateValidationCacheEXT_1124079260
else:
  static :
    hint("Declaration of " & "PFN_vkCreateValidationCacheEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT):
  type
    struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT* = struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT_1124081000
else:
  static :
    hint("Declaration of " &
        "struct_VkRenderPassFragmentDensityMapOffsetEndInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferViewCreateInfo):
  type
    struct_VkBufferViewCreateInfo* = struct_VkBufferViewCreateInfo_1124074692
else:
  static :
    hint("Declaration of " & "struct_VkBufferViewCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewProperties):
  type
    VkPhysicalDeviceMultiviewProperties* = VkPhysicalDeviceMultiviewProperties_1124075532
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMultiviewProperties" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetVariableDescriptorCountLayoutSupport):
  type
    VkDescriptorSetVariableDescriptorCountLayoutSupport* = VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075744
else:
  static :
    hint("Declaration of " &
        "VkDescriptorSetVariableDescriptorCountLayoutSupport" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewAddressPropertiesNVX):
  type
    struct_VkImageViewAddressPropertiesNVX* = struct_VkImageViewAddressPropertiesNVX_1124078780
else:
  static :
    hint("Declaration of " & "struct_VkImageViewAddressPropertiesNVX" &
        " already exists, not redeclaring")
when not declared(PFN_vkInitializePerformanceApiINTEL):
  type
    PFN_vkInitializePerformanceApiINTEL* = PFN_vkInitializePerformanceApiINTEL_1124079682
else:
  static :
    hint("Declaration of " & "PFN_vkInitializePerformanceApiINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV):
  type
    struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV* = struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082880
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDisplacementMicromapFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageRobustnessFeatures):
  type
    VkPhysicalDeviceImageRobustnessFeatures* = VkPhysicalDeviceImageRobustnessFeatures_1124076036
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageRobustnessFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainCounterCreateInfoEXT):
  type
    struct_VkSwapchainCounterCreateInfoEXT* = struct_VkSwapchainCounterCreateInfoEXT_1124078940
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainCounterCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteAccelerationStructuresPropertiesNV):
  type
    PFN_vkCmdWriteAccelerationStructuresPropertiesNV* = PFN_vkCmdWriteAccelerationStructuresPropertiesNV_1124079472
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteAccelerationStructuresPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM):
  type
    VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM* = VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081640
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferMemoryRequirements):
  type
    PFN_vkGetBufferMemoryRequirements* = PFN_vkGetBufferMemoryRequirements_1124074952
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumeratePhysicalDeviceGroupsKHR):
  type
    PFN_vkEnumeratePhysicalDeviceGroupsKHR* = PFN_vkEnumeratePhysicalDeviceGroupsKHR_1124077138
else:
  static :
    hint("Declaration of " & "PFN_vkEnumeratePhysicalDeviceGroupsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetEncodedVideoSessionParametersKHR):
  type
    PFN_vkGetEncodedVideoSessionParametersKHR* = PFN_vkGetEncodedVideoSessionParametersKHR_1124077856
else:
  static :
    hint("Declaration of " & "PFN_vkGetEncodedVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureAddressResolutionFlagBitsNV):
  type
    VkClusterAccelerationStructureAddressResolutionFlagBitsNV* = VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082030
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureAddressResolutionFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265FrameSizeKHR):
  type
    struct_VkVideoEncodeH265FrameSizeKHR* = struct_VkVideoEncodeH265FrameSizeKHR_1124077000
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265FrameSizeKHR" &
        " already exists, not redeclaring")
when not declared(VkGraphicsPipelineShaderGroupsCreateInfoNV):
  type
    VkGraphicsPipelineShaderGroupsCreateInfoNV* = VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080042
else:
  static :
    hint("Declaration of " & "VkGraphicsPipelineShaderGroupsCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance9PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance9PropertiesKHR* = VkPhysicalDeviceMaintenance9PropertiesKHR_1124078582
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance9PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT):
  type
    struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT* = struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080726
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceImageViewMinLodFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPerTileEndInfoQCOM):
  type
    VkPerTileEndInfoQCOM* = VkPerTileEndInfoQCOM_1124080242
else:
  static :
    hint("Declaration of " & "VkPerTileEndInfoQCOM" &
        " already exists, not redeclaring")
when not declared(enum_VkImageCompressionFixedRateFlagBitsEXT):
  type
    enum_VkImageCompressionFixedRateFlagBitsEXT* = enum_VkImageCompressionFixedRateFlagBitsEXT_1124080450
else:
  static :
    hint("Declaration of " & "enum_VkImageCompressionFixedRateFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkImageUsageFlags):
  type
    VkImageUsageFlags* = VkImageUsageFlags_1124074174
else:
  static :
    hint("Declaration of " & "VkImageUsageFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265FrameSizeKHR):
  type
    VkVideoEncodeH265FrameSizeKHR* = VkVideoEncodeH265FrameSizeKHR_1124077002
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265FrameSizeKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineLayoutCreateFlagBits):
  type
    VkPipelineLayoutCreateFlagBits* = VkPipelineLayoutCreateFlagBits_1124074346
else:
  static :
    hint("Declaration of " & "VkPipelineLayoutCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugUtilsMessengerCreateInfoEXT):
  type
    struct_VkDebugUtilsMessengerCreateInfoEXT* = struct_VkDebugUtilsMessengerCreateInfoEXT_1124079084
else:
  static :
    hint("Declaration of " & "struct_VkDebugUtilsMessengerCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdFillBuffer):
  type
    PFN_vkCmdFillBuffer* = PFN_vkCmdFillBuffer_1124075022
else:
  static :
    hint("Declaration of " & "PFN_vkCmdFillBuffer" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeInfoKHR):
  type
    VkVideoDecodeInfoKHR* = VkVideoDecodeInfoKHR_1124076802
else:
  static :
    hint("Declaration of " & "VkVideoDecodeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlags2):
  type
    VkBufferUsageFlags2* = VkBufferUsageFlags2_1124076210
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlags2" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureBuildRangeInfoKHR):
  type
    VkAccelerationStructureBuildRangeInfoKHR* = VkAccelerationStructureBuildRangeInfoKHR_1124082488
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureBuildRangeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBindPoint):
  type
    VkPipelineBindPoint* = VkPipelineBindPoint_1124074090
else:
  static :
    hint("Declaration of " & "VkPipelineBindPoint" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264CapabilityFlagsKHR):
  type
    VkVideoEncodeH264CapabilityFlagsKHR* = VkVideoEncodeH264CapabilityFlagsKHR_1124076810
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264CapabilityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolCreateFlagBits):
  type
    VkDescriptorPoolCreateFlagBits* = VkDescriptorPoolCreateFlagBits_1124074360
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkMemoryPropertyFlags):
  type
    VkMemoryPropertyFlags* = VkMemoryPropertyFlags_1124074192
else:
  static :
    hint("Declaration of " & "VkMemoryPropertyFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ScalingLists):
  type
    StdVideoH265ScalingLists* = StdVideoH265ScalingLists_1124083022
else:
  static :
    hint("Declaration of " & "StdVideoH265ScalingLists" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265DpbSlotInfoKHR):
  type
    struct_VkVideoEncodeH265DpbSlotInfoKHR* = struct_VkVideoEncodeH265DpbSlotInfoKHR_1124076984
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdClearColorImage):
  type
    PFN_vkCmdClearColorImage* = PFN_vkCmdClearColorImage_1124075096
else:
  static :
    hint("Declaration of " & "PFN_vkCmdClearColorImage" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265SliceSegmentHeader):
  type
    StdVideoEncodeH265SliceSegmentHeader* = StdVideoEncodeH265SliceSegmentHeader_1124076974
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265SliceSegmentHeader" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance6PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance6PropertiesKHR* = VkPhysicalDeviceMaintenance6PropertiesKHR_1124078392
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance6PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdClearAttachments):
  type
    PFN_vkCmdClearAttachments* = PFN_vkCmdClearAttachments_1124075156
else:
  static :
    hint("Declaration of " & "PFN_vkCmdClearAttachments" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR):
  type
    PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR* = PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR_1124077124
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryDecompressionPropertiesEXT):
  type
    VkPhysicalDeviceMemoryDecompressionPropertiesEXT* = VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081040
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryDecompressionPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT):
  type
    VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT* = VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080470
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceConfigurationAcquireInfoINTEL):
  type
    VkPerformanceConfigurationAcquireInfoINTEL* = VkPerformanceConfigurationAcquireInfoINTEL_1124079680
else:
  static :
    hint("Declaration of " & "VkPerformanceConfigurationAcquireInfoINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV):
  type
    struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV* = struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080368
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRenderingAttachmentLocations):
  type
    PFN_vkCmdSetRenderingAttachmentLocations* = PFN_vkCmdSetRenderingAttachmentLocations_1124076462
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRenderingAttachmentLocations" &
        " already exists, not redeclaring")
when not declared(VkTileMemoryBindInfoQCOM):
  type
    VkTileMemoryBindInfoQCOM* = VkTileMemoryBindInfoQCOM_1124081936
else:
  static :
    hint("Declaration of " & "VkTileMemoryBindInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbRangeCompressionFlagsVALVE):
  type
    VkVideoEncodeRgbRangeCompressionFlagsVALVE* = VkVideoEncodeRgbRangeCompressionFlagsVALVE_1124080702
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbRangeCompressionFlagsVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchDataGraphARM):
  type
    PFN_vkCmdDispatchDataGraphARM* = PFN_vkCmdDispatchDataGraphARM_1124081838
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchDataGraphARM" &
        " already exists, not redeclaring")
when not declared(VkTensorCopyARM):
  type
    VkTensorCopyARM* = VkTensorCopyARM_1124081314
else:
  static :
    hint("Declaration of " & "VkTensorCopyARM" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264ReferenceListsInfoFlags):
  type
    StdVideoEncodeH264ReferenceListsInfoFlags* = StdVideoEncodeH264ReferenceListsInfoFlags_1124083256
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264ReferenceListsInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkMemoryBarrier2):
  type
    VkMemoryBarrier2* = VkMemoryBarrier2_1124075928
else:
  static :
    hint("Declaration of " & "VkMemoryBarrier2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyBufferToImage2):
  type
    PFN_vkCmdCopyBufferToImage2* = PFN_vkCmdCopyBufferToImage2_1124076134
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyBufferToImage2" &
        " already exists, not redeclaring")
when not declared(enum_VkQueryType):
  type
    enum_VkQueryType* = enum_VkQueryType_1124074036
else:
  static :
    hint("Declaration of " & "enum_VkQueryType" &
        " already exists, not redeclaring")
when not declared(VkDependencyFlagBits):
  type
    VkDependencyFlagBits* = VkDependencyFlagBits_1124074278
else:
  static :
    hint("Declaration of " & "VkDependencyFlagBits" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265WeightTableFlags):
  type
    StdVideoEncodeH265WeightTableFlags* = StdVideoEncodeH265WeightTableFlags_1124083274
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265WeightTableFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkAllocateDescriptorSets):
  type
    PFN_vkAllocateDescriptorSets* = PFN_vkAllocateDescriptorSets_1124075086
else:
  static :
    hint("Declaration of " & "PFN_vkAllocateDescriptorSets" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX):
  type
    struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX* = struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082900
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX" &
        " already exists, not redeclaring")
when not declared(VkInitializePerformanceApiInfoINTEL):
  type
    VkInitializePerformanceApiInfoINTEL* = VkInitializePerformanceApiInfoINTEL_1124079658
else:
  static :
    hint("Declaration of " & "VkInitializePerformanceApiInfoINTEL" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolCreateInfo):
  type
    VkQueryPoolCreateInfo* = VkQueryPoolCreateInfo_1124074626
else:
  static :
    hint("Declaration of " & "VkQueryPoolCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHostImageCopyPropertiesEXT):
  type
    VkPhysicalDeviceHostImageCopyPropertiesEXT* = VkPhysicalDeviceHostImageCopyPropertiesEXT_1124079932
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHostImageCopyPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkHostImageCopyFlagBits):
  type
    enum_VkHostImageCopyFlagBits* = enum_VkHostImageCopyFlagBits_1124076214
else:
  static :
    hint("Declaration of " & "enum_VkHostImageCopyFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPerformanceOverrideInfoINTEL):
  type
    VkPerformanceOverrideInfoINTEL* = VkPerformanceOverrideInfoINTEL_1124079676
else:
  static :
    hint("Declaration of " & "VkPerformanceOverrideInfoINTEL" &
        " already exists, not redeclaring")
when not declared(VkFrameBoundaryFlagsEXT):
  type
    VkFrameBoundaryFlagsEXT* = VkFrameBoundaryFlagsEXT_1124080638
else:
  static :
    hint("Declaration of " & "VkFrameBoundaryFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkSubgroupFeatureFlagBits):
  type
    VkSubgroupFeatureFlagBits* = VkSubgroupFeatureFlagBits_1124075258
else:
  static :
    hint("Declaration of " & "VkSubgroupFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT):
  type
    struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT* = struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082430
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceImageSparseMemoryRequirementsKHR):
  type
    PFN_vkGetDeviceImageSparseMemoryRequirementsKHR* = PFN_vkGetDeviceImageSparseMemoryRequirementsKHR_1124077984
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceImageSparseMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceCreateFlags):
  type
    VkDeviceCreateFlags* = VkDeviceCreateFlags_1124074200
else:
  static :
    hint("Declaration of " & "VkDeviceCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkSetLatencyMarkerInfoNV):
  type
    struct_VkSetLatencyMarkerInfoNV* = struct_VkSetLatencyMarkerInfoNV_1124081670
else:
  static :
    hint("Declaration of " & "struct_VkSetLatencyMarkerInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkBlockMatchWindowCompareModeQCOM):
  type
    enum_VkBlockMatchWindowCompareModeQCOM* = enum_VkBlockMatchWindowCompareModeQCOM_1124081860
else:
  static :
    hint("Declaration of " & "enum_VkBlockMatchWindowCompareModeQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewFeatures):
  type
    VkPhysicalDeviceMultiviewFeatures* = VkPhysicalDeviceMultiviewFeatures_1124075528
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMultiviewFeatures" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetVariableDescriptorCountAllocateInfo):
  type
    VkDescriptorSetVariableDescriptorCountAllocateInfo* = VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075740
else:
  static :
    hint("Declaration of " &
        "VkDescriptorSetVariableDescriptorCountAllocateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateAccelerationStructureNV):
  type
    PFN_vkCreateAccelerationStructureNV* = PFN_vkCreateAccelerationStructureNV_1124079450
else:
  static :
    hint("Declaration of " & "PFN_vkCreateAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureTrianglesOpacityMicromapEXT):
  type
    struct_VkAccelerationStructureTrianglesOpacityMicromapEXT* = struct_VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080852
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureTrianglesOpacityMicromapEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCoverageReductionStateCreateInfoNV):
  type
    struct_VkPipelineCoverageReductionStateCreateInfoNV* = struct_VkPipelineCoverageReductionStateCreateInfoNV_1124079836
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineCoverageReductionStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance8FeaturesKHR):
  type
    struct_VkPhysicalDeviceMaintenance8FeaturesKHR* = struct_VkPhysicalDeviceMaintenance8FeaturesKHR_1124078564
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance8FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureCreateInfoNV):
  type
    struct_VkAccelerationStructureCreateInfoNV* = struct_VkAccelerationStructureCreateInfoNV_1124079412
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM):
  type
    VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM* = VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM_1124080514
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageOpaqueCaptureDescriptorDataEXT):
  type
    PFN_vkGetImageOpaqueCaptureDescriptorDataEXT* = PFN_vkGetImageOpaqueCaptureDescriptorDataEXT_1124080330
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowSessionCreateInfoNV):
  type
    VkOpticalFlowSessionCreateInfoNV* = VkOpticalFlowSessionCreateInfoNV_1124081454
else:
  static :
    hint("Declaration of " & "VkOpticalFlowSessionCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264CabacInitIdc):
  type
    enum_StdVideoH264CabacInitIdc* = enum_StdVideoH264CabacInitIdc_1124083134
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264CabacInitIdc" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToImageIndirectInfoKHR):
  type
    VkCopyMemoryToImageIndirectInfoKHR* = VkCopyMemoryToImageIndirectInfoKHR_1124078448
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToImageIndirectInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateCudaFunctionNV):
  type
    PFN_vkCreateCudaFunctionNV* = PFN_vkCreateCudaFunctionNV_1124082868
else:
  static :
    hint("Declaration of " & "PFN_vkCreateCudaFunctionNV" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainPresentModeInfoKHR):
  type
    struct_VkSwapchainPresentModeInfoKHR* = struct_VkSwapchainPresentModeInfoKHR_1124078150
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainPresentModeInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumerateInstanceLayerProperties):
  type
    PFN_vkEnumerateInstanceLayerProperties* = PFN_vkEnumerateInstanceLayerProperties_1124074922
else:
  static :
    hint("Declaration of " & "PFN_vkEnumerateInstanceLayerProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoFormatInfoKHR):
  type
    VkPhysicalDeviceVideoFormatInfoKHR* = VkPhysicalDeviceVideoFormatInfoKHR_1124076708
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVideoFormatInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationLineStateCreateInfo):
  type
    struct_VkPipelineRasterizationLineStateCreateInfo* = struct_VkPipelineRasterizationLineStateCreateInfo_1124076392
else:
  static :
    hint("Declaration of " & "struct_VkPipelineRasterizationLineStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeUsageFlagsKHR):
  type
    VkVideoDecodeUsageFlagsKHR* = VkVideoDecodeUsageFlagsKHR_1124076788
else:
  static :
    hint("Declaration of " & "VkVideoDecodeUsageFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRobustnessCreateInfoEXT):
  type
    VkPipelineRobustnessCreateInfoEXT* = VkPipelineRobustnessCreateInfoEXT_1124078868
else:
  static :
    hint("Declaration of " & "VkPipelineRobustnessCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderObjectFeaturesEXT):
  type
    VkPhysicalDeviceShaderObjectFeaturesEXT* = VkPhysicalDeviceShaderObjectFeaturesEXT_1124081520
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderObjectFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDecompressMemoryRegionEXT):
  type
    struct_VkDecompressMemoryRegionEXT* = struct_VkDecompressMemoryRegionEXT_1124081944
else:
  static :
    hint("Declaration of " & "struct_VkDecompressMemoryRegionEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassInputAttachmentAspectCreateInfo):
  type
    struct_VkRenderPassInputAttachmentAspectCreateInfo* = struct_VkRenderPassInputAttachmentAspectCreateInfo_1124075514
else:
  static :
    hint("Declaration of " &
        "struct_VkRenderPassInputAttachmentAspectCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures):
  type
    struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures* = struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075986
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTextureCompressionASTCHDRFeatures" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectCommandsInputModeFlagBitsEXT):
  type
    enum_VkIndirectCommandsInputModeFlagBitsEXT* = enum_VkIndirectCommandsInputModeFlagBitsEXT_1124082198
else:
  static :
    hint("Declaration of " & "enum_VkIndirectCommandsInputModeFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferInheritanceRenderPassTransformInfoQCOM):
  type
    VkCommandBufferInheritanceRenderPassTransformInfoQCOM* = VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080112
else:
  static :
    hint("Declaration of " &
        "VkCommandBufferInheritanceRenderPassTransformInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkPresentScalingFlagBitsEXT):
  type
    VkPresentScalingFlagBitsEXT* = VkPresentScalingFlagBitsEXT_1124079980
else:
  static :
    hint("Declaration of " & "VkPresentScalingFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkAttachmentDescriptionFlagBits):
  type
    enum_VkAttachmentDescriptionFlagBits* = enum_VkAttachmentDescriptionFlagBits_1124074410
else:
  static :
    hint("Declaration of " & "enum_VkAttachmentDescriptionFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSparseImageFormatInfo2):
  type
    struct_VkPhysicalDeviceSparseImageFormatInfo2* = struct_VkPhysicalDeviceSparseImageFormatInfo2_1124075364
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceSparseImageFormatInfo2" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlanePropertiesKHR):
  type
    VkDisplayPlanePropertiesKHR* = VkDisplayPlanePropertiesKHR_1124076602
else:
  static :
    hint("Declaration of " & "VkDisplayPlanePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTransformFeedbackFeaturesEXT):
  type
    VkPhysicalDeviceTransformFeedbackFeaturesEXT* = VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078724
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTransformFeedbackFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkExportFenceWin32HandleInfoKHR):
  type
    VkExportFenceWin32HandleInfoKHR* = VkExportFenceWin32HandleInfoKHR_1124082716
else:
  static :
    hint("Declaration of " & "VkExportFenceWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDrmPropertiesEXT):
  type
    struct_VkPhysicalDeviceDrmPropertiesEXT* = struct_VkPhysicalDeviceDrmPropertiesEXT_1124080552
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDrmPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceEventInfoEXT):
  type
    struct_VkDeviceEventInfoEXT* = struct_VkDeviceEventInfoEXT_1124078932
else:
  static :
    hint("Declaration of " & "struct_VkDeviceEventInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVendorId):
  type
    VkVendorId* = VkVendorId_1124074010
else:
  static :
    hint("Declaration of " & "VkVendorId" & " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilOp):
  type
    PFN_vkCmdSetStencilOp* = PFN_vkCmdSetStencilOp_1124076180
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilOp" &
        " already exists, not redeclaring")
when not declared(VkRenderingInputAttachmentIndexInfoKHR):
  type
    VkRenderingInputAttachmentIndexInfoKHR* = VkRenderingInputAttachmentIndexInfoKHR_1124077646
else:
  static :
    hint("Declaration of " & "VkRenderingInputAttachmentIndexInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkImageCompressionFixedRateFlagBitsEXT):
  type
    VkImageCompressionFixedRateFlagBitsEXT* = VkImageCompressionFixedRateFlagBitsEXT_1124080452
else:
  static :
    hint("Declaration of " & "VkImageCompressionFixedRateFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264WeightTableFlags):
  type
    StdVideoEncodeH264WeightTableFlags* = StdVideoEncodeH264WeightTableFlags_1124083254
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264WeightTableFlags" &
        " already exists, not redeclaring")
when not declared(VkCoarseSampleLocationNV):
  type
    VkCoarseSampleLocationNV* = VkCoarseSampleLocationNV_1124079308
else:
  static :
    hint("Declaration of " & "VkCoarseSampleLocationNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSamplerFilterMinmaxProperties):
  type
    struct_VkPhysicalDeviceSamplerFilterMinmaxProperties* = struct_VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075754
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSamplerFilterMinmaxProperties" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationConservativeStateCreateFlagsEXT):
  type
    VkPipelineRasterizationConservativeStateCreateFlagsEXT* = VkPipelineRasterizationConservativeStateCreateFlagsEXT_1124079018
else:
  static :
    hint("Declaration of " &
        "VkPipelineRasterizationConservativeStateCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlags2CreateInfo):
  type
    VkPipelineCreateFlags2CreateInfo* = VkPipelineCreateFlags2CreateInfo_1124076346
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlags2CreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHdrVividFeaturesHUAWEI):
  type
    VkPhysicalDeviceHdrVividFeaturesHUAWEI* = VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082350
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHdrVividFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoBeginCodingInfoKHR):
  type
    struct_VkVideoBeginCodingInfoKHR* = struct_VkVideoBeginCodingInfoKHR_1124076742
else:
  static :
    hint("Declaration of " & "struct_VkVideoBeginCodingInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAddressCopyFlagsKHR):
  type
    VkAddressCopyFlagsKHR* = VkAddressCopyFlagsKHR_1124078428
else:
  static :
    hint("Declaration of " & "VkAddressCopyFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkImageFormatListCreateInfoKHR):
  type
    VkImageFormatListCreateInfoKHR* = VkImageFormatListCreateInfoKHR_1124077474
else:
  static :
    hint("Declaration of " & "VkImageFormatListCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectCommandsTokenTypeEXT):
  type
    enum_VkIndirectCommandsTokenTypeEXT* = enum_VkIndirectCommandsTokenTypeEXT_1124082194
else:
  static :
    hint("Declaration of " & "enum_VkIndirectCommandsTokenTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageProcessingPropertiesQCOM):
  type
    VkPhysicalDeviceImageProcessingPropertiesQCOM* = VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081108
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageProcessingPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkAttachmentReferenceStencilLayout):
  type
    VkAttachmentReferenceStencilLayout* = VkAttachmentReferenceStencilLayout_1124075828
else:
  static :
    hint("Declaration of " & "VkAttachmentReferenceStencilLayout" &
        " already exists, not redeclaring")
when not declared(VkRayTracingLssIndexingModeNV):
  type
    VkRayTracingLssIndexingModeNV* = VkRayTracingLssIndexingModeNV_1124081072
else:
  static :
    hint("Declaration of " & "VkRayTracingLssIndexingModeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeQuantizationMapInfoKHR):
  type
    struct_VkVideoEncodeQuantizationMapInfoKHR* = struct_VkVideoEncodeQuantizationMapInfoKHR_1124078496
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeQuantizationMapInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAntiLagFeaturesAMD):
  type
    struct_VkPhysicalDeviceAntiLagFeaturesAMD* = struct_VkPhysicalDeviceAntiLagFeaturesAMD_1124081488
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceAntiLagFeaturesAMD" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeContentFlagsKHR):
  type
    VkVideoEncodeContentFlagsKHR* = VkVideoEncodeContentFlagsKHR_1124077806
else:
  static :
    hint("Declaration of " & "VkVideoEncodeContentFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDrmFormatModifierPropertiesList2EXT):
  type
    struct_VkDrmFormatModifierPropertiesList2EXT* = struct_VkDrmFormatModifierPropertiesList2EXT_1124079238
else:
  static :
    hint("Declaration of " & "struct_VkDrmFormatModifierPropertiesList2EXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR):
  type
    PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR* = PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR_1124077638
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFragmentShadingRatesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDepthClipControlFeaturesEXT):
  type
    struct_VkPhysicalDeviceDepthClipControlFeaturesEXT* = struct_VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080574
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDepthClipControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV):
  type
    struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV* = struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV_1124082108
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureBuildTriangleClusterTemplateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoSessionParametersCreateFlagBitsKHR):
  type
    enum_VkVideoSessionParametersCreateFlagBitsKHR* = enum_VkVideoSessionParametersCreateFlagBitsKHR_1124076670
else:
  static :
    hint("Declaration of " & "enum_VkVideoSessionParametersCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderDrawParameterFeatures):
  type
    VkPhysicalDeviceShaderDrawParameterFeatures* = VkPhysicalDeviceShaderDrawParameterFeatures_1124075538
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderDrawParameterFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfacePresentModesKHR):
  type
    PFN_vkGetPhysicalDeviceSurfacePresentModesKHR* = PFN_vkGetPhysicalDeviceSurfacePresentModesKHR_1124076504
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfacePresentModesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRenderingInputAttachmentIndices):
  type
    PFN_vkCmdSetRenderingInputAttachmentIndices* = PFN_vkCmdSetRenderingInputAttachmentIndices_1124076464
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRenderingInputAttachmentIndices" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR):
  type
    struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR* = struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078504
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlags2KHR):
  type
    VkBufferUsageFlags2KHR* = VkBufferUsageFlags2KHR_1124077996
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlags2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageCompressionControlFeaturesEXT):
  type
    VkPhysicalDeviceImageCompressionControlFeaturesEXT* = VkPhysicalDeviceImageCompressionControlFeaturesEXT_1124080458
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceImageCompressionControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC):
  type
    VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC* = VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082470
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalSemaphoreFeatureFlagBits):
  type
    enum_VkExternalSemaphoreFeatureFlagBits* = enum_VkExternalSemaphoreFeatureFlagBits_1124075250
else:
  static :
    hint("Declaration of " & "enum_VkExternalSemaphoreFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkBindImageMemoryInfo):
  type
    struct_VkBindImageMemoryInfo* = struct_VkBindImageMemoryInfo_1124075268
else:
  static :
    hint("Declaration of " & "struct_VkBindImageMemoryInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkImportFenceWin32HandleInfoKHR):
  type
    struct_VkImportFenceWin32HandleInfoKHR* = struct_VkImportFenceWin32HandleInfoKHR_1124082710
else:
  static :
    hint("Declaration of " & "struct_VkImportFenceWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyRenderPass):
  type
    PFN_vkDestroyRenderPass* = PFN_vkDestroyRenderPass_1124075118
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyRenderPass" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescription2KHR):
  type
    VkAttachmentDescription2KHR* = VkAttachmentDescription2KHR_1124077266
else:
  static :
    hint("Declaration of " & "VkAttachmentDescription2KHR" &
        " already exists, not redeclaring")
when not declared(VkBufferCreateInfo):
  type
    VkBufferCreateInfo* = VkBufferCreateInfo_1124074630
else:
  static :
    hint("Declaration of " & "VkBufferCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkanMemoryModelFeaturesKHR):
  type
    VkPhysicalDeviceVulkanMemoryModelFeaturesKHR* = VkPhysicalDeviceVulkanMemoryModelFeaturesKHR_1124077606
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkanMemoryModelFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSetAccelerationStructureKHR):
  type
    VkWriteDescriptorSetAccelerationStructureKHR* = VkWriteDescriptorSetAccelerationStructureKHR_1124082520
else:
  static :
    hint("Declaration of " & "VkWriteDescriptorSetAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkInputAttachmentAspectReference):
  type
    struct_VkInputAttachmentAspectReference* = struct_VkInputAttachmentAspectReference_1124075510
else:
  static :
    hint("Declaration of " & "struct_VkInputAttachmentAspectReference" &
        " already exists, not redeclaring")
when not declared(struct_VkExportMemoryWin32HandleInfoKHR):
  type
    struct_VkExportMemoryWin32HandleInfoKHR* = struct_VkExportMemoryWin32HandleInfoKHR_1124082666
else:
  static :
    hint("Declaration of " & "struct_VkExportMemoryWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1CDEF):
  type
    StdVideoAV1CDEF* = StdVideoAV1CDEF_1124083080
else:
  static :
    hint("Declaration of " & "StdVideoAV1CDEF" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeMatrixFeaturesNV):
  type
    VkPhysicalDeviceCooperativeMatrixFeaturesNV* = VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079818
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeMatrixFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquireFullScreenExclusiveModeEXT):
  type
    PFN_vkAcquireFullScreenExclusiveModeEXT* = PFN_vkAcquireFullScreenExclusiveModeEXT_1124082760
else:
  static :
    hint("Declaration of " & "PFN_vkAcquireFullScreenExclusiveModeEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH265SpsFlags):
  type
    StdVideoH265SpsFlags* = StdVideoH265SpsFlags_1124083018
else:
  static :
    hint("Declaration of " & "StdVideoH265SpsFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferCaptureDescriptorDataInfoEXT):
  type
    struct_VkBufferCaptureDescriptorDataInfoEXT* = struct_VkBufferCaptureDescriptorDataInfoEXT_1124080292
else:
  static :
    hint("Declaration of " & "struct_VkBufferCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBindingFlagsEXT):
  type
    VkDescriptorBindingFlagsEXT* = VkDescriptorBindingFlagsEXT_1124079270
else:
  static :
    hint("Declaration of " & "VkDescriptorBindingFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkImageCopy2KHR):
  type
    VkImageCopy2KHR* = VkImageCopy2KHR_1124077932
else:
  static :
    hint("Declaration of " & "VkImageCopy2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalImageFormatInfo):
  type
    VkPhysicalDeviceExternalImageFormatInfo* = VkPhysicalDeviceExternalImageFormatInfo_1124075402
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalImageFormatInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV):
  type
    struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV* = struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV_1124081580
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264DpbSlotInfoKHR):
  type
    struct_VkVideoDecodeH264DpbSlotInfoKHR* = struct_VkVideoDecodeH264DpbSlotInfoKHR_1124077040
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH264DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkImageAspectFlags):
  type
    VkImageAspectFlags* = VkImageAspectFlags_1124074150
else:
  static :
    hint("Declaration of " & "VkImageAspectFlags" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264PictureParameterSet):
  type
    struct_StdVideoH264PictureParameterSet* = struct_StdVideoH264PictureParameterSet_1124082908
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264PictureParameterSet" &
        " already exists, not redeclaring")
when not declared(struct_VkDepthBiasRepresentationInfoEXT):
  type
    struct_VkDepthBiasRepresentationInfoEXT* = struct_VkDepthBiasRepresentationInfoEXT_1124080126
else:
  static :
    hint("Declaration of " & "struct_VkDepthBiasRepresentationInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueSubmit2KHR):
  type
    PFN_vkQueueSubmit2KHR* = PFN_vkQueueSubmit2KHR_1124077898
else:
  static :
    hint("Declaration of " & "PFN_vkQueueSubmit2KHR" &
        " already exists, not redeclaring")
when not declared(StdVideoH264ChromaFormatIdc):
  type
    StdVideoH264ChromaFormatIdc* = StdVideoH264ChromaFormatIdc_1124082980
else:
  static :
    hint("Declaration of " & "StdVideoH264ChromaFormatIdc" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoVP9InterpolationFilter):
  type
    enum_StdVideoVP9InterpolationFilter* = enum_StdVideoVP9InterpolationFilter_1124083240
else:
  static :
    hint("Declaration of " & "enum_StdVideoVP9InterpolationFilter" &
        " already exists, not redeclaring")
when not declared(struct_VkExportMemoryWin32HandleInfoNV):
  type
    struct_VkExportMemoryWin32HandleInfoNV* = struct_VkExportMemoryWin32HandleInfoNV_1124082730
else:
  static :
    hint("Declaration of " & "struct_VkExportMemoryWin32HandleInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalSemaphoreProperties):
  type
    PFN_vkGetPhysicalDeviceExternalSemaphoreProperties* = PFN_vkGetPhysicalDeviceExternalSemaphoreProperties_1124075580
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceExternalSemaphoreProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkBindAccelerationStructureMemoryInfoNV):
  type
    struct_VkBindAccelerationStructureMemoryInfoNV* = struct_VkBindAccelerationStructureMemoryInfoNV_1124079416
else:
  static :
    hint("Declaration of " & "struct_VkBindAccelerationStructureMemoryInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoH265AspectRatioIdc):
  type
    StdVideoH265AspectRatioIdc* = StdVideoH265AspectRatioIdc_1124083272
else:
  static :
    hint("Declaration of " & "StdVideoH265AspectRatioIdc" &
        " already exists, not redeclaring")
when not declared(VkBaseOutStructure):
  type
    VkBaseOutStructure* = VkBaseOutStructure_1124074466
else:
  static :
    hint("Declaration of " & "VkBaseOutStructure" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV):
  type
    VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV* = VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV_1124080034
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPlanePropertiesKHR):
  type
    struct_VkDisplayPlanePropertiesKHR* = struct_VkDisplayPlanePropertiesKHR_1124076600
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPlanePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyPipeline):
  type
    PFN_vkDestroyPipeline* = PFN_vkDestroyPipeline_1124075066
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyPipeline" &
        " already exists, not redeclaring")
when not declared(VkFramebufferAttachmentsCreateInfo):
  type
    VkFramebufferAttachmentsCreateInfo* = VkFramebufferAttachmentsCreateInfo_1124075816
else:
  static :
    hint("Declaration of " & "VkFramebufferAttachmentsCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRenderPass2KHR):
  type
    PFN_vkCmdEndRenderPass2KHR* = PFN_vkCmdEndRenderPass2KHR_1124077284
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRenderPass2KHR" &
        " already exists, not redeclaring")
when not declared(VkBuildAccelerationStructureFlagsKHR):
  type
    VkBuildAccelerationStructureFlagsKHR* = VkBuildAccelerationStructureFlagsKHR_1124079378
else:
  static :
    hint("Declaration of " & "VkBuildAccelerationStructureFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkSparseImageMemoryRequirements2):
  type
    VkSparseImageMemoryRequirements2* = VkSparseImageMemoryRequirements2_1124075330
else:
  static :
    hint("Declaration of " & "VkSparseImageMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH264PictureInfoFlags):
  type
    StdVideoDecodeH264PictureInfoFlags* = StdVideoDecodeH264PictureInfoFlags_1124083050
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH264PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueCreateFlagBits):
  type
    VkDeviceQueueCreateFlagBits* = VkDeviceQueueCreateFlagBits_1124074204
else:
  static :
    hint("Declaration of " & "VkDeviceQueueCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT):
  type
    struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT* = struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080912
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkGeometryInstanceFlagBitsKHR):
  type
    VkGeometryInstanceFlagBitsKHR* = VkGeometryInstanceFlagBitsKHR_1124079366
else:
  static :
    hint("Declaration of " & "VkGeometryInstanceFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkDepthBiasInfoEXT):
  type
    VkDepthBiasInfoEXT* = VkDepthBiasInfoEXT_1124080124
else:
  static :
    hint("Declaration of " & "VkDepthBiasInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkValidationCheckEXT):
  type
    VkValidationCheckEXT* = VkValidationCheckEXT_1124078844
else:
  static :
    hint("Declaration of " & "VkValidationCheckEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryRemoteAddressNV):
  type
    PFN_vkGetMemoryRemoteAddressNV* = PFN_vkGetMemoryRemoteAddressNV_1124080620
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryRemoteAddressNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineFragmentShadingRateStateCreateInfoKHR):
  type
    struct_VkPipelineFragmentShadingRateStateCreateInfoKHR* = struct_VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077618
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineFragmentShadingRateStateCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassDependency2):
  type
    struct_VkSubpassDependency2* = struct_VkSubpassDependency2_1124075778
else:
  static :
    hint("Declaration of " & "struct_VkSubpassDependency2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance5Features):
  type
    VkPhysicalDeviceMaintenance5Features* = VkPhysicalDeviceMaintenance5Features_1124076258
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance5Features" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubpassShadingFeaturesHUAWEI):
  type
    VkPhysicalDeviceSubpassShadingFeaturesHUAWEI* = VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080594
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubpassShadingFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV):
  type
    struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV* = struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082124
else:
  static :
    hint("Declaration of " &
        "struct_VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetInfoEXT):
  type
    VkIndirectExecutionSetInfoEXT* = VkIndirectExecutionSetInfoEXT_1124082236
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryFeatureFlagsKHR):
  type
    VkExternalMemoryFeatureFlagsKHR* = VkExternalMemoryFeatureFlagsKHR_1124077144
else:
  static :
    hint("Declaration of " & "VkExternalMemoryFeatureFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFrameBoundaryTensorsARM):
  type
    struct_VkFrameBoundaryTensorsARM* = struct_VkFrameBoundaryTensorsARM_1124081356
else:
  static :
    hint("Declaration of " & "struct_VkFrameBoundaryTensorsARM" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264QuantizationMapCapabilitiesKHR):
  type
    VkVideoEncodeH264QuantizationMapCapabilitiesKHR* = VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078510
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264QuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkQueryPoolPerformanceCreateInfoKHR):
  type
    struct_VkQueryPoolPerformanceCreateInfoKHR* = struct_VkQueryPoolPerformanceCreateInfoKHR_1124077364
else:
  static :
    hint("Declaration of " & "struct_VkQueryPoolPerformanceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplaySurfaceCreateInfoKHR):
  type
    VkDisplaySurfaceCreateInfoKHR* = VkDisplaySurfaceCreateInfoKHR_1124076610
else:
  static :
    hint("Declaration of " & "VkDisplaySurfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreWaitFlagsKHR):
  type
    VkSemaphoreWaitFlagsKHR* = VkSemaphoreWaitFlagsKHR_1124077586
else:
  static :
    hint("Declaration of " & "VkSemaphoreWaitFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferSubmitInfoKHR):
  type
    VkCommandBufferSubmitInfoKHR* = VkCommandBufferSubmitInfoKHR_1124077884
else:
  static :
    hint("Declaration of " & "VkCommandBufferSubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreGetFdInfoKHR):
  type
    VkSemaphoreGetFdInfoKHR* = VkSemaphoreGetFdInfoKHR_1124077210
else:
  static :
    hint("Declaration of " & "VkSemaphoreGetFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLineRasterizationPropertiesKHR):
  type
    VkPhysicalDeviceLineRasterizationPropertiesKHR* = VkPhysicalDeviceLineRasterizationPropertiesKHR_1124078370
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLineRasterizationPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceIndexTypeUint8Features):
  type
    struct_VkPhysicalDeviceIndexTypeUint8Features* = struct_VkPhysicalDeviceIndexTypeUint8Features_1124076244
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceIndexTypeUint8Features" &
        " already exists, not redeclaring")
when not declared(enum_VkFragmentShadingRateCombinerOpKHR):
  type
    enum_VkFragmentShadingRateCombinerOpKHR* = enum_VkFragmentShadingRateCombinerOpKHR_1124077610
else:
  static :
    hint("Declaration of " & "enum_VkFragmentShadingRateCombinerOpKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineSessionCreateInfoARM):
  type
    struct_VkDataGraphPipelineSessionCreateInfoARM* = struct_VkDataGraphPipelineSessionCreateInfoARM_1124081762
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineSessionCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(VkAttachmentSampleCountInfoNV):
  type
    VkAttachmentSampleCountInfoNV* = VkAttachmentSampleCountInfoNV_1124079200
else:
  static :
    hint("Declaration of " & "VkAttachmentSampleCountInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkTrimCommandPool):
  type
    PFN_vkTrimCommandPool* = PFN_vkTrimCommandPool_1124075572
else:
  static :
    hint("Declaration of " & "PFN_vkTrimCommandPool" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupPresentCapabilitiesKHR):
  type
    struct_VkDeviceGroupPresentCapabilitiesKHR* = struct_VkDeviceGroupPresentCapabilitiesKHR_1124076540
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupPresentCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLineStippleEnableEXT):
  type
    PFN_vkCmdSetLineStippleEnableEXT* = PFN_vkCmdSetLineStippleEnableEXT_1124081176
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLineStippleEnableEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE):
  type
    struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE* = struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082406
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1StdFlagsKHR):
  type
    VkVideoEncodeAV1StdFlagsKHR* = VkVideoEncodeAV1StdFlagsKHR_1124078242
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1StdFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessengerEXT):
  type
    VkDebugUtilsMessengerEXT* = VkDebugUtilsMessengerEXT_1124079052
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessengerEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquireWinrtDisplayNV):
  type
    PFN_vkAcquireWinrtDisplayNV* = PFN_vkAcquireWinrtDisplayNV_1124082766
else:
  static :
    hint("Declaration of " & "PFN_vkAcquireWinrtDisplayNV" &
        " already exists, not redeclaring")
when not declared(enum_VkRayTracingInvocationReorderModeEXT):
  type
    enum_VkRayTracingInvocationReorderModeEXT* = enum_VkRayTracingInvocationReorderModeEXT_1124081570
else:
  static :
    hint("Declaration of " & "enum_VkRayTracingInvocationReorderModeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevice16BitStorageFeaturesKHR):
  type
    VkPhysicalDevice16BitStorageFeaturesKHR* = VkPhysicalDevice16BitStorageFeaturesKHR_1124077226
else:
  static :
    hint("Declaration of " & "VkPhysicalDevice16BitStorageFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDisplayPlaneAlphaFlagBitsKHR):
  type
    enum_VkDisplayPlaneAlphaFlagBitsKHR* = enum_VkDisplayPlaneAlphaFlagBitsKHR_1124076576
else:
  static :
    hint("Declaration of " & "enum_VkDisplayPlaneAlphaFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryKeyKHR):
  type
    VkPipelineBinaryKeyKHR* = VkPipelineBinaryKeyKHR_1124078070
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryKeyKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1ReferenceInfoFlags):
  type
    StdVideoEncodeAV1ReferenceInfoFlags* = StdVideoEncodeAV1ReferenceInfoFlags_1124083096
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGroupPropertiesKHR):
  type
    VkPhysicalDeviceGroupPropertiesKHR* = VkPhysicalDeviceGroupPropertiesKHR_1124077134
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceGroupPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkBindImagePlaneMemoryInfoKHR):
  type
    VkBindImagePlaneMemoryInfoKHR* = VkBindImagePlaneMemoryInfoKHR_1124077488
else:
  static :
    hint("Declaration of " & "VkBindImagePlaneMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyShaderEXT):
  type
    PFN_vkDestroyShaderEXT* = PFN_vkDestroyShaderEXT_1124081538
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyShaderEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureInfoNV):
  type
    VkAccelerationStructureInfoNV* = VkAccelerationStructureInfoNV_1124079410
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureInfoNV" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceFeatureFlagsKHR):
  type
    VkExternalFenceFeatureFlagsKHR* = VkExternalFenceFeatureFlagsKHR_1124077296
else:
  static :
    hint("Declaration of " & "VkExternalFenceFeatureFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthClipEnableFeaturesEXT):
  type
    VkPhysicalDeviceDepthClipEnableFeaturesEXT* = VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079032
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthClipEnableFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSamplerCreateFlags):
  type
    VkSamplerCreateFlags* = VkSamplerCreateFlags_1124074356
else:
  static :
    hint("Declaration of " & "VkSamplerCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderCreateInfoEXT):
  type
    struct_VkShaderCreateInfoEXT* = struct_VkShaderCreateInfoEXT_1124081526
else:
  static :
    hint("Declaration of " & "struct_VkShaderCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryGetWin32HandleInfoKHR):
  type
    struct_VkMemoryGetWin32HandleInfoKHR* = struct_VkMemoryGetWin32HandleInfoKHR_1124082678
else:
  static :
    hint("Declaration of " & "struct_VkMemoryGetWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginRendering):
  type
    PFN_vkCmdBeginRendering* = PFN_vkCmdBeginRendering_1124076154
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginRendering" &
        " already exists, not redeclaring")
when not declared(VkMemoryBarrier):
  type
    VkMemoryBarrier* = VkMemoryBarrier_1124074482
else:
  static :
    hint("Declaration of " & "VkMemoryBarrier" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubgroupSizeControlProperties):
  type
    VkPhysicalDeviceSubgroupSizeControlProperties* = VkPhysicalDeviceSubgroupSizeControlProperties_1124076044
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubgroupSizeControlProperties" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreationControlEXT):
  type
    VkRenderPassCreationControlEXT* = VkRenderPassCreationControlEXT_1124081210
else:
  static :
    hint("Declaration of " & "VkRenderPassCreationControlEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyDataGraphPropertiesARM):
  type
    struct_VkQueueFamilyDataGraphPropertiesARM* = struct_VkQueueFamilyDataGraphPropertiesARM_1124081806
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyDataGraphPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR):
  type
    struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR* = struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076858
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH264SessionParametersFeedbackInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderingFlagsKHR):
  type
    VkRenderingFlagsKHR* = VkRenderingFlagsKHR_1124077046
else:
  static :
    hint("Declaration of " & "VkRenderingFlagsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkGraphicsPipelineLibraryFlagBitsEXT):
  type
    enum_VkGraphicsPipelineLibraryFlagBitsEXT* = enum_VkGraphicsPipelineLibraryFlagBitsEXT_1124080338
else:
  static :
    hint("Declaration of " & "enum_VkGraphicsPipelineLibraryFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeMatrix2PropertiesNV):
  type
    VkPhysicalDeviceCooperativeMatrix2PropertiesNV* = VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082366
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeMatrix2PropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkDeviceAddressBindingFlagsEXT):
  type
    VkDeviceAddressBindingFlagsEXT* = VkDeviceAddressBindingFlagsEXT_1124080564
else:
  static :
    hint("Declaration of " & "VkDeviceAddressBindingFlagsEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264WeightTable):
  type
    StdVideoEncodeH264WeightTable* = StdVideoEncodeH264WeightTable_1124083000
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264WeightTable" &
        " already exists, not redeclaring")
when not declared(PFN_vkDeferredOperationJoinKHR):
  type
    PFN_vkDeferredOperationJoinKHR* = PFN_vkDeferredOperationJoinKHR_1124077700
else:
  static :
    hint("Declaration of " & "PFN_vkDeferredOperationJoinKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoverageModulationModeNV):
  type
    PFN_vkCmdSetCoverageModulationModeNV* = PFN_vkCmdSetCoverageModulationModeNV_1124081188
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoverageModulationModeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceQueueFamilyProperties2):
  type
    PFN_vkGetPhysicalDeviceQueueFamilyProperties2* = PFN_vkGetPhysicalDeviceQueueFamilyProperties2_1124075566
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceQueueFamilyProperties2" &
        " already exists, not redeclaring")
when not declared(VkSampleLocationsInfoEXT):
  type
    VkSampleLocationsInfoEXT* = VkSampleLocationsInfoEXT_1124079138
else:
  static :
    hint("Declaration of " & "VkSampleLocationsInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceInlineUniformBlockPropertiesEXT):
  type
    VkPhysicalDeviceInlineUniformBlockPropertiesEXT* = VkPhysicalDeviceInlineUniformBlockPropertiesEXT_1124079126
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceInlineUniformBlockPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkWriteIndirectExecutionSetPipelineEXT):
  type
    VkWriteIndirectExecutionSetPipelineEXT* = VkWriteIndirectExecutionSetPipelineEXT_1124082248
else:
  static :
    hint("Declaration of " & "VkWriteIndirectExecutionSetPipelineEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchBase):
  type
    PFN_vkCmdDispatchBase* = PFN_vkCmdDispatchBase_1124075582
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchBase" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerCreateInfo):
  type
    struct_VkSamplerCreateInfo* = struct_VkSamplerCreateInfo_1124074728
else:
  static :
    hint("Declaration of " & "struct_VkSamplerCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginDebugUtilsLabelEXT):
  type
    PFN_vkCmdBeginDebugUtilsLabelEXT* = PFN_vkCmdBeginDebugUtilsLabelEXT_1124079102
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV):
  type
    struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV* = struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081918
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryHandleTypeFlagBits):
  type
    VkExternalMemoryHandleTypeFlagBits* = VkExternalMemoryHandleTypeFlagBits_1124075210
else:
  static :
    hint("Declaration of " & "VkExternalMemoryHandleTypeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkToolPurposeFlagBitsEXT):
  type
    VkToolPurposeFlagBitsEXT* = VkToolPurposeFlagBitsEXT_1124079786
else:
  static :
    hint("Declaration of " & "VkToolPurposeFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiDrawPropertiesEXT):
  type
    struct_VkPhysicalDeviceMultiDrawPropertiesEXT* = struct_VkPhysicalDeviceMultiDrawPropertiesEXT_1124080738
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMultiDrawPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoProfileListInfoKHR):
  type
    VkVideoProfileListInfoKHR* = VkVideoProfileListInfoKHR_1124076700
else:
  static :
    hint("Declaration of " & "VkVideoProfileListInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265ScalingLists):
  type
    struct_StdVideoH265ScalingLists* = struct_StdVideoH265ScalingLists_1124083160
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265ScalingLists" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportWScalingStateCreateInfoNV):
  type
    struct_VkPipelineViewportWScalingStateCreateInfoNV* = struct_VkPipelineViewportWScalingStateCreateInfoNV_1124078896
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineViewportWScalingStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265RateControlFlagBitsKHR):
  type
    VkVideoEncodeH265RateControlFlagBitsKHR* = VkVideoEncodeH265RateControlFlagBitsKHR_1124076928
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265RateControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkBorderColor):
  type
    VkBorderColor* = VkBorderColor_1124074066
else:
  static :
    hint("Declaration of " & "VkBorderColor" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan12Features):
  type
    VkPhysicalDeviceVulkan12Features* = VkPhysicalDeviceVulkan12Features_1124075640
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan12Features" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassShadingPipelineCreateInfoHUAWEI):
  type
    struct_VkSubpassShadingPipelineCreateInfoHUAWEI* = struct_VkSubpassShadingPipelineCreateInfoHUAWEI_1124080588
else:
  static :
    hint("Declaration of " & "struct_VkSubpassShadingPipelineCreateInfoHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkDispatchIndirectCommand):
  type
    struct_VkDispatchIndirectCommand* = struct_VkDispatchIndirectCommand_1124074680
else:
  static :
    hint("Declaration of " & "struct_VkDispatchIndirectCommand" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetFragmentShadingRateKHR):
  type
    PFN_vkCmdSetFragmentShadingRateKHR* = PFN_vkCmdSetFragmentShadingRateKHR_1124077640
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetFragmentShadingRateKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndPerTileExecutionQCOM):
  type
    PFN_vkCmdEndPerTileExecutionQCOM* = PFN_vkCmdEndPerTileExecutionQCOM_1124080252
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndPerTileExecutionQCOM" &
        " already exists, not redeclaring")
when not declared(VkFormatFeatureFlagBits):
  type
    VkFormatFeatureFlagBits* = VkFormatFeatureFlagBits_1124074154
else:
  static :
    hint("Declaration of " & "VkFormatFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1Segmentation):
  type
    StdVideoAV1Segmentation* = StdVideoAV1Segmentation_1124083076
else:
  static :
    hint("Declaration of " & "StdVideoAV1Segmentation" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsLayoutTokenEXT):
  type
    struct_VkIndirectCommandsLayoutTokenEXT* = struct_VkIndirectCommandsLayoutTokenEXT_1124082270
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsLayoutTokenEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1RateControlFlagBitsKHR):
  type
    VkVideoEncodeAV1RateControlFlagBitsKHR* = VkVideoEncodeAV1RateControlFlagBitsKHR_1124078252
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1RateControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineIndirectDeviceAddressInfoNV):
  type
    VkPipelineIndirectDeviceAddressInfoNV* = VkPipelineIndirectDeviceAddressInfoNV_1124081058
else:
  static :
    hint("Declaration of " & "VkPipelineIndirectDeviceAddressInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDrawIndirectCommand):
  type
    VkDrawIndirectCommand* = VkDrawIndirectCommand_1124074778
else:
  static :
    hint("Declaration of " & "VkDrawIndirectCommand" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance10PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance10PropertiesKHR* = VkPhysicalDeviceMaintenance10PropertiesKHR_1124078638
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance10PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeInfoKHR):
  type
    struct_VkVideoEncodeInfoKHR* = struct_VkVideoEncodeInfoKHR_1124077810
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyPrivateDataSlot):
  type
    PFN_vkDestroyPrivateDataSlot* = PFN_vkDestroyPrivateDataSlot_1124076118
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyPrivateDataSlot" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeSessionIntraRefreshCreateInfoKHR):
  type
    VkVideoEncodeSessionIntraRefreshCreateInfoKHR* = VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078474
else:
  static :
    hint("Declaration of " & "VkVideoEncodeSessionIntraRefreshCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubgroupSizeControlPropertiesEXT):
  type
    VkPhysicalDeviceSubgroupSizeControlPropertiesEXT* = VkPhysicalDeviceSubgroupSizeControlPropertiesEXT_1124079734
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubgroupSizeControlPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingFragmentDensityMapAttachmentInfoEXT):
  type
    struct_VkRenderingFragmentDensityMapAttachmentInfoEXT* = struct_VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079726
else:
  static :
    hint("Declaration of " &
        "struct_VkRenderingFragmentDensityMapAttachmentInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCopyTensorInfoARM):
  type
    VkCopyTensorInfoARM* = VkCopyTensorInfoARM_1124081318
else:
  static :
    hint("Declaration of " & "VkCopyTensorInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkAcquireProfilingLockInfoKHR):
  type
    struct_VkAcquireProfilingLockInfoKHR* = struct_VkAcquireProfilingLockInfoKHR_1124077372
else:
  static :
    hint("Declaration of " & "struct_VkAcquireProfilingLockInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPrivateDataSlot):
  type
    VkPrivateDataSlot* = VkPrivateDataSlot_1124075862
else:
  static :
    hint("Declaration of " & "VkPrivateDataSlot" &
        " already exists, not redeclaring")
when not declared(VkPipelineExecutableInfoKHR):
  type
    VkPipelineExecutableInfoKHR* = VkPipelineExecutableInfoKHR_1124077720
else:
  static :
    hint("Declaration of " & "VkPipelineExecutableInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyOwnershipTransferPropertiesKHR):
  type
    VkQueueFamilyOwnershipTransferPropertiesKHR* = VkQueueFamilyOwnershipTransferPropertiesKHR_1124078586
else:
  static :
    hint("Declaration of " & "VkQueueFamilyOwnershipTransferPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSchedulingControlsFeaturesARM):
  type
    VkPhysicalDeviceSchedulingControlsFeaturesARM* = VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080932
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSchedulingControlsFeaturesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkOpticalFlowImageFormatInfoNV):
  type
    struct_VkOpticalFlowImageFormatInfoNV* = struct_VkOpticalFlowImageFormatInfoNV_1124081444
else:
  static :
    hint("Declaration of " & "struct_VkOpticalFlowImageFormatInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapPropertiesEXT):
  type
    VkPhysicalDeviceFragmentDensityMapPropertiesEXT* = VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079720
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentDensityMapPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH264SpsVuiFlags):
  type
    StdVideoH264SpsVuiFlags* = StdVideoH264SpsVuiFlags_1124083248
else:
  static :
    hint("Declaration of " & "StdVideoH264SpsVuiFlags" &
        " already exists, not redeclaring")
when not declared(VkDisplayPowerInfoEXT):
  type
    VkDisplayPowerInfoEXT* = VkDisplayPowerInfoEXT_1124078930
else:
  static :
    hint("Declaration of " & "VkDisplayPowerInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMicromapToMemoryInfoEXT):
  type
    struct_VkCopyMicromapToMemoryInfoEXT* = struct_VkCopyMicromapToMemoryInfoEXT_1124080836
else:
  static :
    hint("Declaration of " & "struct_VkCopyMicromapToMemoryInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetFenceFdKHR):
  type
    PFN_vkGetFenceFdKHR* = PFN_vkGetFenceFdKHR_1124077322
else:
  static :
    hint("Declaration of " & "PFN_vkGetFenceFdKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewportWithCountEXT):
  type
    PFN_vkCmdSetViewportWithCountEXT* = PFN_vkCmdSetViewportWithCountEXT_1124079908
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewportWithCountEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV):
  type
    struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV* = struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081576
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryMapFlagBits):
  type
    VkMemoryMapFlagBits* = VkMemoryMapFlagBits_1124074216
else:
  static :
    hint("Declaration of " & "VkMemoryMapFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkSubmitFlagBits):
  type
    enum_VkSubmitFlagBits* = enum_VkSubmitFlagBits_1124075880
else:
  static :
    hint("Declaration of " & "enum_VkSubmitFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan14Properties):
  type
    VkPhysicalDeviceVulkan14Properties* = VkPhysicalDeviceVulkan14Properties_1124076230
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan14Properties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevice16BitStorageFeatures):
  type
    VkPhysicalDevice16BitStorageFeatures* = VkPhysicalDevice16BitStorageFeatures_1124075462
else:
  static :
    hint("Declaration of " & "VkPhysicalDevice16BitStorageFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264RateControlLayerInfoKHR):
  type
    struct_VkVideoEncodeH264RateControlLayerInfoKHR* = struct_VkVideoEncodeH264RateControlLayerInfoKHR_1124076894
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264RateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyImageToBufferInfo2):
  type
    struct_VkCopyImageToBufferInfo2* = struct_VkCopyImageToBufferInfo2_1124075982
else:
  static :
    hint("Declaration of " & "struct_VkCopyImageToBufferInfo2" &
        " already exists, not redeclaring")
when not declared(VkGeometryInstanceFlagsKHR):
  type
    VkGeometryInstanceFlagsKHR* = VkGeometryInstanceFlagsKHR_1124079368
else:
  static :
    hint("Declaration of " & "VkGeometryInstanceFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPrivateDataSlotCreateInfoEXT):
  type
    VkPrivateDataSlotCreateInfoEXT* = VkPrivateDataSlotCreateInfoEXT_1124080192
else:
  static :
    hint("Declaration of " & "VkPrivateDataSlotCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetPipelineInfoEXT):
  type
    VkIndirectExecutionSetPipelineInfoEXT* = VkIndirectExecutionSetPipelineInfoEXT_1124082224
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetPipelineInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumerateInstanceExtensionProperties):
  type
    PFN_vkEnumerateInstanceExtensionProperties* = PFN_vkEnumerateInstanceExtensionProperties_1124074918
else:
  static :
    hint("Declaration of " & "PFN_vkEnumerateInstanceExtensionProperties" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToMicromapInfoEXT):
  type
    VkCopyMemoryToMicromapInfoEXT* = VkCopyMemoryToMicromapInfoEXT_1124080842
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToMicromapInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineCoverageReductionStateCreateInfoNV):
  type
    VkPipelineCoverageReductionStateCreateInfoNV* = VkPipelineCoverageReductionStateCreateInfoNV_1124079838
else:
  static :
    hint("Declaration of " & "VkPipelineCoverageReductionStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT):
  type
    struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT* = struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080516
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderObjectPropertiesEXT):
  type
    struct_VkPhysicalDeviceShaderObjectPropertiesEXT* = struct_VkPhysicalDeviceShaderObjectPropertiesEXT_1124081522
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderObjectPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfacePresentModeKHR):
  type
    struct_VkSurfacePresentModeKHR* = struct_VkSurfacePresentModeKHR_1124078126
else:
  static :
    hint("Declaration of " & "struct_VkSurfacePresentModeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT):
  type
    struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT* = struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080684
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDisplayPlaneSurfaceKHR):
  type
    PFN_vkCreateDisplayPlaneSurfaceKHR* = PFN_vkCreateDisplayPlaneSurfaceKHR_1124076624
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDisplayPlaneSurfaceKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264SessionParametersCreateInfoKHR):
  type
    struct_VkVideoDecodeH264SessionParametersCreateInfoKHR* = struct_VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077030
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeH264SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkShaderCreateFlagBitsEXT):
  type
    VkShaderCreateFlagBitsEXT* = VkShaderCreateFlagBitsEXT_1124081514
else:
  static :
    hint("Declaration of " & "VkShaderCreateFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewHandleInfoNVX):
  type
    struct_VkImageViewHandleInfoNVX* = struct_VkImageViewHandleInfoNVX_1124078776
else:
  static :
    hint("Declaration of " & "struct_VkImageViewHandleInfoNVX" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryKeysAndDataKHR):
  type
    struct_VkPipelineBinaryKeysAndDataKHR* = struct_VkPipelineBinaryKeysAndDataKHR_1124078076
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryKeysAndDataKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultAddressTypeEXT):
  type
    VkDeviceFaultAddressTypeEXT* = VkDeviceFaultAddressTypeEXT_1124080478
else:
  static :
    hint("Declaration of " & "VkDeviceFaultAddressTypeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264DpbSlotInfoKHR):
  type
    struct_VkVideoEncodeH264DpbSlotInfoKHR* = struct_VkVideoEncodeH264DpbSlotInfoKHR_1124076874
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthClampEnableEXT):
  type
    PFN_vkCmdSetDepthClampEnableEXT* = PFN_vkCmdSetDepthClampEnableEXT_1124081138
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthClampEnableEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkBuildMicromapModeEXT):
  type
    enum_VkBuildMicromapModeEXT* = enum_VkBuildMicromapModeEXT_1124080772
else:
  static :
    hint("Declaration of " & "enum_VkBuildMicromapModeEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalComputeQueueNV):
  type
    VkExternalComputeQueueNV* = VkExternalComputeQueueNV_1124081972
else:
  static :
    hint("Declaration of " & "VkExternalComputeQueueNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetShaderModuleCreateInfoIdentifierEXT):
  type
    PFN_vkGetShaderModuleCreateInfoIdentifierEXT* = PFN_vkGetShaderModuleCreateInfoIdentifierEXT_1124081400
else:
  static :
    hint("Declaration of " & "PFN_vkGetShaderModuleCreateInfoIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPerformanceMarkerINTEL):
  type
    PFN_vkCmdSetPerformanceMarkerINTEL* = PFN_vkCmdSetPerformanceMarkerINTEL_1124079686
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPerformanceMarkerINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance7FeaturesKHR):
  type
    struct_VkPhysicalDeviceMaintenance7FeaturesKHR* = struct_VkPhysicalDeviceMaintenance7FeaturesKHR_1124078536
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance7FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBindIndexBufferIndirectCommandNV):
  type
    struct_VkBindIndexBufferIndirectCommandNV* = struct_VkBindIndexBufferIndirectCommandNV_1124080048
else:
  static :
    hint("Declaration of " & "struct_VkBindIndexBufferIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(enum_VkCopyMicromapModeEXT):
  type
    enum_VkCopyMicromapModeEXT* = enum_VkCopyMicromapModeEXT_1124080776
else:
  static :
    hint("Declaration of " & "enum_VkCopyMicromapModeEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureOpTypeNV):
  type
    VkClusterAccelerationStructureOpTypeNV* = VkClusterAccelerationStructureOpTypeNV_1124082022
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureOpTypeNV" &
        " already exists, not redeclaring")
when not declared(VkQueueGlobalPriority):
  type
    VkQueueGlobalPriority* = VkQueueGlobalPriority_1124076198
else:
  static :
    hint("Declaration of " & "VkQueueGlobalPriority" &
        " already exists, not redeclaring")
when not declared(struct_VkOpticalFlowSessionCreatePrivateDataInfoNV):
  type
    struct_VkOpticalFlowSessionCreatePrivateDataInfoNV* = struct_VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081456
else:
  static :
    hint("Declaration of " &
        "struct_VkOpticalFlowSessionCreatePrivateDataInfoNV" &
        " already exists, not redeclaring")
when not declared(VkImageBlit):
  type
    VkImageBlit* = VkImageBlit_1124074882
else:
  static :
    hint("Declaration of " & "VkImageBlit" & " already exists, not redeclaring")
when not declared(VkGraphicsPipelineCreateInfo):
  type
    VkGraphicsPipelineCreateInfo* = VkGraphicsPipelineCreateInfo_1124074838
else:
  static :
    hint("Declaration of " & "VkGraphicsPipelineCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE):
  type
    struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE* = struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080722
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeSessionRgbConversionCreateInfoVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPrivateData):
  type
    PFN_vkGetPrivateData* = PFN_vkGetPrivateData_1124076122
else:
  static :
    hint("Declaration of " & "PFN_vkGetPrivateData" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryHandlesInfoKHR):
  type
    struct_VkPipelineBinaryHandlesInfoKHR* = struct_VkPipelineBinaryHandlesInfoKHR_1124078100
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryHandlesInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentTimeGOOGLE):
  type
    struct_VkPresentTimeGOOGLE* = struct_VkPresentTimeGOOGLE_1124078960
else:
  static :
    hint("Declaration of " & "struct_VkPresentTimeGOOGLE" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR):
  type
    VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR* = VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR_1124077518
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderSubgroupExtendedTypesFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkAcquireProfilingLockFlagBitsKHR):
  type
    VkAcquireProfilingLockFlagBitsKHR* = VkAcquireProfilingLockFlagBitsKHR_1124077344
else:
  static :
    hint("Declaration of " & "VkAcquireProfilingLockFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalImageFormatInfo):
  type
    struct_VkPhysicalDeviceExternalImageFormatInfo* = struct_VkPhysicalDeviceExternalImageFormatInfo_1124075400
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceExternalImageFormatInfo" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlags2CreateInfoKHR):
  type
    VkBufferUsageFlags2CreateInfoKHR* = VkBufferUsageFlags2CreateInfoKHR_1124078014
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlags2CreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH264RateControlFlagBitsKHR):
  type
    enum_VkVideoEncodeH264RateControlFlagBitsKHR* = enum_VkVideoEncodeH264RateControlFlagBitsKHR_1124076818
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH264RateControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9Profile):
  type
    StdVideoVP9Profile* = StdVideoVP9Profile_1124078322
else:
  static :
    hint("Declaration of " & "StdVideoVP9Profile" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilitiesPresentBarrierNV):
  type
    VkSurfaceCapabilitiesPresentBarrierNV* = VkSurfaceCapabilitiesPresentBarrierNV_1124080178
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilitiesPresentBarrierNV" &
        " already exists, not redeclaring")
when not declared(VkBufferMemoryBarrier):
  type
    VkBufferMemoryBarrier* = VkBufferMemoryBarrier_1124074470
else:
  static :
    hint("Declaration of " & "VkBufferMemoryBarrier" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiDrawFeaturesEXT):
  type
    VkPhysicalDeviceMultiDrawFeaturesEXT* = VkPhysicalDeviceMultiDrawFeaturesEXT_1124080736
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMultiDrawFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkHostImageCopyFlagBitsEXT):
  type
    VkHostImageCopyFlagBitsEXT* = VkHostImageCopyFlagBitsEXT_1124079926
else:
  static :
    hint("Declaration of " & "VkHostImageCopyFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT):
  type
    struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT* = struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081390
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineShaderStageModuleIdentifierCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkMicromapCreateFlagBitsEXT):
  type
    VkMicromapCreateFlagBitsEXT* = VkMicromapCreateFlagBitsEXT_1124080804
else:
  static :
    hint("Declaration of " & "VkMicromapCreateFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI):
  type
    struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI* = struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI_1124080592
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSubpassShadingFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndQueryIndexedEXT):
  type
    PFN_vkCmdEndQueryIndexedEXT* = PFN_vkCmdEndQueryIndexedEXT_1124078742
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndQueryIndexedEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDebugUtilsMessengerEXT):
  type
    PFN_vkCreateDebugUtilsMessengerEXT* = PFN_vkCreateDebugUtilsMessengerEXT_1124079108
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDebugUtilsMessengerEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkImageViewCreateFlagBits):
  type
    enum_VkImageViewCreateFlagBits* = enum_VkImageViewCreateFlagBits_1124074270
else:
  static :
    hint("Declaration of " & "enum_VkImageViewCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineColorBlendAttachmentState):
  type
    struct_VkPipelineColorBlendAttachmentState* = struct_VkPipelineColorBlendAttachmentState_1124074824
else:
  static :
    hint("Declaration of " & "struct_VkPipelineColorBlendAttachmentState" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT):
  type
    struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT* = struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081474
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceLegacyDitheringFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkCompositeAlphaFlagBitsKHR):
  type
    enum_VkCompositeAlphaFlagBitsKHR* = enum_VkCompositeAlphaFlagBitsKHR_1124076480
else:
  static :
    hint("Declaration of " & "enum_VkCompositeAlphaFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceBufferMemoryRequirementsKHR):
  type
    VkDeviceBufferMemoryRequirementsKHR* = VkDeviceBufferMemoryRequirementsKHR_1124077976
else:
  static :
    hint("Declaration of " & "VkDeviceBufferMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginVideoCodingKHR):
  type
    PFN_vkCmdBeginVideoCodingKHR* = PFN_vkCmdBeginVideoCodingKHR_1124076772
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginVideoCodingKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1ReferenceInfo):
  type
    StdVideoEncodeAV1ReferenceInfo* = StdVideoEncodeAV1ReferenceInfo_1124078292
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkFrameBoundaryEXT):
  type
    struct_VkFrameBoundaryEXT* = struct_VkFrameBoundaryEXT_1124080644
else:
  static :
    hint("Declaration of " & "struct_VkFrameBoundaryEXT" &
        " already exists, not redeclaring")
when not declared(VkShaderEXT):
  type
    VkShaderEXT* = VkShaderEXT_1124081502
else:
  static :
    hint("Declaration of " & "VkShaderEXT" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures):
  type
    VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures* = VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075824
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures" &
        " already exists, not redeclaring")
when not declared(union_VkClusterAccelerationStructureOpInputNV):
  type
    union_VkClusterAccelerationStructureOpInputNV* = union_VkClusterAccelerationStructureOpInputNV_1124082072
else:
  static :
    hint("Declaration of " & "union_VkClusterAccelerationStructureOpInputNV" &
        " already exists, not redeclaring")
when not declared(VkDrmFormatModifierPropertiesList2EXT):
  type
    VkDrmFormatModifierPropertiesList2EXT* = VkDrmFormatModifierPropertiesList2EXT_1124079240
else:
  static :
    hint("Declaration of " & "VkDrmFormatModifierPropertiesList2EXT" &
        " already exists, not redeclaring")
when not declared(enum_VkMemoryPropertyFlagBits):
  type
    enum_VkMemoryPropertyFlagBits* = enum_VkMemoryPropertyFlagBits_1124074188
else:
  static :
    hint("Declaration of " & "enum_VkMemoryPropertyFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageFormatInfo2):
  type
    VkPhysicalDeviceImageFormatInfo2* = VkPhysicalDeviceImageFormatInfo2_1124075350
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageFormatInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRenderingCreateInfo):
  type
    struct_VkPipelineRenderingCreateInfo* = struct_VkPipelineRenderingCreateInfo_1124076102
else:
  static :
    hint("Declaration of " & "struct_VkPipelineRenderingCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlaneProperties2KHR):
  type
    VkDisplayPlaneProperties2KHR* = VkDisplayPlaneProperties2KHR_1124077428
else:
  static :
    hint("Declaration of " & "VkDisplayPlaneProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkLineRasterizationModeEXT):
  type
    VkLineRasterizationModeEXT* = VkLineRasterizationModeEXT_1124079878
else:
  static :
    hint("Declaration of " & "VkLineRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWaitEvents2):
  type
    PFN_vkCmdWaitEvents2* = PFN_vkCmdWaitEvents2_1124076148
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWaitEvents2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetVertexInputEXT):
  type
    PFN_vkCmdSetVertexInputEXT* = PFN_vkCmdSetVertexInputEXT_1124080550
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetVertexInputEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassDependency):
  type
    struct_VkSubpassDependency* = struct_VkSubpassDependency_1124074856
else:
  static :
    hint("Declaration of " & "struct_VkSubpassDependency" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateRayTracingPipelinesNV):
  type
    PFN_vkCreateRayTracingPipelinesNV* = PFN_vkCreateRayTracingPipelinesNV_1124079464
else:
  static :
    hint("Declaration of " & "PFN_vkCreateRayTracingPipelinesNV" &
        " already exists, not redeclaring")
when not declared(VkBindDataGraphPipelineSessionMemoryInfoARM):
  type
    VkBindDataGraphPipelineSessionMemoryInfoARM* = VkBindDataGraphPipelineSessionMemoryInfoARM_1124081780
else:
  static :
    hint("Declaration of " & "VkBindDataGraphPipelineSessionMemoryInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1SequenceHeader):
  type
    struct_StdVideoAV1SequenceHeader* = struct_StdVideoAV1SequenceHeader_1124082946
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1SequenceHeader" &
        " already exists, not redeclaring")
when not declared(VkWin32KeyedMutexAcquireReleaseInfoNV):
  type
    VkWin32KeyedMutexAcquireReleaseInfoNV* = VkWin32KeyedMutexAcquireReleaseInfoNV_1124082738
else:
  static :
    hint("Declaration of " & "VkWin32KeyedMutexAcquireReleaseInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT):
  type
    struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT* = struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079504
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExternalMemoryHostPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDecodeVideoKHR):
  type
    PFN_vkCmdDecodeVideoKHR* = PFN_vkCmdDecodeVideoKHR_1124076804
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDecodeVideoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetEventStatus):
  type
    PFN_vkGetEventStatus* = PFN_vkGetEventStatus_1124075042
else:
  static :
    hint("Declaration of " & "PFN_vkGetEventStatus" &
        " already exists, not redeclaring")
when not declared(enum_VkOutOfBandQueueTypeNV):
  type
    enum_VkOutOfBandQueueTypeNV* = enum_VkOutOfBandQueueTypeNV_1124081658
else:
  static :
    hint("Declaration of " & "enum_VkOutOfBandQueueTypeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateFence):
  type
    PFN_vkCreateFence* = PFN_vkCreateFence_1124074962
else:
  static :
    hint("Declaration of " & "PFN_vkCreateFence" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutCreateInfoEXT):
  type
    VkIndirectCommandsLayoutCreateInfoEXT* = VkIndirectCommandsLayoutCreateInfoEXT_1124082276
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTimelineSemaphoreFeatures):
  type
    VkPhysicalDeviceTimelineSemaphoreFeatures* = VkPhysicalDeviceTimelineSemaphoreFeatures_1124075668
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTimelineSemaphoreFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceASTCDecodeFeaturesEXT):
  type
    VkPhysicalDeviceASTCDecodeFeaturesEXT* = VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078858
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceASTCDecodeFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDeviceMemoryReportFeaturesEXT):
  type
    VkPhysicalDeviceDeviceMemoryReportFeaturesEXT* = VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080140
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDeviceMemoryReportFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineIdentifierCreateInfoARM):
  type
    VkDataGraphPipelineIdentifierCreateInfoARM* = VkDataGraphPipelineIdentifierCreateInfoARM_1124081792
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineIdentifierCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetFrontFace):
  type
    PFN_vkCmdSetFrontFace* = PFN_vkCmdSetFrontFace_1124076160
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetFrontFace" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT):
  type
    struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT* = struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT_1124079218
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageDrmFormatModifierInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkComponentTypeKHR):
  type
    enum_VkComponentTypeKHR* = enum_VkComponentTypeKHR_1124078164
else:
  static :
    hint("Declaration of " & "enum_VkComponentTypeKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1SuperblockSizeFlagBitsKHR):
  type
    VkVideoEncodeAV1SuperblockSizeFlagBitsKHR* = VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078246
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1SuperblockSizeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBindMemoryStatus):
  type
    struct_VkBindMemoryStatus* = struct_VkBindMemoryStatus_1124076288
else:
  static :
    hint("Declaration of " & "struct_VkBindMemoryStatus" &
        " already exists, not redeclaring")
when not declared(struct_VkImageFormatProperties2):
  type
    struct_VkImageFormatProperties2* = struct_VkImageFormatProperties2_1124075344
else:
  static :
    hint("Declaration of " & "struct_VkImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(VkDebugMarkerMarkerInfoEXT):
  type
    VkDebugMarkerMarkerInfoEXT* = VkDebugMarkerMarkerInfoEXT_1124078696
else:
  static :
    hint("Declaration of " & "VkDebugMarkerMarkerInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkExtent3D):
  type
    struct_VkExtent3D* = struct_VkExtent3D_1124074444
else:
  static :
    hint("Declaration of " & "struct_VkExtent3D" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePushDescriptorProperties):
  type
    VkPhysicalDevicePushDescriptorProperties* = VkPhysicalDevicePushDescriptorProperties_1124076350
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePushDescriptorProperties" &
        " already exists, not redeclaring")
when not declared(enum_VkStructureType):
  type
    enum_VkStructureType* = enum_VkStructureType_1124073996
else:
  static :
    hint("Declaration of " & "enum_VkStructureType" &
        " already exists, not redeclaring")
when not declared(enum_VkSamplerAddressMode):
  type
    enum_VkSamplerAddressMode* = enum_VkSamplerAddressMode_1124074072
else:
  static :
    hint("Declaration of " & "enum_VkSamplerAddressMode" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoComponentBitDepthFlagBitsKHR):
  type
    enum_VkVideoComponentBitDepthFlagBitsKHR* = enum_VkVideoComponentBitDepthFlagBitsKHR_1124076652
else:
  static :
    hint("Declaration of " & "enum_VkVideoComponentBitDepthFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateCreateFlagsKHR):
  type
    VkDescriptorUpdateTemplateCreateFlagsKHR* = VkDescriptorUpdateTemplateCreateFlagsKHR_1124077244
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264ProfileInfoKHR):
  type
    VkVideoEncodeH264ProfileInfoKHR* = VkVideoEncodeH264ProfileInfoKHR_1124076884
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageModuleIdentifierCreateInfoEXT):
  type
    VkPipelineShaderStageModuleIdentifierCreateInfoEXT* = VkPipelineShaderStageModuleIdentifierCreateInfoEXT_1124081392
else:
  static :
    hint("Declaration of " &
        "VkPipelineShaderStageModuleIdentifierCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderCorePropertiesAMD):
  type
    struct_VkPhysicalDeviceShaderCorePropertiesAMD* = struct_VkPhysicalDeviceShaderCorePropertiesAMD_1124079532
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderCorePropertiesAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV):
  type
    PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV* = PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082368
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkExportMemoryWin32HandleInfoKHR):
  type
    VkExportMemoryWin32HandleInfoKHR* = VkExportMemoryWin32HandleInfoKHR_1124082672
else:
  static :
    hint("Declaration of " & "VkExportMemoryWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectCommandsLayoutUsageFlagBitsNV):
  type
    enum_VkIndirectCommandsLayoutUsageFlagBitsNV* = enum_VkIndirectCommandsLayoutUsageFlagBitsNV_1124080022
else:
  static :
    hint("Declaration of " & "enum_VkIndirectCommandsLayoutUsageFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkImageSubresourceLayers):
  type
    VkImageSubresourceLayers* = VkImageSubresourceLayers_1124074670
else:
  static :
    hint("Declaration of " & "VkImageSubresourceLayers" &
        " already exists, not redeclaring")
when not declared(struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV):
  type
    struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV* = struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082154
else:
  static :
    hint("Declaration of " &
        "struct_VkBuildPartitionedAccelerationStructureIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionCreateFlagsKHR):
  type
    VkVideoSessionCreateFlagsKHR* = VkVideoSessionCreateFlagsKHR_1124076668
else:
  static :
    hint("Declaration of " & "VkVideoSessionCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan13Features):
  type
    VkPhysicalDeviceVulkan13Features* = VkPhysicalDeviceVulkan13Features_1124075904
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan13Features" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePerformanceQueryFeaturesKHR):
  type
    struct_VkPhysicalDevicePerformanceQueryFeaturesKHR* = struct_VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077348
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePerformanceQueryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSubgroupSizeControlFeatures):
  type
    struct_VkPhysicalDeviceSubgroupSizeControlFeatures* = struct_VkPhysicalDeviceSubgroupSizeControlFeatures_1124076038
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSubgroupSizeControlFeatures" &
        " already exists, not redeclaring")
when not declared(VkBindImageMemoryInfoKHR):
  type
    VkBindImageMemoryInfoKHR* = VkBindImageMemoryInfoKHR_1124077502
else:
  static :
    hint("Declaration of " & "VkBindImageMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR):
  type
    VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR* = VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077902
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkBuildMicromapFlagBitsEXT):
  type
    VkBuildMicromapFlagBitsEXT* = VkBuildMicromapFlagBitsEXT_1124080798
else:
  static :
    hint("Declaration of " & "VkBuildMicromapFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkWin32KeyedMutexAcquireReleaseInfoKHR):
  type
    VkWin32KeyedMutexAcquireReleaseInfoKHR* = VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082688
else:
  static :
    hint("Declaration of " & "VkWin32KeyedMutexAcquireReleaseInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkFormatFeatureFlagBits2KHR):
  type
    VkFormatFeatureFlagBits2KHR* = VkFormatFeatureFlagBits2KHR_1124077954
else:
  static :
    hint("Declaration of " & "VkFormatFeatureFlagBits2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportShadingRateImageStateCreateInfoNV):
  type
    struct_VkPipelineViewportShadingRateImageStateCreateInfoNV* = struct_VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079294
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineViewportShadingRateImageStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDisplacementMicromapFormatNV):
  type
    VkDisplacementMicromapFormatNV* = VkDisplacementMicromapFormatNV_1124082878
else:
  static :
    hint("Declaration of " & "VkDisplacementMicromapFormatNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineRobustnessImageBehaviorEXT):
  type
    VkPipelineRobustnessImageBehaviorEXT* = VkPipelineRobustnessImageBehaviorEXT_1124078862
else:
  static :
    hint("Declaration of " & "VkPipelineRobustnessImageBehaviorEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1SuperblockSizeFlagsKHR):
  type
    VkVideoEncodeAV1SuperblockSizeFlagsKHR* = VkVideoEncodeAV1SuperblockSizeFlagsKHR_1124078248
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1SuperblockSizeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkSubpassDescriptionFlagBits):
  type
    enum_VkSubpassDescriptionFlagBits* = enum_VkSubpassDescriptionFlagBits_1124074428
else:
  static :
    hint("Declaration of " & "enum_VkSubpassDescriptionFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureWritePartitionTranslationDataNV):
  type
    VkPartitionedAccelerationStructureWritePartitionTranslationDataNV* = VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082168
else:
  static :
    hint("Declaration of " &
        "VkPartitionedAccelerationStructureWritePartitionTranslationDataNV" &
        " already exists, not redeclaring")
when not declared(VkToolPurposeFlagsEXT):
  type
    VkToolPurposeFlagsEXT* = VkToolPurposeFlagsEXT_1124079788
else:
  static :
    hint("Declaration of " & "VkToolPurposeFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkHostImageCopyDevicePerformanceQuery):
  type
    struct_VkHostImageCopyDevicePerformanceQuery* = struct_VkHostImageCopyDevicePerformanceQuery_1124076328
else:
  static :
    hint("Declaration of " & "struct_VkHostImageCopyDevicePerformanceQuery" &
        " already exists, not redeclaring")
when not declared(enum_VkOpticalFlowPerformanceLevelNV):
  type
    enum_VkOpticalFlowPerformanceLevelNV* = enum_VkOpticalFlowPerformanceLevelNV_1124081404
else:
  static :
    hint("Declaration of " & "enum_VkOpticalFlowPerformanceLevelNV" &
        " already exists, not redeclaring")
when not declared(VkRayTracingShaderGroupCreateInfoKHR):
  type
    VkRayTracingShaderGroupCreateInfoKHR* = VkRayTracingShaderGroupCreateInfoKHR_1124082588
else:
  static :
    hint("Declaration of " & "VkRayTracingShaderGroupCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkResolveImageInfo2KHR):
  type
    VkResolveImageInfo2KHR* = VkResolveImageInfo2KHR_1124077928
else:
  static :
    hint("Declaration of " & "VkResolveImageInfo2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDepthBiasRepresentationEXT):
  type
    enum_VkDepthBiasRepresentationEXT* = enum_VkDepthBiasRepresentationEXT_1124080114
else:
  static :
    hint("Declaration of " & "enum_VkDepthBiasRepresentationEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE):
  type
    struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE* = struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080946
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM):
  type
    VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM* = VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM_1124081644
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderCoreBuiltinsPropertiesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV):
  type
    PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV* = PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV_1124081464
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceOpticalFlowImageFormatsNV" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemory):
  type
    VkDeviceMemory* = VkDeviceMemory_1124073953
else:
  static :
    hint("Declaration of " & "VkDeviceMemory" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferBeginInfo):
  type
    struct_VkCommandBufferBeginInfo* = struct_VkCommandBufferBeginInfo_1124074660
else:
  static :
    hint("Declaration of " & "struct_VkCommandBufferBeginInfo" &
        " already exists, not redeclaring")
when not declared(VkBufferCopy):
  type
    VkBufferCopy* = VkBufferCopy_1124074666
else:
  static :
    hint("Declaration of " & "VkBufferCopy" & " already exists, not redeclaring")
when not declared(struct_VkSetDescriptorBufferOffsetsInfoEXT):
  type
    struct_VkSetDescriptorBufferOffsetsInfoEXT* = struct_VkSetDescriptorBufferOffsetsInfoEXT_1124078404
else:
  static :
    hint("Declaration of " & "struct_VkSetDescriptorBufferOffsetsInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutSupport):
  type
    VkDescriptorSetLayoutSupport* = VkDescriptorSetLayoutSupport_1124075484
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutSupport" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryToImageIndirectInfoKHR):
  type
    struct_VkCopyMemoryToImageIndirectInfoKHR* = struct_VkCopyMemoryToImageIndirectInfoKHR_1124078446
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryToImageIndirectInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyOpticalFlowSessionNV):
  type
    PFN_vkDestroyOpticalFlowSessionNV* = PFN_vkDestroyOpticalFlowSessionNV_1124081468
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyOpticalFlowSessionNV" &
        " already exists, not redeclaring")
when not declared(struct_VkExportSemaphoreWin32HandleInfoKHR):
  type
    struct_VkExportSemaphoreWin32HandleInfoKHR* = struct_VkExportSemaphoreWin32HandleInfoKHR_1124082694
else:
  static :
    hint("Declaration of " & "struct_VkExportSemaphoreWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthClampZeroOneFeaturesEXT):
  type
    VkPhysicalDeviceDepthClampZeroOneFeaturesEXT* = VkPhysicalDeviceDepthClampZeroOneFeaturesEXT_1124080962
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthClampZeroOneFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceStreamMarkerInfoINTEL):
  type
    VkPerformanceStreamMarkerInfoINTEL* = VkPerformanceStreamMarkerInfoINTEL_1124079672
else:
  static :
    hint("Declaration of " & "VkPerformanceStreamMarkerInfoINTEL" &
        " already exists, not redeclaring")
when not declared(enum_VkAccelerationStructureMemoryRequirementsTypeNV):
  type
    enum_VkAccelerationStructureMemoryRequirementsTypeNV* = enum_VkAccelerationStructureMemoryRequirementsTypeNV_1124079350
else:
  static :
    hint("Declaration of " &
        "enum_VkAccelerationStructureMemoryRequirementsTypeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerBorderColorComponentMappingCreateInfoEXT):
  type
    struct_VkSamplerBorderColorComponentMappingCreateInfoEXT* = struct_VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080908
else:
  static :
    hint("Declaration of " &
        "struct_VkSamplerBorderColorComponentMappingCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9FrameType):
  type
    StdVideoVP9FrameType* = StdVideoVP9FrameType_1124083100
else:
  static :
    hint("Declaration of " & "StdVideoVP9FrameType" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassCreateInfo2):
  type
    struct_VkRenderPassCreateInfo2* = struct_VkRenderPassCreateInfo2_1124075782
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassCreateInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferMemoryBarrier):
  type
    struct_VkBufferMemoryBarrier* = struct_VkBufferMemoryBarrier_1124074468
else:
  static :
    hint("Declaration of " & "struct_VkBufferMemoryBarrier" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreSubmitInfo):
  type
    VkSemaphoreSubmitInfo* = VkSemaphoreSubmitInfo_1124075944
else:
  static :
    hint("Declaration of " & "VkSemaphoreSubmitInfo" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1FilmGrain):
  type
    StdVideoAV1FilmGrain* = StdVideoAV1FilmGrain_1124083086
else:
  static :
    hint("Declaration of " & "StdVideoAV1FilmGrain" &
        " already exists, not redeclaring")
when not declared(struct_VkFormatProperties):
  type
    struct_VkFormatProperties* = struct_VkFormatProperties_1124074504
else:
  static :
    hint("Declaration of " & "struct_VkFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSet):
  type
    VkWriteDescriptorSet* = VkWriteDescriptorSet_1124074766
else:
  static :
    hint("Declaration of " & "VkWriteDescriptorSet" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV):
  type
    struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV* = struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079768
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1ColorConfig):
  type
    struct_StdVideoAV1ColorConfig* = struct_StdVideoAV1ColorConfig_1124083198
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1ColorConfig" &
        " already exists, not redeclaring")
when not declared(struct_VkValidationFlagsEXT):
  type
    struct_VkValidationFlagsEXT* = struct_VkValidationFlagsEXT_1124078846
else:
  static :
    hint("Declaration of " & "struct_VkValidationFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkMultiDrawInfoEXT):
  type
    VkMultiDrawInfoEXT* = VkMultiDrawInfoEXT_1124080744
else:
  static :
    hint("Declaration of " & "VkMultiDrawInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteDescriptorSetTensorARM):
  type
    struct_VkWriteDescriptorSetTensorARM* = struct_VkWriteDescriptorSetTensorARM_1124081284
else:
  static :
    hint("Declaration of " & "struct_VkWriteDescriptorSetTensorARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT):
  type
    struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT* = struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080344
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkStridedDeviceAddressNV):
  type
    struct_VkStridedDeviceAddressNV* = struct_VkStridedDeviceAddressNV_1124082088
else:
  static :
    hint("Declaration of " & "struct_VkStridedDeviceAddressNV" &
        " already exists, not redeclaring")
when not declared(VkComputePipelineCreateInfo):
  type
    VkComputePipelineCreateInfo* = VkComputePipelineCreateInfo_1124074718
else:
  static :
    hint("Declaration of " & "VkComputePipelineCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePerStageDescriptorSetFeaturesNV):
  type
    VkPhysicalDevicePerStageDescriptorSetFeaturesNV* = VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081858
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePerStageDescriptorSetFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkCopyAccelerationStructureModeNV):
  type
    VkCopyAccelerationStructureModeNV* = VkCopyAccelerationStructureModeNV_1124079348
else:
  static :
    hint("Declaration of " & "VkCopyAccelerationStructureModeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkImportSemaphoreWin32HandleInfoKHR):
  type
    struct_VkImportSemaphoreWin32HandleInfoKHR* = struct_VkImportSemaphoreWin32HandleInfoKHR_1124082690
else:
  static :
    hint("Declaration of " & "struct_VkImportSemaphoreWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264RefPicMarkingEntry):
  type
    struct_StdVideoEncodeH264RefPicMarkingEntry* = struct_StdVideoEncodeH264RefPicMarkingEntry_1124083320
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264RefPicMarkingEntry" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMemoryProperties):
  type
    struct_VkPhysicalDeviceMemoryProperties* = struct_VkPhysicalDeviceMemoryProperties_1124074532
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMemoryProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExtendedDynamicState2FeaturesEXT):
  type
    VkPhysicalDeviceExtendedDynamicState2FeaturesEXT* = VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080662
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExtendedDynamicState2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPolygonMode):
  type
    VkPolygonMode* = VkPolygonMode_1124074118
else:
  static :
    hint("Declaration of " & "VkPolygonMode" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLayeredApiPropertiesListKHR):
  type
    VkPhysicalDeviceLayeredApiPropertiesListKHR* = VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078550
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLayeredApiPropertiesListKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSubgroupRotateFeatures):
  type
    VkPhysicalDeviceShaderSubgroupRotateFeatures* = VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076334
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderSubgroupRotateFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDynamicRenderingFeatures):
  type
    struct_VkPhysicalDeviceDynamicRenderingFeatures* = struct_VkPhysicalDeviceDynamicRenderingFeatures_1124076106
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDynamicRenderingFeatures" &
        " already exists, not redeclaring")
when not declared(VkExportSemaphoreCreateInfoKHR):
  type
    VkExportSemaphoreCreateInfoKHR* = VkExportSemaphoreCreateInfoKHR_1124077202
else:
  static :
    hint("Declaration of " & "VkExportSemaphoreCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryAllocateFlagsInfo):
  type
    struct_VkMemoryAllocateFlagsInfo* = struct_VkMemoryAllocateFlagsInfo_1124075280
else:
  static :
    hint("Declaration of " & "struct_VkMemoryAllocateFlagsInfo" &
        " already exists, not redeclaring")
when not declared(VkDependencyFlags):
  type
    VkDependencyFlags* = VkDependencyFlags_1124074280
else:
  static :
    hint("Declaration of " & "VkDependencyFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1ProfileInfoKHR):
  type
    VkVideoEncodeAV1ProfileInfoKHR* = VkVideoEncodeAV1ProfileInfoKHR_1124078298
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPastPresentationTimingGOOGLE):
  type
    struct_VkPastPresentationTimingGOOGLE* = struct_VkPastPresentationTimingGOOGLE_1124078956
else:
  static :
    hint("Declaration of " & "struct_VkPastPresentationTimingGOOGLE" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264SessionCreateInfoKHR):
  type
    struct_VkVideoEncodeH264SessionCreateInfoKHR* = struct_VkVideoEncodeH264SessionCreateInfoKHR_1124076838
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264SessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkFramebufferMixedSamplesCombinationNV):
  type
    VkFramebufferMixedSamplesCombinationNV* = VkFramebufferMixedSamplesCombinationNV_1124079842
else:
  static :
    hint("Declaration of " & "VkFramebufferMixedSamplesCombinationNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineInfoEXT):
  type
    VkPipelineInfoEXT* = VkPipelineInfoEXT_1124080622
else:
  static :
    hint("Declaration of " & "VkPipelineInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoCapabilityFlagsKHR):
  type
    VkVideoCapabilityFlagsKHR* = VkVideoCapabilityFlagsKHR_1124076662
else:
  static :
    hint("Declaration of " & "VkVideoCapabilityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT):
  type
    VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT* = VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081206
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateAccelerationStructureKHR):
  type
    PFN_vkCreateAccelerationStructureKHR* = PFN_vkCreateAccelerationStructureKHR_1124082550
else:
  static :
    hint("Declaration of " & "PFN_vkCreateAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMultisamplePropertiesEXT):
  type
    struct_VkMultisamplePropertiesEXT* = struct_VkMultisamplePropertiesEXT_1124079160
else:
  static :
    hint("Declaration of " & "struct_VkMultisamplePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateTensorARM):
  type
    PFN_vkCreateTensorARM* = PFN_vkCreateTensorARM_1124081360
else:
  static :
    hint("Declaration of " & "PFN_vkCreateTensorARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFormatProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceFormatProperties2KHR* = PFN_vkGetPhysicalDeviceFormatProperties2KHR_1124077092
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryKeysAndDataKHR):
  type
    VkPipelineBinaryKeysAndDataKHR* = VkPipelineBinaryKeysAndDataKHR_1124078078
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryKeysAndDataKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPerformanceStreamMarkerINTEL):
  type
    PFN_vkCmdSetPerformanceStreamMarkerINTEL* = PFN_vkCmdSetPerformanceStreamMarkerINTEL_1124079688
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPerformanceStreamMarkerINTEL" &
        " already exists, not redeclaring")
when not declared(enum_VkProvokingVertexModeEXT):
  type
    enum_VkProvokingVertexModeEXT* = enum_VkProvokingVertexModeEXT_1124079854
else:
  static :
    hint("Declaration of " & "enum_VkProvokingVertexModeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFormatProperties2):
  type
    PFN_vkGetPhysicalDeviceFormatProperties2* = PFN_vkGetPhysicalDeviceFormatProperties2_1124075562
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFormatProperties2" &
        " already exists, not redeclaring")
when not declared(struct_VkImportMemoryHostPointerInfoEXT):
  type
    struct_VkImportMemoryHostPointerInfoEXT* = struct_VkImportMemoryHostPointerInfoEXT_1124079496
else:
  static :
    hint("Declaration of " & "struct_VkImportMemoryHostPointerInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkMergeValidationCachesEXT):
  type
    PFN_vkMergeValidationCachesEXT* = PFN_vkMergeValidationCachesEXT_1124079264
else:
  static :
    hint("Declaration of " & "PFN_vkMergeValidationCachesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLineRasterizationFeaturesEXT):
  type
    VkPhysicalDeviceLineRasterizationFeaturesEXT* = VkPhysicalDeviceLineRasterizationFeaturesEXT_1124079880
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLineRasterizationFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkGraphicsPipelineLibraryFlagsEXT):
  type
    VkGraphicsPipelineLibraryFlagsEXT* = VkGraphicsPipelineLibraryFlagsEXT_1124080342
else:
  static :
    hint("Declaration of " & "VkGraphicsPipelineLibraryFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineVertexInputStateCreateFlags):
  type
    VkPipelineVertexInputStateCreateFlags* = VkPipelineVertexInputStateCreateFlags_1124074384
else:
  static :
    hint("Declaration of " & "VkPipelineVertexInputStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkOutOfBandQueueTypeInfoNV):
  type
    VkOutOfBandQueueTypeInfoNV* = VkOutOfBandQueueTypeInfoNV_1124081692
else:
  static :
    hint("Declaration of " & "VkOutOfBandQueueTypeInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryBarrierAccessFlags3KHR):
  type
    struct_VkMemoryBarrierAccessFlags3KHR* = struct_VkMemoryBarrierAccessFlags3KHR_1124078560
else:
  static :
    hint("Declaration of " & "struct_VkMemoryBarrierAccessFlags3KHR" &
        " already exists, not redeclaring")
when not declared(VkSpecializationMapEntry):
  type
    VkSpecializationMapEntry* = VkSpecializationMapEntry_1124074706
else:
  static :
    hint("Declaration of " & "VkSpecializationMapEntry" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeQualityLevelPropertiesKHR):
  type
    struct_VkVideoEncodeQualityLevelPropertiesKHR* = struct_VkVideoEncodeQualityLevelPropertiesKHR_1124077838
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeQualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkResolveImageFlagBitsKHR):
  type
    VkResolveImageFlagBitsKHR* = VkResolveImageFlagBitsKHR_1124078628
else:
  static :
    hint("Declaration of " & "VkResolveImageFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalMemoryFeatureFlagBitsNV):
  type
    enum_VkExternalMemoryFeatureFlagBitsNV* = enum_VkExternalMemoryFeatureFlagBitsNV_1124078822
else:
  static :
    hint("Declaration of " & "enum_VkExternalMemoryFeatureFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(enum_VkDisplacementMicromapFormatNV):
  type
    enum_VkDisplacementMicromapFormatNV* = enum_VkDisplacementMicromapFormatNV_1124082876
else:
  static :
    hint("Declaration of " & "enum_VkDisplacementMicromapFormatNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR):
  type
    struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR* = struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078616
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferUsageFlags):
  type
    VkCommandBufferUsageFlags* = VkCommandBufferUsageFlags_1124074298
else:
  static :
    hint("Declaration of " & "VkCommandBufferUsageFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDisplayPlaneSupportedDisplaysKHR):
  type
    PFN_vkGetDisplayPlaneSupportedDisplaysKHR* = PFN_vkGetDisplayPlaneSupportedDisplaysKHR_1124076616
else:
  static :
    hint("Declaration of " & "PFN_vkGetDisplayPlaneSupportedDisplaysKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMicromapEXT):
  type
    PFN_vkCmdCopyMicromapEXT* = PFN_vkCmdCopyMicromapEXT_1124080876
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMicromapEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceMemoryProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceMemoryProperties2KHR* = PFN_vkGetPhysicalDeviceMemoryProperties2KHR_1124077098
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceMemoryProperties2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM):
  type
    struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM* = struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081336
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorBufferTensorFeaturesARM" &
        " already exists, not redeclaring")
when not declared(enum_VkOpticalFlowGridSizeFlagBitsNV):
  type
    enum_VkOpticalFlowGridSizeFlagBitsNV* = enum_VkOpticalFlowGridSizeFlagBitsNV_1124081412
else:
  static :
    hint("Declaration of " & "enum_VkOpticalFlowGridSizeFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreTypeCreateInfo):
  type
    VkSemaphoreTypeCreateInfo* = VkSemaphoreTypeCreateInfo_1124075676
else:
  static :
    hint("Declaration of " & "VkSemaphoreTypeCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyBufferToImage2KHR):
  type
    PFN_vkCmdCopyBufferToImage2KHR* = PFN_vkCmdCopyBufferToImage2KHR_1124077944
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyBufferToImage2KHR" &
        " already exists, not redeclaring")
when not declared(VkBindPipelineIndirectCommandNV):
  type
    VkBindPipelineIndirectCommandNV* = VkBindPipelineIndirectCommandNV_1124081062
else:
  static :
    hint("Declaration of " & "VkBindPipelineIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelinePropertyQueryResultARM):
  type
    VkDataGraphPipelinePropertyQueryResultARM* = VkDataGraphPipelinePropertyQueryResultARM_1124081788
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelinePropertyQueryResultARM" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationStateStreamCreateFlagsEXT):
  type
    VkPipelineRasterizationStateStreamCreateFlagsEXT* = VkPipelineRasterizationStateStreamCreateFlagsEXT_1124078720
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationStateStreamCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroySwapchainKHR):
  type
    PFN_vkDestroySwapchainKHR* = PFN_vkDestroySwapchainKHR_1124076554
else:
  static :
    hint("Declaration of " & "PFN_vkDestroySwapchainKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceBufferMemoryRequirements):
  type
    PFN_vkGetDeviceBufferMemoryRequirements* = PFN_vkGetDeviceBufferMemoryRequirements_1124076138
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceBufferMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(enum_VkAccelerationStructureMotionInstanceTypeNV):
  type
    enum_VkAccelerationStructureMotionInstanceTypeNV* = enum_VkAccelerationStructureMotionInstanceTypeNV_1124080382
else:
  static :
    hint("Declaration of " & "enum_VkAccelerationStructureMotionInstanceTypeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkCalibratedTimestampInfoKHR):
  type
    struct_VkCalibratedTimestampInfoKHR* = struct_VkCalibratedTimestampInfoKHR_1124078380
else:
  static :
    hint("Declaration of " & "struct_VkCalibratedTimestampInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR):
  type
    enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR* = enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR_1124077012
else:
  static :
    hint("Declaration of " & "enum_VkVideoDecodeH264PictureLayoutFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateGraphicsPipelines):
  type
    PFN_vkCreateGraphicsPipelines* = PFN_vkCreateGraphicsPipelines_1124075110
else:
  static :
    hint("Declaration of " & "PFN_vkCreateGraphicsPipelines" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineOpacityMicromapFeaturesARM):
  type
    VkPhysicalDevicePipelineOpacityMicromapFeaturesARM* = VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082372
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineOpacityMicromapFeaturesARM" &
        " already exists, not redeclaring")
when not declared(enum_VkDescriptorBindingFlagBits):
  type
    enum_VkDescriptorBindingFlagBits* = enum_VkDescriptorBindingFlagBits_1124075624
else:
  static :
    hint("Declaration of " & "enum_VkDescriptorBindingFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceDiagnosticsConfigFlagBitsNV):
  type
    enum_VkDeviceDiagnosticsConfigFlagBitsNV* = enum_VkDeviceDiagnosticsConfigFlagBitsNV_1124080204
else:
  static :
    hint("Declaration of " & "enum_VkDeviceDiagnosticsConfigFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemoryOverallocationCreateInfoAMD):
  type
    VkDeviceMemoryOverallocationCreateInfoAMD* = VkDeviceMemoryOverallocationCreateInfoAMD_1124079542
else:
  static :
    hint("Declaration of " & "VkDeviceMemoryOverallocationCreateInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT):
  type
    VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT* = VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081096
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureBuildTriangleClusterInfoNV):
  type
    VkClusterAccelerationStructureBuildTriangleClusterInfoNV* = VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082106
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureBuildTriangleClusterInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCompilerControlCreateInfoAMD):
  type
    struct_VkPipelineCompilerControlCreateInfoAMD* = struct_VkPipelineCompilerControlCreateInfoAMD_1124079520
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCompilerControlCreateInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferLevel):
  type
    VkCommandBufferLevel* = VkCommandBufferLevel_1124074054
else:
  static :
    hint("Declaration of " & "VkCommandBufferLevel" &
        " already exists, not redeclaring")
when not declared(enum_VkSamplerMipmapMode):
  type
    enum_VkSamplerMipmapMode* = enum_VkSamplerMipmapMode_1124074076
else:
  static :
    hint("Declaration of " & "enum_VkSamplerMipmapMode" &
        " already exists, not redeclaring")
when not declared(VkResolveImageModeInfoKHR):
  type
    VkResolveImageModeInfoKHR* = VkResolveImageModeInfoKHR_1124078650
else:
  static :
    hint("Declaration of " & "VkResolveImageModeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultAddressInfoEXT):
  type
    VkDeviceFaultAddressInfoEXT* = VkDeviceFaultAddressInfoEXT_1124080494
else:
  static :
    hint("Declaration of " & "VkDeviceFaultAddressInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorViewCreateInfoARM):
  type
    struct_VkTensorViewCreateInfoARM* = struct_VkTensorViewCreateInfoARM_1124081272
else:
  static :
    hint("Declaration of " & "struct_VkTensorViewCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyAccelerationStructureNV):
  type
    PFN_vkCmdCopyAccelerationStructureNV* = PFN_vkCmdCopyAccelerationStructureNV_1124079460
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionBindPointARM):
  type
    VkDataGraphPipelineSessionBindPointARM* = VkDataGraphPipelineSessionBindPointARM_1124081712
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionBindPointARM" &
        " already exists, not redeclaring")
when not declared(enum_VkCooperativeVectorMatrixLayoutNV):
  type
    enum_VkCooperativeVectorMatrixLayoutNV* = enum_VkCooperativeVectorMatrixLayoutNV_1124081584
else:
  static :
    hint("Declaration of " & "enum_VkCooperativeVectorMatrixLayoutNV" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureInstanceFlagBitsNV):
  type
    VkPartitionedAccelerationStructureInstanceFlagBitsNV* = VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082138
else:
  static :
    hint("Declaration of " &
        "VkPartitionedAccelerationStructureInstanceFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryToImageCopyEXT):
  type
    VkMemoryToImageCopyEXT* = VkMemoryToImageCopyEXT_1124079934
else:
  static :
    hint("Declaration of " & "VkMemoryToImageCopyEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineStageFlagBits):
  type
    enum_VkPipelineStageFlagBits* = enum_VkPipelineStageFlagBits_1124074208
else:
  static :
    hint("Declaration of " & "enum_VkPipelineStageFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVariablePointersFeaturesKHR):
  type
    VkPhysicalDeviceVariablePointersFeaturesKHR* = VkPhysicalDeviceVariablePointersFeaturesKHR_1124077420
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVariablePointersFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTensorFeaturesARM):
  type
    struct_VkPhysicalDeviceTensorFeaturesARM* = struct_VkPhysicalDeviceTensorFeaturesARM_1124081304
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTensorFeaturesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCubicWeightsFeaturesQCOM):
  type
    VkPhysicalDeviceCubicWeightsFeaturesQCOM* = VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081882
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCubicWeightsFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlags2):
  type
    VkPipelineCreateFlags2* = VkPipelineCreateFlags2_1124076220
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlags2" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSemaphoreWin32HandleKHR):
  type
    PFN_vkGetSemaphoreWin32HandleKHR* = PFN_vkGetSemaphoreWin32HandleKHR_1124082708
else:
  static :
    hint("Declaration of " & "PFN_vkGetSemaphoreWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBindSparseInfo):
  type
    struct_VkBindSparseInfo* = struct_VkBindSparseInfo_1124074604
else:
  static :
    hint("Declaration of " & "struct_VkBindSparseInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilities2EXT):
  type
    struct_VkSurfaceCapabilities2EXT* = struct_VkSurfaceCapabilities2EXT_1124078910
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceCapabilities2EXT" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreateFlagBits):
  type
    VkRenderPassCreateFlagBits* = VkRenderPassCreateFlagBits_1124074424
else:
  static :
    hint("Declaration of " & "VkRenderPassCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPrimitiveTopology):
  type
    PFN_vkCmdSetPrimitiveTopology* = PFN_vkCmdSetPrimitiveTopology_1124076162
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPrimitiveTopology" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDisplacementMicromapFeaturesNV):
  type
    VkPhysicalDeviceDisplacementMicromapFeaturesNV* = VkPhysicalDeviceDisplacementMicromapFeaturesNV_1124082882
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDisplacementMicromapFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265SliceSegmentHeader):
  type
    struct_StdVideoEncodeH265SliceSegmentHeader* = struct_StdVideoEncodeH265SliceSegmentHeader_1124082926
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265SliceSegmentHeader" &
        " already exists, not redeclaring")
when not declared(VkWriteIndirectExecutionSetShaderEXT):
  type
    VkWriteIndirectExecutionSetShaderEXT* = VkWriteIndirectExecutionSetShaderEXT_1124082300
else:
  static :
    hint("Declaration of " & "VkWriteIndirectExecutionSetShaderEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR* = PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR_1124077100
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeInfoKHR):
  type
    VkVideoEncodeInfoKHR* = VkVideoEncodeInfoKHR_1124077812
else:
  static :
    hint("Declaration of " & "VkVideoEncodeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAccessFlagBits2):
  type
    VkAccessFlagBits2* = VkAccessFlagBits2_1124075878
else:
  static :
    hint("Declaration of " & "VkAccessFlagBits2" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1SequenceHeaderFlags):
  type
    StdVideoAV1SequenceHeaderFlags* = StdVideoAV1SequenceHeaderFlags_1124083058
else:
  static :
    hint("Declaration of " & "StdVideoAV1SequenceHeaderFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMeshTasksIndirectCountNV):
  type
    PFN_vkCmdDrawMeshTasksIndirectCountNV* = PFN_vkCmdDrawMeshTasksIndirectCountNV_1124079580
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectCountNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceType):
  type
    VkPhysicalDeviceType* = VkPhysicalDeviceType_1124074034
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceType" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultVendorBinaryHeaderVersionEXT):
  type
    VkDeviceFaultVendorBinaryHeaderVersionEXT* = VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080482
else:
  static :
    hint("Declaration of " & "VkDeviceFaultVendorBinaryHeaderVersionEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1ReferenceInfo):
  type
    struct_StdVideoEncodeAV1ReferenceInfo* = struct_StdVideoEncodeAV1ReferenceInfo_1124082958
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(StdVideoH265PpsFlags):
  type
    StdVideoH265PpsFlags* = StdVideoH265PpsFlags_1124083032
else:
  static :
    hint("Declaration of " & "StdVideoH265PpsFlags" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoVP9SegmentationFlags):
  type
    struct_StdVideoVP9SegmentationFlags* = struct_StdVideoVP9SegmentationFlags_1124083366
else:
  static :
    hint("Declaration of " & "struct_StdVideoVP9SegmentationFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceEventTypeEXT):
  type
    enum_VkDeviceEventTypeEXT* = enum_VkDeviceEventTypeEXT_1124078920
else:
  static :
    hint("Declaration of " & "enum_VkDeviceEventTypeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkRegisterDisplayEventEXT):
  type
    PFN_vkRegisterDisplayEventEXT* = PFN_vkRegisterDisplayEventEXT_1124078948
else:
  static :
    hint("Declaration of " & "PFN_vkRegisterDisplayEventEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264SpsFlags):
  type
    struct_StdVideoH264SpsFlags* = struct_StdVideoH264SpsFlags_1124083116
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264SpsFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceCounterStorageKHR):
  type
    enum_VkPerformanceCounterStorageKHR* = enum_VkPerformanceCounterStorageKHR_1124077332
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceCounterStorageKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureOpTypeNV):
  type
    enum_VkClusterAccelerationStructureOpTypeNV* = enum_VkClusterAccelerationStructureOpTypeNV_1124082020
else:
  static :
    hint("Declaration of " & "enum_VkClusterAccelerationStructureOpTypeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResetEvent):
  type
    PFN_vkCmdResetEvent* = PFN_vkCmdResetEvent_1124075104
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResetEvent" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlaneCapabilities2KHR):
  type
    VkDisplayPlaneCapabilities2KHR* = VkDisplayPlaneCapabilities2KHR_1124077440
else:
  static :
    hint("Declaration of " & "VkDisplayPlaneCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutTokenNV):
  type
    VkIndirectCommandsLayoutTokenNV* = VkIndirectCommandsLayoutTokenNV_1124080066
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutTokenNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineBinaryFeaturesKHR):
  type
    struct_VkPhysicalDevicePipelineBinaryFeaturesKHR* = struct_VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078056
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePipelineBinaryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT):
  type
    struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT* = struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080674
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceColorWriteEnableFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR):
  type
    VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR* = VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078140
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyAccelerationStructureKHR):
  type
    PFN_vkCmdCopyAccelerationStructureKHR* = PFN_vkCmdCopyAccelerationStructureKHR_1124082568
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(VkExportFenceCreateInfo):
  type
    VkExportFenceCreateInfo* = VkExportFenceCreateInfo_1124075442
else:
  static :
    hint("Declaration of " & "VkExportFenceCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkQueueGlobalPriorityKHR):
  type
    VkQueueGlobalPriorityKHR* = VkQueueGlobalPriorityKHR_1124077556
else:
  static :
    hint("Declaration of " & "VkQueueGlobalPriorityKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFenceCreateInfo):
  type
    struct_VkFenceCreateInfo* = struct_VkFenceCreateInfo_1124074616
else:
  static :
    hint("Declaration of " & "struct_VkFenceCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceBufferDeviceAddressFeatures):
  type
    struct_VkPhysicalDeviceBufferDeviceAddressFeatures* = struct_VkPhysicalDeviceBufferDeviceAddressFeatures_1124075690
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceBufferDeviceAddressFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceQueueGlobalPriorityCreateInfo):
  type
    struct_VkDeviceQueueGlobalPriorityCreateInfo* = struct_VkDeviceQueueGlobalPriorityCreateInfo_1124076232
else:
  static :
    hint("Declaration of " & "struct_VkDeviceQueueGlobalPriorityCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265TransformBlockSizeFlagsKHR):
  type
    VkVideoEncodeH265TransformBlockSizeFlagsKHR* = VkVideoEncodeH265TransformBlockSizeFlagsKHR_1124076924
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265TransformBlockSizeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM):
  type
    VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM* = VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081850
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetLayoutBinding):
  type
    struct_VkDescriptorSetLayoutBinding* = struct_VkDescriptorSetLayoutBinding_1124074756
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetLayoutBinding" &
        " already exists, not redeclaring")
when not declared(VkLayeredDriverUnderlyingApiMSFT):
  type
    VkLayeredDriverUnderlyingApiMSFT* = VkLayeredDriverUnderlyingApiMSFT_1124081912
else:
  static :
    hint("Declaration of " & "VkLayeredDriverUnderlyingApiMSFT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceFaultInfoEXT):
  type
    struct_VkDeviceFaultInfoEXT* = struct_VkDeviceFaultInfoEXT_1124080500
else:
  static :
    hint("Declaration of " & "struct_VkDeviceFaultInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCommandPool):
  type
    VkCommandPool* = VkCommandPool_1124073959
else:
  static :
    hint("Declaration of " & "VkCommandPool" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeContentFlagBitsKHR):
  type
    enum_VkVideoEncodeContentFlagBitsKHR* = enum_VkVideoEncodeContentFlagBitsKHR_1124077802
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeContentFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeVP9PictureInfoKHR):
  type
    struct_VkVideoDecodeVP9PictureInfoKHR* = struct_VkVideoDecodeVP9PictureInfoKHR_1124078332
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeVP9PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM):
  type
    struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM* = struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM_1124082370
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineOpacityMicromapFeaturesARM" &
        " already exists, not redeclaring")
when not declared(VkVertexInputAttributeDescription2EXT):
  type
    VkVertexInputAttributeDescription2EXT* = VkVertexInputAttributeDescription2EXT_1124080548
else:
  static :
    hint("Declaration of " & "VkVertexInputAttributeDescription2EXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRectLayerKHR):
  type
    struct_VkRectLayerKHR* = struct_VkRectLayerKHR_1124077228
else:
  static :
    hint("Declaration of " & "struct_VkRectLayerKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceAddressBindingTypeEXT):
  type
    VkDeviceAddressBindingTypeEXT* = VkDeviceAddressBindingTypeEXT_1124080558
else:
  static :
    hint("Declaration of " & "VkDeviceAddressBindingTypeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateRayTracingPipelinesKHR):
  type
    PFN_vkCreateRayTracingPipelinesKHR* = PFN_vkCreateRayTracingPipelinesKHR_1124082612
else:
  static :
    hint("Declaration of " & "PFN_vkCreateRayTracingPipelinesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoDecodeVP9FeaturesKHR):
  type
    VkPhysicalDeviceVideoDecodeVP9FeaturesKHR* = VkPhysicalDeviceVideoDecodeVP9FeaturesKHR_1124078318
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVideoDecodeVP9FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateSampler):
  type
    PFN_vkCreateSampler* = PFN_vkCreateSampler_1124075072
else:
  static :
    hint("Declaration of " & "PFN_vkCreateSampler" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264PictureLayoutFlagsKHR):
  type
    VkVideoDecodeH264PictureLayoutFlagsKHR* = VkVideoDecodeH264PictureLayoutFlagsKHR_1124077016
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264PictureLayoutFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceImageMemoryRequirements):
  type
    PFN_vkGetDeviceImageMemoryRequirements* = PFN_vkGetDeviceImageMemoryRequirements_1124076140
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(VkPipelineTessellationDomainOriginStateCreateInfoKHR):
  type
    VkPipelineTessellationDomainOriginStateCreateInfoKHR* = VkPipelineTessellationDomainOriginStateCreateInfoKHR_1124077400
else:
  static :
    hint("Declaration of " &
        "VkPipelineTessellationDomainOriginStateCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDebugReportCallbackEXT):
  type
    PFN_vkDestroyDebugReportCallbackEXT* = PFN_vkDestroyDebugReportCallbackEXT_1124078674
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDebugReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImportSemaphoreFdInfoKHR):
  type
    struct_VkImportSemaphoreFdInfoKHR* = struct_VkImportSemaphoreFdInfoKHR_1124077204
else:
  static :
    hint("Declaration of " & "struct_VkImportSemaphoreFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVertexInputAttributeDescription2EXT):
  type
    struct_VkVertexInputAttributeDescription2EXT* = struct_VkVertexInputAttributeDescription2EXT_1124080546
else:
  static :
    hint("Declaration of " & "struct_VkVertexInputAttributeDescription2EXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateSwapchainKHR):
  type
    PFN_vkCreateSwapchainKHR* = PFN_vkCreateSwapchainKHR_1124076552
else:
  static :
    hint("Declaration of " & "PFN_vkCreateSwapchainKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResolveImage2KHR):
  type
    PFN_vkCmdResolveImage2KHR* = PFN_vkCmdResolveImage2KHR_1124077950
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResolveImage2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyMicromapEXT):
  type
    PFN_vkCopyMicromapEXT* = PFN_vkCopyMicromapEXT_1124080868
else:
  static :
    hint("Declaration of " & "PFN_vkCopyMicromapEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSynchronization2Features):
  type
    struct_VkPhysicalDeviceSynchronization2Features* = struct_VkPhysicalDeviceSynchronization2Features_1124075954
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceSynchronization2Features" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectCommandsLayoutUsageFlagBitsEXT):
  type
    enum_VkIndirectCommandsLayoutUsageFlagBitsEXT* = enum_VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082204
else:
  static :
    hint("Declaration of " & "enum_VkIndirectCommandsLayoutUsageFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetWinrtDisplayNV):
  type
    PFN_vkGetWinrtDisplayNV* = PFN_vkGetWinrtDisplayNV_1124082768
else:
  static :
    hint("Declaration of " & "PFN_vkGetWinrtDisplayNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineBinaryPropertiesKHR):
  type
    struct_VkPhysicalDevicePipelineBinaryPropertiesKHR* = struct_VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078060
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineBinaryPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance10PropertiesKHR):
  type
    struct_VkPhysicalDeviceMaintenance10PropertiesKHR* = struct_VkPhysicalDeviceMaintenance10PropertiesKHR_1124078636
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance10PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoH265PictureParameterSet):
  type
    StdVideoH265PictureParameterSet* = StdVideoH265PictureParameterSet_1124076956
else:
  static :
    hint("Declaration of " & "StdVideoH265PictureParameterSet" &
        " already exists, not redeclaring")
when not declared(VkAntiLagPresentationInfoAMD):
  type
    VkAntiLagPresentationInfoAMD* = VkAntiLagPresentationInfoAMD_1124081494
else:
  static :
    hint("Declaration of " & "VkAntiLagPresentationInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkImageDrmFormatModifierExplicitCreateInfoEXT):
  type
    VkImageDrmFormatModifierExplicitCreateInfoEXT* = VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079228
else:
  static :
    hint("Declaration of " & "VkImageDrmFormatModifierExplicitCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureTypeKHR):
  type
    VkAccelerationStructureTypeKHR* = VkAccelerationStructureTypeKHR_1124079340
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureTypeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryMapInfo):
  type
    struct_VkMemoryMapInfo* = struct_VkMemoryMapInfo_1124076248
else:
  static :
    hint("Declaration of " & "struct_VkMemoryMapInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkSwapchainCreateFlagBitsKHR):
  type
    enum_VkSwapchainCreateFlagBitsKHR* = enum_VkSwapchainCreateFlagBitsKHR_1124076508
else:
  static :
    hint("Declaration of " & "enum_VkSwapchainCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolCreateFlags):
  type
    VkCommandPoolCreateFlags* = VkCommandPoolCreateFlags_1124074286
else:
  static :
    hint("Declaration of " & "VkCommandPoolCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkQueryPoolPerformanceQueryCreateInfoINTEL):
  type
    struct_VkQueryPoolPerformanceQueryCreateInfoINTEL* = struct_VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079660
else:
  static :
    hint("Declaration of " & "struct_VkQueryPoolPerformanceQueryCreateInfoINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD):
  type
    struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD* = struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080356
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewportWScalingNV):
  type
    PFN_vkCmdSetViewportWScalingNV* = PFN_vkCmdSetViewportWScalingNV_1124078900
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewportWScalingNV" &
        " already exists, not redeclaring")
when not declared(struct_VkBindVertexBufferIndirectCommandNV):
  type
    struct_VkBindVertexBufferIndirectCommandNV* = struct_VkBindVertexBufferIndirectCommandNV_1124080052
else:
  static :
    hint("Declaration of " & "struct_VkBindVertexBufferIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureMotionInstanceNV):
  type
    struct_VkAccelerationStructureMotionInstanceNV* = struct_VkAccelerationStructureMotionInstanceNV_1124080418
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureMotionInstanceNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplaySurfaceStereoCreateInfoNV):
  type
    struct_VkDisplaySurfaceStereoCreateInfoNV* = struct_VkDisplaySurfaceStereoCreateInfoNV_1124081960
else:
  static :
    hint("Declaration of " & "struct_VkDisplaySurfaceStereoCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkImageFormatProperties):
  type
    struct_VkImageFormatProperties* = struct_VkImageFormatProperties_1124074508
else:
  static :
    hint("Declaration of " & "struct_VkImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryFeatureFlagBitsKHR):
  type
    VkExternalMemoryFeatureFlagBitsKHR* = VkExternalMemoryFeatureFlagBitsKHR_1124077146
else:
  static :
    hint("Declaration of " & "VkExternalMemoryFeatureFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH265LevelIdc):
  type
    enum_StdVideoH265LevelIdc* = enum_StdVideoH265LevelIdc_1124082918
else:
  static :
    hint("Declaration of " & "enum_StdVideoH265LevelIdc" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265SequenceParameterSet):
  type
    struct_StdVideoH265SequenceParameterSet* = struct_StdVideoH265SequenceParameterSet_1124082922
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265SequenceParameterSet" &
        " already exists, not redeclaring")
when not declared(VkResolveModeFlagsKHR):
  type
    VkResolveModeFlagsKHR* = VkResolveModeFlagsKHR_1124077576
else:
  static :
    hint("Declaration of " & "VkResolveModeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleaseCapturedPipelineDataKHR):
  type
    PFN_vkReleaseCapturedPipelineDataKHR* = PFN_vkReleaseCapturedPipelineDataKHR_1124078112
else:
  static :
    hint("Declaration of " & "PFN_vkReleaseCapturedPipelineDataKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateVideoSessionKHR):
  type
    PFN_vkCreateVideoSessionKHR* = PFN_vkCreateVideoSessionKHR_1124076758
else:
  static :
    hint("Declaration of " & "PFN_vkCreateVideoSessionKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureMotionInfoNV):
  type
    struct_VkAccelerationStructureMotionInfoNV* = struct_VkAccelerationStructureMotionInfoNV_1124080398
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureMotionInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueEndDebugUtilsLabelEXT):
  type
    PFN_vkQueueEndDebugUtilsLabelEXT* = PFN_vkQueueEndDebugUtilsLabelEXT_1124079098
else:
  static :
    hint("Declaration of " & "PFN_vkQueueEndDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationStateCreateFlags):
  type
    VkPipelineRasterizationStateCreateFlags* = VkPipelineRasterizationStateCreateFlags_1124074392
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelinePropertyQueryResultARM):
  type
    struct_VkDataGraphPipelinePropertyQueryResultARM* = struct_VkDataGraphPipelinePropertyQueryResultARM_1124081786
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelinePropertyQueryResultARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceStreamMarkerInfoINTEL):
  type
    struct_VkPerformanceStreamMarkerInfoINTEL* = struct_VkPerformanceStreamMarkerInfoINTEL_1124079670
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceStreamMarkerInfoINTEL" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyAccelerationStructureToMemoryKHR):
  type
    PFN_vkCmdCopyAccelerationStructureToMemoryKHR* = PFN_vkCmdCopyAccelerationStructureToMemoryKHR_1124082570
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyAccelerationStructureToMemoryKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineInputAssemblyStateCreateInfo):
  type
    VkPipelineInputAssemblyStateCreateInfo* = VkPipelineInputAssemblyStateCreateInfo_1124074794
else:
  static :
    hint("Declaration of " & "VkPipelineInputAssemblyStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV):
  type
    struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV* = struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081010
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE):
  type
    struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE* = struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080710
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferCopy2):
  type
    struct_VkBufferCopy2* = struct_VkBufferCopy2_1124075958
else:
  static :
    hint("Declaration of " & "struct_VkBufferCopy2" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1FrameType):
  type
    enum_StdVideoAV1FrameType* = enum_StdVideoAV1FrameType_1124083204
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1FrameType" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265PictureInfoFlags):
  type
    StdVideoEncodeH265PictureInfoFlags* = StdVideoEncodeH265PictureInfoFlags_1124083040
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkClearRect):
  type
    VkClearRect* = VkClearRect_1124074878
else:
  static :
    hint("Declaration of " & "VkClearRect" & " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyProperties2):
  type
    struct_VkQueueFamilyProperties2* = struct_VkQueueFamilyProperties2_1124075352
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyProperties2" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeAV1InlineSessionParametersInfoKHR):
  type
    VkVideoDecodeAV1InlineSessionParametersInfoKHR* = VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078602
else:
  static :
    hint("Declaration of " & "VkVideoDecodeAV1InlineSessionParametersInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264SessionParametersAddInfoKHR):
  type
    struct_VkVideoDecodeH264SessionParametersAddInfoKHR* = struct_VkVideoDecodeH264SessionParametersAddInfoKHR_1124077026
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeH264SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyQueryResultStatusPropertiesKHR):
  type
    struct_VkQueueFamilyQueryResultStatusPropertiesKHR* = struct_VkQueueFamilyQueryResultStatusPropertiesKHR_1124076686
else:
  static :
    hint("Declaration of " &
        "struct_VkQueueFamilyQueryResultStatusPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineStageFlags):
  type
    VkPipelineStageFlags* = VkPipelineStageFlags_1124074212
else:
  static :
    hint("Declaration of " & "VkPipelineStageFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateShadersEXT):
  type
    PFN_vkCreateShadersEXT* = PFN_vkCreateShadersEXT_1124081536
else:
  static :
    hint("Declaration of " & "PFN_vkCreateShadersEXT" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyDataGraphProcessingEnginePropertiesARM):
  type
    VkQueueFamilyDataGraphProcessingEnginePropertiesARM* = VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081820
else:
  static :
    hint("Declaration of " &
        "VkQueueFamilyDataGraphProcessingEnginePropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT):
  type
    VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT* = VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082400
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrRange):
  type
    VkSamplerYcbcrRange* = VkSamplerYcbcrRange_1124075180
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrRange" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeAV1StdFlagBitsKHR):
  type
    enum_VkVideoEncodeAV1StdFlagBitsKHR* = enum_VkVideoEncodeAV1StdFlagBitsKHR_1124078238
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeAV1StdFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkFramebufferAttachmentImageInfo):
  type
    VkFramebufferAttachmentImageInfo* = VkFramebufferAttachmentImageInfo_1124075812
else:
  static :
    hint("Declaration of " & "VkFramebufferAttachmentImageInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSetWithTemplate2KHR):
  type
    PFN_vkCmdPushDescriptorSetWithTemplate2KHR* = PFN_vkCmdPushDescriptorSetWithTemplate2KHR_1124078418
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplate2KHR" &
        " already exists, not redeclaring")
when not declared(VkFenceCreateFlagBits):
  type
    VkFenceCreateFlagBits* = VkFenceCreateFlagBits_1124074234
else:
  static :
    hint("Declaration of " & "VkFenceCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportStateCreateInfo):
  type
    VkPipelineViewportStateCreateInfo* = VkPipelineViewportStateCreateInfo_1124074806
else:
  static :
    hint("Declaration of " & "VkPipelineViewportStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentDescriptionStencilLayout):
  type
    struct_VkAttachmentDescriptionStencilLayout* = struct_VkAttachmentDescriptionStencilLayout_1124075830
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentDescriptionStencilLayout" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyBuffer2KHR):
  type
    PFN_vkCmdCopyBuffer2KHR* = PFN_vkCmdCopyBuffer2KHR_1124077940
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyBuffer2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFramebufferAttachmentsCreateInfo):
  type
    struct_VkFramebufferAttachmentsCreateInfo* = struct_VkFramebufferAttachmentsCreateInfo_1124075814
else:
  static :
    hint("Declaration of " & "struct_VkFramebufferAttachmentsCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkMemoryUnmapFlagBits):
  type
    VkMemoryUnmapFlagBits* = VkMemoryUnmapFlagBits_1124076206
else:
  static :
    hint("Declaration of " & "VkMemoryUnmapFlagBits" &
        " already exists, not redeclaring")
when not declared(VkCheckpointData2NV):
  type
    VkCheckpointData2NV* = VkCheckpointData2NV_1124079614
else:
  static :
    hint("Declaration of " & "VkCheckpointData2NV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV):
  type
    VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV* = VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV_1124080370
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkClearAttachment):
  type
    VkClearAttachment* = VkClearAttachment_1124074874
else:
  static :
    hint("Declaration of " & "VkClearAttachment" &
        " already exists, not redeclaring")
when not declared(VkDeviceImageMemoryRequirementsKHR):
  type
    VkDeviceImageMemoryRequirementsKHR* = VkDeviceImageMemoryRequirementsKHR_1124077978
else:
  static :
    hint("Declaration of " & "VkDeviceImageMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilitiesPresentWait2KHR):
  type
    struct_VkSurfaceCapabilitiesPresentWait2KHR* = struct_VkSurfaceCapabilitiesPresentWait2KHR_1124078036
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceCapabilitiesPresentWait2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdTraceRaysIndirect2KHR):
  type
    PFN_vkCmdTraceRaysIndirect2KHR* = PFN_vkCmdTraceRaysIndirect2KHR_1124077966
else:
  static :
    hint("Declaration of " & "PFN_vkCmdTraceRaysIndirect2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMeshTasksNV):
  type
    PFN_vkCmdDrawMeshTasksNV* = PFN_vkCmdDrawMeshTasksNV_1124079576
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMeshTasksNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM):
  type
    struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM* = struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081864
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageProcessing2FeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkQueryLowLatencySupportNV):
  type
    VkQueryLowLatencySupportNV* = VkQueryLowLatencySupportNV_1124080256
else:
  static :
    hint("Declaration of " & "VkQueryLowLatencySupportNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineTessellationStateCreateInfo):
  type
    struct_VkPipelineTessellationStateCreateInfo* = struct_VkPipelineTessellationStateCreateInfo_1124074796
else:
  static :
    hint("Declaration of " & "struct_VkPipelineTessellationStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkComputePipelineCreateInfo):
  type
    struct_VkComputePipelineCreateInfo* = struct_VkComputePipelineCreateInfo_1124074716
else:
  static :
    hint("Declaration of " & "struct_VkComputePipelineCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateSamplerYcbcrConversion):
  type
    PFN_vkCreateSamplerYcbcrConversion* = PFN_vkCreateSamplerYcbcrConversion_1124075592
else:
  static :
    hint("Declaration of " & "PFN_vkCreateSamplerYcbcrConversion" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT):
  type
    VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT* = VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082006
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkXYColorEXT):
  type
    struct_VkXYColorEXT* = struct_VkXYColorEXT_1124079038
else:
  static :
    hint("Declaration of " & "struct_VkXYColorEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkStridedDeviceAddressRegionKHR):
  type
    struct_VkStridedDeviceAddressRegionKHR* = struct_VkStridedDeviceAddressRegionKHR_1124082080
else:
  static :
    hint("Declaration of " & "struct_VkStridedDeviceAddressRegionKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkQueryPoolCreateFlagBits):
  type
    enum_VkQueryPoolCreateFlagBits* = enum_VkQueryPoolCreateFlagBits_1124074240
else:
  static :
    hint("Declaration of " & "enum_VkQueryPoolCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetGeneratedCommandsMemoryRequirementsEXT):
  type
    PFN_vkGetGeneratedCommandsMemoryRequirementsEXT* = PFN_vkGetGeneratedCommandsMemoryRequirementsEXT_1124082302
else:
  static :
    hint("Declaration of " & "PFN_vkGetGeneratedCommandsMemoryRequirementsEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureIndexFormatFlagBitsNV):
  type
    VkClusterAccelerationStructureIndexFormatFlagBitsNV* = VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082048
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureIndexFormatFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePrivateDataFeatures):
  type
    VkPhysicalDevicePrivateDataFeatures* = VkPhysicalDevicePrivateDataFeatures_1124075916
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePrivateDataFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDeferredOperationKHR):
  type
    PFN_vkDestroyDeferredOperationKHR* = PFN_vkDestroyDeferredOperationKHR_1124077694
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDeferredOperationKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265SessionParametersCreateInfoKHR):
  type
    VkVideoEncodeH265SessionParametersCreateInfoKHR* = VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076962
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineBinaryFeaturesKHR):
  type
    VkPhysicalDevicePipelineBinaryFeaturesKHR* = VkPhysicalDevicePipelineBinaryFeaturesKHR_1124078058
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineBinaryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV):
  type
    struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV* = struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV_1124082884
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDisplacementMicromapPropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetCalibratedTimestampsKHR):
  type
    PFN_vkGetCalibratedTimestampsKHR* = PFN_vkGetCalibratedTimestampsKHR_1124078386
else:
  static :
    hint("Declaration of " & "PFN_vkGetCalibratedTimestampsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationStateCreateInfo):
  type
    struct_VkPipelineRasterizationStateCreateInfo* = struct_VkPipelineRasterizationStateCreateInfo_1124074808
else:
  static :
    hint("Declaration of " & "struct_VkPipelineRasterizationStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkImportMemoryHostPointerInfoEXT):
  type
    VkImportMemoryHostPointerInfoEXT* = VkImportMemoryHostPointerInfoEXT_1124079498
else:
  static :
    hint("Declaration of " & "VkImportMemoryHostPointerInfoEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265ReferenceListsInfoFlags):
  type
    StdVideoEncodeH265ReferenceListsInfoFlags* = StdVideoEncodeH265ReferenceListsInfoFlags_1124083276
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265ReferenceListsInfoFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreatePrivateDataSlotEXT):
  type
    PFN_vkCreatePrivateDataSlotEXT* = PFN_vkCreatePrivateDataSlotEXT_1124080194
else:
  static :
    hint("Declaration of " & "PFN_vkCreatePrivateDataSlotEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264SessionParametersFeedbackInfoKHR):
  type
    VkVideoEncodeH264SessionParametersFeedbackInfoKHR* = VkVideoEncodeH264SessionParametersFeedbackInfoKHR_1124076860
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264SessionParametersFeedbackInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorBufferBindingInfoEXT):
  type
    struct_VkDescriptorBufferBindingInfoEXT* = struct_VkDescriptorBufferBindingInfoEXT_1124080276
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorBufferBindingInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkBindVertexBufferIndirectCommandEXT):
  type
    struct_VkBindVertexBufferIndirectCommandEXT* = struct_VkBindVertexBufferIndirectCommandEXT_1124082282
else:
  static :
    hint("Declaration of " & "struct_VkBindVertexBufferIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH265LevelIdc):
  type
    StdVideoH265LevelIdc* = StdVideoH265LevelIdc_1124076934
else:
  static :
    hint("Declaration of " & "StdVideoH265LevelIdc" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDecompressMemoryEXT):
  type
    PFN_vkCmdDecompressMemoryEXT* = PFN_vkCmdDecompressMemoryEXT_1124081952
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDecompressMemoryEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkSystemAllocationScope):
  type
    enum_VkSystemAllocationScope* = enum_VkSystemAllocationScope_1124074012
else:
  static :
    hint("Declaration of " & "enum_VkSystemAllocationScope" &
        " already exists, not redeclaring")
when not declared(VkSamplerReductionModeEXT):
  type
    VkSamplerReductionModeEXT* = VkSamplerReductionModeEXT_1124079114
else:
  static :
    hint("Declaration of " & "VkSamplerReductionModeEXT" &
        " already exists, not redeclaring")
when not declared(VkRenderPassMultiviewCreateInfoKHR):
  type
    VkRenderPassMultiviewCreateInfoKHR* = VkRenderPassMultiviewCreateInfoKHR_1124077064
else:
  static :
    hint("Declaration of " & "VkRenderPassMultiviewCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTileMemorySizeInfoQCOM):
  type
    struct_VkTileMemorySizeInfoQCOM* = struct_VkTileMemorySizeInfoQCOM_1124081938
else:
  static :
    hint("Declaration of " & "struct_VkTileMemorySizeInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetShaderLayoutInfoEXT):
  type
    VkIndirectExecutionSetShaderLayoutInfoEXT* = VkIndirectExecutionSetShaderLayoutInfoEXT_1124082228
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetShaderLayoutInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH265CtbSizeFlagBitsKHR):
  type
    enum_VkVideoEncodeH265CtbSizeFlagBitsKHR* = enum_VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076914
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH265CtbSizeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR):
  type
    struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR* = struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078180
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeMatrixPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAddressBindingReportFeaturesEXT):
  type
    VkPhysicalDeviceAddressBindingReportFeaturesEXT* = VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080568
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceAddressBindingReportFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkExportMemoryWin32HandleInfoNV):
  type
    VkExportMemoryWin32HandleInfoNV* = VkExportMemoryWin32HandleInfoNV_1124082732
else:
  static :
    hint("Declaration of " & "VkExportMemoryWin32HandleInfoNV" &
        " already exists, not redeclaring")
when not declared(VkBlitImageCubicWeightsInfoQCOM):
  type
    VkBlitImageCubicWeightsInfoQCOM* = VkBlitImageCubicWeightsInfoQCOM_1124081890
else:
  static :
    hint("Declaration of " & "VkBlitImageCubicWeightsInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBorderColorSwizzleFeaturesEXT):
  type
    VkPhysicalDeviceBorderColorSwizzleFeaturesEXT* = VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080906
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceBorderColorSwizzleFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyCheckpointPropertiesNV):
  type
    struct_VkQueueFamilyCheckpointPropertiesNV* = struct_VkQueueFamilyCheckpointPropertiesNV_1124079600
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyCheckpointPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkDepthClampModeEXT):
  type
    VkDepthClampModeEXT* = VkDepthClampModeEXT_1124081510
else:
  static :
    hint("Declaration of " & "VkDepthClampModeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTimelineSemaphorePropertiesKHR):
  type
    VkPhysicalDeviceTimelineSemaphorePropertiesKHR* = VkPhysicalDeviceTimelineSemaphorePropertiesKHR_1124077590
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTimelineSemaphorePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowSessionNV):
  type
    VkOpticalFlowSessionNV* = VkOpticalFlowSessionNV_1124081402
else:
  static :
    hint("Declaration of " & "VkOpticalFlowSessionNV" &
        " already exists, not redeclaring")
when not declared(VkCuModuleNVX):
  type
    VkCuModuleNVX* = VkCuModuleNVX_1124078746
else:
  static :
    hint("Declaration of " & "VkCuModuleNVX" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT):
  type
    VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT* = VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079978
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreationFeedbackInfoEXT):
  type
    VkRenderPassCreationFeedbackInfoEXT* = VkRenderPassCreationFeedbackInfoEXT_1124081214
else:
  static :
    hint("Declaration of " & "VkRenderPassCreationFeedbackInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferMemoryRequirements2):
  type
    PFN_vkGetBufferMemoryRequirements2* = PFN_vkGetBufferMemoryRequirements2_1124075554
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceHandleTypeFlagBits):
  type
    VkExternalFenceHandleTypeFlagBits* = VkExternalFenceHandleTypeFlagBits_1124075222
else:
  static :
    hint("Declaration of " & "VkExternalFenceHandleTypeFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassStripeInfoARM):
  type
    struct_VkRenderPassStripeInfoARM* = struct_VkRenderPassStripeInfoARM_1124080976
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassStripeInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyExternalComputeQueueNV):
  type
    PFN_vkDestroyExternalComputeQueueNV* = PFN_vkDestroyExternalComputeQueueNV_1124081992
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyExternalComputeQueueNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBlitImage):
  type
    PFN_vkCmdBlitImage* = PFN_vkCmdBlitImage_1124075152
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBlitImage" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceOpticalFlowFeaturesNV):
  type
    struct_VkPhysicalDeviceOpticalFlowFeaturesNV* = struct_VkPhysicalDeviceOpticalFlowFeaturesNV_1124081436
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceOpticalFlowFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeQuantizationMapCapabilitiesKHR):
  type
    VkVideoEncodeQuantizationMapCapabilitiesKHR* = VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078490
else:
  static :
    hint("Declaration of " & "VkVideoEncodeQuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRateControlInfoKHR):
  type
    VkVideoEncodeRateControlInfoKHR* = VkVideoEncodeRateControlInfoKHR_1124077832
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPresentIdKHR):
  type
    VkPresentIdKHR* = VkPresentIdKHR_1124077762
else:
  static :
    hint("Declaration of " & "VkPresentIdKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR):
  type
    struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR* = struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077706
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV):
  type
    struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV* = struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV_1124079584
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderImageFootprintFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDescriptorUpdateTemplateKHR):
  type
    PFN_vkDestroyDescriptorUpdateTemplateKHR* = PFN_vkDestroyDescriptorUpdateTemplateKHR_1124077252
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDescriptorUpdateTemplateKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryInfoKHR):
  type
    struct_VkPipelineBinaryInfoKHR* = struct_VkPipelineBinaryInfoKHR_1124078088
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkAccelerationStructureCreateFlagBitsKHR):
  type
    enum_VkAccelerationStructureCreateFlagBitsKHR* = enum_VkAccelerationStructureCreateFlagBitsKHR_1124082480
else:
  static :
    hint("Declaration of " & "enum_VkAccelerationStructureCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBufferDeviceAddressFeatures):
  type
    VkPhysicalDeviceBufferDeviceAddressFeatures* = VkPhysicalDeviceBufferDeviceAddressFeatures_1124075692
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceBufferDeviceAddressFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDeviceMaskKHR):
  type
    PFN_vkCmdSetDeviceMaskKHR* = PFN_vkCmdSetDeviceMaskKHR_1124077126
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDeviceMaskKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineExecutablePropertiesKHR):
  type
    struct_VkPipelineExecutablePropertiesKHR* = struct_VkPipelineExecutablePropertiesKHR_1124077714
else:
  static :
    hint("Declaration of " & "struct_VkPipelineExecutablePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorMemoryBarrierARM):
  type
    struct_VkTensorMemoryBarrierARM* = struct_VkTensorMemoryBarrierARM_1124081296
else:
  static :
    hint("Declaration of " & "struct_VkTensorMemoryBarrierARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX):
  type
    struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX* = struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082896
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceOverrideInfoINTEL):
  type
    struct_VkPerformanceOverrideInfoINTEL* = struct_VkPerformanceOverrideInfoINTEL_1124079674
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceOverrideInfoINTEL" &
        " already exists, not redeclaring")
when not declared(enum_VkSubpassMergeStatusEXT):
  type
    enum_VkSubpassMergeStatusEXT* = enum_VkSubpassMergeStatusEXT_1124081200
else:
  static :
    hint("Declaration of " & "enum_VkSubpassMergeStatusEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLineRasterizationFeaturesKHR):
  type
    VkPhysicalDeviceLineRasterizationFeaturesKHR* = VkPhysicalDeviceLineRasterizationFeaturesKHR_1124078368
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLineRasterizationFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRobustness2PropertiesKHR):
  type
    struct_VkPhysicalDeviceRobustness2PropertiesKHR* = struct_VkPhysicalDeviceRobustness2PropertiesKHR_1124078612
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceRobustness2PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionParametersKHR):
  type
    VkVideoSessionParametersKHR* = VkVideoSessionParametersKHR_1124076634
else:
  static :
    hint("Declaration of " & "VkVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT):
  type
    struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT* = struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT_1124080138
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkAntiLagModeAMD):
  type
    enum_VkAntiLagModeAMD* = enum_VkAntiLagModeAMD_1124081480
else:
  static :
    hint("Declaration of " & "enum_VkAntiLagModeAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkExportMemoryAllocateInfo):
  type
    struct_VkExportMemoryAllocateInfo* = struct_VkExportMemoryAllocateInfo_1124075428
else:
  static :
    hint("Declaration of " & "struct_VkExportMemoryAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfacePresentModeCompatibilityKHR):
  type
    struct_VkSurfacePresentModeCompatibilityKHR* = struct_VkSurfacePresentModeCompatibilityKHR_1124078134
else:
  static :
    hint("Declaration of " & "struct_VkSurfacePresentModeCompatibilityKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCooperativeMatrixPropertiesKHR):
  type
    struct_VkCooperativeMatrixPropertiesKHR* = struct_VkCooperativeMatrixPropertiesKHR_1124078172
else:
  static :
    hint("Declaration of " & "struct_VkCooperativeMatrixPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkHostImageLayoutTransitionInfoEXT):
  type
    VkHostImageLayoutTransitionInfoEXT* = VkHostImageLayoutTransitionInfoEXT_1124079944
else:
  static :
    hint("Declaration of " & "VkHostImageLayoutTransitionInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkQueryResultStatusKHR):
  type
    VkQueryResultStatusKHR* = VkQueryResultStatusKHR_1124076638
else:
  static :
    hint("Declaration of " & "VkQueryResultStatusKHR" &
        " already exists, not redeclaring")
when not declared(VkBuildPartitionedAccelerationStructureIndirectCommandNV):
  type
    VkBuildPartitionedAccelerationStructureIndirectCommandNV* = VkBuildPartitionedAccelerationStructureIndirectCommandNV_1124082156
else:
  static :
    hint("Declaration of " &
        "VkBuildPartitionedAccelerationStructureIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDecompressMemoryIndirectCountNV):
  type
    PFN_vkCmdDecompressMemoryIndirectCountNV* = PFN_vkCmdDecompressMemoryIndirectCountNV_1124081046
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDecompressMemoryIndirectCountNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1FilmGrainFlags):
  type
    struct_StdVideoAV1FilmGrainFlags* = struct_StdVideoAV1FilmGrainFlags_1124083358
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1FilmGrainFlags" &
        " already exists, not redeclaring")
when not declared(VkTransformMatrixNV):
  type
    VkTransformMatrixNV* = VkTransformMatrixNV_1124079436
else:
  static :
    hint("Declaration of " & "VkTransformMatrixNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDrmFormatModifierPropertiesListEXT):
  type
    struct_VkDrmFormatModifierPropertiesListEXT* = struct_VkDrmFormatModifierPropertiesListEXT_1124079214
else:
  static :
    hint("Declaration of " & "struct_VkDrmFormatModifierPropertiesListEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalMemoryAcquireUnmodifiedEXT):
  type
    struct_VkExternalMemoryAcquireUnmodifiedEXT* = struct_VkExternalMemoryAcquireUnmodifiedEXT_1124081118
else:
  static :
    hint("Declaration of " & "struct_VkExternalMemoryAcquireUnmodifiedEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR):
  type
    struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR* = struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077622
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShadingRateFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBiasEnable):
  type
    PFN_vkCmdSetDepthBiasEnable* = PFN_vkCmdSetDepthBiasEnable_1124076184
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBiasEnable" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentWait2InfoKHR):
  type
    struct_VkPresentWait2InfoKHR* = struct_VkPresentWait2InfoKHR_1124078044
else:
  static :
    hint("Declaration of " & "struct_VkPresentWait2InfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures):
  type
    VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures* = VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075764
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDataGraphProcessingEngineTypeARM):
  type
    VkPhysicalDeviceDataGraphProcessingEngineTypeARM* = VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081724
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDataGraphProcessingEngineTypeARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleaseSwapchainImagesKHR):
  type
    PFN_vkReleaseSwapchainImagesKHR* = PFN_vkReleaseSwapchainImagesKHR_1124078162
else:
  static :
    hint("Declaration of " & "PFN_vkReleaseSwapchainImagesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkTransitionImageLayoutEXT):
  type
    PFN_vkTransitionImageLayoutEXT* = PFN_vkTransitionImageLayoutEXT_1124079960
else:
  static :
    hint("Declaration of " & "PFN_vkTransitionImageLayoutEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT):
  type
    VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT* = VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT_1124080914
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSubpassBeginInfoKHR):
  type
    VkSubpassBeginInfoKHR* = VkSubpassBeginInfoKHR_1124077274
else:
  static :
    hint("Declaration of " & "VkSubpassBeginInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkLayerProperties):
  type
    struct_VkLayerProperties* = struct_VkLayerProperties_1124074560
else:
  static :
    hint("Declaration of " & "struct_VkLayerProperties" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreFeatureFlagBits):
  type
    VkExternalSemaphoreFeatureFlagBits* = VkExternalSemaphoreFeatureFlagBits_1124075252
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(VkCopyCommandTransformInfoQCOM):
  type
    VkCopyCommandTransformInfoQCOM* = VkCopyCommandTransformInfoQCOM_1124080440
else:
  static :
    hint("Declaration of " & "VkCopyCommandTransformInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemoryOpaqueCaptureAddressInfo):
  type
    VkDeviceMemoryOpaqueCaptureAddressInfo* = VkDeviceMemoryOpaqueCaptureAddressInfo_1124075708
else:
  static :
    hint("Declaration of " & "VkDeviceMemoryOpaqueCaptureAddressInfo" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportDepthClipControlCreateInfoEXT):
  type
    VkPipelineViewportDepthClipControlCreateInfoEXT* = VkPipelineViewportDepthClipControlCreateInfoEXT_1124080580
else:
  static :
    hint("Declaration of " & "VkPipelineViewportDepthClipControlCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDebugReportMessageEXT):
  type
    PFN_vkDebugReportMessageEXT* = PFN_vkDebugReportMessageEXT_1124078676
else:
  static :
    hint("Declaration of " & "PFN_vkDebugReportMessageEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapBuildInfoEXT):
  type
    struct_VkMicromapBuildInfoEXT* = struct_VkMicromapBuildInfoEXT_1124080816
else:
  static :
    hint("Declaration of " & "struct_VkMicromapBuildInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM):
  type
    struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM* = struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081766
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineSessionBindPointRequirementsInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureInputInfoNV):
  type
    struct_VkClusterAccelerationStructureInputInfoNV* = struct_VkClusterAccelerationStructureInputInfoNV_1124082076
else:
  static :
    hint("Declaration of " & "struct_VkClusterAccelerationStructureInputInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1Level):
  type
    StdVideoAV1Level* = StdVideoAV1Level_1124078202
else:
  static :
    hint("Declaration of " & "StdVideoAV1Level" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264PpsFlags):
  type
    struct_StdVideoH264PpsFlags* = struct_StdVideoH264PpsFlags_1124083126
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264PpsFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkCoarseSampleOrderTypeNV):
  type
    enum_VkCoarseSampleOrderTypeNV* = enum_VkCoarseSampleOrderTypeNV_1124079286
else:
  static :
    hint("Declaration of " & "enum_VkCoarseSampleOrderTypeNV" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolInlineUniformBlockCreateInfo):
  type
    VkDescriptorPoolInlineUniformBlockCreateInfo* = VkDescriptorPoolInlineUniformBlockCreateInfo_1124076064
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolInlineUniformBlockCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkExternalImageFormatPropertiesNV):
  type
    VkExternalImageFormatPropertiesNV* = VkExternalImageFormatPropertiesNV_1124078830
else:
  static :
    hint("Declaration of " & "VkExternalImageFormatPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT):
  type
    struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT* = struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT_1124078722
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTransformFeedbackFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFeatures2KHR):
  type
    PFN_vkGetPhysicalDeviceFeatures2KHR* = PFN_vkGetPhysicalDeviceFeatures2KHR_1124077088
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFeatures2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAmigoProfilingSubmitInfoSEC):
  type
    struct_VkAmigoProfilingSubmitInfoSEC* = struct_VkAmigoProfilingSubmitInfoSEC_1124081562
else:
  static :
    hint("Declaration of " & "struct_VkAmigoProfilingSubmitInfoSEC" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265SessionParametersCreateInfoKHR):
  type
    struct_VkVideoDecodeH265SessionParametersCreateInfoKHR* = struct_VkVideoDecodeH265SessionParametersCreateInfoKHR_1124077540
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeH265SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreSignalInfoKHR):
  type
    VkSemaphoreSignalInfoKHR* = VkSemaphoreSignalInfoKHR_1124077598
else:
  static :
    hint("Declaration of " & "VkSemaphoreSignalInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceIDProperties):
  type
    struct_VkPhysicalDeviceIDProperties* = struct_VkPhysicalDeviceIDProperties_1124075416
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceIDProperties" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264PictureInfoKHR):
  type
    VkVideoEncodeH264PictureInfoKHR* = VkVideoEncodeH264PictureInfoKHR_1124076872
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265ReferenceInfo):
  type
    StdVideoEncodeH265ReferenceInfo* = StdVideoEncodeH265ReferenceInfo_1124076986
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(VkDevicePrivateDataCreateInfo):
  type
    VkDevicePrivateDataCreateInfo* = VkDevicePrivateDataCreateInfo_1124075920
else:
  static :
    hint("Declaration of " & "VkDevicePrivateDataCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT):
  type
    VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT* = VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_1124080346
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferMemoryRequirements2KHR):
  type
    PFN_vkGetBufferMemoryRequirements2KHR* = PFN_vkGetBufferMemoryRequirements2KHR_1124077470
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkWaitSemaphoresKHR):
  type
    PFN_vkWaitSemaphoresKHR* = PFN_vkWaitSemaphoresKHR_1124077602
else:
  static :
    hint("Declaration of " & "PFN_vkWaitSemaphoresKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToImageInfoEXT):
  type
    VkCopyMemoryToImageInfoEXT* = VkCopyMemoryToImageInfoEXT_1124079938
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToImageInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupSubmitInfo):
  type
    VkDeviceGroupSubmitInfo* = VkDeviceGroupSubmitInfo_1124075290
else:
  static :
    hint("Declaration of " & "VkDeviceGroupSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkExportSemaphoreCreateInfo):
  type
    VkExportSemaphoreCreateInfo* = VkExportSemaphoreCreateInfo_1124075446
else:
  static :
    hint("Declaration of " & "VkExportSemaphoreCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkDispatchGraphCountInfoAMDX):
  type
    struct_VkDispatchGraphCountInfoAMDX* = struct_VkDispatchGraphCountInfoAMDX_1124082818
else:
  static :
    hint("Declaration of " & "struct_VkDispatchGraphCountInfoAMDX" &
        " already exists, not redeclaring")
when not declared(VkSparseImageMemoryBindInfo):
  type
    VkSparseImageMemoryBindInfo* = VkSparseImageMemoryBindInfo_1124074602
else:
  static :
    hint("Declaration of " & "VkSparseImageMemoryBindInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginRenderPass):
  type
    PFN_vkCmdBeginRenderPass* = PFN_vkCmdBeginRenderPass_1124075160
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginRenderPass" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureGetTemplateIndicesInfoNV):
  type
    VkClusterAccelerationStructureGetTemplateIndicesInfoNV* = VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082118
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureGetTemplateIndicesInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_HMONITOR_private):
  type
    struct_HMONITOR_private* = struct_HMONITOR_private_1124082974
else:
  static :
    hint("Declaration of " & "struct_HMONITOR_private" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMicromapBuildSizesEXT):
  type
    PFN_vkGetMicromapBuildSizesEXT* = PFN_vkGetMicromapBuildSizesEXT_1124080886
else:
  static :
    hint("Declaration of " & "PFN_vkGetMicromapBuildSizesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkMemoryHeapFlagBits):
  type
    enum_VkMemoryHeapFlagBits* = enum_VkMemoryHeapFlagBits_1124074182
else:
  static :
    hint("Declaration of " & "enum_VkMemoryHeapFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPipelineBarrier2KHR):
  type
    PFN_vkCmdPipelineBarrier2KHR* = PFN_vkCmdPipelineBarrier2KHR_1124077894
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPipelineBarrier2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateCuFunctionNVX):
  type
    PFN_vkCreateCuFunctionNVX* = PFN_vkCreateCuFunctionNVX_1124078768
else:
  static :
    hint("Declaration of " & "PFN_vkCreateCuFunctionNVX" &
        " already exists, not redeclaring")
when not declared(VkRenderPassStripeSubmitInfoARM):
  type
    VkRenderPassStripeSubmitInfoARM* = VkRenderPassStripeSubmitInfoARM_1124080986
else:
  static :
    hint("Declaration of " & "VkRenderPassStripeSubmitInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceScalarBlockLayoutFeatures):
  type
    struct_VkPhysicalDeviceScalarBlockLayoutFeatures* = struct_VkPhysicalDeviceScalarBlockLayoutFeatures_1124075746
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceScalarBlockLayoutFeatures" &
        " already exists, not redeclaring")
when not declared(VkTensorUsageFlagBitsARM):
  type
    VkTensorUsageFlagBitsARM* = VkTensorUsageFlagBitsARM_1124081262
else:
  static :
    hint("Declaration of " & "VkTensorUsageFlagBitsARM" &
        " already exists, not redeclaring")
when not declared(VkLatencySubmissionPresentIdNV):
  type
    VkLatencySubmissionPresentIdNV* = VkLatencySubmissionPresentIdNV_1124081684
else:
  static :
    hint("Declaration of " & "VkLatencySubmissionPresentIdNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDrmFormatModifierPropertiesEXT):
  type
    struct_VkDrmFormatModifierPropertiesEXT* = struct_VkDrmFormatModifierPropertiesEXT_1124079210
else:
  static :
    hint("Declaration of " & "struct_VkDrmFormatModifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV):
  type
    struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV* = struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV_1124082116
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureGetTemplateIndicesInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1TileInfoFlags):
  type
    StdVideoAV1TileInfoFlags* = StdVideoAV1TileInfoFlags_1124083290
else:
  static :
    hint("Declaration of " & "StdVideoAV1TileInfoFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ProfileTierLevelFlags):
  type
    StdVideoH265ProfileTierLevelFlags* = StdVideoH265ProfileTierLevelFlags_1124083266
else:
  static :
    hint("Declaration of " & "StdVideoH265ProfileTierLevelFlags" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessengerCallbackDataFlagsEXT):
  type
    VkDebugUtilsMessengerCallbackDataFlagsEXT* = VkDebugUtilsMessengerCallbackDataFlagsEXT_1124079054
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessengerCallbackDataFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR):
  type
    VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR* = VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077990
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV):
  type
    struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV* = struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081996
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCommandBufferInheritanceFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupCommandBufferBeginInfo):
  type
    struct_VkDeviceGroupCommandBufferBeginInfo* = struct_VkDeviceGroupCommandBufferBeginInfo_1124075284
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupCommandBufferBeginInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT):
  type
    struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT* = struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079180
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineColorBlendAdvancedStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264SliceHeaderFlags):
  type
    struct_StdVideoEncodeH264SliceHeaderFlags* = struct_StdVideoEncodeH264SliceHeaderFlags_1124083130
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264SliceHeaderFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbChromaOffsetFlagBitsVALVE):
  type
    VkVideoEncodeRgbChromaOffsetFlagBitsVALVE* = VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080706
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbChromaOffsetFlagBitsVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilReference):
  type
    PFN_vkCmdSetStencilReference* = PFN_vkCmdSetStencilReference_1124075138
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilReference" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindDescriptorBuffersEXT):
  type
    PFN_vkCmdBindDescriptorBuffersEXT* = PFN_vkCmdBindDescriptorBuffersEXT_1124080322
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindDescriptorBuffersEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR* = PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR_1124077304
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceExternalFencePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT):
  type
    struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT* = struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079846
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMapMemoryPlacedFeaturesEXT):
  type
    VkPhysicalDeviceMapMemoryPlacedFeaturesEXT* = VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079966
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMapMemoryPlacedFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoCodingControlFlagsKHR):
  type
    VkVideoCodingControlFlagsKHR* = VkVideoCodingControlFlagsKHR_1124076684
else:
  static :
    hint("Declaration of " & "VkVideoCodingControlFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreImportFlagBits):
  type
    VkSemaphoreImportFlagBits* = VkSemaphoreImportFlagBits_1124075240
else:
  static :
    hint("Declaration of " & "VkSemaphoreImportFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkLatencyMarkerNV):
  type
    enum_VkLatencyMarkerNV* = enum_VkLatencyMarkerNV_1124081654
else:
  static :
    hint("Declaration of " & "enum_VkLatencyMarkerNV" &
        " already exists, not redeclaring")
when not declared(VkShaderStageFlags):
  type
    VkShaderStageFlags* = VkShaderStageFlags_1124074350
else:
  static :
    hint("Declaration of " & "VkShaderStageFlags" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryProperties):
  type
    VkExternalMemoryProperties* = VkExternalMemoryProperties_1124075398
else:
  static :
    hint("Declaration of " & "VkExternalMemoryProperties" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeCapabilityFlagBitsKHR):
  type
    enum_VkVideoEncodeCapabilityFlagBitsKHR* = enum_VkVideoEncodeCapabilityFlagBitsKHR_1124077778
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeCapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkImageToMemoryCopy):
  type
    struct_VkImageToMemoryCopy* = struct_VkImageToMemoryCopy_1124076304
else:
  static :
    hint("Declaration of " & "struct_VkImageToMemoryCopy" &
        " already exists, not redeclaring")
when not declared(struct_VkGeneratedCommandsInfoNV):
  type
    struct_VkGeneratedCommandsInfoNV* = struct_VkGeneratedCommandsInfoNV_1124080072
else:
  static :
    hint("Declaration of " & "struct_VkGeneratedCommandsInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyAccelerationStructureToMemoryKHR):
  type
    PFN_vkCopyAccelerationStructureToMemoryKHR* = PFN_vkCopyAccelerationStructureToMemoryKHR_1124082562
else:
  static :
    hint("Declaration of " & "PFN_vkCopyAccelerationStructureToMemoryKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyBufferToImageInfo2):
  type
    VkCopyBufferToImageInfo2* = VkCopyBufferToImageInfo2_1124075980
else:
  static :
    hint("Declaration of " & "VkCopyBufferToImageInfo2" &
        " already exists, not redeclaring")
when not declared(VkPipelineCacheHeaderVersion):
  type
    VkPipelineCacheHeaderVersion* = VkPipelineCacheHeaderVersion_1124074062
else:
  static :
    hint("Declaration of " & "VkPipelineCacheHeaderVersion" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineVertexInputStateCreateInfo):
  type
    struct_VkPipelineVertexInputStateCreateInfo* = struct_VkPipelineVertexInputStateCreateInfo_1124074788
else:
  static :
    hint("Declaration of " & "struct_VkPipelineVertexInputStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreHandleTypeFlagsKHR):
  type
    VkExternalSemaphoreHandleTypeFlagsKHR* = VkExternalSemaphoreHandleTypeFlagsKHR_1124077184
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreHandleTypeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyPipelineBinaryKHR):
  type
    PFN_vkDestroyPipelineBinaryKHR* = PFN_vkDestroyPipelineBinaryKHR_1124078106
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyPipelineBinaryKHR" &
        " already exists, not redeclaring")
when not declared(VkSetPresentConfigNV):
  type
    VkSetPresentConfigNV* = VkSetPresentConfigNV_1124082420
else:
  static :
    hint("Declaration of " & "VkSetPresentConfigNV" &
        " already exists, not redeclaring")
when not declared(VkCudaModuleNV):
  type
    VkCudaModuleNV* = VkCudaModuleNV_1124082840
else:
  static :
    hint("Declaration of " & "VkCudaModuleNV" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessengerCreateFlagsEXT):
  type
    VkDebugUtilsMessengerCreateFlagsEXT* = VkDebugUtilsMessengerCreateFlagsEXT_1124079068
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessengerCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV):
  type
    struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV* = struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080028
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineRenderingCreateInfoKHR):
  type
    VkPipelineRenderingCreateInfoKHR* = VkPipelineRenderingCreateInfoKHR_1124077054
else:
  static :
    hint("Declaration of " & "VkPipelineRenderingCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMeshTasksEXT):
  type
    PFN_vkCmdDrawMeshTasksEXT* = PFN_vkCmdDrawMeshTasksEXT_1124082638
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMeshTasksEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCoarseSampleLocationNV):
  type
    struct_VkCoarseSampleLocationNV* = struct_VkCoarseSampleLocationNV_1124079306
else:
  static :
    hint("Declaration of " & "struct_VkCoarseSampleLocationNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeAV1CapabilitiesKHR):
  type
    VkVideoDecodeAV1CapabilitiesKHR* = VkVideoDecodeAV1CapabilitiesKHR_1124078204
else:
  static :
    hint("Declaration of " & "VkVideoDecodeAV1CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoarseSampleOrderNV):
  type
    PFN_vkCmdSetCoarseSampleOrderNV* = PFN_vkCmdSetCoarseSampleOrderNV_1124079322
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoarseSampleOrderNV" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceFeatureFlagBitsKHR):
  type
    VkExternalFenceFeatureFlagBitsKHR* = VkExternalFenceFeatureFlagBitsKHR_1124077298
else:
  static :
    hint("Declaration of " & "VkExternalFenceFeatureFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE):
  type
    VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE* = VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE_1124080524
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(VkImageViewSlicedCreateInfoEXT):
  type
    VkImageViewSlicedCreateInfoEXT* = VkImageViewSlicedCreateInfoEXT_1124080944
else:
  static :
    hint("Declaration of " & "VkImageViewSlicedCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkGeometryInstanceFlagBitsNV):
  type
    VkGeometryInstanceFlagBitsNV* = VkGeometryInstanceFlagBitsNV_1124079372
else:
  static :
    hint("Declaration of " & "VkGeometryInstanceFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkTransformMatrixKHR):
  type
    VkTransformMatrixKHR* = VkTransformMatrixKHR_1124079434
else:
  static :
    hint("Declaration of " & "VkTransformMatrixKHR" &
        " already exists, not redeclaring")
when not declared(VkGraphicsPipelineLibraryCreateInfoEXT):
  type
    VkGraphicsPipelineLibraryCreateInfoEXT* = VkGraphicsPipelineLibraryCreateInfoEXT_1124080354
else:
  static :
    hint("Declaration of " & "VkGraphicsPipelineLibraryCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDataGraphProcessingEngineARM):
  type
    struct_VkPhysicalDeviceDataGraphProcessingEngineARM* = struct_VkPhysicalDeviceDataGraphProcessingEngineARM_1124081798
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDataGraphProcessingEngineARM" &
        " already exists, not redeclaring")
when not declared(VkSwapchainKHR):
  type
    VkSwapchainKHR* = VkSwapchainKHR_1124076506
else:
  static :
    hint("Declaration of " & "VkSwapchainKHR" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowSessionCreateFlagsNV):
  type
    VkOpticalFlowSessionCreateFlagsNV* = VkOpticalFlowSessionCreateFlagsNV_1124081428
else:
  static :
    hint("Declaration of " & "VkOpticalFlowSessionCreateFlagsNV" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1TimingInfoFlags):
  type
    StdVideoAV1TimingInfoFlags* = StdVideoAV1TimingInfoFlags_1124083288
else:
  static :
    hint("Declaration of " & "StdVideoAV1TimingInfoFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureGeometryFlagBitsNV):
  type
    enum_VkClusterAccelerationStructureGeometryFlagBitsNV* = enum_VkClusterAccelerationStructureGeometryFlagBitsNV_1124082040
else:
  static :
    hint("Declaration of " &
        "enum_VkClusterAccelerationStructureGeometryFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkCheckpointDataNV):
  type
    VkCheckpointDataNV* = VkCheckpointDataNV_1124079606
else:
  static :
    hint("Declaration of " & "VkCheckpointDataNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderFloat16Int8FeaturesKHR):
  type
    VkPhysicalDeviceShaderFloat16Int8FeaturesKHR* = VkPhysicalDeviceShaderFloat16Int8FeaturesKHR_1124077222
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderFloat16Int8FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShader64BitIndexingFeaturesEXT):
  type
    VkPhysicalDeviceShader64BitIndexingFeaturesEXT* = VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082436
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShader64BitIndexingFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1ColorConfigFlags):
  type
    struct_StdVideoAV1ColorConfigFlags* = struct_StdVideoAV1ColorConfigFlags_1124083338
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1ColorConfigFlags" &
        " already exists, not redeclaring")
when not declared(VkDrawIndexedIndirectCommand):
  type
    VkDrawIndexedIndirectCommand* = VkDrawIndexedIndirectCommand_1124074774
else:
  static :
    hint("Declaration of " & "VkDrawIndexedIndirectCommand" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureBuildRangeInfoKHR):
  type
    struct_VkAccelerationStructureBuildRangeInfoKHR* = struct_VkAccelerationStructureBuildRangeInfoKHR_1124082486
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureBuildRangeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkGeometryFlagsKHR):
  type
    VkGeometryFlagsKHR* = VkGeometryFlagsKHR_1124079358
else:
  static :
    hint("Declaration of " & "VkGeometryFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalBufferProperties):
  type
    PFN_vkGetPhysicalDeviceExternalBufferProperties* = PFN_vkGetPhysicalDeviceExternalBufferProperties_1124075576
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceExternalBufferProperties" &
        " already exists, not redeclaring")
when not declared(VkSubmitFlagsKHR):
  type
    VkSubmitFlagsKHR* = VkSubmitFlagsKHR_1124077870
else:
  static :
    hint("Declaration of " & "VkSubmitFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndConditionalRenderingEXT):
  type
    PFN_vkCmdEndConditionalRenderingEXT* = PFN_vkCmdEndConditionalRenderingEXT_1124078890
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndConditionalRenderingEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkShadingRatePaletteEntryNV):
  type
    enum_VkShadingRatePaletteEntryNV* = enum_VkShadingRatePaletteEntryNV_1124079282
else:
  static :
    hint("Declaration of " & "enum_VkShadingRatePaletteEntryNV" &
        " already exists, not redeclaring")
when not declared(enum_VkFrameBoundaryFlagBitsEXT):
  type
    enum_VkFrameBoundaryFlagBitsEXT* = enum_VkFrameBoundaryFlagBitsEXT_1124080634
else:
  static :
    hint("Declaration of " & "enum_VkFrameBoundaryFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkLayerSettingEXT):
  type
    VkLayerSettingEXT* = VkLayerSettingEXT_1124081632
else:
  static :
    hint("Declaration of " & "VkLayerSettingEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkProtectedSubmitInfo):
  type
    struct_VkProtectedSubmitInfo* = struct_VkProtectedSubmitInfo_1124075384
else:
  static :
    hint("Declaration of " & "struct_VkProtectedSubmitInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDisplayModeProperties2KHR):
  type
    PFN_vkGetDisplayModeProperties2KHR* = PFN_vkGetDisplayModeProperties2KHR_1124077446
else:
  static :
    hint("Declaration of " & "PFN_vkGetDisplayModeProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkSubmitFlagBitsKHR):
  type
    VkSubmitFlagBitsKHR* = VkSubmitFlagBitsKHR_1124077868
else:
  static :
    hint("Declaration of " & "VkSubmitFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyAccelerationStructureNV):
  type
    PFN_vkDestroyAccelerationStructureNV* = PFN_vkDestroyAccelerationStructureNV_1124079452
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(enum_VkCommandBufferResetFlagBits):
  type
    enum_VkCommandBufferResetFlagBits* = enum_VkCommandBufferResetFlagBits_1124074306
else:
  static :
    hint("Declaration of " & "enum_VkCommandBufferResetFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureClusterFlagBitsNV):
  type
    enum_VkClusterAccelerationStructureClusterFlagBitsNV* = enum_VkClusterAccelerationStructureClusterFlagBitsNV_1124082034
else:
  static :
    hint("Declaration of " &
        "enum_VkClusterAccelerationStructureClusterFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationConservativeStateCreateInfoEXT):
  type
    struct_VkPipelineRasterizationConservativeStateCreateInfoEXT* = struct_VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079024
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineRasterizationConservativeStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkEventCreateInfo):
  type
    struct_VkEventCreateInfo* = struct_VkEventCreateInfo_1124074688
else:
  static :
    hint("Declaration of " & "struct_VkEventCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkShaderModuleCreateFlags):
  type
    VkShaderModuleCreateFlags* = VkShaderModuleCreateFlags_1124074320
else:
  static :
    hint("Declaration of " & "VkShaderModuleCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreHandleTypeFlags):
  type
    VkExternalSemaphoreHandleTypeFlags* = VkExternalSemaphoreHandleTypeFlags_1124075248
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreHandleTypeFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkConditionalRenderingFlagBitsEXT):
  type
    enum_VkConditionalRenderingFlagBitsEXT* = enum_VkConditionalRenderingFlagBitsEXT_1124078870
else:
  static :
    hint("Declaration of " & "enum_VkConditionalRenderingFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH264ReferenceInfoFlags):
  type
    StdVideoDecodeH264ReferenceInfoFlags* = StdVideoDecodeH264ReferenceInfoFlags_1124083052
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH264ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoVP9FrameType):
  type
    enum_StdVideoVP9FrameType* = enum_StdVideoVP9FrameType_1124083238
else:
  static :
    hint("Declaration of " & "enum_StdVideoVP9FrameType" &
        " already exists, not redeclaring")
when not declared(VkImageSparseMemoryRequirementsInfo2):
  type
    VkImageSparseMemoryRequirementsInfo2* = VkImageSparseMemoryRequirementsInfo2_1124075322
else:
  static :
    hint("Declaration of " & "VkImageSparseMemoryRequirementsInfo2" &
        " already exists, not redeclaring")
when not declared(VkMemoryPriorityAllocateInfoEXT):
  type
    VkMemoryPriorityAllocateInfoEXT* = VkMemoryPriorityAllocateInfoEXT_1124079766
else:
  static :
    hint("Declaration of " & "VkMemoryPriorityAllocateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewSampleWeightCreateInfoQCOM):
  type
    struct_VkImageViewSampleWeightCreateInfoQCOM* = struct_VkImageViewSampleWeightCreateInfoQCOM_1124081098
else:
  static :
    hint("Declaration of " & "struct_VkImageViewSampleWeightCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetLatencyTimingsNV):
  type
    PFN_vkGetLatencyTimingsNV* = PFN_vkGetLatencyTimingsNV_1124081704
else:
  static :
    hint("Declaration of " & "PFN_vkGetLatencyTimingsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkGraphicsPipelineShaderGroupsCreateInfoNV):
  type
    struct_VkGraphicsPipelineShaderGroupsCreateInfoNV* = struct_VkGraphicsPipelineShaderGroupsCreateInfoNV_1124080040
else:
  static :
    hint("Declaration of " & "struct_VkGraphicsPipelineShaderGroupsCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyMicromapToMemoryEXT):
  type
    PFN_vkCopyMicromapToMemoryEXT* = PFN_vkCopyMicromapToMemoryEXT_1124080870
else:
  static :
    hint("Declaration of " & "PFN_vkCopyMicromapToMemoryEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT):
  type
    struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT* = struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080510
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImagePlaneMemoryRequirementsInfo):
  type
    struct_VkImagePlaneMemoryRequirementsInfo* = struct_VkImagePlaneMemoryRequirementsInfo_1124075392
else:
  static :
    hint("Declaration of " & "struct_VkImagePlaneMemoryRequirementsInfo" &
        " already exists, not redeclaring")
when not declared(VkDispatchGraphCountInfoAMDX):
  type
    VkDispatchGraphCountInfoAMDX* = VkDispatchGraphCountInfoAMDX_1124082820
else:
  static :
    hint("Declaration of " & "VkDispatchGraphCountInfoAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryMapPlacedInfoEXT):
  type
    struct_VkMemoryMapPlacedInfoEXT* = struct_VkMemoryMapPlacedInfoEXT_1124079972
else:
  static :
    hint("Declaration of " & "struct_VkMemoryMapPlacedInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan11Properties):
  type
    struct_VkPhysicalDeviceVulkan11Properties* = struct_VkPhysicalDeviceVulkan11Properties_1124075634
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan11Properties" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageFormatProperties):
  type
    struct_VkSparseImageFormatProperties* = struct_VkSparseImageFormatProperties_1124074608
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance7PropertiesKHR):
  type
    struct_VkPhysicalDeviceMaintenance7PropertiesKHR* = struct_VkPhysicalDeviceMaintenance7PropertiesKHR_1124078540
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance7PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionARM):
  type
    VkDataGraphPipelineSessionARM* = VkDataGraphPipelineSessionARM_1124081708
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionARM" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1TransferCharacteristics):
  type
    StdVideoAV1TransferCharacteristics* = StdVideoAV1TransferCharacteristics_1124083282
else:
  static :
    hint("Declaration of " & "StdVideoAV1TransferCharacteristics" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryImageCreateInfoKHR):
  type
    VkExternalMemoryImageCreateInfoKHR* = VkExternalMemoryImageCreateInfoKHR_1124077162
else:
  static :
    hint("Declaration of " & "VkExternalMemoryImageCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPerformanceValueTypeINTEL):
  type
    VkPerformanceValueTypeINTEL* = VkPerformanceValueTypeINTEL_1124079646
else:
  static :
    hint("Declaration of " & "VkPerformanceValueTypeINTEL" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyMemoryToImageEXT):
  type
    PFN_vkCopyMemoryToImageEXT* = PFN_vkCopyMemoryToImageEXT_1124079954
else:
  static :
    hint("Declaration of " & "PFN_vkCopyMemoryToImageEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM):
  type
    struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM* = struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM_1124080110
else:
  static :
    hint("Declaration of " &
        "struct_VkCommandBufferInheritanceRenderPassTransformInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDiagnosticsConfigFeaturesNV):
  type
    VkPhysicalDeviceDiagnosticsConfigFeaturesNV* = VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080212
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDiagnosticsConfigFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM):
  type
    VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM* = VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081824
else:
  static :
    hint("Declaration of " &
        "VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM" &
        " already exists, not redeclaring")
when not declared(VkOffset3D):
  type
    VkOffset3D* = VkOffset3D_1124074454
else:
  static :
    hint("Declaration of " & "VkOffset3D" & " already exists, not redeclaring")
when not declared(VkVideoDecodeVP9ProfileInfoKHR):
  type
    VkVideoDecodeVP9ProfileInfoKHR* = VkVideoDecodeVP9ProfileInfoKHR_1124078324
else:
  static :
    hint("Declaration of " & "VkVideoDecodeVP9ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalMemoryTensorCreateInfoARM):
  type
    struct_VkExternalMemoryTensorCreateInfoARM* = struct_VkExternalMemoryTensorCreateInfoARM_1124081332
else:
  static :
    hint("Declaration of " & "struct_VkExternalMemoryTensorCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureMatrixMotionInstanceNV):
  type
    struct_VkAccelerationStructureMatrixMotionInstanceNV* = struct_VkAccelerationStructureMatrixMotionInstanceNV_1124080402
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureMatrixMotionInstanceNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryDecompressionPropertiesNV):
  type
    VkPhysicalDeviceMemoryDecompressionPropertiesNV* = VkPhysicalDeviceMemoryDecompressionPropertiesNV_1124081042
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryDecompressionPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkDecompressMemoryRegionEXT):
  type
    VkDecompressMemoryRegionEXT* = VkDecompressMemoryRegionEXT_1124081946
else:
  static :
    hint("Declaration of " & "VkDecompressMemoryRegionEXT" &
        " already exists, not redeclaring")
when not declared(VkImageResolve):
  type
    VkImageResolve* = VkImageResolve_1124074886
else:
  static :
    hint("Declaration of " & "VkImageResolve" &
        " already exists, not redeclaring")
when not declared(struct_VkD3D12FenceSubmitInfoKHR):
  type
    struct_VkD3D12FenceSubmitInfoKHR* = struct_VkD3D12FenceSubmitInfoKHR_1124082698
else:
  static :
    hint("Declaration of " & "struct_VkD3D12FenceSubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFlagBits):
  type
    VkQueueFlagBits* = VkQueueFlagBits_1124074196
else:
  static :
    hint("Declaration of " & "VkQueueFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPeerMemoryFeatureFlags):
  type
    VkPeerMemoryFeatureFlags* = VkPeerMemoryFeatureFlags_1124075198
else:
  static :
    hint("Declaration of " & "VkPeerMemoryFeatureFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkTraceRaysIndirectCommand2KHR):
  type
    struct_VkTraceRaysIndirectCommand2KHR* = struct_VkTraceRaysIndirectCommand2KHR_1124077962
else:
  static :
    hint("Declaration of " & "struct_VkTraceRaysIndirectCommand2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorMemoryRequirementsInfoARM):
  type
    struct_VkTensorMemoryRequirementsInfoARM* = struct_VkTensorMemoryRequirementsInfoARM_1124081276
else:
  static :
    hint("Declaration of " & "struct_VkTensorMemoryRequirementsInfoARM" &
        " already exists, not redeclaring")
when not declared(VkDrawMeshTasksIndirectCommandEXT):
  type
    VkDrawMeshTasksIndirectCommandEXT* = VkDrawMeshTasksIndirectCommandEXT_1124082636
else:
  static :
    hint("Declaration of " & "VkDrawMeshTasksIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryFdKHR):
  type
    PFN_vkGetMemoryFdKHR* = PFN_vkGetMemoryFdKHR_1124077180
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryFdKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkQueryPoolCreateInfo):
  type
    struct_VkQueryPoolCreateInfo* = struct_VkQueryPoolCreateInfo_1124074624
else:
  static :
    hint("Declaration of " & "struct_VkQueryPoolCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPipelineLayoutCreateInfo):
  type
    VkPipelineLayoutCreateInfo* = VkPipelineLayoutCreateInfo_1124074726
else:
  static :
    hint("Declaration of " & "VkPipelineLayoutCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkFragmentShadingRateTypeNV):
  type
    VkFragmentShadingRateTypeNV* = VkFragmentShadingRateTypeNV_1124080362
else:
  static :
    hint("Declaration of " & "VkFragmentShadingRateTypeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT):
  type
    struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT* = struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080648
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDirectDriverLoadingInfoLUNARG):
  type
    VkDirectDriverLoadingInfoLUNARG* = VkDirectDriverLoadingInfoLUNARG_1124081238
else:
  static :
    hint("Declaration of " & "VkDirectDriverLoadingInfoLUNARG" &
        " already exists, not redeclaring")
when not declared(VkStridedDeviceAddressNV):
  type
    VkStridedDeviceAddressNV* = VkStridedDeviceAddressNV_1124082090
else:
  static :
    hint("Declaration of " & "VkStridedDeviceAddressNV" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ChromaFormatIdc):
  type
    StdVideoH265ChromaFormatIdc* = StdVideoH265ChromaFormatIdc_1124083020
else:
  static :
    hint("Declaration of " & "StdVideoH265ChromaFormatIdc" &
        " already exists, not redeclaring")
when not declared(VkAllocationCallbacks):
  type
    VkAllocationCallbacks* = VkAllocationCallbacks_1124074498
else:
  static :
    hint("Declaration of " & "VkAllocationCallbacks" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyMemoryToImage):
  type
    PFN_vkCopyMemoryToImage* = PFN_vkCopyMemoryToImage_1124076436
else:
  static :
    hint("Declaration of " & "PFN_vkCopyMemoryToImage" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeAV1ReferenceInfo):
  type
    StdVideoDecodeAV1ReferenceInfo* = StdVideoDecodeAV1ReferenceInfo_1124078220
else:
  static :
    hint("Declaration of " & "StdVideoDecodeAV1ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessageTypeFlagBitsEXT):
  type
    VkDebugUtilsMessageTypeFlagBitsEXT* = VkDebugUtilsMessageTypeFlagBitsEXT_1124079062
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessageTypeFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreSignalInfo):
  type
    struct_VkSemaphoreSignalInfo* = struct_VkSemaphoreSignalInfo_1124075686
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreSignalInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264GopRemainingFrameInfoKHR):
  type
    struct_VkVideoEncodeH264GopRemainingFrameInfoKHR* = struct_VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076898
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264GopRemainingFrameInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndexedIndirectCount):
  type
    PFN_vkCmdDrawIndexedIndirectCount* = PFN_vkCmdDrawIndexedIndirectCount_1124075850
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndexedIndirectCount" &
        " already exists, not redeclaring")
when not declared(VkRenderPassTransformBeginInfoQCOM):
  type
    VkRenderPassTransformBeginInfoQCOM* = VkRenderPassTransformBeginInfoQCOM_1124080108
else:
  static :
    hint("Declaration of " & "VkRenderPassTransformBeginInfoQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteTimestamp):
  type
    PFN_vkCmdWriteTimestamp* = PFN_vkCmdWriteTimestamp_1124075032
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteTimestamp" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyPrivateDataSlotEXT):
  type
    PFN_vkDestroyPrivateDataSlotEXT* = PFN_vkDestroyPrivateDataSlotEXT_1124080196
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyPrivateDataSlotEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyImageToMemoryEXT):
  type
    PFN_vkCopyImageToMemoryEXT* = PFN_vkCopyImageToMemoryEXT_1124079956
else:
  static :
    hint("Declaration of " & "PFN_vkCopyImageToMemoryEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeSessionParametersFeedbackInfoKHR):
  type
    struct_VkVideoEncodeSessionParametersFeedbackInfoKHR* = struct_VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077850
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeSessionParametersFeedbackInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCullMode):
  type
    PFN_vkCmdSetCullMode* = PFN_vkCmdSetCullMode_1124076158
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCullMode" &
        " already exists, not redeclaring")
when not declared(VkSampleCountFlags):
  type
    VkSampleCountFlags* = VkSampleCountFlags_1124074168
else:
  static :
    hint("Declaration of " & "VkSampleCountFlags" &
        " already exists, not redeclaring")
when not declared(VkShadingRatePaletteEntryNV):
  type
    VkShadingRatePaletteEntryNV* = VkShadingRatePaletteEntryNV_1124079284
else:
  static :
    hint("Declaration of " & "VkShadingRatePaletteEntryNV" &
        " already exists, not redeclaring")
when not declared(enum_VkValidationFeatureEnableEXT):
  type
    enum_VkValidationFeatureEnableEXT* = enum_VkValidationFeatureEnableEXT_1124079796
else:
  static :
    hint("Declaration of " & "enum_VkValidationFeatureEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineCompilerControlFlagsAMD):
  type
    VkPipelineCompilerControlFlagsAMD* = VkPipelineCompilerControlFlagsAMD_1124079518
else:
  static :
    hint("Declaration of " & "VkPipelineCompilerControlFlagsAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkComponentMapping):
  type
    struct_VkComponentMapping* = struct_VkComponentMapping_1124074640
else:
  static :
    hint("Declaration of " & "struct_VkComponentMapping" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthStencilResolvePropertiesKHR):
  type
    VkPhysicalDeviceDepthStencilResolvePropertiesKHR* = VkPhysicalDeviceDepthStencilResolvePropertiesKHR_1124077580
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthStencilResolvePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceImageSubresourceLayoutKHR):
  type
    PFN_vkGetDeviceImageSubresourceLayoutKHR* = PFN_vkGetDeviceImageSubresourceLayoutKHR_1124078020
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceImageSubresourceLayoutKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryInstancesDataKHR):
  type
    VkAccelerationStructureGeometryInstancesDataKHR* = VkAccelerationStructureGeometryInstancesDataKHR_1124082500
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureGeometryInstancesDataKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT):
  type
    struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT* = struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081904
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkTileShadingRenderPassFlagBitsQCOM):
  type
    enum_VkTileShadingRenderPassFlagBitsQCOM* = enum_VkTileShadingRenderPassFlagBitsQCOM_1124080218
else:
  static :
    hint("Declaration of " & "enum_VkTileShadingRenderPassFlagBitsQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalSemaphoreInfo):
  type
    struct_VkPhysicalDeviceExternalSemaphoreInfo* = struct_VkPhysicalDeviceExternalSemaphoreInfo_1124075448
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceExternalSemaphoreInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkComponentSwizzle):
  type
    enum_VkComponentSwizzle* = enum_VkComponentSwizzle_1124074044
else:
  static :
    hint("Declaration of " & "enum_VkComponentSwizzle" &
        " already exists, not redeclaring")
when not declared(VkVideoReferenceSlotInfoKHR):
  type
    VkVideoReferenceSlotInfoKHR* = VkVideoReferenceSlotInfoKHR_1124076720
else:
  static :
    hint("Declaration of " & "VkVideoReferenceSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePCIBusInfoPropertiesEXT):
  type
    VkPhysicalDevicePCIBusInfoPropertiesEXT* = VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079702
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePCIBusInfoPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkWriteMicromapsPropertiesEXT):
  type
    PFN_vkWriteMicromapsPropertiesEXT* = PFN_vkWriteMicromapsPropertiesEXT_1124080874
else:
  static :
    hint("Declaration of " & "PFN_vkWriteMicromapsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewSlicedCreateInfoEXT):
  type
    struct_VkImageViewSlicedCreateInfoEXT* = struct_VkImageViewSlicedCreateInfoEXT_1124080942
else:
  static :
    hint("Declaration of " & "struct_VkImageViewSlicedCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkTensorCreateInfoARM):
  type
    VkTensorCreateInfoARM* = VkTensorCreateInfoARM_1124081270
else:
  static :
    hint("Declaration of " & "VkTensorCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH264PictureInfo):
  type
    struct_StdVideoDecodeH264PictureInfo* = struct_StdVideoDecodeH264PictureInfo_1124082934
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH264PictureInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264ProfileInfoKHR):
  type
    struct_VkVideoDecodeH264ProfileInfoKHR* = struct_VkVideoDecodeH264ProfileInfoKHR_1124077018
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH264ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkImageResolve2):
  type
    VkImageResolve2* = VkImageResolve2_1124076088
else:
  static :
    hint("Declaration of " & "VkImageResolve2" &
        " already exists, not redeclaring")
when not declared(VkPipelineSampleLocationsStateCreateInfoEXT):
  type
    VkPipelineSampleLocationsStateCreateInfoEXT* = VkPipelineSampleLocationsStateCreateInfoEXT_1124079154
else:
  static :
    hint("Declaration of " & "VkPipelineSampleLocationsStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265SessionCreateInfoKHR):
  type
    struct_VkVideoEncodeH265SessionCreateInfoKHR* = struct_VkVideoEncodeH265SessionCreateInfoKHR_1124076938
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265SessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExtendedDynamicState3FeaturesEXT):
  type
    VkPhysicalDeviceExtendedDynamicState3FeaturesEXT* = VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081124
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExtendedDynamicState3FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMemoryProperties2):
  type
    struct_VkPhysicalDeviceMemoryProperties2* = struct_VkPhysicalDeviceMemoryProperties2_1124075356
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMemoryProperties2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDeviceMask):
  type
    PFN_vkCmdSetDeviceMask* = PFN_vkCmdSetDeviceMask_1124075548
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDeviceMask" &
        " already exists, not redeclaring")
when not declared(VkSurfaceFormat2KHR):
  type
    VkSurfaceFormat2KHR* = VkSurfaceFormat2KHR_1124077412
else:
  static :
    hint("Declaration of " & "VkSurfaceFormat2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDataGraphPipelineAvailablePropertiesARM):
  type
    PFN_vkGetDataGraphPipelineAvailablePropertiesARM* = PFN_vkGetDataGraphPipelineAvailablePropertiesARM_1124081840
else:
  static :
    hint("Declaration of " & "PFN_vkGetDataGraphPipelineAvailablePropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkMemoryAllocateInfo):
  type
    VkMemoryAllocateInfo* = VkMemoryAllocateInfo_1124074574
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkImageCompressionPropertiesEXT):
  type
    struct_VkImageCompressionPropertiesEXT* = struct_VkImageCompressionPropertiesEXT_1124080464
else:
  static :
    hint("Declaration of " & "struct_VkImageCompressionPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSetWithTemplate):
  type
    PFN_vkCmdPushDescriptorSetWithTemplate* = PFN_vkCmdPushDescriptorSetWithTemplate_1124076446
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplate" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceQueueShaderCoreControlCreateInfoARM):
  type
    struct_VkDeviceQueueShaderCoreControlCreateInfoARM* = struct_VkDeviceQueueShaderCoreControlCreateInfoARM_1124080926
else:
  static :
    hint("Declaration of " &
        "struct_VkDeviceQueueShaderCoreControlCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateTensorViewARM):
  type
    PFN_vkCreateTensorViewARM* = PFN_vkCreateTensorViewARM_1124081364
else:
  static :
    hint("Declaration of " & "PFN_vkCreateTensorViewARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLayeredDriverPropertiesMSFT):
  type
    VkPhysicalDeviceLayeredDriverPropertiesMSFT* = VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081916
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLayeredDriverPropertiesMSFT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchTileQCOM):
  type
    PFN_vkCmdDispatchTileQCOM* = PFN_vkCmdDispatchTileQCOM_1124080248
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchTileQCOM" &
        " already exists, not redeclaring")
when not declared(VkImageMemoryBarrier):
  type
    VkImageMemoryBarrier* = VkImageMemoryBarrier_1124074478
else:
  static :
    hint("Declaration of " & "VkImageMemoryBarrier" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR):
  type
    VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR* = VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078486
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackEXT):
  type
    VkPipelineCreationFeedbackEXT* = VkPipelineCreationFeedbackEXT_1124079560
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackEXT" &
        " already exists, not redeclaring")
when not declared(VkFenceCreateFlags):
  type
    VkFenceCreateFlags* = VkFenceCreateFlags_1124074236
else:
  static :
    hint("Declaration of " & "VkFenceCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTimelineSemaphoreProperties):
  type
    VkPhysicalDeviceTimelineSemaphoreProperties* = VkPhysicalDeviceTimelineSemaphoreProperties_1124075672
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTimelineSemaphoreProperties" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreWaitInfoKHR):
  type
    VkSemaphoreWaitInfoKHR* = VkSemaphoreWaitInfoKHR_1124077596
else:
  static :
    hint("Declaration of " & "VkSemaphoreWaitInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT):
  type
    VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT* = VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080966
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(union_VkDeviceOrHostAddressConstKHR):
  type
    union_VkDeviceOrHostAddressConstKHR* = union_VkDeviceOrHostAddressConstKHR_1124080390
else:
  static :
    hint("Declaration of " & "union_VkDeviceOrHostAddressConstKHR" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineResourceInfoARM):
  type
    VkDataGraphPipelineResourceInfoARM* = VkDataGraphPipelineResourceInfoARM_1124081748
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineResourceInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetBindingReferenceVALVE):
  type
    struct_VkDescriptorSetBindingReferenceVALVE* = struct_VkDescriptorSetBindingReferenceVALVE_1124080950
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetBindingReferenceVALVE" &
        " already exists, not redeclaring")
when not declared(VkRenderingInfo):
  type
    VkRenderingInfo* = VkRenderingInfo_1124076100
else:
  static :
    hint("Declaration of " & "VkRenderingInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT):
  type
    struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT* = struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT_1124081204
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSubpassMergeFeedbackFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPresentScalingFlagsEXT):
  type
    VkPresentScalingFlagsEXT* = VkPresentScalingFlagsEXT_1124079982
else:
  static :
    hint("Declaration of " & "VkPresentScalingFlagsEXT" &
        " already exists, not redeclaring")
when not declared(union_VkDeviceOrHostAddressConstAMDX):
  type
    union_VkDeviceOrHostAddressConstAMDX* = union_VkDeviceOrHostAddressConstAMDX_1124082810
else:
  static :
    hint("Declaration of " & "union_VkDeviceOrHostAddressConstAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMeshShaderFeaturesNV):
  type
    struct_VkPhysicalDeviceMeshShaderFeaturesNV* = struct_VkPhysicalDeviceMeshShaderFeaturesNV_1124079564
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMeshShaderFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264ProfileInfoKHR):
  type
    VkVideoDecodeH264ProfileInfoKHR* = VkVideoDecodeH264ProfileInfoKHR_1124077020
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkResolveImageInfo2):
  type
    struct_VkResolveImageInfo2* = struct_VkResolveImageInfo2_1124076090
else:
  static :
    hint("Declaration of " & "struct_VkResolveImageInfo2" &
        " already exists, not redeclaring")
when not declared(enum_VkQueueGlobalPriority):
  type
    enum_VkQueueGlobalPriority* = enum_VkQueueGlobalPriority_1124076196
else:
  static :
    hint("Declaration of " & "enum_VkQueueGlobalPriority" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassTileShadingCreateInfoQCOM):
  type
    struct_VkRenderPassTileShadingCreateInfoQCOM* = struct_VkRenderPassTileShadingCreateInfoQCOM_1124080232
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassTileShadingCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceMemoryCommitment):
  type
    PFN_vkGetDeviceMemoryCommitment* = PFN_vkGetDeviceMemoryCommitment_1124074946
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceMemoryCommitment" &
        " already exists, not redeclaring")
when not declared(enum_VkSamplerCreateFlagBits):
  type
    enum_VkSamplerCreateFlagBits* = enum_VkSamplerCreateFlagBits_1124074352
else:
  static :
    hint("Declaration of " & "enum_VkSamplerCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolTrimFlagsKHR):
  type
    VkCommandPoolTrimFlagsKHR* = VkCommandPoolTrimFlagsKHR_1124077130
else:
  static :
    hint("Declaration of " & "VkCommandPoolTrimFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureMoveObjectsInputNV):
  type
    VkClusterAccelerationStructureMoveObjectsInputNV* = VkClusterAccelerationStructureMoveObjectsInputNV_1124082070
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureMoveObjectsInputNV" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ProfileTierLevel):
  type
    StdVideoH265ProfileTierLevel* = StdVideoH265ProfileTierLevel_1124083016
else:
  static :
    hint("Declaration of " & "StdVideoH265ProfileTierLevel" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShadingRateImageFeaturesNV):
  type
    VkPhysicalDeviceShadingRateImageFeaturesNV* = VkPhysicalDeviceShadingRateImageFeaturesNV_1124079300
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShadingRateImageFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLineRasterizationProperties):
  type
    struct_VkPhysicalDeviceLineRasterizationProperties* = struct_VkPhysicalDeviceLineRasterizationProperties_1124076388
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLineRasterizationProperties" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1Segmentation):
  type
    struct_StdVideoAV1Segmentation* = struct_StdVideoAV1Segmentation_1124083214
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1Segmentation" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSubresourceLayout2KHR):
  type
    PFN_vkGetImageSubresourceLayout2KHR* = PFN_vkGetImageSubresourceLayout2KHR_1124078022
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSubresourceLayout2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVendorId):
  type
    enum_VkVendorId* = enum_VkVendorId_1124074008
else:
  static :
    hint("Declaration of " & "enum_VkVendorId" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR):
  type
    VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR* = VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR_1124077912
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolInlineUniformBlockCreateInfoEXT):
  type
    VkDescriptorPoolInlineUniformBlockCreateInfoEXT* = VkDescriptorPoolInlineUniformBlockCreateInfoEXT_1124079130
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolInlineUniformBlockCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkHeadlessSurfaceCreateInfoEXT):
  type
    struct_VkHeadlessSurfaceCreateInfoEXT* = struct_VkHeadlessSurfaceCreateInfoEXT_1124079872
else:
  static :
    hint("Declaration of " & "struct_VkHeadlessSurfaceCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMemoryIndirectKHR):
  type
    PFN_vkCmdCopyMemoryIndirectKHR* = PFN_vkCmdCopyMemoryIndirectKHR_1124078458
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMemoryIndirectKHR" &
        " already exists, not redeclaring")
when not declared(union_VkAccelerationStructureMotionInstanceDataNV):
  type
    union_VkAccelerationStructureMotionInstanceDataNV* = union_VkAccelerationStructureMotionInstanceDataNV_1124080414
else:
  static :
    hint("Declaration of " & "union_VkAccelerationStructureMotionInstanceDataNV" &
        " already exists, not redeclaring")
when not declared(VkConformanceVersion):
  type
    VkConformanceVersion* = VkConformanceVersion_1124075644
else:
  static :
    hint("Declaration of " & "VkConformanceVersion" &
        " already exists, not redeclaring")
when not declared(VkTimelineSemaphoreSubmitInfoKHR):
  type
    VkTimelineSemaphoreSubmitInfoKHR* = VkTimelineSemaphoreSubmitInfoKHR_1124077594
else:
  static :
    hint("Declaration of " & "VkTimelineSemaphoreSubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkStridedDeviceAddressRangeKHR):
  type
    struct_VkStridedDeviceAddressRangeKHR* = struct_VkStridedDeviceAddressRangeKHR_1124078430
else:
  static :
    hint("Declaration of " & "struct_VkStridedDeviceAddressRangeKHR" &
        " already exists, not redeclaring")
when not declared(VkImageDrmFormatModifierPropertiesEXT):
  type
    VkImageDrmFormatModifierPropertiesEXT* = VkImageDrmFormatModifierPropertiesEXT_1124079232
else:
  static :
    hint("Declaration of " & "VkImageDrmFormatModifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindShadingRateImageNV):
  type
    PFN_vkCmdBindShadingRateImageNV* = PFN_vkCmdBindShadingRateImageNV_1124079318
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindShadingRateImageNV" &
        " already exists, not redeclaring")
when not declared(struct_VkExportSemaphoreCreateInfo):
  type
    struct_VkExportSemaphoreCreateInfo* = struct_VkExportSemaphoreCreateInfo_1124075444
else:
  static :
    hint("Declaration of " & "struct_VkExportSemaphoreCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingEndInfoKHR):
  type
    struct_VkRenderingEndInfoKHR* = struct_VkRenderingEndInfoKHR_1124078640
else:
  static :
    hint("Declaration of " & "struct_VkRenderingEndInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapFeaturesEXT):
  type
    VkPhysicalDeviceFragmentDensityMapFeaturesEXT* = VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079716
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentDensityMapFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPerTileBeginInfoQCOM):
  type
    struct_VkPerTileBeginInfoQCOM* = struct_VkPerTileBeginInfoQCOM_1124080236
else:
  static :
    hint("Declaration of " & "struct_VkPerTileBeginInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR):
  type
    struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR* = struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078256
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVideoEncodeAV1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkCoarseSampleOrderCustomNV):
  type
    VkCoarseSampleOrderCustomNV* = VkCoarseSampleOrderCustomNV_1124079312
else:
  static :
    hint("Declaration of " & "VkCoarseSampleOrderCustomNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteBufferMarker2AMD):
  type
    PFN_vkCmdWriteBufferMarker2AMD* = PFN_vkCmdWriteBufferMarker2AMD_1124079512
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteBufferMarker2AMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetPrivateDataEXT):
  type
    PFN_vkSetPrivateDataEXT* = PFN_vkSetPrivateDataEXT_1124080198
else:
  static :
    hint("Declaration of " & "PFN_vkSetPrivateDataEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT):
  type
    VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT* = VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT_1124080266
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDescriptorBufferDensityMapPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDescriptorType):
  type
    enum_VkDescriptorType* = enum_VkDescriptorType_1124074084
else:
  static :
    hint("Declaration of " & "enum_VkDescriptorType" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeUsageInfoKHR):
  type
    VkVideoDecodeUsageInfoKHR* = VkVideoDecodeUsageInfoKHR_1124076798
else:
  static :
    hint("Declaration of " & "VkVideoDecodeUsageInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetCalibratedTimestampsEXT):
  type
    PFN_vkGetCalibratedTimestampsEXT* = PFN_vkGetCalibratedTimestampsEXT_1124079530
else:
  static :
    hint("Declaration of " & "PFN_vkGetCalibratedTimestampsEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkFenceCreateFlagBits):
  type
    enum_VkFenceCreateFlagBits* = enum_VkFenceCreateFlagBits_1124074232
else:
  static :
    hint("Declaration of " & "enum_VkFenceCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkSubpassFragmentDensityMapOffsetEndInfoQCOM):
  type
    VkSubpassFragmentDensityMapOffsetEndInfoQCOM* = VkSubpassFragmentDensityMapOffsetEndInfoQCOM_1124081004
else:
  static :
    hint("Declaration of " & "VkSubpassFragmentDensityMapOffsetEndInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFeatures):
  type
    struct_VkPhysicalDeviceFeatures* = struct_VkPhysicalDeviceFeatures_1124074524
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleaseProfilingLockKHR):
  type
    PFN_vkReleaseProfilingLockKHR* = PFN_vkReleaseProfilingLockKHR_1124077386
else:
  static :
    hint("Declaration of " & "PFN_vkReleaseProfilingLockKHR" &
        " already exists, not redeclaring")
when not declared(VkImageAspectFlagBits):
  type
    VkImageAspectFlagBits* = VkImageAspectFlagBits_1124074148
else:
  static :
    hint("Declaration of " & "VkImageAspectFlagBits" &
        " already exists, not redeclaring")
when not declared(VkQueryResultFlags):
  type
    VkQueryResultFlags* = VkQueryResultFlags_1124074256
else:
  static :
    hint("Declaration of " & "VkQueryResultFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayModeCreateInfoKHR):
  type
    struct_VkDisplayModeCreateInfoKHR* = struct_VkDisplayModeCreateInfoKHR_1124076588
else:
  static :
    hint("Declaration of " & "struct_VkDisplayModeCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryRequirements2KHR):
  type
    VkMemoryRequirements2KHR* = VkMemoryRequirements2KHR_1124077464
else:
  static :
    hint("Declaration of " & "VkMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubgroupSizeControlFeaturesEXT):
  type
    VkPhysicalDeviceSubgroupSizeControlFeaturesEXT* = VkPhysicalDeviceSubgroupSizeControlFeaturesEXT_1124079732
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubgroupSizeControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbChromaOffsetFlagsVALVE):
  type
    VkVideoEncodeRgbChromaOffsetFlagsVALVE* = VkVideoEncodeRgbChromaOffsetFlagsVALVE_1124080708
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbChromaOffsetFlagsVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkTrimCommandPoolKHR):
  type
    PFN_vkTrimCommandPoolKHR* = PFN_vkTrimCommandPoolKHR_1124077132
else:
  static :
    hint("Declaration of " & "PFN_vkTrimCommandPoolKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetConservativeRasterizationModeEXT):
  type
    PFN_vkCmdSetConservativeRasterizationModeEXT* = PFN_vkCmdSetConservativeRasterizationModeEXT_1124081162
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetConservativeRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(VkFormat):
  type
    VkFormat* = VkFormat_1124074022
else:
  static :
    hint("Declaration of " & "VkFormat" & " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT):
  type
    struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT* = struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080828
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceOpacityMicromapPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassSubpassFeedbackInfoEXT):
  type
    struct_VkRenderPassSubpassFeedbackInfoEXT* = struct_VkRenderPassSubpassFeedbackInfoEXT_1124081220
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassSubpassFeedbackInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV):
  type
    enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV* = enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV_1124082046
else:
  static :
    hint("Declaration of " &
        "enum_VkClusterAccelerationStructureIndexFormatFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRenderingKHR):
  type
    PFN_vkCmdEndRenderingKHR* = PFN_vkCmdEndRenderingKHR_1124077062
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRenderingKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCounterFlagsEXT):
  type
    VkSurfaceCounterFlagsEXT* = VkSurfaceCounterFlagsEXT_1124078908
else:
  static :
    hint("Declaration of " & "VkSurfaceCounterFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkCuModuleCreateInfoNVX):
  type
    VkCuModuleCreateInfoNVX* = VkCuModuleCreateInfoNVX_1124078752
else:
  static :
    hint("Declaration of " & "VkCuModuleCreateInfoNVX" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorPoolCreateInfo):
  type
    struct_VkDescriptorPoolCreateInfo* = struct_VkDescriptorPoolCreateInfo_1124074748
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorPoolCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX):
  type
    VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX* = VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX_1124082898
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDenseGeometryFormatFeaturesAMDX" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrModelConversionKHR):
  type
    VkSamplerYcbcrModelConversionKHR* = VkSamplerYcbcrModelConversionKHR_1124077478
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrModelConversionKHR" &
        " already exists, not redeclaring")
when not declared(VkFullScreenExclusiveEXT):
  type
    VkFullScreenExclusiveEXT* = VkFullScreenExclusiveEXT_1124082742
else:
  static :
    hint("Declaration of " & "VkFullScreenExclusiveEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoSessionCreateFlagBitsKHR):
  type
    enum_VkVideoSessionCreateFlagBitsKHR* = enum_VkVideoSessionCreateFlagBitsKHR_1124076664
else:
  static :
    hint("Declaration of " & "enum_VkVideoSessionCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentRegionKHR):
  type
    struct_VkPresentRegionKHR* = struct_VkPresentRegionKHR_1124077232
else:
  static :
    hint("Declaration of " & "struct_VkPresentRegionKHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectStateFlagsNV):
  type
    VkIndirectStateFlagsNV* = VkIndirectStateFlagsNV_1124080020
else:
  static :
    hint("Declaration of " & "VkIndirectStateFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264NaluSliceInfoKHR):
  type
    VkVideoEncodeH264NaluSliceInfoKHR* = VkVideoEncodeH264NaluSliceInfoKHR_1124076866
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264NaluSliceInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyFramebuffer):
  type
    PFN_vkDestroyFramebuffer* = PFN_vkDestroyFramebuffer_1124075114
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyFramebuffer" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1QualityLevelPropertiesKHR):
  type
    VkVideoEncodeAV1QualityLevelPropertiesKHR* = VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078270
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1QualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryPriorityFeaturesEXT):
  type
    VkPhysicalDeviceMemoryPriorityFeaturesEXT* = VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079762
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryPriorityFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionInfoKHR):
  type
    VkSamplerYcbcrConversionInfoKHR* = VkSamplerYcbcrConversionInfoKHR_1124077486
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkLatencySleepInfoNV):
  type
    struct_VkLatencySleepInfoNV* = struct_VkLatencySleepInfoNV_1124081666
else:
  static :
    hint("Declaration of " & "struct_VkLatencySleepInfoNV" &
        " already exists, not redeclaring")
when not declared(VkFramebufferCreateFlags):
  type
    VkFramebufferCreateFlags* = VkFramebufferCreateFlags_1124074420
else:
  static :
    hint("Declaration of " & "VkFramebufferCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderAtomicInt64Features):
  type
    VkPhysicalDeviceShaderAtomicInt64Features* = VkPhysicalDeviceShaderAtomicInt64Features_1124075716
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderAtomicInt64Features" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR):
  type
    enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR* = enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076920
else:
  static :
    hint("Declaration of " &
        "enum_VkVideoEncodeH265TransformBlockSizeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineColorWriteCreateInfoEXT):
  type
    struct_VkPipelineColorWriteCreateInfoEXT* = struct_VkPipelineColorWriteCreateInfoEXT_1124080678
else:
  static :
    hint("Declaration of " & "struct_VkPipelineColorWriteCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSetTensorARM):
  type
    VkWriteDescriptorSetTensorARM* = VkWriteDescriptorSetTensorARM_1124081286
else:
  static :
    hint("Declaration of " & "VkWriteDescriptorSetTensorARM" &
        " already exists, not redeclaring")
when not declared(VkPipelineInfoKHR):
  type
    VkPipelineInfoKHR* = VkPipelineInfoKHR_1124077712
else:
  static :
    hint("Declaration of " & "VkPipelineInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDrmDisplayEXT):
  type
    PFN_vkGetDrmDisplayEXT* = PFN_vkGetDrmDisplayEXT_1124080154
else:
  static :
    hint("Declaration of " & "PFN_vkGetDrmDisplayEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderObjectFeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderObjectFeaturesEXT* = struct_VkPhysicalDeviceShaderObjectFeaturesEXT_1124081518
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderObjectFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT):
  type
    struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT* = struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079176
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryHandleTypeFlagsNV):
  type
    VkExternalMemoryHandleTypeFlagsNV* = VkExternalMemoryHandleTypeFlagsNV_1124078820
else:
  static :
    hint("Declaration of " & "VkExternalMemoryHandleTypeFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkBindMemoryStatus):
  type
    VkBindMemoryStatus* = VkBindMemoryStatus_1124076290
else:
  static :
    hint("Declaration of " & "VkBindMemoryStatus" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPatchControlPointsEXT):
  type
    PFN_vkCmdSetPatchControlPointsEXT* = PFN_vkCmdSetPatchControlPointsEXT_1124080664
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPatchControlPointsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT):
  type
    PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT* = PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT_1124081908
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetAttachmentFeedbackLoopEnableEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineBindPoint):
  type
    enum_VkPipelineBindPoint* = enum_VkPipelineBindPoint_1124074088
else:
  static :
    hint("Declaration of " & "enum_VkPipelineBindPoint" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureIndexFormatFlagsNV):
  type
    VkClusterAccelerationStructureIndexFormatFlagsNV* = VkClusterAccelerationStructureIndexFormatFlagsNV_1124082050
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureIndexFormatFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkFormatProperties3):
  type
    struct_VkFormatProperties3* = struct_VkFormatProperties3_1124075990
else:
  static :
    hint("Declaration of " & "struct_VkFormatProperties3" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultVendorInfoEXT):
  type
    VkDeviceFaultVendorInfoEXT* = VkDeviceFaultVendorInfoEXT_1124080498
else:
  static :
    hint("Declaration of " & "VkDeviceFaultVendorInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSwapchainCounterEXT):
  type
    PFN_vkGetSwapchainCounterEXT* = PFN_vkGetSwapchainCounterEXT_1124078950
else:
  static :
    hint("Declaration of " & "PFN_vkGetSwapchainCounterEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryWin32HandleNV):
  type
    PFN_vkGetMemoryWin32HandleNV* = PFN_vkGetMemoryWin32HandleNV_1124082734
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryWin32HandleNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM):
  type
    struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM* = struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081566
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugUtilsObjectTagInfoEXT):
  type
    struct_VkDebugUtilsObjectTagInfoEXT* = struct_VkDebugUtilsObjectTagInfoEXT_1124079088
else:
  static :
    hint("Declaration of " & "struct_VkDebugUtilsObjectTagInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePerformanceCountersByRegionPropertiesARM):
  type
    VkPhysicalDevicePerformanceCountersByRegionPropertiesARM* = VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082382
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePerformanceCountersByRegionPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH265PictureInfo):
  type
    struct_StdVideoDecodeH265PictureInfo* = struct_StdVideoDecodeH265PictureInfo_1124082938
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH265PictureInfo" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1TxMode):
  type
    enum_StdVideoAV1TxMode* = enum_StdVideoAV1TxMode_1124083208
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1TxMode" &
        " already exists, not redeclaring")
when not declared(struct_VkPushConstantsInfo):
  type
    struct_VkPushConstantsInfo* = struct_VkPushConstantsInfo_1124076356
else:
  static :
    hint("Declaration of " & "struct_VkPushConstantsInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyImage2):
  type
    PFN_vkCmdCopyImage2* = PFN_vkCmdCopyImage2_1124076132
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyImage2" &
        " already exists, not redeclaring")
when not declared(VkMemoryHeap):
  type
    VkMemoryHeap* = VkMemoryHeap_1124074518
else:
  static :
    hint("Declaration of " & "VkMemoryHeap" & " already exists, not redeclaring")
when not declared(VkRayTracingPipelineCreateInfoNV):
  type
    VkRayTracingPipelineCreateInfoNV* = VkRayTracingPipelineCreateInfoNV_1124079390
else:
  static :
    hint("Declaration of " & "VkRayTracingPipelineCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelinePropertiesIdentifierEXT):
  type
    struct_VkPipelinePropertiesIdentifierEXT* = struct_VkPipelinePropertiesIdentifierEXT_1124080624
else:
  static :
    hint("Declaration of " & "struct_VkPipelinePropertiesIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetSampleMaskEXT):
  type
    PFN_vkCmdSetSampleMaskEXT* = PFN_vkCmdSetSampleMaskEXT_1124081144
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetSampleMaskEXT" &
        " already exists, not redeclaring")
when not declared(VkCopyImageToBufferInfo2KHR):
  type
    VkCopyImageToBufferInfo2KHR* = VkCopyImageToBufferInfo2KHR_1124077924
else:
  static :
    hint("Declaration of " & "VkCopyImageToBufferInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance9FeaturesKHR):
  type
    struct_VkPhysicalDeviceMaintenance9FeaturesKHR* = struct_VkPhysicalDeviceMaintenance9FeaturesKHR_1124078576
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance9FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT):
  type
    VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT* = VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT_1124080104
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDrawMeshTasksIndirectCommandNV):
  type
    struct_VkDrawMeshTasksIndirectCommandNV* = struct_VkDrawMeshTasksIndirectCommandNV_1124079572
else:
  static :
    hint("Declaration of " & "struct_VkDrawMeshTasksIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264HrdParameters):
  type
    struct_StdVideoH264HrdParameters* = struct_StdVideoH264HrdParameters_1124083312
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264HrdParameters" &
        " already exists, not redeclaring")
when not declared(VkSamplerBorderColorComponentMappingCreateInfoEXT):
  type
    VkSamplerBorderColorComponentMappingCreateInfoEXT* = VkSamplerBorderColorComponentMappingCreateInfoEXT_1124080910
else:
  static :
    hint("Declaration of " & "VkSamplerBorderColorComponentMappingCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1Profile):
  type
    enum_StdVideoAV1Profile* = enum_StdVideoAV1Profile_1124082942
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1Profile" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265StdFlagBitsKHR):
  type
    VkVideoEncodeH265StdFlagBitsKHR* = VkVideoEncodeH265StdFlagBitsKHR_1124076910
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265StdFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilities2KHR):
  type
    VkSurfaceCapabilities2KHR* = VkSurfaceCapabilities2KHR_1124077408
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeIntraRefreshInfoKHR):
  type
    VkVideoEncodeIntraRefreshInfoKHR* = VkVideoEncodeIntraRefreshInfoKHR_1124078478
else:
  static :
    hint("Declaration of " & "VkVideoEncodeIntraRefreshInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupPresentCapabilitiesKHR):
  type
    VkDeviceGroupPresentCapabilitiesKHR* = VkDeviceGroupPresentCapabilitiesKHR_1124076542
else:
  static :
    hint("Declaration of " & "VkDeviceGroupPresentCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageProcessingFeaturesQCOM):
  type
    VkPhysicalDeviceImageProcessingFeaturesQCOM* = VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081104
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageProcessingFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM):
  type
    PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM* = PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM_1124081376
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceExternalTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkGeometryAABBNV):
  type
    struct_VkGeometryAABBNV* = struct_VkGeometryAABBNV_1124079396
else:
  static :
    hint("Declaration of " & "struct_VkGeometryAABBNV" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsVertexBufferTokenEXT):
  type
    VkIndirectCommandsVertexBufferTokenEXT* = VkIndirectCommandsVertexBufferTokenEXT_1124082256
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsVertexBufferTokenEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineColorBlendAttachmentState):
  type
    VkPipelineColorBlendAttachmentState* = VkPipelineColorBlendAttachmentState_1124074826
else:
  static :
    hint("Declaration of " & "VkPipelineColorBlendAttachmentState" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceASTCDecodeFeaturesEXT):
  type
    struct_VkPhysicalDeviceASTCDecodeFeaturesEXT* = struct_VkPhysicalDeviceASTCDecodeFeaturesEXT_1124078856
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceASTCDecodeFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayModeParametersKHR):
  type
    struct_VkDisplayModeParametersKHR* = struct_VkDisplayModeParametersKHR_1124076584
else:
  static :
    hint("Declaration of " & "struct_VkDisplayModeParametersKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1PredictionModeKHR):
  type
    VkVideoEncodeAV1PredictionModeKHR* = VkVideoEncodeAV1PredictionModeKHR_1124078226
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1PredictionModeKHR" &
        " already exists, not redeclaring")
when not declared(VkAttachmentLoadOp):
  type
    VkAttachmentLoadOp* = VkAttachmentLoadOp_1124074130
else:
  static :
    hint("Declaration of " & "VkAttachmentLoadOp" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeRgbConversionCapabilitiesVALVE):
  type
    struct_VkVideoEncodeRgbConversionCapabilitiesVALVE* = struct_VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080714
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeRgbConversionCapabilitiesVALVE" &
        " already exists, not redeclaring")
when not declared(VkBufferImageCopy2):
  type
    VkBufferImageCopy2* = VkBufferImageCopy2_1124075976
else:
  static :
    hint("Declaration of " & "VkBufferImageCopy2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateIndirectCommandsLayoutNV):
  type
    PFN_vkCreateIndirectCommandsLayoutNV* = PFN_vkCreateIndirectCommandsLayoutNV_1124080088
else:
  static :
    hint("Declaration of " & "PFN_vkCreateIndirectCommandsLayoutNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT* = struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079888
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderAtomicFloatFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceInvocationMaskFeaturesHUAWEI):
  type
    VkPhysicalDeviceInvocationMaskFeaturesHUAWEI* = VkPhysicalDeviceInvocationMaskFeaturesHUAWEI_1124080606
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceInvocationMaskFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(VkPushDescriptorSetWithTemplateInfo):
  type
    VkPushDescriptorSetWithTemplateInfo* = VkPushDescriptorSetWithTemplateInfo_1124076366
else:
  static :
    hint("Declaration of " & "VkPushDescriptorSetWithTemplateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDevice):
  type
    PFN_vkCreateDevice* = PFN_vkCreateDevice_1124074914
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDevice" &
        " already exists, not redeclaring")
when not declared(VkDeviceEventTypeEXT):
  type
    VkDeviceEventTypeEXT* = VkDeviceEventTypeEXT_1124078922
else:
  static :
    hint("Declaration of " & "VkDeviceEventTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkDispatchTileInfoQCOM):
  type
    VkDispatchTileInfoQCOM* = VkDispatchTileInfoQCOM_1124080246
else:
  static :
    hint("Declaration of " & "VkDispatchTileInfoQCOM" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1InterpolationFilter):
  type
    enum_StdVideoAV1InterpolationFilter* = enum_StdVideoAV1InterpolationFilter_1124083206
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1InterpolationFilter" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryFeatureFlagBits):
  type
    VkExternalMemoryFeatureFlagBits* = VkExternalMemoryFeatureFlagBits_1124075216
else:
  static :
    hint("Declaration of " & "VkExternalMemoryFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceBufferMemoryRequirementsKHR):
  type
    PFN_vkGetDeviceBufferMemoryRequirementsKHR* = PFN_vkGetDeviceBufferMemoryRequirementsKHR_1124077980
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceBufferMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreTypeKHR):
  type
    VkSemaphoreTypeKHR* = VkSemaphoreTypeKHR_1124077582
else:
  static :
    hint("Declaration of " & "VkSemaphoreTypeKHR" &
        " already exists, not redeclaring")
when not declared(VkGeneratedCommandsMemoryRequirementsInfoEXT):
  type
    VkGeneratedCommandsMemoryRequirementsInfoEXT* = VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082220
else:
  static :
    hint("Declaration of " & "VkGeneratedCommandsMemoryRequirementsInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkInternalFreeNotification):
  type
    PFN_vkInternalFreeNotification* = PFN_vkInternalFreeNotification_1124074490
else:
  static :
    hint("Declaration of " & "PFN_vkInternalFreeNotification" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceIndexTypeUint8FeaturesKHR):
  type
    VkPhysicalDeviceIndexTypeUint8FeaturesKHR* = VkPhysicalDeviceIndexTypeUint8FeaturesKHR_1124078364
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceIndexTypeUint8FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryWin32HandlePropertiesKHR):
  type
    PFN_vkGetMemoryWin32HandlePropertiesKHR* = PFN_vkGetMemoryWin32HandlePropertiesKHR_1124082684
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryWin32HandlePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderPassAttachmentBeginInfo):
  type
    VkRenderPassAttachmentBeginInfo* = VkRenderPassAttachmentBeginInfo_1124075820
else:
  static :
    hint("Declaration of " & "VkRenderPassAttachmentBeginInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264SessionParametersGetInfoKHR):
  type
    struct_VkVideoEncodeH264SessionParametersGetInfoKHR* = struct_VkVideoEncodeH264SessionParametersGetInfoKHR_1124076854
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH264SessionParametersGetInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkTextureLODGatherFormatPropertiesAMD):
  type
    VkTextureLODGatherFormatPropertiesAMD* = VkTextureLODGatherFormatPropertiesAMD_1124078796
else:
  static :
    hint("Declaration of " & "VkTextureLODGatherFormatPropertiesAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkFreeCommandBuffers):
  type
    PFN_vkFreeCommandBuffers* = PFN_vkFreeCommandBuffers_1124075004
else:
  static :
    hint("Declaration of " & "PFN_vkFreeCommandBuffers" &
        " already exists, not redeclaring")
when not declared(VkObjectType):
  type
    VkObjectType* = VkObjectType_1124074006
else:
  static :
    hint("Declaration of " & "VkObjectType" & " already exists, not redeclaring")
when not declared(VkExternalMemoryFeatureFlagBitsNV):
  type
    VkExternalMemoryFeatureFlagBitsNV* = VkExternalMemoryFeatureFlagBitsNV_1124078824
else:
  static :
    hint("Declaration of " & "VkExternalMemoryFeatureFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdOpticalFlowExecuteNV):
  type
    PFN_vkCmdOpticalFlowExecuteNV* = PFN_vkCmdOpticalFlowExecuteNV_1124081472
else:
  static :
    hint("Declaration of " & "PFN_vkCmdOpticalFlowExecuteNV" &
        " already exists, not redeclaring")
when not declared(VkIndirectStateFlagBitsNV):
  type
    VkIndirectStateFlagBitsNV* = VkIndirectStateFlagBitsNV_1124080018
else:
  static :
    hint("Declaration of " & "VkIndirectStateFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderClockFeaturesKHR):
  type
    VkPhysicalDeviceShaderClockFeaturesKHR* = VkPhysicalDeviceShaderClockFeaturesKHR_1124077526
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderClockFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkOpacityMicromapSpecialIndexEXT):
  type
    enum_VkOpacityMicromapSpecialIndexEXT* = enum_VkOpacityMicromapSpecialIndexEXT_1124080784
else:
  static :
    hint("Declaration of " & "enum_VkOpacityMicromapSpecialIndexEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferDeviceAddressCreateInfoEXT):
  type
    VkBufferDeviceAddressCreateInfoEXT* = VkBufferDeviceAddressCreateInfoEXT_1124079782
else:
  static :
    hint("Declaration of " & "VkBufferDeviceAddressCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPrivateDataSlotCreateFlags):
  type
    VkPrivateDataSlotCreateFlags* = VkPrivateDataSlotCreateFlags_1124075870
else:
  static :
    hint("Declaration of " & "VkPrivateDataSlotCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDriverProperties):
  type
    struct_VkPhysicalDeviceDriverProperties* = struct_VkPhysicalDeviceDriverProperties_1124075654
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDriverProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryPriorityAllocateInfoEXT):
  type
    struct_VkMemoryPriorityAllocateInfoEXT* = struct_VkMemoryPriorityAllocateInfoEXT_1124079764
else:
  static :
    hint("Declaration of " & "struct_VkMemoryPriorityAllocateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilitiesPresentId2KHR):
  type
    struct_VkSurfaceCapabilitiesPresentId2KHR* = struct_VkSurfaceCapabilitiesPresentId2KHR_1124078024
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceCapabilitiesPresentId2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteIndirectExecutionSetPipelineEXT):
  type
    struct_VkWriteIndirectExecutionSetPipelineEXT* = struct_VkWriteIndirectExecutionSetPipelineEXT_1124082246
else:
  static :
    hint("Declaration of " & "struct_VkWriteIndirectExecutionSetPipelineEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderIntegerDotProductProperties):
  type
    VkPhysicalDeviceShaderIntegerDotProductProperties* = VkPhysicalDeviceShaderIntegerDotProductProperties_1124076072
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderIntegerDotProductProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan14Features):
  type
    VkPhysicalDeviceVulkan14Features* = VkPhysicalDeviceVulkan14Features_1124076226
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan14Features" &
        " already exists, not redeclaring")
when not declared(VkTimelineSemaphoreSubmitInfo):
  type
    VkTimelineSemaphoreSubmitInfo* = VkTimelineSemaphoreSubmitInfo_1124075680
else:
  static :
    hint("Declaration of " & "VkTimelineSemaphoreSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProperties2):
  type
    VkPhysicalDeviceProperties2* = VkPhysicalDeviceProperties2_1124075338
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProperties2" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeSessionParametersFeedbackInfoKHR):
  type
    VkVideoEncodeSessionParametersFeedbackInfoKHR* = VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077852
else:
  static :
    hint("Declaration of " & "VkVideoEncodeSessionParametersFeedbackInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkColorBlendAdvancedEXT):
  type
    VkColorBlendAdvancedEXT* = VkColorBlendAdvancedEXT_1124081136
else:
  static :
    hint("Declaration of " & "VkColorBlendAdvancedEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImagelessFramebufferFeaturesKHR):
  type
    VkPhysicalDeviceImagelessFramebufferFeaturesKHR* = VkPhysicalDeviceImagelessFramebufferFeaturesKHR_1124077256
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImagelessFramebufferFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1TimingInfo):
  type
    struct_StdVideoAV1TimingInfo* = struct_StdVideoAV1TimingInfo_1124083200
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1TimingInfo" &
        " already exists, not redeclaring")
when not declared(VkComponentMapping):
  type
    VkComponentMapping* = VkComponentMapping_1124074642
else:
  static :
    hint("Declaration of " & "VkComponentMapping" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineExecutablePropertiesKHR):
  type
    PFN_vkGetPipelineExecutablePropertiesKHR* = PFN_vkGetPipelineExecutablePropertiesKHR_1124077734
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineExecutablePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilTestEnable):
  type
    PFN_vkCmdSetStencilTestEnable* = PFN_vkCmdSetStencilTestEnable_1124076178
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilTestEnable" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceDiagnosticsConfigCreateInfoNV):
  type
    struct_VkDeviceDiagnosticsConfigCreateInfoNV* = struct_VkDeviceDiagnosticsConfigCreateInfoNV_1124080214
else:
  static :
    hint("Declaration of " & "struct_VkDeviceDiagnosticsConfigCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceImageFormatProperties):
  type
    PFN_vkGetPhysicalDeviceImageFormatProperties* = PFN_vkGetPhysicalDeviceImageFormatProperties_1124074902
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT):
  type
    struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT* = struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT_1124080348
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkSemaphore):
  type
    VkSemaphore* = VkSemaphore_1124073947
else:
  static :
    hint("Declaration of " & "VkSemaphore" & " already exists, not redeclaring")
when not declared(enum_VkScopeKHR):
  type
    enum_VkScopeKHR* = enum_VkScopeKHR_1124078168
else:
  static :
    hint("Declaration of " & "enum_VkScopeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapBuildSizesInfoEXT):
  type
    struct_VkMicromapBuildSizesInfoEXT* = struct_VkMicromapBuildSizesInfoEXT_1124080848
else:
  static :
    hint("Declaration of " & "struct_VkMicromapBuildSizesInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainPresentModesCreateInfoKHR):
  type
    struct_VkSwapchainPresentModesCreateInfoKHR* = struct_VkSwapchainPresentModesCreateInfoKHR_1124078146
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainPresentModesCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDrmFormatModifierPropertiesEXT):
  type
    VkDrmFormatModifierPropertiesEXT* = VkDrmFormatModifierPropertiesEXT_1124079212
else:
  static :
    hint("Declaration of " & "VkDrmFormatModifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyIndirectExecutionSetEXT):
  type
    PFN_vkDestroyIndirectExecutionSetEXT* = PFN_vkDestroyIndirectExecutionSetEXT_1124082314
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyIndirectExecutionSetEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportExclusiveScissorStateCreateInfoNV):
  type
    VkPipelineViewportExclusiveScissorStateCreateInfoNV* = VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079590
else:
  static :
    hint("Declaration of " &
        "VkPipelineViewportExclusiveScissorStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceProcAddr):
  type
    PFN_vkGetDeviceProcAddr* = PFN_vkGetDeviceProcAddr_1124074912
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceProcAddr" &
        " already exists, not redeclaring")
when not declared(VkVertexInputAttributeDescription):
  type
    VkVertexInputAttributeDescription* = VkVertexInputAttributeDescription_1124074786
else:
  static :
    hint("Declaration of " & "VkVertexInputAttributeDescription" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolTrimFlags):
  type
    VkCommandPoolTrimFlags* = VkCommandPoolTrimFlags_1124075206
else:
  static :
    hint("Declaration of " & "VkCommandPoolTrimFlags" &
        " already exists, not redeclaring")
when not declared(VkImageToMemoryCopy):
  type
    VkImageToMemoryCopy* = VkImageToMemoryCopy_1124076306
else:
  static :
    hint("Declaration of " & "VkImageToMemoryCopy" &
        " already exists, not redeclaring")
when not declared(VkResolveModeFlagBitsKHR):
  type
    VkResolveModeFlagBitsKHR* = VkResolveModeFlagBitsKHR_1124077574
else:
  static :
    hint("Declaration of " & "VkResolveModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferImageCopy):
  type
    struct_VkBufferImageCopy* = struct_VkBufferImageCopy_1124074672
else:
  static :
    hint("Declaration of " & "struct_VkBufferImageCopy" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRawAccessChainsFeaturesNV):
  type
    struct_VkPhysicalDeviceRawAccessChainsFeaturesNV* = struct_VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081968
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceRawAccessChainsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR* = struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077652
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderQuadControlFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1ColorPrimaries):
  type
    StdVideoAV1ColorPrimaries* = StdVideoAV1ColorPrimaries_1124083280
else:
  static :
    hint("Declaration of " & "StdVideoAV1ColorPrimaries" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderTileImagePropertiesEXT):
  type
    VkPhysicalDeviceShaderTileImagePropertiesEXT* = VkPhysicalDeviceShaderTileImagePropertiesEXT_1124080764
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderTileImagePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreateFlags):
  type
    VkRenderPassCreateFlags* = VkRenderPassCreateFlags_1124074426
else:
  static :
    hint("Declaration of " & "VkRenderPassCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionCreateInfoKHR):
  type
    VkVideoSessionCreateInfoKHR* = VkVideoSessionCreateInfoKHR_1124076732
else:
  static :
    hint("Declaration of " & "VkVideoSessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineColorWriteCreateInfoEXT):
  type
    VkPipelineColorWriteCreateInfoEXT* = VkPipelineColorWriteCreateInfoEXT_1124080680
else:
  static :
    hint("Declaration of " & "VkPipelineColorWriteCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetExternalComputeQueueDataNV):
  type
    PFN_vkGetExternalComputeQueueDataNV* = PFN_vkGetExternalComputeQueueDataNV_1124081994
else:
  static :
    hint("Declaration of " & "PFN_vkGetExternalComputeQueueDataNV" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreCreateFlags):
  type
    VkSemaphoreCreateFlags* = VkSemaphoreCreateFlags_1124074238
else:
  static :
    hint("Declaration of " & "VkSemaphoreCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureGeometryFlagBitsNV):
  type
    VkClusterAccelerationStructureGeometryFlagBitsNV* = VkClusterAccelerationStructureGeometryFlagBitsNV_1124082042
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureGeometryFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMap2FeaturesEXT):
  type
    VkPhysicalDeviceFragmentDensityMap2FeaturesEXT* = VkPhysicalDeviceFragmentDensityMap2FeaturesEXT_1124080432
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentDensityMap2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShadingRateKHR):
  type
    VkPhysicalDeviceFragmentShadingRateKHR* = VkPhysicalDeviceFragmentShadingRateKHR_1124077632
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentShadingRateKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeAV1PictureInfoKHR):
  type
    VkVideoDecodeAV1PictureInfoKHR* = VkVideoDecodeAV1PictureInfoKHR_1124078216
else:
  static :
    hint("Declaration of " & "VkVideoDecodeAV1PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetShaderBinaryDataEXT):
  type
    PFN_vkGetShaderBinaryDataEXT* = PFN_vkGetShaderBinaryDataEXT_1124081540
else:
  static :
    hint("Declaration of " & "PFN_vkGetShaderBinaryDataEXT" &
        " already exists, not redeclaring")
when not declared(VkClearValue):
  type
    VkClearValue* = VkClearValue_1124074870
else:
  static :
    hint("Declaration of " & "VkClearValue" & " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportSwizzleStateCreateInfoNV):
  type
    struct_VkPipelineViewportSwizzleStateCreateInfoNV* = struct_VkPipelineViewportSwizzleStateCreateInfoNV_1124078990
else:
  static :
    hint("Declaration of " & "struct_VkPipelineViewportSwizzleStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetFrontFaceEXT):
  type
    PFN_vkCmdSetFrontFaceEXT* = PFN_vkCmdSetFrontFaceEXT_1124079904
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetFrontFaceEXT" &
        " already exists, not redeclaring")
when not declared(VkAmigoProfilingSubmitInfoSEC):
  type
    VkAmigoProfilingSubmitInfoSEC* = VkAmigoProfilingSubmitInfoSEC_1124081564
else:
  static :
    hint("Declaration of " & "VkAmigoProfilingSubmitInfoSEC" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeIntraRefreshCapabilitiesKHR):
  type
    struct_VkVideoEncodeIntraRefreshCapabilitiesKHR* = struct_VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078468
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeIntraRefreshCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265PictureInfo):
  type
    StdVideoEncodeH265PictureInfo* = StdVideoEncodeH265PictureInfo_1124076980
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265PictureInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceProperties):
  type
    PFN_vkGetPhysicalDeviceProperties* = PFN_vkGetPhysicalDeviceProperties_1124074904
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceProperties" &
        " already exists, not redeclaring")
when not declared(VkSwapchainCreateInfoKHR):
  type
    VkSwapchainCreateInfoKHR* = VkSwapchainCreateInfoKHR_1124076522
else:
  static :
    hint("Declaration of " & "VkSwapchainCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAttachmentReference2):
  type
    VkAttachmentReference2* = VkAttachmentReference2_1124075772
else:
  static :
    hint("Declaration of " & "VkAttachmentReference2" &
        " already exists, not redeclaring")
when not declared(VkDevicePrivateDataCreateInfoEXT):
  type
    VkDevicePrivateDataCreateInfoEXT* = VkDevicePrivateDataCreateInfoEXT_1124080190
else:
  static :
    hint("Declaration of " & "VkDevicePrivateDataCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT):
  type
    VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT* = VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT_1124079848
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM):
  type
    struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM* = struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081892
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceYcbcrDegammaFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT):
  type
    struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT* = struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT_1124082434
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShader64BitIndexingFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceFaultVendorBinaryHeaderVersionEXT):
  type
    enum_VkDeviceFaultVendorBinaryHeaderVersionEXT* = enum_VkDeviceFaultVendorBinaryHeaderVersionEXT_1124080480
else:
  static :
    hint("Declaration of " & "enum_VkDeviceFaultVendorBinaryHeaderVersionEXT" &
        " already exists, not redeclaring")
when not declared(VkLogicOp):
  type
    VkLogicOp* = VkLogicOp_1124074126
else:
  static :
    hint("Declaration of " & "VkLogicOp" & " already exists, not redeclaring")
when not declared(VkFlags64):
  type
    VkFlags64* = VkFlags64_1124075860
else:
  static :
    hint("Declaration of " & "VkFlags64" & " already exists, not redeclaring")
when not declared(enum_VkValidationFeatureDisableEXT):
  type
    enum_VkValidationFeatureDisableEXT* = enum_VkValidationFeatureDisableEXT_1124079800
else:
  static :
    hint("Declaration of " & "enum_VkValidationFeatureDisableEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV):
  type
    VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV* = VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081616
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSet2):
  type
    PFN_vkCmdPushDescriptorSet2* = PFN_vkCmdPushDescriptorSet2_1124076452
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSet2" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetExecutionGraphPipelineScratchSizeAMDX):
  type
    PFN_vkGetExecutionGraphPipelineScratchSizeAMDX* = PFN_vkGetExecutionGraphPipelineScratchSizeAMDX_1124082828
else:
  static :
    hint("Declaration of " & "PFN_vkGetExecutionGraphPipelineScratchSizeAMDX" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateFramebuffer):
  type
    PFN_vkCreateFramebuffer* = PFN_vkCreateFramebuffer_1124075112
else:
  static :
    hint("Declaration of " & "PFN_vkCreateFramebuffer" &
        " already exists, not redeclaring")
when not declared(PFN_vkWaitSemaphores):
  type
    PFN_vkWaitSemaphores* = PFN_vkWaitSemaphores_1124075838
else:
  static :
    hint("Declaration of " & "PFN_vkWaitSemaphores" &
        " already exists, not redeclaring")
when not declared(VkCopyImageToImageInfo):
  type
    VkCopyImageToImageInfo* = VkCopyImageToImageInfo_1124076318
else:
  static :
    hint("Declaration of " & "VkCopyImageToImageInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferDeviceAddressInfo):
  type
    struct_VkBufferDeviceAddressInfo* = struct_VkBufferDeviceAddressInfo_1124075694
else:
  static :
    hint("Declaration of " & "struct_VkBufferDeviceAddressInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkClearAttachment):
  type
    struct_VkClearAttachment* = struct_VkClearAttachment_1124074872
else:
  static :
    hint("Declaration of " & "struct_VkClearAttachment" &
        " already exists, not redeclaring")
when not declared(VkDisplayPowerStateEXT):
  type
    VkDisplayPowerStateEXT* = VkDisplayPowerStateEXT_1124078918
else:
  static :
    hint("Declaration of " & "VkDisplayPowerStateEXT" &
        " already exists, not redeclaring")
when not declared(VkDrmFormatModifierProperties2EXT):
  type
    VkDrmFormatModifierProperties2EXT* = VkDrmFormatModifierProperties2EXT_1124079236
else:
  static :
    hint("Declaration of " & "VkDrmFormatModifierProperties2EXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceImageSubresourceInfoKHR):
  type
    VkDeviceImageSubresourceInfoKHR* = VkDeviceImageSubresourceInfoKHR_1124078006
else:
  static :
    hint("Declaration of " & "VkDeviceImageSubresourceInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDataGraphPipelineSessionBindPointARM):
  type
    enum_VkDataGraphPipelineSessionBindPointARM* = enum_VkDataGraphPipelineSessionBindPointARM_1124081710
else:
  static :
    hint("Declaration of " & "enum_VkDataGraphPipelineSessionBindPointARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMeshShaderFeaturesNV):
  type
    VkPhysicalDeviceMeshShaderFeaturesNV* = VkPhysicalDeviceMeshShaderFeaturesNV_1124079566
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMeshShaderFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan12Properties):
  type
    VkPhysicalDeviceVulkan12Properties* = VkPhysicalDeviceVulkan12Properties_1124075648
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan12Properties" &
        " already exists, not redeclaring")
when not declared(VkDisplaySurfaceStereoCreateInfoNV):
  type
    VkDisplaySurfaceStereoCreateInfoNV* = VkDisplaySurfaceStereoCreateInfoNV_1124081962
else:
  static :
    hint("Declaration of " & "VkDisplaySurfaceStereoCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkSubmitDebugUtilsMessageEXT):
  type
    PFN_vkSubmitDebugUtilsMessageEXT* = PFN_vkSubmitDebugUtilsMessageEXT_1124079112
else:
  static :
    hint("Declaration of " & "PFN_vkSubmitDebugUtilsMessageEXT" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowSessionCreatePrivateDataInfoNV):
  type
    VkOpticalFlowSessionCreatePrivateDataInfoNV* = VkOpticalFlowSessionCreatePrivateDataInfoNV_1124081458
else:
  static :
    hint("Declaration of " & "VkOpticalFlowSessionCreatePrivateDataInfoNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeAV1SessionParametersCreateInfoKHR):
  type
    VkVideoDecodeAV1SessionParametersCreateInfoKHR* = VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078210
else:
  static :
    hint("Declaration of " & "VkVideoDecodeAV1SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeVP9ProfileInfoKHR):
  type
    struct_VkVideoDecodeVP9ProfileInfoKHR* = struct_VkVideoDecodeVP9ProfileInfoKHR_1124078320
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeVP9ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(union_VkPerformanceValueDataINTEL):
  type
    union_VkPerformanceValueDataINTEL* = union_VkPerformanceValueDataINTEL_1124079648
else:
  static :
    hint("Declaration of " & "union_VkPerformanceValueDataINTEL" &
        " already exists, not redeclaring")
when not declared(VkPipelineDepthStencilStateCreateFlags):
  type
    VkPipelineDepthStencilStateCreateFlags* = VkPipelineDepthStencilStateCreateFlags_1124074400
else:
  static :
    hint("Declaration of " & "VkPipelineDepthStencilStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR):
  type
    struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR* = struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR_1124078484
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetClusterAccelerationStructureBuildSizesNV):
  type
    PFN_vkGetClusterAccelerationStructureBuildSizesNV* = PFN_vkGetClusterAccelerationStructureBuildSizesNV_1124082128
else:
  static :
    hint("Declaration of " & "PFN_vkGetClusterAccelerationStructureBuildSizesNV" &
        " already exists, not redeclaring")
when not declared(VkHostImageLayoutTransitionInfo):
  type
    VkHostImageLayoutTransitionInfo* = VkHostImageLayoutTransitionInfo_1124076322
else:
  static :
    hint("Declaration of " & "VkHostImageLayoutTransitionInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceProvokingVertexPropertiesEXT):
  type
    struct_VkPhysicalDeviceProvokingVertexPropertiesEXT* = struct_VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079862
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceProvokingVertexPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceMemoryProperties2):
  type
    PFN_vkGetPhysicalDeviceMemoryProperties2* = PFN_vkGetPhysicalDeviceMemoryProperties2_1124075568
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceMemoryProperties2" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureBuildSizesInfoKHR):
  type
    VkAccelerationStructureBuildSizesInfoKHR* = VkAccelerationStructureBuildSizesInfoKHR_1124082122
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureBuildSizesInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryWin32HandlePropertiesKHR):
  type
    VkMemoryWin32HandlePropertiesKHR* = VkMemoryWin32HandlePropertiesKHR_1124082676
else:
  static :
    hint("Declaration of " & "VkMemoryWin32HandlePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBindDescriptorSetsInfo):
  type
    struct_VkBindDescriptorSetsInfo* = struct_VkBindDescriptorSetsInfo_1124076352
else:
  static :
    hint("Declaration of " & "struct_VkBindDescriptorSetsInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyTensorViewARM):
  type
    PFN_vkDestroyTensorViewARM* = PFN_vkDestroyTensorViewARM_1124081366
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyTensorViewARM" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferMemoryBarrier2):
  type
    struct_VkBufferMemoryBarrier2* = struct_VkBufferMemoryBarrier2_1124075930
else:
  static :
    hint("Declaration of " & "struct_VkBufferMemoryBarrier2" &
        " already exists, not redeclaring")
when not declared(struct_VkImageBlit):
  type
    struct_VkImageBlit* = struct_VkImageBlit_1124074880
else:
  static :
    hint("Declaration of " & "struct_VkImageBlit" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportDepthClipControlCreateInfoEXT):
  type
    struct_VkPipelineViewportDepthClipControlCreateInfoEXT* = struct_VkPipelineViewportDepthClipControlCreateInfoEXT_1124080578
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineViewportDepthClipControlCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkUpdateDescriptorSetWithTemplateKHR):
  type
    PFN_vkUpdateDescriptorSetWithTemplateKHR* = PFN_vkUpdateDescriptorSetWithTemplateKHR_1124077254
else:
  static :
    hint("Declaration of " & "PFN_vkUpdateDescriptorSetWithTemplateKHR" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264ProfileIdc):
  type
    enum_StdVideoH264ProfileIdc* = enum_StdVideoH264ProfileIdc_1124082916
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264ProfileIdc" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversion):
  type
    VkSamplerYcbcrConversion* = VkSamplerYcbcrConversion_1124075168
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversion" &
        " already exists, not redeclaring")
when not declared(VkSparseMemoryBindFlagBits):
  type
    VkSparseMemoryBindFlagBits* = VkSparseMemoryBindFlagBits_1124074222
else:
  static :
    hint("Declaration of " & "VkSparseMemoryBindFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePerformanceQueryFeaturesKHR):
  type
    VkPhysicalDevicePerformanceQueryFeaturesKHR* = VkPhysicalDevicePerformanceQueryFeaturesKHR_1124077350
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePerformanceQueryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageViewMinLodFeaturesEXT):
  type
    VkPhysicalDeviceImageViewMinLodFeaturesEXT* = VkPhysicalDeviceImageViewMinLodFeaturesEXT_1124080728
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageViewMinLodFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1TimingInfo):
  type
    StdVideoAV1TimingInfo* = StdVideoAV1TimingInfo_1124083062
else:
  static :
    hint("Declaration of " & "StdVideoAV1TimingInfo" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferInheritanceInfo):
  type
    VkCommandBufferInheritanceInfo* = VkCommandBufferInheritanceInfo_1124074658
else:
  static :
    hint("Declaration of " & "VkCommandBufferInheritanceInfo" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateKHR):
  type
    VkDescriptorUpdateTemplateKHR* = VkDescriptorUpdateTemplateKHR_1124077240
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRendering2KHR):
  type
    PFN_vkCmdEndRendering2KHR* = PFN_vkCmdEndRendering2KHR_1124078652
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRendering2KHR" &
        " already exists, not redeclaring")
when not declared(VkTensorDependencyInfoARM):
  type
    VkTensorDependencyInfoARM* = VkTensorDependencyInfoARM_1124081302
else:
  static :
    hint("Declaration of " & "VkTensorDependencyInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM):
  type
    struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM* = struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081774
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineSessionMemoryRequirementsInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT):
  type
    struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT* = struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT_1124079760
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMemoryPriorityFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkAllocationCallbacks):
  type
    struct_VkAllocationCallbacks* = struct_VkAllocationCallbacks_1124074496
else:
  static :
    hint("Declaration of " & "struct_VkAllocationCallbacks" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorUpdateTemplateEntry):
  type
    struct_VkDescriptorUpdateTemplateEntry* = struct_VkDescriptorUpdateTemplateEntry_1124075470
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorUpdateTemplateEntry" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescription2KHR):
  type
    VkSubpassDescription2KHR* = VkSubpassDescription2KHR_1124077270
else:
  static :
    hint("Declaration of " & "VkSubpassDescription2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorCaptureDescriptorDataInfoARM):
  type
    struct_VkTensorCaptureDescriptorDataInfoARM* = struct_VkTensorCaptureDescriptorDataInfoARM_1124081348
else:
  static :
    hint("Declaration of " & "struct_VkTensorCaptureDescriptorDataInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetLatencySleepModeNV):
  type
    PFN_vkSetLatencySleepModeNV* = PFN_vkSetLatencySleepModeNV_1124081698
else:
  static :
    hint("Declaration of " & "PFN_vkSetLatencySleepModeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1CapabilitiesKHR):
  type
    struct_VkVideoEncodeAV1CapabilitiesKHR* = struct_VkVideoEncodeAV1CapabilitiesKHR_1124078260
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreWaitFlags):
  type
    VkSemaphoreWaitFlags* = VkSemaphoreWaitFlags_1124075622
else:
  static :
    hint("Declaration of " & "VkSemaphoreWaitFlags" &
        " already exists, not redeclaring")
when not declared(VkRenderPassStripeBeginInfoARM):
  type
    VkRenderPassStripeBeginInfoARM* = VkRenderPassStripeBeginInfoARM_1124080982
else:
  static :
    hint("Declaration of " & "VkRenderPassStripeBeginInfoARM" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentFenceInfoKHR):
  type
    VkSwapchainPresentFenceInfoKHR* = VkSwapchainPresentFenceInfoKHR_1124078144
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentFenceInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplayModeCreateInfoKHR):
  type
    VkDisplayModeCreateInfoKHR* = VkDisplayModeCreateInfoKHR_1124076590
else:
  static :
    hint("Declaration of " & "VkDisplayModeCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawClusterHUAWEI):
  type
    PFN_vkCmdDrawClusterHUAWEI* = PFN_vkCmdDrawClusterHUAWEI_1124080900
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawClusterHUAWEI" &
        " already exists, not redeclaring")
when not declared(PFN_vkSignalSemaphoreKHR):
  type
    PFN_vkSignalSemaphoreKHR* = PFN_vkSignalSemaphoreKHR_1124077604
else:
  static :
    hint("Declaration of " & "PFN_vkSignalSemaphoreKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR):
  type
    PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR* = PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR_1124077688
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceMemoryOpaqueCaptureAddressKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindVertexBuffers2):
  type
    PFN_vkCmdBindVertexBuffers2* = PFN_vkCmdBindVertexBuffers2_1124076168
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindVertexBuffers2" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265DecPicBufMgr):
  type
    struct_StdVideoH265DecPicBufMgr* = struct_StdVideoH265DecPicBufMgr_1124083150
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265DecPicBufMgr" &
        " already exists, not redeclaring")
when not declared(VkDispatchGraphInfoAMDX):
  type
    VkDispatchGraphInfoAMDX* = VkDispatchGraphInfoAMDX_1124082816
else:
  static :
    hint("Declaration of " & "VkDispatchGraphInfoAMDX" &
        " already exists, not redeclaring")
when not declared(VkMemoryOpaqueCaptureAddressAllocateInfo):
  type
    VkMemoryOpaqueCaptureAddressAllocateInfo* = VkMemoryOpaqueCaptureAddressAllocateInfo_1124075704
else:
  static :
    hint("Declaration of " & "VkMemoryOpaqueCaptureAddressAllocateInfo" &
        " already exists, not redeclaring")
when not declared(StdVideoH264ScalingLists):
  type
    StdVideoH264ScalingLists* = StdVideoH264ScalingLists_1124082984
else:
  static :
    hint("Declaration of " & "StdVideoH264ScalingLists" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationLineStateCreateInfoEXT):
  type
    VkPipelineRasterizationLineStateCreateInfoEXT* = VkPipelineRasterizationLineStateCreateInfoEXT_1124079884
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationLineStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupRenderPassBeginInfo):
  type
    struct_VkDeviceGroupRenderPassBeginInfo* = struct_VkDeviceGroupRenderPassBeginInfo_1124075502
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupRenderPassBeginInfo" &
        " already exists, not redeclaring")
when not declared(VkPushDescriptorSetInfoKHR):
  type
    VkPushDescriptorSetInfoKHR* = VkPushDescriptorSetInfoKHR_1124078400
else:
  static :
    hint("Declaration of " & "VkPushDescriptorSetInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMotionInstanceFlagsNV):
  type
    VkAccelerationStructureMotionInstanceFlagsNV* = VkAccelerationStructureMotionInstanceFlagsNV_1124080388
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMotionInstanceFlagsNV" &
        " already exists, not redeclaring")
when not declared(StdVideoH264AspectRatioIdc):
  type
    StdVideoH264AspectRatioIdc* = StdVideoH264AspectRatioIdc_1124083250
else:
  static :
    hint("Declaration of " & "StdVideoH264AspectRatioIdc" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBufferDeviceAddressFeaturesKHR):
  type
    VkPhysicalDeviceBufferDeviceAddressFeaturesKHR* = VkPhysicalDeviceBufferDeviceAddressFeaturesKHR_1124077674
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceBufferDeviceAddressFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingPipelinePropertiesKHR):
  type
    VkPhysicalDeviceRayTracingPipelinePropertiesKHR* = VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082604
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayTracingPipelinePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderPassMultiviewCreateInfo):
  type
    VkRenderPassMultiviewCreateInfo* = VkRenderPassMultiviewCreateInfo_1124075524
else:
  static :
    hint("Declaration of " & "VkRenderPassMultiviewCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindPipeline):
  type
    PFN_vkCmdBindPipeline* = PFN_vkCmdBindPipeline_1124075092
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindPipeline" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR):
  type
    VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR* = VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077960
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateRenderPass):
  type
    PFN_vkCreateRenderPass* = PFN_vkCreateRenderPass_1124075116
else:
  static :
    hint("Declaration of " & "PFN_vkCreateRenderPass" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedback):
  type
    VkPipelineCreationFeedback* = VkPipelineCreationFeedback_1124076012
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedback" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetScissorWithCount):
  type
    PFN_vkCmdSetScissorWithCount* = PFN_vkCmdSetScissorWithCount_1124076166
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetScissorWithCount" &
        " already exists, not redeclaring")
when not declared(enum_VkVertexInputRate):
  type
    enum_VkVertexInputRate* = enum_VkVertexInputRate_1124074108
else:
  static :
    hint("Declaration of " & "enum_VkVertexInputRate" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolResetFlagBits):
  type
    VkCommandPoolResetFlagBits* = VkCommandPoolResetFlagBits_1124074290
else:
  static :
    hint("Declaration of " & "VkCommandPoolResetFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHostImageCopyFeaturesEXT):
  type
    VkPhysicalDeviceHostImageCopyFeaturesEXT* = VkPhysicalDeviceHostImageCopyFeaturesEXT_1124079930
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHostImageCopyFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDebugReportObjectTypeEXT):
  type
    VkDebugReportObjectTypeEXT* = VkDebugReportObjectTypeEXT_1124078658
else:
  static :
    hint("Declaration of " & "VkDebugReportObjectTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkMultiviewPerViewAttributesInfoNVX):
  type
    VkMultiviewPerViewAttributesInfoNVX* = VkMultiviewPerViewAttributesInfoNVX_1124078978
else:
  static :
    hint("Declaration of " & "VkMultiviewPerViewAttributesInfoNVX" &
        " already exists, not redeclaring")
when not declared(StdVideoH265SubLayerHrdParameters):
  type
    StdVideoH265SubLayerHrdParameters* = StdVideoH265SubLayerHrdParameters_1124083264
else:
  static :
    hint("Declaration of " & "StdVideoH265SubLayerHrdParameters" &
        " already exists, not redeclaring")
when not declared(struct_VkDevicePrivateDataCreateInfo):
  type
    struct_VkDevicePrivateDataCreateInfo* = struct_VkDevicePrivateDataCreateInfo_1124075918
else:
  static :
    hint("Declaration of " & "struct_VkDevicePrivateDataCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentLocationInfoKHR):
  type
    VkRenderingAttachmentLocationInfoKHR* = VkRenderingAttachmentLocationInfoKHR_1124077644
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentLocationInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentModesCreateInfoEXT):
  type
    VkSwapchainPresentModesCreateInfoEXT* = VkSwapchainPresentModesCreateInfoEXT_1124079998
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentModesCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkRenderingFlagBits):
  type
    enum_VkRenderingFlagBits* = enum_VkRenderingFlagBits_1124075896
else:
  static :
    hint("Declaration of " & "enum_VkRenderingFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceToolProperties):
  type
    struct_VkPhysicalDeviceToolProperties* = struct_VkPhysicalDeviceToolProperties_1124075910
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceToolProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeAV1PictureInfoKHR):
  type
    struct_VkVideoDecodeAV1PictureInfoKHR* = struct_VkVideoDecodeAV1PictureInfoKHR_1124078212
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeAV1PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateCuModuleNVX):
  type
    PFN_vkCreateCuModuleNVX* = PFN_vkCreateCuModuleNVX_1124078766
else:
  static :
    hint("Declaration of " & "PFN_vkCreateCuModuleNVX" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM):
  type
    VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM* = VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM_1124081568
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceMultiviewPerViewViewportsFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance6Properties):
  type
    VkPhysicalDeviceMaintenance6Properties* = VkPhysicalDeviceMaintenance6Properties_1124076286
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance6Properties" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureTriangleClusterInputNV):
  type
    struct_VkClusterAccelerationStructureTriangleClusterInputNV* = struct_VkClusterAccelerationStructureTriangleClusterInputNV_1124082064
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureTriangleClusterInputNV" &
        " already exists, not redeclaring")
when not declared(VkRenderingEndInfoEXT):
  type
    VkRenderingEndInfoEXT* = VkRenderingEndInfoEXT_1124082426
else:
  static :
    hint("Declaration of " & "VkRenderingEndInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceInlineUniformBlockProperties):
  type
    struct_VkPhysicalDeviceInlineUniformBlockProperties* = struct_VkPhysicalDeviceInlineUniformBlockProperties_1124076054
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceInlineUniformBlockProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineRobustnessFeaturesEXT):
  type
    VkPhysicalDevicePipelineRobustnessFeaturesEXT* = VkPhysicalDevicePipelineRobustnessFeaturesEXT_1124078864
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineRobustnessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT):
  type
    struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT* = struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT_1124079718
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMapPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateCudaModuleNV):
  type
    PFN_vkCreateCudaModuleNV* = PFN_vkCreateCudaModuleNV_1124082864
else:
  static :
    hint("Declaration of " & "PFN_vkCreateCudaModuleNV" &
        " already exists, not redeclaring")
when not declared(enum_VkRayTracingShaderGroupTypeKHR):
  type
    enum_VkRayTracingShaderGroupTypeKHR* = enum_VkRayTracingShaderGroupTypeKHR_1124079326
else:
  static :
    hint("Declaration of " & "enum_VkRayTracingShaderGroupTypeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRayTracingPipelineCreateInfoKHR):
  type
    struct_VkRayTracingPipelineCreateInfoKHR* = struct_VkRayTracingPipelineCreateInfoKHR_1124082594
else:
  static :
    hint("Declaration of " & "struct_VkRayTracingPipelineCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryFdPropertiesKHR):
  type
    VkMemoryFdPropertiesKHR* = VkMemoryFdPropertiesKHR_1124077174
else:
  static :
    hint("Declaration of " & "VkMemoryFdPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderUntypedPointersFeaturesKHR):
  type
    VkPhysicalDeviceShaderUntypedPointersFeaturesKHR* = VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077970
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderUntypedPointersFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceQueueCreateInfo):
  type
    struct_VkDeviceQueueCreateInfo* = struct_VkDeviceQueueCreateInfo_1124074548
else:
  static :
    hint("Declaration of " & "struct_VkDeviceQueueCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureOpModeNV):
  type
    VkClusterAccelerationStructureOpModeNV* = VkClusterAccelerationStructureOpModeNV_1124082026
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureOpModeNV" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1ColorPrimaries):
  type
    enum_StdVideoAV1ColorPrimaries* = enum_StdVideoAV1ColorPrimaries_1124083340
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1ColorPrimaries" &
        " already exists, not redeclaring")
when not declared(VkPipelineStageFlags2):
  type
    VkPipelineStageFlags2* = VkPipelineStageFlags2_1124075872
else:
  static :
    hint("Declaration of " & "VkPipelineStageFlags2" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRenderingAreaGranularityKHR):
  type
    PFN_vkGetRenderingAreaGranularityKHR* = PFN_vkGetRenderingAreaGranularityKHR_1124078018
else:
  static :
    hint("Declaration of " & "PFN_vkGetRenderingAreaGranularityKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutBindingFlagsCreateInfo):
  type
    VkDescriptorSetLayoutBindingFlagsCreateInfo* = VkDescriptorSetLayoutBindingFlagsCreateInfo_1124075728
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutBindingFlagsCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkAccessFlags):
  type
    VkAccessFlags* = VkAccessFlags_1124074144
else:
  static :
    hint("Declaration of " & "VkAccessFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderCorePropertiesARM):
  type
    VkPhysicalDeviceShaderCorePropertiesARM* = VkPhysicalDeviceShaderCorePropertiesARM_1124080920
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderCorePropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeInfoKHR):
  type
    struct_VkVideoDecodeInfoKHR* = struct_VkVideoDecodeInfoKHR_1124076800
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkBindMemoryStatusKHR):
  type
    VkBindMemoryStatusKHR* = VkBindMemoryStatusKHR_1124078394
else:
  static :
    hint("Declaration of " & "VkBindMemoryStatusKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkShadingRatePaletteNV):
  type
    struct_VkShadingRatePaletteNV* = struct_VkShadingRatePaletteNV_1124079290
else:
  static :
    hint("Declaration of " & "struct_VkShadingRatePaletteNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT):
  type
    VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT* = VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT_1124080512
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRasterizationOrderAttachmentAccessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentLocationInfo):
  type
    VkRenderingAttachmentLocationInfo* = VkRenderingAttachmentLocationInfo_1124076422
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentLocationInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSharedPresentSurfaceCapabilitiesKHR):
  type
    struct_VkSharedPresentSurfaceCapabilitiesKHR* = struct_VkSharedPresentSurfaceCapabilitiesKHR_1124077286
else:
  static :
    hint("Declaration of " & "struct_VkSharedPresentSurfaceCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMemoryRequirementsTypeNV):
  type
    VkAccelerationStructureMemoryRequirementsTypeNV* = VkAccelerationStructureMemoryRequirementsTypeNV_1124079352
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMemoryRequirementsTypeNV" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryPropertiesKHR):
  type
    VkExternalMemoryPropertiesKHR* = VkExternalMemoryPropertiesKHR_1124077148
else:
  static :
    hint("Declaration of " & "VkExternalMemoryPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineResourceInfoARM):
  type
    struct_VkDataGraphPipelineResourceInfoARM* = struct_VkDataGraphPipelineResourceInfoARM_1124081746
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineResourceInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_VkObjectType):
  type
    enum_VkObjectType* = enum_VkObjectType_1124074004
else:
  static :
    hint("Declaration of " & "enum_VkObjectType" &
        " already exists, not redeclaring")
when not declared(struct_VkDependencyInfo):
  type
    struct_VkDependencyInfo* = struct_VkDependencyInfo_1124075938
else:
  static :
    hint("Declaration of " & "struct_VkDependencyInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceInlineUniformBlockFeatures):
  type
    VkPhysicalDeviceInlineUniformBlockFeatures* = VkPhysicalDeviceInlineUniformBlockFeatures_1124076052
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceInlineUniformBlockFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateSharedSwapchainsKHR):
  type
    PFN_vkCreateSharedSwapchainsKHR* = PFN_vkCreateSharedSwapchainsKHR_1124076630
else:
  static :
    hint("Declaration of " & "PFN_vkCreateSharedSwapchainsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT):
  type
    PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT* = PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT_1124080328
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkUpdateIndirectExecutionSetShaderEXT):
  type
    PFN_vkUpdateIndirectExecutionSetShaderEXT* = PFN_vkUpdateIndirectExecutionSetShaderEXT_1124082318
else:
  static :
    hint("Declaration of " & "PFN_vkUpdateIndirectExecutionSetShaderEXT" &
        " already exists, not redeclaring")
when not declared(VkTraceRaysIndirectCommandKHR):
  type
    VkTraceRaysIndirectCommandKHR* = VkTraceRaysIndirectCommandKHR_1124082608
else:
  static :
    hint("Declaration of " & "VkTraceRaysIndirectCommandKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT* = struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079752
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTileShadingFeaturesQCOM):
  type
    struct_VkPhysicalDeviceTileShadingFeaturesQCOM* = struct_VkPhysicalDeviceTileShadingFeaturesQCOM_1124080224
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTileShadingFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV):
  type
    struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV* = struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV_1124082104
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureBuildTriangleClusterInfoNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeCapabilityFlagBitsKHR):
  type
    VkVideoDecodeCapabilityFlagBitsKHR* = VkVideoDecodeCapabilityFlagBitsKHR_1124076780
else:
  static :
    hint("Declaration of " & "VkVideoDecodeCapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingAttachmentFlagsInfoKHR):
  type
    struct_VkRenderingAttachmentFlagsInfoKHR* = struct_VkRenderingAttachmentFlagsInfoKHR_1124078644
else:
  static :
    hint("Declaration of " & "struct_VkRenderingAttachmentFlagsInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkTessellationDomainOriginKHR):
  type
    VkTessellationDomainOriginKHR* = VkTessellationDomainOriginKHR_1124077390
else:
  static :
    hint("Declaration of " & "VkTessellationDomainOriginKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkGeometryTrianglesNV):
  type
    struct_VkGeometryTrianglesNV* = struct_VkGeometryTrianglesNV_1124079392
else:
  static :
    hint("Declaration of " & "struct_VkGeometryTrianglesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateHeadlessSurfaceEXT):
  type
    PFN_vkCreateHeadlessSurfaceEXT* = PFN_vkCreateHeadlessSurfaceEXT_1124079876
else:
  static :
    hint("Declaration of " & "PFN_vkCreateHeadlessSurfaceEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImage2DViewOf3DFeaturesEXT):
  type
    VkPhysicalDeviceImage2DViewOf3DFeaturesEXT* = VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080756
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImage2DViewOf3DFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR):
  type
    struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR* = struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082598
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingPipelineFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResetEvent2):
  type
    PFN_vkCmdResetEvent2* = PFN_vkCmdResetEvent2_1124076146
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResetEvent2" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeVP9PictureInfoFlags):
  type
    StdVideoDecodeVP9PictureInfoFlags* = StdVideoDecodeVP9PictureInfoFlags_1124083098
else:
  static :
    hint("Declaration of " & "StdVideoDecodeVP9PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1TileInfo):
  type
    struct_StdVideoAV1TileInfo* = struct_StdVideoAV1TileInfo_1124083210
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1TileInfo" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureCommandsInfoNV):
  type
    VkClusterAccelerationStructureCommandsInfoNV* = VkClusterAccelerationStructureCommandsInfoNV_1124082086
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureCommandsInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9SegmentationFlags):
  type
    StdVideoVP9SegmentationFlags* = StdVideoVP9SegmentationFlags_1124083306
else:
  static :
    hint("Declaration of " & "StdVideoVP9SegmentationFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoReferenceSlotInfoKHR):
  type
    struct_VkVideoReferenceSlotInfoKHR* = struct_VkVideoReferenceSlotInfoKHR_1124076718
else:
  static :
    hint("Declaration of " & "struct_VkVideoReferenceSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV):
  type
    struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV* = struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082052
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceClusterAccelerationStructureFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkValidationFlagsEXT):
  type
    VkValidationFlagsEXT* = VkValidationFlagsEXT_1124078848
else:
  static :
    hint("Declaration of " & "VkValidationFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferViewCreateFlags):
  type
    VkBufferViewCreateFlags* = VkBufferViewCreateFlags_1124074318
else:
  static :
    hint("Declaration of " & "VkBufferViewCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureInstantiateClusterInfoNV):
  type
    struct_VkClusterAccelerationStructureInstantiateClusterInfoNV* = struct_VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082112
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureInstantiateClusterInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdTraceRaysIndirectKHR):
  type
    PFN_vkCmdTraceRaysIndirectKHR* = PFN_vkCmdTraceRaysIndirectKHR_1124082616
else:
  static :
    hint("Declaration of " & "PFN_vkCmdTraceRaysIndirectKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreProperties):
  type
    VkExternalSemaphoreProperties* = VkExternalSemaphoreProperties_1124075454
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDebugUtilsMessengerEXT):
  type
    PFN_vkDestroyDebugUtilsMessengerEXT* = PFN_vkDestroyDebugUtilsMessengerEXT_1124079110
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDebugUtilsMessengerEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT):
  type
    VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT* = VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080996
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryOverallocationBehaviorAMD):
  type
    VkMemoryOverallocationBehaviorAMD* = VkMemoryOverallocationBehaviorAMD_1124079538
else:
  static :
    hint("Declaration of " & "VkMemoryOverallocationBehaviorAMD" &
        " already exists, not redeclaring")
when not declared(VkDeviceTensorMemoryRequirementsARM):
  type
    VkDeviceTensorMemoryRequirementsARM* = VkDeviceTensorMemoryRequirementsARM_1124081310
else:
  static :
    hint("Declaration of " & "VkDeviceTensorMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeVectorPropertiesNV):
  type
    struct_VkPhysicalDeviceCooperativeVectorPropertiesNV* = struct_VkPhysicalDeviceCooperativeVectorPropertiesNV_1124081588
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeVectorPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance6Properties):
  type
    struct_VkPhysicalDeviceMaintenance6Properties* = struct_VkPhysicalDeviceMaintenance6Properties_1124076284
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance6Properties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAmigoProfilingFeaturesSEC):
  type
    VkPhysicalDeviceAmigoProfilingFeaturesSEC* = VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081560
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceAmigoProfilingFeaturesSEC" &
        " already exists, not redeclaring")
when not declared(struct_HINSTANCE_private):
  type
    struct_HINSTANCE_private* = struct_HINSTANCE_private_1124082966
else:
  static :
    hint("Declaration of " & "struct_HINSTANCE_private" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreWaitFlagBitsKHR):
  type
    VkSemaphoreWaitFlagBitsKHR* = VkSemaphoreWaitFlagBitsKHR_1124077584
else:
  static :
    hint("Declaration of " & "VkSemaphoreWaitFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT):
  type
    VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT* = VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT_1124079178
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV):
  type
    VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV* = VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV_1124079582
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT):
  type
    VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT* = VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081624
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolSize):
  type
    VkDescriptorPoolSize* = VkDescriptorPoolSize_1124074746
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolSize" &
        " already exists, not redeclaring")
when not declared(VkMemoryAllocateFlagBits):
  type
    VkMemoryAllocateFlagBits* = VkMemoryAllocateFlagBits_1124075202
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkAccelerationStructureCompatibilityKHR):
  type
    enum_VkAccelerationStructureCompatibilityKHR* = enum_VkAccelerationStructureCompatibilityKHR_1124080788
else:
  static :
    hint("Declaration of " & "enum_VkAccelerationStructureCompatibilityKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDataGraphOperationSupportARM):
  type
    VkPhysicalDeviceDataGraphOperationSupportARM* = VkPhysicalDeviceDataGraphOperationSupportARM_1124081804
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDataGraphOperationSupportARM" &
        " already exists, not redeclaring")
when not declared(enum_VkRenderPassCreateFlagBits):
  type
    enum_VkRenderPassCreateFlagBits* = enum_VkRenderPassCreateFlagBits_1124074422
else:
  static :
    hint("Declaration of " & "enum_VkRenderPassCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindBufferMemory2KHR):
  type
    PFN_vkBindBufferMemory2KHR* = PFN_vkBindBufferMemory2KHR_1124077504
else:
  static :
    hint("Declaration of " & "PFN_vkBindBufferMemory2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV):
  type
    struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV* = struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV_1124079816
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeMatrixFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDepthClampRangeEXT):
  type
    struct_VkDepthClampRangeEXT* = struct_VkDepthClampRangeEXT_1124081532
else:
  static :
    hint("Declaration of " & "struct_VkDepthClampRangeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR):
  type
    struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR* = struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082522
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceAccelerationStructureFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroySemaphore):
  type
    PFN_vkDestroySemaphore* = PFN_vkDestroySemaphore_1124074974
else:
  static :
    hint("Declaration of " & "PFN_vkDestroySemaphore" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalMemoryImageCreateInfoNV):
  type
    struct_VkExternalMemoryImageCreateInfoNV* = struct_VkExternalMemoryImageCreateInfoNV_1124078834
else:
  static :
    hint("Declaration of " & "struct_VkExternalMemoryImageCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSetKHR):
  type
    PFN_vkCmdPushDescriptorSetKHR* = PFN_vkCmdPushDescriptorSetKHR_1124077218
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSetKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryHeapFlags):
  type
    VkMemoryHeapFlags* = VkMemoryHeapFlags_1124074186
else:
  static :
    hint("Declaration of " & "VkMemoryHeapFlags" &
        " already exists, not redeclaring")
when not declared(VkFenceImportFlagsKHR):
  type
    VkFenceImportFlagsKHR* = VkFenceImportFlagsKHR_1124077306
else:
  static :
    hint("Declaration of " & "VkFenceImportFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG):
  type
    VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG* = VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079050
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG" &
        " already exists, not redeclaring")
when not declared(VkAttachmentStoreOp):
  type
    VkAttachmentStoreOp* = VkAttachmentStoreOp_1124074134
else:
  static :
    hint("Declaration of " & "VkAttachmentStoreOp" &
        " already exists, not redeclaring")
when not declared(enum_VkDependencyFlagBits):
  type
    enum_VkDependencyFlagBits* = enum_VkDependencyFlagBits_1124074276
else:
  static :
    hint("Declaration of " & "enum_VkDependencyFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkVertexInputAttributeDescription):
  type
    struct_VkVertexInputAttributeDescription* = struct_VkVertexInputAttributeDescription_1124074784
else:
  static :
    hint("Declaration of " & "struct_VkVertexInputAttributeDescription" &
        " already exists, not redeclaring")
when not declared(VkImageMemoryRequirementsInfo2KHR):
  type
    VkImageMemoryRequirementsInfo2KHR* = VkImageMemoryRequirementsInfo2KHR_1124077460
else:
  static :
    hint("Declaration of " & "VkImageMemoryRequirementsInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkConditionalRenderingBeginInfoEXT):
  type
    struct_VkConditionalRenderingBeginInfoEXT* = struct_VkConditionalRenderingBeginInfoEXT_1124078876
else:
  static :
    hint("Declaration of " & "struct_VkConditionalRenderingBeginInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentReferenceStencilLayout):
  type
    struct_VkAttachmentReferenceStencilLayout* = struct_VkAttachmentReferenceStencilLayout_1124075826
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentReferenceStencilLayout" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceProvokingVertexFeaturesEXT):
  type
    struct_VkPhysicalDeviceProvokingVertexFeaturesEXT* = struct_VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079858
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceProvokingVertexFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkCubicFilterWeightsQCOM):
  type
    VkCubicFilterWeightsQCOM* = VkCubicFilterWeightsQCOM_1124081878
else:
  static :
    hint("Declaration of " & "VkCubicFilterWeightsQCOM" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1GlobalMotion):
  type
    StdVideoAV1GlobalMotion* = StdVideoAV1GlobalMotion_1124083084
else:
  static :
    hint("Declaration of " & "StdVideoAV1GlobalMotion" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureOpTypeNV):
  type
    VkPartitionedAccelerationStructureOpTypeNV* = VkPartitionedAccelerationStructureOpTypeNV_1124082134
else:
  static :
    hint("Declaration of " & "VkPartitionedAccelerationStructureOpTypeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeIntraRefreshInfoKHR):
  type
    struct_VkVideoEncodeIntraRefreshInfoKHR* = struct_VkVideoEncodeIntraRefreshInfoKHR_1124078476
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeIntraRefreshInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkTensorCreateFlagsARM):
  type
    VkTensorCreateFlagsARM* = VkTensorCreateFlagsARM_1124081252
else:
  static :
    hint("Declaration of " & "VkTensorCreateFlagsARM" &
        " already exists, not redeclaring")
when not declared(VkShaderFloatControlsIndependence):
  type
    VkShaderFloatControlsIndependence* = VkShaderFloatControlsIndependence_1124075602
else:
  static :
    hint("Declaration of " & "VkShaderFloatControlsIndependence" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateExecutionGraphPipelinesAMDX):
  type
    PFN_vkCreateExecutionGraphPipelinesAMDX* = PFN_vkCreateExecutionGraphPipelinesAMDX_1124082826
else:
  static :
    hint("Declaration of " & "PFN_vkCreateExecutionGraphPipelinesAMDX" &
        " already exists, not redeclaring")
when not declared(StdVideoH265SliceType):
  type
    StdVideoH265SliceType* = StdVideoH265SliceType_1124083036
else:
  static :
    hint("Declaration of " & "StdVideoH265SliceType" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRateControlFlagsKHR):
  type
    VkVideoEncodeRateControlFlagsKHR* = VkVideoEncodeRateControlFlagsKHR_1124077808
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRateControlFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryMotionTrianglesDataNV):
  type
    VkAccelerationStructureGeometryMotionTrianglesDataNV* = VkAccelerationStructureGeometryMotionTrianglesDataNV_1124080396
else:
  static :
    hint("Declaration of " &
        "VkAccelerationStructureGeometryMotionTrianglesDataNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT):
  type
    PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT* = PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT_1124079528
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT" &
        " already exists, not redeclaring")
when not declared(VkBool32):
  type
    VkBool32* = VkBool32_1124073925
else:
  static :
    hint("Declaration of " & "VkBool32" & " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentMeteringFeaturesNV):
  type
    VkPhysicalDevicePresentMeteringFeaturesNV* = VkPhysicalDevicePresentMeteringFeaturesNV_1124082424
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePresentMeteringFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance7FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance7FeaturesKHR* = VkPhysicalDeviceMaintenance7FeaturesKHR_1124078538
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance7FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkBlendFactor):
  type
    VkBlendFactor* = VkBlendFactor_1124074094
else:
  static :
    hint("Declaration of " & "VkBlendFactor" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineCreationFeedbackFlagBits):
  type
    enum_VkPipelineCreationFeedbackFlagBits* = enum_VkPipelineCreationFeedbackFlagBits_1124075890
else:
  static :
    hint("Declaration of " & "enum_VkPipelineCreationFeedbackFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupDeviceCreateInfo):
  type
    struct_VkDeviceGroupDeviceCreateInfo* = struct_VkDeviceGroupDeviceCreateInfo_1124075308
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupDeviceCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265SessionCreateInfoKHR):
  type
    VkVideoEncodeH265SessionCreateInfoKHR* = VkVideoEncodeH265SessionCreateInfoKHR_1124076940
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265SessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndexedIndirectCountAMD):
  type
    PFN_vkCmdDrawIndexedIndirectCountAMD* = PFN_vkCmdDrawIndexedIndirectCountAMD_1124078792
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndexedIndirectCountAMD" &
        " already exists, not redeclaring")
when not declared(enum_VkDescriptorSetLayoutCreateFlagBits):
  type
    enum_VkDescriptorSetLayoutCreateFlagBits* = enum_VkDescriptorSetLayoutCreateFlagBits_1124074366
else:
  static :
    hint("Declaration of " & "enum_VkDescriptorSetLayoutCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkAccessFlags3KHR):
  type
    VkAccessFlags3KHR* = VkAccessFlags3KHR_1124078556
else:
  static :
    hint("Declaration of " & "VkAccessFlags3KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalComputeQueueDeviceCreateInfoNV):
  type
    struct_VkExternalComputeQueueDeviceCreateInfoNV* = struct_VkExternalComputeQueueDeviceCreateInfoNV_1124081974
else:
  static :
    hint("Declaration of " & "struct_VkExternalComputeQueueDeviceCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkImageCaptureDescriptorDataInfoEXT):
  type
    VkImageCaptureDescriptorDataInfoEXT* = VkImageCaptureDescriptorDataInfoEXT_1124080298
else:
  static :
    hint("Declaration of " & "VkImageCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceQuerySubmitInfoKHR):
  type
    struct_VkPerformanceQuerySubmitInfoKHR* = struct_VkPerformanceQuerySubmitInfoKHR_1124077376
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceQuerySubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkTilePropertiesQCOM):
  type
    VkTilePropertiesQCOM* = VkTilePropertiesQCOM_1124081552
else:
  static :
    hint("Declaration of " & "VkTilePropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkBindBufferMemoryInfoKHR):
  type
    VkBindBufferMemoryInfoKHR* = VkBindBufferMemoryInfoKHR_1124077500
else:
  static :
    hint("Declaration of " & "VkBindBufferMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteDescriptorSet):
  type
    struct_VkWriteDescriptorSet* = struct_VkWriteDescriptorSet_1124074764
else:
  static :
    hint("Declaration of " & "struct_VkWriteDescriptorSet" &
        " already exists, not redeclaring")
when not declared(VkOpaqueCaptureDescriptorDataCreateInfoEXT):
  type
    VkOpaqueCaptureDescriptorDataCreateInfoEXT* = VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080310
else:
  static :
    hint("Declaration of " & "VkOpaqueCaptureDescriptorDataCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyCudaFunctionNV):
  type
    PFN_vkDestroyCudaFunctionNV* = PFN_vkDestroyCudaFunctionNV_1124082872
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyCudaFunctionNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCoherentMemoryFeaturesAMD):
  type
    VkPhysicalDeviceCoherentMemoryFeaturesAMD* = VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079750
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCoherentMemoryFeaturesAMD" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265SpsFlags):
  type
    struct_StdVideoH265SpsFlags* = struct_StdVideoH265SpsFlags_1124083156
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265SpsFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT* = struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082472
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkBlendOp):
  type
    VkBlendOp* = VkBlendOp_1124074098
else:
  static :
    hint("Declaration of " & "VkBlendOp" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiDrawPropertiesEXT):
  type
    VkPhysicalDeviceMultiDrawPropertiesEXT* = VkPhysicalDeviceMultiDrawPropertiesEXT_1124080740
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMultiDrawPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkStencilOp):
  type
    VkStencilOp* = VkStencilOp_1124074122
else:
  static :
    hint("Declaration of " & "VkStencilOp" & " already exists, not redeclaring")
when not declared(VkSparseMemoryBindFlags):
  type
    VkSparseMemoryBindFlags* = VkSparseMemoryBindFlags_1124074224
else:
  static :
    hint("Declaration of " & "VkSparseMemoryBindFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265SliceSegmentHeaderFlags):
  type
    StdVideoEncodeH265SliceSegmentHeaderFlags* = StdVideoEncodeH265SliceSegmentHeaderFlags_1124083034
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265SliceSegmentHeaderFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndirect):
  type
    PFN_vkCmdDrawIndirect* = PFN_vkCmdDrawIndirect_1124075148
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndirect" &
        " already exists, not redeclaring")
when not declared(StdVideoH265SpsVuiFlags):
  type
    StdVideoH265SpsVuiFlags* = StdVideoH265SpsVuiFlags_1124083270
else:
  static :
    hint("Declaration of " & "StdVideoH265SpsVuiFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan13Properties):
  type
    VkPhysicalDeviceVulkan13Properties* = VkPhysicalDeviceVulkan13Properties_1124075908
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan13Properties" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyImageInfo2):
  type
    struct_VkCopyImageInfo2* = struct_VkCopyImageInfo2_1124075970
else:
  static :
    hint("Declaration of " & "struct_VkCopyImageInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkOffset2D):
  type
    struct_VkOffset2D* = struct_VkOffset2D_1124074448
else:
  static :
    hint("Declaration of " & "struct_VkOffset2D" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSchedulingControlsPropertiesARM):
  type
    VkPhysicalDeviceSchedulingControlsPropertiesARM* = VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080936
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSchedulingControlsPropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkMemoryDedicatedAllocateInfoKHR):
  type
    VkMemoryDedicatedAllocateInfoKHR* = VkMemoryDedicatedAllocateInfoKHR_1124077452
else:
  static :
    hint("Declaration of " & "VkMemoryDedicatedAllocateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSparseImageFormatProperties2):
  type
    VkSparseImageFormatProperties2* = VkSparseImageFormatProperties2_1124075362
else:
  static :
    hint("Declaration of " & "VkSparseImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceQueueCreateFlagBits):
  type
    enum_VkDeviceQueueCreateFlagBits* = enum_VkDeviceQueueCreateFlagBits_1124074202
else:
  static :
    hint("Declaration of " & "enum_VkDeviceQueueCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoCapabilitiesKHR):
  type
    struct_VkVideoCapabilitiesKHR* = struct_VkVideoCapabilitiesKHR_1124076702
else:
  static :
    hint("Declaration of " & "struct_VkVideoCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorType):
  type
    VkDescriptorType* = VkDescriptorType_1124074086
else:
  static :
    hint("Declaration of " & "VkDescriptorType" &
        " already exists, not redeclaring")
when not declared(VkColorComponentFlagBits):
  type
    VkColorComponentFlagBits* = VkColorComponentFlagBits_1124074374
else:
  static :
    hint("Declaration of " & "VkColorComponentFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkConformanceVersion):
  type
    struct_VkConformanceVersion* = struct_VkConformanceVersion_1124075642
else:
  static :
    hint("Declaration of " & "struct_VkConformanceVersion" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentWait2FeaturesKHR):
  type
    VkPhysicalDevicePresentWait2FeaturesKHR* = VkPhysicalDevicePresentWait2FeaturesKHR_1124078042
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePresentWait2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSparseImageFormatProperties2):
  type
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties2* = PFN_vkGetPhysicalDeviceSparseImageFormatProperties2_1124075570
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceSparseImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR):
  type
    VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR* = VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078052
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkValidationFeaturesEXT):
  type
    VkValidationFeaturesEXT* = VkValidationFeaturesEXT_1124079806
else:
  static :
    hint("Declaration of " & "VkValidationFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH264SequenceParameterSet):
  type
    StdVideoH264SequenceParameterSet* = StdVideoH264SequenceParameterSet_1124076844
else:
  static :
    hint("Declaration of " & "StdVideoH264SequenceParameterSet" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilitiesPresentBarrierNV):
  type
    struct_VkSurfaceCapabilitiesPresentBarrierNV* = struct_VkSurfaceCapabilitiesPresentBarrierNV_1124080176
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceCapabilitiesPresentBarrierNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSwapchainImagesKHR):
  type
    PFN_vkGetSwapchainImagesKHR* = PFN_vkGetSwapchainImagesKHR_1124076556
else:
  static :
    hint("Declaration of " & "PFN_vkGetSwapchainImagesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkColorBlendEquationEXT):
  type
    struct_VkColorBlendEquationEXT* = struct_VkColorBlendEquationEXT_1124081130
else:
  static :
    hint("Declaration of " & "struct_VkColorBlendEquationEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1DpbSlotInfoKHR):
  type
    struct_VkVideoEncodeAV1DpbSlotInfoKHR* = struct_VkVideoEncodeAV1DpbSlotInfoKHR_1124078290
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265PictureParameterSet):
  type
    struct_StdVideoH265PictureParameterSet* = struct_StdVideoH265PictureParameterSet_1124082924
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265PictureParameterSet" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR):
  type
    VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR* = VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR_1124078618
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkBindImageMemoryInfo):
  type
    VkBindImageMemoryInfo* = VkBindImageMemoryInfo_1124075270
else:
  static :
    hint("Declaration of " & "VkBindImageMemoryInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderPassSampleLocationsBeginInfoEXT):
  type
    VkRenderPassSampleLocationsBeginInfoEXT* = VkRenderPassSampleLocationsBeginInfoEXT_1124079150
else:
  static :
    hint("Declaration of " & "VkRenderPassSampleLocationsBeginInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance9FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance9FeaturesKHR* = VkPhysicalDeviceMaintenance9FeaturesKHR_1124078578
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance9FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264RateControlFlagsKHR):
  type
    VkVideoEncodeH264RateControlFlagsKHR* = VkVideoEncodeH264RateControlFlagsKHR_1124076822
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264RateControlFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPerformanceOverrideINTEL):
  type
    PFN_vkCmdSetPerformanceOverrideINTEL* = PFN_vkCmdSetPerformanceOverrideINTEL_1124079690
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPerformanceOverrideINTEL" &
        " already exists, not redeclaring")
when not declared(enum_VkImageUsageFlagBits):
  type
    enum_VkImageUsageFlagBits* = enum_VkImageUsageFlagBits_1124074170
else:
  static :
    hint("Declaration of " & "enum_VkImageUsageFlagBits" &
        " already exists, not redeclaring")
when not declared(VkTileMemoryRequirementsQCOM):
  type
    VkTileMemoryRequirementsQCOM* = VkTileMemoryRequirementsQCOM_1124081932
else:
  static :
    hint("Declaration of " & "VkTileMemoryRequirementsQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewportSwizzleNV):
  type
    PFN_vkCmdSetViewportSwizzleNV* = PFN_vkCmdSetViewportSwizzleNV_1124081182
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewportSwizzleNV" &
        " already exists, not redeclaring")
when not declared(VkImageTiling):
  type
    VkImageTiling* = VkImageTiling_1124074026
else:
  static :
    hint("Declaration of " & "VkImageTiling" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV):
  type
    PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV* = PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV_1124078832
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceExternalImageFormatPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyAccelerationStructureInfoKHR):
  type
    struct_VkCopyAccelerationStructureInfoKHR* = struct_VkCopyAccelerationStructureInfoKHR_1124082546
else:
  static :
    hint("Declaration of " & "struct_VkCopyAccelerationStructureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264SequenceParameterSet):
  type
    struct_StdVideoH264SequenceParameterSet* = struct_StdVideoH264SequenceParameterSet_1124082906
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264SequenceParameterSet" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDataGraphProcessingEngineARM):
  type
    VkPhysicalDeviceDataGraphProcessingEngineARM* = VkPhysicalDeviceDataGraphProcessingEngineARM_1124081800
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDataGraphProcessingEngineARM" &
        " already exists, not redeclaring")
when not declared(VkImageCreateInfo):
  type
    VkImageCreateInfo* = VkImageCreateInfo_1124074634
else:
  static :
    hint("Declaration of " & "VkImageCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferImageCopy2):
  type
    struct_VkBufferImageCopy2* = struct_VkBufferImageCopy2_1124075974
else:
  static :
    hint("Declaration of " & "struct_VkBufferImageCopy2" &
        " already exists, not redeclaring")
when not declared(VkComponentSwizzle):
  type
    VkComponentSwizzle* = VkComponentSwizzle_1124074046
else:
  static :
    hint("Declaration of " & "VkComponentSwizzle" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindVertexBuffers):
  type
    PFN_vkCmdBindVertexBuffers* = PFN_vkCmdBindVertexBuffers_1124075142
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindVertexBuffers" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageMemoryRequirements2):
  type
    PFN_vkGetImageMemoryRequirements2* = PFN_vkGetImageMemoryRequirements2_1124075552
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsLayoutCreateInfoNV):
  type
    struct_VkIndirectCommandsLayoutCreateInfoNV* = struct_VkIndirectCommandsLayoutCreateInfoNV_1124080068
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsLayoutCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkStridedDeviceAddressRegionKHR):
  type
    VkStridedDeviceAddressRegionKHR* = VkStridedDeviceAddressRegionKHR_1124082082
else:
  static :
    hint("Declaration of " & "VkStridedDeviceAddressRegionKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAccelerationStructureFeaturesKHR):
  type
    VkPhysicalDeviceAccelerationStructureFeaturesKHR* = VkPhysicalDeviceAccelerationStructureFeaturesKHR_1124082524
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceAccelerationStructureFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphProcessingEngineCreateInfoARM):
  type
    struct_VkDataGraphProcessingEngineCreateInfoARM* = struct_VkDataGraphProcessingEngineCreateInfoARM_1124081810
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphProcessingEngineCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkClearDepthStencilValue):
  type
    struct_VkClearDepthStencilValue* = struct_VkClearDepthStencilValue_1124074864
else:
  static :
    hint("Declaration of " & "struct_VkClearDepthStencilValue" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilitiesPresentWait2KHR):
  type
    VkSurfaceCapabilitiesPresentWait2KHR* = VkSurfaceCapabilitiesPresentWait2KHR_1124078038
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilitiesPresentWait2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264RateControlLayerInfoKHR):
  type
    VkVideoEncodeH264RateControlLayerInfoKHR* = VkVideoEncodeH264RateControlLayerInfoKHR_1124076896
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264RateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDirectDriverLoadingFlagsLUNARG):
  type
    VkDirectDriverLoadingFlagsLUNARG* = VkDirectDriverLoadingFlagsLUNARG_1124081232
else:
  static :
    hint("Declaration of " & "VkDirectDriverLoadingFlagsLUNARG" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV):
  type
    PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV* = PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV_1124082182
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPartitionedAccelerationStructuresBuildSizesNV" &
        " already exists, not redeclaring")
when not declared(VkPerformanceParameterTypeINTEL):
  type
    VkPerformanceParameterTypeINTEL* = VkPerformanceParameterTypeINTEL_1124079642
else:
  static :
    hint("Declaration of " & "VkPerformanceParameterTypeINTEL" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageCreateInfo):
  type
    VkPipelineShaderStageCreateInfo* = VkPipelineShaderStageCreateInfo_1124074714
else:
  static :
    hint("Declaration of " & "VkPipelineShaderStageCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkImportSemaphoreWin32HandleInfoKHR):
  type
    VkImportSemaphoreWin32HandleInfoKHR* = VkImportSemaphoreWin32HandleInfoKHR_1124082692
else:
  static :
    hint("Declaration of " & "VkImportSemaphoreWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCudaKernelLaunchFeaturesNV):
  type
    VkPhysicalDeviceCudaKernelLaunchFeaturesNV* = VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082858
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCudaKernelLaunchFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryDataInfoKHR):
  type
    struct_VkPipelineBinaryDataInfoKHR* = struct_VkPipelineBinaryDataInfoKHR_1124078096
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryDataInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCoarseSampleOrderCustomNV):
  type
    struct_VkCoarseSampleOrderCustomNV* = struct_VkCoarseSampleOrderCustomNV_1124079310
else:
  static :
    hint("Declaration of " & "struct_VkCoarseSampleOrderCustomNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT):
  type
    VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT* = VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081652
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderFloatControls2Features):
  type
    struct_VkPhysicalDeviceShaderFloatControls2Features* = struct_VkPhysicalDeviceShaderFloatControls2Features_1124076336
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderFloatControls2Features" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineIdentifierCreateInfoARM):
  type
    struct_VkDataGraphPipelineIdentifierCreateInfoARM* = struct_VkDataGraphPipelineIdentifierCreateInfoARM_1124081790
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineIdentifierCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureClustersBottomLevelInputNV):
  type
    VkClusterAccelerationStructureClustersBottomLevelInputNV* = VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082062
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureClustersBottomLevelInputNV" &
        " already exists, not redeclaring")
when not declared(struct_VkImageAlignmentControlCreateInfoMESA):
  type
    struct_VkImageAlignmentControlCreateInfoMESA* = struct_VkImageAlignmentControlCreateInfoMESA_1124082328
else:
  static :
    hint("Declaration of " & "struct_VkImageAlignmentControlCreateInfoMESA" &
        " already exists, not redeclaring")
when not declared(VkBindVideoSessionMemoryInfoKHR):
  type
    VkBindVideoSessionMemoryInfoKHR* = VkBindVideoSessionMemoryInfoKHR_1124076728
else:
  static :
    hint("Declaration of " & "VkBindVideoSessionMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineRobustnessProperties):
  type
    VkPhysicalDevicePipelineRobustnessProperties* = VkPhysicalDevicePipelineRobustnessProperties_1124076378
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineRobustnessProperties" &
        " already exists, not redeclaring")
when not declared(VkDataGraphProcessingEngineCreateInfoARM):
  type
    VkDataGraphProcessingEngineCreateInfoARM* = VkDataGraphProcessingEngineCreateInfoARM_1124081812
else:
  static :
    hint("Declaration of " & "VkDataGraphProcessingEngineCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMeshShaderPropertiesEXT):
  type
    struct_VkPhysicalDeviceMeshShaderPropertiesEXT* = struct_VkPhysicalDeviceMeshShaderPropertiesEXT_1124082630
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMeshShaderPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1CDEF):
  type
    struct_StdVideoAV1CDEF* = struct_StdVideoAV1CDEF_1124083218
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1CDEF" &
        " already exists, not redeclaring")
when not declared(VkCullModeFlags):
  type
    VkCullModeFlags* = VkCullModeFlags_1124074382
else:
  static :
    hint("Declaration of " & "VkCullModeFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindTransformFeedbackBuffersEXT):
  type
    PFN_vkCmdBindTransformFeedbackBuffersEXT* = PFN_vkCmdBindTransformFeedbackBuffersEXT_1124078734
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindTransformFeedbackBuffersEXT" &
        " already exists, not redeclaring")
when not declared(VkAabbPositionsKHR):
  type
    VkAabbPositionsKHR* = VkAabbPositionsKHR_1124079440
else:
  static :
    hint("Declaration of " & "VkAabbPositionsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingInfo):
  type
    struct_VkRenderingInfo* = struct_VkRenderingInfo_1124076098
else:
  static :
    hint("Declaration of " & "struct_VkRenderingInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProperties2KHR):
  type
    VkPhysicalDeviceProperties2KHR* = VkPhysicalDeviceProperties2KHR_1124077072
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProperties2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkCompressedTriangleFormatAMDX):
  type
    enum_VkCompressedTriangleFormatAMDX* = enum_VkCompressedTriangleFormatAMDX_1124082892
else:
  static :
    hint("Declaration of " & "enum_VkCompressedTriangleFormatAMDX" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolCreateInfoINTEL):
  type
    VkQueryPoolCreateInfoINTEL* = VkQueryPoolCreateInfoINTEL_1124079664
else:
  static :
    hint("Declaration of " & "VkQueryPoolCreateInfoINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoPictureResourceInfoKHR):
  type
    struct_VkVideoPictureResourceInfoKHR* = struct_VkVideoPictureResourceInfoKHR_1124076714
else:
  static :
    hint("Declaration of " & "struct_VkVideoPictureResourceInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265CtbSizeFlagsKHR):
  type
    VkVideoEncodeH265CtbSizeFlagsKHR* = VkVideoEncodeH265CtbSizeFlagsKHR_1124076918
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265CtbSizeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetVideoSessionMemoryRequirementsKHR):
  type
    PFN_vkGetVideoSessionMemoryRequirementsKHR* = PFN_vkGetVideoSessionMemoryRequirementsKHR_1124076762
else:
  static :
    hint("Declaration of " & "PFN_vkGetVideoSessionMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBindingFlagBits):
  type
    VkDescriptorBindingFlagBits* = VkDescriptorBindingFlagBits_1124075626
else:
  static :
    hint("Declaration of " & "VkDescriptorBindingFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImagelessFramebufferFeatures):
  type
    struct_VkPhysicalDeviceImagelessFramebufferFeatures* = struct_VkPhysicalDeviceImagelessFramebufferFeatures_1124075806
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImagelessFramebufferFeatures" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1OperatingPointInfo):
  type
    StdVideoEncodeAV1OperatingPointInfo* = StdVideoEncodeAV1OperatingPointInfo_1124078280
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1OperatingPointInfo" &
        " already exists, not redeclaring")
when not declared(VkPipelineCoverageReductionStateCreateFlagsNV):
  type
    VkPipelineCoverageReductionStateCreateFlagsNV* = VkPipelineCoverageReductionStateCreateFlagsNV_1124079830
else:
  static :
    hint("Declaration of " & "VkPipelineCoverageReductionStateCreateFlagsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSparseImageFormatProperties):
  type
    PFN_vkGetPhysicalDeviceSparseImageFormatProperties* = PFN_vkGetPhysicalDeviceSparseImageFormatProperties_1124074958
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceSparseImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsTokenDataEXT):
  type
    VkIndirectCommandsTokenDataEXT* = VkIndirectCommandsTokenDataEXT_1124082268
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsTokenDataEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkTransitionImageLayout):
  type
    PFN_vkTransitionImageLayout* = PFN_vkTransitionImageLayout_1124076442
else:
  static :
    hint("Declaration of " & "PFN_vkTransitionImageLayout" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueInsertDebugUtilsLabelEXT):
  type
    PFN_vkQueueInsertDebugUtilsLabelEXT* = PFN_vkQueueInsertDebugUtilsLabelEXT_1124079100
else:
  static :
    hint("Declaration of " & "PFN_vkQueueInsertDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE):
  type
    VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE* = VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE_1124082408
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoverageToColorEnableNV):
  type
    PFN_vkCmdSetCoverageToColorEnableNV* = PFN_vkCmdSetCoverageToColorEnableNV_1124081184
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoverageToColorEnableNV" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalFenceHandleTypeFlagBits):
  type
    enum_VkExternalFenceHandleTypeFlagBits* = enum_VkExternalFenceHandleTypeFlagBits_1124075220
else:
  static :
    hint("Declaration of " & "enum_VkExternalFenceHandleTypeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance4Features):
  type
    VkPhysicalDeviceMaintenance4Features* = VkPhysicalDeviceMaintenance4Features_1124075996
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance4Features" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1MatrixCoefficients):
  type
    enum_StdVideoAV1MatrixCoefficients* = enum_StdVideoAV1MatrixCoefficients_1124083344
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1MatrixCoefficients" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1ChromaSamplePosition):
  type
    enum_StdVideoAV1ChromaSamplePosition* = enum_StdVideoAV1ChromaSamplePosition_1124083346
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1ChromaSamplePosition" &
        " already exists, not redeclaring")
when not declared(VkPipelineStageFlagBits):
  type
    VkPipelineStageFlagBits* = VkPipelineStageFlagBits_1124074210
else:
  static :
    hint("Declaration of " & "VkPipelineStageFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetEvent):
  type
    PFN_vkCmdSetEvent* = PFN_vkCmdSetEvent_1124075102
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetEvent" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentWaitFeaturesKHR):
  type
    VkPhysicalDevicePresentWaitFeaturesKHR* = VkPhysicalDevicePresentWaitFeaturesKHR_1124077668
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePresentWaitFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT):
  type
    VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT* = VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080102
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorUpdateTemplateCreateInfo):
  type
    struct_VkDescriptorUpdateTemplateCreateInfo* = struct_VkDescriptorUpdateTemplateCreateInfo_1124075474
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorUpdateTemplateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDataGraphModelFeaturesQCOM):
  type
    VkPhysicalDeviceDataGraphModelFeaturesQCOM* = VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082466
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDataGraphModelFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceNestedCommandBufferFeaturesEXT):
  type
    VkPhysicalDeviceNestedCommandBufferFeaturesEXT* = VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081112
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceNestedCommandBufferFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkCopyImageToImageInfoEXT):
  type
    VkCopyImageToImageInfoEXT* = VkCopyImageToImageInfoEXT_1124079942
else:
  static :
    hint("Declaration of " & "VkCopyImageToImageInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBufferBindingInfoEXT):
  type
    VkDescriptorBufferBindingInfoEXT* = VkDescriptorBufferBindingInfoEXT_1124080278
else:
  static :
    hint("Declaration of " & "VkDescriptorBufferBindingInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateCreateFlags):
  type
    VkDescriptorUpdateTemplateCreateFlags* = VkDescriptorUpdateTemplateCreateFlags_1124075262
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPushConstantsInfoKHR):
  type
    VkPushConstantsInfoKHR* = VkPushConstantsInfoKHR_1124078398
else:
  static :
    hint("Declaration of " & "VkPushConstantsInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationStateStreamCreateInfoEXT):
  type
    VkPipelineRasterizationStateStreamCreateInfoEXT* = VkPipelineRasterizationStateStreamCreateInfoEXT_1124078732
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationStateStreamCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoDecodeUsageFlagBitsKHR):
  type
    enum_VkVideoDecodeUsageFlagBitsKHR* = enum_VkVideoDecodeUsageFlagBitsKHR_1124076784
else:
  static :
    hint("Declaration of " & "enum_VkVideoDecodeUsageFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePerformanceQueryPropertiesKHR):
  type
    struct_VkPhysicalDevicePerformanceQueryPropertiesKHR* = struct_VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077352
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePerformanceQueryPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkImageToMemoryCopyEXT):
  type
    VkImageToMemoryCopyEXT* = VkImageToMemoryCopyEXT_1124079936
else:
  static :
    hint("Declaration of " & "VkImageToMemoryCopyEXT" &
        " already exists, not redeclaring")
when not declared(VkTensorViewCaptureDescriptorDataInfoARM):
  type
    VkTensorViewCaptureDescriptorDataInfoARM* = VkTensorViewCaptureDescriptorDataInfoARM_1124081354
else:
  static :
    hint("Declaration of " & "VkTensorViewCaptureDescriptorDataInfoARM" &
        " already exists, not redeclaring")
when not declared(VkBufferCreateFlags):
  type
    VkBufferCreateFlags* = VkBufferCreateFlags_1124074262
else:
  static :
    hint("Declaration of " & "VkBufferCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeIntraRefreshModeFlagsKHR):
  type
    VkVideoEncodeIntraRefreshModeFlagsKHR* = VkVideoEncodeIntraRefreshModeFlagsKHR_1124078466
else:
  static :
    hint("Declaration of " & "VkVideoEncodeIntraRefreshModeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkImageViewCaptureDescriptorDataInfoEXT):
  type
    VkImageViewCaptureDescriptorDataInfoEXT* = VkImageViewCaptureDescriptorDataInfoEXT_1124080302
else:
  static :
    hint("Declaration of " & "VkImageViewCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVertexInputBindingDescription):
  type
    VkVertexInputBindingDescription* = VkVertexInputBindingDescription_1124074782
else:
  static :
    hint("Declaration of " & "VkVertexInputBindingDescription" &
        " already exists, not redeclaring")
when not declared(VkImportSemaphoreFdInfoKHR):
  type
    VkImportSemaphoreFdInfoKHR* = VkImportSemaphoreFdInfoKHR_1124077206
else:
  static :
    hint("Declaration of " & "VkImportSemaphoreFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupDeviceCreateInfo):
  type
    VkDeviceGroupDeviceCreateInfo* = VkDeviceGroupDeviceCreateInfo_1124075310
else:
  static :
    hint("Declaration of " & "VkDeviceGroupDeviceCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX):
  type
    VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX* = VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078974
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX" &
        " already exists, not redeclaring")
when not declared(VkToolPurposeFlagBits):
  type
    VkToolPurposeFlagBits* = VkToolPurposeFlagBits_1124075866
else:
  static :
    hint("Declaration of " & "VkToolPurposeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBindingFlagBitsEXT):
  type
    VkDescriptorBindingFlagBitsEXT* = VkDescriptorBindingFlagBitsEXT_1124079268
else:
  static :
    hint("Declaration of " & "VkDescriptorBindingFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageFormatListCreateInfo):
  type
    struct_VkImageFormatListCreateInfo* = struct_VkImageFormatListCreateInfo_1124075650
else:
  static :
    hint("Declaration of " & "struct_VkImageFormatListCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindTileMemoryQCOM):
  type
    PFN_vkCmdBindTileMemoryQCOM* = PFN_vkCmdBindTileMemoryQCOM_1124081942
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindTileMemoryQCOM" &
        " already exists, not redeclaring")
when not declared(VkAttachmentSampleLocationsEXT):
  type
    VkAttachmentSampleLocationsEXT* = VkAttachmentSampleLocationsEXT_1124079142
else:
  static :
    hint("Declaration of " & "VkAttachmentSampleLocationsEXT" &
        " already exists, not redeclaring")
when not declared(Display):
  type
    Display* = Display_1124082774
else:
  static :
    hint("Declaration of " & "Display" & " already exists, not redeclaring")
when not declared(VkConvertCooperativeVectorMatrixInfoNV):
  type
    VkConvertCooperativeVectorMatrixInfoNV* = VkConvertCooperativeVectorMatrixInfoNV_1124081602
else:
  static :
    hint("Declaration of " & "VkConvertCooperativeVectorMatrixInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineCache):
  type
    VkPipelineCache* = VkPipelineCache_1124073971
else:
  static :
    hint("Declaration of " & "VkPipelineCache" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportStateCreateInfo):
  type
    struct_VkPipelineViewportStateCreateInfo* = struct_VkPipelineViewportStateCreateInfo_1124074804
else:
  static :
    hint("Declaration of " & "struct_VkPipelineViewportStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateIndirectExecutionSetEXT):
  type
    PFN_vkCreateIndirectExecutionSetEXT* = PFN_vkCreateIndirectExecutionSetEXT_1124082312
else:
  static :
    hint("Declaration of " & "PFN_vkCreateIndirectExecutionSetEXT" &
        " already exists, not redeclaring")
when not declared(VkBaseInStructure):
  type
    VkBaseInStructure* = VkBaseInStructure_1124074462
else:
  static :
    hint("Declaration of " & "VkBaseInStructure" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindOpticalFlowSessionImageNV):
  type
    PFN_vkBindOpticalFlowSessionImageNV* = PFN_vkBindOpticalFlowSessionImageNV_1124081470
else:
  static :
    hint("Declaration of " & "PFN_vkBindOpticalFlowSessionImageNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyMicromapEXT):
  type
    PFN_vkDestroyMicromapEXT* = PFN_vkDestroyMicromapEXT_1124080862
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyMicromapEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorImageInfo):
  type
    struct_VkDescriptorImageInfo* = struct_VkDescriptorImageInfo_1124074740
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorImageInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectExecutionSetShaderInfoEXT):
  type
    struct_VkIndirectExecutionSetShaderInfoEXT* = struct_VkIndirectExecutionSetShaderInfoEXT_1124082230
else:
  static :
    hint("Declaration of " & "struct_VkIndirectExecutionSetShaderInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDisplayModePropertiesKHR):
  type
    VkDisplayModePropertiesKHR* = VkDisplayModePropertiesKHR_1124076594
else:
  static :
    hint("Declaration of " & "VkDisplayModePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateSamplerYcbcrConversionKHR):
  type
    PFN_vkCreateSamplerYcbcrConversionKHR* = PFN_vkCreateSamplerYcbcrConversionKHR_1124077496
else:
  static :
    hint("Declaration of " & "PFN_vkCreateSamplerYcbcrConversionKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfacePresentModeEXT):
  type
    VkSurfacePresentModeEXT* = VkSurfacePresentModeEXT_1124079988
else:
  static :
    hint("Declaration of " & "VkSurfacePresentModeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT):
  type
    struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT* = struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079772
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePortabilitySubsetPropertiesKHR):
  type
    VkPhysicalDevicePortabilitySubsetPropertiesKHR* = VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082792
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePortabilitySubsetPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageRequiredSubgroupSizeCreateInfo):
  type
    VkPipelineShaderStageRequiredSubgroupSizeCreateInfo* = VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076048
else:
  static :
    hint("Declaration of " &
        "VkPipelineShaderStageRequiredSubgroupSizeCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkBuildAccelerationStructureFlagsNV):
  type
    VkBuildAccelerationStructureFlagsNV* = VkBuildAccelerationStructureFlagsNV_1124079380
else:
  static :
    hint("Declaration of " & "VkBuildAccelerationStructureFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD):
  type
    VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD* = VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD_1124080358
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderEarlyAndLateFragmentTestsFeaturesAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFormatProperties):
  type
    PFN_vkGetPhysicalDeviceFormatProperties* = PFN_vkGetPhysicalDeviceFormatProperties_1124074900
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkMemoryGetWin32HandleInfoKHR):
  type
    VkMemoryGetWin32HandleInfoKHR* = VkMemoryGetWin32HandleInfoKHR_1124082680
else:
  static :
    hint("Declaration of " & "VkMemoryGetWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAttachmentReference2KHR):
  type
    VkAttachmentReference2KHR* = VkAttachmentReference2KHR_1124077268
else:
  static :
    hint("Declaration of " & "VkAttachmentReference2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkImageCopy2):
  type
    struct_VkImageCopy2* = struct_VkImageCopy2_1124075966
else:
  static :
    hint("Declaration of " & "struct_VkImageCopy2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthCompareOpEXT):
  type
    PFN_vkCmdSetDepthCompareOpEXT* = PFN_vkCmdSetDepthCompareOpEXT_1124079918
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthCompareOpEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT):
  type
    struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT* = struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080312
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMultiIndexedEXT):
  type
    PFN_vkCmdDrawMultiIndexedEXT* = PFN_vkCmdDrawMultiIndexedEXT_1124080752
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMultiIndexedEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdConvertCooperativeVectorMatrixNV):
  type
    PFN_vkCmdConvertCooperativeVectorMatrixNV* = PFN_vkCmdConvertCooperativeVectorMatrixNV_1124081608
else:
  static :
    hint("Declaration of " & "PFN_vkCmdConvertCooperativeVectorMatrixNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferDeviceAddressEXT):
  type
    PFN_vkGetBufferDeviceAddressEXT* = PFN_vkGetBufferDeviceAddressEXT_1124079784
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferDeviceAddressEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdExecuteGeneratedCommandsNV):
  type
    PFN_vkCmdExecuteGeneratedCommandsNV* = PFN_vkCmdExecuteGeneratedCommandsNV_1124080084
else:
  static :
    hint("Declaration of " & "PFN_vkCmdExecuteGeneratedCommandsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAabbPositionsKHR):
  type
    struct_VkAabbPositionsKHR* = struct_VkAabbPositionsKHR_1124079438
else:
  static :
    hint("Declaration of " & "struct_VkAabbPositionsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassDescription):
  type
    struct_VkSubpassDescription* = struct_VkSubpassDescription_1124074852
else:
  static :
    hint("Declaration of " & "struct_VkSubpassDescription" &
        " already exists, not redeclaring")
when not declared(VkSparseImageFormatFlagBits):
  type
    VkSparseImageFormatFlagBits* = VkSparseImageFormatFlagBits_1124074228
else:
  static :
    hint("Declaration of " & "VkSparseImageFormatFlagBits" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreSignalInfo):
  type
    VkSemaphoreSignalInfo* = VkSemaphoreSignalInfo_1124075688
else:
  static :
    hint("Declaration of " & "VkSemaphoreSignalInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT):
  type
    struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT* = struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT_1124080468
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceOpticalFlowPropertiesNV):
  type
    VkPhysicalDeviceOpticalFlowPropertiesNV* = VkPhysicalDeviceOpticalFlowPropertiesNV_1124081442
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceOpticalFlowPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance5Features):
  type
    struct_VkPhysicalDeviceMaintenance5Features* = struct_VkPhysicalDeviceMaintenance5Features_1124076256
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance5Features" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsStreamNV):
  type
    struct_VkIndirectCommandsStreamNV* = struct_VkIndirectCommandsStreamNV_1124080060
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsStreamNV" &
        " already exists, not redeclaring")
when not declared(VkDisplaySurfaceCreateFlagsKHR):
  type
    VkDisplaySurfaceCreateFlagsKHR* = VkDisplaySurfaceCreateFlagsKHR_1124076582
else:
  static :
    hint("Declaration of " & "VkDisplaySurfaceCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreHandleTypeFlagBitsKHR):
  type
    VkExternalSemaphoreHandleTypeFlagBitsKHR* = VkExternalSemaphoreHandleTypeFlagBitsKHR_1124077186
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreHandleTypeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetVariableDescriptorCountAllocateInfo):
  type
    struct_VkDescriptorSetVariableDescriptorCountAllocateInfo* = struct_VkDescriptorSetVariableDescriptorCountAllocateInfo_1124075738
else:
  static :
    hint("Declaration of " &
        "struct_VkDescriptorSetVariableDescriptorCountAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMeshShaderFeaturesEXT):
  type
    struct_VkPhysicalDeviceMeshShaderFeaturesEXT* = struct_VkPhysicalDeviceMeshShaderFeaturesEXT_1124082626
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMeshShaderFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsTokenTypeNV):
  type
    VkIndirectCommandsTokenTypeNV* = VkIndirectCommandsTokenTypeNV_1124080014
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsTokenTypeNV" &
        " already exists, not redeclaring")
when not declared(VkRenderingFragmentShadingRateAttachmentInfoKHR):
  type
    VkRenderingFragmentShadingRateAttachmentInfoKHR* = VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077636
else:
  static :
    hint("Declaration of " & "VkRenderingFragmentShadingRateAttachmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT):
  type
    struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT* = struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080538
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowImageFormatInfoNV):
  type
    VkOpticalFlowImageFormatInfoNV* = VkOpticalFlowImageFormatInfoNV_1124081446
else:
  static :
    hint("Declaration of " & "VkOpticalFlowImageFormatInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV):
  type
    VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV* = VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080374
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchGraphAMDX):
  type
    PFN_vkCmdDispatchGraphAMDX* = PFN_vkCmdDispatchGraphAMDX_1124082834
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchGraphAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT):
  type
    struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT* = struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080628
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelinePropertiesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalComputeQueueDeviceCreateInfoNV):
  type
    VkExternalComputeQueueDeviceCreateInfoNV* = VkExternalComputeQueueDeviceCreateInfoNV_1124081976
else:
  static :
    hint("Declaration of " & "VkExternalComputeQueueDeviceCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT):
  type
    struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT* = struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082210
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkExportFenceWin32HandleInfoKHR):
  type
    struct_VkExportFenceWin32HandleInfoKHR* = struct_VkExportFenceWin32HandleInfoKHR_1124082714
else:
  static :
    hint("Declaration of " & "struct_VkExportFenceWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHostQueryResetFeatures):
  type
    VkPhysicalDeviceHostQueryResetFeatures* = VkPhysicalDeviceHostQueryResetFeatures_1124075664
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHostQueryResetFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineExecutableStatisticKHR):
  type
    struct_VkPipelineExecutableStatisticKHR* = struct_VkPipelineExecutableStatisticKHR_1124077726
else:
  static :
    hint("Declaration of " & "struct_VkPipelineExecutableStatisticKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCustomResolveCreateInfoEXT):
  type
    struct_VkCustomResolveCreateInfoEXT* = struct_VkCustomResolveCreateInfoEXT_1124082446
else:
  static :
    hint("Declaration of " & "struct_VkCustomResolveCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreFeatureFlags):
  type
    VkExternalSemaphoreFeatureFlags* = VkExternalSemaphoreFeatureFlags_1124075254
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreFeatureFlags" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilities2EXT):
  type
    VkSurfaceCapabilities2EXT* = VkSurfaceCapabilities2EXT_1124078912
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilities2EXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindShadersEXT):
  type
    PFN_vkCmdBindShadersEXT* = PFN_vkCmdBindShadersEXT_1124081542
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindShadersEXT" &
        " already exists, not redeclaring")
when not declared(VkCooperativeVectorPropertiesNV):
  type
    VkCooperativeVectorPropertiesNV* = VkCooperativeVectorPropertiesNV_1124081598
else:
  static :
    hint("Declaration of " & "VkCooperativeVectorPropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetEvent):
  type
    PFN_vkSetEvent* = PFN_vkSetEvent_1124075044
else:
  static :
    hint("Declaration of " & "PFN_vkSetEvent" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR):
  type
    VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR* = VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR_1124078346
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM):
  type
    PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM* = PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081846
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR):
  type
    struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR* = struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR_1124082602
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingPipelinePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265RateControlFlagsKHR):
  type
    VkVideoEncodeH265RateControlFlagsKHR* = VkVideoEncodeH265RateControlFlagsKHR_1124076930
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265RateControlFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265ProfileTierLevel):
  type
    struct_StdVideoH265ProfileTierLevel* = struct_StdVideoH265ProfileTierLevel_1124083154
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265ProfileTierLevel" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI):
  type
    struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI* = struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI_1124082348
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceHdrVividFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(VkSurfacePresentScalingCapabilitiesEXT):
  type
    VkSurfacePresentScalingCapabilitiesEXT* = VkSurfacePresentScalingCapabilitiesEXT_1124079990
else:
  static :
    hint("Declaration of " & "VkSurfacePresentScalingCapabilitiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265PictureInfoFlags):
  type
    struct_StdVideoEncodeH265PictureInfoFlags* = struct_StdVideoEncodeH265PictureInfoFlags_1124083178
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescriptionFlagBits):
  type
    VkAttachmentDescriptionFlagBits* = VkAttachmentDescriptionFlagBits_1124074412
else:
  static :
    hint("Declaration of " & "VkAttachmentDescriptionFlagBits" &
        " already exists, not redeclaring")
when not declared(VkMemoryToImageCopy):
  type
    VkMemoryToImageCopy* = VkMemoryToImageCopy_1124076302
else:
  static :
    hint("Declaration of " & "VkMemoryToImageCopy" &
        " already exists, not redeclaring")
when not declared(VkBindDescriptorBufferEmbeddedSamplersInfoEXT):
  type
    VkBindDescriptorBufferEmbeddedSamplersInfoEXT* = VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078410
else:
  static :
    hint("Declaration of " & "VkBindDescriptorBufferEmbeddedSamplersInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeCapabilitiesKHR):
  type
    VkVideoDecodeCapabilitiesKHR* = VkVideoDecodeCapabilitiesKHR_1124076794
else:
  static :
    hint("Declaration of " & "VkVideoDecodeCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkAllocateMemory):
  type
    PFN_vkAllocateMemory* = PFN_vkAllocateMemory_1124074934
else:
  static :
    hint("Declaration of " & "PFN_vkAllocateMemory" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoCapabilityFlagBitsKHR):
  type
    enum_VkVideoCapabilityFlagBitsKHR* = enum_VkVideoCapabilityFlagBitsKHR_1124076658
else:
  static :
    hint("Declaration of " & "enum_VkVideoCapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkHostImageCopyDevicePerformanceQueryEXT):
  type
    VkHostImageCopyDevicePerformanceQueryEXT* = VkHostImageCopyDevicePerformanceQueryEXT_1124079948
else:
  static :
    hint("Declaration of " & "VkHostImageCopyDevicePerformanceQueryEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentId2KHR):
  type
    struct_VkPresentId2KHR* = struct_VkPresentId2KHR_1124078028
else:
  static :
    hint("Declaration of " & "struct_VkPresentId2KHR" &
        " already exists, not redeclaring")
when not declared(StdVideoH264PocType):
  type
    StdVideoH264PocType* = StdVideoH264PocType_1124082982
else:
  static :
    hint("Declaration of " & "StdVideoH264PocType" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyCudaModuleNV):
  type
    PFN_vkDestroyCudaModuleNV* = PFN_vkDestroyCudaModuleNV_1124082870
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyCudaModuleNV" &
        " already exists, not redeclaring")
when not declared(VkVideoComponentBitDepthFlagBitsKHR):
  type
    VkVideoComponentBitDepthFlagBitsKHR* = VkVideoComponentBitDepthFlagBitsKHR_1124076654
else:
  static :
    hint("Declaration of " & "VkVideoComponentBitDepthFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264SessionParametersAddInfoKHR):
  type
    VkVideoEncodeH264SessionParametersAddInfoKHR* = VkVideoEncodeH264SessionParametersAddInfoKHR_1124076848
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV):
  type
    struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV* = struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079206
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderSMBuiltinsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkScopeNV):
  type
    VkScopeNV* = VkScopeNV_1124079810
else:
  static :
    hint("Declaration of " & "VkScopeNV" & " already exists, not redeclaring")
when not declared(PFN_vkDestroyCuFunctionNVX):
  type
    PFN_vkDestroyCuFunctionNVX* = PFN_vkDestroyCuFunctionNVX_1124078772
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyCuFunctionNVX" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetInfoTypeEXT):
  type
    VkIndirectExecutionSetInfoTypeEXT* = VkIndirectExecutionSetInfoTypeEXT_1124082192
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetInfoTypeEXT" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1TransferCharacteristics):
  type
    enum_StdVideoAV1TransferCharacteristics* = enum_StdVideoAV1TransferCharacteristics_1124083342
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1TransferCharacteristics" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureCreateInfoKHR):
  type
    VkAccelerationStructureCreateInfoKHR* = VkAccelerationStructureCreateInfoKHR_1124082516
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkStencilOpState):
  type
    VkStencilOpState* = VkStencilOpState_1124074818
else:
  static :
    hint("Declaration of " & "VkStencilOpState" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDevicePresentRectanglesKHR):
  type
    PFN_vkGetPhysicalDevicePresentRectanglesKHR* = PFN_vkGetPhysicalDevicePresentRectanglesKHR_1124076566
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDevicePresentRectanglesKHR" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264ModificationOfPicNumsIdc):
  type
    enum_StdVideoH264ModificationOfPicNumsIdc* = enum_StdVideoH264ModificationOfPicNumsIdc_1124083372
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264ModificationOfPicNumsIdc" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance4Features):
  type
    struct_VkPhysicalDeviceMaintenance4Features* = struct_VkPhysicalDeviceMaintenance4Features_1124075994
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance4Features" &
        " already exists, not redeclaring")
when not declared(StdVideoH265HrdFlags):
  type
    StdVideoH265HrdFlags* = StdVideoH265HrdFlags_1124083262
else:
  static :
    hint("Declaration of " & "StdVideoH265HrdFlags" &
        " already exists, not redeclaring")
when not declared(VkImportMemoryWin32HandleInfoKHR):
  type
    VkImportMemoryWin32HandleInfoKHR* = VkImportMemoryWin32HandleInfoKHR_1124082664
else:
  static :
    hint("Declaration of " & "VkImportMemoryWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkSubgroupFeatureFlagBits):
  type
    enum_VkSubgroupFeatureFlagBits* = enum_VkSubgroupFeatureFlagBits_1124075256
else:
  static :
    hint("Declaration of " & "enum_VkSubgroupFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoVP9Profile):
  type
    enum_StdVideoVP9Profile* = enum_StdVideoVP9Profile_1124082960
else:
  static :
    hint("Declaration of " & "enum_StdVideoVP9Profile" &
        " already exists, not redeclaring")
when not declared(VkPipelineRenderingCreateInfo):
  type
    VkPipelineRenderingCreateInfo* = VkPipelineRenderingCreateInfo_1124076104
else:
  static :
    hint("Declaration of " & "VkPipelineRenderingCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutBindingFlagsCreateInfoEXT):
  type
    VkDescriptorSetLayoutBindingFlagsCreateInfoEXT* = VkDescriptorSetLayoutBindingFlagsCreateInfoEXT_1124079272
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutBindingFlagsCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePointClippingProperties):
  type
    struct_VkPhysicalDevicePointClippingProperties* = struct_VkPhysicalDevicePointClippingProperties_1124075506
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePointClippingProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE):
  type
    PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE* = PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE_1124080958
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorSetLayoutHostMappingInfoVALVE" &
        " already exists, not redeclaring")
when not declared(struct_VkMutableDescriptorTypeListEXT):
  type
    struct_VkMutableDescriptorTypeListEXT* = struct_VkMutableDescriptorTypeListEXT_1124080526
else:
  static :
    hint("Declaration of " & "struct_VkMutableDescriptorTypeListEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryLinearSweptSpheresDataNV):
  type
    VkAccelerationStructureGeometryLinearSweptSpheresDataNV* = VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081084
else:
  static :
    hint("Declaration of " &
        "VkAccelerationStructureGeometryLinearSweptSpheresDataNV" &
        " already exists, not redeclaring")
when not declared(VkDisplayModeCreateFlagsKHR):
  type
    VkDisplayModeCreateFlagsKHR* = VkDisplayModeCreateFlagsKHR_1124076574
else:
  static :
    hint("Declaration of " & "VkDisplayModeCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV):
  type
    struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV* = struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV_1124082056
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceClusterAccelerationStructurePropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkEndCommandBuffer):
  type
    PFN_vkEndCommandBuffer* = PFN_vkEndCommandBuffer_1124075008
else:
  static :
    hint("Declaration of " & "PFN_vkEndCommandBuffer" &
        " already exists, not redeclaring")
when not declared(VkTensorViewCreateInfoARM):
  type
    VkTensorViewCreateInfoARM* = VkTensorViewCreateInfoARM_1124081274
else:
  static :
    hint("Declaration of " & "VkTensorViewCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(VkBuildAccelerationStructureModeKHR):
  type
    VkBuildAccelerationStructureModeKHR* = VkBuildAccelerationStructureModeKHR_1124082478
else:
  static :
    hint("Declaration of " & "VkBuildAccelerationStructureModeKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceCounterDescriptionFlagBitsKHR):
  type
    enum_VkPerformanceCounterDescriptionFlagBitsKHR* = enum_VkPerformanceCounterDescriptionFlagBitsKHR_1124077336
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceCounterDescriptionFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentMeteringFeaturesNV):
  type
    struct_VkPhysicalDevicePresentMeteringFeaturesNV* = struct_VkPhysicalDevicePresentMeteringFeaturesNV_1124082422
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePresentMeteringFeaturesNV" &
        " already exists, not redeclaring")
when not declared(StdVideoH264PictureParameterSet):
  type
    StdVideoH264PictureParameterSet* = StdVideoH264PictureParameterSet_1124076846
else:
  static :
    hint("Declaration of " & "StdVideoH264PictureParameterSet" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginQuery):
  type
    PFN_vkCmdBeginQuery* = PFN_vkCmdBeginQuery_1124075026
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginQuery" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubpassShadingPropertiesHUAWEI):
  type
    VkPhysicalDeviceSubpassShadingPropertiesHUAWEI* = VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080598
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubpassShadingPropertiesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1PictureInfoFlags):
  type
    struct_StdVideoEncodeAV1PictureInfoFlags* = struct_StdVideoEncodeAV1PictureInfoFlags_1124083230
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalBufferInfo):
  type
    VkPhysicalDeviceExternalBufferInfo* = VkPhysicalDeviceExternalBufferInfo_1124075410
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalBufferInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalSemaphoreInfoKHR):
  type
    VkPhysicalDeviceExternalSemaphoreInfoKHR* = VkPhysicalDeviceExternalSemaphoreInfoKHR_1124077192
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalSemaphoreInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplayModeKHR):
  type
    VkDisplayModeKHR* = VkDisplayModeKHR_1124076572
else:
  static :
    hint("Declaration of " & "VkDisplayModeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR):
  type
    struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR* = struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078190
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorDependencyInfoARM):
  type
    struct_VkTensorDependencyInfoARM* = struct_VkTensorDependencyInfoARM_1124081300
else:
  static :
    hint("Declaration of " & "struct_VkTensorDependencyInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE):
  type
    enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE* = enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080698
else:
  static :
    hint("Declaration of " &
        "enum_VkVideoEncodeRgbRangeCompressionFlagBitsVALVE" &
        " already exists, not redeclaring")
when not declared(VkCustomResolveCreateInfoEXT):
  type
    VkCustomResolveCreateInfoEXT* = VkCustomResolveCreateInfoEXT_1124082448
else:
  static :
    hint("Declaration of " & "VkCustomResolveCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkSparseImageMemoryRequirements2KHR):
  type
    VkSparseImageMemoryRequirements2KHR* = VkSparseImageMemoryRequirements2KHR_1124077466
else:
  static :
    hint("Declaration of " & "VkSparseImageMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureInstanceKHR):
  type
    struct_VkAccelerationStructureInstanceKHR* = struct_VkAccelerationStructureInstanceKHR_1124079444
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureInstanceKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetExclusiveScissorNV):
  type
    PFN_vkCmdSetExclusiveScissorNV* = PFN_vkCmdSetExclusiveScissorNV_1124079598
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetExclusiveScissorNV" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSetPartitionedAccelerationStructureNV):
  type
    VkWriteDescriptorSetPartitionedAccelerationStructureNV* = VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082172
else:
  static :
    hint("Declaration of " &
        "VkWriteDescriptorSetPartitionedAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1LoopRestoration):
  type
    StdVideoAV1LoopRestoration* = StdVideoAV1LoopRestoration_1124083082
else:
  static :
    hint("Declaration of " & "StdVideoAV1LoopRestoration" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResolveImage):
  type
    PFN_vkCmdResolveImage* = PFN_vkCmdResolveImage_1124075158
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResolveImage" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsExecutionSetTokenEXT):
  type
    VkIndirectCommandsExecutionSetTokenEXT* = VkIndirectCommandsExecutionSetTokenEXT_1124082264
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsExecutionSetTokenEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264SessionParametersAddInfoKHR):
  type
    struct_VkVideoEncodeH264SessionParametersAddInfoKHR* = struct_VkVideoEncodeH264SessionParametersAddInfoKHR_1124076842
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH264SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthTestEnable):
  type
    PFN_vkCmdSetDepthTestEnable* = PFN_vkCmdSetDepthTestEnable_1124076170
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthTestEnable" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevice8BitStorageFeatures):
  type
    VkPhysicalDevice8BitStorageFeatures* = VkPhysicalDevice8BitStorageFeatures_1124075712
else:
  static :
    hint("Declaration of " & "VkPhysicalDevice8BitStorageFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSamplerFilterMinmaxProperties):
  type
    VkPhysicalDeviceSamplerFilterMinmaxProperties* = VkPhysicalDeviceSamplerFilterMinmaxProperties_1124075756
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSamplerFilterMinmaxProperties" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreFeatureFlagBitsKHR):
  type
    VkExternalSemaphoreFeatureFlagBitsKHR* = VkExternalSemaphoreFeatureFlagBitsKHR_1124077190
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreFeatureFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlagBits2):
  type
    VkBufferUsageFlagBits2* = VkBufferUsageFlagBits2_1124076212
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlagBits2" &
        " already exists, not redeclaring")
when not declared(VkCalibratedTimestampInfoEXT):
  type
    VkCalibratedTimestampInfoEXT* = VkCalibratedTimestampInfoEXT_1124079526
else:
  static :
    hint("Declaration of " & "VkCalibratedTimestampInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264StdFlagBitsKHR):
  type
    VkVideoEncodeH264StdFlagBitsKHR* = VkVideoEncodeH264StdFlagBitsKHR_1124076814
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264StdFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceFaultAddressInfoEXT):
  type
    struct_VkDeviceFaultAddressInfoEXT* = struct_VkDeviceFaultAddressInfoEXT_1124080492
else:
  static :
    hint("Declaration of " & "struct_VkDeviceFaultAddressInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPrivateDataSlotCreateInfo):
  type
    VkPrivateDataSlotCreateInfo* = VkPrivateDataSlotCreateInfo_1124075924
else:
  static :
    hint("Declaration of " & "VkPrivateDataSlotCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueWaitIdle):
  type
    PFN_vkQueueWaitIdle* = PFN_vkQueueWaitIdle_1124074930
else:
  static :
    hint("Declaration of " & "PFN_vkQueueWaitIdle" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineDynamicStateCreateInfo):
  type
    struct_VkPipelineDynamicStateCreateInfo* = struct_VkPipelineDynamicStateCreateInfo_1124074832
else:
  static :
    hint("Declaration of " & "struct_VkPipelineDynamicStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI):
  type
    VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI* = VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080898
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryToImageCopy):
  type
    struct_VkMemoryToImageCopy* = struct_VkMemoryToImageCopy_1124076300
else:
  static :
    hint("Declaration of " & "struct_VkMemoryToImageCopy" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineBuiltinModelCreateInfoQCOM):
  type
    VkDataGraphPipelineBuiltinModelCreateInfoQCOM* = VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082462
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineBuiltinModelCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR):
  type
    VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR* = VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR_1124077986
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderSubgroupRotateFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264ReferenceInfoFlags):
  type
    struct_StdVideoEncodeH264ReferenceInfoFlags* = struct_StdVideoEncodeH264ReferenceInfoFlags_1124083146
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkMemoryDecompressionMethodFlagsNV):
  type
    VkMemoryDecompressionMethodFlagsNV* = VkMemoryDecompressionMethodFlagsNV_1124081026
else:
  static :
    hint("Declaration of " & "VkMemoryDecompressionMethodFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetLayoutSupport):
  type
    struct_VkDescriptorSetLayoutSupport* = struct_VkDescriptorSetLayoutSupport_1124075482
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetLayoutSupport" &
        " already exists, not redeclaring")
when not declared(VkDisplayNativeHdrSurfaceCapabilitiesAMD):
  type
    VkDisplayNativeHdrSurfaceCapabilitiesAMD* = VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079706
else:
  static :
    hint("Declaration of " & "VkDisplayNativeHdrSurfaceCapabilitiesAMD" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR):
  type
    VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR* = VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078502
else:
  static :
    hint("Declaration of " &
        "VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDraw):
  type
    PFN_vkCmdDraw* = PFN_vkCmdDraw_1124075144
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDraw" &
        " already exists, not redeclaring")
when not declared(VkPerformanceValueINTEL):
  type
    VkPerformanceValueINTEL* = VkPerformanceValueINTEL_1124079654
else:
  static :
    hint("Declaration of " & "VkPerformanceValueINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkExtent2D):
  type
    struct_VkExtent2D* = struct_VkExtent2D_1124074440
else:
  static :
    hint("Declaration of " & "struct_VkExtent2D" &
        " already exists, not redeclaring")
when not declared(VkSubmitInfo2KHR):
  type
    VkSubmitInfo2KHR* = VkSubmitInfo2KHR_1124077880
else:
  static :
    hint("Declaration of " & "VkSubmitInfo2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportWScalingStateCreateInfoNV):
  type
    VkPipelineViewportWScalingStateCreateInfoNV* = VkPipelineViewportWScalingStateCreateInfoNV_1124078898
else:
  static :
    hint("Declaration of " & "VkPipelineViewportWScalingStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageNodeCreateInfoAMDX):
  type
    VkPipelineShaderStageNodeCreateInfoAMDX* = VkPipelineShaderStageNodeCreateInfoAMDX_1124082824
else:
  static :
    hint("Declaration of " & "VkPipelineShaderStageNodeCreateInfoAMDX" &
        " already exists, not redeclaring")
when not declared(VisualID):
  type
    VisualID* = VisualID_1124082784
else:
  static :
    hint("Declaration of " & "VisualID" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalMemoryRDMAFeaturesNV):
  type
    VkPhysicalDeviceExternalMemoryRDMAFeaturesNV* = VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080618
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalMemoryRDMAFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPolygonModeEXT):
  type
    PFN_vkCmdSetPolygonModeEXT* = PFN_vkCmdSetPolygonModeEXT_1124081140
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPolygonModeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT):
  type
    struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT* = struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081032
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMemoryDecompressionFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoVP9Level):
  type
    enum_StdVideoVP9Level* = enum_StdVideoVP9Level_1124082962
else:
  static :
    hint("Declaration of " & "enum_StdVideoVP9Level" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSchedulingControlsFlagBitsARM):
  type
    VkPhysicalDeviceSchedulingControlsFlagBitsARM* = VkPhysicalDeviceSchedulingControlsFlagBitsARM_1124080924
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSchedulingControlsFlagBitsARM" &
        " already exists, not redeclaring")
when not declared(VkBufferViewCreateInfo):
  type
    VkBufferViewCreateInfo* = VkBufferViewCreateInfo_1124074694
else:
  static :
    hint("Declaration of " & "VkBufferViewCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsLayoutCreateInfoEXT):
  type
    struct_VkIndirectCommandsLayoutCreateInfoEXT* = struct_VkIndirectCommandsLayoutCreateInfoEXT_1124082274
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsLayoutCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentFenceInfoEXT):
  type
    VkSwapchainPresentFenceInfoEXT* = VkSwapchainPresentFenceInfoEXT_1124079996
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentFenceInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkLatencySleepInfoNV):
  type
    VkLatencySleepInfoNV* = VkLatencySleepInfoNV_1124081668
else:
  static :
    hint("Declaration of " & "VkLatencySleepInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265ReferenceListsInfo):
  type
    StdVideoEncodeH265ReferenceListsInfo* = StdVideoEncodeH265ReferenceListsInfo_1124083044
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265ReferenceListsInfo" &
        " already exists, not redeclaring")
when not declared(VkViewportCoordinateSwizzleNV):
  type
    VkViewportCoordinateSwizzleNV* = VkViewportCoordinateSwizzleNV_1124078982
else:
  static :
    hint("Declaration of " & "VkViewportCoordinateSwizzleNV" &
        " already exists, not redeclaring")
when not declared(VkShaderStatisticsInfoAMD):
  type
    VkShaderStatisticsInfoAMD* = VkShaderStatisticsInfoAMD_1124078808
else:
  static :
    hint("Declaration of " & "VkShaderStatisticsInfoAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR* = PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078184
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkCommandBufferUsageFlagBits):
  type
    enum_VkCommandBufferUsageFlagBits* = enum_VkCommandBufferUsageFlagBits_1124074294
else:
  static :
    hint("Declaration of " & "enum_VkCommandBufferUsageFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT):
  type
    struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT* = struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT_1124081650
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM):
  type
    struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM* = struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM_1124081926
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTileMemoryHeapPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyImageToMemoryInfo):
  type
    struct_VkCopyImageToMemoryInfo* = struct_VkCopyImageToMemoryInfo_1124076312
else:
  static :
    hint("Declaration of " & "struct_VkCopyImageToMemoryInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectStateFlagBitsNV):
  type
    enum_VkIndirectStateFlagBitsNV* = enum_VkIndirectStateFlagBitsNV_1124080016
else:
  static :
    hint("Declaration of " & "enum_VkIndirectStateFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdNextSubpass):
  type
    PFN_vkCmdNextSubpass* = PFN_vkCmdNextSubpass_1124075162
else:
  static :
    hint("Declaration of " & "PFN_vkCmdNextSubpass" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineShaderStageCreateInfo):
  type
    struct_VkPipelineShaderStageCreateInfo* = struct_VkPipelineShaderStageCreateInfo_1124074712
else:
  static :
    hint("Declaration of " & "struct_VkPipelineShaderStageCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSemaphoreCounterValueKHR):
  type
    PFN_vkGetSemaphoreCounterValueKHR* = PFN_vkGetSemaphoreCounterValueKHR_1124077600
else:
  static :
    hint("Declaration of " & "PFN_vkGetSemaphoreCounterValueKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureTrianglesDisplacementMicromapNV):
  type
    struct_VkAccelerationStructureTrianglesDisplacementMicromapNV* = struct_VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082888
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureTrianglesDisplacementMicromapNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264ReferenceInfo):
  type
    struct_StdVideoEncodeH264ReferenceInfo* = struct_StdVideoEncodeH264ReferenceInfo_1124082914
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBufferAddressFeaturesEXT):
  type
    VkPhysicalDeviceBufferAddressFeaturesEXT* = VkPhysicalDeviceBufferAddressFeaturesEXT_1124079776
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceBufferAddressFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreSubmitInfo):
  type
    struct_VkSemaphoreSubmitInfo* = struct_VkSemaphoreSubmitInfo_1124075942
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkExtensionProperties):
  type
    VkExtensionProperties* = VkExtensionProperties_1124074558
else:
  static :
    hint("Declaration of " & "VkExtensionProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkRect2D):
  type
    struct_VkRect2D* = struct_VkRect2D_1124074456
else:
  static :
    hint("Declaration of " & "struct_VkRect2D" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT):
  type
    VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT* = VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080584
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkResult):
  type
    VkResult* = VkResult_1124073994
else:
  static :
    hint("Declaration of " & "VkResult" & " already exists, not redeclaring")
when not declared(PFN_vkCreateComputePipelines):
  type
    PFN_vkCreateComputePipelines* = PFN_vkCreateComputePipelines_1124075064
else:
  static :
    hint("Declaration of " & "PFN_vkCreateComputePipelines" &
        " already exists, not redeclaring")
when not declared(VkHostImageCopyFlagBits):
  type
    VkHostImageCopyFlagBits* = VkHostImageCopyFlagBits_1124076216
else:
  static :
    hint("Declaration of " & "VkHostImageCopyFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePointClippingProperties):
  type
    VkPhysicalDevicePointClippingProperties* = VkPhysicalDevicePointClippingProperties_1124075508
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePointClippingProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceTensorMemoryRequirementsARM):
  type
    struct_VkDeviceTensorMemoryRequirementsARM* = struct_VkDeviceTensorMemoryRequirementsARM_1124081308
else:
  static :
    hint("Declaration of " & "struct_VkDeviceTensorMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkBindImageMemoryDeviceGroupInfo):
  type
    struct_VkBindImageMemoryDeviceGroupInfo* = struct_VkBindImageMemoryDeviceGroupInfo_1124075300
else:
  static :
    hint("Declaration of " & "struct_VkBindImageMemoryDeviceGroupInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceToolProperties):
  type
    VkPhysicalDeviceToolProperties* = VkPhysicalDeviceToolProperties_1124075912
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceToolProperties" &
        " already exists, not redeclaring")
when not declared(VkDisplayModeParametersKHR):
  type
    VkDisplayModeParametersKHR* = VkDisplayModeParametersKHR_1124076586
else:
  static :
    hint("Declaration of " & "VkDisplayModeParametersKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkImageCreateFlagBits):
  type
    enum_VkImageCreateFlagBits* = enum_VkImageCreateFlagBits_1124074158
else:
  static :
    hint("Declaration of " & "enum_VkImageCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeAV1ProfileInfoKHR):
  type
    VkVideoDecodeAV1ProfileInfoKHR* = VkVideoDecodeAV1ProfileInfoKHR_1124078198
else:
  static :
    hint("Declaration of " & "VkVideoDecodeAV1ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkFramebufferCreateFlagBits):
  type
    VkFramebufferCreateFlagBits* = VkFramebufferCreateFlagBits_1124074418
else:
  static :
    hint("Declaration of " & "VkFramebufferCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportShadingRateImageStateCreateInfoNV):
  type
    VkPipelineViewportShadingRateImageStateCreateInfoNV* = VkPipelineViewportShadingRateImageStateCreateInfoNV_1124079296
else:
  static :
    hint("Declaration of " &
        "VkPipelineViewportShadingRateImageStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(union_VkClearColorValue):
  type
    union_VkClearColorValue* = union_VkClearColorValue_1124074768
else:
  static :
    hint("Declaration of " & "union_VkClearColorValue" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainCreateInfoKHR):
  type
    struct_VkSwapchainCreateInfoKHR* = struct_VkSwapchainCreateInfoKHR_1124076520
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapVersionInfoEXT):
  type
    struct_VkMicromapVersionInfoEXT* = struct_VkMicromapVersionInfoEXT_1124080832
else:
  static :
    hint("Declaration of " & "struct_VkMicromapVersionInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkSampleCountFlagBits):
  type
    enum_VkSampleCountFlagBits* = enum_VkSampleCountFlagBits_1124074164
else:
  static :
    hint("Declaration of " & "enum_VkSampleCountFlagBits" &
        " already exists, not redeclaring")
when not declared(VkDiscardRectangleModeEXT):
  type
    VkDiscardRectangleModeEXT* = VkDiscardRectangleModeEXT_1124078996
else:
  static :
    hint("Declaration of " & "VkDiscardRectangleModeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDebugReportCallbackEXT):
  type
    PFN_vkCreateDebugReportCallbackEXT* = PFN_vkCreateDebugReportCallbackEXT_1124078672
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDebugReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkGetLatencyMarkerInfoNV):
  type
    struct_VkGetLatencyMarkerInfoNV* = struct_VkGetLatencyMarkerInfoNV_1124081678
else:
  static :
    hint("Declaration of " & "struct_VkGetLatencyMarkerInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyBuffer):
  type
    PFN_vkDestroyBuffer* = PFN_vkDestroyBuffer_1124074984
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyBuffer" &
        " already exists, not redeclaring")
when not declared(VkPipelineColorBlendStateCreateFlags):
  type
    VkPipelineColorBlendStateCreateFlags* = VkPipelineColorBlendStateCreateFlags_1124074406
else:
  static :
    hint("Declaration of " & "VkPipelineColorBlendStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkBindAccelerationStructureMemoryInfoNV):
  type
    VkBindAccelerationStructureMemoryInfoNV* = VkBindAccelerationStructureMemoryInfoNV_1124079418
else:
  static :
    hint("Declaration of " & "VkBindAccelerationStructureMemoryInfoNV" &
        " already exists, not redeclaring")
when not declared(VkShaderModuleValidationCacheCreateInfoEXT):
  type
    VkShaderModuleValidationCacheCreateInfoEXT* = VkShaderModuleValidationCacheCreateInfoEXT_1124079258
else:
  static :
    hint("Declaration of " & "VkShaderModuleValidationCacheCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkBindImageMemorySwapchainInfoKHR):
  type
    VkBindImageMemorySwapchainInfoKHR* = VkBindImageMemorySwapchainInfoKHR_1124076534
else:
  static :
    hint("Declaration of " & "VkBindImageMemorySwapchainInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCuModuleTexturingModeCreateInfoNVX):
  type
    struct_VkCuModuleTexturingModeCreateInfoNVX* = struct_VkCuModuleTexturingModeCreateInfoNVX_1124078754
else:
  static :
    hint("Declaration of " & "struct_VkCuModuleTexturingModeCreateInfoNVX" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI):
  type
    VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI* = VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080890
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLineRasterizationProperties):
  type
    VkPhysicalDeviceLineRasterizationProperties* = VkPhysicalDeviceLineRasterizationProperties_1124076390
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLineRasterizationProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceConfigurationAcquireInfoINTEL):
  type
    struct_VkPerformanceConfigurationAcquireInfoINTEL* = struct_VkPerformanceConfigurationAcquireInfoINTEL_1124079678
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceConfigurationAcquireInfoINTEL" &
        " already exists, not redeclaring")
when not declared(VkMultisamplePropertiesEXT):
  type
    VkMultisamplePropertiesEXT* = VkMultisamplePropertiesEXT_1124079162
else:
  static :
    hint("Declaration of " & "VkMultisamplePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM):
  type
    VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM* = VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081816
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureWriteInstanceDataNV):
  type
    VkPartitionedAccelerationStructureWriteInstanceDataNV* = VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082160
else:
  static :
    hint("Declaration of " &
        "VkPartitionedAccelerationStructureWriteInstanceDataNV" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1TxMode):
  type
    StdVideoAV1TxMode* = StdVideoAV1TxMode_1124083070
else:
  static :
    hint("Declaration of " & "StdVideoAV1TxMode" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryImageCreateInfoNV):
  type
    VkExternalMemoryImageCreateInfoNV* = VkExternalMemoryImageCreateInfoNV_1124078836
else:
  static :
    hint("Declaration of " & "VkExternalMemoryImageCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkInstanceCreateFlagBits):
  type
    VkInstanceCreateFlagBits* = VkInstanceCreateFlagBits_1124074178
else:
  static :
    hint("Declaration of " & "VkInstanceCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeAV1PredictionModeKHR):
  type
    enum_VkVideoEncodeAV1PredictionModeKHR* = enum_VkVideoEncodeAV1PredictionModeKHR_1124078224
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeAV1PredictionModeKHR" &
        " already exists, not redeclaring")
when not declared(VkRect2D):
  type
    VkRect2D* = VkRect2D_1124074458
else:
  static :
    hint("Declaration of " & "VkRect2D" & " already exists, not redeclaring")
when not declared(struct_VkImageDrmFormatModifierPropertiesEXT):
  type
    struct_VkImageDrmFormatModifierPropertiesEXT* = struct_VkImageDrmFormatModifierPropertiesEXT_1124079230
else:
  static :
    hint("Declaration of " & "struct_VkImageDrmFormatModifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLineStippleEXT):
  type
    PFN_vkCmdSetLineStippleEXT* = PFN_vkCmdSetLineStippleEXT_1124079886
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLineStippleEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCustomBorderColorPropertiesEXT):
  type
    VkPhysicalDeviceCustomBorderColorPropertiesEXT* = VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080166
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCustomBorderColorPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceHostQueryResetFeatures):
  type
    struct_VkPhysicalDeviceHostQueryResetFeatures* = struct_VkPhysicalDeviceHostQueryResetFeatures_1124075662
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceHostQueryResetFeatures" &
        " already exists, not redeclaring")
when not declared(VkImageCopy2):
  type
    VkImageCopy2* = VkImageCopy2_1124075968
else:
  static :
    hint("Declaration of " & "VkImageCopy2" & " already exists, not redeclaring")
when not declared(VkImageCompressionControlEXT):
  type
    VkImageCompressionControlEXT* = VkImageCompressionControlEXT_1124080462
else:
  static :
    hint("Declaration of " & "VkImageCompressionControlEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkGeneratedCommandsInfoEXT):
  type
    struct_VkGeneratedCommandsInfoEXT* = struct_VkGeneratedCommandsInfoEXT_1124082242
else:
  static :
    hint("Declaration of " & "struct_VkGeneratedCommandsInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkWaitForFences):
  type
    PFN_vkWaitForFences* = PFN_vkWaitForFences_1124074970
else:
  static :
    hint("Declaration of " & "PFN_vkWaitForFences" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFeatures):
  type
    PFN_vkGetPhysicalDeviceFeatures* = PFN_vkGetPhysicalDeviceFeatures_1124074898
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerYcbcrConversionCreateInfo):
  type
    struct_VkSamplerYcbcrConversionCreateInfo* = struct_VkSamplerYcbcrConversionCreateInfo_1124075486
else:
  static :
    hint("Declaration of " & "struct_VkSamplerYcbcrConversionCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerYcbcrConversionInfo):
  type
    struct_VkSamplerYcbcrConversionInfo* = struct_VkSamplerYcbcrConversionInfo_1124075490
else:
  static :
    hint("Declaration of " & "struct_VkSamplerYcbcrConversionInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRefreshCycleDurationGOOGLE):
  type
    PFN_vkGetRefreshCycleDurationGOOGLE* = PFN_vkGetRefreshCycleDurationGOOGLE_1124078968
else:
  static :
    hint("Declaration of " & "PFN_vkGetRefreshCycleDurationGOOGLE" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentReference2):
  type
    struct_VkAttachmentReference2* = struct_VkAttachmentReference2_1124075770
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentReference2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDescriptorUpdateTemplateKHR):
  type
    PFN_vkCreateDescriptorUpdateTemplateKHR* = PFN_vkCreateDescriptorUpdateTemplateKHR_1124077250
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDescriptorUpdateTemplateKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkCubicFilterWeightsQCOM):
  type
    enum_VkCubicFilterWeightsQCOM* = enum_VkCubicFilterWeightsQCOM_1124081876
else:
  static :
    hint("Declaration of " & "enum_VkCubicFilterWeightsQCOM" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterResultKHR):
  type
    VkPerformanceCounterResultKHR* = VkPerformanceCounterResultKHR_1124077370
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterResultKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoProfileInfoKHR):
  type
    VkVideoProfileInfoKHR* = VkVideoProfileInfoKHR_1124076696
else:
  static :
    hint("Declaration of " & "VkVideoProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceFaultVendorInfoEXT):
  type
    struct_VkDeviceFaultVendorInfoEXT* = struct_VkDeviceFaultVendorInfoEXT_1124080496
else:
  static :
    hint("Declaration of " & "struct_VkDeviceFaultVendorInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeQualityLevelPropertiesKHR):
  type
    VkVideoEncodeQualityLevelPropertiesKHR* = VkVideoEncodeQualityLevelPropertiesKHR_1124077840
else:
  static :
    hint("Declaration of " & "VkVideoEncodeQualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushConstants):
  type
    PFN_vkCmdPushConstants* = PFN_vkCmdPushConstants_1124075108
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushConstants" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentScalingCreateInfoKHR):
  type
    VkSwapchainPresentScalingCreateInfoKHR* = VkSwapchainPresentScalingCreateInfoKHR_1124078156
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentScalingCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDebugReportObjectTypeEXT):
  type
    enum_VkDebugReportObjectTypeEXT* = enum_VkDebugReportObjectTypeEXT_1124078656
else:
  static :
    hint("Declaration of " & "enum_VkDebugReportObjectTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkCullModeFlagBits):
  type
    VkCullModeFlagBits* = VkCullModeFlagBits_1124074380
else:
  static :
    hint("Declaration of " & "VkCullModeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineRobustnessBufferBehavior):
  type
    VkPipelineRobustnessBufferBehavior* = VkPipelineRobustnessBufferBehavior_1124076190
else:
  static :
    hint("Declaration of " & "VkPipelineRobustnessBufferBehavior" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeCapabilitiesKHR):
  type
    struct_VkVideoDecodeCapabilitiesKHR* = struct_VkVideoDecodeCapabilitiesKHR_1124076792
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferSubmitInfo):
  type
    VkCommandBufferSubmitInfo* = VkCommandBufferSubmitInfo_1124075948
else:
  static :
    hint("Declaration of " & "VkCommandBufferSubmitInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderSubgroupRotateFeatures):
  type
    struct_VkPhysicalDeviceShaderSubgroupRotateFeatures* = struct_VkPhysicalDeviceShaderSubgroupRotateFeatures_1124076332
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderSubgroupRotateFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSetWithTemplate2):
  type
    PFN_vkCmdPushDescriptorSetWithTemplate2* = PFN_vkCmdPushDescriptorSetWithTemplate2_1124076454
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplate2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalMemoryHostPropertiesEXT):
  type
    VkPhysicalDeviceExternalMemoryHostPropertiesEXT* = VkPhysicalDeviceExternalMemoryHostPropertiesEXT_1124079506
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalMemoryHostPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceToolPropertiesEXT):
  type
    VkPhysicalDeviceToolPropertiesEXT* = VkPhysicalDeviceToolPropertiesEXT_1124079790
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceToolPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMicromapToMemoryEXT):
  type
    PFN_vkCmdCopyMicromapToMemoryEXT* = PFN_vkCmdCopyMicromapToMemoryEXT_1124080878
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMicromapToMemoryEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoInlineQueryInfoKHR):
  type
    struct_VkVideoInlineQueryInfoKHR* = struct_VkVideoInlineQueryInfoKHR_1124078342
else:
  static :
    hint("Declaration of " & "struct_VkVideoInlineQueryInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetLayoutCreateInfo):
  type
    struct_VkDescriptorSetLayoutCreateInfo* = struct_VkDescriptorSetLayoutCreateInfo_1124074760
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetLayoutCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoProfileListInfoKHR):
  type
    struct_VkVideoProfileListInfoKHR* = struct_VkVideoProfileListInfoKHR_1124076698
else:
  static :
    hint("Declaration of " & "struct_VkVideoProfileListInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkCudaFunctionNV):
  type
    VkCudaFunctionNV* = VkCudaFunctionNV_1124082842
else:
  static :
    hint("Declaration of " & "VkCudaFunctionNV" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH265AspectRatioIdc):
  type
    enum_StdVideoH265AspectRatioIdc* = enum_StdVideoH265AspectRatioIdc_1124083332
else:
  static :
    hint("Declaration of " & "enum_StdVideoH265AspectRatioIdc" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchGraphIndirectCountAMDX):
  type
    PFN_vkCmdDispatchGraphIndirectCountAMDX* = PFN_vkCmdDispatchGraphIndirectCountAMDX_1124082838
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchGraphIndirectCountAMDX" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureOpInputNV):
  type
    VkClusterAccelerationStructureOpInputNV* = VkClusterAccelerationStructureOpInputNV_1124082074
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureOpInputNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCuLaunchKernelNVX):
  type
    PFN_vkCmdCuLaunchKernelNVX* = PFN_vkCmdCuLaunchKernelNVX_1124078774
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCuLaunchKernelNVX" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalComputeQueueCreateInfoNV):
  type
    struct_VkExternalComputeQueueCreateInfoNV* = struct_VkExternalComputeQueueCreateInfoNV_1124081978
else:
  static :
    hint("Declaration of " & "struct_VkExternalComputeQueueCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265LongTermRefPicsSps):
  type
    struct_StdVideoH265LongTermRefPicsSps* = struct_StdVideoH265LongTermRefPicsSps_1124083164
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265LongTermRefPicsSps" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance6Features):
  type
    VkPhysicalDeviceMaintenance6Features* = VkPhysicalDeviceMaintenance6Features_1124076282
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance6Features" &
        " already exists, not redeclaring")
when not declared(VkPipelineVertexInputDivisorStateCreateInfoEXT):
  type
    VkPipelineVertexInputDivisorStateCreateInfoEXT* = VkPipelineVertexInputDivisorStateCreateInfoEXT_1124079550
else:
  static :
    hint("Declaration of " & "VkPipelineVertexInputDivisorStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDebugMarkerSetObjectTagEXT):
  type
    PFN_vkDebugMarkerSetObjectTagEXT* = PFN_vkDebugMarkerSetObjectTagEXT_1124078698
else:
  static :
    hint("Declaration of " & "PFN_vkDebugMarkerSetObjectTagEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutBinding):
  type
    VkDescriptorSetLayoutBinding* = VkDescriptorSetLayoutBinding_1124074758
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutBinding" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSetAccelerationStructureNV):
  type
    VkWriteDescriptorSetAccelerationStructureNV* = VkWriteDescriptorSetAccelerationStructureNV_1124079422
else:
  static :
    hint("Declaration of " & "VkWriteDescriptorSetAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(VkMicromapBuildInfoEXT):
  type
    VkMicromapBuildInfoEXT* = VkMicromapBuildInfoEXT_1124080818
else:
  static :
    hint("Declaration of " & "VkMicromapBuildInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupBindSparseInfoKHR):
  type
    VkDeviceGroupBindSparseInfoKHR* = VkDeviceGroupBindSparseInfoKHR_1124077118
else:
  static :
    hint("Declaration of " & "VkDeviceGroupBindSparseInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyGlobalPriorityPropertiesKHR):
  type
    VkQueueFamilyGlobalPriorityPropertiesKHR* = VkQueueFamilyGlobalPriorityPropertiesKHR_1124077562
else:
  static :
    hint("Declaration of " & "VkQueueFamilyGlobalPriorityPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264ScalingLists):
  type
    struct_StdVideoH264ScalingLists* = struct_StdVideoH264ScalingLists_1124083122
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264ScalingLists" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationStateCreateInfo):
  type
    VkPipelineRasterizationStateCreateInfo* = VkPipelineRasterizationStateCreateInfo_1124074810
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalBufferProperties):
  type
    struct_VkExternalBufferProperties* = struct_VkExternalBufferProperties_1124075412
else:
  static :
    hint("Declaration of " & "struct_VkExternalBufferProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderObjectPropertiesEXT):
  type
    VkPhysicalDeviceShaderObjectPropertiesEXT* = VkPhysicalDeviceShaderObjectPropertiesEXT_1124081524
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderObjectPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageSubresource):
  type
    struct_VkImageSubresource* = struct_VkImageSubresource_1124074592
else:
  static :
    hint("Declaration of " & "struct_VkImageSubresource" &
        " already exists, not redeclaring")
when not declared(struct_HWND_private):
  type
    struct_HWND_private* = struct_HWND_private_1124082968
else:
  static :
    hint("Declaration of " & "struct_HWND_private" &
        " already exists, not redeclaring")
when not declared(PFN_vkDebugMarkerSetObjectNameEXT):
  type
    PFN_vkDebugMarkerSetObjectNameEXT* = PFN_vkDebugMarkerSetObjectNameEXT_1124078700
else:
  static :
    hint("Declaration of " & "PFN_vkDebugMarkerSetObjectNameEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryDedicatedRequirements):
  type
    VkMemoryDedicatedRequirements* = VkMemoryDedicatedRequirements_1124075274
else:
  static :
    hint("Declaration of " & "VkMemoryDedicatedRequirements" &
        " already exists, not redeclaring")
when not declared(VkSubpassMergeStatusEXT):
  type
    VkSubpassMergeStatusEXT* = VkSubpassMergeStatusEXT_1124081202
else:
  static :
    hint("Declaration of " & "VkSubpassMergeStatusEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH265RateControlFlagBitsKHR):
  type
    enum_VkVideoEncodeH265RateControlFlagBitsKHR* = enum_VkVideoEncodeH265RateControlFlagBitsKHR_1124076926
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH265RateControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLineRasterizationPropertiesEXT):
  type
    VkPhysicalDeviceLineRasterizationPropertiesEXT* = VkPhysicalDeviceLineRasterizationPropertiesEXT_1124079882
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLineRasterizationPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkBindTensorMemoryInfoARM):
  type
    VkBindTensorMemoryInfoARM* = VkBindTensorMemoryInfoARM_1124081282
else:
  static :
    hint("Declaration of " & "VkBindTensorMemoryInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkValidationFeaturesEXT):
  type
    struct_VkValidationFeaturesEXT* = struct_VkValidationFeaturesEXT_1124079804
else:
  static :
    hint("Declaration of " & "struct_VkValidationFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalFenceInfo):
  type
    VkPhysicalDeviceExternalFenceInfo* = VkPhysicalDeviceExternalFenceInfo_1124075434
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalFenceInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderAtomicInt64Features):
  type
    struct_VkPhysicalDeviceShaderAtomicInt64Features* = struct_VkPhysicalDeviceShaderAtomicInt64Features_1124075714
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderAtomicInt64Features" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT):
  type
    struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT* = struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT_1124080660
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExtendedDynamicState2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkVertexInputRate):
  type
    VkVertexInputRate* = VkVertexInputRate_1124074110
else:
  static :
    hint("Declaration of " & "VkVertexInputRate" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeCapabilitiesKHR):
  type
    struct_VkVideoEncodeCapabilitiesKHR* = struct_VkVideoEncodeCapabilitiesKHR_1124077814
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsTokenTypeEXT):
  type
    VkIndirectCommandsTokenTypeEXT* = VkIndirectCommandsTokenTypeEXT_1124082196
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsTokenTypeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchGraphIndirectAMDX):
  type
    PFN_vkCmdDispatchGraphIndirectAMDX* = PFN_vkCmdDispatchGraphIndirectAMDX_1124082836
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchGraphIndirectAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkPartitionedAccelerationStructureInstancesInputNV):
  type
    struct_VkPartitionedAccelerationStructureInstancesInputNV* = struct_VkPartitionedAccelerationStructureInstancesInputNV_1124082174
else:
  static :
    hint("Declaration of " &
        "struct_VkPartitionedAccelerationStructureInstancesInputNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPlaneInfo2KHR):
  type
    struct_VkDisplayPlaneInfo2KHR* = struct_VkDisplayPlaneInfo2KHR_1124077434
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPlaneInfo2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceConfigurationTypeINTEL):
  type
    enum_VkPerformanceConfigurationTypeINTEL* = enum_VkPerformanceConfigurationTypeINTEL_1124079628
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceConfigurationTypeINTEL" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureInstanceNV):
  type
    VkAccelerationStructureInstanceNV* = VkAccelerationStructureInstanceNV_1124079448
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureInstanceNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineShaderStageNodeCreateInfoAMDX):
  type
    struct_VkPipelineShaderStageNodeCreateInfoAMDX* = struct_VkPipelineShaderStageNodeCreateInfoAMDX_1124082822
else:
  static :
    hint("Declaration of " & "struct_VkPipelineShaderStageNodeCreateInfoAMDX" &
        " already exists, not redeclaring")
when not declared(VkRenderPassAttachmentBeginInfoKHR):
  type
    VkRenderPassAttachmentBeginInfoKHR* = VkRenderPassAttachmentBeginInfoKHR_1124077262
else:
  static :
    hint("Declaration of " & "VkRenderPassAttachmentBeginInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPointClippingBehavior):
  type
    VkPointClippingBehavior* = VkPointClippingBehavior_1124075188
else:
  static :
    hint("Declaration of " & "VkPointClippingBehavior" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentBarrierFeaturesNV):
  type
    struct_VkPhysicalDevicePresentBarrierFeaturesNV* = struct_VkPhysicalDevicePresentBarrierFeaturesNV_1124080172
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePresentBarrierFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthClipNegativeOneToOneEXT):
  type
    PFN_vkCmdSetDepthClipNegativeOneToOneEXT* = PFN_vkCmdSetDepthClipNegativeOneToOneEXT_1124081178
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthClipNegativeOneToOneEXT" &
        " already exists, not redeclaring")
when not declared(VkDedicatedAllocationBufferCreateInfoNV):
  type
    VkDedicatedAllocationBufferCreateInfoNV* = VkDedicatedAllocationBufferCreateInfoNV_1124078714
else:
  static :
    hint("Declaration of " & "VkDedicatedAllocationBufferCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264InlineSessionParametersInfoKHR):
  type
    struct_VkVideoDecodeH264InlineSessionParametersInfoKHR* = struct_VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078592
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeH264InlineSessionParametersInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT):
  type
    PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT* = PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT_1124079166
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceMultisamplePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkOpticalFlowSessionCreateFlagBitsNV):
  type
    enum_VkOpticalFlowSessionCreateFlagBitsNV* = enum_VkOpticalFlowSessionCreateFlagBitsNV_1124081424
else:
  static :
    hint("Declaration of " & "enum_VkOpticalFlowSessionCreateFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCudaKernelLaunchPropertiesNV):
  type
    VkPhysicalDeviceCudaKernelLaunchPropertiesNV* = VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082862
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCudaKernelLaunchPropertiesNV" &
        " already exists, not redeclaring")
when not declared(HINSTANCE):
  type
    HINSTANCE* = HINSTANCE_1124082648
else:
  static :
    hint("Declaration of " & "HINSTANCE" & " already exists, not redeclaring")
when not declared(struct_VkImageMemoryBarrier):
  type
    struct_VkImageMemoryBarrier* = struct_VkImageMemoryBarrier_1124074476
else:
  static :
    hint("Declaration of " & "struct_VkImageMemoryBarrier" &
        " already exists, not redeclaring")
when not declared(VkSurfaceKHR):
  type
    VkSurfaceKHR* = VkSurfaceKHR_1124076466
else:
  static :
    hint("Declaration of " & "VkSurfaceKHR" & " already exists, not redeclaring")
when not declared(struct_VkPipelineExecutableInfoKHR):
  type
    struct_VkPipelineExecutableInfoKHR* = struct_VkPipelineExecutableInfoKHR_1124077718
else:
  static :
    hint("Declaration of " & "struct_VkPipelineExecutableInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoMaintenance2FeaturesKHR):
  type
    VkPhysicalDeviceVideoMaintenance2FeaturesKHR* = VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078590
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVideoMaintenance2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderCorePropertiesAMD):
  type
    VkPhysicalDeviceShaderCorePropertiesAMD* = VkPhysicalDeviceShaderCorePropertiesAMD_1124079534
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderCorePropertiesAMD" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT):
  type
    VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT* = VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT_1124080540
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkBindDescriptorSetsInfo):
  type
    VkBindDescriptorSetsInfo* = VkBindDescriptorSetsInfo_1124076354
else:
  static :
    hint("Declaration of " & "VkBindDescriptorSetsInfo" &
        " already exists, not redeclaring")
when not declared(VkSampleMask):
  type
    VkSampleMask* = VkSampleMask_1124073933
else:
  static :
    hint("Declaration of " & "VkSampleMask" & " already exists, not redeclaring")
when not declared(enum_VkSamplerYcbcrRange):
  type
    enum_VkSamplerYcbcrRange* = enum_VkSamplerYcbcrRange_1124075178
else:
  static :
    hint("Declaration of " & "enum_VkSamplerYcbcrRange" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT):
  type
    struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT* = struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT_1124080994
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMapOffsetPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR):
  type
    struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR* = struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078450
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderModuleValidationCacheCreateInfoEXT):
  type
    struct_VkShaderModuleValidationCacheCreateInfoEXT* = struct_VkShaderModuleValidationCacheCreateInfoEXT_1124079256
else:
  static :
    hint("Declaration of " & "struct_VkShaderModuleValidationCacheCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderAtomicInt64FeaturesKHR):
  type
    VkPhysicalDeviceShaderAtomicInt64FeaturesKHR* = VkPhysicalDeviceShaderAtomicInt64FeaturesKHR_1124077522
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderAtomicInt64FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutCreateFlags):
  type
    VkDescriptorSetLayoutCreateFlags* = VkDescriptorSetLayoutCreateFlags_1124074370
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlagBits2KHR):
  type
    VkBufferUsageFlagBits2KHR* = VkBufferUsageFlagBits2KHR_1124077998
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlagBits2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeIntraRefreshCapabilitiesKHR):
  type
    VkVideoEncodeIntraRefreshCapabilitiesKHR* = VkVideoEncodeIntraRefreshCapabilitiesKHR_1124078470
else:
  static :
    hint("Declaration of " & "VkVideoEncodeIntraRefreshCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeRateControlModeFlagBitsKHR):
  type
    enum_VkVideoEncodeRateControlModeFlagBitsKHR* = enum_VkVideoEncodeRateControlModeFlagBitsKHR_1124077784
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeRateControlModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoFormatAV1QuantizationMapPropertiesKHR):
  type
    struct_VkVideoFormatAV1QuantizationMapPropertiesKHR* = struct_VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078524
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoFormatAV1QuantizationMapPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkMutableDescriptorTypeListEXT):
  type
    VkMutableDescriptorTypeListEXT* = VkMutableDescriptorTypeListEXT_1124080528
else:
  static :
    hint("Declaration of " & "VkMutableDescriptorTypeListEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryTrianglesDataKHR):
  type
    VkAccelerationStructureGeometryTrianglesDataKHR* = VkAccelerationStructureGeometryTrianglesDataKHR_1124082492
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureGeometryTrianglesDataKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryCreateInfoKHR):
  type
    VkPipelineBinaryCreateInfoKHR* = VkPipelineBinaryCreateInfoKHR_1124078086
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkStructureType):
  type
    VkStructureType* = VkStructureType_1124073998
else:
  static :
    hint("Declaration of " & "VkStructureType" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassSubpassFeedbackCreateInfoEXT):
  type
    struct_VkRenderPassSubpassFeedbackCreateInfoEXT* = struct_VkRenderPassSubpassFeedbackCreateInfoEXT_1124081224
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassSubpassFeedbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkImageBlit2KHR):
  type
    VkImageBlit2KHR* = VkImageBlit2KHR_1124077934
else:
  static :
    hint("Declaration of " & "VkImageBlit2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorIndexingFeaturesEXT):
  type
    VkPhysicalDeviceDescriptorIndexingFeaturesEXT* = VkPhysicalDeviceDescriptorIndexingFeaturesEXT_1124079274
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorIndexingFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineInfoARM):
  type
    VkDataGraphPipelineInfoARM* = VkDataGraphPipelineInfoARM_1124081784
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineInfoARM" &
        " already exists, not redeclaring")
when not declared(VkBuildPartitionedAccelerationStructureInfoNV):
  type
    VkBuildPartitionedAccelerationStructureInfoNV* = VkBuildPartitionedAccelerationStructureInfoNV_1124082180
else:
  static :
    hint("Declaration of " & "VkBuildPartitionedAccelerationStructureInfoNV" &
        " already exists, not redeclaring")
when not declared(VkGeneratedCommandsInfoEXT):
  type
    VkGeneratedCommandsInfoEXT* = VkGeneratedCommandsInfoEXT_1124082244
else:
  static :
    hint("Declaration of " & "VkGeneratedCommandsInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1OperatingPointInfo):
  type
    struct_StdVideoEncodeAV1OperatingPointInfo* = struct_StdVideoEncodeAV1OperatingPointInfo_1124082954
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1OperatingPointInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkFrontFace):
  type
    enum_VkFrontFace* = enum_VkFrontFace_1124074104
else:
  static :
    hint("Declaration of " & "enum_VkFrontFace" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutUsageFlagBitsEXT):
  type
    VkIndirectCommandsLayoutUsageFlagBitsEXT* = VkIndirectCommandsLayoutUsageFlagBitsEXT_1124082206
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutUsageFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265QpKHR):
  type
    struct_VkVideoEncodeH265QpKHR* = struct_VkVideoEncodeH265QpKHR_1124076942
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265QpKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoCodingControlInfoKHR):
  type
    struct_VkVideoCodingControlInfoKHR* = struct_VkVideoCodingControlInfoKHR_1124076750
else:
  static :
    hint("Declaration of " & "struct_VkVideoCodingControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryMapInfo):
  type
    VkMemoryMapInfo* = VkMemoryMapInfo_1124076250
else:
  static :
    hint("Declaration of " & "VkMemoryMapInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineShaderStageCreateFlagBits):
  type
    enum_VkPipelineShaderStageCreateFlagBits* = enum_VkPipelineShaderStageCreateFlagBits_1124074334
else:
  static :
    hint("Declaration of " & "enum_VkPipelineShaderStageCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkSamplerAddressMode):
  type
    VkSamplerAddressMode* = VkSamplerAddressMode_1124074074
else:
  static :
    hint("Declaration of " & "VkSamplerAddressMode" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSynchronization2Features):
  type
    VkPhysicalDeviceSynchronization2Features* = VkPhysicalDeviceSynchronization2Features_1124075956
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSynchronization2Features" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT):
  type
    VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT* = VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT_1124080650
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDecompressMemoryIndirectCountEXT):
  type
    PFN_vkCmdDecompressMemoryIndirectCountEXT* = PFN_vkCmdDecompressMemoryIndirectCountEXT_1124081954
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDecompressMemoryIndirectCountEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueSubmit):
  type
    PFN_vkQueueSubmit* = PFN_vkQueueSubmit_1124074928
else:
  static :
    hint("Declaration of " & "PFN_vkQueueSubmit" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1QIndexKHR):
  type
    VkVideoEncodeAV1QIndexKHR* = VkVideoEncodeAV1QIndexKHR_1124078266
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1QIndexKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBaseOutStructure):
  type
    struct_VkBaseOutStructure* = struct_VkBaseOutStructure_1124074464
else:
  static :
    hint("Declaration of " & "struct_VkBaseOutStructure" &
        " already exists, not redeclaring")
when not declared(VkImageSwapchainCreateInfoKHR):
  type
    VkImageSwapchainCreateInfoKHR* = VkImageSwapchainCreateInfoKHR_1124076530
else:
  static :
    hint("Declaration of " & "VkImageSwapchainCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures):
  type
    struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures* = struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures_1124075822
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures" &
        " already exists, not redeclaring")
when not declared(VkMicromapCreateFlagsEXT):
  type
    VkMicromapCreateFlagsEXT* = VkMicromapCreateFlagsEXT_1124080806
else:
  static :
    hint("Declaration of " & "VkMicromapCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkImageSubresource2KHR):
  type
    VkImageSubresource2KHR* = VkImageSubresource2KHR_1124078008
else:
  static :
    hint("Declaration of " & "VkImageSubresource2KHR" &
        " already exists, not redeclaring")
when not declared(VkPeerMemoryFeatureFlagsKHR):
  type
    VkPeerMemoryFeatureFlagsKHR* = VkPeerMemoryFeatureFlagsKHR_1124077102
else:
  static :
    hint("Declaration of " & "VkPeerMemoryFeatureFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkSparseMemoryBind):
  type
    VkSparseMemoryBind* = VkSparseMemoryBind_1124074582
else:
  static :
    hint("Declaration of " & "VkSparseMemoryBind" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRobustness2PropertiesKHR):
  type
    VkPhysicalDeviceRobustness2PropertiesKHR* = VkPhysicalDeviceRobustness2PropertiesKHR_1124078614
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRobustness2PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkImageSubresourceRange):
  type
    struct_VkImageSubresourceRange* = struct_VkImageSubresourceRange_1124074472
else:
  static :
    hint("Declaration of " & "struct_VkImageSubresourceRange" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetScissorWithCountEXT):
  type
    PFN_vkCmdSetScissorWithCountEXT* = PFN_vkCmdSetScissorWithCountEXT_1124079910
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetScissorWithCountEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemoryOpaqueCaptureAddressInfoKHR):
  type
    VkDeviceMemoryOpaqueCaptureAddressInfoKHR* = VkDeviceMemoryOpaqueCaptureAddressInfoKHR_1124077682
else:
  static :
    hint("Declaration of " & "VkDeviceMemoryOpaqueCaptureAddressInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDepthBiasRepresentationInfoEXT):
  type
    VkDepthBiasRepresentationInfoEXT* = VkDepthBiasRepresentationInfoEXT_1124080128
else:
  static :
    hint("Declaration of " & "VkDepthBiasRepresentationInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkBindImageMemoryDeviceGroupInfoKHR):
  type
    VkBindImageMemoryDeviceGroupInfoKHR* = VkBindImageMemoryDeviceGroupInfoKHR_1124077122
else:
  static :
    hint("Declaration of " & "VkBindImageMemoryDeviceGroupInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPresentScalingFlagsKHR):
  type
    VkPresentScalingFlagsKHR* = VkPresentScalingFlagsKHR_1124078118
else:
  static :
    hint("Declaration of " & "VkPresentScalingFlagsKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1FilmGrainFlags):
  type
    StdVideoAV1FilmGrainFlags* = StdVideoAV1FilmGrainFlags_1124083298
else:
  static :
    hint("Declaration of " & "StdVideoAV1FilmGrainFlags" &
        " already exists, not redeclaring")
when not declared(VkCompareOp):
  type
    VkCompareOp* = VkCompareOp_1124074082
else:
  static :
    hint("Declaration of " & "VkCompareOp" & " already exists, not redeclaring")
when not declared(VkBlitImageInfo2KHR):
  type
    VkBlitImageInfo2KHR* = VkBlitImageInfo2KHR_1124077926
else:
  static :
    hint("Declaration of " & "VkBlitImageInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeSessionParametersGetInfoKHR):
  type
    struct_VkVideoEncodeSessionParametersGetInfoKHR* = struct_VkVideoEncodeSessionParametersGetInfoKHR_1124077846
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeSessionParametersGetInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkBuildAccelerationStructureModeKHR):
  type
    enum_VkBuildAccelerationStructureModeKHR* = enum_VkBuildAccelerationStructureModeKHR_1124082476
else:
  static :
    hint("Declaration of " & "enum_VkBuildAccelerationStructureModeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsLayoutTokenNV):
  type
    struct_VkIndirectCommandsLayoutTokenNV* = struct_VkIndirectCommandsLayoutTokenNV_1124080064
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsLayoutTokenNV" &
        " already exists, not redeclaring")
when not declared(VkDeviceDiagnosticsConfigFlagBitsNV):
  type
    VkDeviceDiagnosticsConfigFlagBitsNV* = VkDeviceDiagnosticsConfigFlagBitsNV_1124080206
else:
  static :
    hint("Declaration of " & "VkDeviceDiagnosticsConfigFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264RateControlFlagBitsKHR):
  type
    VkVideoEncodeH264RateControlFlagBitsKHR* = VkVideoEncodeH264RateControlFlagBitsKHR_1124076820
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264RateControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkDecompressMemoryInfoEXT):
  type
    VkDecompressMemoryInfoEXT* = VkDecompressMemoryInfoEXT_1124081950
else:
  static :
    hint("Declaration of " & "VkDecompressMemoryInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkFormatProperties3KHR):
  type
    VkFormatProperties3KHR* = VkFormatProperties3KHR_1124077956
else:
  static :
    hint("Declaration of " & "VkFormatProperties3KHR" &
        " already exists, not redeclaring")
when not declared(VkSurfacePresentScalingCapabilitiesKHR):
  type
    VkSurfacePresentScalingCapabilitiesKHR* = VkSurfacePresentScalingCapabilitiesKHR_1124078132
else:
  static :
    hint("Declaration of " & "VkSurfacePresentScalingCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDescriptorUpdateTemplate):
  type
    PFN_vkCreateDescriptorUpdateTemplate* = PFN_vkCreateDescriptorUpdateTemplate_1124075584
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDescriptorUpdateTemplate" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureTypeNV):
  type
    VkClusterAccelerationStructureTypeNV* = VkClusterAccelerationStructureTypeNV_1124082018
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureTypeNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSurfaceInfo2KHR):
  type
    VkPhysicalDeviceSurfaceInfo2KHR* = VkPhysicalDeviceSurfaceInfo2KHR_1124077404
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSurfaceInfo2KHR" &
        " already exists, not redeclaring")
when not declared(VkOffset2D):
  type
    VkOffset2D* = VkOffset2D_1124074450
else:
  static :
    hint("Declaration of " & "VkOffset2D" & " already exists, not redeclaring")
when not declared(struct_VkSubpassSampleLocationsEXT):
  type
    struct_VkSubpassSampleLocationsEXT* = struct_VkSubpassSampleLocationsEXT_1124079144
else:
  static :
    hint("Declaration of " & "struct_VkSubpassSampleLocationsEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkEventCreateFlagBits):
  type
    enum_VkEventCreateFlagBits* = enum_VkEventCreateFlagBits_1124074312
else:
  static :
    hint("Declaration of " & "enum_VkEventCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineCacheData):
  type
    PFN_vkGetPipelineCacheData* = PFN_vkGetPipelineCacheData_1124075060
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineCacheData" &
        " already exists, not redeclaring")
when not declared(struct_VkCuLaunchInfoNVX):
  type
    struct_VkCuLaunchInfoNVX* = struct_VkCuLaunchInfoNVX_1124078762
else:
  static :
    hint("Declaration of " & "struct_VkCuLaunchInfoNVX" &
        " already exists, not redeclaring")
when not declared(VkImageStencilUsageCreateInfoEXT):
  type
    VkImageStencilUsageCreateInfoEXT* = VkImageStencilUsageCreateInfoEXT_1124079794
else:
  static :
    hint("Declaration of " & "VkImageStencilUsageCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX):
  type
    struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX* = struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX_1124078972
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceAddressBindingCallbackDataEXT):
  type
    struct_VkDeviceAddressBindingCallbackDataEXT* = struct_VkDeviceAddressBindingCallbackDataEXT_1124080570
else:
  static :
    hint("Declaration of " & "struct_VkDeviceAddressBindingCallbackDataEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT):
  type
    VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT* = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082216
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1FrameType):
  type
    StdVideoAV1FrameType* = StdVideoAV1FrameType_1124083066
else:
  static :
    hint("Declaration of " & "StdVideoAV1FrameType" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayModeStereoPropertiesNV):
  type
    struct_VkDisplayModeStereoPropertiesNV* = struct_VkDisplayModeStereoPropertiesNV_1124081964
else:
  static :
    hint("Declaration of " & "struct_VkDisplayModeStereoPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineCoverageModulationStateCreateInfoNV):
  type
    VkPipelineCoverageModulationStateCreateInfoNV* = VkPipelineCoverageModulationStateCreateInfoNV_1124079198
else:
  static :
    hint("Declaration of " & "VkPipelineCoverageModulationStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetQueryPoolResults):
  type
    PFN_vkGetQueryPoolResults* = PFN_vkGetQueryPoolResults_1124074980
else:
  static :
    hint("Declaration of " & "PFN_vkGetQueryPoolResults" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentFeedbackLoopInfoEXT):
  type
    struct_VkAttachmentFeedbackLoopInfoEXT* = struct_VkAttachmentFeedbackLoopInfoEXT_1124078358
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentFeedbackLoopInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT):
  type
    struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT* = struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080434
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMap2PropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265PictureInfo):
  type
    struct_StdVideoEncodeH265PictureInfo* = struct_StdVideoEncodeH265PictureInfo_1124082928
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265PictureInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSubmitInfo2):
  type
    struct_VkSubmitInfo2* = struct_VkSubmitInfo2_1124075950
else:
  static :
    hint("Declaration of " & "struct_VkSubmitInfo2" &
        " already exists, not redeclaring")
when not declared(VkPipelineColorBlendStateCreateFlagBits):
  type
    VkPipelineColorBlendStateCreateFlagBits* = VkPipelineColorBlendStateCreateFlagBits_1124074404
else:
  static :
    hint("Declaration of " & "VkPipelineColorBlendStateCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalMemoryImageCreateInfo):
  type
    struct_VkExternalMemoryImageCreateInfo* = struct_VkExternalMemoryImageCreateInfo_1124075420
else:
  static :
    hint("Declaration of " & "struct_VkExternalMemoryImageCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkMappedMemoryRange):
  type
    VkMappedMemoryRange* = VkMappedMemoryRange_1124074570
else:
  static :
    hint("Declaration of " & "VkMappedMemoryRange" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSchedulingControlsPropertiesARM):
  type
    struct_VkPhysicalDeviceSchedulingControlsPropertiesARM* = struct_VkPhysicalDeviceSchedulingControlsPropertiesARM_1124080934
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSchedulingControlsPropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTileMemoryHeapFeaturesQCOM):
  type
    VkPhysicalDeviceTileMemoryHeapFeaturesQCOM* = VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081924
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTileMemoryHeapFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkBaseInStructure):
  type
    struct_VkBaseInStructure* = struct_VkBaseInStructure_1124074460
else:
  static :
    hint("Declaration of " & "struct_VkBaseInStructure" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePointClippingPropertiesKHR):
  type
    VkPhysicalDevicePointClippingPropertiesKHR* = VkPhysicalDevicePointClippingPropertiesKHR_1124077392
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePointClippingPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV):
  type
    struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV* = struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079480
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineRepresentativeFragmentTestStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetAllocateInfo):
  type
    VkDescriptorSetAllocateInfo* = VkDescriptorSetAllocateInfo_1124074754
else:
  static :
    hint("Declaration of " & "VkDescriptorSetAllocateInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceOverrideTypeINTEL):
  type
    enum_VkPerformanceOverrideTypeINTEL* = enum_VkPerformanceOverrideTypeINTEL_1124079636
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceOverrideTypeINTEL" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumerateInstanceVersion):
  type
    PFN_vkEnumerateInstanceVersion* = PFN_vkEnumerateInstanceVersion_1124075540
else:
  static :
    hint("Declaration of " & "PFN_vkEnumerateInstanceVersion" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescriptionDepthStencilResolve):
  type
    VkSubpassDescriptionDepthStencilResolve* = VkSubpassDescriptionDepthStencilResolve_1124075796
else:
  static :
    hint("Declaration of " & "VkSubpassDescriptionDepthStencilResolve" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265DpbSlotInfoKHR):
  type
    VkVideoEncodeH265DpbSlotInfoKHR* = VkVideoEncodeH265DpbSlotInfoKHR_1124076988
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkTimeDomainEXT):
  type
    VkTimeDomainEXT* = VkTimeDomainEXT_1124079524
else:
  static :
    hint("Declaration of " & "VkTimeDomainEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT):
  type
    struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT* = struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT_1124080504
else:
  static :
    hint("Declaration of " &
        "struct_VkDeviceFaultVendorBinaryHeaderVersionOneEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalTensorInfoARM):
  type
    VkPhysicalDeviceExternalTensorInfoARM* = VkPhysicalDeviceExternalTensorInfoARM_1124081326
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalTensorInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT):
  type
    struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT* = struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081618
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBuildPartitionedAccelerationStructuresNV):
  type
    PFN_vkCmdBuildPartitionedAccelerationStructuresNV* = PFN_vkCmdBuildPartitionedAccelerationStructuresNV_1124082184
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBuildPartitionedAccelerationStructuresNV" &
        " already exists, not redeclaring")
when not declared(VkFramebufferCreateInfo):
  type
    VkFramebufferCreateInfo* = VkFramebufferCreateInfo_1124074850
else:
  static :
    hint("Declaration of " & "VkFramebufferCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolPerformanceCreateInfoKHR):
  type
    VkQueryPoolPerformanceCreateInfoKHR* = VkQueryPoolPerformanceCreateInfoKHR_1124077366
else:
  static :
    hint("Declaration of " & "VkQueryPoolPerformanceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdControlVideoCodingKHR):
  type
    PFN_vkCmdControlVideoCodingKHR* = PFN_vkCmdControlVideoCodingKHR_1124076776
else:
  static :
    hint("Declaration of " & "PFN_vkCmdControlVideoCodingKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264SliceHeaderFlags):
  type
    StdVideoEncodeH264SliceHeaderFlags* = StdVideoEncodeH264SliceHeaderFlags_1124082992
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264SliceHeaderFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkAddressCopyFlagBitsKHR):
  type
    enum_VkAddressCopyFlagBitsKHR* = enum_VkAddressCopyFlagBitsKHR_1124078424
else:
  static :
    hint("Declaration of " & "enum_VkAddressCopyFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfacePresentModeKHR):
  type
    VkSurfacePresentModeKHR* = VkSurfacePresentModeKHR_1124078128
else:
  static :
    hint("Declaration of " & "VkSurfacePresentModeKHR" &
        " already exists, not redeclaring")
when not declared(VkPerformanceConfigurationTypeINTEL):
  type
    VkPerformanceConfigurationTypeINTEL* = VkPerformanceConfigurationTypeINTEL_1124079630
else:
  static :
    hint("Declaration of " & "VkPerformanceConfigurationTypeINTEL" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDataGraphPipelinePropertiesARM):
  type
    PFN_vkGetDataGraphPipelinePropertiesARM* = PFN_vkGetDataGraphPipelinePropertiesARM_1124081842
else:
  static :
    hint("Declaration of " & "PFN_vkGetDataGraphPipelinePropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkShaderModule):
  type
    VkShaderModule* = VkShaderModule_1124073969
else:
  static :
    hint("Declaration of " & "VkShaderModule" &
        " already exists, not redeclaring")
when not declared(VkPresentGravityFlagBitsEXT):
  type
    VkPresentGravityFlagBitsEXT* = VkPresentGravityFlagBitsEXT_1124079984
else:
  static :
    hint("Declaration of " & "VkPresentGravityFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeVP9CapabilitiesKHR):
  type
    struct_VkVideoDecodeVP9CapabilitiesKHR* = struct_VkVideoDecodeVP9CapabilitiesKHR_1124078326
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeVP9CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264DpbSlotInfoKHR):
  type
    VkVideoEncodeH264DpbSlotInfoKHR* = VkVideoEncodeH264DpbSlotInfoKHR_1124076878
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA):
  type
    struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA* = struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082324
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageAlignmentControlPropertiesMESA" &
        " already exists, not redeclaring")
when not declared(union_VkIndirectCommandsTokenDataEXT):
  type
    union_VkIndirectCommandsTokenDataEXT* = union_VkIndirectCommandsTokenDataEXT_1124082266
else:
  static :
    hint("Declaration of " & "union_VkIndirectCommandsTokenDataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV):
  type
    struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV* = struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082356
else:
  static :
    hint("Declaration of " &
        "struct_VkCooperativeMatrixFlexibleDimensionsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceHostImageCopyProperties):
  type
    struct_VkPhysicalDeviceHostImageCopyProperties* = struct_VkPhysicalDeviceHostImageCopyProperties_1124076296
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceHostImageCopyProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMemoryToMicromapEXT):
  type
    PFN_vkCmdCopyMemoryToMicromapEXT* = PFN_vkCmdCopyMemoryToMicromapEXT_1124080880
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMemoryToMicromapEXT" &
        " already exists, not redeclaring")
when not declared(VkImageFormatProperties):
  type
    VkImageFormatProperties* = VkImageFormatProperties_1124074510
else:
  static :
    hint("Declaration of " & "VkImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureBuildGeometryInfoKHR):
  type
    VkAccelerationStructureBuildGeometryInfoKHR* = VkAccelerationStructureBuildGeometryInfoKHR_1124082512
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureBuildGeometryInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassEndInfo):
  type
    struct_VkSubpassEndInfo* = struct_VkSubpassEndInfo_1124075790
else:
  static :
    hint("Declaration of " & "struct_VkSubpassEndInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePrivateDataFeatures):
  type
    struct_VkPhysicalDevicePrivateDataFeatures* = struct_VkPhysicalDevicePrivateDataFeatures_1124075914
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePrivateDataFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderAtomicFloatFeaturesEXT):
  type
    VkPhysicalDeviceShaderAtomicFloatFeaturesEXT* = VkPhysicalDeviceShaderAtomicFloatFeaturesEXT_1124079890
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderAtomicFloatFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayModeProperties2KHR):
  type
    struct_VkDisplayModeProperties2KHR* = struct_VkDisplayModeProperties2KHR_1124077430
else:
  static :
    hint("Declaration of " & "struct_VkDisplayModeProperties2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkImageViewType):
  type
    enum_VkImageViewType* = enum_VkImageViewType_1124074048
else:
  static :
    hint("Declaration of " & "enum_VkImageViewType" &
        " already exists, not redeclaring")
when not declared(enum_VkGeometryTypeKHR):
  type
    enum_VkGeometryTypeKHR* = enum_VkGeometryTypeKHR_1124079332
else:
  static :
    hint("Declaration of " & "enum_VkGeometryTypeKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMemoryToImageIndirectNV):
  type
    PFN_vkCmdCopyMemoryToImageIndirectNV* = PFN_vkCmdCopyMemoryToImageIndirectNV_1124081018
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMemoryToImageIndirectNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM):
  type
    struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM* = struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM_1124081880
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceCubicWeightsFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsPushConstantTokenEXT):
  type
    struct_VkIndirectCommandsPushConstantTokenEXT* = struct_VkIndirectCommandsPushConstantTokenEXT_1124082250
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsPushConstantTokenEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLayeredApiKHR):
  type
    VkPhysicalDeviceLayeredApiKHR* = VkPhysicalDeviceLayeredApiKHR_1124078534
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLayeredApiKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264DpbSlotInfoKHR):
  type
    VkVideoDecodeH264DpbSlotInfoKHR* = VkVideoDecodeH264DpbSlotInfoKHR_1124077044
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBindingFlags):
  type
    VkDescriptorBindingFlags* = VkDescriptorBindingFlags_1124075628
else:
  static :
    hint("Declaration of " & "VkDescriptorBindingFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderFloat8FeaturesEXT):
  type
    VkPhysicalDeviceShaderFloat8FeaturesEXT* = VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082010
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderFloat8FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyGlobalPriorityProperties):
  type
    struct_VkQueueFamilyGlobalPriorityProperties* = struct_VkQueueFamilyGlobalPriorityProperties_1124076240
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyGlobalPriorityProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDisplayPlaneCapabilities2KHR):
  type
    PFN_vkGetDisplayPlaneCapabilities2KHR* = PFN_vkGetDisplayPlaneCapabilities2KHR_1124077448
else:
  static :
    hint("Declaration of " & "PFN_vkGetDisplayPlaneCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginPerTileExecutionQCOM):
  type
    PFN_vkCmdBeginPerTileExecutionQCOM* = PFN_vkCmdBeginPerTileExecutionQCOM_1124080250
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginPerTileExecutionQCOM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265ShortTermRefPicSet):
  type
    struct_StdVideoH265ShortTermRefPicSet* = struct_StdVideoH265ShortTermRefPicSet_1124083162
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265ShortTermRefPicSet" &
        " already exists, not redeclaring")
when not declared(VkImageMemoryRequirementsInfo2):
  type
    VkImageMemoryRequirementsInfo2* = VkImageMemoryRequirementsInfo2_1124075318
else:
  static :
    hint("Declaration of " & "VkImageMemoryRequirementsInfo2" &
        " already exists, not redeclaring")
when not declared(VkSamplerCubicWeightsCreateInfoQCOM):
  type
    VkSamplerCubicWeightsCreateInfoQCOM* = VkSamplerCubicWeightsCreateInfoQCOM_1124081886
else:
  static :
    hint("Declaration of " & "VkSamplerCubicWeightsCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkImportSemaphoreWin32HandleKHR):
  type
    PFN_vkImportSemaphoreWin32HandleKHR* = PFN_vkImportSemaphoreWin32HandleKHR_1124082706
else:
  static :
    hint("Declaration of " & "PFN_vkImportSemaphoreWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineRobustnessProperties):
  type
    struct_VkPhysicalDevicePipelineRobustnessProperties* = struct_VkPhysicalDevicePipelineRobustnessProperties_1124076376
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineRobustnessProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkDebugUtilsMessengerCallbackEXT):
  type
    PFN_vkDebugUtilsMessengerCallbackEXT* = PFN_vkDebugUtilsMessengerCallbackEXT_1124079082
else:
  static :
    hint("Declaration of " & "PFN_vkDebugUtilsMessengerCallbackEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthWriteEnableEXT):
  type
    PFN_vkCmdSetDepthWriteEnableEXT* = PFN_vkCmdSetDepthWriteEnableEXT_1124079916
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthWriteEnableEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH264CabacInitIdc):
  type
    StdVideoH264CabacInitIdc* = StdVideoH264CabacInitIdc_1124082996
else:
  static :
    hint("Declaration of " & "StdVideoH264CabacInitIdc" &
        " already exists, not redeclaring")
when not declared(VkFormatFeatureFlags2KHR):
  type
    VkFormatFeatureFlags2KHR* = VkFormatFeatureFlags2KHR_1124077952
else:
  static :
    hint("Declaration of " & "VkFormatFeatureFlags2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkColorComponentFlagBits):
  type
    enum_VkColorComponentFlagBits* = enum_VkColorComponentFlagBits_1124074372
else:
  static :
    hint("Declaration of " & "enum_VkColorComponentFlagBits" &
        " already exists, not redeclaring")
when not declared(VkRenderPassSubpassFeedbackCreateInfoEXT):
  type
    VkRenderPassSubpassFeedbackCreateInfoEXT* = VkRenderPassSubpassFeedbackCreateInfoEXT_1124081226
else:
  static :
    hint("Declaration of " & "VkRenderPassSubpassFeedbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkGeneratedCommandsMemoryRequirementsInfoNV):
  type
    VkGeneratedCommandsMemoryRequirementsInfoNV* = VkGeneratedCommandsMemoryRequirementsInfoNV_1124080078
else:
  static :
    hint("Declaration of " & "VkGeneratedCommandsMemoryRequirementsInfoNV" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreCreateInfo):
  type
    VkSemaphoreCreateInfo* = VkSemaphoreCreateInfo_1124074622
else:
  static :
    hint("Declaration of " & "VkSemaphoreCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyVideoSessionKHR):
  type
    PFN_vkDestroyVideoSessionKHR* = PFN_vkDestroyVideoSessionKHR_1124076760
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyVideoSessionKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyProperties):
  type
    struct_VkQueueFamilyProperties* = struct_VkQueueFamilyProperties_1124074544
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryUnmapInfo):
  type
    struct_VkMemoryUnmapInfo* = struct_VkMemoryUnmapInfo_1124076252
else:
  static :
    hint("Declaration of " & "struct_VkMemoryUnmapInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT):
  type
    struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT* = struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079756
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMemoryBudgetPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderExpectAssumeFeatures):
  type
    VkPhysicalDeviceShaderExpectAssumeFeatures* = VkPhysicalDeviceShaderExpectAssumeFeatures_1124076342
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderExpectAssumeFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTileShadingPropertiesQCOM):
  type
    struct_VkPhysicalDeviceTileShadingPropertiesQCOM* = struct_VkPhysicalDeviceTileShadingPropertiesQCOM_1124080228
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTileShadingPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance5Properties):
  type
    struct_VkPhysicalDeviceMaintenance5Properties* = struct_VkPhysicalDeviceMaintenance5Properties_1124076260
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance5Properties" &
        " already exists, not redeclaring")
when not declared(VkSubgroupFeatureFlags):
  type
    VkSubgroupFeatureFlags* = VkSubgroupFeatureFlags_1124075260
else:
  static :
    hint("Declaration of " & "VkSubgroupFeatureFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkImageResolve):
  type
    struct_VkImageResolve* = struct_VkImageResolve_1124074884
else:
  static :
    hint("Declaration of " & "struct_VkImageResolve" &
        " already exists, not redeclaring")
when not declared(VkBufferOpaqueCaptureAddressCreateInfo):
  type
    VkBufferOpaqueCaptureAddressCreateInfo* = VkBufferOpaqueCaptureAddressCreateInfo_1124075700
else:
  static :
    hint("Declaration of " & "VkBufferOpaqueCaptureAddressCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkImageCompressionFlagsEXT):
  type
    VkImageCompressionFlagsEXT* = VkImageCompressionFlagsEXT_1124080448
else:
  static :
    hint("Declaration of " & "VkImageCompressionFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkTensorARM):
  type
    VkTensorARM* = VkTensorARM_1124081244
else:
  static :
    hint("Declaration of " & "VkTensorARM" & " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT):
  type
    struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT* = struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081126
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExtendedDynamicState3PropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorBufferTensorPropertiesARM):
  type
    VkPhysicalDeviceDescriptorBufferTensorPropertiesARM* = VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081342
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDescriptorBufferTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderFmaFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderFmaFeaturesKHR* = struct_VkPhysicalDeviceShaderFmaFeaturesKHR_1124078568
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderFmaFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometryKHR):
  type
    struct_VkAccelerationStructureGeometryKHR* = struct_VkAccelerationStructureGeometryKHR_1124082506
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureGeometryKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelinePropertiesIdentifierEXT):
  type
    VkPipelinePropertiesIdentifierEXT* = VkPipelinePropertiesIdentifierEXT_1124080626
else:
  static :
    hint("Declaration of " & "VkPipelinePropertiesIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(VkTensorUsageFlagsARM):
  type
    VkTensorUsageFlagsARM* = VkTensorUsageFlagsARM_1124081260
else:
  static :
    hint("Declaration of " & "VkTensorUsageFlagsARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkConvertCooperativeVectorMatrixNV):
  type
    PFN_vkConvertCooperativeVectorMatrixNV* = PFN_vkConvertCooperativeVectorMatrixNV_1124081606
else:
  static :
    hint("Declaration of " & "PFN_vkConvertCooperativeVectorMatrixNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineShaderModuleCreateInfoARM):
  type
    struct_VkDataGraphPipelineShaderModuleCreateInfoARM* = struct_VkDataGraphPipelineShaderModuleCreateInfoARM_1124081758
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineShaderModuleCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1ExtensionHeader):
  type
    StdVideoEncodeAV1ExtensionHeader* = StdVideoEncodeAV1ExtensionHeader_1124083094
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1ExtensionHeader" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSet2KHR):
  type
    PFN_vkCmdPushDescriptorSet2KHR* = PFN_vkCmdPushDescriptorSet2KHR_1124078416
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSet2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV):
  type
    PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV* = PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV_1124079824
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkDepthBiasRepresentationEXT):
  type
    VkDepthBiasRepresentationEXT* = VkDepthBiasRepresentationEXT_1124080116
else:
  static :
    hint("Declaration of " & "VkDepthBiasRepresentationEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDynamicState):
  type
    enum_VkDynamicState* = enum_VkDynamicState_1124074100
else:
  static :
    hint("Declaration of " & "enum_VkDynamicState" &
        " already exists, not redeclaring")
when not declared(VkPipeline):
  type
    VkPipeline* = VkPipeline_1124073982
else:
  static :
    hint("Declaration of " & "VkPipeline" & " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateCreateInfo):
  type
    VkDescriptorUpdateTemplateCreateInfo* = VkDescriptorUpdateTemplateCreateInfo_1124075476
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceToolPropertiesEXT):
  type
    PFN_vkGetPhysicalDeviceToolPropertiesEXT* = PFN_vkGetPhysicalDeviceToolPropertiesEXT_1124079792
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceToolPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndirectByteCountEXT):
  type
    PFN_vkCmdDrawIndirectByteCountEXT* = PFN_vkCmdDrawIndirectByteCountEXT_1124078744
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndirectByteCountEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryHostPointerPropertiesEXT):
  type
    VkMemoryHostPointerPropertiesEXT* = VkMemoryHostPointerPropertiesEXT_1124079502
else:
  static :
    hint("Declaration of " & "VkMemoryHostPointerPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceInheritedViewportScissorFeaturesNV):
  type
    VkPhysicalDeviceInheritedViewportScissorFeaturesNV* = VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080094
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceInheritedViewportScissorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginRenderingKHR):
  type
    PFN_vkCmdBeginRenderingKHR* = PFN_vkCmdBeginRenderingKHR_1124077060
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginRenderingKHR" &
        " already exists, not redeclaring")
when not declared(VkSparseImageMemoryRequirements):
  type
    VkSparseImageMemoryRequirements* = VkSparseImageMemoryRequirements_1124074614
else:
  static :
    hint("Declaration of " & "VkSparseImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(VkSamplerMipmapMode):
  type
    VkSamplerMipmapMode* = VkSamplerMipmapMode_1124074078
else:
  static :
    hint("Declaration of " & "VkSamplerMipmapMode" &
        " already exists, not redeclaring")
when not declared(VkValidationCacheCreateFlagsEXT):
  type
    VkValidationCacheCreateFlagsEXT* = VkValidationCacheCreateFlagsEXT_1124079250
else:
  static :
    hint("Declaration of " & "VkValidationCacheCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPool):
  type
    VkDescriptorPool* = VkDescriptorPool_1124073990
else:
  static :
    hint("Declaration of " & "VkDescriptorPool" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT):
  type
    struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT* = struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079968
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMapMemoryPlacedPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTensorPropertiesARM):
  type
    VkPhysicalDeviceTensorPropertiesARM* = VkPhysicalDeviceTensorPropertiesARM_1124081294
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264GopRemainingFrameInfoKHR):
  type
    VkVideoEncodeH264GopRemainingFrameInfoKHR* = VkVideoEncodeH264GopRemainingFrameInfoKHR_1124076900
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264GopRemainingFrameInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPhysicalDeviceType):
  type
    enum_VkPhysicalDeviceType* = enum_VkPhysicalDeviceType_1124074032
else:
  static :
    hint("Declaration of " & "enum_VkPhysicalDeviceType" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT):
  type
    struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT* = struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080268
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorBufferFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureFlagsNV):
  type
    VkPartitionedAccelerationStructureFlagsNV* = VkPartitionedAccelerationStructureFlagsNV_1124082152
else:
  static :
    hint("Declaration of " & "VkPartitionedAccelerationStructureFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1RateControlLayerInfoKHR):
  type
    VkVideoEncodeAV1RateControlLayerInfoKHR* = VkVideoEncodeAV1RateControlLayerInfoKHR_1124078314
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1RateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT):
  type
    struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* = struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081386
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkImportMemoryWin32HandleInfoNV):
  type
    VkImportMemoryWin32HandleInfoNV* = VkImportMemoryWin32HandleInfoNV_1124082728
else:
  static :
    hint("Declaration of " & "VkImportMemoryWin32HandleInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceImageSubresourceLayout):
  type
    PFN_vkGetDeviceImageSubresourceLayout* = PFN_vkGetDeviceImageSubresourceLayout_1124076432
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceImageSubresourceLayout" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessageSeverityFlagBitsEXT):
  type
    VkDebugUtilsMessageSeverityFlagBitsEXT* = VkDebugUtilsMessageSeverityFlagBitsEXT_1124079058
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessageSeverityFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetBindingReferenceVALVE):
  type
    VkDescriptorSetBindingReferenceVALVE* = VkDescriptorSetBindingReferenceVALVE_1124080952
else:
  static :
    hint("Declaration of " & "VkDescriptorSetBindingReferenceVALVE" &
        " already exists, not redeclaring")
when not declared(struct_VkDecompressMemoryRegionNV):
  type
    struct_VkDecompressMemoryRegionNV* = struct_VkDecompressMemoryRegionNV_1124081028
else:
  static :
    hint("Declaration of " & "struct_VkDecompressMemoryRegionNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV):
  type
    struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV* = struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082146
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferBeginInfo):
  type
    VkCommandBufferBeginInfo* = VkCommandBufferBeginInfo_1124074662
else:
  static :
    hint("Declaration of " & "VkCommandBufferBeginInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateRenderPass2):
  type
    PFN_vkCreateRenderPass2* = PFN_vkCreateRenderPass2_1124075852
else:
  static :
    hint("Declaration of " & "PFN_vkCreateRenderPass2" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeAV1ReferenceInfo):
  type
    struct_StdVideoDecodeAV1ReferenceInfo* = struct_StdVideoDecodeAV1ReferenceInfo_1124082950
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeAV1ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginRenderPass2KHR):
  type
    PFN_vkCmdBeginRenderPass2KHR* = PFN_vkCmdBeginRenderPass2KHR_1124077280
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginRenderPass2KHR" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescriptionFlags):
  type
    VkSubpassDescriptionFlags* = VkSubpassDescriptionFlags_1124074432
else:
  static :
    hint("Declaration of " & "VkSubpassDescriptionFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassAttachmentBeginInfo):
  type
    struct_VkRenderPassAttachmentBeginInfo* = struct_VkRenderPassAttachmentBeginInfo_1124075818
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassAttachmentBeginInfo" &
        " already exists, not redeclaring")
when not declared(VkSamplerCustomBorderColorCreateInfoEXT):
  type
    VkSamplerCustomBorderColorCreateInfoEXT* = VkSamplerCustomBorderColorCreateInfoEXT_1124080162
else:
  static :
    hint("Declaration of " & "VkSamplerCustomBorderColorCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkGeometryFlagsNV):
  type
    VkGeometryFlagsNV* = VkGeometryFlagsNV_1124079360
else:
  static :
    hint("Declaration of " & "VkGeometryFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingMotionBlurFeaturesNV):
  type
    VkPhysicalDeviceRayTracingMotionBlurFeaturesNV* = VkPhysicalDeviceRayTracingMotionBlurFeaturesNV_1124080424
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayTracingMotionBlurFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR):
  type
    struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR* = struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR_1124077904
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShaderBarycentricPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPrimitiveRestartEnable):
  type
    PFN_vkCmdSetPrimitiveRestartEnable* = PFN_vkCmdSetPrimitiveRestartEnable_1124076186
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPrimitiveRestartEnable" &
        " already exists, not redeclaring")
when not declared(enum_VkCommandPoolCreateFlagBits):
  type
    enum_VkCommandPoolCreateFlagBits* = enum_VkCommandPoolCreateFlagBits_1124074282
else:
  static :
    hint("Declaration of " & "enum_VkCommandPoolCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetHdrMetadataEXT):
  type
    PFN_vkSetHdrMetadataEXT* = PFN_vkSetHdrMetadataEXT_1124079046
else:
  static :
    hint("Declaration of " & "PFN_vkSetHdrMetadataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyCommandTransformInfoQCOM):
  type
    struct_VkCopyCommandTransformInfoQCOM* = struct_VkCopyCommandTransformInfoQCOM_1124080438
else:
  static :
    hint("Declaration of " & "struct_VkCopyCommandTransformInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiDrawFeaturesEXT):
  type
    struct_VkPhysicalDeviceMultiDrawFeaturesEXT* = struct_VkPhysicalDeviceMultiDrawFeaturesEXT_1124080734
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMultiDrawFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceMicromapCompatibilityEXT):
  type
    PFN_vkGetDeviceMicromapCompatibilityEXT* = PFN_vkGetDeviceMicromapCompatibilityEXT_1124080884
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceMicromapCompatibilityEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkLayerSettingTypeEXT):
  type
    enum_VkLayerSettingTypeEXT* = enum_VkLayerSettingTypeEXT_1124081626
else:
  static :
    hint("Declaration of " & "enum_VkLayerSettingTypeEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeTuningModeKHR):
  type
    enum_VkVideoEncodeTuningModeKHR* = enum_VkVideoEncodeTuningModeKHR_1124077768
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeTuningModeKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferMemoryRequirementsInfo2):
  type
    VkBufferMemoryRequirementsInfo2* = VkBufferMemoryRequirementsInfo2_1124075314
else:
  static :
    hint("Declaration of " & "VkBufferMemoryRequirementsInfo2" &
        " already exists, not redeclaring")
when not declared(VkMultiDrawIndexedInfoEXT):
  type
    VkMultiDrawIndexedInfoEXT* = VkMultiDrawIndexedInfoEXT_1124080748
else:
  static :
    hint("Declaration of " & "VkMultiDrawIndexedInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilOpEXT):
  type
    PFN_vkCmdSetStencilOpEXT* = PFN_vkCmdSetStencilOpEXT_1124079924
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilOpEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM):
  type
    VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM* = VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM_1124080992
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyBufferInfo2):
  type
    struct_VkCopyBufferInfo2* = struct_VkCopyBufferInfo2_1124075962
else:
  static :
    hint("Declaration of " & "struct_VkCopyBufferInfo2" &
        " already exists, not redeclaring")
when not declared(enum_VkMemoryUnmapFlagBits):
  type
    enum_VkMemoryUnmapFlagBits* = enum_VkMemoryUnmapFlagBits_1124076204
else:
  static :
    hint("Declaration of " & "enum_VkMemoryUnmapFlagBits" &
        " already exists, not redeclaring")
when not declared(VkImagePlaneMemoryRequirementsInfo):
  type
    VkImagePlaneMemoryRequirementsInfo* = VkImagePlaneMemoryRequirementsInfo_1124075394
else:
  static :
    hint("Declaration of " & "VkImagePlaneMemoryRequirementsInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkGeometryDataNV):
  type
    struct_VkGeometryDataNV* = struct_VkGeometryDataNV_1124079400
else:
  static :
    hint("Declaration of " & "struct_VkGeometryDataNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCustomResolveFeaturesEXT):
  type
    VkPhysicalDeviceCustomResolveFeaturesEXT* = VkPhysicalDeviceCustomResolveFeaturesEXT_1124082440
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCustomResolveFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1CapabilityFlagsKHR):
  type
    VkVideoEncodeAV1CapabilityFlagsKHR* = VkVideoEncodeAV1CapabilityFlagsKHR_1124078236
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1CapabilityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderPass):
  type
    VkRenderPass* = VkRenderPass_1124073961
else:
  static :
    hint("Declaration of " & "VkRenderPass" & " already exists, not redeclaring")
when not declared(VkReleaseSwapchainImagesInfoEXT):
  type
    VkReleaseSwapchainImagesInfoEXT* = VkReleaseSwapchainImagesInfoEXT_1124080004
else:
  static :
    hint("Declaration of " & "VkReleaseSwapchainImagesInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkSwapchainDisplayNativeHdrCreateInfoAMD):
  type
    VkSwapchainDisplayNativeHdrCreateInfoAMD* = VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079710
else:
  static :
    hint("Declaration of " & "VkSwapchainDisplayNativeHdrCreateInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkDefaultVertexAttributeValueKHR):
  type
    VkDefaultVertexAttributeValueKHR* = VkDefaultVertexAttributeValueKHR_1124078574
else:
  static :
    hint("Declaration of " & "VkDefaultVertexAttributeValueKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT):
  type
    struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT* = struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT_1124081038
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMemoryDecompressionPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthClipEnableEXT):
  type
    PFN_vkCmdSetDepthClipEnableEXT* = PFN_vkCmdSetDepthClipEnableEXT_1124081166
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthClipEnableEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyBufferToImage):
  type
    PFN_vkCmdCopyBufferToImage* = PFN_vkCmdCopyBufferToImage_1124075016
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyBufferToImage" &
        " already exists, not redeclaring")
when not declared(PFN_vkWaitForPresentKHR):
  type
    PFN_vkWaitForPresentKHR* = PFN_vkWaitForPresentKHR_1124077670
else:
  static :
    hint("Declaration of " & "PFN_vkWaitForPresentKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineExecutableInternalRepresentationsKHR):
  type
    PFN_vkGetPipelineExecutableInternalRepresentationsKHR* = PFN_vkGetPipelineExecutableInternalRepresentationsKHR_1124077738
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPipelineExecutableInternalRepresentationsKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265LongTermRefPics):
  type
    struct_StdVideoEncodeH265LongTermRefPics* = struct_StdVideoEncodeH265LongTermRefPics_1124083184
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265LongTermRefPics" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceScalarBlockLayoutFeatures):
  type
    VkPhysicalDeviceScalarBlockLayoutFeatures* = VkPhysicalDeviceScalarBlockLayoutFeatures_1124075748
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceScalarBlockLayoutFeatures" &
        " already exists, not redeclaring")
when not declared(enum_VkSparseMemoryBindFlagBits):
  type
    enum_VkSparseMemoryBindFlagBits* = enum_VkSparseMemoryBindFlagBits_1124074220
else:
  static :
    hint("Declaration of " & "enum_VkSparseMemoryBindFlagBits" &
        " already exists, not redeclaring")
when not declared(VkSurfaceProtectedCapabilitiesKHR):
  type
    VkSurfaceProtectedCapabilitiesKHR* = VkSurfaceProtectedCapabilitiesKHR_1124077658
else:
  static :
    hint("Declaration of " & "VkSurfaceProtectedCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindVertexBuffers2EXT):
  type
    PFN_vkCmdBindVertexBuffers2EXT* = PFN_vkCmdBindVertexBuffers2EXT_1124079912
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindVertexBuffers2EXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineLayoutCreateFlags):
  type
    VkPipelineLayoutCreateFlags* = VkPipelineLayoutCreateFlags_1124074348
else:
  static :
    hint("Declaration of " & "VkPipelineLayoutCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkValidationFeatureEnableEXT):
  type
    VkValidationFeatureEnableEXT* = VkValidationFeatureEnableEXT_1124079798
else:
  static :
    hint("Declaration of " & "VkValidationFeatureEnableEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDebugMarkerInsertEXT):
  type
    PFN_vkCmdDebugMarkerInsertEXT* = PFN_vkCmdDebugMarkerInsertEXT_1124078706
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDebugMarkerInsertEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageCopy):
  type
    struct_VkImageCopy* = struct_VkImageCopy_1124074676
else:
  static :
    hint("Declaration of " & "struct_VkImageCopy" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCornerSampledImageFeaturesNV):
  type
    struct_VkPhysicalDeviceCornerSampledImageFeaturesNV* = struct_VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078812
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCornerSampledImageFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSMBuiltinsFeaturesNV):
  type
    VkPhysicalDeviceShaderSMBuiltinsFeaturesNV* = VkPhysicalDeviceShaderSMBuiltinsFeaturesNV_1124079208
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderSMBuiltinsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkExternalFencePropertiesKHR):
  type
    VkExternalFencePropertiesKHR* = VkExternalFencePropertiesKHR_1124077302
else:
  static :
    hint("Declaration of " & "VkExternalFencePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineExecutableStatisticFormatKHR):
  type
    enum_VkPipelineExecutableStatisticFormatKHR* = enum_VkPipelineExecutableStatisticFormatKHR_1124077702
else:
  static :
    hint("Declaration of " & "enum_VkPipelineExecutableStatisticFormatKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTransformMatrixKHR):
  type
    struct_VkTransformMatrixKHR* = struct_VkTransformMatrixKHR_1124079432
else:
  static :
    hint("Declaration of " & "struct_VkTransformMatrixKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultInfoEXT):
  type
    VkDeviceFaultInfoEXT* = VkDeviceFaultInfoEXT_1124080502
else:
  static :
    hint("Declaration of " & "VkDeviceFaultInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkMicromapBuildSizesInfoEXT):
  type
    VkMicromapBuildSizesInfoEXT* = VkMicromapBuildSizesInfoEXT_1124080850
else:
  static :
    hint("Declaration of " & "VkMicromapBuildSizesInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264PictureInfoKHR):
  type
    VkVideoDecodeH264PictureInfoKHR* = VkVideoDecodeH264PictureInfoKHR_1124077038
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkSamplerReductionMode):
  type
    enum_VkSamplerReductionMode* = enum_VkSamplerReductionMode_1124075608
else:
  static :
    hint("Declaration of " & "enum_VkSamplerReductionMode" &
        " already exists, not redeclaring")
when not declared(VkImageViewCreateFlagBits):
  type
    VkImageViewCreateFlagBits* = VkImageViewCreateFlagBits_1124074272
else:
  static :
    hint("Declaration of " & "VkImageViewCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1CapabilityFlagBitsKHR):
  type
    VkVideoEncodeAV1CapabilityFlagBitsKHR* = VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078234
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1CapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceGroupSurfacePresentModes2EXT):
  type
    PFN_vkGetDeviceGroupSurfacePresentModes2EXT* = PFN_vkGetDeviceGroupSurfacePresentModes2EXT_1124082764
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceGroupSurfacePresentModes2EXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumeratePhysicalDeviceGroups):
  type
    PFN_vkEnumeratePhysicalDeviceGroups* = PFN_vkEnumeratePhysicalDeviceGroups_1124075550
else:
  static :
    hint("Declaration of " & "PFN_vkEnumeratePhysicalDeviceGroups" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBoundsTestEnable):
  type
    PFN_vkCmdSetDepthBoundsTestEnable* = PFN_vkCmdSetDepthBoundsTestEnable_1124076176
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBoundsTestEnable" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackCreateInfoEXT):
  type
    VkPipelineCreationFeedbackCreateInfoEXT* = VkPipelineCreationFeedbackCreateInfoEXT_1124079558
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDataGraphOperationSupportARM):
  type
    struct_VkPhysicalDeviceDataGraphOperationSupportARM* = struct_VkPhysicalDeviceDataGraphOperationSupportARM_1124081802
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDataGraphOperationSupportARM" &
        " already exists, not redeclaring")
when not declared(enum_VkDisplaySurfaceStereoTypeNV):
  type
    enum_VkDisplaySurfaceStereoTypeNV* = enum_VkDisplaySurfaceStereoTypeNV_1124081956
else:
  static :
    hint("Declaration of " & "enum_VkDisplaySurfaceStereoTypeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkMapMemory2KHR):
  type
    PFN_vkMapMemory2KHR* = PFN_vkMapMemory2KHR_1124077748
else:
  static :
    hint("Declaration of " & "PFN_vkMapMemory2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures):
  type
    struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures* = struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076416
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDynamicRenderingLocalReadFeatures" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryKHR):
  type
    VkPipelineBinaryKHR* = VkPipelineBinaryKHR_1124078054
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT):
  type
    VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT* = VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT_1124082432
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceZeroInitializeDeviceMemoryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLineRasterizationFeatures):
  type
    struct_VkPhysicalDeviceLineRasterizationFeatures* = struct_VkPhysicalDeviceLineRasterizationFeatures_1124076384
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceLineRasterizationFeatures" &
        " already exists, not redeclaring")
when not declared(enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV):
  type
    enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV* = enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV_1124082136
else:
  static :
    hint("Declaration of " &
        "enum_VkPartitionedAccelerationStructureInstanceFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceAccelerationStructureCompatibilityKHR):
  type
    PFN_vkGetDeviceAccelerationStructureCompatibilityKHR* = PFN_vkGetDeviceAccelerationStructureCompatibilityKHR_1124082578
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetDeviceAccelerationStructureCompatibilityKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetLocalDimmingAMD):
  type
    PFN_vkSetLocalDimmingAMD* = PFN_vkSetLocalDimmingAMD_1124079712
else:
  static :
    hint("Declaration of " & "PFN_vkSetLocalDimmingAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndexed):
  type
    PFN_vkCmdDrawIndexed* = PFN_vkCmdDrawIndexed_1124075146
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndexed" &
        " already exists, not redeclaring")
when not declared(enum_VkBufferCreateFlagBits):
  type
    enum_VkBufferCreateFlagBits* = enum_VkBufferCreateFlagBits_1124074258
else:
  static :
    hint("Declaration of " & "enum_VkBufferCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkResolveModeFlagBits):
  type
    VkResolveModeFlagBits* = VkResolveModeFlagBits_1124075614
else:
  static :
    hint("Declaration of " & "VkResolveModeFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR):
  type
    struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR* = struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078454
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT* = struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT_1124082004
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265QualityLevelPropertiesKHR):
  type
    struct_VkVideoEncodeH265QualityLevelPropertiesKHR* = struct_VkVideoEncodeH265QualityLevelPropertiesKHR_1124076946
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265QualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceAddress):
  type
    VkDeviceAddress* = VkDeviceAddress_1124073927
else:
  static :
    hint("Declaration of " & "VkDeviceAddress" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT):
  type
    struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT* = struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079544
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1ProfileInfoKHR):
  type
    struct_VkVideoEncodeAV1ProfileInfoKHR* = struct_VkVideoEncodeAV1ProfileInfoKHR_1124078296
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkQueryResultStatusKHR):
  type
    enum_VkQueryResultStatusKHR* = enum_VkQueryResultStatusKHR_1124076636
else:
  static :
    hint("Declaration of " & "enum_VkQueryResultStatusKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoReferenceIntraRefreshInfoKHR):
  type
    struct_VkVideoReferenceIntraRefreshInfoKHR* = struct_VkVideoReferenceIntraRefreshInfoKHR_1124078480
else:
  static :
    hint("Declaration of " & "struct_VkVideoReferenceIntraRefreshInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetShaderInfoEXT):
  type
    VkIndirectExecutionSetShaderInfoEXT* = VkIndirectExecutionSetShaderInfoEXT_1124082232
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetShaderInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCuFunctionNVX):
  type
    VkCuFunctionNVX* = VkCuFunctionNVX_1124078748
else:
  static :
    hint("Declaration of " & "VkCuFunctionNVX" &
        " already exists, not redeclaring")
when not declared(VkQueryPool):
  type
    VkQueryPool* = VkQueryPool_1124073955
else:
  static :
    hint("Declaration of " & "VkQueryPool" & " already exists, not redeclaring")
when not declared(VkDeviceGroupCommandBufferBeginInfoKHR):
  type
    VkDeviceGroupCommandBufferBeginInfoKHR* = VkDeviceGroupCommandBufferBeginInfoKHR_1124077114
else:
  static :
    hint("Declaration of " & "VkDeviceGroupCommandBufferBeginInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1MatrixCoefficients):
  type
    StdVideoAV1MatrixCoefficients* = StdVideoAV1MatrixCoefficients_1124083284
else:
  static :
    hint("Declaration of " & "StdVideoAV1MatrixCoefficients" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginTransformFeedbackEXT):
  type
    PFN_vkCmdBeginTransformFeedbackEXT* = PFN_vkCmdBeginTransformFeedbackEXT_1124078736
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginTransformFeedbackEXT" &
        " already exists, not redeclaring")
when not declared(VkViewportWScalingNV):
  type
    VkViewportWScalingNV* = VkViewportWScalingNV_1124078894
else:
  static :
    hint("Declaration of " & "VkViewportWScalingNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdExecuteGeneratedCommandsEXT):
  type
    PFN_vkCmdExecuteGeneratedCommandsEXT* = PFN_vkCmdExecuteGeneratedCommandsEXT_1124082306
else:
  static :
    hint("Declaration of " & "PFN_vkCmdExecuteGeneratedCommandsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorDescriptionARM):
  type
    struct_VkTensorDescriptionARM* = struct_VkTensorDescriptionARM_1124081264
else:
  static :
    hint("Declaration of " & "struct_VkTensorDescriptionARM" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueGlobalPriorityCreateInfoKHR):
  type
    VkDeviceQueueGlobalPriorityCreateInfoKHR* = VkDeviceQueueGlobalPriorityCreateInfoKHR_1124077558
else:
  static :
    hint("Declaration of " & "VkDeviceQueueGlobalPriorityCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceOpticalFlowPropertiesNV):
  type
    struct_VkPhysicalDeviceOpticalFlowPropertiesNV* = struct_VkPhysicalDeviceOpticalFlowPropertiesNV_1124081440
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceOpticalFlowPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264RateControlInfoKHR):
  type
    VkVideoEncodeH264RateControlInfoKHR* = VkVideoEncodeH264RateControlInfoKHR_1124076888
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264RateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMemoryRequirementsInfoNV):
  type
    VkAccelerationStructureMemoryRequirementsInfoNV* = VkAccelerationStructureMemoryRequirementsInfoNV_1124079426
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMemoryRequirementsInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplaySurfaceCreateInfoKHR):
  type
    struct_VkDisplaySurfaceCreateInfoKHR* = struct_VkDisplaySurfaceCreateInfoKHR_1124076608
else:
  static :
    hint("Declaration of " & "struct_VkDisplaySurfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT):
  type
    struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT* = struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT_1124080964
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR):
  type
    VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR* = VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078356
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkClearColorValue):
  type
    VkClearColorValue* = VkClearColorValue_1124074770
else:
  static :
    hint("Declaration of " & "VkClearColorValue" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineInputAssemblyStateCreateInfo):
  type
    struct_VkPipelineInputAssemblyStateCreateInfo* = struct_VkPipelineInputAssemblyStateCreateInfo_1124074792
else:
  static :
    hint("Declaration of " & "struct_VkPipelineInputAssemblyStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToImageIndirectCommandKHR):
  type
    VkCopyMemoryToImageIndirectCommandKHR* = VkCopyMemoryToImageIndirectCommandKHR_1124078444
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToImageIndirectCommandKHR" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolPerformanceQueryCreateInfoINTEL):
  type
    VkQueryPoolPerformanceQueryCreateInfoINTEL* = VkQueryPoolPerformanceQueryCreateInfoINTEL_1124079662
else:
  static :
    hint("Declaration of " & "VkQueryPoolPerformanceQueryCreateInfoINTEL" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264PocType):
  type
    enum_StdVideoH264PocType* = enum_StdVideoH264PocType_1124083120
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264PocType" &
        " already exists, not redeclaring")
when not declared(PFN_vkSignalSemaphore):
  type
    PFN_vkSignalSemaphore* = PFN_vkSignalSemaphore_1124075840
else:
  static :
    hint("Declaration of " & "PFN_vkSignalSemaphore" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingAttachmentInfo):
  type
    struct_VkRenderingAttachmentInfo* = struct_VkRenderingAttachmentInfo_1124076094
else:
  static :
    hint("Declaration of " & "struct_VkRenderingAttachmentInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT):
  type
    struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT* = struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT_1124079030
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDepthClipEnableFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewPropertiesKHR):
  type
    VkPhysicalDeviceMultiviewPropertiesKHR* = VkPhysicalDeviceMultiviewPropertiesKHR_1124077068
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMultiviewPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageViewAddressNVX):
  type
    PFN_vkGetImageViewAddressNVX* = PFN_vkGetImageViewAddressNVX_1124078788
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageViewAddressNVX" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyImageToBuffer):
  type
    PFN_vkCmdCopyImageToBuffer* = PFN_vkCmdCopyImageToBuffer_1124075018
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyImageToBuffer" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetFramebufferTilePropertiesQCOM):
  type
    PFN_vkGetFramebufferTilePropertiesQCOM* = PFN_vkGetFramebufferTilePropertiesQCOM_1124081554
else:
  static :
    hint("Declaration of " & "PFN_vkGetFramebufferTilePropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkGeometryTypeKHR):
  type
    VkGeometryTypeKHR* = VkGeometryTypeKHR_1124079334
else:
  static :
    hint("Declaration of " & "VkGeometryTypeKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH265ReferenceInfoFlags):
  type
    StdVideoDecodeH265ReferenceInfoFlags* = StdVideoDecodeH265ReferenceInfoFlags_1124083056
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH265ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalFenceProperties):
  type
    PFN_vkGetPhysicalDeviceExternalFenceProperties* = PFN_vkGetPhysicalDeviceExternalFenceProperties_1124075578
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceExternalFenceProperties" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryHandleTypeFlags):
  type
    VkExternalMemoryHandleTypeFlags* = VkExternalMemoryHandleTypeFlags_1124075212
else:
  static :
    hint("Declaration of " & "VkExternalMemoryHandleTypeFlags" &
        " already exists, not redeclaring")
when not declared(VkPresentTimeGOOGLE):
  type
    VkPresentTimeGOOGLE* = VkPresentTimeGOOGLE_1124078962
else:
  static :
    hint("Declaration of " & "VkPresentTimeGOOGLE" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSemaphoreFdKHR):
  type
    PFN_vkGetSemaphoreFdKHR* = PFN_vkGetSemaphoreFdKHR_1124077214
else:
  static :
    hint("Declaration of " & "PFN_vkGetSemaphoreFdKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdExecuteCommands):
  type
    PFN_vkCmdExecuteCommands* = PFN_vkCmdExecuteCommands_1124075036
else:
  static :
    hint("Declaration of " & "PFN_vkCmdExecuteCommands" &
        " already exists, not redeclaring")
when not declared(VkPipelineTessellationDomainOriginStateCreateInfo):
  type
    VkPipelineTessellationDomainOriginStateCreateInfo* = VkPipelineTessellationDomainOriginStateCreateInfo_1124075520
else:
  static :
    hint("Declaration of " & "VkPipelineTessellationDomainOriginStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkFenceImportFlagBitsKHR):
  type
    VkFenceImportFlagBitsKHR* = VkFenceImportFlagBitsKHR_1124077308
else:
  static :
    hint("Declaration of " & "VkFenceImportFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterKHR):
  type
    VkPerformanceCounterKHR* = VkPerformanceCounterKHR_1124077358
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkGraphicsShaderGroupCreateInfoNV):
  type
    struct_VkGraphicsShaderGroupCreateInfoNV* = struct_VkGraphicsShaderGroupCreateInfoNV_1124080036
else:
  static :
    hint("Declaration of " & "struct_VkGraphicsShaderGroupCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalImageFormatProperties):
  type
    struct_VkExternalImageFormatProperties* = struct_VkExternalImageFormatProperties_1124075404
else:
  static :
    hint("Declaration of " & "struct_VkExternalImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureInstancesInputNV):
  type
    VkPartitionedAccelerationStructureInstancesInputNV* = VkPartitionedAccelerationStructureInstancesInputNV_1124082176
else:
  static :
    hint("Declaration of " &
        "VkPartitionedAccelerationStructureInstancesInputNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCacheHeaderVersionDataGraphQCOM):
  type
    struct_VkPipelineCacheHeaderVersionDataGraphQCOM* = struct_VkPipelineCacheHeaderVersionDataGraphQCOM_1124082456
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCacheHeaderVersionDataGraphQCOM" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoVP9ColorSpace):
  type
    enum_StdVideoVP9ColorSpace* = enum_StdVideoVP9ColorSpace_1124083362
else:
  static :
    hint("Declaration of " & "enum_StdVideoVP9ColorSpace" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyImageToBuffer2):
  type
    PFN_vkCmdCopyImageToBuffer2* = PFN_vkCmdCopyImageToBuffer2_1124076136
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyImageToBuffer2" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionParametersCreateInfoKHR):
  type
    VkVideoSessionParametersCreateInfoKHR* = VkVideoSessionParametersCreateInfoKHR_1124076736
else:
  static :
    hint("Declaration of " & "VkVideoSessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkExportMemoryAllocateInfoKHR):
  type
    VkExportMemoryAllocateInfoKHR* = VkExportMemoryAllocateInfoKHR_1124077166
else:
  static :
    hint("Declaration of " & "VkExportMemoryAllocateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewportShadingRatePaletteNV):
  type
    PFN_vkCmdSetViewportShadingRatePaletteNV* = PFN_vkCmdSetViewportShadingRatePaletteNV_1124079320
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewportShadingRatePaletteNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD):
  type
    struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD* = struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD_1124079704
else:
  static :
    hint("Declaration of " & "struct_VkDisplayNativeHdrSurfaceCapabilitiesAMD" &
        " already exists, not redeclaring")
when not declared(VkPresentGravityFlagsEXT):
  type
    VkPresentGravityFlagsEXT* = VkPresentGravityFlagsEXT_1124079986
else:
  static :
    hint("Declaration of " & "VkPresentGravityFlagsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDeviceWaitIdle):
  type
    PFN_vkDeviceWaitIdle* = PFN_vkDeviceWaitIdle_1124074932
else:
  static :
    hint("Declaration of " & "PFN_vkDeviceWaitIdle" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryIndirectInfoKHR):
  type
    VkCopyMemoryIndirectInfoKHR* = VkCopyMemoryIndirectInfoKHR_1124078440
else:
  static :
    hint("Declaration of " & "VkCopyMemoryIndirectInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkBlendOverlapEXT):
  type
    enum_VkBlendOverlapEXT* = enum_VkBlendOverlapEXT_1124079168
else:
  static :
    hint("Declaration of " & "enum_VkBlendOverlapEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueNotifyOutOfBandNV):
  type
    PFN_vkQueueNotifyOutOfBandNV* = PFN_vkQueueNotifyOutOfBandNV_1124081706
else:
  static :
    hint("Declaration of " & "PFN_vkQueueNotifyOutOfBandNV" &
        " already exists, not redeclaring")
when not declared(VkFrameBoundaryEXT):
  type
    VkFrameBoundaryEXT* = VkFrameBoundaryEXT_1124080646
else:
  static :
    hint("Declaration of " & "VkFrameBoundaryEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDataGraphPipelinePropertyARM):
  type
    enum_VkDataGraphPipelinePropertyARM* = enum_VkDataGraphPipelinePropertyARM_1124081718
else:
  static :
    hint("Declaration of " & "enum_VkDataGraphPipelinePropertyARM" &
        " already exists, not redeclaring")
when not declared(VkCuFunctionCreateInfoNVX):
  type
    VkCuFunctionCreateInfoNVX* = VkCuFunctionCreateInfoNVX_1124078760
else:
  static :
    hint("Declaration of " & "VkCuFunctionCreateInfoNVX" &
        " already exists, not redeclaring")
when not declared(VkTensorViewCreateFlagBitsARM):
  type
    VkTensorViewCreateFlagBitsARM* = VkTensorViewCreateFlagBitsARM_1124081258
else:
  static :
    hint("Declaration of " & "VkTensorViewCreateFlagBitsARM" &
        " already exists, not redeclaring")
when not declared(VkCuLaunchInfoNVX):
  type
    VkCuLaunchInfoNVX* = VkCuLaunchInfoNVX_1124078764
else:
  static :
    hint("Declaration of " & "VkCuLaunchInfoNVX" &
        " already exists, not redeclaring")
when not declared(VkFramebufferAttachmentImageInfoKHR):
  type
    VkFramebufferAttachmentImageInfoKHR* = VkFramebufferAttachmentImageInfoKHR_1124077260
else:
  static :
    hint("Declaration of " & "VkFramebufferAttachmentImageInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDiscardRectangleEXT):
  type
    PFN_vkCmdSetDiscardRectangleEXT* = PFN_vkCmdSetDiscardRectangleEXT_1124079008
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDiscardRectangleEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassStripeBeginInfoARM):
  type
    struct_VkRenderPassStripeBeginInfoARM* = struct_VkRenderPassStripeBeginInfoARM_1124080980
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassStripeBeginInfoARM" &
        " already exists, not redeclaring")
when not declared(VkExternalBufferPropertiesKHR):
  type
    VkExternalBufferPropertiesKHR* = VkExternalBufferPropertiesKHR_1124077156
else:
  static :
    hint("Declaration of " & "VkExternalBufferPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetFenceWin32HandleKHR):
  type
    PFN_vkGetFenceWin32HandleKHR* = PFN_vkGetFenceWin32HandleKHR_1124082724
else:
  static :
    hint("Declaration of " & "PFN_vkGetFenceWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetColorBlendEquationEXT):
  type
    PFN_vkCmdSetColorBlendEquationEXT* = PFN_vkCmdSetColorBlendEquationEXT_1124081154
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetColorBlendEquationEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionParametersUpdateInfoKHR):
  type
    VkVideoSessionParametersUpdateInfoKHR* = VkVideoSessionParametersUpdateInfoKHR_1124076740
else:
  static :
    hint("Declaration of " & "VkVideoSessionParametersUpdateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkFramebufferAttachmentsCreateInfoKHR):
  type
    VkFramebufferAttachmentsCreateInfoKHR* = VkFramebufferAttachmentsCreateInfoKHR_1124077258
else:
  static :
    hint("Declaration of " & "VkFramebufferAttachmentsCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportDepthClampControlCreateInfoEXT):
  type
    struct_VkPipelineViewportDepthClampControlCreateInfoEXT* = struct_VkPipelineViewportDepthClampControlCreateInfoEXT_1124082344
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineViewportDepthClampControlCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceIndexTypeUint8FeaturesEXT):
  type
    VkPhysicalDeviceIndexTypeUint8FeaturesEXT* = VkPhysicalDeviceIndexTypeUint8FeaturesEXT_1124079896
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceIndexTypeUint8FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassCreationFeedbackInfoEXT):
  type
    struct_VkRenderPassCreationFeedbackInfoEXT* = struct_VkRenderPassCreationFeedbackInfoEXT_1124081212
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassCreationFeedbackInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDiscardRectangleModeEXT):
  type
    PFN_vkCmdSetDiscardRectangleModeEXT* = PFN_vkCmdSetDiscardRectangleModeEXT_1124079012
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDiscardRectangleModeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShadingRateKHR):
  type
    struct_VkPhysicalDeviceFragmentShadingRateKHR* = struct_VkPhysicalDeviceFragmentShadingRateKHR_1124077630
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFragmentShadingRateKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkFramebufferCreateFlagBits):
  type
    enum_VkFramebufferCreateFlagBits* = enum_VkFramebufferCreateFlagBits_1124074416
else:
  static :
    hint("Declaration of " & "enum_VkFramebufferCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(StdVideoH264PpsFlags):
  type
    StdVideoH264PpsFlags* = StdVideoH264PpsFlags_1124082988
else:
  static :
    hint("Declaration of " & "StdVideoH264PpsFlags" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutUsageFlagBitsNV):
  type
    VkIndirectCommandsLayoutUsageFlagBitsNV* = VkIndirectCommandsLayoutUsageFlagBitsNV_1124080024
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutUsageFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureMemoryRequirementsInfoNV):
  type
    struct_VkAccelerationStructureMemoryRequirementsInfoNV* = struct_VkAccelerationStructureMemoryRequirementsInfoNV_1124079424
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureMemoryRequirementsInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDeviceSize):
  type
    VkDeviceSize* = VkDeviceSize_1124073929
else:
  static :
    hint("Declaration of " & "VkDeviceSize" & " already exists, not redeclaring")
when not declared(VkDeviceImageMemoryRequirements):
  type
    VkDeviceImageMemoryRequirements* = VkDeviceImageMemoryRequirements_1124076008
else:
  static :
    hint("Declaration of " & "VkDeviceImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreatePipelineCache):
  type
    PFN_vkCreatePipelineCache* = PFN_vkCreatePipelineCache_1124075056
else:
  static :
    hint("Declaration of " & "PFN_vkCreatePipelineCache" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueShaderCoreControlCreateInfoARM):
  type
    VkDeviceQueueShaderCoreControlCreateInfoARM* = VkDeviceQueueShaderCoreControlCreateInfoARM_1124080928
else:
  static :
    hint("Declaration of " & "VkDeviceQueueShaderCoreControlCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindBufferMemory):
  type
    PFN_vkBindBufferMemory* = PFN_vkBindBufferMemory_1124074948
else:
  static :
    hint("Declaration of " & "PFN_vkBindBufferMemory" &
        " already exists, not redeclaring")
when not declared(VkImageBlit2):
  type
    VkImageBlit2* = VkImageBlit2_1124076080
else:
  static :
    hint("Declaration of " & "VkImageBlit2" & " already exists, not redeclaring")
when not declared(VkImagePlaneMemoryRequirementsInfoKHR):
  type
    VkImagePlaneMemoryRequirementsInfoKHR* = VkImagePlaneMemoryRequirementsInfoKHR_1124077490
else:
  static :
    hint("Declaration of " & "VkImagePlaneMemoryRequirementsInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance3PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance3PropertiesKHR* = VkPhysicalDeviceMaintenance3PropertiesKHR_1124077508
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance3PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderFmaFeaturesKHR):
  type
    VkPhysicalDeviceShaderFmaFeaturesKHR* = VkPhysicalDeviceShaderFmaFeaturesKHR_1124078570
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderFmaFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM):
  type
    VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM* = VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081854
else:
  static :
    hint("Declaration of " &
        "VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV):
  type
    VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV* = VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV_1124082148
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePartitionedAccelerationStructurePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkCopyBufferInfo2KHR):
  type
    VkCopyBufferInfo2KHR* = VkCopyBufferInfo2KHR_1124077918
else:
  static :
    hint("Declaration of " & "VkCopyBufferInfo2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectCommandsTokenTypeNV):
  type
    enum_VkIndirectCommandsTokenTypeNV* = enum_VkIndirectCommandsTokenTypeNV_1124080012
else:
  static :
    hint("Declaration of " & "enum_VkIndirectCommandsTokenTypeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorCopyARM):
  type
    struct_VkTensorCopyARM* = struct_VkTensorCopyARM_1124081312
else:
  static :
    hint("Declaration of " & "struct_VkTensorCopyARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR):
  type
    struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR* = struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078186
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCacheHeaderVersionOne):
  type
    VkPipelineCacheHeaderVersionOne* = VkPipelineCacheHeaderVersionOne_1124074686
else:
  static :
    hint("Declaration of " & "VkPipelineCacheHeaderVersionOne" &
        " already exists, not redeclaring")
when not declared(VkImageFormatProperties2KHR):
  type
    VkImageFormatProperties2KHR* = VkImageFormatProperties2KHR_1124077076
else:
  static :
    hint("Declaration of " & "VkImageFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineVertexInputDivisorStateCreateInfo):
  type
    VkPipelineVertexInputDivisorStateCreateInfo* = VkPipelineVertexInputDivisorStateCreateInfo_1124076406
else:
  static :
    hint("Declaration of " & "VkPipelineVertexInputDivisorStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkSparseImageFormatProperties):
  type
    VkSparseImageFormatProperties* = VkSparseImageFormatProperties_1124074610
else:
  static :
    hint("Declaration of " & "VkSparseImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassBeginInfo):
  type
    struct_VkRenderPassBeginInfo* = struct_VkRenderPassBeginInfo_1124074888
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassBeginInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentIdFeaturesKHR):
  type
    VkPhysicalDevicePresentIdFeaturesKHR* = VkPhysicalDevicePresentIdFeaturesKHR_1124077766
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePresentIdFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT):
  type
    struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT* = struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080280
else:
  static :
    hint("Declaration of " &
        "struct_VkDescriptorBufferBindingPushDescriptorBufferHandleEXT" &
        " already exists, not redeclaring")
when not declared(VkCopyImageToBufferInfo2):
  type
    VkCopyImageToBufferInfo2* = VkCopyImageToBufferInfo2_1124075984
else:
  static :
    hint("Declaration of " & "VkCopyImageToBufferInfo2" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRateControlModeFlagBitsKHR):
  type
    VkVideoEncodeRateControlModeFlagBitsKHR* = VkVideoEncodeRateControlModeFlagBitsKHR_1124077786
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRateControlModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalTensorInfoARM):
  type
    struct_VkPhysicalDeviceExternalTensorInfoARM* = struct_VkPhysicalDeviceExternalTensorInfoARM_1124081324
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceExternalTensorInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyAccelerationStructureToMemoryInfoKHR):
  type
    struct_VkCopyAccelerationStructureToMemoryInfoKHR* = struct_VkCopyAccelerationStructureToMemoryInfoKHR_1124082538
else:
  static :
    hint("Declaration of " & "struct_VkCopyAccelerationStructureToMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkBorderColor):
  type
    enum_VkBorderColor* = enum_VkBorderColor_1124074064
else:
  static :
    hint("Declaration of " & "enum_VkBorderColor" &
        " already exists, not redeclaring")
when not declared(VkConditionalRenderingBeginInfoEXT):
  type
    VkConditionalRenderingBeginInfoEXT* = VkConditionalRenderingBeginInfoEXT_1124078878
else:
  static :
    hint("Declaration of " & "VkConditionalRenderingBeginInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkAccessFlagBits):
  type
    VkAccessFlagBits* = VkAccessFlagBits_1124074142
else:
  static :
    hint("Declaration of " & "VkAccessFlagBits" &
        " already exists, not redeclaring")
when not declared(VkMemoryUnmapFlagsKHR):
  type
    VkMemoryUnmapFlagsKHR* = VkMemoryUnmapFlagsKHR_1124077742
else:
  static :
    hint("Declaration of " & "VkMemoryUnmapFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureNV):
  type
    VkAccelerationStructureNV* = VkAccelerationStructureNV_1124079324
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBlitImage2KHR):
  type
    PFN_vkCmdBlitImage2KHR* = PFN_vkCmdBlitImage2KHR_1124077948
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBlitImage2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT):
  type
    VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT* = VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT_1124082474
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderUniformBufferUnsizedArrayFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlaneCapabilitiesKHR):
  type
    VkDisplayPlaneCapabilitiesKHR* = VkDisplayPlaneCapabilitiesKHR_1124076598
else:
  static :
    hint("Declaration of " & "VkDisplayPlaneCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMeshTasksIndirectCountEXT):
  type
    PFN_vkCmdDrawMeshTasksIndirectCountEXT* = PFN_vkCmdDrawMeshTasksIndirectCountEXT_1124082642
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectCountEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264SliceHeader):
  type
    struct_StdVideoEncodeH264SliceHeader* = struct_StdVideoEncodeH264SliceHeader_1124082910
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264SliceHeader" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupSwapchainCreateInfoKHR):
  type
    VkDeviceGroupSwapchainCreateInfoKHR* = VkDeviceGroupSwapchainCreateInfoKHR_1124076550
else:
  static :
    hint("Declaration of " & "VkDeviceGroupSwapchainCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPlaneCapabilities2KHR):
  type
    struct_VkDisplayPlaneCapabilities2KHR* = struct_VkDisplayPlaneCapabilities2KHR_1124077438
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPlaneCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEndCodingInfoKHR):
  type
    VkVideoEndCodingInfoKHR* = VkVideoEndCodingInfoKHR_1124076748
else:
  static :
    hint("Declaration of " & "VkVideoEndCodingInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueCreateInfo):
  type
    VkDeviceQueueCreateInfo* = VkDeviceQueueCreateInfo_1124074550
else:
  static :
    hint("Declaration of " & "VkDeviceQueueCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkHeadlessSurfaceCreateFlagsEXT):
  type
    VkHeadlessSurfaceCreateFlagsEXT* = VkHeadlessSurfaceCreateFlagsEXT_1124079870
else:
  static :
    hint("Declaration of " & "VkHeadlessSurfaceCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryType):
  type
    struct_VkMemoryType* = struct_VkMemoryType_1124074520
else:
  static :
    hint("Declaration of " & "struct_VkMemoryType" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9LoopFilterFlags):
  type
    StdVideoVP9LoopFilterFlags* = StdVideoVP9LoopFilterFlags_1124083304
else:
  static :
    hint("Declaration of " & "StdVideoVP9LoopFilterFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkPresentGravityFlagBitsKHR):
  type
    enum_VkPresentGravityFlagBitsKHR* = enum_VkPresentGravityFlagBitsKHR_1124078120
else:
  static :
    hint("Declaration of " & "enum_VkPresentGravityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainLatencyCreateInfoNV):
  type
    struct_VkSwapchainLatencyCreateInfoNV* = struct_VkSwapchainLatencyCreateInfoNV_1124081686
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainLatencyCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageAlignmentControlPropertiesMESA):
  type
    VkPhysicalDeviceImageAlignmentControlPropertiesMESA* = VkPhysicalDeviceImageAlignmentControlPropertiesMESA_1124082326
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceImageAlignmentControlPropertiesMESA" &
        " already exists, not redeclaring")
when not declared(VkPipelineDiscardRectangleStateCreateInfoEXT):
  type
    VkPipelineDiscardRectangleStateCreateInfoEXT* = VkPipelineDiscardRectangleStateCreateInfoEXT_1124079006
else:
  static :
    hint("Declaration of " & "VkPipelineDiscardRectangleStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBounds):
  type
    PFN_vkCmdSetDepthBounds* = PFN_vkCmdSetDepthBounds_1124075132
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBounds" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentIdFeaturesKHR):
  type
    struct_VkPhysicalDevicePresentIdFeaturesKHR* = struct_VkPhysicalDevicePresentIdFeaturesKHR_1124077764
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePresentIdFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceUniformBufferStandardLayoutFeatures):
  type
    VkPhysicalDeviceUniformBufferStandardLayoutFeatures* = VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075760
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceUniformBufferStandardLayoutFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoFormatPropertiesKHR):
  type
    struct_VkVideoFormatPropertiesKHR* = struct_VkVideoFormatPropertiesKHR_1124076710
else:
  static :
    hint("Declaration of " & "struct_VkVideoFormatPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH264StdFlagBitsKHR):
  type
    enum_VkVideoEncodeH264StdFlagBitsKHR* = enum_VkVideoEncodeH264StdFlagBitsKHR_1124076812
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH264StdFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR):
  type
    struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR* = struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078304
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1GopRemainingFrameInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkShaderCodeTypeEXT):
  type
    VkShaderCodeTypeEXT* = VkShaderCodeTypeEXT_1124081506
else:
  static :
    hint("Declaration of " & "VkShaderCodeTypeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoverageModulationTableNV):
  type
    PFN_vkCmdSetCoverageModulationTableNV* = PFN_vkCmdSetCoverageModulationTableNV_1124081192
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoverageModulationTableNV" &
        " already exists, not redeclaring")
when not declared(VkShaderModuleCreateInfo):
  type
    VkShaderModuleCreateInfo* = VkShaderModuleCreateInfo_1124074698
else:
  static :
    hint("Declaration of " & "VkShaderModuleCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkTensorViewCreateFlagsARM):
  type
    VkTensorViewCreateFlagsARM* = VkTensorViewCreateFlagsARM_1124081256
else:
  static :
    hint("Declaration of " & "VkTensorViewCreateFlagsARM" &
        " already exists, not redeclaring")
when not declared(VkTileShadingRenderPassFlagsQCOM):
  type
    VkTileShadingRenderPassFlagsQCOM* = VkTileShadingRenderPassFlagsQCOM_1124080222
else:
  static :
    hint("Declaration of " & "VkTileShadingRenderPassFlagsQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkImportMemoryWin32HandleInfoKHR):
  type
    struct_VkImportMemoryWin32HandleInfoKHR* = struct_VkImportMemoryWin32HandleInfoKHR_1124082658
else:
  static :
    hint("Declaration of " & "struct_VkImportMemoryWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageProcessingPropertiesQCOM):
  type
    struct_VkPhysicalDeviceImageProcessingPropertiesQCOM* = struct_VkPhysicalDeviceImageProcessingPropertiesQCOM_1124081106
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageProcessingPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(enum_VkLayeredDriverUnderlyingApiMSFT):
  type
    enum_VkLayeredDriverUnderlyingApiMSFT* = enum_VkLayeredDriverUnderlyingApiMSFT_1124081910
else:
  static :
    hint("Declaration of " & "enum_VkLayeredDriverUnderlyingApiMSFT" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureVersionInfoKHR):
  type
    struct_VkAccelerationStructureVersionInfoKHR* = struct_VkAccelerationStructureVersionInfoKHR_1124082534
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureVersionInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH265ReferenceInfoFlags):
  type
    struct_StdVideoDecodeH265ReferenceInfoFlags* = struct_StdVideoDecodeH265ReferenceInfoFlags_1124083194
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH265ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance4Properties):
  type
    VkPhysicalDeviceMaintenance4Properties* = VkPhysicalDeviceMaintenance4Properties_1124076000
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance4Properties" &
        " already exists, not redeclaring")
when not declared(enum_VkFormatFeatureFlagBits):
  type
    enum_VkFormatFeatureFlagBits* = enum_VkFormatFeatureFlagBits_1124074152
else:
  static :
    hint("Declaration of " & "enum_VkFormatFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPowerInfoEXT):
  type
    struct_VkDisplayPowerInfoEXT* = struct_VkDisplayPowerInfoEXT_1124078928
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPowerInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCubicClampFeaturesQCOM):
  type
    VkPhysicalDeviceCubicClampFeaturesQCOM* = VkPhysicalDeviceCubicClampFeaturesQCOM_1124081902
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCubicClampFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeAV1RateControlFlagBitsKHR):
  type
    enum_VkVideoEncodeAV1RateControlFlagBitsKHR* = enum_VkVideoEncodeAV1RateControlFlagBitsKHR_1124078250
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeAV1RateControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyInstance):
  type
    PFN_vkDestroyInstance* = PFN_vkDestroyInstance_1124074894
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyInstance" &
        " already exists, not redeclaring")
when not declared(StdVideoH265SequenceParameterSetVui):
  type
    StdVideoH265SequenceParameterSetVui* = StdVideoH265SequenceParameterSetVui_1124083028
else:
  static :
    hint("Declaration of " & "StdVideoH265SequenceParameterSetVui" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264SessionParametersGetInfoKHR):
  type
    VkVideoEncodeH264SessionParametersGetInfoKHR* = VkVideoEncodeH264SessionParametersGetInfoKHR_1124076856
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264SessionParametersGetInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkTensorCaptureDescriptorDataInfoARM):
  type
    VkTensorCaptureDescriptorDataInfoARM* = VkTensorCaptureDescriptorDataInfoARM_1124081350
else:
  static :
    hint("Declaration of " & "VkTensorCaptureDescriptorDataInfoARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageRobustnessFeaturesEXT):
  type
    VkPhysicalDeviceImageRobustnessFeaturesEXT* = VkPhysicalDeviceImageRobustnessFeaturesEXT_1124080442
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageRobustnessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRayTracingPipelineStackSizeKHR):
  type
    PFN_vkCmdSetRayTracingPipelineStackSizeKHR* = PFN_vkCmdSetRayTracingPipelineStackSizeKHR_1124082620
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRayTracingPipelineStackSizeKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkImageAspectFlagBits):
  type
    enum_VkImageAspectFlagBits* = enum_VkImageAspectFlagBits_1124074146
else:
  static :
    hint("Declaration of " & "enum_VkImageAspectFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkDevicePipelineBinaryInternalCacheControlKHR):
  type
    struct_VkDevicePipelineBinaryInternalCacheControlKHR* = struct_VkDevicePipelineBinaryInternalCacheControlKHR_1124078064
else:
  static :
    hint("Declaration of " &
        "struct_VkDevicePipelineBinaryInternalCacheControlKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevice4444FormatsFeaturesEXT):
  type
    VkPhysicalDevice4444FormatsFeaturesEXT* = VkPhysicalDevice4444FormatsFeaturesEXT_1124080474
else:
  static :
    hint("Declaration of " & "VkPhysicalDevice4444FormatsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkTessellationDomainOrigin):
  type
    VkTessellationDomainOrigin* = VkTessellationDomainOrigin_1124075192
else:
  static :
    hint("Declaration of " & "VkTessellationDomainOrigin" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeDivisorProperties):
  type
    VkPhysicalDeviceVertexAttributeDivisorProperties* = VkPhysicalDeviceVertexAttributeDivisorProperties_1124076398
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVertexAttributeDivisorProperties" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutCreateInfoNV):
  type
    VkIndirectCommandsLayoutCreateInfoNV* = VkIndirectCommandsLayoutCreateInfoNV_1124080070
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDriverIdKHR):
  type
    VkDriverIdKHR* = VkDriverIdKHR_1124077564
else:
  static :
    hint("Declaration of " & "VkDriverIdKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageMemoryBindInfo):
  type
    struct_VkSparseImageMemoryBindInfo* = struct_VkSparseImageMemoryBindInfo_1124074600
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageMemoryBindInfo" &
        " already exists, not redeclaring")
when not declared(VkFormatProperties3):
  type
    VkFormatProperties3* = VkFormatProperties3_1124075992
else:
  static :
    hint("Declaration of " & "VkFormatProperties3" &
        " already exists, not redeclaring")
when not declared(enum_VkSamplerYcbcrModelConversion):
  type
    enum_VkSamplerYcbcrModelConversion* = enum_VkSamplerYcbcrModelConversion_1124075174
else:
  static :
    hint("Declaration of " & "enum_VkSamplerYcbcrModelConversion" &
        " already exists, not redeclaring")
when not declared(VkLatencyMarkerNV):
  type
    VkLatencyMarkerNV* = VkLatencyMarkerNV_1124081656
else:
  static :
    hint("Declaration of " & "VkLatencyMarkerNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureBuildSizesInfoKHR):
  type
    struct_VkAccelerationStructureBuildSizesInfoKHR* = struct_VkAccelerationStructureBuildSizesInfoKHR_1124082120
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureBuildSizesInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoH265HrdParameters):
  type
    StdVideoH265HrdParameters* = StdVideoH265HrdParameters_1124083014
else:
  static :
    hint("Declaration of " & "StdVideoH265HrdParameters" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingValidationFeaturesNV):
  type
    struct_VkPhysicalDeviceRayTracingValidationFeaturesNV* = struct_VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082012
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingValidationFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreGetWin32HandleInfoKHR):
  type
    struct_VkSemaphoreGetWin32HandleInfoKHR* = struct_VkSemaphoreGetWin32HandleInfoKHR_1124082702
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreGetWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR):
  type
    VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR* = VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR_1124078188
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI):
  type
    struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI* = struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080892
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryToMicromapInfoEXT):
  type
    struct_VkCopyMemoryToMicromapInfoEXT* = struct_VkCopyMemoryToMicromapInfoEXT_1124080840
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryToMicromapInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkUpdateDescriptorSets):
  type
    PFN_vkUpdateDescriptorSets* = PFN_vkUpdateDescriptorSets_1124075090
else:
  static :
    hint("Declaration of " & "PFN_vkUpdateDescriptorSets" &
        " already exists, not redeclaring")
when not declared(VkFragmentShadingRateCombinerOpKHR):
  type
    VkFragmentShadingRateCombinerOpKHR* = VkFragmentShadingRateCombinerOpKHR_1124077612
else:
  static :
    hint("Declaration of " & "VkFragmentShadingRateCombinerOpKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264RateControlInfoKHR):
  type
    struct_VkVideoEncodeH264RateControlInfoKHR* = struct_VkVideoEncodeH264RateControlInfoKHR_1124076886
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264RateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT):
  type
    struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT* = struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080824
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceOpacityMicromapFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH264ReferenceInfo):
  type
    struct_StdVideoDecodeH264ReferenceInfo* = struct_StdVideoDecodeH264ReferenceInfo_1124082936
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH264ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteTimestamp2KHR):
  type
    PFN_vkCmdWriteTimestamp2KHR* = PFN_vkCmdWriteTimestamp2KHR_1124077896
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteTimestamp2KHR" &
        " already exists, not redeclaring")
when not declared(VkInstanceCreateInfo):
  type
    VkInstanceCreateInfo* = VkInstanceCreateInfo_1124074514
else:
  static :
    hint("Declaration of " & "VkInstanceCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkSurfacePresentModeCompatibilityEXT):
  type
    VkSurfacePresentModeCompatibilityEXT* = VkSurfacePresentModeCompatibilityEXT_1124079992
else:
  static :
    hint("Declaration of " & "VkSurfacePresentModeCompatibilityEXT" &
        " already exists, not redeclaring")
when not declared(VkQueryPipelineStatisticFlags):
  type
    VkQueryPipelineStatisticFlags* = VkQueryPipelineStatisticFlags_1124074250
else:
  static :
    hint("Declaration of " & "VkQueryPipelineStatisticFlags" &
        " already exists, not redeclaring")
when not declared(VkExtent3D):
  type
    VkExtent3D* = VkExtent3D_1124074446
else:
  static :
    hint("Declaration of " & "VkExtent3D" & " already exists, not redeclaring")
when not declared(StdVideoAV1InterpolationFilter):
  type
    StdVideoAV1InterpolationFilter* = StdVideoAV1InterpolationFilter_1124083068
else:
  static :
    hint("Declaration of " & "StdVideoAV1InterpolationFilter" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMap2PropertiesEXT):
  type
    VkPhysicalDeviceFragmentDensityMap2PropertiesEXT* = VkPhysicalDeviceFragmentDensityMap2PropertiesEXT_1124080436
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentDensityMap2PropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkTensorMemoryRequirementsInfoARM):
  type
    VkTensorMemoryRequirementsInfoARM* = VkTensorMemoryRequirementsInfoARM_1124081278
else:
  static :
    hint("Declaration of " & "VkTensorMemoryRequirementsInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkAntiLagPresentationInfoAMD):
  type
    struct_VkAntiLagPresentationInfoAMD* = struct_VkAntiLagPresentationInfoAMD_1124081492
else:
  static :
    hint("Declaration of " & "struct_VkAntiLagPresentationInfoAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDescriptorUpdateTemplate):
  type
    PFN_vkDestroyDescriptorUpdateTemplate* = PFN_vkDestroyDescriptorUpdateTemplate_1124075586
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDescriptorUpdateTemplate" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiviewProperties):
  type
    struct_VkPhysicalDeviceMultiviewProperties* = struct_VkPhysicalDeviceMultiviewProperties_1124075530
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMultiviewProperties" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeQuantizationMapInfoKHR):
  type
    VkVideoEncodeQuantizationMapInfoKHR* = VkVideoEncodeQuantizationMapInfoKHR_1124078498
else:
  static :
    hint("Declaration of " & "VkVideoEncodeQuantizationMapInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT):
  type
    VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT* = VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080428
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerYcbcrConversionImageFormatProperties):
  type
    struct_VkSamplerYcbcrConversionImageFormatProperties* = struct_VkSamplerYcbcrConversionImageFormatProperties_1124075498
else:
  static :
    hint("Declaration of " &
        "struct_VkSamplerYcbcrConversionImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265RateControlLayerInfoKHR):
  type
    struct_VkVideoEncodeH265RateControlLayerInfoKHR* = struct_VkVideoEncodeH265RateControlLayerInfoKHR_1124077004
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265RateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineCompilerControlCreateInfoARM):
  type
    VkDataGraphPipelineCompilerControlCreateInfoARM* = VkDataGraphPipelineCompilerControlCreateInfoARM_1124081752
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineCompilerControlCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainPresentScalingCreateInfoKHR):
  type
    struct_VkSwapchainPresentScalingCreateInfoKHR* = struct_VkSwapchainPresentScalingCreateInfoKHR_1124078154
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainPresentScalingCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFaultFeaturesEXT):
  type
    struct_VkPhysicalDeviceFaultFeaturesEXT* = struct_VkPhysicalDeviceFaultFeaturesEXT_1124080484
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFaultFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkCompareOp):
  type
    enum_VkCompareOp* = enum_VkCompareOp_1124074080
else:
  static :
    hint("Declaration of " & "enum_VkCompareOp" &
        " already exists, not redeclaring")
when not declared(enum_VkIndexType):
  type
    enum_VkIndexType* = enum_VkIndexType_1124074056
else:
  static :
    hint("Declaration of " & "enum_VkIndexType" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBuildAccelerationStructureNV):
  type
    PFN_vkCmdBuildAccelerationStructureNV* = PFN_vkCmdBuildAccelerationStructureNV_1124079458
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBuildAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDrawIndirectCommand):
  type
    struct_VkDrawIndirectCommand* = struct_VkDrawIndirectCommand_1124074776
else:
  static :
    hint("Declaration of " & "struct_VkDrawIndirectCommand" &
        " already exists, not redeclaring")
when not declared(VkPerTileBeginInfoQCOM):
  type
    VkPerTileBeginInfoQCOM* = VkPerTileBeginInfoQCOM_1124080238
else:
  static :
    hint("Declaration of " & "VkPerTileBeginInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV):
  type
    struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV* = struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV_1124081614
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRepresentativeFragmentTestEnableNV):
  type
    PFN_vkCmdSetRepresentativeFragmentTestEnableNV* = PFN_vkCmdSetRepresentativeFragmentTestEnableNV_1124081196
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRepresentativeFragmentTestEnableNV" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineShaderModuleCreateInfoARM):
  type
    VkDataGraphPipelineShaderModuleCreateInfoARM* = VkDataGraphPipelineShaderModuleCreateInfoARM_1124081760
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineShaderModuleCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH265ChromaFormatIdc):
  type
    enum_StdVideoH265ChromaFormatIdc* = enum_StdVideoH265ChromaFormatIdc_1124083158
else:
  static :
    hint("Declaration of " & "enum_StdVideoH265ChromaFormatIdc" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProtectedMemoryFeatures):
  type
    VkPhysicalDeviceProtectedMemoryFeatures* = VkPhysicalDeviceProtectedMemoryFeatures_1124075374
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProtectedMemoryFeatures" &
        " already exists, not redeclaring")
when not declared(VkCooperativeMatrixFlexibleDimensionsPropertiesNV):
  type
    VkCooperativeMatrixFlexibleDimensionsPropertiesNV* = VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082358
else:
  static :
    hint("Declaration of " & "VkCooperativeMatrixFlexibleDimensionsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMeshTasksIndirectEXT):
  type
    PFN_vkCmdDrawMeshTasksIndirectEXT* = PFN_vkCmdDrawMeshTasksIndirectEXT_1124082640
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9ColorSpace):
  type
    StdVideoVP9ColorSpace* = StdVideoVP9ColorSpace_1124083302
else:
  static :
    hint("Declaration of " & "StdVideoVP9ColorSpace" &
        " already exists, not redeclaring")
when not declared(VkDebugReportCallbackEXT):
  type
    VkDebugReportCallbackEXT* = VkDebugReportCallbackEXT_1124078654
else:
  static :
    hint("Declaration of " & "VkDebugReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderFloatControlsIndependence):
  type
    enum_VkShaderFloatControlsIndependence* = enum_VkShaderFloatControlsIndependence_1124075600
else:
  static :
    hint("Declaration of " & "enum_VkShaderFloatControlsIndependence" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyImageToImageEXT):
  type
    PFN_vkCopyImageToImageEXT* = PFN_vkCopyImageToImageEXT_1124079958
else:
  static :
    hint("Declaration of " & "PFN_vkCopyImageToImageEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureDeviceAddressInfoKHR):
  type
    VkAccelerationStructureDeviceAddressInfoKHR* = VkAccelerationStructureDeviceAddressInfoKHR_1124082532
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureDeviceAddressInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures):
  type
    struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures* = struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures_1124075762
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkWin32KeyedMutexAcquireReleaseInfoKHR):
  type
    struct_VkWin32KeyedMutexAcquireReleaseInfoKHR* = struct_VkWin32KeyedMutexAcquireReleaseInfoKHR_1124082686
else:
  static :
    hint("Declaration of " & "struct_VkWin32KeyedMutexAcquireReleaseInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkFreeFunction):
  type
    PFN_vkFreeFunction* = PFN_vkFreeFunction_1124074486
else:
  static :
    hint("Declaration of " & "PFN_vkFreeFunction" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferDeviceAddressKHR):
  type
    PFN_vkGetBufferDeviceAddressKHR* = PFN_vkGetBufferDeviceAddressKHR_1124077684
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferDeviceAddressKHR" &
        " already exists, not redeclaring")
when not declared(VkPerformanceMarkerInfoINTEL):
  type
    VkPerformanceMarkerInfoINTEL* = VkPerformanceMarkerInfoINTEL_1124079668
else:
  static :
    hint("Declaration of " & "VkPerformanceMarkerInfoINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRenderPassStripedFeaturesARM):
  type
    struct_VkPhysicalDeviceRenderPassStripedFeaturesARM* = struct_VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080968
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRenderPassStripedFeaturesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPipelineBarrier):
  type
    PFN_vkCmdPipelineBarrier* = PFN_vkCmdPipelineBarrier_1124075024
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPipelineBarrier" &
        " already exists, not redeclaring")
when not declared(VkGeometryFlagBitsNV):
  type
    VkGeometryFlagBitsNV* = VkGeometryFlagBitsNV_1124079362
else:
  static :
    hint("Declaration of " & "VkGeometryFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceFaultInfoEXT):
  type
    PFN_vkGetDeviceFaultInfoEXT* = PFN_vkGetDeviceFaultInfoEXT_1124080508
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceFaultInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRenderingAreaGranularity):
  type
    PFN_vkGetRenderingAreaGranularity* = PFN_vkGetRenderingAreaGranularity_1124076460
else:
  static :
    hint("Declaration of " & "PFN_vkGetRenderingAreaGranularity" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRasterizerDiscardEnable):
  type
    PFN_vkCmdSetRasterizerDiscardEnable* = PFN_vkCmdSetRasterizerDiscardEnable_1124076182
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRasterizerDiscardEnable" &
        " already exists, not redeclaring")
when not declared(VkAttachmentSampleCountInfoAMD):
  type
    VkAttachmentSampleCountInfoAMD* = VkAttachmentSampleCountInfoAMD_1124079122
else:
  static :
    hint("Declaration of " & "VkAttachmentSampleCountInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSparseImageFormatInfo2):
  type
    VkPhysicalDeviceSparseImageFormatInfo2* = VkPhysicalDeviceSparseImageFormatInfo2_1124075366
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSparseImageFormatInfo2" &
        " already exists, not redeclaring")
when not declared(enum_VkQueryPoolSamplingModeINTEL):
  type
    enum_VkQueryPoolSamplingModeINTEL* = enum_VkQueryPoolSamplingModeINTEL_1124079632
else:
  static :
    hint("Declaration of " & "enum_VkQueryPoolSamplingModeINTEL" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE):
  type
    VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE* = VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE_1124080712
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVideoEncodeRgbConversionFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV):
  type
    enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV* = enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV_1124082028
else:
  static :
    hint("Declaration of " &
        "enum_VkClusterAccelerationStructureAddressResolutionFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkDescriptorImageInfo):
  type
    VkDescriptorImageInfo* = VkDescriptorImageInfo_1124074742
else:
  static :
    hint("Declaration of " & "VkDescriptorImageInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSetWithTemplateKHR):
  type
    PFN_vkCmdPushDescriptorSetWithTemplateKHR* = PFN_vkCmdPushDescriptorSetWithTemplateKHR_1124077220
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSetWithTemplateKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTransformFeedbackPropertiesEXT):
  type
    VkPhysicalDeviceTransformFeedbackPropertiesEXT* = VkPhysicalDeviceTransformFeedbackPropertiesEXT_1124078728
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTransformFeedbackPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkQueryLowLatencySupportNV):
  type
    struct_VkQueryLowLatencySupportNV* = struct_VkQueryLowLatencySupportNV_1124080254
else:
  static :
    hint("Declaration of " & "struct_VkQueryLowLatencySupportNV" &
        " already exists, not redeclaring")
when not declared(enum_VkBlendFactor):
  type
    enum_VkBlendFactor* = enum_VkBlendFactor_1124074092
else:
  static :
    hint("Declaration of " & "enum_VkBlendFactor" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateInstance):
  type
    PFN_vkCreateInstance* = PFN_vkCreateInstance_1124074892
else:
  static :
    hint("Declaration of " & "PFN_vkCreateInstance" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTensorFeaturesARM):
  type
    VkPhysicalDeviceTensorFeaturesARM* = VkPhysicalDeviceTensorFeaturesARM_1124081306
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTensorFeaturesARM" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH265PictureInfoFlags):
  type
    StdVideoDecodeH265PictureInfoFlags* = StdVideoDecodeH265PictureInfoFlags_1124083054
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH265PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreImportFlags):
  type
    VkSemaphoreImportFlags* = VkSemaphoreImportFlags_1124075242
else:
  static :
    hint("Declaration of " & "VkSemaphoreImportFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineRobustnessFeatures):
  type
    struct_VkPhysicalDevicePipelineRobustnessFeatures* = struct_VkPhysicalDevicePipelineRobustnessFeatures_1124076372
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePipelineRobustnessFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkImageCaptureDescriptorDataInfoEXT):
  type
    struct_VkImageCaptureDescriptorDataInfoEXT* = struct_VkImageCaptureDescriptorDataInfoEXT_1124080296
else:
  static :
    hint("Declaration of " & "struct_VkImageCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureInstanceKHR):
  type
    VkAccelerationStructureInstanceKHR* = VkAccelerationStructureInstanceKHR_1124079446
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureInstanceKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCopyMemoryIndirectPropertiesNV):
  type
    VkPhysicalDeviceCopyMemoryIndirectPropertiesNV* = VkPhysicalDeviceCopyMemoryIndirectPropertiesNV_1124081014
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCopyMemoryIndirectPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV):
  type
    struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV* = struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082142
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeUsageInfoKHR):
  type
    struct_VkVideoEncodeUsageInfoKHR* = struct_VkVideoEncodeUsageInfoKHR_1124077822
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeUsageInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalFenceFeatureFlagBits):
  type
    enum_VkExternalFenceFeatureFlagBits* = enum_VkExternalFenceFeatureFlagBits_1124075226
else:
  static :
    hint("Declaration of " & "enum_VkExternalFenceFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT):
  type
    struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT* = struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT_1124081122
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExtendedDynamicState3FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1TileInfoFlags):
  type
    struct_StdVideoAV1TileInfoFlags* = struct_StdVideoAV1TileInfoFlags_1124083350
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1TileInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkMutableDescriptorTypeCreateInfoVALVE):
  type
    VkMutableDescriptorTypeCreateInfoVALVE* = VkMutableDescriptorTypeCreateInfoVALVE_1124080536
else:
  static :
    hint("Declaration of " & "VkMutableDescriptorTypeCreateInfoVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindVideoSessionMemoryKHR):
  type
    PFN_vkBindVideoSessionMemoryKHR* = PFN_vkBindVideoSessionMemoryKHR_1124076764
else:
  static :
    hint("Declaration of " & "PFN_vkBindVideoSessionMemoryKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM):
  type
    struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM* = struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM_1124082380
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePerformanceCountersByRegionPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR):
  type
    struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR* = struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR_1124082526
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceAccelerationStructurePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceOrHostAddressConstAMDX):
  type
    VkDeviceOrHostAddressConstAMDX* = VkDeviceOrHostAddressConstAMDX_1124082812
else:
  static :
    hint("Declaration of " & "VkDeviceOrHostAddressConstAMDX" &
        " already exists, not redeclaring")
when not declared(enum_VkMemoryMapFlagBits):
  type
    enum_VkMemoryMapFlagBits* = enum_VkMemoryMapFlagBits_1124074214
else:
  static :
    hint("Declaration of " & "enum_VkMemoryMapFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkDebugReportFlagBitsEXT):
  type
    enum_VkDebugReportFlagBitsEXT* = enum_VkDebugReportFlagBitsEXT_1124078660
else:
  static :
    hint("Declaration of " & "enum_VkDebugReportFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquireNextImageKHR):
  type
    PFN_vkAcquireNextImageKHR* = PFN_vkAcquireNextImageKHR_1124076558
else:
  static :
    hint("Declaration of " & "PFN_vkAcquireNextImageKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteDescriptorSetAccelerationStructureNV):
  type
    struct_VkWriteDescriptorSetAccelerationStructureNV* = struct_VkWriteDescriptorSetAccelerationStructureNV_1124079420
else:
  static :
    hint("Declaration of " &
        "struct_VkWriteDescriptorSetAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(struct_VkMultiDrawInfoEXT):
  type
    struct_VkMultiDrawInfoEXT* = struct_VkMultiDrawInfoEXT_1124080742
else:
  static :
    hint("Declaration of " & "struct_VkMultiDrawInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineRobustnessPropertiesEXT):
  type
    VkPhysicalDevicePipelineRobustnessPropertiesEXT* = VkPhysicalDevicePipelineRobustnessPropertiesEXT_1124078866
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineRobustnessPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowUsageFlagBitsNV):
  type
    VkOpticalFlowUsageFlagBitsNV* = VkOpticalFlowUsageFlagBitsNV_1124081420
else:
  static :
    hint("Declaration of " & "VkOpticalFlowUsageFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkImageDrmFormatModifierListCreateInfoEXT):
  type
    VkImageDrmFormatModifierListCreateInfoEXT* = VkImageDrmFormatModifierListCreateInfoEXT_1124079224
else:
  static :
    hint("Declaration of " & "VkImageDrmFormatModifierListCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR* = PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR_1124077096
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceQueueFamilyProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTileShadingPropertiesQCOM):
  type
    VkPhysicalDeviceTileShadingPropertiesQCOM* = VkPhysicalDeviceTileShadingPropertiesQCOM_1124080230
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTileShadingPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolCreateFlags):
  type
    VkQueryPoolCreateFlags* = VkQueryPoolCreateFlags_1124074244
else:
  static :
    hint("Declaration of " & "VkQueryPoolCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkReleaseCapturedPipelineDataInfoKHR):
  type
    struct_VkReleaseCapturedPipelineDataInfoKHR* = struct_VkReleaseCapturedPipelineDataInfoKHR_1124078092
else:
  static :
    hint("Declaration of " & "struct_VkReleaseCapturedPipelineDataInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR):
  type
    struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR* = struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076972
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265NaluSliceSegmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCacheCreateFlagBits):
  type
    VkPipelineCacheCreateFlagBits* = VkPipelineCacheCreateFlagBits_1124074324
else:
  static :
    hint("Declaration of " & "VkPipelineCacheCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginCustomResolveEXT):
  type
    PFN_vkCmdBeginCustomResolveEXT* = PFN_vkCmdBeginCustomResolveEXT_1124082450
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginCustomResolveEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkExtensionProperties):
  type
    struct_VkExtensionProperties* = struct_VkExtensionProperties_1124074556
else:
  static :
    hint("Declaration of " & "struct_VkExtensionProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTextureCompressionASTCHDRFeatures):
  type
    VkPhysicalDeviceTextureCompressionASTCHDRFeatures* = VkPhysicalDeviceTextureCompressionASTCHDRFeatures_1124075988
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTextureCompressionASTCHDRFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM):
  type
    struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM* = struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081868
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageProcessing2PropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMeshShaderFeaturesEXT):
  type
    VkPhysicalDeviceMeshShaderFeaturesEXT* = VkPhysicalDeviceMeshShaderFeaturesEXT_1124082628
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMeshShaderFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassSampleLocationsBeginInfoEXT):
  type
    struct_VkRenderPassSampleLocationsBeginInfoEXT* = struct_VkRenderPassSampleLocationsBeginInfoEXT_1124079148
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassSampleLocationsBeginInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT):
  type
    struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT* = struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079172
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRenderPass2):
  type
    PFN_vkCmdEndRenderPass2* = PFN_vkCmdEndRenderPass2_1124075858
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRenderPass2" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeAV1DpbSlotInfoKHR):
  type
    struct_VkVideoDecodeAV1DpbSlotInfoKHR* = struct_VkVideoDecodeAV1DpbSlotInfoKHR_1124078218
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeAV1DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkGeneratedCommandsShaderInfoEXT):
  type
    VkGeneratedCommandsShaderInfoEXT* = VkGeneratedCommandsShaderInfoEXT_1124082296
else:
  static :
    hint("Declaration of " & "VkGeneratedCommandsShaderInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutCreateInfo):
  type
    VkDescriptorSetLayoutCreateInfo* = VkDescriptorSetLayoutCreateInfo_1124074762
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeFeedbackFlagsKHR):
  type
    VkVideoEncodeFeedbackFlagsKHR* = VkVideoEncodeFeedbackFlagsKHR_1124077794
else:
  static :
    hint("Declaration of " & "VkVideoEncodeFeedbackFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPresentGravityFlagsKHR):
  type
    VkPresentGravityFlagsKHR* = VkPresentGravityFlagsKHR_1124078124
else:
  static :
    hint("Declaration of " & "VkPresentGravityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkSubpassResolvePerformanceQueryEXT):
  type
    VkSubpassResolvePerformanceQueryEXT* = VkSubpassResolvePerformanceQueryEXT_1124080654
else:
  static :
    hint("Declaration of " & "VkSubpassResolvePerformanceQueryEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyOwnershipTransferPropertiesKHR):
  type
    struct_VkQueueFamilyOwnershipTransferPropertiesKHR* = struct_VkQueueFamilyOwnershipTransferPropertiesKHR_1124078584
else:
  static :
    hint("Declaration of " &
        "struct_VkQueueFamilyOwnershipTransferPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT):
  type
    struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT* = struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT_1124080566
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceAddressBindingReportFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferOpaqueCaptureAddressCreateInfo):
  type
    struct_VkBufferOpaqueCaptureAddressCreateInfo* = struct_VkBufferOpaqueCaptureAddressCreateInfo_1124075698
else:
  static :
    hint("Declaration of " & "struct_VkBufferOpaqueCaptureAddressCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkImageFormatProperties2):
  type
    VkImageFormatProperties2* = VkImageFormatProperties2_1124075346
else:
  static :
    hint("Declaration of " & "VkImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan12Properties):
  type
    struct_VkPhysicalDeviceVulkan12Properties* = struct_VkPhysicalDeviceVulkan12Properties_1124075646
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan12Properties" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyVideoSessionParametersKHR):
  type
    PFN_vkDestroyVideoSessionParametersKHR* = PFN_vkDestroyVideoSessionParametersKHR_1124076770
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureTypeNV):
  type
    VkAccelerationStructureTypeNV* = VkAccelerationStructureTypeNV_1124079342
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureTypeNV" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceCounterUnitKHR):
  type
    enum_VkPerformanceCounterUnitKHR* = enum_VkPerformanceCounterUnitKHR_1124077324
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceCounterUnitKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkSubpassContents):
  type
    enum_VkSubpassContents* = enum_VkSubpassContents_1124074136
else:
  static :
    hint("Declaration of " & "enum_VkSubpassContents" &
        " already exists, not redeclaring")
when not declared(VkApplicationInfo):
  type
    VkApplicationInfo* = VkApplicationInfo_1124074502
else:
  static :
    hint("Declaration of " & "VkApplicationInfo" &
        " already exists, not redeclaring")
when not declared(VkChromaLocation):
  type
    VkChromaLocation* = VkChromaLocation_1124075184
else:
  static :
    hint("Declaration of " & "VkChromaLocation" &
        " already exists, not redeclaring")
when not declared(struct_VkImageBlit2):
  type
    struct_VkImageBlit2* = struct_VkImageBlit2_1124076078
else:
  static :
    hint("Declaration of " & "struct_VkImageBlit2" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupSubmitInfoKHR):
  type
    VkDeviceGroupSubmitInfoKHR* = VkDeviceGroupSubmitInfoKHR_1124077116
else:
  static :
    hint("Declaration of " & "VkDeviceGroupSubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkImportFenceFdKHR):
  type
    PFN_vkImportFenceFdKHR* = PFN_vkImportFenceFdKHR_1124077320
else:
  static :
    hint("Declaration of " & "PFN_vkImportFenceFdKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT):
  type
    struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT* = struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT_1124079714
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMapFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentScalingCreateInfoEXT):
  type
    VkSwapchainPresentScalingCreateInfoEXT* = VkSwapchainPresentScalingCreateInfoEXT_1124080002
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentScalingCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkValidationCacheHeaderVersionEXT):
  type
    enum_VkValidationCacheHeaderVersionEXT* = enum_VkValidationCacheHeaderVersionEXT_1124079246
else:
  static :
    hint("Declaration of " & "enum_VkValidationCacheHeaderVersionEXT" &
        " already exists, not redeclaring")
when not declared(VkAabbPositionsNV):
  type
    VkAabbPositionsNV* = VkAabbPositionsNV_1124079442
else:
  static :
    hint("Declaration of " & "VkAabbPositionsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkBindBufferMemoryDeviceGroupInfo):
  type
    struct_VkBindBufferMemoryDeviceGroupInfo* = struct_VkBindBufferMemoryDeviceGroupInfo_1124075296
else:
  static :
    hint("Declaration of " & "struct_VkBindBufferMemoryDeviceGroupInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR):
  type
    struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR* = struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR_1124078050
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkImageCreateInfo):
  type
    struct_VkImageCreateInfo* = struct_VkImageCreateInfo_1124074632
else:
  static :
    hint("Declaration of " & "struct_VkImageCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceFormat2KHR):
  type
    struct_VkSurfaceFormat2KHR* = struct_VkSurfaceFormat2KHR_1124077410
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceFormat2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT):
  type
    struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT* = struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT_1124079964
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMapMemoryPlacedFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkValidationCacheCreateInfoEXT):
  type
    struct_VkValidationCacheCreateInfoEXT* = struct_VkValidationCacheCreateInfoEXT_1124079252
else:
  static :
    hint("Declaration of " & "struct_VkValidationCacheCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlaneInfo2KHR):
  type
    VkDisplayPlaneInfo2KHR* = VkDisplayPlaneInfo2KHR_1124077436
else:
  static :
    hint("Declaration of " & "VkDisplayPlaneInfo2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetSampleLocationsEnableEXT):
  type
    PFN_vkCmdSetSampleLocationsEnableEXT* = PFN_vkCmdSetSampleLocationsEnableEXT_1124081168
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetSampleLocationsEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkLatencySurfaceCapabilitiesNV):
  type
    VkLatencySurfaceCapabilitiesNV* = VkLatencySurfaceCapabilitiesNV_1124081696
else:
  static :
    hint("Declaration of " & "VkLatencySurfaceCapabilitiesNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryDedicatedRequirementsKHR):
  type
    VkMemoryDedicatedRequirementsKHR* = VkMemoryDedicatedRequirementsKHR_1124077450
else:
  static :
    hint("Declaration of " & "VkMemoryDedicatedRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(VkTimeDomainKHR):
  type
    VkTimeDomainKHR* = VkTimeDomainKHR_1124078378
else:
  static :
    hint("Declaration of " & "VkTimeDomainKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineProtectedAccessFeaturesEXT):
  type
    VkPhysicalDevicePipelineProtectedAccessFeaturesEXT* = VkPhysicalDevicePipelineProtectedAccessFeaturesEXT_1124081478
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineProtectedAccessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeDivisorFeatures):
  type
    VkPhysicalDeviceVertexAttributeDivisorFeatures* = VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076410
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVertexAttributeDivisorFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRendering):
  type
    PFN_vkCmdEndRendering* = PFN_vkCmdEndRendering_1124076156
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRendering" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX):
  type
    struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX* = struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082798
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderEnqueuePropertiesAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkDepthBiasInfoEXT):
  type
    struct_VkDepthBiasInfoEXT* = struct_VkDepthBiasInfoEXT_1124080122
else:
  static :
    hint("Declaration of " & "struct_VkDepthBiasInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkFormatProperties2):
  type
    VkFormatProperties2* = VkFormatProperties2_1124075342
else:
  static :
    hint("Declaration of " & "VkFormatProperties2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPrimitiveTopologyEXT):
  type
    PFN_vkCmdSetPrimitiveTopologyEXT* = PFN_vkCmdSetPrimitiveTopologyEXT_1124079906
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPrimitiveTopologyEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1LoopFilterFlags):
  type
    StdVideoAV1LoopFilterFlags* = StdVideoAV1LoopFilterFlags_1124083294
else:
  static :
    hint("Declaration of " & "StdVideoAV1LoopFilterFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetDebugUtilsObjectNameEXT):
  type
    PFN_vkSetDebugUtilsObjectNameEXT* = PFN_vkSetDebugUtilsObjectNameEXT_1124079092
else:
  static :
    hint("Declaration of " & "PFN_vkSetDebugUtilsObjectNameEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceFaultCountsEXT):
  type
    VkDeviceFaultCountsEXT* = VkDeviceFaultCountsEXT_1124080490
else:
  static :
    hint("Declaration of " & "VkDeviceFaultCountsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkLatencySleepModeInfoNV):
  type
    struct_VkLatencySleepModeInfoNV* = struct_VkLatencySleepModeInfoNV_1124081662
else:
  static :
    hint("Declaration of " & "struct_VkLatencySleepModeInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDebugReportFlagsEXT):
  type
    VkDebugReportFlagsEXT* = VkDebugReportFlagsEXT_1124078664
else:
  static :
    hint("Declaration of " & "VkDebugReportFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM):
  type
    struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM* = struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM_1124082460
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineBuiltinModelCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265InlineSessionParametersInfoKHR):
  type
    struct_VkVideoDecodeH265InlineSessionParametersInfoKHR* = struct_VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078596
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeH265InlineSessionParametersInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdNextSubpass2):
  type
    PFN_vkCmdNextSubpass2* = PFN_vkCmdNextSubpass2_1124075856
else:
  static :
    hint("Declaration of " & "PFN_vkCmdNextSubpass2" &
        " already exists, not redeclaring")
when not declared(struct_VkFramebufferAttachmentImageInfo):
  type
    struct_VkFramebufferAttachmentImageInfo* = struct_VkFramebufferAttachmentImageInfo_1124075810
else:
  static :
    hint("Declaration of " & "struct_VkFramebufferAttachmentImageInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoCodingControlInfoKHR):
  type
    VkVideoCodingControlInfoKHR* = VkVideoCodingControlInfoKHR_1124076752
else:
  static :
    hint("Declaration of " & "VkVideoCodingControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWaitEvents2KHR):
  type
    PFN_vkCmdWaitEvents2KHR* = PFN_vkCmdWaitEvents2KHR_1124077892
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWaitEvents2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFloatControlsPropertiesKHR):
  type
    VkPhysicalDeviceFloatControlsPropertiesKHR* = VkPhysicalDeviceFloatControlsPropertiesKHR_1124077572
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFloatControlsPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRenderPass):
  type
    PFN_vkCmdEndRenderPass* = PFN_vkCmdEndRenderPass_1124075164
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRenderPass" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkanMemoryModelFeatures):
  type
    struct_VkPhysicalDeviceVulkanMemoryModelFeatures* = struct_VkPhysicalDeviceVulkanMemoryModelFeatures_1124075658
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkanMemoryModelFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkTextureLODGatherFormatPropertiesAMD):
  type
    struct_VkTextureLODGatherFormatPropertiesAMD* = struct_VkTextureLODGatherFormatPropertiesAMD_1124078794
else:
  static :
    hint("Declaration of " & "struct_VkTextureLODGatherFormatPropertiesAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLimits):
  type
    struct_VkPhysicalDeviceLimits* = struct_VkPhysicalDeviceLimits_1124074528
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceLimits" &
        " already exists, not redeclaring")
when not declared(VkHeadlessSurfaceCreateInfoEXT):
  type
    VkHeadlessSurfaceCreateInfoEXT* = VkHeadlessSurfaceCreateInfoEXT_1124079874
else:
  static :
    hint("Declaration of " & "VkHeadlessSurfaceCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT):
  type
    struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT* = struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT_1124080100
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderTileImageFeaturesEXT):
  type
    VkPhysicalDeviceShaderTileImageFeaturesEXT* = VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080760
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderTileImageFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceYcbcrDegammaFeaturesQCOM):
  type
    VkPhysicalDeviceYcbcrDegammaFeaturesQCOM* = VkPhysicalDeviceYcbcrDegammaFeaturesQCOM_1124081894
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceYcbcrDegammaFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(enum_VkDebugUtilsMessageTypeFlagBitsEXT):
  type
    enum_VkDebugUtilsMessageTypeFlagBitsEXT* = enum_VkDebugUtilsMessageTypeFlagBitsEXT_1124079060
else:
  static :
    hint("Declaration of " & "enum_VkDebugUtilsMessageTypeFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkSampleCountFlagBits):
  type
    VkSampleCountFlagBits* = VkSampleCountFlagBits_1124074166
else:
  static :
    hint("Declaration of " & "VkSampleCountFlagBits" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetCreateInfoEXT):
  type
    VkIndirectExecutionSetCreateInfoEXT* = VkIndirectExecutionSetCreateInfoEXT_1124082240
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeAV1PictureInfo):
  type
    struct_StdVideoDecodeAV1PictureInfo* = struct_StdVideoDecodeAV1PictureInfo_1124082948
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeAV1PictureInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkDisplayPowerControlEXT):
  type
    PFN_vkDisplayPowerControlEXT* = PFN_vkDisplayPowerControlEXT_1124078944
else:
  static :
    hint("Declaration of " & "PFN_vkDisplayPowerControlEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceMemoryReportCallbackDataEXT):
  type
    struct_VkDeviceMemoryReportCallbackDataEXT* = struct_VkDeviceMemoryReportCallbackDataEXT_1124080142
else:
  static :
    hint("Declaration of " & "struct_VkDeviceMemoryReportCallbackDataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewUsageCreateInfo):
  type
    struct_VkImageViewUsageCreateInfo* = struct_VkImageViewUsageCreateInfo_1124075368
else:
  static :
    hint("Declaration of " & "struct_VkImageViewUsageCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkDrawIndirectCountIndirectCommandEXT):
  type
    struct_VkDrawIndirectCountIndirectCommandEXT* = struct_VkDrawIndirectCountIndirectCommandEXT_1124082278
else:
  static :
    hint("Declaration of " & "struct_VkDrawIndirectCountIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalImageFormatPropertiesKHR):
  type
    VkExternalImageFormatPropertiesKHR* = VkExternalImageFormatPropertiesKHR_1124077152
else:
  static :
    hint("Declaration of " & "VkExternalImageFormatPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkReallocationFunction):
  type
    PFN_vkReallocationFunction* = PFN_vkReallocationFunction_1124074492
else:
  static :
    hint("Declaration of " & "PFN_vkReallocationFunction" &
        " already exists, not redeclaring")
when not declared(VkImageSubresource2):
  type
    VkImageSubresource2* = VkImageSubresource2_1124076266
else:
  static :
    hint("Declaration of " & "VkImageSubresource2" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindBufferMemory2):
  type
    PFN_vkBindBufferMemory2* = PFN_vkBindBufferMemory2_1124075542
else:
  static :
    hint("Declaration of " & "PFN_vkBindBufferMemory2" &
        " already exists, not redeclaring")
when not declared(VkVideoCodecOperationFlagBitsKHR):
  type
    VkVideoCodecOperationFlagBitsKHR* = VkVideoCodecOperationFlagBitsKHR_1124076642
else:
  static :
    hint("Declaration of " & "VkVideoCodecOperationFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSparseProperties):
  type
    struct_VkPhysicalDeviceSparseProperties* = struct_VkPhysicalDeviceSparseProperties_1124074536
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceSparseProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures):
  type
    struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures* = struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076030
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeUsageFlagBitsKHR):
  type
    VkVideoDecodeUsageFlagBitsKHR* = VkVideoDecodeUsageFlagBitsKHR_1124076786
else:
  static :
    hint("Declaration of " & "VkVideoDecodeUsageFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyImage):
  type
    PFN_vkCmdCopyImage* = PFN_vkCmdCopyImage_1124075014
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyImage" &
        " already exists, not redeclaring")
when not declared(VkSwapchainCounterCreateInfoEXT):
  type
    VkSwapchainCounterCreateInfoEXT* = VkSwapchainCounterCreateInfoEXT_1124078942
else:
  static :
    hint("Declaration of " & "VkSwapchainCounterCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateShaderModule):
  type
    PFN_vkCreateShaderModule* = PFN_vkCreateShaderModule_1124075052
else:
  static :
    hint("Declaration of " & "PFN_vkCreateShaderModule" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShadingRateImagePropertiesNV):
  type
    struct_VkPhysicalDeviceShadingRateImagePropertiesNV* = struct_VkPhysicalDeviceShadingRateImagePropertiesNV_1124079302
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShadingRateImagePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFaultFeaturesEXT):
  type
    VkPhysicalDeviceFaultFeaturesEXT* = VkPhysicalDeviceFaultFeaturesEXT_1124080486
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFaultFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackCreateInfo):
  type
    VkPipelineCreationFeedbackCreateInfo* = VkPipelineCreationFeedbackCreateInfo_1124076016
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPrivateDataSlotCreateFlagsEXT):
  type
    VkPrivateDataSlotCreateFlagsEXT* = VkPrivateDataSlotCreateFlagsEXT_1124080186
else:
  static :
    hint("Declaration of " & "VkPrivateDataSlotCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT):
  type
    struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT* = struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081646
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkOutOfBandQueueTypeInfoNV):
  type
    struct_VkOutOfBandQueueTypeInfoNV* = struct_VkOutOfBandQueueTypeInfoNV_1124081690
else:
  static :
    hint("Declaration of " & "struct_VkOutOfBandQueueTypeInfoNV" &
        " already exists, not redeclaring")
when not declared(VkImageCopy):
  type
    VkImageCopy* = VkImageCopy_1124074678
else:
  static :
    hint("Declaration of " & "VkImageCopy" & " already exists, not redeclaring")
when not declared(struct_VkBindPipelineIndirectCommandNV):
  type
    struct_VkBindPipelineIndirectCommandNV* = struct_VkBindPipelineIndirectCommandNV_1124081060
else:
  static :
    hint("Declaration of " & "struct_VkBindPipelineIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkDisplayModeStereoPropertiesNV):
  type
    VkDisplayModeStereoPropertiesNV* = VkDisplayModeStereoPropertiesNV_1124081966
else:
  static :
    hint("Declaration of " & "VkDisplayModeStereoPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryPropertyFlagBits):
  type
    VkMemoryPropertyFlagBits* = VkMemoryPropertyFlagBits_1124074190
else:
  static :
    hint("Declaration of " & "VkMemoryPropertyFlagBits" &
        " already exists, not redeclaring")
when not declared(VkLayerSettingTypeEXT):
  type
    VkLayerSettingTypeEXT* = VkLayerSettingTypeEXT_1124081628
else:
  static :
    hint("Declaration of " & "VkLayerSettingTypeEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264ReferenceInfoFlags):
  type
    StdVideoEncodeH264ReferenceInfoFlags* = StdVideoEncodeH264ReferenceInfoFlags_1124083008
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoH265VpsFlags):
  type
    StdVideoH265VpsFlags* = StdVideoH265VpsFlags_1124083010
else:
  static :
    hint("Declaration of " & "StdVideoH265VpsFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkDrawIndexedIndirectCommand):
  type
    struct_VkDrawIndexedIndirectCommand* = struct_VkDrawIndexedIndirectCommand_1124074772
else:
  static :
    hint("Declaration of " & "struct_VkDrawIndexedIndirectCommand" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreateInfo2KHR):
  type
    VkRenderPassCreateInfo2KHR* = VkRenderPassCreateInfo2KHR_1124077264
else:
  static :
    hint("Declaration of " & "VkRenderPassCreateInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkImageCompressionControlEXT):
  type
    struct_VkImageCompressionControlEXT* = struct_VkImageCompressionControlEXT_1124080460
else:
  static :
    hint("Declaration of " & "struct_VkImageCompressionControlEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageMemoryRequirementsInfo2):
  type
    struct_VkImageMemoryRequirementsInfo2* = struct_VkImageMemoryRequirementsInfo2_1124075316
else:
  static :
    hint("Declaration of " & "struct_VkImageMemoryRequirementsInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkExportFenceCreateInfo):
  type
    struct_VkExportFenceCreateInfo* = struct_VkExportFenceCreateInfo_1124075440
else:
  static :
    hint("Declaration of " & "struct_VkExportFenceCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyMemoryToMicromapEXT):
  type
    PFN_vkCopyMemoryToMicromapEXT* = PFN_vkCopyMemoryToMicromapEXT_1124080872
else:
  static :
    hint("Declaration of " & "PFN_vkCopyMemoryToMicromapEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH265LongTermRefPicsSps):
  type
    StdVideoH265LongTermRefPicsSps* = StdVideoH265LongTermRefPicsSps_1124083026
else:
  static :
    hint("Declaration of " & "StdVideoH265LongTermRefPicsSps" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterDescriptionFlagsKHR):
  type
    VkPerformanceCounterDescriptionFlagsKHR* = VkPerformanceCounterDescriptionFlagsKHR_1124077340
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterDescriptionFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSRTDataNV):
  type
    struct_VkSRTDataNV* = struct_VkSRTDataNV_1124080406
else:
  static :
    hint("Declaration of " & "struct_VkSRTDataNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyIndirectCommandsLayoutEXT):
  type
    PFN_vkDestroyIndirectCommandsLayoutEXT* = PFN_vkDestroyIndirectCommandsLayoutEXT_1124082310
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyIndirectCommandsLayoutEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT):
  type
    struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT* = struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080988
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPhysicalDeviceDataGraphOperationTypeARM):
  type
    enum_VkPhysicalDeviceDataGraphOperationTypeARM* = enum_VkPhysicalDeviceDataGraphOperationTypeARM_1124081726
else:
  static :
    hint("Declaration of " & "enum_VkPhysicalDeviceDataGraphOperationTypeARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR* = struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR_1124077988
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderMaximalReconvergenceFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH264PictureInfo):
  type
    StdVideoDecodeH264PictureInfo* = StdVideoDecodeH264PictureInfo_1124077036
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH264PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoPictureResourceInfoKHR):
  type
    VkVideoPictureResourceInfoKHR* = VkVideoPictureResourceInfoKHR_1124076716
else:
  static :
    hint("Declaration of " & "VkVideoPictureResourceInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV):
  type
    struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV* = struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV_1124080210
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDiagnosticsConfigFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentIdKHR):
  type
    struct_VkPresentIdKHR* = struct_VkPresentIdKHR_1124077760
else:
  static :
    hint("Declaration of " & "struct_VkPresentIdKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureBuildGeometryInfoKHR):
  type
    struct_VkAccelerationStructureBuildGeometryInfoKHR* = struct_VkAccelerationStructureBuildGeometryInfoKHR_1124082510
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureBuildGeometryInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkOutOfBandQueueTypeNV):
  type
    VkOutOfBandQueueTypeNV* = VkOutOfBandQueueTypeNV_1124081660
else:
  static :
    hint("Declaration of " & "VkOutOfBandQueueTypeNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceInlineUniformBlockFeaturesEXT):
  type
    VkPhysicalDeviceInlineUniformBlockFeaturesEXT* = VkPhysicalDeviceInlineUniformBlockFeaturesEXT_1124079124
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceInlineUniformBlockFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindIndexBuffer2KHR):
  type
    PFN_vkCmdBindIndexBuffer2KHR* = PFN_vkCmdBindIndexBuffer2KHR_1124078016
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindIndexBuffer2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265ProfileInfoKHR):
  type
    struct_VkVideoEncodeH265ProfileInfoKHR* = struct_VkVideoEncodeH265ProfileInfoKHR_1124076990
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorSetLayoutBindingOffsetEXT):
  type
    PFN_vkGetDescriptorSetLayoutBindingOffsetEXT* = PFN_vkGetDescriptorSetLayoutBindingOffsetEXT_1124080318
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorSetLayoutBindingOffsetEXT" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsInputModeFlagBitsEXT):
  type
    VkIndirectCommandsInputModeFlagBitsEXT* = VkIndirectCommandsInputModeFlagBitsEXT_1124082200
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsInputModeFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR):
  type
    VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR* = VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR_1124078456
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCopyMemoryIndirectPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan12Features):
  type
    struct_VkPhysicalDeviceVulkan12Features* = struct_VkPhysicalDeviceVulkan12Features_1124075638
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan12Features" &
        " already exists, not redeclaring")
when not declared(VkSamplerReductionMode):
  type
    VkSamplerReductionMode* = VkSamplerReductionMode_1124075610
else:
  static :
    hint("Declaration of " & "VkSamplerReductionMode" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryCreateInfoKHR):
  type
    struct_VkPipelineBinaryCreateInfoKHR* = struct_VkPipelineBinaryCreateInfoKHR_1124078084
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthClampZeroOneFeaturesKHR):
  type
    VkPhysicalDeviceDepthClampZeroOneFeaturesKHR* = VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078606
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthClampZeroOneFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM):
  type
    struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM* = struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082392
else:
  static :
    hint("Declaration of " &
        "struct_VkRenderPassPerformanceCountersByRegionBeginInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_VkFenceImportFlagBits):
  type
    enum_VkFenceImportFlagBits* = enum_VkFenceImportFlagBits_1124075232
else:
  static :
    hint("Declaration of " & "enum_VkFenceImportFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilWriteMask):
  type
    PFN_vkCmdSetStencilWriteMask* = PFN_vkCmdSetStencilWriteMask_1124075136
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilWriteMask" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRenderingAttachmentLocationsKHR):
  type
    PFN_vkCmdSetRenderingAttachmentLocationsKHR* = PFN_vkCmdSetRenderingAttachmentLocationsKHR_1124077648
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRenderingAttachmentLocationsKHR" &
        " already exists, not redeclaring")
when not declared(VkImageViewUsageCreateInfo):
  type
    VkImageViewUsageCreateInfo* = VkImageViewUsageCreateInfo_1124075370
else:
  static :
    hint("Declaration of " & "VkImageViewUsageCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_SECURITY_ATTRIBUTES):
  type
    struct_SECURITY_ATTRIBUTES* = struct_SECURITY_ATTRIBUTES_1124082972
else:
  static :
    hint("Declaration of " & "struct_SECURITY_ATTRIBUTES" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyValidationCacheEXT):
  type
    PFN_vkDestroyValidationCacheEXT* = PFN_vkDestroyValidationCacheEXT_1124079262
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyValidationCacheEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeVP9PictureInfoFlags):
  type
    struct_StdVideoDecodeVP9PictureInfoFlags* = struct_StdVideoDecodeVP9PictureInfoFlags_1124083236
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeVP9PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT):
  type
    struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT* = struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT_1124081622
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoCodecOperationFlagBitsKHR):
  type
    enum_VkVideoCodecOperationFlagBitsKHR* = enum_VkVideoCodecOperationFlagBitsKHR_1124076640
else:
  static :
    hint("Declaration of " & "enum_VkVideoCodecOperationFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkTraceRaysIndirectCommand2KHR):
  type
    VkTraceRaysIndirectCommand2KHR* = VkTraceRaysIndirectCommand2KHR_1124077964
else:
  static :
    hint("Declaration of " & "VkTraceRaysIndirectCommand2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreatePipelineBinariesKHR):
  type
    PFN_vkCreatePipelineBinariesKHR* = PFN_vkCreatePipelineBinariesKHR_1124078104
else:
  static :
    hint("Declaration of " & "PFN_vkCreatePipelineBinariesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineDepthStencilStateCreateInfo):
  type
    struct_VkPipelineDepthStencilStateCreateInfo* = struct_VkPipelineDepthStencilStateCreateInfo_1124074820
else:
  static :
    hint("Declaration of " & "struct_VkPipelineDepthStencilStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDrmPropertiesEXT):
  type
    VkPhysicalDeviceDrmPropertiesEXT* = VkPhysicalDeviceDrmPropertiesEXT_1124080554
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDrmPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteDescriptorSetAccelerationStructureKHR):
  type
    struct_VkWriteDescriptorSetAccelerationStructureKHR* = struct_VkWriteDescriptorSetAccelerationStructureKHR_1124082518
else:
  static :
    hint("Declaration of " &
        "struct_VkWriteDescriptorSetAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometryTrianglesDataKHR):
  type
    struct_VkAccelerationStructureGeometryTrianglesDataKHR* = struct_VkAccelerationStructureGeometryTrianglesDataKHR_1124082490
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureGeometryTrianglesDataKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT):
  type
    struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT* = struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080260
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorBufferPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT):
  type
    VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT* = VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT_1124079754
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryMapFlags):
  type
    VkMemoryMapFlags* = VkMemoryMapFlags_1124074218
else:
  static :
    hint("Declaration of " & "VkMemoryMapFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRobustnessCreateInfo):
  type
    struct_VkPipelineRobustnessCreateInfo* = struct_VkPipelineRobustnessCreateInfo_1124076380
else:
  static :
    hint("Declaration of " & "struct_VkPipelineRobustnessCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferInheritanceRenderingInfo):
  type
    struct_VkCommandBufferInheritanceRenderingInfo* = struct_VkCommandBufferInheritanceRenderingInfo_1124076110
else:
  static :
    hint("Declaration of " & "struct_VkCommandBufferInheritanceRenderingInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkTimelineSemaphoreSubmitInfo):
  type
    struct_VkTimelineSemaphoreSubmitInfo* = struct_VkTimelineSemaphoreSubmitInfo_1124075678
else:
  static :
    hint("Declaration of " & "struct_VkTimelineSemaphoreSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkSubpassBeginInfo):
  type
    VkSubpassBeginInfo* = VkSubpassBeginInfo_1124075788
else:
  static :
    hint("Declaration of " & "VkSubpassBeginInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan13Properties):
  type
    struct_VkPhysicalDeviceVulkan13Properties* = struct_VkPhysicalDeviceVulkan13Properties_1124075906
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan13Properties" &
        " already exists, not redeclaring")
when not declared(VkRenderingFlagBitsKHR):
  type
    VkRenderingFlagBitsKHR* = VkRenderingFlagBitsKHR_1124077048
else:
  static :
    hint("Declaration of " & "VkRenderingFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureTrianglesDisplacementMicromapNV):
  type
    VkAccelerationStructureTrianglesDisplacementMicromapNV* = VkAccelerationStructureTrianglesDisplacementMicromapNV_1124082890
else:
  static :
    hint("Declaration of " &
        "VkAccelerationStructureTrianglesDisplacementMicromapNV" &
        " already exists, not redeclaring")
when not declared(VkImageViewCreateFlags):
  type
    VkImageViewCreateFlags* = VkImageViewCreateFlags_1124074274
else:
  static :
    hint("Declaration of " & "VkImageViewCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkSpecializationInfo):
  type
    struct_VkSpecializationInfo* = struct_VkSpecializationInfo_1124074708
else:
  static :
    hint("Declaration of " & "struct_VkSpecializationInfo" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeVP9PictureInfo):
  type
    struct_StdVideoDecodeVP9PictureInfo* = struct_StdVideoDecodeVP9PictureInfo_1124082964
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeVP9PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoFormatH265QuantizationMapPropertiesKHR):
  type
    VkVideoFormatH265QuantizationMapPropertiesKHR* = VkVideoFormatH265QuantizationMapPropertiesKHR_1124078518
else:
  static :
    hint("Declaration of " & "VkVideoFormatH265QuantizationMapPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkFragmentShadingRateAttachmentInfoKHR):
  type
    VkFragmentShadingRateAttachmentInfoKHR* = VkFragmentShadingRateAttachmentInfoKHR_1124077616
else:
  static :
    hint("Declaration of " & "VkFragmentShadingRateAttachmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeFeedbackFlagBitsKHR):
  type
    enum_VkVideoEncodeFeedbackFlagBitsKHR* = enum_VkVideoEncodeFeedbackFlagBitsKHR_1124077790
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeFeedbackFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushConstants2):
  type
    PFN_vkCmdPushConstants2* = PFN_vkCmdPushConstants2_1124076450
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushConstants2" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264InlineSessionParametersInfoKHR):
  type
    VkVideoDecodeH264InlineSessionParametersInfoKHR* = VkVideoDecodeH264InlineSessionParametersInfoKHR_1124078594
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264InlineSessionParametersInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMicromapTypeEXT):
  type
    VkMicromapTypeEXT* = VkMicromapTypeEXT_1124080770
else:
  static :
    hint("Declaration of " & "VkMicromapTypeEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoChromaSubsamplingFlagBitsKHR):
  type
    enum_VkVideoChromaSubsamplingFlagBitsKHR* = enum_VkVideoChromaSubsamplingFlagBitsKHR_1124076646
else:
  static :
    hint("Declaration of " & "enum_VkVideoChromaSubsamplingFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCoverageToColorStateCreateInfoNV):
  type
    struct_VkPipelineCoverageToColorStateCreateInfoNV* = struct_VkPipelineCoverageToColorStateCreateInfoNV_1124079186
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCoverageToColorStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceMemoryOverallocationCreateInfoAMD):
  type
    struct_VkDeviceMemoryOverallocationCreateInfoAMD* = struct_VkDeviceMemoryOverallocationCreateInfoAMD_1124079540
else:
  static :
    hint("Declaration of " & "struct_VkDeviceMemoryOverallocationCreateInfoAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageMemoryRequirements):
  type
    PFN_vkGetImageMemoryRequirements* = PFN_vkGetImageMemoryRequirements_1124074954
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(VkBuildAccelerationStructureFlagBitsNV):
  type
    VkBuildAccelerationStructureFlagBitsNV* = VkBuildAccelerationStructureFlagBitsNV_1124079382
else:
  static :
    hint("Declaration of " & "VkBuildAccelerationStructureFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentWait2FeaturesKHR):
  type
    struct_VkPhysicalDevicePresentWait2FeaturesKHR* = struct_VkPhysicalDevicePresentWait2FeaturesKHR_1124078040
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePresentWait2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectExecutionSetEXT):
  type
    VkIndirectExecutionSetEXT* = VkIndirectExecutionSetEXT_1124082186
else:
  static :
    hint("Declaration of " & "VkIndirectExecutionSetEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkBlendOp):
  type
    enum_VkBlendOp* = enum_VkBlendOp_1124074096
else:
  static :
    hint("Declaration of " & "enum_VkBlendOp" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceInlineUniformBlockFeatures):
  type
    struct_VkPhysicalDeviceInlineUniformBlockFeatures* = struct_VkPhysicalDeviceInlineUniformBlockFeatures_1124076050
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceInlineUniformBlockFeatures" &
        " already exists, not redeclaring")
when not declared(VkExternalImageFormatProperties):
  type
    VkExternalImageFormatProperties* = VkExternalImageFormatProperties_1124075406
else:
  static :
    hint("Declaration of " & "VkExternalImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkFlags):
  type
    VkFlags* = VkFlags_1124073931
else:
  static :
    hint("Declaration of " & "VkFlags" & " already exists, not redeclaring")
when not declared(VkRenderPassInputAttachmentAspectCreateInfoKHR):
  type
    VkRenderPassInputAttachmentAspectCreateInfoKHR* = VkRenderPassInputAttachmentAspectCreateInfoKHR_1124077394
else:
  static :
    hint("Declaration of " & "VkRenderPassInputAttachmentAspectCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrRangeKHR):
  type
    VkSamplerYcbcrRangeKHR* = VkSamplerYcbcrRangeKHR_1124077480
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrRangeKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentFlagsKHR):
  type
    VkRenderingAttachmentFlagsKHR* = VkRenderingAttachmentFlagsKHR_1124078624
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkSamplerReductionModeCreateInfoEXT):
  type
    VkSamplerReductionModeCreateInfoEXT* = VkSamplerReductionModeCreateInfoEXT_1124079116
else:
  static :
    hint("Declaration of " & "VkSamplerReductionModeCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferDeviceAddressInfoEXT):
  type
    VkBufferDeviceAddressInfoEXT* = VkBufferDeviceAddressInfoEXT_1124079778
else:
  static :
    hint("Declaration of " & "VkBufferDeviceAddressInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderCodeTypeEXT):
  type
    enum_VkShaderCodeTypeEXT* = enum_VkShaderCodeTypeEXT_1124081504
else:
  static :
    hint("Declaration of " & "enum_VkShaderCodeTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkBindShaderGroupIndirectCommandNV):
  type
    VkBindShaderGroupIndirectCommandNV* = VkBindShaderGroupIndirectCommandNV_1124080046
else:
  static :
    hint("Declaration of " & "VkBindShaderGroupIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM):
  type
    PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM* = PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM_1124081830
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetDataGraphPipelineSessionBindPointRequirementsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryGetFdInfoKHR):
  type
    struct_VkMemoryGetFdInfoKHR* = struct_VkMemoryGetFdInfoKHR_1124077176
else:
  static :
    hint("Declaration of " & "struct_VkMemoryGetFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureOpModeNV):
  type
    enum_VkClusterAccelerationStructureOpModeNV* = enum_VkClusterAccelerationStructureOpModeNV_1124082024
else:
  static :
    hint("Declaration of " & "enum_VkClusterAccelerationStructureOpModeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyImage2KHR):
  type
    PFN_vkCmdCopyImage2KHR* = PFN_vkCmdCopyImage2KHR_1124077942
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyImage2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkWriteAccelerationStructuresPropertiesKHR):
  type
    PFN_vkWriteAccelerationStructuresPropertiesKHR* = PFN_vkWriteAccelerationStructuresPropertiesKHR_1124082566
else:
  static :
    hint("Declaration of " & "PFN_vkWriteAccelerationStructuresPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkAccessFlagBits3KHR):
  type
    VkAccessFlagBits3KHR* = VkAccessFlagBits3KHR_1124078558
else:
  static :
    hint("Declaration of " & "VkAccessFlagBits3KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquireDrmDisplayEXT):
  type
    PFN_vkAcquireDrmDisplayEXT* = PFN_vkAcquireDrmDisplayEXT_1124080152
else:
  static :
    hint("Declaration of " & "PFN_vkAcquireDrmDisplayEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT):
  type
    VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT* = VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT_1124081648
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineLibraryGroupHandlesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlags2CreateInfo):
  type
    VkBufferUsageFlags2CreateInfo* = VkBufferUsageFlags2CreateInfo_1124076278
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlags2CreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPresentRegionKHR):
  type
    VkPresentRegionKHR* = VkPresentRegionKHR_1124077234
else:
  static :
    hint("Declaration of " & "VkPresentRegionKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentSampleCountInfoAMD):
  type
    struct_VkAttachmentSampleCountInfoAMD* = struct_VkAttachmentSampleCountInfoAMD_1124079120
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentSampleCountInfoAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkVertexInputBindingDescription):
  type
    struct_VkVertexInputBindingDescription* = struct_VkVertexInputBindingDescription_1124074780
else:
  static :
    hint("Declaration of " & "struct_VkVertexInputBindingDescription" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateBufferView):
  type
    PFN_vkCreateBufferView* = PFN_vkCreateBufferView_1124075048
else:
  static :
    hint("Declaration of " & "PFN_vkCreateBufferView" &
        " already exists, not redeclaring")
when not declared(VkBufferCopy2):
  type
    VkBufferCopy2* = VkBufferCopy2_1124075960
else:
  static :
    hint("Declaration of " & "VkBufferCopy2" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV):
  type
    struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV* = struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081986
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExternalComputeQueuePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkRenderingFragmentDensityMapAttachmentInfoEXT):
  type
    VkRenderingFragmentDensityMapAttachmentInfoEXT* = VkRenderingFragmentDensityMapAttachmentInfoEXT_1124079728
else:
  static :
    hint("Declaration of " & "VkRenderingFragmentDensityMapAttachmentInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetAccelerationStructureBuildSizesKHR):
  type
    PFN_vkGetAccelerationStructureBuildSizesKHR* = PFN_vkGetAccelerationStructureBuildSizesKHR_1124082580
else:
  static :
    hint("Declaration of " & "PFN_vkGetAccelerationStructureBuildSizesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfaceFormatsKHR):
  type
    PFN_vkGetPhysicalDeviceSurfaceFormatsKHR* = PFN_vkGetPhysicalDeviceSurfaceFormatsKHR_1124076502
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceFormatsKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupPresentModeFlagsKHR):
  type
    VkDeviceGroupPresentModeFlagsKHR* = VkDeviceGroupPresentModeFlagsKHR_1124076518
else:
  static :
    hint("Declaration of " & "VkDeviceGroupPresentModeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance4PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance4PropertiesKHR* = VkPhysicalDeviceMaintenance4PropertiesKHR_1124077974
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance4PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolCreateFlagBits):
  type
    VkCommandPoolCreateFlagBits* = VkCommandPoolCreateFlagBits_1124074284
else:
  static :
    hint("Declaration of " & "VkCommandPoolCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeTuningModeKHR):
  type
    VkVideoEncodeTuningModeKHR* = VkVideoEncodeTuningModeKHR_1124077770
else:
  static :
    hint("Declaration of " & "VkVideoEncodeTuningModeKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCheckpointNV):
  type
    PFN_vkCmdSetCheckpointNV* = PFN_vkCmdSetCheckpointNV_1124079616
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCheckpointNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR* = struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077454
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderBfloat16FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryIndirectCommandKHR):
  type
    VkCopyMemoryIndirectCommandKHR* = VkCopyMemoryIndirectCommandKHR_1124078436
else:
  static :
    hint("Declaration of " & "VkCopyMemoryIndirectCommandKHR" &
        " already exists, not redeclaring")
when not declared(VkIndexType):
  type
    VkIndexType* = VkIndexType_1124074058
else:
  static :
    hint("Declaration of " & "VkIndexType" & " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1ExtensionHeader):
  type
    struct_StdVideoEncodeAV1ExtensionHeader* = struct_StdVideoEncodeAV1ExtensionHeader_1124083232
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1ExtensionHeader" &
        " already exists, not redeclaring")
when not declared(enum_VkFragmentShadingRateNV):
  type
    enum_VkFragmentShadingRateNV* = enum_VkFragmentShadingRateNV_1124080364
else:
  static :
    hint("Declaration of " & "enum_VkFragmentShadingRateNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSparseMemoryRequirements2):
  type
    PFN_vkGetImageSparseMemoryRequirements2* = PFN_vkGetImageSparseMemoryRequirements2_1124075556
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSparseMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(enum_VkToolPurposeFlagBits):
  type
    enum_VkToolPurposeFlagBits* = enum_VkToolPurposeFlagBits_1124075864
else:
  static :
    hint("Declaration of " & "enum_VkToolPurposeFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResolveImage2):
  type
    PFN_vkCmdResolveImage2* = PFN_vkCmdResolveImage2_1124076152
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResolveImage2" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT):
  type
    struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT* = struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT_1124081094
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDepthStencilResolveProperties):
  type
    struct_VkPhysicalDeviceDepthStencilResolveProperties* = struct_VkPhysicalDeviceDepthStencilResolveProperties_1124075798
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDepthStencilResolveProperties" &
        " already exists, not redeclaring")
when not declared(VkColorSpaceKHR):
  type
    VkColorSpaceKHR* = VkColorSpaceKHR_1124076474
else:
  static :
    hint("Declaration of " & "VkColorSpaceKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationStateStreamCreateInfoEXT):
  type
    struct_VkPipelineRasterizationStateStreamCreateInfoEXT* = struct_VkPipelineRasterizationStateStreamCreateInfoEXT_1124078730
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineRasterizationStateStreamCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterDescriptionFlagBitsKHR):
  type
    VkPerformanceCounterDescriptionFlagBitsKHR* = VkPerformanceCounterDescriptionFlagBitsKHR_1124077338
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterDescriptionFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV):
  type
    struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV* = struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079314
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineViewportCoarseSampleOrderStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkMicromapCreateFlagBitsEXT):
  type
    enum_VkMicromapCreateFlagBitsEXT* = enum_VkMicromapCreateFlagBitsEXT_1124080802
else:
  static :
    hint("Declaration of " & "enum_VkMicromapCreateFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkXlibSurfaceCreateFlagsKHR):
  type
    VkXlibSurfaceCreateFlagsKHR* = VkXlibSurfaceCreateFlagsKHR_1124082770
else:
  static :
    hint("Declaration of " & "VkXlibSurfaceCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineExecutablePropertiesKHR):
  type
    VkPipelineExecutablePropertiesKHR* = VkPipelineExecutablePropertiesKHR_1124077716
else:
  static :
    hint("Declaration of " & "VkPipelineExecutablePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderEnqueuePropertiesAMDX):
  type
    VkPhysicalDeviceShaderEnqueuePropertiesAMDX* = VkPhysicalDeviceShaderEnqueuePropertiesAMDX_1124082800
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderEnqueuePropertiesAMDX" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescription):
  type
    VkAttachmentDescription* = VkAttachmentDescription_1124074842
else:
  static :
    hint("Declaration of " & "VkAttachmentDescription" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilitiesFullScreenExclusiveEXT):
  type
    VkSurfaceCapabilitiesFullScreenExclusiveEXT* = VkSurfaceCapabilitiesFullScreenExclusiveEXT_1124082750
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilitiesFullScreenExclusiveEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryProperties2KHR):
  type
    VkPhysicalDeviceMemoryProperties2KHR* = VkPhysicalDeviceMemoryProperties2KHR_1124077082
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationStateRasterizationOrderAMD):
  type
    VkPipelineRasterizationStateRasterizationOrderAMD* = VkPipelineRasterizationStateRasterizationOrderAMD_1124078684
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationStateRasterizationOrderAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalFenceInfo):
  type
    struct_VkPhysicalDeviceExternalFenceInfo* = struct_VkPhysicalDeviceExternalFenceInfo_1124075432
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceExternalFenceInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceBufferMemoryRequirements):
  type
    struct_VkDeviceBufferMemoryRequirements* = struct_VkDeviceBufferMemoryRequirements_1124076002
else:
  static :
    hint("Declaration of " & "struct_VkDeviceBufferMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeProfileRgbConversionInfoVALVE):
  type
    struct_VkVideoEncodeProfileRgbConversionInfoVALVE* = struct_VkVideoEncodeProfileRgbConversionInfoVALVE_1124080718
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeProfileRgbConversionInfoVALVE" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM):
  type
    VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM* = VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM_1124080998
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentDensityMapOffsetPropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateInfoKHR):
  type
    VkPipelineCreateInfoKHR* = VkPipelineCreateInfoKHR_1124078082
else:
  static :
    hint("Declaration of " & "VkPipelineCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionBindPointTypeARM):
  type
    VkDataGraphPipelineSessionBindPointTypeARM* = VkDataGraphPipelineSessionBindPointTypeARM_1124081716
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionBindPointTypeARM" &
        " already exists, not redeclaring")
when not declared(VkHdrMetadataEXT):
  type
    VkHdrMetadataEXT* = VkHdrMetadataEXT_1124079044
else:
  static :
    hint("Declaration of " & "VkHdrMetadataEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphModelCacheTypeQCOM):
  type
    VkDataGraphModelCacheTypeQCOM* = VkDataGraphModelCacheTypeQCOM_1124082454
else:
  static :
    hint("Declaration of " & "VkDataGraphModelCacheTypeQCOM" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolCreateFlags):
  type
    VkDescriptorPoolCreateFlags* = VkDescriptorPoolCreateFlags_1124074362
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265PictureInfoKHR):
  type
    struct_VkVideoEncodeH265PictureInfoKHR* = struct_VkVideoEncodeH265PictureInfoKHR_1124076978
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFragmentShadingRateAttachmentInfoKHR):
  type
    struct_VkFragmentShadingRateAttachmentInfoKHR* = struct_VkFragmentShadingRateAttachmentInfoKHR_1124077614
else:
  static :
    hint("Declaration of " & "struct_VkFragmentShadingRateAttachmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRayTracingShaderGroupStackSizeKHR):
  type
    PFN_vkGetRayTracingShaderGroupStackSizeKHR* = PFN_vkGetRayTracingShaderGroupStackSizeKHR_1124082618
else:
  static :
    hint("Declaration of " & "PFN_vkGetRayTracingShaderGroupStackSizeKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderDrawParametersFeatures):
  type
    VkPhysicalDeviceShaderDrawParametersFeatures* = VkPhysicalDeviceShaderDrawParametersFeatures_1124075536
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderDrawParametersFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkDrmFormatModifierProperties2EXT):
  type
    struct_VkDrmFormatModifierProperties2EXT* = struct_VkDrmFormatModifierProperties2EXT_1124079234
else:
  static :
    hint("Declaration of " & "struct_VkDrmFormatModifierProperties2EXT" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowExecuteFlagsNV):
  type
    VkOpticalFlowExecuteFlagsNV* = VkOpticalFlowExecuteFlagsNV_1124081434
else:
  static :
    hint("Declaration of " & "VkOpticalFlowExecuteFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265CtbSizeFlagBitsKHR):
  type
    VkVideoEncodeH265CtbSizeFlagBitsKHR* = VkVideoEncodeH265CtbSizeFlagBitsKHR_1124076916
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265CtbSizeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceScalarBlockLayoutFeaturesEXT):
  type
    VkPhysicalDeviceScalarBlockLayoutFeaturesEXT* = VkPhysicalDeviceScalarBlockLayoutFeaturesEXT_1124079730
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceScalarBlockLayoutFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescriptionStencilLayout):
  type
    VkAttachmentDescriptionStencilLayout* = VkAttachmentDescriptionStencilLayout_1124075832
else:
  static :
    hint("Declaration of " & "VkAttachmentDescriptionStencilLayout" &
        " already exists, not redeclaring")
when not declared(enum_VkCullModeFlagBits):
  type
    enum_VkCullModeFlagBits* = enum_VkCullModeFlagBits_1124074378
else:
  static :
    hint("Declaration of " & "enum_VkCullModeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineColorBlendStateCreateInfo):
  type
    VkPipelineColorBlendStateCreateInfo* = VkPipelineColorBlendStateCreateInfo_1124074830
else:
  static :
    hint("Declaration of " & "VkPipelineColorBlendStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemoryReportFlagsEXT):
  type
    VkDeviceMemoryReportFlagsEXT* = VkDeviceMemoryReportFlagsEXT_1124080136
else:
  static :
    hint("Declaration of " & "VkDeviceMemoryReportFlagsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdUpdateBuffer):
  type
    PFN_vkCmdUpdateBuffer* = PFN_vkCmdUpdateBuffer_1124075020
else:
  static :
    hint("Declaration of " & "PFN_vkCmdUpdateBuffer" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeCapabilityFlagsKHR):
  type
    VkVideoEncodeCapabilityFlagsKHR* = VkVideoEncodeCapabilityFlagsKHR_1124077782
else:
  static :
    hint("Declaration of " & "VkVideoEncodeCapabilityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderCorePropertiesARM):
  type
    struct_VkPhysicalDeviceShaderCorePropertiesARM* = struct_VkPhysicalDeviceShaderCorePropertiesARM_1124080918
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderCorePropertiesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCudaLaunchKernelNV):
  type
    PFN_vkCmdCudaLaunchKernelNV* = PFN_vkCmdCudaLaunchKernelNV_1124082874
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCudaLaunchKernelNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBlitImage2):
  type
    PFN_vkCmdBlitImage2* = PFN_vkCmdBlitImage2_1124076150
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBlitImage2" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSemaphoreCounterValue):
  type
    PFN_vkGetSemaphoreCounterValue* = PFN_vkGetSemaphoreCounterValue_1124075836
else:
  static :
    hint("Declaration of " & "PFN_vkGetSemaphoreCounterValue" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceMemoryReportEventTypeEXT):
  type
    enum_VkDeviceMemoryReportEventTypeEXT* = enum_VkDeviceMemoryReportEventTypeEXT_1124080132
else:
  static :
    hint("Declaration of " & "enum_VkDeviceMemoryReportEventTypeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryGetRemoteAddressInfoNV):
  type
    struct_VkMemoryGetRemoteAddressInfoNV* = struct_VkMemoryGetRemoteAddressInfoNV_1124080612
else:
  static :
    hint("Declaration of " & "struct_VkMemoryGetRemoteAddressInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPushConstantRange):
  type
    VkPushConstantRange* = VkPushConstantRange_1124074722
else:
  static :
    hint("Declaration of " & "VkPushConstantRange" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineCreationCacheControlFeatures):
  type
    struct_VkPhysicalDevicePipelineCreationCacheControlFeatures* = struct_VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076026
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineCreationCacheControlFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceGroupPresentCapabilitiesKHR):
  type
    PFN_vkGetDeviceGroupPresentCapabilitiesKHR* = PFN_vkGetDeviceGroupPresentCapabilitiesKHR_1124076562
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceGroupPresentCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryAllocateFlagsKHR):
  type
    VkMemoryAllocateFlagsKHR* = VkMemoryAllocateFlagsKHR_1124077106
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSwapchainStatusKHR):
  type
    PFN_vkGetSwapchainStatusKHR* = PFN_vkGetSwapchainStatusKHR_1124077290
else:
  static :
    hint("Declaration of " & "PFN_vkGetSwapchainStatusKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineExecutableInternalRepresentationKHR):
  type
    struct_VkPipelineExecutableInternalRepresentationKHR* = struct_VkPipelineExecutableInternalRepresentationKHR_1124077730
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineExecutableInternalRepresentationKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT):
  type
    VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT* = VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT_1124078850
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkBindVertexBufferIndirectCommandNV):
  type
    VkBindVertexBufferIndirectCommandNV* = VkBindVertexBufferIndirectCommandNV_1124080054
else:
  static :
    hint("Declaration of " & "VkBindVertexBufferIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkBufferCaptureDescriptorDataInfoEXT):
  type
    VkBufferCaptureDescriptorDataInfoEXT* = VkBufferCaptureDescriptorDataInfoEXT_1124080294
else:
  static :
    hint("Declaration of " & "VkBufferCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT):
  type
    struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT* = struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT_1124082398
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVertexAttributeRobustnessFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryRequirements2):
  type
    VkMemoryRequirements2* = VkMemoryRequirements2_1124075326
else:
  static :
    hint("Declaration of " & "VkMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrModelConversion):
  type
    VkSamplerYcbcrModelConversion* = VkSamplerYcbcrModelConversion_1124075176
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrModelConversion" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE):
  type
    VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE* = VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE_1124080948
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDescriptorSetHostMappingFeaturesVALVE" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1StdFlagBitsKHR):
  type
    VkVideoEncodeAV1StdFlagBitsKHR* = VkVideoEncodeAV1StdFlagBitsKHR_1124078240
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1StdFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeCapabilityFlagsKHR):
  type
    VkVideoDecodeCapabilityFlagsKHR* = VkVideoDecodeCapabilityFlagsKHR_1124076782
else:
  static :
    hint("Declaration of " & "VkVideoDecodeCapabilityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineInputAssemblyStateCreateFlags):
  type
    VkPipelineInputAssemblyStateCreateFlags* = VkPipelineInputAssemblyStateCreateFlags_1124074386
else:
  static :
    hint("Declaration of " & "VkPipelineInputAssemblyStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferOpaqueCaptureAddress):
  type
    PFN_vkGetBufferOpaqueCaptureAddress* = PFN_vkGetBufferOpaqueCaptureAddress_1124075844
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferOpaqueCaptureAddress" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlagBits2KHR):
  type
    VkPipelineCreateFlagBits2KHR* = VkPipelineCreateFlagBits2KHR_1124077994
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlagBits2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTilePropertiesFeaturesQCOM):
  type
    VkPhysicalDeviceTilePropertiesFeaturesQCOM* = VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081548
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTilePropertiesFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeAV1RateControlGroupKHR):
  type
    enum_VkVideoEncodeAV1RateControlGroupKHR* = enum_VkVideoEncodeAV1RateControlGroupKHR_1124078228
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeAV1RateControlGroupKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalBufferProperties):
  type
    VkExternalBufferProperties* = VkExternalBufferProperties_1124075414
else:
  static :
    hint("Declaration of " & "VkExternalBufferProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentId2FeaturesKHR):
  type
    struct_VkPhysicalDevicePresentId2FeaturesKHR* = struct_VkPhysicalDevicePresentId2FeaturesKHR_1124078032
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePresentId2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPartitionedAccelerationStructureOpTypeNV):
  type
    enum_VkPartitionedAccelerationStructureOpTypeNV* = enum_VkPartitionedAccelerationStructureOpTypeNV_1124082132
else:
  static :
    hint("Declaration of " & "enum_VkPartitionedAccelerationStructureOpTypeNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineExecutableInternalRepresentationKHR):
  type
    VkPipelineExecutableInternalRepresentationKHR* = VkPipelineExecutableInternalRepresentationKHR_1124077732
else:
  static :
    hint("Declaration of " & "VkPipelineExecutableInternalRepresentationKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryUnmapInfoKHR):
  type
    VkMemoryUnmapInfoKHR* = VkMemoryUnmapInfoKHR_1124077746
else:
  static :
    hint("Declaration of " & "VkMemoryUnmapInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDevicePipelineBinaryInternalCacheControlKHR):
  type
    VkDevicePipelineBinaryInternalCacheControlKHR* = VkDevicePipelineBinaryInternalCacheControlKHR_1124078066
else:
  static :
    hint("Declaration of " & "VkDevicePipelineBinaryInternalCacheControlKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorAddressInfoEXT):
  type
    VkDescriptorAddressInfoEXT* = VkDescriptorAddressInfoEXT_1124080274
else:
  static :
    hint("Declaration of " & "VkDescriptorAddressInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPushDescriptorSetInfo):
  type
    struct_VkPushDescriptorSetInfo* = struct_VkPushDescriptorSetInfo_1124076360
else:
  static :
    hint("Declaration of " & "struct_VkPushDescriptorSetInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreTypeCreateInfo):
  type
    struct_VkSemaphoreTypeCreateInfo* = struct_VkSemaphoreTypeCreateInfo_1124075674
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreTypeCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceDisplayPropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceDisplayPropertiesKHR* = PFN_vkGetPhysicalDeviceDisplayPropertiesKHR_1124076612
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceDisplayPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1RateControlInfoKHR):
  type
    VkVideoEncodeAV1RateControlInfoKHR* = VkVideoEncodeAV1RateControlInfoKHR_1124078310
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1RateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureDeviceAddressInfoKHR):
  type
    struct_VkAccelerationStructureDeviceAddressInfoKHR* = struct_VkAccelerationStructureDeviceAddressInfoKHR_1124082530
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureDeviceAddressInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthBiasControlFeaturesEXT):
  type
    VkPhysicalDeviceDepthBiasControlFeaturesEXT* = VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080120
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthBiasControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyFence):
  type
    PFN_vkDestroyFence* = PFN_vkDestroyFence_1124074964
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyFence" &
        " already exists, not redeclaring")
when not declared(VkCudaFunctionCreateInfoNV):
  type
    VkCudaFunctionCreateInfoNV* = VkCudaFunctionCreateInfoNV_1124082850
else:
  static :
    hint("Declaration of " & "VkCudaFunctionCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoDecodeCapabilityFlagBitsKHR):
  type
    enum_VkVideoDecodeCapabilityFlagBitsKHR* = enum_VkVideoDecodeCapabilityFlagBitsKHR_1124076778
else:
  static :
    hint("Declaration of " & "enum_VkVideoDecodeCapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryDecompressionMethodFlagsEXT):
  type
    VkMemoryDecompressionMethodFlagsEXT* = VkMemoryDecompressionMethodFlagsEXT_1124081024
else:
  static :
    hint("Declaration of " & "VkMemoryDecompressionMethodFlagsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSubresourceLayout2EXT):
  type
    PFN_vkGetImageSubresourceLayout2EXT* = PFN_vkGetImageSubresourceLayout2EXT_1124079962
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSubresourceLayout2EXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR):
  type
    struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR* = struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082786
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePortabilitySubsetFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentShadingRateFeaturesKHR):
  type
    VkPhysicalDeviceFragmentShadingRateFeaturesKHR* = VkPhysicalDeviceFragmentShadingRateFeaturesKHR_1124077624
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFragmentShadingRateFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalSemaphoreHandleTypeFlagBits):
  type
    enum_VkExternalSemaphoreHandleTypeFlagBits* = enum_VkExternalSemaphoreHandleTypeFlagBits_1124075244
else:
  static :
    hint("Declaration of " & "enum_VkExternalSemaphoreHandleTypeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkImageCompressionFlagBitsEXT):
  type
    VkImageCompressionFlagBitsEXT* = VkImageCompressionFlagBitsEXT_1124080446
else:
  static :
    hint("Declaration of " & "VkImageCompressionFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateCommandPool):
  type
    PFN_vkCreateCommandPool* = PFN_vkCreateCommandPool_1124074996
else:
  static :
    hint("Declaration of " & "PFN_vkCreateCommandPool" &
        " already exists, not redeclaring")
when not declared(VkCopyBufferToImageInfo2KHR):
  type
    VkCopyBufferToImageInfo2KHR* = VkCopyBufferToImageInfo2KHR_1124077922
else:
  static :
    hint("Declaration of " & "VkCopyBufferToImageInfo2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1CapabilitiesKHR):
  type
    VkVideoEncodeAV1CapabilitiesKHR* = VkVideoEncodeAV1CapabilitiesKHR_1124078262
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBuffer):
  type
    VkCommandBuffer* = VkCommandBuffer_1124073949
else:
  static :
    hint("Declaration of " & "VkCommandBuffer" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilitiesPresentId2KHR):
  type
    VkSurfaceCapabilitiesPresentId2KHR* = VkSurfaceCapabilitiesPresentId2KHR_1124078026
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilitiesPresentId2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorIndexingFeatures):
  type
    struct_VkPhysicalDeviceDescriptorIndexingFeatures* = struct_VkPhysicalDeviceDescriptorIndexingFeatures_1124075730
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDescriptorIndexingFeatures" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265RateControlLayerInfoKHR):
  type
    VkVideoEncodeH265RateControlLayerInfoKHR* = VkVideoEncodeH265RateControlLayerInfoKHR_1124077006
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265RateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferResetFlagBits):
  type
    VkCommandBufferResetFlagBits* = VkCommandBufferResetFlagBits_1124074308
else:
  static :
    hint("Declaration of " & "VkCommandBufferResetFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceFaultCountsEXT):
  type
    struct_VkDeviceFaultCountsEXT* = struct_VkDeviceFaultCountsEXT_1124080488
else:
  static :
    hint("Declaration of " & "struct_VkDeviceFaultCountsEXT" &
        " already exists, not redeclaring")
when not declared(VkFenceGetFdInfoKHR):
  type
    VkFenceGetFdInfoKHR* = VkFenceGetFdInfoKHR_1124077318
else:
  static :
    hint("Declaration of " & "VkFenceGetFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR):
  type
    enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR* = enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR_1124078462
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeIntraRefreshModeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264PictureInfoFlags):
  type
    struct_StdVideoEncodeH264PictureInfoFlags* = struct_StdVideoEncodeH264PictureInfoFlags_1124083140
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHostQueryResetFeaturesEXT):
  type
    VkPhysicalDeviceHostQueryResetFeaturesEXT* = VkPhysicalDeviceHostQueryResetFeaturesEXT_1124079892
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHostQueryResetFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264WeightTableFlags):
  type
    struct_StdVideoEncodeH264WeightTableFlags* = struct_StdVideoEncodeH264WeightTableFlags_1124083314
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264WeightTableFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderClockFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderClockFeaturesKHR* = struct_VkPhysicalDeviceShaderClockFeaturesKHR_1124077524
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderClockFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeContentFlagBitsKHR):
  type
    VkVideoEncodeContentFlagBitsKHR* = VkVideoEncodeContentFlagBitsKHR_1124077804
else:
  static :
    hint("Declaration of " & "VkVideoEncodeContentFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMemoryToImageIndirectKHR):
  type
    PFN_vkCmdCopyMemoryToImageIndirectKHR* = PFN_vkCmdCopyMemoryToImageIndirectKHR_1124078460
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMemoryToImageIndirectKHR" &
        " already exists, not redeclaring")
when not declared(VkResolveImageInfo2):
  type
    VkResolveImageInfo2* = VkResolveImageInfo2_1124076092
else:
  static :
    hint("Declaration of " & "VkResolveImageInfo2" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionBindPointRequirementsInfoARM):
  type
    VkDataGraphPipelineSessionBindPointRequirementsInfoARM* = VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081768
else:
  static :
    hint("Declaration of " &
        "VkDataGraphPipelineSessionBindPointRequirementsInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPushConstantRange):
  type
    struct_VkPushConstantRange* = struct_VkPushConstantRange_1124074720
else:
  static :
    hint("Declaration of " & "struct_VkPushConstantRange" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderFloatControls2FeaturesKHR):
  type
    VkPhysicalDeviceShaderFloatControls2FeaturesKHR* = VkPhysicalDeviceShaderFloatControls2FeaturesKHR_1124078362
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderFloatControls2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkAntiLagStageAMD):
  type
    VkAntiLagStageAMD* = VkAntiLagStageAMD_1124081486
else:
  static :
    hint("Declaration of " & "VkAntiLagStageAMD" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeAV1PictureInfo):
  type
    StdVideoDecodeAV1PictureInfo* = StdVideoDecodeAV1PictureInfo_1124078214
else:
  static :
    hint("Declaration of " & "StdVideoDecodeAV1PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265SessionParametersGetInfoKHR):
  type
    VkVideoEncodeH265SessionParametersGetInfoKHR* = VkVideoEncodeH265SessionParametersGetInfoKHR_1124076966
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265SessionParametersGetInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoMaintenance1FeaturesKHR):
  type
    VkPhysicalDeviceVideoMaintenance1FeaturesKHR* = VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078340
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVideoMaintenance1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugReportCallbackCreateInfoEXT):
  type
    struct_VkDebugReportCallbackCreateInfoEXT* = struct_VkDebugReportCallbackCreateInfoEXT_1124078668
else:
  static :
    hint("Declaration of " & "struct_VkDebugReportCallbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkReleaseCapturedPipelineDataInfoKHR):
  type
    VkReleaseCapturedPipelineDataInfoKHR* = VkReleaseCapturedPipelineDataInfoKHR_1124078094
else:
  static :
    hint("Declaration of " & "VkReleaseCapturedPipelineDataInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetDeviceMemoryPriorityEXT):
  type
    PFN_vkSetDeviceMemoryPriorityEXT* = PFN_vkSetDeviceMemoryPriorityEXT_1124080916
else:
  static :
    hint("Declaration of " & "PFN_vkSetDeviceMemoryPriorityEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265CapabilityFlagsKHR):
  type
    VkVideoEncodeH265CapabilityFlagsKHR* = VkVideoEncodeH265CapabilityFlagsKHR_1124076906
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265CapabilityFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolCreateFlagBits):
  type
    VkQueryPoolCreateFlagBits* = VkQueryPoolCreateFlagBits_1124074242
else:
  static :
    hint("Declaration of " & "VkQueryPoolCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineFragmentShadingRateStateCreateInfoKHR):
  type
    VkPipelineFragmentShadingRateStateCreateInfoKHR* = VkPipelineFragmentShadingRateStateCreateInfoKHR_1124077620
else:
  static :
    hint("Declaration of " & "VkPipelineFragmentShadingRateStateCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFormatProperties2):
  type
    struct_VkFormatProperties2* = struct_VkFormatProperties2_1124075340
else:
  static :
    hint("Declaration of " & "struct_VkFormatProperties2" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbConversionCapabilitiesVALVE):
  type
    VkVideoEncodeRgbConversionCapabilitiesVALVE* = VkVideoEncodeRgbConversionCapabilitiesVALVE_1124080716
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbConversionCapabilitiesVALVE" &
        " already exists, not redeclaring")
when not declared(struct_VkVertexInputBindingDescription2EXT):
  type
    struct_VkVertexInputBindingDescription2EXT* = struct_VkVertexInputBindingDescription2EXT_1124080542
else:
  static :
    hint("Declaration of " & "struct_VkVertexInputBindingDescription2EXT" &
        " already exists, not redeclaring")
when not declared(VkRayTracingShaderGroupCreateInfoNV):
  type
    VkRayTracingShaderGroupCreateInfoNV* = VkRayTracingShaderGroupCreateInfoNV_1124079386
else:
  static :
    hint("Declaration of " & "VkRayTracingShaderGroupCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkBindVideoSessionMemoryInfoKHR):
  type
    struct_VkBindVideoSessionMemoryInfoKHR* = struct_VkBindVideoSessionMemoryInfoKHR_1124076726
else:
  static :
    hint("Declaration of " & "struct_VkBindVideoSessionMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSampleLocationEXT):
  type
    VkSampleLocationEXT* = VkSampleLocationEXT_1124079134
else:
  static :
    hint("Declaration of " & "VkSampleLocationEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferDeviceAddressInfo):
  type
    VkBufferDeviceAddressInfo* = VkBufferDeviceAddressInfo_1124075696
else:
  static :
    hint("Declaration of " & "VkBufferDeviceAddressInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewportWithCount):
  type
    PFN_vkCmdSetViewportWithCount* = PFN_vkCmdSetViewportWithCount_1124076164
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewportWithCount" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT):
  type
    struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT* = struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080520
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingValidationFeaturesNV):
  type
    VkPhysicalDeviceRayTracingValidationFeaturesNV* = VkPhysicalDeviceRayTracingValidationFeaturesNV_1124082014
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayTracingValidationFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoVP9Segmentation):
  type
    struct_StdVideoVP9Segmentation* = struct_StdVideoVP9Segmentation_1124083246
else:
  static :
    hint("Declaration of " & "struct_StdVideoVP9Segmentation" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265HrdFlags):
  type
    struct_StdVideoH265HrdFlags* = struct_StdVideoH265HrdFlags_1124083322
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265HrdFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT):
  type
    struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT* = struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT_1124080754
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceImage2DViewOf3DFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV):
  type
    struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV* = struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV_1124080616
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExternalMemoryRDMAFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRenderingInputAttachmentIndicesKHR):
  type
    PFN_vkCmdSetRenderingInputAttachmentIndicesKHR* = PFN_vkCmdSetRenderingInputAttachmentIndicesKHR_1124077650
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRenderingInputAttachmentIndicesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceMemoryOpaqueCaptureAddress):
  type
    PFN_vkGetDeviceMemoryOpaqueCaptureAddress* = PFN_vkGetDeviceMemoryOpaqueCaptureAddress_1124075846
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceMemoryOpaqueCaptureAddress" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreGetFdInfoKHR):
  type
    struct_VkSemaphoreGetFdInfoKHR* = struct_VkSemaphoreGetFdInfoKHR_1124077208
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreGetFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentModeInfoEXT):
  type
    VkSwapchainPresentModeInfoEXT* = VkSwapchainPresentModeInfoEXT_1124080000
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentModeInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkImageStencilUsageCreateInfo):
  type
    VkImageStencilUsageCreateInfo* = VkImageStencilUsageCreateInfo_1124075804
else:
  static :
    hint("Declaration of " & "VkImageStencilUsageCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkImageViewUsageCreateInfoKHR):
  type
    VkImageViewUsageCreateInfoKHR* = VkImageViewUsageCreateInfoKHR_1124077398
else:
  static :
    hint("Declaration of " & "VkImageViewUsageCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkLayerProperties):
  type
    VkLayerProperties* = VkLayerProperties_1124074562
else:
  static :
    hint("Declaration of " & "VkLayerProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLinearColorAttachmentFeaturesNV):
  type
    VkPhysicalDeviceLinearColorAttachmentFeaturesNV* = VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081092
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLinearColorAttachmentFeaturesNV" &
        " already exists, not redeclaring")
when not declared(union_VkClearValue):
  type
    union_VkClearValue* = union_VkClearValue_1124074868
else:
  static :
    hint("Declaration of " & "union_VkClearValue" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRayTracingShaderGroupHandlesNV):
  type
    PFN_vkGetRayTracingShaderGroupHandlesNV* = PFN_vkGetRayTracingShaderGroupHandlesNV_1124079468
else:
  static :
    hint("Declaration of " & "PFN_vkGetRayTracingShaderGroupHandlesNV" &
        " already exists, not redeclaring")
when not declared(VkProvokingVertexModeEXT):
  type
    VkProvokingVertexModeEXT* = VkProvokingVertexModeEXT_1124079856
else:
  static :
    hint("Declaration of " & "VkProvokingVertexModeEXT" &
        " already exists, not redeclaring")
when not declared(VkSubpassEndInfo):
  type
    VkSubpassEndInfo* = VkSubpassEndInfo_1124075792
else:
  static :
    hint("Declaration of " & "VkSubpassEndInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT):
  type
    VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT* = VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081384
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetAccelerationStructureHandleNV):
  type
    PFN_vkGetAccelerationStructureHandleNV* = PFN_vkGetAccelerationStructureHandleNV_1124079470
else:
  static :
    hint("Declaration of " & "PFN_vkGetAccelerationStructureHandleNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1FrameSizeKHR):
  type
    VkVideoEncodeAV1FrameSizeKHR* = VkVideoEncodeAV1FrameSizeKHR_1124078302
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1FrameSizeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreWaitInfo):
  type
    struct_VkSemaphoreWaitInfo* = struct_VkSemaphoreWaitInfo_1124075682
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreWaitInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderBfloat16FeaturesKHR):
  type
    VkPhysicalDeviceShaderBfloat16FeaturesKHR* = VkPhysicalDeviceShaderBfloat16FeaturesKHR_1124077456
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderBfloat16FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMappedMemoryRange):
  type
    struct_VkMappedMemoryRange* = struct_VkMappedMemoryRange_1124074568
else:
  static :
    hint("Declaration of " & "struct_VkMappedMemoryRange" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDescriptorSetLayout):
  type
    PFN_vkCreateDescriptorSetLayout* = PFN_vkCreateDescriptorSetLayout_1124075076
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDescriptorSetLayout" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindDescriptorSets):
  type
    PFN_vkCmdBindDescriptorSets* = PFN_vkCmdBindDescriptorSets_1124075094
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindDescriptorSets" &
        " already exists, not redeclaring")
when not declared(VkDisplayEventInfoEXT):
  type
    VkDisplayEventInfoEXT* = VkDisplayEventInfoEXT_1124078938
else:
  static :
    hint("Declaration of " & "VkDisplayEventInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkViewportSwizzleNV):
  type
    VkViewportSwizzleNV* = VkViewportSwizzleNV_1124078988
else:
  static :
    hint("Declaration of " & "VkViewportSwizzleNV" &
        " already exists, not redeclaring")
when not declared(VkPerformanceConfigurationINTEL):
  type
    VkPerformanceConfigurationINTEL* = VkPerformanceConfigurationINTEL_1124079626
else:
  static :
    hint("Declaration of " & "VkPerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(VkSubpassContents):
  type
    VkSubpassContents* = VkSubpassContents_1124074138
else:
  static :
    hint("Declaration of " & "VkSubpassContents" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT):
  type
    struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT* = struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT_1124080426
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkVertexInputBindingDescription2EXT):
  type
    VkVertexInputBindingDescription2EXT* = VkVertexInputBindingDescription2EXT_1124080544
else:
  static :
    hint("Declaration of " & "VkVertexInputBindingDescription2EXT" &
        " already exists, not redeclaring")
when not declared(VkSubpassShadingPipelineCreateInfoHUAWEI):
  type
    VkSubpassShadingPipelineCreateInfoHUAWEI* = VkSubpassShadingPipelineCreateInfoHUAWEI_1124080590
else:
  static :
    hint("Declaration of " & "VkSubpassShadingPipelineCreateInfoHUAWEI" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentBarrierCreateInfoNV):
  type
    VkSwapchainPresentBarrierCreateInfoNV* = VkSwapchainPresentBarrierCreateInfoNV_1124080182
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentBarrierCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineCompilerControlFlagBitsAMD):
  type
    enum_VkPipelineCompilerControlFlagBitsAMD* = enum_VkPipelineCompilerControlFlagBitsAMD_1124079514
else:
  static :
    hint("Declaration of " & "enum_VkPipelineCompilerControlFlagBitsAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1QIndexKHR):
  type
    struct_VkVideoEncodeAV1QIndexKHR* = struct_VkVideoEncodeAV1QIndexKHR_1124078264
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1QIndexKHR" &
        " already exists, not redeclaring")
when not declared(VkGeometryFlagBitsKHR):
  type
    VkGeometryFlagBitsKHR* = VkGeometryFlagBitsKHR_1124079356
else:
  static :
    hint("Declaration of " & "VkGeometryFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureBuildTypeKHR):
  type
    VkAccelerationStructureBuildTypeKHR* = VkAccelerationStructureBuildTypeKHR_1124080794
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureBuildTypeKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMemoryToAccelerationStructureKHR):
  type
    PFN_vkCmdCopyMemoryToAccelerationStructureKHR* = PFN_vkCmdCopyMemoryToAccelerationStructureKHR_1124082572
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMemoryToAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT):
  type
    PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT* = PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT_1124082758
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfacePresentModes2EXT" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeAV1ReferenceInfoFlags):
  type
    StdVideoDecodeAV1ReferenceInfoFlags* = StdVideoDecodeAV1ReferenceInfoFlags_1124083088
else:
  static :
    hint("Declaration of " & "StdVideoDecodeAV1ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyVideoPropertiesKHR):
  type
    VkQueueFamilyVideoPropertiesKHR* = VkQueueFamilyVideoPropertiesKHR_1124076692
else:
  static :
    hint("Declaration of " & "VkQueueFamilyVideoPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV):
  type
    struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV* = struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082092
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderCoreProperties2AMD):
  type
    struct_VkPhysicalDeviceShaderCoreProperties2AMD* = struct_VkPhysicalDeviceShaderCoreProperties2AMD_1124079744
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderCoreProperties2AMD" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorViewCaptureDescriptorDataInfoARM):
  type
    struct_VkTensorViewCaptureDescriptorDataInfoARM* = struct_VkTensorViewCaptureDescriptorDataInfoARM_1124081352
else:
  static :
    hint("Declaration of " & "struct_VkTensorViewCaptureDescriptorDataInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_VkPresentModeKHR):
  type
    enum_VkPresentModeKHR* = enum_VkPresentModeKHR_1124076468
else:
  static :
    hint("Declaration of " & "enum_VkPresentModeKHR" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureUpdateInstanceDataNV):
  type
    VkPartitionedAccelerationStructureUpdateInstanceDataNV* = VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082164
else:
  static :
    hint("Declaration of " &
        "VkPartitionedAccelerationStructureUpdateInstanceDataNV" &
        " already exists, not redeclaring")
when not declared(VkPresentRegionsKHR):
  type
    VkPresentRegionsKHR* = VkPresentRegionsKHR_1124077238
else:
  static :
    hint("Declaration of " & "VkPresentRegionsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR):
  type
    struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR* = struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR_1124078508
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH264QuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceCounterKHR):
  type
    struct_VkPerformanceCounterKHR* = struct_VkPerformanceCounterKHR_1124077356
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceCounterKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatchIndirect):
  type
    PFN_vkCmdDispatchIndirect* = PFN_vkCmdDispatchIndirect_1124075100
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatchIndirect" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance3Properties):
  type
    VkPhysicalDeviceMaintenance3Properties* = VkPhysicalDeviceMaintenance3Properties_1124075480
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance3Properties" &
        " already exists, not redeclaring")
when not declared(VkDescriptorGetInfoEXT):
  type
    VkDescriptorGetInfoEXT* = VkDescriptorGetInfoEXT_1124080290
else:
  static :
    hint("Declaration of " & "VkDescriptorGetInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceProperties2):
  type
    struct_VkPhysicalDeviceProperties2* = struct_VkPhysicalDeviceProperties2_1124075336
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceProperties2" &
        " already exists, not redeclaring")
when not declared(VkReleaseSwapchainImagesInfoKHR):
  type
    VkReleaseSwapchainImagesInfoKHR* = VkReleaseSwapchainImagesInfoKHR_1124078160
else:
  static :
    hint("Declaration of " & "VkReleaseSwapchainImagesInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSRTDataNV):
  type
    VkSRTDataNV* = VkSRTDataNV_1124080408
else:
  static :
    hint("Declaration of " & "VkSRTDataNV" & " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTensorPropertiesARM):
  type
    struct_VkPhysicalDeviceTensorPropertiesARM* = struct_VkPhysicalDeviceTensorPropertiesARM_1124081292
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkGeometryNV):
  type
    struct_VkGeometryNV* = struct_VkGeometryNV_1124079404
else:
  static :
    hint("Declaration of " & "struct_VkGeometryNV" &
        " already exists, not redeclaring")
when not declared(VkShaderRequiredSubgroupSizeCreateInfoEXT):
  type
    VkShaderRequiredSubgroupSizeCreateInfoEXT* = VkShaderRequiredSubgroupSizeCreateInfoEXT_1124081530
else:
  static :
    hint("Declaration of " & "VkShaderRequiredSubgroupSizeCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRefreshCycleDurationGOOGLE):
  type
    struct_VkRefreshCycleDurationGOOGLE* = struct_VkRefreshCycleDurationGOOGLE_1124078952
else:
  static :
    hint("Declaration of " & "struct_VkRefreshCycleDurationGOOGLE" &
        " already exists, not redeclaring")
when not declared(struct_VkWin32SurfaceCreateInfoKHR):
  type
    struct_VkWin32SurfaceCreateInfoKHR* = struct_VkWin32SurfaceCreateInfoKHR_1124082646
else:
  static :
    hint("Declaration of " & "struct_VkWin32SurfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1Quantization):
  type
    struct_StdVideoAV1Quantization* = struct_StdVideoAV1Quantization_1124083212
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1Quantization" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionImageFormatProperties):
  type
    VkSamplerYcbcrConversionImageFormatProperties* = VkSamplerYcbcrConversionImageFormatProperties_1124075500
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateQueryPool):
  type
    PFN_vkCreateQueryPool* = PFN_vkCreateQueryPool_1124074976
else:
  static :
    hint("Declaration of " & "PFN_vkCreateQueryPool" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureCaptureDescriptorDataInfoEXT):
  type
    VkAccelerationStructureCaptureDescriptorDataInfoEXT* = VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080314
else:
  static :
    hint("Declaration of " &
        "VkAccelerationStructureCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265GopRemainingFrameInfoKHR):
  type
    VkVideoEncodeH265GopRemainingFrameInfoKHR* = VkVideoEncodeH265GopRemainingFrameInfoKHR_1124077010
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265GopRemainingFrameInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetScissor):
  type
    PFN_vkCmdSetScissor* = PFN_vkCmdSetScissor_1124075124
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetScissor" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR):
  type
    struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR* = struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078276
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeAV1SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR):
  type
    struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR* = struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078552
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLayeredApiVulkanPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT):
  type
    struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT* = struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079034
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineRasterizationDepthClipStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264ReferenceListsInfoFlags):
  type
    struct_StdVideoEncodeH264ReferenceListsInfoFlags* = struct_StdVideoEncodeH264ReferenceListsInfoFlags_1124083316
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264ReferenceListsInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkPipelineStageFlagBits2):
  type
    VkPipelineStageFlagBits2* = VkPipelineStageFlagBits2_1124075874
else:
  static :
    hint("Declaration of " & "VkPipelineStageFlagBits2" &
        " already exists, not redeclaring")
when not declared(enum_VkDescriptorPoolCreateFlagBits):
  type
    enum_VkDescriptorPoolCreateFlagBits* = enum_VkDescriptorPoolCreateFlagBits_1124074358
else:
  static :
    hint("Declaration of " & "enum_VkDescriptorPoolCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorSetLayoutSizeEXT):
  type
    PFN_vkGetDescriptorSetLayoutSizeEXT* = PFN_vkGetDescriptorSetLayoutSizeEXT_1124080316
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorSetLayoutSizeEXT" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryHandleTypeFlagBitsKHR):
  type
    VkExternalMemoryHandleTypeFlagBitsKHR* = VkExternalMemoryHandleTypeFlagBitsKHR_1124077142
else:
  static :
    hint("Declaration of " & "VkExternalMemoryHandleTypeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkGeneratedCommandsInfoNV):
  type
    VkGeneratedCommandsInfoNV* = VkGeneratedCommandsInfoNV_1124080074
else:
  static :
    hint("Declaration of " & "VkGeneratedCommandsInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT):
  type
    struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT* = struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT_1124081914
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLayeredDriverPropertiesMSFT" &
        " already exists, not redeclaring")
when not declared(VkBindIndexBufferIndirectCommandEXT):
  type
    VkBindIndexBufferIndirectCommandEXT* = VkBindIndexBufferIndirectCommandEXT_1124082288
else:
  static :
    hint("Declaration of " & "VkBindIndexBufferIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(VkWin32SurfaceCreateInfoKHR):
  type
    VkWin32SurfaceCreateInfoKHR* = VkWin32SurfaceCreateInfoKHR_1124082652
else:
  static :
    hint("Declaration of " & "VkWin32SurfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceComputeShaderDerivativesFeaturesNV):
  type
    VkPhysicalDeviceComputeShaderDerivativesFeaturesNV* = VkPhysicalDeviceComputeShaderDerivativesFeaturesNV_1124079562
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceComputeShaderDerivativesFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineCompilerControlCreateInfoARM):
  type
    struct_VkDataGraphPipelineCompilerControlCreateInfoARM* = struct_VkDataGraphPipelineCompilerControlCreateInfoARM_1124081750
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineCompilerControlCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(enum_VkQueryResultFlagBits):
  type
    enum_VkQueryResultFlagBits* = enum_VkQueryResultFlagBits_1124074252
else:
  static :
    hint("Declaration of " & "enum_VkQueryResultFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance6FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance6FeaturesKHR* = VkPhysicalDeviceMaintenance6FeaturesKHR_1124078390
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance6FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkLayerSettingsCreateInfoEXT):
  type
    VkLayerSettingsCreateInfoEXT* = VkLayerSettingsCreateInfoEXT_1124081636
else:
  static :
    hint("Declaration of " & "VkLayerSettingsCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV):
  type
    struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV* = struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV_1124079588
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineViewportExclusiveScissorStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowExecuteFlagBitsNV):
  type
    VkOpticalFlowExecuteFlagBitsNV* = VkOpticalFlowExecuteFlagBitsNV_1124081432
else:
  static :
    hint("Declaration of " & "VkOpticalFlowExecuteFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndTransformFeedbackEXT):
  type
    PFN_vkCmdEndTransformFeedbackEXT* = PFN_vkCmdEndTransformFeedbackEXT_1124078738
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndTransformFeedbackEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineStageFlagBits2KHR):
  type
    VkPipelineStageFlagBits2KHR* = VkPipelineStageFlagBits2KHR_1124077862
else:
  static :
    hint("Declaration of " & "VkPipelineStageFlagBits2KHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoVP9ColorConfig):
  type
    struct_StdVideoVP9ColorConfig* = struct_StdVideoVP9ColorConfig_1124083242
else:
  static :
    hint("Declaration of " & "struct_StdVideoVP9ColorConfig" &
        " already exists, not redeclaring")
when not declared(SECURITY_ATTRIBUTES):
  type
    SECURITY_ATTRIBUTES* = SECURITY_ATTRIBUTES_1124082668
else:
  static :
    hint("Declaration of " & "SECURITY_ATTRIBUTES" &
        " already exists, not redeclaring")
when not declared(VkSurfacePresentModeCompatibilityKHR):
  type
    VkSurfacePresentModeCompatibilityKHR* = VkSurfacePresentModeCompatibilityKHR_1124078136
else:
  static :
    hint("Declaration of " & "VkSurfacePresentModeCompatibilityKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV):
  type
    VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV* = VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV_1124081920
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkAttachmentFeedbackLoopInfoEXT):
  type
    VkAttachmentFeedbackLoopInfoEXT* = VkAttachmentFeedbackLoopInfoEXT_1124078360
else:
  static :
    hint("Declaration of " & "VkAttachmentFeedbackLoopInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceProtectedMemoryFeatures):
  type
    struct_VkPhysicalDeviceProtectedMemoryFeatures* = struct_VkPhysicalDeviceProtectedMemoryFeatures_1124075372
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceProtectedMemoryFeatures" &
        " already exists, not redeclaring")
when not declared(VkCopyAccelerationStructureToMemoryInfoKHR):
  type
    VkCopyAccelerationStructureToMemoryInfoKHR* = VkCopyAccelerationStructureToMemoryInfoKHR_1124082540
else:
  static :
    hint("Declaration of " & "VkCopyAccelerationStructureToMemoryInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT):
  type
    VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT* = VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_1124079546
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorSetLayoutSupportKHR):
  type
    PFN_vkGetDescriptorSetLayoutSupportKHR* = PFN_vkGetDescriptorSetLayoutSupportKHR_1124077512
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorSetLayoutSupportKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265PictureInfoKHR):
  type
    struct_VkVideoDecodeH265PictureInfoKHR* = struct_VkVideoDecodeH265PictureInfoKHR_1124077544
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH265PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineLibraryCreateInfoKHR):
  type
    struct_VkPipelineLibraryCreateInfoKHR* = struct_VkPipelineLibraryCreateInfoKHR_1124077756
else:
  static :
    hint("Declaration of " & "struct_VkPipelineLibraryCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkConditionalRenderingFlagBitsEXT):
  type
    VkConditionalRenderingFlagBitsEXT* = VkConditionalRenderingFlagBitsEXT_1124078872
else:
  static :
    hint("Declaration of " & "VkConditionalRenderingFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbModelConversionFlagBitsVALVE):
  type
    VkVideoEncodeRgbModelConversionFlagBitsVALVE* = VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080694
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbModelConversionFlagBitsVALVE" &
        " already exists, not redeclaring")
when not declared(VkComputePipelineIndirectBufferInfoNV):
  type
    VkComputePipelineIndirectBufferInfoNV* = VkComputePipelineIndirectBufferInfoNV_1124081054
else:
  static :
    hint("Declaration of " & "VkComputePipelineIndirectBufferInfoNV" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphorePropertiesKHR):
  type
    VkExternalSemaphorePropertiesKHR* = VkExternalSemaphorePropertiesKHR_1124077194
else:
  static :
    hint("Declaration of " & "VkExternalSemaphorePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfaceTransformFlagsKHR):
  type
    VkSurfaceTransformFlagsKHR* = VkSurfaceTransformFlagsKHR_1124076486
else:
  static :
    hint("Declaration of " & "VkSurfaceTransformFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineInfoARM):
  type
    struct_VkDataGraphPipelineInfoARM* = struct_VkDataGraphPipelineInfoARM_1124081782
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineInfoARM" &
        " already exists, not redeclaring")
when not declared(VkImageLayout):
  type
    VkImageLayout* = VkImageLayout_1124074002
else:
  static :
    hint("Declaration of " & "VkImageLayout" &
        " already exists, not redeclaring")
when not declared(VkTensorMemoryBarrierARM):
  type
    VkTensorMemoryBarrierARM* = VkTensorMemoryBarrierARM_1124081298
else:
  static :
    hint("Declaration of " & "VkTensorMemoryBarrierARM" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionCreateFlagBitsKHR):
  type
    VkVideoSessionCreateFlagBitsKHR* = VkVideoSessionCreateFlagBitsKHR_1124076666
else:
  static :
    hint("Declaration of " & "VkVideoSessionCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetShaderInfoAMD):
  type
    PFN_vkGetShaderInfoAMD* = PFN_vkGetShaderInfoAMD_1124078810
else:
  static :
    hint("Declaration of " & "PFN_vkGetShaderInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkDebugReportCallbackCreateInfoEXT):
  type
    VkDebugReportCallbackCreateInfoEXT* = VkDebugReportCallbackCreateInfoEXT_1124078670
else:
  static :
    hint("Declaration of " & "VkDebugReportCallbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkLatencySubmissionPresentIdNV):
  type
    struct_VkLatencySubmissionPresentIdNV* = struct_VkLatencySubmissionPresentIdNV_1124081682
else:
  static :
    hint("Declaration of " & "struct_VkLatencySubmissionPresentIdNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDisplayModePropertiesKHR):
  type
    PFN_vkGetDisplayModePropertiesKHR* = PFN_vkGetDisplayModePropertiesKHR_1124076618
else:
  static :
    hint("Declaration of " & "PFN_vkGetDisplayModePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1FrameRestorationType):
  type
    StdVideoAV1FrameRestorationType* = StdVideoAV1FrameRestorationType_1124083296
else:
  static :
    hint("Declaration of " & "StdVideoAV1FrameRestorationType" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePrivateDataFeaturesEXT):
  type
    VkPhysicalDevicePrivateDataFeaturesEXT* = VkPhysicalDevicePrivateDataFeaturesEXT_1124080188
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePrivateDataFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineCreateInfoARM):
  type
    struct_VkDataGraphPipelineCreateInfoARM* = struct_VkDataGraphPipelineCreateInfoARM_1124081754
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryDataKHR):
  type
    VkAccelerationStructureGeometryDataKHR* = VkAccelerationStructureGeometryDataKHR_1124082504
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureGeometryDataKHR" &
        " already exists, not redeclaring")
when not declared(VkAttachmentReferenceStencilLayoutKHR):
  type
    VkAttachmentReferenceStencilLayoutKHR* = VkAttachmentReferenceStencilLayoutKHR_1124077662
else:
  static :
    hint("Declaration of " & "VkAttachmentReferenceStencilLayoutKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCoverageToColorStateCreateInfoNV):
  type
    VkPipelineCoverageToColorStateCreateInfoNV* = VkPipelineCoverageToColorStateCreateInfoNV_1124079188
else:
  static :
    hint("Declaration of " & "VkPipelineCoverageToColorStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV):
  type
    VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV* = VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079478
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265LongTermRefPics):
  type
    StdVideoEncodeH265LongTermRefPics* = StdVideoEncodeH265LongTermRefPics_1124083046
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265LongTermRefPics" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassDescription2):
  type
    struct_VkSubpassDescription2* = struct_VkSubpassDescription2_1124075774
else:
  static :
    hint("Declaration of " & "struct_VkSubpassDescription2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLineRasterizationFeatures):
  type
    VkPhysicalDeviceLineRasterizationFeatures* = VkPhysicalDeviceLineRasterizationFeatures_1124076386
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLineRasterizationFeatures" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolCreateInfo):
  type
    VkCommandPoolCreateInfo* = VkCommandPoolCreateInfo_1124074650
else:
  static :
    hint("Declaration of " & "VkCommandPoolCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryBarrier2):
  type
    struct_VkMemoryBarrier2* = struct_VkMemoryBarrier2_1124075926
else:
  static :
    hint("Declaration of " & "struct_VkMemoryBarrier2" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI):
  type
    struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI* = struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI_1124080888
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkStencilOpState):
  type
    struct_VkStencilOpState* = struct_VkStencilOpState_1124074816
else:
  static :
    hint("Declaration of " & "struct_VkStencilOpState" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetCommandPool):
  type
    PFN_vkResetCommandPool* = PFN_vkResetCommandPool_1124075000
else:
  static :
    hint("Declaration of " & "PFN_vkResetCommandPool" &
        " already exists, not redeclaring")
when not declared(VkRasterizationOrderAMD):
  type
    VkRasterizationOrderAMD* = VkRasterizationOrderAMD_1124078680
else:
  static :
    hint("Declaration of " & "VkRasterizationOrderAMD" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferInheritanceViewportScissorInfoNV):
  type
    VkCommandBufferInheritanceViewportScissorInfoNV* = VkCommandBufferInheritanceViewportScissorInfoNV_1124080098
else:
  static :
    hint("Declaration of " & "VkCommandBufferInheritanceViewportScissorInfoNV" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureKHR):
  type
    VkAccelerationStructureKHR* = VkAccelerationStructureKHR_1124080258
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRobustness2FeaturesKHR):
  type
    VkPhysicalDeviceRobustness2FeaturesKHR* = VkPhysicalDeviceRobustness2FeaturesKHR_1124078610
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRobustness2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265WeightTable):
  type
    StdVideoEncodeH265WeightTable* = StdVideoEncodeH265WeightTable_1124083038
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265WeightTable" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyQueryPoolResults):
  type
    PFN_vkCmdCopyQueryPoolResults* = PFN_vkCmdCopyQueryPoolResults_1124075034
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyQueryPoolResults" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyBuffer2):
  type
    PFN_vkCmdCopyBuffer2* = PFN_vkCmdCopyBuffer2_1124076130
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyBuffer2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePushDescriptorPropertiesKHR):
  type
    VkPhysicalDevicePushDescriptorPropertiesKHR* = VkPhysicalDevicePushDescriptorPropertiesKHR_1124077216
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePushDescriptorPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDispatchTileInfoQCOM):
  type
    struct_VkDispatchTileInfoQCOM* = struct_VkDispatchTileInfoQCOM_1124080244
else:
  static :
    hint("Declaration of " & "struct_VkDispatchTileInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkBlockMatchWindowCompareModeQCOM):
  type
    VkBlockMatchWindowCompareModeQCOM* = VkBlockMatchWindowCompareModeQCOM_1124081862
else:
  static :
    hint("Declaration of " & "VkBlockMatchWindowCompareModeQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryIndirectInfoKHR):
  type
    struct_VkCopyMemoryIndirectInfoKHR* = struct_VkCopyMemoryIndirectInfoKHR_1124078438
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryIndirectInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkRemoteAddressNV):
  type
    VkRemoteAddressNV* = VkRemoteAddressNV_1124080610
else:
  static :
    hint("Declaration of " & "VkRemoteAddressNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthWriteEnable):
  type
    PFN_vkCmdSetDepthWriteEnable* = PFN_vkCmdSetDepthWriteEnable_1124076172
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthWriteEnable" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR):
  type
    VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR* = VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR_1124077708
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkValidationCacheEXT):
  type
    VkValidationCacheEXT* = VkValidationCacheEXT_1124079244
else:
  static :
    hint("Declaration of " & "VkValidationCacheEXT" &
        " already exists, not redeclaring")
when not declared(VkSubpassEndInfoKHR):
  type
    VkSubpassEndInfoKHR* = VkSubpassEndInfoKHR_1124077276
else:
  static :
    hint("Declaration of " & "VkSubpassEndInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkHostImageCopyDevicePerformanceQuery):
  type
    VkHostImageCopyDevicePerformanceQuery* = VkHostImageCopyDevicePerformanceQuery_1124076330
else:
  static :
    hint("Declaration of " & "VkHostImageCopyDevicePerformanceQuery" &
        " already exists, not redeclaring")
when not declared(VkTileMemorySizeInfoQCOM):
  type
    VkTileMemorySizeInfoQCOM* = VkTileMemorySizeInfoQCOM_1124081940
else:
  static :
    hint("Declaration of " & "VkTileMemorySizeInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkFilterCubicImageViewImageFormatPropertiesEXT):
  type
    VkFilterCubicImageViewImageFormatPropertiesEXT* = VkFilterCubicImageViewImageFormatPropertiesEXT_1124079490
else:
  static :
    hint("Declaration of " & "VkFilterCubicImageViewImageFormatPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSubresourceLayout2):
  type
    struct_VkSubresourceLayout2* = struct_VkSubresourceLayout2_1124076272
else:
  static :
    hint("Declaration of " & "struct_VkSubresourceLayout2" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemoryReportCallbackDataEXT):
  type
    VkDeviceMemoryReportCallbackDataEXT* = VkDeviceMemoryReportCallbackDataEXT_1124080144
else:
  static :
    hint("Declaration of " & "VkDeviceMemoryReportCallbackDataEXT" &
        " already exists, not redeclaring")
when not declared(VkBuildMicromapFlagsEXT):
  type
    VkBuildMicromapFlagsEXT* = VkBuildMicromapFlagsEXT_1124080800
else:
  static :
    hint("Declaration of " & "VkBuildMicromapFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1DpbSlotInfoKHR):
  type
    VkVideoEncodeAV1DpbSlotInfoKHR* = VkVideoEncodeAV1DpbSlotInfoKHR_1124078294
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSampleLocationsPropertiesEXT):
  type
    VkPhysicalDeviceSampleLocationsPropertiesEXT* = VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079158
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSampleLocationsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCudaModuleCreateInfoNV):
  type
    struct_VkCudaModuleCreateInfoNV* = struct_VkCudaModuleCreateInfoNV_1124082844
else:
  static :
    hint("Declaration of " & "struct_VkCudaModuleCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkShaderInfoTypeAMD):
  type
    VkShaderInfoTypeAMD* = VkShaderInfoTypeAMD_1124078800
else:
  static :
    hint("Declaration of " & "VkShaderInfoTypeAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseBufferMemoryBindInfo):
  type
    struct_VkSparseBufferMemoryBindInfo* = struct_VkSparseBufferMemoryBindInfo_1124074584
else:
  static :
    hint("Declaration of " & "struct_VkSparseBufferMemoryBindInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugUtilsLabelEXT):
  type
    struct_VkDebugUtilsLabelEXT* = struct_VkDebugUtilsLabelEXT_1124079070
else:
  static :
    hint("Declaration of " & "struct_VkDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilitiesKHR):
  type
    struct_VkSurfaceCapabilitiesKHR* = struct_VkSurfaceCapabilitiesKHR_1124076488
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDebugMarkerObjectTagInfoEXT):
  type
    VkDebugMarkerObjectTagInfoEXT* = VkDebugMarkerObjectTagInfoEXT_1124078692
else:
  static :
    hint("Declaration of " & "VkDebugMarkerObjectTagInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV):
  type
    VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV* = VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082002
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingPipelineFeaturesKHR):
  type
    VkPhysicalDeviceRayTracingPipelineFeaturesKHR* = VkPhysicalDeviceRayTracingPipelineFeaturesKHR_1124082600
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayTracingPipelineFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkSparseBufferMemoryBindInfo):
  type
    VkSparseBufferMemoryBindInfo* = VkSparseBufferMemoryBindInfo_1124074586
else:
  static :
    hint("Declaration of " & "VkSparseBufferMemoryBindInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkResolveImageFlagBitsKHR):
  type
    enum_VkResolveImageFlagBitsKHR* = enum_VkResolveImageFlagBitsKHR_1124078626
else:
  static :
    hint("Declaration of " & "enum_VkResolveImageFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD):
  type
    struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD* = struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD_1124079748
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceCoherentMemoryFeaturesAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryRequirements):
  type
    struct_VkMemoryRequirements* = struct_VkMemoryRequirements_1124074576
else:
  static :
    hint("Declaration of " & "struct_VkMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(VkFormatFeatureFlags2):
  type
    VkFormatFeatureFlags2* = VkFormatFeatureFlags2_1124075886
else:
  static :
    hint("Declaration of " & "VkFormatFeatureFlags2" &
        " already exists, not redeclaring")
when not declared(VkExternalComputeQueueCreateInfoNV):
  type
    VkExternalComputeQueueCreateInfoNV* = VkExternalComputeQueueCreateInfoNV_1124081980
else:
  static :
    hint("Declaration of " & "VkExternalComputeQueueCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreatePrivateDataSlot):
  type
    PFN_vkCreatePrivateDataSlot* = PFN_vkCreatePrivateDataSlot_1124076116
else:
  static :
    hint("Declaration of " & "PFN_vkCreatePrivateDataSlot" &
        " already exists, not redeclaring")
when not declared(enum_VkDepthClampModeEXT):
  type
    enum_VkDepthClampModeEXT* = enum_VkDepthClampModeEXT_1124081508
else:
  static :
    hint("Declaration of " & "enum_VkDepthClampModeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM):
  type
    struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM* = struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081818
else:
  static :
    hint("Declaration of " &
        "struct_VkQueueFamilyDataGraphProcessingEnginePropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT):
  type
    VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT* = VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT_1124082212
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDeviceGeneratedCommandsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayQueryFeaturesKHR):
  type
    VkPhysicalDeviceRayQueryFeaturesKHR* = VkPhysicalDeviceRayQueryFeaturesKHR_1124082624
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRayQueryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSpecializationMapEntry):
  type
    struct_VkSpecializationMapEntry* = struct_VkSpecializationMapEntry_1124074704
else:
  static :
    hint("Declaration of " & "struct_VkSpecializationMapEntry" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureMoveObjectsInputNV):
  type
    struct_VkClusterAccelerationStructureMoveObjectsInputNV* = struct_VkClusterAccelerationStructureMoveObjectsInputNV_1124082068
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureMoveObjectsInputNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV):
  type
    struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV* = struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV_1124081082
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureGeometryLinearSweptSpheresDataNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFloat16Int8FeaturesKHR):
  type
    VkPhysicalDeviceFloat16Int8FeaturesKHR* = VkPhysicalDeviceFloat16Int8FeaturesKHR_1124077224
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFloat16Int8FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineColorBlendStateCreateFlagBits):
  type
    enum_VkPipelineColorBlendStateCreateFlagBits* = enum_VkPipelineColorBlendStateCreateFlagBits_1124074402
else:
  static :
    hint("Declaration of " & "enum_VkPipelineColorBlendStateCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageFormatInfo2):
  type
    struct_VkPhysicalDeviceImageFormatInfo2* = struct_VkPhysicalDeviceImageFormatInfo2_1124075348
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceImageFormatInfo2" &
        " already exists, not redeclaring")
when not declared(VkPipelineVertexInputDivisorStateCreateInfoKHR):
  type
    VkPipelineVertexInputDivisorStateCreateInfoKHR* = VkPipelineVertexInputDivisorStateCreateInfoKHR_1124078350
else:
  static :
    hint("Declaration of " & "VkPipelineVertexInputDivisorStateCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkRectLayerKHR):
  type
    VkRectLayerKHR* = VkRectLayerKHR_1124077230
else:
  static :
    hint("Declaration of " & "VkRectLayerKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRateControlModeFlagsKHR):
  type
    VkVideoEncodeRateControlModeFlagsKHR* = VkVideoEncodeRateControlModeFlagsKHR_1124077788
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRateControlModeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyGlobalPriorityPropertiesEXT):
  type
    VkQueueFamilyGlobalPriorityPropertiesEXT* = VkQueueFamilyGlobalPriorityPropertiesEXT_1124080690
else:
  static :
    hint("Declaration of " & "VkQueueFamilyGlobalPriorityPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolVideoEncodeFeedbackCreateInfoKHR):
  type
    VkQueryPoolVideoEncodeFeedbackCreateInfoKHR* = VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077820
else:
  static :
    hint("Declaration of " & "VkQueryPoolVideoEncodeFeedbackCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkGetLatencyMarkerInfoNV):
  type
    VkGetLatencyMarkerInfoNV* = VkGetLatencyMarkerInfoNV_1124081680
else:
  static :
    hint("Declaration of " & "VkGetLatencyMarkerInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR):
  type
    PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR* = PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR_1124082614
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetRayTracingCaptureReplayShaderGroupHandlesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineDepthStencilStateCreateInfo):
  type
    VkPipelineDepthStencilStateCreateInfo* = VkPipelineDepthStencilStateCreateInfo_1124074822
else:
  static :
    hint("Declaration of " & "VkPipelineDepthStencilStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkSubresourceLayout2KHR):
  type
    VkSubresourceLayout2KHR* = VkSubresourceLayout2KHR_1124078010
else:
  static :
    hint("Declaration of " & "VkSubresourceLayout2KHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264SequenceParameterSetVui):
  type
    struct_StdVideoH264SequenceParameterSetVui* = struct_StdVideoH264SequenceParameterSetVui_1124083124
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264SequenceParameterSetVui" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265SequenceParameterSetVui):
  type
    struct_StdVideoH265SequenceParameterSetVui* = struct_StdVideoH265SequenceParameterSetVui_1124083166
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265SequenceParameterSetVui" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRenderPassStripedFeaturesARM):
  type
    VkPhysicalDeviceRenderPassStripedFeaturesARM* = VkPhysicalDeviceRenderPassStripedFeaturesARM_1124080970
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRenderPassStripedFeaturesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkImageSwapchainCreateInfoKHR):
  type
    struct_VkImageSwapchainCreateInfoKHR* = struct_VkImageSwapchainCreateInfoKHR_1124076528
else:
  static :
    hint("Declaration of " & "struct_VkImageSwapchainCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR):
  type
    VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR* = VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR_1124078506
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceVideoEncodeQuantizationMapFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateImageView):
  type
    PFN_vkCreateImageView* = PFN_vkCreateImageView_1124074992
else:
  static :
    hint("Declaration of " & "PFN_vkCreateImageView" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutCreateFlagBits):
  type
    VkDescriptorSetLayoutCreateFlagBits* = VkDescriptorSetLayoutCreateFlagBits_1124074368
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLineRasterizationModeEXT):
  type
    PFN_vkCmdSetLineRasterizationModeEXT* = PFN_vkCmdSetLineRasterizationModeEXT_1124081174
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLineRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeUsageInfoKHR):
  type
    VkVideoEncodeUsageInfoKHR* = VkVideoEncodeUsageInfoKHR_1124077824
else:
  static :
    hint("Declaration of " & "VkVideoEncodeUsageInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceAddressBindingTypeEXT):
  type
    enum_VkDeviceAddressBindingTypeEXT* = enum_VkDeviceAddressBindingTypeEXT_1124080556
else:
  static :
    hint("Declaration of " & "enum_VkDeviceAddressBindingTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVariablePointerFeaturesKHR):
  type
    VkPhysicalDeviceVariablePointerFeaturesKHR* = VkPhysicalDeviceVariablePointerFeaturesKHR_1124077418
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVariablePointerFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryHandleTypeFlagsKHR):
  type
    VkExternalMemoryHandleTypeFlagsKHR* = VkExternalMemoryHandleTypeFlagsKHR_1124077140
else:
  static :
    hint("Declaration of " & "VkExternalMemoryHandleTypeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRayTracingShaderGroupCreateInfoNV):
  type
    struct_VkRayTracingShaderGroupCreateInfoNV* = struct_VkRayTracingShaderGroupCreateInfoNV_1124079384
else:
  static :
    hint("Declaration of " & "struct_VkRayTracingShaderGroupCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupRenderPassBeginInfo):
  type
    VkDeviceGroupRenderPassBeginInfo* = VkDeviceGroupRenderPassBeginInfo_1124075504
else:
  static :
    hint("Declaration of " & "VkDeviceGroupRenderPassBeginInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkConservativeRasterizationModeEXT):
  type
    enum_VkConservativeRasterizationModeEXT* = enum_VkConservativeRasterizationModeEXT_1124079014
else:
  static :
    hint("Declaration of " & "enum_VkConservativeRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(VkDisplayKHR):
  type
    VkDisplayKHR* = VkDisplayKHR_1124076570
else:
  static :
    hint("Declaration of " & "VkDisplayKHR" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCommandBufferInheritanceFeaturesNV):
  type
    VkPhysicalDeviceCommandBufferInheritanceFeaturesNV* = VkPhysicalDeviceCommandBufferInheritanceFeaturesNV_1124081998
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceCommandBufferInheritanceFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryFeatureFlags):
  type
    VkExternalMemoryFeatureFlags* = VkExternalMemoryFeatureFlags_1124075218
else:
  static :
    hint("Declaration of " & "VkExternalMemoryFeatureFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDescriptorPool):
  type
    PFN_vkCreateDescriptorPool* = PFN_vkCreateDescriptorPool_1124075080
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDescriptorPool" &
        " already exists, not redeclaring")
when not declared(VkMemoryDecompressionMethodFlagBitsEXT):
  type
    VkMemoryDecompressionMethodFlagBitsEXT* = VkMemoryDecompressionMethodFlagBitsEXT_1124081020
else:
  static :
    hint("Declaration of " & "VkMemoryDecompressionMethodFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkSampler):
  type
    VkSampler* = VkSampler_1124073986
else:
  static :
    hint("Declaration of " & "VkSampler" & " already exists, not redeclaring")
when not declared(struct_VkDeviceDeviceMemoryReportCreateInfoEXT):
  type
    struct_VkDeviceDeviceMemoryReportCreateInfoEXT* = struct_VkDeviceDeviceMemoryReportCreateInfoEXT_1124080148
else:
  static :
    hint("Declaration of " & "struct_VkDeviceDeviceMemoryReportCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumerateDeviceExtensionProperties):
  type
    PFN_vkEnumerateDeviceExtensionProperties* = PFN_vkEnumerateDeviceExtensionProperties_1124074920
else:
  static :
    hint("Declaration of " & "PFN_vkEnumerateDeviceExtensionProperties" &
        " already exists, not redeclaring")
when not declared(StdVideoH264LevelIdc):
  type
    StdVideoH264LevelIdc* = StdVideoH264LevelIdc_1124076826
else:
  static :
    hint("Declaration of " & "StdVideoH264LevelIdc" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescriptionStencilLayoutKHR):
  type
    VkAttachmentDescriptionStencilLayoutKHR* = VkAttachmentDescriptionStencilLayoutKHR_1124077664
else:
  static :
    hint("Declaration of " & "VkAttachmentDescriptionStencilLayoutKHR" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowSessionBindingPointNV):
  type
    VkOpticalFlowSessionBindingPointNV* = VkOpticalFlowSessionBindingPointNV_1124081410
else:
  static :
    hint("Declaration of " & "VkOpticalFlowSessionBindingPointNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineRobustnessBufferBehaviorEXT):
  type
    VkPipelineRobustnessBufferBehaviorEXT* = VkPipelineRobustnessBufferBehaviorEXT_1124078860
else:
  static :
    hint("Declaration of " & "VkPipelineRobustnessBufferBehaviorEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265ReferenceListsInfo):
  type
    struct_StdVideoEncodeH265ReferenceListsInfo* = struct_StdVideoEncodeH265ReferenceListsInfo_1124083182
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265ReferenceListsInfo" &
        " already exists, not redeclaring")
when not declared(VkImportFenceFdInfoKHR):
  type
    VkImportFenceFdInfoKHR* = VkImportFenceFdInfoKHR_1124077314
else:
  static :
    hint("Declaration of " & "VkImportFenceFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR* = struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077908
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265WeightTableFlags):
  type
    struct_StdVideoEncodeH265WeightTableFlags* = struct_StdVideoEncodeH265WeightTableFlags_1124083334
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265WeightTableFlags" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupPresentInfoKHR):
  type
    VkDeviceGroupPresentInfoKHR* = VkDeviceGroupPresentInfoKHR_1124076546
else:
  static :
    hint("Declaration of " & "VkDeviceGroupPresentInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH264SpsVuiFlags):
  type
    struct_StdVideoH264SpsVuiFlags* = struct_StdVideoH264SpsVuiFlags_1124083308
else:
  static :
    hint("Declaration of " & "struct_StdVideoH264SpsVuiFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkImageSubresourceLayers):
  type
    struct_VkImageSubresourceLayers* = struct_VkImageSubresourceLayers_1124074668
else:
  static :
    hint("Declaration of " & "struct_VkImageSubresourceLayers" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceAddressBindingFlagBitsEXT):
  type
    enum_VkDeviceAddressBindingFlagBitsEXT* = enum_VkDeviceAddressBindingFlagBitsEXT_1124080560
else:
  static :
    hint("Declaration of " & "enum_VkDeviceAddressBindingFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalFenceInfoKHR):
  type
    VkPhysicalDeviceExternalFenceInfoKHR* = VkPhysicalDeviceExternalFenceInfoKHR_1124077300
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalFenceInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyQueryResultStatusPropertiesKHR):
  type
    VkQueueFamilyQueryResultStatusPropertiesKHR* = VkQueueFamilyQueryResultStatusPropertiesKHR_1124076688
else:
  static :
    hint("Declaration of " & "VkQueueFamilyQueryResultStatusPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM):
  type
    PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM* = PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM_1124081380
else:
  static :
    hint("Declaration of " & "PFN_vkGetTensorViewOpaqueCaptureDescriptorDataARM" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayModePropertiesKHR):
  type
    struct_VkDisplayModePropertiesKHR* = struct_VkDisplayModePropertiesKHR_1124076592
else:
  static :
    hint("Declaration of " & "struct_VkDisplayModePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBuildClusterAccelerationStructureIndirectNV):
  type
    PFN_vkCmdBuildClusterAccelerationStructureIndirectNV* = PFN_vkCmdBuildClusterAccelerationStructureIndirectNV_1124082130
else:
  static :
    hint("Declaration of " &
        "PFN_vkCmdBuildClusterAccelerationStructureIndirectNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetDescriptorPool):
  type
    PFN_vkResetDescriptorPool* = PFN_vkResetDescriptorPool_1124075084
else:
  static :
    hint("Declaration of " & "PFN_vkResetDescriptorPool" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT):
  type
    struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT* = struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT_1124080904
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceBorderColorSwizzleFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorBufferPropertiesEXT):
  type
    VkPhysicalDeviceDescriptorBufferPropertiesEXT* = VkPhysicalDeviceDescriptorBufferPropertiesEXT_1124080262
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorBufferPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceValueTypeINTEL):
  type
    enum_VkPerformanceValueTypeINTEL* = enum_VkPerformanceValueTypeINTEL_1124079644
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceValueTypeINTEL" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance4FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance4FeaturesKHR* = VkPhysicalDeviceMaintenance4FeaturesKHR_1124077972
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance4FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265SessionParametersAddInfoKHR):
  type
    struct_VkVideoDecodeH265SessionParametersAddInfoKHR* = struct_VkVideoDecodeH265SessionParametersAddInfoKHR_1124077536
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeH265SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkBeginCommandBuffer):
  type
    PFN_vkBeginCommandBuffer* = PFN_vkBeginCommandBuffer_1124075006
else:
  static :
    hint("Declaration of " & "PFN_vkBeginCommandBuffer" &
        " already exists, not redeclaring")
when not declared(VkPresentScalingFlagBitsKHR):
  type
    VkPresentScalingFlagBitsKHR* = VkPresentScalingFlagBitsKHR_1124078116
else:
  static :
    hint("Declaration of " & "VkPresentScalingFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPerformanceParameterINTEL):
  type
    PFN_vkGetPerformanceParameterINTEL* = PFN_vkGetPerformanceParameterINTEL_1124079698
else:
  static :
    hint("Declaration of " & "PFN_vkGetPerformanceParameterINTEL" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessengerCreateInfoEXT):
  type
    VkDebugUtilsMessengerCreateInfoEXT* = VkDebugUtilsMessengerCreateInfoEXT_1124079086
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessengerCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryDecompressionMethodFlagBitsNV):
  type
    VkMemoryDecompressionMethodFlagBitsNV* = VkMemoryDecompressionMethodFlagBitsNV_1124081022
else:
  static :
    hint("Declaration of " & "VkMemoryDecompressionMethodFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkImageCompressionFixedRateFlagsEXT):
  type
    VkImageCompressionFixedRateFlagsEXT* = VkImageCompressionFixedRateFlagsEXT_1124080454
else:
  static :
    hint("Declaration of " & "VkImageCompressionFixedRateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkBuildMicromapModeEXT):
  type
    VkBuildMicromapModeEXT* = VkBuildMicromapModeEXT_1124080774
else:
  static :
    hint("Declaration of " & "VkBuildMicromapModeEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeSessionRgbConversionCreateInfoVALVE):
  type
    VkVideoEncodeSessionRgbConversionCreateInfoVALVE* = VkVideoEncodeSessionRgbConversionCreateInfoVALVE_1124080724
else:
  static :
    hint("Declaration of " & "VkVideoEncodeSessionRgbConversionCreateInfoVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT):
  type
    PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT* = PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT_1124078422
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindDescriptorBufferEmbeddedSamplers2EXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeAV1ReferenceInfoFlags):
  type
    struct_StdVideoDecodeAV1ReferenceInfoFlags* = struct_StdVideoDecodeAV1ReferenceInfoFlags_1124083226
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeAV1ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolCreateInfo):
  type
    VkDescriptorPoolCreateInfo* = VkDescriptorPoolCreateInfo_1124074750
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR):
  type
    struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR* = struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR_1124078588
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVideoMaintenance2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceProtectedMemoryProperties):
  type
    struct_VkPhysicalDeviceProtectedMemoryProperties* = struct_VkPhysicalDeviceProtectedMemoryProperties_1124075376
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceProtectedMemoryProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFormatPackFeaturesARM):
  type
    VkPhysicalDeviceFormatPackFeaturesARM* = VkPhysicalDeviceFormatPackFeaturesARM_1124082404
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFormatPackFeaturesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryDecompressionFeaturesEXT):
  type
    VkPhysicalDeviceMemoryDecompressionFeaturesEXT* = VkPhysicalDeviceMemoryDecompressionFeaturesEXT_1124081034
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryDecompressionFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkShaderResourceUsageAMD):
  type
    VkShaderResourceUsageAMD* = VkShaderResourceUsageAMD_1124078804
else:
  static :
    hint("Declaration of " & "VkShaderResourceUsageAMD" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264SliceType):
  type
    enum_StdVideoH264SliceType* = enum_StdVideoH264SliceType_1124083132
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264SliceType" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFeatures2KHR):
  type
    VkPhysicalDeviceFeatures2KHR* = VkPhysicalDeviceFeatures2KHR_1124077070
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFeatures2KHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetLayoutHostMappingInfoVALVE):
  type
    VkDescriptorSetLayoutHostMappingInfoVALVE* = VkDescriptorSetLayoutHostMappingInfoVALVE_1124080956
else:
  static :
    hint("Declaration of " & "VkDescriptorSetLayoutHostMappingInfoVALVE" &
        " already exists, not redeclaring")
when not declared(VkExtent2D):
  type
    VkExtent2D* = VkExtent2D_1124074442
else:
  static :
    hint("Declaration of " & "VkExtent2D" & " already exists, not redeclaring")
when not declared(struct_VkSurfaceFullScreenExclusiveInfoEXT):
  type
    struct_VkSurfaceFullScreenExclusiveInfoEXT* = struct_VkSurfaceFullScreenExclusiveInfoEXT_1124082744
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceFullScreenExclusiveInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkQueryControlFlagBits):
  type
    VkQueryControlFlagBits* = VkQueryControlFlagBits_1124074302
else:
  static :
    hint("Declaration of " & "VkQueryControlFlagBits" &
        " already exists, not redeclaring")
when not declared(VkGraphicsPipelineLibraryFlagBitsEXT):
  type
    VkGraphicsPipelineLibraryFlagBitsEXT* = VkGraphicsPipelineLibraryFlagBitsEXT_1124080340
else:
  static :
    hint("Declaration of " & "VkGraphicsPipelineLibraryFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkConditionalRenderingFlagsEXT):
  type
    VkConditionalRenderingFlagsEXT* = VkConditionalRenderingFlagsEXT_1124078874
else:
  static :
    hint("Declaration of " & "VkConditionalRenderingFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR):
  type
    struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR* = struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR_1124078206
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeAV1SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR):
  type
    PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR* = PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR_1124082782
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueGlobalPriorityCreateInfoEXT):
  type
    VkDeviceQueueGlobalPriorityCreateInfoEXT* = VkDeviceQueueGlobalPriorityCreateInfoEXT_1124079494
else:
  static :
    hint("Declaration of " & "VkDeviceQueueGlobalPriorityCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFloatControlsProperties):
  type
    struct_VkPhysicalDeviceFloatControlsProperties* = struct_VkPhysicalDeviceFloatControlsProperties_1124075722
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFloatControlsProperties" &
        " already exists, not redeclaring")
when not declared(VkDirectDriverLoadingModeLUNARG):
  type
    VkDirectDriverLoadingModeLUNARG* = VkDirectDriverLoadingModeLUNARG_1124081230
else:
  static :
    hint("Declaration of " & "VkDirectDriverLoadingModeLUNARG" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDepthClampControlFeaturesEXT):
  type
    struct_VkPhysicalDeviceDepthClampControlFeaturesEXT* = struct_VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082340
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDepthClampControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineRobustnessImageBehavior):
  type
    enum_VkPipelineRobustnessImageBehavior* = enum_VkPipelineRobustnessImageBehavior_1124076192
else:
  static :
    hint("Declaration of " & "enum_VkPipelineRobustnessImageBehavior" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264CapabilitiesKHR):
  type
    VkVideoDecodeH264CapabilitiesKHR* = VkVideoDecodeH264CapabilitiesKHR_1124077024
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateCreateInfoKHR):
  type
    VkDescriptorUpdateTemplateCreateInfoKHR* = VkDescriptorUpdateTemplateCreateInfoKHR_1124077248
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdUpdatePipelineIndirectBufferNV):
  type
    PFN_vkCmdUpdatePipelineIndirectBufferNV* = PFN_vkCmdUpdatePipelineIndirectBufferNV_1124081066
else:
  static :
    hint("Declaration of " & "PFN_vkCmdUpdatePipelineIndirectBufferNV" &
        " already exists, not redeclaring")
when not declared(VkPresentInfoKHR):
  type
    VkPresentInfoKHR* = VkPresentInfoKHR_1124076526
else:
  static :
    hint("Declaration of " & "VkPresentInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupRenderPassBeginInfoKHR):
  type
    VkDeviceGroupRenderPassBeginInfoKHR* = VkDeviceGroupRenderPassBeginInfoKHR_1124077112
else:
  static :
    hint("Declaration of " & "VkDeviceGroupRenderPassBeginInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1DecoderModelInfo):
  type
    StdVideoEncodeAV1DecoderModelInfo* = StdVideoEncodeAV1DecoderModelInfo_1124078278
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1DecoderModelInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBuildMicromapsEXT):
  type
    PFN_vkCmdBuildMicromapsEXT* = PFN_vkCmdBuildMicromapsEXT_1124080864
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBuildMicromapsEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateEntryKHR):
  type
    VkDescriptorUpdateTemplateEntryKHR* = VkDescriptorUpdateTemplateEntryKHR_1124077246
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateEntryKHR" &
        " already exists, not redeclaring")
when not declared(VkXlibSurfaceCreateInfoKHR):
  type
    VkXlibSurfaceCreateInfoKHR* = VkXlibSurfaceCreateInfoKHR_1124082778
else:
  static :
    hint("Declaration of " & "VkXlibSurfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT):
  type
    VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT* = VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT_1124079174
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryFdPropertiesKHR):
  type
    struct_VkMemoryFdPropertiesKHR* = struct_VkMemoryFdPropertiesKHR_1124077172
else:
  static :
    hint("Declaration of " & "struct_VkMemoryFdPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceEventInfoEXT):
  type
    VkDeviceEventInfoEXT* = VkDeviceEventInfoEXT_1124078934
else:
  static :
    hint("Declaration of " & "VkDeviceEventInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyProperties2):
  type
    VkQueueFamilyProperties2* = VkQueueFamilyProperties2_1124075354
else:
  static :
    hint("Declaration of " & "VkQueueFamilyProperties2" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueSetPerformanceConfigurationINTEL):
  type
    PFN_vkQueueSetPerformanceConfigurationINTEL* = PFN_vkQueueSetPerformanceConfigurationINTEL_1124079696
else:
  static :
    hint("Declaration of " & "PFN_vkQueueSetPerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM):
  type
    PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM* = PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM_1124081844
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkImageViewMinLodCreateInfoEXT):
  type
    VkImageViewMinLodCreateInfoEXT* = VkImageViewMinLodCreateInfoEXT_1124080732
else:
  static :
    hint("Declaration of " & "VkImageViewMinLodCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkShaderGroupShaderKHR):
  type
    VkShaderGroupShaderKHR* = VkShaderGroupShaderKHR_1124082584
else:
  static :
    hint("Declaration of " & "VkShaderGroupShaderKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassCreateInfo):
  type
    struct_VkRenderPassCreateInfo* = struct_VkRenderPassCreateInfo_1124074860
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentInfo):
  type
    VkRenderingAttachmentInfo* = VkRenderingAttachmentInfo_1124076096
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkCopyAccelerationStructureModeKHR):
  type
    enum_VkCopyAccelerationStructureModeKHR* = enum_VkCopyAccelerationStructureModeKHR_1124079344
else:
  static :
    hint("Declaration of " & "enum_VkCopyAccelerationStructureModeKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1SessionParametersCreateInfoKHR):
  type
    VkVideoEncodeAV1SessionParametersCreateInfoKHR* = VkVideoEncodeAV1SessionParametersCreateInfoKHR_1124078282
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerBlockMatchWindowCreateInfoQCOM):
  type
    struct_VkSamplerBlockMatchWindowCreateInfoQCOM* = struct_VkSamplerBlockMatchWindowCreateInfoQCOM_1124081872
else:
  static :
    hint("Declaration of " & "struct_VkSamplerBlockMatchWindowCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkImportMemoryFdInfoKHR):
  type
    struct_VkImportMemoryFdInfoKHR* = struct_VkImportMemoryFdInfoKHR_1124077168
else:
  static :
    hint("Declaration of " & "struct_VkImportMemoryFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeUsageFlagBitsKHR):
  type
    enum_VkVideoEncodeUsageFlagBitsKHR* = enum_VkVideoEncodeUsageFlagBitsKHR_1124077796
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeUsageFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkColorBlendAdvancedEXT):
  type
    struct_VkColorBlendAdvancedEXT* = struct_VkColorBlendAdvancedEXT_1124081134
else:
  static :
    hint("Declaration of " & "struct_VkColorBlendAdvancedEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassDescriptionDepthStencilResolve):
  type
    struct_VkSubpassDescriptionDepthStencilResolve* = struct_VkSubpassDescriptionDepthStencilResolve_1124075794
else:
  static :
    hint("Declaration of " & "struct_VkSubpassDescriptionDepthStencilResolve" &
        " already exists, not redeclaring")
when not declared(VkFragmentShadingRateNV):
  type
    VkFragmentShadingRateNV* = VkFragmentShadingRateNV_1124080366
else:
  static :
    hint("Declaration of " & "VkFragmentShadingRateNV" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderResourceUsageAMD):
  type
    struct_VkShaderResourceUsageAMD* = struct_VkShaderResourceUsageAMD_1124078802
else:
  static :
    hint("Declaration of " & "struct_VkShaderResourceUsageAMD" &
        " already exists, not redeclaring")
when not declared(union_VkDeviceOrHostAddressKHR):
  type
    union_VkDeviceOrHostAddressKHR* = union_VkDeviceOrHostAddressKHR_1124080812
else:
  static :
    hint("Declaration of " & "union_VkDeviceOrHostAddressKHR" &
        " already exists, not redeclaring")
when not declared(VkRefreshCycleDurationGOOGLE):
  type
    VkRefreshCycleDurationGOOGLE* = VkRefreshCycleDurationGOOGLE_1124078954
else:
  static :
    hint("Declaration of " & "VkRefreshCycleDurationGOOGLE" &
        " already exists, not redeclaring")
when not declared(VkCopyMicromapModeEXT):
  type
    VkCopyMicromapModeEXT* = VkCopyMicromapModeEXT_1124080778
else:
  static :
    hint("Declaration of " & "VkCopyMicromapModeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeferredOperationMaxConcurrencyKHR):
  type
    PFN_vkGetDeferredOperationMaxConcurrencyKHR* = PFN_vkGetDeferredOperationMaxConcurrencyKHR_1124077696
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeferredOperationMaxConcurrencyKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToImageInfo):
  type
    VkCopyMemoryToImageInfo* = VkCopyMemoryToImageInfo_1124076310
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToImageInfo" &
        " already exists, not redeclaring")
when not declared(VkFence):
  type
    VkFence* = VkFence_1124073951
else:
  static :
    hint("Declaration of " & "VkFence" & " already exists, not redeclaring")
when not declared(VkCopyDescriptorSet):
  type
    VkCopyDescriptorSet* = VkCopyDescriptorSet_1124074734
else:
  static :
    hint("Declaration of " & "VkCopyDescriptorSet" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetQueryPool):
  type
    PFN_vkResetQueryPool* = PFN_vkResetQueryPool_1124075834
else:
  static :
    hint("Declaration of " & "PFN_vkResetQueryPool" &
        " already exists, not redeclaring")
when not declared(enum_VkBufferUsageFlagBits):
  type
    enum_VkBufferUsageFlagBits* = enum_VkBufferUsageFlagBits_1124074264
else:
  static :
    hint("Declaration of " & "enum_VkBufferUsageFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkInvalidateMappedMemoryRanges):
  type
    PFN_vkInvalidateMappedMemoryRanges* = PFN_vkInvalidateMappedMemoryRanges_1124074944
else:
  static :
    hint("Declaration of " & "PFN_vkInvalidateMappedMemoryRanges" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM):
  type
    struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM* = struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081814
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance5PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance5PropertiesKHR* = VkPhysicalDeviceMaintenance5PropertiesKHR_1124078002
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance5PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalComputeQueueDataParamsNV):
  type
    VkExternalComputeQueueDataParamsNV* = VkExternalComputeQueueDataParamsNV_1124081984
else:
  static :
    hint("Declaration of " & "VkExternalComputeQueueDataParamsNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1QuantizationFlags):
  type
    struct_StdVideoAV1QuantizationFlags* = struct_StdVideoAV1QuantizationFlags_1124083352
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1QuantizationFlags" &
        " already exists, not redeclaring")
when not declared(VkCudaModuleCreateInfoNV):
  type
    VkCudaModuleCreateInfoNV* = VkCudaModuleCreateInfoNV_1124082846
else:
  static :
    hint("Declaration of " & "VkCudaModuleCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265ProfileTierLevelFlags):
  type
    struct_StdVideoH265ProfileTierLevelFlags* = struct_StdVideoH265ProfileTierLevelFlags_1124083326
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265ProfileTierLevelFlags" &
        " already exists, not redeclaring")
when not declared(VkSubmitFlags):
  type
    VkSubmitFlags* = VkSubmitFlags_1124075884
else:
  static :
    hint("Declaration of " & "VkSubmitFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR):
  type
    PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR* = PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR_1124076754
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceVideoCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyAccelerationStructureKHR):
  type
    PFN_vkDestroyAccelerationStructureKHR* = PFN_vkDestroyAccelerationStructureKHR_1124082552
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1DecoderModelInfo):
  type
    struct_StdVideoEncodeAV1DecoderModelInfo* = struct_StdVideoEncodeAV1DecoderModelInfo_1124082952
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1DecoderModelInfo" &
        " already exists, not redeclaring")
when not declared(VkPresentId2KHR):
  type
    VkPresentId2KHR* = VkPresentId2KHR_1124078030
else:
  static :
    hint("Declaration of " & "VkPresentId2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineDiscardRectangleStateCreateInfoEXT):
  type
    struct_VkPipelineDiscardRectangleStateCreateInfoEXT* = struct_VkPipelineDiscardRectangleStateCreateInfoEXT_1124079004
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineDiscardRectangleStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindDataGraphPipelineSessionMemoryARM):
  type
    PFN_vkBindDataGraphPipelineSessionMemoryARM* = PFN_vkBindDataGraphPipelineSessionMemoryARM_1124081834
else:
  static :
    hint("Declaration of " & "PFN_vkBindDataGraphPipelineSessionMemoryARM" &
        " already exists, not redeclaring")
when not declared(VkEvent):
  type
    VkEvent* = VkEvent_1124073965
else:
  static :
    hint("Declaration of " & "VkEvent" & " already exists, not redeclaring")
when not declared(VkDeviceGroupBindSparseInfo):
  type
    VkDeviceGroupBindSparseInfo* = VkDeviceGroupBindSparseInfo_1124075294
else:
  static :
    hint("Declaration of " & "VkDeviceGroupBindSparseInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePresentWaitFeaturesKHR):
  type
    struct_VkPhysicalDevicePresentWaitFeaturesKHR* = struct_VkPhysicalDevicePresentWaitFeaturesKHR_1124077666
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePresentWaitFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR):
  type
    struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR* = struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077834
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalMemoryHandleTypeFlagBitsNV):
  type
    enum_VkExternalMemoryHandleTypeFlagBitsNV* = enum_VkExternalMemoryHandleTypeFlagBitsNV_1124078816
else:
  static :
    hint("Declaration of " & "enum_VkExternalMemoryHandleTypeFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkClearDepthStencilValue):
  type
    VkClearDepthStencilValue* = VkClearDepthStencilValue_1124074866
else:
  static :
    hint("Declaration of " & "VkClearDepthStencilValue" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceConservativeRasterizationPropertiesEXT):
  type
    VkPhysicalDeviceConservativeRasterizationPropertiesEXT* = VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079022
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceConservativeRasterizationPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRayTracingPipelineCreateInfoNV):
  type
    struct_VkRayTracingPipelineCreateInfoNV* = struct_VkRayTracingPipelineCreateInfoNV_1124079388
else:
  static :
    hint("Declaration of " & "struct_VkRayTracingPipelineCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRgbRangeCompressionFlagBitsVALVE):
  type
    VkVideoEncodeRgbRangeCompressionFlagBitsVALVE* = VkVideoEncodeRgbRangeCompressionFlagBitsVALVE_1124080700
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRgbRangeCompressionFlagBitsVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetAccelerationStructureMemoryRequirementsNV):
  type
    PFN_vkGetAccelerationStructureMemoryRequirementsNV* = PFN_vkGetAccelerationStructureMemoryRequirementsNV_1124079454
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetAccelerationStructureMemoryRequirementsNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264StdFlagsKHR):
  type
    VkVideoEncodeH264StdFlagsKHR* = VkVideoEncodeH264StdFlagsKHR_1124076816
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264StdFlagsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalMemoryHandleTypeFlagBits):
  type
    enum_VkExternalMemoryHandleTypeFlagBits* = enum_VkExternalMemoryHandleTypeFlagBits_1124075208
else:
  static :
    hint("Declaration of " & "enum_VkExternalMemoryHandleTypeFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyMemoryToAccelerationStructureKHR):
  type
    PFN_vkCopyMemoryToAccelerationStructureKHR* = PFN_vkCopyMemoryToAccelerationStructureKHR_1124082564
else:
  static :
    hint("Declaration of " & "PFN_vkCopyMemoryToAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan11Features):
  type
    struct_VkPhysicalDeviceVulkan11Features* = struct_VkPhysicalDeviceVulkan11Features_1124075630
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan11Features" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupPresentInfoKHR):
  type
    struct_VkDeviceGroupPresentInfoKHR* = struct_VkDeviceGroupPresentInfoKHR_1124076544
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupPresentInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkBuffer):
  type
    VkBuffer* = VkBuffer_1124073935
else:
  static :
    hint("Declaration of " & "VkBuffer" & " already exists, not redeclaring")
when not declared(struct_StdVideoVP9LoopFilterFlags):
  type
    struct_StdVideoVP9LoopFilterFlags* = struct_StdVideoVP9LoopFilterFlags_1124083364
else:
  static :
    hint("Declaration of " & "struct_StdVideoVP9LoopFilterFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkPerformanceCounterScopeKHR):
  type
    enum_VkPerformanceCounterScopeKHR* = enum_VkPerformanceCounterScopeKHR_1124077328
else:
  static :
    hint("Declaration of " & "enum_VkPerformanceCounterScopeKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265PredictorPaletteEntries):
  type
    struct_StdVideoH265PredictorPaletteEntries* = struct_StdVideoH265PredictorPaletteEntries_1124083168
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265PredictorPaletteEntries" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT):
  type
    struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT* = struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079866
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineRasterizationProvokingVertexStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkMemoryAllocateFlagBits):
  type
    enum_VkMemoryAllocateFlagBits* = enum_VkMemoryAllocateFlagBits_1124075200
else:
  static :
    hint("Declaration of " & "enum_VkMemoryAllocateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFeatures2):
  type
    struct_VkPhysicalDeviceFeatures2* = struct_VkPhysicalDeviceFeatures2_1124075332
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFeatures2" &
        " already exists, not redeclaring")
when not declared(VkDynamicState):
  type
    VkDynamicState* = VkDynamicState_1124074102
else:
  static :
    hint("Declaration of " & "VkDynamicState" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyDescriptorSet):
  type
    struct_VkCopyDescriptorSet* = struct_VkCopyDescriptorSet_1124074732
else:
  static :
    hint("Declaration of " & "struct_VkCopyDescriptorSet" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryRequirements2):
  type
    struct_VkMemoryRequirements2* = struct_VkMemoryRequirements2_1124075324
else:
  static :
    hint("Declaration of " & "struct_VkMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderIntegerDotProductFeatures):
  type
    VkPhysicalDeviceShaderIntegerDotProductFeatures* = VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076068
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderIntegerDotProductFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceImageMemoryRequirementsKHR):
  type
    PFN_vkGetDeviceImageMemoryRequirementsKHR* = PFN_vkGetDeviceImageMemoryRequirementsKHR_1124077982
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceImageMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT):
  type
    struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT* = struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079898
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceExtendedDynamicStateFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT):
  type
    VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT* = VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT_1124080688
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA):
  type
    struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA* = struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082320
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageAlignmentControlFeaturesMESA" &
        " already exists, not redeclaring")
when not declared(struct_VkDrawMeshTasksIndirectCommandEXT):
  type
    struct_VkDrawMeshTasksIndirectCommandEXT* = struct_VkDrawMeshTasksIndirectCommandEXT_1124082634
else:
  static :
    hint("Declaration of " & "struct_VkDrawMeshTasksIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentDescription2):
  type
    struct_VkAttachmentDescription2* = struct_VkAttachmentDescription2_1124075766
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentDescription2" &
        " already exists, not redeclaring")
when not declared(struct_VkTilePropertiesQCOM):
  type
    struct_VkTilePropertiesQCOM* = struct_VkTilePropertiesQCOM_1124081550
else:
  static :
    hint("Declaration of " & "struct_VkTilePropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageViewImageFormatInfoEXT):
  type
    VkPhysicalDeviceImageViewImageFormatInfoEXT* = VkPhysicalDeviceImageViewImageFormatInfoEXT_1124079486
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageViewImageFormatInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageProcessingFeaturesQCOM):
  type
    struct_VkPhysicalDeviceImageProcessingFeaturesQCOM* = struct_VkPhysicalDeviceImageProcessingFeaturesQCOM_1124081102
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageProcessingFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR):
  type
    struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR* = struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077914
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoBeginCodingFlagsKHR):
  type
    VkVideoBeginCodingFlagsKHR* = VkVideoBeginCodingFlagsKHR_1124076676
else:
  static :
    hint("Declaration of " & "VkVideoBeginCodingFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSurfaceInfo2KHR):
  type
    struct_VkPhysicalDeviceSurfaceInfo2KHR* = struct_VkPhysicalDeviceSurfaceInfo2KHR_1124077402
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceSurfaceInfo2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceProperties2KHR* = PFN_vkGetPhysicalDeviceProperties2KHR_1124077090
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkTileShadingRenderPassFlagBitsQCOM):
  type
    VkTileShadingRenderPassFlagBitsQCOM* = VkTileShadingRenderPassFlagBitsQCOM_1124080220
else:
  static :
    hint("Declaration of " & "VkTileShadingRenderPassFlagBitsQCOM" &
        " already exists, not redeclaring")
when not declared(StdVideoH264DisableDeblockingFilterIdc):
  type
    StdVideoH264DisableDeblockingFilterIdc* = StdVideoH264DisableDeblockingFilterIdc_1124082998
else:
  static :
    hint("Declaration of " & "StdVideoH264DisableDeblockingFilterIdc" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265SpsVuiFlags):
  type
    struct_StdVideoH265SpsVuiFlags* = struct_StdVideoH265SpsVuiFlags_1124083330
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265SpsVuiFlags" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264LevelIdc):
  type
    enum_StdVideoH264LevelIdc* = enum_StdVideoH264LevelIdc_1124082904
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264LevelIdc" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH265ReferenceInfo):
  type
    StdVideoDecodeH265ReferenceInfo* = StdVideoDecodeH265ReferenceInfo_1124077552
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH265ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMotionInfoNV):
  type
    VkAccelerationStructureMotionInfoNV* = VkAccelerationStructureMotionInfoNV_1124080400
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMotionInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkBuildPartitionedAccelerationStructureInfoNV):
  type
    struct_VkBuildPartitionedAccelerationStructureInfoNV* = struct_VkBuildPartitionedAccelerationStructureInfoNV_1124082178
else:
  static :
    hint("Declaration of " &
        "struct_VkBuildPartitionedAccelerationStructureInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPerformanceQuerySubmitInfoKHR):
  type
    VkPerformanceQuerySubmitInfoKHR* = VkPerformanceQuerySubmitInfoKHR_1124077378
else:
  static :
    hint("Declaration of " & "VkPerformanceQuerySubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264QpKHR):
  type
    VkVideoEncodeH264QpKHR* = VkVideoEncodeH264QpKHR_1124076832
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264QpKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyAccelerationStructureModeKHR):
  type
    VkCopyAccelerationStructureModeKHR* = VkCopyAccelerationStructureModeKHR_1124079346
else:
  static :
    hint("Declaration of " & "VkCopyAccelerationStructureModeKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferAllocateInfo):
  type
    VkCommandBufferAllocateInfo* = VkCommandBufferAllocateInfo_1124074654
else:
  static :
    hint("Declaration of " & "VkCommandBufferAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferMemoryRequirementsInfo2):
  type
    struct_VkBufferMemoryRequirementsInfo2* = struct_VkBufferMemoryRequirementsInfo2_1124075312
else:
  static :
    hint("Declaration of " & "struct_VkBufferMemoryRequirementsInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkBeginCustomResolveInfoEXT):
  type
    struct_VkBeginCustomResolveInfoEXT* = struct_VkBeginCustomResolveInfoEXT_1124082442
else:
  static :
    hint("Declaration of " & "struct_VkBeginCustomResolveInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineCacheCreateFlagBits):
  type
    enum_VkPipelineCacheCreateFlagBits* = enum_VkPipelineCacheCreateFlagBits_1124074322
else:
  static :
    hint("Declaration of " & "enum_VkPipelineCacheCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentFlagBitsKHR):
  type
    VkRenderingAttachmentFlagBitsKHR* = VkRenderingAttachmentFlagBitsKHR_1124078622
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkAntiLagStageAMD):
  type
    enum_VkAntiLagStageAMD* = enum_VkAntiLagStageAMD_1124081484
else:
  static :
    hint("Declaration of " & "enum_VkAntiLagStageAMD" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProperties):
  type
    VkPhysicalDeviceProperties* = VkPhysicalDeviceProperties_1124074542
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndexedIndirectCountKHR):
  type
    PFN_vkCmdDrawIndexedIndirectCountKHR* = PFN_vkCmdDrawIndexedIndirectCountKHR_1124077516
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndexedIndirectCountKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderGroupShaderKHR):
  type
    enum_VkShaderGroupShaderKHR* = enum_VkShaderGroupShaderKHR_1124082582
else:
  static :
    hint("Declaration of " & "enum_VkShaderGroupShaderKHR" &
        " already exists, not redeclaring")
when not declared(VkFenceCreateInfo):
  type
    VkFenceCreateInfo* = VkFenceCreateInfo_1124074618
else:
  static :
    hint("Declaration of " & "VkFenceCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI):
  type
    struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI* = struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI_1124080896
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceClusterCullingShaderVrsFeaturesHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExternalBufferInfo):
  type
    struct_VkPhysicalDeviceExternalBufferInfo* = struct_VkPhysicalDeviceExternalBufferInfo_1124075408
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceExternalBufferInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceFormatKHR):
  type
    struct_VkSurfaceFormatKHR* = struct_VkSurfaceFormatKHR_1124076492
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceFormatKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdInsertDebugUtilsLabelEXT):
  type
    PFN_vkCmdInsertDebugUtilsLabelEXT* = PFN_vkCmdInsertDebugUtilsLabelEXT_1124079106
else:
  static :
    hint("Declaration of " & "PFN_vkCmdInsertDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroySamplerYcbcrConversionKHR):
  type
    PFN_vkDestroySamplerYcbcrConversionKHR* = PFN_vkDestroySamplerYcbcrConversionKHR_1124077498
else:
  static :
    hint("Declaration of " & "PFN_vkDestroySamplerYcbcrConversionKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR):
  type
    VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR* = VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR_1124077560
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceGlobalPriorityQueryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceBufferMemoryRequirements):
  type
    VkDeviceBufferMemoryRequirements* = VkDeviceBufferMemoryRequirements_1124076004
else:
  static :
    hint("Declaration of " & "VkDeviceBufferMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(enum_VkRasterizationOrderAMD):
  type
    enum_VkRasterizationOrderAMD* = enum_VkRasterizationOrderAMD_1124078678
else:
  static :
    hint("Declaration of " & "enum_VkRasterizationOrderAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevice4444FormatsFeaturesEXT):
  type
    struct_VkPhysicalDevice4444FormatsFeaturesEXT* = struct_VkPhysicalDevice4444FormatsFeaturesEXT_1124080472
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevice4444FormatsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPartitionedAccelerationStructureWriteInstanceDataNV):
  type
    struct_VkPartitionedAccelerationStructureWriteInstanceDataNV* = struct_VkPartitionedAccelerationStructureWriteInstanceDataNV_1124082158
else:
  static :
    hint("Declaration of " &
        "struct_VkPartitionedAccelerationStructureWriteInstanceDataNV" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCapabilitiesKHR):
  type
    VkSurfaceCapabilitiesKHR* = VkSurfaceCapabilitiesKHR_1124076490
else:
  static :
    hint("Declaration of " & "VkSurfaceCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryAllocateFlagsInfoKHR):
  type
    VkMemoryAllocateFlagsInfoKHR* = VkMemoryAllocateFlagsInfoKHR_1124077110
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateFlagsInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance4Properties):
  type
    struct_VkPhysicalDeviceMaintenance4Properties* = struct_VkPhysicalDeviceMaintenance4Properties_1124075998
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance4Properties" &
        " already exists, not redeclaring")
when not declared(struct_VkGeneratedCommandsMemoryRequirementsInfoEXT):
  type
    struct_VkGeneratedCommandsMemoryRequirementsInfoEXT* = struct_VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082218
else:
  static :
    hint("Declaration of " &
        "struct_VkGeneratedCommandsMemoryRequirementsInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM):
  type
    PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM* = PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM_1124082396
else:
  static :
    hint("Declaration of " &
        "PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" &
        " already exists, not redeclaring")
when not declared(enum_VkSemaphoreType):
  type
    enum_VkSemaphoreType* = enum_VkSemaphoreType_1124075604
else:
  static :
    hint("Declaration of " & "enum_VkSemaphoreType" &
        " already exists, not redeclaring")
when not declared(enum_VkLineRasterizationMode):
  type
    enum_VkLineRasterizationMode* = enum_VkLineRasterizationMode_1124076200
else:
  static :
    hint("Declaration of " & "enum_VkLineRasterizationMode" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferInheritanceRenderingInfoKHR):
  type
    VkCommandBufferInheritanceRenderingInfoKHR* = VkCommandBufferInheritanceRenderingInfoKHR_1124077058
else:
  static :
    hint("Declaration of " & "VkCommandBufferInheritanceRenderingInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingFragmentShadingRateAttachmentInfoKHR):
  type
    struct_VkRenderingFragmentShadingRateAttachmentInfoKHR* = struct_VkRenderingFragmentShadingRateAttachmentInfoKHR_1124077634
else:
  static :
    hint("Declaration of " &
        "struct_VkRenderingFragmentShadingRateAttachmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoChromaSubsamplingFlagBitsKHR):
  type
    VkVideoChromaSubsamplingFlagBitsKHR* = VkVideoChromaSubsamplingFlagBitsKHR_1124076648
else:
  static :
    hint("Declaration of " & "VkVideoChromaSubsamplingFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkCoverageModulationModeNV):
  type
    enum_VkCoverageModulationModeNV* = enum_VkCoverageModulationModeNV_1124079190
else:
  static :
    hint("Declaration of " & "enum_VkCoverageModulationModeNV" &
        " already exists, not redeclaring")
when not declared(enum_VkCommandPoolResetFlagBits):
  type
    enum_VkCommandPoolResetFlagBits* = enum_VkCommandPoolResetFlagBits_1124074288
else:
  static :
    hint("Declaration of " & "enum_VkCommandPoolResetFlagBits" &
        " already exists, not redeclaring")
when not declared(VkSubpassDependency2KHR):
  type
    VkSubpassDependency2KHR* = VkSubpassDependency2KHR_1124077272
else:
  static :
    hint("Declaration of " & "VkSubpassDependency2KHR" &
        " already exists, not redeclaring")
when not declared(VkCalibratedTimestampInfoKHR):
  type
    VkCalibratedTimestampInfoKHR* = VkCalibratedTimestampInfoKHR_1124078382
else:
  static :
    hint("Declaration of " & "VkCalibratedTimestampInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePushDescriptorProperties):
  type
    struct_VkPhysicalDevicePushDescriptorProperties* = struct_VkPhysicalDevicePushDescriptorProperties_1124076348
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePushDescriptorProperties" &
        " already exists, not redeclaring")
when not declared(enum_VkStencilFaceFlagBits):
  type
    enum_VkStencilFaceFlagBits* = enum_VkStencilFaceFlagBits_1124074434
else:
  static :
    hint("Declaration of " & "enum_VkStencilFaceFlagBits" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264SessionCreateInfoKHR):
  type
    VkVideoEncodeH264SessionCreateInfoKHR* = VkVideoEncodeH264SessionCreateInfoKHR_1124076840
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264SessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevice8BitStorageFeaturesKHR):
  type
    VkPhysicalDevice8BitStorageFeaturesKHR* = VkPhysicalDevice8BitStorageFeaturesKHR_1124077520
else:
  static :
    hint("Declaration of " & "VkPhysicalDevice8BitStorageFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkCoverageReductionModeNV):
  type
    enum_VkCoverageReductionModeNV* = enum_VkCoverageReductionModeNV_1124079826
else:
  static :
    hint("Declaration of " & "enum_VkCoverageReductionModeNV" &
        " already exists, not redeclaring")
when not declared(VkBlendOverlapEXT):
  type
    VkBlendOverlapEXT* = VkBlendOverlapEXT_1124079170
else:
  static :
    hint("Declaration of " & "VkBlendOverlapEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkOpticalFlowImageFormatPropertiesNV):
  type
    struct_VkOpticalFlowImageFormatPropertiesNV* = struct_VkOpticalFlowImageFormatPropertiesNV_1124081448
else:
  static :
    hint("Declaration of " & "struct_VkOpticalFlowImageFormatPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoCodingControlFlagBitsKHR):
  type
    VkVideoCodingControlFlagBitsKHR* = VkVideoCodingControlFlagBitsKHR_1124076682
else:
  static :
    hint("Declaration of " & "VkVideoCodingControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkQueryControlFlags):
  type
    VkQueryControlFlags* = VkQueryControlFlags_1124074304
else:
  static :
    hint("Declaration of " & "VkQueryControlFlags" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSet):
  type
    VkDescriptorSet* = VkDescriptorSet_1124073988
else:
  static :
    hint("Declaration of " & "VkDescriptorSet" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVertexAttributeDivisorProperties):
  type
    struct_VkPhysicalDeviceVertexAttributeDivisorProperties* = struct_VkPhysicalDeviceVertexAttributeDivisorProperties_1124076396
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVertexAttributeDivisorProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureCreateInfoKHR):
  type
    struct_VkAccelerationStructureCreateInfoKHR* = struct_VkAccelerationStructureCreateInfoKHR_1124082514
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalTensorPropertiesARM):
  type
    VkExternalTensorPropertiesARM* = VkExternalTensorPropertiesARM_1124081330
else:
  static :
    hint("Declaration of " & "VkExternalTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetBlendConstants):
  type
    PFN_vkCmdSetBlendConstants* = PFN_vkCmdSetBlendConstants_1124075130
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetBlendConstants" &
        " already exists, not redeclaring")
when not declared(struct_VkImageSubresource2):
  type
    struct_VkImageSubresource2* = struct_VkImageSubresource2_1124076264
else:
  static :
    hint("Declaration of " & "struct_VkImageSubresource2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance10FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance10FeaturesKHR* = VkPhysicalDeviceMaintenance10FeaturesKHR_1124078634
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance10FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkFormatProperties2KHR):
  type
    VkFormatProperties2KHR* = VkFormatProperties2KHR_1124077074
else:
  static :
    hint("Declaration of " & "VkFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMeshTasksIndirectNV):
  type
    PFN_vkCmdDrawMeshTasksIndirectNV* = PFN_vkCmdDrawMeshTasksIndirectNV_1124079578
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMeshTasksIndirectNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM):
  type
    struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM* = struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM_1124081546
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTilePropertiesFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkDisplayEventTypeEXT):
  type
    VkDisplayEventTypeEXT* = VkDisplayEventTypeEXT_1124078926
else:
  static :
    hint("Declaration of " & "VkDisplayEventTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreateInfo):
  type
    VkRenderPassCreateInfo* = VkRenderPassCreateInfo_1124074862
else:
  static :
    hint("Declaration of " & "VkRenderPassCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkTensorTilingARM):
  type
    VkTensorTilingARM* = VkTensorTilingARM_1124081250
else:
  static :
    hint("Declaration of " & "VkTensorTilingARM" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalComputeQueueDataParamsNV):
  type
    struct_VkExternalComputeQueueDataParamsNV* = struct_VkExternalComputeQueueDataParamsNV_1124081982
else:
  static :
    hint("Declaration of " & "struct_VkExternalComputeQueueDataParamsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBuildAccelerationStructuresKHR):
  type
    PFN_vkCmdBuildAccelerationStructuresKHR* = PFN_vkCmdBuildAccelerationStructuresKHR_1124082554
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBuildAccelerationStructuresKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPrimitiveTopology):
  type
    enum_VkPrimitiveTopology* = enum_VkPrimitiveTopology_1124074112
else:
  static :
    hint("Declaration of " & "enum_VkPrimitiveTopology" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceProtectedCapabilitiesKHR):
  type
    struct_VkSurfaceProtectedCapabilitiesKHR* = struct_VkSurfaceProtectedCapabilitiesKHR_1124077656
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceProtectedCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRepresentativeFragmentTestStateCreateInfoNV):
  type
    VkPipelineRepresentativeFragmentTestStateCreateInfoNV* = VkPipelineRepresentativeFragmentTestStateCreateInfoNV_1124079482
else:
  static :
    hint("Declaration of " &
        "VkPipelineRepresentativeFragmentTestStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1ColorConfig):
  type
    StdVideoAV1ColorConfig* = StdVideoAV1ColorConfig_1124083060
else:
  static :
    hint("Declaration of " & "StdVideoAV1ColorConfig" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroySampler):
  type
    PFN_vkDestroySampler* = PFN_vkDestroySampler_1124075074
else:
  static :
    hint("Declaration of " & "PFN_vkDestroySampler" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyVideoPropertiesKHR):
  type
    struct_VkQueueFamilyVideoPropertiesKHR* = struct_VkQueueFamilyVideoPropertiesKHR_1124076690
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyVideoPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderTileImageFeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderTileImageFeaturesEXT* = struct_VkPhysicalDeviceShaderTileImageFeaturesEXT_1124080758
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderTileImageFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR):
  type
    struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR* = struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078512
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH265QuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkImportSemaphoreFdKHR):
  type
    PFN_vkImportSemaphoreFdKHR* = PFN_vkImportSemaphoreFdKHR_1124077212
else:
  static :
    hint("Declaration of " & "PFN_vkImportSemaphoreFdKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCoverageModulationStateCreateFlagsNV):
  type
    VkPipelineCoverageModulationStateCreateFlagsNV* = VkPipelineCoverageModulationStateCreateFlagsNV_1124079194
else:
  static :
    hint("Declaration of " & "VkPipelineCoverageModulationStateCreateFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryDedicatedAllocateInfoTensorARM):
  type
    struct_VkMemoryDedicatedAllocateInfoTensorARM* = struct_VkMemoryDedicatedAllocateInfoTensorARM_1124081320
else:
  static :
    hint("Declaration of " & "struct_VkMemoryDedicatedAllocateInfoTensorARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSchedulingControlsFlagsARM):
  type
    VkPhysicalDeviceSchedulingControlsFlagsARM* = VkPhysicalDeviceSchedulingControlsFlagsARM_1124080922
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSchedulingControlsFlagsARM" &
        " already exists, not redeclaring")
when not declared(VkCoverageModulationModeNV):
  type
    VkCoverageModulationModeNV* = VkCoverageModulationModeNV_1124079192
else:
  static :
    hint("Declaration of " & "VkCoverageModulationModeNV" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderCreateFlagBitsEXT):
  type
    enum_VkShaderCreateFlagBitsEXT* = enum_VkShaderCreateFlagBitsEXT_1124081512
else:
  static :
    hint("Declaration of " & "enum_VkShaderCreateFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkImageViewHandleInfoNVX):
  type
    VkImageViewHandleInfoNVX* = VkImageViewHandleInfoNVX_1124078778
else:
  static :
    hint("Declaration of " & "VkImageViewHandleInfoNVX" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineRasterizationStateRasterizationOrderAMD):
  type
    struct_VkPipelineRasterizationStateRasterizationOrderAMD* = struct_VkPipelineRasterizationStateRasterizationOrderAMD_1124078682
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineRasterizationStateRasterizationOrderAMD" &
        " already exists, not redeclaring")
when not declared(VkDescriptorDataEXT):
  type
    VkDescriptorDataEXT* = VkDescriptorDataEXT_1124080286
else:
  static :
    hint("Declaration of " & "VkDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCooperativeVectorPropertiesNV):
  type
    struct_VkCooperativeVectorPropertiesNV* = struct_VkCooperativeVectorPropertiesNV_1124081596
else:
  static :
    hint("Declaration of " & "struct_VkCooperativeVectorPropertiesNV" &
        " already exists, not redeclaring")
when not declared(union_VkIndirectExecutionSetInfoEXT):
  type
    union_VkIndirectExecutionSetInfoEXT* = union_VkIndirectExecutionSetInfoEXT_1124082234
else:
  static :
    hint("Declaration of " & "union_VkIndirectExecutionSetInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandPoolCreateInfo):
  type
    struct_VkCommandPoolCreateInfo* = struct_VkCommandPoolCreateInfo_1124074648
else:
  static :
    hint("Declaration of " & "struct_VkCommandPoolCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264CapabilitiesKHR):
  type
    struct_VkVideoEncodeH264CapabilitiesKHR* = struct_VkVideoEncodeH264CapabilitiesKHR_1124076824
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSetInlineUniformBlockEXT):
  type
    VkWriteDescriptorSetInlineUniformBlockEXT* = VkWriteDescriptorSetInlineUniformBlockEXT_1124079128
else:
  static :
    hint("Declaration of " & "VkWriteDescriptorSetInlineUniformBlockEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceAddressBindingCallbackDataEXT):
  type
    VkDeviceAddressBindingCallbackDataEXT* = VkDeviceAddressBindingCallbackDataEXT_1124080572
else:
  static :
    hint("Declaration of " & "VkDeviceAddressBindingCallbackDataEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryOpaqueCaptureAddressAllocateInfoKHR):
  type
    VkMemoryOpaqueCaptureAddressAllocateInfoKHR* = VkMemoryOpaqueCaptureAddressAllocateInfoKHR_1124077680
else:
  static :
    hint("Declaration of " & "VkMemoryOpaqueCaptureAddressAllocateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyMicromapToMemoryInfoEXT):
  type
    VkCopyMicromapToMemoryInfoEXT* = VkCopyMicromapToMemoryInfoEXT_1124080838
else:
  static :
    hint("Declaration of " & "VkCopyMicromapToMemoryInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM):
  type
    enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM* = enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM_1124081722
else:
  static :
    hint("Declaration of " &
        "enum_VkPhysicalDeviceDataGraphProcessingEngineTypeARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceConditionalRenderingFeaturesEXT):
  type
    VkPhysicalDeviceConditionalRenderingFeaturesEXT* = VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078882
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceConditionalRenderingFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265ProfileInfoKHR):
  type
    VkVideoDecodeH265ProfileInfoKHR* = VkVideoDecodeH265ProfileInfoKHR_1124077530
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetTensorOpaqueCaptureDescriptorDataARM):
  type
    PFN_vkGetTensorOpaqueCaptureDescriptorDataARM* = PFN_vkGetTensorOpaqueCaptureDescriptorDataARM_1124081378
else:
  static :
    hint("Declaration of " & "PFN_vkGetTensorOpaqueCaptureDescriptorDataARM" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeUsageInfoKHR):
  type
    struct_VkVideoDecodeUsageInfoKHR* = struct_VkVideoDecodeUsageInfoKHR_1124076796
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeUsageInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBindImagePlaneMemoryInfo):
  type
    struct_VkBindImagePlaneMemoryInfo* = struct_VkBindImagePlaneMemoryInfo_1124075388
else:
  static :
    hint("Declaration of " & "struct_VkBindImagePlaneMemoryInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineBinaryPropertiesKHR):
  type
    VkPhysicalDevicePipelineBinaryPropertiesKHR* = VkPhysicalDevicePipelineBinaryPropertiesKHR_1124078062
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineBinaryPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkSetStateFlagsIndirectCommandNV):
  type
    VkSetStateFlagsIndirectCommandNV* = VkSetStateFlagsIndirectCommandNV_1124080058
else:
  static :
    hint("Declaration of " & "VkSetStateFlagsIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteDescriptorSetInlineUniformBlock):
  type
    struct_VkWriteDescriptorSetInlineUniformBlock* = struct_VkWriteDescriptorSetInlineUniformBlock_1124076058
else:
  static :
    hint("Declaration of " & "struct_VkWriteDescriptorSetInlineUniformBlock" &
        " already exists, not redeclaring")
when not declared(VkCompressedTriangleFormatAMDX):
  type
    VkCompressedTriangleFormatAMDX* = VkCompressedTriangleFormatAMDX_1124082894
else:
  static :
    hint("Declaration of " & "VkCompressedTriangleFormatAMDX" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerReductionModeCreateInfo):
  type
    struct_VkSamplerReductionModeCreateInfo* = struct_VkSamplerReductionModeCreateInfo_1124075750
else:
  static :
    hint("Declaration of " & "struct_VkSamplerReductionModeCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoSessionMemoryRequirementsKHR):
  type
    struct_VkVideoSessionMemoryRequirementsKHR* = struct_VkVideoSessionMemoryRequirementsKHR_1124076722
else:
  static :
    hint("Declaration of " & "struct_VkVideoSessionMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorBufferFeaturesEXT):
  type
    VkPhysicalDeviceDescriptorBufferFeaturesEXT* = VkPhysicalDeviceDescriptorBufferFeaturesEXT_1124080270
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorBufferFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkFormatProperties):
  type
    VkFormatProperties* = VkFormatProperties_1124074506
else:
  static :
    hint("Declaration of " & "VkFormatProperties" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265CapabilitiesKHR):
  type
    VkVideoDecodeH265CapabilitiesKHR* = VkVideoDecodeH265CapabilitiesKHR_1124077534
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1GopRemainingFrameInfoKHR):
  type
    VkVideoEncodeAV1GopRemainingFrameInfoKHR* = VkVideoEncodeAV1GopRemainingFrameInfoKHR_1124078306
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1GopRemainingFrameInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkAntiLagUpdateAMD):
  type
    PFN_vkAntiLagUpdateAMD* = PFN_vkAntiLagUpdateAMD_1124081500
else:
  static :
    hint("Declaration of " & "PFN_vkAntiLagUpdateAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkImportFenceFdInfoKHR):
  type
    struct_VkImportFenceFdInfoKHR* = struct_VkImportFenceFdInfoKHR_1124077312
else:
  static :
    hint("Declaration of " & "struct_VkImportFenceFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderIntegerDotProductFeatures):
  type
    struct_VkPhysicalDeviceShaderIntegerDotProductFeatures* = struct_VkPhysicalDeviceShaderIntegerDotProductFeatures_1124076066
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderIntegerDotProductFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSamplerYcbcrConversionFeatures):
  type
    VkPhysicalDeviceSamplerYcbcrConversionFeatures* = VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075496
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSamplerYcbcrConversionFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSMBuiltinsPropertiesNV):
  type
    VkPhysicalDeviceShaderSMBuiltinsPropertiesNV* = VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079204
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderSMBuiltinsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoFormatAV1QuantizationMapPropertiesKHR):
  type
    VkVideoFormatAV1QuantizationMapPropertiesKHR* = VkVideoFormatAV1QuantizationMapPropertiesKHR_1124078526
else:
  static :
    hint("Declaration of " & "VkVideoFormatAV1QuantizationMapPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV):
  type
    struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV* = struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082100
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainPresentFenceInfoKHR):
  type
    struct_VkSwapchainPresentFenceInfoKHR* = struct_VkSwapchainPresentFenceInfoKHR_1124078142
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainPresentFenceInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentRegionsKHR):
  type
    struct_VkPresentRegionsKHR* = struct_VkPresentRegionsKHR_1124077236
else:
  static :
    hint("Declaration of " & "struct_VkPresentRegionsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR* = PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR_1124077444
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkGeometryDataNV):
  type
    VkGeometryDataNV* = VkGeometryDataNV_1124079402
else:
  static :
    hint("Declaration of " & "VkGeometryDataNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT):
  type
    PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT* = PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT_1124080332
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageViewOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkWin32KeyedMutexAcquireReleaseInfoNV):
  type
    struct_VkWin32KeyedMutexAcquireReleaseInfoNV* = struct_VkWin32KeyedMutexAcquireReleaseInfoNV_1124082736
else:
  static :
    hint("Declaration of " & "struct_VkWin32KeyedMutexAcquireReleaseInfoNV" &
        " already exists, not redeclaring")
when not declared(VkMicromapTriangleEXT):
  type
    VkMicromapTriangleEXT* = VkMicromapTriangleEXT_1124080858
else:
  static :
    hint("Declaration of " & "VkMicromapTriangleEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetPrimitiveRestartEnableEXT):
  type
    PFN_vkCmdSetPrimitiveRestartEnableEXT* = PFN_vkCmdSetPrimitiveRestartEnableEXT_1124080672
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetPrimitiveRestartEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackFlagBits):
  type
    VkPipelineCreationFeedbackFlagBits* = VkPipelineCreationFeedbackFlagBits_1124075892
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTileShadingFeaturesQCOM):
  type
    VkPhysicalDeviceTileShadingFeaturesQCOM* = VkPhysicalDeviceTileShadingFeaturesQCOM_1124080226
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTileShadingFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkFreeDescriptorSets):
  type
    PFN_vkFreeDescriptorSets* = PFN_vkFreeDescriptorSets_1124075088
else:
  static :
    hint("Declaration of " & "PFN_vkFreeDescriptorSets" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyCheckpointPropertiesNV):
  type
    VkQueueFamilyCheckpointPropertiesNV* = VkQueueFamilyCheckpointPropertiesNV_1124079602
else:
  static :
    hint("Declaration of " & "VkQueueFamilyCheckpointPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPresentModeKHR):
  type
    VkPresentModeKHR* = VkPresentModeKHR_1124076470
else:
  static :
    hint("Declaration of " & "VkPresentModeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT):
  type
    struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT* = struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078884
else:
  static :
    hint("Declaration of " &
        "struct_VkCommandBufferInheritanceConditionalRenderingInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionCreateFlagsARM):
  type
    VkDataGraphPipelineSessionCreateFlagsARM* = VkDataGraphPipelineSessionCreateFlagsARM_1124081730
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionCreateFlagsARM" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutUsageFlagsEXT):
  type
    VkIndirectCommandsLayoutUsageFlagsEXT* = VkIndirectCommandsLayoutUsageFlagsEXT_1124082208
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutUsageFlagsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceFullScreenExclusiveWin32InfoEXT):
  type
    struct_VkSurfaceFullScreenExclusiveWin32InfoEXT* = struct_VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082752
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceFullScreenExclusiveWin32InfoEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1TileInfo):
  type
    StdVideoAV1TileInfo* = StdVideoAV1TileInfo_1124083072
else:
  static :
    hint("Declaration of " & "StdVideoAV1TileInfo" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionCreateInfoKHR):
  type
    VkSamplerYcbcrConversionCreateInfoKHR* = VkSamplerYcbcrConversionCreateInfoKHR_1124077484
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkCompositeAlphaFlagsKHR):
  type
    VkCompositeAlphaFlagsKHR* = VkCompositeAlphaFlagsKHR_1124076484
else:
  static :
    hint("Declaration of " & "VkCompositeAlphaFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescription2):
  type
    VkAttachmentDescription2* = VkAttachmentDescription2_1124075768
else:
  static :
    hint("Declaration of " & "VkAttachmentDescription2" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowExecuteInfoNV):
  type
    VkOpticalFlowExecuteInfoNV* = VkOpticalFlowExecuteInfoNV_1124081462
else:
  static :
    hint("Declaration of " & "VkOpticalFlowExecuteInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineCreateInfoARM):
  type
    VkDataGraphPipelineCreateInfoARM* = VkDataGraphPipelineCreateInfoARM_1124081756
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(VkInstanceCreateFlags):
  type
    VkInstanceCreateFlags* = VkInstanceCreateFlags_1124074180
else:
  static :
    hint("Declaration of " & "VkInstanceCreateFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkGeometryInstanceFlagBitsKHR):
  type
    enum_VkGeometryInstanceFlagBitsKHR* = enum_VkGeometryInstanceFlagBitsKHR_1124079364
else:
  static :
    hint("Declaration of " & "enum_VkGeometryInstanceFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT):
  type
    struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT* = struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT_1124080582
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBias):
  type
    PFN_vkCmdSetDepthBias* = PFN_vkCmdSetDepthBias_1124075128
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBias" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthCompareOp):
  type
    PFN_vkCmdSetDepthCompareOp* = PFN_vkCmdSetDepthCompareOp_1124076174
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthCompareOp" &
        " already exists, not redeclaring")
when not declared(VkMemoryUnmapInfo):
  type
    VkMemoryUnmapInfo* = VkMemoryUnmapInfo_1124076254
else:
  static :
    hint("Declaration of " & "VkMemoryUnmapInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderPassTileShadingCreateInfoQCOM):
  type
    VkRenderPassTileShadingCreateInfoQCOM* = VkRenderPassTileShadingCreateInfoQCOM_1124080234
else:
  static :
    hint("Declaration of " & "VkRenderPassTileShadingCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkStridedDeviceAddressRangeKHR):
  type
    VkStridedDeviceAddressRangeKHR* = VkStridedDeviceAddressRangeKHR_1124078432
else:
  static :
    hint("Declaration of " & "VkStridedDeviceAddressRangeKHR" &
        " already exists, not redeclaring")
when not declared(VkTensorCreateFlagBitsARM):
  type
    VkTensorCreateFlagBitsARM* = VkTensorCreateFlagBitsARM_1124081254
else:
  static :
    hint("Declaration of " & "VkTensorCreateFlagBitsARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT):
  type
    VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT* = VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT_1124079552
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceQueue2):
  type
    PFN_vkGetDeviceQueue2* = PFN_vkGetDeviceQueue2_1124075574
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceQueue2" &
        " already exists, not redeclaring")
when not declared(VkRenderPassPerformanceCountersByRegionBeginInfoARM):
  type
    VkRenderPassPerformanceCountersByRegionBeginInfoARM* = VkRenderPassPerformanceCountersByRegionBeginInfoARM_1124082394
else:
  static :
    hint("Declaration of " &
        "VkRenderPassPerformanceCountersByRegionBeginInfoARM" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMotionInstanceDataNV):
  type
    VkAccelerationStructureMotionInstanceDataNV* = VkAccelerationStructureMotionInstanceDataNV_1124080416
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMotionInstanceDataNV" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderCorePropertiesFlagBitsAMD):
  type
    enum_VkShaderCorePropertiesFlagBitsAMD* = enum_VkShaderCorePropertiesFlagBitsAMD_1124079738
else:
  static :
    hint("Declaration of " & "enum_VkShaderCorePropertiesFlagBitsAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkUpdateVideoSessionParametersKHR):
  type
    PFN_vkUpdateVideoSessionParametersKHR* = PFN_vkUpdateVideoSessionParametersKHR_1124076768
else:
  static :
    hint("Declaration of " & "PFN_vkUpdateVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264CapabilitiesKHR):
  type
    VkVideoEncodeH264CapabilitiesKHR* = VkVideoEncodeH264CapabilitiesKHR_1124076828
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeVP9PictureInfo):
  type
    StdVideoDecodeVP9PictureInfo* = StdVideoDecodeVP9PictureInfo_1124078334
else:
  static :
    hint("Declaration of " & "StdVideoDecodeVP9PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265QuantizationMapCapabilitiesKHR):
  type
    VkVideoEncodeH265QuantizationMapCapabilitiesKHR* = VkVideoEncodeH265QuantizationMapCapabilitiesKHR_1124078514
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265QuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferUsageFlagBits):
  type
    VkCommandBufferUsageFlagBits* = VkCommandBufferUsageFlagBits_1124074296
else:
  static :
    hint("Declaration of " & "VkCommandBufferUsageFlagBits" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceFeatureFlagBits):
  type
    VkExternalFenceFeatureFlagBits* = VkExternalFenceFeatureFlagBits_1124075228
else:
  static :
    hint("Declaration of " & "VkExternalFenceFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTimelineSemaphoreFeatures):
  type
    struct_VkPhysicalDeviceTimelineSemaphoreFeatures* = struct_VkPhysicalDeviceTimelineSemaphoreFeatures_1124075666
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTimelineSemaphoreFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCullModeEXT):
  type
    PFN_vkCmdSetCullModeEXT* = PFN_vkCmdSetCullModeEXT_1124079902
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCullModeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePerformanceCountersByRegionFeaturesARM):
  type
    VkPhysicalDevicePerformanceCountersByRegionFeaturesARM* = VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082378
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePerformanceCountersByRegionFeaturesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCornerSampledImageFeaturesNV):
  type
    VkPhysicalDeviceCornerSampledImageFeaturesNV* = VkPhysicalDeviceCornerSampledImageFeaturesNV_1124078814
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCornerSampledImageFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT):
  type
    VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT* = VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT_1124082338
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterUnitKHR):
  type
    VkPerformanceCounterUnitKHR* = VkPerformanceCounterUnitKHR_1124077326
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterUnitKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLegacyDitheringFeaturesEXT):
  type
    VkPhysicalDeviceLegacyDitheringFeaturesEXT* = VkPhysicalDeviceLegacyDitheringFeaturesEXT_1124081476
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLegacyDitheringFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateTypeKHR):
  type
    VkDescriptorUpdateTemplateTypeKHR* = VkDescriptorUpdateTemplateTypeKHR_1124077242
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateTypeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR):
  type
    struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR* = struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR_1124082790
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePortabilitySubsetPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndDebugUtilsLabelEXT):
  type
    PFN_vkCmdEndDebugUtilsLabelEXT* = PFN_vkCmdEndDebugUtilsLabelEXT_1124079104
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineColorBlendStateCreateInfo):
  type
    struct_VkPipelineColorBlendStateCreateInfo* = struct_VkPipelineColorBlendStateCreateInfo_1124074828
else:
  static :
    hint("Declaration of " & "struct_VkPipelineColorBlendStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkDescriptorPoolResetFlags):
  type
    VkDescriptorPoolResetFlags* = VkDescriptorPoolResetFlags_1124074364
else:
  static :
    hint("Declaration of " & "VkDescriptorPoolResetFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceOpacityMicromapFeaturesEXT):
  type
    VkPhysicalDeviceOpacityMicromapFeaturesEXT* = VkPhysicalDeviceOpacityMicromapFeaturesEXT_1124080826
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceOpacityMicromapFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkFenceImportFlagBits):
  type
    VkFenceImportFlagBits* = VkFenceImportFlagBits_1124075234
else:
  static :
    hint("Declaration of " & "VkFenceImportFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR):
  type
    struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR* = struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR_1124078500
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV):
  type
    PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV* = PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV_1124081604
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceCooperativeVectorPropertiesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindImageMemory2KHR):
  type
    PFN_vkBindImageMemory2KHR* = PFN_vkBindImageMemory2KHR_1124077506
else:
  static :
    hint("Declaration of " & "PFN_vkBindImageMemory2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassMultiviewCreateInfo):
  type
    struct_VkRenderPassMultiviewCreateInfo* = struct_VkRenderPassMultiviewCreateInfo_1124075522
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassMultiviewCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoFormatQuantizationMapPropertiesKHR):
  type
    struct_VkVideoFormatQuantizationMapPropertiesKHR* = struct_VkVideoFormatQuantizationMapPropertiesKHR_1124078492
else:
  static :
    hint("Declaration of " & "struct_VkVideoFormatQuantizationMapPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTexelBufferAlignmentProperties):
  type
    VkPhysicalDeviceTexelBufferAlignmentProperties* = VkPhysicalDeviceTexelBufferAlignmentProperties_1124076076
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTexelBufferAlignmentProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeAV1CapabilitiesKHR):
  type
    struct_VkVideoDecodeAV1CapabilitiesKHR* = struct_VkVideoDecodeAV1CapabilitiesKHR_1124078200
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeAV1CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkValidationCheckEXT):
  type
    enum_VkValidationCheckEXT* = enum_VkValidationCheckEXT_1124078842
else:
  static :
    hint("Declaration of " & "enum_VkValidationCheckEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryHostPointerPropertiesEXT):
  type
    PFN_vkGetMemoryHostPointerPropertiesEXT* = PFN_vkGetMemoryHostPointerPropertiesEXT_1124079508
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryHostPointerPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceValueDataINTEL):
  type
    VkPerformanceValueDataINTEL* = VkPerformanceValueDataINTEL_1124079650
else:
  static :
    hint("Declaration of " & "VkPerformanceValueDataINTEL" &
        " already exists, not redeclaring")
when not declared(VkSwapchainPresentModeInfoKHR):
  type
    VkSwapchainPresentModeInfoKHR* = VkSwapchainPresentModeInfoKHR_1124078152
else:
  static :
    hint("Declaration of " & "VkSwapchainPresentModeInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineDepthStencilStateCreateFlagBits):
  type
    enum_VkPipelineDepthStencilStateCreateFlagBits* = enum_VkPipelineDepthStencilStateCreateFlagBits_1124074396
else:
  static :
    hint("Declaration of " & "enum_VkPipelineDepthStencilStateCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalSemaphoreProperties):
  type
    struct_VkExternalSemaphoreProperties* = struct_VkExternalSemaphoreProperties_1124075452
else:
  static :
    hint("Declaration of " & "struct_VkExternalSemaphoreProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPushDescriptorSetWithTemplateInfo):
  type
    struct_VkPushDescriptorSetWithTemplateInfo* = struct_VkPushDescriptorSetWithTemplateInfo_1124076364
else:
  static :
    hint("Declaration of " & "struct_VkPushDescriptorSetWithTemplateInfo" &
        " already exists, not redeclaring")
when not declared(VkQueueGlobalPriorityEXT):
  type
    VkQueueGlobalPriorityEXT* = VkQueueGlobalPriorityEXT_1124079492
else:
  static :
    hint("Declaration of " & "VkQueueGlobalPriorityEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9LoopFilter):
  type
    StdVideoVP9LoopFilter* = StdVideoVP9LoopFilter_1124083106
else:
  static :
    hint("Declaration of " & "StdVideoVP9LoopFilter" &
        " already exists, not redeclaring")
when not declared(struct_VkDispatchGraphInfoAMDX):
  type
    struct_VkDispatchGraphInfoAMDX* = struct_VkDispatchGraphInfoAMDX_1124082814
else:
  static :
    hint("Declaration of " & "struct_VkDispatchGraphInfoAMDX" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265SubLayerHrdParameters):
  type
    struct_StdVideoH265SubLayerHrdParameters* = struct_StdVideoH265SubLayerHrdParameters_1124083324
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265SubLayerHrdParameters" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1TimingInfoFlags):
  type
    struct_StdVideoAV1TimingInfoFlags* = struct_StdVideoAV1TimingInfoFlags_1124083348
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1TimingInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkInputAttachmentAspectReferenceKHR):
  type
    VkInputAttachmentAspectReferenceKHR* = VkInputAttachmentAspectReferenceKHR_1124077396
else:
  static :
    hint("Declaration of " & "VkInputAttachmentAspectReferenceKHR" &
        " already exists, not redeclaring")
when not declared(VkDevice):
  type
    VkDevice* = VkDevice_1124073943
else:
  static :
    hint("Declaration of " & "VkDevice" & " already exists, not redeclaring")
when not declared(struct_VkSparseMemoryBind):
  type
    struct_VkSparseMemoryBind* = struct_VkSparseMemoryBind_1124074580
else:
  static :
    hint("Declaration of " & "struct_VkSparseMemoryBind" &
        " already exists, not redeclaring")
when not declared(enum_VkPeerMemoryFeatureFlagBits):
  type
    enum_VkPeerMemoryFeatureFlagBits* = enum_VkPeerMemoryFeatureFlagBits_1124075194
else:
  static :
    hint("Declaration of " & "enum_VkPeerMemoryFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(VkVideoChromaSubsamplingFlagsKHR):
  type
    VkVideoChromaSubsamplingFlagsKHR* = VkVideoChromaSubsamplingFlagsKHR_1124076650
else:
  static :
    hint("Declaration of " & "VkVideoChromaSubsamplingFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkImageResolve2KHR):
  type
    VkImageResolve2KHR* = VkImageResolve2KHR_1124077938
else:
  static :
    hint("Declaration of " & "VkImageResolve2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkViewportSwizzleNV):
  type
    struct_VkViewportSwizzleNV* = struct_VkViewportSwizzleNV_1124078986
else:
  static :
    hint("Declaration of " & "struct_VkViewportSwizzleNV" &
        " already exists, not redeclaring")
when not declared(VkDirectDriverLoadingListLUNARG):
  type
    VkDirectDriverLoadingListLUNARG* = VkDirectDriverLoadingListLUNARG_1124081242
else:
  static :
    hint("Declaration of " & "VkDirectDriverLoadingListLUNARG" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureTriangleClusterInputNV):
  type
    VkClusterAccelerationStructureTriangleClusterInputNV* = VkClusterAccelerationStructureTriangleClusterInputNV_1124082066
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureTriangleClusterInputNV" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapUsageEXT):
  type
    struct_VkMicromapUsageEXT* = struct_VkMicromapUsageEXT_1124080808
else:
  static :
    hint("Declaration of " & "struct_VkMicromapUsageEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR):
  type
    struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR* = struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR_1124078138
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSwapchainMaintenance1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeSessionParametersGetInfoKHR):
  type
    VkVideoEncodeSessionParametersGetInfoKHR* = VkVideoEncodeSessionParametersGetInfoKHR_1124077848
else:
  static :
    hint("Declaration of " & "VkVideoEncodeSessionParametersGetInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH265ProfileIdc):
  type
    enum_StdVideoH265ProfileIdc* = enum_StdVideoH265ProfileIdc_1124082932
else:
  static :
    hint("Declaration of " & "enum_StdVideoH265ProfileIdc" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV):
  type
    struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV* = struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV_1124080092
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceInheritedViewportScissorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceImageFormatProperties2):
  type
    PFN_vkGetPhysicalDeviceImageFormatProperties2* = PFN_vkGetPhysicalDeviceImageFormatProperties2_1124075564
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(VkDedicatedAllocationMemoryAllocateInfoNV):
  type
    VkDedicatedAllocationMemoryAllocateInfoNV* = VkDedicatedAllocationMemoryAllocateInfoNV_1124078718
else:
  static :
    hint("Declaration of " & "VkDedicatedAllocationMemoryAllocateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineCoverageToColorStateCreateFlagsNV):
  type
    VkPipelineCoverageToColorStateCreateFlagsNV* = VkPipelineCoverageToColorStateCreateFlagsNV_1124079184
else:
  static :
    hint("Declaration of " & "VkPipelineCoverageToColorStateCreateFlagsNV" &
        " already exists, not redeclaring")
when not declared(HWND):
  type
    HWND* = HWND_1124082650
else:
  static :
    hint("Declaration of " & "HWND" & " already exists, not redeclaring")
when not declared(struct_VkExecutionGraphPipelineCreateInfoAMDX):
  type
    struct_VkExecutionGraphPipelineCreateInfoAMDX* = struct_VkExecutionGraphPipelineCreateInfoAMDX_1124082806
else:
  static :
    hint("Declaration of " & "struct_VkExecutionGraphPipelineCreateInfoAMDX" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreGetWin32HandleInfoKHR):
  type
    VkSemaphoreGetWin32HandleInfoKHR* = VkSemaphoreGetWin32HandleInfoKHR_1124082704
else:
  static :
    hint("Declaration of " & "VkSemaphoreGetWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteTimestamp2):
  type
    PFN_vkCmdWriteTimestamp2* = PFN_vkCmdWriteTimestamp2_1124076126
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteTimestamp2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPipelineBarrier2):
  type
    PFN_vkCmdPipelineBarrier2* = PFN_vkCmdPipelineBarrier2_1124076124
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPipelineBarrier2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateWin32SurfaceKHR):
  type
    PFN_vkCreateWin32SurfaceKHR* = PFN_vkCreateWin32SurfaceKHR_1124082654
else:
  static :
    hint("Declaration of " & "PFN_vkCreateWin32SurfaceKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetDebugUtilsObjectTagEXT):
  type
    PFN_vkSetDebugUtilsObjectTagEXT* = PFN_vkSetDebugUtilsObjectTagEXT_1124079094
else:
  static :
    hint("Declaration of " & "PFN_vkSetDebugUtilsObjectTagEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265ReferenceInfoFlags):
  type
    struct_StdVideoEncodeH265ReferenceInfoFlags* = struct_StdVideoEncodeH265ReferenceInfoFlags_1124083186
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM):
  type
    struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM* = struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM_1124082376
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePerformanceCountersByRegionFeaturesARM" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutTokenEXT):
  type
    VkIndirectCommandsLayoutTokenEXT* = VkIndirectCommandsLayoutTokenEXT_1124082272
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutTokenEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferView):
  type
    VkBufferView* = VkBufferView_1124073967
else:
  static :
    hint("Declaration of " & "VkBufferView" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthClampControlFeaturesEXT):
  type
    VkPhysicalDeviceDepthClampControlFeaturesEXT* = VkPhysicalDeviceDepthClampControlFeaturesEXT_1124082342
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthClampControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureMoveObjectsInfoNV):
  type
    struct_VkClusterAccelerationStructureMoveObjectsInfoNV* = struct_VkClusterAccelerationStructureMoveObjectsInfoNV_1124082096
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureMoveObjectsInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPerTileEndInfoQCOM):
  type
    struct_VkPerTileEndInfoQCOM* = struct_VkPerTileEndInfoQCOM_1124080240
else:
  static :
    hint("Declaration of " & "struct_VkPerTileEndInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkRenderPassInputAttachmentAspectCreateInfo):
  type
    VkRenderPassInputAttachmentAspectCreateInfo* = VkRenderPassInputAttachmentAspectCreateInfo_1124075516
else:
  static :
    hint("Declaration of " & "VkRenderPassInputAttachmentAspectCreateInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkDriverId):
  type
    enum_VkDriverId* = enum_VkDriverId_1124075596
else:
  static :
    hint("Declaration of " & "enum_VkDriverId" &
        " already exists, not redeclaring")
when not declared(VkPipelineExecutableStatisticKHR):
  type
    VkPipelineExecutableStatisticKHR* = VkPipelineExecutableStatisticKHR_1124077728
else:
  static :
    hint("Declaration of " & "VkPipelineExecutableStatisticKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyPipelineLayout):
  type
    PFN_vkDestroyPipelineLayout* = PFN_vkDestroyPipelineLayout_1124075070
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyPipelineLayout" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryBufferCreateInfoKHR):
  type
    VkExternalMemoryBufferCreateInfoKHR* = VkExternalMemoryBufferCreateInfoKHR_1124077164
else:
  static :
    hint("Declaration of " & "VkExternalMemoryBufferCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPushDescriptorSetWithTemplateInfoKHR):
  type
    VkPushDescriptorSetWithTemplateInfoKHR* = VkPushDescriptorSetWithTemplateInfoKHR_1124078402
else:
  static :
    hint("Declaration of " & "VkPushDescriptorSetWithTemplateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSparseMemoryRequirements):
  type
    PFN_vkGetImageSparseMemoryRequirements* = PFN_vkGetImageSparseMemoryRequirements_1124074956
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSparseMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV):
  type
    VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV* = VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081080
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndexedIndirect):
  type
    PFN_vkCmdDrawIndexedIndirect* = PFN_vkCmdDrawIndexedIndirect_1124075150
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndexedIndirect" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineCacheHeaderVersion):
  type
    enum_VkPipelineCacheHeaderVersion* = enum_VkPipelineCacheHeaderVersion_1124074060
else:
  static :
    hint("Declaration of " & "enum_VkPipelineCacheHeaderVersion" &
        " already exists, not redeclaring")
when not declared(struct_VkGeneratedCommandsMemoryRequirementsInfoNV):
  type
    struct_VkGeneratedCommandsMemoryRequirementsInfoNV* = struct_VkGeneratedCommandsMemoryRequirementsInfoNV_1124080076
else:
  static :
    hint("Declaration of " &
        "struct_VkGeneratedCommandsMemoryRequirementsInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceCounterDescriptionKHR):
  type
    struct_VkPerformanceCounterDescriptionKHR* = struct_VkPerformanceCounterDescriptionKHR_1124077360
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceCounterDescriptionKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT):
  type
    VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT* = VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT_1124081906
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM):
  type
    PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM* = PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM_1124081832
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetDataGraphPipelineSessionMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(VkImageViewCreateInfo):
  type
    VkImageViewCreateInfo* = VkImageViewCreateInfo_1124074646
else:
  static :
    hint("Declaration of " & "VkImageViewCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkVertexInputBindingDivisorDescription):
  type
    VkVertexInputBindingDivisorDescription* = VkVertexInputBindingDivisorDescription_1124076402
else:
  static :
    hint("Declaration of " & "VkVertexInputBindingDivisorDescription" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderStatisticsInfoAMD):
  type
    struct_VkShaderStatisticsInfoAMD* = struct_VkShaderStatisticsInfoAMD_1124078806
else:
  static :
    hint("Declaration of " & "struct_VkShaderStatisticsInfoAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT):
  type
    struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT* = struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078408
else:
  static :
    hint("Declaration of " &
        "struct_VkBindDescriptorBufferEmbeddedSamplersInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalFenceProperties):
  type
    struct_VkExternalFenceProperties* = struct_VkExternalFenceProperties_1124075436
else:
  static :
    hint("Declaration of " & "struct_VkExternalFenceProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPrivateDataSlotCreateInfo):
  type
    struct_VkPrivateDataSlotCreateInfo* = struct_VkPrivateDataSlotCreateInfo_1124075922
else:
  static :
    hint("Declaration of " & "struct_VkPrivateDataSlotCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV):
  type
    struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV* = struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079832
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCoverageReductionModeFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLineStipple):
  type
    PFN_vkCmdSetLineStipple* = PFN_vkCmdSetLineStipple_1124076456
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLineStipple" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1QuantizationFlags):
  type
    StdVideoAV1QuantizationFlags* = StdVideoAV1QuantizationFlags_1124083292
else:
  static :
    hint("Declaration of " & "StdVideoAV1QuantizationFlags" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowSessionCreateFlagBitsNV):
  type
    VkOpticalFlowSessionCreateFlagBitsNV* = VkOpticalFlowSessionCreateFlagBitsNV_1124081426
else:
  static :
    hint("Declaration of " & "VkOpticalFlowSessionCreateFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryType):
  type
    VkMemoryType* = VkMemoryType_1124074522
else:
  static :
    hint("Declaration of " & "VkMemoryType" & " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1PictureInfoKHR):
  type
    VkVideoEncodeAV1PictureInfoKHR* = VkVideoEncodeAV1PictureInfoKHR_1124078288
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT* = struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT_1124081382
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH264ReferenceInfoFlags):
  type
    struct_StdVideoDecodeH264ReferenceInfoFlags* = struct_StdVideoDecodeH264ReferenceInfoFlags_1124083190
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH264ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilCompareMask):
  type
    PFN_vkCmdSetStencilCompareMask* = PFN_vkCmdSetStencilCompareMask_1124075134
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilCompareMask" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyImageView):
  type
    PFN_vkDestroyImageView* = PFN_vkDestroyImageView_1124074994
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyImageView" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceGroupPeerMemoryFeatures):
  type
    PFN_vkGetDeviceGroupPeerMemoryFeatures* = PFN_vkGetDeviceGroupPeerMemoryFeatures_1124075546
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceGroupPeerMemoryFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDescriptorBufferOffsetsEXT):
  type
    PFN_vkCmdSetDescriptorBufferOffsetsEXT* = PFN_vkCmdSetDescriptorBufferOffsetsEXT_1124080324
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDescriptorBufferOffsetsEXT" &
        " already exists, not redeclaring")
when not declared(VkSubmitInfo2):
  type
    VkSubmitInfo2* = VkSubmitInfo2_1124075952
else:
  static :
    hint("Declaration of " & "VkSubmitInfo2" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1SessionCreateInfoKHR):
  type
    VkVideoEncodeAV1SessionCreateInfoKHR* = VkVideoEncodeAV1SessionCreateInfoKHR_1124078274
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1SessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewport):
  type
    PFN_vkCmdSetViewport* = PFN_vkCmdSetViewport_1124075122
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewport" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR):
  type
    VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR* = VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR_1124078352
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkCooperativeVectorMatrixLayoutNV):
  type
    VkCooperativeVectorMatrixLayoutNV* = VkCooperativeVectorMatrixLayoutNV_1124081586
else:
  static :
    hint("Declaration of " & "VkCooperativeVectorMatrixLayoutNV" &
        " already exists, not redeclaring")
when not declared(VkDescriptorGetTensorInfoARM):
  type
    VkDescriptorGetTensorInfoARM* = VkDescriptorGetTensorInfoARM_1124081346
else:
  static :
    hint("Declaration of " & "VkDescriptorGetTensorInfoARM" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceFeatureFlags):
  type
    VkExternalFenceFeatureFlags* = VkExternalFenceFeatureFlags_1124075230
else:
  static :
    hint("Declaration of " & "VkExternalFenceFeatureFlags" &
        " already exists, not redeclaring")
when not declared(VkSubpassDependency2):
  type
    VkSubpassDependency2* = VkSubpassDependency2_1124075780
else:
  static :
    hint("Declaration of " & "VkSubpassDependency2" &
        " already exists, not redeclaring")
when not declared(enum_VkAttachmentLoadOp):
  type
    enum_VkAttachmentLoadOp* = enum_VkAttachmentLoadOp_1124074128
else:
  static :
    hint("Declaration of " & "enum_VkAttachmentLoadOp" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPresentInfoKHR):
  type
    struct_VkDisplayPresentInfoKHR* = struct_VkDisplayPresentInfoKHR_1124076626
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPresentInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndQuery):
  type
    PFN_vkCmdEndQuery* = PFN_vkCmdEndQuery_1124075028
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndQuery" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsIndexBufferTokenEXT):
  type
    VkIndirectCommandsIndexBufferTokenEXT* = VkIndirectCommandsIndexBufferTokenEXT_1124082260
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsIndexBufferTokenEXT" &
        " already exists, not redeclaring")
when not declared(HANDLE):
  type
    HANDLE* = HANDLE_1124082660
else:
  static :
    hint("Declaration of " & "HANDLE" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageProcessing2FeaturesQCOM):
  type
    VkPhysicalDeviceImageProcessing2FeaturesQCOM* = VkPhysicalDeviceImageProcessing2FeaturesQCOM_1124081866
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageProcessing2FeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkGeneratedCommandsPipelineInfoEXT):
  type
    VkGeneratedCommandsPipelineInfoEXT* = VkGeneratedCommandsPipelineInfoEXT_1124082292
else:
  static :
    hint("Declaration of " & "VkGeneratedCommandsPipelineInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferInheritanceRenderingInfo):
  type
    VkCommandBufferInheritanceRenderingInfo* = VkCommandBufferInheritanceRenderingInfo_1124076112
else:
  static :
    hint("Declaration of " & "VkCommandBufferInheritanceRenderingInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceValueINTEL):
  type
    struct_VkPerformanceValueINTEL* = struct_VkPerformanceValueINTEL_1124079652
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceValueINTEL" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorIndexingFeatures):
  type
    VkPhysicalDeviceDescriptorIndexingFeatures* = VkPhysicalDeviceDescriptorIndexingFeatures_1124075732
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorIndexingFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV):
  type
    VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV* = VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV_1124081578
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDedicatedAllocationImageCreateInfoNV):
  type
    struct_VkDedicatedAllocationImageCreateInfoNV* = struct_VkDedicatedAllocationImageCreateInfoNV_1124078708
else:
  static :
    hint("Declaration of " & "struct_VkDedicatedAllocationImageCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkMicromapTypeEXT):
  type
    enum_VkMicromapTypeEXT* = enum_VkMicromapTypeEXT_1124080768
else:
  static :
    hint("Declaration of " & "enum_VkMicromapTypeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDynamicRenderingTilePropertiesQCOM):
  type
    PFN_vkGetDynamicRenderingTilePropertiesQCOM* = PFN_vkGetDynamicRenderingTilePropertiesQCOM_1124081556
else:
  static :
    hint("Declaration of " & "PFN_vkGetDynamicRenderingTilePropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerCubicWeightsCreateInfoQCOM):
  type
    struct_VkSamplerCubicWeightsCreateInfoQCOM* = struct_VkSamplerCubicWeightsCreateInfoQCOM_1124081884
else:
  static :
    hint("Declaration of " & "struct_VkSamplerCubicWeightsCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterDescriptionKHR):
  type
    VkPerformanceCounterDescriptionKHR* = VkPerformanceCounterDescriptionKHR_1124077362
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterDescriptionKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingInputAttachmentIndexInfo):
  type
    struct_VkRenderingInputAttachmentIndexInfo* = struct_VkRenderingInputAttachmentIndexInfo_1124076424
else:
  static :
    hint("Declaration of " & "struct_VkRenderingInputAttachmentIndexInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderFloat16Int8Features):
  type
    VkPhysicalDeviceShaderFloat16Int8Features* = VkPhysicalDeviceShaderFloat16Int8Features_1124075720
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderFloat16Int8Features" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferInheritanceConditionalRenderingInfoEXT):
  type
    VkCommandBufferInheritanceConditionalRenderingInfoEXT* = VkCommandBufferInheritanceConditionalRenderingInfoEXT_1124078886
else:
  static :
    hint("Declaration of " &
        "VkCommandBufferInheritanceConditionalRenderingInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShadingRateImageFeaturesNV):
  type
    struct_VkPhysicalDeviceShadingRateImageFeaturesNV* = struct_VkPhysicalDeviceShadingRateImageFeaturesNV_1124079298
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShadingRateImageFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkExportFenceCreateInfoKHR):
  type
    VkExportFenceCreateInfoKHR* = VkExportFenceCreateInfoKHR_1124077310
else:
  static :
    hint("Declaration of " & "VkExportFenceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV):
  type
    VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV* = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV_1124080030
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePCIBusInfoPropertiesEXT):
  type
    struct_VkPhysicalDevicePCIBusInfoPropertiesEXT* = struct_VkPhysicalDevicePCIBusInfoPropertiesEXT_1124079700
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevicePCIBusInfoPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueGlobalPriorityCreateInfo):
  type
    VkDeviceQueueGlobalPriorityCreateInfo* = VkDeviceQueueGlobalPriorityCreateInfo_1124076234
else:
  static :
    hint("Declaration of " & "VkDeviceQueueGlobalPriorityCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkDecompressMemoryRegionNV):
  type
    VkDecompressMemoryRegionNV* = VkDecompressMemoryRegionNV_1124081030
else:
  static :
    hint("Declaration of " & "VkDecompressMemoryRegionNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryRequirements):
  type
    VkMemoryRequirements* = VkMemoryRequirements_1124074578
else:
  static :
    hint("Declaration of " & "VkMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG):
  type
    struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG* = struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG_1124079048
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG" &
        " already exists, not redeclaring")
when not declared(struct_VkImageStencilUsageCreateInfo):
  type
    struct_VkImageStencilUsageCreateInfo* = struct_VkImageStencilUsageCreateInfo_1124075802
else:
  static :
    hint("Declaration of " & "struct_VkImageStencilUsageCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyProperties2KHR):
  type
    VkQueueFamilyProperties2KHR* = VkQueueFamilyProperties2KHR_1124077080
else:
  static :
    hint("Declaration of " & "VkQueueFamilyProperties2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT):
  type
    struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT* = struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079000
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDiscardRectanglePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkSurfaceFormatKHR):
  type
    VkSurfaceFormatKHR* = VkSurfaceFormatKHR_1124076494
else:
  static :
    hint("Declaration of " & "VkSurfaceFormatKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyIndirectCommandsLayoutNV):
  type
    PFN_vkDestroyIndirectCommandsLayoutNV* = PFN_vkDestroyIndirectCommandsLayoutNV_1124080090
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyIndirectCommandsLayoutNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceHostImageCopyProperties):
  type
    VkPhysicalDeviceHostImageCopyProperties* = VkPhysicalDeviceHostImageCopyProperties_1124076298
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceHostImageCopyProperties" &
        " already exists, not redeclaring")
when not declared(VkSubresourceLayout2EXT):
  type
    VkSubresourceLayout2EXT* = VkSubresourceLayout2EXT_1124079950
else:
  static :
    hint("Declaration of " & "VkSubresourceLayout2EXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateIndirectCommandsLayoutEXT):
  type
    PFN_vkCreateIndirectCommandsLayoutEXT* = PFN_vkCreateIndirectCommandsLayoutEXT_1124082308
else:
  static :
    hint("Declaration of " & "PFN_vkCreateIndirectCommandsLayoutEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFeatures2):
  type
    VkPhysicalDeviceFeatures2* = VkPhysicalDeviceFeatures2_1124075334
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFeatures2" &
        " already exists, not redeclaring")
when not declared(VkBindIndexBufferIndirectCommandNV):
  type
    VkBindIndexBufferIndirectCommandNV* = VkBindIndexBufferIndirectCommandNV_1124080050
else:
  static :
    hint("Declaration of " & "VkBindIndexBufferIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR):
  type
    struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR* = struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR_1124078472
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeSessionIntraRefreshCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferMemoryRequirementsInfo2KHR):
  type
    VkBufferMemoryRequirementsInfo2KHR* = VkBufferMemoryRequirementsInfo2KHR_1124077458
else:
  static :
    hint("Declaration of " & "VkBufferMemoryRequirementsInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSampleLocationsPropertiesEXT):
  type
    struct_VkPhysicalDeviceSampleLocationsPropertiesEXT* = struct_VkPhysicalDeviceSampleLocationsPropertiesEXT_1124079156
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSampleLocationsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkFullScreenExclusiveEXT):
  type
    enum_VkFullScreenExclusiveEXT* = enum_VkFullScreenExclusiveEXT_1124082740
else:
  static :
    hint("Declaration of " & "enum_VkFullScreenExclusiveEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageAlignmentControlFeaturesMESA):
  type
    VkPhysicalDeviceImageAlignmentControlFeaturesMESA* = VkPhysicalDeviceImageAlignmentControlFeaturesMESA_1124082322
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageAlignmentControlFeaturesMESA" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetBufferOpaqueCaptureAddressKHR):
  type
    PFN_vkGetBufferOpaqueCaptureAddressKHR* = PFN_vkGetBufferOpaqueCaptureAddressKHR_1124077686
else:
  static :
    hint("Declaration of " & "PFN_vkGetBufferOpaqueCaptureAddressKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT):
  type
    PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT* = PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT_1124080326
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindDescriptorBufferEmbeddedSamplersEXT" &
        " already exists, not redeclaring")
when not declared(VkTensorFormatPropertiesARM):
  type
    VkTensorFormatPropertiesARM* = VkTensorFormatPropertiesARM_1124081290
else:
  static :
    hint("Declaration of " & "VkTensorFormatPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferUsageFlags2CreateInfo):
  type
    struct_VkBufferUsageFlags2CreateInfo* = struct_VkBufferUsageFlags2CreateInfo_1124076276
else:
  static :
    hint("Declaration of " & "struct_VkBufferUsageFlags2CreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV):
  type
    struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV* = struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV_1124080372
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreationFeedbackCreateInfoEXT):
  type
    VkRenderPassCreationFeedbackCreateInfoEXT* = VkRenderPassCreationFeedbackCreateInfoEXT_1124081218
else:
  static :
    hint("Declaration of " & "VkRenderPassCreationFeedbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCoarseSampleOrderTypeNV):
  type
    VkCoarseSampleOrderTypeNV* = VkCoarseSampleOrderTypeNV_1124079288
else:
  static :
    hint("Declaration of " & "VkCoarseSampleOrderTypeNV" &
        " already exists, not redeclaring")
when not declared(enum_VkDeviceFaultAddressTypeEXT):
  type
    enum_VkDeviceFaultAddressTypeEXT* = enum_VkDeviceFaultAddressTypeEXT_1124080476
else:
  static :
    hint("Declaration of " & "enum_VkDeviceFaultAddressTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkSubresourceHostMemcpySize):
  type
    VkSubresourceHostMemcpySize* = VkSubresourceHostMemcpySize_1124076326
else:
  static :
    hint("Declaration of " & "VkSubresourceHostMemcpySize" &
        " already exists, not redeclaring")
when not declared(VkImportFenceWin32HandleInfoKHR):
  type
    VkImportFenceWin32HandleInfoKHR* = VkImportFenceWin32HandleInfoKHR_1124082712
else:
  static :
    hint("Declaration of " & "VkImportFenceWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkLogicOp):
  type
    enum_VkLogicOp* = enum_VkLogicOp_1124074124
else:
  static :
    hint("Declaration of " & "enum_VkLogicOp" &
        " already exists, not redeclaring")
when not declared(StdVideoH264SequenceParameterSetVui):
  type
    StdVideoH264SequenceParameterSetVui* = StdVideoH264SequenceParameterSetVui_1124082986
else:
  static :
    hint("Declaration of " & "StdVideoH264SequenceParameterSetVui" &
        " already exists, not redeclaring")
when not declared(VkDriverId):
  type
    VkDriverId* = VkDriverId_1124075598
else:
  static :
    hint("Declaration of " & "VkDriverId" & " already exists, not redeclaring")
when not declared(VkPipelineDynamicStateCreateInfo):
  type
    VkPipelineDynamicStateCreateInfo* = VkPipelineDynamicStateCreateInfo_1124074834
else:
  static :
    hint("Declaration of " & "VkPipelineDynamicStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceQueueFamilyProperties):
  type
    PFN_vkGetPhysicalDeviceQueueFamilyProperties* = PFN_vkGetPhysicalDeviceQueueFamilyProperties_1124074906
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceQueueFamilyProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelinePropertiesEXT):
  type
    PFN_vkGetPipelinePropertiesEXT* = PFN_vkGetPipelinePropertiesEXT_1124080632
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelinePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkResolveImageModeInfoKHR):
  type
    struct_VkResolveImageModeInfoKHR* = struct_VkResolveImageModeInfoKHR_1124078648
else:
  static :
    hint("Declaration of " & "struct_VkResolveImageModeInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationConservativeStateCreateInfoEXT):
  type
    VkPipelineRasterizationConservativeStateCreateInfoEXT* = VkPipelineRasterizationConservativeStateCreateInfoEXT_1124079026
else:
  static :
    hint("Declaration of " &
        "VkPipelineRasterizationConservativeStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDirectDriverLoadingListLUNARG):
  type
    struct_VkDirectDriverLoadingListLUNARG* = struct_VkDirectDriverLoadingListLUNARG_1124081240
else:
  static :
    hint("Declaration of " & "struct_VkDirectDriverLoadingListLUNARG" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR):
  type
    struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR* = struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR_1124077958
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkSamplerCreateFlagBits):
  type
    VkSamplerCreateFlagBits* = VkSamplerCreateFlagBits_1124074354
else:
  static :
    hint("Declaration of " & "VkSamplerCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT):
  type
    VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT* = VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT_1124080008
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkBlitImageInfo2):
  type
    struct_VkBlitImageInfo2* = struct_VkBlitImageInfo2_1124076082
else:
  static :
    hint("Declaration of " & "struct_VkBlitImageInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceProperties):
  type
    struct_VkPhysicalDeviceProperties* = struct_VkPhysicalDeviceProperties_1124074540
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumerateDeviceLayerProperties):
  type
    PFN_vkEnumerateDeviceLayerProperties* = PFN_vkEnumerateDeviceLayerProperties_1124074924
else:
  static :
    hint("Declaration of " & "PFN_vkEnumerateDeviceLayerProperties" &
        " already exists, not redeclaring")
when not declared(VkMemoryAllocateFlagsInfo):
  type
    VkMemoryAllocateFlagsInfo* = VkMemoryAllocateFlagsInfo_1124075282
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateFlagsInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFloatControlsProperties):
  type
    VkPhysicalDeviceFloatControlsProperties* = VkPhysicalDeviceFloatControlsProperties_1124075724
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFloatControlsProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetEvent2KHR):
  type
    PFN_vkCmdSetEvent2KHR* = PFN_vkCmdSetEvent2KHR_1124077888
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetEvent2KHR" &
        " already exists, not redeclaring")
when not declared(VkRayTracingLssPrimitiveEndCapsModeNV):
  type
    VkRayTracingLssPrimitiveEndCapsModeNV* = VkRayTracingLssPrimitiveEndCapsModeNV_1124081076
else:
  static :
    hint("Declaration of " & "VkRayTracingLssPrimitiveEndCapsModeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkExecutionGraphPipelineScratchSizeAMDX):
  type
    struct_VkExecutionGraphPipelineScratchSizeAMDX* = struct_VkExecutionGraphPipelineScratchSizeAMDX_1124082802
else:
  static :
    hint("Declaration of " & "struct_VkExecutionGraphPipelineScratchSizeAMDX" &
        " already exists, not redeclaring")
when not declared(StdVideoH264SliceType):
  type
    StdVideoH264SliceType* = StdVideoH264SliceType_1124082994
else:
  static :
    hint("Declaration of " & "StdVideoH264SliceType" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsPushConstantTokenEXT):
  type
    VkIndirectCommandsPushConstantTokenEXT* = VkIndirectCommandsPushConstantTokenEXT_1124082252
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsPushConstantTokenEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceTimelineSemaphoreFeaturesKHR):
  type
    VkPhysicalDeviceTimelineSemaphoreFeaturesKHR* = VkPhysicalDeviceTimelineSemaphoreFeaturesKHR_1124077588
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceTimelineSemaphoreFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderingAreaInfo):
  type
    VkRenderingAreaInfo* = VkRenderingAreaInfo_1124076414
else:
  static :
    hint("Declaration of " & "VkRenderingAreaInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkXlibSurfaceCreateInfoKHR):
  type
    struct_VkXlibSurfaceCreateInfoKHR* = struct_VkXlibSurfaceCreateInfoKHR_1124082772
else:
  static :
    hint("Declaration of " & "struct_VkXlibSurfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkEventCreateInfo):
  type
    VkEventCreateInfo* = VkEventCreateInfo_1124074690
else:
  static :
    hint("Declaration of " & "VkEventCreateInfo" &
        " already exists, not redeclaring")
when not declared(StdVideoH264MemMgmtControlOp):
  type
    StdVideoH264MemMgmtControlOp* = StdVideoH264MemMgmtControlOp_1124083370
else:
  static :
    hint("Declaration of " & "StdVideoH264MemMgmtControlOp" &
        " already exists, not redeclaring")
when not declared(PFN_vkUnmapMemory2KHR):
  type
    PFN_vkUnmapMemory2KHR* = PFN_vkUnmapMemory2KHR_1124077750
else:
  static :
    hint("Declaration of " & "PFN_vkUnmapMemory2KHR" &
        " already exists, not redeclaring")
when not declared(enum_VkImageCompressionFlagBitsEXT):
  type
    enum_VkImageCompressionFlagBitsEXT* = enum_VkImageCompressionFlagBitsEXT_1124080444
else:
  static :
    hint("Declaration of " & "enum_VkImageCompressionFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH265PictureInfoFlags):
  type
    struct_StdVideoDecodeH265PictureInfoFlags* = struct_StdVideoDecodeH265PictureInfoFlags_1124083192
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH265PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineProtectedAccessFeatures):
  type
    struct_VkPhysicalDevicePipelineProtectedAccessFeatures* = struct_VkPhysicalDevicePipelineProtectedAccessFeatures_1124076368
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineProtectedAccessFeatures" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlaneAlphaFlagBitsKHR):
  type
    VkDisplayPlaneAlphaFlagBitsKHR* = VkDisplayPlaneAlphaFlagBitsKHR_1124076578
else:
  static :
    hint("Declaration of " & "VkDisplayPlaneAlphaFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetQueueCheckpointData2NV):
  type
    PFN_vkGetQueueCheckpointData2NV* = PFN_vkGetQueueCheckpointData2NV_1124079620
else:
  static :
    hint("Declaration of " & "PFN_vkGetQueueCheckpointData2NV" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterStorageKHR):
  type
    VkPerformanceCounterStorageKHR* = VkPerformanceCounterStorageKHR_1124077334
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterStorageKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL):
  type
    VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL* = VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079624
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsIndexBufferTokenEXT):
  type
    struct_VkIndirectCommandsIndexBufferTokenEXT* = struct_VkIndirectCommandsIndexBufferTokenEXT_1124082258
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsIndexBufferTokenEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLineWidth):
  type
    PFN_vkCmdSetLineWidth* = PFN_vkCmdSetLineWidth_1124075126
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLineWidth" &
        " already exists, not redeclaring")
when not declared(union_VkPipelineExecutableStatisticValueKHR):
  type
    union_VkPipelineExecutableStatisticValueKHR* = union_VkPipelineExecutableStatisticValueKHR_1124077722
else:
  static :
    hint("Declaration of " & "union_VkPipelineExecutableStatisticValueKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR):
  type
    struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR* = struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR_1124077626
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShadingRatePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkConservativeRasterizationModeEXT):
  type
    VkConservativeRasterizationModeEXT* = VkConservativeRasterizationModeEXT_1124079016
else:
  static :
    hint("Declaration of " & "VkConservativeRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindAccelerationStructureMemoryNV):
  type
    PFN_vkBindAccelerationStructureMemoryNV* = PFN_vkBindAccelerationStructureMemoryNV_1124079456
else:
  static :
    hint("Declaration of " & "PFN_vkBindAccelerationStructureMemoryNV" &
        " already exists, not redeclaring")
when not declared(struct_VkInstanceCreateInfo):
  type
    struct_VkInstanceCreateInfo* = struct_VkInstanceCreateInfo_1124074512
else:
  static :
    hint("Declaration of " & "struct_VkInstanceCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureSRTMotionInstanceNV):
  type
    struct_VkAccelerationStructureSRTMotionInstanceNV* = struct_VkAccelerationStructureSRTMotionInstanceNV_1124080410
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureSRTMotionInstanceNV" &
        " already exists, not redeclaring")
when not declared(VkExportMemoryAllocateInfo):
  type
    VkExportMemoryAllocateInfo* = VkExportMemoryAllocateInfo_1124075430
else:
  static :
    hint("Declaration of " & "VkExportMemoryAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265SessionParametersCreateInfoKHR):
  type
    struct_VkVideoEncodeH265SessionParametersCreateInfoKHR* = struct_VkVideoEncodeH265SessionParametersCreateInfoKHR_1124076960
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH265SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPartitionedAccelerationStructureInstanceFlagsNV):
  type
    VkPartitionedAccelerationStructureInstanceFlagsNV* = VkPartitionedAccelerationStructureInstanceFlagsNV_1124082140
else:
  static :
    hint("Declaration of " & "VkPartitionedAccelerationStructureInstanceFlagsNV" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH264ReferenceInfo):
  type
    StdVideoDecodeH264ReferenceInfo* = StdVideoDecodeH264ReferenceInfo_1124077042
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH264ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDispatch):
  type
    PFN_vkCmdDispatch* = PFN_vkCmdDispatch_1124075098
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDispatch" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVariablePointersFeatures):
  type
    struct_VkPhysicalDeviceVariablePointersFeatures* = struct_VkPhysicalDeviceVariablePointersFeatures_1124075464
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVariablePointersFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT):
  type
    VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT* = VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080940
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkOpticalFlowSessionCreateInfoNV):
  type
    struct_VkOpticalFlowSessionCreateInfoNV* = struct_VkOpticalFlowSessionCreateInfoNV_1124081452
else:
  static :
    hint("Declaration of " & "struct_VkOpticalFlowSessionCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessageSeverityFlagsEXT):
  type
    VkDebugUtilsMessageSeverityFlagsEXT* = VkDebugUtilsMessageSeverityFlagsEXT_1124079066
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessageSeverityFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceBufferDeviceAddressFeaturesEXT):
  type
    VkPhysicalDeviceBufferDeviceAddressFeaturesEXT* = VkPhysicalDeviceBufferDeviceAddressFeaturesEXT_1124079774
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceBufferDeviceAddressFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkStencilFaceFlags):
  type
    VkStencilFaceFlags* = VkStencilFaceFlags_1124074438
else:
  static :
    hint("Declaration of " & "VkStencilFaceFlags" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescription2):
  type
    VkSubpassDescription2* = VkSubpassDescription2_1124075776
else:
  static :
    hint("Declaration of " & "VkSubpassDescription2" &
        " already exists, not redeclaring")
when not declared(struct_VkFenceGetFdInfoKHR):
  type
    struct_VkFenceGetFdInfoKHR* = struct_VkFenceGetFdInfoKHR_1124077316
else:
  static :
    hint("Declaration of " & "struct_VkFenceGetFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1PictureInfo):
  type
    struct_StdVideoEncodeAV1PictureInfo* = struct_StdVideoEncodeAV1PictureInfo_1124082956
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1PictureInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryAllocateInfo):
  type
    struct_VkMemoryAllocateInfo* = struct_VkMemoryAllocateInfo_1124074572
else:
  static :
    hint("Declaration of " & "struct_VkMemoryAllocateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginConditionalRenderingEXT):
  type
    PFN_vkCmdBeginConditionalRenderingEXT* = PFN_vkCmdBeginConditionalRenderingEXT_1124078888
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginConditionalRenderingEXT" &
        " already exists, not redeclaring")
when not declared(VkSamplerCreateInfo):
  type
    VkSamplerCreateInfo* = VkSamplerCreateInfo_1124074730
else:
  static :
    hint("Declaration of " & "VkSamplerCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindIndexBuffer):
  type
    PFN_vkCmdBindIndexBuffer* = PFN_vkCmdBindIndexBuffer_1124075140
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindIndexBuffer" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueInfo2):
  type
    VkDeviceQueueInfo2* = VkDeviceQueueInfo2_1124075382
else:
  static :
    hint("Declaration of " & "VkDeviceQueueInfo2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateBuffer):
  type
    PFN_vkCreateBuffer* = PFN_vkCreateBuffer_1124074982
else:
  static :
    hint("Declaration of " & "PFN_vkCreateBuffer" &
        " already exists, not redeclaring")
when not declared(VkSurfaceTransformFlagBitsKHR):
  type
    VkSurfaceTransformFlagBitsKHR* = VkSurfaceTransformFlagBitsKHR_1124076478
else:
  static :
    hint("Declaration of " & "VkSurfaceTransformFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyImageInfo2KHR):
  type
    VkCopyImageInfo2KHR* = VkCopyImageInfo2KHR_1124077920
else:
  static :
    hint("Declaration of " & "VkCopyImageInfo2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeVP9PictureInfoKHR):
  type
    VkVideoDecodeVP9PictureInfoKHR* = VkVideoDecodeVP9PictureInfoKHR_1124078336
else:
  static :
    hint("Declaration of " & "VkVideoDecodeVP9PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV):
  type
    PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV* = PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV_1124079844
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" &
        " already exists, not redeclaring")
when not declared(VkShaderCreateFlagsEXT):
  type
    VkShaderCreateFlagsEXT* = VkShaderCreateFlagsEXT_1124081516
else:
  static :
    hint("Declaration of " & "VkShaderCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9Segmentation):
  type
    StdVideoVP9Segmentation* = StdVideoVP9Segmentation_1124083108
else:
  static :
    hint("Declaration of " & "StdVideoVP9Segmentation" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryHandlesInfoKHR):
  type
    VkPipelineBinaryHandlesInfoKHR* = VkPipelineBinaryHandlesInfoKHR_1124078102
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryHandlesInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSharingMode):
  type
    VkSharingMode* = VkSharingMode_1124074042
else:
  static :
    hint("Declaration of " & "VkSharingMode" &
        " already exists, not redeclaring")
when not declared(struct_VkTileMemoryRequirementsQCOM):
  type
    struct_VkTileMemoryRequirementsQCOM* = struct_VkTileMemoryRequirementsQCOM_1124081930
else:
  static :
    hint("Declaration of " & "struct_VkTileMemoryRequirementsQCOM" &
        " already exists, not redeclaring")
when not declared(VkSwapchainLatencyCreateInfoNV):
  type
    VkSwapchainLatencyCreateInfoNV* = VkSwapchainLatencyCreateInfoNV_1124081688
else:
  static :
    hint("Declaration of " & "VkSwapchainLatencyCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageMemoryBind):
  type
    struct_VkSparseImageMemoryBind* = struct_VkSparseImageMemoryBind_1124074596
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageMemoryBind" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometryAabbsDataKHR):
  type
    struct_VkAccelerationStructureGeometryAabbsDataKHR* = struct_VkAccelerationStructureGeometryAabbsDataKHR_1124082494
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureGeometryAabbsDataKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRobustnessImageBehavior):
  type
    VkPipelineRobustnessImageBehavior* = VkPipelineRobustnessImageBehavior_1124076194
else:
  static :
    hint("Declaration of " & "VkPipelineRobustnessImageBehavior" &
        " already exists, not redeclaring")
when not declared(PFN_vkMapMemory):
  type
    PFN_vkMapMemory* = PFN_vkMapMemory_1124074938
else:
  static :
    hint("Declaration of " & "PFN_vkMapMemory" &
        " already exists, not redeclaring")
when not declared(VkSparseImageFormatFlags):
  type
    VkSparseImageFormatFlags* = VkSparseImageFormatFlags_1124074230
else:
  static :
    hint("Declaration of " & "VkSparseImageFormatFlags" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX):
  type
    VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX* = VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX_1124082902
else:
  static :
    hint("Declaration of " &
        "VkAccelerationStructureDenseGeometryFormatTrianglesDataAMDX" &
        " already exists, not redeclaring")
when not declared(VkDisplayPropertiesKHR):
  type
    VkDisplayPropertiesKHR* = VkDisplayPropertiesKHR_1124076606
else:
  static :
    hint("Declaration of " & "VkDisplayPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV):
  type
    struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV* = struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080376
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineFragmentShadingRateEnumStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265SessionParametersGetInfoKHR):
  type
    struct_VkVideoEncodeH265SessionParametersGetInfoKHR* = struct_VkVideoEncodeH265SessionParametersGetInfoKHR_1124076964
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH265SessionParametersGetInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSubgroupProperties):
  type
    struct_VkPhysicalDeviceSubgroupProperties* = struct_VkPhysicalDeviceSubgroupProperties_1124075456
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceSubgroupProperties" &
        " already exists, not redeclaring")
when not declared(enum_VkCommandBufferLevel):
  type
    enum_VkCommandBufferLevel* = enum_VkCommandBufferLevel_1124074052
else:
  static :
    hint("Declaration of " & "enum_VkCommandBufferLevel" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureCreateInfoNV):
  type
    VkAccelerationStructureCreateInfoNV* = VkAccelerationStructureCreateInfoNV_1124079414
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlags):
  type
    VkBufferUsageFlags* = VkBufferUsageFlags_1124074268
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineSampleLocationsStateCreateInfoEXT):
  type
    struct_VkPipelineSampleLocationsStateCreateInfoEXT* = struct_VkPipelineSampleLocationsStateCreateInfoEXT_1124079152
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineSampleLocationsStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV):
  type
    struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV* = struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV_1124081078
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometryInstancesDataKHR):
  type
    struct_VkAccelerationStructureGeometryInstancesDataKHR* = struct_VkAccelerationStructureGeometryInstancesDataKHR_1124082498
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureGeometryInstancesDataKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueBindSparse):
  type
    PFN_vkQueueBindSparse* = PFN_vkQueueBindSparse_1124074960
else:
  static :
    hint("Declaration of " & "PFN_vkQueueBindSparse" &
        " already exists, not redeclaring")
when not declared(VkImageSubresource2EXT):
  type
    VkImageSubresource2EXT* = VkImageSubresource2EXT_1124079952
else:
  static :
    hint("Declaration of " & "VkImageSubresource2EXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ShortTermRefPicSet):
  type
    StdVideoH265ShortTermRefPicSet* = StdVideoH265ShortTermRefPicSet_1124083024
else:
  static :
    hint("Declaration of " & "StdVideoH265ShortTermRefPicSet" &
        " already exists, not redeclaring")
when not declared(VkDepthClampRangeEXT):
  type
    VkDepthClampRangeEXT* = VkDepthClampRangeEXT_1124081534
else:
  static :
    hint("Declaration of " & "VkDepthClampRangeEXT" &
        " already exists, not redeclaring")
when not declared(VkHostImageCopyFlags):
  type
    VkHostImageCopyFlags* = VkHostImageCopyFlags_1124076218
else:
  static :
    hint("Declaration of " & "VkHostImageCopyFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryToImageIndirectCommandKHR):
  type
    struct_VkCopyMemoryToImageIndirectCommandKHR* = struct_VkCopyMemoryToImageIndirectCommandKHR_1124078442
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryToImageIndirectCommandKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationProvokingVertexStateCreateInfoEXT):
  type
    VkPipelineRasterizationProvokingVertexStateCreateInfoEXT* = VkPipelineRasterizationProvokingVertexStateCreateInfoEXT_1124079868
else:
  static :
    hint("Declaration of " &
        "VkPipelineRasterizationProvokingVertexStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT):
  type
    PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT* = PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT_1124080334
else:
  static :
    hint("Declaration of " & "PFN_vkGetSamplerOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(VkBeginCustomResolveInfoEXT):
  type
    VkBeginCustomResolveInfoEXT* = VkBeginCustomResolveInfoEXT_1124082444
else:
  static :
    hint("Declaration of " & "VkBeginCustomResolveInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassTransformBeginInfoQCOM):
  type
    struct_VkRenderPassTransformBeginInfoQCOM* = struct_VkRenderPassTransformBeginInfoQCOM_1124080106
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassTransformBeginInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoVP9LoopFilter):
  type
    struct_StdVideoVP9LoopFilter* = struct_StdVideoVP9LoopFilter_1124083244
else:
  static :
    hint("Declaration of " & "struct_StdVideoVP9LoopFilter" &
        " already exists, not redeclaring")
when not declared(enum_VkViewportCoordinateSwizzleNV):
  type
    enum_VkViewportCoordinateSwizzleNV* = enum_VkViewportCoordinateSwizzleNV_1124078980
else:
  static :
    hint("Declaration of " & "enum_VkViewportCoordinateSwizzleNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeUsageFlagsKHR):
  type
    VkVideoEncodeUsageFlagsKHR* = VkVideoEncodeUsageFlagsKHR_1124077800
else:
  static :
    hint("Declaration of " & "VkVideoEncodeUsageFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueueBeginDebugUtilsLabelEXT):
  type
    PFN_vkQueueBeginDebugUtilsLabelEXT* = PFN_vkQueueBeginDebugUtilsLabelEXT_1124079096
else:
  static :
    hint("Declaration of " & "PFN_vkQueueBeginDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM):
  type
    struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM* = struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM_1124081848
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryDecompressionFeaturesNV):
  type
    VkPhysicalDeviceMemoryDecompressionFeaturesNV* = VkPhysicalDeviceMemoryDecompressionFeaturesNV_1124081036
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryDecompressionFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT):
  type
    struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT* = struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT_1124080938
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryFdPropertiesKHR):
  type
    PFN_vkGetMemoryFdPropertiesKHR* = PFN_vkGetMemoryFdPropertiesKHR_1124077182
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryFdPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetInstanceProcAddrLUNARG):
  type
    PFN_vkGetInstanceProcAddrLUNARG* = PFN_vkGetInstanceProcAddrLUNARG_1124081234
else:
  static :
    hint("Declaration of " & "PFN_vkGetInstanceProcAddrLUNARG" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDataGraphPipelineSessionARM):
  type
    PFN_vkDestroyDataGraphPipelineSessionARM* = PFN_vkDestroyDataGraphPipelineSessionARM_1124081836
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDataGraphPipelineSessionARM" &
        " already exists, not redeclaring")
when not declared(struct_VkAcquireNextImageInfoKHR):
  type
    struct_VkAcquireNextImageInfoKHR* = struct_VkAcquireNextImageInfoKHR_1124076536
else:
  static :
    hint("Declaration of " & "struct_VkAcquireNextImageInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan14Properties):
  type
    struct_VkPhysicalDeviceVulkan14Properties* = struct_VkPhysicalDeviceVulkan14Properties_1124076228
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan14Properties" &
        " already exists, not redeclaring")
when not declared(VkRenderingAreaInfoKHR):
  type
    VkRenderingAreaInfoKHR* = VkRenderingAreaInfoKHR_1124078004
else:
  static :
    hint("Declaration of " & "VkRenderingAreaInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteBufferMarkerAMD):
  type
    PFN_vkCmdWriteBufferMarkerAMD* = PFN_vkCmdWriteBufferMarkerAMD_1124079510
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteBufferMarkerAMD" &
        " already exists, not redeclaring")
when not declared(VkLineRasterizationMode):
  type
    VkLineRasterizationMode* = VkLineRasterizationMode_1124076202
else:
  static :
    hint("Declaration of " & "VkLineRasterizationMode" &
        " already exists, not redeclaring")
when not declared(VkDeviceDiagnosticsConfigFlagsNV):
  type
    VkDeviceDiagnosticsConfigFlagsNV* = VkDeviceDiagnosticsConfigFlagsNV_1124080208
else:
  static :
    hint("Declaration of " & "VkDeviceDiagnosticsConfigFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPlaneProperties2KHR):
  type
    struct_VkDisplayPlaneProperties2KHR* = struct_VkDisplayPlaneProperties2KHR_1124077426
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPlaneProperties2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkViewportWScalingNV):
  type
    struct_VkViewportWScalingNV* = struct_VkViewportWScalingNV_1124078892
else:
  static :
    hint("Declaration of " & "struct_VkViewportWScalingNV" &
        " already exists, not redeclaring")
when not declared(VkMemoryAllocateFlagBitsKHR):
  type
    VkMemoryAllocateFlagBitsKHR* = VkMemoryAllocateFlagBitsKHR_1124077108
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplayProperties2KHR):
  type
    VkDisplayProperties2KHR* = VkDisplayProperties2KHR_1124077424
else:
  static :
    hint("Declaration of " & "VkDisplayProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryDataInfoKHR):
  type
    VkPipelineBinaryDataInfoKHR* = VkPipelineBinaryDataInfoKHR_1124078098
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryDataInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureVersionInfoKHR):
  type
    VkAccelerationStructureVersionInfoKHR* = VkAccelerationStructureVersionInfoKHR_1124082536
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureVersionInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR):
  type
    VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR* = VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR_1124077660
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkSubresourceHostMemcpySizeEXT):
  type
    VkSubresourceHostMemcpySizeEXT* = VkSubresourceHostMemcpySizeEXT_1124079946
else:
  static :
    hint("Declaration of " & "VkSubresourceHostMemcpySizeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCustomResolveFeaturesEXT):
  type
    struct_VkPhysicalDeviceCustomResolveFeaturesEXT* = struct_VkPhysicalDeviceCustomResolveFeaturesEXT_1124082438
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceCustomResolveFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1Quantization):
  type
    StdVideoAV1Quantization* = StdVideoAV1Quantization_1124083074
else:
  static :
    hint("Declaration of " & "StdVideoAV1Quantization" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265DpbSlotInfoKHR):
  type
    struct_VkVideoDecodeH265DpbSlotInfoKHR* = struct_VkVideoDecodeH265DpbSlotInfoKHR_1124077550
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH265DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindDescriptorSets2):
  type
    PFN_vkCmdBindDescriptorSets2* = PFN_vkCmdBindDescriptorSets2_1124076448
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindDescriptorSets2" &
        " already exists, not redeclaring")
when not declared(struct_VkHdrMetadataEXT):
  type
    struct_VkHdrMetadataEXT* = struct_VkHdrMetadataEXT_1124079042
else:
  static :
    hint("Declaration of " & "struct_VkHdrMetadataEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR):
  type
    VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR* = VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR_1124077752
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkFrontFace):
  type
    VkFrontFace* = VkFrontFace_1124074106
else:
  static :
    hint("Declaration of " & "VkFrontFace" & " already exists, not redeclaring")
when not declared(enum_VkQueryControlFlagBits):
  type
    enum_VkQueryControlFlagBits* = enum_VkQueryControlFlagBits_1124074300
else:
  static :
    hint("Declaration of " & "enum_VkQueryControlFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPeerMemoryFeatureFlagBitsKHR):
  type
    VkPeerMemoryFeatureFlagBitsKHR* = VkPeerMemoryFeatureFlagBitsKHR_1124077104
else:
  static :
    hint("Declaration of " & "VkPeerMemoryFeatureFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeVectorFeaturesNV):
  type
    VkPhysicalDeviceCooperativeVectorFeaturesNV* = VkPhysicalDeviceCooperativeVectorFeaturesNV_1124081594
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeVectorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT):
  type
    PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT* = PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT_1124078914
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMicromapInfoEXT):
  type
    struct_VkCopyMicromapInfoEXT* = struct_VkCopyMicromapInfoEXT_1124080844
else:
  static :
    hint("Declaration of " & "struct_VkCopyMicromapInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineLibraryCreateInfoKHR):
  type
    VkPipelineLibraryCreateInfoKHR* = VkPipelineLibraryCreateInfoKHR_1124077758
else:
  static :
    hint("Declaration of " & "VkPipelineLibraryCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCacheCreateInfo):
  type
    struct_VkPipelineCacheCreateInfo* = struct_VkPipelineCacheCreateInfo_1124074700
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCacheCreateInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkSharingMode):
  type
    enum_VkSharingMode* = enum_VkSharingMode_1124074040
else:
  static :
    hint("Declaration of " & "enum_VkSharingMode" &
        " already exists, not redeclaring")
when not declared(enum_VkColorSpaceKHR):
  type
    enum_VkColorSpaceKHR* = enum_VkColorSpaceKHR_1124076472
else:
  static :
    hint("Declaration of " & "enum_VkColorSpaceKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDriverPropertiesKHR):
  type
    VkPhysicalDeviceDriverPropertiesKHR* = VkPhysicalDeviceDriverPropertiesKHR_1124077568
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDriverPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginQueryIndexedEXT):
  type
    PFN_vkCmdBeginQueryIndexedEXT* = PFN_vkCmdBeginQueryIndexedEXT_1124078740
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginQueryIndexedEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyBufferToImageInfo2):
  type
    struct_VkCopyBufferToImageInfo2* = struct_VkCopyBufferToImageInfo2_1124075978
else:
  static :
    hint("Declaration of " & "struct_VkCopyBufferToImageInfo2" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ShortTermRefPicSetFlags):
  type
    StdVideoH265ShortTermRefPicSetFlags* = StdVideoH265ShortTermRefPicSetFlags_1124083268
else:
  static :
    hint("Declaration of " & "StdVideoH265ShortTermRefPicSetFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV):
  type
    VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV* = VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV_1124082144
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePartitionedAccelerationStructureFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceFeatures2):
  type
    PFN_vkGetPhysicalDeviceFeatures2* = PFN_vkGetPhysicalDeviceFeatures2_1124075558
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceFeatures2" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWaitEvents):
  type
    PFN_vkCmdWaitEvents* = PFN_vkCmdWaitEvents_1124075106
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWaitEvents" &
        " already exists, not redeclaring")
when not declared(enum_VkPointClippingBehavior):
  type
    enum_VkPointClippingBehavior* = enum_VkPointClippingBehavior_1124075186
else:
  static :
    hint("Declaration of " & "enum_VkPointClippingBehavior" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalMemoryBufferCreateInfo):
  type
    struct_VkExternalMemoryBufferCreateInfo* = struct_VkExternalMemoryBufferCreateInfo_1124075424
else:
  static :
    hint("Declaration of " & "struct_VkExternalMemoryBufferCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentInfoKHR):
  type
    VkRenderingAttachmentInfoKHR* = VkRenderingAttachmentInfoKHR_1124077052
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265InlineSessionParametersInfoKHR):
  type
    VkVideoDecodeH265InlineSessionParametersInfoKHR* = VkVideoDecodeH265InlineSessionParametersInfoKHR_1124078598
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265InlineSessionParametersInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageViewHandleNVX):
  type
    PFN_vkGetImageViewHandleNVX* = PFN_vkGetImageViewHandleNVX_1124078784
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageViewHandleNVX" &
        " already exists, not redeclaring")
when not declared(VkPipelineCompilerControlCreateInfoAMD):
  type
    VkPipelineCompilerControlCreateInfoAMD* = VkPipelineCompilerControlCreateInfoAMD_1124079522
else:
  static :
    hint("Declaration of " & "VkPipelineCompilerControlCreateInfoAMD" &
        " already exists, not redeclaring")
when not declared(VkBlitImageInfo2):
  type
    VkBlitImageInfo2* = VkBlitImageInfo2_1124076084
else:
  static :
    hint("Declaration of " & "VkBlitImageInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE):
  type
    struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE* = struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082414
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineFragmentDensityMapLayeredCreateInfoVALVE" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264PictureInfoKHR):
  type
    struct_VkVideoDecodeH264PictureInfoKHR* = struct_VkVideoDecodeH264PictureInfoKHR_1124077034
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH264PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkQueueFlagBits):
  type
    enum_VkQueueFlagBits* = enum_VkQueueFlagBits_1124074194
else:
  static :
    hint("Declaration of " & "enum_VkQueueFlagBits" &
        " already exists, not redeclaring")
when not declared(VkRenderingFlags):
  type
    VkRenderingFlags* = VkRenderingFlags_1124075900
else:
  static :
    hint("Declaration of " & "VkRenderingFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceOpticalFlowFeaturesNV):
  type
    VkPhysicalDeviceOpticalFlowFeaturesNV* = VkPhysicalDeviceOpticalFlowFeaturesNV_1124081438
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceOpticalFlowFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureInfoNV):
  type
    struct_VkAccelerationStructureInfoNV* = struct_VkAccelerationStructureInfoNV_1124079408
else:
  static :
    hint("Declaration of " & "struct_VkAccelerationStructureInfoNV" &
        " already exists, not redeclaring")
when not declared(VkDisplaySurfaceStereoTypeNV):
  type
    VkDisplaySurfaceStereoTypeNV* = VkDisplaySurfaceStereoTypeNV_1124081958
else:
  static :
    hint("Declaration of " & "VkDisplaySurfaceStereoTypeNV" &
        " already exists, not redeclaring")
when not declared(enum_VkAccessFlagBits):
  type
    enum_VkAccessFlagBits* = enum_VkAccessFlagBits_1124074140
else:
  static :
    hint("Declaration of " & "enum_VkAccessFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkanMemoryModelFeatures):
  type
    VkPhysicalDeviceVulkanMemoryModelFeatures* = VkPhysicalDeviceVulkanMemoryModelFeatures_1124075660
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkanMemoryModelFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265ProfileInfoKHR):
  type
    struct_VkVideoDecodeH265ProfileInfoKHR* = struct_VkVideoDecodeH265ProfileInfoKHR_1124077528
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH265ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyCuModuleNVX):
  type
    PFN_vkDestroyCuModuleNVX* = PFN_vkDestroyCuModuleNVX_1124078770
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyCuModuleNVX" &
        " already exists, not redeclaring")
when not declared(VkBindBufferMemoryDeviceGroupInfoKHR):
  type
    VkBindBufferMemoryDeviceGroupInfoKHR* = VkBindBufferMemoryDeviceGroupInfoKHR_1124077120
else:
  static :
    hint("Declaration of " & "VkBindBufferMemoryDeviceGroupInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsStreamNV):
  type
    VkIndirectCommandsStreamNV* = VkIndirectCommandsStreamNV_1124080062
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsStreamNV" &
        " already exists, not redeclaring")
when not declared(VkShaderStageFlagBits):
  type
    VkShaderStageFlagBits* = VkShaderStageFlagBits_1124074342
else:
  static :
    hint("Declaration of " & "VkShaderStageFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkBuildMicromapsEXT):
  type
    PFN_vkBuildMicromapsEXT* = PFN_vkBuildMicromapsEXT_1124080866
else:
  static :
    hint("Declaration of " & "PFN_vkBuildMicromapsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceNestedCommandBufferPropertiesEXT):
  type
    VkPhysicalDeviceNestedCommandBufferPropertiesEXT* = VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081116
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceNestedCommandBufferPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceImageSparseMemoryRequirements):
  type
    PFN_vkGetDeviceImageSparseMemoryRequirements* = PFN_vkGetDeviceImageSparseMemoryRequirements_1124076142
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceImageSparseMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(enum_VkSemaphoreWaitFlagBits):
  type
    enum_VkSemaphoreWaitFlagBits* = enum_VkSemaphoreWaitFlagBits_1124075618
else:
  static :
    hint("Declaration of " & "enum_VkSemaphoreWaitFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLayeredApiPropertiesKHR):
  type
    struct_VkPhysicalDeviceLayeredApiPropertiesKHR* = struct_VkPhysicalDeviceLayeredApiPropertiesKHR_1124078544
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceLayeredApiPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkTensorTilingARM):
  type
    enum_VkTensorTilingARM* = enum_VkTensorTilingARM_1124081248
else:
  static :
    hint("Declaration of " & "enum_VkTensorTilingARM" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreSubmitInfoKHR):
  type
    VkSemaphoreSubmitInfoKHR* = VkSemaphoreSubmitInfoKHR_1124077882
else:
  static :
    hint("Declaration of " & "VkSemaphoreSubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectExecutionSetShaderLayoutInfoEXT):
  type
    struct_VkIndirectExecutionSetShaderLayoutInfoEXT* = struct_VkIndirectExecutionSetShaderLayoutInfoEXT_1124082226
else:
  static :
    hint("Declaration of " & "struct_VkIndirectExecutionSetShaderLayoutInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDiscardRectangleEnableEXT):
  type
    PFN_vkCmdSetDiscardRectangleEnableEXT* = PFN_vkCmdSetDiscardRectangleEnableEXT_1124079010
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDiscardRectangleEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkCudaLaunchInfoNV):
  type
    VkCudaLaunchInfoNV* = VkCudaLaunchInfoNV_1124082854
else:
  static :
    hint("Declaration of " & "VkCudaLaunchInfoNV" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264PictureInfoFlags):
  type
    StdVideoEncodeH264PictureInfoFlags* = StdVideoEncodeH264PictureInfoFlags_1124083002
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkBindShaderGroupIndirectCommandNV):
  type
    struct_VkBindShaderGroupIndirectCommandNV* = struct_VkBindShaderGroupIndirectCommandNV_1124080044
else:
  static :
    hint("Declaration of " & "struct_VkBindShaderGroupIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265ProfileInfoKHR):
  type
    VkVideoEncodeH265ProfileInfoKHR* = VkVideoEncodeH265ProfileInfoKHR_1124076994
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfaceSupportKHR):
  type
    PFN_vkGetPhysicalDeviceSurfaceSupportKHR* = PFN_vkGetPhysicalDeviceSurfaceSupportKHR_1124076498
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceSupportKHR" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineDispatchFlagBitsARM):
  type
    VkDataGraphPipelineDispatchFlagBitsARM* = VkDataGraphPipelineDispatchFlagBitsARM_1124081736
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineDispatchFlagBitsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupSwapchainCreateInfoKHR):
  type
    struct_VkDeviceGroupSwapchainCreateInfoKHR* = struct_VkDeviceGroupSwapchainCreateInfoKHR_1124076548
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupSwapchainCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1FrameRestorationType):
  type
    enum_StdVideoAV1FrameRestorationType* = enum_StdVideoAV1FrameRestorationType_1124083356
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1FrameRestorationType" &
        " already exists, not redeclaring")
when not declared(VkBufferImageCopy):
  type
    VkBufferImageCopy* = VkBufferImageCopy_1124074674
else:
  static :
    hint("Declaration of " & "VkBufferImageCopy" &
        " already exists, not redeclaring")
when not declared(VkShaderFloatControlsIndependenceKHR):
  type
    VkShaderFloatControlsIndependenceKHR* = VkShaderFloatControlsIndependenceKHR_1124077570
else:
  static :
    hint("Declaration of " & "VkShaderFloatControlsIndependenceKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceYcbcrImageArraysFeaturesEXT):
  type
    VkPhysicalDeviceYcbcrImageArraysFeaturesEXT* = VkPhysicalDeviceYcbcrImageArraysFeaturesEXT_1124079852
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceYcbcrImageArraysFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreTypeCreateInfoKHR):
  type
    VkSemaphoreTypeCreateInfoKHR* = VkSemaphoreTypeCreateInfoKHR_1124077592
else:
  static :
    hint("Declaration of " & "VkSemaphoreTypeCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkSurfaceFullScreenExclusiveWin32InfoEXT):
  type
    VkSurfaceFullScreenExclusiveWin32InfoEXT* = VkSurfaceFullScreenExclusiveWin32InfoEXT_1124082756
else:
  static :
    hint("Declaration of " & "VkSurfaceFullScreenExclusiveWin32InfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDecompressMemoryNV):
  type
    PFN_vkCmdDecompressMemoryNV* = PFN_vkCmdDecompressMemoryNV_1124081044
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDecompressMemoryNV" &
        " already exists, not redeclaring")
when not declared(VkAttachmentReference):
  type
    VkAttachmentReference* = VkAttachmentReference_1124074846
else:
  static :
    hint("Declaration of " & "VkAttachmentReference" &
        " already exists, not redeclaring")
when not declared(VkPerformanceOverrideTypeINTEL):
  type
    VkPerformanceOverrideTypeINTEL* = VkPerformanceOverrideTypeINTEL_1124079638
else:
  static :
    hint("Declaration of " & "VkPerformanceOverrideTypeINTEL" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1OperatingPointInfoFlags):
  type
    struct_StdVideoEncodeAV1OperatingPointInfoFlags* = struct_StdVideoEncodeAV1OperatingPointInfoFlags_1124083228
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1OperatingPointInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceClusterAccelerationStructureFeaturesNV):
  type
    VkPhysicalDeviceClusterAccelerationStructureFeaturesNV* = VkPhysicalDeviceClusterAccelerationStructureFeaturesNV_1124082054
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceClusterAccelerationStructureFeaturesNV" &
        " already exists, not redeclaring")
when not declared(union_VkPerformanceCounterResultKHR):
  type
    union_VkPerformanceCounterResultKHR* = union_VkPerformanceCounterResultKHR_1124077368
else:
  static :
    hint("Declaration of " & "union_VkPerformanceCounterResultKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkGeneratedCommandsPipelineInfoEXT):
  type
    struct_VkGeneratedCommandsPipelineInfoEXT* = struct_VkGeneratedCommandsPipelineInfoEXT_1124082290
else:
  static :
    hint("Declaration of " & "struct_VkGeneratedCommandsPipelineInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureTrianglesOpacityMicromapEXT):
  type
    VkAccelerationStructureTrianglesOpacityMicromapEXT* = VkAccelerationStructureTrianglesOpacityMicromapEXT_1124080854
else:
  static :
    hint("Declaration of " &
        "VkAccelerationStructureTrianglesOpacityMicromapEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR* = struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078528
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCudaLaunchInfoNV):
  type
    struct_VkCudaLaunchInfoNV* = struct_VkCudaLaunchInfoNV_1124082852
else:
  static :
    hint("Declaration of " & "struct_VkCudaLaunchInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalMemoryProperties):
  type
    struct_VkExternalMemoryProperties* = struct_VkExternalMemoryProperties_1124075396
else:
  static :
    hint("Declaration of " & "struct_VkExternalMemoryProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineVertexInputDivisorStateCreateInfo):
  type
    struct_VkPipelineVertexInputDivisorStateCreateInfo* = struct_VkPipelineVertexInputDivisorStateCreateInfo_1124076404
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineVertexInputDivisorStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPipelineMultisampleStateCreateFlags):
  type
    VkPipelineMultisampleStateCreateFlags* = VkPipelineMultisampleStateCreateFlags_1124074394
else:
  static :
    hint("Declaration of " & "VkPipelineMultisampleStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineCreationCacheControlFeatures):
  type
    VkPhysicalDevicePipelineCreationCacheControlFeatures* = VkPhysicalDevicePipelineCreationCacheControlFeatures_1124076028
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePipelineCreationCacheControlFeatures" &
        " already exists, not redeclaring")
when not declared(VkSetDescriptorBufferOffsetsInfoEXT):
  type
    VkSetDescriptorBufferOffsetsInfoEXT* = VkSetDescriptorBufferOffsetsInfoEXT_1124078406
else:
  static :
    hint("Declaration of " & "VkSetDescriptorBufferOffsetsInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryIndirectCommandKHR):
  type
    struct_VkCopyMemoryIndirectCommandKHR* = struct_VkCopyMemoryIndirectCommandKHR_1124078434
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryIndirectCommandKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCubicClampFeaturesQCOM):
  type
    struct_VkPhysicalDeviceCubicClampFeaturesQCOM* = struct_VkPhysicalDeviceCubicClampFeaturesQCOM_1124081900
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceCubicClampFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyAccelerationStructureKHR):
  type
    PFN_vkCopyAccelerationStructureKHR* = PFN_vkCopyAccelerationStructureKHR_1124082560
else:
  static :
    hint("Declaration of " & "PFN_vkCopyAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeAV1CapabilityFlagBitsKHR):
  type
    enum_VkVideoEncodeAV1CapabilityFlagBitsKHR* = enum_VkVideoEncodeAV1CapabilityFlagBitsKHR_1124078232
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeAV1CapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264ReferenceListsInfo):
  type
    struct_StdVideoEncodeH264ReferenceListsInfo* = struct_StdVideoEncodeH264ReferenceListsInfo_1124083144
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264ReferenceListsInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResetQueryPool):
  type
    PFN_vkCmdResetQueryPool* = PFN_vkCmdResetQueryPool_1124075030
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResetQueryPool" &
        " already exists, not redeclaring")
when not declared(PFN_vkRegisterDeviceEventEXT):
  type
    PFN_vkRegisterDeviceEventEXT* = PFN_vkRegisterDeviceEventEXT_1124078946
else:
  static :
    hint("Declaration of " & "PFN_vkRegisterDeviceEventEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264ProfileInfoKHR):
  type
    struct_VkVideoEncodeH264ProfileInfoKHR* = struct_VkVideoEncodeH264ProfileInfoKHR_1124076880
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryDataKHR):
  type
    VkPipelineBinaryDataKHR* = VkPipelineBinaryDataKHR_1124078074
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryDataKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkBindBufferMemoryInfo):
  type
    struct_VkBindBufferMemoryInfo* = struct_VkBindBufferMemoryInfo_1124075264
else:
  static :
    hint("Declaration of " & "struct_VkBindBufferMemoryInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkOpticalFlowUsageFlagBitsNV):
  type
    enum_VkOpticalFlowUsageFlagBitsNV* = enum_VkOpticalFlowUsageFlagBitsNV_1124081418
else:
  static :
    hint("Declaration of " & "enum_VkOpticalFlowUsageFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV):
  type
    VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV* = VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV_1124082126
else:
  static :
    hint("Declaration of " &
        "VkRayTracingPipelineClusterAccelerationStructureCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateXlibSurfaceKHR):
  type
    PFN_vkCreateXlibSurfaceKHR* = PFN_vkCreateXlibSurfaceKHR_1124082780
else:
  static :
    hint("Declaration of " & "PFN_vkCreateXlibSurfaceKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9ColorConfigFlags):
  type
    StdVideoVP9ColorConfigFlags* = StdVideoVP9ColorConfigFlags_1124083300
else:
  static :
    hint("Declaration of " & "StdVideoVP9ColorConfigFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL):
  type
    struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL* = struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL_1124079622
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL" &
        " already exists, not redeclaring")
when not declared(VkImageCreateFlags):
  type
    VkImageCreateFlags* = VkImageCreateFlags_1124074162
else:
  static :
    hint("Declaration of " & "VkImageCreateFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoH264WeightedBipredIdc):
  type
    StdVideoH264WeightedBipredIdc* = StdVideoH264WeightedBipredIdc_1124082990
else:
  static :
    hint("Declaration of " & "StdVideoH264WeightedBipredIdc" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionParametersCreateFlagBitsKHR):
  type
    VkVideoSessionParametersCreateFlagBitsKHR* = VkVideoSessionParametersCreateFlagBitsKHR_1124076672
else:
  static :
    hint("Declaration of " & "VkVideoSessionParametersCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePerformanceQueryPropertiesKHR):
  type
    VkPhysicalDevicePerformanceQueryPropertiesKHR* = VkPhysicalDevicePerformanceQueryPropertiesKHR_1124077354
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePerformanceQueryPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkImageViewSampleWeightCreateInfoQCOM):
  type
    VkImageViewSampleWeightCreateInfoQCOM* = VkImageViewSampleWeightCreateInfoQCOM_1124081100
else:
  static :
    hint("Declaration of " & "VkImageViewSampleWeightCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryToAccelerationStructureInfoKHR):
  type
    struct_VkCopyMemoryToAccelerationStructureInfoKHR* = struct_VkCopyMemoryToAccelerationStructureInfoKHR_1124082542
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryToAccelerationStructureInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProtectedMemoryProperties):
  type
    VkPhysicalDeviceProtectedMemoryProperties* = VkPhysicalDeviceProtectedMemoryProperties_1124075378
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProtectedMemoryProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyPipelineCache):
  type
    PFN_vkDestroyPipelineCache* = PFN_vkDestroyPipelineCache_1124075058
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyPipelineCache" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceImageMemoryRequirements):
  type
    struct_VkDeviceImageMemoryRequirements* = struct_VkDeviceImageMemoryRequirements_1124076006
else:
  static :
    hint("Declaration of " & "struct_VkDeviceImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMeshShaderPropertiesNV):
  type
    VkPhysicalDeviceMeshShaderPropertiesNV* = VkPhysicalDeviceMeshShaderPropertiesNV_1124079570
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMeshShaderPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreHandleTypeFlagBits):
  type
    VkExternalSemaphoreHandleTypeFlagBits* = VkExternalSemaphoreHandleTypeFlagBits_1124075246
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreHandleTypeFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsVertexBufferTokenEXT):
  type
    struct_VkIndirectCommandsVertexBufferTokenEXT* = struct_VkIndirectCommandsVertexBufferTokenEXT_1124082254
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsVertexBufferTokenEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkFreeMemory):
  type
    PFN_vkFreeMemory* = PFN_vkFreeMemory_1124074936
else:
  static :
    hint("Declaration of " & "PFN_vkFreeMemory" &
        " already exists, not redeclaring")
when not declared(VkBufferImageCopy2KHR):
  type
    VkBufferImageCopy2KHR* = VkBufferImageCopy2KHR_1124077936
else:
  static :
    hint("Declaration of " & "VkBufferImageCopy2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineProtectedAccessFeatures):
  type
    VkPhysicalDevicePipelineProtectedAccessFeatures* = VkPhysicalDevicePipelineProtectedAccessFeatures_1124076370
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineProtectedAccessFeatures" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBufferInfo):
  type
    VkDescriptorBufferInfo* = VkDescriptorBufferInfo_1124074738
else:
  static :
    hint("Declaration of " & "VkDescriptorBufferInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV):
  type
    struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV* = struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV_1124081090
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLinearColorAttachmentFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR* = PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR_1124077160
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceExternalBufferPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDataGraphModelCacheTypeQCOM):
  type
    enum_VkDataGraphModelCacheTypeQCOM* = enum_VkDataGraphModelCacheTypeQCOM_1124082452
else:
  static :
    hint("Declaration of " & "enum_VkDataGraphModelCacheTypeQCOM" &
        " already exists, not redeclaring")
when not declared(enum_VkInternalAllocationType):
  type
    enum_VkInternalAllocationType* = enum_VkInternalAllocationType_1124074016
else:
  static :
    hint("Declaration of " & "enum_VkInternalAllocationType" &
        " already exists, not redeclaring")
when not declared(VkCommandPoolResetFlags):
  type
    VkCommandPoolResetFlags* = VkCommandPoolResetFlags_1124074292
else:
  static :
    hint("Declaration of " & "VkCommandPoolResetFlags" &
        " already exists, not redeclaring")
when not declared(enum_VkQueryPipelineStatisticFlagBits):
  type
    enum_VkQueryPipelineStatisticFlagBits* = enum_VkQueryPipelineStatisticFlagBits_1124074246
else:
  static :
    hint("Declaration of " & "enum_VkQueryPipelineStatisticFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCacheHeaderVersionOne):
  type
    struct_VkPipelineCacheHeaderVersionOne* = struct_VkPipelineCacheHeaderVersionOne_1124074684
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCacheHeaderVersionOne" &
        " already exists, not redeclaring")
when not declared(struct_VkSubpassResolvePerformanceQueryEXT):
  type
    struct_VkSubpassResolvePerformanceQueryEXT* = struct_VkSubpassResolvePerformanceQueryEXT_1124080652
else:
  static :
    hint("Declaration of " & "struct_VkSubpassResolvePerformanceQueryEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoCodingControlFlagBitsKHR):
  type
    enum_VkVideoCodingControlFlagBitsKHR* = enum_VkVideoCodingControlFlagBitsKHR_1124076680
else:
  static :
    hint("Declaration of " & "enum_VkVideoCodingControlFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometrySpheresDataNV):
  type
    VkAccelerationStructureGeometrySpheresDataNV* = VkAccelerationStructureGeometrySpheresDataNV_1124081088
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureGeometrySpheresDataNV" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureInputInfoNV):
  type
    VkClusterAccelerationStructureInputInfoNV* = VkClusterAccelerationStructureInputInfoNV_1124082078
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureInputInfoNV" &
        " already exists, not redeclaring")
when not declared(VkImageView):
  type
    VkImageView* = VkImageView_1124073957
else:
  static :
    hint("Declaration of " & "VkImageView" & " already exists, not redeclaring")
when not declared(PFN_vkMergePipelineCaches):
  type
    PFN_vkMergePipelineCaches* = PFN_vkMergePipelineCaches_1124075062
else:
  static :
    hint("Declaration of " & "PFN_vkMergePipelineCaches" &
        " already exists, not redeclaring")
when not declared(VkCopyBufferInfo2):
  type
    VkCopyBufferInfo2* = VkCopyBufferInfo2_1124075964
else:
  static :
    hint("Declaration of " & "VkCopyBufferInfo2" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquireProfilingLockKHR):
  type
    PFN_vkAcquireProfilingLockKHR* = PFN_vkAcquireProfilingLockKHR_1124077384
else:
  static :
    hint("Declaration of " & "PFN_vkAcquireProfilingLockKHR" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineDispatchInfoARM):
  type
    VkDataGraphPipelineDispatchInfoARM* = VkDataGraphPipelineDispatchInfoARM_1124081796
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineDispatchInfoARM" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1SequenceHeader):
  type
    StdVideoAV1SequenceHeader* = StdVideoAV1SequenceHeader_1124078208
else:
  static :
    hint("Declaration of " & "StdVideoAV1SequenceHeader" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageMemoryRequirements2KHR):
  type
    PFN_vkGetImageMemoryRequirements2KHR* = PFN_vkGetImageMemoryRequirements2KHR_1124077468
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(VkGeometryInstanceFlagsNV):
  type
    VkGeometryInstanceFlagsNV* = VkGeometryInstanceFlagsNV_1124079370
else:
  static :
    hint("Declaration of " & "VkGeometryInstanceFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExtendedDynamicState3PropertiesEXT):
  type
    VkPhysicalDeviceExtendedDynamicState3PropertiesEXT* = VkPhysicalDeviceExtendedDynamicState3PropertiesEXT_1124081128
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceExtendedDynamicState3PropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkD3D12FenceSubmitInfoKHR):
  type
    VkD3D12FenceSubmitInfoKHR* = VkD3D12FenceSubmitInfoKHR_1124082700
else:
  static :
    hint("Declaration of " & "VkD3D12FenceSubmitInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDispatchIndirectCommand):
  type
    VkDispatchIndirectCommand* = VkDispatchIndirectCommand_1124074682
else:
  static :
    hint("Declaration of " & "VkDispatchIndirectCommand" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDescriptorSetLayout):
  type
    PFN_vkDestroyDescriptorSetLayout* = PFN_vkDestroyDescriptorSetLayout_1124075078
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDescriptorSetLayout" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroySurfaceKHR):
  type
    PFN_vkDestroySurfaceKHR* = PFN_vkDestroySurfaceKHR_1124076496
else:
  static :
    hint("Declaration of " & "PFN_vkDestroySurfaceKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryKeyKHR):
  type
    struct_VkPipelineBinaryKeyKHR* = struct_VkPipelineBinaryKeyKHR_1124078068
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryKeyKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImagelessFramebufferFeatures):
  type
    VkPhysicalDeviceImagelessFramebufferFeatures* = VkPhysicalDeviceImagelessFramebufferFeatures_1124075808
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImagelessFramebufferFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCoverageModulationStateCreateInfoNV):
  type
    struct_VkPipelineCoverageModulationStateCreateInfoNV* = struct_VkPipelineCoverageModulationStateCreateInfoNV_1124079196
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineCoverageModulationStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT):
  type
    VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT* = VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT_1124079118
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT):
  type
    VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT* = VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT_1124080686
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkEventCreateFlagBits):
  type
    VkEventCreateFlagBits* = VkEventCreateFlagBits_1124074314
else:
  static :
    hint("Declaration of " & "VkEventCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR):
  type
    struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR* = struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR_1124078600
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoDecodeAV1InlineSessionParametersInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI):
  type
    VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI* = VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI_1124080894
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceClusterCullingShaderPropertiesHUAWEI" &
        " already exists, not redeclaring")
when not declared(VkAddressCopyFlagBitsKHR):
  type
    VkAddressCopyFlagBitsKHR* = VkAddressCopyFlagBitsKHR_1124078426
else:
  static :
    hint("Declaration of " & "VkAddressCopyFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM):
  type
    struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM* = struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM_1124081822
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM" &
        " already exists, not redeclaring")
when not declared(VkShaderCorePropertiesFlagBitsAMD):
  type
    VkShaderCorePropertiesFlagBitsAMD* = VkShaderCorePropertiesFlagBitsAMD_1124079740
else:
  static :
    hint("Declaration of " & "VkShaderCorePropertiesFlagBitsAMD" &
        " already exists, not redeclaring")
when not declared(VkBufferMemoryBarrier2KHR):
  type
    VkBufferMemoryBarrier2KHR* = VkBufferMemoryBarrier2KHR_1124077874
else:
  static :
    hint("Declaration of " & "VkBufferMemoryBarrier2KHR" &
        " already exists, not redeclaring")
when not declared(VkMicromapVersionInfoEXT):
  type
    VkMicromapVersionInfoEXT* = VkMicromapVersionInfoEXT_1124080834
else:
  static :
    hint("Declaration of " & "VkMicromapVersionInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkSystemAllocationScope):
  type
    VkSystemAllocationScope* = VkSystemAllocationScope_1124074014
else:
  static :
    hint("Declaration of " & "VkSystemAllocationScope" &
        " already exists, not redeclaring")
when not declared(VkCommandBufferResetFlags):
  type
    VkCommandBufferResetFlags* = VkCommandBufferResetFlags_1124074310
else:
  static :
    hint("Declaration of " & "VkCommandBufferResetFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures):
  type
    VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures* = VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076024
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264PictureInfoKHR):
  type
    struct_VkVideoEncodeH264PictureInfoKHR* = struct_VkVideoEncodeH264PictureInfoKHR_1124076868
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceCreateInfo):
  type
    struct_VkDeviceCreateInfo* = struct_VkDeviceCreateInfo_1124074552
else:
  static :
    hint("Declaration of " & "struct_VkDeviceCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineExecutableStatisticsKHR):
  type
    PFN_vkGetPipelineExecutableStatisticsKHR* = PFN_vkGetPipelineExecutableStatisticsKHR_1124077736
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineExecutableStatisticsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM):
  type
    struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM* = struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM_1124081340
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorBufferTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderFloat8FeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderFloat8FeaturesEXT* = struct_VkPhysicalDeviceShaderFloat8FeaturesEXT_1124082008
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderFloat8FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkEventCreateFlags):
  type
    VkEventCreateFlags* = VkEventCreateFlags_1124074316
else:
  static :
    hint("Declaration of " & "VkEventCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutNV):
  type
    VkIndirectCommandsLayoutNV* = VkIndirectCommandsLayoutNV_1124080010
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1PictureInfoKHR):
  type
    struct_VkVideoEncodeAV1PictureInfoKHR* = struct_VkVideoEncodeAV1PictureInfoKHR_1124078284
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPastPresentationTimingGOOGLE):
  type
    PFN_vkGetPastPresentationTimingGOOGLE* = PFN_vkGetPastPresentationTimingGOOGLE_1124078970
else:
  static :
    hint("Declaration of " & "PFN_vkGetPastPresentationTimingGOOGLE" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetMemoryWin32HandleKHR):
  type
    PFN_vkGetMemoryWin32HandleKHR* = PFN_vkGetMemoryWin32HandleKHR_1124082682
else:
  static :
    hint("Declaration of " & "PFN_vkGetMemoryWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR* = PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR_1124076756
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFilterCubicImageViewImageFormatPropertiesEXT):
  type
    struct_VkFilterCubicImageViewImageFormatPropertiesEXT* = struct_VkFilterCubicImageViewImageFormatPropertiesEXT_1124079488
else:
  static :
    hint("Declaration of " &
        "struct_VkFilterCubicImageViewImageFormatPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkRenderPassStripeInfoARM):
  type
    VkRenderPassStripeInfoARM* = VkRenderPassStripeInfoARM_1124080978
else:
  static :
    hint("Declaration of " & "VkRenderPassStripeInfoARM" &
        " already exists, not redeclaring")
when not declared(VkImageViewAddressPropertiesNVX):
  type
    VkImageViewAddressPropertiesNVX* = VkImageViewAddressPropertiesNVX_1124078782
else:
  static :
    hint("Declaration of " & "VkImageViewAddressPropertiesNVX" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreImportFlagsKHR):
  type
    VkSemaphoreImportFlagsKHR* = VkSemaphoreImportFlagsKHR_1124077198
else:
  static :
    hint("Declaration of " & "VkSemaphoreImportFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance7PropertiesKHR):
  type
    VkPhysicalDeviceMaintenance7PropertiesKHR* = VkPhysicalDeviceMaintenance7PropertiesKHR_1124078542
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance7PropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT):
  type
    VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT* = VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT_1124079736
else:
  static :
    hint("Declaration of " &
        "VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateImage):
  type
    PFN_vkCreateImage* = PFN_vkCreateImage_1124074986
else:
  static :
    hint("Declaration of " & "PFN_vkCreateImage" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeAV1ProfileInfoKHR):
  type
    struct_VkVideoDecodeAV1ProfileInfoKHR* = struct_VkVideoDecodeAV1ProfileInfoKHR_1124078194
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeAV1ProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetRayTracingShaderGroupHandlesKHR):
  type
    PFN_vkGetRayTracingShaderGroupHandlesKHR* = PFN_vkGetRayTracingShaderGroupHandlesKHR_1124079466
else:
  static :
    hint("Declaration of " & "PFN_vkGetRayTracingShaderGroupHandlesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetQueryPoolEXT):
  type
    PFN_vkResetQueryPoolEXT* = PFN_vkResetQueryPoolEXT_1124079894
else:
  static :
    hint("Declaration of " & "PFN_vkResetQueryPoolEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayQueryFeaturesKHR):
  type
    struct_VkPhysicalDeviceRayQueryFeaturesKHR* = struct_VkPhysicalDeviceRayQueryFeaturesKHR_1124082622
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceRayQueryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR):
  type
    VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR* = VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR_1124078452
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCopyMemoryIndirectFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSemaphoreCreateInfo):
  type
    struct_VkSemaphoreCreateInfo* = struct_VkSemaphoreCreateInfo_1124074620
else:
  static :
    hint("Declaration of " & "struct_VkSemaphoreCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdClearDepthStencilImage):
  type
    PFN_vkCmdClearDepthStencilImage* = PFN_vkCmdClearDepthStencilImage_1124075154
else:
  static :
    hint("Declaration of " & "PFN_vkCmdClearDepthStencilImage" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentInfoKHR):
  type
    struct_VkPresentInfoKHR* = struct_VkPresentInfoKHR_1124076524
else:
  static :
    hint("Declaration of " & "struct_VkPresentInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkUninitializePerformanceApiINTEL):
  type
    PFN_vkUninitializePerformanceApiINTEL* = PFN_vkUninitializePerformanceApiINTEL_1124079684
else:
  static :
    hint("Declaration of " & "PFN_vkUninitializePerformanceApiINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT):
  type
    struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT* = struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT_1124082214
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDeviceGeneratedCommandsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkComputePipelineIndirectBufferInfoNV):
  type
    struct_VkComputePipelineIndirectBufferInfoNV* = struct_VkComputePipelineIndirectBufferInfoNV_1124081052
else:
  static :
    hint("Declaration of " & "struct_VkComputePipelineIndirectBufferInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageMemoryRequirements2):
  type
    struct_VkSparseImageMemoryRequirements2* = struct_VkSparseImageMemoryRequirements2_1124075328
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLimits):
  type
    VkPhysicalDeviceLimits* = VkPhysicalDeviceLimits_1124074530
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLimits" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265QualityLevelPropertiesKHR):
  type
    VkVideoEncodeH265QualityLevelPropertiesKHR* = VkVideoEncodeH265QualityLevelPropertiesKHR_1124076948
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265QualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderingFlagBits):
  type
    VkRenderingFlagBits* = VkRenderingFlagBits_1124075898
else:
  static :
    hint("Declaration of " & "VkRenderingFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceGroupSurfacePresentModesKHR):
  type
    PFN_vkGetDeviceGroupSurfacePresentModesKHR* = PFN_vkGetDeviceGroupSurfacePresentModesKHR_1124076564
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceGroupSurfacePresentModesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEndCodingInfoKHR):
  type
    struct_VkVideoEndCodingInfoKHR* = struct_VkVideoEndCodingInfoKHR_1124076746
else:
  static :
    hint("Declaration of " & "struct_VkVideoEndCodingInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1RateControlInfoKHR):
  type
    struct_VkVideoEncodeAV1RateControlInfoKHR* = struct_VkVideoEncodeAV1RateControlInfoKHR_1124078308
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1RateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCuFunctionCreateInfoNVX):
  type
    struct_VkCuFunctionCreateInfoNVX* = struct_VkCuFunctionCreateInfoNVX_1124078758
else:
  static :
    hint("Declaration of " & "struct_VkCuFunctionCreateInfoNVX" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyBufferView):
  type
    PFN_vkDestroyBufferView* = PFN_vkDestroyBufferView_1124075050
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyBufferView" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentReference):
  type
    struct_VkAttachmentReference* = struct_VkAttachmentReference_1124074844
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentReference" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI):
  type
    struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI* = struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI_1124080596
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSubpassShadingPropertiesHUAWEI" &
        " already exists, not redeclaring")
when not declared(VkImageMemoryBarrier2KHR):
  type
    VkImageMemoryBarrier2KHR* = VkImageMemoryBarrier2KHR_1124077876
else:
  static :
    hint("Declaration of " & "VkImageMemoryBarrier2KHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265PpsFlags):
  type
    struct_StdVideoH265PpsFlags* = struct_StdVideoH265PpsFlags_1124083170
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265PpsFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeRateControlLayerInfoKHR):
  type
    VkVideoEncodeRateControlLayerInfoKHR* = VkVideoEncodeRateControlLayerInfoKHR_1124077828
else:
  static :
    hint("Declaration of " & "VkVideoEncodeRateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderStageFlagBits):
  type
    enum_VkShaderStageFlagBits* = enum_VkShaderStageFlagBits_1124074340
else:
  static :
    hint("Declaration of " & "enum_VkShaderStageFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX):
  type
    struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX* = struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX_1124082794
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderEnqueueFeaturesAMDX" &
        " already exists, not redeclaring")
when not declared(VkPipelineFragmentDensityMapLayeredCreateInfoVALVE):
  type
    VkPipelineFragmentDensityMapLayeredCreateInfoVALVE* = VkPipelineFragmentDensityMapLayeredCreateInfoVALVE_1124082416
else:
  static :
    hint("Declaration of " &
        "VkPipelineFragmentDensityMapLayeredCreateInfoVALVE" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoAV1Level):
  type
    enum_StdVideoAV1Level* = enum_StdVideoAV1Level_1124082944
else:
  static :
    hint("Declaration of " & "enum_StdVideoAV1Level" &
        " already exists, not redeclaring")
when not declared(struct_VkImageDrmFormatModifierExplicitCreateInfoEXT):
  type
    struct_VkImageDrmFormatModifierExplicitCreateInfoEXT* = struct_VkImageDrmFormatModifierExplicitCreateInfoEXT_1124079226
else:
  static :
    hint("Declaration of " &
        "struct_VkImageDrmFormatModifierExplicitCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkHostImageCopyFlagsEXT):
  type
    VkHostImageCopyFlagsEXT* = VkHostImageCopyFlagsEXT_1124079928
else:
  static :
    hint("Declaration of " & "VkHostImageCopyFlagsEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkFragmentShadingRateTypeNV):
  type
    enum_VkFragmentShadingRateTypeNV* = enum_VkFragmentShadingRateTypeNV_1124080360
else:
  static :
    hint("Declaration of " & "enum_VkFragmentShadingRateTypeNV" &
        " already exists, not redeclaring")
when not declared(enum_VkPresentScalingFlagBitsKHR):
  type
    enum_VkPresentScalingFlagBitsKHR* = enum_VkPresentScalingFlagBitsKHR_1124078114
else:
  static :
    hint("Declaration of " & "enum_VkPresentScalingFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDefaultVertexAttributeValueKHR):
  type
    enum_VkDefaultVertexAttributeValueKHR* = enum_VkDefaultVertexAttributeValueKHR_1124078572
else:
  static :
    hint("Declaration of " & "enum_VkDefaultVertexAttributeValueKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyImageToImage):
  type
    PFN_vkCopyImageToImage* = PFN_vkCopyImageToImage_1124076440
else:
  static :
    hint("Declaration of " & "PFN_vkCopyImageToImage" &
        " already exists, not redeclaring")
when not declared(VkDeviceGroupCommandBufferBeginInfo):
  type
    VkDeviceGroupCommandBufferBeginInfo* = VkDeviceGroupCommandBufferBeginInfo_1124075286
else:
  static :
    hint("Declaration of " & "VkDeviceGroupCommandBufferBeginInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryProperties2):
  type
    VkPhysicalDeviceMemoryProperties2* = VkPhysicalDeviceMemoryProperties2_1124075358
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryProperties2" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoProfileInfoKHR):
  type
    struct_VkVideoProfileInfoKHR* = struct_VkVideoProfileInfoKHR_1124076694
else:
  static :
    hint("Declaration of " & "struct_VkVideoProfileInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureMoveObjectsInfoNV):
  type
    VkClusterAccelerationStructureMoveObjectsInfoNV* = VkClusterAccelerationStructureMoveObjectsInfoNV_1124082098
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureMoveObjectsInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR):
  type
    VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR* = VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077836
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeFeedbackFlagBitsKHR):
  type
    VkVideoEncodeFeedbackFlagBitsKHR* = VkVideoEncodeFeedbackFlagBitsKHR_1124077792
else:
  static :
    hint("Declaration of " & "VkVideoEncodeFeedbackFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExtendedDynamicStateFeaturesEXT):
  type
    VkPhysicalDeviceExtendedDynamicStateFeaturesEXT* = VkPhysicalDeviceExtendedDynamicStateFeaturesEXT_1124079900
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExtendedDynamicStateFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorEXT):
  type
    PFN_vkGetDescriptorEXT* = PFN_vkGetDescriptorEXT_1124080320
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264CapabilityFlagBitsKHR):
  type
    VkVideoEncodeH264CapabilityFlagBitsKHR* = VkVideoEncodeH264CapabilityFlagBitsKHR_1124076808
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264CapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyShaderModule):
  type
    PFN_vkDestroyShaderModule* = PFN_vkDestroyShaderModule_1124075054
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyShaderModule" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorAddressInfoEXT):
  type
    struct_VkDescriptorAddressInfoEXT* = struct_VkDescriptorAddressInfoEXT_1124080272
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorAddressInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutUsageFlagsNV):
  type
    VkIndirectCommandsLayoutUsageFlagsNV* = VkIndirectCommandsLayoutUsageFlagsNV_1124080026
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutUsageFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRobustness2PropertiesEXT):
  type
    VkPhysicalDeviceRobustness2PropertiesEXT* = VkPhysicalDeviceRobustness2PropertiesEXT_1124080158
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRobustness2PropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionKHR):
  type
    VkVideoSessionKHR* = VkVideoSessionKHR_1124076632
else:
  static :
    hint("Declaration of " & "VkVideoSessionKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderModuleCreateInfo):
  type
    struct_VkShaderModuleCreateInfo* = struct_VkShaderModuleCreateInfo_1124074696
else:
  static :
    hint("Declaration of " & "struct_VkShaderModuleCreateInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineCreateFlagBits):
  type
    enum_VkPipelineCreateFlagBits* = enum_VkPipelineCreateFlagBits_1124074328
else:
  static :
    hint("Declaration of " & "enum_VkPipelineCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkAccessFlags2KHR):
  type
    VkAccessFlags2KHR* = VkAccessFlags2KHR_1124077864
else:
  static :
    hint("Declaration of " & "VkAccessFlags2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCoverageReductionModeFeaturesNV):
  type
    VkPhysicalDeviceCoverageReductionModeFeaturesNV* = VkPhysicalDeviceCoverageReductionModeFeaturesNV_1124079834
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCoverageReductionModeFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkLayerSettingEXT):
  type
    struct_VkLayerSettingEXT* = struct_VkLayerSettingEXT_1124081630
else:
  static :
    hint("Declaration of " & "struct_VkLayerSettingEXT" &
        " already exists, not redeclaring")
when not declared(VkOpacityMicromapFormatEXT):
  type
    VkOpacityMicromapFormatEXT* = VkOpacityMicromapFormatEXT_1124080782
else:
  static :
    hint("Declaration of " & "VkOpacityMicromapFormatEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteAccelerationStructuresPropertiesKHR):
  type
    PFN_vkCmdWriteAccelerationStructuresPropertiesKHR* = PFN_vkCmdWriteAccelerationStructuresPropertiesKHR_1124082576
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteAccelerationStructuresPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(WINBOOL):
  type
    WINBOOL* = WINBOOL_1124083114
else:
  static :
    hint("Declaration of " & "WINBOOL" & " already exists, not redeclaring")
when not declared(VkComponentTypeNV):
  type
    VkComponentTypeNV* = VkComponentTypeNV_1124079808
else:
  static :
    hint("Declaration of " & "VkComponentTypeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkAllocateCommandBuffers):
  type
    PFN_vkAllocateCommandBuffers* = PFN_vkAllocateCommandBuffers_1124075002
else:
  static :
    hint("Declaration of " & "PFN_vkAllocateCommandBuffers" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetCudaModuleCacheNV):
  type
    PFN_vkGetCudaModuleCacheNV* = PFN_vkGetCudaModuleCacheNV_1124082866
else:
  static :
    hint("Declaration of " & "PFN_vkGetCudaModuleCacheNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265SliceSegmentHeaderFlags):
  type
    struct_StdVideoEncodeH265SliceSegmentHeaderFlags* = struct_StdVideoEncodeH265SliceSegmentHeaderFlags_1124083172
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265SliceSegmentHeaderFlags" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264MemMgmtControlOp):
  type
    enum_StdVideoH264MemMgmtControlOp* = enum_StdVideoH264MemMgmtControlOp_1124083374
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264MemMgmtControlOp" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportStateCreateFlags):
  type
    VkPipelineViewportStateCreateFlags* = VkPipelineViewportStateCreateFlags_1124074390
else:
  static :
    hint("Declaration of " & "VkPipelineViewportStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkQueryPoolSamplingModeINTEL):
  type
    VkQueryPoolSamplingModeINTEL* = VkQueryPoolSamplingModeINTEL_1124079634
else:
  static :
    hint("Declaration of " & "VkQueryPoolSamplingModeINTEL" &
        " already exists, not redeclaring")
when not declared(PFN_vkUnmapMemory):
  type
    PFN_vkUnmapMemory* = PFN_vkUnmapMemory_1124074940
else:
  static :
    hint("Declaration of " & "PFN_vkUnmapMemory" &
        " already exists, not redeclaring")
when not declared(VkVertexInputBindingDivisorDescriptionEXT):
  type
    VkVertexInputBindingDivisorDescriptionEXT* = VkVertexInputBindingDivisorDescriptionEXT_1124079548
else:
  static :
    hint("Declaration of " & "VkVertexInputBindingDivisorDescriptionEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDataGraphPipelinesARM):
  type
    PFN_vkCreateDataGraphPipelinesARM* = PFN_vkCreateDataGraphPipelinesARM_1124081826
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDataGraphPipelinesARM" &
        " already exists, not redeclaring")
when not declared(VkMemoryUnmapFlags):
  type
    VkMemoryUnmapFlags* = VkMemoryUnmapFlags_1124076208
else:
  static :
    hint("Declaration of " & "VkMemoryUnmapFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV):
  type
    struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV* = struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV_1124079476
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265RateControlInfoKHR):
  type
    struct_VkVideoEncodeH265RateControlInfoKHR* = struct_VkVideoEncodeH265RateControlInfoKHR_1124076996
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH265RateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorCreateInfoARM):
  type
    struct_VkTensorCreateInfoARM* = struct_VkTensorCreateInfoARM_1124081268
else:
  static :
    hint("Declaration of " & "struct_VkTensorCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayPlaneCapabilitiesKHR):
  type
    struct_VkDisplayPlaneCapabilitiesKHR* = struct_VkDisplayPlaneCapabilitiesKHR_1124076596
else:
  static :
    hint("Declaration of " & "struct_VkDisplayPlaneCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264FrameSizeKHR):
  type
    struct_VkVideoEncodeH264FrameSizeKHR* = struct_VkVideoEncodeH264FrameSizeKHR_1124076890
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264FrameSizeKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDescriptorSetHostMappingVALVE):
  type
    PFN_vkGetDescriptorSetHostMappingVALVE* = PFN_vkGetDescriptorSetHostMappingVALVE_1124080960
else:
  static :
    hint("Declaration of " & "PFN_vkGetDescriptorSetHostMappingVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLogicOpEnableEXT):
  type
    PFN_vkCmdSetLogicOpEnableEXT* = PFN_vkCmdSetLogicOpEnableEXT_1124081150
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLogicOpEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryKHR):
  type
    VkAccelerationStructureGeometryKHR* = VkAccelerationStructureGeometryKHR_1124082508
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureGeometryKHR" &
        " already exists, not redeclaring")
when not declared(VkMicromapUsageEXT):
  type
    VkMicromapUsageEXT* = VkMicromapUsageEXT_1124080810
else:
  static :
    hint("Declaration of " & "VkMicromapUsageEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelinePropertyARM):
  type
    VkDataGraphPipelinePropertyARM* = VkDataGraphPipelinePropertyARM_1124081720
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelinePropertyARM" &
        " already exists, not redeclaring")
when not declared(VkPresentTimesInfoGOOGLE):
  type
    VkPresentTimesInfoGOOGLE* = VkPresentTimesInfoGOOGLE_1124078966
else:
  static :
    hint("Declaration of " & "VkPresentTimesInfoGOOGLE" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowUsageFlagsNV):
  type
    VkOpticalFlowUsageFlagsNV* = VkOpticalFlowUsageFlagsNV_1124081422
else:
  static :
    hint("Declaration of " & "VkOpticalFlowUsageFlagsNV" &
        " already exists, not redeclaring")
when not declared(enum_VkFilter):
  type
    enum_VkFilter* = enum_VkFilter_1124074068
else:
  static :
    hint("Declaration of " & "enum_VkFilter" &
        " already exists, not redeclaring")
when not declared(struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV):
  type
    struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV* = struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV_1124082166
else:
  static :
    hint("Declaration of " &
        "struct_VkPartitionedAccelerationStructureWritePartitionTranslationDataNV" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264SessionParametersCreateInfoKHR):
  type
    VkVideoEncodeH264SessionParametersCreateInfoKHR* = VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076852
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentSampleLocationsEXT):
  type
    struct_VkAttachmentSampleLocationsEXT* = struct_VkAttachmentSampleLocationsEXT_1124079140
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentSampleLocationsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR):
  type
    VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR* = VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR_1124077910
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryBarrier):
  type
    struct_VkMemoryBarrier* = struct_VkMemoryBarrier_1124074480
else:
  static :
    hint("Declaration of " & "struct_VkMemoryBarrier" &
        " already exists, not redeclaring")
when not declared(VkBuildAccelerationStructureFlagBitsKHR):
  type
    VkBuildAccelerationStructureFlagBitsKHR* = VkBuildAccelerationStructureFlagBitsKHR_1124079376
else:
  static :
    hint("Declaration of " & "VkBuildAccelerationStructureFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT):
  type
    VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT* = VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT_1124081620
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkRayTracingPipelineInterfaceCreateInfoKHR):
  type
    VkRayTracingPipelineInterfaceCreateInfoKHR* = VkRayTracingPipelineInterfaceCreateInfoKHR_1124082592
else:
  static :
    hint("Declaration of " & "VkRayTracingPipelineInterfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkBuildAccelerationStructuresKHR):
  type
    PFN_vkBuildAccelerationStructuresKHR* = PFN_vkBuildAccelerationStructuresKHR_1124082558
else:
  static :
    hint("Declaration of " & "PFN_vkBuildAccelerationStructuresKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR):
  type
    enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR* = enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR_1124078244
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeAV1SuperblockSizeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkScopeKHR):
  type
    VkScopeKHR* = VkScopeKHR_1124078170
else:
  static :
    hint("Declaration of " & "VkScopeKHR" & " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelinePropertiesFeaturesEXT):
  type
    VkPhysicalDevicePipelinePropertiesFeaturesEXT* = VkPhysicalDevicePipelinePropertiesFeaturesEXT_1124080630
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelinePropertiesFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureInstantiateClusterInfoNV):
  type
    VkClusterAccelerationStructureInstantiateClusterInfoNV* = VkClusterAccelerationStructureInstantiateClusterInfoNV_1124082114
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureInstantiateClusterInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDeferredOperationKHR):
  type
    PFN_vkCreateDeferredOperationKHR* = PFN_vkCreateDeferredOperationKHR_1124077692
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDeferredOperationKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderDrawParametersFeatures):
  type
    struct_VkPhysicalDeviceShaderDrawParametersFeatures* = struct_VkPhysicalDeviceShaderDrawParametersFeatures_1124075534
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderDrawParametersFeatures" &
        " already exists, not redeclaring")
when not declared(VkSwapchainCreateFlagsKHR):
  type
    VkSwapchainCreateFlagsKHR* = VkSwapchainCreateFlagsKHR_1124076512
else:
  static :
    hint("Declaration of " & "VkSwapchainCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyCommandPool):
  type
    PFN_vkDestroyCommandPool* = PFN_vkDestroyCommandPool_1124074998
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyCommandPool" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreType):
  type
    VkSemaphoreType* = VkSemaphoreType_1124075606
else:
  static :
    hint("Declaration of " & "VkSemaphoreType" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeQualityLevelInfoKHR):
  type
    VkVideoEncodeQualityLevelInfoKHR* = VkVideoEncodeQualityLevelInfoKHR_1124077844
else:
  static :
    hint("Declaration of " & "VkVideoEncodeQualityLevelInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkInternalAllocationNotification):
  type
    PFN_vkInternalAllocationNotification* = PFN_vkInternalAllocationNotification_1124074488
else:
  static :
    hint("Declaration of " & "PFN_vkInternalAllocationNotification" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR):
  type
    VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR* = VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR_1124077916
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeQuantizationMapCapabilitiesKHR):
  type
    struct_VkVideoEncodeQuantizationMapCapabilitiesKHR* = struct_VkVideoEncodeQuantizationMapCapabilitiesKHR_1124078488
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeQuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH264FrameSizeKHR):
  type
    VkVideoEncodeH264FrameSizeKHR* = VkVideoEncodeH264FrameSizeKHR_1124076892
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH264FrameSizeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceCounterARM):
  type
    struct_VkPerformanceCounterARM* = struct_VkPerformanceCounterARM_1124082384
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceCounterARM" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMotionInstanceTypeNV):
  type
    VkAccelerationStructureMotionInstanceTypeNV* = VkAccelerationStructureMotionInstanceTypeNV_1124080384
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMotionInstanceTypeNV" &
        " already exists, not redeclaring")
when not declared(VkShaderModuleIdentifierEXT):
  type
    VkShaderModuleIdentifierEXT* = VkShaderModuleIdentifierEXT_1124081396
else:
  static :
    hint("Declaration of " & "VkShaderModuleIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCopyMemoryIndirectFeaturesNV):
  type
    VkPhysicalDeviceCopyMemoryIndirectFeaturesNV* = VkPhysicalDeviceCopyMemoryIndirectFeaturesNV_1124081012
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCopyMemoryIndirectFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDataGraphFeaturesARM):
  type
    struct_VkPhysicalDeviceDataGraphFeaturesARM* = struct_VkPhysicalDeviceDataGraphFeaturesARM_1124081738
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDataGraphFeaturesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceMemoryProperties):
  type
    PFN_vkGetPhysicalDeviceMemoryProperties* = PFN_vkGetPhysicalDeviceMemoryProperties_1124074908
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceMemoryProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR):
  type
    PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR* = PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR_1124076500
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR):
  type
    struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR* = struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR_1124078176
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeMatrixFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkDedicatedAllocationImageCreateInfoNV):
  type
    VkDedicatedAllocationImageCreateInfoNV* = VkDedicatedAllocationImageCreateInfoNV_1124078710
else:
  static :
    hint("Declaration of " & "VkDedicatedAllocationImageCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(enum_VkChromaLocation):
  type
    enum_VkChromaLocation* = enum_VkChromaLocation_1124075182
else:
  static :
    hint("Declaration of " & "enum_VkChromaLocation" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyDescriptorPool):
  type
    PFN_vkDestroyDescriptorPool* = PFN_vkDestroyDescriptorPool_1124075082
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyDescriptorPool" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageViewHandle64NVX):
  type
    PFN_vkGetImageViewHandle64NVX* = PFN_vkGetImageViewHandle64NVX_1124078786
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageViewHandle64NVX" &
        " already exists, not redeclaring")
when not declared(PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR):
  type
    PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR* = PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR_1124077380
else:
  static :
    hint("Declaration of " &
        "PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" &
        " already exists, not redeclaring")
when not declared(VkPastPresentationTimingGOOGLE):
  type
    VkPastPresentationTimingGOOGLE* = VkPastPresentationTimingGOOGLE_1124078958
else:
  static :
    hint("Declaration of " & "VkPastPresentationTimingGOOGLE" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderCoreProperties2AMD):
  type
    VkPhysicalDeviceShaderCoreProperties2AMD* = VkPhysicalDeviceShaderCoreProperties2AMD_1124079746
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderCoreProperties2AMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR):
  type
    PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR* = PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR_1124077382
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureCompatibilityKHR):
  type
    VkAccelerationStructureCompatibilityKHR* = VkAccelerationStructureCompatibilityKHR_1124080790
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureCompatibilityKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyCheckpointProperties2NV):
  type
    VkQueueFamilyCheckpointProperties2NV* = VkQueueFamilyCheckpointProperties2NV_1124079610
else:
  static :
    hint("Declaration of " & "VkQueueFamilyCheckpointProperties2NV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeMatrix2FeaturesNV):
  type
    VkPhysicalDeviceCooperativeMatrix2FeaturesNV* = VkPhysicalDeviceCooperativeMatrix2FeaturesNV_1124082362
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeMatrix2FeaturesNV" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeAV1PictureInfoFlags):
  type
    StdVideoDecodeAV1PictureInfoFlags* = StdVideoDecodeAV1PictureInfoFlags_1124083064
else:
  static :
    hint("Declaration of " & "StdVideoDecodeAV1PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkClearRect):
  type
    struct_VkClearRect* = struct_VkClearRect_1124074876
else:
  static :
    hint("Declaration of " & "struct_VkClearRect" &
        " already exists, not redeclaring")
when not declared(VkSubpassDependency):
  type
    VkSubpassDependency* = VkSubpassDependency_1124074858
else:
  static :
    hint("Declaration of " & "VkSubpassDependency" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265RateControlInfoKHR):
  type
    VkVideoEncodeH265RateControlInfoKHR* = VkVideoEncodeH265RateControlInfoKHR_1124076998
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265RateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetEvent):
  type
    PFN_vkResetEvent* = PFN_vkResetEvent_1124075046
else:
  static :
    hint("Declaration of " & "PFN_vkResetEvent" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoverageModulationTableEnableNV):
  type
    PFN_vkCmdSetCoverageModulationTableEnableNV* = PFN_vkCmdSetCoverageModulationTableEnableNV_1124081190
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoverageModulationTableEnableNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT):
  type
    VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT* = VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_1124080522
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDebugMarkerEndEXT):
  type
    PFN_vkCmdDebugMarkerEndEXT* = PFN_vkCmdDebugMarkerEndEXT_1124078704
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDebugMarkerEndEXT" &
        " already exists, not redeclaring")
when not declared(VkAntiLagModeAMD):
  type
    VkAntiLagModeAMD* = VkAntiLagModeAMD_1124081482
else:
  static :
    hint("Declaration of " & "VkAntiLagModeAMD" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceOpacityMicromapPropertiesEXT):
  type
    VkPhysicalDeviceOpacityMicromapPropertiesEXT* = VkPhysicalDeviceOpacityMicromapPropertiesEXT_1124080830
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceOpacityMicromapPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR):
  type
    struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR* = struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR_1124078604
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDepthClampZeroOneFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplayPresentInfoKHR):
  type
    VkDisplayPresentInfoKHR* = VkDisplayPresentInfoKHR_1124076628
else:
  static :
    hint("Declaration of " & "VkDisplayPresentInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkFenceGetWin32HandleInfoKHR):
  type
    struct_VkFenceGetWin32HandleInfoKHR* = struct_VkFenceGetWin32HandleInfoKHR_1124082718
else:
  static :
    hint("Declaration of " & "struct_VkFenceGetWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH264PictureInfoFlags):
  type
    struct_StdVideoDecodeH264PictureInfoFlags* = struct_StdVideoDecodeH264PictureInfoFlags_1124083188
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH264PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkFormatFeatureFlagBits2):
  type
    VkFormatFeatureFlagBits2* = VkFormatFeatureFlagBits2_1124075888
else:
  static :
    hint("Declaration of " & "VkFormatFeatureFlagBits2" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplate):
  type
    VkDescriptorUpdateTemplate* = VkDescriptorUpdateTemplate_1124075166
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplate" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTexelBufferAlignmentProperties):
  type
    struct_VkPhysicalDeviceTexelBufferAlignmentProperties* = struct_VkPhysicalDeviceTexelBufferAlignmentProperties_1124076074
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTexelBufferAlignmentProperties" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackFlagsEXT):
  type
    VkPipelineCreationFeedbackFlagsEXT* = VkPipelineCreationFeedbackFlagsEXT_1124079556
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkQueue):
  type
    VkQueue* = VkQueue_1124073945
else:
  static :
    hint("Declaration of " & "VkQueue" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageFormatInfo2KHR):
  type
    VkPhysicalDeviceImageFormatInfo2KHR* = VkPhysicalDeviceImageFormatInfo2KHR_1124077078
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageFormatInfo2KHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1FilmGrain):
  type
    struct_StdVideoAV1FilmGrain* = struct_StdVideoAV1FilmGrain_1124083224
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1FilmGrain" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMapMemoryPlacedPropertiesEXT):
  type
    VkPhysicalDeviceMapMemoryPlacedPropertiesEXT* = VkPhysicalDeviceMapMemoryPlacedPropertiesEXT_1124079970
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMapMemoryPlacedPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterDescriptionARM):
  type
    VkPerformanceCounterDescriptionARM* = VkPerformanceCounterDescriptionARM_1124082390
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterDescriptionARM" &
        " already exists, not redeclaring")
when not declared(VkCuModuleTexturingModeCreateInfoNVX):
  type
    VkCuModuleTexturingModeCreateInfoNVX* = VkCuModuleTexturingModeCreateInfoNVX_1124078756
else:
  static :
    hint("Declaration of " & "VkCuModuleTexturingModeCreateInfoNVX" &
        " already exists, not redeclaring")
when not declared(struct_VkGraphicsPipelineLibraryCreateInfoEXT):
  type
    struct_VkGraphicsPipelineLibraryCreateInfoEXT* = struct_VkGraphicsPipelineLibraryCreateInfoEXT_1124080352
else:
  static :
    hint("Declaration of " & "struct_VkGraphicsPipelineLibraryCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMatrixMotionInstanceNV):
  type
    VkAccelerationStructureMatrixMotionInstanceNV* = VkAccelerationStructureMatrixMotionInstanceNV_1124080404
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMatrixMotionInstanceNV" &
        " already exists, not redeclaring")
when not declared(VkBufferOpaqueCaptureAddressCreateInfoKHR):
  type
    VkBufferOpaqueCaptureAddressCreateInfoKHR* = VkBufferOpaqueCaptureAddressCreateInfoKHR_1124077678
else:
  static :
    hint("Declaration of " & "VkBufferOpaqueCaptureAddressCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceIDProperties):
  type
    VkPhysicalDeviceIDProperties* = VkPhysicalDeviceIDProperties_1124075418
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceIDProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkMultiDrawIndexedInfoEXT):
  type
    struct_VkMultiDrawIndexedInfoEXT* = struct_VkMultiDrawIndexedInfoEXT_1124080746
else:
  static :
    hint("Declaration of " & "struct_VkMultiDrawIndexedInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCopyMicromapInfoEXT):
  type
    VkCopyMicromapInfoEXT* = VkCopyMicromapInfoEXT_1124080846
else:
  static :
    hint("Declaration of " & "VkCopyMicromapInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE):
  type
    enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE* = enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE_1124080704
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeRgbChromaOffsetFlagBitsVALVE" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderingAreaInfo):
  type
    struct_VkRenderingAreaInfo* = struct_VkRenderingAreaInfo_1124076412
else:
  static :
    hint("Declaration of " & "struct_VkRenderingAreaInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkAcquireNextImage2KHR):
  type
    PFN_vkAcquireNextImage2KHR* = PFN_vkAcquireNextImage2KHR_1124076568
else:
  static :
    hint("Declaration of " & "PFN_vkAcquireNextImage2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureCommandsInfoNV):
  type
    struct_VkClusterAccelerationStructureCommandsInfoNV* = struct_VkClusterAccelerationStructureCommandsInfoNV_1124082084
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureCommandsInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdInitializeGraphScratchMemoryAMDX):
  type
    PFN_vkCmdInitializeGraphScratchMemoryAMDX* = PFN_vkCmdInitializeGraphScratchMemoryAMDX_1124082832
else:
  static :
    hint("Declaration of " & "PFN_vkCmdInitializeGraphScratchMemoryAMDX" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265ShortTermRefPicSetFlags):
  type
    struct_StdVideoH265ShortTermRefPicSetFlags* = struct_StdVideoH265ShortTermRefPicSetFlags_1124083328
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265ShortTermRefPicSetFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo):
  type
    struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo* = struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo_1124076046
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineShaderStageRequiredSubgroupSizeCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkCoverageReductionModeNV):
  type
    VkCoverageReductionModeNV* = VkCoverageReductionModeNV_1124079828
else:
  static :
    hint("Declaration of " & "VkCoverageReductionModeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkMutableDescriptorTypeCreateInfoEXT):
  type
    struct_VkMutableDescriptorTypeCreateInfoEXT* = struct_VkMutableDescriptorTypeCreateInfoEXT_1124080532
else:
  static :
    hint("Declaration of " & "struct_VkMutableDescriptorTypeCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowGridSizeFlagBitsNV):
  type
    VkOpticalFlowGridSizeFlagBitsNV* = VkOpticalFlowGridSizeFlagBitsNV_1124081414
else:
  static :
    hint("Declaration of " & "VkOpticalFlowGridSizeFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVariablePointersFeatures):
  type
    VkPhysicalDeviceVariablePointersFeatures* = VkPhysicalDeviceVariablePointersFeatures_1124075466
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVariablePointersFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT):
  type
    struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT* = struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT_1124080308
else:
  static :
    hint("Declaration of " & "struct_VkOpaqueCaptureDescriptorDataCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkBindBufferMemoryInfo):
  type
    VkBindBufferMemoryInfo* = VkBindBufferMemoryInfo_1124075266
else:
  static :
    hint("Declaration of " & "VkBindBufferMemoryInfo" &
        " already exists, not redeclaring")
when not declared(VkGraphicsShaderGroupCreateInfoNV):
  type
    VkGraphicsShaderGroupCreateInfoNV* = VkGraphicsShaderGroupCreateInfoNV_1124080038
else:
  static :
    hint("Declaration of " & "VkGraphicsShaderGroupCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetValidationCacheDataEXT):
  type
    PFN_vkGetValidationCacheDataEXT* = PFN_vkGetValidationCacheDataEXT_1124079266
else:
  static :
    hint("Declaration of " & "PFN_vkGetValidationCacheDataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevice16BitStorageFeatures):
  type
    struct_VkPhysicalDevice16BitStorageFeatures* = struct_VkPhysicalDevice16BitStorageFeatures_1124075460
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevice16BitStorageFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassCreationControlEXT):
  type
    struct_VkRenderPassCreationControlEXT* = struct_VkRenderPassCreationControlEXT_1124081208
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassCreationControlEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkHdrVividDynamicMetadataHUAWEI):
  type
    struct_VkHdrVividDynamicMetadataHUAWEI* = struct_VkHdrVividDynamicMetadataHUAWEI_1124082352
else:
  static :
    hint("Declaration of " & "struct_VkHdrVividDynamicMetadataHUAWEI" &
        " already exists, not redeclaring")
when not declared(struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV):
  type
    struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV* = struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV_1124082162
else:
  static :
    hint("Declaration of " &
        "struct_VkPartitionedAccelerationStructureUpdateInstanceDataNV" &
        " already exists, not redeclaring")
when not declared(VkValidationCacheHeaderVersionEXT):
  type
    VkValidationCacheHeaderVersionEXT* = VkValidationCacheHeaderVersionEXT_1124079248
else:
  static :
    hint("Declaration of " & "VkValidationCacheHeaderVersionEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT):
  type
    VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT* = VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT_1124079994
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSwapchainMaintenance1FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance5Properties):
  type
    VkPhysicalDeviceMaintenance5Properties* = VkPhysicalDeviceMaintenance5Properties_1124076262
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance5Properties" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeFlagsKHR):
  type
    VkVideoDecodeFlagsKHR* = VkVideoDecodeFlagsKHR_1124076790
else:
  static :
    hint("Declaration of " & "VkVideoDecodeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkToolPurposeFlags):
  type
    VkToolPurposeFlags* = VkToolPurposeFlags_1124075868
else:
  static :
    hint("Declaration of " & "VkToolPurposeFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalSemaphoreInfo):
  type
    VkPhysicalDeviceExternalSemaphoreInfo* = VkPhysicalDeviceExternalSemaphoreInfo_1124075450
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalSemaphoreInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures):
  type
    struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures* = struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures_1124076022
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures" &
        " already exists, not redeclaring")
when not declared(VkVideoSessionMemoryRequirementsKHR):
  type
    VkVideoSessionMemoryRequirementsKHR* = VkVideoSessionMemoryRequirementsKHR_1124076724
else:
  static :
    hint("Declaration of " & "VkVideoSessionMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceInlineUniformBlockProperties):
  type
    VkPhysicalDeviceInlineUniformBlockProperties* = VkPhysicalDeviceInlineUniformBlockProperties_1124076056
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceInlineUniformBlockProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkImageSparseMemoryRequirementsInfo2):
  type
    struct_VkImageSparseMemoryRequirementsInfo2* = struct_VkImageSparseMemoryRequirementsInfo2_1124075320
else:
  static :
    hint("Declaration of " & "struct_VkImageSparseMemoryRequirementsInfo2" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264WeightTable):
  type
    struct_StdVideoEncodeH264WeightTable* = struct_StdVideoEncodeH264WeightTable_1124083138
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264WeightTable" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV):
  type
    struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV* = struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV_1124082364
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeMatrix2PropertiesNV" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineLayoutCreateFlagBits):
  type
    enum_VkPipelineLayoutCreateFlagBits* = enum_VkPipelineLayoutCreateFlagBits_1124074344
else:
  static :
    hint("Declaration of " & "enum_VkPipelineLayoutCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT):
  type
    PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT* = PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT_1124081164
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetExtraPrimitiveOverestimationSizeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT):
  type
    VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* = VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082334
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageCreateFlags):
  type
    VkPipelineShaderStageCreateFlags* = VkPipelineShaderStageCreateFlags_1124074338
else:
  static :
    hint("Declaration of " & "VkPipelineShaderStageCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVariablePointerFeatures):
  type
    VkPhysicalDeviceVariablePointerFeatures* = VkPhysicalDeviceVariablePointerFeatures_1124075468
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVariablePointerFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkVertexInputBindingDivisorDescription):
  type
    struct_VkVertexInputBindingDivisorDescription* = struct_VkVertexInputBindingDivisorDescription_1124076400
else:
  static :
    hint("Declaration of " & "struct_VkVertexInputBindingDivisorDescription" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM):
  type
    struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM* = struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM_1124082464
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceDataGraphModelFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionInfo):
  type
    VkSamplerYcbcrConversionInfo* = VkSamplerYcbcrConversionInfo_1124075492
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceAntiLagFeaturesAMD):
  type
    VkPhysicalDeviceAntiLagFeaturesAMD* = VkPhysicalDeviceAntiLagFeaturesAMD_1124081490
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceAntiLagFeaturesAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerCustomBorderColorCreateInfoEXT):
  type
    struct_VkSamplerCustomBorderColorCreateInfoEXT* = struct_VkSamplerCustomBorderColorCreateInfoEXT_1124080160
else:
  static :
    hint("Declaration of " & "struct_VkSamplerCustomBorderColorCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureClusterFlagsNV):
  type
    VkClusterAccelerationStructureClusterFlagsNV* = VkClusterAccelerationStructureClusterFlagsNV_1124082038
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureClusterFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkImageFormatListCreateInfo):
  type
    VkImageFormatListCreateInfo* = VkImageFormatListCreateInfo_1124075652
else:
  static :
    hint("Declaration of " & "VkImageFormatListCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkRenderingAttachmentFlagsInfoKHR):
  type
    VkRenderingAttachmentFlagsInfoKHR* = VkRenderingAttachmentFlagsInfoKHR_1124078646
else:
  static :
    hint("Declaration of " & "VkRenderingAttachmentFlagsInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkIndirectExecutionSetInfoTypeEXT):
  type
    enum_VkIndirectExecutionSetInfoTypeEXT* = enum_VkIndirectExecutionSetInfoTypeEXT_1124082190
else:
  static :
    hint("Declaration of " & "enum_VkIndirectExecutionSetInfoTypeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC):
  type
    struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC* = struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC_1124081558
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceAmigoProfilingFeaturesSEC" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRasterizerDiscardEnableEXT):
  type
    PFN_vkCmdSetRasterizerDiscardEnableEXT* = PFN_vkCmdSetRasterizerDiscardEnableEXT_1124080666
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRasterizerDiscardEnableEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkUnmapMemory2):
  type
    PFN_vkUnmapMemory2* = PFN_vkUnmapMemory2_1124076430
else:
  static :
    hint("Declaration of " & "PFN_vkUnmapMemory2" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewMinLodCreateInfoEXT):
  type
    struct_VkImageViewMinLodCreateInfoEXT* = struct_VkImageViewMinLodCreateInfoEXT_1124080730
else:
  static :
    hint("Declaration of " & "struct_VkImageViewMinLodCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToImageIndirectCommandNV):
  type
    VkCopyMemoryToImageIndirectCommandNV* = VkCopyMemoryToImageIndirectCommandNV_1124081008
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToImageIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMotionInstanceNV):
  type
    VkAccelerationStructureMotionInstanceNV* = VkAccelerationStructureMotionInstanceNV_1124080420
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMotionInstanceNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeferredOperationResultKHR):
  type
    PFN_vkGetDeferredOperationResultKHR* = PFN_vkGetDeferredOperationResultKHR_1124077698
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeferredOperationResultKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV):
  type
    struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV* = struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV_1124082000
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderAtomicFloat16VectorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkWriteDescriptorSetInlineUniformBlock):
  type
    VkWriteDescriptorSetInlineUniformBlock* = VkWriteDescriptorSetInlineUniformBlock_1124076060
else:
  static :
    hint("Declaration of " & "VkWriteDescriptorSetInlineUniformBlock" &
        " already exists, not redeclaring")
when not declared(VkMemoryBarrier2KHR):
  type
    VkMemoryBarrier2KHR* = VkMemoryBarrier2KHR_1124077872
else:
  static :
    hint("Declaration of " & "VkMemoryBarrier2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineBinaryInfoKHR):
  type
    VkPipelineBinaryInfoKHR* = VkPipelineBinaryInfoKHR_1124078090
else:
  static :
    hint("Declaration of " & "VkPipelineBinaryInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR):
  type
    VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR* = VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR_1124078192
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceComputeShaderDerivativesPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264SessionParametersAddInfoKHR):
  type
    VkVideoDecodeH264SessionParametersAddInfoKHR* = VkVideoDecodeH264SessionParametersAddInfoKHR_1124077028
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkRenderingAttachmentFlagBitsKHR):
  type
    enum_VkRenderingAttachmentFlagBitsKHR* = enum_VkRenderingAttachmentFlagBitsKHR_1124078620
else:
  static :
    hint("Declaration of " & "enum_VkRenderingAttachmentFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkOpticalFlowExecuteInfoNV):
  type
    struct_VkOpticalFlowExecuteInfoNV* = struct_VkOpticalFlowExecuteInfoNV_1124081460
else:
  static :
    hint("Declaration of " & "struct_VkOpticalFlowExecuteInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDataGraphPipelineSessionARM):
  type
    PFN_vkCreateDataGraphPipelineSessionARM* = PFN_vkCreateDataGraphPipelineSessionARM_1124081828
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDataGraphPipelineSessionARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBeginRenderPass2):
  type
    PFN_vkCmdBeginRenderPass2* = PFN_vkCmdBeginRenderPass2_1124075854
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBeginRenderPass2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceImageProcessing2PropertiesQCOM):
  type
    VkPhysicalDeviceImageProcessing2PropertiesQCOM* = VkPhysicalDeviceImageProcessing2PropertiesQCOM_1124081870
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceImageProcessing2PropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetAllocateInfo):
  type
    struct_VkDescriptorSetAllocateInfo* = struct_VkDescriptorSetAllocateInfo_1124074752
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorSetAllocateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkGraphicsPipelineCreateInfo):
  type
    struct_VkGraphicsPipelineCreateInfo* = struct_VkGraphicsPipelineCreateInfo_1124074836
else:
  static :
    hint("Declaration of " & "struct_VkGraphicsPipelineCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures):
  type
    struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures* = struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures_1124075494
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSamplerYcbcrConversionFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalImageFormatPropertiesNV):
  type
    struct_VkExternalImageFormatPropertiesNV* = struct_VkExternalImageFormatPropertiesNV_1124078828
else:
  static :
    hint("Declaration of " & "struct_VkExternalImageFormatPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkShaderModuleIdentifierEXT):
  type
    struct_VkShaderModuleIdentifierEXT* = struct_VkShaderModuleIdentifierEXT_1124081394
else:
  static :
    hint("Declaration of " & "struct_VkShaderModuleIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1LoopFilterFlags):
  type
    struct_StdVideoAV1LoopFilterFlags* = struct_StdVideoAV1LoopFilterFlags_1124083354
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1LoopFilterFlags" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceProperties):
  type
    VkExternalFenceProperties* = VkExternalFenceProperties_1124075438
else:
  static :
    hint("Declaration of " & "VkExternalFenceProperties" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeAV1DpbSlotInfoKHR):
  type
    VkVideoDecodeAV1DpbSlotInfoKHR* = VkVideoDecodeAV1DpbSlotInfoKHR_1124078222
else:
  static :
    hint("Declaration of " & "VkVideoDecodeAV1DpbSlotInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRawAccessChainsFeaturesNV):
  type
    VkPhysicalDeviceRawAccessChainsFeaturesNV* = VkPhysicalDeviceRawAccessChainsFeaturesNV_1124081970
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRawAccessChainsFeaturesNV" &
        " already exists, not redeclaring")
when not declared(enum_VkTessellationDomainOrigin):
  type
    enum_VkTessellationDomainOrigin* = enum_VkTessellationDomainOrigin_1124075190
else:
  static :
    hint("Declaration of " & "enum_VkTessellationDomainOrigin" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferInheritanceInfo):
  type
    struct_VkCommandBufferInheritanceInfo* = struct_VkCommandBufferInheritanceInfo_1124074656
else:
  static :
    hint("Declaration of " & "struct_VkCommandBufferInheritanceInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetStencilTestEnableEXT):
  type
    PFN_vkCmdSetStencilTestEnableEXT* = PFN_vkCmdSetStencilTestEnableEXT_1124079922
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetStencilTestEnableEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1Profile):
  type
    StdVideoAV1Profile* = StdVideoAV1Profile_1124078196
else:
  static :
    hint("Declaration of " & "StdVideoAV1Profile" &
        " already exists, not redeclaring")
when not declared(VkMemoryDedicatedAllocateInfoTensorARM):
  type
    VkMemoryDedicatedAllocateInfoTensorARM* = VkMemoryDedicatedAllocateInfoTensorARM_1124081322
else:
  static :
    hint("Declaration of " & "VkMemoryDedicatedAllocateInfoTensorARM" &
        " already exists, not redeclaring")
when not declared(struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR):
  type
    struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR* = struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR_1124077818
else:
  static :
    hint("Declaration of " &
        "struct_VkQueryPoolVideoEncodeFeedbackCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineDynamicStateCreateFlags):
  type
    VkPipelineDynamicStateCreateFlags* = VkPipelineDynamicStateCreateFlags_1124074408
else:
  static :
    hint("Declaration of " & "VkPipelineDynamicStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPresentWait2InfoKHR):
  type
    VkPresentWait2InfoKHR* = VkPresentWait2InfoKHR_1124078046
else:
  static :
    hint("Declaration of " & "VkPresentWait2InfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT):
  type
    struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT* = struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT_1124081110
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceNestedCommandBufferFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkMapMemory2):
  type
    PFN_vkMapMemory2* = PFN_vkMapMemory2_1124076428
else:
  static :
    hint("Declaration of " & "PFN_vkMapMemory2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFeatures):
  type
    VkPhysicalDeviceFeatures* = VkPhysicalDeviceFeatures_1124074526
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFeatures" &
        " already exists, not redeclaring")
when not declared(VkBindImagePlaneMemoryInfo):
  type
    VkBindImagePlaneMemoryInfo* = VkBindImagePlaneMemoryInfo_1124075390
else:
  static :
    hint("Declaration of " & "VkBindImagePlaneMemoryInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT):
  type
    VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT* = VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT_1124080518
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRGBA10X6FormatsFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkWaitForPresent2KHR):
  type
    PFN_vkWaitForPresent2KHR* = PFN_vkWaitForPresent2KHR_1124078048
else:
  static :
    hint("Declaration of " & "PFN_vkWaitForPresent2KHR" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceHandleTypeFlagBitsKHR):
  type
    VkExternalFenceHandleTypeFlagBitsKHR* = VkExternalFenceHandleTypeFlagBitsKHR_1124077294
else:
  static :
    hint("Declaration of " & "VkExternalFenceHandleTypeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9Level):
  type
    StdVideoVP9Level* = StdVideoVP9Level_1124078328
else:
  static :
    hint("Declaration of " & "StdVideoVP9Level" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferCopy):
  type
    struct_VkBufferCopy* = struct_VkBufferCopy_1124074664
else:
  static :
    hint("Declaration of " & "struct_VkBufferCopy" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265VpsFlags):
  type
    struct_StdVideoH265VpsFlags* = struct_StdVideoH265VpsFlags_1124083148
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265VpsFlags" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryImageCreateInfo):
  type
    VkExternalMemoryImageCreateInfo* = VkExternalMemoryImageCreateInfo_1124075422
else:
  static :
    hint("Declaration of " & "VkExternalMemoryImageCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkMultisampledRenderToSingleSampledInfoEXT):
  type
    struct_VkMultisampledRenderToSingleSampledInfoEXT* = struct_VkMultisampledRenderToSingleSampledInfoEXT_1124080656
else:
  static :
    hint("Declaration of " & "struct_VkMultisampledRenderToSingleSampledInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkBufferMemoryBarrier2):
  type
    VkBufferMemoryBarrier2* = VkBufferMemoryBarrier2_1124075932
else:
  static :
    hint("Declaration of " & "VkBufferMemoryBarrier2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGlobalPriorityQueryFeatures):
  type
    VkPhysicalDeviceGlobalPriorityQueryFeatures* = VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076238
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceGlobalPriorityQueryFeatures" &
        " already exists, not redeclaring")
when not declared(enum_VkAcquireProfilingLockFlagBitsKHR):
  type
    enum_VkAcquireProfilingLockFlagBitsKHR* = enum_VkAcquireProfilingLockFlagBitsKHR_1124077342
else:
  static :
    hint("Declaration of " & "enum_VkAcquireProfilingLockFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineExecutableStatisticFormatKHR):
  type
    VkPipelineExecutableStatisticFormatKHR* = VkPipelineExecutableStatisticFormatKHR_1124077704
else:
  static :
    hint("Declaration of " & "VkPipelineExecutableStatisticFormatKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDataGraphFeaturesARM):
  type
    VkPhysicalDeviceDataGraphFeaturesARM* = VkPhysicalDeviceDataGraphFeaturesARM_1124081740
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDataGraphFeaturesARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetAccelerationStructureDeviceAddressKHR):
  type
    PFN_vkGetAccelerationStructureDeviceAddressKHR* = PFN_vkGetAccelerationStructureDeviceAddressKHR_1124082574
else:
  static :
    hint("Declaration of " & "PFN_vkGetAccelerationStructureDeviceAddressKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthTestEnableEXT):
  type
    PFN_vkCmdSetDepthTestEnableEXT* = PFN_vkCmdSetDepthTestEnableEXT_1124079914
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthTestEnableEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndirectCountKHR):
  type
    PFN_vkCmdDrawIndirectCountKHR* = PFN_vkCmdDrawIndirectCountKHR_1124077514
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndirectCountKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures):
  type
    VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures* = VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures_1124076032
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures" &
        " already exists, not redeclaring")
when not declared(VkPresentGravityFlagBitsKHR):
  type
    VkPresentGravityFlagBitsKHR* = VkPresentGravityFlagBitsKHR_1124078122
else:
  static :
    hint("Declaration of " & "VkPresentGravityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(WCHAR):
  type
    WCHAR* = WCHAR_1124082970
else:
  static :
    hint("Declaration of " & "WCHAR" & " already exists, not redeclaring")
when not declared(VkVideoEncodeH265NaluSliceSegmentInfoKHR):
  type
    VkVideoEncodeH265NaluSliceSegmentInfoKHR* = VkVideoEncodeH265NaluSliceSegmentInfoKHR_1124076976
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265NaluSliceSegmentInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkChromaLocationKHR):
  type
    VkChromaLocationKHR* = VkChromaLocationKHR_1124077482
else:
  static :
    hint("Declaration of " & "VkChromaLocationKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleaseSwapchainImagesEXT):
  type
    PFN_vkReleaseSwapchainImagesEXT* = PFN_vkReleaseSwapchainImagesEXT_1124080006
else:
  static :
    hint("Declaration of " & "PFN_vkReleaseSwapchainImagesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkTileMemoryBindInfoQCOM):
  type
    struct_VkTileMemoryBindInfoQCOM* = struct_VkTileMemoryBindInfoQCOM_1124081934
else:
  static :
    hint("Declaration of " & "struct_VkTileMemoryBindInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkXYColorEXT):
  type
    VkXYColorEXT* = VkXYColorEXT_1124079040
else:
  static :
    hint("Declaration of " & "VkXYColorEXT" & " already exists, not redeclaring")
when not declared(VkSparseImageMemoryBind):
  type
    VkSparseImageMemoryBind* = VkSparseImageMemoryBind_1124074598
else:
  static :
    hint("Declaration of " & "VkSparseImageMemoryBind" &
        " already exists, not redeclaring")
when not declared(enum_VkPipelineRobustnessBufferBehavior):
  type
    enum_VkPipelineRobustnessBufferBehavior* = enum_VkPipelineRobustnessBufferBehavior_1124076188
else:
  static :
    hint("Declaration of " & "enum_VkPipelineRobustnessBufferBehavior" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportCoarseSampleOrderStateCreateInfoNV):
  type
    VkPipelineViewportCoarseSampleOrderStateCreateInfoNV* = VkPipelineViewportCoarseSampleOrderStateCreateInfoNV_1124079316
else:
  static :
    hint("Declaration of " &
        "VkPipelineViewportCoarseSampleOrderStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevice):
  type
    VkPhysicalDevice* = VkPhysicalDevice_1124073941
else:
  static :
    hint("Declaration of " & "VkPhysicalDevice" &
        " already exists, not redeclaring")
when not declared(VkDeviceDiagnosticsConfigCreateInfoNV):
  type
    VkDeviceDiagnosticsConfigCreateInfoNV* = VkDeviceDiagnosticsConfigCreateInfoNV_1124080216
else:
  static :
    hint("Declaration of " & "VkDeviceDiagnosticsConfigCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRasterizationStreamEXT):
  type
    PFN_vkCmdSetRasterizationStreamEXT* = PFN_vkCmdSetRasterizationStreamEXT_1124081160
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRasterizationStreamEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264ReferenceInfo):
  type
    StdVideoEncodeH264ReferenceInfo* = StdVideoEncodeH264ReferenceInfo_1124076876
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkMemoryOverallocationBehaviorAMD):
  type
    enum_VkMemoryOverallocationBehaviorAMD* = enum_VkMemoryOverallocationBehaviorAMD_1124079536
else:
  static :
    hint("Declaration of " & "enum_VkMemoryOverallocationBehaviorAMD" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdNextSubpass2KHR):
  type
    PFN_vkCmdNextSubpass2KHR* = PFN_vkCmdNextSubpass2KHR_1124077282
else:
  static :
    hint("Declaration of " & "PFN_vkCmdNextSubpass2KHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceOrHostAddressConstKHR):
  type
    VkDeviceOrHostAddressConstKHR* = VkDeviceOrHostAddressConstKHR_1124080392
else:
  static :
    hint("Declaration of " & "VkDeviceOrHostAddressConstKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyMemoryIndirectNV):
  type
    PFN_vkCmdCopyMemoryIndirectNV* = PFN_vkCmdCopyMemoryIndirectNV_1124081016
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyMemoryIndirectNV" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreWaitInfo):
  type
    VkSemaphoreWaitInfo* = VkSemaphoreWaitInfo_1124075684
else:
  static :
    hint("Declaration of " & "VkSemaphoreWaitInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineIndirectMemoryRequirementsNV):
  type
    PFN_vkGetPipelineIndirectMemoryRequirementsNV* = PFN_vkGetPipelineIndirectMemoryRequirementsNV_1124081064
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineIndirectMemoryRequirementsNV" &
        " already exists, not redeclaring")
when not declared(enum_VkPolygonMode):
  type
    enum_VkPolygonMode* = enum_VkPolygonMode_1124074116
else:
  static :
    hint("Declaration of " & "enum_VkPolygonMode" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetTensorMemoryRequirementsARM):
  type
    PFN_vkGetTensorMemoryRequirementsARM* = PFN_vkGetTensorMemoryRequirementsARM_1124081368
else:
  static :
    hint("Declaration of " & "PFN_vkGetTensorMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH264PictureInfo):
  type
    StdVideoEncodeH264PictureInfo* = StdVideoEncodeH264PictureInfo_1124076870
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH264PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureMotionInfoFlagsNV):
  type
    VkAccelerationStructureMotionInfoFlagsNV* = VkAccelerationStructureMotionInfoFlagsNV_1124080386
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureMotionInfoFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionMemoryRequirementsInfoARM):
  type
    VkDataGraphPipelineSessionMemoryRequirementsInfoARM* = VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081776
else:
  static :
    hint("Declaration of " &
        "VkDataGraphPipelineSessionMemoryRequirementsInfoARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDiscardRectanglePropertiesEXT):
  type
    VkPhysicalDeviceDiscardRectanglePropertiesEXT* = VkPhysicalDeviceDiscardRectanglePropertiesEXT_1124079002
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDiscardRectanglePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDebugUtilsMessageSeverityFlagBitsEXT):
  type
    enum_VkDebugUtilsMessageSeverityFlagBitsEXT* = enum_VkDebugUtilsMessageSeverityFlagBitsEXT_1124079056
else:
  static :
    hint("Declaration of " & "enum_VkDebugUtilsMessageSeverityFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkSemaphoreImportFlagBits):
  type
    enum_VkSemaphoreImportFlagBits* = enum_VkSemaphoreImportFlagBits_1124075238
else:
  static :
    hint("Declaration of " & "enum_VkSemaphoreImportFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateSemaphore):
  type
    PFN_vkCreateSemaphore* = PFN_vkCreateSemaphore_1124074972
else:
  static :
    hint("Declaration of " & "PFN_vkCreateSemaphore" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfaceCapabilities2KHR):
  type
    struct_VkSurfaceCapabilities2KHR* = struct_VkSurfaceCapabilities2KHR_1124077406
else:
  static :
    hint("Declaration of " & "struct_VkSurfaceCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH265CapabilitiesKHR):
  type
    struct_VkVideoDecodeH265CapabilitiesKHR* = struct_VkVideoDecodeH265CapabilitiesKHR_1124077532
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH265CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV):
  type
    struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV* = struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV_1124081856
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePerStageDescriptorSetFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkDeferredOperationKHR):
  type
    VkDeferredOperationKHR* = VkDeferredOperationKHR_1124077690
else:
  static :
    hint("Declaration of " & "VkDeferredOperationKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan11Features):
  type
    VkPhysicalDeviceVulkan11Features* = VkPhysicalDeviceVulkan11Features_1124075632
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan11Features" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCreateFlags2CreateInfo):
  type
    struct_VkPipelineCreateFlags2CreateInfo* = struct_VkPipelineCreateFlags2CreateInfo_1124076344
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCreateFlags2CreateInfo" &
        " already exists, not redeclaring")
when not declared(StdVideoH265SequenceParameterSet):
  type
    StdVideoH265SequenceParameterSet* = StdVideoH265SequenceParameterSet_1124076954
else:
  static :
    hint("Declaration of " & "StdVideoH265SequenceParameterSet" &
        " already exists, not redeclaring")
when not declared(VkImageSparseMemoryRequirementsInfo2KHR):
  type
    VkImageSparseMemoryRequirementsInfo2KHR* = VkImageSparseMemoryRequirementsInfo2KHR_1124077462
else:
  static :
    hint("Declaration of " & "VkImageSparseMemoryRequirementsInfo2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVulkan11Properties):
  type
    VkPhysicalDeviceVulkan11Properties* = VkPhysicalDeviceVulkan11Properties_1124075636
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVulkan11Properties" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1QualityLevelPropertiesKHR):
  type
    struct_VkVideoEncodeAV1QualityLevelPropertiesKHR* = struct_VkVideoEncodeAV1QualityLevelPropertiesKHR_1124078268
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1QualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDebugMarkerObjectNameInfoEXT):
  type
    VkDebugMarkerObjectNameInfoEXT* = VkDebugMarkerObjectNameInfoEXT_1124078688
else:
  static :
    hint("Declaration of " & "VkDebugMarkerObjectNameInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineDiscardRectangleStateCreateFlagsEXT):
  type
    VkPipelineDiscardRectangleStateCreateFlagsEXT* = VkPipelineDiscardRectangleStateCreateFlagsEXT_1124078998
else:
  static :
    hint("Declaration of " & "VkPipelineDiscardRectangleStateCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExclusiveScissorFeaturesNV):
  type
    VkPhysicalDeviceExclusiveScissorFeaturesNV* = VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079594
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExclusiveScissorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyImage):
  type
    PFN_vkDestroyImage* = PFN_vkDestroyImage_1124074988
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyImage" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoSessionCreateInfoKHR):
  type
    struct_VkVideoSessionCreateInfoKHR* = struct_VkVideoSessionCreateInfoKHR_1124076730
else:
  static :
    hint("Declaration of " & "struct_VkVideoSessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferUsageFlagBits):
  type
    VkBufferUsageFlagBits* = VkBufferUsageFlagBits_1124074266
else:
  static :
    hint("Declaration of " & "VkBufferUsageFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorGetTensorInfoARM):
  type
    struct_VkDescriptorGetTensorInfoARM* = struct_VkDescriptorGetTensorInfoARM_1124081344
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorGetTensorInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceToolProperties):
  type
    PFN_vkGetPhysicalDeviceToolProperties* = PFN_vkGetPhysicalDeviceToolProperties_1124076114
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceToolProperties" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionBindPointRequirementARM):
  type
    VkDataGraphPipelineSessionBindPointRequirementARM* = VkDataGraphPipelineSessionBindPointRequirementARM_1124081772
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionBindPointRequirementARM" &
        " already exists, not redeclaring")
when not declared(VkCopyAccelerationStructureInfoKHR):
  type
    VkCopyAccelerationStructureInfoKHR* = VkCopyAccelerationStructureInfoKHR_1124082548
else:
  static :
    hint("Declaration of " & "VkCopyAccelerationStructureInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryGetRemoteAddressInfoNV):
  type
    VkMemoryGetRemoteAddressInfoNV* = VkMemoryGetRemoteAddressInfoNV_1124080614
else:
  static :
    hint("Declaration of " & "VkMemoryGetRemoteAddressInfoNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH264SessionParametersCreateInfoKHR):
  type
    VkVideoDecodeH264SessionParametersCreateInfoKHR* = VkVideoDecodeH264SessionParametersCreateInfoKHR_1124077032
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH264SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterDescriptionFlagsARM):
  type
    VkPerformanceCounterDescriptionFlagsARM* = VkPerformanceCounterDescriptionFlagsARM_1124082374
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterDescriptionFlagsARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkImportFenceWin32HandleKHR):
  type
    PFN_vkImportFenceWin32HandleKHR* = PFN_vkImportFenceWin32HandleKHR_1124082722
else:
  static :
    hint("Declaration of " & "PFN_vkImportFenceWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplayPlaneAlphaFlagsKHR):
  type
    VkDisplayPlaneAlphaFlagsKHR* = VkDisplayPlaneAlphaFlagsKHR_1124076580
else:
  static :
    hint("Declaration of " & "VkDisplayPlaneAlphaFlagsKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoH264SpsFlags):
  type
    StdVideoH264SpsFlags* = StdVideoH264SpsFlags_1124082978
else:
  static :
    hint("Declaration of " & "StdVideoH264SpsFlags" &
        " already exists, not redeclaring")
when not declared(VkImageMemoryBarrier2):
  type
    VkImageMemoryBarrier2* = VkImageMemoryBarrier2_1124075936
else:
  static :
    hint("Declaration of " & "VkImageMemoryBarrier2" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineTessellationDomainOriginStateCreateInfo):
  type
    struct_VkPipelineTessellationDomainOriginStateCreateInfo* = struct_VkPipelineTessellationDomainOriginStateCreateInfo_1124075518
else:
  static :
    hint("Declaration of " &
        "struct_VkPipelineTessellationDomainOriginStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV):
  type
    VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV* = VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081050
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkCheckpointDataNV):
  type
    struct_VkCheckpointDataNV* = struct_VkCheckpointDataNV_1124079604
else:
  static :
    hint("Declaration of " & "struct_VkCheckpointDataNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR):
  type
    VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR* = VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR_1124078530
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryBudgetPropertiesEXT):
  type
    VkPhysicalDeviceMemoryBudgetPropertiesEXT* = VkPhysicalDeviceMemoryBudgetPropertiesEXT_1124079758
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryBudgetPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescriptionFlagBits):
  type
    VkSubpassDescriptionFlagBits* = VkSubpassDescriptionFlagBits_1124074430
else:
  static :
    hint("Declaration of " & "VkSubpassDescriptionFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoVP9ColorConfigFlags):
  type
    struct_StdVideoVP9ColorConfigFlags* = struct_StdVideoVP9ColorConfigFlags_1124083360
else:
  static :
    hint("Declaration of " & "struct_StdVideoVP9ColorConfigFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDynamicRenderingLocalReadFeatures):
  type
    VkPhysicalDeviceDynamicRenderingLocalReadFeatures* = VkPhysicalDeviceDynamicRenderingLocalReadFeatures_1124076418
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDynamicRenderingLocalReadFeatures" &
        " already exists, not redeclaring")
when not declared(StdVideoH264ProfileIdc):
  type
    StdVideoH264ProfileIdc* = StdVideoH264ProfileIdc_1124076882
else:
  static :
    hint("Declaration of " & "StdVideoH264ProfileIdc" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLineStippleKHR):
  type
    PFN_vkCmdSetLineStippleKHR* = PFN_vkCmdSetLineStippleKHR_1124078374
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLineStippleKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1LoopRestoration):
  type
    struct_StdVideoAV1LoopRestoration* = struct_StdVideoAV1LoopRestoration_1124083220
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1LoopRestoration" &
        " already exists, not redeclaring")
when not declared(enum_VkFormat):
  type
    enum_VkFormat* = enum_VkFormat_1124074020
else:
  static :
    hint("Declaration of " & "enum_VkFormat" &
        " already exists, not redeclaring")
when not declared(enum_VkDisplayEventTypeEXT):
  type
    enum_VkDisplayEventTypeEXT* = enum_VkDisplayEventTypeEXT_1124078924
else:
  static :
    hint("Declaration of " & "enum_VkDisplayEventTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkColorComponentFlags):
  type
    VkColorComponentFlags* = VkColorComponentFlags_1124074376
else:
  static :
    hint("Declaration of " & "VkColorComponentFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkBufferCreateInfo):
  type
    struct_VkBufferCreateInfo* = struct_VkBufferCreateInfo_1124074628
else:
  static :
    hint("Declaration of " & "struct_VkBufferCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugMarkerMarkerInfoEXT):
  type
    struct_VkDebugMarkerMarkerInfoEXT* = struct_VkDebugMarkerMarkerInfoEXT_1124078694
else:
  static :
    hint("Declaration of " & "struct_VkDebugMarkerMarkerInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkConformanceVersionKHR):
  type
    VkConformanceVersionKHR* = VkConformanceVersionKHR_1124077566
else:
  static :
    hint("Declaration of " & "VkConformanceVersionKHR" &
        " already exists, not redeclaring")
when not declared(LPVOID):
  type
    LPVOID* = LPVOID_1124083112
else:
  static :
    hint("Declaration of " & "LPVOID" & " already exists, not redeclaring")
when not declared(VkImageCreateFlagBits):
  type
    VkImageCreateFlagBits* = VkImageCreateFlagBits_1124074160
else:
  static :
    hint("Declaration of " & "VkImageCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceQueue):
  type
    PFN_vkGetDeviceQueue* = PFN_vkGetDeviceQueue_1124074926
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceQueue" &
        " already exists, not redeclaring")
when not declared(VkSparseImageFormatProperties2KHR):
  type
    VkSparseImageFormatProperties2KHR* = VkSparseImageFormatProperties2KHR_1124077084
else:
  static :
    hint("Declaration of " & "VkSparseImageFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR):
  type
    VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR* = VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR_1124077642
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkLatencyTimingsFrameReportNV):
  type
    VkLatencyTimingsFrameReportNV* = VkLatencyTimingsFrameReportNV_1124081676
else:
  static :
    hint("Declaration of " & "VkLatencyTimingsFrameReportNV" &
        " already exists, not redeclaring")
when not declared(VkVideoFormatQuantizationMapPropertiesKHR):
  type
    VkVideoFormatQuantizationMapPropertiesKHR* = VkVideoFormatQuantizationMapPropertiesKHR_1124078494
else:
  static :
    hint("Declaration of " & "VkVideoFormatQuantizationMapPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCacheCreateFlags):
  type
    VkPipelineCacheCreateFlags* = VkPipelineCacheCreateFlags_1124074326
else:
  static :
    hint("Declaration of " & "VkPipelineCacheCreateFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR):
  type
    VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR* = VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR_1124077754
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMultiviewFeatures):
  type
    struct_VkPhysicalDeviceMultiviewFeatures* = struct_VkPhysicalDeviceMultiviewFeatures_1124075526
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMultiviewFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDriverProperties):
  type
    VkPhysicalDeviceDriverProperties* = VkPhysicalDeviceDriverProperties_1124075656
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDriverProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorBufferTensorFeaturesARM):
  type
    VkPhysicalDeviceDescriptorBufferTensorFeaturesARM* = VkPhysicalDeviceDescriptorBufferTensorFeaturesARM_1124081338
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorBufferTensorFeaturesARM" &
        " already exists, not redeclaring")
when not declared(enum_VkDataGraphPipelineSessionBindPointTypeARM):
  type
    enum_VkDataGraphPipelineSessionBindPointTypeARM* = enum_VkDataGraphPipelineSessionBindPointTypeARM_1124081714
else:
  static :
    hint("Declaration of " & "enum_VkDataGraphPipelineSessionBindPointTypeARM" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreationFeedbackFlags):
  type
    VkPipelineCreationFeedbackFlags* = VkPipelineCreationFeedbackFlags_1124075894
else:
  static :
    hint("Declaration of " & "VkPipelineCreationFeedbackFlags" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265StdFlagsKHR):
  type
    VkVideoEncodeH265StdFlagsKHR* = VkVideoEncodeH265StdFlagsKHR_1124076912
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265StdFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT):
  type
    struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT* = struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT_1124078880
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceConditionalRenderingFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDescriptorIndexingProperties):
  type
    struct_VkPhysicalDeviceDescriptorIndexingProperties* = struct_VkPhysicalDeviceDescriptorIndexingProperties_1124075734
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDescriptorIndexingProperties" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsMessengerCallbackDataEXT):
  type
    VkDebugUtilsMessengerCallbackDataEXT* = VkDebugUtilsMessengerCallbackDataEXT_1124079080
else:
  static :
    hint("Declaration of " & "VkDebugUtilsMessengerCallbackDataEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoverageToColorLocationNV):
  type
    PFN_vkCmdSetCoverageToColorLocationNV* = PFN_vkCmdSetCoverageToColorLocationNV_1124081186
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoverageToColorLocationNV" &
        " already exists, not redeclaring")
when not declared(VkOpticalFlowPerformanceLevelNV):
  type
    VkOpticalFlowPerformanceLevelNV* = VkOpticalFlowPerformanceLevelNV_1124081406
else:
  static :
    hint("Declaration of " & "VkOpticalFlowPerformanceLevelNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkSetPrivateData):
  type
    PFN_vkSetPrivateData* = PFN_vkSetPrivateData_1124076120
else:
  static :
    hint("Declaration of " & "PFN_vkSetPrivateData" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM):
  type
    struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM* = struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM_1124081896
else:
  static :
    hint("Declaration of " &
        "struct_VkSamplerYcbcrConversionYcbcrDegammaCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushDescriptorSet):
  type
    PFN_vkCmdPushDescriptorSet* = PFN_vkCmdPushDescriptorSet_1124076444
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushDescriptorSet" &
        " already exists, not redeclaring")
when not declared(VkCompositeAlphaFlagBitsKHR):
  type
    VkCompositeAlphaFlagBitsKHR* = VkCompositeAlphaFlagBitsKHR_1124076482
else:
  static :
    hint("Declaration of " & "VkCompositeAlphaFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVulkan14Features):
  type
    struct_VkPhysicalDeviceVulkan14Features* = struct_VkPhysicalDeviceVulkan14Features_1124076224
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceVulkan14Features" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR):
  type
    struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR* = struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR_1124078354
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkExportMemoryAllocateInfoNV):
  type
    VkExportMemoryAllocateInfoNV* = VkExportMemoryAllocateInfoNV_1124078840
else:
  static :
    hint("Declaration of " & "VkExportMemoryAllocateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkBufferCreateFlagBits):
  type
    VkBufferCreateFlagBits* = VkBufferCreateFlagBits_1124074260
else:
  static :
    hint("Declaration of " & "VkBufferCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineFragmentShadingRateEnumStateCreateInfoNV):
  type
    VkPipelineFragmentShadingRateEnumStateCreateInfoNV* = VkPipelineFragmentShadingRateEnumStateCreateInfoNV_1124080378
else:
  static :
    hint("Declaration of " &
        "VkPipelineFragmentShadingRateEnumStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateExternalComputeQueueNV):
  type
    PFN_vkCreateExternalComputeQueueNV* = PFN_vkCreateExternalComputeQueueNV_1124081990
else:
  static :
    hint("Declaration of " & "PFN_vkCreateExternalComputeQueueNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSubresourceLayout2):
  type
    PFN_vkGetImageSubresourceLayout2* = PFN_vkGetImageSubresourceLayout2_1124076434
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSubresourceLayout2" &
        " already exists, not redeclaring")
when not declared(VkImageViewType):
  type
    VkImageViewType* = VkImageViewType_1124074050
else:
  static :
    hint("Declaration of " & "VkImageViewType" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceHostImageCopyFeatures):
  type
    struct_VkPhysicalDeviceHostImageCopyFeatures* = struct_VkPhysicalDeviceHostImageCopyFeatures_1124076292
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceHostImageCopyFeatures" &
        " already exists, not redeclaring")
when not declared(VkDeviceDeviceMemoryReportCreateInfoEXT):
  type
    VkDeviceDeviceMemoryReportCreateInfoEXT* = VkDeviceDeviceMemoryReportCreateInfoEXT_1124080150
else:
  static :
    hint("Declaration of " & "VkDeviceDeviceMemoryReportCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT):
  type
    struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT* = struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080640
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceFrameBoundaryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSurfacePresentScalingCapabilitiesKHR):
  type
    struct_VkSurfacePresentScalingCapabilitiesKHR* = struct_VkSurfacePresentScalingCapabilitiesKHR_1124078130
else:
  static :
    hint("Declaration of " & "struct_VkSurfacePresentScalingCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance3Properties):
  type
    struct_VkPhysicalDeviceMaintenance3Properties* = struct_VkPhysicalDeviceMaintenance3Properties_1124075478
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance3Properties" &
        " already exists, not redeclaring")
when not declared(VkOpacityMicromapSpecialIndexEXT):
  type
    VkOpacityMicromapSpecialIndexEXT* = VkOpacityMicromapSpecialIndexEXT_1124080786
else:
  static :
    hint("Declaration of " & "VkOpacityMicromapSpecialIndexEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM):
  type
    struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM* = struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM_1124081852
else:
  static :
    hint("Declaration of " &
        "struct_VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureGeometryFlagsNV):
  type
    VkClusterAccelerationStructureGeometryFlagsNV* = VkClusterAccelerationStructureGeometryFlagsNV_1124082044
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureGeometryFlagsNV" &
        " already exists, not redeclaring")
when not declared(enum_VkImageTiling):
  type
    enum_VkImageTiling* = enum_VkImageTiling_1124074024
else:
  static :
    hint("Declaration of " & "enum_VkImageTiling" &
        " already exists, not redeclaring")
when not declared(enum_VkResolveModeFlagBits):
  type
    enum_VkResolveModeFlagBits* = enum_VkResolveModeFlagBits_1124075612
else:
  static :
    hint("Declaration of " & "enum_VkResolveModeFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFrameBoundaryFeaturesEXT):
  type
    VkPhysicalDeviceFrameBoundaryFeaturesEXT* = VkPhysicalDeviceFrameBoundaryFeaturesEXT_1124080642
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceFrameBoundaryFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeH265ReferenceInfoFlags):
  type
    StdVideoEncodeH265ReferenceInfoFlags* = StdVideoEncodeH265ReferenceInfoFlags_1124083048
else:
  static :
    hint("Declaration of " & "StdVideoEncodeH265ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetShadingRateImageEnableNV):
  type
    PFN_vkCmdSetShadingRateImageEnableNV* = PFN_vkCmdSetShadingRateImageEnableNV_1124081194
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetShadingRateImageEnableNV" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewCreateInfo):
  type
    struct_VkImageViewCreateInfo* = struct_VkImageViewCreateInfo_1124074644
else:
  static :
    hint("Declaration of " & "struct_VkImageViewCreateInfo" &
        " already exists, not redeclaring")
when not declared(enum_VkExternalMemoryFeatureFlagBits):
  type
    enum_VkExternalMemoryFeatureFlagBits* = enum_VkExternalMemoryFeatureFlagBits_1124075214
else:
  static :
    hint("Declaration of " & "enum_VkExternalMemoryFeatureFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageOpaqueMemoryBindInfo):
  type
    struct_VkSparseImageOpaqueMemoryBindInfo* = struct_VkSparseImageOpaqueMemoryBindInfo_1124074588
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageOpaqueMemoryBindInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorIndexingPropertiesEXT):
  type
    VkPhysicalDeviceDescriptorIndexingPropertiesEXT* = VkPhysicalDeviceDescriptorIndexingPropertiesEXT_1124079276
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorIndexingPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkImageCompressionPropertiesEXT):
  type
    VkImageCompressionPropertiesEXT* = VkImageCompressionPropertiesEXT_1124080466
else:
  static :
    hint("Declaration of " & "VkImageCompressionPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265SessionParametersAddInfoKHR):
  type
    VkVideoDecodeH265SessionParametersAddInfoKHR* = VkVideoDecodeH265SessionParametersAddInfoKHR_1124077538
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDisplayPowerStateEXT):
  type
    enum_VkDisplayPowerStateEXT* = enum_VkDisplayPowerStateEXT_1124078916
else:
  static :
    hint("Declaration of " & "enum_VkDisplayPowerStateEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE):
  type
    enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE* = enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE_1124080692
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeRgbModelConversionFlagBitsVALVE" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265VideoParameterSet):
  type
    struct_StdVideoH265VideoParameterSet* = struct_StdVideoH265VideoParameterSet_1124082920
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265VideoParameterSet" &
        " already exists, not redeclaring")
when not declared(VkPipelineTessellationStateCreateInfo):
  type
    VkPipelineTessellationStateCreateInfo* = VkPipelineTessellationStateCreateInfo_1124074798
else:
  static :
    hint("Declaration of " & "VkPipelineTessellationStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1RateControlLayerInfoKHR):
  type
    struct_VkVideoEncodeAV1RateControlLayerInfoKHR* = struct_VkVideoEncodeAV1RateControlLayerInfoKHR_1124078312
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1RateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265SessionParametersFeedbackInfoKHR):
  type
    VkVideoEncodeH265SessionParametersFeedbackInfoKHR* = VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076970
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265SessionParametersFeedbackInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT):
  type
    PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT* = PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT_1124080336
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH265SliceType):
  type
    enum_StdVideoH265SliceType* = enum_StdVideoH265SliceType_1124083174
else:
  static :
    hint("Declaration of " & "enum_StdVideoH265SliceType" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPreprocessGeneratedCommandsNV):
  type
    PFN_vkCmdPreprocessGeneratedCommandsNV* = PFN_vkCmdPreprocessGeneratedCommandsNV_1124080082
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPreprocessGeneratedCommandsNV" &
        " already exists, not redeclaring")
when not declared(VkImageSubresource):
  type
    VkImageSubresource* = VkImageSubresource_1124074594
else:
  static :
    hint("Declaration of " & "VkImageSubresource" &
        " already exists, not redeclaring")
when not declared(VkSamplerCaptureDescriptorDataInfoEXT):
  type
    VkSamplerCaptureDescriptorDataInfoEXT* = VkSamplerCaptureDescriptorDataInfoEXT_1124080306
else:
  static :
    hint("Declaration of " & "VkSamplerCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1ChromaSamplePosition):
  type
    StdVideoAV1ChromaSamplePosition* = StdVideoAV1ChromaSamplePosition_1124083286
else:
  static :
    hint("Declaration of " & "StdVideoAV1ChromaSamplePosition" &
        " already exists, not redeclaring")
when not declared(enum_VkRayTracingLssPrimitiveEndCapsModeNV):
  type
    enum_VkRayTracingLssPrimitiveEndCapsModeNV* = enum_VkRayTracingLssPrimitiveEndCapsModeNV_1124081074
else:
  static :
    hint("Declaration of " & "enum_VkRayTracingLssPrimitiveEndCapsModeNV" &
        " already exists, not redeclaring")
when not declared(VkBindDescriptorSetsInfoKHR):
  type
    VkBindDescriptorSetsInfoKHR* = VkBindDescriptorSetsInfoKHR_1124078396
else:
  static :
    hint("Declaration of " & "VkBindDescriptorSetsInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineIndirectDeviceAddressNV):
  type
    PFN_vkGetPipelineIndirectDeviceAddressNV* = PFN_vkGetPipelineIndirectDeviceAddressNV_1124081068
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineIndirectDeviceAddressNV" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectExecutionSetCreateInfoEXT):
  type
    struct_VkIndirectExecutionSetCreateInfoEXT* = struct_VkIndirectExecutionSetCreateInfoEXT_1124082238
else:
  static :
    hint("Declaration of " & "struct_VkIndirectExecutionSetCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSynchronization2FeaturesKHR):
  type
    VkPhysicalDeviceSynchronization2FeaturesKHR* = VkPhysicalDeviceSynchronization2FeaturesKHR_1124077886
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSynchronization2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPushConstants2KHR):
  type
    PFN_vkCmdPushConstants2KHR* = PFN_vkCmdPushConstants2KHR_1124078414
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPushConstants2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdPreprocessGeneratedCommandsEXT):
  type
    PFN_vkCmdPreprocessGeneratedCommandsEXT* = PFN_vkCmdPreprocessGeneratedCommandsEXT_1124082304
else:
  static :
    hint("Declaration of " & "PFN_vkCmdPreprocessGeneratedCommandsEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDescriptorUpdateTemplateType):
  type
    enum_VkDescriptorUpdateTemplateType* = enum_VkDescriptorUpdateTemplateType_1124075170
else:
  static :
    hint("Declaration of " & "enum_VkDescriptorUpdateTemplateType" &
        " already exists, not redeclaring")
when not declared(StdVideoDecodeH265PictureInfo):
  type
    StdVideoDecodeH265PictureInfo* = StdVideoDecodeH265PictureInfo_1124077546
else:
  static :
    hint("Declaration of " & "StdVideoDecodeH265PictureInfo" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreWaitFlagBits):
  type
    VkSemaphoreWaitFlagBits* = VkSemaphoreWaitFlagBits_1124075620
else:
  static :
    hint("Declaration of " & "VkSemaphoreWaitFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPipelineCompilerControlFlagBitsAMD):
  type
    VkPipelineCompilerControlFlagBitsAMD* = VkPipelineCompilerControlFlagBitsAMD_1124079516
else:
  static :
    hint("Declaration of " & "VkPipelineCompilerControlFlagBitsAMD" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH265ReferenceListsInfoFlags):
  type
    struct_StdVideoEncodeH265ReferenceListsInfoFlags* = struct_StdVideoEncodeH265ReferenceListsInfoFlags_1124083336
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH265ReferenceListsInfoFlags" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsObjectNameInfoEXT):
  type
    VkDebugUtilsObjectNameInfoEXT* = VkDebugUtilsObjectNameInfoEXT_1124079076
else:
  static :
    hint("Declaration of " & "VkDebugUtilsObjectNameInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV):
  type
    struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV* = struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079820
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCooperativeMatrixPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRobustness2FeaturesEXT):
  type
    VkPhysicalDeviceRobustness2FeaturesEXT* = VkPhysicalDeviceRobustness2FeaturesEXT_1124080156
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRobustness2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR):
  type
    struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR* = struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR_1124077900
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSubmitInfo):
  type
    struct_VkSubmitInfo* = struct_VkSubmitInfo_1124074564
else:
  static :
    hint("Declaration of " & "struct_VkSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkRayTracingPipelineCreateInfoKHR):
  type
    VkRayTracingPipelineCreateInfoKHR* = VkRayTracingPipelineCreateInfoKHR_1124082596
else:
  static :
    hint("Declaration of " & "VkRayTracingPipelineCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoAV1LoopFilter):
  type
    StdVideoAV1LoopFilter* = StdVideoAV1LoopFilter_1124083078
else:
  static :
    hint("Declaration of " & "StdVideoAV1LoopFilter" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateEvent):
  type
    PFN_vkCreateEvent* = PFN_vkCreateEvent_1124075038
else:
  static :
    hint("Declaration of " & "PFN_vkCreateEvent" &
        " already exists, not redeclaring")
when not declared(VkDeviceCreateInfo):
  type
    VkDeviceCreateInfo* = VkDeviceCreateInfo_1124074554
else:
  static :
    hint("Declaration of " & "VkDeviceCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265SessionParametersAddInfoKHR):
  type
    struct_VkVideoEncodeH265SessionParametersAddInfoKHR* = struct_VkVideoEncodeH265SessionParametersAddInfoKHR_1124076950
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH265SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationLineStateCreateInfoKHR):
  type
    VkPipelineRasterizationLineStateCreateInfoKHR* = VkPipelineRasterizationLineStateCreateInfoKHR_1124078372
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationLineStateCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkBuildAccelerationStructureFlagBitsKHR):
  type
    enum_VkBuildAccelerationStructureFlagBitsKHR* = enum_VkBuildAccelerationStructureFlagBitsKHR_1124079374
else:
  static :
    hint("Declaration of " & "enum_VkBuildAccelerationStructureFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkRayTracingLssIndexingModeNV):
  type
    enum_VkRayTracingLssIndexingModeNV* = enum_VkRayTracingLssIndexingModeNV_1124081070
else:
  static :
    hint("Declaration of " & "enum_VkRayTracingLssIndexingModeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkUpdateIndirectExecutionSetPipelineEXT):
  type
    PFN_vkUpdateIndirectExecutionSetPipelineEXT* = PFN_vkUpdateIndirectExecutionSetPipelineEXT_1124082316
else:
  static :
    hint("Declaration of " & "PFN_vkUpdateIndirectExecutionSetPipelineEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264SessionParametersCreateInfoKHR):
  type
    struct_VkVideoEncodeH264SessionParametersCreateInfoKHR* = struct_VkVideoEncodeH264SessionParametersCreateInfoKHR_1124076850
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH264SessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT):
  type
    VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT* = VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT_1124080586
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkOpacityMicromapFormatEXT):
  type
    enum_VkOpacityMicromapFormatEXT* = enum_VkOpacityMicromapFormatEXT_1124080780
else:
  static :
    hint("Declaration of " & "enum_VkOpacityMicromapFormatEXT" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionCreateFlagBitsARM):
  type
    VkDataGraphPipelineSessionCreateFlagBitsARM* = VkDataGraphPipelineSessionCreateFlagBitsARM_1124081732
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionCreateFlagBitsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderFloat16Int8Features):
  type
    struct_VkPhysicalDeviceShaderFloat16Int8Features* = struct_VkPhysicalDeviceShaderFloat16Int8Features_1124075718
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderFloat16Int8Features" &
        " already exists, not redeclaring")
when not declared(enum_VkAttachmentStoreOp):
  type
    enum_VkAttachmentStoreOp* = enum_VkAttachmentStoreOp_1124074132
else:
  static :
    hint("Declaration of " & "enum_VkAttachmentStoreOp" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265SessionParametersAddInfoKHR):
  type
    VkVideoEncodeH265SessionParametersAddInfoKHR* = VkVideoEncodeH265SessionParametersAddInfoKHR_1124076958
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265SessionParametersAddInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkBindBufferMemoryDeviceGroupInfo):
  type
    VkBindBufferMemoryDeviceGroupInfo* = VkBindBufferMemoryDeviceGroupInfo_1124075298
else:
  static :
    hint("Declaration of " & "VkBindBufferMemoryDeviceGroupInfo" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceRenderPassStripedPropertiesARM):
  type
    VkPhysicalDeviceRenderPassStripedPropertiesARM* = VkPhysicalDeviceRenderPassStripedPropertiesARM_1124080974
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceRenderPassStripedPropertiesARM" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9InterpolationFilter):
  type
    StdVideoVP9InterpolationFilter* = StdVideoVP9InterpolationFilter_1124083102
else:
  static :
    hint("Declaration of " & "StdVideoVP9InterpolationFilter" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures):
  type
    struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures* = struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures_1124075758
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceUniformBufferStandardLayoutFeatures" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT):
  type
    VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT* = VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT_1124080990
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryHeap):
  type
    struct_VkMemoryHeap* = struct_VkMemoryHeap_1124074516
else:
  static :
    hint("Declaration of " & "struct_VkMemoryHeap" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryHandleTypeFlagBitsNV):
  type
    VkExternalMemoryHandleTypeFlagBitsNV* = VkExternalMemoryHandleTypeFlagBitsNV_1124078818
else:
  static :
    hint("Declaration of " & "VkExternalMemoryHandleTypeFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoH265HrdParameters):
  type
    struct_StdVideoH265HrdParameters* = struct_StdVideoH265HrdParameters_1124083152
else:
  static :
    hint("Declaration of " & "struct_StdVideoH265HrdParameters" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT):
  type
    struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT* = struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT_1124082332
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI):
  type
    PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI* = PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI_1124080600
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264ChromaFormatIdc):
  type
    enum_StdVideoH264ChromaFormatIdc* = enum_StdVideoH264ChromaFormatIdc_1124083118
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264ChromaFormatIdc" &
        " already exists, not redeclaring")
when not declared(StdVideoH264HrdParameters):
  type
    StdVideoH264HrdParameters* = StdVideoH264HrdParameters_1124083252
else:
  static :
    hint("Declaration of " & "StdVideoH264HrdParameters" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeH264RefListModEntry):
  type
    struct_StdVideoEncodeH264RefListModEntry* = struct_StdVideoEncodeH264RefListModEntry_1124083318
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeH264RefListModEntry" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionKHR):
  type
    VkSamplerYcbcrConversionKHR* = VkSamplerYcbcrConversionKHR_1124077476
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorPoolInlineUniformBlockCreateInfo):
  type
    struct_VkDescriptorPoolInlineUniformBlockCreateInfo* = struct_VkDescriptorPoolInlineUniformBlockCreateInfo_1124076062
else:
  static :
    hint("Declaration of " &
        "struct_VkDescriptorPoolInlineUniformBlockCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetSampleLocationsEXT):
  type
    PFN_vkCmdSetSampleLocationsEXT* = PFN_vkCmdSetSampleLocationsEXT_1124079164
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetSampleLocationsEXT" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyProperties):
  type
    VkQueueFamilyProperties* = VkQueueFamilyProperties_1124074546
else:
  static :
    hint("Declaration of " & "VkQueueFamilyProperties" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionImageFormatPropertiesKHR):
  type
    VkSamplerYcbcrConversionImageFormatPropertiesKHR* = VkSamplerYcbcrConversionImageFormatPropertiesKHR_1124077494
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionImageFormatPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineMultisampleStateCreateInfo):
  type
    struct_VkPipelineMultisampleStateCreateInfo* = struct_VkPipelineMultisampleStateCreateInfo_1124074812
else:
  static :
    hint("Declaration of " & "struct_VkPipelineMultisampleStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyTensorARM):
  type
    PFN_vkDestroyTensorARM* = PFN_vkDestroyTensorARM_1124081362
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyTensorARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT):
  type
    struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT* = struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT_1124080118
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDepthBiasControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkSemaphoreImportFlagBitsKHR):
  type
    VkSemaphoreImportFlagBitsKHR* = VkSemaphoreImportFlagBitsKHR_1124077200
else:
  static :
    hint("Declaration of " & "VkSemaphoreImportFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkAllocationFunction):
  type
    PFN_vkAllocationFunction* = PFN_vkAllocationFunction_1124074484
else:
  static :
    hint("Declaration of " & "PFN_vkAllocationFunction" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceGlobalPriorityQueryFeatures):
  type
    struct_VkPhysicalDeviceGlobalPriorityQueryFeatures* = struct_VkPhysicalDeviceGlobalPriorityQueryFeatures_1124076236
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceGlobalPriorityQueryFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM):
  type
    struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM* = struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM_1124081638
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderCoreBuiltinsFeaturesARM" &
        " already exists, not redeclaring")
when not declared(VkPipelineMultisampleStateCreateInfo):
  type
    VkPipelineMultisampleStateCreateInfo* = VkPipelineMultisampleStateCreateInfo_1124074814
else:
  static :
    hint("Declaration of " & "VkPipelineMultisampleStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkCuModuleCreateInfoNVX):
  type
    struct_VkCuModuleCreateInfoNVX* = struct_VkCuModuleCreateInfoNVX_1124078750
else:
  static :
    hint("Declaration of " & "struct_VkCuModuleCreateInfoNVX" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetEvent2):
  type
    PFN_vkCmdSetEvent2* = PFN_vkCmdSetEvent2_1124076144
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetEvent2" &
        " already exists, not redeclaring")
when not declared(struct_VkExportMemoryAllocateInfoNV):
  type
    struct_VkExportMemoryAllocateInfoNV* = struct_VkExportMemoryAllocateInfoNV_1124078838
else:
  static :
    hint("Declaration of " & "struct_VkExportMemoryAllocateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkCopyImageToMemoryInfo):
  type
    VkCopyImageToMemoryInfo* = VkCopyImageToMemoryInfo_1124076314
else:
  static :
    hint("Declaration of " & "VkCopyImageToMemoryInfo" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationDepthClipStateCreateInfoEXT):
  type
    VkPipelineRasterizationDepthClipStateCreateInfoEXT* = VkPipelineRasterizationDepthClipStateCreateInfoEXT_1124079036
else:
  static :
    hint("Declaration of " &
        "VkPipelineRasterizationDepthClipStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceColorWriteEnableFeaturesEXT):
  type
    VkPhysicalDeviceColorWriteEnableFeaturesEXT* = VkPhysicalDeviceColorWriteEnableFeaturesEXT_1124080676
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceColorWriteEnableFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoDecodeH264CapabilitiesKHR):
  type
    struct_VkVideoDecodeH264CapabilitiesKHR* = struct_VkVideoDecodeH264CapabilitiesKHR_1124077022
else:
  static :
    hint("Declaration of " & "struct_VkVideoDecodeH264CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkMemoryUnmapFlagBitsKHR):
  type
    VkMemoryUnmapFlagBitsKHR* = VkMemoryUnmapFlagBitsKHR_1124077740
else:
  static :
    hint("Declaration of " & "VkMemoryUnmapFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeAV1PictureInfoFlags):
  type
    struct_StdVideoDecodeAV1PictureInfoFlags* = struct_StdVideoDecodeAV1PictureInfoFlags_1124083202
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeAV1PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkImageViewCaptureDescriptorDataInfoEXT):
  type
    struct_VkImageViewCaptureDescriptorDataInfoEXT* = struct_VkImageViewCaptureDescriptorDataInfoEXT_1124080300
else:
  static :
    hint("Declaration of " & "struct_VkImageViewCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkShaderInfoTypeAMD):
  type
    enum_VkShaderInfoTypeAMD* = enum_VkShaderInfoTypeAMD_1124078798
else:
  static :
    hint("Declaration of " & "enum_VkShaderInfoTypeAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkCooperativeMatrixPropertiesNV):
  type
    struct_VkCooperativeMatrixPropertiesNV* = struct_VkCooperativeMatrixPropertiesNV_1124079812
else:
  static :
    hint("Declaration of " & "struct_VkCooperativeMatrixPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePortabilitySubsetFeaturesKHR):
  type
    VkPhysicalDevicePortabilitySubsetFeaturesKHR* = VkPhysicalDevicePortabilitySubsetFeaturesKHR_1124082788
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePortabilitySubsetFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264QpKHR):
  type
    struct_VkVideoEncodeH264QpKHR* = struct_VkVideoEncodeH264QpKHR_1124076830
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264QpKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVertexAttributeDivisorFeatures):
  type
    struct_VkPhysicalDeviceVertexAttributeDivisorFeatures* = struct_VkPhysicalDeviceVertexAttributeDivisorFeatures_1124076408
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVertexAttributeDivisorFeatures" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationLineStateCreateInfo):
  type
    VkPipelineRasterizationLineStateCreateInfo* = VkPipelineRasterizationLineStateCreateInfo_1124076394
else:
  static :
    hint("Declaration of " & "VkPipelineRasterizationLineStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoFormatPropertiesKHR):
  type
    VkVideoFormatPropertiesKHR* = VkVideoFormatPropertiesKHR_1124076712
else:
  static :
    hint("Declaration of " & "VkVideoFormatPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV):
  type
    struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV* = struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV_1124082170
else:
  static :
    hint("Declaration of " &
        "struct_VkWriteDescriptorSetPartitionedAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthStencilResolveProperties):
  type
    VkPhysicalDeviceDepthStencilResolveProperties* = VkPhysicalDeviceDepthStencilResolveProperties_1124075800
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthStencilResolveProperties" &
        " already exists, not redeclaring")
when not declared(VkPipelineShaderStageCreateFlagBits):
  type
    VkPipelineShaderStageCreateFlagBits* = VkPipelineShaderStageCreateFlagBits_1124074336
else:
  static :
    hint("Declaration of " & "VkPipelineShaderStageCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(enum_VkSurfaceTransformFlagBitsKHR):
  type
    enum_VkSurfaceTransformFlagBitsKHR* = enum_VkSurfaceTransformFlagBitsKHR_1124076476
else:
  static :
    hint("Declaration of " & "enum_VkSurfaceTransformFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMultiviewPerViewAttributesInfoNVX):
  type
    struct_VkMultiviewPerViewAttributesInfoNVX* = struct_VkMultiviewPerViewAttributesInfoNVX_1124078976
else:
  static :
    hint("Declaration of " & "struct_VkMultiviewPerViewAttributesInfoNVX" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlags2KHR):
  type
    VkPipelineCreateFlags2KHR* = VkPipelineCreateFlags2KHR_1124077992
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlags2KHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportSwizzleStateCreateInfoNV):
  type
    VkPipelineViewportSwizzleStateCreateInfoNV* = VkPipelineViewportSwizzleStateCreateInfoNV_1124078992
else:
  static :
    hint("Declaration of " & "VkPipelineViewportSwizzleStateCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkHdrVividDynamicMetadataHUAWEI):
  type
    VkHdrVividDynamicMetadataHUAWEI* = VkHdrVividDynamicMetadataHUAWEI_1124082354
else:
  static :
    hint("Declaration of " & "VkHdrVividDynamicMetadataHUAWEI" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetRasterizationSamplesEXT):
  type
    PFN_vkCmdSetRasterizationSamplesEXT* = PFN_vkCmdSetRasterizationSamplesEXT_1124081142
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetRasterizationSamplesEXT" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureAddressResolutionFlagsNV):
  type
    VkClusterAccelerationStructureAddressResolutionFlagsNV* = VkClusterAccelerationStructureAddressResolutionFlagsNV_1124082032
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureAddressResolutionFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceLayeredApiVulkanPropertiesKHR):
  type
    VkPhysicalDeviceLayeredApiVulkanPropertiesKHR* = VkPhysicalDeviceLayeredApiVulkanPropertiesKHR_1124078554
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceLayeredApiVulkanPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264WeightedBipredIdc):
  type
    enum_StdVideoH264WeightedBipredIdc* = enum_StdVideoH264WeightedBipredIdc_1124083128
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264WeightedBipredIdc" &
        " already exists, not redeclaring")
when not declared(struct_VkImageResolve2):
  type
    struct_VkImageResolve2* = struct_VkImageResolve2_1124076086
else:
  static :
    hint("Declaration of " & "struct_VkImageResolve2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceVideoEncodeAV1FeaturesKHR):
  type
    VkPhysicalDeviceVideoEncodeAV1FeaturesKHR* = VkPhysicalDeviceVideoEncodeAV1FeaturesKHR_1124078258
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceVideoEncodeAV1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindDescriptorSets2KHR):
  type
    PFN_vkCmdBindDescriptorSets2KHR* = PFN_vkCmdBindDescriptorSets2KHR_1124078412
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindDescriptorSets2KHR" &
        " already exists, not redeclaring")
when not declared(VkViewport):
  type
    VkViewport* = VkViewport_1124074802
else:
  static :
    hint("Declaration of " & "VkViewport" & " already exists, not redeclaring")
when not declared(PFN_vkCmdSetColorWriteMaskEXT):
  type
    PFN_vkCmdSetColorWriteMaskEXT* = PFN_vkCmdSetColorWriteMaskEXT_1124081156
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetColorWriteMaskEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceImageSubresourceInfo):
  type
    struct_VkDeviceImageSubresourceInfo* = struct_VkDeviceImageSubresourceInfo_1124076268
else:
  static :
    hint("Declaration of " & "struct_VkDeviceImageSubresourceInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoCapabilityFlagBitsKHR):
  type
    VkVideoCapabilityFlagBitsKHR* = VkVideoCapabilityFlagBitsKHR_1124076660
else:
  static :
    hint("Declaration of " & "VkVideoCapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceExclusiveScissorFeaturesNV):
  type
    struct_VkPhysicalDeviceExclusiveScissorFeaturesNV* = struct_VkPhysicalDeviceExclusiveScissorFeaturesNV_1124079592
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceExclusiveScissorFeaturesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkAttachmentDescription):
  type
    struct_VkAttachmentDescription* = struct_VkAttachmentDescription_1124074840
else:
  static :
    hint("Declaration of " & "struct_VkAttachmentDescription" &
        " already exists, not redeclaring")
when not declared(VkPipelineExecutableStatisticValueKHR):
  type
    VkPipelineExecutableStatisticValueKHR* = VkPipelineExecutableStatisticValueKHR_1124077724
else:
  static :
    hint("Declaration of " & "VkPipelineExecutableStatisticValueKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProvokingVertexFeaturesEXT):
  type
    VkPhysicalDeviceProvokingVertexFeaturesEXT* = VkPhysicalDeviceProvokingVertexFeaturesEXT_1124079860
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProvokingVertexFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugMarkerObjectNameInfoEXT):
  type
    struct_VkDebugMarkerObjectNameInfoEXT* = struct_VkDebugMarkerObjectNameInfoEXT_1124078686
else:
  static :
    hint("Declaration of " & "struct_VkDebugMarkerObjectNameInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryMapPlacedInfoEXT):
  type
    VkMemoryMapPlacedInfoEXT* = VkMemoryMapPlacedInfoEXT_1124079974
else:
  static :
    hint("Declaration of " & "VkMemoryMapPlacedInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetShaderModuleIdentifierEXT):
  type
    PFN_vkGetShaderModuleIdentifierEXT* = PFN_vkGetShaderModuleIdentifierEXT_1124081398
else:
  static :
    hint("Declaration of " & "PFN_vkGetShaderModuleIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayProperties2KHR):
  type
    struct_VkDisplayProperties2KHR* = struct_VkDisplayProperties2KHR_1124077422
else:
  static :
    hint("Declaration of " & "struct_VkDisplayProperties2KHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetColorBlendAdvancedEXT):
  type
    PFN_vkCmdSetColorBlendAdvancedEXT* = PFN_vkCmdSetColorBlendAdvancedEXT_1124081170
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetColorBlendAdvancedEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindImageMemory2):
  type
    PFN_vkBindImageMemory2* = PFN_vkBindImageMemory2_1124075544
else:
  static :
    hint("Declaration of " & "PFN_vkBindImageMemory2" &
        " already exists, not redeclaring")
when not declared(VkDeviceQueueCreateFlags):
  type
    VkDeviceQueueCreateFlags* = VkDeviceQueueCreateFlags_1124074206
else:
  static :
    hint("Declaration of " & "VkDeviceQueueCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyTensorInfoARM):
  type
    struct_VkCopyTensorInfoARM* = struct_VkCopyTensorInfoARM_1124081316
else:
  static :
    hint("Declaration of " & "struct_VkCopyTensorInfoARM" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsInputModeFlagsEXT):
  type
    VkIndirectCommandsInputModeFlagsEXT* = VkIndirectCommandsInputModeFlagsEXT_1124082202
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsInputModeFlagsEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdTraceRaysKHR):
  type
    PFN_vkCmdTraceRaysKHR* = PFN_vkCmdTraceRaysKHR_1124082610
else:
  static :
    hint("Declaration of " & "PFN_vkCmdTraceRaysKHR" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV):
  type
    VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV* = VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV_1124082094
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkAcquireNextImageInfoKHR):
  type
    VkAcquireNextImageInfoKHR* = VkAcquireNextImageInfoKHR_1124076538
else:
  static :
    hint("Declaration of " & "VkAcquireNextImageInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkQueryResultFlagBits):
  type
    VkQueryResultFlagBits* = VkQueryResultFlagBits_1124074254
else:
  static :
    hint("Declaration of " & "VkQueryResultFlagBits" &
        " already exists, not redeclaring")
when not declared(VkDependencyInfo):
  type
    VkDependencyInfo* = VkDependencyInfo_1124075940
else:
  static :
    hint("Declaration of " & "VkDependencyInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyImageToImageInfo):
  type
    struct_VkCopyImageToImageInfo* = struct_VkCopyImageToImageInfo_1124076316
else:
  static :
    hint("Declaration of " & "struct_VkCopyImageToImageInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderExpectAssumeFeatures):
  type
    struct_VkPhysicalDeviceShaderExpectAssumeFeatures* = struct_VkPhysicalDeviceShaderExpectAssumeFeatures_1124076340
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceShaderExpectAssumeFeatures" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescriptionDepthStencilResolveKHR):
  type
    VkSubpassDescriptionDepthStencilResolveKHR* = VkSubpassDescriptionDepthStencilResolveKHR_1124077578
else:
  static :
    hint("Declaration of " & "VkSubpassDescriptionDepthStencilResolveKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateEntry):
  type
    VkDescriptorUpdateTemplateEntry* = VkDescriptorUpdateTemplateEntry_1124075472
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateEntry" &
        " already exists, not redeclaring")
when not declared(HMONITOR):
  type
    HMONITOR* = HMONITOR_1124082754
else:
  static :
    hint("Declaration of " & "HMONITOR" & " already exists, not redeclaring")
when not declared(VkPhysicalDeviceIDPropertiesKHR):
  type
    VkPhysicalDeviceIDPropertiesKHR* = VkPhysicalDeviceIDPropertiesKHR_1124077158
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceIDPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDepthClipControlFeaturesEXT):
  type
    VkPhysicalDeviceDepthClipControlFeaturesEXT* = VkPhysicalDeviceDepthClipControlFeaturesEXT_1124080576
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDepthClipControlFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceQueueInfo2):
  type
    struct_VkDeviceQueueInfo2* = struct_VkDeviceQueueInfo2_1124075380
else:
  static :
    hint("Declaration of " & "struct_VkDeviceQueueInfo2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeMatrixPropertiesKHR):
  type
    VkPhysicalDeviceCooperativeMatrixPropertiesKHR* = VkPhysicalDeviceCooperativeMatrixPropertiesKHR_1124078182
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeMatrixPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetQueueCheckpointDataNV):
  type
    PFN_vkGetQueueCheckpointDataNV* = PFN_vkGetQueueCheckpointDataNV_1124079618
else:
  static :
    hint("Declaration of " & "PFN_vkGetQueueCheckpointDataNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPrivateDataEXT):
  type
    PFN_vkGetPrivateDataEXT* = PFN_vkGetPrivateDataEXT_1124080200
else:
  static :
    hint("Declaration of " & "PFN_vkGetPrivateDataEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetTessellationDomainOriginEXT):
  type
    PFN_vkCmdSetTessellationDomainOriginEXT* = PFN_vkCmdSetTessellationDomainOriginEXT_1124081158
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetTessellationDomainOriginEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkStencilOp):
  type
    enum_VkStencilOp* = enum_VkStencilOp_1124074120
else:
  static :
    hint("Declaration of " & "enum_VkStencilOp" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetExclusiveScissorEnableNV):
  type
    PFN_vkCmdSetExclusiveScissorEnableNV* = PFN_vkCmdSetExclusiveScissorEnableNV_1124079596
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetExclusiveScissorEnableNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV):
  type
    struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV* = struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV_1124082856
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceCudaKernelLaunchFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkVertexInputBindingDivisorDescriptionKHR):
  type
    VkVertexInputBindingDivisorDescriptionKHR* = VkVertexInputBindingDivisorDescriptionKHR_1124078348
else:
  static :
    hint("Declaration of " & "VkVertexInputBindingDivisorDescriptionKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderPassCreateInfo2):
  type
    VkRenderPassCreateInfo2* = VkRenderPassCreateInfo2_1124075784
else:
  static :
    hint("Declaration of " & "VkRenderPassCreateInfo2" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupSubmitInfo):
  type
    struct_VkDeviceGroupSubmitInfo* = struct_VkDeviceGroupSubmitInfo_1124075288
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkFramebuffer):
  type
    VkFramebuffer* = VkFramebuffer_1124073963
else:
  static :
    hint("Declaration of " & "VkFramebuffer" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCreateInfoKHR):
  type
    struct_VkPipelineCreateInfoKHR* = struct_VkPipelineCreateInfoKHR_1124078080
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetVariableDescriptorCountAllocateInfoEXT):
  type
    VkDescriptorSetVariableDescriptorCountAllocateInfoEXT* = VkDescriptorSetVariableDescriptorCountAllocateInfoEXT_1124079278
else:
  static :
    hint("Declaration of " &
        "VkDescriptorSetVariableDescriptorCountAllocateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterScopeKHR):
  type
    VkPerformanceCounterScopeKHR* = VkPerformanceCounterScopeKHR_1124077330
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterScopeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineBinaryDataKHR):
  type
    struct_VkPipelineBinaryDataKHR* = struct_VkPipelineBinaryDataKHR_1124078072
else:
  static :
    hint("Declaration of " & "struct_VkPipelineBinaryDataKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkReleaseSwapchainImagesInfoKHR):
  type
    struct_VkReleaseSwapchainImagesInfoKHR* = struct_VkReleaseSwapchainImagesInfoKHR_1124078158
else:
  static :
    hint("Declaration of " & "struct_VkReleaseSwapchainImagesInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryToAccelerationStructureInfoKHR):
  type
    VkCopyMemoryToAccelerationStructureInfoKHR* = VkCopyMemoryToAccelerationStructureInfoKHR_1124082544
else:
  static :
    hint("Declaration of " & "VkCopyMemoryToAccelerationStructureInfoKHR" &
        " already exists, not redeclaring")
when not declared(Window):
  type
    Window* = Window_1124082776
else:
  static :
    hint("Declaration of " & "Window" & " already exists, not redeclaring")
when not declared(VkRayTracingInvocationReorderModeNV):
  type
    VkRayTracingInvocationReorderModeNV* = VkRayTracingInvocationReorderModeNV_1124081574
else:
  static :
    hint("Declaration of " & "VkRayTracingInvocationReorderModeNV" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoFormatH265QuantizationMapPropertiesKHR):
  type
    struct_VkVideoFormatH265QuantizationMapPropertiesKHR* = struct_VkVideoFormatH265QuantizationMapPropertiesKHR_1124078516
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoFormatH265QuantizationMapPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceOrHostAddressKHR):
  type
    VkDeviceOrHostAddressKHR* = VkDeviceOrHostAddressKHR_1124080814
else:
  static :
    hint("Declaration of " & "VkDeviceOrHostAddressKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateRenderPass2KHR):
  type
    PFN_vkCreateRenderPass2KHR* = PFN_vkCreateRenderPass2KHR_1124077278
else:
  static :
    hint("Declaration of " & "PFN_vkCreateRenderPass2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoSessionParametersCreateInfoKHR):
  type
    struct_VkVideoSessionParametersCreateInfoKHR* = struct_VkVideoSessionParametersCreateInfoKHR_1124076734
else:
  static :
    hint("Declaration of " & "struct_VkVideoSessionParametersCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineDepthStencilStateCreateFlagBits):
  type
    VkPipelineDepthStencilStateCreateFlagBits* = VkPipelineDepthStencilStateCreateFlagBits_1124074398
else:
  static :
    hint("Declaration of " & "VkPipelineDepthStencilStateCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC):
  type
    struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC* = struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC_1124082468
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDevicePipelineCacheIncrementalModeFeaturesSEC" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRayTracingPropertiesNV):
  type
    struct_VkPhysicalDeviceRayTracingPropertiesNV* = struct_VkPhysicalDeviceRayTracingPropertiesNV_1124079428
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceRayTracingPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineSessionBindPointRequirementARM):
  type
    struct_VkDataGraphPipelineSessionBindPointRequirementARM* = struct_VkDataGraphPipelineSessionBindPointRequirementARM_1124081770
else:
  static :
    hint("Declaration of " &
        "struct_VkDataGraphPipelineSessionBindPointRequirementARM" &
        " already exists, not redeclaring")
when not declared(VkFenceGetWin32HandleInfoKHR):
  type
    VkFenceGetWin32HandleInfoKHR* = VkFenceGetWin32HandleInfoKHR_1124082720
else:
  static :
    hint("Declaration of " & "VkFenceGetWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceHandleTypeFlagsKHR):
  type
    VkExternalFenceHandleTypeFlagsKHR* = VkExternalFenceHandleTypeFlagsKHR_1124077292
else:
  static :
    hint("Declaration of " & "VkExternalFenceHandleTypeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlags):
  type
    VkPipelineCreateFlags* = VkPipelineCreateFlags_1124074332
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoH265PictureType):
  type
    StdVideoH265PictureType* = StdVideoH265PictureType_1124083042
else:
  static :
    hint("Declaration of " & "StdVideoH265PictureType" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindImageMemory):
  type
    PFN_vkBindImageMemory* = PFN_vkBindImageMemory_1124074950
else:
  static :
    hint("Declaration of " & "PFN_vkBindImageMemory" &
        " already exists, not redeclaring")
when not declared(PFN_vkDebugReportCallbackEXT):
  type
    PFN_vkDebugReportCallbackEXT* = PFN_vkDebugReportCallbackEXT_1124078666
else:
  static :
    hint("Declaration of " & "PFN_vkDebugReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(VkPerformanceCounterARM):
  type
    VkPerformanceCounterARM* = VkPerformanceCounterARM_1124082386
else:
  static :
    hint("Declaration of " & "VkPerformanceCounterARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyBuffer):
  type
    PFN_vkCmdCopyBuffer* = PFN_vkCmdCopyBuffer_1124075012
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyBuffer" &
        " already exists, not redeclaring")
when not declared(VkBufferDeviceAddressInfoKHR):
  type
    VkBufferDeviceAddressInfoKHR* = VkBufferDeviceAddressInfoKHR_1124077676
else:
  static :
    hint("Declaration of " & "VkBufferDeviceAddressInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyTensorARM):
  type
    PFN_vkCmdCopyTensorARM* = PFN_vkCmdCopyTensorARM_1124081374
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyTensorARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceLayeredApiPropertiesListKHR):
  type
    struct_VkPhysicalDeviceLayeredApiPropertiesListKHR* = struct_VkPhysicalDeviceLayeredApiPropertiesListKHR_1124078548
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceLayeredApiPropertiesListKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryOpaqueCaptureAddressAllocateInfo):
  type
    struct_VkMemoryOpaqueCaptureAddressAllocateInfo* = struct_VkMemoryOpaqueCaptureAddressAllocateInfo_1124075702
else:
  static :
    hint("Declaration of " & "struct_VkMemoryOpaqueCaptureAddressAllocateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetProvokingVertexModeEXT):
  type
    PFN_vkCmdSetProvokingVertexModeEXT* = PFN_vkCmdSetProvokingVertexModeEXT_1124081172
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetProvokingVertexModeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkMemoryDedicatedRequirements):
  type
    struct_VkMemoryDedicatedRequirements* = struct_VkMemoryDedicatedRequirements_1124075272
else:
  static :
    hint("Declaration of " & "struct_VkMemoryDedicatedRequirements" &
        " already exists, not redeclaring")
when not declared(struct_VkBindIndexBufferIndirectCommandEXT):
  type
    struct_VkBindIndexBufferIndirectCommandEXT* = struct_VkBindIndexBufferIndirectCommandEXT_1124082286
else:
  static :
    hint("Declaration of " & "struct_VkBindIndexBufferIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(VkBindSparseInfo):
  type
    VkBindSparseInfo* = VkBindSparseInfo_1124074606
else:
  static :
    hint("Declaration of " & "VkBindSparseInfo" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyDataGraphPropertiesARM):
  type
    VkQueueFamilyDataGraphPropertiesARM* = VkQueueFamilyDataGraphPropertiesARM_1124081808
else:
  static :
    hint("Declaration of " & "VkQueueFamilyDataGraphPropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceCooperativeMatrixPropertiesNV):
  type
    VkPhysicalDeviceCooperativeMatrixPropertiesNV* = VkPhysicalDeviceCooperativeMatrixPropertiesNV_1124079822
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceCooperativeMatrixPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT):
  type
    struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT* = struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT_1124081114
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceNestedCommandBufferPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkDirectDriverLoadingModeLUNARG):
  type
    enum_VkDirectDriverLoadingModeLUNARG* = enum_VkDirectDriverLoadingModeLUNARG_1124081228
else:
  static :
    hint("Declaration of " & "enum_VkDirectDriverLoadingModeLUNARG" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfaceFormats2KHR):
  type
    PFN_vkGetPhysicalDeviceSurfaceFormats2KHR* = PFN_vkGetPhysicalDeviceSurfaceFormats2KHR_1124077416
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceFormats2KHR" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureCreateFlagBitsKHR):
  type
    VkAccelerationStructureCreateFlagBitsKHR* = VkAccelerationStructureCreateFlagBitsKHR_1124082482
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkIndirectCommandsLayoutEXT):
  type
    VkIndirectCommandsLayoutEXT* = VkIndirectCommandsLayoutEXT_1124082188
else:
  static :
    hint("Declaration of " & "VkIndirectCommandsLayoutEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDisplayPlaneCapabilitiesKHR):
  type
    PFN_vkGetDisplayPlaneCapabilitiesKHR* = PFN_vkGetDisplayPlaneCapabilitiesKHR_1124076622
else:
  static :
    hint("Declaration of " & "PFN_vkGetDisplayPlaneCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceGroupProperties):
  type
    VkPhysicalDeviceGroupProperties* = VkPhysicalDeviceGroupProperties_1124075306
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceGroupProperties" &
        " already exists, not redeclaring")
when not declared(VkSparseImageOpaqueMemoryBindInfo):
  type
    VkSparseImageOpaqueMemoryBindInfo* = VkSparseImageOpaqueMemoryBindInfo_1124074590
else:
  static :
    hint("Declaration of " & "VkSparseImageOpaqueMemoryBindInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceDisplayProperties2KHR):
  type
    PFN_vkGetPhysicalDeviceDisplayProperties2KHR* = PFN_vkGetPhysicalDeviceDisplayProperties2KHR_1124077442
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceDisplayProperties2KHR" &
        " already exists, not redeclaring")
when not declared(VkCopyImageToMemoryInfoEXT):
  type
    VkCopyImageToMemoryInfoEXT* = VkCopyImageToMemoryInfoEXT_1124079940
else:
  static :
    hint("Declaration of " & "VkCopyImageToMemoryInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkSamplerReductionModeCreateInfo):
  type
    VkSamplerReductionModeCreateInfo* = VkSamplerReductionModeCreateInfo_1124075752
else:
  static :
    hint("Declaration of " & "VkSamplerReductionModeCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDescriptorBufferOffsets2EXT):
  type
    PFN_vkCmdSetDescriptorBufferOffsets2EXT* = PFN_vkCmdSetDescriptorBufferOffsets2EXT_1124078420
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDescriptorBufferOffsets2EXT" &
        " already exists, not redeclaring")
when not declared(struct_VkTensorFormatPropertiesARM):
  type
    struct_VkTensorFormatPropertiesARM* = struct_VkTensorFormatPropertiesARM_1124081288
else:
  static :
    hint("Declaration of " & "struct_VkTensorFormatPropertiesARM" &
        " already exists, not redeclaring")
when not declared(enum_VkOpticalFlowSessionBindingPointNV):
  type
    enum_VkOpticalFlowSessionBindingPointNV* = enum_VkOpticalFlowSessionBindingPointNV_1124081408
else:
  static :
    hint("Declaration of " & "enum_VkOpticalFlowSessionBindingPointNV" &
        " already exists, not redeclaring")
when not declared(LPCWSTR):
  type
    LPCWSTR* = LPCWSTR_1124082662
else:
  static :
    hint("Declaration of " & "LPCWSTR" & " already exists, not redeclaring")
when not declared(VkAntiLagDataAMD):
  type
    VkAntiLagDataAMD* = VkAntiLagDataAMD_1124081498
else:
  static :
    hint("Declaration of " & "VkAntiLagDataAMD" &
        " already exists, not redeclaring")
when not declared(VkDrawIndirectCountIndirectCommandEXT):
  type
    VkDrawIndirectCountIndirectCommandEXT* = VkDrawIndirectCountIndirectCommandEXT_1124082280
else:
  static :
    hint("Declaration of " & "VkDrawIndirectCountIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEndCodingFlagsKHR):
  type
    VkVideoEndCodingFlagsKHR* = VkVideoEndCodingFlagsKHR_1124076678
else:
  static :
    hint("Declaration of " & "VkVideoEndCodingFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkInitializePerformanceApiInfoINTEL):
  type
    struct_VkInitializePerformanceApiInfoINTEL* = struct_VkInitializePerformanceApiInfoINTEL_1124079656
else:
  static :
    hint("Declaration of " & "struct_VkInitializePerformanceApiInfoINTEL" &
        " already exists, not redeclaring")
when not declared(struct_VkBindTensorMemoryInfoARM):
  type
    struct_VkBindTensorMemoryInfoARM* = struct_VkBindTensorMemoryInfoARM_1124081280
else:
  static :
    hint("Declaration of " & "struct_VkBindTensorMemoryInfoARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR* = PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR_1124077196
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(VkResolveImageFlagsKHR):
  type
    VkResolveImageFlagsKHR* = VkResolveImageFlagsKHR_1124078630
else:
  static :
    hint("Declaration of " & "VkResolveImageFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCacheHeaderVersionDataGraphQCOM):
  type
    VkPipelineCacheHeaderVersionDataGraphQCOM* = VkPipelineCacheHeaderVersionDataGraphQCOM_1124082458
else:
  static :
    hint("Declaration of " & "VkPipelineCacheHeaderVersionDataGraphQCOM" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineSessionCreateInfoARM):
  type
    VkDataGraphPipelineSessionCreateInfoARM* = VkDataGraphPipelineSessionCreateInfoARM_1124081764
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineSessionCreateInfoARM" &
        " already exists, not redeclaring")
when not declared(struct_VkSampleLocationsInfoEXT):
  type
    struct_VkSampleLocationsInfoEXT* = struct_VkSampleLocationsInfoEXT_1124079136
else:
  static :
    hint("Declaration of " & "struct_VkSampleLocationsInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoSessionParametersUpdateInfoKHR):
  type
    struct_VkVideoSessionParametersUpdateInfoKHR* = struct_VkVideoSessionParametersUpdateInfoKHR_1124076738
else:
  static :
    hint("Declaration of " & "struct_VkVideoSessionParametersUpdateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkDeviceMemoryReportEventTypeEXT):
  type
    VkDeviceMemoryReportEventTypeEXT* = VkDeviceMemoryReportEventTypeEXT_1124080134
else:
  static :
    hint("Declaration of " & "VkDeviceMemoryReportEventTypeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePresentBarrierFeaturesNV):
  type
    VkPhysicalDevicePresentBarrierFeaturesNV* = VkPhysicalDevicePresentBarrierFeaturesNV_1124080174
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePresentBarrierFeaturesNV" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlagBits):
  type
    VkPipelineCreateFlagBits* = VkPipelineCreateFlagBits_1124074330
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlagBits" &
        " already exists, not redeclaring")
when not declared(VkShadingRatePaletteNV):
  type
    VkShadingRatePaletteNV* = VkShadingRatePaletteNV_1124079292
else:
  static :
    hint("Declaration of " & "VkShadingRatePaletteNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPerformanceMarkerInfoINTEL):
  type
    struct_VkPerformanceMarkerInfoINTEL* = struct_VkPerformanceMarkerInfoINTEL_1124079666
else:
  static :
    hint("Declaration of " & "struct_VkPerformanceMarkerInfoINTEL" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoEncodeAV1ReferenceInfoFlags):
  type
    struct_StdVideoEncodeAV1ReferenceInfoFlags* = struct_StdVideoEncodeAV1ReferenceInfoFlags_1124083234
else:
  static :
    hint("Declaration of " & "struct_StdVideoEncodeAV1ReferenceInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeRateControlLayerInfoKHR):
  type
    struct_VkVideoEncodeRateControlLayerInfoKHR* = struct_VkVideoEncodeRateControlLayerInfoKHR_1124077826
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeRateControlLayerInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkImageType):
  type
    VkImageType* = VkImageType_1124074030
else:
  static :
    hint("Declaration of " & "VkImageType" & " already exists, not redeclaring")
when not declared(VkVideoEncodeH265TransformBlockSizeFlagBitsKHR):
  type
    VkVideoEncodeH265TransformBlockSizeFlagBitsKHR* = VkVideoEncodeH265TransformBlockSizeFlagBitsKHR_1124076922
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265TransformBlockSizeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeFlagsKHR):
  type
    VkVideoEncodeFlagsKHR* = VkVideoEncodeFlagsKHR_1124077776
else:
  static :
    hint("Declaration of " & "VkVideoEncodeFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkBufferCopy2KHR):
  type
    VkBufferCopy2KHR* = VkBufferCopy2KHR_1124077930
else:
  static :
    hint("Declaration of " & "VkBufferCopy2KHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDataGraphOperationTypeARM):
  type
    VkPhysicalDeviceDataGraphOperationTypeARM* = VkPhysicalDeviceDataGraphOperationTypeARM_1124081728
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDataGraphOperationTypeARM" &
        " already exists, not redeclaring")
when not declared(enum_VkClusterAccelerationStructureTypeNV):
  type
    enum_VkClusterAccelerationStructureTypeNV* = enum_VkClusterAccelerationStructureTypeNV_1124082016
else:
  static :
    hint("Declaration of " & "enum_VkClusterAccelerationStructureTypeNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShadingRateImagePropertiesNV):
  type
    VkPhysicalDeviceShadingRateImagePropertiesNV* = VkPhysicalDeviceShadingRateImagePropertiesNV_1124079304
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShadingRateImagePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeH265PictureInfoKHR):
  type
    VkVideoDecodeH265PictureInfoKHR* = VkVideoDecodeH265PictureInfoKHR_1124077548
else:
  static :
    hint("Declaration of " & "VkVideoDecodeH265PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalComputeQueuePropertiesNV):
  type
    VkPhysicalDeviceExternalComputeQueuePropertiesNV* = VkPhysicalDeviceExternalComputeQueuePropertiesNV_1124081988
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalComputeQueuePropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkSubpassDescription):
  type
    VkSubpassDescription* = VkSubpassDescription_1124074854
else:
  static :
    hint("Declaration of " & "VkSubpassDescription" &
        " already exists, not redeclaring")
when not declared(VkSamplerBlockMatchWindowCreateInfoQCOM):
  type
    VkSamplerBlockMatchWindowCreateInfoQCOM* = VkSamplerBlockMatchWindowCreateInfoQCOM_1124081874
else:
  static :
    hint("Declaration of " & "VkSamplerBlockMatchWindowCreateInfoQCOM" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoAV1LoopFilter):
  type
    struct_StdVideoAV1LoopFilter* = struct_StdVideoAV1LoopFilter_1124083216
else:
  static :
    hint("Declaration of " & "struct_StdVideoAV1LoopFilter" &
        " already exists, not redeclaring")
when not declared(enum_VkPhysicalDeviceLayeredApiKHR):
  type
    enum_VkPhysicalDeviceLayeredApiKHR* = enum_VkPhysicalDeviceLayeredApiKHR_1124078532
else:
  static :
    hint("Declaration of " & "enum_VkPhysicalDeviceLayeredApiKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkHostImageLayoutTransitionInfo):
  type
    struct_VkHostImageLayoutTransitionInfo* = struct_VkHostImageLayoutTransitionInfo_1124076320
else:
  static :
    hint("Declaration of " & "struct_VkHostImageLayoutTransitionInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeQualityLevelInfoKHR):
  type
    struct_VkVideoEncodeQualityLevelInfoKHR* = struct_VkVideoEncodeQualityLevelInfoKHR_1124077842
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeQualityLevelInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineColorBlendAdvancedStateCreateInfoEXT):
  type
    VkPipelineColorBlendAdvancedStateCreateInfoEXT* = VkPipelineColorBlendAdvancedStateCreateInfoEXT_1124079182
else:
  static :
    hint("Declaration of " & "VkPipelineColorBlendAdvancedStateCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(enum_VkGeometryFlagBitsKHR):
  type
    enum_VkGeometryFlagBitsKHR* = enum_VkGeometryFlagBitsKHR_1124079354
else:
  static :
    hint("Declaration of " & "enum_VkGeometryFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageFormatProperties2):
  type
    struct_VkSparseImageFormatProperties2* = struct_VkSparseImageFormatProperties2_1124075360
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(VkAccessFlagBits2KHR):
  type
    VkAccessFlagBits2KHR* = VkAccessFlagBits2KHR_1124077866
else:
  static :
    hint("Declaration of " & "VkAccessFlagBits2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeProfileRgbConversionInfoVALVE):
  type
    VkVideoEncodeProfileRgbConversionInfoVALVE* = VkVideoEncodeProfileRgbConversionInfoVALVE_1124080720
else:
  static :
    hint("Declaration of " & "VkVideoEncodeProfileRgbConversionInfoVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEncodeVideoKHR):
  type
    PFN_vkCmdEncodeVideoKHR* = PFN_vkCmdEncodeVideoKHR_1124077858
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEncodeVideoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceIndexTypeUint8Features):
  type
    VkPhysicalDeviceIndexTypeUint8Features* = VkPhysicalDeviceIndexTypeUint8Features_1124076246
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceIndexTypeUint8Features" &
        " already exists, not redeclaring")
when not declared(PFN_vkDeviceMemoryReportCallbackEXT):
  type
    PFN_vkDeviceMemoryReportCallbackEXT* = PFN_vkDeviceMemoryReportCallbackEXT_1124080146
else:
  static :
    hint("Declaration of " & "PFN_vkDeviceMemoryReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineIndirectDeviceAddressInfoNV):
  type
    struct_VkPipelineIndirectDeviceAddressInfoNV* = struct_VkPipelineIndirectDeviceAddressInfoNV_1124081056
else:
  static :
    hint("Declaration of " & "struct_VkPipelineIndirectDeviceAddressInfoNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorSetVariableDescriptorCountLayoutSupport):
  type
    struct_VkDescriptorSetVariableDescriptorCountLayoutSupport* = struct_VkDescriptorSetVariableDescriptorCountLayoutSupport_1124075742
else:
  static :
    hint("Declaration of " &
        "struct_VkDescriptorSetVariableDescriptorCountLayoutSupport" &
        " already exists, not redeclaring")
when not declared(VkVideoDecodeVP9CapabilitiesKHR):
  type
    VkVideoDecodeVP9CapabilitiesKHR* = VkVideoDecodeVP9CapabilitiesKHR_1124078330
else:
  static :
    hint("Declaration of " & "VkVideoDecodeVP9CapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(VkCooperativeMatrixPropertiesNV):
  type
    VkCooperativeMatrixPropertiesNV* = VkCooperativeMatrixPropertiesNV_1124079814
else:
  static :
    hint("Declaration of " & "VkCooperativeMatrixPropertiesNV" &
        " already exists, not redeclaring")
when not declared(struct_VkExternalTensorPropertiesARM):
  type
    struct_VkExternalTensorPropertiesARM* = struct_VkExternalTensorPropertiesARM_1124081328
else:
  static :
    hint("Declaration of " & "struct_VkExternalTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(VkPushDescriptorSetInfo):
  type
    VkPushDescriptorSetInfo* = VkPushDescriptorSetInfo_1124076362
else:
  static :
    hint("Declaration of " & "VkPushDescriptorSetInfo" &
        " already exists, not redeclaring")
when not declared(VkAccelerationStructureGeometryAabbsDataKHR):
  type
    VkAccelerationStructureGeometryAabbsDataKHR* = VkAccelerationStructureGeometryAabbsDataKHR_1124082496
else:
  static :
    hint("Declaration of " & "VkAccelerationStructureGeometryAabbsDataKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineCreationFeedback):
  type
    struct_VkPipelineCreationFeedback* = struct_VkPipelineCreationFeedback_1124076010
else:
  static :
    hint("Declaration of " & "struct_VkPipelineCreationFeedback" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSubgroupSizeControlFeatures):
  type
    VkPhysicalDeviceSubgroupSizeControlFeatures* = VkPhysicalDeviceSubgroupSizeControlFeatures_1124076040
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSubgroupSizeControlFeatures" &
        " already exists, not redeclaring")
when not declared(struct_VkIndirectCommandsExecutionSetTokenEXT):
  type
    struct_VkIndirectCommandsExecutionSetTokenEXT* = struct_VkIndirectCommandsExecutionSetTokenEXT_1124082262
else:
  static :
    hint("Declaration of " & "struct_VkIndirectCommandsExecutionSetTokenEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTimelineSemaphoreProperties):
  type
    struct_VkPhysicalDeviceTimelineSemaphoreProperties* = struct_VkPhysicalDeviceTimelineSemaphoreProperties_1124075670
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceTimelineSemaphoreProperties" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeCapabilityFlagBitsKHR):
  type
    VkVideoEncodeCapabilityFlagBitsKHR* = VkVideoEncodeCapabilityFlagBitsKHR_1124077780
else:
  static :
    hint("Declaration of " & "VkVideoEncodeCapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineTessellationStateCreateFlags):
  type
    VkPipelineTessellationStateCreateFlags* = VkPipelineTessellationStateCreateFlags_1124074388
else:
  static :
    hint("Declaration of " & "VkPipelineTessellationStateCreateFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkSparseImageMemoryRequirements):
  type
    struct_VkSparseImageMemoryRequirements* = struct_VkSparseImageMemoryRequirements_1124074612
else:
  static :
    hint("Declaration of " & "struct_VkSparseImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT):
  type
    struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT* = struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT_1124080164
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCustomBorderColorPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetDeviceTensorMemoryRequirementsARM):
  type
    PFN_vkGetDeviceTensorMemoryRequirementsARM* = PFN_vkGetDeviceTensorMemoryRequirementsARM_1124081372
else:
  static :
    hint("Declaration of " & "PFN_vkGetDeviceTensorMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(PFN_vkFlushMappedMemoryRanges):
  type
    PFN_vkFlushMappedMemoryRanges* = PFN_vkFlushMappedMemoryRanges_1124074942
else:
  static :
    hint("Declaration of " & "PFN_vkFlushMappedMemoryRanges" &
        " already exists, not redeclaring")
when not declared(struct_VkAccelerationStructureGeometrySpheresDataNV):
  type
    struct_VkAccelerationStructureGeometrySpheresDataNV* = struct_VkAccelerationStructureGeometrySpheresDataNV_1124081086
else:
  static :
    hint("Declaration of " &
        "struct_VkAccelerationStructureGeometrySpheresDataNV" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureClusterFlagBitsNV):
  type
    VkClusterAccelerationStructureClusterFlagBitsNV* = VkClusterAccelerationStructureClusterFlagBitsNV_1124082036
else:
  static :
    hint("Declaration of " & "VkClusterAccelerationStructureClusterFlagBitsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV):
  type
    struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV* = struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV_1124081048
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindIndexBuffer2):
  type
    PFN_vkCmdBindIndexBuffer2* = PFN_vkCmdBindIndexBuffer2_1124076458
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindIndexBuffer2" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeAV1QuantizationMapCapabilitiesKHR):
  type
    VkVideoEncodeAV1QuantizationMapCapabilitiesKHR* = VkVideoEncodeAV1QuantizationMapCapabilitiesKHR_1124078522
else:
  static :
    hint("Declaration of " & "VkVideoEncodeAV1QuantizationMapCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR):
  type
    struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR* = struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR_1124077968
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderUntypedPointersFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoBeginCodingInfoKHR):
  type
    VkVideoBeginCodingInfoKHR* = VkVideoBeginCodingInfoKHR_1124076744
else:
  static :
    hint("Declaration of " & "VkVideoBeginCodingInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainDisplayNativeHdrCreateInfoAMD):
  type
    struct_VkSwapchainDisplayNativeHdrCreateInfoAMD* = struct_VkSwapchainDisplayNativeHdrCreateInfoAMD_1124079708
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainDisplayNativeHdrCreateInfoAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkSwapchainPresentBarrierCreateInfoNV):
  type
    struct_VkSwapchainPresentBarrierCreateInfoNV* = struct_VkSwapchainPresentBarrierCreateInfoNV_1124080180
else:
  static :
    hint("Declaration of " & "struct_VkSwapchainPresentBarrierCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkImageAlignmentControlCreateInfoMESA):
  type
    VkImageAlignmentControlCreateInfoMESA* = VkImageAlignmentControlCreateInfoMESA_1124082330
else:
  static :
    hint("Declaration of " & "VkImageAlignmentControlCreateInfoMESA" &
        " already exists, not redeclaring")
when not declared(StdVideoEncodeAV1PictureInfoFlags):
  type
    StdVideoEncodeAV1PictureInfoFlags* = StdVideoEncodeAV1PictureInfoFlags_1124083092
else:
  static :
    hint("Declaration of " & "StdVideoEncodeAV1PictureInfoFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkCopyMemoryToImageInfo):
  type
    struct_VkCopyMemoryToImageInfo* = struct_VkCopyMemoryToImageInfo_1124076308
else:
  static :
    hint("Declaration of " & "struct_VkCopyMemoryToImageInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleaseFullScreenExclusiveModeEXT):
  type
    PFN_vkReleaseFullScreenExclusiveModeEXT* = PFN_vkReleaseFullScreenExclusiveModeEXT_1124082762
else:
  static :
    hint("Declaration of " & "PFN_vkReleaseFullScreenExclusiveModeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance5FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance5FeaturesKHR* = VkPhysicalDeviceMaintenance5FeaturesKHR_1124078000
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance5FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkBuildMicromapFlagBitsEXT):
  type
    enum_VkBuildMicromapFlagBitsEXT* = enum_VkBuildMicromapFlagBitsEXT_1124080796
else:
  static :
    hint("Declaration of " & "enum_VkBuildMicromapFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkMutableDescriptorTypeListVALVE):
  type
    VkMutableDescriptorTypeListVALVE* = VkMutableDescriptorTypeListVALVE_1124080530
else:
  static :
    hint("Declaration of " & "VkMutableDescriptorTypeListVALVE" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSparseMemoryRequirements2KHR):
  type
    PFN_vkGetImageSparseMemoryRequirements2KHR* = PFN_vkGetImageSparseMemoryRequirements2KHR_1124077472
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSparseMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeUsageFlagBitsKHR):
  type
    VkVideoEncodeUsageFlagBitsKHR* = VkVideoEncodeUsageFlagBitsKHR_1124077798
else:
  static :
    hint("Declaration of " & "VkVideoEncodeUsageFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkGeometryNV):
  type
    VkGeometryNV* = VkGeometryNV_1124079406
else:
  static :
    hint("Declaration of " & "VkGeometryNV" & " already exists, not redeclaring")
when not declared(VkFormatFeatureFlags):
  type
    VkFormatFeatureFlags* = VkFormatFeatureFlags_1124074156
else:
  static :
    hint("Declaration of " & "VkFormatFeatureFlags" &
        " already exists, not redeclaring")
when not declared(VkExternalSemaphoreFeatureFlagsKHR):
  type
    VkExternalSemaphoreFeatureFlagsKHR* = VkExternalSemaphoreFeatureFlagsKHR_1124077188
else:
  static :
    hint("Declaration of " & "VkExternalSemaphoreFeatureFlagsKHR" &
        " already exists, not redeclaring")
when not declared(VkDebugUtilsObjectTagInfoEXT):
  type
    VkDebugUtilsObjectTagInfoEXT* = VkDebugUtilsObjectTagInfoEXT_1124079090
else:
  static :
    hint("Declaration of " & "VkDebugUtilsObjectTagInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorGetInfoEXT):
  type
    struct_VkDescriptorGetInfoEXT* = struct_VkDescriptorGetInfoEXT_1124080288
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorGetInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassStripeSubmitInfoARM):
  type
    struct_VkRenderPassStripeSubmitInfoARM* = struct_VkRenderPassStripeSubmitInfoARM_1124080984
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassStripeSubmitInfoARM" &
        " already exists, not redeclaring")
when not declared(VkBindImageMemoryDeviceGroupInfo):
  type
    VkBindImageMemoryDeviceGroupInfo* = VkBindImageMemoryDeviceGroupInfo_1124075302
else:
  static :
    hint("Declaration of " & "VkBindImageMemoryDeviceGroupInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV):
  type
    struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV* = struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV_1124082860
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCudaKernelLaunchPropertiesNV" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH264CapabilityFlagBitsKHR):
  type
    enum_VkVideoEncodeH264CapabilityFlagBitsKHR* = enum_VkVideoEncodeH264CapabilityFlagBitsKHR_1124076806
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH264CapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(VkSubpassSampleLocationsEXT):
  type
    VkSubpassSampleLocationsEXT* = VkSubpassSampleLocationsEXT_1124079146
else:
  static :
    hint("Declaration of " & "VkSubpassSampleLocationsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDevice8BitStorageFeatures):
  type
    struct_VkPhysicalDevice8BitStorageFeatures* = struct_VkPhysicalDevice8BitStorageFeatures_1124075710
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDevice8BitStorageFeatures" &
        " already exists, not redeclaring")
when not declared(VkCopyMemoryIndirectCommandNV):
  type
    VkCopyMemoryIndirectCommandNV* = VkCopyMemoryIndirectCommandNV_1124081006
else:
  static :
    hint("Declaration of " & "VkCopyMemoryIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(struct_VkRayTracingShaderGroupCreateInfoKHR):
  type
    struct_VkRayTracingShaderGroupCreateInfoKHR* = struct_VkRayTracingShaderGroupCreateInfoKHR_1124082586
else:
  static :
    hint("Declaration of " & "struct_VkRayTracingShaderGroupCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageSubresourceLayout):
  type
    PFN_vkGetImageSubresourceLayout* = PFN_vkGetImageSubresourceLayout_1124074990
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageSubresourceLayout" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceProvokingVertexPropertiesEXT):
  type
    VkPhysicalDeviceProvokingVertexPropertiesEXT* = VkPhysicalDeviceProvokingVertexPropertiesEXT_1124079864
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceProvokingVertexPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkConvertCooperativeVectorMatrixInfoNV):
  type
    struct_VkConvertCooperativeVectorMatrixInfoNV* = struct_VkConvertCooperativeVectorMatrixInfoNV_1124081600
else:
  static :
    hint("Declaration of " & "struct_VkConvertCooperativeVectorMatrixInfoNV" &
        " already exists, not redeclaring")
when not declared(VkVideoReferenceIntraRefreshInfoKHR):
  type
    VkVideoReferenceIntraRefreshInfoKHR* = VkVideoReferenceIntraRefreshInfoKHR_1124078482
else:
  static :
    hint("Declaration of " & "VkVideoReferenceIntraRefreshInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineCacheCreateInfo):
  type
    VkPipelineCacheCreateInfo* = VkPipelineCacheCreateInfo_1124074702
else:
  static :
    hint("Declaration of " & "VkPipelineCacheCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkDestroyEvent):
  type
    PFN_vkDestroyEvent* = PFN_vkDestroyEvent_1124075040
else:
  static :
    hint("Declaration of " & "PFN_vkDestroyEvent" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferSubmitInfo):
  type
    struct_VkCommandBufferSubmitInfo* = struct_VkCommandBufferSubmitInfo_1124075946
else:
  static :
    hint("Declaration of " & "struct_VkCommandBufferSubmitInfo" &
        " already exists, not redeclaring")
when not declared(VkGeometryTypeNV):
  type
    VkGeometryTypeNV* = VkGeometryTypeNV_1124079336
else:
  static :
    hint("Declaration of " & "VkGeometryTypeNV" &
        " already exists, not redeclaring")
when not declared(VkSharedPresentSurfaceCapabilitiesKHR):
  type
    VkSharedPresentSurfaceCapabilitiesKHR* = VkSharedPresentSurfaceCapabilitiesKHR_1124077288
else:
  static :
    hint("Declaration of " & "VkSharedPresentSurfaceCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineInfoKHR):
  type
    struct_VkPipelineInfoKHR* = struct_VkPipelineInfoKHR_1124077710
else:
  static :
    hint("Declaration of " & "struct_VkPipelineInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMemoryProperties):
  type
    VkPhysicalDeviceMemoryProperties* = VkPhysicalDeviceMemoryProperties_1124074534
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMemoryProperties" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMaintenance8FeaturesKHR):
  type
    VkPhysicalDeviceMaintenance8FeaturesKHR* = VkPhysicalDeviceMaintenance8FeaturesKHR_1124078566
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMaintenance8FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetCoverageReductionModeNV):
  type
    PFN_vkCmdSetCoverageReductionModeNV* = PFN_vkCmdSetCoverageReductionModeNV_1124081198
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetCoverageReductionModeNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndirectCount):
  type
    PFN_vkCmdDrawIndirectCount* = PFN_vkCmdDrawIndirectCount_1124075848
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndirectCount" &
        " already exists, not redeclaring")
when not declared(StdVideoH264PictureType):
  type
    StdVideoH264PictureType* = StdVideoH264PictureType_1124083004
else:
  static :
    hint("Declaration of " & "StdVideoH264PictureType" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeFlagBitsKHR):
  type
    enum_VkVideoEncodeFlagBitsKHR* = enum_VkVideoEncodeFlagBitsKHR_1124077772
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPipelineLayoutCreateInfo):
  type
    struct_VkPipelineLayoutCreateInfo* = struct_VkPipelineLayoutCreateInfo_1124074724
else:
  static :
    hint("Declaration of " & "struct_VkPipelineLayoutCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkAcquireProfilingLockFlagsKHR):
  type
    VkAcquireProfilingLockFlagsKHR* = VkAcquireProfilingLockFlagsKHR_1124077346
else:
  static :
    hint("Declaration of " & "VkAcquireProfilingLockFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceRobustness2FeaturesKHR):
  type
    struct_VkPhysicalDeviceRobustness2FeaturesKHR* = struct_VkPhysicalDeviceRobustness2FeaturesKHR_1124078608
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceRobustness2FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT):
  type
    struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT* = struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT_1124080168
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceCustomBorderColorFeaturesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkFramebufferMixedSamplesCombinationNV):
  type
    struct_VkFramebufferMixedSamplesCombinationNV* = struct_VkFramebufferMixedSamplesCombinationNV_1124079840
else:
  static :
    hint("Declaration of " & "struct_VkFramebufferMixedSamplesCombinationNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCopyImageToMemory):
  type
    PFN_vkCopyImageToMemory* = PFN_vkCopyImageToMemory_1124076438
else:
  static :
    hint("Declaration of " & "PFN_vkCopyImageToMemory" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetAlphaToCoverageEnableEXT):
  type
    PFN_vkCmdSetAlphaToCoverageEnableEXT* = PFN_vkCmdSetAlphaToCoverageEnableEXT_1124081146
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetAlphaToCoverageEnableEXT" &
        " already exists, not redeclaring")
when not declared(VkQueryType):
  type
    VkQueryType* = VkQueryType_1124074038
else:
  static :
    hint("Declaration of " & "VkQueryType" & " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR):
  type
    PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR* = PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR_1124077854
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateDisplayModeKHR):
  type
    PFN_vkCreateDisplayModeKHR* = PFN_vkCreateDisplayModeKHR_1124076620
else:
  static :
    hint("Declaration of " & "PFN_vkCreateDisplayModeKHR" &
        " already exists, not redeclaring")
when not declared(VkGeometryAABBNV):
  type
    VkGeometryAABBNV* = VkGeometryAABBNV_1124079398
else:
  static :
    hint("Declaration of " & "VkGeometryAABBNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM):
  type
    struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM* = struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM_1124081922
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceTileMemoryHeapFeaturesQCOM" &
        " already exists, not redeclaring")
when not declared(struct_VkQueueFamilyCheckpointProperties2NV):
  type
    struct_VkQueueFamilyCheckpointProperties2NV* = struct_VkQueueFamilyCheckpointProperties2NV_1124079608
else:
  static :
    hint("Declaration of " & "struct_VkQueueFamilyCheckpointProperties2NV" &
        " already exists, not redeclaring")
when not declared(VkPipelineCreateFlagBits2):
  type
    VkPipelineCreateFlagBits2* = VkPipelineCreateFlagBits2_1124076222
else:
  static :
    hint("Declaration of " & "VkPipelineCreateFlagBits2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDevicePipelineRobustnessFeatures):
  type
    VkPhysicalDevicePipelineRobustnessFeatures* = VkPhysicalDevicePipelineRobustnessFeatures_1124076374
else:
  static :
    hint("Declaration of " & "VkPhysicalDevicePipelineRobustnessFeatures" &
        " already exists, not redeclaring")
when not declared(VkMemoryGetFdInfoKHR):
  type
    VkMemoryGetFdInfoKHR* = VkMemoryGetFdInfoKHR_1124077178
else:
  static :
    hint("Declaration of " & "VkMemoryGetFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderQuadControlFeaturesKHR):
  type
    VkPhysicalDeviceShaderQuadControlFeaturesKHR* = VkPhysicalDeviceShaderQuadControlFeaturesKHR_1124077654
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderQuadControlFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceGroupBindSparseInfo):
  type
    struct_VkDeviceGroupBindSparseInfo* = struct_VkDeviceGroupBindSparseInfo_1124075292
else:
  static :
    hint("Declaration of " & "struct_VkDeviceGroupBindSparseInfo" &
        " already exists, not redeclaring")
when not declared(VkVideoCapabilitiesKHR):
  type
    VkVideoCapabilitiesKHR* = VkVideoCapabilitiesKHR_1124076704
else:
  static :
    hint("Declaration of " & "VkVideoCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawMultiEXT):
  type
    PFN_vkCmdDrawMultiEXT* = PFN_vkCmdDrawMultiEXT_1124080750
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawMultiEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBoundsTestEnableEXT):
  type
    PFN_vkCmdSetDepthBoundsTestEnableEXT* = PFN_vkCmdSetDepthBoundsTestEnableEXT_1124079920
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBoundsTestEnableEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSamplerCaptureDescriptorDataInfoEXT):
  type
    struct_VkSamplerCaptureDescriptorDataInfoEXT* = struct_VkSamplerCaptureDescriptorDataInfoEXT_1124080304
else:
  static :
    hint("Declaration of " & "struct_VkSamplerCaptureDescriptorDataInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineLayout):
  type
    VkPipelineLayout* = VkPipelineLayout_1124073980
else:
  static :
    hint("Declaration of " & "VkPipelineLayout" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265PictureInfoKHR):
  type
    VkVideoEncodeH265PictureInfoKHR* = VkVideoEncodeH265PictureInfoKHR_1124076982
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265PictureInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_StdVideoDecodeH265ReferenceInfo):
  type
    struct_StdVideoDecodeH265ReferenceInfo* = struct_StdVideoDecodeH265ReferenceInfo_1124082940
else:
  static :
    hint("Declaration of " & "struct_StdVideoDecodeH265ReferenceInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdWriteMicromapsPropertiesEXT):
  type
    PFN_vkCmdWriteMicromapsPropertiesEXT* = PFN_vkCmdWriteMicromapsPropertiesEXT_1124080882
else:
  static :
    hint("Declaration of " & "PFN_vkCmdWriteMicromapsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkSetStateFlagsIndirectCommandNV):
  type
    struct_VkSetStateFlagsIndirectCommandNV* = struct_VkSetStateFlagsIndirectCommandNV_1124080056
else:
  static :
    hint("Declaration of " & "struct_VkSetStateFlagsIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(enum_VkAccelerationStructureBuildTypeKHR):
  type
    enum_VkAccelerationStructureBuildTypeKHR* = enum_VkAccelerationStructureBuildTypeKHR_1124080792
else:
  static :
    hint("Declaration of " & "enum_VkAccelerationStructureBuildTypeKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkRayTracingPipelineInterfaceCreateInfoKHR):
  type
    struct_VkRayTracingPipelineInterfaceCreateInfoKHR* = struct_VkRayTracingPipelineInterfaceCreateInfoKHR_1124082590
else:
  static :
    hint("Declaration of " & "struct_VkRayTracingPipelineInterfaceCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindInvocationMaskHUAWEI):
  type
    PFN_vkCmdBindInvocationMaskHUAWEI* = PFN_vkCmdBindInvocationMaskHUAWEI_1124080608
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindInvocationMaskHUAWEI" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR):
  type
    PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR* = PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR_1124077414
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDebugUtilsMessengerCallbackDataEXT):
  type
    struct_VkDebugUtilsMessengerCallbackDataEXT* = struct_VkDebugUtilsMessengerCallbackDataEXT_1124079078
else:
  static :
    hint("Declaration of " & "struct_VkDebugUtilsMessengerCallbackDataEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPartitionedAccelerationStructureFlagsNV):
  type
    struct_VkPartitionedAccelerationStructureFlagsNV* = struct_VkPartitionedAccelerationStructureFlagsNV_1124082150
else:
  static :
    hint("Declaration of " & "struct_VkPartitionedAccelerationStructureFlagsNV" &
        " already exists, not redeclaring")
when not declared(VkVideoInlineQueryInfoKHR):
  type
    VkVideoInlineQueryInfoKHR* = VkVideoInlineQueryInfoKHR_1124078344
else:
  static :
    hint("Declaration of " & "VkVideoInlineQueryInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkCheckpointData2NV):
  type
    struct_VkCheckpointData2NV* = struct_VkCheckpointData2NV_1124079612
else:
  static :
    hint("Declaration of " & "struct_VkCheckpointData2NV" &
        " already exists, not redeclaring")
when not declared(VkImportMemoryFdInfoKHR):
  type
    VkImportMemoryFdInfoKHR* = VkImportMemoryFdInfoKHR_1124077170
else:
  static :
    hint("Declaration of " & "VkImportMemoryFdInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkPipelineRasterizationDepthClipStateCreateFlagsEXT):
  type
    VkPipelineRasterizationDepthClipStateCreateFlagsEXT* = VkPipelineRasterizationDepthClipStateCreateFlagsEXT_1124079028
else:
  static :
    hint("Declaration of " &
        "VkPipelineRasterizationDepthClipStateCreateFlagsEXT" &
        " already exists, not redeclaring")
when not declared(VkPipelineVertexInputStateCreateInfo):
  type
    VkPipelineVertexInputStateCreateInfo* = VkPipelineVertexInputStateCreateInfo_1124074790
else:
  static :
    hint("Declaration of " & "VkPipelineVertexInputStateCreateInfo" &
        " already exists, not redeclaring")
when not declared(VkGeometryTrianglesNV):
  type
    VkGeometryTrianglesNV* = VkGeometryTrianglesNV_1124079394
else:
  static :
    hint("Declaration of " & "VkGeometryTrianglesNV" &
        " already exists, not redeclaring")
when not declared(VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV):
  type
    VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV* = VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV_1124082102
else:
  static :
    hint("Declaration of " &
        "VkClusterAccelerationStructureBuildClustersBottomLevelInfoNV" &
        " already exists, not redeclaring")
when not declared(VkRenderingEndInfoKHR):
  type
    VkRenderingEndInfoKHR* = VkRenderingEndInfoKHR_1124078642
else:
  static :
    hint("Declaration of " & "VkRenderingEndInfoKHR" &
        " already exists, not redeclaring")
when not declared(StdVideoVP9ColorConfig):
  type
    StdVideoVP9ColorConfig* = StdVideoVP9ColorConfig_1124083104
else:
  static :
    hint("Declaration of " & "StdVideoVP9ColorConfig" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeFlagBitsKHR):
  type
    VkVideoEncodeFlagBitsKHR* = VkVideoEncodeFlagBitsKHR_1124077774
else:
  static :
    hint("Declaration of " & "VkVideoEncodeFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDisplayEventInfoEXT):
  type
    struct_VkDisplayEventInfoEXT* = struct_VkDisplayEventInfoEXT_1124078936
else:
  static :
    hint("Declaration of " & "struct_VkDisplayEventInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkPushConstantsInfo):
  type
    VkPushConstantsInfo* = VkPushConstantsInfo_1124076358
else:
  static :
    hint("Declaration of " & "VkPushConstantsInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetFenceStatus):
  type
    PFN_vkGetFenceStatus* = PFN_vkGetFenceStatus_1124074968
else:
  static :
    hint("Declaration of " & "PFN_vkGetFenceStatus" &
        " already exists, not redeclaring")
when not declared(VkBindVertexBufferIndirectCommandEXT):
  type
    VkBindVertexBufferIndirectCommandEXT* = VkBindVertexBufferIndirectCommandEXT_1124082284
else:
  static :
    hint("Declaration of " & "VkBindVertexBufferIndirectCommandEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkImageMemoryBarrier2):
  type
    struct_VkImageMemoryBarrier2* = struct_VkImageMemoryBarrier2_1124075934
else:
  static :
    hint("Declaration of " & "struct_VkImageMemoryBarrier2" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderFloatControls2Features):
  type
    VkPhysicalDeviceShaderFloatControls2Features* = VkPhysicalDeviceShaderFloatControls2Features_1124076338
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderFloatControls2Features" &
        " already exists, not redeclaring")
when not declared(enum_StdVideoH264AspectRatioIdc):
  type
    enum_StdVideoH264AspectRatioIdc* = enum_StdVideoH264AspectRatioIdc_1124083310
else:
  static :
    hint("Declaration of " & "enum_StdVideoH264AspectRatioIdc" &
        " already exists, not redeclaring")
when not declared(VkRayTracingShaderGroupTypeKHR):
  type
    VkRayTracingShaderGroupTypeKHR* = VkRayTracingShaderGroupTypeKHR_1124079328
else:
  static :
    hint("Declaration of " & "VkRayTracingShaderGroupTypeKHR" &
        " already exists, not redeclaring")
when not declared(VkQueueFlags):
  type
    VkQueueFlags* = VkQueueFlags_1124074198
else:
  static :
    hint("Declaration of " & "VkQueueFlags" & " already exists, not redeclaring")
when not declared(VkFrameBoundaryTensorsARM):
  type
    VkFrameBoundaryTensorsARM* = VkFrameBoundaryTensorsARM_1124081358
else:
  static :
    hint("Declaration of " & "VkFrameBoundaryTensorsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT):
  type
    struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT* = struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT_1124079020
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceConservativeRasterizationPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderExpectAssumeFeaturesKHR):
  type
    VkPhysicalDeviceShaderExpectAssumeFeaturesKHR* = VkPhysicalDeviceShaderExpectAssumeFeaturesKHR_1124078388
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderExpectAssumeFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineDispatchInfoARM):
  type
    struct_VkDataGraphPipelineDispatchInfoARM* = struct_VkDataGraphPipelineDispatchInfoARM_1124081794
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineDispatchInfoARM" &
        " already exists, not redeclaring")
when not declared(VkDescriptorSetVariableDescriptorCountLayoutSupportEXT):
  type
    VkDescriptorSetVariableDescriptorCountLayoutSupportEXT* = VkDescriptorSetVariableDescriptorCountLayoutSupportEXT_1124079280
else:
  static :
    hint("Declaration of " &
        "VkDescriptorSetVariableDescriptorCountLayoutSupportEXT" &
        " already exists, not redeclaring")
when not declared(VkSwapchainCreateFlagBitsKHR):
  type
    VkSwapchainCreateFlagBitsKHR* = VkSwapchainCreateFlagBitsKHR_1124076510
else:
  static :
    hint("Declaration of " & "VkSwapchainCreateFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkUpdateDescriptorSetWithTemplate):
  type
    PFN_vkUpdateDescriptorSetWithTemplate* = PFN_vkUpdateDescriptorSetWithTemplate_1124075588
else:
  static :
    hint("Declaration of " & "PFN_vkUpdateDescriptorSetWithTemplate" &
        " already exists, not redeclaring")
when not declared(VkSubmitFlagBits):
  type
    VkSubmitFlagBits* = VkSubmitFlagBits_1124075882
else:
  static :
    hint("Declaration of " & "VkSubmitFlagBits" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDescriptorIndexingProperties):
  type
    VkPhysicalDeviceDescriptorIndexingProperties* = VkPhysicalDeviceDescriptorIndexingProperties_1124075736
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDescriptorIndexingProperties" &
        " already exists, not redeclaring")
when not declared(struct_VkBindImageMemorySwapchainInfoKHR):
  type
    struct_VkBindImageMemorySwapchainInfoKHR* = struct_VkBindImageMemorySwapchainInfoKHR_1124076532
else:
  static :
    hint("Declaration of " & "struct_VkBindImageMemorySwapchainInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1FrameSizeKHR):
  type
    struct_VkVideoEncodeAV1FrameSizeKHR* = struct_VkVideoEncodeAV1FrameSizeKHR_1124078300
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1FrameSizeKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkSurfaceCounterFlagBitsEXT):
  type
    enum_VkSurfaceCounterFlagBitsEXT* = enum_VkSurfaceCounterFlagBitsEXT_1124078904
else:
  static :
    hint("Declaration of " & "enum_VkSurfaceCounterFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassFragmentDensityMapCreateInfoEXT):
  type
    struct_VkRenderPassFragmentDensityMapCreateInfoEXT* = struct_VkRenderPassFragmentDensityMapCreateInfoEXT_1124079722
else:
  static :
    hint("Declaration of " &
        "struct_VkRenderPassFragmentDensityMapCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBindPipelineShaderGroupNV):
  type
    PFN_vkCmdBindPipelineShaderGroupNV* = PFN_vkCmdBindPipelineShaderGroupNV_1124080086
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBindPipelineShaderGroupNV" &
        " already exists, not redeclaring")
when not declared(DWORD):
  type
    DWORD* = DWORD_1124082670
else:
  static :
    hint("Declaration of " & "DWORD" & " already exists, not redeclaring")
when not declared(PFN_vkCmdEndRendering2EXT):
  type
    PFN_vkCmdEndRendering2EXT* = PFN_vkCmdEndRendering2EXT_1124082428
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndRendering2EXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryHeapFlagBits):
  type
    VkMemoryHeapFlagBits* = VkMemoryHeapFlagBits_1124074184
else:
  static :
    hint("Declaration of " & "VkMemoryHeapFlagBits" &
        " already exists, not redeclaring")
when not declared(VkSpecializationInfo):
  type
    VkSpecializationInfo* = VkSpecializationInfo_1124074710
else:
  static :
    hint("Declaration of " & "VkSpecializationInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthBiasEnableEXT):
  type
    PFN_vkCmdSetDepthBiasEnableEXT* = PFN_vkCmdSetDepthBiasEnableEXT_1124080668
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthBiasEnableEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH265DecPicBufMgr):
  type
    StdVideoH265DecPicBufMgr* = StdVideoH265DecPicBufMgr_1124083012
else:
  static :
    hint("Declaration of " & "StdVideoH265DecPicBufMgr" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH264QualityLevelPropertiesKHR):
  type
    struct_VkVideoEncodeH264QualityLevelPropertiesKHR* = struct_VkVideoEncodeH264QualityLevelPropertiesKHR_1124076834
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeH264QualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSubgroupSizeControlProperties):
  type
    struct_VkPhysicalDeviceSubgroupSizeControlProperties* = struct_VkPhysicalDeviceSubgroupSizeControlProperties_1124076042
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSubgroupSizeControlProperties" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateVideoSessionParametersKHR):
  type
    PFN_vkCreateVideoSessionParametersKHR* = PFN_vkCreateVideoSessionParametersKHR_1124076766
else:
  static :
    hint("Declaration of " & "PFN_vkCreateVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(VkDisplayModeProperties2KHR):
  type
    VkDisplayModeProperties2KHR* = VkDisplayModeProperties2KHR_1124077432
else:
  static :
    hint("Declaration of " & "VkDisplayModeProperties2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkDedicatedAllocationBufferCreateInfoNV):
  type
    struct_VkDedicatedAllocationBufferCreateInfoNV* = struct_VkDedicatedAllocationBufferCreateInfoNV_1124078712
else:
  static :
    hint("Declaration of " & "struct_VkDedicatedAllocationBufferCreateInfoNV" &
        " already exists, not redeclaring")
when not declared(VkQueryPipelineStatisticFlagBits):
  type
    VkQueryPipelineStatisticFlagBits* = VkQueryPipelineStatisticFlagBits_1124074248
else:
  static :
    hint("Declaration of " & "VkQueryPipelineStatisticFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCreateMicromapEXT):
  type
    PFN_vkCreateMicromapEXT* = PFN_vkCreateMicromapEXT_1124080860
else:
  static :
    hint("Declaration of " & "PFN_vkCreateMicromapEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderIntegerDotProductProperties):
  type
    struct_VkPhysicalDeviceShaderIntegerDotProductProperties* = struct_VkPhysicalDeviceShaderIntegerDotProductProperties_1124076070
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderIntegerDotProductProperties" &
        " already exists, not redeclaring")
when not declared(VkQueueFamilyGlobalPriorityProperties):
  type
    VkQueueFamilyGlobalPriorityProperties* = VkQueueFamilyGlobalPriorityProperties_1124076242
else:
  static :
    hint("Declaration of " & "VkQueueFamilyGlobalPriorityProperties" &
        " already exists, not redeclaring")
when not declared(VkMultisampledRenderToSingleSampledInfoEXT):
  type
    VkMultisampledRenderToSingleSampledInfoEXT* = VkMultisampledRenderToSingleSampledInfoEXT_1124080658
else:
  static :
    hint("Declaration of " & "VkMultisampledRenderToSingleSampledInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetDepthClampRangeEXT):
  type
    PFN_vkCmdSetDepthClampRangeEXT* = PFN_vkCmdSetDepthClampRangeEXT_1124081544
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetDepthClampRangeEXT" &
        " already exists, not redeclaring")
when not declared(VkMemoryDedicatedAllocateInfo):
  type
    VkMemoryDedicatedAllocateInfo* = VkMemoryDedicatedAllocateInfo_1124075278
else:
  static :
    hint("Declaration of " & "VkMemoryDedicatedAllocateInfo" &
        " already exists, not redeclaring")
when not declared(VkPipelineViewportSwizzleStateCreateFlagsNV):
  type
    VkPipelineViewportSwizzleStateCreateFlagsNV* = VkPipelineViewportSwizzleStateCreateFlagsNV_1124078984
else:
  static :
    hint("Declaration of " & "VkPipelineViewportSwizzleStateCreateFlagsNV" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV):
  type
    struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV* = struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV_1124079202
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderSMBuiltinsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT):
  type
    VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* = VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT_1124081388
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDeviceMemoryOpaqueCaptureAddressInfo):
  type
    struct_VkDeviceMemoryOpaqueCaptureAddressInfo* = struct_VkDeviceMemoryOpaqueCaptureAddressInfo_1124075706
else:
  static :
    hint("Declaration of " & "struct_VkDeviceMemoryOpaqueCaptureAddressInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetLogicOpEXT):
  type
    PFN_vkCmdSetLogicOpEXT* = PFN_vkCmdSetLogicOpEXT_1124080670
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetLogicOpEXT" &
        " already exists, not redeclaring")
when not declared(VkWin32SurfaceCreateFlagsKHR):
  type
    VkWin32SurfaceCreateFlagsKHR* = VkWin32SurfaceCreateFlagsKHR_1124082644
else:
  static :
    hint("Declaration of " & "VkWin32SurfaceCreateFlagsKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkLayerSettingsCreateInfoEXT):
  type
    struct_VkLayerSettingsCreateInfoEXT* = struct_VkLayerSettingsCreateInfoEXT_1124081634
else:
  static :
    hint("Declaration of " & "struct_VkLayerSettingsCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkImage):
  type
    VkImage* = VkImage_1124073937
else:
  static :
    hint("Declaration of " & "VkImage" & " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceImageRobustnessFeatures):
  type
    struct_VkPhysicalDeviceImageRobustnessFeatures* = struct_VkPhysicalDeviceImageRobustnessFeatures_1124076034
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceImageRobustnessFeatures" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdSetViewportWScalingEnableNV):
  type
    PFN_vkCmdSetViewportWScalingEnableNV* = PFN_vkCmdSetViewportWScalingEnableNV_1124081180
else:
  static :
    hint("Declaration of " & "PFN_vkCmdSetViewportWScalingEnableNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceMultiviewFeaturesKHR):
  type
    VkPhysicalDeviceMultiviewFeaturesKHR* = VkPhysicalDeviceMultiviewFeaturesKHR_1124077066
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceMultiviewFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPipelineKeyKHR):
  type
    PFN_vkGetPipelineKeyKHR* = PFN_vkGetPipelineKeyKHR_1124078108
else:
  static :
    hint("Declaration of " & "PFN_vkGetPipelineKeyKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkReleasePerformanceConfigurationINTEL):
  type
    PFN_vkReleasePerformanceConfigurationINTEL* = PFN_vkReleasePerformanceConfigurationINTEL_1124079694
else:
  static :
    hint("Declaration of " & "PFN_vkReleasePerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(VkImageUsageFlagBits):
  type
    VkImageUsageFlagBits* = VkImageUsageFlagBits_1124074172
else:
  static :
    hint("Declaration of " & "VkImageUsageFlagBits" &
        " already exists, not redeclaring")
when not declared(VkRayTracingInvocationReorderModeEXT):
  type
    VkRayTracingInvocationReorderModeEXT* = VkRayTracingInvocationReorderModeEXT_1124081572
else:
  static :
    hint("Declaration of " & "VkRayTracingInvocationReorderModeEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkDataGraphPipelineConstantARM):
  type
    struct_VkDataGraphPipelineConstantARM* = struct_VkDataGraphPipelineConstantARM_1124081742
else:
  static :
    hint("Declaration of " & "struct_VkDataGraphPipelineConstantARM" &
        " already exists, not redeclaring")
when not declared(wchar_t):
  type
    wchar_t* = wchar_t_1124083110
else:
  static :
    hint("Declaration of " & "wchar_t" & " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceSchedulingControlsFeaturesARM):
  type
    struct_VkPhysicalDeviceSchedulingControlsFeaturesARM* = struct_VkPhysicalDeviceSchedulingControlsFeaturesARM_1124080930
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceSchedulingControlsFeaturesARM" &
        " already exists, not redeclaring")
when not declared(StdVideoH265VideoParameterSet):
  type
    StdVideoH265VideoParameterSet* = StdVideoH265VideoParameterSet_1124076952
else:
  static :
    hint("Declaration of " & "StdVideoH265VideoParameterSet" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdResetEvent2KHR):
  type
    PFN_vkCmdResetEvent2KHR* = PFN_vkCmdResetEvent2KHR_1124077890
else:
  static :
    hint("Declaration of " & "PFN_vkCmdResetEvent2KHR" &
        " already exists, not redeclaring")
when not declared(VkInstance):
  type
    VkInstance* = VkInstance_1124073939
else:
  static :
    hint("Declaration of " & "VkInstance" & " already exists, not redeclaring")
when not declared(VkMemoryAllocateFlags):
  type
    VkMemoryAllocateFlags* = VkMemoryAllocateFlags_1124075204
else:
  static :
    hint("Declaration of " & "VkMemoryAllocateFlags" &
        " already exists, not redeclaring")
when not declared(StdVideoH265ProfileIdc):
  type
    StdVideoH265ProfileIdc* = StdVideoH265ProfileIdc_1124076992
else:
  static :
    hint("Declaration of " & "StdVideoH265ProfileIdc" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDynamicRenderingFeaturesKHR):
  type
    VkPhysicalDeviceDynamicRenderingFeaturesKHR* = VkPhysicalDeviceDynamicRenderingFeaturesKHR_1124077056
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceDynamicRenderingFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceProperties2):
  type
    PFN_vkGetPhysicalDeviceProperties2* = PFN_vkGetPhysicalDeviceProperties2_1124075560
else:
  static :
    hint("Declaration of " & "PFN_vkGetPhysicalDeviceProperties2" &
        " already exists, not redeclaring")
when not declared(VkDrawMeshTasksIndirectCommandNV):
  type
    VkDrawMeshTasksIndirectCommandNV* = VkDrawMeshTasksIndirectCommandNV_1124079574
else:
  static :
    hint("Declaration of " & "VkDrawMeshTasksIndirectCommandNV" &
        " already exists, not redeclaring")
when not declared(VkAttachmentDescriptionFlags):
  type
    VkAttachmentDescriptionFlags* = VkAttachmentDescriptionFlags_1124074414
else:
  static :
    hint("Declaration of " & "VkAttachmentDescriptionFlags" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceExternalImageFormatInfoKHR):
  type
    VkPhysicalDeviceExternalImageFormatInfoKHR* = VkPhysicalDeviceExternalImageFormatInfoKHR_1124077150
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceExternalImageFormatInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkVideoComponentBitDepthFlagsKHR):
  type
    VkVideoComponentBitDepthFlagsKHR* = VkVideoComponentBitDepthFlagsKHR_1124076656
else:
  static :
    hint("Declaration of " & "VkVideoComponentBitDepthFlagsKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCompileDeferredNV):
  type
    PFN_vkCompileDeferredNV* = PFN_vkCompileDeferredNV_1124079474
else:
  static :
    hint("Declaration of " & "PFN_vkCompileDeferredNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDebugMarkerBeginEXT):
  type
    PFN_vkCmdDebugMarkerBeginEXT* = PFN_vkCmdDebugMarkerBeginEXT_1124078702
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDebugMarkerBeginEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkRenderPassCreationFeedbackCreateInfoEXT):
  type
    struct_VkRenderPassCreationFeedbackCreateInfoEXT* = struct_VkRenderPassCreationFeedbackCreateInfoEXT_1124081216
else:
  static :
    hint("Declaration of " & "struct_VkRenderPassCreationFeedbackCreateInfoEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT):
  type
    struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT* = struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT_1124079976
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT" &
        " already exists, not redeclaring")
when not declared(VkComponentTypeKHR):
  type
    VkComponentTypeKHR* = VkComponentTypeKHR_1124078166
else:
  static :
    hint("Declaration of " & "VkComponentTypeKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdCopyImageToBuffer2KHR):
  type
    PFN_vkCmdCopyImageToBuffer2KHR* = PFN_vkCmdCopyImageToBuffer2KHR_1124077946
else:
  static :
    hint("Declaration of " & "PFN_vkCmdCopyImageToBuffer2KHR" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeAV1SessionCreateInfoKHR):
  type
    struct_VkVideoEncodeAV1SessionCreateInfoKHR* = struct_VkVideoEncodeAV1SessionCreateInfoKHR_1124078272
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeAV1SessionCreateInfoKHR" &
        " already exists, not redeclaring")
when not declared(VkRenderPassBeginInfo):
  type
    VkRenderPassBeginInfo* = VkRenderPassBeginInfo_1124074890
else:
  static :
    hint("Declaration of " & "VkRenderPassBeginInfo" &
        " already exists, not redeclaring")
when not declared(struct_VkApplicationInfo):
  type
    struct_VkApplicationInfo* = struct_VkApplicationInfo_1124074500
else:
  static :
    hint("Declaration of " & "struct_VkApplicationInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdEndVideoCodingKHR):
  type
    PFN_vkCmdEndVideoCodingKHR* = PFN_vkCmdEndVideoCodingKHR_1124076774
else:
  static :
    hint("Declaration of " & "PFN_vkCmdEndVideoCodingKHR" &
        " already exists, not redeclaring")
when not declared(VkExportSemaphoreWin32HandleInfoKHR):
  type
    VkExportSemaphoreWin32HandleInfoKHR* = VkExportSemaphoreWin32HandleInfoKHR_1124082696
else:
  static :
    hint("Declaration of " & "VkExportSemaphoreWin32HandleInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR):
  type
    struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR* = struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR_1124078338
else:
  static :
    hint("Declaration of " &
        "struct_VkPhysicalDeviceVideoMaintenance1FeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetGeneratedCommandsMemoryRequirementsNV):
  type
    PFN_vkGetGeneratedCommandsMemoryRequirementsNV* = PFN_vkGetGeneratedCommandsMemoryRequirementsNV_1124080080
else:
  static :
    hint("Declaration of " & "PFN_vkGetGeneratedCommandsMemoryRequirementsNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdBuildAccelerationStructuresIndirectKHR):
  type
    PFN_vkCmdBuildAccelerationStructuresIndirectKHR* = PFN_vkCmdBuildAccelerationStructuresIndirectKHR_1124082556
else:
  static :
    hint("Declaration of " & "PFN_vkCmdBuildAccelerationStructuresIndirectKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkPresentTimesInfoGOOGLE):
  type
    struct_VkPresentTimesInfoGOOGLE* = struct_VkPresentTimesInfoGOOGLE_1124078964
else:
  static :
    hint("Declaration of " & "struct_VkPresentTimesInfoGOOGLE" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR):
  type
    PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR* = PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR_1124078384
else:
  static :
    hint("Declaration of " &
        "PFN_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSparseProperties):
  type
    VkPhysicalDeviceSparseProperties* = VkPhysicalDeviceSparseProperties_1124074538
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSparseProperties" &
        " already exists, not redeclaring")
when not declared(VkDataGraphPipelineDispatchFlagsARM):
  type
    VkDataGraphPipelineDispatchFlagsARM* = VkDataGraphPipelineDispatchFlagsARM_1124081734
else:
  static :
    hint("Declaration of " & "VkDataGraphPipelineDispatchFlagsARM" &
        " already exists, not redeclaring")
when not declared(struct_VkDescriptorPoolSize):
  type
    struct_VkDescriptorPoolSize* = struct_VkDescriptorPoolSize_1124074744
else:
  static :
    hint("Declaration of " & "struct_VkDescriptorPoolSize" &
        " already exists, not redeclaring")
when not declared(VkDeviceImageSubresourceInfo):
  type
    VkDeviceImageSubresourceInfo* = VkDeviceImageSubresourceInfo_1124076270
else:
  static :
    hint("Declaration of " & "VkDeviceImageSubresourceInfo" &
        " already exists, not redeclaring")
when not declared(VkSurfaceCounterFlagBitsEXT):
  type
    VkSurfaceCounterFlagBitsEXT* = VkSurfaceCounterFlagBitsEXT_1124078906
else:
  static :
    hint("Declaration of " & "VkSurfaceCounterFlagBitsEXT" &
        " already exists, not redeclaring")
when not declared(VkResolveModeFlags):
  type
    VkResolveModeFlags* = VkResolveModeFlags_1124075616
else:
  static :
    hint("Declaration of " & "VkResolveModeFlags" &
        " already exists, not redeclaring")
when not declared(struct_VkDecompressMemoryInfoEXT):
  type
    struct_VkDecompressMemoryInfoEXT* = struct_VkDecompressMemoryInfoEXT_1124081948
else:
  static :
    hint("Declaration of " & "struct_VkDecompressMemoryInfoEXT" &
        " already exists, not redeclaring")
when not declared(VkVideoEncodeH265QpKHR):
  type
    VkVideoEncodeH265QpKHR* = VkVideoEncodeH265QpKHR_1124076944
else:
  static :
    hint("Declaration of " & "VkVideoEncodeH265QpKHR" &
        " already exists, not redeclaring")
when not declared(VkExternalMemoryAcquireUnmodifiedEXT):
  type
    VkExternalMemoryAcquireUnmodifiedEXT* = VkExternalMemoryAcquireUnmodifiedEXT_1124081120
else:
  static :
    hint("Declaration of " & "VkExternalMemoryAcquireUnmodifiedEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceShaderTerminateInvocationFeatures):
  type
    VkPhysicalDeviceShaderTerminateInvocationFeatures* = VkPhysicalDeviceShaderTerminateInvocationFeatures_1124076020
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceShaderTerminateInvocationFeatures" &
        " already exists, not redeclaring")
when not declared(VkPipelineStageFlags2KHR):
  type
    VkPipelineStageFlags2KHR* = VkPipelineStageFlags2KHR_1124077860
else:
  static :
    hint("Declaration of " & "VkPipelineStageFlags2KHR" &
        " already exists, not redeclaring")
when not declared(VkSamplerYcbcrConversionCreateInfo):
  type
    VkSamplerYcbcrConversionCreateInfo* = VkSamplerYcbcrConversionCreateInfo_1124075488
else:
  static :
    hint("Declaration of " & "VkSamplerYcbcrConversionCreateInfo" &
        " already exists, not redeclaring")
when not declared(PFN_vkQueuePresentKHR):
  type
    PFN_vkQueuePresentKHR* = PFN_vkQueuePresentKHR_1124076560
else:
  static :
    hint("Declaration of " & "PFN_vkQueuePresentKHR" &
        " already exists, not redeclaring")
when not declared(VkStencilFaceFlagBits):
  type
    VkStencilFaceFlagBits* = VkStencilFaceFlagBits_1124074436
else:
  static :
    hint("Declaration of " & "VkStencilFaceFlagBits" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdTraceRaysNV):
  type
    PFN_vkCmdTraceRaysNV* = PFN_vkCmdTraceRaysNV_1124079462
else:
  static :
    hint("Declaration of " & "PFN_vkCmdTraceRaysNV" &
        " already exists, not redeclaring")
when not declared(struct_VkCommandBufferInheritanceViewportScissorInfoNV):
  type
    struct_VkCommandBufferInheritanceViewportScissorInfoNV* = struct_VkCommandBufferInheritanceViewportScissorInfoNV_1124080096
else:
  static :
    hint("Declaration of " &
        "struct_VkCommandBufferInheritanceViewportScissorInfoNV" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV):
  type
    VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV* = VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV_1124079770
else:
  static :
    hint("Declaration of " &
        "VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV" &
        " already exists, not redeclaring")
when not declared(PFN_vkGetImageDrmFormatModifierPropertiesEXT):
  type
    PFN_vkGetImageDrmFormatModifierPropertiesEXT* = PFN_vkGetImageDrmFormatModifierPropertiesEXT_1124079242
else:
  static :
    hint("Declaration of " & "PFN_vkGetImageDrmFormatModifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(VkDescriptorUpdateTemplateType):
  type
    VkDescriptorUpdateTemplateType* = VkDescriptorUpdateTemplateType_1124075172
else:
  static :
    hint("Declaration of " & "VkDescriptorUpdateTemplateType" &
        " already exists, not redeclaring")
when not declared(VkLineRasterizationModeKHR):
  type
    VkLineRasterizationModeKHR* = VkLineRasterizationModeKHR_1124078366
else:
  static :
    hint("Declaration of " & "VkLineRasterizationModeKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkVoidFunction):
  type
    PFN_vkVoidFunction* = PFN_vkVoidFunction_1124074494
else:
  static :
    hint("Declaration of " & "PFN_vkVoidFunction" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR):
  type
    struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR* = struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR_1124076968
else:
  static :
    hint("Declaration of " &
        "struct_VkVideoEncodeH265SessionParametersFeedbackInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkSubresourceLayout):
  type
    struct_VkSubresourceLayout* = struct_VkSubresourceLayout_1124074636
else:
  static :
    hint("Declaration of " & "struct_VkSubresourceLayout" &
        " already exists, not redeclaring")
when not declared(enum_VkVideoEncodeH265CapabilityFlagBitsKHR):
  type
    enum_VkVideoEncodeH265CapabilityFlagBitsKHR* = enum_VkVideoEncodeH265CapabilityFlagBitsKHR_1124076902
else:
  static :
    hint("Declaration of " & "enum_VkVideoEncodeH265CapabilityFlagBitsKHR" &
        " already exists, not redeclaring")
when not declared(enum_VkDiscardRectangleModeEXT):
  type
    enum_VkDiscardRectangleModeEXT* = enum_VkDiscardRectangleModeEXT_1124078994
else:
  static :
    hint("Declaration of " & "enum_VkDiscardRectangleModeEXT" &
        " already exists, not redeclaring")
when not declared(VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR):
  type
    VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR* = VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR_1124077492
else:
  static :
    hint("Declaration of " & "VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(PFN_vkBindTensorMemoryARM):
  type
    PFN_vkBindTensorMemoryARM* = PFN_vkBindTensorMemoryARM_1124081370
else:
  static :
    hint("Declaration of " & "PFN_vkBindTensorMemoryARM" &
        " already exists, not redeclaring")
when not declared(struct_VkVideoEncodeRateControlInfoKHR):
  type
    struct_VkVideoEncodeRateControlInfoKHR* = struct_VkVideoEncodeRateControlInfoKHR_1124077830
else:
  static :
    hint("Declaration of " & "struct_VkVideoEncodeRateControlInfoKHR" &
        " already exists, not redeclaring")
when not declared(struct_VkGeneratedCommandsShaderInfoEXT):
  type
    struct_VkGeneratedCommandsShaderInfoEXT* = struct_VkGeneratedCommandsShaderInfoEXT_1124082294
else:
  static :
    hint("Declaration of " & "struct_VkGeneratedCommandsShaderInfoEXT" &
        " already exists, not redeclaring")
when not declared(PFN_vkResetCommandBuffer):
  type
    PFN_vkResetCommandBuffer* = PFN_vkResetCommandBuffer_1124075010
else:
  static :
    hint("Declaration of " & "PFN_vkResetCommandBuffer" &
        " already exists, not redeclaring")
when not declared(VkPointClippingBehaviorKHR):
  type
    VkPointClippingBehaviorKHR* = VkPointClippingBehaviorKHR_1124077388
else:
  static :
    hint("Declaration of " & "VkPointClippingBehaviorKHR" &
        " already exists, not redeclaring")
when not declared(VkDescriptorBufferBindingPushDescriptorBufferHandleEXT):
  type
    VkDescriptorBufferBindingPushDescriptorBufferHandleEXT* = VkDescriptorBufferBindingPushDescriptorBufferHandleEXT_1124080282
else:
  static :
    hint("Declaration of " &
        "VkDescriptorBufferBindingPushDescriptorBufferHandleEXT" &
        " already exists, not redeclaring")
when not declared(StdVideoH264ModificationOfPicNumsIdc):
  type
    StdVideoH264ModificationOfPicNumsIdc* = StdVideoH264ModificationOfPicNumsIdc_1124083368
else:
  static :
    hint("Declaration of " & "StdVideoH264ModificationOfPicNumsIdc" &
        " already exists, not redeclaring")
when not declared(VkExternalFenceHandleTypeFlags):
  type
    VkExternalFenceHandleTypeFlags* = VkExternalFenceHandleTypeFlags_1124075224
else:
  static :
    hint("Declaration of " & "VkExternalFenceHandleTypeFlags" &
        " already exists, not redeclaring")
when not declared(PFN_vkCmdDrawIndirectCountAMD):
  type
    PFN_vkCmdDrawIndirectCountAMD* = PFN_vkCmdDrawIndirectCountAMD_1124078790
else:
  static :
    hint("Declaration of " & "PFN_vkCmdDrawIndirectCountAMD" &
        " already exists, not redeclaring")
when not declared(struct_VkMicromapTriangleEXT):
  type
    struct_VkMicromapTriangleEXT* = struct_VkMicromapTriangleEXT_1124080856
else:
  static :
    hint("Declaration of " & "struct_VkMicromapTriangleEXT" &
        " already exists, not redeclaring")
when not declared(struct_VkPhysicalDeviceMaintenance6Features):
  type
    struct_VkPhysicalDeviceMaintenance6Features* = struct_VkPhysicalDeviceMaintenance6Features_1124076280
else:
  static :
    hint("Declaration of " & "struct_VkPhysicalDeviceMaintenance6Features" &
        " already exists, not redeclaring")
when not declared(struct_VkClusterAccelerationStructureClustersBottomLevelInputNV):
  type
    struct_VkClusterAccelerationStructureClustersBottomLevelInputNV* = struct_VkClusterAccelerationStructureClustersBottomLevelInputNV_1124082060
else:
  static :
    hint("Declaration of " &
        "struct_VkClusterAccelerationStructureClustersBottomLevelInputNV" &
        " already exists, not redeclaring")
when not declared(struct_VkDirectDriverLoadingInfoLUNARG):
  type
    struct_VkDirectDriverLoadingInfoLUNARG* = struct_VkDirectDriverLoadingInfoLUNARG_1124081236
else:
  static :
    hint("Declaration of " & "struct_VkDirectDriverLoadingInfoLUNARG" &
        " already exists, not redeclaring")
when not declared(VULKAN_H_private):
  when 1 is static:
    const
      VULKAN_H_private* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan.h:2:9
  else:
    let VULKAN_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan.h:2:9
else:
  static :
    hint("Declaration of " & "VULKAN_H_private" &
        " already exists, not redeclaring")
when not declared(VULKAN_CORE_H_private):
  when 1 is static:
    const
      VULKAN_CORE_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2:9
  else:
    let VULKAN_CORE_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:2:9
else:
  static :
    hint("Declaration of " & "VULKAN_CORE_H_private" &
        " already exists, not redeclaring")
when not declared(VK_VERSION_1_0):
  when 1 is static:
    const
      VK_VERSION_1_0* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23:9
  else:
    let VK_VERSION_1_0* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23:9
else:
  static :
    hint("Declaration of " & "VK_VERSION_1_0" &
        " already exists, not redeclaring")
when not declared(VK_USE_64_BIT_PTR_DEFINES):
  when 1 is static:
    const
      VK_USE_64_BIT_PTR_DEFINES* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:31:17
  else:
    let VK_USE_64_BIT_PTR_DEFINES* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:31:17
else:
  static :
    hint("Declaration of " & "VK_USE_64_BIT_PTR_DEFINES" &
        " already exists, not redeclaring")
when not declared(VK_HEADER_VERSION):
  when 334 is static:
    const
      VK_HEADER_VERSION* = 334 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:69:9
  else:
    let VK_HEADER_VERSION* = 334 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:69:9
else:
  static :
    hint("Declaration of " & "VK_HEADER_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_FALSE):
  when cast[cuint](0'i64) is static:
    const
      VK_FALSE* = cast[cuint](0'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:124:9
  else:
    let VK_FALSE* = cast[cuint](0'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:124:9
else:
  static :
    hint("Declaration of " & "VK_FALSE" & " already exists, not redeclaring")
when not declared(VK_LOD_CLAMP_NONE):
  when 1000.0 is static:
    const
      VK_LOD_CLAMP_NONE* = 1000.0 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:125:9
  else:
    let VK_LOD_CLAMP_NONE* = 1000.0 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:125:9
else:
  static :
    hint("Declaration of " & "VK_LOD_CLAMP_NONE" &
        " already exists, not redeclaring")
when not declared(VK_TRUE):
  when cast[cuint](1'i64) is static:
    const
      VK_TRUE* = cast[cuint](1'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:129:9
  else:
    let VK_TRUE* = cast[cuint](1'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:129:9
else:
  static :
    hint("Declaration of " & "VK_TRUE" & " already exists, not redeclaring")
when not declared(VK_MAX_MEMORY_TYPES):
  when cast[cuint](32'i64) is static:
    const
      VK_MAX_MEMORY_TYPES* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:131:9
  else:
    let VK_MAX_MEMORY_TYPES* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:131:9
else:
  static :
    hint("Declaration of " & "VK_MAX_MEMORY_TYPES" &
        " already exists, not redeclaring")
when not declared(VK_MAX_PHYSICAL_DEVICE_NAME_SIZE):
  when cast[cuint](256'i64) is static:
    const
      VK_MAX_PHYSICAL_DEVICE_NAME_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:132:9
  else:
    let VK_MAX_PHYSICAL_DEVICE_NAME_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:132:9
else:
  static :
    hint("Declaration of " & "VK_MAX_PHYSICAL_DEVICE_NAME_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_UUID_SIZE):
  when cast[cuint](16'i64) is static:
    const
      VK_UUID_SIZE* = cast[cuint](16'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:133:9
  else:
    let VK_UUID_SIZE* = cast[cuint](16'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:133:9
else:
  static :
    hint("Declaration of " & "VK_UUID_SIZE" & " already exists, not redeclaring")
when not declared(VK_MAX_EXTENSION_NAME_SIZE):
  when cast[cuint](256'i64) is static:
    const
      VK_MAX_EXTENSION_NAME_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:134:9
  else:
    let VK_MAX_EXTENSION_NAME_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:134:9
else:
  static :
    hint("Declaration of " & "VK_MAX_EXTENSION_NAME_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DESCRIPTION_SIZE):
  when cast[cuint](256'i64) is static:
    const
      VK_MAX_DESCRIPTION_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:135:9
  else:
    let VK_MAX_DESCRIPTION_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:135:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DESCRIPTION_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_MAX_MEMORY_HEAPS):
  when cast[cuint](16'i64) is static:
    const
      VK_MAX_MEMORY_HEAPS* = cast[cuint](16'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:136:9
  else:
    let VK_MAX_MEMORY_HEAPS* = cast[cuint](16'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:136:9
else:
  static :
    hint("Declaration of " & "VK_MAX_MEMORY_HEAPS" &
        " already exists, not redeclaring")
when not declared(VK_VERSION_1_1):
  when 1 is static:
    const
      VK_VERSION_1_1* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5299:9
  else:
    let VK_VERSION_1_1* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5299:9
else:
  static :
    hint("Declaration of " & "VK_VERSION_1_1" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DEVICE_GROUP_SIZE):
  when cast[cuint](32'i64) is static:
    const
      VK_MAX_DEVICE_GROUP_SIZE* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5305:9
  else:
    let VK_MAX_DEVICE_GROUP_SIZE* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5305:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DEVICE_GROUP_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_LUID_SIZE):
  when cast[cuint](8'i64) is static:
    const
      VK_LUID_SIZE* = cast[cuint](8'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5306:9
  else:
    let VK_LUID_SIZE* = cast[cuint](8'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:5306:9
else:
  static :
    hint("Declaration of " & "VK_LUID_SIZE" & " already exists, not redeclaring")
when not declared(VK_VERSION_1_2):
  when 1 is static:
    const
      VK_VERSION_1_2* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6176:9
  else:
    let VK_VERSION_1_2* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6176:9
else:
  static :
    hint("Declaration of " & "VK_VERSION_1_2" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DRIVER_NAME_SIZE):
  when cast[cuint](256'i64) is static:
    const
      VK_MAX_DRIVER_NAME_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6180:9
  else:
    let VK_MAX_DRIVER_NAME_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6180:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DRIVER_NAME_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DRIVER_INFO_SIZE):
  when cast[cuint](256'i64) is static:
    const
      VK_MAX_DRIVER_INFO_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6181:9
  else:
    let VK_MAX_DRIVER_INFO_SIZE* = cast[cuint](256'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6181:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DRIVER_INFO_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_VERSION_1_3):
  when 1 is static:
    const
      VK_VERSION_1_3* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6939:9
  else:
    let VK_VERSION_1_3* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:6939:9
else:
  static :
    hint("Declaration of " & "VK_VERSION_1_3" &
        " already exists, not redeclaring")
when not declared(VK_VERSION_1_4):
  when 1 is static:
    const
      VK_VERSION_1_4* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8005:9
  else:
    let VK_VERSION_1_4* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8005:9
else:
  static :
    hint("Declaration of " & "VK_VERSION_1_4" &
        " already exists, not redeclaring")
when not declared(VK_MAX_GLOBAL_PRIORITY_SIZE):
  when cast[cuint](16'i64) is static:
    const
      VK_MAX_GLOBAL_PRIORITY_SIZE* = cast[cuint](16'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8009:9
  else:
    let VK_MAX_GLOBAL_PRIORITY_SIZE* = cast[cuint](16'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8009:9
else:
  static :
    hint("Declaration of " & "VK_MAX_GLOBAL_PRIORITY_SIZE" &
        " already exists, not redeclaring")
when not declared(VK_KHR_surface):
  when 1 is static:
    const
      VK_KHR_surface* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8745:9
  else:
    let VK_KHR_surface* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8745:9
else:
  static :
    hint("Declaration of " & "VK_KHR_surface" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SURFACE_SPEC_VERSION):
  when 25 is static:
    const
      VK_KHR_SURFACE_SPEC_VERSION* = 25 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8747:9
  else:
    let VK_KHR_SURFACE_SPEC_VERSION* = 25 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8747:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SURFACE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SURFACE_EXTENSION_NAME):
  when "VK_KHR_surface" is static:
    const
      VK_KHR_SURFACE_EXTENSION_NAME* = "VK_KHR_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8748:9
  else:
    let VK_KHR_SURFACE_EXTENSION_NAME* = "VK_KHR_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8748:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SURFACE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_swapchain):
  when 1 is static:
    const
      VK_KHR_swapchain* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8875:9
  else:
    let VK_KHR_swapchain* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8875:9
else:
  static :
    hint("Declaration of " & "VK_KHR_swapchain" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SWAPCHAIN_SPEC_VERSION):
  when 70 is static:
    const
      VK_KHR_SWAPCHAIN_SPEC_VERSION* = 70 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8877:9
  else:
    let VK_KHR_SWAPCHAIN_SPEC_VERSION* = 70 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8877:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SWAPCHAIN_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SWAPCHAIN_EXTENSION_NAME):
  when "VK_KHR_swapchain" is static:
    const
      VK_KHR_SWAPCHAIN_EXTENSION_NAME* = "VK_KHR_swapchain" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8878:9
  else:
    let VK_KHR_SWAPCHAIN_EXTENSION_NAME* = "VK_KHR_swapchain" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:8878:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SWAPCHAIN_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_display):
  when 1 is static:
    const
      VK_KHR_display* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9057:9
  else:
    let VK_KHR_display* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9057:9
else:
  static :
    hint("Declaration of " & "VK_KHR_display" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DISPLAY_SPEC_VERSION):
  when 23 is static:
    const
      VK_KHR_DISPLAY_SPEC_VERSION* = 23 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9060:9
  else:
    let VK_KHR_DISPLAY_SPEC_VERSION* = 23 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9060:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DISPLAY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DISPLAY_EXTENSION_NAME):
  when "VK_KHR_display" is static:
    const
      VK_KHR_DISPLAY_EXTENSION_NAME* = "VK_KHR_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9061:9
  else:
    let VK_KHR_DISPLAY_EXTENSION_NAME* = "VK_KHR_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9061:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DISPLAY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_display_swapchain):
  when 1 is static:
    const
      VK_KHR_display_swapchain* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9197:9
  else:
    let VK_KHR_display_swapchain* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9197:9
else:
  static :
    hint("Declaration of " & "VK_KHR_display_swapchain" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION):
  when 10 is static:
    const
      VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION* = 10 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9198:9
  else:
    let VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION* = 10 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9198:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME):
  when "VK_KHR_display_swapchain" is static:
    const
      VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME* = "VK_KHR_display_swapchain" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9199:9
  else:
    let VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME* = "VK_KHR_display_swapchain" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9199:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_sampler_mirror_clamp_to_edge):
  when 1 is static:
    const
      VK_KHR_sampler_mirror_clamp_to_edge* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9223:9
  else:
    let VK_KHR_sampler_mirror_clamp_to_edge* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9223:9
else:
  static :
    hint("Declaration of " & "VK_KHR_sampler_mirror_clamp_to_edge" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION):
  when 3 is static:
    const
      VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9224:9
  else:
    let VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9224:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME):
  when "VK_KHR_sampler_mirror_clamp_to_edge" is static:
    const
      VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME* = "VK_KHR_sampler_mirror_clamp_to_edge" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9225:9
  else:
    let VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME* = "VK_KHR_sampler_mirror_clamp_to_edge" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9225:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_queue):
  when 1 is static:
    const
      VK_KHR_video_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9229:9
  else:
    let VK_KHR_video_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9229:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_queue" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_QUEUE_SPEC_VERSION):
  when 8 is static:
    const
      VK_KHR_VIDEO_QUEUE_SPEC_VERSION* = 8 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9232:9
  else:
    let VK_KHR_VIDEO_QUEUE_SPEC_VERSION* = 8 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9232:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_QUEUE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_QUEUE_EXTENSION_NAME):
  when "VK_KHR_video_queue" is static:
    const
      VK_KHR_VIDEO_QUEUE_EXTENSION_NAME* = "VK_KHR_video_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9233:9
  else:
    let VK_KHR_VIDEO_QUEUE_EXTENSION_NAME* = "VK_KHR_video_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9233:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_QUEUE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_decode_queue):
  when 1 is static:
    const
      VK_KHR_video_decode_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9552:9
  else:
    let VK_KHR_video_decode_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9552:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_decode_queue" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION):
  when 8 is static:
    const
      VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION* = 8 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9553:9
  else:
    let VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION* = 8 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9553:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_QUEUE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME):
  when "VK_KHR_video_decode_queue" is static:
    const
      VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME* = "VK_KHR_video_decode_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9554:9
  else:
    let VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME* = "VK_KHR_video_decode_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9554:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_encode_h264):
  when 1 is static:
    const
      VK_KHR_video_encode_h264* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9609:9
  else:
    let VK_KHR_video_encode_h264* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9609:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_encode_h264" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_H264_SPEC_VERSION):
  when 14 is static:
    const
      VK_KHR_VIDEO_ENCODE_H264_SPEC_VERSION* = 14 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9612:9
  else:
    let VK_KHR_VIDEO_ENCODE_H264_SPEC_VERSION* = 14 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9612:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_H264_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_H264_EXTENSION_NAME):
  when "VK_KHR_video_encode_h264" is static:
    const
      VK_KHR_VIDEO_ENCODE_H264_EXTENSION_NAME* = "VK_KHR_video_encode_h264" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9613:9
  else:
    let VK_KHR_VIDEO_ENCODE_H264_EXTENSION_NAME* = "VK_KHR_video_encode_h264" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9613:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_H264_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_encode_h265):
  when 1 is static:
    const
      VK_KHR_video_encode_h265* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9810:9
  else:
    let VK_KHR_video_encode_h265* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9810:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_encode_h265" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_H265_SPEC_VERSION):
  when 14 is static:
    const
      VK_KHR_VIDEO_ENCODE_H265_SPEC_VERSION* = 14 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9813:9
  else:
    let VK_KHR_VIDEO_ENCODE_H265_SPEC_VERSION* = 14 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9813:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_H265_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_H265_EXTENSION_NAME):
  when "VK_KHR_video_encode_h265" is static:
    const
      VK_KHR_VIDEO_ENCODE_H265_EXTENSION_NAME* = "VK_KHR_video_encode_h265" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9814:9
  else:
    let VK_KHR_VIDEO_ENCODE_H265_EXTENSION_NAME* = "VK_KHR_video_encode_h265" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:9814:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_H265_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_decode_h264):
  when 1 is static:
    const
      VK_KHR_video_decode_h264* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10037:9
  else:
    let VK_KHR_video_decode_h264* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10037:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_decode_h264" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_H264_SPEC_VERSION):
  when 9 is static:
    const
      VK_KHR_VIDEO_DECODE_H264_SPEC_VERSION* = 9 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10039:9
  else:
    let VK_KHR_VIDEO_DECODE_H264_SPEC_VERSION* = 9 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10039:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_H264_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME):
  when "VK_KHR_video_decode_h264" is static:
    const
      VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME* = "VK_KHR_video_decode_h264" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10040:9
  else:
    let VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME* = "VK_KHR_video_decode_h264" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10040:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_H264_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_dynamic_rendering):
  when 1 is static:
    const
      VK_KHR_dynamic_rendering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10097:9
  else:
    let VK_KHR_dynamic_rendering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10097:9
else:
  static :
    hint("Declaration of " & "VK_KHR_dynamic_rendering" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10098:9
  else:
    let VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10098:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME):
  when "VK_KHR_dynamic_rendering" is static:
    const
      VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME* = "VK_KHR_dynamic_rendering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10099:9
  else:
    let VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME* = "VK_KHR_dynamic_rendering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10099:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_multiview):
  when 1 is static:
    const
      VK_KHR_multiview* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10132:9
  else:
    let VK_KHR_multiview* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10132:9
else:
  static :
    hint("Declaration of " & "VK_KHR_multiview" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MULTIVIEW_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MULTIVIEW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10133:9
  else:
    let VK_KHR_MULTIVIEW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10133:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MULTIVIEW_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MULTIVIEW_EXTENSION_NAME):
  when "VK_KHR_multiview" is static:
    const
      VK_KHR_MULTIVIEW_EXTENSION_NAME* = "VK_KHR_multiview" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10134:9
  else:
    let VK_KHR_MULTIVIEW_EXTENSION_NAME* = "VK_KHR_multiview" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10134:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MULTIVIEW_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_get_physical_device_properties2):
  when 1 is static:
    const
      VK_KHR_get_physical_device_properties2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10144:9
  else:
    let VK_KHR_get_physical_device_properties2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10144:9
else:
  static :
    hint("Declaration of " & "VK_KHR_get_physical_device_properties2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10145:9
  else:
    let VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10145:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME):
  when "VK_KHR_get_physical_device_properties2" is static:
    const
      VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME* = "VK_KHR_get_physical_device_properties2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10146:9
  else:
    let VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME* = "VK_KHR_get_physical_device_properties2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10146:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_device_group):
  when 1 is static:
    const
      VK_KHR_device_group* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10224:9
  else:
    let VK_KHR_device_group* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10224:9
else:
  static :
    hint("Declaration of " & "VK_KHR_device_group" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEVICE_GROUP_SPEC_VERSION):
  when 4 is static:
    const
      VK_KHR_DEVICE_GROUP_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10225:9
  else:
    let VK_KHR_DEVICE_GROUP_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10225:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEVICE_GROUP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEVICE_GROUP_EXTENSION_NAME):
  when "VK_KHR_device_group" is static:
    const
      VK_KHR_DEVICE_GROUP_EXTENSION_NAME* = "VK_KHR_device_group" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10226:9
  else:
    let VK_KHR_DEVICE_GROUP_EXTENSION_NAME* = "VK_KHR_device_group" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10226:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEVICE_GROUP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_draw_parameters):
  when 1 is static:
    const
      VK_KHR_shader_draw_parameters* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10283:9
  else:
    let VK_KHR_shader_draw_parameters* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10283:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_draw_parameters" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10284:9
  else:
    let VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10284:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME):
  when "VK_KHR_shader_draw_parameters" is static:
    const
      VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME* = "VK_KHR_shader_draw_parameters" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10285:9
  else:
    let VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME* = "VK_KHR_shader_draw_parameters" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10285:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance1):
  when 1 is static:
    const
      VK_KHR_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10289:9
  else:
    let VK_KHR_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10289:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_1_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_MAINTENANCE_1_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10290:9
  else:
    let VK_KHR_MAINTENANCE_1_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10290:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_KHR_maintenance1" is static:
    const
      VK_KHR_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10291:9
  else:
    let VK_KHR_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10291:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE1_SPEC_VERSION_const):
  when VK_KHR_MAINTENANCE_1_SPEC_VERSION is typedesc:
    type
      VK_KHR_MAINTENANCE1_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_1_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10293:9
  else:
    when VK_KHR_MAINTENANCE_1_SPEC_VERSION is static:
      const
        VK_KHR_MAINTENANCE1_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_1_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10293:9
    else:
      let VK_KHR_MAINTENANCE1_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_1_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10293:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE1_SPEC_VERSION_const" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE1_EXTENSION_NAME_const):
  when VK_KHR_MAINTENANCE_1_EXTENSION_NAME is typedesc:
    type
      VK_KHR_MAINTENANCE1_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_1_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10295:9
  else:
    when VK_KHR_MAINTENANCE_1_EXTENSION_NAME is static:
      const
        VK_KHR_MAINTENANCE1_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_1_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10295:9
    else:
      let VK_KHR_MAINTENANCE1_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_1_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10295:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE1_EXTENSION_NAME_const" &
        " already exists, not redeclaring")
when not declared(VK_KHR_device_group_creation):
  when 1 is static:
    const
      VK_KHR_device_group_creation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10311:9
  else:
    let VK_KHR_device_group_creation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10311:9
else:
  static :
    hint("Declaration of " & "VK_KHR_device_group_creation" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10312:9
  else:
    let VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10312:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME):
  when "VK_KHR_device_group_creation" is static:
    const
      VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME* = "VK_KHR_device_group_creation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10313:9
  else:
    let VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME* = "VK_KHR_device_group_creation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10313:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DEVICE_GROUP_SIZE_KHR):
  when VK_MAX_DEVICE_GROUP_SIZE is typedesc:
    type
      VK_MAX_DEVICE_GROUP_SIZE_KHR* = VK_MAX_DEVICE_GROUP_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10314:9
  else:
    when VK_MAX_DEVICE_GROUP_SIZE is static:
      const
        VK_MAX_DEVICE_GROUP_SIZE_KHR* = VK_MAX_DEVICE_GROUP_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10314:9
    else:
      let VK_MAX_DEVICE_GROUP_SIZE_KHR* = VK_MAX_DEVICE_GROUP_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10314:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DEVICE_GROUP_SIZE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_memory_capabilities):
  when 1 is static:
    const
      VK_KHR_external_memory_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10332:9
  else:
    let VK_KHR_external_memory_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10332:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_memory_capabilities" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10333:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10333:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME):
  when "VK_KHR_external_memory_capabilities" is static:
    const
      VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_external_memory_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10334:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_external_memory_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10334:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_LUID_SIZE_KHR):
  when VK_LUID_SIZE is typedesc:
    type
      VK_LUID_SIZE_KHR* = VK_LUID_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10335:9
  else:
    when VK_LUID_SIZE is static:
      const
        VK_LUID_SIZE_KHR* = VK_LUID_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10335:9
    else:
      let VK_LUID_SIZE_KHR* = VK_LUID_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10335:9
else:
  static :
    hint("Declaration of " & "VK_LUID_SIZE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_memory):
  when 1 is static:
    const
      VK_KHR_external_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10369:9
  else:
    let VK_KHR_external_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10369:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_memory" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10370:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10370:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME):
  when "VK_KHR_external_memory" is static:
    const
      VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME* = "VK_KHR_external_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10371:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME* = "VK_KHR_external_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10371:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QUEUE_FAMILY_EXTERNAL_KHR):
  when VK_QUEUE_FAMILY_EXTERNAL is typedesc:
    type
      VK_QUEUE_FAMILY_EXTERNAL_KHR* = VK_QUEUE_FAMILY_EXTERNAL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10372:9
  else:
    when VK_QUEUE_FAMILY_EXTERNAL is static:
      const
        VK_QUEUE_FAMILY_EXTERNAL_KHR* = VK_QUEUE_FAMILY_EXTERNAL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10372:9
    else:
      let VK_QUEUE_FAMILY_EXTERNAL_KHR* = VK_QUEUE_FAMILY_EXTERNAL ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10372:9
else:
  static :
    hint("Declaration of " & "VK_QUEUE_FAMILY_EXTERNAL_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_memory_fd):
  when 1 is static:
    const
      VK_KHR_external_memory_fd* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10382:9
  else:
    let VK_KHR_external_memory_fd* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10382:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_memory_fd" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10383:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10383:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME):
  when "VK_KHR_external_memory_fd" is static:
    const
      VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME* = "VK_KHR_external_memory_fd" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10384:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME* = "VK_KHR_external_memory_fd" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10384:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_semaphore_capabilities):
  when 1 is static:
    const
      VK_KHR_external_semaphore_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10427:9
  else:
    let VK_KHR_external_semaphore_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10427:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_semaphore_capabilities" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10428:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10428:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME):
  when "VK_KHR_external_semaphore_capabilities" is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_external_semaphore_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10429:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_external_semaphore_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10429:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_semaphore):
  when 1 is static:
    const
      VK_KHR_external_semaphore* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10455:9
  else:
    let VK_KHR_external_semaphore* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10455:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_semaphore" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10456:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10456:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME):
  when "VK_KHR_external_semaphore" is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME* = "VK_KHR_external_semaphore" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10457:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME* = "VK_KHR_external_semaphore" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10457:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_semaphore_fd):
  when 1 is static:
    const
      VK_KHR_external_semaphore_fd* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10467:9
  else:
    let VK_KHR_external_semaphore_fd* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10467:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_semaphore_fd" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10468:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10468:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME):
  when "VK_KHR_external_semaphore_fd" is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME* = "VK_KHR_external_semaphore_fd" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10469:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME* = "VK_KHR_external_semaphore_fd" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10469:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_push_descriptor):
  when 1 is static:
    const
      VK_KHR_push_descriptor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10506:9
  else:
    let VK_KHR_push_descriptor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10506:9
else:
  static :
    hint("Declaration of " & "VK_KHR_push_descriptor" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10507:9
  else:
    let VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10507:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME):
  when "VK_KHR_push_descriptor" is static:
    const
      VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME* = "VK_KHR_push_descriptor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10508:9
  else:
    let VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME* = "VK_KHR_push_descriptor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10508:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_float16_int8):
  when 1 is static:
    const
      VK_KHR_shader_float16_int8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10537:9
  else:
    let VK_KHR_shader_float16_int8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10537:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_float16_int8" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10538:9
  else:
    let VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10538:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME):
  when "VK_KHR_shader_float16_int8" is static:
    const
      VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME* = "VK_KHR_shader_float16_int8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10539:9
  else:
    let VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME* = "VK_KHR_shader_float16_int8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10539:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_16bit_storage):
  when 1 is static:
    const
      VK_KHR_16bit_storage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10547:9
  else:
    let VK_KHR_16bit_storage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10547:9
else:
  static :
    hint("Declaration of " & "VK_KHR_16bit_storage" &
        " already exists, not redeclaring")
when not declared(VK_KHR_16BIT_STORAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_16BIT_STORAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10548:9
  else:
    let VK_KHR_16BIT_STORAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10548:9
else:
  static :
    hint("Declaration of " & "VK_KHR_16BIT_STORAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_16BIT_STORAGE_EXTENSION_NAME):
  when "VK_KHR_16bit_storage" is static:
    const
      VK_KHR_16BIT_STORAGE_EXTENSION_NAME* = "VK_KHR_16bit_storage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10549:9
  else:
    let VK_KHR_16BIT_STORAGE_EXTENSION_NAME* = "VK_KHR_16bit_storage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10549:9
else:
  static :
    hint("Declaration of " & "VK_KHR_16BIT_STORAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_incremental_present):
  when 1 is static:
    const
      VK_KHR_incremental_present* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10555:9
  else:
    let VK_KHR_incremental_present* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10555:9
else:
  static :
    hint("Declaration of " & "VK_KHR_incremental_present" &
        " already exists, not redeclaring")
when not declared(VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10556:9
  else:
    let VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10556:9
else:
  static :
    hint("Declaration of " & "VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME):
  when "VK_KHR_incremental_present" is static:
    const
      VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME* = "VK_KHR_incremental_present" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10557:9
  else:
    let VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME* = "VK_KHR_incremental_present" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10557:9
else:
  static :
    hint("Declaration of " & "VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_descriptor_update_template):
  when 1 is static:
    const
      VK_KHR_descriptor_update_template* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10579:9
  else:
    let VK_KHR_descriptor_update_template* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10579:9
else:
  static :
    hint("Declaration of " & "VK_KHR_descriptor_update_template" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10582:9
  else:
    let VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10582:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME):
  when "VK_KHR_descriptor_update_template" is static:
    const
      VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME* = "VK_KHR_descriptor_update_template" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10583:9
  else:
    let VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME* = "VK_KHR_descriptor_update_template" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10583:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_imageless_framebuffer):
  when 1 is static:
    const
      VK_KHR_imageless_framebuffer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10623:9
  else:
    let VK_KHR_imageless_framebuffer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10623:9
else:
  static :
    hint("Declaration of " & "VK_KHR_imageless_framebuffer" &
        " already exists, not redeclaring")
when not declared(VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10624:9
  else:
    let VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10624:9
else:
  static :
    hint("Declaration of " & "VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME):
  when "VK_KHR_imageless_framebuffer" is static:
    const
      VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME* = "VK_KHR_imageless_framebuffer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10625:9
  else:
    let VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME* = "VK_KHR_imageless_framebuffer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10625:9
else:
  static :
    hint("Declaration of " & "VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_create_renderpass2):
  when 1 is static:
    const
      VK_KHR_create_renderpass2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10637:9
  else:
    let VK_KHR_create_renderpass2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10637:9
else:
  static :
    hint("Declaration of " & "VK_KHR_create_renderpass2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_CREATE_RENDERPASS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_CREATE_RENDERPASS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10638:9
  else:
    let VK_KHR_CREATE_RENDERPASS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10638:9
else:
  static :
    hint("Declaration of " & "VK_KHR_CREATE_RENDERPASS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME):
  when "VK_KHR_create_renderpass2" is static:
    const
      VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME* = "VK_KHR_create_renderpass2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10639:9
  else:
    let VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME* = "VK_KHR_create_renderpass2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10639:9
else:
  static :
    hint("Declaration of " & "VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shared_presentable_image):
  when 1 is static:
    const
      VK_KHR_shared_presentable_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10691:9
  else:
    let VK_KHR_shared_presentable_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10691:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shared_presentable_image" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10692:9
  else:
    let VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10692:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME):
  when "VK_KHR_shared_presentable_image" is static:
    const
      VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME* = "VK_KHR_shared_presentable_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10693:9
  else:
    let VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME* = "VK_KHR_shared_presentable_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10693:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_fence_capabilities):
  when 1 is static:
    const
      VK_KHR_external_fence_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10712:9
  else:
    let VK_KHR_external_fence_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10712:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_fence_capabilities" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10713:9
  else:
    let VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10713:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME):
  when "VK_KHR_external_fence_capabilities" is static:
    const
      VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_external_fence_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10714:9
  else:
    let VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_external_fence_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10714:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_fence):
  when 1 is static:
    const
      VK_KHR_external_fence* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10740:9
  else:
    let VK_KHR_external_fence* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10740:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_fence" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_FENCE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10741:9
  else:
    let VK_KHR_EXTERNAL_FENCE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10741:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME):
  when "VK_KHR_external_fence" is static:
    const
      VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME* = "VK_KHR_external_fence" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10742:9
  else:
    let VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME* = "VK_KHR_external_fence" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10742:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_fence_fd):
  when 1 is static:
    const
      VK_KHR_external_fence_fd* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10752:9
  else:
    let VK_KHR_external_fence_fd* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10752:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_fence_fd" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10753:9
  else:
    let VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10753:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME):
  when "VK_KHR_external_fence_fd" is static:
    const
      VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME* = "VK_KHR_external_fence_fd" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10754:9
  else:
    let VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME* = "VK_KHR_external_fence_fd" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10754:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_performance_query):
  when 1 is static:
    const
      VK_KHR_performance_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10791:9
  else:
    let VK_KHR_performance_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10791:9
else:
  static :
    hint("Declaration of " & "VK_KHR_performance_query" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10792:9
  else:
    let VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10792:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME):
  when "VK_KHR_performance_query" is static:
    const
      VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME* = "VK_KHR_performance_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10793:9
  else:
    let VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME* = "VK_KHR_performance_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10793:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance2):
  when 1 is static:
    const
      VK_KHR_maintenance2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10945:9
  else:
    let VK_KHR_maintenance2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10945:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10946:9
  else:
    let VK_KHR_MAINTENANCE_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10946:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_2_EXTENSION_NAME):
  when "VK_KHR_maintenance2" is static:
    const
      VK_KHR_MAINTENANCE_2_EXTENSION_NAME* = "VK_KHR_maintenance2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10947:9
  else:
    let VK_KHR_MAINTENANCE_2_EXTENSION_NAME* = "VK_KHR_maintenance2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10947:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE2_SPEC_VERSION_const):
  when VK_KHR_MAINTENANCE_2_SPEC_VERSION is typedesc:
    type
      VK_KHR_MAINTENANCE2_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_2_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10949:9
  else:
    when VK_KHR_MAINTENANCE_2_SPEC_VERSION is static:
      const
        VK_KHR_MAINTENANCE2_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_2_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10949:9
    else:
      let VK_KHR_MAINTENANCE2_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_2_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10949:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE2_SPEC_VERSION_const" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE2_EXTENSION_NAME_const):
  when VK_KHR_MAINTENANCE_2_EXTENSION_NAME is typedesc:
    type
      VK_KHR_MAINTENANCE2_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_2_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10951:9
  else:
    when VK_KHR_MAINTENANCE_2_EXTENSION_NAME is static:
      const
        VK_KHR_MAINTENANCE2_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_2_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10951:9
    else:
      let VK_KHR_MAINTENANCE2_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_2_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10951:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE2_EXTENSION_NAME_const" &
        " already exists, not redeclaring")
when not declared(VK_KHR_get_surface_capabilities2):
  when 1 is static:
    const
      VK_KHR_get_surface_capabilities2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10969:9
  else:
    let VK_KHR_get_surface_capabilities2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10969:9
else:
  static :
    hint("Declaration of " & "VK_KHR_get_surface_capabilities2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10970:9
  else:
    let VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10970:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME):
  when "VK_KHR_get_surface_capabilities2" is static:
    const
      VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME* = "VK_KHR_get_surface_capabilities2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10971:9
  else:
    let VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME* = "VK_KHR_get_surface_capabilities2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:10971:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_variable_pointers):
  when 1 is static:
    const
      VK_KHR_variable_pointers* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11012:9
  else:
    let VK_KHR_variable_pointers* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11012:9
else:
  static :
    hint("Declaration of " & "VK_KHR_variable_pointers" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VARIABLE_POINTERS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VARIABLE_POINTERS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11013:9
  else:
    let VK_KHR_VARIABLE_POINTERS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11013:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VARIABLE_POINTERS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME):
  when "VK_KHR_variable_pointers" is static:
    const
      VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME* = "VK_KHR_variable_pointers" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11014:9
  else:
    let VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME* = "VK_KHR_variable_pointers" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11014:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_get_display_properties2):
  when 1 is static:
    const
      VK_KHR_get_display_properties2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11022:9
  else:
    let VK_KHR_get_display_properties2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11022:9
else:
  static :
    hint("Declaration of " & "VK_KHR_get_display_properties2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_DISPLAY_PROPERTIES_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_GET_DISPLAY_PROPERTIES_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11023:9
  else:
    let VK_KHR_GET_DISPLAY_PROPERTIES_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11023:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GET_DISPLAY_PROPERTIES_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_DISPLAY_PROPERTIES_2_EXTENSION_NAME):
  when "VK_KHR_get_display_properties2" is static:
    const
      VK_KHR_GET_DISPLAY_PROPERTIES_2_EXTENSION_NAME* = "VK_KHR_get_display_properties2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11024:9
  else:
    let VK_KHR_GET_DISPLAY_PROPERTIES_2_EXTENSION_NAME* = "VK_KHR_get_display_properties2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11024:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GET_DISPLAY_PROPERTIES_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_dedicated_allocation):
  when 1 is static:
    const
      VK_KHR_dedicated_allocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11094:9
  else:
    let VK_KHR_dedicated_allocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11094:9
else:
  static :
    hint("Declaration of " & "VK_KHR_dedicated_allocation" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION):
  when 3 is static:
    const
      VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11095:9
  else:
    let VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11095:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME):
  when "VK_KHR_dedicated_allocation" is static:
    const
      VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME* = "VK_KHR_dedicated_allocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11096:9
  else:
    let VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME* = "VK_KHR_dedicated_allocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11096:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_storage_buffer_storage_class):
  when 1 is static:
    const
      VK_KHR_storage_buffer_storage_class* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11104:9
  else:
    let VK_KHR_storage_buffer_storage_class* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11104:9
else:
  static :
    hint("Declaration of " & "VK_KHR_storage_buffer_storage_class" &
        " already exists, not redeclaring")
when not declared(VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11105:9
  else:
    let VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11105:9
else:
  static :
    hint("Declaration of " & "VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME):
  when "VK_KHR_storage_buffer_storage_class" is static:
    const
      VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME* = "VK_KHR_storage_buffer_storage_class" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11106:9
  else:
    let VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME* = "VK_KHR_storage_buffer_storage_class" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11106:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_bfloat16):
  when 1 is static:
    const
      VK_KHR_shader_bfloat16* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11110:9
  else:
    let VK_KHR_shader_bfloat16* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11110:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_bfloat16" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_BFLOAT16_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_BFLOAT16_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11111:9
  else:
    let VK_KHR_SHADER_BFLOAT16_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11111:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_BFLOAT16_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_BFLOAT16_EXTENSION_NAME):
  when "VK_KHR_shader_bfloat16" is static:
    const
      VK_KHR_SHADER_BFLOAT16_EXTENSION_NAME* = "VK_KHR_shader_bfloat16" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11112:9
  else:
    let VK_KHR_SHADER_BFLOAT16_EXTENSION_NAME* = "VK_KHR_shader_bfloat16" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11112:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_BFLOAT16_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_relaxed_block_layout):
  when 1 is static:
    const
      VK_KHR_relaxed_block_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11124:9
  else:
    let VK_KHR_relaxed_block_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11124:9
else:
  static :
    hint("Declaration of " & "VK_KHR_relaxed_block_layout" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11125:9
  else:
    let VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11125:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME):
  when "VK_KHR_relaxed_block_layout" is static:
    const
      VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME* = "VK_KHR_relaxed_block_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11126:9
  else:
    let VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME* = "VK_KHR_relaxed_block_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11126:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_get_memory_requirements2):
  when 1 is static:
    const
      VK_KHR_get_memory_requirements2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11130:9
  else:
    let VK_KHR_get_memory_requirements2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11130:9
else:
  static :
    hint("Declaration of " & "VK_KHR_get_memory_requirements2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11131:9
  else:
    let VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11131:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME):
  when "VK_KHR_get_memory_requirements2" is static:
    const
      VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME* = "VK_KHR_get_memory_requirements2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11132:9
  else:
    let VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME* = "VK_KHR_get_memory_requirements2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11132:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_image_format_list):
  when 1 is static:
    const
      VK_KHR_image_format_list* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11173:9
  else:
    let VK_KHR_image_format_list* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11173:9
else:
  static :
    hint("Declaration of " & "VK_KHR_image_format_list" &
        " already exists, not redeclaring")
when not declared(VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11174:9
  else:
    let VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11174:9
else:
  static :
    hint("Declaration of " & "VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME):
  when "VK_KHR_image_format_list" is static:
    const
      VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME* = "VK_KHR_image_format_list" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11175:9
  else:
    let VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME* = "VK_KHR_image_format_list" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11175:9
else:
  static :
    hint("Declaration of " & "VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_sampler_ycbcr_conversion):
  when 1 is static:
    const
      VK_KHR_sampler_ycbcr_conversion* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11181:9
  else:
    let VK_KHR_sampler_ycbcr_conversion* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11181:9
else:
  static :
    hint("Declaration of " & "VK_KHR_sampler_ycbcr_conversion" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION):
  when 14 is static:
    const
      VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION* = 14 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11184:9
  else:
    let VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION* = 14 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11184:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME):
  when "VK_KHR_sampler_ycbcr_conversion" is static:
    const
      VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME* = "VK_KHR_sampler_ycbcr_conversion" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11185:9
  else:
    let VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME* = "VK_KHR_sampler_ycbcr_conversion" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11185:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_bind_memory2):
  when 1 is static:
    const
      VK_KHR_bind_memory2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11226:9
  else:
    let VK_KHR_bind_memory2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11226:9
else:
  static :
    hint("Declaration of " & "VK_KHR_bind_memory2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_BIND_MEMORY_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_BIND_MEMORY_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11227:9
  else:
    let VK_KHR_BIND_MEMORY_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11227:9
else:
  static :
    hint("Declaration of " & "VK_KHR_BIND_MEMORY_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_BIND_MEMORY_2_EXTENSION_NAME):
  when "VK_KHR_bind_memory2" is static:
    const
      VK_KHR_BIND_MEMORY_2_EXTENSION_NAME* = "VK_KHR_bind_memory2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11228:9
  else:
    let VK_KHR_BIND_MEMORY_2_EXTENSION_NAME* = "VK_KHR_bind_memory2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11228:9
else:
  static :
    hint("Declaration of " & "VK_KHR_BIND_MEMORY_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance3):
  when 1 is static:
    const
      VK_KHR_maintenance3* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11254:9
  else:
    let VK_KHR_maintenance3* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11254:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance3" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_3_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_3_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11255:9
  else:
    let VK_KHR_MAINTENANCE_3_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11255:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_3_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_3_EXTENSION_NAME):
  when "VK_KHR_maintenance3" is static:
    const
      VK_KHR_MAINTENANCE_3_EXTENSION_NAME* = "VK_KHR_maintenance3" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11256:9
  else:
    let VK_KHR_MAINTENANCE_3_EXTENSION_NAME* = "VK_KHR_maintenance3" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11256:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_3_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE3_SPEC_VERSION_const):
  when VK_KHR_MAINTENANCE_3_SPEC_VERSION is typedesc:
    type
      VK_KHR_MAINTENANCE3_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_3_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11258:9
  else:
    when VK_KHR_MAINTENANCE_3_SPEC_VERSION is static:
      const
        VK_KHR_MAINTENANCE3_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_3_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11258:9
    else:
      let VK_KHR_MAINTENANCE3_SPEC_VERSION_const* = VK_KHR_MAINTENANCE_3_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11258:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE3_SPEC_VERSION_const" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE3_EXTENSION_NAME_const):
  when VK_KHR_MAINTENANCE_3_EXTENSION_NAME is typedesc:
    type
      VK_KHR_MAINTENANCE3_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_3_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11260:9
  else:
    when VK_KHR_MAINTENANCE_3_EXTENSION_NAME is static:
      const
        VK_KHR_MAINTENANCE3_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_3_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11260:9
    else:
      let VK_KHR_MAINTENANCE3_EXTENSION_NAME_const* = VK_KHR_MAINTENANCE_3_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11260:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE3_EXTENSION_NAME_const" &
        " already exists, not redeclaring")
when not declared(VK_KHR_draw_indirect_count):
  when 1 is static:
    const
      VK_KHR_draw_indirect_count* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11278:9
  else:
    let VK_KHR_draw_indirect_count* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11278:9
else:
  static :
    hint("Declaration of " & "VK_KHR_draw_indirect_count" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11279:9
  else:
    let VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11279:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DRAW_INDIRECT_COUNT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME):
  when "VK_KHR_draw_indirect_count" is static:
    const
      VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME* = "VK_KHR_draw_indirect_count" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11280:9
  else:
    let VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME* = "VK_KHR_draw_indirect_count" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11280:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DRAW_INDIRECT_COUNT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_subgroup_extended_types):
  when 1 is static:
    const
      VK_KHR_shader_subgroup_extended_types* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11310:9
  else:
    let VK_KHR_shader_subgroup_extended_types* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11310:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_subgroup_extended_types" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11311:9
  else:
    let VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11311:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME):
  when "VK_KHR_shader_subgroup_extended_types" is static:
    const
      VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME* = "VK_KHR_shader_subgroup_extended_types" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11312:9
  else:
    let VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME* = "VK_KHR_shader_subgroup_extended_types" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11312:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_8bit_storage):
  when 1 is static:
    const
      VK_KHR_8bit_storage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11318:9
  else:
    let VK_KHR_8bit_storage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11318:9
else:
  static :
    hint("Declaration of " & "VK_KHR_8bit_storage" &
        " already exists, not redeclaring")
when not declared(VK_KHR_8BIT_STORAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_8BIT_STORAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11319:9
  else:
    let VK_KHR_8BIT_STORAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11319:9
else:
  static :
    hint("Declaration of " & "VK_KHR_8BIT_STORAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_8BIT_STORAGE_EXTENSION_NAME):
  when "VK_KHR_8bit_storage" is static:
    const
      VK_KHR_8BIT_STORAGE_EXTENSION_NAME* = "VK_KHR_8bit_storage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11320:9
  else:
    let VK_KHR_8BIT_STORAGE_EXTENSION_NAME* = "VK_KHR_8bit_storage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11320:9
else:
  static :
    hint("Declaration of " & "VK_KHR_8BIT_STORAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_atomic_int64):
  when 1 is static:
    const
      VK_KHR_shader_atomic_int64* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11326:9
  else:
    let VK_KHR_shader_atomic_int64* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11326:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_atomic_int64" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11327:9
  else:
    let VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11327:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME):
  when "VK_KHR_shader_atomic_int64" is static:
    const
      VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME* = "VK_KHR_shader_atomic_int64" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11328:9
  else:
    let VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME* = "VK_KHR_shader_atomic_int64" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11328:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_clock):
  when 1 is static:
    const
      VK_KHR_shader_clock* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11334:9
  else:
    let VK_KHR_shader_clock* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11334:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_clock" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_CLOCK_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_CLOCK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11335:9
  else:
    let VK_KHR_SHADER_CLOCK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11335:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_CLOCK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_CLOCK_EXTENSION_NAME):
  when "VK_KHR_shader_clock" is static:
    const
      VK_KHR_SHADER_CLOCK_EXTENSION_NAME* = "VK_KHR_shader_clock" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11336:9
  else:
    let VK_KHR_SHADER_CLOCK_EXTENSION_NAME* = "VK_KHR_shader_clock" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11336:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_CLOCK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_decode_h265):
  when 1 is static:
    const
      VK_KHR_video_decode_h265* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11347:9
  else:
    let VK_KHR_video_decode_h265* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11347:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_decode_h265" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_H265_SPEC_VERSION):
  when 8 is static:
    const
      VK_KHR_VIDEO_DECODE_H265_SPEC_VERSION* = 8 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11349:9
  else:
    let VK_KHR_VIDEO_DECODE_H265_SPEC_VERSION* = 8 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11349:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_H265_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME):
  when "VK_KHR_video_decode_h265" is static:
    const
      VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME* = "VK_KHR_video_decode_h265" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11350:9
  else:
    let VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME* = "VK_KHR_video_decode_h265" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11350:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_H265_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_global_priority):
  when 1 is static:
    const
      VK_KHR_global_priority* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11400:9
  else:
    let VK_KHR_global_priority* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11400:9
else:
  static :
    hint("Declaration of " & "VK_KHR_global_priority" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GLOBAL_PRIORITY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_GLOBAL_PRIORITY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11401:9
  else:
    let VK_KHR_GLOBAL_PRIORITY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11401:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GLOBAL_PRIORITY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME):
  when "VK_KHR_global_priority" is static:
    const
      VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME* = "VK_KHR_global_priority" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11402:9
  else:
    let VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME* = "VK_KHR_global_priority" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11402:9
else:
  static :
    hint("Declaration of " & "VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_MAX_GLOBAL_PRIORITY_SIZE_KHR):
  when VK_MAX_GLOBAL_PRIORITY_SIZE is typedesc:
    type
      VK_MAX_GLOBAL_PRIORITY_SIZE_KHR* = VK_MAX_GLOBAL_PRIORITY_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11403:9
  else:
    when VK_MAX_GLOBAL_PRIORITY_SIZE is static:
      const
        VK_MAX_GLOBAL_PRIORITY_SIZE_KHR* = VK_MAX_GLOBAL_PRIORITY_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11403:9
    else:
      let VK_MAX_GLOBAL_PRIORITY_SIZE_KHR* = VK_MAX_GLOBAL_PRIORITY_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11403:9
else:
  static :
    hint("Declaration of " & "VK_MAX_GLOBAL_PRIORITY_SIZE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_driver_properties):
  when 1 is static:
    const
      VK_KHR_driver_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11415:9
  else:
    let VK_KHR_driver_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11415:9
else:
  static :
    hint("Declaration of " & "VK_KHR_driver_properties" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11416:9
  else:
    let VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11416:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME):
  when "VK_KHR_driver_properties" is static:
    const
      VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME* = "VK_KHR_driver_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11417:9
  else:
    let VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME* = "VK_KHR_driver_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11417:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DRIVER_NAME_SIZE_KHR):
  when VK_MAX_DRIVER_NAME_SIZE is typedesc:
    type
      VK_MAX_DRIVER_NAME_SIZE_KHR* = VK_MAX_DRIVER_NAME_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11418:9
  else:
    when VK_MAX_DRIVER_NAME_SIZE is static:
      const
        VK_MAX_DRIVER_NAME_SIZE_KHR* = VK_MAX_DRIVER_NAME_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11418:9
    else:
      let VK_MAX_DRIVER_NAME_SIZE_KHR* = VK_MAX_DRIVER_NAME_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11418:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DRIVER_NAME_SIZE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_MAX_DRIVER_INFO_SIZE_KHR):
  when VK_MAX_DRIVER_INFO_SIZE is typedesc:
    type
      VK_MAX_DRIVER_INFO_SIZE_KHR* = VK_MAX_DRIVER_INFO_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11419:9
  else:
    when VK_MAX_DRIVER_INFO_SIZE is static:
      const
        VK_MAX_DRIVER_INFO_SIZE_KHR* = VK_MAX_DRIVER_INFO_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11419:9
    else:
      let VK_MAX_DRIVER_INFO_SIZE_KHR* = VK_MAX_DRIVER_INFO_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11419:9
else:
  static :
    hint("Declaration of " & "VK_MAX_DRIVER_INFO_SIZE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_float_controls):
  when 1 is static:
    const
      VK_KHR_shader_float_controls* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11429:9
  else:
    let VK_KHR_shader_float_controls* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11429:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_float_controls" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION):
  when 4 is static:
    const
      VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11430:9
  else:
    let VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11430:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FLOAT_CONTROLS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME):
  when "VK_KHR_shader_float_controls" is static:
    const
      VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME* = "VK_KHR_shader_float_controls" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11431:9
  else:
    let VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME* = "VK_KHR_shader_float_controls" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11431:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_depth_stencil_resolve):
  when 1 is static:
    const
      VK_KHR_depth_stencil_resolve* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11439:9
  else:
    let VK_KHR_depth_stencil_resolve* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11439:9
else:
  static :
    hint("Declaration of " & "VK_KHR_depth_stencil_resolve" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11440:9
  else:
    let VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11440:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEPTH_STENCIL_RESOLVE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME):
  when "VK_KHR_depth_stencil_resolve" is static:
    const
      VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME* = "VK_KHR_depth_stencil_resolve" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11441:9
  else:
    let VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME* = "VK_KHR_depth_stencil_resolve" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11441:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEPTH_STENCIL_RESOLVE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_swapchain_mutable_format):
  when 1 is static:
    const
      VK_KHR_swapchain_mutable_format* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11453:9
  else:
    let VK_KHR_swapchain_mutable_format* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11453:9
else:
  static :
    hint("Declaration of " & "VK_KHR_swapchain_mutable_format" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11454:9
  else:
    let VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11454:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME):
  when "VK_KHR_swapchain_mutable_format" is static:
    const
      VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME* = "VK_KHR_swapchain_mutable_format" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11455:9
  else:
    let VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME* = "VK_KHR_swapchain_mutable_format" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11455:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_timeline_semaphore):
  when 1 is static:
    const
      VK_KHR_timeline_semaphore* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11459:9
  else:
    let VK_KHR_timeline_semaphore* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11459:9
else:
  static :
    hint("Declaration of " & "VK_KHR_timeline_semaphore" &
        " already exists, not redeclaring")
when not declared(VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11460:9
  else:
    let VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11460:9
else:
  static :
    hint("Declaration of " & "VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME):
  when "VK_KHR_timeline_semaphore" is static:
    const
      VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME* = "VK_KHR_timeline_semaphore" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11461:9
  else:
    let VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME* = "VK_KHR_timeline_semaphore" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11461:9
else:
  static :
    hint("Declaration of " & "VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_vulkan_memory_model):
  when 1 is static:
    const
      VK_KHR_vulkan_memory_model* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11508:9
  else:
    let VK_KHR_vulkan_memory_model* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11508:9
else:
  static :
    hint("Declaration of " & "VK_KHR_vulkan_memory_model" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION):
  when 3 is static:
    const
      VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11509:9
  else:
    let VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11509:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME):
  when "VK_KHR_vulkan_memory_model" is static:
    const
      VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME* = "VK_KHR_vulkan_memory_model" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11510:9
  else:
    let VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME* = "VK_KHR_vulkan_memory_model" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11510:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_terminate_invocation):
  when 1 is static:
    const
      VK_KHR_shader_terminate_invocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11516:9
  else:
    let VK_KHR_shader_terminate_invocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11516:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_terminate_invocation" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11517:9
  else:
    let VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11517:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME):
  when "VK_KHR_shader_terminate_invocation" is static:
    const
      VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME* = "VK_KHR_shader_terminate_invocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11518:9
  else:
    let VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME* = "VK_KHR_shader_terminate_invocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11518:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_fragment_shading_rate):
  when 1 is static:
    const
      VK_KHR_fragment_shading_rate* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11524:9
  else:
    let VK_KHR_fragment_shading_rate* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11524:9
else:
  static :
    hint("Declaration of " & "VK_KHR_fragment_shading_rate" &
        " already exists, not redeclaring")
when not declared(VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11525:9
  else:
    let VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11525:9
else:
  static :
    hint("Declaration of " & "VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME):
  when "VK_KHR_fragment_shading_rate" is static:
    const
      VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME* = "VK_KHR_fragment_shading_rate" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11526:9
  else:
    let VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME* = "VK_KHR_fragment_shading_rate" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11526:9
else:
  static :
    hint("Declaration of " & "VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_dynamic_rendering_local_read):
  when 1 is static:
    const
      VK_KHR_dynamic_rendering_local_read* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11616:9
  else:
    let VK_KHR_dynamic_rendering_local_read* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11616:9
else:
  static :
    hint("Declaration of " & "VK_KHR_dynamic_rendering_local_read" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11617:9
  else:
    let VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11617:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_EXTENSION_NAME):
  when "VK_KHR_dynamic_rendering_local_read" is static:
    const
      VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_EXTENSION_NAME* = "VK_KHR_dynamic_rendering_local_read" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11618:9
  else:
    let VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_EXTENSION_NAME* = "VK_KHR_dynamic_rendering_local_read" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11618:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_DYNAMIC_RENDERING_LOCAL_READ_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_quad_control):
  when 1 is static:
    const
      VK_KHR_shader_quad_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11644:9
  else:
    let VK_KHR_shader_quad_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11644:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_quad_control" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_QUAD_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_QUAD_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11645:9
  else:
    let VK_KHR_SHADER_QUAD_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11645:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_QUAD_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_QUAD_CONTROL_EXTENSION_NAME):
  when "VK_KHR_shader_quad_control" is static:
    const
      VK_KHR_SHADER_QUAD_CONTROL_EXTENSION_NAME* = "VK_KHR_shader_quad_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11646:9
  else:
    let VK_KHR_SHADER_QUAD_CONTROL_EXTENSION_NAME* = "VK_KHR_shader_quad_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11646:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_QUAD_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_spirv_1_4):
  when 1 is static:
    const
      VK_KHR_spirv_1_4* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11656:9
  else:
    let VK_KHR_spirv_1_4* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11656:9
else:
  static :
    hint("Declaration of " & "VK_KHR_spirv_1_4" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SPIRV_1_4_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SPIRV_1_4_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11657:9
  else:
    let VK_KHR_SPIRV_1_4_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11657:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SPIRV_1_4_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SPIRV_1_4_EXTENSION_NAME):
  when "VK_KHR_spirv_1_4" is static:
    const
      VK_KHR_SPIRV_1_4_EXTENSION_NAME* = "VK_KHR_spirv_1_4" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11658:9
  else:
    let VK_KHR_SPIRV_1_4_EXTENSION_NAME* = "VK_KHR_spirv_1_4" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11658:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SPIRV_1_4_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_surface_protected_capabilities):
  when 1 is static:
    const
      VK_KHR_surface_protected_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11662:9
  else:
    let VK_KHR_surface_protected_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11662:9
else:
  static :
    hint("Declaration of " & "VK_KHR_surface_protected_capabilities" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11663:9
  else:
    let VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11663:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME):
  when "VK_KHR_surface_protected_capabilities" is static:
    const
      VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_surface_protected_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11664:9
  else:
    let VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME* = "VK_KHR_surface_protected_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11664:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_separate_depth_stencil_layouts):
  when 1 is static:
    const
      VK_KHR_separate_depth_stencil_layouts* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11674:9
  else:
    let VK_KHR_separate_depth_stencil_layouts* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11674:9
else:
  static :
    hint("Declaration of " & "VK_KHR_separate_depth_stencil_layouts" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11675:9
  else:
    let VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11675:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME):
  when "VK_KHR_separate_depth_stencil_layouts" is static:
    const
      VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME* = "VK_KHR_separate_depth_stencil_layouts" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11676:9
  else:
    let VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME* = "VK_KHR_separate_depth_stencil_layouts" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11676:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_present_wait):
  when 1 is static:
    const
      VK_KHR_present_wait* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11686:9
  else:
    let VK_KHR_present_wait* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11686:9
else:
  static :
    hint("Declaration of " & "VK_KHR_present_wait" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_WAIT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PRESENT_WAIT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11687:9
  else:
    let VK_KHR_PRESENT_WAIT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11687:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_WAIT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_WAIT_EXTENSION_NAME):
  when "VK_KHR_present_wait" is static:
    const
      VK_KHR_PRESENT_WAIT_EXTENSION_NAME* = "VK_KHR_present_wait" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11688:9
  else:
    let VK_KHR_PRESENT_WAIT_EXTENSION_NAME* = "VK_KHR_present_wait" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11688:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_WAIT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_uniform_buffer_standard_layout):
  when 1 is static:
    const
      VK_KHR_uniform_buffer_standard_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11709:9
  else:
    let VK_KHR_uniform_buffer_standard_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11709:9
else:
  static :
    hint("Declaration of " & "VK_KHR_uniform_buffer_standard_layout" &
        " already exists, not redeclaring")
when not declared(VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11710:9
  else:
    let VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11710:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME):
  when "VK_KHR_uniform_buffer_standard_layout" is static:
    const
      VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME* = "VK_KHR_uniform_buffer_standard_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11711:9
  else:
    let VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME* = "VK_KHR_uniform_buffer_standard_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11711:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_buffer_device_address):
  when 1 is static:
    const
      VK_KHR_buffer_device_address* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11717:9
  else:
    let VK_KHR_buffer_device_address* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11717:9
else:
  static :
    hint("Declaration of " & "VK_KHR_buffer_device_address" &
        " already exists, not redeclaring")
when not declared(VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11718:9
  else:
    let VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11718:9
else:
  static :
    hint("Declaration of " & "VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME):
  when "VK_KHR_buffer_device_address" is static:
    const
      VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME* = "VK_KHR_buffer_device_address" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11719:9
  else:
    let VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME* = "VK_KHR_buffer_device_address" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11719:9
else:
  static :
    hint("Declaration of " & "VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_deferred_host_operations):
  when 1 is static:
    const
      VK_KHR_deferred_host_operations* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11756:9
  else:
    let VK_KHR_deferred_host_operations* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11756:9
else:
  static :
    hint("Declaration of " & "VK_KHR_deferred_host_operations" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEFERRED_HOST_OPERATIONS_SPEC_VERSION):
  when 4 is static:
    const
      VK_KHR_DEFERRED_HOST_OPERATIONS_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11758:9
  else:
    let VK_KHR_DEFERRED_HOST_OPERATIONS_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11758:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEFERRED_HOST_OPERATIONS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME):
  when "VK_KHR_deferred_host_operations" is static:
    const
      VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME* = "VK_KHR_deferred_host_operations" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11759:9
  else:
    let VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME* = "VK_KHR_deferred_host_operations" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11759:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_pipeline_executable_properties):
  when 1 is static:
    const
      VK_KHR_pipeline_executable_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11802:9
  else:
    let VK_KHR_pipeline_executable_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11802:9
else:
  static :
    hint("Declaration of " & "VK_KHR_pipeline_executable_properties" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11803:9
  else:
    let VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11803:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME):
  when "VK_KHR_pipeline_executable_properties" is static:
    const
      VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME* = "VK_KHR_pipeline_executable_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11804:9
  else:
    let VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME* = "VK_KHR_pipeline_executable_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11804:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_map_memory2):
  when 1 is static:
    const
      VK_KHR_map_memory2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11899:9
  else:
    let VK_KHR_map_memory2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11899:9
else:
  static :
    hint("Declaration of " & "VK_KHR_map_memory2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAP_MEMORY_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAP_MEMORY_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11900:9
  else:
    let VK_KHR_MAP_MEMORY_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11900:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAP_MEMORY_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAP_MEMORY_2_EXTENSION_NAME):
  when "VK_KHR_map_memory2" is static:
    const
      VK_KHR_MAP_MEMORY_2_EXTENSION_NAME* = "VK_KHR_map_memory2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11901:9
  else:
    let VK_KHR_MAP_MEMORY_2_EXTENSION_NAME* = "VK_KHR_map_memory2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11901:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAP_MEMORY_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_integer_dot_product):
  when 1 is static:
    const
      VK_KHR_shader_integer_dot_product* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11930:9
  else:
    let VK_KHR_shader_integer_dot_product* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11930:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_integer_dot_product" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11931:9
  else:
    let VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11931:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME):
  when "VK_KHR_shader_integer_dot_product" is static:
    const
      VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME* = "VK_KHR_shader_integer_dot_product" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11932:9
  else:
    let VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME* = "VK_KHR_shader_integer_dot_product" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11932:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_pipeline_library):
  when 1 is static:
    const
      VK_KHR_pipeline_library* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11940:9
  else:
    let VK_KHR_pipeline_library* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11940:9
else:
  static :
    hint("Declaration of " & "VK_KHR_pipeline_library" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11941:9
  else:
    let VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11941:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME):
  when "VK_KHR_pipeline_library" is static:
    const
      VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME* = "VK_KHR_pipeline_library" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11942:9
  else:
    let VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME* = "VK_KHR_pipeline_library" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11942:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_non_semantic_info):
  when 1 is static:
    const
      VK_KHR_shader_non_semantic_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11953:9
  else:
    let VK_KHR_shader_non_semantic_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11953:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_non_semantic_info" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_NON_SEMANTIC_INFO_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_NON_SEMANTIC_INFO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11954:9
  else:
    let VK_KHR_SHADER_NON_SEMANTIC_INFO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11954:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_NON_SEMANTIC_INFO_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME):
  when "VK_KHR_shader_non_semantic_info" is static:
    const
      VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME* = "VK_KHR_shader_non_semantic_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11955:9
  else:
    let VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME* = "VK_KHR_shader_non_semantic_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11955:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_present_id):
  when 1 is static:
    const
      VK_KHR_present_id* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11959:9
  else:
    let VK_KHR_present_id* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11959:9
else:
  static :
    hint("Declaration of " & "VK_KHR_present_id" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_ID_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PRESENT_ID_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11960:9
  else:
    let VK_KHR_PRESENT_ID_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11960:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_ID_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_ID_EXTENSION_NAME):
  when "VK_KHR_present_id" is static:
    const
      VK_KHR_PRESENT_ID_EXTENSION_NAME* = "VK_KHR_present_id" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11961:9
  else:
    let VK_KHR_PRESENT_ID_EXTENSION_NAME* = "VK_KHR_present_id" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11961:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_ID_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_encode_queue):
  when 1 is static:
    const
      VK_KHR_video_encode_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11978:9
  else:
    let VK_KHR_video_encode_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11978:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_encode_queue" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION):
  when 12 is static:
    const
      VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION* = 12 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11979:9
  else:
    let VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION* = 12 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11979:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_QUEUE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME):
  when "VK_KHR_video_encode_queue" is static:
    const
      VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME* = "VK_KHR_video_encode_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11980:9
  else:
    let VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME* = "VK_KHR_video_encode_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:11980:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_synchronization2):
  when 1 is static:
    const
      VK_KHR_synchronization2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12166:9
  else:
    let VK_KHR_synchronization2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12166:9
else:
  static :
    hint("Declaration of " & "VK_KHR_synchronization2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12167:9
  else:
    let VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12167:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME):
  when "VK_KHR_synchronization2" is static:
    const
      VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME* = "VK_KHR_synchronization2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12168:9
  else:
    let VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME* = "VK_KHR_synchronization2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12168:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_fragment_shader_barycentric):
  when 1 is static:
    const
      VK_KHR_fragment_shader_barycentric* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12252:9
  else:
    let VK_KHR_fragment_shader_barycentric* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12252:9
else:
  static :
    hint("Declaration of " & "VK_KHR_fragment_shader_barycentric" &
        " already exists, not redeclaring")
when not declared(VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12253:9
  else:
    let VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12253:9
else:
  static :
    hint("Declaration of " & "VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME):
  when "VK_KHR_fragment_shader_barycentric" is static:
    const
      VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME* = "VK_KHR_fragment_shader_barycentric" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12254:9
  else:
    let VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME* = "VK_KHR_fragment_shader_barycentric" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12254:9
else:
  static :
    hint("Declaration of " & "VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_subgroup_uniform_control_flow):
  when 1 is static:
    const
      VK_KHR_shader_subgroup_uniform_control_flow* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12270:9
  else:
    let VK_KHR_shader_subgroup_uniform_control_flow* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12270:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_subgroup_uniform_control_flow" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12271:9
  else:
    let VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12271:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME):
  when "VK_KHR_shader_subgroup_uniform_control_flow" is static:
    const
      VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME* = "VK_KHR_shader_subgroup_uniform_control_flow" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12272:9
  else:
    let VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME* = "VK_KHR_shader_subgroup_uniform_control_flow" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12272:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_zero_initialize_workgroup_memory):
  when 1 is static:
    const
      VK_KHR_zero_initialize_workgroup_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12282:9
  else:
    let VK_KHR_zero_initialize_workgroup_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12282:9
else:
  static :
    hint("Declaration of " & "VK_KHR_zero_initialize_workgroup_memory" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12283:9
  else:
    let VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12283:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME):
  when "VK_KHR_zero_initialize_workgroup_memory" is static:
    const
      VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME* = "VK_KHR_zero_initialize_workgroup_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12284:9
  else:
    let VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME* = "VK_KHR_zero_initialize_workgroup_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12284:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_workgroup_memory_explicit_layout):
  when 1 is static:
    const
      VK_KHR_workgroup_memory_explicit_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12290:9
  else:
    let VK_KHR_workgroup_memory_explicit_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12290:9
else:
  static :
    hint("Declaration of " & "VK_KHR_workgroup_memory_explicit_layout" &
        " already exists, not redeclaring")
when not declared(VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12291:9
  else:
    let VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12291:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME):
  when "VK_KHR_workgroup_memory_explicit_layout" is static:
    const
      VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME* = "VK_KHR_workgroup_memory_explicit_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12292:9
  else:
    let VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME* = "VK_KHR_workgroup_memory_explicit_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12292:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_copy_commands2):
  when 1 is static:
    const
      VK_KHR_copy_commands2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12305:9
  else:
    let VK_KHR_copy_commands2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12305:9
else:
  static :
    hint("Declaration of " & "VK_KHR_copy_commands2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COPY_COMMANDS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_COPY_COMMANDS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12306:9
  else:
    let VK_KHR_COPY_COMMANDS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12306:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COPY_COMMANDS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME):
  when "VK_KHR_copy_commands2" is static:
    const
      VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME* = "VK_KHR_copy_commands2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12307:9
  else:
    let VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME* = "VK_KHR_copy_commands2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12307:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_format_feature_flags2):
  when 1 is static:
    const
      VK_KHR_format_feature_flags2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12377:9
  else:
    let VK_KHR_format_feature_flags2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12377:9
else:
  static :
    hint("Declaration of " & "VK_KHR_format_feature_flags2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12378:9
  else:
    let VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12378:9
else:
  static :
    hint("Declaration of " & "VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME):
  when "VK_KHR_format_feature_flags2" is static:
    const
      VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME* = "VK_KHR_format_feature_flags2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12379:9
  else:
    let VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME* = "VK_KHR_format_feature_flags2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12379:9
else:
  static :
    hint("Declaration of " & "VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ray_tracing_maintenance1):
  when 1 is static:
    const
      VK_KHR_ray_tracing_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12389:9
  else:
    let VK_KHR_ray_tracing_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12389:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ray_tracing_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_TRACING_MAINTENANCE_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_RAY_TRACING_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12390:9
  else:
    let VK_KHR_RAY_TRACING_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12390:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_TRACING_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_TRACING_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_KHR_ray_tracing_maintenance1" is static:
    const
      VK_KHR_RAY_TRACING_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_ray_tracing_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12391:9
  else:
    let VK_KHR_RAY_TRACING_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_ray_tracing_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12391:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_TRACING_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_untyped_pointers):
  when 1 is static:
    const
      VK_KHR_shader_untyped_pointers* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12428:9
  else:
    let VK_KHR_shader_untyped_pointers* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12428:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_untyped_pointers" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_UNTYPED_POINTERS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_UNTYPED_POINTERS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12429:9
  else:
    let VK_KHR_SHADER_UNTYPED_POINTERS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12429:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_UNTYPED_POINTERS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_UNTYPED_POINTERS_EXTENSION_NAME):
  when "VK_KHR_shader_untyped_pointers" is static:
    const
      VK_KHR_SHADER_UNTYPED_POINTERS_EXTENSION_NAME* = "VK_KHR_shader_untyped_pointers" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12430:9
  else:
    let VK_KHR_SHADER_UNTYPED_POINTERS_EXTENSION_NAME* = "VK_KHR_shader_untyped_pointers" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12430:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_UNTYPED_POINTERS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_portability_enumeration):
  when 1 is static:
    const
      VK_KHR_portability_enumeration* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12440:9
  else:
    let VK_KHR_portability_enumeration* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12440:9
else:
  static :
    hint("Declaration of " & "VK_KHR_portability_enumeration" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12441:9
  else:
    let VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12441:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PORTABILITY_ENUMERATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME):
  when "VK_KHR_portability_enumeration" is static:
    const
      VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME* = "VK_KHR_portability_enumeration" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12442:9
  else:
    let VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME* = "VK_KHR_portability_enumeration" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12442:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance4):
  when 1 is static:
    const
      VK_KHR_maintenance4* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12446:9
  else:
    let VK_KHR_maintenance4* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12446:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance4" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_4_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_MAINTENANCE_4_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12447:9
  else:
    let VK_KHR_MAINTENANCE_4_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12447:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_4_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_4_EXTENSION_NAME):
  when "VK_KHR_maintenance4" is static:
    const
      VK_KHR_MAINTENANCE_4_EXTENSION_NAME* = "VK_KHR_maintenance4" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12448:9
  else:
    let VK_KHR_MAINTENANCE_4_EXTENSION_NAME* = "VK_KHR_maintenance4" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12448:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_4_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_subgroup_rotate):
  when 1 is static:
    const
      VK_KHR_shader_subgroup_rotate* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12487:9
  else:
    let VK_KHR_shader_subgroup_rotate* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12487:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_subgroup_rotate" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_SUBGROUP_ROTATE_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_SHADER_SUBGROUP_ROTATE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12488:9
  else:
    let VK_KHR_SHADER_SUBGROUP_ROTATE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12488:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_SUBGROUP_ROTATE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_SUBGROUP_ROTATE_EXTENSION_NAME):
  when "VK_KHR_shader_subgroup_rotate" is static:
    const
      VK_KHR_SHADER_SUBGROUP_ROTATE_EXTENSION_NAME* = "VK_KHR_shader_subgroup_rotate" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12489:9
  else:
    let VK_KHR_SHADER_SUBGROUP_ROTATE_EXTENSION_NAME* = "VK_KHR_shader_subgroup_rotate" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12489:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_SUBGROUP_ROTATE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_maximal_reconvergence):
  when 1 is static:
    const
      VK_KHR_shader_maximal_reconvergence* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12495:9
  else:
    let VK_KHR_shader_maximal_reconvergence* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12495:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_maximal_reconvergence" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12496:9
  else:
    let VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12496:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME):
  when "VK_KHR_shader_maximal_reconvergence" is static:
    const
      VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME* = "VK_KHR_shader_maximal_reconvergence" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12497:9
  else:
    let VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME* = "VK_KHR_shader_maximal_reconvergence" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12497:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_MAXIMAL_RECONVERGENCE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance5):
  when 1 is static:
    const
      VK_KHR_maintenance5* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12507:9
  else:
    let VK_KHR_maintenance5* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12507:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance5" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_5_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_5_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12508:9
  else:
    let VK_KHR_MAINTENANCE_5_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12508:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_5_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_5_EXTENSION_NAME):
  when "VK_KHR_maintenance5" is static:
    const
      VK_KHR_MAINTENANCE_5_EXTENSION_NAME* = "VK_KHR_maintenance5" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12509:9
  else:
    let VK_KHR_MAINTENANCE_5_EXTENSION_NAME* = "VK_KHR_maintenance5" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12509:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_5_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_present_id2):
  when 1 is static:
    const
      VK_KHR_present_id2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12574:9
  else:
    let VK_KHR_present_id2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12574:9
else:
  static :
    hint("Declaration of " & "VK_KHR_present_id2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_ID_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PRESENT_ID_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12575:9
  else:
    let VK_KHR_PRESENT_ID_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12575:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_ID_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_ID_2_EXTENSION_NAME):
  when "VK_KHR_present_id2" is static:
    const
      VK_KHR_PRESENT_ID_2_EXTENSION_NAME* = "VK_KHR_present_id2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12576:9
  else:
    let VK_KHR_PRESENT_ID_2_EXTENSION_NAME* = "VK_KHR_present_id2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12576:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_ID_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_present_wait2):
  when 1 is static:
    const
      VK_KHR_present_wait2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12599:9
  else:
    let VK_KHR_present_wait2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12599:9
else:
  static :
    hint("Declaration of " & "VK_KHR_present_wait2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_WAIT_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PRESENT_WAIT_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12600:9
  else:
    let VK_KHR_PRESENT_WAIT_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12600:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_WAIT_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_WAIT_2_EXTENSION_NAME):
  when "VK_KHR_present_wait2" is static:
    const
      VK_KHR_PRESENT_WAIT_2_EXTENSION_NAME* = "VK_KHR_present_wait2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12601:9
  else:
    let VK_KHR_PRESENT_WAIT_2_EXTENSION_NAME* = "VK_KHR_present_wait2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12601:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PRESENT_WAIT_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ray_tracing_position_fetch):
  when 1 is static:
    const
      VK_KHR_ray_tracing_position_fetch* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12634:9
  else:
    let VK_KHR_ray_tracing_position_fetch* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12634:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ray_tracing_position_fetch" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_TRACING_POSITION_FETCH_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_RAY_TRACING_POSITION_FETCH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12635:9
  else:
    let VK_KHR_RAY_TRACING_POSITION_FETCH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12635:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_TRACING_POSITION_FETCH_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME):
  when "VK_KHR_ray_tracing_position_fetch" is static:
    const
      VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME* = "VK_KHR_ray_tracing_position_fetch" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12636:9
  else:
    let VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME* = "VK_KHR_ray_tracing_position_fetch" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12636:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_pipeline_binary):
  when 1 is static:
    const
      VK_KHR_pipeline_binary* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12646:9
  else:
    let VK_KHR_pipeline_binary* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12646:9
else:
  static :
    hint("Declaration of " & "VK_KHR_pipeline_binary" &
        " already exists, not redeclaring")
when not declared(VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR):
  when cast[cuint](32'i64) is static:
    const
      VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12648:9
  else:
    let VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12648:9
else:
  static :
    hint("Declaration of " & "VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PIPELINE_BINARY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PIPELINE_BINARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12649:9
  else:
    let VK_KHR_PIPELINE_BINARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12649:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PIPELINE_BINARY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PIPELINE_BINARY_EXTENSION_NAME):
  when "VK_KHR_pipeline_binary" is static:
    const
      VK_KHR_PIPELINE_BINARY_EXTENSION_NAME* = "VK_KHR_pipeline_binary" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12650:9
  else:
    let VK_KHR_PIPELINE_BINARY_EXTENSION_NAME* = "VK_KHR_pipeline_binary" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12650:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PIPELINE_BINARY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_surface_maintenance1):
  when 1 is static:
    const
      VK_KHR_surface_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12778:9
  else:
    let VK_KHR_surface_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12778:9
else:
  static :
    hint("Declaration of " & "VK_KHR_surface_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SURFACE_MAINTENANCE_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SURFACE_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12779:9
  else:
    let VK_KHR_SURFACE_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12779:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SURFACE_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SURFACE_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_KHR_surface_maintenance1" is static:
    const
      VK_KHR_SURFACE_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_surface_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12780:9
  else:
    let VK_KHR_SURFACE_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_surface_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12780:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SURFACE_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_swapchain_maintenance1):
  when 1 is static:
    const
      VK_KHR_swapchain_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12829:9
  else:
    let VK_KHR_swapchain_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12829:9
else:
  static :
    hint("Declaration of " & "VK_KHR_swapchain_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12830:9
  else:
    let VK_KHR_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12830:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_KHR_swapchain_maintenance1" is static:
    const
      VK_KHR_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_swapchain_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12831:9
  else:
    let VK_KHR_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_swapchain_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12831:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_cooperative_matrix):
  when 1 is static:
    const
      VK_KHR_cooperative_matrix* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12887:9
  else:
    let VK_KHR_cooperative_matrix* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12887:9
else:
  static :
    hint("Declaration of " & "VK_KHR_cooperative_matrix" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COOPERATIVE_MATRIX_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_COOPERATIVE_MATRIX_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12888:9
  else:
    let VK_KHR_COOPERATIVE_MATRIX_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12888:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COOPERATIVE_MATRIX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME):
  when "VK_KHR_cooperative_matrix" is static:
    const
      VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME* = "VK_KHR_cooperative_matrix" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12889:9
  else:
    let VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME* = "VK_KHR_cooperative_matrix" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12889:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COOPERATIVE_MATRIX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_compute_shader_derivatives):
  when 1 is static:
    const
      VK_KHR_compute_shader_derivatives* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12975:9
  else:
    let VK_KHR_compute_shader_derivatives* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12975:9
else:
  static :
    hint("Declaration of " & "VK_KHR_compute_shader_derivatives" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12976:9
  else:
    let VK_KHR_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12976:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME):
  when "VK_KHR_compute_shader_derivatives" is static:
    const
      VK_KHR_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME* = "VK_KHR_compute_shader_derivatives" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12977:9
  else:
    let VK_KHR_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME* = "VK_KHR_compute_shader_derivatives" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12977:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_decode_av1):
  when 1 is static:
    const
      VK_KHR_video_decode_av1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12994:9
  else:
    let VK_KHR_video_decode_av1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12994:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_decode_av1" &
        " already exists, not redeclaring")
when not declared(VK_MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR):
  when cast[cuint](7'i64) is static:
    const
      VK_MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR* = cast[cuint](7'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12997:9
  else:
    let VK_MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR* = cast[cuint](7'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12997:9
else:
  static :
    hint("Declaration of " & "VK_MAX_VIDEO_AV1_REFERENCES_PER_FRAME_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_AV1_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VIDEO_DECODE_AV1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12998:9
  else:
    let VK_KHR_VIDEO_DECODE_AV1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12998:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_AV1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME):
  when "VK_KHR_video_decode_av1" is static:
    const
      VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME* = "VK_KHR_video_decode_av1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12999:9
  else:
    let VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME* = "VK_KHR_video_decode_av1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:12999:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_encode_av1):
  when 1 is static:
    const
      VK_KHR_video_encode_av1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13039:9
  else:
    let VK_KHR_video_encode_av1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13039:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_encode_av1" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_AV1_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VIDEO_ENCODE_AV1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13041:9
  else:
    let VK_KHR_VIDEO_ENCODE_AV1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13041:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_AV1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_AV1_EXTENSION_NAME):
  when "VK_KHR_video_encode_av1" is static:
    const
      VK_KHR_VIDEO_ENCODE_AV1_EXTENSION_NAME* = "VK_KHR_video_encode_av1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13042:9
  else:
    let VK_KHR_VIDEO_ENCODE_AV1_EXTENSION_NAME* = "VK_KHR_video_encode_av1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13042:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_AV1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_decode_vp9):
  when 1 is static:
    const
      VK_KHR_video_decode_vp9* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13234:9
  else:
    let VK_KHR_video_decode_vp9* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13234:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_decode_vp9" &
        " already exists, not redeclaring")
when not declared(VK_MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR):
  when cast[cuint](3'i64) is static:
    const
      VK_MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR* = cast[cuint](3'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13237:9
  else:
    let VK_MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR* = cast[cuint](3'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13237:9
else:
  static :
    hint("Declaration of " & "VK_MAX_VIDEO_VP9_REFERENCES_PER_FRAME_KHR" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_VP9_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VIDEO_DECODE_VP9_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13238:9
  else:
    let VK_KHR_VIDEO_DECODE_VP9_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13238:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_VP9_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_DECODE_VP9_EXTENSION_NAME):
  when "VK_KHR_video_decode_vp9" is static:
    const
      VK_KHR_VIDEO_DECODE_VP9_EXTENSION_NAME* = "VK_KHR_video_decode_vp9" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13239:9
  else:
    let VK_KHR_VIDEO_DECODE_VP9_EXTENSION_NAME* = "VK_KHR_video_decode_vp9" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13239:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_DECODE_VP9_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_maintenance1):
  when 1 is static:
    const
      VK_KHR_video_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13271:9
  else:
    let VK_KHR_video_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13271:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13272:9
  else:
    let VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13272:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_KHR_video_maintenance1" is static:
    const
      VK_KHR_VIDEO_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_video_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13273:9
  else:
    let VK_KHR_VIDEO_MAINTENANCE_1_EXTENSION_NAME* = "VK_KHR_video_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13273:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_vertex_attribute_divisor):
  when 1 is static:
    const
      VK_KHR_vertex_attribute_divisor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13291:9
  else:
    let VK_KHR_vertex_attribute_divisor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13291:9
else:
  static :
    hint("Declaration of " & "VK_KHR_vertex_attribute_divisor" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13292:9
  else:
    let VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13292:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME):
  when "VK_KHR_vertex_attribute_divisor" is static:
    const
      VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME* = "VK_KHR_vertex_attribute_divisor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13293:9
  else:
    let VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME* = "VK_KHR_vertex_attribute_divisor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13293:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_load_store_op_none):
  when 1 is static:
    const
      VK_KHR_load_store_op_none* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13305:9
  else:
    let VK_KHR_load_store_op_none* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13305:9
else:
  static :
    hint("Declaration of " & "VK_KHR_load_store_op_none" &
        " already exists, not redeclaring")
when not declared(VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13306:9
  else:
    let VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13306:9
else:
  static :
    hint("Declaration of " & "VK_KHR_LOAD_STORE_OP_NONE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_LOAD_STORE_OP_NONE_EXTENSION_NAME):
  when "VK_KHR_load_store_op_none" is static:
    const
      VK_KHR_LOAD_STORE_OP_NONE_EXTENSION_NAME* = "VK_KHR_load_store_op_none" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13307:9
  else:
    let VK_KHR_LOAD_STORE_OP_NONE_EXTENSION_NAME* = "VK_KHR_load_store_op_none" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13307:9
else:
  static :
    hint("Declaration of " & "VK_KHR_LOAD_STORE_OP_NONE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_unified_image_layouts):
  when 1 is static:
    const
      VK_KHR_unified_image_layouts* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13311:9
  else:
    let VK_KHR_unified_image_layouts* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13311:9
else:
  static :
    hint("Declaration of " & "VK_KHR_unified_image_layouts" &
        " already exists, not redeclaring")
when not declared(VK_KHR_UNIFIED_IMAGE_LAYOUTS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_UNIFIED_IMAGE_LAYOUTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13312:9
  else:
    let VK_KHR_UNIFIED_IMAGE_LAYOUTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13312:9
else:
  static :
    hint("Declaration of " & "VK_KHR_UNIFIED_IMAGE_LAYOUTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_UNIFIED_IMAGE_LAYOUTS_EXTENSION_NAME):
  when "VK_KHR_unified_image_layouts" is static:
    const
      VK_KHR_UNIFIED_IMAGE_LAYOUTS_EXTENSION_NAME* = "VK_KHR_unified_image_layouts" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13313:9
  else:
    let VK_KHR_UNIFIED_IMAGE_LAYOUTS_EXTENSION_NAME* = "VK_KHR_unified_image_layouts" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13313:9
else:
  static :
    hint("Declaration of " & "VK_KHR_UNIFIED_IMAGE_LAYOUTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_float_controls2):
  when 1 is static:
    const
      VK_KHR_shader_float_controls2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13330:9
  else:
    let VK_KHR_shader_float_controls2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13330:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_float_controls2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FLOAT_CONTROLS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_FLOAT_CONTROLS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13331:9
  else:
    let VK_KHR_SHADER_FLOAT_CONTROLS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13331:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FLOAT_CONTROLS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME):
  when "VK_KHR_shader_float_controls2" is static:
    const
      VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME* = "VK_KHR_shader_float_controls2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13332:9
  else:
    let VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME* = "VK_KHR_shader_float_controls2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13332:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FLOAT_CONTROLS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_index_type_uint8):
  when 1 is static:
    const
      VK_KHR_index_type_uint8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13338:9
  else:
    let VK_KHR_index_type_uint8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13338:9
else:
  static :
    hint("Declaration of " & "VK_KHR_index_type_uint8" &
        " already exists, not redeclaring")
when not declared(VK_KHR_INDEX_TYPE_UINT8_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_INDEX_TYPE_UINT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13339:9
  else:
    let VK_KHR_INDEX_TYPE_UINT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13339:9
else:
  static :
    hint("Declaration of " & "VK_KHR_INDEX_TYPE_UINT8_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_INDEX_TYPE_UINT8_EXTENSION_NAME):
  when "VK_KHR_index_type_uint8" is static:
    const
      VK_KHR_INDEX_TYPE_UINT8_EXTENSION_NAME* = "VK_KHR_index_type_uint8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13340:9
  else:
    let VK_KHR_INDEX_TYPE_UINT8_EXTENSION_NAME* = "VK_KHR_index_type_uint8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13340:9
else:
  static :
    hint("Declaration of " & "VK_KHR_INDEX_TYPE_UINT8_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_line_rasterization):
  when 1 is static:
    const
      VK_KHR_line_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13346:9
  else:
    let VK_KHR_line_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13346:9
else:
  static :
    hint("Declaration of " & "VK_KHR_line_rasterization" &
        " already exists, not redeclaring")
when not declared(VK_KHR_LINE_RASTERIZATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_LINE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13347:9
  else:
    let VK_KHR_LINE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13347:9
else:
  static :
    hint("Declaration of " & "VK_KHR_LINE_RASTERIZATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_LINE_RASTERIZATION_EXTENSION_NAME):
  when "VK_KHR_line_rasterization" is static:
    const
      VK_KHR_LINE_RASTERIZATION_EXTENSION_NAME* = "VK_KHR_line_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13348:9
  else:
    let VK_KHR_LINE_RASTERIZATION_EXTENSION_NAME* = "VK_KHR_line_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13348:9
else:
  static :
    hint("Declaration of " & "VK_KHR_LINE_RASTERIZATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_calibrated_timestamps):
  when 1 is static:
    const
      VK_KHR_calibrated_timestamps* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13370:9
  else:
    let VK_KHR_calibrated_timestamps* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13370:9
else:
  static :
    hint("Declaration of " & "VK_KHR_calibrated_timestamps" &
        " already exists, not redeclaring")
when not declared(VK_KHR_CALIBRATED_TIMESTAMPS_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_CALIBRATED_TIMESTAMPS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13371:9
  else:
    let VK_KHR_CALIBRATED_TIMESTAMPS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13371:9
else:
  static :
    hint("Declaration of " & "VK_KHR_CALIBRATED_TIMESTAMPS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME):
  when "VK_KHR_calibrated_timestamps" is static:
    const
      VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME* = "VK_KHR_calibrated_timestamps" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13372:9
  else:
    let VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME* = "VK_KHR_calibrated_timestamps" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13372:9
else:
  static :
    hint("Declaration of " & "VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_expect_assume):
  when 1 is static:
    const
      VK_KHR_shader_expect_assume* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13414:9
  else:
    let VK_KHR_shader_expect_assume* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13414:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_expect_assume" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_EXPECT_ASSUME_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_EXPECT_ASSUME_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13415:9
  else:
    let VK_KHR_SHADER_EXPECT_ASSUME_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13415:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_EXPECT_ASSUME_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_EXPECT_ASSUME_EXTENSION_NAME):
  when "VK_KHR_shader_expect_assume" is static:
    const
      VK_KHR_SHADER_EXPECT_ASSUME_EXTENSION_NAME* = "VK_KHR_shader_expect_assume" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13416:9
  else:
    let VK_KHR_SHADER_EXPECT_ASSUME_EXTENSION_NAME* = "VK_KHR_shader_expect_assume" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13416:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_EXPECT_ASSUME_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance6):
  when 1 is static:
    const
      VK_KHR_maintenance6* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13422:9
  else:
    let VK_KHR_maintenance6* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13422:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance6" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_6_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_6_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13423:9
  else:
    let VK_KHR_MAINTENANCE_6_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13423:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_6_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_6_EXTENSION_NAME):
  when "VK_KHR_maintenance6" is static:
    const
      VK_KHR_MAINTENANCE_6_EXTENSION_NAME* = "VK_KHR_maintenance6" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13424:9
  else:
    let VK_KHR_MAINTENANCE_6_EXTENSION_NAME* = "VK_KHR_maintenance6" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13424:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_6_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_copy_memory_indirect):
  when 1 is static:
    const
      VK_KHR_copy_memory_indirect* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13505:9
  else:
    let VK_KHR_copy_memory_indirect* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13505:9
else:
  static :
    hint("Declaration of " & "VK_KHR_copy_memory_indirect" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COPY_MEMORY_INDIRECT_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_COPY_MEMORY_INDIRECT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13506:9
  else:
    let VK_KHR_COPY_MEMORY_INDIRECT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13506:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COPY_MEMORY_INDIRECT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_COPY_MEMORY_INDIRECT_EXTENSION_NAME):
  when "VK_KHR_copy_memory_indirect" is static:
    const
      VK_KHR_COPY_MEMORY_INDIRECT_EXTENSION_NAME* = "VK_KHR_copy_memory_indirect" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13507:9
  else:
    let VK_KHR_COPY_MEMORY_INDIRECT_EXTENSION_NAME* = "VK_KHR_copy_memory_indirect" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13507:9
else:
  static :
    hint("Declaration of " & "VK_KHR_COPY_MEMORY_INDIRECT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_encode_intra_refresh):
  when 1 is static:
    const
      VK_KHR_video_encode_intra_refresh* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13589:9
  else:
    let VK_KHR_video_encode_intra_refresh* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13589:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_encode_intra_refresh" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13590:9
  else:
    let VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13590:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_EXTENSION_NAME):
  when "VK_KHR_video_encode_intra_refresh" is static:
    const
      VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_EXTENSION_NAME* = "VK_KHR_video_encode_intra_refresh" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13591:9
  else:
    let VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_EXTENSION_NAME* = "VK_KHR_video_encode_intra_refresh" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13591:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_INTRA_REFRESH_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_encode_quantization_map):
  when 1 is static:
    const
      VK_KHR_video_encode_quantization_map* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13640:9
  else:
    let VK_KHR_video_encode_quantization_map* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13640:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_encode_quantization_map" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_SPEC_VERSION):
  when 2 is static:
    const
      VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13641:9
  else:
    let VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13641:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_EXTENSION_NAME):
  when "VK_KHR_video_encode_quantization_map" is static:
    const
      VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_EXTENSION_NAME* = "VK_KHR_video_encode_quantization_map" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13642:9
  else:
    let VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_EXTENSION_NAME* = "VK_KHR_video_encode_quantization_map" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13642:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_VIDEO_ENCODE_QUANTIZATION_MAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_relaxed_extended_instruction):
  when 1 is static:
    const
      VK_KHR_shader_relaxed_extended_instruction* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13710:9
  else:
    let VK_KHR_shader_relaxed_extended_instruction* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13710:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_relaxed_extended_instruction" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13711:9
  else:
    let VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13711:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_EXTENSION_NAME):
  when "VK_KHR_shader_relaxed_extended_instruction" is static:
    const
      VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_EXTENSION_NAME* = "VK_KHR_shader_relaxed_extended_instruction" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13712:9
  else:
    let VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_EXTENSION_NAME* = "VK_KHR_shader_relaxed_extended_instruction" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13712:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_SHADER_RELAXED_EXTENDED_INSTRUCTION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance7):
  when 1 is static:
    const
      VK_KHR_maintenance7* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13722:9
  else:
    let VK_KHR_maintenance7* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13722:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance7" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_7_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_7_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13723:9
  else:
    let VK_KHR_MAINTENANCE_7_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13723:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_7_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_7_EXTENSION_NAME):
  when "VK_KHR_maintenance7" is static:
    const
      VK_KHR_MAINTENANCE_7_EXTENSION_NAME* = "VK_KHR_maintenance7" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13724:9
  else:
    let VK_KHR_MAINTENANCE_7_EXTENSION_NAME* = "VK_KHR_maintenance7" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13724:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_7_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance8):
  when 1 is static:
    const
      VK_KHR_maintenance8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13778:9
  else:
    let VK_KHR_maintenance8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13778:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance8" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_8_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13779:9
  else:
    let VK_KHR_MAINTENANCE_8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13779:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_8_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_8_EXTENSION_NAME):
  when "VK_KHR_maintenance8" is static:
    const
      VK_KHR_MAINTENANCE_8_EXTENSION_NAME* = "VK_KHR_maintenance8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13780:9
  else:
    let VK_KHR_MAINTENANCE_8_EXTENSION_NAME* = "VK_KHR_maintenance8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13780:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_8_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_shader_fma):
  when 1 is static:
    const
      VK_KHR_shader_fma* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13803:9
  else:
    let VK_KHR_shader_fma* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13803:9
else:
  static :
    hint("Declaration of " & "VK_KHR_shader_fma" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FMA_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_SHADER_FMA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13804:9
  else:
    let VK_KHR_SHADER_FMA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13804:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FMA_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_SHADER_FMA_EXTENSION_NAME):
  when "VK_KHR_shader_fma" is static:
    const
      VK_KHR_SHADER_FMA_EXTENSION_NAME* = "VK_KHR_shader_fma" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13805:9
  else:
    let VK_KHR_SHADER_FMA_EXTENSION_NAME* = "VK_KHR_shader_fma" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13805:9
else:
  static :
    hint("Declaration of " & "VK_KHR_SHADER_FMA_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance9):
  when 1 is static:
    const
      VK_KHR_maintenance9* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13817:9
  else:
    let VK_KHR_maintenance9* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13817:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance9" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_9_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_9_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13818:9
  else:
    let VK_KHR_MAINTENANCE_9_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13818:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_9_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_9_EXTENSION_NAME):
  when "VK_KHR_maintenance9" is static:
    const
      VK_KHR_MAINTENANCE_9_EXTENSION_NAME* = "VK_KHR_maintenance9" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13819:9
  else:
    let VK_KHR_MAINTENANCE_9_EXTENSION_NAME* = "VK_KHR_maintenance9" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13819:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_9_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_video_maintenance2):
  when 1 is static:
    const
      VK_KHR_video_maintenance2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13848:9
  else:
    let VK_KHR_video_maintenance2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13848:9
else:
  static :
    hint("Declaration of " & "VK_KHR_video_maintenance2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_MAINTENANCE_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_VIDEO_MAINTENANCE_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13849:9
  else:
    let VK_KHR_VIDEO_MAINTENANCE_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13849:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_MAINTENANCE_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_VIDEO_MAINTENANCE_2_EXTENSION_NAME):
  when "VK_KHR_video_maintenance2" is static:
    const
      VK_KHR_VIDEO_MAINTENANCE_2_EXTENSION_NAME* = "VK_KHR_video_maintenance2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13850:9
  else:
    let VK_KHR_VIDEO_MAINTENANCE_2_EXTENSION_NAME* = "VK_KHR_video_maintenance2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13850:9
else:
  static :
    hint("Declaration of " & "VK_KHR_VIDEO_MAINTENANCE_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_depth_clamp_zero_one):
  when 1 is static:
    const
      VK_KHR_depth_clamp_zero_one* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13881:9
  else:
    let VK_KHR_depth_clamp_zero_one* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13881:9
else:
  static :
    hint("Declaration of " & "VK_KHR_depth_clamp_zero_one" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13882:9
  else:
    let VK_KHR_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13882:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME):
  when "VK_KHR_depth_clamp_zero_one" is static:
    const
      VK_KHR_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME* = "VK_KHR_depth_clamp_zero_one" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13883:9
  else:
    let VK_KHR_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME* = "VK_KHR_depth_clamp_zero_one" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13883:9
else:
  static :
    hint("Declaration of " & "VK_KHR_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_robustness2):
  when 1 is static:
    const
      VK_KHR_robustness2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13893:9
  else:
    let VK_KHR_robustness2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13893:9
else:
  static :
    hint("Declaration of " & "VK_KHR_robustness2" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ROBUSTNESS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_ROBUSTNESS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13894:9
  else:
    let VK_KHR_ROBUSTNESS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13894:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ROBUSTNESS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ROBUSTNESS_2_EXTENSION_NAME):
  when "VK_KHR_robustness2" is static:
    const
      VK_KHR_ROBUSTNESS_2_EXTENSION_NAME* = "VK_KHR_robustness2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13895:9
  else:
    let VK_KHR_ROBUSTNESS_2_EXTENSION_NAME* = "VK_KHR_robustness2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13895:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ROBUSTNESS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_present_mode_fifo_latest_ready):
  when 1 is static:
    const
      VK_KHR_present_mode_fifo_latest_ready* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13914:9
  else:
    let VK_KHR_present_mode_fifo_latest_ready* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13914:9
else:
  static :
    hint("Declaration of " & "VK_KHR_present_mode_fifo_latest_ready" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13915:9
  else:
    let VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13915:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME):
  when "VK_KHR_present_mode_fifo_latest_ready" is static:
    const
      VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME* = "VK_KHR_present_mode_fifo_latest_ready" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13916:9
  else:
    let VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME* = "VK_KHR_present_mode_fifo_latest_ready" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13916:9
else:
  static :
    hint("Declaration of " &
        "VK_KHR_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_maintenance10):
  when 1 is static:
    const
      VK_KHR_maintenance10* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13926:9
  else:
    let VK_KHR_maintenance10* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13926:9
else:
  static :
    hint("Declaration of " & "VK_KHR_maintenance10" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_10_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_MAINTENANCE_10_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13927:9
  else:
    let VK_KHR_MAINTENANCE_10_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13927:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_10_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_MAINTENANCE_10_EXTENSION_NAME):
  when "VK_KHR_maintenance10" is static:
    const
      VK_KHR_MAINTENANCE_10_EXTENSION_NAME* = "VK_KHR_maintenance10" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13928:9
  else:
    let VK_KHR_MAINTENANCE_10_EXTENSION_NAME* = "VK_KHR_maintenance10" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13928:9
else:
  static :
    hint("Declaration of " & "VK_KHR_MAINTENANCE_10_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_debug_report):
  when 1 is static:
    const
      VK_EXT_debug_report* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13989:9
  else:
    let VK_EXT_debug_report* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13989:9
else:
  static :
    hint("Declaration of " & "VK_EXT_debug_report" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEBUG_REPORT_SPEC_VERSION):
  when 10 is static:
    const
      VK_EXT_DEBUG_REPORT_SPEC_VERSION* = 10 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13991:9
  else:
    let VK_EXT_DEBUG_REPORT_SPEC_VERSION* = 10 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13991:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEBUG_REPORT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEBUG_REPORT_EXTENSION_NAME):
  when "VK_EXT_debug_report" is static:
    const
      VK_EXT_DEBUG_REPORT_EXTENSION_NAME* = "VK_EXT_debug_report" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13992:9
  else:
    let VK_EXT_DEBUG_REPORT_EXTENSION_NAME* = "VK_EXT_debug_report" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:13992:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEBUG_REPORT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_glsl_shader):
  when 1 is static:
    const
      VK_NV_glsl_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14107:9
  else:
    let VK_NV_glsl_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14107:9
else:
  static :
    hint("Declaration of " & "VK_NV_glsl_shader" &
        " already exists, not redeclaring")
when not declared(VK_NV_GLSL_SHADER_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_GLSL_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14108:9
  else:
    let VK_NV_GLSL_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14108:9
else:
  static :
    hint("Declaration of " & "VK_NV_GLSL_SHADER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_GLSL_SHADER_EXTENSION_NAME):
  when "VK_NV_glsl_shader" is static:
    const
      VK_NV_GLSL_SHADER_EXTENSION_NAME* = "VK_NV_glsl_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14109:9
  else:
    let VK_NV_GLSL_SHADER_EXTENSION_NAME* = "VK_NV_glsl_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14109:9
else:
  static :
    hint("Declaration of " & "VK_NV_GLSL_SHADER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_depth_range_unrestricted):
  when 1 is static:
    const
      VK_EXT_depth_range_unrestricted* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14113:9
  else:
    let VK_EXT_depth_range_unrestricted* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14113:9
else:
  static :
    hint("Declaration of " & "VK_EXT_depth_range_unrestricted" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14114:9
  else:
    let VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14114:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME):
  when "VK_EXT_depth_range_unrestricted" is static:
    const
      VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME* = "VK_EXT_depth_range_unrestricted" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14115:9
  else:
    let VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME* = "VK_EXT_depth_range_unrestricted" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14115:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_IMG_filter_cubic):
  when 1 is static:
    const
      VK_IMG_filter_cubic* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14119:9
  else:
    let VK_IMG_filter_cubic* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14119:9
else:
  static :
    hint("Declaration of " & "VK_IMG_filter_cubic" &
        " already exists, not redeclaring")
when not declared(VK_IMG_FILTER_CUBIC_SPEC_VERSION):
  when 1 is static:
    const
      VK_IMG_FILTER_CUBIC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14120:9
  else:
    let VK_IMG_FILTER_CUBIC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14120:9
else:
  static :
    hint("Declaration of " & "VK_IMG_FILTER_CUBIC_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_IMG_FILTER_CUBIC_EXTENSION_NAME):
  when "VK_IMG_filter_cubic" is static:
    const
      VK_IMG_FILTER_CUBIC_EXTENSION_NAME* = "VK_IMG_filter_cubic" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14121:9
  else:
    let VK_IMG_FILTER_CUBIC_EXTENSION_NAME* = "VK_IMG_filter_cubic" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14121:9
else:
  static :
    hint("Declaration of " & "VK_IMG_FILTER_CUBIC_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_rasterization_order):
  when 1 is static:
    const
      VK_AMD_rasterization_order* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14125:9
  else:
    let VK_AMD_rasterization_order* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14125:9
else:
  static :
    hint("Declaration of " & "VK_AMD_rasterization_order" &
        " already exists, not redeclaring")
when not declared(VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14126:9
  else:
    let VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14126:9
else:
  static :
    hint("Declaration of " & "VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME):
  when "VK_AMD_rasterization_order" is static:
    const
      VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME* = "VK_AMD_rasterization_order" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14127:9
  else:
    let VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME* = "VK_AMD_rasterization_order" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14127:9
else:
  static :
    hint("Declaration of " & "VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_trinary_minmax):
  when 1 is static:
    const
      VK_AMD_shader_trinary_minmax* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14143:9
  else:
    let VK_AMD_shader_trinary_minmax* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14143:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_trinary_minmax" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14144:9
  else:
    let VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14144:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME):
  when "VK_AMD_shader_trinary_minmax" is static:
    const
      VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME* = "VK_AMD_shader_trinary_minmax" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14145:9
  else:
    let VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME* = "VK_AMD_shader_trinary_minmax" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14145:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_explicit_vertex_parameter):
  when 1 is static:
    const
      VK_AMD_shader_explicit_vertex_parameter* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14149:9
  else:
    let VK_AMD_shader_explicit_vertex_parameter* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14149:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_explicit_vertex_parameter" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14150:9
  else:
    let VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14150:9
else:
  static :
    hint("Declaration of " &
        "VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME):
  when "VK_AMD_shader_explicit_vertex_parameter" is static:
    const
      VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME* = "VK_AMD_shader_explicit_vertex_parameter" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14151:9
  else:
    let VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME* = "VK_AMD_shader_explicit_vertex_parameter" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14151:9
else:
  static :
    hint("Declaration of " &
        "VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_debug_marker):
  when 1 is static:
    const
      VK_EXT_debug_marker* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14155:9
  else:
    let VK_EXT_debug_marker* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14155:9
else:
  static :
    hint("Declaration of " & "VK_EXT_debug_marker" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEBUG_MARKER_SPEC_VERSION):
  when 4 is static:
    const
      VK_EXT_DEBUG_MARKER_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14156:9
  else:
    let VK_EXT_DEBUG_MARKER_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14156:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEBUG_MARKER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEBUG_MARKER_EXTENSION_NAME):
  when "VK_EXT_debug_marker" is static:
    const
      VK_EXT_DEBUG_MARKER_EXTENSION_NAME* = "VK_EXT_debug_marker" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14157:9
  else:
    let VK_EXT_DEBUG_MARKER_EXTENSION_NAME* = "VK_EXT_debug_marker" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14157:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEBUG_MARKER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_gcn_shader):
  when 1 is static:
    const
      VK_AMD_gcn_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14222:9
  else:
    let VK_AMD_gcn_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14222:9
else:
  static :
    hint("Declaration of " & "VK_AMD_gcn_shader" &
        " already exists, not redeclaring")
when not declared(VK_AMD_GCN_SHADER_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_GCN_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14223:9
  else:
    let VK_AMD_GCN_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14223:9
else:
  static :
    hint("Declaration of " & "VK_AMD_GCN_SHADER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_GCN_SHADER_EXTENSION_NAME):
  when "VK_AMD_gcn_shader" is static:
    const
      VK_AMD_GCN_SHADER_EXTENSION_NAME* = "VK_AMD_gcn_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14224:9
  else:
    let VK_AMD_GCN_SHADER_EXTENSION_NAME* = "VK_AMD_gcn_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14224:9
else:
  static :
    hint("Declaration of " & "VK_AMD_GCN_SHADER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_dedicated_allocation):
  when 1 is static:
    const
      VK_NV_dedicated_allocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14228:9
  else:
    let VK_NV_dedicated_allocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14228:9
else:
  static :
    hint("Declaration of " & "VK_NV_dedicated_allocation" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14229:9
  else:
    let VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14229:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME):
  when "VK_NV_dedicated_allocation" is static:
    const
      VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME* = "VK_NV_dedicated_allocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14230:9
  else:
    let VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME* = "VK_NV_dedicated_allocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14230:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_transform_feedback):
  when 1 is static:
    const
      VK_EXT_transform_feedback* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14253:9
  else:
    let VK_EXT_transform_feedback* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14253:9
else:
  static :
    hint("Declaration of " & "VK_EXT_transform_feedback" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14254:9
  else:
    let VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14254:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME):
  when "VK_EXT_transform_feedback" is static:
    const
      VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME* = "VK_EXT_transform_feedback" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14255:9
  else:
    let VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME* = "VK_EXT_transform_feedback" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14255:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NVX_binary_import):
  when 1 is static:
    const
      VK_NVX_binary_import* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14353:9
  else:
    let VK_NVX_binary_import* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14353:9
else:
  static :
    hint("Declaration of " & "VK_NVX_binary_import" &
        " already exists, not redeclaring")
when not declared(VK_NVX_BINARY_IMPORT_SPEC_VERSION):
  when 2 is static:
    const
      VK_NVX_BINARY_IMPORT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14356:9
  else:
    let VK_NVX_BINARY_IMPORT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14356:9
else:
  static :
    hint("Declaration of " & "VK_NVX_BINARY_IMPORT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NVX_BINARY_IMPORT_EXTENSION_NAME):
  when "VK_NVX_binary_import" is static:
    const
      VK_NVX_BINARY_IMPORT_EXTENSION_NAME* = "VK_NVX_binary_import" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14357:9
  else:
    let VK_NVX_BINARY_IMPORT_EXTENSION_NAME* = "VK_NVX_binary_import" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14357:9
else:
  static :
    hint("Declaration of " & "VK_NVX_BINARY_IMPORT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NVX_image_view_handle):
  when 1 is static:
    const
      VK_NVX_image_view_handle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14441:9
  else:
    let VK_NVX_image_view_handle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14441:9
else:
  static :
    hint("Declaration of " & "VK_NVX_image_view_handle" &
        " already exists, not redeclaring")
when not declared(VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION):
  when 3 is static:
    const
      VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14442:9
  else:
    let VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14442:9
else:
  static :
    hint("Declaration of " & "VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME):
  when "VK_NVX_image_view_handle" is static:
    const
      VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME* = "VK_NVX_image_view_handle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14443:9
  else:
    let VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME* = "VK_NVX_image_view_handle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14443:9
else:
  static :
    hint("Declaration of " & "VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_draw_indirect_count):
  when 1 is static:
    const
      VK_AMD_draw_indirect_count* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14486:9
  else:
    let VK_AMD_draw_indirect_count* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14486:9
else:
  static :
    hint("Declaration of " & "VK_AMD_draw_indirect_count" &
        " already exists, not redeclaring")
when not declared(VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION):
  when 2 is static:
    const
      VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14487:9
  else:
    let VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14487:9
else:
  static :
    hint("Declaration of " & "VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME):
  when "VK_AMD_draw_indirect_count" is static:
    const
      VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME* = "VK_AMD_draw_indirect_count" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14488:9
  else:
    let VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME* = "VK_AMD_draw_indirect_count" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14488:9
else:
  static :
    hint("Declaration of " & "VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_negative_viewport_height):
  when 1 is static:
    const
      VK_AMD_negative_viewport_height* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14518:9
  else:
    let VK_AMD_negative_viewport_height* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14518:9
else:
  static :
    hint("Declaration of " & "VK_AMD_negative_viewport_height" &
        " already exists, not redeclaring")
when not declared(VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14519:9
  else:
    let VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14519:9
else:
  static :
    hint("Declaration of " & "VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME):
  when "VK_AMD_negative_viewport_height" is static:
    const
      VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME* = "VK_AMD_negative_viewport_height" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14520:9
  else:
    let VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME* = "VK_AMD_negative_viewport_height" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14520:9
else:
  static :
    hint("Declaration of " & "VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_gpu_shader_half_float):
  when 1 is static:
    const
      VK_AMD_gpu_shader_half_float* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14524:9
  else:
    let VK_AMD_gpu_shader_half_float* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14524:9
else:
  static :
    hint("Declaration of " & "VK_AMD_gpu_shader_half_float" &
        " already exists, not redeclaring")
when not declared(VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION):
  when 2 is static:
    const
      VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14525:9
  else:
    let VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14525:9
else:
  static :
    hint("Declaration of " & "VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME):
  when "VK_AMD_gpu_shader_half_float" is static:
    const
      VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME* = "VK_AMD_gpu_shader_half_float" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14526:9
  else:
    let VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME* = "VK_AMD_gpu_shader_half_float" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14526:9
else:
  static :
    hint("Declaration of " & "VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_ballot):
  when 1 is static:
    const
      VK_AMD_shader_ballot* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14530:9
  else:
    let VK_AMD_shader_ballot* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14530:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_ballot" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_BALLOT_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_BALLOT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14531:9
  else:
    let VK_AMD_SHADER_BALLOT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14531:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_BALLOT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_BALLOT_EXTENSION_NAME):
  when "VK_AMD_shader_ballot" is static:
    const
      VK_AMD_SHADER_BALLOT_EXTENSION_NAME* = "VK_AMD_shader_ballot" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14532:9
  else:
    let VK_AMD_SHADER_BALLOT_EXTENSION_NAME* = "VK_AMD_shader_ballot" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14532:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_BALLOT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_texture_gather_bias_lod):
  when 1 is static:
    const
      VK_AMD_texture_gather_bias_lod* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14536:9
  else:
    let VK_AMD_texture_gather_bias_lod* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14536:9
else:
  static :
    hint("Declaration of " & "VK_AMD_texture_gather_bias_lod" &
        " already exists, not redeclaring")
when not declared(VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14537:9
  else:
    let VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14537:9
else:
  static :
    hint("Declaration of " & "VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME):
  when "VK_AMD_texture_gather_bias_lod" is static:
    const
      VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME* = "VK_AMD_texture_gather_bias_lod" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14538:9
  else:
    let VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME* = "VK_AMD_texture_gather_bias_lod" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14538:9
else:
  static :
    hint("Declaration of " & "VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_info):
  when 1 is static:
    const
      VK_AMD_shader_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14548:9
  else:
    let VK_AMD_shader_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14548:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_info" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_INFO_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_INFO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14549:9
  else:
    let VK_AMD_SHADER_INFO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14549:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_INFO_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_INFO_EXTENSION_NAME):
  when "VK_AMD_shader_info" is static:
    const
      VK_AMD_SHADER_INFO_EXTENSION_NAME* = "VK_AMD_shader_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14550:9
  else:
    let VK_AMD_SHADER_INFO_EXTENSION_NAME* = "VK_AMD_shader_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14550:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_INFO_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_image_load_store_lod):
  when 1 is static:
    const
      VK_AMD_shader_image_load_store_lod* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14592:9
  else:
    let VK_AMD_shader_image_load_store_lod* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14592:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_image_load_store_lod" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14593:9
  else:
    let VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14593:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME):
  when "VK_AMD_shader_image_load_store_lod" is static:
    const
      VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME* = "VK_AMD_shader_image_load_store_lod" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14594:9
  else:
    let VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME* = "VK_AMD_shader_image_load_store_lod" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14594:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_corner_sampled_image):
  when 1 is static:
    const
      VK_NV_corner_sampled_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14598:9
  else:
    let VK_NV_corner_sampled_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14598:9
else:
  static :
    hint("Declaration of " & "VK_NV_corner_sampled_image" &
        " already exists, not redeclaring")
when not declared(VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14599:9
  else:
    let VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14599:9
else:
  static :
    hint("Declaration of " & "VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME):
  when "VK_NV_corner_sampled_image" is static:
    const
      VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME* = "VK_NV_corner_sampled_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14600:9
  else:
    let VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME* = "VK_NV_corner_sampled_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14600:9
else:
  static :
    hint("Declaration of " & "VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_IMG_format_pvrtc):
  when 1 is static:
    const
      VK_IMG_format_pvrtc* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14610:9
  else:
    let VK_IMG_format_pvrtc* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14610:9
else:
  static :
    hint("Declaration of " & "VK_IMG_format_pvrtc" &
        " already exists, not redeclaring")
when not declared(VK_IMG_FORMAT_PVRTC_SPEC_VERSION):
  when 1 is static:
    const
      VK_IMG_FORMAT_PVRTC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14611:9
  else:
    let VK_IMG_FORMAT_PVRTC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14611:9
else:
  static :
    hint("Declaration of " & "VK_IMG_FORMAT_PVRTC_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_IMG_FORMAT_PVRTC_EXTENSION_NAME):
  when "VK_IMG_format_pvrtc" is static:
    const
      VK_IMG_FORMAT_PVRTC_EXTENSION_NAME* = "VK_IMG_format_pvrtc" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14612:9
  else:
    let VK_IMG_FORMAT_PVRTC_EXTENSION_NAME* = "VK_IMG_format_pvrtc" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14612:9
else:
  static :
    hint("Declaration of " & "VK_IMG_FORMAT_PVRTC_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_external_memory_capabilities):
  when 1 is static:
    const
      VK_NV_external_memory_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14616:9
  else:
    let VK_NV_external_memory_capabilities* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14616:9
else:
  static :
    hint("Declaration of " & "VK_NV_external_memory_capabilities" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14617:9
  else:
    let VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14617:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME):
  when "VK_NV_external_memory_capabilities" is static:
    const
      VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME* = "VK_NV_external_memory_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14618:9
  else:
    let VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME* = "VK_NV_external_memory_capabilities" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14618:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_external_memory):
  when 1 is static:
    const
      VK_NV_external_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14661:9
  else:
    let VK_NV_external_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14661:9
else:
  static :
    hint("Declaration of " & "VK_NV_external_memory" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_EXTERNAL_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14662:9
  else:
    let VK_NV_EXTERNAL_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14662:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME):
  when "VK_NV_external_memory" is static:
    const
      VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME* = "VK_NV_external_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14663:9
  else:
    let VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME* = "VK_NV_external_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14663:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_validation_flags):
  when 1 is static:
    const
      VK_EXT_validation_flags* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14679:9
  else:
    let VK_EXT_validation_flags* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14679:9
else:
  static :
    hint("Declaration of " & "VK_EXT_validation_flags" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VALIDATION_FLAGS_SPEC_VERSION):
  when 3 is static:
    const
      VK_EXT_VALIDATION_FLAGS_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14680:9
  else:
    let VK_EXT_VALIDATION_FLAGS_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14680:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VALIDATION_FLAGS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME):
  when "VK_EXT_validation_flags" is static:
    const
      VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME* = "VK_EXT_validation_flags" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14681:9
  else:
    let VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME* = "VK_EXT_validation_flags" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14681:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_subgroup_ballot):
  when 1 is static:
    const
      VK_EXT_shader_subgroup_ballot* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14698:9
  else:
    let VK_EXT_shader_subgroup_ballot* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14698:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_subgroup_ballot" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14699:9
  else:
    let VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14699:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME):
  when "VK_EXT_shader_subgroup_ballot" is static:
    const
      VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME* = "VK_EXT_shader_subgroup_ballot" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14700:9
  else:
    let VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME* = "VK_EXT_shader_subgroup_ballot" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14700:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_subgroup_vote):
  when 1 is static:
    const
      VK_EXT_shader_subgroup_vote* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14704:9
  else:
    let VK_EXT_shader_subgroup_vote* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14704:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_subgroup_vote" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14705:9
  else:
    let VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14705:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME):
  when "VK_EXT_shader_subgroup_vote" is static:
    const
      VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME* = "VK_EXT_shader_subgroup_vote" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14706:9
  else:
    let VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME* = "VK_EXT_shader_subgroup_vote" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14706:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_texture_compression_astc_hdr):
  when 1 is static:
    const
      VK_EXT_texture_compression_astc_hdr* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14710:9
  else:
    let VK_EXT_texture_compression_astc_hdr* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14710:9
else:
  static :
    hint("Declaration of " & "VK_EXT_texture_compression_astc_hdr" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14711:9
  else:
    let VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14711:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME):
  when "VK_EXT_texture_compression_astc_hdr" is static:
    const
      VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME* = "VK_EXT_texture_compression_astc_hdr" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14712:9
  else:
    let VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME* = "VK_EXT_texture_compression_astc_hdr" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14712:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_astc_decode_mode):
  when 1 is static:
    const
      VK_EXT_astc_decode_mode* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14718:9
  else:
    let VK_EXT_astc_decode_mode* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14718:9
else:
  static :
    hint("Declaration of " & "VK_EXT_astc_decode_mode" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14719:9
  else:
    let VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14719:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME):
  when "VK_EXT_astc_decode_mode" is static:
    const
      VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME* = "VK_EXT_astc_decode_mode" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14720:9
  else:
    let VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME* = "VK_EXT_astc_decode_mode" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14720:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pipeline_robustness):
  when 1 is static:
    const
      VK_EXT_pipeline_robustness* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14736:9
  else:
    let VK_EXT_pipeline_robustness* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14736:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pipeline_robustness" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_ROBUSTNESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PIPELINE_ROBUSTNESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14737:9
  else:
    let VK_EXT_PIPELINE_ROBUSTNESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14737:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_ROBUSTNESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_ROBUSTNESS_EXTENSION_NAME):
  when "VK_EXT_pipeline_robustness" is static:
    const
      VK_EXT_PIPELINE_ROBUSTNESS_EXTENSION_NAME* = "VK_EXT_pipeline_robustness" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14738:9
  else:
    let VK_EXT_PIPELINE_ROBUSTNESS_EXTENSION_NAME* = "VK_EXT_pipeline_robustness" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14738:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_ROBUSTNESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_conditional_rendering):
  when 1 is static:
    const
      VK_EXT_conditional_rendering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14752:9
  else:
    let VK_EXT_conditional_rendering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14752:9
else:
  static :
    hint("Declaration of " & "VK_EXT_conditional_rendering" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14753:9
  else:
    let VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14753:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME):
  when "VK_EXT_conditional_rendering" is static:
    const
      VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME* = "VK_EXT_conditional_rendering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14754:9
  else:
    let VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME* = "VK_EXT_conditional_rendering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14754:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_clip_space_w_scaling):
  when 1 is static:
    const
      VK_NV_clip_space_w_scaling* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14800:9
  else:
    let VK_NV_clip_space_w_scaling* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14800:9
else:
  static :
    hint("Declaration of " & "VK_NV_clip_space_w_scaling" &
        " already exists, not redeclaring")
when not declared(VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14801:9
  else:
    let VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14801:9
else:
  static :
    hint("Declaration of " & "VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME):
  when "VK_NV_clip_space_w_scaling" is static:
    const
      VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME* = "VK_NV_clip_space_w_scaling" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14802:9
  else:
    let VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME* = "VK_NV_clip_space_w_scaling" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14802:9
else:
  static :
    hint("Declaration of " & "VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_direct_mode_display):
  when 1 is static:
    const
      VK_EXT_direct_mode_display* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14830:9
  else:
    let VK_EXT_direct_mode_display* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14830:9
else:
  static :
    hint("Declaration of " & "VK_EXT_direct_mode_display" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14831:9
  else:
    let VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14831:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME):
  when "VK_EXT_direct_mode_display" is static:
    const
      VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME* = "VK_EXT_direct_mode_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14832:9
  else:
    let VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME* = "VK_EXT_direct_mode_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14832:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_display_surface_counter):
  when 1 is static:
    const
      VK_EXT_display_surface_counter* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14845:9
  else:
    let VK_EXT_display_surface_counter* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14845:9
else:
  static :
    hint("Declaration of " & "VK_EXT_display_surface_counter" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14846:9
  else:
    let VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14846:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME):
  when "VK_EXT_display_surface_counter" is static:
    const
      VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME* = "VK_EXT_display_surface_counter" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14847:9
  else:
    let VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME* = "VK_EXT_display_surface_counter" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14847:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_display_control):
  when 1 is static:
    const
      VK_EXT_display_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14885:9
  else:
    let VK_EXT_display_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14885:9
else:
  static :
    hint("Declaration of " & "VK_EXT_display_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DISPLAY_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DISPLAY_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14886:9
  else:
    let VK_EXT_DISPLAY_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14886:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DISPLAY_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME):
  when "VK_EXT_display_control" is static:
    const
      VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME* = "VK_EXT_display_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14887:9
  else:
    let VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME* = "VK_EXT_display_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14887:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_display_timing):
  when 1 is static:
    const
      VK_GOOGLE_display_timing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14970:9
  else:
    let VK_GOOGLE_display_timing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14970:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_display_timing" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION):
  when 1 is static:
    const
      VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14971:9
  else:
    let VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14971:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME):
  when "VK_GOOGLE_display_timing" is static:
    const
      VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME* = "VK_GOOGLE_display_timing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14972:9
  else:
    let VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME* = "VK_GOOGLE_display_timing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:14972:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_sample_mask_override_coverage):
  when 1 is static:
    const
      VK_NV_sample_mask_override_coverage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15019:9
  else:
    let VK_NV_sample_mask_override_coverage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15019:9
else:
  static :
    hint("Declaration of " & "VK_NV_sample_mask_override_coverage" &
        " already exists, not redeclaring")
when not declared(VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15020:9
  else:
    let VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15020:9
else:
  static :
    hint("Declaration of " & "VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME):
  when "VK_NV_sample_mask_override_coverage" is static:
    const
      VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME* = "VK_NV_sample_mask_override_coverage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15021:9
  else:
    let VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME* = "VK_NV_sample_mask_override_coverage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15021:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_geometry_shader_passthrough):
  when 1 is static:
    const
      VK_NV_geometry_shader_passthrough* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15025:9
  else:
    let VK_NV_geometry_shader_passthrough* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15025:9
else:
  static :
    hint("Declaration of " & "VK_NV_geometry_shader_passthrough" &
        " already exists, not redeclaring")
when not declared(VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15026:9
  else:
    let VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15026:9
else:
  static :
    hint("Declaration of " & "VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME):
  when "VK_NV_geometry_shader_passthrough" is static:
    const
      VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME* = "VK_NV_geometry_shader_passthrough" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15027:9
  else:
    let VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME* = "VK_NV_geometry_shader_passthrough" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15027:9
else:
  static :
    hint("Declaration of " & "VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_viewport_array2):
  when 1 is static:
    const
      VK_NV_viewport_array2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15031:9
  else:
    let VK_NV_viewport_array2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15031:9
else:
  static :
    hint("Declaration of " & "VK_NV_viewport_array2" &
        " already exists, not redeclaring")
when not declared(VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15032:9
  else:
    let VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15032:9
else:
  static :
    hint("Declaration of " & "VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME):
  when "VK_NV_viewport_array2" is static:
    const
      VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME* = "VK_NV_viewport_array2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15033:9
  else:
    let VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME* = "VK_NV_viewport_array2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15033:9
else:
  static :
    hint("Declaration of " & "VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION_const):
  when VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION is typedesc:
    type
      VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION_const* = VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15035:9
  else:
    when VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION is static:
      const
        VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION_const* = VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15035:9
    else:
      let VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION_const* = VK_NV_VIEWPORT_ARRAY_2_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15035:9
else:
  static :
    hint("Declaration of " & "VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION_const" &
        " already exists, not redeclaring")
when not declared(VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_const):
  when VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME is typedesc:
    type
      VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_const* = VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15037:9
  else:
    when VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME is static:
      const
        VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_const* = VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15037:9
    else:
      let VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_const* = VK_NV_VIEWPORT_ARRAY_2_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15037:9
else:
  static :
    hint("Declaration of " & "VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME_const" &
        " already exists, not redeclaring")
when not declared(VK_NVX_multiview_per_view_attributes):
  when 1 is static:
    const
      VK_NVX_multiview_per_view_attributes* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15041:9
  else:
    let VK_NVX_multiview_per_view_attributes* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15041:9
else:
  static :
    hint("Declaration of " & "VK_NVX_multiview_per_view_attributes" &
        " already exists, not redeclaring")
when not declared(VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION):
  when 1 is static:
    const
      VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15042:9
  else:
    let VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15042:9
else:
  static :
    hint("Declaration of " & "VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME):
  when "VK_NVX_multiview_per_view_attributes" is static:
    const
      VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME* = "VK_NVX_multiview_per_view_attributes" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15043:9
  else:
    let VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME* = "VK_NVX_multiview_per_view_attributes" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15043:9
else:
  static :
    hint("Declaration of " &
        "VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_viewport_swizzle):
  when 1 is static:
    const
      VK_NV_viewport_swizzle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15060:9
  else:
    let VK_NV_viewport_swizzle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15060:9
else:
  static :
    hint("Declaration of " & "VK_NV_viewport_swizzle" &
        " already exists, not redeclaring")
when not declared(VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15061:9
  else:
    let VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15061:9
else:
  static :
    hint("Declaration of " & "VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME):
  when "VK_NV_viewport_swizzle" is static:
    const
      VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME* = "VK_NV_viewport_swizzle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15062:9
  else:
    let VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME* = "VK_NV_viewport_swizzle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15062:9
else:
  static :
    hint("Declaration of " & "VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_discard_rectangles):
  when 1 is static:
    const
      VK_EXT_discard_rectangles* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15094:9
  else:
    let VK_EXT_discard_rectangles* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15094:9
else:
  static :
    hint("Declaration of " & "VK_EXT_discard_rectangles" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15095:9
  else:
    let VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15095:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME):
  when "VK_EXT_discard_rectangles" is static:
    const
      VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME* = "VK_EXT_discard_rectangles" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15096:9
  else:
    let VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME* = "VK_EXT_discard_rectangles" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15096:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_conservative_rasterization):
  when 1 is static:
    const
      VK_EXT_conservative_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15147:9
  else:
    let VK_EXT_conservative_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15147:9
else:
  static :
    hint("Declaration of " & "VK_EXT_conservative_rasterization" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15148:9
  else:
    let VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15148:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME):
  when "VK_EXT_conservative_rasterization" is static:
    const
      VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME* = "VK_EXT_conservative_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15149:9
  else:
    let VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME* = "VK_EXT_conservative_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15149:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_depth_clip_enable):
  when 1 is static:
    const
      VK_EXT_depth_clip_enable* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15183:9
  else:
    let VK_EXT_depth_clip_enable* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15183:9
else:
  static :
    hint("Declaration of " & "VK_EXT_depth_clip_enable" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15184:9
  else:
    let VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15184:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME):
  when "VK_EXT_depth_clip_enable" is static:
    const
      VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME* = "VK_EXT_depth_clip_enable" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15185:9
  else:
    let VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME* = "VK_EXT_depth_clip_enable" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15185:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_swapchain_colorspace):
  when 1 is static:
    const
      VK_EXT_swapchain_colorspace* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15203:9
  else:
    let VK_EXT_swapchain_colorspace* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15203:9
else:
  static :
    hint("Declaration of " & "VK_EXT_swapchain_colorspace" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION):
  when 5 is static:
    const
      VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION* = 5 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15204:9
  else:
    let VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION* = 5 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15204:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME):
  when "VK_EXT_swapchain_colorspace" is static:
    const
      VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME* = "VK_EXT_swapchain_colorspace" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15205:9
  else:
    let VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME* = "VK_EXT_swapchain_colorspace" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15205:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_hdr_metadata):
  when 1 is static:
    const
      VK_EXT_hdr_metadata* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15209:9
  else:
    let VK_EXT_hdr_metadata* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15209:9
else:
  static :
    hint("Declaration of " & "VK_EXT_hdr_metadata" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HDR_METADATA_SPEC_VERSION):
  when 3 is static:
    const
      VK_EXT_HDR_METADATA_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15210:9
  else:
    let VK_EXT_HDR_METADATA_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15210:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HDR_METADATA_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HDR_METADATA_EXTENSION_NAME):
  when "VK_EXT_hdr_metadata" is static:
    const
      VK_EXT_HDR_METADATA_EXTENSION_NAME* = "VK_EXT_hdr_metadata" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15211:9
  else:
    let VK_EXT_HDR_METADATA_EXTENSION_NAME* = "VK_EXT_hdr_metadata" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15211:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HDR_METADATA_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_IMG_relaxed_line_rasterization):
  when 1 is static:
    const
      VK_IMG_relaxed_line_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15244:9
  else:
    let VK_IMG_relaxed_line_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15244:9
else:
  static :
    hint("Declaration of " & "VK_IMG_relaxed_line_rasterization" &
        " already exists, not redeclaring")
when not declared(VK_IMG_RELAXED_LINE_RASTERIZATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_IMG_RELAXED_LINE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15245:9
  else:
    let VK_IMG_RELAXED_LINE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15245:9
else:
  static :
    hint("Declaration of " & "VK_IMG_RELAXED_LINE_RASTERIZATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_IMG_RELAXED_LINE_RASTERIZATION_EXTENSION_NAME):
  when "VK_IMG_relaxed_line_rasterization" is static:
    const
      VK_IMG_RELAXED_LINE_RASTERIZATION_EXTENSION_NAME* = "VK_IMG_relaxed_line_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15246:9
  else:
    let VK_IMG_RELAXED_LINE_RASTERIZATION_EXTENSION_NAME* = "VK_IMG_relaxed_line_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15246:9
else:
  static :
    hint("Declaration of " & "VK_IMG_RELAXED_LINE_RASTERIZATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_external_memory_dma_buf):
  when 1 is static:
    const
      VK_EXT_external_memory_dma_buf* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15256:9
  else:
    let VK_EXT_external_memory_dma_buf* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15256:9
else:
  static :
    hint("Declaration of " & "VK_EXT_external_memory_dma_buf" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15257:9
  else:
    let VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15257:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME):
  when "VK_EXT_external_memory_dma_buf" is static:
    const
      VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME* = "VK_EXT_external_memory_dma_buf" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15258:9
  else:
    let VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME* = "VK_EXT_external_memory_dma_buf" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15258:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_queue_family_foreign):
  when 1 is static:
    const
      VK_EXT_queue_family_foreign* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15262:9
  else:
    let VK_EXT_queue_family_foreign* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15262:9
else:
  static :
    hint("Declaration of " & "VK_EXT_queue_family_foreign" &
        " already exists, not redeclaring")
when not declared(VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15263:9
  else:
    let VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15263:9
else:
  static :
    hint("Declaration of " & "VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME):
  when "VK_EXT_queue_family_foreign" is static:
    const
      VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME* = "VK_EXT_queue_family_foreign" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15264:9
  else:
    let VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME* = "VK_EXT_queue_family_foreign" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15264:9
else:
  static :
    hint("Declaration of " & "VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_debug_utils):
  when 1 is static:
    const
      VK_EXT_debug_utils* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15269:9
  else:
    let VK_EXT_debug_utils* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15269:9
else:
  static :
    hint("Declaration of " & "VK_EXT_debug_utils" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEBUG_UTILS_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_DEBUG_UTILS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15271:9
  else:
    let VK_EXT_DEBUG_UTILS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15271:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEBUG_UTILS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEBUG_UTILS_EXTENSION_NAME):
  when "VK_EXT_debug_utils" is static:
    const
      VK_EXT_DEBUG_UTILS_EXTENSION_NAME* = "VK_EXT_debug_utils" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15272:9
  else:
    let VK_EXT_DEBUG_UTILS_EXTENSION_NAME* = "VK_EXT_debug_utils" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15272:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEBUG_UTILS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_sampler_filter_minmax):
  when 1 is static:
    const
      VK_EXT_sampler_filter_minmax* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15434:9
  else:
    let VK_EXT_sampler_filter_minmax* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15434:9
else:
  static :
    hint("Declaration of " & "VK_EXT_sampler_filter_minmax" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15435:9
  else:
    let VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15435:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME):
  when "VK_EXT_sampler_filter_minmax" is static:
    const
      VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME* = "VK_EXT_sampler_filter_minmax" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15436:9
  else:
    let VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME* = "VK_EXT_sampler_filter_minmax" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15436:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_gpu_shader_int16):
  when 1 is static:
    const
      VK_AMD_gpu_shader_int16* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15446:9
  else:
    let VK_AMD_gpu_shader_int16* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15446:9
else:
  static :
    hint("Declaration of " & "VK_AMD_gpu_shader_int16" &
        " already exists, not redeclaring")
when not declared(VK_AMD_GPU_SHADER_INT16_SPEC_VERSION):
  when 2 is static:
    const
      VK_AMD_GPU_SHADER_INT16_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15447:9
  else:
    let VK_AMD_GPU_SHADER_INT16_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15447:9
else:
  static :
    hint("Declaration of " & "VK_AMD_GPU_SHADER_INT16_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME):
  when "VK_AMD_gpu_shader_int16" is static:
    const
      VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME* = "VK_AMD_gpu_shader_int16" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15448:9
  else:
    let VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME* = "VK_AMD_gpu_shader_int16" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15448:9
else:
  static :
    hint("Declaration of " & "VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_mixed_attachment_samples):
  when 1 is static:
    const
      VK_AMD_mixed_attachment_samples* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15452:9
  else:
    let VK_AMD_mixed_attachment_samples* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15452:9
else:
  static :
    hint("Declaration of " & "VK_AMD_mixed_attachment_samples" &
        " already exists, not redeclaring")
when not declared(VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15453:9
  else:
    let VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15453:9
else:
  static :
    hint("Declaration of " & "VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME):
  when "VK_AMD_mixed_attachment_samples" is static:
    const
      VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME* = "VK_AMD_mixed_attachment_samples" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15454:9
  else:
    let VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME* = "VK_AMD_mixed_attachment_samples" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15454:9
else:
  static :
    hint("Declaration of " & "VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_fragment_mask):
  when 1 is static:
    const
      VK_AMD_shader_fragment_mask* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15466:9
  else:
    let VK_AMD_shader_fragment_mask* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15466:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_fragment_mask" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15467:9
  else:
    let VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15467:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME):
  when "VK_AMD_shader_fragment_mask" is static:
    const
      VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME* = "VK_AMD_shader_fragment_mask" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15468:9
  else:
    let VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME* = "VK_AMD_shader_fragment_mask" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15468:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_inline_uniform_block):
  when 1 is static:
    const
      VK_EXT_inline_uniform_block* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15472:9
  else:
    let VK_EXT_inline_uniform_block* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15472:9
else:
  static :
    hint("Declaration of " & "VK_EXT_inline_uniform_block" &
        " already exists, not redeclaring")
when not declared(VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15473:9
  else:
    let VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15473:9
else:
  static :
    hint("Declaration of " & "VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME):
  when "VK_EXT_inline_uniform_block" is static:
    const
      VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME* = "VK_EXT_inline_uniform_block" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15474:9
  else:
    let VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME* = "VK_EXT_inline_uniform_block" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15474:9
else:
  static :
    hint("Declaration of " & "VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_stencil_export):
  when 1 is static:
    const
      VK_EXT_shader_stencil_export* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15486:9
  else:
    let VK_EXT_shader_stencil_export* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15486:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_stencil_export" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15487:9
  else:
    let VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15487:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME):
  when "VK_EXT_shader_stencil_export" is static:
    const
      VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME* = "VK_EXT_shader_stencil_export" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15488:9
  else:
    let VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME* = "VK_EXT_shader_stencil_export" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15488:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_sample_locations):
  when 1 is static:
    const
      VK_EXT_sample_locations* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15492:9
  else:
    let VK_EXT_sample_locations* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15492:9
else:
  static :
    hint("Declaration of " & "VK_EXT_sample_locations" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15493:9
  else:
    let VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15493:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME):
  when "VK_EXT_sample_locations" is static:
    const
      VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME* = "VK_EXT_sample_locations" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15494:9
  else:
    let VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME* = "VK_EXT_sample_locations" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15494:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_blend_operation_advanced):
  when 1 is static:
    const
      VK_EXT_blend_operation_advanced* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15571:9
  else:
    let VK_EXT_blend_operation_advanced* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15571:9
else:
  static :
    hint("Declaration of " & "VK_EXT_blend_operation_advanced" &
        " already exists, not redeclaring")
when not declared(VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15572:9
  else:
    let VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15572:9
else:
  static :
    hint("Declaration of " & "VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME):
  when "VK_EXT_blend_operation_advanced" is static:
    const
      VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME* = "VK_EXT_blend_operation_advanced" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15573:9
  else:
    let VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME* = "VK_EXT_blend_operation_advanced" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15573:9
else:
  static :
    hint("Declaration of " & "VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_fragment_coverage_to_color):
  when 1 is static:
    const
      VK_NV_fragment_coverage_to_color* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15609:9
  else:
    let VK_NV_fragment_coverage_to_color* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15609:9
else:
  static :
    hint("Declaration of " & "VK_NV_fragment_coverage_to_color" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15610:9
  else:
    let VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15610:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME):
  when "VK_NV_fragment_coverage_to_color" is static:
    const
      VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME* = "VK_NV_fragment_coverage_to_color" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15611:9
  else:
    let VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME* = "VK_NV_fragment_coverage_to_color" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15611:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_framebuffer_mixed_samples):
  when 1 is static:
    const
      VK_NV_framebuffer_mixed_samples* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15624:9
  else:
    let VK_NV_framebuffer_mixed_samples* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15624:9
else:
  static :
    hint("Declaration of " & "VK_NV_framebuffer_mixed_samples" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15625:9
  else:
    let VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15625:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME):
  when "VK_NV_framebuffer_mixed_samples" is static:
    const
      VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME* = "VK_NV_framebuffer_mixed_samples" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15626:9
  else:
    let VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME* = "VK_NV_framebuffer_mixed_samples" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15626:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_fill_rectangle):
  when 1 is static:
    const
      VK_NV_fill_rectangle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15651:9
  else:
    let VK_NV_fill_rectangle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15651:9
else:
  static :
    hint("Declaration of " & "VK_NV_fill_rectangle" &
        " already exists, not redeclaring")
when not declared(VK_NV_FILL_RECTANGLE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_FILL_RECTANGLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15652:9
  else:
    let VK_NV_FILL_RECTANGLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15652:9
else:
  static :
    hint("Declaration of " & "VK_NV_FILL_RECTANGLE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_FILL_RECTANGLE_EXTENSION_NAME):
  when "VK_NV_fill_rectangle" is static:
    const
      VK_NV_FILL_RECTANGLE_EXTENSION_NAME* = "VK_NV_fill_rectangle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15653:9
  else:
    let VK_NV_FILL_RECTANGLE_EXTENSION_NAME* = "VK_NV_fill_rectangle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15653:9
else:
  static :
    hint("Declaration of " & "VK_NV_FILL_RECTANGLE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_shader_sm_builtins):
  when 1 is static:
    const
      VK_NV_shader_sm_builtins* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15657:9
  else:
    let VK_NV_shader_sm_builtins* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15657:9
else:
  static :
    hint("Declaration of " & "VK_NV_shader_sm_builtins" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15658:9
  else:
    let VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15658:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME):
  when "VK_NV_shader_sm_builtins" is static:
    const
      VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME* = "VK_NV_shader_sm_builtins" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15659:9
  else:
    let VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME* = "VK_NV_shader_sm_builtins" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15659:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_post_depth_coverage):
  when 1 is static:
    const
      VK_EXT_post_depth_coverage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15676:9
  else:
    let VK_EXT_post_depth_coverage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15676:9
else:
  static :
    hint("Declaration of " & "VK_EXT_post_depth_coverage" &
        " already exists, not redeclaring")
when not declared(VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15677:9
  else:
    let VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15677:9
else:
  static :
    hint("Declaration of " & "VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME):
  when "VK_EXT_post_depth_coverage" is static:
    const
      VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME* = "VK_EXT_post_depth_coverage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15678:9
  else:
    let VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME* = "VK_EXT_post_depth_coverage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15678:9
else:
  static :
    hint("Declaration of " & "VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_drm_format_modifier):
  when 1 is static:
    const
      VK_EXT_image_drm_format_modifier* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15682:9
  else:
    let VK_EXT_image_drm_format_modifier* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15682:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_drm_format_modifier" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15683:9
  else:
    let VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15683:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME):
  when "VK_EXT_image_drm_format_modifier" is static:
    const
      VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME* = "VK_EXT_image_drm_format_modifier" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15684:9
  else:
    let VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME* = "VK_EXT_image_drm_format_modifier" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15684:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_validation_cache):
  when 1 is static:
    const
      VK_EXT_validation_cache* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15754:9
  else:
    let VK_EXT_validation_cache* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15754:9
else:
  static :
    hint("Declaration of " & "VK_EXT_validation_cache" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VALIDATION_CACHE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_VALIDATION_CACHE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15756:9
  else:
    let VK_EXT_VALIDATION_CACHE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15756:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VALIDATION_CACHE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VALIDATION_CACHE_EXTENSION_NAME):
  when "VK_EXT_validation_cache" is static:
    const
      VK_EXT_VALIDATION_CACHE_EXTENSION_NAME* = "VK_EXT_validation_cache" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15757:9
  else:
    let VK_EXT_VALIDATION_CACHE_EXTENSION_NAME* = "VK_EXT_validation_cache" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15757:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VALIDATION_CACHE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_descriptor_indexing):
  when 1 is static:
    const
      VK_EXT_descriptor_indexing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15818:9
  else:
    let VK_EXT_descriptor_indexing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15818:9
else:
  static :
    hint("Declaration of " & "VK_EXT_descriptor_indexing" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15819:9
  else:
    let VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15819:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME):
  when "VK_EXT_descriptor_indexing" is static:
    const
      VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME* = "VK_EXT_descriptor_indexing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15820:9
  else:
    let VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME* = "VK_EXT_descriptor_indexing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15820:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_viewport_index_layer):
  when 1 is static:
    const
      VK_EXT_shader_viewport_index_layer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15838:9
  else:
    let VK_EXT_shader_viewport_index_layer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15838:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_viewport_index_layer" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15839:9
  else:
    let VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15839:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME):
  when "VK_EXT_shader_viewport_index_layer" is static:
    const
      VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME* = "VK_EXT_shader_viewport_index_layer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15840:9
  else:
    let VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME* = "VK_EXT_shader_viewport_index_layer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15840:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_shading_rate_image):
  when 1 is static:
    const
      VK_NV_shading_rate_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15844:9
  else:
    let VK_NV_shading_rate_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15844:9
else:
  static :
    hint("Declaration of " & "VK_NV_shading_rate_image" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION):
  when 3 is static:
    const
      VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15845:9
  else:
    let VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15845:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME):
  when "VK_NV_shading_rate_image" is static:
    const
      VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME* = "VK_NV_shading_rate_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15846:9
  else:
    let VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME* = "VK_NV_shading_rate_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15846:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_ray_tracing):
  when 1 is static:
    const
      VK_NV_ray_tracing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15951:9
  else:
    let VK_NV_ray_tracing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15951:9
else:
  static :
    hint("Declaration of " & "VK_NV_ray_tracing" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_SPEC_VERSION):
  when 3 is static:
    const
      VK_NV_RAY_TRACING_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15953:9
  else:
    let VK_NV_RAY_TRACING_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15953:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_EXTENSION_NAME):
  when "VK_NV_ray_tracing" is static:
    const
      VK_NV_RAY_TRACING_EXTENSION_NAME* = "VK_NV_ray_tracing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15954:9
  else:
    let VK_NV_RAY_TRACING_EXTENSION_NAME* = "VK_NV_ray_tracing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15954:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_SHADER_UNUSED_NV):
  when VK_SHADER_UNUSED_KHR is typedesc:
    type
      VK_SHADER_UNUSED_NV* = VK_SHADER_UNUSED_KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15956:9
  else:
    when VK_SHADER_UNUSED_KHR is static:
      const
        VK_SHADER_UNUSED_NV* = VK_SHADER_UNUSED_KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15956:9
    else:
      let VK_SHADER_UNUSED_NV* = VK_SHADER_UNUSED_KHR ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:15956:9
else:
  static :
    hint("Declaration of " & "VK_SHADER_UNUSED_NV" &
        " already exists, not redeclaring")
when not declared(VK_NV_representative_fragment_test):
  when 1 is static:
    const
      VK_NV_representative_fragment_test* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16378:9
  else:
    let VK_NV_representative_fragment_test* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16378:9
else:
  static :
    hint("Declaration of " & "VK_NV_representative_fragment_test" &
        " already exists, not redeclaring")
when not declared(VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16379:9
  else:
    let VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16379:9
else:
  static :
    hint("Declaration of " & "VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME):
  when "VK_NV_representative_fragment_test" is static:
    const
      VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME* = "VK_NV_representative_fragment_test" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16380:9
  else:
    let VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME* = "VK_NV_representative_fragment_test" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16380:9
else:
  static :
    hint("Declaration of " & "VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_filter_cubic):
  when 1 is static:
    const
      VK_EXT_filter_cubic* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16396:9
  else:
    let VK_EXT_filter_cubic* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16396:9
else:
  static :
    hint("Declaration of " & "VK_EXT_filter_cubic" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FILTER_CUBIC_SPEC_VERSION):
  when 3 is static:
    const
      VK_EXT_FILTER_CUBIC_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16397:9
  else:
    let VK_EXT_FILTER_CUBIC_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16397:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FILTER_CUBIC_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FILTER_CUBIC_EXTENSION_NAME):
  when "VK_EXT_filter_cubic" is static:
    const
      VK_EXT_FILTER_CUBIC_EXTENSION_NAME* = "VK_EXT_filter_cubic" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16398:9
  else:
    let VK_EXT_FILTER_CUBIC_EXTENSION_NAME* = "VK_EXT_filter_cubic" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16398:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FILTER_CUBIC_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_render_pass_shader_resolve):
  when 1 is static:
    const
      VK_QCOM_render_pass_shader_resolve* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16415:9
  else:
    let VK_QCOM_render_pass_shader_resolve* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16415:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_render_pass_shader_resolve" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION):
  when 4 is static:
    const
      VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16416:9
  else:
    let VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16416:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_RENDER_PASS_SHADER_RESOLVE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME):
  when "VK_QCOM_render_pass_shader_resolve" is static:
    const
      VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME* = "VK_QCOM_render_pass_shader_resolve" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16417:9
  else:
    let VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME* = "VK_QCOM_render_pass_shader_resolve" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16417:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_RENDER_PASS_SHADER_RESOLVE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_global_priority):
  when 1 is static:
    const
      VK_EXT_global_priority* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16421:9
  else:
    let VK_EXT_global_priority* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16421:9
else:
  static :
    hint("Declaration of " & "VK_EXT_global_priority" &
        " already exists, not redeclaring")
when not declared(VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16422:9
  else:
    let VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16422:9
else:
  static :
    hint("Declaration of " & "VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME):
  when "VK_EXT_global_priority" is static:
    const
      VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME* = "VK_EXT_global_priority" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16423:9
  else:
    let VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME* = "VK_EXT_global_priority" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16423:9
else:
  static :
    hint("Declaration of " & "VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_external_memory_host):
  when 1 is static:
    const
      VK_EXT_external_memory_host* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16431:9
  else:
    let VK_EXT_external_memory_host* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16431:9
else:
  static :
    hint("Declaration of " & "VK_EXT_external_memory_host" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16432:9
  else:
    let VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16432:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME):
  when "VK_EXT_external_memory_host" is static:
    const
      VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME* = "VK_EXT_external_memory_host" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16433:9
  else:
    let VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME* = "VK_EXT_external_memory_host" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16433:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_buffer_marker):
  when 1 is static:
    const
      VK_AMD_buffer_marker* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16467:9
  else:
    let VK_AMD_buffer_marker* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16467:9
else:
  static :
    hint("Declaration of " & "VK_AMD_buffer_marker" &
        " already exists, not redeclaring")
when not declared(VK_AMD_BUFFER_MARKER_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_BUFFER_MARKER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16468:9
  else:
    let VK_AMD_BUFFER_MARKER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16468:9
else:
  static :
    hint("Declaration of " & "VK_AMD_BUFFER_MARKER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_BUFFER_MARKER_EXTENSION_NAME):
  when "VK_AMD_buffer_marker" is static:
    const
      VK_AMD_BUFFER_MARKER_EXTENSION_NAME* = "VK_AMD_buffer_marker" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16469:9
  else:
    let VK_AMD_BUFFER_MARKER_EXTENSION_NAME* = "VK_AMD_buffer_marker" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16469:9
else:
  static :
    hint("Declaration of " & "VK_AMD_BUFFER_MARKER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_pipeline_compiler_control):
  when 1 is static:
    const
      VK_AMD_pipeline_compiler_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16495:9
  else:
    let VK_AMD_pipeline_compiler_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16495:9
else:
  static :
    hint("Declaration of " & "VK_AMD_pipeline_compiler_control" &
        " already exists, not redeclaring")
when not declared(VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16496:9
  else:
    let VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16496:9
else:
  static :
    hint("Declaration of " & "VK_AMD_PIPELINE_COMPILER_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME):
  when "VK_AMD_pipeline_compiler_control" is static:
    const
      VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME* = "VK_AMD_pipeline_compiler_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16497:9
  else:
    let VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME* = "VK_AMD_pipeline_compiler_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16497:9
else:
  static :
    hint("Declaration of " & "VK_AMD_PIPELINE_COMPILER_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_calibrated_timestamps):
  when 1 is static:
    const
      VK_EXT_calibrated_timestamps* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16512:9
  else:
    let VK_EXT_calibrated_timestamps* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16512:9
else:
  static :
    hint("Declaration of " & "VK_EXT_calibrated_timestamps" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CALIBRATED_TIMESTAMPS_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_CALIBRATED_TIMESTAMPS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16513:9
  else:
    let VK_EXT_CALIBRATED_TIMESTAMPS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16513:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CALIBRATED_TIMESTAMPS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME):
  when "VK_EXT_calibrated_timestamps" is static:
    const
      VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME* = "VK_EXT_calibrated_timestamps" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16514:9
  else:
    let VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME* = "VK_EXT_calibrated_timestamps" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16514:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_core_properties):
  when 1 is static:
    const
      VK_AMD_shader_core_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16542:9
  else:
    let VK_AMD_shader_core_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16542:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_core_properties" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION):
  when 2 is static:
    const
      VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16543:9
  else:
    let VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16543:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME):
  when "VK_AMD_shader_core_properties" is static:
    const
      VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME* = "VK_AMD_shader_core_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16544:9
  else:
    let VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME* = "VK_AMD_shader_core_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16544:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_memory_overallocation_behavior):
  when 1 is static:
    const
      VK_AMD_memory_overallocation_behavior* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16567:9
  else:
    let VK_AMD_memory_overallocation_behavior* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16567:9
else:
  static :
    hint("Declaration of " & "VK_AMD_memory_overallocation_behavior" &
        " already exists, not redeclaring")
when not declared(VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16568:9
  else:
    let VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16568:9
else:
  static :
    hint("Declaration of " &
        "VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_EXTENSION_NAME):
  when "VK_AMD_memory_overallocation_behavior" is static:
    const
      VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_EXTENSION_NAME* = "VK_AMD_memory_overallocation_behavior" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16569:9
  else:
    let VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_EXTENSION_NAME* = "VK_AMD_memory_overallocation_behavior" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16569:9
else:
  static :
    hint("Declaration of " &
        "VK_AMD_MEMORY_OVERALLOCATION_BEHAVIOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_vertex_attribute_divisor):
  when 1 is static:
    const
      VK_EXT_vertex_attribute_divisor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16586:9
  else:
    let VK_EXT_vertex_attribute_divisor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16586:9
else:
  static :
    hint("Declaration of " & "VK_EXT_vertex_attribute_divisor" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION):
  when 3 is static:
    const
      VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16587:9
  else:
    let VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16587:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME):
  when "VK_EXT_vertex_attribute_divisor" is static:
    const
      VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME* = "VK_EXT_vertex_attribute_divisor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16588:9
  else:
    let VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME* = "VK_EXT_vertex_attribute_divisor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16588:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pipeline_creation_feedback):
  when 1 is static:
    const
      VK_EXT_pipeline_creation_feedback* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16604:9
  else:
    let VK_EXT_pipeline_creation_feedback* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16604:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pipeline_creation_feedback" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16605:9
  else:
    let VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16605:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME):
  when "VK_EXT_pipeline_creation_feedback" is static:
    const
      VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME* = "VK_EXT_pipeline_creation_feedback" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16606:9
  else:
    let VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME* = "VK_EXT_pipeline_creation_feedback" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16606:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_shader_subgroup_partitioned):
  when 1 is static:
    const
      VK_NV_shader_subgroup_partitioned* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16618:9
  else:
    let VK_NV_shader_subgroup_partitioned* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16618:9
else:
  static :
    hint("Declaration of " & "VK_NV_shader_subgroup_partitioned" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16619:9
  else:
    let VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16619:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME):
  when "VK_NV_shader_subgroup_partitioned" is static:
    const
      VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME* = "VK_NV_shader_subgroup_partitioned" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16620:9
  else:
    let VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME* = "VK_NV_shader_subgroup_partitioned" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16620:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_compute_shader_derivatives):
  when 1 is static:
    const
      VK_NV_compute_shader_derivatives* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16624:9
  else:
    let VK_NV_compute_shader_derivatives* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16624:9
else:
  static :
    hint("Declaration of " & "VK_NV_compute_shader_derivatives" &
        " already exists, not redeclaring")
when not declared(VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16625:9
  else:
    let VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16625:9
else:
  static :
    hint("Declaration of " & "VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME):
  when "VK_NV_compute_shader_derivatives" is static:
    const
      VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME* = "VK_NV_compute_shader_derivatives" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16626:9
  else:
    let VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME* = "VK_NV_compute_shader_derivatives" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16626:9
else:
  static :
    hint("Declaration of " & "VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_mesh_shader):
  when 1 is static:
    const
      VK_NV_mesh_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16632:9
  else:
    let VK_NV_mesh_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16632:9
else:
  static :
    hint("Declaration of " & "VK_NV_mesh_shader" &
        " already exists, not redeclaring")
when not declared(VK_NV_MESH_SHADER_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_MESH_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16633:9
  else:
    let VK_NV_MESH_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16633:9
else:
  static :
    hint("Declaration of " & "VK_NV_MESH_SHADER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_MESH_SHADER_EXTENSION_NAME):
  when "VK_NV_mesh_shader" is static:
    const
      VK_NV_MESH_SHADER_EXTENSION_NAME* = "VK_NV_mesh_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16634:9
  else:
    let VK_NV_MESH_SHADER_EXTENSION_NAME* = "VK_NV_mesh_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16634:9
else:
  static :
    hint("Declaration of " & "VK_NV_MESH_SHADER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_fragment_shader_barycentric):
  when 1 is static:
    const
      VK_NV_fragment_shader_barycentric* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16700:9
  else:
    let VK_NV_fragment_shader_barycentric* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16700:9
else:
  static :
    hint("Declaration of " & "VK_NV_fragment_shader_barycentric" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16701:9
  else:
    let VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16701:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME):
  when "VK_NV_fragment_shader_barycentric" is static:
    const
      VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME* = "VK_NV_fragment_shader_barycentric" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16702:9
  else:
    let VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME* = "VK_NV_fragment_shader_barycentric" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16702:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_shader_image_footprint):
  when 1 is static:
    const
      VK_NV_shader_image_footprint* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16708:9
  else:
    let VK_NV_shader_image_footprint* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16708:9
else:
  static :
    hint("Declaration of " & "VK_NV_shader_image_footprint" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16709:9
  else:
    let VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16709:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME):
  when "VK_NV_shader_image_footprint" is static:
    const
      VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME* = "VK_NV_shader_image_footprint" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16710:9
  else:
    let VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME* = "VK_NV_shader_image_footprint" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16710:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_scissor_exclusive):
  when 1 is static:
    const
      VK_NV_scissor_exclusive* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16720:9
  else:
    let VK_NV_scissor_exclusive* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16720:9
else:
  static :
    hint("Declaration of " & "VK_NV_scissor_exclusive" &
        " already exists, not redeclaring")
when not declared(VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16721:9
  else:
    let VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16721:9
else:
  static :
    hint("Declaration of " & "VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME):
  when "VK_NV_scissor_exclusive" is static:
    const
      VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME* = "VK_NV_scissor_exclusive" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16722:9
  else:
    let VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME* = "VK_NV_scissor_exclusive" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16722:9
else:
  static :
    hint("Declaration of " & "VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_device_diagnostic_checkpoints):
  when 1 is static:
    const
      VK_NV_device_diagnostic_checkpoints* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16759:9
  else:
    let VK_NV_device_diagnostic_checkpoints* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16759:9
else:
  static :
    hint("Declaration of " & "VK_NV_device_diagnostic_checkpoints" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16760:9
  else:
    let VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16760:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME):
  when "VK_NV_device_diagnostic_checkpoints" is static:
    const
      VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME* = "VK_NV_device_diagnostic_checkpoints" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16761:9
  else:
    let VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME* = "VK_NV_device_diagnostic_checkpoints" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16761:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_DEVICE_DIAGNOSTIC_CHECKPOINTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_INTEL_shader_integer_functions2):
  when 1 is static:
    const
      VK_INTEL_shader_integer_functions2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16816:9
  else:
    let VK_INTEL_shader_integer_functions2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16816:9
else:
  static :
    hint("Declaration of " & "VK_INTEL_shader_integer_functions2" &
        " already exists, not redeclaring")
when not declared(VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16817:9
  else:
    let VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16817:9
else:
  static :
    hint("Declaration of " & "VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME):
  when "VK_INTEL_shader_integer_functions2" is static:
    const
      VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME* = "VK_INTEL_shader_integer_functions2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16818:9
  else:
    let VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME* = "VK_INTEL_shader_integer_functions2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16818:9
else:
  static :
    hint("Declaration of " &
        "VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_INTEL_performance_query):
  when 1 is static:
    const
      VK_INTEL_performance_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16828:9
  else:
    let VK_INTEL_performance_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16828:9
else:
  static :
    hint("Declaration of " & "VK_INTEL_performance_query" &
        " already exists, not redeclaring")
when not declared(VK_INTEL_PERFORMANCE_QUERY_SPEC_VERSION):
  when 2 is static:
    const
      VK_INTEL_PERFORMANCE_QUERY_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16830:9
  else:
    let VK_INTEL_PERFORMANCE_QUERY_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16830:9
else:
  static :
    hint("Declaration of " & "VK_INTEL_PERFORMANCE_QUERY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_INTEL_PERFORMANCE_QUERY_EXTENSION_NAME):
  when "VK_INTEL_performance_query" is static:
    const
      VK_INTEL_PERFORMANCE_QUERY_EXTENSION_NAME* = "VK_INTEL_performance_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16831:9
  else:
    let VK_INTEL_PERFORMANCE_QUERY_EXTENSION_NAME* = "VK_INTEL_performance_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16831:9
else:
  static :
    hint("Declaration of " & "VK_INTEL_PERFORMANCE_QUERY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pci_bus_info):
  when 1 is static:
    const
      VK_EXT_pci_bus_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16985:9
  else:
    let VK_EXT_pci_bus_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16985:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pci_bus_info" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PCI_BUS_INFO_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_PCI_BUS_INFO_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16986:9
  else:
    let VK_EXT_PCI_BUS_INFO_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16986:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PCI_BUS_INFO_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PCI_BUS_INFO_EXTENSION_NAME):
  when "VK_EXT_pci_bus_info" is static:
    const
      VK_EXT_PCI_BUS_INFO_EXTENSION_NAME* = "VK_EXT_pci_bus_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16987:9
  else:
    let VK_EXT_PCI_BUS_INFO_EXTENSION_NAME* = "VK_EXT_pci_bus_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:16987:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PCI_BUS_INFO_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_display_native_hdr):
  when 1 is static:
    const
      VK_AMD_display_native_hdr* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17000:9
  else:
    let VK_AMD_display_native_hdr* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17000:9
else:
  static :
    hint("Declaration of " & "VK_AMD_display_native_hdr" &
        " already exists, not redeclaring")
when not declared(VK_AMD_DISPLAY_NATIVE_HDR_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_DISPLAY_NATIVE_HDR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17001:9
  else:
    let VK_AMD_DISPLAY_NATIVE_HDR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17001:9
else:
  static :
    hint("Declaration of " & "VK_AMD_DISPLAY_NATIVE_HDR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_DISPLAY_NATIVE_HDR_EXTENSION_NAME):
  when "VK_AMD_display_native_hdr" is static:
    const
      VK_AMD_DISPLAY_NATIVE_HDR_EXTENSION_NAME* = "VK_AMD_display_native_hdr" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17002:9
  else:
    let VK_AMD_DISPLAY_NATIVE_HDR_EXTENSION_NAME* = "VK_AMD_display_native_hdr" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17002:9
else:
  static :
    hint("Declaration of " & "VK_AMD_DISPLAY_NATIVE_HDR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_fragment_density_map):
  when 1 is static:
    const
      VK_EXT_fragment_density_map* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17028:9
  else:
    let VK_EXT_fragment_density_map* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17028:9
else:
  static :
    hint("Declaration of " & "VK_EXT_fragment_density_map" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17029:9
  else:
    let VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17029:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME):
  when "VK_EXT_fragment_density_map" is static:
    const
      VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME* = "VK_EXT_fragment_density_map" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17030:9
  else:
    let VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME* = "VK_EXT_fragment_density_map" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17030:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_scalar_block_layout):
  when 1 is static:
    const
      VK_EXT_scalar_block_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17063:9
  else:
    let VK_EXT_scalar_block_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17063:9
else:
  static :
    hint("Declaration of " & "VK_EXT_scalar_block_layout" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17064:9
  else:
    let VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17064:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SCALAR_BLOCK_LAYOUT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME):
  when "VK_EXT_scalar_block_layout" is static:
    const
      VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME* = "VK_EXT_scalar_block_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17065:9
  else:
    let VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME* = "VK_EXT_scalar_block_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17065:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SCALAR_BLOCK_LAYOUT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_hlsl_functionality1):
  when 1 is static:
    const
      VK_GOOGLE_hlsl_functionality1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17071:9
  else:
    let VK_GOOGLE_hlsl_functionality1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17071:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_hlsl_functionality1" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17072:9
  else:
    let VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17072:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME):
  when "VK_GOOGLE_hlsl_functionality1" is static:
    const
      VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME* = "VK_GOOGLE_hlsl_functionality1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17073:9
  else:
    let VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME* = "VK_GOOGLE_hlsl_functionality1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17073:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION_const):
  when VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION is typedesc:
    type
      VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION_const* = VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17075:9
  else:
    when VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION is static:
      const
        VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION_const* = VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17075:9
    else:
      let VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION_const* = VK_GOOGLE_HLSL_FUNCTIONALITY_1_SPEC_VERSION ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17075:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_HLSL_FUNCTIONALITY1_SPEC_VERSION_const" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME_const):
  when VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME is typedesc:
    type
      VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME_const* = VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17077:9
  else:
    when VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME is static:
      const
        VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME_const* = VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17077:9
    else:
      let VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME_const* = VK_GOOGLE_HLSL_FUNCTIONALITY_1_EXTENSION_NAME ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17077:9
else:
  static :
    hint("Declaration of " &
        "VK_GOOGLE_HLSL_FUNCTIONALITY1_EXTENSION_NAME_const" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_decorate_string):
  when 1 is static:
    const
      VK_GOOGLE_decorate_string* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17081:9
  else:
    let VK_GOOGLE_decorate_string* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17081:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_decorate_string" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_DECORATE_STRING_SPEC_VERSION):
  when 1 is static:
    const
      VK_GOOGLE_DECORATE_STRING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17082:9
  else:
    let VK_GOOGLE_DECORATE_STRING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17082:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_DECORATE_STRING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME):
  when "VK_GOOGLE_decorate_string" is static:
    const
      VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME* = "VK_GOOGLE_decorate_string" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17083:9
  else:
    let VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME* = "VK_GOOGLE_decorate_string" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17083:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_DECORATE_STRING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_subgroup_size_control):
  when 1 is static:
    const
      VK_EXT_subgroup_size_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17087:9
  else:
    let VK_EXT_subgroup_size_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17087:9
else:
  static :
    hint("Declaration of " & "VK_EXT_subgroup_size_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17088:9
  else:
    let VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17088:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME):
  when "VK_EXT_subgroup_size_control" is static:
    const
      VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME* = "VK_EXT_subgroup_size_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17089:9
  else:
    let VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME* = "VK_EXT_subgroup_size_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17089:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_core_properties2):
  when 1 is static:
    const
      VK_AMD_shader_core_properties2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17099:9
  else:
    let VK_AMD_shader_core_properties2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17099:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_core_properties2" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17100:9
  else:
    let VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17100:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME):
  when "VK_AMD_shader_core_properties2" is static:
    const
      VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME* = "VK_AMD_shader_core_properties2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17101:9
  else:
    let VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME* = "VK_AMD_shader_core_properties2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17101:9
else:
  static :
    hint("Declaration of " & "VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_device_coherent_memory):
  when 1 is static:
    const
      VK_AMD_device_coherent_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17117:9
  else:
    let VK_AMD_device_coherent_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17117:9
else:
  static :
    hint("Declaration of " & "VK_AMD_device_coherent_memory" &
        " already exists, not redeclaring")
when not declared(VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17118:9
  else:
    let VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17118:9
else:
  static :
    hint("Declaration of " & "VK_AMD_DEVICE_COHERENT_MEMORY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME):
  when "VK_AMD_device_coherent_memory" is static:
    const
      VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME* = "VK_AMD_device_coherent_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17119:9
  else:
    let VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME* = "VK_AMD_device_coherent_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17119:9
else:
  static :
    hint("Declaration of " & "VK_AMD_DEVICE_COHERENT_MEMORY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_image_atomic_int64):
  when 1 is static:
    const
      VK_EXT_shader_image_atomic_int64* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17129:9
  else:
    let VK_EXT_shader_image_atomic_int64* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17129:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_image_atomic_int64" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17130:9
  else:
    let VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17130:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME):
  when "VK_EXT_shader_image_atomic_int64" is static:
    const
      VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME* = "VK_EXT_shader_image_atomic_int64" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17131:9
  else:
    let VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME* = "VK_EXT_shader_image_atomic_int64" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17131:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_memory_budget):
  when 1 is static:
    const
      VK_EXT_memory_budget* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17142:9
  else:
    let VK_EXT_memory_budget* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17142:9
else:
  static :
    hint("Declaration of " & "VK_EXT_memory_budget" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MEMORY_BUDGET_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MEMORY_BUDGET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17143:9
  else:
    let VK_EXT_MEMORY_BUDGET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17143:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MEMORY_BUDGET_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MEMORY_BUDGET_EXTENSION_NAME):
  when "VK_EXT_memory_budget" is static:
    const
      VK_EXT_MEMORY_BUDGET_EXTENSION_NAME* = "VK_EXT_memory_budget" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17144:9
  else:
    let VK_EXT_MEMORY_BUDGET_EXTENSION_NAME* = "VK_EXT_memory_budget" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17144:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MEMORY_BUDGET_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_memory_priority):
  when 1 is static:
    const
      VK_EXT_memory_priority* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17155:9
  else:
    let VK_EXT_memory_priority* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17155:9
else:
  static :
    hint("Declaration of " & "VK_EXT_memory_priority" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MEMORY_PRIORITY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MEMORY_PRIORITY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17156:9
  else:
    let VK_EXT_MEMORY_PRIORITY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17156:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MEMORY_PRIORITY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME):
  when "VK_EXT_memory_priority" is static:
    const
      VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME* = "VK_EXT_memory_priority" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17157:9
  else:
    let VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME* = "VK_EXT_memory_priority" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17157:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_dedicated_allocation_image_aliasing):
  when 1 is static:
    const
      VK_NV_dedicated_allocation_image_aliasing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17173:9
  else:
    let VK_NV_dedicated_allocation_image_aliasing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17173:9
else:
  static :
    hint("Declaration of " & "VK_NV_dedicated_allocation_image_aliasing" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17174:9
  else:
    let VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17174:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME):
  when "VK_NV_dedicated_allocation_image_aliasing" is static:
    const
      VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME* = "VK_NV_dedicated_allocation_image_aliasing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17175:9
  else:
    let VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME* = "VK_NV_dedicated_allocation_image_aliasing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17175:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_buffer_device_address):
  when 1 is static:
    const
      VK_EXT_buffer_device_address* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17185:9
  else:
    let VK_EXT_buffer_device_address* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17185:9
else:
  static :
    hint("Declaration of " & "VK_EXT_buffer_device_address" &
        " already exists, not redeclaring")
when not declared(VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17186:9
  else:
    let VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17186:9
else:
  static :
    hint("Declaration of " & "VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME):
  when "VK_EXT_buffer_device_address" is static:
    const
      VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME* = "VK_EXT_buffer_device_address" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17187:9
  else:
    let VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME* = "VK_EXT_buffer_device_address" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17187:9
else:
  static :
    hint("Declaration of " & "VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_tooling_info):
  when 1 is static:
    const
      VK_EXT_tooling_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17218:9
  else:
    let VK_EXT_tooling_info* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17218:9
else:
  static :
    hint("Declaration of " & "VK_EXT_tooling_info" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TOOLING_INFO_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_TOOLING_INFO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17219:9
  else:
    let VK_EXT_TOOLING_INFO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17219:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TOOLING_INFO_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TOOLING_INFO_EXTENSION_NAME):
  when "VK_EXT_tooling_info" is static:
    const
      VK_EXT_TOOLING_INFO_EXTENSION_NAME* = "VK_EXT_tooling_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17220:9
  else:
    let VK_EXT_TOOLING_INFO_EXTENSION_NAME* = "VK_EXT_tooling_info" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17220:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TOOLING_INFO_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_separate_stencil_usage):
  when 1 is static:
    const
      VK_EXT_separate_stencil_usage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17240:9
  else:
    let VK_EXT_separate_stencil_usage* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17240:9
else:
  static :
    hint("Declaration of " & "VK_EXT_separate_stencil_usage" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17241:9
  else:
    let VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17241:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME):
  when "VK_EXT_separate_stencil_usage" is static:
    const
      VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME* = "VK_EXT_separate_stencil_usage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17242:9
  else:
    let VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME* = "VK_EXT_separate_stencil_usage" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17242:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_validation_features):
  when 1 is static:
    const
      VK_EXT_validation_features* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17248:9
  else:
    let VK_EXT_validation_features* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17248:9
else:
  static :
    hint("Declaration of " & "VK_EXT_validation_features" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VALIDATION_FEATURES_SPEC_VERSION):
  when 6 is static:
    const
      VK_EXT_VALIDATION_FEATURES_SPEC_VERSION* = 6 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17249:9
  else:
    let VK_EXT_VALIDATION_FEATURES_SPEC_VERSION* = 6 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17249:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VALIDATION_FEATURES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME):
  when "VK_EXT_validation_features" is static:
    const
      VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME* = "VK_EXT_validation_features" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17250:9
  else:
    let VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME* = "VK_EXT_validation_features" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17250:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_cooperative_matrix):
  when 1 is static:
    const
      VK_NV_cooperative_matrix* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17284:9
  else:
    let VK_NV_cooperative_matrix* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17284:9
else:
  static :
    hint("Declaration of " & "VK_NV_cooperative_matrix" &
        " already exists, not redeclaring")
when not declared(VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17285:9
  else:
    let VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17285:9
else:
  static :
    hint("Declaration of " & "VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME):
  when "VK_NV_cooperative_matrix" is static:
    const
      VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME* = "VK_NV_cooperative_matrix" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17286:9
  else:
    let VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME* = "VK_NV_cooperative_matrix" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17286:9
else:
  static :
    hint("Declaration of " & "VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_coverage_reduction_mode):
  when 1 is static:
    const
      VK_NV_coverage_reduction_mode* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17330:9
  else:
    let VK_NV_coverage_reduction_mode* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17330:9
else:
  static :
    hint("Declaration of " & "VK_NV_coverage_reduction_mode" &
        " already exists, not redeclaring")
when not declared(VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17331:9
  else:
    let VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17331:9
else:
  static :
    hint("Declaration of " & "VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME):
  when "VK_NV_coverage_reduction_mode" is static:
    const
      VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME* = "VK_NV_coverage_reduction_mode" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17332:9
  else:
    let VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME* = "VK_NV_coverage_reduction_mode" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17332:9
else:
  static :
    hint("Declaration of " & "VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_fragment_shader_interlock):
  when 1 is static:
    const
      VK_EXT_fragment_shader_interlock* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17375:9
  else:
    let VK_EXT_fragment_shader_interlock* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17375:9
else:
  static :
    hint("Declaration of " & "VK_EXT_fragment_shader_interlock" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17376:9
  else:
    let VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17376:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME):
  when "VK_EXT_fragment_shader_interlock" is static:
    const
      VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME* = "VK_EXT_fragment_shader_interlock" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17377:9
  else:
    let VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME* = "VK_EXT_fragment_shader_interlock" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17377:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ycbcr_image_arrays):
  when 1 is static:
    const
      VK_EXT_ycbcr_image_arrays* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17389:9
  else:
    let VK_EXT_ycbcr_image_arrays* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17389:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ycbcr_image_arrays" &
        " already exists, not redeclaring")
when not declared(VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17390:9
  else:
    let VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17390:9
else:
  static :
    hint("Declaration of " & "VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME):
  when "VK_EXT_ycbcr_image_arrays" is static:
    const
      VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME* = "VK_EXT_ycbcr_image_arrays" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17391:9
  else:
    let VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME* = "VK_EXT_ycbcr_image_arrays" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17391:9
else:
  static :
    hint("Declaration of " & "VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_provoking_vertex):
  when 1 is static:
    const
      VK_EXT_provoking_vertex* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17401:9
  else:
    let VK_EXT_provoking_vertex* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17401:9
else:
  static :
    hint("Declaration of " & "VK_EXT_provoking_vertex" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PROVOKING_VERTEX_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PROVOKING_VERTEX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17402:9
  else:
    let VK_EXT_PROVOKING_VERTEX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17402:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PROVOKING_VERTEX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME):
  when "VK_EXT_provoking_vertex" is static:
    const
      VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME* = "VK_EXT_provoking_vertex" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17403:9
  else:
    let VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME* = "VK_EXT_provoking_vertex" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17403:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_headless_surface):
  when 1 is static:
    const
      VK_EXT_headless_surface* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17433:9
  else:
    let VK_EXT_headless_surface* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17433:9
else:
  static :
    hint("Declaration of " & "VK_EXT_headless_surface" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HEADLESS_SURFACE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_HEADLESS_SURFACE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17434:9
  else:
    let VK_EXT_HEADLESS_SURFACE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17434:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HEADLESS_SURFACE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME):
  when "VK_EXT_headless_surface" is static:
    const
      VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME* = "VK_EXT_headless_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17435:9
  else:
    let VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME* = "VK_EXT_headless_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17435:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_line_rasterization):
  when 1 is static:
    const
      VK_EXT_line_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17457:9
  else:
    let VK_EXT_line_rasterization* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17457:9
else:
  static :
    hint("Declaration of " & "VK_EXT_line_rasterization" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LINE_RASTERIZATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_LINE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17458:9
  else:
    let VK_EXT_LINE_RASTERIZATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17458:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LINE_RASTERIZATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME):
  when "VK_EXT_line_rasterization" is static:
    const
      VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME* = "VK_EXT_line_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17459:9
  else:
    let VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME* = "VK_EXT_line_rasterization" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17459:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_atomic_float):
  when 1 is static:
    const
      VK_EXT_shader_atomic_float* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17481:9
  else:
    let VK_EXT_shader_atomic_float* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17481:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_atomic_float" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_ATOMIC_FLOAT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_ATOMIC_FLOAT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17482:9
  else:
    let VK_EXT_SHADER_ATOMIC_FLOAT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17482:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_ATOMIC_FLOAT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_ATOMIC_FLOAT_EXTENSION_NAME):
  when "VK_EXT_shader_atomic_float" is static:
    const
      VK_EXT_SHADER_ATOMIC_FLOAT_EXTENSION_NAME* = "VK_EXT_shader_atomic_float" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17483:9
  else:
    let VK_EXT_SHADER_ATOMIC_FLOAT_EXTENSION_NAME* = "VK_EXT_shader_atomic_float" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17483:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_ATOMIC_FLOAT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_host_query_reset):
  when 1 is static:
    const
      VK_EXT_host_query_reset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17504:9
  else:
    let VK_EXT_host_query_reset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17504:9
else:
  static :
    hint("Declaration of " & "VK_EXT_host_query_reset" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HOST_QUERY_RESET_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_HOST_QUERY_RESET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17505:9
  else:
    let VK_EXT_HOST_QUERY_RESET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17505:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HOST_QUERY_RESET_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME):
  when "VK_EXT_host_query_reset" is static:
    const
      VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME* = "VK_EXT_host_query_reset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17506:9
  else:
    let VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME* = "VK_EXT_host_query_reset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17506:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_index_type_uint8):
  when 1 is static:
    const
      VK_EXT_index_type_uint8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17523:9
  else:
    let VK_EXT_index_type_uint8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17523:9
else:
  static :
    hint("Declaration of " & "VK_EXT_index_type_uint8" &
        " already exists, not redeclaring")
when not declared(VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17524:9
  else:
    let VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17524:9
else:
  static :
    hint("Declaration of " & "VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME):
  when "VK_EXT_index_type_uint8" is static:
    const
      VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME* = "VK_EXT_index_type_uint8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17525:9
  else:
    let VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME* = "VK_EXT_index_type_uint8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17525:9
else:
  static :
    hint("Declaration of " & "VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_extended_dynamic_state):
  when 1 is static:
    const
      VK_EXT_extended_dynamic_state* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17531:9
  else:
    let VK_EXT_extended_dynamic_state* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17531:9
else:
  static :
    hint("Declaration of " & "VK_EXT_extended_dynamic_state" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17532:9
  else:
    let VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17532:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME):
  when "VK_EXT_extended_dynamic_state" is static:
    const
      VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME* = "VK_EXT_extended_dynamic_state" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17533:9
  else:
    let VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME* = "VK_EXT_extended_dynamic_state" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17533:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_host_image_copy):
  when 1 is static:
    const
      VK_EXT_host_image_copy* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17640:9
  else:
    let VK_EXT_host_image_copy* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17640:9
else:
  static :
    hint("Declaration of " & "VK_EXT_host_image_copy" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HOST_IMAGE_COPY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_HOST_IMAGE_COPY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17641:9
  else:
    let VK_EXT_HOST_IMAGE_COPY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17641:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HOST_IMAGE_COPY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_HOST_IMAGE_COPY_EXTENSION_NAME):
  when "VK_EXT_host_image_copy" is static:
    const
      VK_EXT_HOST_IMAGE_COPY_EXTENSION_NAME* = "VK_EXT_host_image_copy" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17642:9
  else:
    let VK_EXT_HOST_IMAGE_COPY_EXTENSION_NAME* = "VK_EXT_host_image_copy" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17642:9
else:
  static :
    hint("Declaration of " & "VK_EXT_HOST_IMAGE_COPY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_map_memory_placed):
  when 1 is static:
    const
      VK_EXT_map_memory_placed* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17714:9
  else:
    let VK_EXT_map_memory_placed* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17714:9
else:
  static :
    hint("Declaration of " & "VK_EXT_map_memory_placed" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17715:9
  else:
    let VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17715:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MAP_MEMORY_PLACED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MAP_MEMORY_PLACED_EXTENSION_NAME):
  when "VK_EXT_map_memory_placed" is static:
    const
      VK_EXT_MAP_MEMORY_PLACED_EXTENSION_NAME* = "VK_EXT_map_memory_placed" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17716:9
  else:
    let VK_EXT_MAP_MEMORY_PLACED_EXTENSION_NAME* = "VK_EXT_map_memory_placed" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17716:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MAP_MEMORY_PLACED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_atomic_float2):
  when 1 is static:
    const
      VK_EXT_shader_atomic_float2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17740:9
  else:
    let VK_EXT_shader_atomic_float2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17740:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_atomic_float2" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17741:9
  else:
    let VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17741:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME):
  when "VK_EXT_shader_atomic_float2" is static:
    const
      VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME* = "VK_EXT_shader_atomic_float2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17742:9
  else:
    let VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME* = "VK_EXT_shader_atomic_float2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17742:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_surface_maintenance1):
  when 1 is static:
    const
      VK_EXT_surface_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17763:9
  else:
    let VK_EXT_surface_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17763:9
else:
  static :
    hint("Declaration of " & "VK_EXT_surface_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SURFACE_MAINTENANCE_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SURFACE_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17764:9
  else:
    let VK_EXT_SURFACE_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17764:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SURFACE_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SURFACE_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_EXT_surface_maintenance1" is static:
    const
      VK_EXT_SURFACE_MAINTENANCE_1_EXTENSION_NAME* = "VK_EXT_surface_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17765:9
  else:
    let VK_EXT_SURFACE_MAINTENANCE_1_EXTENSION_NAME* = "VK_EXT_surface_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17765:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SURFACE_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_swapchain_maintenance1):
  when 1 is static:
    const
      VK_EXT_swapchain_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17783:9
  else:
    let VK_EXT_swapchain_maintenance1* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17783:9
else:
  static :
    hint("Declaration of " & "VK_EXT_swapchain_maintenance1" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17784:9
  else:
    let VK_EXT_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17784:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SWAPCHAIN_MAINTENANCE_1_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME):
  when "VK_EXT_swapchain_maintenance1" is static:
    const
      VK_EXT_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME* = "VK_EXT_swapchain_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17785:9
  else:
    let VK_EXT_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME* = "VK_EXT_swapchain_maintenance1" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17785:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SWAPCHAIN_MAINTENANCE_1_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_demote_to_helper_invocation):
  when 1 is static:
    const
      VK_EXT_shader_demote_to_helper_invocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17810:9
  else:
    let VK_EXT_shader_demote_to_helper_invocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17810:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_demote_to_helper_invocation" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17811:9
  else:
    let VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17811:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME):
  when "VK_EXT_shader_demote_to_helper_invocation" is static:
    const
      VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME* = "VK_EXT_shader_demote_to_helper_invocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17812:9
  else:
    let VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME* = "VK_EXT_shader_demote_to_helper_invocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17812:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_device_generated_commands):
  when 1 is static:
    const
      VK_NV_device_generated_commands* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17818:9
  else:
    let VK_NV_device_generated_commands* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17818:9
else:
  static :
    hint("Declaration of " & "VK_NV_device_generated_commands" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION):
  when 3 is static:
    const
      VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17820:9
  else:
    let VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17820:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME):
  when "VK_NV_device_generated_commands" is static:
    const
      VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME* = "VK_NV_device_generated_commands" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17821:9
  else:
    let VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME* = "VK_NV_device_generated_commands" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:17821:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_inherited_viewport_scissor):
  when 1 is static:
    const
      VK_NV_inherited_viewport_scissor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18024:9
  else:
    let VK_NV_inherited_viewport_scissor* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18024:9
else:
  static :
    hint("Declaration of " & "VK_NV_inherited_viewport_scissor" &
        " already exists, not redeclaring")
when not declared(VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18025:9
  else:
    let VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18025:9
else:
  static :
    hint("Declaration of " & "VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME):
  when "VK_NV_inherited_viewport_scissor" is static:
    const
      VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME* = "VK_NV_inherited_viewport_scissor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18026:9
  else:
    let VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME* = "VK_NV_inherited_viewport_scissor" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18026:9
else:
  static :
    hint("Declaration of " & "VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_texel_buffer_alignment):
  when 1 is static:
    const
      VK_EXT_texel_buffer_alignment* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18044:9
  else:
    let VK_EXT_texel_buffer_alignment* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18044:9
else:
  static :
    hint("Declaration of " & "VK_EXT_texel_buffer_alignment" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18045:9
  else:
    let VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18045:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME):
  when "VK_EXT_texel_buffer_alignment" is static:
    const
      VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME* = "VK_EXT_texel_buffer_alignment" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18046:9
  else:
    let VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME* = "VK_EXT_texel_buffer_alignment" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18046:9
else:
  static :
    hint("Declaration of " & "VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_render_pass_transform):
  when 1 is static:
    const
      VK_QCOM_render_pass_transform* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18058:9
  else:
    let VK_QCOM_render_pass_transform* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18058:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_render_pass_transform" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_RENDER_PASS_TRANSFORM_SPEC_VERSION):
  when 5 is static:
    const
      VK_QCOM_RENDER_PASS_TRANSFORM_SPEC_VERSION* = 5 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18059:9
  else:
    let VK_QCOM_RENDER_PASS_TRANSFORM_SPEC_VERSION* = 5 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18059:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_RENDER_PASS_TRANSFORM_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_RENDER_PASS_TRANSFORM_EXTENSION_NAME):
  when "VK_QCOM_render_pass_transform" is static:
    const
      VK_QCOM_RENDER_PASS_TRANSFORM_EXTENSION_NAME* = "VK_QCOM_render_pass_transform" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18060:9
  else:
    let VK_QCOM_RENDER_PASS_TRANSFORM_EXTENSION_NAME* = "VK_QCOM_render_pass_transform" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18060:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_RENDER_PASS_TRANSFORM_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_depth_bias_control):
  when 1 is static:
    const
      VK_EXT_depth_bias_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18077:9
  else:
    let VK_EXT_depth_bias_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18077:9
else:
  static :
    hint("Declaration of " & "VK_EXT_depth_bias_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_BIAS_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEPTH_BIAS_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18078:9
  else:
    let VK_EXT_DEPTH_BIAS_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18078:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_BIAS_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_BIAS_CONTROL_EXTENSION_NAME):
  when "VK_EXT_depth_bias_control" is static:
    const
      VK_EXT_DEPTH_BIAS_CONTROL_EXTENSION_NAME* = "VK_EXT_depth_bias_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18079:9
  else:
    let VK_EXT_DEPTH_BIAS_CONTROL_EXTENSION_NAME* = "VK_EXT_depth_bias_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18079:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_BIAS_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_device_memory_report):
  when 1 is static:
    const
      VK_EXT_device_memory_report* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18123:9
  else:
    let VK_EXT_device_memory_report* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18123:9
else:
  static :
    hint("Declaration of " & "VK_EXT_device_memory_report" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18124:9
  else:
    let VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18124:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME):
  when "VK_EXT_device_memory_report" is static:
    const
      VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME* = "VK_EXT_device_memory_report" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18125:9
  else:
    let VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME* = "VK_EXT_device_memory_report" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18125:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_acquire_drm_display):
  when 1 is static:
    const
      VK_EXT_acquire_drm_display* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18169:9
  else:
    let VK_EXT_acquire_drm_display* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18169:9
else:
  static :
    hint("Declaration of " & "VK_EXT_acquire_drm_display" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ACQUIRE_DRM_DISPLAY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_ACQUIRE_DRM_DISPLAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18170:9
  else:
    let VK_EXT_ACQUIRE_DRM_DISPLAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18170:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ACQUIRE_DRM_DISPLAY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ACQUIRE_DRM_DISPLAY_EXTENSION_NAME):
  when "VK_EXT_acquire_drm_display" is static:
    const
      VK_EXT_ACQUIRE_DRM_DISPLAY_EXTENSION_NAME* = "VK_EXT_acquire_drm_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18171:9
  else:
    let VK_EXT_ACQUIRE_DRM_DISPLAY_EXTENSION_NAME* = "VK_EXT_acquire_drm_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18171:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ACQUIRE_DRM_DISPLAY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_robustness2):
  when 1 is static:
    const
      VK_EXT_robustness2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18194:9
  else:
    let VK_EXT_robustness2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18194:9
else:
  static :
    hint("Declaration of " & "VK_EXT_robustness2" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ROBUSTNESS_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_ROBUSTNESS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18195:9
  else:
    let VK_EXT_ROBUSTNESS_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18195:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ROBUSTNESS_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ROBUSTNESS_2_EXTENSION_NAME):
  when "VK_EXT_robustness2" is static:
    const
      VK_EXT_ROBUSTNESS_2_EXTENSION_NAME* = "VK_EXT_robustness2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18196:9
  else:
    let VK_EXT_ROBUSTNESS_2_EXTENSION_NAME* = "VK_EXT_robustness2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18196:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ROBUSTNESS_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_custom_border_color):
  when 1 is static:
    const
      VK_EXT_custom_border_color* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18204:9
  else:
    let VK_EXT_custom_border_color* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18204:9
else:
  static :
    hint("Declaration of " & "VK_EXT_custom_border_color" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION):
  when 12 is static:
    const
      VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION* = 12 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18205:9
  else:
    let VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION* = 12 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18205:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME):
  when "VK_EXT_custom_border_color" is static:
    const
      VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME* = "VK_EXT_custom_border_color" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18206:9
  else:
    let VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME* = "VK_EXT_custom_border_color" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18206:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_user_type):
  when 1 is static:
    const
      VK_GOOGLE_user_type* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18230:9
  else:
    let VK_GOOGLE_user_type* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18230:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_user_type" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_USER_TYPE_SPEC_VERSION):
  when 1 is static:
    const
      VK_GOOGLE_USER_TYPE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18231:9
  else:
    let VK_GOOGLE_USER_TYPE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18231:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_USER_TYPE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_USER_TYPE_EXTENSION_NAME):
  when "VK_GOOGLE_user_type" is static:
    const
      VK_GOOGLE_USER_TYPE_EXTENSION_NAME* = "VK_GOOGLE_user_type" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18232:9
  else:
    let VK_GOOGLE_USER_TYPE_EXTENSION_NAME* = "VK_GOOGLE_user_type" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18232:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_USER_TYPE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_present_barrier):
  when 1 is static:
    const
      VK_NV_present_barrier* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18236:9
  else:
    let VK_NV_present_barrier* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18236:9
else:
  static :
    hint("Declaration of " & "VK_NV_present_barrier" &
        " already exists, not redeclaring")
when not declared(VK_NV_PRESENT_BARRIER_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_PRESENT_BARRIER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18237:9
  else:
    let VK_NV_PRESENT_BARRIER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18237:9
else:
  static :
    hint("Declaration of " & "VK_NV_PRESENT_BARRIER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_PRESENT_BARRIER_EXTENSION_NAME):
  when "VK_NV_present_barrier" is static:
    const
      VK_NV_PRESENT_BARRIER_EXTENSION_NAME* = "VK_NV_present_barrier" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18238:9
  else:
    let VK_NV_PRESENT_BARRIER_EXTENSION_NAME* = "VK_NV_present_barrier" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18238:9
else:
  static :
    hint("Declaration of " & "VK_NV_PRESENT_BARRIER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_private_data):
  when 1 is static:
    const
      VK_EXT_private_data* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18260:9
  else:
    let VK_EXT_private_data* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18260:9
else:
  static :
    hint("Declaration of " & "VK_EXT_private_data" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRIVATE_DATA_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PRIVATE_DATA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18263:9
  else:
    let VK_EXT_PRIVATE_DATA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18263:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PRIVATE_DATA_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRIVATE_DATA_EXTENSION_NAME):
  when "VK_EXT_private_data" is static:
    const
      VK_EXT_PRIVATE_DATA_EXTENSION_NAME* = "VK_EXT_private_data" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18264:9
  else:
    let VK_EXT_PRIVATE_DATA_EXTENSION_NAME* = "VK_EXT_private_data" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18264:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PRIVATE_DATA_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pipeline_creation_cache_control):
  when 1 is static:
    const
      VK_EXT_pipeline_creation_cache_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18315:9
  else:
    let VK_EXT_pipeline_creation_cache_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18315:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pipeline_creation_cache_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION):
  when 3 is static:
    const
      VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18316:9
  else:
    let VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18316:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME):
  when "VK_EXT_pipeline_creation_cache_control" is static:
    const
      VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME* = "VK_EXT_pipeline_creation_cache_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18317:9
  else:
    let VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME* = "VK_EXT_pipeline_creation_cache_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18317:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_device_diagnostics_config):
  when 1 is static:
    const
      VK_NV_device_diagnostics_config* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18323:9
  else:
    let VK_NV_device_diagnostics_config* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18323:9
else:
  static :
    hint("Declaration of " & "VK_NV_device_diagnostics_config" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_DIAGNOSTICS_CONFIG_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_DEVICE_DIAGNOSTICS_CONFIG_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18324:9
  else:
    let VK_NV_DEVICE_DIAGNOSTICS_CONFIG_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18324:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEVICE_DIAGNOSTICS_CONFIG_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_DIAGNOSTICS_CONFIG_EXTENSION_NAME):
  when "VK_NV_device_diagnostics_config" is static:
    const
      VK_NV_DEVICE_DIAGNOSTICS_CONFIG_EXTENSION_NAME* = "VK_NV_device_diagnostics_config" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18325:9
  else:
    let VK_NV_DEVICE_DIAGNOSTICS_CONFIG_EXTENSION_NAME* = "VK_NV_device_diagnostics_config" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18325:9
else:
  static :
    hint("Declaration of " & "VK_NV_DEVICE_DIAGNOSTICS_CONFIG_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_render_pass_store_ops):
  when 1 is static:
    const
      VK_QCOM_render_pass_store_ops* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18350:9
  else:
    let VK_QCOM_render_pass_store_ops* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18350:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_render_pass_store_ops" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION):
  when 2 is static:
    const
      VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18351:9
  else:
    let VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18351:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_RENDER_PASS_STORE_OPS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME):
  when "VK_QCOM_render_pass_store_ops" is static:
    const
      VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME* = "VK_QCOM_render_pass_store_ops" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18352:9
  else:
    let VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME* = "VK_QCOM_render_pass_store_ops" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18352:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_RENDER_PASS_STORE_OPS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_tile_shading):
  when 1 is static:
    const
      VK_QCOM_tile_shading* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18356:9
  else:
    let VK_QCOM_tile_shading* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18356:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_tile_shading" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_TILE_SHADING_SPEC_VERSION):
  when 2 is static:
    const
      VK_QCOM_TILE_SHADING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18357:9
  else:
    let VK_QCOM_TILE_SHADING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18357:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_TILE_SHADING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_TILE_SHADING_EXTENSION_NAME):
  when "VK_QCOM_tile_shading" is static:
    const
      VK_QCOM_TILE_SHADING_EXTENSION_NAME* = "VK_QCOM_tile_shading" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18358:9
  else:
    let VK_QCOM_TILE_SHADING_EXTENSION_NAME* = "VK_QCOM_tile_shading" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18358:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_TILE_SHADING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_low_latency):
  when 1 is static:
    const
      VK_NV_low_latency* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18442:9
  else:
    let VK_NV_low_latency* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18442:9
else:
  static :
    hint("Declaration of " & "VK_NV_low_latency" &
        " already exists, not redeclaring")
when not declared(VK_NV_LOW_LATENCY_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_LOW_LATENCY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18443:9
  else:
    let VK_NV_LOW_LATENCY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18443:9
else:
  static :
    hint("Declaration of " & "VK_NV_LOW_LATENCY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_LOW_LATENCY_EXTENSION_NAME):
  when "VK_NV_low_latency" is static:
    const
      VK_NV_LOW_LATENCY_EXTENSION_NAME* = "VK_NV_low_latency" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18444:9
  else:
    let VK_NV_LOW_LATENCY_EXTENSION_NAME* = "VK_NV_low_latency" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18444:9
else:
  static :
    hint("Declaration of " & "VK_NV_LOW_LATENCY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_descriptor_buffer):
  when 1 is static:
    const
      VK_EXT_descriptor_buffer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18454:9
  else:
    let VK_EXT_descriptor_buffer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18454:9
else:
  static :
    hint("Declaration of " & "VK_EXT_descriptor_buffer" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DESCRIPTOR_BUFFER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DESCRIPTOR_BUFFER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18456:9
  else:
    let VK_EXT_DESCRIPTOR_BUFFER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18456:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DESCRIPTOR_BUFFER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DESCRIPTOR_BUFFER_EXTENSION_NAME):
  when "VK_EXT_descriptor_buffer" is static:
    const
      VK_EXT_DESCRIPTOR_BUFFER_EXTENSION_NAME* = "VK_EXT_descriptor_buffer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18457:9
  else:
    let VK_EXT_DESCRIPTOR_BUFFER_EXTENSION_NAME* = "VK_EXT_descriptor_buffer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18457:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DESCRIPTOR_BUFFER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_graphics_pipeline_library):
  when 1 is static:
    const
      VK_EXT_graphics_pipeline_library* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18689:9
  else:
    let VK_EXT_graphics_pipeline_library* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18689:9
else:
  static :
    hint("Declaration of " & "VK_EXT_graphics_pipeline_library" &
        " already exists, not redeclaring")
when not declared(VK_EXT_GRAPHICS_PIPELINE_LIBRARY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_GRAPHICS_PIPELINE_LIBRARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18690:9
  else:
    let VK_EXT_GRAPHICS_PIPELINE_LIBRARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18690:9
else:
  static :
    hint("Declaration of " & "VK_EXT_GRAPHICS_PIPELINE_LIBRARY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME):
  when "VK_EXT_graphics_pipeline_library" is static:
    const
      VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME* = "VK_EXT_graphics_pipeline_library" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18691:9
  else:
    let VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME* = "VK_EXT_graphics_pipeline_library" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18691:9
else:
  static :
    hint("Declaration of " & "VK_EXT_GRAPHICS_PIPELINE_LIBRARY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_shader_early_and_late_fragment_tests):
  when 1 is static:
    const
      VK_AMD_shader_early_and_late_fragment_tests* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18723:9
  else:
    let VK_AMD_shader_early_and_late_fragment_tests* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18723:9
else:
  static :
    hint("Declaration of " & "VK_AMD_shader_early_and_late_fragment_tests" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18724:9
  else:
    let VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18724:9
else:
  static :
    hint("Declaration of " &
        "VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_EXTENSION_NAME):
  when "VK_AMD_shader_early_and_late_fragment_tests" is static:
    const
      VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_EXTENSION_NAME* = "VK_AMD_shader_early_and_late_fragment_tests" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18725:9
  else:
    let VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_EXTENSION_NAME* = "VK_AMD_shader_early_and_late_fragment_tests" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18725:9
else:
  static :
    hint("Declaration of " &
        "VK_AMD_SHADER_EARLY_AND_LATE_FRAGMENT_TESTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_fragment_shading_rate_enums):
  when 1 is static:
    const
      VK_NV_fragment_shading_rate_enums* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18735:9
  else:
    let VK_NV_fragment_shading_rate_enums* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18735:9
else:
  static :
    hint("Declaration of " & "VK_NV_fragment_shading_rate_enums" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18736:9
  else:
    let VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18736:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME):
  when "VK_NV_fragment_shading_rate_enums" is static:
    const
      VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME* = "VK_NV_fragment_shading_rate_enums" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18737:9
  else:
    let VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME* = "VK_NV_fragment_shading_rate_enums" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18737:9
else:
  static :
    hint("Declaration of " & "VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_ray_tracing_motion_blur):
  when 1 is static:
    const
      VK_NV_ray_tracing_motion_blur* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18795:9
  else:
    let VK_NV_ray_tracing_motion_blur* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18795:9
else:
  static :
    hint("Declaration of " & "VK_NV_ray_tracing_motion_blur" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_MOTION_BLUR_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_RAY_TRACING_MOTION_BLUR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18796:9
  else:
    let VK_NV_RAY_TRACING_MOTION_BLUR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18796:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_MOTION_BLUR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_MOTION_BLUR_EXTENSION_NAME):
  when "VK_NV_ray_tracing_motion_blur" is static:
    const
      VK_NV_RAY_TRACING_MOTION_BLUR_EXTENSION_NAME* = "VK_NV_ray_tracing_motion_blur" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18797:9
  else:
    let VK_NV_RAY_TRACING_MOTION_BLUR_EXTENSION_NAME* = "VK_NV_ray_tracing_motion_blur" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18797:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_MOTION_BLUR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ycbcr_2plane_444_formats):
  when 1 is static:
    const
      VK_EXT_ycbcr_2plane_444_formats* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18886:9
  else:
    let VK_EXT_ycbcr_2plane_444_formats* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18886:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ycbcr_2plane_444_formats" &
        " already exists, not redeclaring")
when not declared(VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18887:9
  else:
    let VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18887:9
else:
  static :
    hint("Declaration of " & "VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME):
  when "VK_EXT_ycbcr_2plane_444_formats" is static:
    const
      VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME* = "VK_EXT_ycbcr_2plane_444_formats" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18888:9
  else:
    let VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME* = "VK_EXT_ycbcr_2plane_444_formats" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18888:9
else:
  static :
    hint("Declaration of " & "VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_fragment_density_map2):
  when 1 is static:
    const
      VK_EXT_fragment_density_map2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18898:9
  else:
    let VK_EXT_fragment_density_map2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18898:9
else:
  static :
    hint("Declaration of " & "VK_EXT_fragment_density_map2" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18899:9
  else:
    let VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18899:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME):
  when "VK_EXT_fragment_density_map2" is static:
    const
      VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME* = "VK_EXT_fragment_density_map2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18900:9
  else:
    let VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME* = "VK_EXT_fragment_density_map2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18900:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_rotated_copy_commands):
  when 1 is static:
    const
      VK_QCOM_rotated_copy_commands* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18919:9
  else:
    let VK_QCOM_rotated_copy_commands* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18919:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_rotated_copy_commands" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION):
  when 2 is static:
    const
      VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18920:9
  else:
    let VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18920:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME):
  when "VK_QCOM_rotated_copy_commands" is static:
    const
      VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME* = "VK_QCOM_rotated_copy_commands" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18921:9
  else:
    let VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME* = "VK_QCOM_rotated_copy_commands" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18921:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_robustness):
  when 1 is static:
    const
      VK_EXT_image_robustness* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18931:9
  else:
    let VK_EXT_image_robustness* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18931:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_robustness" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18932:9
  else:
    let VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18932:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME):
  when "VK_EXT_image_robustness" is static:
    const
      VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME* = "VK_EXT_image_robustness" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18933:9
  else:
    let VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME* = "VK_EXT_image_robustness" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18933:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_compression_control):
  when 1 is static:
    const
      VK_EXT_image_compression_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18939:9
  else:
    let VK_EXT_image_compression_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18939:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_compression_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_COMPRESSION_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_IMAGE_COMPRESSION_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18940:9
  else:
    let VK_EXT_IMAGE_COMPRESSION_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18940:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_COMPRESSION_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_COMPRESSION_CONTROL_EXTENSION_NAME):
  when "VK_EXT_image_compression_control" is static:
    const
      VK_EXT_IMAGE_COMPRESSION_CONTROL_EXTENSION_NAME* = "VK_EXT_image_compression_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18941:9
  else:
    let VK_EXT_IMAGE_COMPRESSION_CONTROL_EXTENSION_NAME* = "VK_EXT_image_compression_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:18941:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_COMPRESSION_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_attachment_feedback_loop_layout):
  when 1 is static:
    const
      VK_EXT_attachment_feedback_loop_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19005:9
  else:
    let VK_EXT_attachment_feedback_loop_layout* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19005:9
else:
  static :
    hint("Declaration of " & "VK_EXT_attachment_feedback_loop_layout" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19006:9
  else:
    let VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19006:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_EXTENSION_NAME):
  when "VK_EXT_attachment_feedback_loop_layout" is static:
    const
      VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_EXTENSION_NAME* = "VK_EXT_attachment_feedback_loop_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19007:9
  else:
    let VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_EXTENSION_NAME* = "VK_EXT_attachment_feedback_loop_layout" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19007:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_ATTACHMENT_FEEDBACK_LOOP_LAYOUT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_4444_formats):
  when 1 is static:
    const
      VK_EXT_4444_formats* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19017:9
  else:
    let VK_EXT_4444_formats* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19017:9
else:
  static :
    hint("Declaration of " & "VK_EXT_4444_formats" &
        " already exists, not redeclaring")
when not declared(VK_EXT_4444_FORMATS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_4444_FORMATS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19018:9
  else:
    let VK_EXT_4444_FORMATS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19018:9
else:
  static :
    hint("Declaration of " & "VK_EXT_4444_FORMATS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_4444_FORMATS_EXTENSION_NAME):
  when "VK_EXT_4444_formats" is static:
    const
      VK_EXT_4444_FORMATS_EXTENSION_NAME* = "VK_EXT_4444_formats" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19019:9
  else:
    let VK_EXT_4444_FORMATS_EXTENSION_NAME* = "VK_EXT_4444_formats" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19019:9
else:
  static :
    hint("Declaration of " & "VK_EXT_4444_FORMATS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_device_fault):
  when 1 is static:
    const
      VK_EXT_device_fault* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19030:9
  else:
    let VK_EXT_device_fault* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19030:9
else:
  static :
    hint("Declaration of " & "VK_EXT_device_fault" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_FAULT_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_DEVICE_FAULT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19031:9
  else:
    let VK_EXT_DEVICE_FAULT_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19031:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_FAULT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_FAULT_EXTENSION_NAME):
  when "VK_EXT_device_fault" is static:
    const
      VK_EXT_DEVICE_FAULT_EXTENSION_NAME* = "VK_EXT_device_fault" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19032:9
  else:
    let VK_EXT_DEVICE_FAULT_EXTENSION_NAME* = "VK_EXT_device_fault" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19032:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_FAULT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_rasterization_order_attachment_access):
  when 1 is static:
    const
      VK_ARM_rasterization_order_attachment_access* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19112:9
  else:
    let VK_ARM_rasterization_order_attachment_access* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19112:9
else:
  static :
    hint("Declaration of " & "VK_ARM_rasterization_order_attachment_access" &
        " already exists, not redeclaring")
when not declared(VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19113:9
  else:
    let VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19113:9
else:
  static :
    hint("Declaration of " &
        "VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME):
  when "VK_ARM_rasterization_order_attachment_access" is static:
    const
      VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME* = "VK_ARM_rasterization_order_attachment_access" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19114:9
  else:
    let VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME* = "VK_ARM_rasterization_order_attachment_access" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19114:9
else:
  static :
    hint("Declaration of " &
        "VK_ARM_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_rgba10x6_formats):
  when 1 is static:
    const
      VK_EXT_rgba10x6_formats* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19128:9
  else:
    let VK_EXT_rgba10x6_formats* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19128:9
else:
  static :
    hint("Declaration of " & "VK_EXT_rgba10x6_formats" &
        " already exists, not redeclaring")
when not declared(VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19129:9
  else:
    let VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19129:9
else:
  static :
    hint("Declaration of " & "VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME):
  when "VK_EXT_rgba10x6_formats" is static:
    const
      VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME* = "VK_EXT_rgba10x6_formats" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19130:9
  else:
    let VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME* = "VK_EXT_rgba10x6_formats" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19130:9
else:
  static :
    hint("Declaration of " & "VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_mutable_descriptor_type):
  when 1 is static:
    const
      VK_VALVE_mutable_descriptor_type* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19140:9
  else:
    let VK_VALVE_mutable_descriptor_type* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19140:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_mutable_descriptor_type" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION):
  when 1 is static:
    const
      VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19141:9
  else:
    let VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19141:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME):
  when "VK_VALVE_mutable_descriptor_type" is static:
    const
      VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME* = "VK_VALVE_mutable_descriptor_type" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19142:9
  else:
    let VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME* = "VK_VALVE_mutable_descriptor_type" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19142:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_vertex_input_dynamic_state):
  when 1 is static:
    const
      VK_EXT_vertex_input_dynamic_state* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19170:9
  else:
    let VK_EXT_vertex_input_dynamic_state* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19170:9
else:
  static :
    hint("Declaration of " & "VK_EXT_vertex_input_dynamic_state" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19171:9
  else:
    let VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19171:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME):
  when "VK_EXT_vertex_input_dynamic_state" is static:
    const
      VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME* = "VK_EXT_vertex_input_dynamic_state" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19172:9
  else:
    let VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME* = "VK_EXT_vertex_input_dynamic_state" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19172:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_physical_device_drm):
  when 1 is static:
    const
      VK_EXT_physical_device_drm* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19212:9
  else:
    let VK_EXT_physical_device_drm* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19212:9
else:
  static :
    hint("Declaration of " & "VK_EXT_physical_device_drm" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19213:9
  else:
    let VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19213:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PHYSICAL_DEVICE_DRM_EXTENSION_NAME):
  when "VK_EXT_physical_device_drm" is static:
    const
      VK_EXT_PHYSICAL_DEVICE_DRM_EXTENSION_NAME* = "VK_EXT_physical_device_drm" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19214:9
  else:
    let VK_EXT_PHYSICAL_DEVICE_DRM_EXTENSION_NAME* = "VK_EXT_physical_device_drm" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19214:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PHYSICAL_DEVICE_DRM_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_device_address_binding_report):
  when 1 is static:
    const
      VK_EXT_device_address_binding_report* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19229:9
  else:
    let VK_EXT_device_address_binding_report* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19229:9
else:
  static :
    hint("Declaration of " & "VK_EXT_device_address_binding_report" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19230:9
  else:
    let VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19230:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_EXTENSION_NAME):
  when "VK_EXT_device_address_binding_report" is static:
    const
      VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_EXTENSION_NAME* = "VK_EXT_device_address_binding_report" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19231:9
  else:
    let VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_EXTENSION_NAME* = "VK_EXT_device_address_binding_report" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19231:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_DEVICE_ADDRESS_BINDING_REPORT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_depth_clip_control):
  when 1 is static:
    const
      VK_EXT_depth_clip_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19262:9
  else:
    let VK_EXT_depth_clip_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19262:9
else:
  static :
    hint("Declaration of " & "VK_EXT_depth_clip_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLIP_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEPTH_CLIP_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19263:9
  else:
    let VK_EXT_DEPTH_CLIP_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19263:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLIP_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLIP_CONTROL_EXTENSION_NAME):
  when "VK_EXT_depth_clip_control" is static:
    const
      VK_EXT_DEPTH_CLIP_CONTROL_EXTENSION_NAME* = "VK_EXT_depth_clip_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19264:9
  else:
    let VK_EXT_DEPTH_CLIP_CONTROL_EXTENSION_NAME* = "VK_EXT_depth_clip_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19264:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLIP_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_primitive_topology_list_restart):
  when 1 is static:
    const
      VK_EXT_primitive_topology_list_restart* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19280:9
  else:
    let VK_EXT_primitive_topology_list_restart* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19280:9
else:
  static :
    hint("Declaration of " & "VK_EXT_primitive_topology_list_restart" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19281:9
  else:
    let VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19281:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME):
  when "VK_EXT_primitive_topology_list_restart" is static:
    const
      VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME* = "VK_EXT_primitive_topology_list_restart" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19282:9
  else:
    let VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME* = "VK_EXT_primitive_topology_list_restart" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19282:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_present_mode_fifo_latest_ready):
  when 1 is static:
    const
      VK_EXT_present_mode_fifo_latest_ready* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19293:9
  else:
    let VK_EXT_present_mode_fifo_latest_ready* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19293:9
else:
  static :
    hint("Declaration of " & "VK_EXT_present_mode_fifo_latest_ready" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19294:9
  else:
    let VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19294:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME):
  when "VK_EXT_present_mode_fifo_latest_ready" is static:
    const
      VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME* = "VK_EXT_present_mode_fifo_latest_ready" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19295:9
  else:
    let VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME* = "VK_EXT_present_mode_fifo_latest_ready" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19295:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PRESENT_MODE_FIFO_LATEST_READY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_subpass_shading):
  when 1 is static:
    const
      VK_HUAWEI_subpass_shading* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19301:9
  else:
    let VK_HUAWEI_subpass_shading* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19301:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_subpass_shading" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION):
  when 3 is static:
    const
      VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19302:9
  else:
    let VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19302:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME):
  when "VK_HUAWEI_subpass_shading" is static:
    const
      VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME* = "VK_HUAWEI_subpass_shading" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19303:9
  else:
    let VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME* = "VK_HUAWEI_subpass_shading" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19303:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_invocation_mask):
  when 1 is static:
    const
      VK_HUAWEI_invocation_mask* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19342:9
  else:
    let VK_HUAWEI_invocation_mask* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19342:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_invocation_mask" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION):
  when 1 is static:
    const
      VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19343:9
  else:
    let VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19343:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME):
  when "VK_HUAWEI_invocation_mask" is static:
    const
      VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME* = "VK_HUAWEI_invocation_mask" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19344:9
  else:
    let VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME* = "VK_HUAWEI_invocation_mask" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19344:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_external_memory_rdma):
  when 1 is static:
    const
      VK_NV_external_memory_rdma* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19364:9
  else:
    let VK_NV_external_memory_rdma* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19364:9
else:
  static :
    hint("Declaration of " & "VK_NV_external_memory_rdma" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19366:9
  else:
    let VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19366:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME):
  when "VK_NV_external_memory_rdma" is static:
    const
      VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME* = "VK_NV_external_memory_rdma" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19367:9
  else:
    let VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME* = "VK_NV_external_memory_rdma" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19367:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pipeline_properties):
  when 1 is static:
    const
      VK_EXT_pipeline_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19394:9
  else:
    let VK_EXT_pipeline_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19394:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pipeline_properties" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_PROPERTIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PIPELINE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19395:9
  else:
    let VK_EXT_PIPELINE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19395:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_PROPERTIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_PROPERTIES_EXTENSION_NAME):
  when "VK_EXT_pipeline_properties" is static:
    const
      VK_EXT_PIPELINE_PROPERTIES_EXTENSION_NAME* = "VK_EXT_pipeline_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19396:9
  else:
    let VK_EXT_PIPELINE_PROPERTIES_EXTENSION_NAME* = "VK_EXT_pipeline_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19396:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_PROPERTIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_frame_boundary):
  when 1 is static:
    const
      VK_EXT_frame_boundary* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19424:9
  else:
    let VK_EXT_frame_boundary* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19424:9
else:
  static :
    hint("Declaration of " & "VK_EXT_frame_boundary" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAME_BOUNDARY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_FRAME_BOUNDARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19425:9
  else:
    let VK_EXT_FRAME_BOUNDARY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19425:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAME_BOUNDARY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAME_BOUNDARY_EXTENSION_NAME):
  when "VK_EXT_frame_boundary" is static:
    const
      VK_EXT_FRAME_BOUNDARY_EXTENSION_NAME* = "VK_EXT_frame_boundary" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19426:9
  else:
    let VK_EXT_FRAME_BOUNDARY_EXTENSION_NAME* = "VK_EXT_frame_boundary" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19426:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAME_BOUNDARY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_multisampled_render_to_single_sampled):
  when 1 is static:
    const
      VK_EXT_multisampled_render_to_single_sampled* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19456:9
  else:
    let VK_EXT_multisampled_render_to_single_sampled* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19456:9
else:
  static :
    hint("Declaration of " & "VK_EXT_multisampled_render_to_single_sampled" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19457:9
  else:
    let VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19457:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_EXTENSION_NAME):
  when "VK_EXT_multisampled_render_to_single_sampled" is static:
    const
      VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_EXTENSION_NAME* = "VK_EXT_multisampled_render_to_single_sampled" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19458:9
  else:
    let VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_EXTENSION_NAME* = "VK_EXT_multisampled_render_to_single_sampled" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19458:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_MULTISAMPLED_RENDER_TO_SINGLE_SAMPLED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_extended_dynamic_state2):
  when 1 is static:
    const
      VK_EXT_extended_dynamic_state2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19481:9
  else:
    let VK_EXT_extended_dynamic_state2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19481:9
else:
  static :
    hint("Declaration of " & "VK_EXT_extended_dynamic_state2" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19482:9
  else:
    let VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19482:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME):
  when "VK_EXT_extended_dynamic_state2" is static:
    const
      VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME* = "VK_EXT_extended_dynamic_state2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19483:9
  else:
    let VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME* = "VK_EXT_extended_dynamic_state2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19483:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_color_write_enable):
  when 1 is static:
    const
      VK_EXT_color_write_enable* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19532:9
  else:
    let VK_EXT_color_write_enable* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19532:9
else:
  static :
    hint("Declaration of " & "VK_EXT_color_write_enable" &
        " already exists, not redeclaring")
when not declared(VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19533:9
  else:
    let VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19533:9
else:
  static :
    hint("Declaration of " & "VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME):
  when "VK_EXT_color_write_enable" is static:
    const
      VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME* = "VK_EXT_color_write_enable" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19534:9
  else:
    let VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME* = "VK_EXT_color_write_enable" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19534:9
else:
  static :
    hint("Declaration of " & "VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_primitives_generated_query):
  when 1 is static:
    const
      VK_EXT_primitives_generated_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19561:9
  else:
    let VK_EXT_primitives_generated_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19561:9
else:
  static :
    hint("Declaration of " & "VK_EXT_primitives_generated_query" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19562:9
  else:
    let VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19562:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME):
  when "VK_EXT_primitives_generated_query" is static:
    const
      VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME* = "VK_EXT_primitives_generated_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19563:9
  else:
    let VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME* = "VK_EXT_primitives_generated_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19563:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_global_priority_query):
  when 1 is static:
    const
      VK_EXT_global_priority_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19575:9
  else:
    let VK_EXT_global_priority_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19575:9
else:
  static :
    hint("Declaration of " & "VK_EXT_global_priority_query" &
        " already exists, not redeclaring")
when not declared(VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19576:9
  else:
    let VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19576:9
else:
  static :
    hint("Declaration of " & "VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME):
  when "VK_EXT_global_priority_query" is static:
    const
      VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME* = "VK_EXT_global_priority_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19577:9
  else:
    let VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME* = "VK_EXT_global_priority_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19577:9
else:
  static :
    hint("Declaration of " & "VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_MAX_GLOBAL_PRIORITY_SIZE_EXT):
  when VK_MAX_GLOBAL_PRIORITY_SIZE is typedesc:
    type
      VK_MAX_GLOBAL_PRIORITY_SIZE_EXT* = VK_MAX_GLOBAL_PRIORITY_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19578:9
  else:
    when VK_MAX_GLOBAL_PRIORITY_SIZE is static:
      const
        VK_MAX_GLOBAL_PRIORITY_SIZE_EXT* = VK_MAX_GLOBAL_PRIORITY_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19578:9
    else:
      let VK_MAX_GLOBAL_PRIORITY_SIZE_EXT* = VK_MAX_GLOBAL_PRIORITY_SIZE ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19578:9
else:
  static :
    hint("Declaration of " & "VK_MAX_GLOBAL_PRIORITY_SIZE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_video_encode_rgb_conversion):
  when 1 is static:
    const
      VK_VALVE_video_encode_rgb_conversion* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19586:9
  else:
    let VK_VALVE_video_encode_rgb_conversion* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19586:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_video_encode_rgb_conversion" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_SPEC_VERSION):
  when 1 is static:
    const
      VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19587:9
  else:
    let VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19587:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_EXTENSION_NAME):
  when "VK_VALVE_video_encode_rgb_conversion" is static:
    const
      VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_EXTENSION_NAME* = "VK_VALVE_video_encode_rgb_conversion" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19588:9
  else:
    let VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_EXTENSION_NAME* = "VK_VALVE_video_encode_rgb_conversion" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19588:9
else:
  static :
    hint("Declaration of " &
        "VK_VALVE_VIDEO_ENCODE_RGB_CONVERSION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_view_min_lod):
  when 1 is static:
    const
      VK_EXT_image_view_min_lod* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19646:9
  else:
    let VK_EXT_image_view_min_lod* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19646:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_view_min_lod" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_VIEW_MIN_LOD_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_IMAGE_VIEW_MIN_LOD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19647:9
  else:
    let VK_EXT_IMAGE_VIEW_MIN_LOD_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19647:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_VIEW_MIN_LOD_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME):
  when "VK_EXT_image_view_min_lod" is static:
    const
      VK_EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME* = "VK_EXT_image_view_min_lod" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19648:9
  else:
    let VK_EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME* = "VK_EXT_image_view_min_lod" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19648:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_VIEW_MIN_LOD_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_multi_draw):
  when 1 is static:
    const
      VK_EXT_multi_draw* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19664:9
  else:
    let VK_EXT_multi_draw* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19664:9
else:
  static :
    hint("Declaration of " & "VK_EXT_multi_draw" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MULTI_DRAW_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MULTI_DRAW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19665:9
  else:
    let VK_EXT_MULTI_DRAW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19665:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MULTI_DRAW_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MULTI_DRAW_EXTENSION_NAME):
  when "VK_EXT_multi_draw" is static:
    const
      VK_EXT_MULTI_DRAW_EXTENSION_NAME* = "VK_EXT_multi_draw" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19666:9
  else:
    let VK_EXT_MULTI_DRAW_EXTENSION_NAME* = "VK_EXT_multi_draw" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19666:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MULTI_DRAW_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_2d_view_of_3d):
  when 1 is static:
    const
      VK_EXT_image_2d_view_of_3d* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19718:9
  else:
    let VK_EXT_image_2d_view_of_3d* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19718:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_2d_view_of_3d" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19719:9
  else:
    let VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19719:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_2D_VIEW_OF_3D_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME):
  when "VK_EXT_image_2d_view_of_3d" is static:
    const
      VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME* = "VK_EXT_image_2d_view_of_3d" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19720:9
  else:
    let VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME* = "VK_EXT_image_2d_view_of_3d" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19720:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_2D_VIEW_OF_3D_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_tile_image):
  when 1 is static:
    const
      VK_EXT_shader_tile_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19731:9
  else:
    let VK_EXT_shader_tile_image* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19731:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_tile_image" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_TILE_IMAGE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_TILE_IMAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19732:9
  else:
    let VK_EXT_SHADER_TILE_IMAGE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19732:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_TILE_IMAGE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_TILE_IMAGE_EXTENSION_NAME):
  when "VK_EXT_shader_tile_image" is static:
    const
      VK_EXT_SHADER_TILE_IMAGE_EXTENSION_NAME* = "VK_EXT_shader_tile_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19733:9
  else:
    let VK_EXT_SHADER_TILE_IMAGE_EXTENSION_NAME* = "VK_EXT_shader_tile_image" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19733:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_TILE_IMAGE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_opacity_micromap):
  when 1 is static:
    const
      VK_EXT_opacity_micromap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19753:9
  else:
    let VK_EXT_opacity_micromap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19753:9
else:
  static :
    hint("Declaration of " & "VK_EXT_opacity_micromap" &
        " already exists, not redeclaring")
when not declared(VK_EXT_OPACITY_MICROMAP_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_OPACITY_MICROMAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19755:9
  else:
    let VK_EXT_OPACITY_MICROMAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19755:9
else:
  static :
    hint("Declaration of " & "VK_EXT_OPACITY_MICROMAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_OPACITY_MICROMAP_EXTENSION_NAME):
  when "VK_EXT_opacity_micromap" is static:
    const
      VK_EXT_OPACITY_MICROMAP_EXTENSION_NAME* = "VK_EXT_opacity_micromap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19756:9
  else:
    let VK_EXT_OPACITY_MICROMAP_EXTENSION_NAME* = "VK_EXT_opacity_micromap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:19756:9
else:
  static :
    hint("Declaration of " & "VK_EXT_OPACITY_MICROMAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_load_store_op_none):
  when 1 is static:
    const
      VK_EXT_load_store_op_none* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20054:9
  else:
    let VK_EXT_load_store_op_none* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20054:9
else:
  static :
    hint("Declaration of " & "VK_EXT_load_store_op_none" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20055:9
  else:
    let VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20055:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME):
  when "VK_EXT_load_store_op_none" is static:
    const
      VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME* = "VK_EXT_load_store_op_none" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20056:9
  else:
    let VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME* = "VK_EXT_load_store_op_none" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20056:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_cluster_culling_shader):
  when 1 is static:
    const
      VK_HUAWEI_cluster_culling_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20060:9
  else:
    let VK_HUAWEI_cluster_culling_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20060:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_cluster_culling_shader" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION):
  when 3 is static:
    const
      VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20061:9
  else:
    let VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20061:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_CLUSTER_CULLING_SHADER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_CLUSTER_CULLING_SHADER_EXTENSION_NAME):
  when "VK_HUAWEI_cluster_culling_shader" is static:
    const
      VK_HUAWEI_CLUSTER_CULLING_SHADER_EXTENSION_NAME* = "VK_HUAWEI_cluster_culling_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20062:9
  else:
    let VK_HUAWEI_CLUSTER_CULLING_SHADER_EXTENSION_NAME* = "VK_HUAWEI_cluster_culling_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20062:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_CLUSTER_CULLING_SHADER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_border_color_swizzle):
  when 1 is static:
    const
      VK_EXT_border_color_swizzle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20107:9
  else:
    let VK_EXT_border_color_swizzle* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20107:9
else:
  static :
    hint("Declaration of " & "VK_EXT_border_color_swizzle" &
        " already exists, not redeclaring")
when not declared(VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20108:9
  else:
    let VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20108:9
else:
  static :
    hint("Declaration of " & "VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME):
  when "VK_EXT_border_color_swizzle" is static:
    const
      VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME* = "VK_EXT_border_color_swizzle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20109:9
  else:
    let VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME* = "VK_EXT_border_color_swizzle" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20109:9
else:
  static :
    hint("Declaration of " & "VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pageable_device_local_memory):
  when 1 is static:
    const
      VK_EXT_pageable_device_local_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20127:9
  else:
    let VK_EXT_pageable_device_local_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20127:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pageable_device_local_memory" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20128:9
  else:
    let VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20128:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME):
  when "VK_EXT_pageable_device_local_memory" is static:
    const
      VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME* = "VK_EXT_pageable_device_local_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20129:9
  else:
    let VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME* = "VK_EXT_pageable_device_local_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20129:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_shader_core_properties):
  when 1 is static:
    const
      VK_ARM_shader_core_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20149:9
  else:
    let VK_ARM_shader_core_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20149:9
else:
  static :
    hint("Declaration of " & "VK_ARM_shader_core_properties" &
        " already exists, not redeclaring")
when not declared(VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20150:9
  else:
    let VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20150:9
else:
  static :
    hint("Declaration of " & "VK_ARM_SHADER_CORE_PROPERTIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_SHADER_CORE_PROPERTIES_EXTENSION_NAME):
  when "VK_ARM_shader_core_properties" is static:
    const
      VK_ARM_SHADER_CORE_PROPERTIES_EXTENSION_NAME* = "VK_ARM_shader_core_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20151:9
  else:
    let VK_ARM_SHADER_CORE_PROPERTIES_EXTENSION_NAME* = "VK_ARM_shader_core_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20151:9
else:
  static :
    hint("Declaration of " & "VK_ARM_SHADER_CORE_PROPERTIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_scheduling_controls):
  when 1 is static:
    const
      VK_ARM_scheduling_controls* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20163:9
  else:
    let VK_ARM_scheduling_controls* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20163:9
else:
  static :
    hint("Declaration of " & "VK_ARM_scheduling_controls" &
        " already exists, not redeclaring")
when not declared(VK_ARM_SCHEDULING_CONTROLS_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_SCHEDULING_CONTROLS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20164:9
  else:
    let VK_ARM_SCHEDULING_CONTROLS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20164:9
else:
  static :
    hint("Declaration of " & "VK_ARM_SCHEDULING_CONTROLS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_SCHEDULING_CONTROLS_EXTENSION_NAME):
  when "VK_ARM_scheduling_controls" is static:
    const
      VK_ARM_SCHEDULING_CONTROLS_EXTENSION_NAME* = "VK_ARM_scheduling_controls" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20165:9
  else:
    let VK_ARM_SCHEDULING_CONTROLS_EXTENSION_NAME* = "VK_ARM_scheduling_controls" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20165:9
else:
  static :
    hint("Declaration of " & "VK_ARM_SCHEDULING_CONTROLS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_sliced_view_of_3d):
  when 1 is static:
    const
      VK_EXT_image_sliced_view_of_3d* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20193:9
  else:
    let VK_EXT_image_sliced_view_of_3d* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20193:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_sliced_view_of_3d" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20194:9
  else:
    let VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20194:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_SLICED_VIEW_OF_3D_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_SLICED_VIEW_OF_3D_EXTENSION_NAME):
  when "VK_EXT_image_sliced_view_of_3d" is static:
    const
      VK_EXT_IMAGE_SLICED_VIEW_OF_3D_EXTENSION_NAME* = "VK_EXT_image_sliced_view_of_3d" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20195:9
  else:
    let VK_EXT_IMAGE_SLICED_VIEW_OF_3D_EXTENSION_NAME* = "VK_EXT_image_sliced_view_of_3d" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20195:9
else:
  static :
    hint("Declaration of " & "VK_EXT_IMAGE_SLICED_VIEW_OF_3D_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_descriptor_set_host_mapping):
  when 1 is static:
    const
      VK_VALVE_descriptor_set_host_mapping* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20213:9
  else:
    let VK_VALVE_descriptor_set_host_mapping* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20213:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_descriptor_set_host_mapping" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_SPEC_VERSION):
  when 1 is static:
    const
      VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20214:9
  else:
    let VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20214:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_EXTENSION_NAME):
  when "VK_VALVE_descriptor_set_host_mapping" is static:
    const
      VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_EXTENSION_NAME* = "VK_VALVE_descriptor_set_host_mapping" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20215:9
  else:
    let VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_EXTENSION_NAME* = "VK_VALVE_descriptor_set_host_mapping" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20215:9
else:
  static :
    hint("Declaration of " &
        "VK_VALVE_DESCRIPTOR_SET_HOST_MAPPING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_depth_clamp_zero_one):
  when 1 is static:
    const
      VK_EXT_depth_clamp_zero_one* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20257:9
  else:
    let VK_EXT_depth_clamp_zero_one* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20257:9
else:
  static :
    hint("Declaration of " & "VK_EXT_depth_clamp_zero_one" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20258:9
  else:
    let VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20258:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLAMP_ZERO_ONE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME):
  when "VK_EXT_depth_clamp_zero_one" is static:
    const
      VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME* = "VK_EXT_depth_clamp_zero_one" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20259:9
  else:
    let VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME* = "VK_EXT_depth_clamp_zero_one" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20259:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLAMP_ZERO_ONE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_non_seamless_cube_map):
  when 1 is static:
    const
      VK_EXT_non_seamless_cube_map* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20265:9
  else:
    let VK_EXT_non_seamless_cube_map* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20265:9
else:
  static :
    hint("Declaration of " & "VK_EXT_non_seamless_cube_map" &
        " already exists, not redeclaring")
when not declared(VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20266:9
  else:
    let VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20266:9
else:
  static :
    hint("Declaration of " & "VK_EXT_NON_SEAMLESS_CUBE_MAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME):
  when "VK_EXT_non_seamless_cube_map" is static:
    const
      VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME* = "VK_EXT_non_seamless_cube_map" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20267:9
  else:
    let VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME* = "VK_EXT_non_seamless_cube_map" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20267:9
else:
  static :
    hint("Declaration of " & "VK_EXT_NON_SEAMLESS_CUBE_MAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_render_pass_striped):
  when 1 is static:
    const
      VK_ARM_render_pass_striped* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20277:9
  else:
    let VK_ARM_render_pass_striped* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20277:9
else:
  static :
    hint("Declaration of " & "VK_ARM_render_pass_striped" &
        " already exists, not redeclaring")
when not declared(VK_ARM_RENDER_PASS_STRIPED_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_RENDER_PASS_STRIPED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20278:9
  else:
    let VK_ARM_RENDER_PASS_STRIPED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20278:9
else:
  static :
    hint("Declaration of " & "VK_ARM_RENDER_PASS_STRIPED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_RENDER_PASS_STRIPED_EXTENSION_NAME):
  when "VK_ARM_render_pass_striped" is static:
    const
      VK_ARM_RENDER_PASS_STRIPED_EXTENSION_NAME* = "VK_ARM_render_pass_striped" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20279:9
  else:
    let VK_ARM_RENDER_PASS_STRIPED_EXTENSION_NAME* = "VK_ARM_render_pass_striped" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20279:9
else:
  static :
    hint("Declaration of " & "VK_ARM_RENDER_PASS_STRIPED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_fragment_density_map_offset):
  when 1 is static:
    const
      VK_QCOM_fragment_density_map_offset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20316:9
  else:
    let VK_QCOM_fragment_density_map_offset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20316:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_fragment_density_map_offset" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION):
  when 3 is static:
    const
      VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20317:9
  else:
    let VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION* = 3 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20317:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME):
  when "VK_QCOM_fragment_density_map_offset" is static:
    const
      VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME* = "VK_QCOM_fragment_density_map_offset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20318:9
  else:
    let VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME* = "VK_QCOM_fragment_density_map_offset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20318:9
else:
  static :
    hint("Declaration of " &
        "VK_QCOM_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_copy_memory_indirect):
  when 1 is static:
    const
      VK_NV_copy_memory_indirect* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20347:9
  else:
    let VK_NV_copy_memory_indirect* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20347:9
else:
  static :
    hint("Declaration of " & "VK_NV_copy_memory_indirect" &
        " already exists, not redeclaring")
when not declared(VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20348:9
  else:
    let VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20348:9
else:
  static :
    hint("Declaration of " & "VK_NV_COPY_MEMORY_INDIRECT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME):
  when "VK_NV_copy_memory_indirect" is static:
    const
      VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME* = "VK_NV_copy_memory_indirect" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20349:9
  else:
    let VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME* = "VK_NV_copy_memory_indirect" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20349:9
else:
  static :
    hint("Declaration of " & "VK_NV_COPY_MEMORY_INDIRECT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_memory_decompression):
  when 1 is static:
    const
      VK_NV_memory_decompression* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20388:9
  else:
    let VK_NV_memory_decompression* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20388:9
else:
  static :
    hint("Declaration of " & "VK_NV_memory_decompression" &
        " already exists, not redeclaring")
when not declared(VK_NV_MEMORY_DECOMPRESSION_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_MEMORY_DECOMPRESSION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20389:9
  else:
    let VK_NV_MEMORY_DECOMPRESSION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20389:9
else:
  static :
    hint("Declaration of " & "VK_NV_MEMORY_DECOMPRESSION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_MEMORY_DECOMPRESSION_EXTENSION_NAME):
  when "VK_NV_memory_decompression" is static:
    const
      VK_NV_MEMORY_DECOMPRESSION_EXTENSION_NAME* = "VK_NV_memory_decompression" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20390:9
  else:
    let VK_NV_MEMORY_DECOMPRESSION_EXTENSION_NAME* = "VK_NV_memory_decompression" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20390:9
else:
  static :
    hint("Declaration of " & "VK_NV_MEMORY_DECOMPRESSION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_device_generated_commands_compute):
  when 1 is static:
    const
      VK_NV_device_generated_commands_compute* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20449:9
  else:
    let VK_NV_device_generated_commands_compute* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20449:9
else:
  static :
    hint("Declaration of " & "VK_NV_device_generated_commands_compute" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20450:9
  else:
    let VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20450:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME):
  when "VK_NV_device_generated_commands_compute" is static:
    const
      VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME* = "VK_NV_device_generated_commands_compute" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20451:9
  else:
    let VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME* = "VK_NV_device_generated_commands_compute" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20451:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_DEVICE_GENERATED_COMMANDS_COMPUTE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_ray_tracing_linear_swept_spheres):
  when 1 is static:
    const
      VK_NV_ray_tracing_linear_swept_spheres* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20507:9
  else:
    let VK_NV_ray_tracing_linear_swept_spheres* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20507:9
else:
  static :
    hint("Declaration of " & "VK_NV_ray_tracing_linear_swept_spheres" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20508:9
  else:
    let VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20508:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_EXTENSION_NAME):
  when "VK_NV_ray_tracing_linear_swept_spheres" is static:
    const
      VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_EXTENSION_NAME* = "VK_NV_ray_tracing_linear_swept_spheres" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20509:9
  else:
    let VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_EXTENSION_NAME* = "VK_NV_ray_tracing_linear_swept_spheres" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20509:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_RAY_TRACING_LINEAR_SWEPT_SPHERES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_linear_color_attachment):
  when 1 is static:
    const
      VK_NV_linear_color_attachment* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20562:9
  else:
    let VK_NV_linear_color_attachment* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20562:9
else:
  static :
    hint("Declaration of " & "VK_NV_linear_color_attachment" &
        " already exists, not redeclaring")
when not declared(VK_NV_LINEAR_COLOR_ATTACHMENT_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_LINEAR_COLOR_ATTACHMENT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20563:9
  else:
    let VK_NV_LINEAR_COLOR_ATTACHMENT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20563:9
else:
  static :
    hint("Declaration of " & "VK_NV_LINEAR_COLOR_ATTACHMENT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_LINEAR_COLOR_ATTACHMENT_EXTENSION_NAME):
  when "VK_NV_linear_color_attachment" is static:
    const
      VK_NV_LINEAR_COLOR_ATTACHMENT_EXTENSION_NAME* = "VK_NV_linear_color_attachment" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20564:9
  else:
    let VK_NV_LINEAR_COLOR_ATTACHMENT_EXTENSION_NAME* = "VK_NV_linear_color_attachment" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20564:9
else:
  static :
    hint("Declaration of " & "VK_NV_LINEAR_COLOR_ATTACHMENT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_surfaceless_query):
  when 1 is static:
    const
      VK_GOOGLE_surfaceless_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20574:9
  else:
    let VK_GOOGLE_surfaceless_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20574:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_surfaceless_query" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_SURFACELESS_QUERY_SPEC_VERSION):
  when 2 is static:
    const
      VK_GOOGLE_SURFACELESS_QUERY_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20575:9
  else:
    let VK_GOOGLE_SURFACELESS_QUERY_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20575:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_SURFACELESS_QUERY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME):
  when "VK_GOOGLE_surfaceless_query" is static:
    const
      VK_GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME* = "VK_GOOGLE_surfaceless_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20576:9
  else:
    let VK_GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME* = "VK_GOOGLE_surfaceless_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20576:9
else:
  static :
    hint("Declaration of " & "VK_GOOGLE_SURFACELESS_QUERY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_image_compression_control_swapchain):
  when 1 is static:
    const
      VK_EXT_image_compression_control_swapchain* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20580:9
  else:
    let VK_EXT_image_compression_control_swapchain* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20580:9
else:
  static :
    hint("Declaration of " & "VK_EXT_image_compression_control_swapchain" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20581:9
  else:
    let VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20581:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_EXTENSION_NAME):
  when "VK_EXT_image_compression_control_swapchain" is static:
    const
      VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_EXTENSION_NAME* = "VK_EXT_image_compression_control_swapchain" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20582:9
  else:
    let VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_EXTENSION_NAME* = "VK_EXT_image_compression_control_swapchain" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20582:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_IMAGE_COMPRESSION_CONTROL_SWAPCHAIN_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_image_processing):
  when 1 is static:
    const
      VK_QCOM_image_processing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20592:9
  else:
    let VK_QCOM_image_processing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20592:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_image_processing" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_IMAGE_PROCESSING_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_IMAGE_PROCESSING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20593:9
  else:
    let VK_QCOM_IMAGE_PROCESSING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20593:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_IMAGE_PROCESSING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_IMAGE_PROCESSING_EXTENSION_NAME):
  when "VK_QCOM_image_processing" is static:
    const
      VK_QCOM_IMAGE_PROCESSING_EXTENSION_NAME* = "VK_QCOM_image_processing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20594:9
  else:
    let VK_QCOM_IMAGE_PROCESSING_EXTENSION_NAME* = "VK_QCOM_image_processing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20594:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_IMAGE_PROCESSING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_nested_command_buffer):
  when 1 is static:
    const
      VK_EXT_nested_command_buffer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20623:9
  else:
    let VK_EXT_nested_command_buffer* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20623:9
else:
  static :
    hint("Declaration of " & "VK_EXT_nested_command_buffer" &
        " already exists, not redeclaring")
when not declared(VK_EXT_NESTED_COMMAND_BUFFER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_NESTED_COMMAND_BUFFER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20624:9
  else:
    let VK_EXT_NESTED_COMMAND_BUFFER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20624:9
else:
  static :
    hint("Declaration of " & "VK_EXT_NESTED_COMMAND_BUFFER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_NESTED_COMMAND_BUFFER_EXTENSION_NAME):
  when "VK_EXT_nested_command_buffer" is static:
    const
      VK_EXT_NESTED_COMMAND_BUFFER_EXTENSION_NAME* = "VK_EXT_nested_command_buffer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20625:9
  else:
    let VK_EXT_NESTED_COMMAND_BUFFER_EXTENSION_NAME* = "VK_EXT_nested_command_buffer" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20625:9
else:
  static :
    hint("Declaration of " & "VK_EXT_NESTED_COMMAND_BUFFER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_external_memory_acquire_unmodified):
  when 1 is static:
    const
      VK_EXT_external_memory_acquire_unmodified* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20643:9
  else:
    let VK_EXT_external_memory_acquire_unmodified* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20643:9
else:
  static :
    hint("Declaration of " & "VK_EXT_external_memory_acquire_unmodified" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20644:9
  else:
    let VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20644:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_EXTENSION_NAME):
  when "VK_EXT_external_memory_acquire_unmodified" is static:
    const
      VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_EXTENSION_NAME* = "VK_EXT_external_memory_acquire_unmodified" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20645:9
  else:
    let VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_EXTENSION_NAME* = "VK_EXT_external_memory_acquire_unmodified" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20645:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_EXTERNAL_MEMORY_ACQUIRE_UNMODIFIED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_extended_dynamic_state3):
  when 1 is static:
    const
      VK_EXT_extended_dynamic_state3* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20655:9
  else:
    let VK_EXT_extended_dynamic_state3* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20655:9
else:
  static :
    hint("Declaration of " & "VK_EXT_extended_dynamic_state3" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTENDED_DYNAMIC_STATE_3_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_EXTENDED_DYNAMIC_STATE_3_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20656:9
  else:
    let VK_EXT_EXTENDED_DYNAMIC_STATE_3_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20656:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTENDED_DYNAMIC_STATE_3_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_EXTENDED_DYNAMIC_STATE_3_EXTENSION_NAME):
  when "VK_EXT_extended_dynamic_state3" is static:
    const
      VK_EXT_EXTENDED_DYNAMIC_STATE_3_EXTENSION_NAME* = "VK_EXT_extended_dynamic_state3" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20657:9
  else:
    let VK_EXT_EXTENDED_DYNAMIC_STATE_3_EXTENSION_NAME* = "VK_EXT_extended_dynamic_state3" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20657:9
else:
  static :
    hint("Declaration of " & "VK_EXT_EXTENDED_DYNAMIC_STATE_3_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_subpass_merge_feedback):
  when 1 is static:
    const
      VK_EXT_subpass_merge_feedback* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20951:9
  else:
    let VK_EXT_subpass_merge_feedback* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20951:9
else:
  static :
    hint("Declaration of " & "VK_EXT_subpass_merge_feedback" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SUBPASS_MERGE_FEEDBACK_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_SUBPASS_MERGE_FEEDBACK_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20952:9
  else:
    let VK_EXT_SUBPASS_MERGE_FEEDBACK_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20952:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SUBPASS_MERGE_FEEDBACK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SUBPASS_MERGE_FEEDBACK_EXTENSION_NAME):
  when "VK_EXT_subpass_merge_feedback" is static:
    const
      VK_EXT_SUBPASS_MERGE_FEEDBACK_EXTENSION_NAME* = "VK_EXT_subpass_merge_feedback" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20953:9
  else:
    let VK_EXT_SUBPASS_MERGE_FEEDBACK_EXTENSION_NAME* = "VK_EXT_subpass_merge_feedback" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:20953:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SUBPASS_MERGE_FEEDBACK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_LUNARG_direct_driver_loading):
  when 1 is static:
    const
      VK_LUNARG_direct_driver_loading* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21009:9
  else:
    let VK_LUNARG_direct_driver_loading* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21009:9
else:
  static :
    hint("Declaration of " & "VK_LUNARG_direct_driver_loading" &
        " already exists, not redeclaring")
when not declared(VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSION):
  when 1 is static:
    const
      VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21010:9
  else:
    let VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21010:9
else:
  static :
    hint("Declaration of " & "VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_LUNARG_DIRECT_DRIVER_LOADING_EXTENSION_NAME):
  when "VK_LUNARG_direct_driver_loading" is static:
    const
      VK_LUNARG_DIRECT_DRIVER_LOADING_EXTENSION_NAME* = "VK_LUNARG_direct_driver_loading" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21011:9
  else:
    let VK_LUNARG_DIRECT_DRIVER_LOADING_EXTENSION_NAME* = "VK_LUNARG_direct_driver_loading" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21011:9
else:
  static :
    hint("Declaration of " & "VK_LUNARG_DIRECT_DRIVER_LOADING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_tensors):
  when 1 is static:
    const
      VK_ARM_tensors* = 1    ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21040:9
  else:
    let VK_ARM_tensors* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21040:9
else:
  static :
    hint("Declaration of " & "VK_ARM_tensors" &
        " already exists, not redeclaring")
when not declared(VK_ARM_TENSORS_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_TENSORS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21043:9
  else:
    let VK_ARM_TENSORS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21043:9
else:
  static :
    hint("Declaration of " & "VK_ARM_TENSORS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_TENSORS_EXTENSION_NAME):
  when "VK_ARM_tensors" is static:
    const
      VK_ARM_TENSORS_EXTENSION_NAME* = "VK_ARM_tensors" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21044:9
  else:
    let VK_ARM_TENSORS_EXTENSION_NAME* = "VK_ARM_tensors" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21044:9
else:
  static :
    hint("Declaration of " & "VK_ARM_TENSORS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_module_identifier):
  when 1 is static:
    const
      VK_EXT_shader_module_identifier* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21363:9
  else:
    let VK_EXT_shader_module_identifier* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21363:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_module_identifier" &
        " already exists, not redeclaring")
when not declared(VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT):
  when cast[cuint](32'i64) is static:
    const
      VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21364:9
  else:
    let VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT* = cast[cuint](32'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21364:9
else:
  static :
    hint("Declaration of " & "VK_MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_MODULE_IDENTIFIER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_MODULE_IDENTIFIER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21365:9
  else:
    let VK_EXT_SHADER_MODULE_IDENTIFIER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21365:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_MODULE_IDENTIFIER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_MODULE_IDENTIFIER_EXTENSION_NAME):
  when "VK_EXT_shader_module_identifier" is static:
    const
      VK_EXT_SHADER_MODULE_IDENTIFIER_EXTENSION_NAME* = "VK_EXT_shader_module_identifier" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21366:9
  else:
    let VK_EXT_SHADER_MODULE_IDENTIFIER_EXTENSION_NAME* = "VK_EXT_shader_module_identifier" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21366:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_MODULE_IDENTIFIER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_rasterization_order_attachment_access):
  when 1 is static:
    const
      VK_EXT_rasterization_order_attachment_access* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21414:9
  else:
    let VK_EXT_rasterization_order_attachment_access* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21414:9
else:
  static :
    hint("Declaration of " & "VK_EXT_rasterization_order_attachment_access" &
        " already exists, not redeclaring")
when not declared(VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21415:9
  else:
    let VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21415:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME):
  when "VK_EXT_rasterization_order_attachment_access" is static:
    const
      VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME* = "VK_EXT_rasterization_order_attachment_access" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21416:9
  else:
    let VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME* = "VK_EXT_rasterization_order_attachment_access" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21416:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_optical_flow):
  when 1 is static:
    const
      VK_NV_optical_flow* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21420:9
  else:
    let VK_NV_optical_flow* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21420:9
else:
  static :
    hint("Declaration of " & "VK_NV_optical_flow" &
        " already exists, not redeclaring")
when not declared(VK_NV_OPTICAL_FLOW_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_OPTICAL_FLOW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21422:9
  else:
    let VK_NV_OPTICAL_FLOW_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21422:9
else:
  static :
    hint("Declaration of " & "VK_NV_OPTICAL_FLOW_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_OPTICAL_FLOW_EXTENSION_NAME):
  when "VK_NV_optical_flow" is static:
    const
      VK_NV_OPTICAL_FLOW_EXTENSION_NAME* = "VK_NV_optical_flow" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21423:9
  else:
    let VK_NV_OPTICAL_FLOW_EXTENSION_NAME* = "VK_NV_optical_flow" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21423:9
else:
  static :
    hint("Declaration of " & "VK_NV_OPTICAL_FLOW_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_legacy_dithering):
  when 1 is static:
    const
      VK_EXT_legacy_dithering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21595:9
  else:
    let VK_EXT_legacy_dithering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21595:9
else:
  static :
    hint("Declaration of " & "VK_EXT_legacy_dithering" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LEGACY_DITHERING_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_LEGACY_DITHERING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21596:9
  else:
    let VK_EXT_LEGACY_DITHERING_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21596:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LEGACY_DITHERING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LEGACY_DITHERING_EXTENSION_NAME):
  when "VK_EXT_legacy_dithering" is static:
    const
      VK_EXT_LEGACY_DITHERING_EXTENSION_NAME* = "VK_EXT_legacy_dithering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21597:9
  else:
    let VK_EXT_LEGACY_DITHERING_EXTENSION_NAME* = "VK_EXT_legacy_dithering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21597:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LEGACY_DITHERING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pipeline_protected_access):
  when 1 is static:
    const
      VK_EXT_pipeline_protected_access* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21607:9
  else:
    let VK_EXT_pipeline_protected_access* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21607:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pipeline_protected_access" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_PROTECTED_ACCESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PIPELINE_PROTECTED_ACCESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21608:9
  else:
    let VK_EXT_PIPELINE_PROTECTED_ACCESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21608:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_PROTECTED_ACCESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_PROTECTED_ACCESS_EXTENSION_NAME):
  when "VK_EXT_pipeline_protected_access" is static:
    const
      VK_EXT_PIPELINE_PROTECTED_ACCESS_EXTENSION_NAME* = "VK_EXT_pipeline_protected_access" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21609:9
  else:
    let VK_EXT_PIPELINE_PROTECTED_ACCESS_EXTENSION_NAME* = "VK_EXT_pipeline_protected_access" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21609:9
else:
  static :
    hint("Declaration of " & "VK_EXT_PIPELINE_PROTECTED_ACCESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMD_anti_lag):
  when 1 is static:
    const
      VK_AMD_anti_lag* = 1   ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21615:9
  else:
    let VK_AMD_anti_lag* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21615:9
else:
  static :
    hint("Declaration of " & "VK_AMD_anti_lag" &
        " already exists, not redeclaring")
when not declared(VK_AMD_ANTI_LAG_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMD_ANTI_LAG_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21616:9
  else:
    let VK_AMD_ANTI_LAG_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21616:9
else:
  static :
    hint("Declaration of " & "VK_AMD_ANTI_LAG_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMD_ANTI_LAG_EXTENSION_NAME):
  when "VK_AMD_anti_lag" is static:
    const
      VK_AMD_ANTI_LAG_EXTENSION_NAME* = "VK_AMD_anti_lag" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21617:9
  else:
    let VK_AMD_ANTI_LAG_EXTENSION_NAME* = "VK_AMD_anti_lag" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21617:9
else:
  static :
    hint("Declaration of " & "VK_AMD_ANTI_LAG_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_object):
  when 1 is static:
    const
      VK_EXT_shader_object* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21664:9
  else:
    let VK_EXT_shader_object* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21664:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_object" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_OBJECT_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_OBJECT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21666:9
  else:
    let VK_EXT_SHADER_OBJECT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21666:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_OBJECT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_OBJECT_EXTENSION_NAME):
  when "VK_EXT_shader_object" is static:
    const
      VK_EXT_SHADER_OBJECT_EXTENSION_NAME* = "VK_EXT_shader_object" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21667:9
  else:
    let VK_EXT_SHADER_OBJECT_EXTENSION_NAME* = "VK_EXT_shader_object" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21667:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_OBJECT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_tile_properties):
  when 1 is static:
    const
      VK_QCOM_tile_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21780:9
  else:
    let VK_QCOM_tile_properties* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21780:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_tile_properties" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_TILE_PROPERTIES_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_TILE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21781:9
  else:
    let VK_QCOM_TILE_PROPERTIES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21781:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_TILE_PROPERTIES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME):
  when "VK_QCOM_tile_properties" is static:
    const
      VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME* = "VK_QCOM_tile_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21782:9
  else:
    let VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME* = "VK_QCOM_tile_properties" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21782:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_TILE_PROPERTIES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_SEC_amigo_profiling):
  when 1 is static:
    const
      VK_SEC_amigo_profiling* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21819:9
  else:
    let VK_SEC_amigo_profiling* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21819:9
else:
  static :
    hint("Declaration of " & "VK_SEC_amigo_profiling" &
        " already exists, not redeclaring")
when not declared(VK_SEC_AMIGO_PROFILING_SPEC_VERSION):
  when 1 is static:
    const
      VK_SEC_AMIGO_PROFILING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21820:9
  else:
    let VK_SEC_AMIGO_PROFILING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21820:9
else:
  static :
    hint("Declaration of " & "VK_SEC_AMIGO_PROFILING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_SEC_AMIGO_PROFILING_EXTENSION_NAME):
  when "VK_SEC_amigo_profiling" is static:
    const
      VK_SEC_AMIGO_PROFILING_EXTENSION_NAME* = "VK_SEC_amigo_profiling" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21821:9
  else:
    let VK_SEC_AMIGO_PROFILING_EXTENSION_NAME* = "VK_SEC_amigo_profiling" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21821:9
else:
  static :
    hint("Declaration of " & "VK_SEC_AMIGO_PROFILING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_multiview_per_view_viewports):
  when 1 is static:
    const
      VK_QCOM_multiview_per_view_viewports* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21838:9
  else:
    let VK_QCOM_multiview_per_view_viewports* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21838:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_multiview_per_view_viewports" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21839:9
  else:
    let VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21839:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_EXTENSION_NAME):
  when "VK_QCOM_multiview_per_view_viewports" is static:
    const
      VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_EXTENSION_NAME* = "VK_QCOM_multiview_per_view_viewports" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21840:9
  else:
    let VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_EXTENSION_NAME* = "VK_QCOM_multiview_per_view_viewports" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21840:9
else:
  static :
    hint("Declaration of " &
        "VK_QCOM_MULTIVIEW_PER_VIEW_VIEWPORTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_ray_tracing_invocation_reorder):
  when 1 is static:
    const
      VK_NV_ray_tracing_invocation_reorder* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21850:9
  else:
    let VK_NV_ray_tracing_invocation_reorder* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21850:9
else:
  static :
    hint("Declaration of " & "VK_NV_ray_tracing_invocation_reorder" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21851:9
  else:
    let VK_NV_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21851:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME):
  when "VK_NV_ray_tracing_invocation_reorder" is static:
    const
      VK_NV_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME* = "VK_NV_ray_tracing_invocation_reorder" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21852:9
  else:
    let VK_NV_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME* = "VK_NV_ray_tracing_invocation_reorder" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21852:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_cooperative_vector):
  when 1 is static:
    const
      VK_NV_cooperative_vector* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21878:9
  else:
    let VK_NV_cooperative_vector* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21878:9
else:
  static :
    hint("Declaration of " & "VK_NV_cooperative_vector" &
        " already exists, not redeclaring")
when not declared(VK_NV_COOPERATIVE_VECTOR_SPEC_VERSION):
  when 4 is static:
    const
      VK_NV_COOPERATIVE_VECTOR_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21879:9
  else:
    let VK_NV_COOPERATIVE_VECTOR_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21879:9
else:
  static :
    hint("Declaration of " & "VK_NV_COOPERATIVE_VECTOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COOPERATIVE_VECTOR_EXTENSION_NAME):
  when "VK_NV_cooperative_vector" is static:
    const
      VK_NV_COOPERATIVE_VECTOR_EXTENSION_NAME* = "VK_NV_cooperative_vector" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21880:9
  else:
    let VK_NV_COOPERATIVE_VECTOR_EXTENSION_NAME* = "VK_NV_cooperative_vector" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21880:9
else:
  static :
    hint("Declaration of " & "VK_NV_COOPERATIVE_VECTOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_extended_sparse_address_space):
  when 1 is static:
    const
      VK_NV_extended_sparse_address_space* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21961:9
  else:
    let VK_NV_extended_sparse_address_space* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21961:9
else:
  static :
    hint("Declaration of " & "VK_NV_extended_sparse_address_space" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21962:9
  else:
    let VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21962:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_EXTENSION_NAME):
  when "VK_NV_extended_sparse_address_space" is static:
    const
      VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_EXTENSION_NAME* = "VK_NV_extended_sparse_address_space" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21963:9
  else:
    let VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_EXTENSION_NAME* = "VK_NV_extended_sparse_address_space" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21963:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_EXTENDED_SPARSE_ADDRESS_SPACE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_mutable_descriptor_type):
  when 1 is static:
    const
      VK_EXT_mutable_descriptor_type* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21981:9
  else:
    let VK_EXT_mutable_descriptor_type* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21981:9
else:
  static :
    hint("Declaration of " & "VK_EXT_mutable_descriptor_type" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21982:9
  else:
    let VK_EXT_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21982:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME):
  when "VK_EXT_mutable_descriptor_type" is static:
    const
      VK_EXT_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME* = "VK_EXT_mutable_descriptor_type" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21983:9
  else:
    let VK_EXT_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME* = "VK_EXT_mutable_descriptor_type" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21983:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_legacy_vertex_attributes):
  when 1 is static:
    const
      VK_EXT_legacy_vertex_attributes* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21987:9
  else:
    let VK_EXT_legacy_vertex_attributes* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21987:9
else:
  static :
    hint("Declaration of " & "VK_EXT_legacy_vertex_attributes" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LEGACY_VERTEX_ATTRIBUTES_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_LEGACY_VERTEX_ATTRIBUTES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21988:9
  else:
    let VK_EXT_LEGACY_VERTEX_ATTRIBUTES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21988:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LEGACY_VERTEX_ATTRIBUTES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LEGACY_VERTEX_ATTRIBUTES_EXTENSION_NAME):
  when "VK_EXT_legacy_vertex_attributes" is static:
    const
      VK_EXT_LEGACY_VERTEX_ATTRIBUTES_EXTENSION_NAME* = "VK_EXT_legacy_vertex_attributes" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21989:9
  else:
    let VK_EXT_LEGACY_VERTEX_ATTRIBUTES_EXTENSION_NAME* = "VK_EXT_legacy_vertex_attributes" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:21989:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LEGACY_VERTEX_ATTRIBUTES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_layer_settings):
  when 1 is static:
    const
      VK_EXT_layer_settings* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22005:9
  else:
    let VK_EXT_layer_settings* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22005:9
else:
  static :
    hint("Declaration of " & "VK_EXT_layer_settings" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LAYER_SETTINGS_SPEC_VERSION):
  when 2 is static:
    const
      VK_EXT_LAYER_SETTINGS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22006:9
  else:
    let VK_EXT_LAYER_SETTINGS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22006:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LAYER_SETTINGS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_LAYER_SETTINGS_EXTENSION_NAME):
  when "VK_EXT_layer_settings" is static:
    const
      VK_EXT_LAYER_SETTINGS_EXTENSION_NAME* = "VK_EXT_layer_settings" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22007:9
  else:
    let VK_EXT_LAYER_SETTINGS_EXTENSION_NAME* = "VK_EXT_layer_settings" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22007:9
else:
  static :
    hint("Declaration of " & "VK_EXT_LAYER_SETTINGS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_shader_core_builtins):
  when 1 is static:
    const
      VK_ARM_shader_core_builtins* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22038:9
  else:
    let VK_ARM_shader_core_builtins* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22038:9
else:
  static :
    hint("Declaration of " & "VK_ARM_shader_core_builtins" &
        " already exists, not redeclaring")
when not declared(VK_ARM_SHADER_CORE_BUILTINS_SPEC_VERSION):
  when 2 is static:
    const
      VK_ARM_SHADER_CORE_BUILTINS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22039:9
  else:
    let VK_ARM_SHADER_CORE_BUILTINS_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22039:9
else:
  static :
    hint("Declaration of " & "VK_ARM_SHADER_CORE_BUILTINS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_SHADER_CORE_BUILTINS_EXTENSION_NAME):
  when "VK_ARM_shader_core_builtins" is static:
    const
      VK_ARM_SHADER_CORE_BUILTINS_EXTENSION_NAME* = "VK_ARM_shader_core_builtins" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22040:9
  else:
    let VK_ARM_SHADER_CORE_BUILTINS_EXTENSION_NAME* = "VK_ARM_shader_core_builtins" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22040:9
else:
  static :
    hint("Declaration of " & "VK_ARM_SHADER_CORE_BUILTINS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_pipeline_library_group_handles):
  when 1 is static:
    const
      VK_EXT_pipeline_library_group_handles* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22058:9
  else:
    let VK_EXT_pipeline_library_group_handles* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22058:9
else:
  static :
    hint("Declaration of " & "VK_EXT_pipeline_library_group_handles" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22059:9
  else:
    let VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22059:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_EXTENSION_NAME):
  when "VK_EXT_pipeline_library_group_handles" is static:
    const
      VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_EXTENSION_NAME* = "VK_EXT_pipeline_library_group_handles" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22060:9
  else:
    let VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_EXTENSION_NAME* = "VK_EXT_pipeline_library_group_handles" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22060:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_PIPELINE_LIBRARY_GROUP_HANDLES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_dynamic_rendering_unused_attachments):
  when 1 is static:
    const
      VK_EXT_dynamic_rendering_unused_attachments* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22070:9
  else:
    let VK_EXT_dynamic_rendering_unused_attachments* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22070:9
else:
  static :
    hint("Declaration of " & "VK_EXT_dynamic_rendering_unused_attachments" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22071:9
  else:
    let VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22071:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME):
  when "VK_EXT_dynamic_rendering_unused_attachments" is static:
    const
      VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME* = "VK_EXT_dynamic_rendering_unused_attachments" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22072:9
  else:
    let VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME* = "VK_EXT_dynamic_rendering_unused_attachments" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22072:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_DYNAMIC_RENDERING_UNUSED_ATTACHMENTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_low_latency2):
  when 1 is static:
    const
      VK_NV_low_latency2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22082:9
  else:
    let VK_NV_low_latency2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22082:9
else:
  static :
    hint("Declaration of " & "VK_NV_low_latency2" &
        " already exists, not redeclaring")
when not declared(VK_NV_LOW_LATENCY_2_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_LOW_LATENCY_2_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22083:9
  else:
    let VK_NV_LOW_LATENCY_2_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22083:9
else:
  static :
    hint("Declaration of " & "VK_NV_LOW_LATENCY_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_LOW_LATENCY_2_EXTENSION_NAME):
  when "VK_NV_low_latency2" is static:
    const
      VK_NV_LOW_LATENCY_2_EXTENSION_NAME* = "VK_NV_low_latency2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22084:9
  else:
    let VK_NV_LOW_LATENCY_2_EXTENSION_NAME* = "VK_NV_low_latency2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22084:9
else:
  static :
    hint("Declaration of " & "VK_NV_LOW_LATENCY_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_data_graph):
  when 1 is static:
    const
      VK_ARM_data_graph* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22224:9
  else:
    let VK_ARM_data_graph* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22224:9
else:
  static :
    hint("Declaration of " & "VK_ARM_data_graph" &
        " already exists, not redeclaring")
when not declared(VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM):
  when cast[cuint](128'i64) is static:
    const
      VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM* = cast[cuint](128'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22226:9
  else:
    let VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM* = cast[cuint](128'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22226:9
else:
  static :
    hint("Declaration of " &
        "VK_MAX_PHYSICAL_DEVICE_DATA_GRAPH_OPERATION_SET_NAME_SIZE_ARM" &
        " already exists, not redeclaring")
when not declared(VK_ARM_DATA_GRAPH_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_DATA_GRAPH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22227:9
  else:
    let VK_ARM_DATA_GRAPH_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22227:9
else:
  static :
    hint("Declaration of " & "VK_ARM_DATA_GRAPH_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_DATA_GRAPH_EXTENSION_NAME):
  when "VK_ARM_data_graph" is static:
    const
      VK_ARM_DATA_GRAPH_EXTENSION_NAME* = "VK_ARM_data_graph" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22228:9
  else:
    let VK_ARM_DATA_GRAPH_EXTENSION_NAME* = "VK_ARM_data_graph" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22228:9
else:
  static :
    hint("Declaration of " & "VK_ARM_DATA_GRAPH_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_multiview_per_view_render_areas):
  when 1 is static:
    const
      VK_QCOM_multiview_per_view_render_areas* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22536:9
  else:
    let VK_QCOM_multiview_per_view_render_areas* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22536:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_multiview_per_view_render_areas" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22537:9
  else:
    let VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22537:9
else:
  static :
    hint("Declaration of " &
        "VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_EXTENSION_NAME):
  when "VK_QCOM_multiview_per_view_render_areas" is static:
    const
      VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_EXTENSION_NAME* = "VK_QCOM_multiview_per_view_render_areas" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22538:9
  else:
    let VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_EXTENSION_NAME* = "VK_QCOM_multiview_per_view_render_areas" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22538:9
else:
  static :
    hint("Declaration of " &
        "VK_QCOM_MULTIVIEW_PER_VIEW_RENDER_AREAS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_per_stage_descriptor_set):
  when 1 is static:
    const
      VK_NV_per_stage_descriptor_set* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22555:9
  else:
    let VK_NV_per_stage_descriptor_set* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22555:9
else:
  static :
    hint("Declaration of " & "VK_NV_per_stage_descriptor_set" &
        " already exists, not redeclaring")
when not declared(VK_NV_PER_STAGE_DESCRIPTOR_SET_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_PER_STAGE_DESCRIPTOR_SET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22556:9
  else:
    let VK_NV_PER_STAGE_DESCRIPTOR_SET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22556:9
else:
  static :
    hint("Declaration of " & "VK_NV_PER_STAGE_DESCRIPTOR_SET_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_PER_STAGE_DESCRIPTOR_SET_EXTENSION_NAME):
  when "VK_NV_per_stage_descriptor_set" is static:
    const
      VK_NV_PER_STAGE_DESCRIPTOR_SET_EXTENSION_NAME* = "VK_NV_per_stage_descriptor_set" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22557:9
  else:
    let VK_NV_PER_STAGE_DESCRIPTOR_SET_EXTENSION_NAME* = "VK_NV_per_stage_descriptor_set" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22557:9
else:
  static :
    hint("Declaration of " & "VK_NV_PER_STAGE_DESCRIPTOR_SET_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_image_processing2):
  when 1 is static:
    const
      VK_QCOM_image_processing2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22568:9
  else:
    let VK_QCOM_image_processing2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22568:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_image_processing2" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_IMAGE_PROCESSING_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_IMAGE_PROCESSING_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22569:9
  else:
    let VK_QCOM_IMAGE_PROCESSING_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22569:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_IMAGE_PROCESSING_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_IMAGE_PROCESSING_2_EXTENSION_NAME):
  when "VK_QCOM_image_processing2" is static:
    const
      VK_QCOM_IMAGE_PROCESSING_2_EXTENSION_NAME* = "VK_QCOM_image_processing2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22570:9
  else:
    let VK_QCOM_IMAGE_PROCESSING_2_EXTENSION_NAME* = "VK_QCOM_image_processing2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22570:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_IMAGE_PROCESSING_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_filter_cubic_weights):
  when 1 is static:
    const
      VK_QCOM_filter_cubic_weights* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22599:9
  else:
    let VK_QCOM_filter_cubic_weights* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22599:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_filter_cubic_weights" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_FILTER_CUBIC_WEIGHTS_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_FILTER_CUBIC_WEIGHTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22600:9
  else:
    let VK_QCOM_FILTER_CUBIC_WEIGHTS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22600:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_FILTER_CUBIC_WEIGHTS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_FILTER_CUBIC_WEIGHTS_EXTENSION_NAME):
  when "VK_QCOM_filter_cubic_weights" is static:
    const
      VK_QCOM_FILTER_CUBIC_WEIGHTS_EXTENSION_NAME* = "VK_QCOM_filter_cubic_weights" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22601:9
  else:
    let VK_QCOM_FILTER_CUBIC_WEIGHTS_EXTENSION_NAME* = "VK_QCOM_filter_cubic_weights" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22601:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_FILTER_CUBIC_WEIGHTS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_ycbcr_degamma):
  when 1 is static:
    const
      VK_QCOM_ycbcr_degamma* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22631:9
  else:
    let VK_QCOM_ycbcr_degamma* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22631:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_ycbcr_degamma" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22632:9
  else:
    let VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22632:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_YCBCR_DEGAMMA_EXTENSION_NAME):
  when "VK_QCOM_ycbcr_degamma" is static:
    const
      VK_QCOM_YCBCR_DEGAMMA_EXTENSION_NAME* = "VK_QCOM_ycbcr_degamma" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22633:9
  else:
    let VK_QCOM_YCBCR_DEGAMMA_EXTENSION_NAME* = "VK_QCOM_ycbcr_degamma" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22633:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_YCBCR_DEGAMMA_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_filter_cubic_clamp):
  when 1 is static:
    const
      VK_QCOM_filter_cubic_clamp* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22650:9
  else:
    let VK_QCOM_filter_cubic_clamp* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22650:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_filter_cubic_clamp" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_FILTER_CUBIC_CLAMP_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_FILTER_CUBIC_CLAMP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22651:9
  else:
    let VK_QCOM_FILTER_CUBIC_CLAMP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22651:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_FILTER_CUBIC_CLAMP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME):
  when "VK_QCOM_filter_cubic_clamp" is static:
    const
      VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME* = "VK_QCOM_filter_cubic_clamp" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22652:9
  else:
    let VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME* = "VK_QCOM_filter_cubic_clamp" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22652:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_FILTER_CUBIC_CLAMP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_attachment_feedback_loop_dynamic_state):
  when 1 is static:
    const
      VK_EXT_attachment_feedback_loop_dynamic_state* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22662:9
  else:
    let VK_EXT_attachment_feedback_loop_dynamic_state* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22662:9
else:
  static :
    hint("Declaration of " & "VK_EXT_attachment_feedback_loop_dynamic_state" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22663:9
  else:
    let VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22663:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_EXTENSION_NAME):
  when "VK_EXT_attachment_feedback_loop_dynamic_state" is static:
    const
      VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_EXTENSION_NAME* = "VK_EXT_attachment_feedback_loop_dynamic_state" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22664:9
  else:
    let VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_EXTENSION_NAME* = "VK_EXT_attachment_feedback_loop_dynamic_state" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22664:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_ATTACHMENT_FEEDBACK_LOOP_DYNAMIC_STATE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_MSFT_layered_driver):
  when 1 is static:
    const
      VK_MSFT_layered_driver* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22683:9
  else:
    let VK_MSFT_layered_driver* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22683:9
else:
  static :
    hint("Declaration of " & "VK_MSFT_layered_driver" &
        " already exists, not redeclaring")
when not declared(VK_MSFT_LAYERED_DRIVER_SPEC_VERSION):
  when 1 is static:
    const
      VK_MSFT_LAYERED_DRIVER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22684:9
  else:
    let VK_MSFT_LAYERED_DRIVER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22684:9
else:
  static :
    hint("Declaration of " & "VK_MSFT_LAYERED_DRIVER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_MSFT_LAYERED_DRIVER_EXTENSION_NAME):
  when "VK_MSFT_layered_driver" is static:
    const
      VK_MSFT_LAYERED_DRIVER_EXTENSION_NAME* = "VK_MSFT_layered_driver" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22685:9
  else:
    let VK_MSFT_LAYERED_DRIVER_EXTENSION_NAME* = "VK_MSFT_layered_driver" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22685:9
else:
  static :
    hint("Declaration of " & "VK_MSFT_LAYERED_DRIVER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_descriptor_pool_overallocation):
  when 1 is static:
    const
      VK_NV_descriptor_pool_overallocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22701:9
  else:
    let VK_NV_descriptor_pool_overallocation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22701:9
else:
  static :
    hint("Declaration of " & "VK_NV_descriptor_pool_overallocation" &
        " already exists, not redeclaring")
when not declared(VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22702:9
  else:
    let VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22702:9
else:
  static :
    hint("Declaration of " & "VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_EXTENSION_NAME):
  when "VK_NV_descriptor_pool_overallocation" is static:
    const
      VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_EXTENSION_NAME* = "VK_NV_descriptor_pool_overallocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22703:9
  else:
    let VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_EXTENSION_NAME* = "VK_NV_descriptor_pool_overallocation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22703:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_DESCRIPTOR_POOL_OVERALLOCATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_tile_memory_heap):
  when 1 is static:
    const
      VK_QCOM_tile_memory_heap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22713:9
  else:
    let VK_QCOM_tile_memory_heap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22713:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_tile_memory_heap" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_TILE_MEMORY_HEAP_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_TILE_MEMORY_HEAP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22714:9
  else:
    let VK_QCOM_TILE_MEMORY_HEAP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22714:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_TILE_MEMORY_HEAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_TILE_MEMORY_HEAP_EXTENSION_NAME):
  when "VK_QCOM_tile_memory_heap" is static:
    const
      VK_QCOM_TILE_MEMORY_HEAP_EXTENSION_NAME* = "VK_QCOM_tile_memory_heap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22715:9
  else:
    let VK_QCOM_TILE_MEMORY_HEAP_EXTENSION_NAME* = "VK_QCOM_tile_memory_heap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22715:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_TILE_MEMORY_HEAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_memory_decompression):
  when 1 is static:
    const
      VK_EXT_memory_decompression* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22760:9
  else:
    let VK_EXT_memory_decompression* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22760:9
else:
  static :
    hint("Declaration of " & "VK_EXT_memory_decompression" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22761:9
  else:
    let VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22761:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MEMORY_DECOMPRESSION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME):
  when "VK_EXT_memory_decompression" is static:
    const
      VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME* = "VK_EXT_memory_decompression" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22762:9
  else:
    let VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME* = "VK_EXT_memory_decompression" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22762:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MEMORY_DECOMPRESSION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_display_stereo):
  when 1 is static:
    const
      VK_NV_display_stereo* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22801:9
  else:
    let VK_NV_display_stereo* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22801:9
else:
  static :
    hint("Declaration of " & "VK_NV_display_stereo" &
        " already exists, not redeclaring")
when not declared(VK_NV_DISPLAY_STEREO_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_DISPLAY_STEREO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22802:9
  else:
    let VK_NV_DISPLAY_STEREO_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22802:9
else:
  static :
    hint("Declaration of " & "VK_NV_DISPLAY_STEREO_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DISPLAY_STEREO_EXTENSION_NAME):
  when "VK_NV_display_stereo" is static:
    const
      VK_NV_DISPLAY_STEREO_EXTENSION_NAME* = "VK_NV_display_stereo" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22803:9
  else:
    let VK_NV_DISPLAY_STEREO_EXTENSION_NAME* = "VK_NV_display_stereo" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22803:9
else:
  static :
    hint("Declaration of " & "VK_NV_DISPLAY_STEREO_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_raw_access_chains):
  when 1 is static:
    const
      VK_NV_raw_access_chains* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22827:9
  else:
    let VK_NV_raw_access_chains* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22827:9
else:
  static :
    hint("Declaration of " & "VK_NV_raw_access_chains" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAW_ACCESS_CHAINS_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_RAW_ACCESS_CHAINS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22828:9
  else:
    let VK_NV_RAW_ACCESS_CHAINS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22828:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAW_ACCESS_CHAINS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAW_ACCESS_CHAINS_EXTENSION_NAME):
  when "VK_NV_raw_access_chains" is static:
    const
      VK_NV_RAW_ACCESS_CHAINS_EXTENSION_NAME* = "VK_NV_raw_access_chains" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22829:9
  else:
    let VK_NV_RAW_ACCESS_CHAINS_EXTENSION_NAME* = "VK_NV_raw_access_chains" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22829:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAW_ACCESS_CHAINS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_external_compute_queue):
  when 1 is static:
    const
      VK_NV_external_compute_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22839:9
  else:
    let VK_NV_external_compute_queue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22839:9
else:
  static :
    hint("Declaration of " & "VK_NV_external_compute_queue" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_COMPUTE_QUEUE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_EXTERNAL_COMPUTE_QUEUE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22841:9
  else:
    let VK_NV_EXTERNAL_COMPUTE_QUEUE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22841:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_COMPUTE_QUEUE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_COMPUTE_QUEUE_EXTENSION_NAME):
  when "VK_NV_external_compute_queue" is static:
    const
      VK_NV_EXTERNAL_COMPUTE_QUEUE_EXTENSION_NAME* = "VK_NV_external_compute_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22842:9
  else:
    let VK_NV_EXTERNAL_COMPUTE_QUEUE_EXTENSION_NAME* = "VK_NV_external_compute_queue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22842:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_COMPUTE_QUEUE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_command_buffer_inheritance):
  when 1 is static:
    const
      VK_NV_command_buffer_inheritance* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22898:9
  else:
    let VK_NV_command_buffer_inheritance* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22898:9
else:
  static :
    hint("Declaration of " & "VK_NV_command_buffer_inheritance" &
        " already exists, not redeclaring")
when not declared(VK_NV_COMMAND_BUFFER_INHERITANCE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_COMMAND_BUFFER_INHERITANCE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22899:9
  else:
    let VK_NV_COMMAND_BUFFER_INHERITANCE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22899:9
else:
  static :
    hint("Declaration of " & "VK_NV_COMMAND_BUFFER_INHERITANCE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COMMAND_BUFFER_INHERITANCE_EXTENSION_NAME):
  when "VK_NV_command_buffer_inheritance" is static:
    const
      VK_NV_COMMAND_BUFFER_INHERITANCE_EXTENSION_NAME* = "VK_NV_command_buffer_inheritance" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22900:9
  else:
    let VK_NV_COMMAND_BUFFER_INHERITANCE_EXTENSION_NAME* = "VK_NV_command_buffer_inheritance" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22900:9
else:
  static :
    hint("Declaration of " & "VK_NV_COMMAND_BUFFER_INHERITANCE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_shader_atomic_float16_vector):
  when 1 is static:
    const
      VK_NV_shader_atomic_float16_vector* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22910:9
  else:
    let VK_NV_shader_atomic_float16_vector* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22910:9
else:
  static :
    hint("Declaration of " & "VK_NV_shader_atomic_float16_vector" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22911:9
  else:
    let VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22911:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION_NAME):
  when "VK_NV_shader_atomic_float16_vector" is static:
    const
      VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION_NAME* = "VK_NV_shader_atomic_float16_vector" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22912:9
  else:
    let VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION_NAME* = "VK_NV_shader_atomic_float16_vector" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22912:9
else:
  static :
    hint("Declaration of " & "VK_NV_SHADER_ATOMIC_FLOAT16_VECTOR_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_replicated_composites):
  when 1 is static:
    const
      VK_EXT_shader_replicated_composites* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22922:9
  else:
    let VK_EXT_shader_replicated_composites* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22922:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_replicated_composites" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_REPLICATED_COMPOSITES_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_REPLICATED_COMPOSITES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22923:9
  else:
    let VK_EXT_SHADER_REPLICATED_COMPOSITES_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22923:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_REPLICATED_COMPOSITES_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_REPLICATED_COMPOSITES_EXTENSION_NAME):
  when "VK_EXT_shader_replicated_composites" is static:
    const
      VK_EXT_SHADER_REPLICATED_COMPOSITES_EXTENSION_NAME* = "VK_EXT_shader_replicated_composites" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22924:9
  else:
    let VK_EXT_SHADER_REPLICATED_COMPOSITES_EXTENSION_NAME* = "VK_EXT_shader_replicated_composites" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22924:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_SHADER_REPLICATED_COMPOSITES_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_float8):
  when 1 is static:
    const
      VK_EXT_shader_float8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22934:9
  else:
    let VK_EXT_shader_float8* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22934:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_float8" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_FLOAT8_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_FLOAT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22935:9
  else:
    let VK_EXT_SHADER_FLOAT8_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22935:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_FLOAT8_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_FLOAT8_EXTENSION_NAME):
  when "VK_EXT_shader_float8" is static:
    const
      VK_EXT_SHADER_FLOAT8_EXTENSION_NAME* = "VK_EXT_shader_float8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22936:9
  else:
    let VK_EXT_SHADER_FLOAT8_EXTENSION_NAME* = "VK_EXT_shader_float8" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22936:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_FLOAT8_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_ray_tracing_validation):
  when 1 is static:
    const
      VK_NV_ray_tracing_validation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22947:9
  else:
    let VK_NV_ray_tracing_validation* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22947:9
else:
  static :
    hint("Declaration of " & "VK_NV_ray_tracing_validation" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_VALIDATION_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_RAY_TRACING_VALIDATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22948:9
  else:
    let VK_NV_RAY_TRACING_VALIDATION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22948:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_VALIDATION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_RAY_TRACING_VALIDATION_EXTENSION_NAME):
  when "VK_NV_ray_tracing_validation" is static:
    const
      VK_NV_RAY_TRACING_VALIDATION_EXTENSION_NAME* = "VK_NV_ray_tracing_validation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22949:9
  else:
    let VK_NV_RAY_TRACING_VALIDATION_EXTENSION_NAME* = "VK_NV_ray_tracing_validation" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22949:9
else:
  static :
    hint("Declaration of " & "VK_NV_RAY_TRACING_VALIDATION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_cluster_acceleration_structure):
  when 1 is static:
    const
      VK_NV_cluster_acceleration_structure* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22959:9
  else:
    let VK_NV_cluster_acceleration_structure* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22959:9
else:
  static :
    hint("Declaration of " & "VK_NV_cluster_acceleration_structure" &
        " already exists, not redeclaring")
when not declared(VK_NV_CLUSTER_ACCELERATION_STRUCTURE_SPEC_VERSION):
  when 4 is static:
    const
      VK_NV_CLUSTER_ACCELERATION_STRUCTURE_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22960:9
  else:
    let VK_NV_CLUSTER_ACCELERATION_STRUCTURE_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22960:9
else:
  static :
    hint("Declaration of " & "VK_NV_CLUSTER_ACCELERATION_STRUCTURE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_CLUSTER_ACCELERATION_STRUCTURE_EXTENSION_NAME):
  when "VK_NV_cluster_acceleration_structure" is static:
    const
      VK_NV_CLUSTER_ACCELERATION_STRUCTURE_EXTENSION_NAME* = "VK_NV_cluster_acceleration_structure" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22961:9
  else:
    let VK_NV_CLUSTER_ACCELERATION_STRUCTURE_EXTENSION_NAME* = "VK_NV_cluster_acceleration_structure" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:22961:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_CLUSTER_ACCELERATION_STRUCTURE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_partitioned_acceleration_structure):
  when 1 is static:
    const
      VK_NV_partitioned_acceleration_structure* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23210:9
  else:
    let VK_NV_partitioned_acceleration_structure* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23210:9
else:
  static :
    hint("Declaration of " & "VK_NV_partitioned_acceleration_structure" &
        " already exists, not redeclaring")
when not declared(VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23211:9
  else:
    let VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23211:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_EXTENSION_NAME):
  when "VK_NV_partitioned_acceleration_structure" is static:
    const
      VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_EXTENSION_NAME* = "VK_NV_partitioned_acceleration_structure" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23212:9
  else:
    let VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_EXTENSION_NAME* = "VK_NV_partitioned_acceleration_structure" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23212:9
else:
  static :
    hint("Declaration of " &
        "VK_NV_PARTITIONED_ACCELERATION_STRUCTURE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_device_generated_commands):
  when 1 is static:
    const
      VK_EXT_device_generated_commands* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23326:9
  else:
    let VK_EXT_device_generated_commands* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23326:9
else:
  static :
    hint("Declaration of " & "VK_EXT_device_generated_commands" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_GENERATED_COMMANDS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEVICE_GENERATED_COMMANDS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23329:9
  else:
    let VK_EXT_DEVICE_GENERATED_COMMANDS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23329:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_GENERATED_COMMANDS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME):
  when "VK_EXT_device_generated_commands" is static:
    const
      VK_EXT_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME* = "VK_EXT_device_generated_commands" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23330:9
  else:
    let VK_EXT_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME* = "VK_EXT_device_generated_commands" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23330:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_MESA_image_alignment_control):
  when 1 is static:
    const
      VK_MESA_image_alignment_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23624:9
  else:
    let VK_MESA_image_alignment_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23624:9
else:
  static :
    hint("Declaration of " & "VK_MESA_image_alignment_control" &
        " already exists, not redeclaring")
when not declared(VK_MESA_IMAGE_ALIGNMENT_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_MESA_IMAGE_ALIGNMENT_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23625:9
  else:
    let VK_MESA_IMAGE_ALIGNMENT_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23625:9
else:
  static :
    hint("Declaration of " & "VK_MESA_IMAGE_ALIGNMENT_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_MESA_IMAGE_ALIGNMENT_CONTROL_EXTENSION_NAME):
  when "VK_MESA_image_alignment_control" is static:
    const
      VK_MESA_IMAGE_ALIGNMENT_CONTROL_EXTENSION_NAME* = "VK_MESA_image_alignment_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23626:9
  else:
    let VK_MESA_IMAGE_ALIGNMENT_CONTROL_EXTENSION_NAME* = "VK_MESA_image_alignment_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23626:9
else:
  static :
    hint("Declaration of " & "VK_MESA_IMAGE_ALIGNMENT_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ray_tracing_invocation_reorder):
  when 1 is static:
    const
      VK_EXT_ray_tracing_invocation_reorder* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23648:9
  else:
    let VK_EXT_ray_tracing_invocation_reorder* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23648:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ray_tracing_invocation_reorder" &
        " already exists, not redeclaring")
when not declared(VK_EXT_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23649:9
  else:
    let VK_EXT_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23649:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_RAY_TRACING_INVOCATION_REORDER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME):
  when "VK_EXT_ray_tracing_invocation_reorder" is static:
    const
      VK_EXT_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME* = "VK_EXT_ray_tracing_invocation_reorder" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23650:9
  else:
    let VK_EXT_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME* = "VK_EXT_ray_tracing_invocation_reorder" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23650:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_RAY_TRACING_INVOCATION_REORDER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_depth_clamp_control):
  when 1 is static:
    const
      VK_EXT_depth_clamp_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23667:9
  else:
    let VK_EXT_depth_clamp_control* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23667:9
else:
  static :
    hint("Declaration of " & "VK_EXT_depth_clamp_control" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23668:9
  else:
    let VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23668:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLAMP_CONTROL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_DEPTH_CLAMP_CONTROL_EXTENSION_NAME):
  when "VK_EXT_depth_clamp_control" is static:
    const
      VK_EXT_DEPTH_CLAMP_CONTROL_EXTENSION_NAME* = "VK_EXT_depth_clamp_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23669:9
  else:
    let VK_EXT_DEPTH_CLAMP_CONTROL_EXTENSION_NAME* = "VK_EXT_depth_clamp_control" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23669:9
else:
  static :
    hint("Declaration of " & "VK_EXT_DEPTH_CLAMP_CONTROL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_hdr_vivid):
  when 1 is static:
    const
      VK_HUAWEI_hdr_vivid* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23686:9
  else:
    let VK_HUAWEI_hdr_vivid* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23686:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_hdr_vivid" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_HDR_VIVID_SPEC_VERSION):
  when 1 is static:
    const
      VK_HUAWEI_HDR_VIVID_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23687:9
  else:
    let VK_HUAWEI_HDR_VIVID_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23687:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_HDR_VIVID_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_HUAWEI_HDR_VIVID_EXTENSION_NAME):
  when "VK_HUAWEI_hdr_vivid" is static:
    const
      VK_HUAWEI_HDR_VIVID_EXTENSION_NAME* = "VK_HUAWEI_hdr_vivid" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23688:9
  else:
    let VK_HUAWEI_HDR_VIVID_EXTENSION_NAME* = "VK_HUAWEI_hdr_vivid" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23688:9
else:
  static :
    hint("Declaration of " & "VK_HUAWEI_HDR_VIVID_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_cooperative_matrix2):
  when 1 is static:
    const
      VK_NV_cooperative_matrix2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23705:9
  else:
    let VK_NV_cooperative_matrix2* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23705:9
else:
  static :
    hint("Declaration of " & "VK_NV_cooperative_matrix2" &
        " already exists, not redeclaring")
when not declared(VK_NV_COOPERATIVE_MATRIX_2_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_COOPERATIVE_MATRIX_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23706:9
  else:
    let VK_NV_COOPERATIVE_MATRIX_2_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23706:9
else:
  static :
    hint("Declaration of " & "VK_NV_COOPERATIVE_MATRIX_2_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_COOPERATIVE_MATRIX_2_EXTENSION_NAME):
  when "VK_NV_cooperative_matrix2" is static:
    const
      VK_NV_COOPERATIVE_MATRIX_2_EXTENSION_NAME* = "VK_NV_cooperative_matrix2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23707:9
  else:
    let VK_NV_COOPERATIVE_MATRIX_2_EXTENSION_NAME* = "VK_NV_cooperative_matrix2" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23707:9
else:
  static :
    hint("Declaration of " & "VK_NV_COOPERATIVE_MATRIX_2_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_pipeline_opacity_micromap):
  when 1 is static:
    const
      VK_ARM_pipeline_opacity_micromap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23756:9
  else:
    let VK_ARM_pipeline_opacity_micromap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23756:9
else:
  static :
    hint("Declaration of " & "VK_ARM_pipeline_opacity_micromap" &
        " already exists, not redeclaring")
when not declared(VK_ARM_PIPELINE_OPACITY_MICROMAP_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_PIPELINE_OPACITY_MICROMAP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23757:9
  else:
    let VK_ARM_PIPELINE_OPACITY_MICROMAP_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23757:9
else:
  static :
    hint("Declaration of " & "VK_ARM_PIPELINE_OPACITY_MICROMAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_PIPELINE_OPACITY_MICROMAP_EXTENSION_NAME):
  when "VK_ARM_pipeline_opacity_micromap" is static:
    const
      VK_ARM_PIPELINE_OPACITY_MICROMAP_EXTENSION_NAME* = "VK_ARM_pipeline_opacity_micromap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23758:9
  else:
    let VK_ARM_PIPELINE_OPACITY_MICROMAP_EXTENSION_NAME* = "VK_ARM_pipeline_opacity_micromap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23758:9
else:
  static :
    hint("Declaration of " & "VK_ARM_PIPELINE_OPACITY_MICROMAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_performance_counters_by_region):
  when 1 is static:
    const
      VK_ARM_performance_counters_by_region* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23768:9
  else:
    let VK_ARM_performance_counters_by_region* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23768:9
else:
  static :
    hint("Declaration of " & "VK_ARM_performance_counters_by_region" &
        " already exists, not redeclaring")
when not declared(VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23769:9
  else:
    let VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23769:9
else:
  static :
    hint("Declaration of " &
        "VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_EXTENSION_NAME):
  when "VK_ARM_performance_counters_by_region" is static:
    const
      VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_EXTENSION_NAME* = "VK_ARM_performance_counters_by_region" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23770:9
  else:
    let VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_EXTENSION_NAME* = "VK_ARM_performance_counters_by_region" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23770:9
else:
  static :
    hint("Declaration of " &
        "VK_ARM_PERFORMANCE_COUNTERS_BY_REGION_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_vertex_attribute_robustness):
  when 1 is static:
    const
      VK_EXT_vertex_attribute_robustness* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23826:9
  else:
    let VK_EXT_vertex_attribute_robustness* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23826:9
else:
  static :
    hint("Declaration of " & "VK_EXT_vertex_attribute_robustness" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23827:9
  else:
    let VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23827:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_EXTENSION_NAME):
  when "VK_EXT_vertex_attribute_robustness" is static:
    const
      VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_EXTENSION_NAME* = "VK_EXT_vertex_attribute_robustness" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23828:9
  else:
    let VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_EXTENSION_NAME* = "VK_EXT_vertex_attribute_robustness" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23828:9
else:
  static :
    hint("Declaration of " & "VK_EXT_VERTEX_ATTRIBUTE_ROBUSTNESS_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_ARM_format_pack):
  when 1 is static:
    const
      VK_ARM_format_pack* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23838:9
  else:
    let VK_ARM_format_pack* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23838:9
else:
  static :
    hint("Declaration of " & "VK_ARM_format_pack" &
        " already exists, not redeclaring")
when not declared(VK_ARM_FORMAT_PACK_SPEC_VERSION):
  when 1 is static:
    const
      VK_ARM_FORMAT_PACK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23839:9
  else:
    let VK_ARM_FORMAT_PACK_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23839:9
else:
  static :
    hint("Declaration of " & "VK_ARM_FORMAT_PACK_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_ARM_FORMAT_PACK_EXTENSION_NAME):
  when "VK_ARM_format_pack" is static:
    const
      VK_ARM_FORMAT_PACK_EXTENSION_NAME* = "VK_ARM_format_pack" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23840:9
  else:
    let VK_ARM_FORMAT_PACK_EXTENSION_NAME* = "VK_ARM_format_pack" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23840:9
else:
  static :
    hint("Declaration of " & "VK_ARM_FORMAT_PACK_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_fragment_density_map_layered):
  when 1 is static:
    const
      VK_VALVE_fragment_density_map_layered* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23850:9
  else:
    let VK_VALVE_fragment_density_map_layered* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23850:9
else:
  static :
    hint("Declaration of " & "VK_VALVE_fragment_density_map_layered" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_SPEC_VERSION):
  when 1 is static:
    const
      VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23851:9
  else:
    let VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23851:9
else:
  static :
    hint("Declaration of " &
        "VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_EXTENSION_NAME):
  when "VK_VALVE_fragment_density_map_layered" is static:
    const
      VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_EXTENSION_NAME* = "VK_VALVE_fragment_density_map_layered" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23852:9
  else:
    let VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_EXTENSION_NAME* = "VK_VALVE_fragment_density_map_layered" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23852:9
else:
  static :
    hint("Declaration of " &
        "VK_VALVE_FRAGMENT_DENSITY_MAP_LAYERED_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_present_metering):
  when 1 is static:
    const
      VK_NV_present_metering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23874:9
  else:
    let VK_NV_present_metering* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23874:9
else:
  static :
    hint("Declaration of " & "VK_NV_present_metering" &
        " already exists, not redeclaring")
when not declared(VK_NV_PRESENT_METERING_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_PRESENT_METERING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23875:9
  else:
    let VK_NV_PRESENT_METERING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23875:9
else:
  static :
    hint("Declaration of " & "VK_NV_PRESENT_METERING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_PRESENT_METERING_EXTENSION_NAME):
  when "VK_NV_present_metering" is static:
    const
      VK_NV_PRESENT_METERING_EXTENSION_NAME* = "VK_NV_present_metering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23876:9
  else:
    let VK_NV_PRESENT_METERING_EXTENSION_NAME* = "VK_NV_present_metering" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23876:9
else:
  static :
    hint("Declaration of " & "VK_NV_PRESENT_METERING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_fragment_density_map_offset):
  when 1 is static:
    const
      VK_EXT_fragment_density_map_offset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23893:9
  else:
    let VK_EXT_fragment_density_map_offset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23893:9
else:
  static :
    hint("Declaration of " & "VK_EXT_fragment_density_map_offset" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23894:9
  else:
    let VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23894:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME):
  when "VK_EXT_fragment_density_map_offset" is static:
    const
      VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME* = "VK_EXT_fragment_density_map_offset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23895:9
  else:
    let VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME* = "VK_EXT_fragment_density_map_offset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23895:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FRAGMENT_DENSITY_MAP_OFFSET_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_zero_initialize_device_memory):
  when 1 is static:
    const
      VK_EXT_zero_initialize_device_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23910:9
  else:
    let VK_EXT_zero_initialize_device_memory* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23910:9
else:
  static :
    hint("Declaration of " & "VK_EXT_zero_initialize_device_memory" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23911:9
  else:
    let VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23911:9
else:
  static :
    hint("Declaration of " & "VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_EXTENSION_NAME):
  when "VK_EXT_zero_initialize_device_memory" is static:
    const
      VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_EXTENSION_NAME* = "VK_EXT_zero_initialize_device_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23912:9
  else:
    let VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_EXTENSION_NAME* = "VK_EXT_zero_initialize_device_memory" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23912:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_ZERO_INITIALIZE_DEVICE_MEMORY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_64bit_indexing):
  when 1 is static:
    const
      VK_EXT_shader_64bit_indexing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23922:9
  else:
    let VK_EXT_shader_64bit_indexing* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23922:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_64bit_indexing" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_64BIT_INDEXING_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_64BIT_INDEXING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23923:9
  else:
    let VK_EXT_SHADER_64BIT_INDEXING_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23923:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_64BIT_INDEXING_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_64BIT_INDEXING_EXTENSION_NAME):
  when "VK_EXT_shader_64bit_indexing" is static:
    const
      VK_EXT_SHADER_64BIT_INDEXING_EXTENSION_NAME* = "VK_EXT_shader_64bit_indexing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23924:9
  else:
    let VK_EXT_SHADER_64BIT_INDEXING_EXTENSION_NAME* = "VK_EXT_shader_64bit_indexing" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23924:9
else:
  static :
    hint("Declaration of " & "VK_EXT_SHADER_64BIT_INDEXING_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_custom_resolve):
  when 1 is static:
    const
      VK_EXT_custom_resolve* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23934:9
  else:
    let VK_EXT_custom_resolve* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23934:9
else:
  static :
    hint("Declaration of " & "VK_EXT_custom_resolve" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CUSTOM_RESOLVE_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_CUSTOM_RESOLVE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23935:9
  else:
    let VK_EXT_CUSTOM_RESOLVE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23935:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CUSTOM_RESOLVE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_CUSTOM_RESOLVE_EXTENSION_NAME):
  when "VK_EXT_custom_resolve" is static:
    const
      VK_EXT_CUSTOM_RESOLVE_EXTENSION_NAME* = "VK_EXT_custom_resolve" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23936:9
  else:
    let VK_EXT_CUSTOM_RESOLVE_EXTENSION_NAME* = "VK_EXT_custom_resolve" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23936:9
else:
  static :
    hint("Declaration of " & "VK_EXT_CUSTOM_RESOLVE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_data_graph_model):
  when 1 is static:
    const
      VK_QCOM_data_graph_model* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23970:9
  else:
    let VK_QCOM_data_graph_model* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23970:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_data_graph_model" &
        " already exists, not redeclaring")
when not declared(VK_DATA_GRAPH_MODEL_TOOLCHAIN_VERSION_LENGTH_QCOM):
  when cast[cuint](3'i64) is static:
    const
      VK_DATA_GRAPH_MODEL_TOOLCHAIN_VERSION_LENGTH_QCOM* = cast[cuint](3'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23971:9
  else:
    let VK_DATA_GRAPH_MODEL_TOOLCHAIN_VERSION_LENGTH_QCOM* = cast[cuint](3'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23971:9
else:
  static :
    hint("Declaration of " & "VK_DATA_GRAPH_MODEL_TOOLCHAIN_VERSION_LENGTH_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_DATA_GRAPH_MODEL_SPEC_VERSION):
  when 1 is static:
    const
      VK_QCOM_DATA_GRAPH_MODEL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23972:9
  else:
    let VK_QCOM_DATA_GRAPH_MODEL_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23972:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_DATA_GRAPH_MODEL_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_QCOM_DATA_GRAPH_MODEL_EXTENSION_NAME):
  when "VK_QCOM_data_graph_model" is static:
    const
      VK_QCOM_DATA_GRAPH_MODEL_EXTENSION_NAME* = "VK_QCOM_data_graph_model" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23973:9
  else:
    let VK_QCOM_DATA_GRAPH_MODEL_EXTENSION_NAME* = "VK_QCOM_data_graph_model" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:23973:9
else:
  static :
    hint("Declaration of " & "VK_QCOM_DATA_GRAPH_MODEL_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_SEC_pipeline_cache_incremental_mode):
  when 1 is static:
    const
      VK_SEC_pipeline_cache_incremental_mode* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24002:9
  else:
    let VK_SEC_pipeline_cache_incremental_mode* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24002:9
else:
  static :
    hint("Declaration of " & "VK_SEC_pipeline_cache_incremental_mode" &
        " already exists, not redeclaring")
when not declared(VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_SPEC_VERSION):
  when 1 is static:
    const
      VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24003:9
  else:
    let VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24003:9
else:
  static :
    hint("Declaration of " &
        "VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_EXTENSION_NAME):
  when "VK_SEC_pipeline_cache_incremental_mode" is static:
    const
      VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_EXTENSION_NAME* = "VK_SEC_pipeline_cache_incremental_mode" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24004:9
  else:
    let VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_EXTENSION_NAME* = "VK_SEC_pipeline_cache_incremental_mode" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24004:9
else:
  static :
    hint("Declaration of " &
        "VK_SEC_PIPELINE_CACHE_INCREMENTAL_MODE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_shader_uniform_buffer_unsized_array):
  when 1 is static:
    const
      VK_EXT_shader_uniform_buffer_unsized_array* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24014:9
  else:
    let VK_EXT_shader_uniform_buffer_unsized_array* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24014:9
else:
  static :
    hint("Declaration of " & "VK_EXT_shader_uniform_buffer_unsized_array" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24015:9
  else:
    let VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24015:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_EXTENSION_NAME):
  when "VK_EXT_shader_uniform_buffer_unsized_array" is static:
    const
      VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_EXTENSION_NAME* = "VK_EXT_shader_uniform_buffer_unsized_array" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24016:9
  else:
    let VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_EXTENSION_NAME* = "VK_EXT_shader_uniform_buffer_unsized_array" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24016:9
else:
  static :
    hint("Declaration of " &
        "VK_EXT_SHADER_UNIFORM_BUFFER_UNSIZED_ARRAY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_acceleration_structure):
  when 1 is static:
    const
      VK_KHR_acceleration_structure* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24026:9
  else:
    let VK_KHR_acceleration_structure* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24026:9
else:
  static :
    hint("Declaration of " & "VK_KHR_acceleration_structure" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION):
  when 13 is static:
    const
      VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION* = 13 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24027:9
  else:
    let VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION* = 13 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24027:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME):
  when "VK_KHR_acceleration_structure" is static:
    const
      VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME* = "VK_KHR_acceleration_structure" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24028:9
  else:
    let VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME* = "VK_KHR_acceleration_structure" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24028:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ray_tracing_pipeline):
  when 1 is static:
    const
      VK_KHR_ray_tracing_pipeline* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24326:9
  else:
    let VK_KHR_ray_tracing_pipeline* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24326:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ray_tracing_pipeline" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24327:9
  else:
    let VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24327:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME):
  when "VK_KHR_ray_tracing_pipeline" is static:
    const
      VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME* = "VK_KHR_ray_tracing_pipeline" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24328:9
  else:
    let VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME* = "VK_KHR_ray_tracing_pipeline" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24328:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_ray_query):
  when 1 is static:
    const
      VK_KHR_ray_query* = 1  ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24469:9
  else:
    let VK_KHR_ray_query* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24469:9
else:
  static :
    hint("Declaration of " & "VK_KHR_ray_query" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_QUERY_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_RAY_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24470:9
  else:
    let VK_KHR_RAY_QUERY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24470:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_QUERY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_RAY_QUERY_EXTENSION_NAME):
  when "VK_KHR_ray_query" is static:
    const
      VK_KHR_RAY_QUERY_EXTENSION_NAME* = "VK_KHR_ray_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24471:9
  else:
    let VK_KHR_RAY_QUERY_EXTENSION_NAME* = "VK_KHR_ray_query" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24471:9
else:
  static :
    hint("Declaration of " & "VK_KHR_RAY_QUERY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_mesh_shader):
  when 1 is static:
    const
      VK_EXT_mesh_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24481:9
  else:
    let VK_EXT_mesh_shader* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24481:9
else:
  static :
    hint("Declaration of " & "VK_EXT_mesh_shader" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MESH_SHADER_SPEC_VERSION):
  when 1 is static:
    const
      VK_EXT_MESH_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24482:9
  else:
    let VK_EXT_MESH_SHADER_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24482:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MESH_SHADER_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_MESH_SHADER_EXTENSION_NAME):
  when "VK_EXT_mesh_shader" is static:
    const
      VK_EXT_MESH_SHADER_EXTENSION_NAME* = "VK_EXT_mesh_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24483:9
  else:
    let VK_EXT_MESH_SHADER_EXTENSION_NAME* = "VK_EXT_mesh_shader" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_core.h:24483:9
else:
  static :
    hint("Declaration of " & "VK_EXT_MESH_SHADER_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VULKAN_WIN32_H_private):
  when 1 is static:
    const
      VULKAN_WIN32_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:2:9
  else:
    let VULKAN_WIN32_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:2:9
else:
  static :
    hint("Declaration of " & "VULKAN_WIN32_H_private" &
        " already exists, not redeclaring")
when not declared(VK_KHR_win32_surface):
  when 1 is static:
    const
      VK_KHR_win32_surface* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:23:9
  else:
    let VK_KHR_win32_surface* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:23:9
else:
  static :
    hint("Declaration of " & "VK_KHR_win32_surface" &
        " already exists, not redeclaring")
when not declared(VK_KHR_WIN32_SURFACE_SPEC_VERSION):
  when 6 is static:
    const
      VK_KHR_WIN32_SURFACE_SPEC_VERSION* = 6 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:24:9
  else:
    let VK_KHR_WIN32_SURFACE_SPEC_VERSION* = 6 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:24:9
else:
  static :
    hint("Declaration of " & "VK_KHR_WIN32_SURFACE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_WIN32_SURFACE_EXTENSION_NAME):
  when "VK_KHR_win32_surface" is static:
    const
      VK_KHR_WIN32_SURFACE_EXTENSION_NAME* = "VK_KHR_win32_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:25:9
  else:
    let VK_KHR_WIN32_SURFACE_EXTENSION_NAME* = "VK_KHR_win32_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:25:9
else:
  static :
    hint("Declaration of " & "VK_KHR_WIN32_SURFACE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_memory_win32):
  when 1 is static:
    const
      VK_KHR_external_memory_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:56:9
  else:
    let VK_KHR_external_memory_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:56:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_memory_win32" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:57:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:57:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_WIN32_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME):
  when "VK_KHR_external_memory_win32" is static:
    const
      VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME* = "VK_KHR_external_memory_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:58:9
  else:
    let VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME* = "VK_KHR_external_memory_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:58:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_win32_keyed_mutex):
  when 1 is static:
    const
      VK_KHR_win32_keyed_mutex* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:110:9
  else:
    let VK_KHR_win32_keyed_mutex* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:110:9
else:
  static :
    hint("Declaration of " & "VK_KHR_win32_keyed_mutex" &
        " already exists, not redeclaring")
when not declared(VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:111:9
  else:
    let VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:111:9
else:
  static :
    hint("Declaration of " & "VK_KHR_WIN32_KEYED_MUTEX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME):
  when "VK_KHR_win32_keyed_mutex" is static:
    const
      VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME* = "VK_KHR_win32_keyed_mutex" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:112:9
  else:
    let VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME* = "VK_KHR_win32_keyed_mutex" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:112:9
else:
  static :
    hint("Declaration of " & "VK_KHR_WIN32_KEYED_MUTEX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_semaphore_win32):
  when 1 is static:
    const
      VK_KHR_external_semaphore_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:128:9
  else:
    let VK_KHR_external_semaphore_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:128:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_semaphore_win32" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:129:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:129:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_SEMAPHORE_WIN32_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME):
  when "VK_KHR_external_semaphore_win32" is static:
    const
      VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME* = "VK_KHR_external_semaphore_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:130:9
  else:
    let VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME* = "VK_KHR_external_semaphore_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:130:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_KHR_external_fence_win32):
  when 1 is static:
    const
      VK_KHR_external_fence_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:185:9
  else:
    let VK_KHR_external_fence_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:185:9
else:
  static :
    hint("Declaration of " & "VK_KHR_external_fence_win32" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:186:9
  else:
    let VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:186:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_WIN32_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME):
  when "VK_KHR_external_fence_win32" is static:
    const
      VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME* = "VK_KHR_external_fence_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:187:9
  else:
    let VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME* = "VK_KHR_external_fence_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:187:9
else:
  static :
    hint("Declaration of " & "VK_KHR_EXTERNAL_FENCE_WIN32_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_external_memory_win32):
  when 1 is static:
    const
      VK_NV_external_memory_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:233:9
  else:
    let VK_NV_external_memory_win32* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:233:9
else:
  static :
    hint("Declaration of " & "VK_NV_external_memory_win32" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:234:9
  else:
    let VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:234:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_WIN32_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME):
  when "VK_NV_external_memory_win32" is static:
    const
      VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME* = "VK_NV_external_memory_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:235:9
  else:
    let VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME* = "VK_NV_external_memory_win32" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:235:9
else:
  static :
    hint("Declaration of " & "VK_NV_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_win32_keyed_mutex):
  when 1 is static:
    const
      VK_NV_win32_keyed_mutex* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:264:9
  else:
    let VK_NV_win32_keyed_mutex* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:264:9
else:
  static :
    hint("Declaration of " & "VK_NV_win32_keyed_mutex" &
        " already exists, not redeclaring")
when not declared(VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:265:9
  else:
    let VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:265:9
else:
  static :
    hint("Declaration of " & "VK_NV_WIN32_KEYED_MUTEX_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME):
  when "VK_NV_win32_keyed_mutex" is static:
    const
      VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME* = "VK_NV_win32_keyed_mutex" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:266:9
  else:
    let VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME* = "VK_NV_win32_keyed_mutex" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:266:9
else:
  static :
    hint("Declaration of " & "VK_NV_WIN32_KEYED_MUTEX_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_EXT_full_screen_exclusive):
  when 1 is static:
    const
      VK_EXT_full_screen_exclusive* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:282:9
  else:
    let VK_EXT_full_screen_exclusive* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:282:9
else:
  static :
    hint("Declaration of " & "VK_EXT_full_screen_exclusive" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION):
  when 4 is static:
    const
      VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:283:9
  else:
    let VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION* = 4 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:283:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FULL_SCREEN_EXCLUSIVE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME):
  when "VK_EXT_full_screen_exclusive" is static:
    const
      VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME* = "VK_EXT_full_screen_exclusive" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:284:9
  else:
    let VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME* = "VK_EXT_full_screen_exclusive" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:284:9
else:
  static :
    hint("Declaration of " & "VK_EXT_FULL_SCREEN_EXCLUSIVE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_acquire_winrt_display):
  when 1 is static:
    const
      VK_NV_acquire_winrt_display* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:347:9
  else:
    let VK_NV_acquire_winrt_display* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:347:9
else:
  static :
    hint("Declaration of " & "VK_NV_acquire_winrt_display" &
        " already exists, not redeclaring")
when not declared(VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION):
  when 1 is static:
    const
      VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:348:9
  else:
    let VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:348:9
else:
  static :
    hint("Declaration of " & "VK_NV_ACQUIRE_WINRT_DISPLAY_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME):
  when "VK_NV_acquire_winrt_display" is static:
    const
      VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME* = "VK_NV_acquire_winrt_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:349:9
  else:
    let VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME* = "VK_NV_acquire_winrt_display" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_win32.h:349:9
else:
  static :
    hint("Declaration of " & "VK_NV_ACQUIRE_WINRT_DISPLAY_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VULKAN_XLIB_H_private):
  when 1 is static:
    const
      VULKAN_XLIB_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:2:9
  else:
    let VULKAN_XLIB_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:2:9
else:
  static :
    hint("Declaration of " & "VULKAN_XLIB_H_private" &
        " already exists, not redeclaring")
when not declared(VK_KHR_xlib_surface):
  when 1 is static:
    const
      VK_KHR_xlib_surface* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:23:9
  else:
    let VK_KHR_xlib_surface* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:23:9
else:
  static :
    hint("Declaration of " & "VK_KHR_xlib_surface" &
        " already exists, not redeclaring")
when not declared(VK_KHR_XLIB_SURFACE_SPEC_VERSION):
  when 6 is static:
    const
      VK_KHR_XLIB_SURFACE_SPEC_VERSION* = 6 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:24:9
  else:
    let VK_KHR_XLIB_SURFACE_SPEC_VERSION* = 6 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:24:9
else:
  static :
    hint("Declaration of " & "VK_KHR_XLIB_SURFACE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_XLIB_SURFACE_EXTENSION_NAME):
  when "VK_KHR_xlib_surface" is static:
    const
      VK_KHR_XLIB_SURFACE_EXTENSION_NAME* = "VK_KHR_xlib_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:25:9
  else:
    let VK_KHR_XLIB_SURFACE_EXTENSION_NAME* = "VK_KHR_xlib_surface" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib.h:25:9
else:
  static :
    hint("Declaration of " & "VK_KHR_XLIB_SURFACE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VULKAN_BETA_H_private):
  when 1 is static:
    const
      VULKAN_BETA_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:2:9
  else:
    let VULKAN_BETA_H_private* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:2:9
else:
  static :
    hint("Declaration of " & "VULKAN_BETA_H_private" &
        " already exists, not redeclaring")
when not declared(VK_KHR_portability_subset):
  when 1 is static:
    const
      VK_KHR_portability_subset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:23:9
  else:
    let VK_KHR_portability_subset* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:23:9
else:
  static :
    hint("Declaration of " & "VK_KHR_portability_subset" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION):
  when 1 is static:
    const
      VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:24:9
  else:
    let VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:24:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME):
  when "VK_KHR_portability_subset" is static:
    const
      VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME* = "VK_KHR_portability_subset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:25:9
  else:
    let VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME* = "VK_KHR_portability_subset" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:25:9
else:
  static :
    hint("Declaration of " & "VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMDX_shader_enqueue):
  when 1 is static:
    const
      VK_AMDX_shader_enqueue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:55:9
  else:
    let VK_AMDX_shader_enqueue* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:55:9
else:
  static :
    hint("Declaration of " & "VK_AMDX_shader_enqueue" &
        " already exists, not redeclaring")
when not declared(VK_AMDX_SHADER_ENQUEUE_SPEC_VERSION):
  when 2 is static:
    const
      VK_AMDX_SHADER_ENQUEUE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:56:9
  else:
    let VK_AMDX_SHADER_ENQUEUE_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:56:9
else:
  static :
    hint("Declaration of " & "VK_AMDX_SHADER_ENQUEUE_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMDX_SHADER_ENQUEUE_EXTENSION_NAME):
  when "VK_AMDX_shader_enqueue" is static:
    const
      VK_AMDX_SHADER_ENQUEUE_EXTENSION_NAME* = "VK_AMDX_shader_enqueue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:57:9
  else:
    let VK_AMDX_SHADER_ENQUEUE_EXTENSION_NAME* = "VK_AMDX_shader_enqueue" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:57:9
else:
  static :
    hint("Declaration of " & "VK_AMDX_SHADER_ENQUEUE_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_cuda_kernel_launch):
  when 1 is static:
    const
      VK_NV_cuda_kernel_launch* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:192:9
  else:
    let VK_NV_cuda_kernel_launch* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:192:9
else:
  static :
    hint("Declaration of " & "VK_NV_cuda_kernel_launch" &
        " already exists, not redeclaring")
when not declared(VK_NV_CUDA_KERNEL_LAUNCH_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_CUDA_KERNEL_LAUNCH_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:195:9
  else:
    let VK_NV_CUDA_KERNEL_LAUNCH_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:195:9
else:
  static :
    hint("Declaration of " & "VK_NV_CUDA_KERNEL_LAUNCH_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_CUDA_KERNEL_LAUNCH_EXTENSION_NAME):
  when "VK_NV_cuda_kernel_launch" is static:
    const
      VK_NV_CUDA_KERNEL_LAUNCH_EXTENSION_NAME* = "VK_NV_cuda_kernel_launch" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:196:9
  else:
    let VK_NV_CUDA_KERNEL_LAUNCH_EXTENSION_NAME* = "VK_NV_cuda_kernel_launch" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:196:9
else:
  static :
    hint("Declaration of " & "VK_NV_CUDA_KERNEL_LAUNCH_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_NV_displacement_micromap):
  when 1 is static:
    const
      VK_NV_displacement_micromap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:296:9
  else:
    let VK_NV_displacement_micromap* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:296:9
else:
  static :
    hint("Declaration of " & "VK_NV_displacement_micromap" &
        " already exists, not redeclaring")
when not declared(VK_NV_DISPLACEMENT_MICROMAP_SPEC_VERSION):
  when 2 is static:
    const
      VK_NV_DISPLACEMENT_MICROMAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:297:9
  else:
    let VK_NV_DISPLACEMENT_MICROMAP_SPEC_VERSION* = 2 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:297:9
else:
  static :
    hint("Declaration of " & "VK_NV_DISPLACEMENT_MICROMAP_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_NV_DISPLACEMENT_MICROMAP_EXTENSION_NAME):
  when "VK_NV_displacement_micromap" is static:
    const
      VK_NV_DISPLACEMENT_MICROMAP_EXTENSION_NAME* = "VK_NV_displacement_micromap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:298:9
  else:
    let VK_NV_DISPLACEMENT_MICROMAP_EXTENSION_NAME* = "VK_NV_displacement_micromap" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:298:9
else:
  static :
    hint("Declaration of " & "VK_NV_DISPLACEMENT_MICROMAP_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_AMDX_dense_geometry_format):
  when 1 is static:
    const
      VK_AMDX_dense_geometry_format* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:342:9
  else:
    let VK_AMDX_dense_geometry_format* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:342:9
else:
  static :
    hint("Declaration of " & "VK_AMDX_dense_geometry_format" &
        " already exists, not redeclaring")
when not declared(VK_AMDX_DENSE_GEOMETRY_FORMAT_SPEC_VERSION):
  when 1 is static:
    const
      VK_AMDX_DENSE_GEOMETRY_FORMAT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:343:9
  else:
    let VK_AMDX_DENSE_GEOMETRY_FORMAT_SPEC_VERSION* = 1 ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:343:9
else:
  static :
    hint("Declaration of " & "VK_AMDX_DENSE_GEOMETRY_FORMAT_SPEC_VERSION" &
        " already exists, not redeclaring")
when not declared(VK_AMDX_DENSE_GEOMETRY_FORMAT_EXTENSION_NAME):
  when "VK_AMDX_dense_geometry_format" is static:
    const
      VK_AMDX_DENSE_GEOMETRY_FORMAT_EXTENSION_NAME* = "VK_AMDX_dense_geometry_format" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:344:9
  else:
    let VK_AMDX_DENSE_GEOMETRY_FORMAT_EXTENSION_NAME* = "VK_AMDX_dense_geometry_format" ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:344:9
else:
  static :
    hint("Declaration of " & "VK_AMDX_DENSE_GEOMETRY_FORMAT_EXTENSION_NAME" &
        " already exists, not redeclaring")
when not declared(VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_ALIGNMENT_AMDX):
  when cast[cuint](128'i64) is static:
    const
      VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_ALIGNMENT_AMDX* = cast[cuint](128'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:345:9
  else:
    let VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_ALIGNMENT_AMDX* = cast[cuint](128'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:345:9
else:
  static :
    hint("Declaration of " &
        "VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_ALIGNMENT_AMDX" &
        " already exists, not redeclaring")
when not declared(VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_STRIDE_AMDX):
  when cast[cuint](128'i64) is static:
    const
      VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_STRIDE_AMDX* = cast[cuint](128'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:346:9
  else:
    let VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_STRIDE_AMDX* = cast[cuint](128'i64) ## Generated based on /home/sam/programming/nim/semicongine/fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_beta.h:346:9
else:
  static :
    hint("Declaration of " &
        "VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_BYTE_STRIDE_AMDX" &
        " already exists, not redeclaring")
when not declared(vkCreateInstance):
  var vkCreateInstance*: proc(pCreateInfo: ptr VkInstanceCreateInfo_1124074515;
                         pAllocator: ptr VkAllocationCallbacks_1124074499;
                         pInstance: ptr VkInstance_1124073940): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateInstance" &
        " already exists, not redeclaring")
when not declared(vkDestroyInstance):
  var vkDestroyInstance*: proc(instance: VkInstance_1124073940;
                          pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyInstance" &
        " already exists, not redeclaring")
when not declared(vkEnumeratePhysicalDevices):
  var vkEnumeratePhysicalDevices*: proc(instance: VkInstance_1124073940;
                                   pPhysicalDeviceCount: ptr uint32;
                                   pPhysicalDevices: ptr VkPhysicalDevice_1124073942): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumeratePhysicalDevices" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFeatures):
  var vkGetPhysicalDeviceFeatures*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                                    pFeatures: ptr VkPhysicalDeviceFeatures_1124074527): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFeatures" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFormatProperties):
  var vkGetPhysicalDeviceFormatProperties*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      format: VkFormat_1124074023; pFormatProperties: ptr VkFormatProperties_1124074507): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFormatProperties" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceImageFormatProperties):
  var vkGetPhysicalDeviceImageFormatProperties*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; format: VkFormat_1124074023;
      type_arg: VkImageType_1124074031; tiling: VkImageTiling_1124074027;
      usage: VkImageUsageFlags_1124074175; flags: VkImageCreateFlags_1124074163;
      pImageFormatProperties: ptr VkImageFormatProperties_1124074511): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceProperties):
  var vkGetPhysicalDeviceProperties*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      pProperties: ptr VkPhysicalDeviceProperties_1124074543): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceProperties" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceQueueFamilyProperties):
  var vkGetPhysicalDeviceQueueFamilyProperties*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pQueueFamilyPropertyCount: ptr uint32;
      pQueueFamilyProperties: ptr VkQueueFamilyProperties_1124074547): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceQueueFamilyProperties" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceMemoryProperties):
  var vkGetPhysicalDeviceMemoryProperties*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      pMemoryProperties: ptr VkPhysicalDeviceMemoryProperties_1124074535): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceMemoryProperties" &
        " already exists, not redeclaring")
when not declared(vkGetInstanceProcAddr):
  var vkGetInstanceProcAddr*: proc(instance: VkInstance_1124073940; pName: cstring): PFN_vkVoidFunction_1124074495 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetInstanceProcAddr" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceProcAddr):
  var vkGetDeviceProcAddr*: proc(device: VkDevice_1124073944; pName: cstring): PFN_vkVoidFunction_1124074495 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceProcAddr" &
        " already exists, not redeclaring")
when not declared(vkCreateDevice):
  var vkCreateDevice*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                       pCreateInfo: ptr VkDeviceCreateInfo_1124074555;
                       pAllocator: ptr VkAllocationCallbacks_1124074499;
                       pDevice: ptr VkDevice_1124073944): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDevice" &
        " already exists, not redeclaring")
when not declared(vkDestroyDevice):
  var vkDestroyDevice*: proc(device: VkDevice_1124073944;
                        pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyDevice" &
        " already exists, not redeclaring")
when not declared(vkEnumerateInstanceExtensionProperties):
  var vkEnumerateInstanceExtensionProperties*: proc(pLayerName: cstring;
      pPropertyCount: ptr uint32; pProperties: ptr VkExtensionProperties_1124074559): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumerateInstanceExtensionProperties" &
        " already exists, not redeclaring")
when not declared(vkEnumerateDeviceExtensionProperties):
  var vkEnumerateDeviceExtensionProperties*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      pLayerName: cstring; pPropertyCount: ptr uint32;
      pProperties: ptr VkExtensionProperties_1124074559): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumerateDeviceExtensionProperties" &
        " already exists, not redeclaring")
when not declared(vkEnumerateInstanceLayerProperties):
  var vkEnumerateInstanceLayerProperties*: proc(pPropertyCount: ptr uint32;
      pProperties: ptr VkLayerProperties_1124074563): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumerateInstanceLayerProperties" &
        " already exists, not redeclaring")
when not declared(vkEnumerateDeviceLayerProperties):
  var vkEnumerateDeviceLayerProperties*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      pPropertyCount: ptr uint32; pProperties: ptr VkLayerProperties_1124074563): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumerateDeviceLayerProperties" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceQueue):
  var vkGetDeviceQueue*: proc(device: VkDevice_1124073944; queueFamilyIndex: uint32;
                         queueIndex: uint32; pQueue: ptr VkQueue_1124073946): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceQueue" &
        " already exists, not redeclaring")
when not declared(vkQueueSubmit):
  var vkQueueSubmit*: proc(queue: VkQueue_1124073946; submitCount: uint32;
                      pSubmits: ptr VkSubmitInfo_1124074567; fence: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueueSubmit" &
        " already exists, not redeclaring")
when not declared(vkQueueWaitIdle):
  var vkQueueWaitIdle*: proc(queue: VkQueue_1124073946): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkQueueWaitIdle" &
        " already exists, not redeclaring")
when not declared(vkDeviceWaitIdle):
  var vkDeviceWaitIdle*: proc(device: VkDevice_1124073944): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDeviceWaitIdle" &
        " already exists, not redeclaring")
when not declared(vkAllocateMemory):
  var vkAllocateMemory*: proc(device: VkDevice_1124073944;
                         pAllocateInfo: ptr VkMemoryAllocateInfo_1124074575;
                         pAllocator: ptr VkAllocationCallbacks_1124074499;
                         pMemory: ptr VkDeviceMemory_1124073954): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAllocateMemory" &
        " already exists, not redeclaring")
when not declared(vkFreeMemory):
  var vkFreeMemory*: proc(device: VkDevice_1124073944; memory: VkDeviceMemory_1124073954;
                     pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkFreeMemory" & " already exists, not redeclaring")
when not declared(vkMapMemory):
  var vkMapMemory*: proc(device: VkDevice_1124073944; memory: VkDeviceMemory_1124073954;
                    offset: VkDeviceSize_1124073930; size: VkDeviceSize_1124073930;
                    flags: VkMemoryMapFlags_1124074219; ppData: ptr pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkMapMemory" & " already exists, not redeclaring")
when not declared(vkUnmapMemory):
  var vkUnmapMemory*: proc(device: VkDevice_1124073944; memory: VkDeviceMemory_1124073954): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkUnmapMemory" &
        " already exists, not redeclaring")
when not declared(vkFlushMappedMemoryRanges):
  var vkFlushMappedMemoryRanges*: proc(device: VkDevice_1124073944;
                                  memoryRangeCount: uint32;
                                  pMemoryRanges: ptr VkMappedMemoryRange_1124074571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkFlushMappedMemoryRanges" &
        " already exists, not redeclaring")
when not declared(vkInvalidateMappedMemoryRanges):
  var vkInvalidateMappedMemoryRanges*: proc(device: VkDevice_1124073944;
                                       memoryRangeCount: uint32;
                                       pMemoryRanges: ptr VkMappedMemoryRange_1124074571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkInvalidateMappedMemoryRanges" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceMemoryCommitment):
  var vkGetDeviceMemoryCommitment*: proc(device: VkDevice_1124073944;
                                    memory: VkDeviceMemory_1124073954;
                                    pCommittedMemoryInBytes: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceMemoryCommitment" &
        " already exists, not redeclaring")
when not declared(vkBindBufferMemory):
  var vkBindBufferMemory*: proc(device: VkDevice_1124073944; buffer: VkBuffer_1124073936;
                           memory: VkDeviceMemory_1124073954;
                           memoryOffset: VkDeviceSize_1124073930): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindBufferMemory" &
        " already exists, not redeclaring")
when not declared(vkBindImageMemory):
  var vkBindImageMemory*: proc(device: VkDevice_1124073944; image: VkImage_1124073938;
                          memory: VkDeviceMemory_1124073954;
                          memoryOffset: VkDeviceSize_1124073930): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindImageMemory" &
        " already exists, not redeclaring")
when not declared(vkGetBufferMemoryRequirements):
  var vkGetBufferMemoryRequirements*: proc(device: VkDevice_1124073944;
                                      buffer: VkBuffer_1124073936;
      pMemoryRequirements: ptr VkMemoryRequirements_1124074579): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetBufferMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(vkGetImageMemoryRequirements):
  var vkGetImageMemoryRequirements*: proc(device: VkDevice_1124073944;
                                     image: VkImage_1124073938;
      pMemoryRequirements: ptr VkMemoryRequirements_1124074579): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(vkGetImageSparseMemoryRequirements):
  var vkGetImageSparseMemoryRequirements*: proc(device: VkDevice_1124073944;
      image: VkImage_1124073938; pSparseMemoryRequirementCount: ptr uint32;
      pSparseMemoryRequirements: ptr VkSparseImageMemoryRequirements_1124074615): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetImageSparseMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSparseImageFormatProperties):
  var vkGetPhysicalDeviceSparseImageFormatProperties*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; format: VkFormat_1124074023;
      type_arg: VkImageType_1124074031; samples: VkSampleCountFlagBits_1124074167;
      usage: VkImageUsageFlags_1124074175; tiling: VkImageTiling_1124074027;
      pPropertyCount: ptr uint32; pProperties: ptr VkSparseImageFormatProperties_1124074611): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSparseImageFormatProperties" &
        " already exists, not redeclaring")
when not declared(vkQueueBindSparse):
  var vkQueueBindSparse*: proc(queue: VkQueue_1124073946; bindInfoCount: uint32;
                          pBindInfo: ptr VkBindSparseInfo_1124074607;
                          fence: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueueBindSparse" &
        " already exists, not redeclaring")
when not declared(vkCreateFence):
  var vkCreateFence*: proc(device: VkDevice_1124073944;
                      pCreateInfo: ptr VkFenceCreateInfo_1124074619;
                      pAllocator: ptr VkAllocationCallbacks_1124074499;
                      pFence: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateFence" &
        " already exists, not redeclaring")
when not declared(vkDestroyFence):
  var vkDestroyFence*: proc(device: VkDevice_1124073944; fence: VkFence_1124073952;
                       pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyFence" &
        " already exists, not redeclaring")
when not declared(vkResetFences):
  var vkResetFences*: proc(device: VkDevice_1124073944; fenceCount: uint32;
                      pFences: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkResetFences" &
        " already exists, not redeclaring")
when not declared(vkGetFenceStatus):
  var vkGetFenceStatus*: proc(device: VkDevice_1124073944; fence: VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetFenceStatus" &
        " already exists, not redeclaring")
when not declared(vkWaitForFences):
  var vkWaitForFences*: proc(device: VkDevice_1124073944; fenceCount: uint32;
                        pFences: ptr VkFence_1124073952; waitAll: VkBool32_1124073926;
                        timeout: uint64): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkWaitForFences" &
        " already exists, not redeclaring")
when not declared(vkCreateSemaphore):
  var vkCreateSemaphore*: proc(device: VkDevice_1124073944;
                          pCreateInfo: ptr VkSemaphoreCreateInfo_1124074623;
                          pAllocator: ptr VkAllocationCallbacks_1124074499;
                          pSemaphore: ptr VkSemaphore_1124073948): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateSemaphore" &
        " already exists, not redeclaring")
when not declared(vkDestroySemaphore):
  var vkDestroySemaphore*: proc(device: VkDevice_1124073944; semaphore: VkSemaphore_1124073948;
                           pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroySemaphore" &
        " already exists, not redeclaring")
when not declared(vkCreateQueryPool):
  var vkCreateQueryPool*: proc(device: VkDevice_1124073944;
                          pCreateInfo: ptr VkQueryPoolCreateInfo_1124074627;
                          pAllocator: ptr VkAllocationCallbacks_1124074499;
                          pQueryPool: ptr VkQueryPool_1124073956): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateQueryPool" &
        " already exists, not redeclaring")
when not declared(vkDestroyQueryPool):
  var vkDestroyQueryPool*: proc(device: VkDevice_1124073944; queryPool: VkQueryPool_1124073956;
                           pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyQueryPool" &
        " already exists, not redeclaring")
when not declared(vkGetQueryPoolResults):
  var vkGetQueryPoolResults*: proc(device: VkDevice_1124073944;
                              queryPool: VkQueryPool_1124073956;
                              firstQuery: uint32; queryCount: uint32;
                              dataSize: csize_t; pData: pointer;
                              stride: VkDeviceSize_1124073930;
                              flags: VkQueryResultFlags_1124074257): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetQueryPoolResults" &
        " already exists, not redeclaring")
when not declared(vkCreateBuffer):
  var vkCreateBuffer*: proc(device: VkDevice_1124073944;
                       pCreateInfo: ptr VkBufferCreateInfo_1124074631;
                       pAllocator: ptr VkAllocationCallbacks_1124074499;
                       pBuffer: ptr VkBuffer_1124073936): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateBuffer" &
        " already exists, not redeclaring")
when not declared(vkDestroyBuffer):
  var vkDestroyBuffer*: proc(device: VkDevice_1124073944; buffer: VkBuffer_1124073936;
                        pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyBuffer" &
        " already exists, not redeclaring")
when not declared(vkCreateImage):
  var vkCreateImage*: proc(device: VkDevice_1124073944;
                      pCreateInfo: ptr VkImageCreateInfo_1124074635;
                      pAllocator: ptr VkAllocationCallbacks_1124074499;
                      pImage: ptr VkImage_1124073938): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateImage" &
        " already exists, not redeclaring")
when not declared(vkDestroyImage):
  var vkDestroyImage*: proc(device: VkDevice_1124073944; image: VkImage_1124073938;
                       pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyImage" &
        " already exists, not redeclaring")
when not declared(vkGetImageSubresourceLayout):
  var vkGetImageSubresourceLayout*: proc(device: VkDevice_1124073944; image: VkImage_1124073938;
                                    pSubresource: ptr VkImageSubresource_1124074595;
                                    pLayout: ptr VkSubresourceLayout_1124074639): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetImageSubresourceLayout" &
        " already exists, not redeclaring")
when not declared(vkCreateImageView):
  var vkCreateImageView*: proc(device: VkDevice_1124073944;
                          pCreateInfo: ptr VkImageViewCreateInfo_1124074647;
                          pAllocator: ptr VkAllocationCallbacks_1124074499;
                          pView: ptr VkImageView_1124073958): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateImageView" &
        " already exists, not redeclaring")
when not declared(vkDestroyImageView):
  var vkDestroyImageView*: proc(device: VkDevice_1124073944; imageView: VkImageView_1124073958;
                           pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyImageView" &
        " already exists, not redeclaring")
when not declared(vkCreateCommandPool):
  var vkCreateCommandPool*: proc(device: VkDevice_1124073944;
                            pCreateInfo: ptr VkCommandPoolCreateInfo_1124074651;
                            pAllocator: ptr VkAllocationCallbacks_1124074499;
                            pCommandPool: ptr VkCommandPool_1124073960): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateCommandPool" &
        " already exists, not redeclaring")
when not declared(vkDestroyCommandPool):
  var vkDestroyCommandPool*: proc(device: VkDevice_1124073944;
                             commandPool: VkCommandPool_1124073960;
                             pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyCommandPool" &
        " already exists, not redeclaring")
when not declared(vkResetCommandPool):
  var vkResetCommandPool*: proc(device: VkDevice_1124073944;
                           commandPool: VkCommandPool_1124073960;
                           flags: VkCommandPoolResetFlags_1124074293): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkResetCommandPool" &
        " already exists, not redeclaring")
when not declared(vkAllocateCommandBuffers):
  var vkAllocateCommandBuffers*: proc(device: VkDevice_1124073944; pAllocateInfo: ptr VkCommandBufferAllocateInfo_1124074655;
                                 pCommandBuffers: ptr VkCommandBuffer_1124073950): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAllocateCommandBuffers" &
        " already exists, not redeclaring")
when not declared(vkFreeCommandBuffers):
  var vkFreeCommandBuffers*: proc(device: VkDevice_1124073944;
                             commandPool: VkCommandPool_1124073960;
                             commandBufferCount: uint32;
                             pCommandBuffers: ptr VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkFreeCommandBuffers" &
        " already exists, not redeclaring")
when not declared(vkBeginCommandBuffer):
  var vkBeginCommandBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             pBeginInfo: ptr VkCommandBufferBeginInfo_1124074663): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBeginCommandBuffer" &
        " already exists, not redeclaring")
when not declared(vkEndCommandBuffer):
  var vkEndCommandBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEndCommandBuffer" &
        " already exists, not redeclaring")
when not declared(vkResetCommandBuffer):
  var vkResetCommandBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             flags: VkCommandBufferResetFlags_1124074311): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkResetCommandBuffer" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyBuffer):
  var vkCmdCopyBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                        srcBuffer: VkBuffer_1124073936; dstBuffer: VkBuffer_1124073936;
                        regionCount: uint32; pRegions: ptr VkBufferCopy_1124074667): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyBuffer" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyImage):
  var vkCmdCopyImage*: proc(commandBuffer: VkCommandBuffer_1124073950;
                       srcImage: VkImage_1124073938;
                       srcImageLayout: VkImageLayout_1124074003;
                       dstImage: VkImage_1124073938;
                       dstImageLayout: VkImageLayout_1124074003;
                       regionCount: uint32; pRegions: ptr VkImageCopy_1124074679): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyImage" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyBufferToImage):
  var vkCmdCopyBufferToImage*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               srcBuffer: VkBuffer_1124073936;
                               dstImage: VkImage_1124073938;
                               dstImageLayout: VkImageLayout_1124074003;
                               regionCount: uint32;
                               pRegions: ptr VkBufferImageCopy_1124074675): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyBufferToImage" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyImageToBuffer):
  var vkCmdCopyImageToBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               srcImage: VkImage_1124073938;
                               srcImageLayout: VkImageLayout_1124074003;
                               dstBuffer: VkBuffer_1124073936;
                               regionCount: uint32;
                               pRegions: ptr VkBufferImageCopy_1124074675): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyImageToBuffer" &
        " already exists, not redeclaring")
when not declared(vkCmdUpdateBuffer):
  var vkCmdUpdateBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          dstBuffer: VkBuffer_1124073936;
                          dstOffset: VkDeviceSize_1124073930;
                          dataSize: VkDeviceSize_1124073930; pData: pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdUpdateBuffer" &
        " already exists, not redeclaring")
when not declared(vkCmdFillBuffer):
  var vkCmdFillBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                        dstBuffer: VkBuffer_1124073936; dstOffset: VkDeviceSize_1124073930;
                        size: VkDeviceSize_1124073930; data: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdFillBuffer" &
        " already exists, not redeclaring")
when not declared(vkCmdPipelineBarrier):
  var vkCmdPipelineBarrier*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             srcStageMask: VkPipelineStageFlags_1124074213;
                             dstStageMask: VkPipelineStageFlags_1124074213;
                             dependencyFlags: VkDependencyFlags_1124074281;
                             memoryBarrierCount: uint32;
                             pMemoryBarriers: ptr VkMemoryBarrier_1124074483;
                             bufferMemoryBarrierCount: uint32;
                             pBufferMemoryBarriers: ptr VkBufferMemoryBarrier_1124074471;
                             imageMemoryBarrierCount: uint32;
                             pImageMemoryBarriers: ptr VkImageMemoryBarrier_1124074479): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPipelineBarrier" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginQuery):
  var vkCmdBeginQuery*: proc(commandBuffer: VkCommandBuffer_1124073950;
                        queryPool: VkQueryPool_1124073956; query: uint32;
                        flags: VkQueryControlFlags_1124074305): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBeginQuery" &
        " already exists, not redeclaring")
when not declared(vkCmdEndQuery):
  var vkCmdEndQuery*: proc(commandBuffer: VkCommandBuffer_1124073950;
                      queryPool: VkQueryPool_1124073956; query: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndQuery" &
        " already exists, not redeclaring")
when not declared(vkCmdResetQueryPool):
  var vkCmdResetQueryPool*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            queryPool: VkQueryPool_1124073956;
                            firstQuery: uint32; queryCount: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdResetQueryPool" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteTimestamp):
  var vkCmdWriteTimestamp*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            pipelineStage: VkPipelineStageFlagBits_1124074211;
                            queryPool: VkQueryPool_1124073956; query: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdWriteTimestamp" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyQueryPoolResults):
  var vkCmdCopyQueryPoolResults*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  queryPool: VkQueryPool_1124073956;
                                  firstQuery: uint32; queryCount: uint32;
                                  dstBuffer: VkBuffer_1124073936;
                                  dstOffset: VkDeviceSize_1124073930;
                                  stride: VkDeviceSize_1124073930;
                                  flags: VkQueryResultFlags_1124074257): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyQueryPoolResults" &
        " already exists, not redeclaring")
when not declared(vkCmdExecuteCommands):
  var vkCmdExecuteCommands*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             commandBufferCount: uint32;
                             pCommandBuffers: ptr VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdExecuteCommands" &
        " already exists, not redeclaring")
when not declared(vkCreateEvent):
  var vkCreateEvent*: proc(device: VkDevice_1124073944;
                      pCreateInfo: ptr VkEventCreateInfo_1124074691;
                      pAllocator: ptr VkAllocationCallbacks_1124074499;
                      pEvent: ptr VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateEvent" &
        " already exists, not redeclaring")
when not declared(vkDestroyEvent):
  var vkDestroyEvent*: proc(device: VkDevice_1124073944; event: VkEvent_1124073966;
                       pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyEvent" &
        " already exists, not redeclaring")
when not declared(vkGetEventStatus):
  var vkGetEventStatus*: proc(device: VkDevice_1124073944; event: VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetEventStatus" &
        " already exists, not redeclaring")
when not declared(vkSetEvent):
  var vkSetEvent*: proc(device: VkDevice_1124073944; event: VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetEvent" & " already exists, not redeclaring")
when not declared(vkResetEvent):
  var vkResetEvent*: proc(device: VkDevice_1124073944; event: VkEvent_1124073966): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkResetEvent" & " already exists, not redeclaring")
when not declared(vkCreateBufferView):
  var vkCreateBufferView*: proc(device: VkDevice_1124073944;
                           pCreateInfo: ptr VkBufferViewCreateInfo_1124074695;
                           pAllocator: ptr VkAllocationCallbacks_1124074499;
                           pView: ptr VkBufferView_1124073968): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateBufferView" &
        " already exists, not redeclaring")
when not declared(vkDestroyBufferView):
  var vkDestroyBufferView*: proc(device: VkDevice_1124073944;
                            bufferView: VkBufferView_1124073968;
                            pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyBufferView" &
        " already exists, not redeclaring")
when not declared(vkCreateShaderModule):
  var vkCreateShaderModule*: proc(device: VkDevice_1124073944;
                             pCreateInfo: ptr VkShaderModuleCreateInfo_1124074699;
                             pAllocator: ptr VkAllocationCallbacks_1124074499;
                             pShaderModule: ptr VkShaderModule_1124073970): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateShaderModule" &
        " already exists, not redeclaring")
when not declared(vkDestroyShaderModule):
  var vkDestroyShaderModule*: proc(device: VkDevice_1124073944;
                              shaderModule: VkShaderModule_1124073970;
                              pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyShaderModule" &
        " already exists, not redeclaring")
when not declared(vkCreatePipelineCache):
  var vkCreatePipelineCache*: proc(device: VkDevice_1124073944;
                              pCreateInfo: ptr VkPipelineCacheCreateInfo_1124074703;
                              pAllocator: ptr VkAllocationCallbacks_1124074499;
                              pPipelineCache: ptr VkPipelineCache_1124073972): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreatePipelineCache" &
        " already exists, not redeclaring")
when not declared(vkDestroyPipelineCache):
  var vkDestroyPipelineCache*: proc(device: VkDevice_1124073944;
                               pipelineCache: VkPipelineCache_1124073972;
                               pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyPipelineCache" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineCacheData):
  var vkGetPipelineCacheData*: proc(device: VkDevice_1124073944;
                               pipelineCache: VkPipelineCache_1124073972;
                               pDataSize: ptr csize_t; pData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineCacheData" &
        " already exists, not redeclaring")
when not declared(vkMergePipelineCaches):
  var vkMergePipelineCaches*: proc(device: VkDevice_1124073944;
                              dstCache: VkPipelineCache_1124073972;
                              srcCacheCount: uint32;
                              pSrcCaches: ptr VkPipelineCache_1124073972): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkMergePipelineCaches" &
        " already exists, not redeclaring")
when not declared(vkCreateComputePipelines):
  var vkCreateComputePipelines*: proc(device: VkDevice_1124073944;
                                 pipelineCache: VkPipelineCache_1124073972;
                                 createInfoCount: uint32;
                                 pCreateInfos: ptr VkComputePipelineCreateInfo_1124074719;
                                 pAllocator: ptr VkAllocationCallbacks_1124074499;
                                 pPipelines: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateComputePipelines" &
        " already exists, not redeclaring")
when not declared(vkDestroyPipeline):
  var vkDestroyPipeline*: proc(device: VkDevice_1124073944; pipeline: VkPipeline_1124073983;
                          pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyPipeline" &
        " already exists, not redeclaring")
when not declared(vkCreatePipelineLayout):
  var vkCreatePipelineLayout*: proc(device: VkDevice_1124073944;
                               pCreateInfo: ptr VkPipelineLayoutCreateInfo_1124074727;
                               pAllocator: ptr VkAllocationCallbacks_1124074499;
                               pPipelineLayout: ptr VkPipelineLayout_1124073981): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreatePipelineLayout" &
        " already exists, not redeclaring")
when not declared(vkDestroyPipelineLayout):
  var vkDestroyPipelineLayout*: proc(device: VkDevice_1124073944;
                                pipelineLayout: VkPipelineLayout_1124073981;
                                pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyPipelineLayout" &
        " already exists, not redeclaring")
when not declared(vkCreateSampler):
  var vkCreateSampler*: proc(device: VkDevice_1124073944;
                        pCreateInfo: ptr VkSamplerCreateInfo_1124074731;
                        pAllocator: ptr VkAllocationCallbacks_1124074499;
                        pSampler: ptr VkSampler_1124073987): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateSampler" &
        " already exists, not redeclaring")
when not declared(vkDestroySampler):
  var vkDestroySampler*: proc(device: VkDevice_1124073944; sampler: VkSampler_1124073987;
                         pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroySampler" &
        " already exists, not redeclaring")
when not declared(vkCreateDescriptorSetLayout):
  var vkCreateDescriptorSetLayout*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkDescriptorSetLayoutCreateInfo_1124074763;
                                    pAllocator: ptr VkAllocationCallbacks_1124074499;
                                    pSetLayout: ptr VkDescriptorSetLayout_1124073985): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDescriptorSetLayout" &
        " already exists, not redeclaring")
when not declared(vkDestroyDescriptorSetLayout):
  var vkDestroyDescriptorSetLayout*: proc(device: VkDevice_1124073944;
      descriptorSetLayout: VkDescriptorSetLayout_1124073985;
                                     pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyDescriptorSetLayout" &
        " already exists, not redeclaring")
when not declared(vkCreateDescriptorPool):
  var vkCreateDescriptorPool*: proc(device: VkDevice_1124073944;
                               pCreateInfo: ptr VkDescriptorPoolCreateInfo_1124074751;
                               pAllocator: ptr VkAllocationCallbacks_1124074499;
                               pDescriptorPool: ptr VkDescriptorPool_1124073991): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDescriptorPool" &
        " already exists, not redeclaring")
when not declared(vkDestroyDescriptorPool):
  var vkDestroyDescriptorPool*: proc(device: VkDevice_1124073944;
                                descriptorPool: VkDescriptorPool_1124073991;
                                pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyDescriptorPool" &
        " already exists, not redeclaring")
when not declared(vkResetDescriptorPool):
  var vkResetDescriptorPool*: proc(device: VkDevice_1124073944;
                              descriptorPool: VkDescriptorPool_1124073991;
                              flags: VkDescriptorPoolResetFlags_1124074365): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkResetDescriptorPool" &
        " already exists, not redeclaring")
when not declared(vkAllocateDescriptorSets):
  var vkAllocateDescriptorSets*: proc(device: VkDevice_1124073944; pAllocateInfo: ptr VkDescriptorSetAllocateInfo_1124074755;
                                 pDescriptorSets: ptr VkDescriptorSet_1124073989): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAllocateDescriptorSets" &
        " already exists, not redeclaring")
when not declared(vkFreeDescriptorSets):
  var vkFreeDescriptorSets*: proc(device: VkDevice_1124073944;
                             descriptorPool: VkDescriptorPool_1124073991;
                             descriptorSetCount: uint32;
                             pDescriptorSets: ptr VkDescriptorSet_1124073989): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkFreeDescriptorSets" &
        " already exists, not redeclaring")
when not declared(vkUpdateDescriptorSets):
  var vkUpdateDescriptorSets*: proc(device: VkDevice_1124073944;
                               descriptorWriteCount: uint32;
                               pDescriptorWrites: ptr VkWriteDescriptorSet_1124074767;
                               descriptorCopyCount: uint32;
                               pDescriptorCopies: ptr VkCopyDescriptorSet_1124074735): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkUpdateDescriptorSets" &
        " already exists, not redeclaring")
when not declared(vkCmdBindPipeline):
  var vkCmdBindPipeline*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          pipelineBindPoint: VkPipelineBindPoint_1124074091;
                          pipeline: VkPipeline_1124073983): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBindPipeline" &
        " already exists, not redeclaring")
when not declared(vkCmdBindDescriptorSets):
  var vkCmdBindDescriptorSets*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                pipelineBindPoint: VkPipelineBindPoint_1124074091;
                                layout: VkPipelineLayout_1124073981;
                                firstSet: uint32; descriptorSetCount: uint32;
                                pDescriptorSets: ptr VkDescriptorSet_1124073989;
                                dynamicOffsetCount: uint32;
                                pDynamicOffsets: ptr uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBindDescriptorSets" &
        " already exists, not redeclaring")
when not declared(vkCmdClearColorImage):
  var vkCmdClearColorImage*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             image: VkImage_1124073938;
                             imageLayout: VkImageLayout_1124074003;
                             pColor: ptr VkClearColorValue_1124074771;
                             rangeCount: uint32;
                             pRanges: ptr VkImageSubresourceRange_1124074475): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdClearColorImage" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatch):
  var vkCmdDispatch*: proc(commandBuffer: VkCommandBuffer_1124073950;
                      groupCountX: uint32; groupCountY: uint32;
                      groupCountZ: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDispatch" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchIndirect):
  var vkCmdDispatchIndirect*: proc(commandBuffer: VkCommandBuffer_1124073950;
                              buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchIndirect" &
        " already exists, not redeclaring")
when not declared(vkCmdSetEvent):
  var vkCmdSetEvent*: proc(commandBuffer: VkCommandBuffer_1124073950; event: VkEvent_1124073966;
                      stageMask: VkPipelineStageFlags_1124074213): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetEvent" &
        " already exists, not redeclaring")
when not declared(vkCmdResetEvent):
  var vkCmdResetEvent*: proc(commandBuffer: VkCommandBuffer_1124073950;
                        event: VkEvent_1124073966;
                        stageMask: VkPipelineStageFlags_1124074213): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdResetEvent" &
        " already exists, not redeclaring")
when not declared(vkCmdWaitEvents):
  var vkCmdWaitEvents*: proc(commandBuffer: VkCommandBuffer_1124073950;
                        eventCount: uint32; pEvents: ptr VkEvent_1124073966;
                        srcStageMask: VkPipelineStageFlags_1124074213;
                        dstStageMask: VkPipelineStageFlags_1124074213;
                        memoryBarrierCount: uint32;
                        pMemoryBarriers: ptr VkMemoryBarrier_1124074483;
                        bufferMemoryBarrierCount: uint32;
                        pBufferMemoryBarriers: ptr VkBufferMemoryBarrier_1124074471;
                        imageMemoryBarrierCount: uint32;
                        pImageMemoryBarriers: ptr VkImageMemoryBarrier_1124074479): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdWaitEvents" &
        " already exists, not redeclaring")
when not declared(vkCmdPushConstants):
  var vkCmdPushConstants*: proc(commandBuffer: VkCommandBuffer_1124073950;
                           layout: VkPipelineLayout_1124073981;
                           stageFlags: VkShaderStageFlags_1124074351;
                           offset: uint32; size: uint32; pValues: pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPushConstants" &
        " already exists, not redeclaring")
when not declared(vkCreateGraphicsPipelines):
  var vkCreateGraphicsPipelines*: proc(device: VkDevice_1124073944;
                                  pipelineCache: VkPipelineCache_1124073972;
                                  createInfoCount: uint32; pCreateInfos: ptr VkGraphicsPipelineCreateInfo_1124074839;
                                  pAllocator: ptr VkAllocationCallbacks_1124074499;
                                  pPipelines: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateGraphicsPipelines" &
        " already exists, not redeclaring")
when not declared(vkCreateFramebuffer):
  var vkCreateFramebuffer*: proc(device: VkDevice_1124073944;
                            pCreateInfo: ptr VkFramebufferCreateInfo_1124074851;
                            pAllocator: ptr VkAllocationCallbacks_1124074499;
                            pFramebuffer: ptr VkFramebuffer_1124073964): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateFramebuffer" &
        " already exists, not redeclaring")
when not declared(vkDestroyFramebuffer):
  var vkDestroyFramebuffer*: proc(device: VkDevice_1124073944;
                             framebuffer: VkFramebuffer_1124073964;
                             pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyFramebuffer" &
        " already exists, not redeclaring")
when not declared(vkCreateRenderPass):
  var vkCreateRenderPass*: proc(device: VkDevice_1124073944;
                           pCreateInfo: ptr VkRenderPassCreateInfo_1124074863;
                           pAllocator: ptr VkAllocationCallbacks_1124074499;
                           pRenderPass: ptr VkRenderPass_1124073962): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateRenderPass" &
        " already exists, not redeclaring")
when not declared(vkDestroyRenderPass):
  var vkDestroyRenderPass*: proc(device: VkDevice_1124073944;
                            renderPass: VkRenderPass_1124073962;
                            pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyRenderPass" &
        " already exists, not redeclaring")
when not declared(vkGetRenderAreaGranularity):
  var vkGetRenderAreaGranularity*: proc(device: VkDevice_1124073944;
                                   renderPass: VkRenderPass_1124073962;
                                   pGranularity: ptr VkExtent2D_1124074443): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetRenderAreaGranularity" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewport):
  var vkCmdSetViewport*: proc(commandBuffer: VkCommandBuffer_1124073950;
                         firstViewport: uint32; viewportCount: uint32;
                         pViewports: ptr VkViewport_1124074803): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewport" &
        " already exists, not redeclaring")
when not declared(vkCmdSetScissor):
  var vkCmdSetScissor*: proc(commandBuffer: VkCommandBuffer_1124073950;
                        firstScissor: uint32; scissorCount: uint32;
                        pScissors: ptr VkRect2D_1124074459): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetScissor" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLineWidth):
  var vkCmdSetLineWidth*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          lineWidth: cfloat): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetLineWidth" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBias):
  var vkCmdSetDepthBias*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          depthBiasConstantFactor: cfloat;
                          depthBiasClamp: cfloat; depthBiasSlopeFactor: cfloat): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBias" &
        " already exists, not redeclaring")
when not declared(vkCmdSetBlendConstants):
  var vkCmdSetBlendConstants*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               blendConstants: array[4'i64, cfloat]): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetBlendConstants" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBounds):
  var vkCmdSetDepthBounds*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            minDepthBounds: cfloat; maxDepthBounds: cfloat): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBounds" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilCompareMask):
  var vkCmdSetStencilCompareMask*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   faceMask: VkStencilFaceFlags_1124074439;
                                   compareMask: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilCompareMask" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilWriteMask):
  var vkCmdSetStencilWriteMask*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 faceMask: VkStencilFaceFlags_1124074439;
                                 writeMask: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilWriteMask" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilReference):
  var vkCmdSetStencilReference*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 faceMask: VkStencilFaceFlags_1124074439;
                                 reference: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilReference" &
        " already exists, not redeclaring")
when not declared(vkCmdBindIndexBuffer):
  var vkCmdBindIndexBuffer*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
                             indexType: VkIndexType_1124074059): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBindIndexBuffer" &
        " already exists, not redeclaring")
when not declared(vkCmdBindVertexBuffers):
  var vkCmdBindVertexBuffers*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               firstBinding: uint32; bindingCount: uint32;
                               pBuffers: ptr VkBuffer_1124073936;
                               pOffsets: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBindVertexBuffers" &
        " already exists, not redeclaring")
when not declared(vkCmdDraw):
  var vkCmdDraw*: proc(commandBuffer: VkCommandBuffer_1124073950;
                  vertexCount: uint32; instanceCount: uint32;
                  firstVertex: uint32; firstInstance: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDraw" & " already exists, not redeclaring")
when not declared(vkCmdDrawIndexed):
  var vkCmdDrawIndexed*: proc(commandBuffer: VkCommandBuffer_1124073950;
                         indexCount: uint32; instanceCount: uint32;
                         firstIndex: uint32; vertexOffset: int32;
                         firstInstance: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndexed" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndirect):
  var vkCmdDrawIndirect*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
                          drawCount: uint32; stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndirect" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndexedIndirect):
  var vkCmdDrawIndexedIndirect*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 buffer: VkBuffer_1124073936;
                                 offset: VkDeviceSize_1124073930;
                                 drawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndexedIndirect" &
        " already exists, not redeclaring")
when not declared(vkCmdBlitImage):
  var vkCmdBlitImage*: proc(commandBuffer: VkCommandBuffer_1124073950;
                       srcImage: VkImage_1124073938;
                       srcImageLayout: VkImageLayout_1124074003;
                       dstImage: VkImage_1124073938;
                       dstImageLayout: VkImageLayout_1124074003;
                       regionCount: uint32; pRegions: ptr VkImageBlit_1124074883;
                       filter: VkFilter_1124074071): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBlitImage" &
        " already exists, not redeclaring")
when not declared(vkCmdClearDepthStencilImage):
  var vkCmdClearDepthStencilImage*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    image: VkImage_1124073938;
                                    imageLayout: VkImageLayout_1124074003;
      pDepthStencil: ptr VkClearDepthStencilValue_1124074867;
                                    rangeCount: uint32;
                                    pRanges: ptr VkImageSubresourceRange_1124074475): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdClearDepthStencilImage" &
        " already exists, not redeclaring")
when not declared(vkCmdClearAttachments):
  var vkCmdClearAttachments*: proc(commandBuffer: VkCommandBuffer_1124073950;
                              attachmentCount: uint32;
                              pAttachments: ptr VkClearAttachment_1124074875;
                              rectCount: uint32; pRects: ptr VkClearRect_1124074879): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdClearAttachments" &
        " already exists, not redeclaring")
when not declared(vkCmdResolveImage):
  var vkCmdResolveImage*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          srcImage: VkImage_1124073938;
                          srcImageLayout: VkImageLayout_1124074003;
                          dstImage: VkImage_1124073938;
                          dstImageLayout: VkImageLayout_1124074003;
                          regionCount: uint32; pRegions: ptr VkImageResolve_1124074887): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdResolveImage" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginRenderPass):
  var vkCmdBeginRenderPass*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             pRenderPassBegin: ptr VkRenderPassBeginInfo_1124074891;
                             contents: VkSubpassContents_1124074139): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginRenderPass" &
        " already exists, not redeclaring")
when not declared(vkCmdNextSubpass):
  var vkCmdNextSubpass*: proc(commandBuffer: VkCommandBuffer_1124073950;
                         contents: VkSubpassContents_1124074139): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdNextSubpass" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRenderPass):
  var vkCmdEndRenderPass*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndRenderPass" &
        " already exists, not redeclaring")
when not declared(vkEnumerateInstanceVersion):
  var vkEnumerateInstanceVersion*: proc(pApiVersion: ptr uint32): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumerateInstanceVersion" &
        " already exists, not redeclaring")
when not declared(vkBindBufferMemory2):
  proc vkBindBufferMemory2*(device: VkDevice_1124073944; bindInfoCount: uint32;
                            pBindInfos: ptr VkBindBufferMemoryInfo_1124075267): VkResult_1124073995 {.
      cdecl, importc: "vkBindBufferMemory2".}
else:
  static :
    hint("Declaration of " & "vkBindBufferMemory2" &
        " already exists, not redeclaring")
when not declared(vkBindImageMemory2):
  proc vkBindImageMemory2*(device: VkDevice_1124073944; bindInfoCount: uint32;
                           pBindInfos: ptr VkBindImageMemoryInfo_1124075271): VkResult_1124073995 {.
      cdecl, importc: "vkBindImageMemory2".}
else:
  static :
    hint("Declaration of " & "vkBindImageMemory2" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceGroupPeerMemoryFeatures):
  var vkGetDeviceGroupPeerMemoryFeatures*: proc(device: VkDevice_1124073944;
      heapIndex: uint32; localDeviceIndex: uint32; remoteDeviceIndex: uint32;
      pPeerMemoryFeatures: ptr VkPeerMemoryFeatureFlags_1124075199): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceGroupPeerMemoryFeatures" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDeviceMask):
  var vkCmdSetDeviceMask*: proc(commandBuffer: VkCommandBuffer_1124073950;
                           deviceMask: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetDeviceMask" &
        " already exists, not redeclaring")
when not declared(vkEnumeratePhysicalDeviceGroups):
  var vkEnumeratePhysicalDeviceGroups*: proc(instance: VkInstance_1124073940;
                                        pPhysicalDeviceGroupCount: ptr uint32;
      pPhysicalDeviceGroupProperties: ptr VkPhysicalDeviceGroupProperties_1124075307): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumeratePhysicalDeviceGroups" &
        " already exists, not redeclaring")
when not declared(vkGetImageMemoryRequirements2):
  proc vkGetImageMemoryRequirements2*(device: VkDevice_1124073944; pInfo: ptr VkImageMemoryRequirementsInfo2_1124075319;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
      importc: "vkGetImageMemoryRequirements2".}
else:
  static :
    hint("Declaration of " & "vkGetImageMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(vkGetBufferMemoryRequirements2):
  proc vkGetBufferMemoryRequirements2*(device: VkDevice_1124073944; pInfo: ptr VkBufferMemoryRequirementsInfo2_1124075315;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
      importc: "vkGetBufferMemoryRequirements2".}
else:
  static :
    hint("Declaration of " & "vkGetBufferMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(vkGetImageSparseMemoryRequirements2):
  proc vkGetImageSparseMemoryRequirements2*(device: VkDevice_1124073944;
      pInfo: ptr VkImageSparseMemoryRequirementsInfo2_1124075323;
      pSparseMemoryRequirementCount: ptr uint32;
      pSparseMemoryRequirements: ptr VkSparseImageMemoryRequirements2_1124075331): void {.
      cdecl, importc: "vkGetImageSparseMemoryRequirements2".}
else:
  static :
    hint("Declaration of " & "vkGetImageSparseMemoryRequirements2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFeatures2):
  proc vkGetPhysicalDeviceFeatures2*(physicalDevice: VkPhysicalDevice_1124073942;
                                     pFeatures: ptr VkPhysicalDeviceFeatures2_1124075335): void {.
      cdecl, importc: "vkGetPhysicalDeviceFeatures2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFeatures2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceProperties2):
  proc vkGetPhysicalDeviceProperties2*(physicalDevice: VkPhysicalDevice_1124073942;
      pProperties: ptr VkPhysicalDeviceProperties2_1124075339): void {.cdecl,
      importc: "vkGetPhysicalDeviceProperties2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceProperties2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFormatProperties2):
  proc vkGetPhysicalDeviceFormatProperties2*(physicalDevice: VkPhysicalDevice_1124073942;
      format: VkFormat_1124074023; pFormatProperties: ptr VkFormatProperties2_1124075343): void {.
      cdecl, importc: "vkGetPhysicalDeviceFormatProperties2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFormatProperties2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceImageFormatProperties2):
  proc vkGetPhysicalDeviceImageFormatProperties2*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pImageFormatInfo: ptr VkPhysicalDeviceImageFormatInfo2_1124075351;
      pImageFormatProperties: ptr VkImageFormatProperties2_1124075347): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceImageFormatProperties2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceQueueFamilyProperties2):
  proc vkGetPhysicalDeviceQueueFamilyProperties2*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pQueueFamilyPropertyCount: ptr uint32;
      pQueueFamilyProperties: ptr VkQueueFamilyProperties2_1124075355): void {.
      cdecl, importc: "vkGetPhysicalDeviceQueueFamilyProperties2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceQueueFamilyProperties2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceMemoryProperties2):
  proc vkGetPhysicalDeviceMemoryProperties2*(physicalDevice: VkPhysicalDevice_1124073942;
      pMemoryProperties: ptr VkPhysicalDeviceMemoryProperties2_1124075359): void {.
      cdecl, importc: "vkGetPhysicalDeviceMemoryProperties2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceMemoryProperties2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSparseImageFormatProperties2):
  proc vkGetPhysicalDeviceSparseImageFormatProperties2*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pFormatInfo: ptr VkPhysicalDeviceSparseImageFormatInfo2_1124075367;
      pPropertyCount: ptr uint32;
      pProperties: ptr VkSparseImageFormatProperties2_1124075363): void {.cdecl,
      importc: "vkGetPhysicalDeviceSparseImageFormatProperties2".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSparseImageFormatProperties2" &
        " already exists, not redeclaring")
when not declared(vkTrimCommandPool):
  var vkTrimCommandPool*: proc(device: VkDevice_1124073944;
                          commandPool: VkCommandPool_1124073960;
                          flags: VkCommandPoolTrimFlags_1124075207): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkTrimCommandPool" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceQueue2):
  proc vkGetDeviceQueue2*(device: VkDevice_1124073944;
                          pQueueInfo: ptr VkDeviceQueueInfo2_1124075383;
                          pQueue: ptr VkQueue_1124073946): void {.cdecl,
      importc: "vkGetDeviceQueue2".}
else:
  static :
    hint("Declaration of " & "vkGetDeviceQueue2" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalBufferProperties):
  var vkGetPhysicalDeviceExternalBufferProperties*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalBufferInfo: ptr VkPhysicalDeviceExternalBufferInfo_1124075411;
      pExternalBufferProperties: ptr VkExternalBufferProperties_1124075415): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalBufferProperties" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalFenceProperties):
  var vkGetPhysicalDeviceExternalFenceProperties*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalFenceInfo: ptr VkPhysicalDeviceExternalFenceInfo_1124075435;
      pExternalFenceProperties: ptr VkExternalFenceProperties_1124075439): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalFenceProperties" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalSemaphoreProperties):
  var vkGetPhysicalDeviceExternalSemaphoreProperties*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalSemaphoreInfo: ptr VkPhysicalDeviceExternalSemaphoreInfo_1124075451;
      pExternalSemaphoreProperties: ptr VkExternalSemaphoreProperties_1124075455): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalSemaphoreProperties" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchBase):
  var vkCmdDispatchBase*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          baseGroupX: uint32; baseGroupY: uint32;
                          baseGroupZ: uint32; groupCountX: uint32;
                          groupCountY: uint32; groupCountZ: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchBase" &
        " already exists, not redeclaring")
when not declared(vkCreateDescriptorUpdateTemplate):
  var vkCreateDescriptorUpdateTemplate*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkDescriptorUpdateTemplateCreateInfo_1124075477;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pDescriptorUpdateTemplate: ptr VkDescriptorUpdateTemplate_1124075167): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDescriptorUpdateTemplate" &
        " already exists, not redeclaring")
when not declared(vkDestroyDescriptorUpdateTemplate):
  var vkDestroyDescriptorUpdateTemplate*: proc(device: VkDevice_1124073944;
      descriptorUpdateTemplate: VkDescriptorUpdateTemplate_1124075167;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyDescriptorUpdateTemplate" &
        " already exists, not redeclaring")
when not declared(vkUpdateDescriptorSetWithTemplate):
  var vkUpdateDescriptorSetWithTemplate*: proc(device: VkDevice_1124073944;
      descriptorSet: VkDescriptorSet_1124073989;
      descriptorUpdateTemplate: VkDescriptorUpdateTemplate_1124075167;
      pData: pointer): void {.cdecl,
                            .}
else:
  static :
    hint("Declaration of " & "vkUpdateDescriptorSetWithTemplate" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorSetLayoutSupport):
  var vkGetDescriptorSetLayoutSupport*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkDescriptorSetLayoutCreateInfo_1124074763;
      pSupport: ptr VkDescriptorSetLayoutSupport_1124075485): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorSetLayoutSupport" &
        " already exists, not redeclaring")
when not declared(vkCreateSamplerYcbcrConversion):
  var vkCreateSamplerYcbcrConversion*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkSamplerYcbcrConversionCreateInfo_1124075489;
                                       pAllocator: ptr VkAllocationCallbacks_1124074499;
      pYcbcrConversion: ptr VkSamplerYcbcrConversion_1124075169): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateSamplerYcbcrConversion" &
        " already exists, not redeclaring")
when not declared(vkDestroySamplerYcbcrConversion):
  var vkDestroySamplerYcbcrConversion*: proc(device: VkDevice_1124073944;
      ycbcrConversion: VkSamplerYcbcrConversion_1124075169;
                                        pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroySamplerYcbcrConversion" &
        " already exists, not redeclaring")
when not declared(vkResetQueryPool):
  var vkResetQueryPool*: proc(device: VkDevice_1124073944; queryPool: VkQueryPool_1124073956;
                         firstQuery: uint32; queryCount: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkResetQueryPool" &
        " already exists, not redeclaring")
when not declared(vkGetSemaphoreCounterValue):
  var vkGetSemaphoreCounterValue*: proc(device: VkDevice_1124073944;
                                   semaphore: VkSemaphore_1124073948;
                                   pValue: ptr uint64): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetSemaphoreCounterValue" &
        " already exists, not redeclaring")
when not declared(vkWaitSemaphores):
  var vkWaitSemaphores*: proc(device: VkDevice_1124073944;
                         pWaitInfo: ptr VkSemaphoreWaitInfo_1124075685;
                         timeout: uint64): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkWaitSemaphores" &
        " already exists, not redeclaring")
when not declared(vkSignalSemaphore):
  var vkSignalSemaphore*: proc(device: VkDevice_1124073944;
                          pSignalInfo: ptr VkSemaphoreSignalInfo_1124075689): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSignalSemaphore" &
        " already exists, not redeclaring")
when not declared(vkGetBufferDeviceAddress):
  var vkGetBufferDeviceAddress*: proc(device: VkDevice_1124073944;
                                 pInfo: ptr VkBufferDeviceAddressInfo_1124075697): VkDeviceAddress_1124073928 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetBufferDeviceAddress" &
        " already exists, not redeclaring")
when not declared(vkGetBufferOpaqueCaptureAddress):
  var vkGetBufferOpaqueCaptureAddress*: proc(device: VkDevice_1124073944;
                                        pInfo: ptr VkBufferDeviceAddressInfo_1124075697): uint64 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetBufferOpaqueCaptureAddress" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceMemoryOpaqueCaptureAddress):
  var vkGetDeviceMemoryOpaqueCaptureAddress*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceMemoryOpaqueCaptureAddressInfo_1124075709): uint64 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceMemoryOpaqueCaptureAddress" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndirectCount):
  var vkCmdDrawIndirectCount*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               buffer: VkBuffer_1124073936;
                               offset: VkDeviceSize_1124073930;
                               countBuffer: VkBuffer_1124073936;
                               countBufferOffset: VkDeviceSize_1124073930;
                               maxDrawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndirectCount" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndexedIndirectCount):
  var vkCmdDrawIndexedIndirectCount*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      buffer: VkBuffer_1124073936;
                                      offset: VkDeviceSize_1124073930;
                                      countBuffer: VkBuffer_1124073936;
                                      countBufferOffset: VkDeviceSize_1124073930;
                                      maxDrawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndexedIndirectCount" &
        " already exists, not redeclaring")
when not declared(vkCreateRenderPass2):
  proc vkCreateRenderPass2*(device: VkDevice_1124073944;
                            pCreateInfo: ptr VkRenderPassCreateInfo2_1124075785;
                            pAllocator: ptr VkAllocationCallbacks_1124074499;
                            pRenderPass: ptr VkRenderPass_1124073962): VkResult_1124073995 {.
      cdecl, importc: "vkCreateRenderPass2".}
else:
  static :
    hint("Declaration of " & "vkCreateRenderPass2" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginRenderPass2):
  proc vkCmdBeginRenderPass2*(commandBuffer: VkCommandBuffer_1124073950;
                              pRenderPassBegin: ptr VkRenderPassBeginInfo_1124074891;
                              pSubpassBeginInfo: ptr VkSubpassBeginInfo_1124075789): void {.
      cdecl, importc: "vkCmdBeginRenderPass2".}
else:
  static :
    hint("Declaration of " & "vkCmdBeginRenderPass2" &
        " already exists, not redeclaring")
when not declared(vkCmdNextSubpass2):
  proc vkCmdNextSubpass2*(commandBuffer: VkCommandBuffer_1124073950;
                          pSubpassBeginInfo: ptr VkSubpassBeginInfo_1124075789;
                          pSubpassEndInfo: ptr VkSubpassEndInfo_1124075793): void {.
      cdecl, importc: "vkCmdNextSubpass2".}
else:
  static :
    hint("Declaration of " & "vkCmdNextSubpass2" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRenderPass2):
  proc vkCmdEndRenderPass2*(commandBuffer: VkCommandBuffer_1124073950;
                            pSubpassEndInfo: ptr VkSubpassEndInfo_1124075793): void {.
      cdecl, importc: "vkCmdEndRenderPass2".}
else:
  static :
    hint("Declaration of " & "vkCmdEndRenderPass2" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_NONE):
  var VK_PIPELINE_STAGE_2_NONE*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_NONE" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT):
  var VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT):
  var VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT):
  var VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT):
  var VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT):
  var VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT):
  var VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT):
  var VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT):
  var VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT):
  var VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT):
  var VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT):
  var VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT):
  var VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT):
  var VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TRANSFER_BIT):
  var VK_PIPELINE_STAGE_2_TRANSFER_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TRANSFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT):
  var VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_HOST_BIT):
  var VK_PIPELINE_STAGE_2_HOST_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_HOST_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT):
  var VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT):
  var VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COPY_BIT):
  var VK_PIPELINE_STAGE_2_COPY_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COPY_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_RESOLVE_BIT):
  var VK_PIPELINE_STAGE_2_RESOLVE_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_RESOLVE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_BLIT_BIT):
  var VK_PIPELINE_STAGE_2_BLIT_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_BLIT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_CLEAR_BIT):
  var VK_PIPELINE_STAGE_2_CLEAR_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_CLEAR_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT):
  var VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT):
  var VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT):
  var VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR):
  var VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR):
  var VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_NONE_KHR):
  var VK_PIPELINE_STAGE_2_NONE_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_NONE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR):
  var VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR):
  var VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR):
  var VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR):
  var VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_HOST_BIT_KHR):
  var VK_PIPELINE_STAGE_2_HOST_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_HOST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR):
  var VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR):
  var VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COPY_BIT_KHR):
  var VK_PIPELINE_STAGE_2_COPY_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COPY_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR):
  var VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_BLIT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_BLIT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_BLIT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR):
  var VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR):
  var VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT):
  var VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT):
  var VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV):
  var VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_EXT):
  var VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV):
  var VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR):
  var VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR):
  var VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV):
  var VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV):
  var VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT):
  var VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV):
  var VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV):
  var VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_EXT):
  var VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_EXT):
  var VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_SUBPASS_SHADER_BIT_HUAWEI):
  var VK_PIPELINE_STAGE_2_SUBPASS_SHADER_BIT_HUAWEI*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_SUBPASS_SHADER_BIT_HUAWEI" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI):
  var VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI):
  var VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR):
  var VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_COPY_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT):
  var VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_MICROMAP_BUILD_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_CLUSTER_CULLING_SHADER_BIT_HUAWEI):
  var VK_PIPELINE_STAGE_2_CLUSTER_CULLING_SHADER_BIT_HUAWEI*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_CLUSTER_CULLING_SHADER_BIT_HUAWEI" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_OPTICAL_FLOW_BIT_NV):
  var VK_PIPELINE_STAGE_2_OPTICAL_FLOW_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_OPTICAL_FLOW_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_CONVERT_COOPERATIVE_VECTOR_MATRIX_BIT_NV):
  var VK_PIPELINE_STAGE_2_CONVERT_COOPERATIVE_VECTOR_MATRIX_BIT_NV*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_STAGE_2_CONVERT_COOPERATIVE_VECTOR_MATRIX_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_DATA_GRAPH_BIT_ARM):
  var VK_PIPELINE_STAGE_2_DATA_GRAPH_BIT_ARM*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_DATA_GRAPH_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_COPY_INDIRECT_BIT_KHR):
  var VK_PIPELINE_STAGE_2_COPY_INDIRECT_BIT_KHR*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_COPY_INDIRECT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_STAGE_2_MEMORY_DECOMPRESSION_BIT_EXT):
  var VK_PIPELINE_STAGE_2_MEMORY_DECOMPRESSION_BIT_EXT*: VkPipelineStageFlagBits2_1124075875
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_STAGE_2_MEMORY_DECOMPRESSION_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_NONE):
  var VK_ACCESS_2_NONE*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_NONE" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT):
  var VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INDEX_READ_BIT):
  var VK_ACCESS_2_INDEX_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INDEX_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT):
  var VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_UNIFORM_READ_BIT):
  var VK_ACCESS_2_UNIFORM_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_UNIFORM_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT):
  var VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_READ_BIT):
  var VK_ACCESS_2_SHADER_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_WRITE_BIT):
  var VK_ACCESS_2_SHADER_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT):
  var VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT):
  var VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT):
  var VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT):
  var VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFER_READ_BIT):
  var VK_ACCESS_2_TRANSFER_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_TRANSFER_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFER_WRITE_BIT):
  var VK_ACCESS_2_TRANSFER_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_TRANSFER_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_HOST_READ_BIT):
  var VK_ACCESS_2_HOST_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_HOST_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_HOST_WRITE_BIT):
  var VK_ACCESS_2_HOST_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_HOST_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MEMORY_READ_BIT):
  var VK_ACCESS_2_MEMORY_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MEMORY_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MEMORY_WRITE_BIT):
  var VK_ACCESS_2_MEMORY_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MEMORY_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_SAMPLED_READ_BIT):
  var VK_ACCESS_2_SHADER_SAMPLED_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_SAMPLED_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_STORAGE_READ_BIT):
  var VK_ACCESS_2_SHADER_STORAGE_READ_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_STORAGE_READ_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT):
  var VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR):
  var VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR):
  var VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR):
  var VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR):
  var VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_TILE_ATTACHMENT_READ_BIT_QCOM):
  var VK_ACCESS_2_SHADER_TILE_ATTACHMENT_READ_BIT_QCOM*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_TILE_ATTACHMENT_READ_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_TILE_ATTACHMENT_WRITE_BIT_QCOM):
  var VK_ACCESS_2_SHADER_TILE_ATTACHMENT_WRITE_BIT_QCOM*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_TILE_ATTACHMENT_WRITE_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_NONE_KHR):
  var VK_ACCESS_2_NONE_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_NONE_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR):
  var VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INDEX_READ_BIT_KHR):
  var VK_ACCESS_2_INDEX_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INDEX_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR):
  var VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_UNIFORM_READ_BIT_KHR):
  var VK_ACCESS_2_UNIFORM_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_UNIFORM_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR):
  var VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_READ_BIT_KHR):
  var VK_ACCESS_2_SHADER_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_WRITE_BIT_KHR):
  var VK_ACCESS_2_SHADER_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR):
  var VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR):
  var VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR):
  var VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR):
  var VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " &
        "VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFER_READ_BIT_KHR):
  var VK_ACCESS_2_TRANSFER_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_TRANSFER_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR):
  var VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_HOST_READ_BIT_KHR):
  var VK_ACCESS_2_HOST_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_HOST_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_HOST_WRITE_BIT_KHR):
  var VK_ACCESS_2_HOST_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_HOST_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MEMORY_READ_BIT_KHR):
  var VK_ACCESS_2_MEMORY_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MEMORY_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MEMORY_WRITE_BIT_KHR):
  var VK_ACCESS_2_MEMORY_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MEMORY_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR):
  var VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR):
  var VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR):
  var VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT):
  var VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT):
  var VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " &
        "VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT):
  var VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " &
        "VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT):
  var VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV):
  var VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV):
  var VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_EXT):
  var VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_EXT):
  var VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR):
  var VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " &
        "VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV):
  var VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR):
  var VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR):
  var VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV):
  var VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV):
  var VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT):
  var VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT):
  var VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " &
        "VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DESCRIPTOR_BUFFER_READ_BIT_EXT):
  var VK_ACCESS_2_DESCRIPTOR_BUFFER_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_DESCRIPTOR_BUFFER_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI):
  var VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR):
  var VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_SHADER_BINDING_TABLE_READ_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MICROMAP_READ_BIT_EXT):
  var VK_ACCESS_2_MICROMAP_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MICROMAP_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MICROMAP_WRITE_BIT_EXT):
  var VK_ACCESS_2_MICROMAP_WRITE_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MICROMAP_WRITE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_OPTICAL_FLOW_READ_BIT_NV):
  var VK_ACCESS_2_OPTICAL_FLOW_READ_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_OPTICAL_FLOW_READ_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_OPTICAL_FLOW_WRITE_BIT_NV):
  var VK_ACCESS_2_OPTICAL_FLOW_WRITE_BIT_NV*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_OPTICAL_FLOW_WRITE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DATA_GRAPH_READ_BIT_ARM):
  var VK_ACCESS_2_DATA_GRAPH_READ_BIT_ARM*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_DATA_GRAPH_READ_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_DATA_GRAPH_WRITE_BIT_ARM):
  var VK_ACCESS_2_DATA_GRAPH_WRITE_BIT_ARM*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_DATA_GRAPH_WRITE_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MEMORY_DECOMPRESSION_READ_BIT_EXT):
  var VK_ACCESS_2_MEMORY_DECOMPRESSION_READ_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MEMORY_DECOMPRESSION_READ_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_2_MEMORY_DECOMPRESSION_WRITE_BIT_EXT):
  var VK_ACCESS_2_MEMORY_DECOMPRESSION_WRITE_BIT_EXT*: VkAccessFlagBits2_1124075879
else:
  static :
    hint("Declaration of " & "VK_ACCESS_2_MEMORY_DECOMPRESSION_WRITE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT):
  var VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT):
  var VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT):
  var VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT):
  var VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT):
  var VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT):
  var VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT):
  var VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT):
  var VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT):
  var VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_BLIT_SRC_BIT):
  var VK_FORMAT_FEATURE_2_BLIT_SRC_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_BLIT_SRC_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_BLIT_DST_BIT):
  var VK_FORMAT_FEATURE_2_BLIT_DST_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_BLIT_DST_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT):
  var VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT):
  var VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT):
  var VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT*
      : VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT*
      : VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT*
      : VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_DISJOINT_BIT):
  var VK_FORMAT_FEATURE_2_DISJOINT_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_DISJOINT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT):
  var VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT):
  var VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT):
  var VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT):
  var VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR):
  var VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT):
  var VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT):
  var VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR):
  var VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR):
  var VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR):
  var VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR):
  var VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR):
  var VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR):
  var VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR):
  var VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR*
      : VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR*
      : VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR*
      : VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR):
  var VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT):
  var VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_RADIUS_BUFFER_BIT_NV):
  var VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_RADIUS_BUFFER_BIT_NV*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_RADIUS_BUFFER_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV):
  var VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_WEIGHT_IMAGE_BIT_QCOM):
  var VK_FORMAT_FEATURE_2_WEIGHT_IMAGE_BIT_QCOM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_WEIGHT_IMAGE_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_WEIGHT_SAMPLED_IMAGE_BIT_QCOM):
  var VK_FORMAT_FEATURE_2_WEIGHT_SAMPLED_IMAGE_BIT_QCOM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_WEIGHT_SAMPLED_IMAGE_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_BLOCK_MATCHING_BIT_QCOM):
  var VK_FORMAT_FEATURE_2_BLOCK_MATCHING_BIT_QCOM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_BLOCK_MATCHING_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_BOX_FILTER_SAMPLED_BIT_QCOM):
  var VK_FORMAT_FEATURE_2_BOX_FILTER_SAMPLED_BIT_QCOM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_BOX_FILTER_SAMPLED_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TENSOR_SHADER_BIT_ARM):
  var VK_FORMAT_FEATURE_2_TENSOR_SHADER_BIT_ARM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TENSOR_SHADER_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TENSOR_IMAGE_ALIASING_BIT_ARM):
  var VK_FORMAT_FEATURE_2_TENSOR_IMAGE_ALIASING_BIT_ARM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TENSOR_IMAGE_ALIASING_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_OPTICAL_FLOW_IMAGE_BIT_NV):
  var VK_FORMAT_FEATURE_2_OPTICAL_FLOW_IMAGE_BIT_NV*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_OPTICAL_FLOW_IMAGE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_OPTICAL_FLOW_VECTOR_BIT_NV):
  var VK_FORMAT_FEATURE_2_OPTICAL_FLOW_VECTOR_BIT_NV*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_OPTICAL_FLOW_VECTOR_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_OPTICAL_FLOW_COST_BIT_NV):
  var VK_FORMAT_FEATURE_2_OPTICAL_FLOW_COST_BIT_NV*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_OPTICAL_FLOW_COST_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_TENSOR_DATA_GRAPH_BIT_ARM):
  var VK_FORMAT_FEATURE_2_TENSOR_DATA_GRAPH_BIT_ARM*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " & "VK_FORMAT_FEATURE_2_TENSOR_DATA_GRAPH_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_COPY_IMAGE_INDIRECT_DST_BIT_KHR):
  var VK_FORMAT_FEATURE_2_COPY_IMAGE_INDIRECT_DST_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_COPY_IMAGE_INDIRECT_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR):
  var VK_FORMAT_FEATURE_2_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_COMPUTE_QUEUE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_COMPUTE_QUEUE_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_COMPUTE_QUEUE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_TRANSFER_QUEUE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_TRANSFER_QUEUE_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_TRANSFER_QUEUE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_COMPUTE_QUEUE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_COMPUTE_QUEUE_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_COMPUTE_QUEUE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_TRANSFER_QUEUE_BIT_KHR):
  var VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_TRANSFER_QUEUE_BIT_KHR*: VkFormatFeatureFlagBits2_1124075889
else:
  static :
    hint("Declaration of " &
        "VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_TRANSFER_QUEUE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceToolProperties):
  var vkGetPhysicalDeviceToolProperties*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      pToolCount: ptr uint32;
      pToolProperties: ptr VkPhysicalDeviceToolProperties_1124075913): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceToolProperties" &
        " already exists, not redeclaring")
when not declared(vkCreatePrivateDataSlot):
  var vkCreatePrivateDataSlot*: proc(device: VkDevice_1124073944;
                                pCreateInfo: ptr VkPrivateDataSlotCreateInfo_1124075925;
                                pAllocator: ptr VkAllocationCallbacks_1124074499;
                                pPrivateDataSlot: ptr VkPrivateDataSlot_1124075863): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreatePrivateDataSlot" &
        " already exists, not redeclaring")
when not declared(vkDestroyPrivateDataSlot):
  var vkDestroyPrivateDataSlot*: proc(device: VkDevice_1124073944;
                                 privateDataSlot: VkPrivateDataSlot_1124075863;
                                 pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyPrivateDataSlot" &
        " already exists, not redeclaring")
when not declared(vkSetPrivateData):
  var vkSetPrivateData*: proc(device: VkDevice_1124073944; objectType: VkObjectType_1124074007;
                         objectHandle: uint64;
                         privateDataSlot: VkPrivateDataSlot_1124075863;
                         data: uint64): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkSetPrivateData" &
        " already exists, not redeclaring")
when not declared(vkGetPrivateData):
  var vkGetPrivateData*: proc(device: VkDevice_1124073944; objectType: VkObjectType_1124074007;
                         objectHandle: uint64;
                         privateDataSlot: VkPrivateDataSlot_1124075863;
                         pData: ptr uint64): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetPrivateData" &
        " already exists, not redeclaring")
when not declared(vkCmdPipelineBarrier2):
  proc vkCmdPipelineBarrier2*(commandBuffer: VkCommandBuffer_1124073950;
                              pDependencyInfo: ptr VkDependencyInfo_1124075941): void {.
      cdecl, importc: "vkCmdPipelineBarrier2".}
else:
  static :
    hint("Declaration of " & "vkCmdPipelineBarrier2" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteTimestamp2):
  proc vkCmdWriteTimestamp2*(commandBuffer: VkCommandBuffer_1124073950;
                             stage: VkPipelineStageFlags2_1124075873;
                             queryPool: VkQueryPool_1124073956; query: uint32): void {.
      cdecl, importc: "vkCmdWriteTimestamp2".}
else:
  static :
    hint("Declaration of " & "vkCmdWriteTimestamp2" &
        " already exists, not redeclaring")
when not declared(vkQueueSubmit2):
  proc vkQueueSubmit2*(queue: VkQueue_1124073946; submitCount: uint32;
                       pSubmits: ptr VkSubmitInfo2_1124075953; fence: VkFence_1124073952): VkResult_1124073995 {.
      cdecl, importc: "vkQueueSubmit2".}
else:
  static :
    hint("Declaration of " & "vkQueueSubmit2" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyBuffer2):
  proc vkCmdCopyBuffer2*(commandBuffer: VkCommandBuffer_1124073950;
                         pCopyBufferInfo: ptr VkCopyBufferInfo2_1124075965): void {.
      cdecl, importc: "vkCmdCopyBuffer2".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyBuffer2" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyImage2):
  proc vkCmdCopyImage2*(commandBuffer: VkCommandBuffer_1124073950;
                        pCopyImageInfo: ptr VkCopyImageInfo2_1124075973): void {.
      cdecl, importc: "vkCmdCopyImage2".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyImage2" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyBufferToImage2):
  proc vkCmdCopyBufferToImage2*(commandBuffer: VkCommandBuffer_1124073950;
      pCopyBufferToImageInfo: ptr VkCopyBufferToImageInfo2_1124075981): void {.
      cdecl, importc: "vkCmdCopyBufferToImage2".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyBufferToImage2" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyImageToBuffer2):
  proc vkCmdCopyImageToBuffer2*(commandBuffer: VkCommandBuffer_1124073950;
      pCopyImageToBufferInfo: ptr VkCopyImageToBufferInfo2_1124075985): void {.
      cdecl, importc: "vkCmdCopyImageToBuffer2".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyImageToBuffer2" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceBufferMemoryRequirements):
  var vkGetDeviceBufferMemoryRequirements*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceBufferMemoryRequirements_1124076005;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceBufferMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceImageMemoryRequirements):
  var vkGetDeviceImageMemoryRequirements*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceImageMemoryRequirements_1124076009;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceImageMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceImageSparseMemoryRequirements):
  var vkGetDeviceImageSparseMemoryRequirements*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceImageMemoryRequirements_1124076009;
      pSparseMemoryRequirementCount: ptr uint32;
      pSparseMemoryRequirements: ptr VkSparseImageMemoryRequirements2_1124075331): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceImageSparseMemoryRequirements" &
        " already exists, not redeclaring")
when not declared(vkCmdSetEvent2):
  proc vkCmdSetEvent2*(commandBuffer: VkCommandBuffer_1124073950;
                       event: VkEvent_1124073966;
                       pDependencyInfo: ptr VkDependencyInfo_1124075941): void {.
      cdecl, importc: "vkCmdSetEvent2".}
else:
  static :
    hint("Declaration of " & "vkCmdSetEvent2" &
        " already exists, not redeclaring")
when not declared(vkCmdResetEvent2):
  proc vkCmdResetEvent2*(commandBuffer: VkCommandBuffer_1124073950;
                         event: VkEvent_1124073966;
                         stageMask: VkPipelineStageFlags2_1124075873): void {.
      cdecl, importc: "vkCmdResetEvent2".}
else:
  static :
    hint("Declaration of " & "vkCmdResetEvent2" &
        " already exists, not redeclaring")
when not declared(vkCmdWaitEvents2):
  proc vkCmdWaitEvents2*(commandBuffer: VkCommandBuffer_1124073950;
                         eventCount: uint32; pEvents: ptr VkEvent_1124073966;
                         pDependencyInfos: ptr VkDependencyInfo_1124075941): void {.
      cdecl, importc: "vkCmdWaitEvents2".}
else:
  static :
    hint("Declaration of " & "vkCmdWaitEvents2" &
        " already exists, not redeclaring")
when not declared(vkCmdBlitImage2):
  proc vkCmdBlitImage2*(commandBuffer: VkCommandBuffer_1124073950;
                        pBlitImageInfo: ptr VkBlitImageInfo2_1124076085): void {.
      cdecl, importc: "vkCmdBlitImage2".}
else:
  static :
    hint("Declaration of " & "vkCmdBlitImage2" &
        " already exists, not redeclaring")
when not declared(vkCmdResolveImage2):
  proc vkCmdResolveImage2*(commandBuffer: VkCommandBuffer_1124073950;
                           pResolveImageInfo: ptr VkResolveImageInfo2_1124076093): void {.
      cdecl, importc: "vkCmdResolveImage2".}
else:
  static :
    hint("Declaration of " & "vkCmdResolveImage2" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginRendering):
  var vkCmdBeginRendering*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            pRenderingInfo: ptr VkRenderingInfo_1124076101): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginRendering" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRendering):
  var vkCmdEndRendering*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndRendering" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCullMode):
  var vkCmdSetCullMode*: proc(commandBuffer: VkCommandBuffer_1124073950;
                         cullMode: VkCullModeFlags_1124074383): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetCullMode" &
        " already exists, not redeclaring")
when not declared(vkCmdSetFrontFace):
  var vkCmdSetFrontFace*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          frontFace: VkFrontFace_1124074107): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetFrontFace" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPrimitiveTopology):
  var vkCmdSetPrimitiveTopology*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  primitiveTopology: VkPrimitiveTopology_1124074115): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPrimitiveTopology" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewportWithCount):
  var vkCmdSetViewportWithCount*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  viewportCount: uint32;
                                  pViewports: ptr VkViewport_1124074803): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewportWithCount" &
        " already exists, not redeclaring")
when not declared(vkCmdSetScissorWithCount):
  var vkCmdSetScissorWithCount*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 scissorCount: uint32; pScissors: ptr VkRect2D_1124074459): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetScissorWithCount" &
        " already exists, not redeclaring")
when not declared(vkCmdBindVertexBuffers2):
  proc vkCmdBindVertexBuffers2*(commandBuffer: VkCommandBuffer_1124073950;
                                firstBinding: uint32; bindingCount: uint32;
                                pBuffers: ptr VkBuffer_1124073936;
                                pOffsets: ptr VkDeviceSize_1124073930;
                                pSizes: ptr VkDeviceSize_1124073930;
                                pStrides: ptr VkDeviceSize_1124073930): void {.
      cdecl, importc: "vkCmdBindVertexBuffers2".}
else:
  static :
    hint("Declaration of " & "vkCmdBindVertexBuffers2" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthTestEnable):
  var vkCmdSetDepthTestEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                depthTestEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthTestEnable" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthWriteEnable):
  var vkCmdSetDepthWriteEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 depthWriteEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthWriteEnable" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthCompareOp):
  var vkCmdSetDepthCompareOp*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               depthCompareOp: VkCompareOp_1124074083): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthCompareOp" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBoundsTestEnable):
  var vkCmdSetDepthBoundsTestEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      depthBoundsTestEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBoundsTestEnable" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilTestEnable):
  var vkCmdSetStencilTestEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  stencilTestEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilTestEnable" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilOp):
  var vkCmdSetStencilOp*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          faceMask: VkStencilFaceFlags_1124074439;
                          failOp: VkStencilOp_1124074123; passOp: VkStencilOp_1124074123;
                          depthFailOp: VkStencilOp_1124074123;
                          compareOp: VkCompareOp_1124074083): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilOp" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRasterizerDiscardEnable):
  var vkCmdSetRasterizerDiscardEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                        rasterizerDiscardEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetRasterizerDiscardEnable" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBiasEnable):
  var vkCmdSetDepthBiasEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                depthBiasEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBiasEnable" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPrimitiveRestartEnable):
  var vkCmdSetPrimitiveRestartEnable*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       primitiveRestartEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPrimitiveRestartEnable" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT):
  var VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TRANSFER_DST_BIT):
  var VK_BUFFER_USAGE_2_TRANSFER_DST_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_TRANSFER_DST_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_UNIFORM_TEXEL_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_UNIFORM_TEXEL_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_UNIFORM_TEXEL_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_STORAGE_TEXEL_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_STORAGE_TEXEL_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_STORAGE_TEXEL_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_INDEX_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_INDEX_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_INDEX_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_VERTEX_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_VERTEX_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_VERTEX_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_INDIRECT_BUFFER_BIT):
  var VK_BUFFER_USAGE_2_INDIRECT_BUFFER_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_INDIRECT_BUFFER_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT):
  var VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_EXECUTION_GRAPH_SCRATCH_BIT_AMDX):
  var VK_BUFFER_USAGE_2_EXECUTION_GRAPH_SCRATCH_BIT_AMDX*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_EXECUTION_GRAPH_SCRATCH_BIT_AMDX" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT_KHR):
  var VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TRANSFER_DST_BIT_KHR):
  var VK_BUFFER_USAGE_2_TRANSFER_DST_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_TRANSFER_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_STORAGE_TEXEL_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_STORAGE_TEXEL_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_STORAGE_TEXEL_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_INDEX_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_INDEX_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_INDEX_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_VERTEX_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_VERTEX_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_VERTEX_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_INDIRECT_BUFFER_BIT_KHR):
  var VK_BUFFER_USAGE_2_INDIRECT_BUFFER_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_INDIRECT_BUFFER_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_CONDITIONAL_RENDERING_BIT_EXT):
  var VK_BUFFER_USAGE_2_CONDITIONAL_RENDERING_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_CONDITIONAL_RENDERING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_SHADER_BINDING_TABLE_BIT_KHR):
  var VK_BUFFER_USAGE_2_SHADER_BINDING_TABLE_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_SHADER_BINDING_TABLE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_RAY_TRACING_BIT_NV):
  var VK_BUFFER_USAGE_2_RAY_TRACING_BIT_NV*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_RAY_TRACING_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT):
  var VK_BUFFER_USAGE_2_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TRANSFORM_FEEDBACK_COUNTER_BUFFER_BIT_EXT):
  var VK_BUFFER_USAGE_2_TRANSFORM_FEEDBACK_COUNTER_BUFFER_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_TRANSFORM_FEEDBACK_COUNTER_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_VIDEO_DECODE_SRC_BIT_KHR):
  var VK_BUFFER_USAGE_2_VIDEO_DECODE_SRC_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_VIDEO_DECODE_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_VIDEO_DECODE_DST_BIT_KHR):
  var VK_BUFFER_USAGE_2_VIDEO_DECODE_DST_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_VIDEO_DECODE_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_VIDEO_ENCODE_DST_BIT_KHR):
  var VK_BUFFER_USAGE_2_VIDEO_ENCODE_DST_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_VIDEO_ENCODE_DST_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_VIDEO_ENCODE_SRC_BIT_KHR):
  var VK_BUFFER_USAGE_2_VIDEO_ENCODE_SRC_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_VIDEO_ENCODE_SRC_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT_KHR):
  var VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_ACCELERATION_STRUCTURE_BUILD_INPUT_READ_ONLY_BIT_KHR):
  var VK_BUFFER_USAGE_2_ACCELERATION_STRUCTURE_BUILD_INPUT_READ_ONLY_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_ACCELERATION_STRUCTURE_BUILD_INPUT_READ_ONLY_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR):
  var VK_BUFFER_USAGE_2_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_ACCELERATION_STRUCTURE_STORAGE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_SAMPLER_DESCRIPTOR_BUFFER_BIT_EXT):
  var VK_BUFFER_USAGE_2_SAMPLER_DESCRIPTOR_BUFFER_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_SAMPLER_DESCRIPTOR_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_RESOURCE_DESCRIPTOR_BUFFER_BIT_EXT):
  var VK_BUFFER_USAGE_2_RESOURCE_DESCRIPTOR_BUFFER_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_RESOURCE_DESCRIPTOR_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_PUSH_DESCRIPTORS_DESCRIPTOR_BUFFER_BIT_EXT):
  var VK_BUFFER_USAGE_2_PUSH_DESCRIPTORS_DESCRIPTOR_BUFFER_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_PUSH_DESCRIPTORS_DESCRIPTOR_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_MICROMAP_BUILD_INPUT_READ_ONLY_BIT_EXT):
  var VK_BUFFER_USAGE_2_MICROMAP_BUILD_INPUT_READ_ONLY_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_MICROMAP_BUILD_INPUT_READ_ONLY_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_MICROMAP_STORAGE_BIT_EXT):
  var VK_BUFFER_USAGE_2_MICROMAP_STORAGE_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_MICROMAP_STORAGE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_COMPRESSED_DATA_DGF1_BIT_AMDX):
  var VK_BUFFER_USAGE_2_COMPRESSED_DATA_DGF1_BIT_AMDX*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_COMPRESSED_DATA_DGF1_BIT_AMDX" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_DATA_GRAPH_FOREIGN_DESCRIPTOR_BIT_ARM):
  var VK_BUFFER_USAGE_2_DATA_GRAPH_FOREIGN_DESCRIPTOR_BIT_ARM*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " &
        "VK_BUFFER_USAGE_2_DATA_GRAPH_FOREIGN_DESCRIPTOR_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_TILE_MEMORY_BIT_QCOM):
  var VK_BUFFER_USAGE_2_TILE_MEMORY_BIT_QCOM*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_TILE_MEMORY_BIT_QCOM" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_MEMORY_DECOMPRESSION_BIT_EXT):
  var VK_BUFFER_USAGE_2_MEMORY_DECOMPRESSION_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_MEMORY_DECOMPRESSION_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_BUFFER_USAGE_2_PREPROCESS_BUFFER_BIT_EXT):
  var VK_BUFFER_USAGE_2_PREPROCESS_BUFFER_BIT_EXT*: VkBufferUsageFlagBits2_1124076213
else:
  static :
    hint("Declaration of " & "VK_BUFFER_USAGE_2_PREPROCESS_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DISABLE_OPTIMIZATION_BIT):
  var VK_PIPELINE_CREATE_2_DISABLE_OPTIMIZATION_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DISABLE_OPTIMIZATION_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_ALLOW_DERIVATIVES_BIT):
  var VK_PIPELINE_CREATE_2_ALLOW_DERIVATIVES_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_ALLOW_DERIVATIVES_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DERIVATIVE_BIT):
  var VK_PIPELINE_CREATE_2_DERIVATIVE_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DERIVATIVE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_VIEW_INDEX_FROM_DEVICE_INDEX_BIT):
  var VK_PIPELINE_CREATE_2_VIEW_INDEX_FROM_DEVICE_INDEX_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_VIEW_INDEX_FROM_DEVICE_INDEX_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DISPATCH_BASE_BIT):
  var VK_PIPELINE_CREATE_2_DISPATCH_BASE_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DISPATCH_BASE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT):
  var VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_EARLY_RETURN_ON_FAILURE_BIT):
  var VK_PIPELINE_CREATE_2_EARLY_RETURN_ON_FAILURE_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_EARLY_RETURN_ON_FAILURE_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_NO_PROTECTED_ACCESS_BIT):
  var VK_PIPELINE_CREATE_2_NO_PROTECTED_ACCESS_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_NO_PROTECTED_ACCESS_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_PROTECTED_ACCESS_ONLY_BIT):
  var VK_PIPELINE_CREATE_2_PROTECTED_ACCESS_ONLY_BIT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_PROTECTED_ACCESS_ONLY_BIT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_EXECUTION_GRAPH_BIT_AMDX):
  var VK_PIPELINE_CREATE_2_EXECUTION_GRAPH_BIT_AMDX*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_EXECUTION_GRAPH_BIT_AMDX" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_BUILT_IN_PRIMITIVES_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_BUILT_IN_PRIMITIVES_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_BUILT_IN_PRIMITIVES_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_ALLOW_SPHERES_AND_LINEAR_SWEPT_SPHERES_BIT_NV):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_ALLOW_SPHERES_AND_LINEAR_SWEPT_SPHERES_BIT_NV*
      : VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_ALLOW_SPHERES_AND_LINEAR_SWEPT_SPHERES_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_ENABLE_LEGACY_DITHERING_BIT_EXT):
  var VK_PIPELINE_CREATE_2_ENABLE_LEGACY_DITHERING_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_ENABLE_LEGACY_DITHERING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DISABLE_OPTIMIZATION_BIT_KHR):
  var VK_PIPELINE_CREATE_2_DISABLE_OPTIMIZATION_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DISABLE_OPTIMIZATION_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_ALLOW_DERIVATIVES_BIT_KHR):
  var VK_PIPELINE_CREATE_2_ALLOW_DERIVATIVES_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_ALLOW_DERIVATIVES_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DERIVATIVE_BIT_KHR):
  var VK_PIPELINE_CREATE_2_DERIVATIVE_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DERIVATIVE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR):
  var VK_PIPELINE_CREATE_2_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DISPATCH_BASE_BIT_KHR):
  var VK_PIPELINE_CREATE_2_DISPATCH_BASE_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DISPATCH_BASE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DEFER_COMPILE_BIT_NV):
  var VK_PIPELINE_CREATE_2_DEFER_COMPILE_BIT_NV*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DEFER_COMPILE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_CAPTURE_STATISTICS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_CAPTURE_STATISTICS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_CAPTURE_STATISTICS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_KHR):
  var VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_EARLY_RETURN_ON_FAILURE_BIT_KHR):
  var VK_PIPELINE_CREATE_2_EARLY_RETURN_ON_FAILURE_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_EARLY_RETURN_ON_FAILURE_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_LINK_TIME_OPTIMIZATION_BIT_EXT):
  var VK_PIPELINE_CREATE_2_LINK_TIME_OPTIMIZATION_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_LINK_TIME_OPTIMIZATION_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT):
  var VK_PIPELINE_CREATE_2_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RETAIN_LINK_TIME_OPTIMIZATION_INFO_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_LIBRARY_BIT_KHR):
  var VK_PIPELINE_CREATE_2_LIBRARY_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_LIBRARY_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_TRIANGLES_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_AABBS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_AABBS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_SKIP_AABBS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_MISS_SHADERS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_MISS_SHADERS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_MISS_SHADERS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_BIT_KHR*
      : VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_INDIRECT_BINDABLE_BIT_NV):
  var VK_PIPELINE_CREATE_2_INDIRECT_BINDABLE_BIT_NV*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_INDIRECT_BINDABLE_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_ALLOW_MOTION_BIT_NV):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_ALLOW_MOTION_BIT_NV*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_ALLOW_MOTION_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR):
  var VK_PIPELINE_CREATE_2_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT):
  var VK_PIPELINE_CREATE_2_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_OPACITY_MICROMAP_BIT_EXT):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_OPACITY_MICROMAP_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_OPACITY_MICROMAP_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT):
  var VK_PIPELINE_CREATE_2_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_COLOR_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT):
  var VK_PIPELINE_CREATE_2_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_DEPTH_STENCIL_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_NO_PROTECTED_ACCESS_BIT_EXT):
  var VK_PIPELINE_CREATE_2_NO_PROTECTED_ACCESS_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_NO_PROTECTED_ACCESS_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_PROTECTED_ACCESS_ONLY_BIT_EXT):
  var VK_PIPELINE_CREATE_2_PROTECTED_ACCESS_ONLY_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_PROTECTED_ACCESS_ONLY_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_RAY_TRACING_DISPLACEMENT_MICROMAP_BIT_NV):
  var VK_PIPELINE_CREATE_2_RAY_TRACING_DISPLACEMENT_MICROMAP_BIT_NV*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_RAY_TRACING_DISPLACEMENT_MICROMAP_BIT_NV" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DESCRIPTOR_BUFFER_BIT_EXT):
  var VK_PIPELINE_CREATE_2_DESCRIPTOR_BUFFER_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_DESCRIPTOR_BUFFER_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_DISALLOW_OPACITY_MICROMAP_BIT_ARM):
  var VK_PIPELINE_CREATE_2_DISALLOW_OPACITY_MICROMAP_BIT_ARM*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_DISALLOW_OPACITY_MICROMAP_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_CAPTURE_DATA_BIT_KHR):
  var VK_PIPELINE_CREATE_2_CAPTURE_DATA_BIT_KHR*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_CAPTURE_DATA_BIT_KHR" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_INDIRECT_BINDABLE_BIT_EXT):
  var VK_PIPELINE_CREATE_2_INDIRECT_BINDABLE_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_INDIRECT_BINDABLE_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE):
  var VK_PIPELINE_CREATE_2_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " &
        "VK_PIPELINE_CREATE_2_PER_LAYER_FRAGMENT_DENSITY_BIT_VALVE" &
        " already exists, not redeclaring")
when not declared(VK_PIPELINE_CREATE_2_64_BIT_INDEXING_BIT_EXT):
  var VK_PIPELINE_CREATE_2_64_BIT_INDEXING_BIT_EXT*: VkPipelineCreateFlagBits2_1124076223
else:
  static :
    hint("Declaration of " & "VK_PIPELINE_CREATE_2_64_BIT_INDEXING_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(vkMapMemory2):
  proc vkMapMemory2*(device: VkDevice_1124073944;
                     pMemoryMapInfo: ptr VkMemoryMapInfo_1124076251;
                     ppData: ptr pointer): VkResult_1124073995 {.cdecl,
      importc: "vkMapMemory2".}
else:
  static :
    hint("Declaration of " & "vkMapMemory2" & " already exists, not redeclaring")
when not declared(vkUnmapMemory2):
  proc vkUnmapMemory2*(device: VkDevice_1124073944;
                       pMemoryUnmapInfo: ptr VkMemoryUnmapInfo_1124076255): VkResult_1124073995 {.
      cdecl, importc: "vkUnmapMemory2".}
else:
  static :
    hint("Declaration of " & "vkUnmapMemory2" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceImageSubresourceLayout):
  var vkGetDeviceImageSubresourceLayout*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceImageSubresourceInfo_1124076271;
      pLayout: ptr VkSubresourceLayout2_1124076275): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceImageSubresourceLayout" &
        " already exists, not redeclaring")
when not declared(vkGetImageSubresourceLayout2):
  proc vkGetImageSubresourceLayout2*(device: VkDevice_1124073944;
                                     image: VkImage_1124073938;
                                     pSubresource: ptr VkImageSubresource2_1124076267;
                                     pLayout: ptr VkSubresourceLayout2_1124076275): void {.
      cdecl, importc: "vkGetImageSubresourceLayout2".}
else:
  static :
    hint("Declaration of " & "vkGetImageSubresourceLayout2" &
        " already exists, not redeclaring")
when not declared(vkCopyMemoryToImage):
  var vkCopyMemoryToImage*: proc(device: VkDevice_1124073944;
                            pCopyMemoryToImageInfo: ptr VkCopyMemoryToImageInfo_1124076311): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyMemoryToImage" &
        " already exists, not redeclaring")
when not declared(vkCopyImageToMemory):
  var vkCopyImageToMemory*: proc(device: VkDevice_1124073944;
                            pCopyImageToMemoryInfo: ptr VkCopyImageToMemoryInfo_1124076315): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyImageToMemory" &
        " already exists, not redeclaring")
when not declared(vkCopyImageToImage):
  var vkCopyImageToImage*: proc(device: VkDevice_1124073944;
                           pCopyImageToImageInfo: ptr VkCopyImageToImageInfo_1124076319): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyImageToImage" &
        " already exists, not redeclaring")
when not declared(vkTransitionImageLayout):
  var vkTransitionImageLayout*: proc(device: VkDevice_1124073944;
                                transitionCount: uint32; pTransitions: ptr VkHostImageLayoutTransitionInfo_1124076323): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkTransitionImageLayout" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSet):
  var vkCmdPushDescriptorSet*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               pipelineBindPoint: VkPipelineBindPoint_1124074091;
                               layout: VkPipelineLayout_1124073981; set: uint32;
                               descriptorWriteCount: uint32;
                               pDescriptorWrites: ptr VkWriteDescriptorSet_1124074767): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSet" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSetWithTemplate):
  var vkCmdPushDescriptorSetWithTemplate*: proc(commandBuffer: VkCommandBuffer_1124073950;
      descriptorUpdateTemplate: VkDescriptorUpdateTemplate_1124075167;
      layout: VkPipelineLayout_1124073981; set: uint32; pData: pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSetWithTemplate" &
        " already exists, not redeclaring")
when not declared(vkCmdBindDescriptorSets2):
  proc vkCmdBindDescriptorSets2*(commandBuffer: VkCommandBuffer_1124073950;
      pBindDescriptorSetsInfo: ptr VkBindDescriptorSetsInfo_1124076355): void {.
      cdecl, importc: "vkCmdBindDescriptorSets2".}
else:
  static :
    hint("Declaration of " & "vkCmdBindDescriptorSets2" &
        " already exists, not redeclaring")
when not declared(vkCmdPushConstants2):
  proc vkCmdPushConstants2*(commandBuffer: VkCommandBuffer_1124073950;
                            pPushConstantsInfo: ptr VkPushConstantsInfo_1124076359): void {.
      cdecl, importc: "vkCmdPushConstants2".}
else:
  static :
    hint("Declaration of " & "vkCmdPushConstants2" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSet2):
  proc vkCmdPushDescriptorSet2*(commandBuffer: VkCommandBuffer_1124073950;
      pPushDescriptorSetInfo: ptr VkPushDescriptorSetInfo_1124076363): void {.
      cdecl, importc: "vkCmdPushDescriptorSet2".}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSet2" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSetWithTemplate2):
  proc vkCmdPushDescriptorSetWithTemplate2*(commandBuffer: VkCommandBuffer_1124073950;
      pPushDescriptorSetWithTemplateInfo: ptr VkPushDescriptorSetWithTemplateInfo_1124076367): void {.
      cdecl, importc: "vkCmdPushDescriptorSetWithTemplate2".}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSetWithTemplate2" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLineStipple):
  var vkCmdSetLineStipple*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            lineStippleFactor: uint32;
                            lineStipplePattern: uint16): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetLineStipple" &
        " already exists, not redeclaring")
when not declared(vkCmdBindIndexBuffer2):
  proc vkCmdBindIndexBuffer2*(commandBuffer: VkCommandBuffer_1124073950;
                              buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
                              size: VkDeviceSize_1124073930;
                              indexType: VkIndexType_1124074059): void {.cdecl,
      importc: "vkCmdBindIndexBuffer2".}
else:
  static :
    hint("Declaration of " & "vkCmdBindIndexBuffer2" &
        " already exists, not redeclaring")
when not declared(vkGetRenderingAreaGranularity):
  var vkGetRenderingAreaGranularity*: proc(device: VkDevice_1124073944;
      pRenderingAreaInfo: ptr VkRenderingAreaInfo_1124076415;
                                      pGranularity: ptr VkExtent2D_1124074443): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetRenderingAreaGranularity" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRenderingAttachmentLocations):
  var vkCmdSetRenderingAttachmentLocations*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pLocationInfo: ptr VkRenderingAttachmentLocationInfo_1124076423): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetRenderingAttachmentLocations" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRenderingInputAttachmentIndices):
  var vkCmdSetRenderingInputAttachmentIndices*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pInputAttachmentIndexInfo: ptr VkRenderingInputAttachmentIndexInfo_1124076427): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetRenderingInputAttachmentIndices" &
        " already exists, not redeclaring")
when not declared(vkDestroySurfaceKHR):
  var vkDestroySurfaceKHR*: proc(instance: VkInstance_1124073940;
                            surface: VkSurfaceKHR_1124076467;
                            pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroySurfaceKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfaceSupportKHR):
  var vkGetPhysicalDeviceSurfaceSupportKHR*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      queueFamilyIndex: uint32; surface: VkSurfaceKHR_1124076467;
      pSupported: ptr VkBool32_1124073926): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfaceSupportKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfaceCapabilitiesKHR):
  var vkGetPhysicalDeviceSurfaceCapabilitiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; surface: VkSurfaceKHR_1124076467;
      pSurfaceCapabilities: ptr VkSurfaceCapabilitiesKHR_1124076491): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfaceCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfaceFormatsKHR):
  var vkGetPhysicalDeviceSurfaceFormatsKHR*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      surface: VkSurfaceKHR_1124076467; pSurfaceFormatCount: ptr uint32;
      pSurfaceFormats: ptr VkSurfaceFormatKHR_1124076495): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfaceFormatsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfacePresentModesKHR):
  var vkGetPhysicalDeviceSurfacePresentModesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; surface: VkSurfaceKHR_1124076467;
      pPresentModeCount: ptr uint32; pPresentModes: ptr VkPresentModeKHR_1124076471): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfacePresentModesKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateSwapchainKHR):
  var vkCreateSwapchainKHR*: proc(device: VkDevice_1124073944;
                             pCreateInfo: ptr VkSwapchainCreateInfoKHR_1124076523;
                             pAllocator: ptr VkAllocationCallbacks_1124074499;
                             pSwapchain: ptr VkSwapchainKHR_1124076507): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateSwapchainKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroySwapchainKHR):
  var vkDestroySwapchainKHR*: proc(device: VkDevice_1124073944;
                              swapchain: VkSwapchainKHR_1124076507;
                              pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroySwapchainKHR" &
        " already exists, not redeclaring")
when not declared(vkGetSwapchainImagesKHR):
  var vkGetSwapchainImagesKHR*: proc(device: VkDevice_1124073944;
                                swapchain: VkSwapchainKHR_1124076507;
                                pSwapchainImageCount: ptr uint32;
                                pSwapchainImages: ptr VkImage_1124073938): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetSwapchainImagesKHR" &
        " already exists, not redeclaring")
when not declared(vkAcquireNextImageKHR):
  var vkAcquireNextImageKHR*: proc(device: VkDevice_1124073944;
                              swapchain: VkSwapchainKHR_1124076507;
                              timeout: uint64; semaphore: VkSemaphore_1124073948;
                              fence: VkFence_1124073952; pImageIndex: ptr uint32): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAcquireNextImageKHR" &
        " already exists, not redeclaring")
when not declared(vkQueuePresentKHR):
  var vkQueuePresentKHR*: proc(queue: VkQueue_1124073946;
                          pPresentInfo: ptr VkPresentInfoKHR_1124076527): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueuePresentKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceGroupPresentCapabilitiesKHR):
  var vkGetDeviceGroupPresentCapabilitiesKHR*: proc(device: VkDevice_1124073944;
      pDeviceGroupPresentCapabilities: ptr VkDeviceGroupPresentCapabilitiesKHR_1124076543): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceGroupPresentCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceGroupSurfacePresentModesKHR):
  var vkGetDeviceGroupSurfacePresentModesKHR*: proc(device: VkDevice_1124073944;
      surface: VkSurfaceKHR_1124076467;
      pModes: ptr VkDeviceGroupPresentModeFlagsKHR_1124076519): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceGroupSurfacePresentModesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDevicePresentRectanglesKHR):
  var vkGetPhysicalDevicePresentRectanglesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; surface: VkSurfaceKHR_1124076467;
      pRectCount: ptr uint32; pRects: ptr VkRect2D_1124074459): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDevicePresentRectanglesKHR" &
        " already exists, not redeclaring")
when not declared(vkAcquireNextImage2KHR):
  proc vkAcquireNextImage2KHR*(device: VkDevice_1124073944;
                               pAcquireInfo: ptr VkAcquireNextImageInfoKHR_1124076539;
                               pImageIndex: ptr uint32): VkResult_1124073995 {.
      cdecl, importc: "vkAcquireNextImage2KHR".}
else:
  static :
    hint("Declaration of " & "vkAcquireNextImage2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceDisplayPropertiesKHR):
  var vkGetPhysicalDeviceDisplayPropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkDisplayPropertiesKHR_1124076607): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceDisplayPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceDisplayPlanePropertiesKHR):
  var vkGetPhysicalDeviceDisplayPlanePropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkDisplayPlanePropertiesKHR_1124076603): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceDisplayPlanePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDisplayPlaneSupportedDisplaysKHR):
  var vkGetDisplayPlaneSupportedDisplaysKHR*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      planeIndex: uint32; pDisplayCount: ptr uint32; pDisplays: ptr VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDisplayPlaneSupportedDisplaysKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDisplayModePropertiesKHR):
  var vkGetDisplayModePropertiesKHR*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                                      display: VkDisplayKHR_1124076571;
                                      pPropertyCount: ptr uint32; pProperties: ptr VkDisplayModePropertiesKHR_1124076595): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDisplayModePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateDisplayModeKHR):
  var vkCreateDisplayModeKHR*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                               display: VkDisplayKHR_1124076571;
                               pCreateInfo: ptr VkDisplayModeCreateInfoKHR_1124076591;
                               pAllocator: ptr VkAllocationCallbacks_1124074499;
                               pMode: ptr VkDisplayModeKHR_1124076573): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDisplayModeKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDisplayPlaneCapabilitiesKHR):
  var vkGetDisplayPlaneCapabilitiesKHR*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      mode: VkDisplayModeKHR_1124076573; planeIndex: uint32;
      pCapabilities: ptr VkDisplayPlaneCapabilitiesKHR_1124076599): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDisplayPlaneCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateDisplayPlaneSurfaceKHR):
  var vkCreateDisplayPlaneSurfaceKHR*: proc(instance: VkInstance_1124073940;
      pCreateInfo: ptr VkDisplaySurfaceCreateInfoKHR_1124076611;
                                       pAllocator: ptr VkAllocationCallbacks_1124074499;
                                       pSurface: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDisplayPlaneSurfaceKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateSharedSwapchainsKHR):
  var vkCreateSharedSwapchainsKHR*: proc(device: VkDevice_1124073944;
                                    swapchainCount: uint32;
                                    pCreateInfos: ptr VkSwapchainCreateInfoKHR_1124076523;
                                    pAllocator: ptr VkAllocationCallbacks_1124074499;
                                    pSwapchains: ptr VkSwapchainKHR_1124076507): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateSharedSwapchainsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceVideoCapabilitiesKHR):
  var vkGetPhysicalDeviceVideoCapabilitiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pVideoProfile: ptr VkVideoProfileInfoKHR_1124076697;
      pCapabilities: ptr VkVideoCapabilitiesKHR_1124076705): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceVideoCapabilitiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceVideoFormatPropertiesKHR):
  var vkGetPhysicalDeviceVideoFormatPropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pVideoFormatInfo: ptr VkPhysicalDeviceVideoFormatInfoKHR_1124076709;
      pVideoFormatPropertyCount: ptr uint32;
      pVideoFormatProperties: ptr VkVideoFormatPropertiesKHR_1124076713): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceVideoFormatPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateVideoSessionKHR):
  var vkCreateVideoSessionKHR*: proc(device: VkDevice_1124073944;
                                pCreateInfo: ptr VkVideoSessionCreateInfoKHR_1124076733;
                                pAllocator: ptr VkAllocationCallbacks_1124074499;
                                pVideoSession: ptr VkVideoSessionKHR_1124076633): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateVideoSessionKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroyVideoSessionKHR):
  var vkDestroyVideoSessionKHR*: proc(device: VkDevice_1124073944;
                                 videoSession: VkVideoSessionKHR_1124076633;
                                 pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyVideoSessionKHR" &
        " already exists, not redeclaring")
when not declared(vkGetVideoSessionMemoryRequirementsKHR):
  var vkGetVideoSessionMemoryRequirementsKHR*: proc(device: VkDevice_1124073944;
      videoSession: VkVideoSessionKHR_1124076633;
      pMemoryRequirementsCount: ptr uint32;
      pMemoryRequirements: ptr VkVideoSessionMemoryRequirementsKHR_1124076725): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetVideoSessionMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(vkBindVideoSessionMemoryKHR):
  var vkBindVideoSessionMemoryKHR*: proc(device: VkDevice_1124073944;
                                    videoSession: VkVideoSessionKHR_1124076633;
                                    bindSessionMemoryInfoCount: uint32;
      pBindSessionMemoryInfos: ptr VkBindVideoSessionMemoryInfoKHR_1124076729): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindVideoSessionMemoryKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateVideoSessionParametersKHR):
  var vkCreateVideoSessionParametersKHR*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkVideoSessionParametersCreateInfoKHR_1124076737;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pVideoSessionParameters: ptr VkVideoSessionParametersKHR_1124076635): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(vkUpdateVideoSessionParametersKHR):
  var vkUpdateVideoSessionParametersKHR*: proc(device: VkDevice_1124073944;
      videoSessionParameters: VkVideoSessionParametersKHR_1124076635;
      pUpdateInfo: ptr VkVideoSessionParametersUpdateInfoKHR_1124076741): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkUpdateVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroyVideoSessionParametersKHR):
  var vkDestroyVideoSessionParametersKHR*: proc(device: VkDevice_1124073944;
      videoSessionParameters: VkVideoSessionParametersKHR_1124076635;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginVideoCodingKHR):
  var vkCmdBeginVideoCodingKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 pBeginInfo: ptr VkVideoBeginCodingInfoKHR_1124076745): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginVideoCodingKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdEndVideoCodingKHR):
  var vkCmdEndVideoCodingKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               pEndCodingInfo: ptr VkVideoEndCodingInfoKHR_1124076749): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndVideoCodingKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdControlVideoCodingKHR):
  var vkCmdControlVideoCodingKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pCodingControlInfo: ptr VkVideoCodingControlInfoKHR_1124076753): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdControlVideoCodingKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdDecodeVideoKHR):
  var vkCmdDecodeVideoKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            pDecodeInfo: ptr VkVideoDecodeInfoKHR_1124076803): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDecodeVideoKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginRenderingKHR):
  var vkCmdBeginRenderingKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               pRenderingInfo: ptr VkRenderingInfo_1124076101): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginRenderingKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRenderingKHR):
  var vkCmdEndRenderingKHR*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndRenderingKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFeatures2KHR):
  proc vkGetPhysicalDeviceFeatures2KHR*(physicalDevice: VkPhysicalDevice_1124073942;
      pFeatures: ptr VkPhysicalDeviceFeatures2_1124075335): void {.cdecl,
      importc: "vkGetPhysicalDeviceFeatures2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFeatures2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceProperties2KHR):
  proc vkGetPhysicalDeviceProperties2KHR*(physicalDevice: VkPhysicalDevice_1124073942;
      pProperties: ptr VkPhysicalDeviceProperties2_1124075339): void {.cdecl,
      importc: "vkGetPhysicalDeviceProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFormatProperties2KHR):
  proc vkGetPhysicalDeviceFormatProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942; format: VkFormat_1124074023;
      pFormatProperties: ptr VkFormatProperties2_1124075343): void {.cdecl,
      importc: "vkGetPhysicalDeviceFormatProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceImageFormatProperties2KHR):
  proc vkGetPhysicalDeviceImageFormatProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pImageFormatInfo: ptr VkPhysicalDeviceImageFormatInfo2_1124075351;
      pImageFormatProperties: ptr VkImageFormatProperties2_1124075347): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceImageFormatProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceImageFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceQueueFamilyProperties2KHR):
  proc vkGetPhysicalDeviceQueueFamilyProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pQueueFamilyPropertyCount: ptr uint32;
      pQueueFamilyProperties: ptr VkQueueFamilyProperties2_1124075355): void {.
      cdecl, importc: "vkGetPhysicalDeviceQueueFamilyProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceQueueFamilyProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceMemoryProperties2KHR):
  proc vkGetPhysicalDeviceMemoryProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pMemoryProperties: ptr VkPhysicalDeviceMemoryProperties2_1124075359): void {.
      cdecl, importc: "vkGetPhysicalDeviceMemoryProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceMemoryProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSparseImageFormatProperties2KHR):
  proc vkGetPhysicalDeviceSparseImageFormatProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pFormatInfo: ptr VkPhysicalDeviceSparseImageFormatInfo2_1124075367;
      pPropertyCount: ptr uint32;
      pProperties: ptr VkSparseImageFormatProperties2_1124075363): void {.cdecl,
      importc: "vkGetPhysicalDeviceSparseImageFormatProperties2KHR".}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceSparseImageFormatProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceGroupPeerMemoryFeaturesKHR):
  var vkGetDeviceGroupPeerMemoryFeaturesKHR*: proc(device: VkDevice_1124073944;
      heapIndex: uint32; localDeviceIndex: uint32; remoteDeviceIndex: uint32;
      pPeerMemoryFeatures: ptr VkPeerMemoryFeatureFlags_1124075199): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceGroupPeerMemoryFeaturesKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDeviceMaskKHR):
  var vkCmdSetDeviceMaskKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                              deviceMask: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetDeviceMaskKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchBaseKHR):
  var vkCmdDispatchBaseKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             baseGroupX: uint32; baseGroupY: uint32;
                             baseGroupZ: uint32; groupCountX: uint32;
                             groupCountY: uint32; groupCountZ: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchBaseKHR" &
        " already exists, not redeclaring")
when not declared(vkTrimCommandPoolKHR):
  var vkTrimCommandPoolKHR*: proc(device: VkDevice_1124073944;
                             commandPool: VkCommandPool_1124073960;
                             flags: VkCommandPoolTrimFlags_1124075207): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkTrimCommandPoolKHR" &
        " already exists, not redeclaring")
when not declared(vkEnumeratePhysicalDeviceGroupsKHR):
  var vkEnumeratePhysicalDeviceGroupsKHR*: proc(instance: VkInstance_1124073940;
      pPhysicalDeviceGroupCount: ptr uint32;
      pPhysicalDeviceGroupProperties: ptr VkPhysicalDeviceGroupProperties_1124075307): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkEnumeratePhysicalDeviceGroupsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalBufferPropertiesKHR):
  var vkGetPhysicalDeviceExternalBufferPropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalBufferInfo: ptr VkPhysicalDeviceExternalBufferInfo_1124075411;
      pExternalBufferProperties: ptr VkExternalBufferProperties_1124075415): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalBufferPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryFdKHR):
  var vkGetMemoryFdKHR*: proc(device: VkDevice_1124073944;
                         pGetFdInfo: ptr VkMemoryGetFdInfoKHR_1124077179;
                         pFd: ptr cint): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetMemoryFdKHR" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryFdPropertiesKHR):
  var vkGetMemoryFdPropertiesKHR*: proc(device: VkDevice_1124073944; handleType: VkExternalMemoryHandleTypeFlagBits_1124075211;
                                   fd: cint; pMemoryFdProperties: ptr VkMemoryFdPropertiesKHR_1124077175): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetMemoryFdPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalSemaphorePropertiesKHR):
  var vkGetPhysicalDeviceExternalSemaphorePropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalSemaphoreInfo: ptr VkPhysicalDeviceExternalSemaphoreInfo_1124075451;
      pExternalSemaphoreProperties: ptr VkExternalSemaphoreProperties_1124075455): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkImportSemaphoreFdKHR):
  var vkImportSemaphoreFdKHR*: proc(device: VkDevice_1124073944;
      pImportSemaphoreFdInfo: ptr VkImportSemaphoreFdInfoKHR_1124077207): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkImportSemaphoreFdKHR" &
        " already exists, not redeclaring")
when not declared(vkGetSemaphoreFdKHR):
  var vkGetSemaphoreFdKHR*: proc(device: VkDevice_1124073944;
                            pGetFdInfo: ptr VkSemaphoreGetFdInfoKHR_1124077211;
                            pFd: ptr cint): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetSemaphoreFdKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSetKHR):
  var vkCmdPushDescriptorSetKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  pipelineBindPoint: VkPipelineBindPoint_1124074091;
                                  layout: VkPipelineLayout_1124073981;
                                  set: uint32; descriptorWriteCount: uint32;
                                  pDescriptorWrites: ptr VkWriteDescriptorSet_1124074767): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSetKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSetWithTemplateKHR):
  var vkCmdPushDescriptorSetWithTemplateKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      descriptorUpdateTemplate: VkDescriptorUpdateTemplate_1124075167;
      layout: VkPipelineLayout_1124073981; set: uint32; pData: pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSetWithTemplateKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateDescriptorUpdateTemplateKHR):
  var vkCreateDescriptorUpdateTemplateKHR*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkDescriptorUpdateTemplateCreateInfo_1124075477;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pDescriptorUpdateTemplate: ptr VkDescriptorUpdateTemplate_1124075167): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDescriptorUpdateTemplateKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroyDescriptorUpdateTemplateKHR):
  var vkDestroyDescriptorUpdateTemplateKHR*: proc(device: VkDevice_1124073944;
      descriptorUpdateTemplate: VkDescriptorUpdateTemplate_1124075167;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyDescriptorUpdateTemplateKHR" &
        " already exists, not redeclaring")
when not declared(vkUpdateDescriptorSetWithTemplateKHR):
  var vkUpdateDescriptorSetWithTemplateKHR*: proc(device: VkDevice_1124073944;
      descriptorSet: VkDescriptorSet_1124073989;
      descriptorUpdateTemplate: VkDescriptorUpdateTemplate_1124075167;
      pData: pointer): void {.cdecl,
                            .}
else:
  static :
    hint("Declaration of " & "vkUpdateDescriptorSetWithTemplateKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateRenderPass2KHR):
  proc vkCreateRenderPass2KHR*(device: VkDevice_1124073944;
                               pCreateInfo: ptr VkRenderPassCreateInfo2_1124075785;
                               pAllocator: ptr VkAllocationCallbacks_1124074499;
                               pRenderPass: ptr VkRenderPass_1124073962): VkResult_1124073995 {.
      cdecl, importc: "vkCreateRenderPass2KHR".}
else:
  static :
    hint("Declaration of " & "vkCreateRenderPass2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginRenderPass2KHR):
  proc vkCmdBeginRenderPass2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                                 pRenderPassBegin: ptr VkRenderPassBeginInfo_1124074891;
                                 pSubpassBeginInfo: ptr VkSubpassBeginInfo_1124075789): void {.
      cdecl, importc: "vkCmdBeginRenderPass2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdBeginRenderPass2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdNextSubpass2KHR):
  proc vkCmdNextSubpass2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                             pSubpassBeginInfo: ptr VkSubpassBeginInfo_1124075789;
                             pSubpassEndInfo: ptr VkSubpassEndInfo_1124075793): void {.
      cdecl, importc: "vkCmdNextSubpass2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdNextSubpass2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRenderPass2KHR):
  proc vkCmdEndRenderPass2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                               pSubpassEndInfo: ptr VkSubpassEndInfo_1124075793): void {.
      cdecl, importc: "vkCmdEndRenderPass2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdEndRenderPass2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetSwapchainStatusKHR):
  var vkGetSwapchainStatusKHR*: proc(device: VkDevice_1124073944;
                                swapchain: VkSwapchainKHR_1124076507): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetSwapchainStatusKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalFencePropertiesKHR):
  var vkGetPhysicalDeviceExternalFencePropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalFenceInfo: ptr VkPhysicalDeviceExternalFenceInfo_1124075435;
      pExternalFenceProperties: ptr VkExternalFenceProperties_1124075439): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalFencePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkImportFenceFdKHR):
  var vkImportFenceFdKHR*: proc(device: VkDevice_1124073944;
                           pImportFenceFdInfo: ptr VkImportFenceFdInfoKHR_1124077315): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkImportFenceFdKHR" &
        " already exists, not redeclaring")
when not declared(vkGetFenceFdKHR):
  var vkGetFenceFdKHR*: proc(device: VkDevice_1124073944;
                        pGetFdInfo: ptr VkFenceGetFdInfoKHR_1124077319;
                        pFd: ptr cint): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetFenceFdKHR" &
        " already exists, not redeclaring")
when not declared(vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR):
  var vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; queueFamilyIndex: uint32;
      pCounterCount: ptr uint32; pCounters: ptr VkPerformanceCounterKHR_1124077359;
      pCounterDescriptions: ptr VkPerformanceCounterDescriptionKHR_1124077363): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR):
  var vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pPerformanceQueryCreateInfo: ptr VkQueryPoolPerformanceCreateInfoKHR_1124077367;
      pNumPasses: ptr uint32): void {.cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR" &
        " already exists, not redeclaring")
when not declared(vkAcquireProfilingLockKHR):
  var vkAcquireProfilingLockKHR*: proc(device: VkDevice_1124073944;
                                  pInfo: ptr VkAcquireProfilingLockInfoKHR_1124077375): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAcquireProfilingLockKHR" &
        " already exists, not redeclaring")
when not declared(vkReleaseProfilingLockKHR):
  var vkReleaseProfilingLockKHR*: proc(device: VkDevice_1124073944): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkReleaseProfilingLockKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfaceCapabilities2KHR):
  proc vkGetPhysicalDeviceSurfaceCapabilities2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pSurfaceInfo: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      pSurfaceCapabilities: ptr VkSurfaceCapabilities2KHR_1124077409): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceSurfaceCapabilities2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfaceCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfaceFormats2KHR):
  proc vkGetPhysicalDeviceSurfaceFormats2KHR*(physicalDevice: VkPhysicalDevice_1124073942;
      pSurfaceInfo: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      pSurfaceFormatCount: ptr uint32; pSurfaceFormats: ptr VkSurfaceFormat2KHR_1124077413): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceSurfaceFormats2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfaceFormats2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceDisplayProperties2KHR):
  proc vkGetPhysicalDeviceDisplayProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkDisplayProperties2KHR_1124077425): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceDisplayProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceDisplayProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceDisplayPlaneProperties2KHR):
  proc vkGetPhysicalDeviceDisplayPlaneProperties2KHR*(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkDisplayPlaneProperties2KHR_1124077429): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceDisplayPlaneProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceDisplayPlaneProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetDisplayModeProperties2KHR):
  proc vkGetDisplayModeProperties2KHR*(physicalDevice: VkPhysicalDevice_1124073942;
                                       display: VkDisplayKHR_1124076571;
                                       pPropertyCount: ptr uint32; pProperties: ptr VkDisplayModeProperties2KHR_1124077433): VkResult_1124073995 {.
      cdecl, importc: "vkGetDisplayModeProperties2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetDisplayModeProperties2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetDisplayPlaneCapabilities2KHR):
  proc vkGetDisplayPlaneCapabilities2KHR*(physicalDevice: VkPhysicalDevice_1124073942;
      pDisplayPlaneInfo: ptr VkDisplayPlaneInfo2KHR_1124077437;
      pCapabilities: ptr VkDisplayPlaneCapabilities2KHR_1124077441): VkResult_1124073995 {.
      cdecl, importc: "vkGetDisplayPlaneCapabilities2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetDisplayPlaneCapabilities2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetImageMemoryRequirements2KHR):
  proc vkGetImageMemoryRequirements2KHR*(device: VkDevice_1124073944;
      pInfo: ptr VkImageMemoryRequirementsInfo2_1124075319;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
      importc: "vkGetImageMemoryRequirements2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetImageMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetBufferMemoryRequirements2KHR):
  proc vkGetBufferMemoryRequirements2KHR*(device: VkDevice_1124073944;
      pInfo: ptr VkBufferMemoryRequirementsInfo2_1124075315;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
      importc: "vkGetBufferMemoryRequirements2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetBufferMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetImageSparseMemoryRequirements2KHR):
  proc vkGetImageSparseMemoryRequirements2KHR*(device: VkDevice_1124073944;
      pInfo: ptr VkImageSparseMemoryRequirementsInfo2_1124075323;
      pSparseMemoryRequirementCount: ptr uint32;
      pSparseMemoryRequirements: ptr VkSparseImageMemoryRequirements2_1124075331): void {.
      cdecl, importc: "vkGetImageSparseMemoryRequirements2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetImageSparseMemoryRequirements2KHR" &
        " already exists, not redeclaring")
when not declared(vkCreateSamplerYcbcrConversionKHR):
  var vkCreateSamplerYcbcrConversionKHR*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkSamplerYcbcrConversionCreateInfo_1124075489;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pYcbcrConversion: ptr VkSamplerYcbcrConversion_1124075169): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateSamplerYcbcrConversionKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroySamplerYcbcrConversionKHR):
  var vkDestroySamplerYcbcrConversionKHR*: proc(device: VkDevice_1124073944;
      ycbcrConversion: VkSamplerYcbcrConversion_1124075169;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroySamplerYcbcrConversionKHR" &
        " already exists, not redeclaring")
when not declared(vkBindBufferMemory2KHR):
  proc vkBindBufferMemory2KHR*(device: VkDevice_1124073944;
                               bindInfoCount: uint32;
                               pBindInfos: ptr VkBindBufferMemoryInfo_1124075267): VkResult_1124073995 {.
      cdecl, importc: "vkBindBufferMemory2KHR".}
else:
  static :
    hint("Declaration of " & "vkBindBufferMemory2KHR" &
        " already exists, not redeclaring")
when not declared(vkBindImageMemory2KHR):
  proc vkBindImageMemory2KHR*(device: VkDevice_1124073944;
                              bindInfoCount: uint32;
                              pBindInfos: ptr VkBindImageMemoryInfo_1124075271): VkResult_1124073995 {.
      cdecl, importc: "vkBindImageMemory2KHR".}
else:
  static :
    hint("Declaration of " & "vkBindImageMemory2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorSetLayoutSupportKHR):
  var vkGetDescriptorSetLayoutSupportKHR*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkDescriptorSetLayoutCreateInfo_1124074763;
      pSupport: ptr VkDescriptorSetLayoutSupport_1124075485): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorSetLayoutSupportKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndirectCountKHR):
  var vkCmdDrawIndirectCountKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  buffer: VkBuffer_1124073936;
                                  offset: VkDeviceSize_1124073930;
                                  countBuffer: VkBuffer_1124073936;
                                  countBufferOffset: VkDeviceSize_1124073930;
                                  maxDrawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndirectCountKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndexedIndirectCountKHR):
  var vkCmdDrawIndexedIndirectCountKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
      countBuffer: VkBuffer_1124073936; countBufferOffset: VkDeviceSize_1124073930;
      maxDrawCount: uint32; stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndexedIndirectCountKHR" &
        " already exists, not redeclaring")
when not declared(vkGetSemaphoreCounterValueKHR):
  var vkGetSemaphoreCounterValueKHR*: proc(device: VkDevice_1124073944;
                                      semaphore: VkSemaphore_1124073948;
                                      pValue: ptr uint64): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetSemaphoreCounterValueKHR" &
        " already exists, not redeclaring")
when not declared(vkWaitSemaphoresKHR):
  var vkWaitSemaphoresKHR*: proc(device: VkDevice_1124073944;
                            pWaitInfo: ptr VkSemaphoreWaitInfo_1124075685;
                            timeout: uint64): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkWaitSemaphoresKHR" &
        " already exists, not redeclaring")
when not declared(vkSignalSemaphoreKHR):
  var vkSignalSemaphoreKHR*: proc(device: VkDevice_1124073944;
                             pSignalInfo: ptr VkSemaphoreSignalInfo_1124075689): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSignalSemaphoreKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceFragmentShadingRatesKHR):
  var vkGetPhysicalDeviceFragmentShadingRatesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pFragmentShadingRateCount: ptr uint32;
      pFragmentShadingRates: ptr VkPhysicalDeviceFragmentShadingRateKHR_1124077633): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceFragmentShadingRatesKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetFragmentShadingRateKHR):
  var vkCmdSetFragmentShadingRateKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       pFragmentSize: ptr VkExtent2D_1124074443;
      combinerOps: array[2'i64, VkFragmentShadingRateCombinerOpKHR_1124077613]): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetFragmentShadingRateKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRenderingAttachmentLocationsKHR):
  var vkCmdSetRenderingAttachmentLocationsKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pLocationInfo: ptr VkRenderingAttachmentLocationInfo_1124076423): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetRenderingAttachmentLocationsKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRenderingInputAttachmentIndicesKHR):
  var vkCmdSetRenderingInputAttachmentIndicesKHR*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      pInputAttachmentIndexInfo: ptr VkRenderingInputAttachmentIndexInfo_1124076427): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetRenderingInputAttachmentIndicesKHR" &
        " already exists, not redeclaring")
when not declared(vkWaitForPresentKHR):
  var vkWaitForPresentKHR*: proc(device: VkDevice_1124073944;
                            swapchain: VkSwapchainKHR_1124076507;
                            presentId: uint64; timeout: uint64): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkWaitForPresentKHR" &
        " already exists, not redeclaring")
when not declared(vkGetBufferDeviceAddressKHR):
  var vkGetBufferDeviceAddressKHR*: proc(device: VkDevice_1124073944;
                                    pInfo: ptr VkBufferDeviceAddressInfo_1124075697): VkDeviceAddress_1124073928 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetBufferDeviceAddressKHR" &
        " already exists, not redeclaring")
when not declared(vkGetBufferOpaqueCaptureAddressKHR):
  var vkGetBufferOpaqueCaptureAddressKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkBufferDeviceAddressInfo_1124075697): uint64 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetBufferOpaqueCaptureAddressKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceMemoryOpaqueCaptureAddressKHR):
  var vkGetDeviceMemoryOpaqueCaptureAddressKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceMemoryOpaqueCaptureAddressInfo_1124075709): uint64 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceMemoryOpaqueCaptureAddressKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateDeferredOperationKHR):
  var vkCreateDeferredOperationKHR*: proc(device: VkDevice_1124073944;
                                     pAllocator: ptr VkAllocationCallbacks_1124074499;
      pDeferredOperation: ptr VkDeferredOperationKHR_1124077691): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDeferredOperationKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroyDeferredOperationKHR):
  var vkDestroyDeferredOperationKHR*: proc(device: VkDevice_1124073944;
                                      operation: VkDeferredOperationKHR_1124077691;
                                      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyDeferredOperationKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeferredOperationMaxConcurrencyKHR):
  var vkGetDeferredOperationMaxConcurrencyKHR*: proc(device: VkDevice_1124073944;
      operation: VkDeferredOperationKHR_1124077691): uint32 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeferredOperationMaxConcurrencyKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeferredOperationResultKHR):
  var vkGetDeferredOperationResultKHR*: proc(device: VkDevice_1124073944;
                                        operation: VkDeferredOperationKHR_1124077691): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeferredOperationResultKHR" &
        " already exists, not redeclaring")
when not declared(vkDeferredOperationJoinKHR):
  var vkDeferredOperationJoinKHR*: proc(device: VkDevice_1124073944;
                                   operation: VkDeferredOperationKHR_1124077691): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDeferredOperationJoinKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineExecutablePropertiesKHR):
  var vkGetPipelineExecutablePropertiesKHR*: proc(device: VkDevice_1124073944;
      pPipelineInfo: ptr VkPipelineInfoKHR_1124077713;
      pExecutableCount: ptr uint32;
      pProperties: ptr VkPipelineExecutablePropertiesKHR_1124077717): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineExecutablePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineExecutableStatisticsKHR):
  var vkGetPipelineExecutableStatisticsKHR*: proc(device: VkDevice_1124073944;
      pExecutableInfo: ptr VkPipelineExecutableInfoKHR_1124077721;
      pStatisticCount: ptr uint32;
      pStatistics: ptr VkPipelineExecutableStatisticKHR_1124077729): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineExecutableStatisticsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineExecutableInternalRepresentationsKHR):
  var vkGetPipelineExecutableInternalRepresentationsKHR*: proc(device: VkDevice_1124073944;
      pExecutableInfo: ptr VkPipelineExecutableInfoKHR_1124077721;
      pInternalRepresentationCount: ptr uint32; pInternalRepresentations: ptr VkPipelineExecutableInternalRepresentationKHR_1124077733): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineExecutableInternalRepresentationsKHR" &
        " already exists, not redeclaring")
when not declared(vkMapMemory2KHR):
  proc vkMapMemory2KHR*(device: VkDevice_1124073944;
                        pMemoryMapInfo: ptr VkMemoryMapInfo_1124076251;
                        ppData: ptr pointer): VkResult_1124073995 {.cdecl,
      importc: "vkMapMemory2KHR".}
else:
  static :
    hint("Declaration of " & "vkMapMemory2KHR" &
        " already exists, not redeclaring")
when not declared(vkUnmapMemory2KHR):
  proc vkUnmapMemory2KHR*(device: VkDevice_1124073944;
                          pMemoryUnmapInfo: ptr VkMemoryUnmapInfo_1124076255): VkResult_1124073995 {.
      cdecl, importc: "vkUnmapMemory2KHR".}
else:
  static :
    hint("Declaration of " & "vkUnmapMemory2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR):
  var vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pQualityLevelInfo: ptr VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR_1124077837;
      pQualityLevelProperties: ptr VkVideoEncodeQualityLevelPropertiesKHR_1124077841): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetEncodedVideoSessionParametersKHR):
  var vkGetEncodedVideoSessionParametersKHR*: proc(device: VkDevice_1124073944;
      pVideoSessionParametersInfo: ptr VkVideoEncodeSessionParametersGetInfoKHR_1124077849;
      pFeedbackInfo: ptr VkVideoEncodeSessionParametersFeedbackInfoKHR_1124077853;
      pDataSize: ptr csize_t; pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetEncodedVideoSessionParametersKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdEncodeVideoKHR):
  var vkCmdEncodeVideoKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            pEncodeInfo: ptr VkVideoEncodeInfoKHR_1124077813): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEncodeVideoKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetEvent2KHR):
  proc vkCmdSetEvent2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                          event: VkEvent_1124073966;
                          pDependencyInfo: ptr VkDependencyInfo_1124075941): void {.
      cdecl, importc: "vkCmdSetEvent2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdSetEvent2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdResetEvent2KHR):
  proc vkCmdResetEvent2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                            event: VkEvent_1124073966;
                            stageMask: VkPipelineStageFlags2_1124075873): void {.
      cdecl, importc: "vkCmdResetEvent2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdResetEvent2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdWaitEvents2KHR):
  proc vkCmdWaitEvents2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                            eventCount: uint32; pEvents: ptr VkEvent_1124073966;
                            pDependencyInfos: ptr VkDependencyInfo_1124075941): void {.
      cdecl, importc: "vkCmdWaitEvents2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdWaitEvents2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdPipelineBarrier2KHR):
  proc vkCmdPipelineBarrier2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                                 pDependencyInfo: ptr VkDependencyInfo_1124075941): void {.
      cdecl, importc: "vkCmdPipelineBarrier2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdPipelineBarrier2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteTimestamp2KHR):
  proc vkCmdWriteTimestamp2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                                stage: VkPipelineStageFlags2_1124075873;
                                queryPool: VkQueryPool_1124073956; query: uint32): void {.
      cdecl, importc: "vkCmdWriteTimestamp2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdWriteTimestamp2KHR" &
        " already exists, not redeclaring")
when not declared(vkQueueSubmit2KHR):
  proc vkQueueSubmit2KHR*(queue: VkQueue_1124073946; submitCount: uint32;
                          pSubmits: ptr VkSubmitInfo2_1124075953; fence: VkFence_1124073952): VkResult_1124073995 {.
      cdecl, importc: "vkQueueSubmit2KHR".}
else:
  static :
    hint("Declaration of " & "vkQueueSubmit2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyBuffer2KHR):
  proc vkCmdCopyBuffer2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                            pCopyBufferInfo: ptr VkCopyBufferInfo2_1124075965): void {.
      cdecl, importc: "vkCmdCopyBuffer2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyBuffer2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyImage2KHR):
  proc vkCmdCopyImage2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                           pCopyImageInfo: ptr VkCopyImageInfo2_1124075973): void {.
      cdecl, importc: "vkCmdCopyImage2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyImage2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyBufferToImage2KHR):
  proc vkCmdCopyBufferToImage2KHR*(commandBuffer: VkCommandBuffer_1124073950;
      pCopyBufferToImageInfo: ptr VkCopyBufferToImageInfo2_1124075981): void {.
      cdecl, importc: "vkCmdCopyBufferToImage2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyBufferToImage2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyImageToBuffer2KHR):
  proc vkCmdCopyImageToBuffer2KHR*(commandBuffer: VkCommandBuffer_1124073950;
      pCopyImageToBufferInfo: ptr VkCopyImageToBufferInfo2_1124075985): void {.
      cdecl, importc: "vkCmdCopyImageToBuffer2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdCopyImageToBuffer2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBlitImage2KHR):
  proc vkCmdBlitImage2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                           pBlitImageInfo: ptr VkBlitImageInfo2_1124076085): void {.
      cdecl, importc: "vkCmdBlitImage2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdBlitImage2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdResolveImage2KHR):
  proc vkCmdResolveImage2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                              pResolveImageInfo: ptr VkResolveImageInfo2_1124076093): void {.
      cdecl, importc: "vkCmdResolveImage2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdResolveImage2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdTraceRaysIndirect2KHR):
  proc vkCmdTraceRaysIndirect2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                                   indirectDeviceAddress: VkDeviceAddress_1124073928): void {.
      cdecl, importc: "vkCmdTraceRaysIndirect2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdTraceRaysIndirect2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceBufferMemoryRequirementsKHR):
  var vkGetDeviceBufferMemoryRequirementsKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceBufferMemoryRequirements_1124076005;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceBufferMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceImageMemoryRequirementsKHR):
  var vkGetDeviceImageMemoryRequirementsKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceImageMemoryRequirements_1124076009;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceImageMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceImageSparseMemoryRequirementsKHR):
  var vkGetDeviceImageSparseMemoryRequirementsKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceImageMemoryRequirements_1124076009;
      pSparseMemoryRequirementCount: ptr uint32;
      pSparseMemoryRequirements: ptr VkSparseImageMemoryRequirements2_1124075331): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceImageSparseMemoryRequirementsKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBindIndexBuffer2KHR):
  proc vkCmdBindIndexBuffer2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                                 buffer: VkBuffer_1124073936;
                                 offset: VkDeviceSize_1124073930;
                                 size: VkDeviceSize_1124073930;
                                 indexType: VkIndexType_1124074059): void {.
      cdecl, importc: "vkCmdBindIndexBuffer2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdBindIndexBuffer2KHR" &
        " already exists, not redeclaring")
when not declared(vkGetRenderingAreaGranularityKHR):
  var vkGetRenderingAreaGranularityKHR*: proc(device: VkDevice_1124073944;
      pRenderingAreaInfo: ptr VkRenderingAreaInfo_1124076415;
      pGranularity: ptr VkExtent2D_1124074443): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetRenderingAreaGranularityKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceImageSubresourceLayoutKHR):
  var vkGetDeviceImageSubresourceLayoutKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceImageSubresourceInfo_1124076271;
      pLayout: ptr VkSubresourceLayout2_1124076275): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceImageSubresourceLayoutKHR" &
        " already exists, not redeclaring")
when not declared(vkGetImageSubresourceLayout2KHR):
  proc vkGetImageSubresourceLayout2KHR*(device: VkDevice_1124073944;
                                        image: VkImage_1124073938;
                                        pSubresource: ptr VkImageSubresource2_1124076267;
                                        pLayout: ptr VkSubresourceLayout2_1124076275): void {.
      cdecl, importc: "vkGetImageSubresourceLayout2KHR".}
else:
  static :
    hint("Declaration of " & "vkGetImageSubresourceLayout2KHR" &
        " already exists, not redeclaring")
when not declared(vkWaitForPresent2KHR):
  proc vkWaitForPresent2KHR*(device: VkDevice_1124073944;
                             swapchain: VkSwapchainKHR_1124076507;
                             pPresentWait2Info: ptr VkPresentWait2InfoKHR_1124078047): VkResult_1124073995 {.
      cdecl, importc: "vkWaitForPresent2KHR".}
else:
  static :
    hint("Declaration of " & "vkWaitForPresent2KHR" &
        " already exists, not redeclaring")
when not declared(vkCreatePipelineBinariesKHR):
  var vkCreatePipelineBinariesKHR*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkPipelineBinaryCreateInfoKHR_1124078087;
                                    pAllocator: ptr VkAllocationCallbacks_1124074499;
      pBinaries: ptr VkPipelineBinaryHandlesInfoKHR_1124078103): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreatePipelineBinariesKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroyPipelineBinaryKHR):
  var vkDestroyPipelineBinaryKHR*: proc(device: VkDevice_1124073944;
                                   pipelineBinary: VkPipelineBinaryKHR_1124078055;
                                   pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyPipelineBinaryKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineKeyKHR):
  var vkGetPipelineKeyKHR*: proc(device: VkDevice_1124073944;
                            pPipelineCreateInfo: ptr VkPipelineCreateInfoKHR_1124078083;
                            pPipelineKey: ptr VkPipelineBinaryKeyKHR_1124078071): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineKeyKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineBinaryDataKHR):
  var vkGetPipelineBinaryDataKHR*: proc(device: VkDevice_1124073944;
                                   pInfo: ptr VkPipelineBinaryDataInfoKHR_1124078099;
      pPipelineBinaryKey: ptr VkPipelineBinaryKeyKHR_1124078071;
                                   pPipelineBinaryDataSize: ptr csize_t;
                                   pPipelineBinaryData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineBinaryDataKHR" &
        " already exists, not redeclaring")
when not declared(vkReleaseCapturedPipelineDataKHR):
  var vkReleaseCapturedPipelineDataKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkReleaseCapturedPipelineDataInfoKHR_1124078095;
      pAllocator: ptr VkAllocationCallbacks_1124074499): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkReleaseCapturedPipelineDataKHR" &
        " already exists, not redeclaring")
when not declared(vkReleaseSwapchainImagesKHR):
  var vkReleaseSwapchainImagesKHR*: proc(device: VkDevice_1124073944; pReleaseInfo: ptr VkReleaseSwapchainImagesInfoKHR_1124078161): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkReleaseSwapchainImagesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR):
  var vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkCooperativeMatrixPropertiesKHR_1124078175): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLineStippleKHR):
  var vkCmdSetLineStippleKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               lineStippleFactor: uint32;
                               lineStipplePattern: uint16): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetLineStippleKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceCalibrateableTimeDomainsKHR):
  var vkGetPhysicalDeviceCalibrateableTimeDomainsKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pTimeDomainCount: ptr uint32;
      pTimeDomains: ptr VkTimeDomainKHR_1124078379): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR" &
        " already exists, not redeclaring")
when not declared(vkGetCalibratedTimestampsKHR):
  var vkGetCalibratedTimestampsKHR*: proc(device: VkDevice_1124073944;
                                     timestampCount: uint32; pTimestampInfos: ptr VkCalibratedTimestampInfoKHR_1124078383;
                                     pTimestamps: ptr uint64;
                                     pMaxDeviation: ptr uint64): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetCalibratedTimestampsKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBindDescriptorSets2KHR):
  proc vkCmdBindDescriptorSets2KHR*(commandBuffer: VkCommandBuffer_1124073950;
      pBindDescriptorSetsInfo: ptr VkBindDescriptorSetsInfo_1124076355): void {.
      cdecl, importc: "vkCmdBindDescriptorSets2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdBindDescriptorSets2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdPushConstants2KHR):
  proc vkCmdPushConstants2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                               pPushConstantsInfo: ptr VkPushConstantsInfo_1124076359): void {.
      cdecl, importc: "vkCmdPushConstants2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdPushConstants2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSet2KHR):
  proc vkCmdPushDescriptorSet2KHR*(commandBuffer: VkCommandBuffer_1124073950;
      pPushDescriptorSetInfo: ptr VkPushDescriptorSetInfo_1124076363): void {.
      cdecl, importc: "vkCmdPushDescriptorSet2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSet2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdPushDescriptorSetWithTemplate2KHR):
  proc vkCmdPushDescriptorSetWithTemplate2KHR*(commandBuffer: VkCommandBuffer_1124073950;
      pPushDescriptorSetWithTemplateInfo: ptr VkPushDescriptorSetWithTemplateInfo_1124076367): void {.
      cdecl, importc: "vkCmdPushDescriptorSetWithTemplate2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdPushDescriptorSetWithTemplate2KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDescriptorBufferOffsets2EXT):
  proc vkCmdSetDescriptorBufferOffsets2EXT*(commandBuffer: VkCommandBuffer_1124073950;
      pSetDescriptorBufferOffsetsInfo: ptr VkSetDescriptorBufferOffsetsInfoEXT_1124078407): void {.
      cdecl, importc: "vkCmdSetDescriptorBufferOffsets2EXT".}
else:
  static :
    hint("Declaration of " & "vkCmdSetDescriptorBufferOffsets2EXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindDescriptorBufferEmbeddedSamplers2EXT):
  proc vkCmdBindDescriptorBufferEmbeddedSamplers2EXT*(
      commandBuffer: VkCommandBuffer_1124073950;
      pBindDescriptorBufferEmbeddedSamplersInfo: ptr VkBindDescriptorBufferEmbeddedSamplersInfoEXT_1124078411): void {.
      cdecl, importc: "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT".}
else:
  static :
    hint("Declaration of " & "vkCmdBindDescriptorBufferEmbeddedSamplers2EXT" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMemoryIndirectKHR):
  var vkCmdCopyMemoryIndirectKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pCopyMemoryIndirectInfo: ptr VkCopyMemoryIndirectInfoKHR_1124078441): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMemoryIndirectKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMemoryToImageIndirectKHR):
  var vkCmdCopyMemoryToImageIndirectKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pCopyMemoryToImageIndirectInfo: ptr VkCopyMemoryToImageIndirectInfoKHR_1124078449): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMemoryToImageIndirectKHR" &
        " already exists, not redeclaring")
when not declared(VK_ACCESS_3_NONE_KHR):
  var VK_ACCESS_3_NONE_KHR*: VkAccessFlagBits3KHR_1124078559
else:
  static :
    hint("Declaration of " & "VK_ACCESS_3_NONE_KHR" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRendering2KHR):
  proc vkCmdEndRendering2KHR*(commandBuffer: VkCommandBuffer_1124073950;
                              pRenderingEndInfo: ptr VkRenderingEndInfoKHR_1124078643): void {.
      cdecl, importc: "vkCmdEndRendering2KHR".}
else:
  static :
    hint("Declaration of " & "vkCmdEndRendering2KHR" &
        " already exists, not redeclaring")
when not declared(vkCreateDebugReportCallbackEXT):
  var vkCreateDebugReportCallbackEXT*: proc(instance: VkInstance_1124073940;
      pCreateInfo: ptr VkDebugReportCallbackCreateInfoEXT_1124078671;
                                       pAllocator: ptr VkAllocationCallbacks_1124074499;
                                       pCallback: ptr VkDebugReportCallbackEXT_1124078655): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDebugReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyDebugReportCallbackEXT):
  var vkDestroyDebugReportCallbackEXT*: proc(instance: VkInstance_1124073940;
                                        callback: VkDebugReportCallbackEXT_1124078655;
                                        pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyDebugReportCallbackEXT" &
        " already exists, not redeclaring")
when not declared(vkDebugReportMessageEXT):
  var vkDebugReportMessageEXT*: proc(instance: VkInstance_1124073940;
                                flags: VkDebugReportFlagsEXT_1124078665;
                                objectType: VkDebugReportObjectTypeEXT_1124078659;
                                object_arg: uint64; location: csize_t;
                                messageCode: int32; pLayerPrefix: cstring;
                                pMessage: cstring): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDebugReportMessageEXT" &
        " already exists, not redeclaring")
when not declared(vkDebugMarkerSetObjectTagEXT):
  var vkDebugMarkerSetObjectTagEXT*: proc(device: VkDevice_1124073944; pTagInfo: ptr VkDebugMarkerObjectTagInfoEXT_1124078693): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDebugMarkerSetObjectTagEXT" &
        " already exists, not redeclaring")
when not declared(vkDebugMarkerSetObjectNameEXT):
  var vkDebugMarkerSetObjectNameEXT*: proc(device: VkDevice_1124073944; pNameInfo: ptr VkDebugMarkerObjectNameInfoEXT_1124078689): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDebugMarkerSetObjectNameEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDebugMarkerBeginEXT):
  var vkCmdDebugMarkerBeginEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 pMarkerInfo: ptr VkDebugMarkerMarkerInfoEXT_1124078697): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDebugMarkerBeginEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDebugMarkerEndEXT):
  var vkCmdDebugMarkerEndEXT*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDebugMarkerEndEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDebugMarkerInsertEXT):
  var vkCmdDebugMarkerInsertEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  pMarkerInfo: ptr VkDebugMarkerMarkerInfoEXT_1124078697): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDebugMarkerInsertEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindTransformFeedbackBuffersEXT):
  var vkCmdBindTransformFeedbackBuffersEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      firstBinding: uint32; bindingCount: uint32; pBuffers: ptr VkBuffer_1124073936;
      pOffsets: ptr VkDeviceSize_1124073930; pSizes: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBindTransformFeedbackBuffersEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginTransformFeedbackEXT):
  var vkCmdBeginTransformFeedbackEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       firstCounterBuffer: uint32;
                                       counterBufferCount: uint32;
                                       pCounterBuffers: ptr VkBuffer_1124073936;
                                       pCounterBufferOffsets: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginTransformFeedbackEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdEndTransformFeedbackEXT):
  var vkCmdEndTransformFeedbackEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     firstCounterBuffer: uint32;
                                     counterBufferCount: uint32;
                                     pCounterBuffers: ptr VkBuffer_1124073936;
                                     pCounterBufferOffsets: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndTransformFeedbackEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginQueryIndexedEXT):
  var vkCmdBeginQueryIndexedEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  queryPool: VkQueryPool_1124073956;
                                  query: uint32; flags: VkQueryControlFlags_1124074305;
                                  index: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBeginQueryIndexedEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdEndQueryIndexedEXT):
  var vkCmdEndQueryIndexedEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                queryPool: VkQueryPool_1124073956;
                                query: uint32; index: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdEndQueryIndexedEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndirectByteCountEXT):
  var vkCmdDrawIndirectByteCountEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      instanceCount: uint32;
                                      firstInstance: uint32;
                                      counterBuffer: VkBuffer_1124073936;
                                      counterBufferOffset: VkDeviceSize_1124073930;
                                      counterOffset: uint32;
                                      vertexStride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndirectByteCountEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateCuModuleNVX):
  var vkCreateCuModuleNVX*: proc(device: VkDevice_1124073944;
                            pCreateInfo: ptr VkCuModuleCreateInfoNVX_1124078753;
                            pAllocator: ptr VkAllocationCallbacks_1124074499;
                            pModule: ptr VkCuModuleNVX_1124078747): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateCuModuleNVX" &
        " already exists, not redeclaring")
when not declared(vkCreateCuFunctionNVX):
  var vkCreateCuFunctionNVX*: proc(device: VkDevice_1124073944;
                              pCreateInfo: ptr VkCuFunctionCreateInfoNVX_1124078761;
                              pAllocator: ptr VkAllocationCallbacks_1124074499;
                              pFunction: ptr VkCuFunctionNVX_1124078749): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateCuFunctionNVX" &
        " already exists, not redeclaring")
when not declared(vkDestroyCuModuleNVX):
  var vkDestroyCuModuleNVX*: proc(device: VkDevice_1124073944; module: VkCuModuleNVX_1124078747;
                             pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyCuModuleNVX" &
        " already exists, not redeclaring")
when not declared(vkDestroyCuFunctionNVX):
  var vkDestroyCuFunctionNVX*: proc(device: VkDevice_1124073944;
                               function: VkCuFunctionNVX_1124078749;
                               pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyCuFunctionNVX" &
        " already exists, not redeclaring")
when not declared(vkCmdCuLaunchKernelNVX):
  var vkCmdCuLaunchKernelNVX*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               pLaunchInfo: ptr VkCuLaunchInfoNVX_1124078765): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCuLaunchKernelNVX" &
        " already exists, not redeclaring")
when not declared(vkGetImageViewHandleNVX):
  var vkGetImageViewHandleNVX*: proc(device: VkDevice_1124073944;
                                pInfo: ptr VkImageViewHandleInfoNVX_1124078779): uint32 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetImageViewHandleNVX" &
        " already exists, not redeclaring")
when not declared(vkGetImageViewHandle64NVX):
  proc vkGetImageViewHandle64NVX*(device: VkDevice_1124073944;
                                  pInfo: ptr VkImageViewHandleInfoNVX_1124078779): uint64 {.
      cdecl, importc: "vkGetImageViewHandle64NVX".}
else:
  static :
    hint("Declaration of " & "vkGetImageViewHandle64NVX" &
        " already exists, not redeclaring")
when not declared(vkGetImageViewAddressNVX):
  var vkGetImageViewAddressNVX*: proc(device: VkDevice_1124073944;
                                 imageView: VkImageView_1124073958; pProperties: ptr VkImageViewAddressPropertiesNVX_1124078783): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetImageViewAddressNVX" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndirectCountAMD):
  var vkCmdDrawIndirectCountAMD*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  buffer: VkBuffer_1124073936;
                                  offset: VkDeviceSize_1124073930;
                                  countBuffer: VkBuffer_1124073936;
                                  countBufferOffset: VkDeviceSize_1124073930;
                                  maxDrawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndirectCountAMD" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawIndexedIndirectCountAMD):
  var vkCmdDrawIndexedIndirectCountAMD*: proc(commandBuffer: VkCommandBuffer_1124073950;
      buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
      countBuffer: VkBuffer_1124073936; countBufferOffset: VkDeviceSize_1124073930;
      maxDrawCount: uint32; stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawIndexedIndirectCountAMD" &
        " already exists, not redeclaring")
when not declared(vkGetShaderInfoAMD):
  var vkGetShaderInfoAMD*: proc(device: VkDevice_1124073944; pipeline: VkPipeline_1124073983;
                           shaderStage: VkShaderStageFlagBits_1124074343;
                           infoType: VkShaderInfoTypeAMD_1124078801;
                           pInfoSize: ptr csize_t; pInfo: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetShaderInfoAMD" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalImageFormatPropertiesNV):
  var vkGetPhysicalDeviceExternalImageFormatPropertiesNV*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; format: VkFormat_1124074023;
      type_arg: VkImageType_1124074031; tiling: VkImageTiling_1124074027;
      usage: VkImageUsageFlags_1124074175; flags: VkImageCreateFlags_1124074163;
      externalHandleType: VkExternalMemoryHandleTypeFlagsNV_1124078821;
      pExternalImageFormatProperties: ptr VkExternalImageFormatPropertiesNV_1124078831): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceExternalImageFormatPropertiesNV" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginConditionalRenderingEXT):
  var vkCmdBeginConditionalRenderingEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pConditionalRenderingBegin: ptr VkConditionalRenderingBeginInfoEXT_1124078879): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginConditionalRenderingEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdEndConditionalRenderingEXT):
  var vkCmdEndConditionalRenderingEXT*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndConditionalRenderingEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewportWScalingNV):
  var vkCmdSetViewportWScalingNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   firstViewport: uint32; viewportCount: uint32;
                                   pViewportWScalings: ptr VkViewportWScalingNV_1124078895): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewportWScalingNV" &
        " already exists, not redeclaring")
when not declared(vkReleaseDisplayEXT):
  var vkReleaseDisplayEXT*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                            display: VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkReleaseDisplayEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfaceCapabilities2EXT):
  proc vkGetPhysicalDeviceSurfaceCapabilities2EXT*(
      physicalDevice: VkPhysicalDevice_1124073942; surface: VkSurfaceKHR_1124076467;
      pSurfaceCapabilities: ptr VkSurfaceCapabilities2EXT_1124078913): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceSurfaceCapabilities2EXT".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfaceCapabilities2EXT" &
        " already exists, not redeclaring")
when not declared(vkDisplayPowerControlEXT):
  var vkDisplayPowerControlEXT*: proc(device: VkDevice_1124073944;
                                 display: VkDisplayKHR_1124076571;
                                 pDisplayPowerInfo: ptr VkDisplayPowerInfoEXT_1124078931): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDisplayPowerControlEXT" &
        " already exists, not redeclaring")
when not declared(vkRegisterDeviceEventEXT):
  var vkRegisterDeviceEventEXT*: proc(device: VkDevice_1124073944;
                                 pDeviceEventInfo: ptr VkDeviceEventInfoEXT_1124078935;
                                 pAllocator: ptr VkAllocationCallbacks_1124074499;
                                 pFence: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkRegisterDeviceEventEXT" &
        " already exists, not redeclaring")
when not declared(vkRegisterDisplayEventEXT):
  var vkRegisterDisplayEventEXT*: proc(device: VkDevice_1124073944;
                                  display: VkDisplayKHR_1124076571;
                                  pDisplayEventInfo: ptr VkDisplayEventInfoEXT_1124078939;
                                  pAllocator: ptr VkAllocationCallbacks_1124074499;
                                  pFence: ptr VkFence_1124073952): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkRegisterDisplayEventEXT" &
        " already exists, not redeclaring")
when not declared(vkGetSwapchainCounterEXT):
  var vkGetSwapchainCounterEXT*: proc(device: VkDevice_1124073944;
                                 swapchain: VkSwapchainKHR_1124076507;
                                 counter: VkSurfaceCounterFlagBitsEXT_1124078907;
                                 pCounterValue: ptr uint64): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetSwapchainCounterEXT" &
        " already exists, not redeclaring")
when not declared(vkGetRefreshCycleDurationGOOGLE):
  var vkGetRefreshCycleDurationGOOGLE*: proc(device: VkDevice_1124073944;
                                        swapchain: VkSwapchainKHR_1124076507;
      pDisplayTimingProperties: ptr VkRefreshCycleDurationGOOGLE_1124078955): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetRefreshCycleDurationGOOGLE" &
        " already exists, not redeclaring")
when not declared(vkGetPastPresentationTimingGOOGLE):
  var vkGetPastPresentationTimingGOOGLE*: proc(device: VkDevice_1124073944;
      swapchain: VkSwapchainKHR_1124076507;
      pPresentationTimingCount: ptr uint32;
      pPresentationTimings: ptr VkPastPresentationTimingGOOGLE_1124078959): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPastPresentationTimingGOOGLE" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDiscardRectangleEXT):
  var vkCmdSetDiscardRectangleEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    firstDiscardRectangle: uint32;
                                    discardRectangleCount: uint32;
                                    pDiscardRectangles: ptr VkRect2D_1124074459): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDiscardRectangleEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDiscardRectangleEnableEXT):
  var vkCmdSetDiscardRectangleEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      discardRectangleEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetDiscardRectangleEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDiscardRectangleModeEXT):
  var vkCmdSetDiscardRectangleModeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      discardRectangleMode: VkDiscardRectangleModeEXT_1124078997): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetDiscardRectangleModeEXT" &
        " already exists, not redeclaring")
when not declared(vkSetHdrMetadataEXT):
  var vkSetHdrMetadataEXT*: proc(device: VkDevice_1124073944; swapchainCount: uint32;
                            pSwapchains: ptr VkSwapchainKHR_1124076507;
                            pMetadata: ptr VkHdrMetadataEXT_1124079045): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetHdrMetadataEXT" &
        " already exists, not redeclaring")
when not declared(vkSetDebugUtilsObjectNameEXT):
  var vkSetDebugUtilsObjectNameEXT*: proc(device: VkDevice_1124073944; pNameInfo: ptr VkDebugUtilsObjectNameInfoEXT_1124079077): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetDebugUtilsObjectNameEXT" &
        " already exists, not redeclaring")
when not declared(vkSetDebugUtilsObjectTagEXT):
  var vkSetDebugUtilsObjectTagEXT*: proc(device: VkDevice_1124073944;
                                    pTagInfo: ptr VkDebugUtilsObjectTagInfoEXT_1124079091): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetDebugUtilsObjectTagEXT" &
        " already exists, not redeclaring")
when not declared(vkQueueBeginDebugUtilsLabelEXT):
  var vkQueueBeginDebugUtilsLabelEXT*: proc(queue: VkQueue_1124073946;
                                       pLabelInfo: ptr VkDebugUtilsLabelEXT_1124079073): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueueBeginDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(vkQueueEndDebugUtilsLabelEXT):
  var vkQueueEndDebugUtilsLabelEXT*: proc(queue: VkQueue_1124073946): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkQueueEndDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(vkQueueInsertDebugUtilsLabelEXT):
  var vkQueueInsertDebugUtilsLabelEXT*: proc(queue: VkQueue_1124073946;
                                        pLabelInfo: ptr VkDebugUtilsLabelEXT_1124079073): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueueInsertDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginDebugUtilsLabelEXT):
  var vkCmdBeginDebugUtilsLabelEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     pLabelInfo: ptr VkDebugUtilsLabelEXT_1124079073): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdEndDebugUtilsLabelEXT):
  var vkCmdEndDebugUtilsLabelEXT*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdInsertDebugUtilsLabelEXT):
  var vkCmdInsertDebugUtilsLabelEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      pLabelInfo: ptr VkDebugUtilsLabelEXT_1124079073): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdInsertDebugUtilsLabelEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateDebugUtilsMessengerEXT):
  var vkCreateDebugUtilsMessengerEXT*: proc(instance: VkInstance_1124073940;
      pCreateInfo: ptr VkDebugUtilsMessengerCreateInfoEXT_1124079087;
                                       pAllocator: ptr VkAllocationCallbacks_1124074499;
                                       pMessenger: ptr VkDebugUtilsMessengerEXT_1124079053): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDebugUtilsMessengerEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyDebugUtilsMessengerEXT):
  var vkDestroyDebugUtilsMessengerEXT*: proc(instance: VkInstance_1124073940;
                                        messenger: VkDebugUtilsMessengerEXT_1124079053;
                                        pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyDebugUtilsMessengerEXT" &
        " already exists, not redeclaring")
when not declared(vkSubmitDebugUtilsMessageEXT):
  var vkSubmitDebugUtilsMessageEXT*: proc(instance: VkInstance_1124073940;
      messageSeverity: VkDebugUtilsMessageSeverityFlagBitsEXT_1124079059;
      messageTypes: VkDebugUtilsMessageTypeFlagsEXT_1124079065; pCallbackData: ptr VkDebugUtilsMessengerCallbackDataEXT_1124079081): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSubmitDebugUtilsMessageEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetSampleLocationsEXT):
  var vkCmdSetSampleLocationsEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pSampleLocationsInfo: ptr VkSampleLocationsInfoEXT_1124079139): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetSampleLocationsEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceMultisamplePropertiesEXT):
  var vkGetPhysicalDeviceMultisamplePropertiesEXT*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      samples: VkSampleCountFlagBits_1124074167;
      pMultisampleProperties: ptr VkMultisamplePropertiesEXT_1124079163): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceMultisamplePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkGetImageDrmFormatModifierPropertiesEXT):
  var vkGetImageDrmFormatModifierPropertiesEXT*: proc(device: VkDevice_1124073944;
      image: VkImage_1124073938;
      pProperties: ptr VkImageDrmFormatModifierPropertiesEXT_1124079233): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetImageDrmFormatModifierPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateValidationCacheEXT):
  var vkCreateValidationCacheEXT*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkValidationCacheCreateInfoEXT_1124079255;
                                   pAllocator: ptr VkAllocationCallbacks_1124074499;
                                   pValidationCache: ptr VkValidationCacheEXT_1124079245): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateValidationCacheEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyValidationCacheEXT):
  var vkDestroyValidationCacheEXT*: proc(device: VkDevice_1124073944;
                                    validationCache: VkValidationCacheEXT_1124079245;
                                    pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyValidationCacheEXT" &
        " already exists, not redeclaring")
when not declared(vkMergeValidationCachesEXT):
  var vkMergeValidationCachesEXT*: proc(device: VkDevice_1124073944;
                                   dstCache: VkValidationCacheEXT_1124079245;
                                   srcCacheCount: uint32;
                                   pSrcCaches: ptr VkValidationCacheEXT_1124079245): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkMergeValidationCachesEXT" &
        " already exists, not redeclaring")
when not declared(vkGetValidationCacheDataEXT):
  var vkGetValidationCacheDataEXT*: proc(device: VkDevice_1124073944;
                                    validationCache: VkValidationCacheEXT_1124079245;
                                    pDataSize: ptr csize_t; pData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetValidationCacheDataEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindShadingRateImageNV):
  var vkCmdBindShadingRateImageNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    imageView: VkImageView_1124073958;
                                    imageLayout: VkImageLayout_1124074003): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBindShadingRateImageNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewportShadingRatePaletteNV):
  var vkCmdSetViewportShadingRatePaletteNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      firstViewport: uint32; viewportCount: uint32;
      pShadingRatePalettes: ptr VkShadingRatePaletteNV_1124079293): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewportShadingRatePaletteNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoarseSampleOrderNV):
  var vkCmdSetCoarseSampleOrderNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    sampleOrderType: VkCoarseSampleOrderTypeNV_1124079289;
                                    customSampleOrderCount: uint32;
      pCustomSampleOrders: ptr VkCoarseSampleOrderCustomNV_1124079313): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoarseSampleOrderNV" &
        " already exists, not redeclaring")
when not declared(vkCreateAccelerationStructureNV):
  var vkCreateAccelerationStructureNV*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkAccelerationStructureCreateInfoNV_1124079415;
                                        pAllocator: ptr VkAllocationCallbacks_1124074499;
      pAccelerationStructure: ptr VkAccelerationStructureNV_1124079325): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(vkDestroyAccelerationStructureNV):
  var vkDestroyAccelerationStructureNV*: proc(device: VkDevice_1124073944;
      accelerationStructure: VkAccelerationStructureNV_1124079325;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(vkGetAccelerationStructureMemoryRequirementsNV):
  var vkGetAccelerationStructureMemoryRequirementsNV*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkAccelerationStructureMemoryRequirementsInfoNV_1124079427;
      pMemoryRequirements: ptr VkMemoryRequirements2KHR_1124077465): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetAccelerationStructureMemoryRequirementsNV" &
        " already exists, not redeclaring")
when not declared(vkBindAccelerationStructureMemoryNV):
  var vkBindAccelerationStructureMemoryNV*: proc(device: VkDevice_1124073944;
      bindInfoCount: uint32;
      pBindInfos: ptr VkBindAccelerationStructureMemoryInfoNV_1124079419): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindAccelerationStructureMemoryNV" &
        " already exists, not redeclaring")
when not declared(vkCmdBuildAccelerationStructureNV):
  var vkCmdBuildAccelerationStructureNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pInfo: ptr VkAccelerationStructureInfoNV_1124079411;
      instanceData: VkBuffer_1124073936; instanceOffset: VkDeviceSize_1124073930;
      update: VkBool32_1124073926; dst: VkAccelerationStructureNV_1124079325;
      src: VkAccelerationStructureNV_1124079325; scratch: VkBuffer_1124073936;
      scratchOffset: VkDeviceSize_1124073930): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBuildAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyAccelerationStructureNV):
  var vkCmdCopyAccelerationStructureNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      dst: VkAccelerationStructureNV_1124079325; src: VkAccelerationStructureNV_1124079325;
      mode: VkCopyAccelerationStructureModeKHR_1124079347): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdCopyAccelerationStructureNV" &
        " already exists, not redeclaring")
when not declared(vkCmdTraceRaysNV):
  var vkCmdTraceRaysNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                         raygenShaderBindingTableBuffer: VkBuffer_1124073936;
                         raygenShaderBindingOffset: VkDeviceSize_1124073930;
                         missShaderBindingTableBuffer: VkBuffer_1124073936;
                         missShaderBindingOffset: VkDeviceSize_1124073930;
                         missShaderBindingStride: VkDeviceSize_1124073930;
                         hitShaderBindingTableBuffer: VkBuffer_1124073936;
                         hitShaderBindingOffset: VkDeviceSize_1124073930;
                         hitShaderBindingStride: VkDeviceSize_1124073930;
                         callableShaderBindingTableBuffer: VkBuffer_1124073936;
                         callableShaderBindingOffset: VkDeviceSize_1124073930;
                         callableShaderBindingStride: VkDeviceSize_1124073930;
                         width: uint32; height: uint32; depth: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdTraceRaysNV" &
        " already exists, not redeclaring")
when not declared(vkCreateRayTracingPipelinesNV):
  var vkCreateRayTracingPipelinesNV*: proc(device: VkDevice_1124073944;
                                      pipelineCache: VkPipelineCache_1124073972;
                                      createInfoCount: uint32; pCreateInfos: ptr VkRayTracingPipelineCreateInfoNV_1124079391;
                                      pAllocator: ptr VkAllocationCallbacks_1124074499;
                                      pPipelines: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateRayTracingPipelinesNV" &
        " already exists, not redeclaring")
when not declared(vkGetRayTracingShaderGroupHandlesKHR):
  var vkGetRayTracingShaderGroupHandlesKHR*: proc(device: VkDevice_1124073944;
      pipeline: VkPipeline_1124073983; firstGroup: uint32; groupCount: uint32;
      dataSize: csize_t; pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetRayTracingShaderGroupHandlesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetRayTracingShaderGroupHandlesNV):
  var vkGetRayTracingShaderGroupHandlesNV*: proc(device: VkDevice_1124073944;
      pipeline: VkPipeline_1124073983; firstGroup: uint32; groupCount: uint32;
      dataSize: csize_t; pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetRayTracingShaderGroupHandlesNV" &
        " already exists, not redeclaring")
when not declared(vkGetAccelerationStructureHandleNV):
  var vkGetAccelerationStructureHandleNV*: proc(device: VkDevice_1124073944;
      accelerationStructure: VkAccelerationStructureNV_1124079325;
      dataSize: csize_t; pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetAccelerationStructureHandleNV" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteAccelerationStructuresPropertiesNV):
  var vkCmdWriteAccelerationStructuresPropertiesNV*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      accelerationStructureCount: uint32;
      pAccelerationStructures: ptr VkAccelerationStructureNV_1124079325;
      queryType: VkQueryType_1124074039; queryPool: VkQueryPool_1124073956;
      firstQuery: uint32): void {.cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdWriteAccelerationStructuresPropertiesNV" &
        " already exists, not redeclaring")
when not declared(vkCompileDeferredNV):
  var vkCompileDeferredNV*: proc(device: VkDevice_1124073944; pipeline: VkPipeline_1124073983;
                            shader: uint32): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCompileDeferredNV" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryHostPointerPropertiesEXT):
  var vkGetMemoryHostPointerPropertiesEXT*: proc(device: VkDevice_1124073944;
      handleType: VkExternalMemoryHandleTypeFlagBits_1124075211;
      pHostPointer: pointer;
      pMemoryHostPointerProperties: ptr VkMemoryHostPointerPropertiesEXT_1124079503): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetMemoryHostPointerPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteBufferMarkerAMD):
  var vkCmdWriteBufferMarkerAMD*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  pipelineStage: VkPipelineStageFlagBits_1124074211;
                                  dstBuffer: VkBuffer_1124073936;
                                  dstOffset: VkDeviceSize_1124073930;
                                  marker: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdWriteBufferMarkerAMD" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteBufferMarker2AMD):
  proc vkCmdWriteBufferMarker2AMD*(commandBuffer: VkCommandBuffer_1124073950;
                                   stage: VkPipelineStageFlags2_1124075873;
                                   dstBuffer: VkBuffer_1124073936;
                                   dstOffset: VkDeviceSize_1124073930;
                                   marker: uint32): void {.cdecl,
      importc: "vkCmdWriteBufferMarker2AMD".}
else:
  static :
    hint("Declaration of " & "vkCmdWriteBufferMarker2AMD" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceCalibrateableTimeDomainsEXT):
  var vkGetPhysicalDeviceCalibrateableTimeDomainsEXT*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pTimeDomainCount: ptr uint32;
      pTimeDomains: ptr VkTimeDomainKHR_1124078379): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT" &
        " already exists, not redeclaring")
when not declared(vkGetCalibratedTimestampsEXT):
  var vkGetCalibratedTimestampsEXT*: proc(device: VkDevice_1124073944;
                                     timestampCount: uint32; pTimestampInfos: ptr VkCalibratedTimestampInfoKHR_1124078383;
                                     pTimestamps: ptr uint64;
                                     pMaxDeviation: ptr uint64): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetCalibratedTimestampsEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMeshTasksNV):
  var vkCmdDrawMeshTasksNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             taskCount: uint32; firstTask: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMeshTasksNV" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMeshTasksIndirectNV):
  var vkCmdDrawMeshTasksIndirectNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     buffer: VkBuffer_1124073936;
                                     offset: VkDeviceSize_1124073930;
                                     drawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMeshTasksIndirectNV" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMeshTasksIndirectCountNV):
  var vkCmdDrawMeshTasksIndirectCountNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
      countBuffer: VkBuffer_1124073936; countBufferOffset: VkDeviceSize_1124073930;
      maxDrawCount: uint32; stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMeshTasksIndirectCountNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetExclusiveScissorEnableNV):
  var vkCmdSetExclusiveScissorEnableNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      firstExclusiveScissor: uint32; exclusiveScissorCount: uint32;
      pExclusiveScissorEnables: ptr VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetExclusiveScissorEnableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetExclusiveScissorNV):
  var vkCmdSetExclusiveScissorNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   firstExclusiveScissor: uint32;
                                   exclusiveScissorCount: uint32;
                                   pExclusiveScissors: ptr VkRect2D_1124074459): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetExclusiveScissorNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCheckpointNV):
  var vkCmdSetCheckpointNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             pCheckpointMarker: pointer): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetCheckpointNV" &
        " already exists, not redeclaring")
when not declared(vkGetQueueCheckpointDataNV):
  var vkGetQueueCheckpointDataNV*: proc(queue: VkQueue_1124073946;
                                   pCheckpointDataCount: ptr uint32;
                                   pCheckpointData: ptr VkCheckpointDataNV_1124079607): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetQueueCheckpointDataNV" &
        " already exists, not redeclaring")
when not declared(vkGetQueueCheckpointData2NV):
  proc vkGetQueueCheckpointData2NV*(queue: VkQueue_1124073946;
                                    pCheckpointDataCount: ptr uint32;
                                    pCheckpointData: ptr VkCheckpointData2NV_1124079615): void {.
      cdecl, importc: "vkGetQueueCheckpointData2NV".}
else:
  static :
    hint("Declaration of " & "vkGetQueueCheckpointData2NV" &
        " already exists, not redeclaring")
when not declared(vkInitializePerformanceApiINTEL):
  var vkInitializePerformanceApiINTEL*: proc(device: VkDevice_1124073944;
      pInitializeInfo: ptr VkInitializePerformanceApiInfoINTEL_1124079659): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkInitializePerformanceApiINTEL" &
        " already exists, not redeclaring")
when not declared(vkUninitializePerformanceApiINTEL):
  var vkUninitializePerformanceApiINTEL*: proc(device: VkDevice_1124073944): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkUninitializePerformanceApiINTEL" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPerformanceMarkerINTEL):
  var vkCmdSetPerformanceMarkerINTEL*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pMarkerInfo: ptr VkPerformanceMarkerInfoINTEL_1124079669): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPerformanceMarkerINTEL" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPerformanceStreamMarkerINTEL):
  var vkCmdSetPerformanceStreamMarkerINTEL*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pMarkerInfo: ptr VkPerformanceStreamMarkerInfoINTEL_1124079673): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPerformanceStreamMarkerINTEL" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPerformanceOverrideINTEL):
  var vkCmdSetPerformanceOverrideINTEL*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pOverrideInfo: ptr VkPerformanceOverrideInfoINTEL_1124079677): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPerformanceOverrideINTEL" &
        " already exists, not redeclaring")
when not declared(vkAcquirePerformanceConfigurationINTEL):
  var vkAcquirePerformanceConfigurationINTEL*: proc(device: VkDevice_1124073944;
      pAcquireInfo: ptr VkPerformanceConfigurationAcquireInfoINTEL_1124079681;
      pConfiguration: ptr VkPerformanceConfigurationINTEL_1124079627): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAcquirePerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(vkReleasePerformanceConfigurationINTEL):
  var vkReleasePerformanceConfigurationINTEL*: proc(device: VkDevice_1124073944;
      configuration: VkPerformanceConfigurationINTEL_1124079627): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkReleasePerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(vkQueueSetPerformanceConfigurationINTEL):
  var vkQueueSetPerformanceConfigurationINTEL*: proc(queue: VkQueue_1124073946;
      configuration: VkPerformanceConfigurationINTEL_1124079627): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueueSetPerformanceConfigurationINTEL" &
        " already exists, not redeclaring")
when not declared(vkGetPerformanceParameterINTEL):
  var vkGetPerformanceParameterINTEL*: proc(device: VkDevice_1124073944; parameter: VkPerformanceParameterTypeINTEL_1124079643;
                                       pValue: ptr VkPerformanceValueINTEL_1124079655): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPerformanceParameterINTEL" &
        " already exists, not redeclaring")
when not declared(vkSetLocalDimmingAMD):
  var vkSetLocalDimmingAMD*: proc(device: VkDevice_1124073944;
                             swapChain: VkSwapchainKHR_1124076507;
                             localDimmingEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetLocalDimmingAMD" &
        " already exists, not redeclaring")
when not declared(vkGetBufferDeviceAddressEXT):
  var vkGetBufferDeviceAddressEXT*: proc(device: VkDevice_1124073944;
                                    pInfo: ptr VkBufferDeviceAddressInfo_1124075697): VkDeviceAddress_1124073928 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetBufferDeviceAddressEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceToolPropertiesEXT):
  var vkGetPhysicalDeviceToolPropertiesEXT*: proc(physicalDevice: VkPhysicalDevice_1124073942;
      pToolCount: ptr uint32;
      pToolProperties: ptr VkPhysicalDeviceToolProperties_1124075913): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceToolPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceCooperativeMatrixPropertiesNV):
  var vkGetPhysicalDeviceCooperativeMatrixPropertiesNV*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkCooperativeMatrixPropertiesNV_1124079815): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV):
  var vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pCombinationCount: ptr uint32;
      pCombinations: ptr VkFramebufferMixedSamplesCombinationNV_1124079843): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV" &
        " already exists, not redeclaring")
when not declared(vkCreateHeadlessSurfaceEXT):
  var vkCreateHeadlessSurfaceEXT*: proc(instance: VkInstance_1124073940; pCreateInfo: ptr VkHeadlessSurfaceCreateInfoEXT_1124079875;
                                   pAllocator: ptr VkAllocationCallbacks_1124074499;
                                   pSurface: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateHeadlessSurfaceEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLineStippleEXT):
  var vkCmdSetLineStippleEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               lineStippleFactor: uint32;
                               lineStipplePattern: uint16): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetLineStippleEXT" &
        " already exists, not redeclaring")
when not declared(vkResetQueryPoolEXT):
  var vkResetQueryPoolEXT*: proc(device: VkDevice_1124073944; queryPool: VkQueryPool_1124073956;
                            firstQuery: uint32; queryCount: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkResetQueryPoolEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCullModeEXT):
  var vkCmdSetCullModeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            cullMode: VkCullModeFlags_1124074383): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetCullModeEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetFrontFaceEXT):
  var vkCmdSetFrontFaceEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             frontFace: VkFrontFace_1124074107): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetFrontFaceEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPrimitiveTopologyEXT):
  var vkCmdSetPrimitiveTopologyEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     primitiveTopology: VkPrimitiveTopology_1124074115): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPrimitiveTopologyEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewportWithCountEXT):
  var vkCmdSetViewportWithCountEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     viewportCount: uint32;
                                     pViewports: ptr VkViewport_1124074803): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewportWithCountEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetScissorWithCountEXT):
  var vkCmdSetScissorWithCountEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    scissorCount: uint32;
                                    pScissors: ptr VkRect2D_1124074459): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetScissorWithCountEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindVertexBuffers2EXT):
  proc vkCmdBindVertexBuffers2EXT*(commandBuffer: VkCommandBuffer_1124073950;
                                   firstBinding: uint32; bindingCount: uint32;
                                   pBuffers: ptr VkBuffer_1124073936;
                                   pOffsets: ptr VkDeviceSize_1124073930;
                                   pSizes: ptr VkDeviceSize_1124073930;
                                   pStrides: ptr VkDeviceSize_1124073930): void {.
      cdecl, importc: "vkCmdBindVertexBuffers2EXT".}
else:
  static :
    hint("Declaration of " & "vkCmdBindVertexBuffers2EXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthTestEnableEXT):
  var vkCmdSetDepthTestEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   depthTestEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthTestEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthWriteEnableEXT):
  var vkCmdSetDepthWriteEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    depthWriteEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthWriteEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthCompareOpEXT):
  var vkCmdSetDepthCompareOpEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  depthCompareOp: VkCompareOp_1124074083): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthCompareOpEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBoundsTestEnableEXT):
  var vkCmdSetDepthBoundsTestEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      depthBoundsTestEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBoundsTestEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilTestEnableEXT):
  var vkCmdSetStencilTestEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     stencilTestEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilTestEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetStencilOpEXT):
  var vkCmdSetStencilOpEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             faceMask: VkStencilFaceFlags_1124074439;
                             failOp: VkStencilOp_1124074123;
                             passOp: VkStencilOp_1124074123;
                             depthFailOp: VkStencilOp_1124074123;
                             compareOp: VkCompareOp_1124074083): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetStencilOpEXT" &
        " already exists, not redeclaring")
when not declared(vkCopyMemoryToImageEXT):
  var vkCopyMemoryToImageEXT*: proc(device: VkDevice_1124073944;
      pCopyMemoryToImageInfo: ptr VkCopyMemoryToImageInfo_1124076311): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyMemoryToImageEXT" &
        " already exists, not redeclaring")
when not declared(vkCopyImageToMemoryEXT):
  var vkCopyImageToMemoryEXT*: proc(device: VkDevice_1124073944;
      pCopyImageToMemoryInfo: ptr VkCopyImageToMemoryInfo_1124076315): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyImageToMemoryEXT" &
        " already exists, not redeclaring")
when not declared(vkCopyImageToImageEXT):
  var vkCopyImageToImageEXT*: proc(device: VkDevice_1124073944;
                              pCopyImageToImageInfo: ptr VkCopyImageToImageInfo_1124076319): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyImageToImageEXT" &
        " already exists, not redeclaring")
when not declared(vkTransitionImageLayoutEXT):
  var vkTransitionImageLayoutEXT*: proc(device: VkDevice_1124073944;
                                   transitionCount: uint32; pTransitions: ptr VkHostImageLayoutTransitionInfo_1124076323): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkTransitionImageLayoutEXT" &
        " already exists, not redeclaring")
when not declared(vkGetImageSubresourceLayout2EXT):
  proc vkGetImageSubresourceLayout2EXT*(device: VkDevice_1124073944;
                                        image: VkImage_1124073938;
                                        pSubresource: ptr VkImageSubresource2_1124076267;
                                        pLayout: ptr VkSubresourceLayout2_1124076275): void {.
      cdecl, importc: "vkGetImageSubresourceLayout2EXT".}
else:
  static :
    hint("Declaration of " & "vkGetImageSubresourceLayout2EXT" &
        " already exists, not redeclaring")
when not declared(vkReleaseSwapchainImagesEXT):
  var vkReleaseSwapchainImagesEXT*: proc(device: VkDevice_1124073944; pReleaseInfo: ptr VkReleaseSwapchainImagesInfoKHR_1124078161): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkReleaseSwapchainImagesEXT" &
        " already exists, not redeclaring")
when not declared(vkGetGeneratedCommandsMemoryRequirementsNV):
  var vkGetGeneratedCommandsMemoryRequirementsNV*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkGeneratedCommandsMemoryRequirementsInfoNV_1124080079;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetGeneratedCommandsMemoryRequirementsNV" &
        " already exists, not redeclaring")
when not declared(vkCmdPreprocessGeneratedCommandsNV):
  var vkCmdPreprocessGeneratedCommandsNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pGeneratedCommandsInfo: ptr VkGeneratedCommandsInfoNV_1124080075): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdPreprocessGeneratedCommandsNV" &
        " already exists, not redeclaring")
when not declared(vkCmdExecuteGeneratedCommandsNV):
  var vkCmdExecuteGeneratedCommandsNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                        isPreprocessed: VkBool32_1124073926;
      pGeneratedCommandsInfo: ptr VkGeneratedCommandsInfoNV_1124080075): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdExecuteGeneratedCommandsNV" &
        " already exists, not redeclaring")
when not declared(vkCmdBindPipelineShaderGroupNV):
  var vkCmdBindPipelineShaderGroupNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       pipelineBindPoint: VkPipelineBindPoint_1124074091;
                                       pipeline: VkPipeline_1124073983;
                                       groupIndex: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBindPipelineShaderGroupNV" &
        " already exists, not redeclaring")
when not declared(vkCreateIndirectCommandsLayoutNV):
  var vkCreateIndirectCommandsLayoutNV*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkIndirectCommandsLayoutCreateInfoNV_1124080071;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pIndirectCommandsLayout: ptr VkIndirectCommandsLayoutNV_1124080011): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateIndirectCommandsLayoutNV" &
        " already exists, not redeclaring")
when not declared(vkDestroyIndirectCommandsLayoutNV):
  var vkDestroyIndirectCommandsLayoutNV*: proc(device: VkDevice_1124073944;
      indirectCommandsLayout: VkIndirectCommandsLayoutNV_1124080011;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyIndirectCommandsLayoutNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBias2EXT):
  proc vkCmdSetDepthBias2EXT*(commandBuffer: VkCommandBuffer_1124073950;
                              pDepthBiasInfo: ptr VkDepthBiasInfoEXT_1124080125): void {.
      cdecl, importc: "vkCmdSetDepthBias2EXT".}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBias2EXT" &
        " already exists, not redeclaring")
when not declared(vkAcquireDrmDisplayEXT):
  var vkAcquireDrmDisplayEXT*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                               drmFd: int32; display: VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAcquireDrmDisplayEXT" &
        " already exists, not redeclaring")
when not declared(vkGetDrmDisplayEXT):
  var vkGetDrmDisplayEXT*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                           drmFd: int32; connectorId: uint32;
                           display: ptr VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDrmDisplayEXT" &
        " already exists, not redeclaring")
when not declared(vkCreatePrivateDataSlotEXT):
  var vkCreatePrivateDataSlotEXT*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkPrivateDataSlotCreateInfo_1124075925;
                                   pAllocator: ptr VkAllocationCallbacks_1124074499;
                                   pPrivateDataSlot: ptr VkPrivateDataSlot_1124075863): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreatePrivateDataSlotEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyPrivateDataSlotEXT):
  var vkDestroyPrivateDataSlotEXT*: proc(device: VkDevice_1124073944;
                                    privateDataSlot: VkPrivateDataSlot_1124075863;
                                    pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyPrivateDataSlotEXT" &
        " already exists, not redeclaring")
when not declared(vkSetPrivateDataEXT):
  var vkSetPrivateDataEXT*: proc(device: VkDevice_1124073944;
                            objectType: VkObjectType_1124074007;
                            objectHandle: uint64;
                            privateDataSlot: VkPrivateDataSlot_1124075863;
                            data: uint64): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkSetPrivateDataEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPrivateDataEXT):
  var vkGetPrivateDataEXT*: proc(device: VkDevice_1124073944;
                            objectType: VkObjectType_1124074007;
                            objectHandle: uint64;
                            privateDataSlot: VkPrivateDataSlot_1124075863;
                            pData: ptr uint64): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetPrivateDataEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchTileQCOM):
  var vkCmdDispatchTileQCOM*: proc(commandBuffer: VkCommandBuffer_1124073950;
                              pDispatchTileInfo: ptr VkDispatchTileInfoQCOM_1124080247): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchTileQCOM" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginPerTileExecutionQCOM):
  var vkCmdBeginPerTileExecutionQCOM*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pPerTileBeginInfo: ptr VkPerTileBeginInfoQCOM_1124080239): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBeginPerTileExecutionQCOM" &
        " already exists, not redeclaring")
when not declared(vkCmdEndPerTileExecutionQCOM):
  var vkCmdEndPerTileExecutionQCOM*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     pPerTileEndInfo: ptr VkPerTileEndInfoQCOM_1124080243): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdEndPerTileExecutionQCOM" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorSetLayoutSizeEXT):
  var vkGetDescriptorSetLayoutSizeEXT*: proc(device: VkDevice_1124073944;
                                        layout: VkDescriptorSetLayout_1124073985;
                                        pLayoutSizeInBytes: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorSetLayoutSizeEXT" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorSetLayoutBindingOffsetEXT):
  var vkGetDescriptorSetLayoutBindingOffsetEXT*: proc(device: VkDevice_1124073944;
      layout: VkDescriptorSetLayout_1124073985; binding: uint32;
      pOffset: ptr VkDeviceSize_1124073930): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorSetLayoutBindingOffsetEXT" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorEXT):
  var vkGetDescriptorEXT*: proc(device: VkDevice_1124073944;
                           pDescriptorInfo: ptr VkDescriptorGetInfoEXT_1124080291;
                           dataSize: csize_t; pDescriptor: pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindDescriptorBuffersEXT):
  var vkCmdBindDescriptorBuffersEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      bufferCount: uint32; pBindingInfos: ptr VkDescriptorBufferBindingInfoEXT_1124080279): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBindDescriptorBuffersEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDescriptorBufferOffsetsEXT):
  var vkCmdSetDescriptorBufferOffsetsEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pipelineBindPoint: VkPipelineBindPoint_1124074091;
      layout: VkPipelineLayout_1124073981; firstSet: uint32; setCount: uint32;
      pBufferIndices: ptr uint32; pOffsets: ptr VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDescriptorBufferOffsetsEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindDescriptorBufferEmbeddedSamplersEXT):
  var vkCmdBindDescriptorBufferEmbeddedSamplersEXT*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      pipelineBindPoint: VkPipelineBindPoint_1124074091;
      layout: VkPipelineLayout_1124073981; set: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBindDescriptorBufferEmbeddedSamplersEXT" &
        " already exists, not redeclaring")
when not declared(vkGetBufferOpaqueCaptureDescriptorDataEXT):
  var vkGetBufferOpaqueCaptureDescriptorDataEXT*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkBufferCaptureDescriptorDataInfoEXT_1124080295; pData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetBufferOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(vkGetImageOpaqueCaptureDescriptorDataEXT):
  var vkGetImageOpaqueCaptureDescriptorDataEXT*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkImageCaptureDescriptorDataInfoEXT_1124080299; pData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetImageOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(vkGetImageViewOpaqueCaptureDescriptorDataEXT):
  var vkGetImageViewOpaqueCaptureDescriptorDataEXT*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkImageViewCaptureDescriptorDataInfoEXT_1124080303;
      pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetImageViewOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(vkGetSamplerOpaqueCaptureDescriptorDataEXT):
  var vkGetSamplerOpaqueCaptureDescriptorDataEXT*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkSamplerCaptureDescriptorDataInfoEXT_1124080307;
      pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetSamplerOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT):
  var vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT*: proc(
      device: VkDevice_1124073944;
      pInfo: ptr VkAccelerationStructureCaptureDescriptorDataInfoEXT_1124080315;
      pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " &
        "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetFragmentShadingRateEnumNV):
  var vkCmdSetFragmentShadingRateEnumNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      shadingRate: VkFragmentShadingRateNV_1124080367;
      combinerOps: array[2'i64, VkFragmentShadingRateCombinerOpKHR_1124077613]): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetFragmentShadingRateEnumNV" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceFaultInfoEXT):
  var vkGetDeviceFaultInfoEXT*: proc(device: VkDevice_1124073944;
                                pFaultCounts: ptr VkDeviceFaultCountsEXT_1124080491;
                                pFaultInfo: ptr VkDeviceFaultInfoEXT_1124080503): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceFaultInfoEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetVertexInputEXT):
  var vkCmdSetVertexInputEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               vertexBindingDescriptionCount: uint32;
      pVertexBindingDescriptions: ptr VkVertexInputBindingDescription2EXT_1124080545;
                               vertexAttributeDescriptionCount: uint32;
      pVertexAttributeDescriptions: ptr VkVertexInputAttributeDescription2EXT_1124080549): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetVertexInputEXT" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI):
  var vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI*: proc(device: VkDevice_1124073944;
      renderpass: VkRenderPass_1124073962; pMaxWorkgroupSize: ptr VkExtent2D_1124074443): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI" &
        " already exists, not redeclaring")
when not declared(vkCmdSubpassShadingHUAWEI):
  var vkCmdSubpassShadingHUAWEI*: proc(commandBuffer: VkCommandBuffer_1124073950): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSubpassShadingHUAWEI" &
        " already exists, not redeclaring")
when not declared(vkCmdBindInvocationMaskHUAWEI):
  var vkCmdBindInvocationMaskHUAWEI*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      imageView: VkImageView_1124073958;
                                      imageLayout: VkImageLayout_1124074003): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBindInvocationMaskHUAWEI" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryRemoteAddressNV):
  var vkGetMemoryRemoteAddressNV*: proc(device: VkDevice_1124073944;
      pMemoryGetRemoteAddressInfo: ptr VkMemoryGetRemoteAddressInfoNV_1124080615;
                                   pAddress: ptr VkRemoteAddressNV_1124080611): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetMemoryRemoteAddressNV" &
        " already exists, not redeclaring")
when not declared(vkGetPipelinePropertiesEXT):
  var vkGetPipelinePropertiesEXT*: proc(device: VkDevice_1124073944;
                                   pPipelineInfo: ptr VkPipelineInfoEXT_1124080623;
                                   pPipelineProperties: ptr VkBaseOutStructure_1124074467): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelinePropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPatchControlPointsEXT):
  var vkCmdSetPatchControlPointsEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      patchControlPoints: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetPatchControlPointsEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRasterizerDiscardEnableEXT):
  var vkCmdSetRasterizerDiscardEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      rasterizerDiscardEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetRasterizerDiscardEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthBiasEnableEXT):
  var vkCmdSetDepthBiasEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   depthBiasEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthBiasEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLogicOpEXT):
  var vkCmdSetLogicOpEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                           logicOp: VkLogicOp_1124074127): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetLogicOpEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPrimitiveRestartEnableEXT):
  var vkCmdSetPrimitiveRestartEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      primitiveRestartEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetPrimitiveRestartEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetColorWriteEnableEXT):
  var vkCmdSetColorWriteEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    attachmentCount: uint32;
                                    pColorWriteEnables: ptr VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetColorWriteEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMultiEXT):
  var vkCmdDrawMultiEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                          drawCount: uint32;
                          pVertexInfo: ptr VkMultiDrawInfoEXT_1124080745;
                          instanceCount: uint32; firstInstance: uint32;
                          stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMultiEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMultiIndexedEXT):
  var vkCmdDrawMultiIndexedEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 drawCount: uint32;
                                 pIndexInfo: ptr VkMultiDrawIndexedInfoEXT_1124080749;
                                 instanceCount: uint32; firstInstance: uint32;
                                 stride: uint32; pVertexOffset: ptr int32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMultiIndexedEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateMicromapEXT):
  var vkCreateMicromapEXT*: proc(device: VkDevice_1124073944;
                            pCreateInfo: ptr VkMicromapCreateInfoEXT_1124080823;
                            pAllocator: ptr VkAllocationCallbacks_1124074499;
                            pMicromap: ptr VkMicromapEXT_1124080767): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateMicromapEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyMicromapEXT):
  var vkDestroyMicromapEXT*: proc(device: VkDevice_1124073944;
                             micromap: VkMicromapEXT_1124080767;
                             pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyMicromapEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBuildMicromapsEXT):
  var vkCmdBuildMicromapsEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               infoCount: uint32;
                               pInfos: ptr VkMicromapBuildInfoEXT_1124080819): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBuildMicromapsEXT" &
        " already exists, not redeclaring")
when not declared(vkBuildMicromapsEXT):
  var vkBuildMicromapsEXT*: proc(device: VkDevice_1124073944;
                            deferredOperation: VkDeferredOperationKHR_1124077691;
                            infoCount: uint32;
                            pInfos: ptr VkMicromapBuildInfoEXT_1124080819): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBuildMicromapsEXT" &
        " already exists, not redeclaring")
when not declared(vkCopyMicromapEXT):
  var vkCopyMicromapEXT*: proc(device: VkDevice_1124073944;
                          deferredOperation: VkDeferredOperationKHR_1124077691;
                          pInfo: ptr VkCopyMicromapInfoEXT_1124080847): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyMicromapEXT" &
        " already exists, not redeclaring")
when not declared(vkCopyMicromapToMemoryEXT):
  var vkCopyMicromapToMemoryEXT*: proc(device: VkDevice_1124073944;
                                  deferredOperation: VkDeferredOperationKHR_1124077691;
                                  pInfo: ptr VkCopyMicromapToMemoryInfoEXT_1124080839): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyMicromapToMemoryEXT" &
        " already exists, not redeclaring")
when not declared(vkCopyMemoryToMicromapEXT):
  var vkCopyMemoryToMicromapEXT*: proc(device: VkDevice_1124073944;
                                  deferredOperation: VkDeferredOperationKHR_1124077691;
                                  pInfo: ptr VkCopyMemoryToMicromapInfoEXT_1124080843): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyMemoryToMicromapEXT" &
        " already exists, not redeclaring")
when not declared(vkWriteMicromapsPropertiesEXT):
  var vkWriteMicromapsPropertiesEXT*: proc(device: VkDevice_1124073944;
                                      micromapCount: uint32;
                                      pMicromaps: ptr VkMicromapEXT_1124080767;
                                      queryType: VkQueryType_1124074039;
                                      dataSize: csize_t; pData: pointer;
                                      stride: csize_t): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkWriteMicromapsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMicromapEXT):
  var vkCmdCopyMicromapEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                             pInfo: ptr VkCopyMicromapInfoEXT_1124080847): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMicromapEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMicromapToMemoryEXT):
  var vkCmdCopyMicromapToMemoryEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     pInfo: ptr VkCopyMicromapToMemoryInfoEXT_1124080839): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMicromapToMemoryEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMemoryToMicromapEXT):
  var vkCmdCopyMemoryToMicromapEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     pInfo: ptr VkCopyMemoryToMicromapInfoEXT_1124080843): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMemoryToMicromapEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteMicromapsPropertiesEXT):
  var vkCmdWriteMicromapsPropertiesEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      micromapCount: uint32; pMicromaps: ptr VkMicromapEXT_1124080767;
      queryType: VkQueryType_1124074039; queryPool: VkQueryPool_1124073956;
      firstQuery: uint32): void {.cdecl,
                                .}
else:
  static :
    hint("Declaration of " & "vkCmdWriteMicromapsPropertiesEXT" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceMicromapCompatibilityEXT):
  var vkGetDeviceMicromapCompatibilityEXT*: proc(device: VkDevice_1124073944;
      pVersionInfo: ptr VkMicromapVersionInfoEXT_1124080835;
      pCompatibility: ptr VkAccelerationStructureCompatibilityKHR_1124080791): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceMicromapCompatibilityEXT" &
        " already exists, not redeclaring")
when not declared(vkGetMicromapBuildSizesEXT):
  var vkGetMicromapBuildSizesEXT*: proc(device: VkDevice_1124073944; buildType: VkAccelerationStructureBuildTypeKHR_1124080795;
                                   pBuildInfo: ptr VkMicromapBuildInfoEXT_1124080819;
                                   pSizeInfo: ptr VkMicromapBuildSizesInfoEXT_1124080851): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetMicromapBuildSizesEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawClusterHUAWEI):
  var vkCmdDrawClusterHUAWEI*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               groupCountX: uint32; groupCountY: uint32;
                               groupCountZ: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawClusterHUAWEI" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawClusterIndirectHUAWEI):
  var vkCmdDrawClusterIndirectHUAWEI*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       buffer: VkBuffer_1124073936;
                                       offset: VkDeviceSize_1124073930): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawClusterIndirectHUAWEI" &
        " already exists, not redeclaring")
when not declared(vkSetDeviceMemoryPriorityEXT):
  var vkSetDeviceMemoryPriorityEXT*: proc(device: VkDevice_1124073944;
                                     memory: VkDeviceMemory_1124073954;
                                     priority: cfloat): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkSetDeviceMemoryPriorityEXT" &
        " already exists, not redeclaring")
when not declared(VK_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_SHADER_CORE_COUNT_ARM):
  var VK_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_SHADER_CORE_COUNT_ARM*: VkPhysicalDeviceSchedulingControlsFlagBitsARM_1124080925
else:
  static :
    hint("Declaration of " &
        "VK_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_SHADER_CORE_COUNT_ARM" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorSetLayoutHostMappingInfoVALVE):
  var vkGetDescriptorSetLayoutHostMappingInfoVALVE*: proc(device: VkDevice_1124073944;
      pBindingReference: ptr VkDescriptorSetBindingReferenceVALVE_1124080953;
      pHostMapping: ptr VkDescriptorSetLayoutHostMappingInfoVALVE_1124080957): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorSetLayoutHostMappingInfoVALVE" &
        " already exists, not redeclaring")
when not declared(vkGetDescriptorSetHostMappingVALVE):
  var vkGetDescriptorSetHostMappingVALVE*: proc(device: VkDevice_1124073944;
      descriptorSet: VkDescriptorSet_1124073989; ppData: ptr pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDescriptorSetHostMappingVALVE" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMemoryIndirectNV):
  var vkCmdCopyMemoryIndirectNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  copyBufferAddress: VkDeviceAddress_1124073928;
                                  copyCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMemoryIndirectNV" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMemoryToImageIndirectNV):
  var vkCmdCopyMemoryToImageIndirectNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      copyBufferAddress: VkDeviceAddress_1124073928; copyCount: uint32;
      stride: uint32; dstImage: VkImage_1124073938;
      dstImageLayout: VkImageLayout_1124074003;
      pImageSubresources: ptr VkImageSubresourceLayers_1124074671): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMemoryToImageIndirectNV" &
        " already exists, not redeclaring")
when not declared(VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_EXT):
  var VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_EXT*: VkMemoryDecompressionMethodFlagBitsEXT_1124081021
else:
  static :
    hint("Declaration of " &
        "VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_EXT" &
        " already exists, not redeclaring")
when not declared(VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_NV):
  var VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_NV*: VkMemoryDecompressionMethodFlagBitsEXT_1124081021
else:
  static :
    hint("Declaration of " &
        "VK_MEMORY_DECOMPRESSION_METHOD_GDEFLATE_1_0_BIT_NV" &
        " already exists, not redeclaring")
when not declared(vkCmdDecompressMemoryNV):
  var vkCmdDecompressMemoryNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                decompressRegionCount: uint32;
      pDecompressMemoryRegions: ptr VkDecompressMemoryRegionNV_1124081031): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDecompressMemoryNV" &
        " already exists, not redeclaring")
when not declared(vkCmdDecompressMemoryIndirectCountNV):
  var vkCmdDecompressMemoryIndirectCountNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      indirectCommandsAddress: VkDeviceAddress_1124073928;
      indirectCommandsCountAddress: VkDeviceAddress_1124073928; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDecompressMemoryIndirectCountNV" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineIndirectMemoryRequirementsNV):
  var vkGetPipelineIndirectMemoryRequirementsNV*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkComputePipelineCreateInfo_1124074719;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetPipelineIndirectMemoryRequirementsNV" &
        " already exists, not redeclaring")
when not declared(vkCmdUpdatePipelineIndirectBufferNV):
  var vkCmdUpdatePipelineIndirectBufferNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pipelineBindPoint: VkPipelineBindPoint_1124074091; pipeline: VkPipeline_1124073983): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdUpdatePipelineIndirectBufferNV" &
        " already exists, not redeclaring")
when not declared(vkGetPipelineIndirectDeviceAddressNV):
  var vkGetPipelineIndirectDeviceAddressNV*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkPipelineIndirectDeviceAddressInfoNV_1124081059): VkDeviceAddress_1124073928 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPipelineIndirectDeviceAddressNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthClampEnableEXT):
  var vkCmdSetDepthClampEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    depthClampEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthClampEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetPolygonModeEXT):
  var vkCmdSetPolygonModeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               polygonMode: VkPolygonMode_1124074119): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetPolygonModeEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRasterizationSamplesEXT):
  var vkCmdSetRasterizationSamplesEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      rasterizationSamples: VkSampleCountFlagBits_1124074167): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetRasterizationSamplesEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetSampleMaskEXT):
  var vkCmdSetSampleMaskEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                              samples: VkSampleCountFlagBits_1124074167;
                              pSampleMask: ptr VkSampleMask_1124073934): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetSampleMaskEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetAlphaToCoverageEnableEXT):
  var vkCmdSetAlphaToCoverageEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      alphaToCoverageEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetAlphaToCoverageEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetAlphaToOneEnableEXT):
  var vkCmdSetAlphaToOneEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    alphaToOneEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetAlphaToOneEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLogicOpEnableEXT):
  var vkCmdSetLogicOpEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                 logicOpEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetLogicOpEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetColorBlendEnableEXT):
  var vkCmdSetColorBlendEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                    firstAttachment: uint32;
                                    attachmentCount: uint32;
                                    pColorBlendEnables: ptr VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetColorBlendEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetColorBlendEquationEXT):
  var vkCmdSetColorBlendEquationEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      firstAttachment: uint32;
                                      attachmentCount: uint32;
      pColorBlendEquations: ptr VkColorBlendEquationEXT_1124081133): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetColorBlendEquationEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetColorWriteMaskEXT):
  var vkCmdSetColorWriteMaskEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  firstAttachment: uint32;
                                  attachmentCount: uint32;
                                  pColorWriteMasks: ptr VkColorComponentFlags_1124074377): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetColorWriteMaskEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetTessellationDomainOriginEXT):
  var vkCmdSetTessellationDomainOriginEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      domainOrigin: VkTessellationDomainOrigin_1124075193): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetTessellationDomainOriginEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRasterizationStreamEXT):
  var vkCmdSetRasterizationStreamEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       rasterizationStream: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetRasterizationStreamEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetConservativeRasterizationModeEXT):
  var vkCmdSetConservativeRasterizationModeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      conservativeRasterizationMode: VkConservativeRasterizationModeEXT_1124079017): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetConservativeRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetExtraPrimitiveOverestimationSizeEXT):
  var vkCmdSetExtraPrimitiveOverestimationSizeEXT*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      extraPrimitiveOverestimationSize: cfloat): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetExtraPrimitiveOverestimationSizeEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthClipEnableEXT):
  var vkCmdSetDepthClipEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   depthClipEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthClipEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetSampleLocationsEnableEXT):
  var vkCmdSetSampleLocationsEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      sampleLocationsEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetSampleLocationsEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetColorBlendAdvancedEXT):
  var vkCmdSetColorBlendAdvancedEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      firstAttachment: uint32;
                                      attachmentCount: uint32;
      pColorBlendAdvanced: ptr VkColorBlendAdvancedEXT_1124081137): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetColorBlendAdvancedEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetProvokingVertexModeEXT):
  var vkCmdSetProvokingVertexModeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      provokingVertexMode: VkProvokingVertexModeEXT_1124079857): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetProvokingVertexModeEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLineRasterizationModeEXT):
  var vkCmdSetLineRasterizationModeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      lineRasterizationMode: VkLineRasterizationModeEXT_1124079879): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetLineRasterizationModeEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetLineStippleEnableEXT):
  var vkCmdSetLineStippleEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                     stippledLineEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetLineStippleEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthClipNegativeOneToOneEXT):
  var vkCmdSetDepthClipNegativeOneToOneEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      negativeOneToOne: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthClipNegativeOneToOneEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewportWScalingEnableNV):
  var vkCmdSetViewportWScalingEnableNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      viewportWScalingEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewportWScalingEnableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetViewportSwizzleNV):
  var vkCmdSetViewportSwizzleNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  firstViewport: uint32; viewportCount: uint32;
                                  pViewportSwizzles: ptr VkViewportSwizzleNV_1124078989): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetViewportSwizzleNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoverageToColorEnableNV):
  var vkCmdSetCoverageToColorEnableNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                        coverageToColorEnable: VkBool32_1124073926): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoverageToColorEnableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoverageToColorLocationNV):
  var vkCmdSetCoverageToColorLocationNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      coverageToColorLocation: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoverageToColorLocationNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoverageModulationModeNV):
  var vkCmdSetCoverageModulationModeNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      coverageModulationMode: VkCoverageModulationModeNV_1124079193): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoverageModulationModeNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoverageModulationTableEnableNV):
  var vkCmdSetCoverageModulationTableEnableNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      coverageModulationTableEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoverageModulationTableEnableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoverageModulationTableNV):
  var vkCmdSetCoverageModulationTableNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      coverageModulationTableCount: uint32; pCoverageModulationTable: ptr cfloat): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoverageModulationTableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetShadingRateImageEnableNV):
  var vkCmdSetShadingRateImageEnableNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      shadingRateImageEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetShadingRateImageEnableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRepresentativeFragmentTestEnableNV):
  var vkCmdSetRepresentativeFragmentTestEnableNV*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      representativeFragmentTestEnable: VkBool32_1124073926): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetRepresentativeFragmentTestEnableNV" &
        " already exists, not redeclaring")
when not declared(vkCmdSetCoverageReductionModeNV):
  var vkCmdSetCoverageReductionModeNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      coverageReductionMode: VkCoverageReductionModeNV_1124079829): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetCoverageReductionModeNV" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_CREATE_MUTABLE_FORMAT_BIT_ARM):
  var VK_TENSOR_CREATE_MUTABLE_FORMAT_BIT_ARM*: VkTensorCreateFlagBitsARM_1124081255
else:
  static :
    hint("Declaration of " & "VK_TENSOR_CREATE_MUTABLE_FORMAT_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_CREATE_PROTECTED_BIT_ARM):
  var VK_TENSOR_CREATE_PROTECTED_BIT_ARM*: VkTensorCreateFlagBitsARM_1124081255
else:
  static :
    hint("Declaration of " & "VK_TENSOR_CREATE_PROTECTED_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM):
  var VK_TENSOR_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM*: VkTensorCreateFlagBitsARM_1124081255
else:
  static :
    hint("Declaration of " &
        "VK_TENSOR_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM):
  var VK_TENSOR_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM*: VkTensorViewCreateFlagBitsARM_1124081259
else:
  static :
    hint("Declaration of " &
        "VK_TENSOR_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_USAGE_SHADER_BIT_ARM):
  var VK_TENSOR_USAGE_SHADER_BIT_ARM*: VkTensorUsageFlagBitsARM_1124081263
else:
  static :
    hint("Declaration of " & "VK_TENSOR_USAGE_SHADER_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_USAGE_TRANSFER_SRC_BIT_ARM):
  var VK_TENSOR_USAGE_TRANSFER_SRC_BIT_ARM*: VkTensorUsageFlagBitsARM_1124081263
else:
  static :
    hint("Declaration of " & "VK_TENSOR_USAGE_TRANSFER_SRC_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_USAGE_TRANSFER_DST_BIT_ARM):
  var VK_TENSOR_USAGE_TRANSFER_DST_BIT_ARM*: VkTensorUsageFlagBitsARM_1124081263
else:
  static :
    hint("Declaration of " & "VK_TENSOR_USAGE_TRANSFER_DST_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_USAGE_IMAGE_ALIASING_BIT_ARM):
  var VK_TENSOR_USAGE_IMAGE_ALIASING_BIT_ARM*: VkTensorUsageFlagBitsARM_1124081263
else:
  static :
    hint("Declaration of " & "VK_TENSOR_USAGE_IMAGE_ALIASING_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(VK_TENSOR_USAGE_DATA_GRAPH_BIT_ARM):
  var VK_TENSOR_USAGE_DATA_GRAPH_BIT_ARM*: VkTensorUsageFlagBitsARM_1124081263
else:
  static :
    hint("Declaration of " & "VK_TENSOR_USAGE_DATA_GRAPH_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(vkCreateTensorARM):
  var vkCreateTensorARM*: proc(device: VkDevice_1124073944;
                          pCreateInfo: ptr VkTensorCreateInfoARM_1124081271;
                          pAllocator: ptr VkAllocationCallbacks_1124074499;
                          pTensor: ptr VkTensorARM_1124081245): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateTensorARM" &
        " already exists, not redeclaring")
when not declared(vkDestroyTensorARM):
  var vkDestroyTensorARM*: proc(device: VkDevice_1124073944; tensor: VkTensorARM_1124081245;
                           pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyTensorARM" &
        " already exists, not redeclaring")
when not declared(vkCreateTensorViewARM):
  var vkCreateTensorViewARM*: proc(device: VkDevice_1124073944;
                              pCreateInfo: ptr VkTensorViewCreateInfoARM_1124081275;
                              pAllocator: ptr VkAllocationCallbacks_1124074499;
                              pView: ptr VkTensorViewARM_1124081247): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateTensorViewARM" &
        " already exists, not redeclaring")
when not declared(vkDestroyTensorViewARM):
  var vkDestroyTensorViewARM*: proc(device: VkDevice_1124073944;
                               tensorView: VkTensorViewARM_1124081247;
                               pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyTensorViewARM" &
        " already exists, not redeclaring")
when not declared(vkGetTensorMemoryRequirementsARM):
  var vkGetTensorMemoryRequirementsARM*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkTensorMemoryRequirementsInfoARM_1124081279;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetTensorMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(vkBindTensorMemoryARM):
  var vkBindTensorMemoryARM*: proc(device: VkDevice_1124073944;
                              bindInfoCount: uint32;
                              pBindInfos: ptr VkBindTensorMemoryInfoARM_1124081283): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindTensorMemoryARM" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceTensorMemoryRequirementsARM):
  var vkGetDeviceTensorMemoryRequirementsARM*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDeviceTensorMemoryRequirementsARM_1124081311;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetDeviceTensorMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyTensorARM):
  var vkCmdCopyTensorARM*: proc(commandBuffer: VkCommandBuffer_1124073950;
                           pCopyTensorInfo: ptr VkCopyTensorInfoARM_1124081319): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyTensorARM" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceExternalTensorPropertiesARM):
  var vkGetPhysicalDeviceExternalTensorPropertiesARM*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pExternalTensorInfo: ptr VkPhysicalDeviceExternalTensorInfoARM_1124081327;
      pExternalTensorProperties: ptr VkExternalTensorPropertiesARM_1124081331): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceExternalTensorPropertiesARM" &
        " already exists, not redeclaring")
when not declared(vkGetTensorOpaqueCaptureDescriptorDataARM):
  var vkGetTensorOpaqueCaptureDescriptorDataARM*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkTensorCaptureDescriptorDataInfoARM_1124081351; pData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetTensorOpaqueCaptureDescriptorDataARM" &
        " already exists, not redeclaring")
when not declared(vkGetTensorViewOpaqueCaptureDescriptorDataARM):
  var vkGetTensorViewOpaqueCaptureDescriptorDataARM*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkTensorViewCaptureDescriptorDataInfoARM_1124081355;
      pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetTensorViewOpaqueCaptureDescriptorDataARM" &
        " already exists, not redeclaring")
when not declared(vkGetShaderModuleIdentifierEXT):
  var vkGetShaderModuleIdentifierEXT*: proc(device: VkDevice_1124073944;
                                       shaderModule: VkShaderModule_1124073970;
      pIdentifier: ptr VkShaderModuleIdentifierEXT_1124081397): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetShaderModuleIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(vkGetShaderModuleCreateInfoIdentifierEXT):
  var vkGetShaderModuleCreateInfoIdentifierEXT*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkShaderModuleCreateInfo_1124074699;
      pIdentifier: ptr VkShaderModuleIdentifierEXT_1124081397): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetShaderModuleCreateInfoIdentifierEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceOpticalFlowImageFormatsNV):
  var vkGetPhysicalDeviceOpticalFlowImageFormatsNV*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pOpticalFlowImageFormatInfo: ptr VkOpticalFlowImageFormatInfoNV_1124081447;
      pFormatCount: ptr uint32;
      pImageFormatProperties: ptr VkOpticalFlowImageFormatPropertiesNV_1124081451): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceOpticalFlowImageFormatsNV" &
        " already exists, not redeclaring")
when not declared(vkCreateOpticalFlowSessionNV):
  var vkCreateOpticalFlowSessionNV*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkOpticalFlowSessionCreateInfoNV_1124081455;
                                     pAllocator: ptr VkAllocationCallbacks_1124074499;
                                     pSession: ptr VkOpticalFlowSessionNV_1124081403): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateOpticalFlowSessionNV" &
        " already exists, not redeclaring")
when not declared(vkDestroyOpticalFlowSessionNV):
  var vkDestroyOpticalFlowSessionNV*: proc(device: VkDevice_1124073944;
                                      session: VkOpticalFlowSessionNV_1124081403;
                                      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyOpticalFlowSessionNV" &
        " already exists, not redeclaring")
when not declared(vkBindOpticalFlowSessionImageNV):
  var vkBindOpticalFlowSessionImageNV*: proc(device: VkDevice_1124073944;
                                        session: VkOpticalFlowSessionNV_1124081403;
      bindingPoint: VkOpticalFlowSessionBindingPointNV_1124081411;
                                        view: VkImageView_1124073958;
                                        layout: VkImageLayout_1124074003): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindOpticalFlowSessionImageNV" &
        " already exists, not redeclaring")
when not declared(vkCmdOpticalFlowExecuteNV):
  var vkCmdOpticalFlowExecuteNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  session: VkOpticalFlowSessionNV_1124081403;
                                  pExecuteInfo: ptr VkOpticalFlowExecuteInfoNV_1124081463): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdOpticalFlowExecuteNV" &
        " already exists, not redeclaring")
when not declared(vkAntiLagUpdateAMD):
  var vkAntiLagUpdateAMD*: proc(device: VkDevice_1124073944;
                           pData: ptr VkAntiLagDataAMD_1124081499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAntiLagUpdateAMD" &
        " already exists, not redeclaring")
when not declared(vkCreateShadersEXT):
  var vkCreateShadersEXT*: proc(device: VkDevice_1124073944; createInfoCount: uint32;
                           pCreateInfos: ptr VkShaderCreateInfoEXT_1124081529;
                           pAllocator: ptr VkAllocationCallbacks_1124074499;
                           pShaders: ptr VkShaderEXT_1124081503): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateShadersEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyShaderEXT):
  var vkDestroyShaderEXT*: proc(device: VkDevice_1124073944; shader: VkShaderEXT_1124081503;
                           pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyShaderEXT" &
        " already exists, not redeclaring")
when not declared(vkGetShaderBinaryDataEXT):
  var vkGetShaderBinaryDataEXT*: proc(device: VkDevice_1124073944;
                                 shader: VkShaderEXT_1124081503;
                                 pDataSize: ptr csize_t; pData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetShaderBinaryDataEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindShadersEXT):
  var vkCmdBindShadersEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                            stageCount: uint32;
                            pStages: ptr VkShaderStageFlagBits_1124074343;
                            pShaders: ptr VkShaderEXT_1124081503): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdBindShadersEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdSetDepthClampRangeEXT):
  var vkCmdSetDepthClampRangeEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                   depthClampMode: VkDepthClampModeEXT_1124081511;
                                   pDepthClampRange: ptr VkDepthClampRangeEXT_1124081535): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdSetDepthClampRangeEXT" &
        " already exists, not redeclaring")
when not declared(vkGetFramebufferTilePropertiesQCOM):
  var vkGetFramebufferTilePropertiesQCOM*: proc(device: VkDevice_1124073944;
      framebuffer: VkFramebuffer_1124073964; pPropertiesCount: ptr uint32;
      pProperties: ptr VkTilePropertiesQCOM_1124081553): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetFramebufferTilePropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(vkGetDynamicRenderingTilePropertiesQCOM):
  var vkGetDynamicRenderingTilePropertiesQCOM*: proc(device: VkDevice_1124073944;
      pRenderingInfo: ptr VkRenderingInfo_1124076101;
      pProperties: ptr VkTilePropertiesQCOM_1124081553): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDynamicRenderingTilePropertiesQCOM" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceCooperativeVectorPropertiesNV):
  var vkGetPhysicalDeviceCooperativeVectorPropertiesNV*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkCooperativeVectorPropertiesNV_1124081599): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceCooperativeVectorPropertiesNV" &
        " already exists, not redeclaring")
when not declared(vkConvertCooperativeVectorMatrixNV):
  var vkConvertCooperativeVectorMatrixNV*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkConvertCooperativeVectorMatrixInfoNV_1124081603): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkConvertCooperativeVectorMatrixNV" &
        " already exists, not redeclaring")
when not declared(vkCmdConvertCooperativeVectorMatrixNV):
  var vkCmdConvertCooperativeVectorMatrixNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
      infoCount: uint32; pInfos: ptr VkConvertCooperativeVectorMatrixInfoNV_1124081603): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdConvertCooperativeVectorMatrixNV" &
        " already exists, not redeclaring")
when not declared(vkSetLatencySleepModeNV):
  var vkSetLatencySleepModeNV*: proc(device: VkDevice_1124073944;
                                swapchain: VkSwapchainKHR_1124076507;
                                pSleepModeInfo: ptr VkLatencySleepModeInfoNV_1124081665): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetLatencySleepModeNV" &
        " already exists, not redeclaring")
when not declared(vkLatencySleepNV):
  var vkLatencySleepNV*: proc(device: VkDevice_1124073944; swapchain: VkSwapchainKHR_1124076507;
                         pSleepInfo: ptr VkLatencySleepInfoNV_1124081669): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkLatencySleepNV" &
        " already exists, not redeclaring")
when not declared(vkSetLatencyMarkerNV):
  var vkSetLatencyMarkerNV*: proc(device: VkDevice_1124073944;
                             swapchain: VkSwapchainKHR_1124076507;
                             pLatencyMarkerInfo: ptr VkSetLatencyMarkerInfoNV_1124081673): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkSetLatencyMarkerNV" &
        " already exists, not redeclaring")
when not declared(vkGetLatencyTimingsNV):
  var vkGetLatencyTimingsNV*: proc(device: VkDevice_1124073944;
                              swapchain: VkSwapchainKHR_1124076507;
                              pLatencyMarkerInfo: ptr VkGetLatencyMarkerInfoNV_1124081681): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetLatencyTimingsNV" &
        " already exists, not redeclaring")
when not declared(vkQueueNotifyOutOfBandNV):
  var vkQueueNotifyOutOfBandNV*: proc(queue: VkQueue_1124073946;
                                 pQueueTypeInfo: ptr VkOutOfBandQueueTypeInfoNV_1124081693): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkQueueNotifyOutOfBandNV" &
        " already exists, not redeclaring")
when not declared(VK_DATA_GRAPH_PIPELINE_SESSION_CREATE_PROTECTED_BIT_ARM):
  var VK_DATA_GRAPH_PIPELINE_SESSION_CREATE_PROTECTED_BIT_ARM*: VkDataGraphPipelineSessionCreateFlagBitsARM_1124081733
else:
  static :
    hint("Declaration of " &
        "VK_DATA_GRAPH_PIPELINE_SESSION_CREATE_PROTECTED_BIT_ARM" &
        " already exists, not redeclaring")
when not declared(vkCreateDataGraphPipelinesARM):
  var vkCreateDataGraphPipelinesARM*: proc(device: VkDevice_1124073944;
      deferredOperation: VkDeferredOperationKHR_1124077691;
                                      pipelineCache: VkPipelineCache_1124073972;
                                      createInfoCount: uint32; pCreateInfos: ptr VkDataGraphPipelineCreateInfoARM_1124081757;
                                      pAllocator: ptr VkAllocationCallbacks_1124074499;
                                      pPipelines: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDataGraphPipelinesARM" &
        " already exists, not redeclaring")
when not declared(vkCreateDataGraphPipelineSessionARM):
  var vkCreateDataGraphPipelineSessionARM*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkDataGraphPipelineSessionCreateInfoARM_1124081765;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pSession: ptr VkDataGraphPipelineSessionARM_1124081709): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateDataGraphPipelineSessionARM" &
        " already exists, not redeclaring")
when not declared(vkGetDataGraphPipelineSessionBindPointRequirementsARM):
  var vkGetDataGraphPipelineSessionBindPointRequirementsARM*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDataGraphPipelineSessionBindPointRequirementsInfoARM_1124081769;
      pBindPointRequirementCount: ptr uint32; pBindPointRequirements: ptr VkDataGraphPipelineSessionBindPointRequirementARM_1124081773): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetDataGraphPipelineSessionBindPointRequirementsARM" &
        " already exists, not redeclaring")
when not declared(vkGetDataGraphPipelineSessionMemoryRequirementsARM):
  var vkGetDataGraphPipelineSessionMemoryRequirementsARM*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkDataGraphPipelineSessionMemoryRequirementsInfoARM_1124081777;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " &
        "vkGetDataGraphPipelineSessionMemoryRequirementsARM" &
        " already exists, not redeclaring")
when not declared(vkBindDataGraphPipelineSessionMemoryARM):
  var vkBindDataGraphPipelineSessionMemoryARM*: proc(device: VkDevice_1124073944;
      bindInfoCount: uint32;
      pBindInfos: ptr VkBindDataGraphPipelineSessionMemoryInfoARM_1124081781): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBindDataGraphPipelineSessionMemoryARM" &
        " already exists, not redeclaring")
when not declared(vkDestroyDataGraphPipelineSessionARM):
  var vkDestroyDataGraphPipelineSessionARM*: proc(device: VkDevice_1124073944;
      session: VkDataGraphPipelineSessionARM_1124081709;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyDataGraphPipelineSessionARM" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchDataGraphARM):
  var vkCmdDispatchDataGraphARM*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                  session: VkDataGraphPipelineSessionARM_1124081709;
                                  pInfo: ptr VkDataGraphPipelineDispatchInfoARM_1124081797): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchDataGraphARM" &
        " already exists, not redeclaring")
when not declared(vkGetDataGraphPipelineAvailablePropertiesARM):
  var vkGetDataGraphPipelineAvailablePropertiesARM*: proc(device: VkDevice_1124073944;
      pPipelineInfo: ptr VkDataGraphPipelineInfoARM_1124081785;
      pPropertiesCount: ptr uint32;
      pProperties: ptr VkDataGraphPipelinePropertyARM_1124081721): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDataGraphPipelineAvailablePropertiesARM" &
        " already exists, not redeclaring")
when not declared(vkGetDataGraphPipelinePropertiesARM):
  var vkGetDataGraphPipelinePropertiesARM*: proc(device: VkDevice_1124073944;
      pPipelineInfo: ptr VkDataGraphPipelineInfoARM_1124081785;
      propertiesCount: uint32;
      pProperties: ptr VkDataGraphPipelinePropertyQueryResultARM_1124081789): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDataGraphPipelinePropertiesARM" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM):
  var vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; queueFamilyIndex: uint32;
      pQueueFamilyDataGraphPropertyCount: ptr uint32;
      pQueueFamilyDataGraphProperties: ptr VkQueueFamilyDataGraphPropertiesARM_1124081809): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM):
  var vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM*: proc(
      physicalDevice: VkPhysicalDevice_1124073942;
      pQueueFamilyDataGraphProcessingEngineInfo: ptr VkPhysicalDeviceQueueFamilyDataGraphProcessingEngineInfoARM_1124081817;
      pQueueFamilyDataGraphProcessingEngineProperties: ptr VkQueueFamilyDataGraphProcessingEnginePropertiesARM_1124081821): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM" &
        " already exists, not redeclaring")
when not declared(vkCmdSetAttachmentFeedbackLoopEnableEXT):
  var vkCmdSetAttachmentFeedbackLoopEnableEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      aspectMask: VkImageAspectFlags_1124074151): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetAttachmentFeedbackLoopEnableEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBindTileMemoryQCOM):
  var vkCmdBindTileMemoryQCOM*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pTileMemoryBindInfo: ptr VkTileMemoryBindInfoQCOM_1124081937): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBindTileMemoryQCOM" &
        " already exists, not redeclaring")
when not declared(vkCmdDecompressMemoryEXT):
  var vkCmdDecompressMemoryEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pDecompressMemoryInfoEXT: ptr VkDecompressMemoryInfoEXT_1124081951): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDecompressMemoryEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDecompressMemoryIndirectCountEXT):
  var vkCmdDecompressMemoryIndirectCountEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      decompressionMethod: VkMemoryDecompressionMethodFlagsEXT_1124081025;
      indirectCommandsAddress: VkDeviceAddress_1124073928;
      indirectCommandsCountAddress: VkDeviceAddress_1124073928;
      maxDecompressionCount: uint32; stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDecompressMemoryIndirectCountEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateExternalComputeQueueNV):
  var vkCreateExternalComputeQueueNV*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkExternalComputeQueueCreateInfoNV_1124081981;
                                       pAllocator: ptr VkAllocationCallbacks_1124074499;
      pExternalQueue: ptr VkExternalComputeQueueNV_1124081973): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateExternalComputeQueueNV" &
        " already exists, not redeclaring")
when not declared(vkDestroyExternalComputeQueueNV):
  var vkDestroyExternalComputeQueueNV*: proc(device: VkDevice_1124073944;
      externalQueue: VkExternalComputeQueueNV_1124081973;
                                        pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyExternalComputeQueueNV" &
        " already exists, not redeclaring")
when not declared(vkGetExternalComputeQueueDataNV):
  var vkGetExternalComputeQueueDataNV*: proc(externalQueue: VkExternalComputeQueueNV_1124081973;
      params: ptr VkExternalComputeQueueDataParamsNV_1124081985; pData: pointer): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetExternalComputeQueueDataNV" &
        " already exists, not redeclaring")
when not declared(vkGetClusterAccelerationStructureBuildSizesNV):
  var vkGetClusterAccelerationStructureBuildSizesNV*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkClusterAccelerationStructureInputInfoNV_1124082079;
      pSizeInfo: ptr VkAccelerationStructureBuildSizesInfoKHR_1124082123): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetClusterAccelerationStructureBuildSizesNV" &
        " already exists, not redeclaring")
when not declared(vkCmdBuildClusterAccelerationStructureIndirectNV):
  var vkCmdBuildClusterAccelerationStructureIndirectNV*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      pCommandInfos: ptr VkClusterAccelerationStructureCommandsInfoNV_1124082087): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBuildClusterAccelerationStructureIndirectNV" &
        " already exists, not redeclaring")
when not declared(vkGetPartitionedAccelerationStructuresBuildSizesNV):
  var vkGetPartitionedAccelerationStructuresBuildSizesNV*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkPartitionedAccelerationStructureInstancesInputNV_1124082177;
      pSizeInfo: ptr VkAccelerationStructureBuildSizesInfoKHR_1124082123): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPartitionedAccelerationStructuresBuildSizesNV" &
        " already exists, not redeclaring")
when not declared(vkCmdBuildPartitionedAccelerationStructuresNV):
  var vkCmdBuildPartitionedAccelerationStructuresNV*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      pBuildInfo: ptr VkBuildPartitionedAccelerationStructureInfoNV_1124082181): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBuildPartitionedAccelerationStructuresNV" &
        " already exists, not redeclaring")
when not declared(vkGetGeneratedCommandsMemoryRequirementsEXT):
  var vkGetGeneratedCommandsMemoryRequirementsEXT*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkGeneratedCommandsMemoryRequirementsInfoEXT_1124082221;
      pMemoryRequirements: ptr VkMemoryRequirements2_1124075327): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetGeneratedCommandsMemoryRequirementsEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdPreprocessGeneratedCommandsEXT):
  var vkCmdPreprocessGeneratedCommandsEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pGeneratedCommandsInfo: ptr VkGeneratedCommandsInfoEXT_1124082245;
      stateCommandBuffer: VkCommandBuffer_1124073950): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdPreprocessGeneratedCommandsEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdExecuteGeneratedCommandsEXT):
  var vkCmdExecuteGeneratedCommandsEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      isPreprocessed: VkBool32_1124073926;
      pGeneratedCommandsInfo: ptr VkGeneratedCommandsInfoEXT_1124082245): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdExecuteGeneratedCommandsEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateIndirectCommandsLayoutEXT):
  var vkCreateIndirectCommandsLayoutEXT*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkIndirectCommandsLayoutCreateInfoEXT_1124082277;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pIndirectCommandsLayout: ptr VkIndirectCommandsLayoutEXT_1124082189): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateIndirectCommandsLayoutEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyIndirectCommandsLayoutEXT):
  var vkDestroyIndirectCommandsLayoutEXT*: proc(device: VkDevice_1124073944;
      indirectCommandsLayout: VkIndirectCommandsLayoutEXT_1124082189;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyIndirectCommandsLayoutEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateIndirectExecutionSetEXT):
  var vkCreateIndirectExecutionSetEXT*: proc(device: VkDevice_1124073944; pCreateInfo: ptr VkIndirectExecutionSetCreateInfoEXT_1124082241;
                                        pAllocator: ptr VkAllocationCallbacks_1124074499;
      pIndirectExecutionSet: ptr VkIndirectExecutionSetEXT_1124082187): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateIndirectExecutionSetEXT" &
        " already exists, not redeclaring")
when not declared(vkDestroyIndirectExecutionSetEXT):
  var vkDestroyIndirectExecutionSetEXT*: proc(device: VkDevice_1124073944;
      indirectExecutionSet: VkIndirectExecutionSetEXT_1124082187;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyIndirectExecutionSetEXT" &
        " already exists, not redeclaring")
when not declared(vkUpdateIndirectExecutionSetPipelineEXT):
  var vkUpdateIndirectExecutionSetPipelineEXT*: proc(device: VkDevice_1124073944;
      indirectExecutionSet: VkIndirectExecutionSetEXT_1124082187;
      executionSetWriteCount: uint32;
      pExecutionSetWrites: ptr VkWriteIndirectExecutionSetPipelineEXT_1124082249): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkUpdateIndirectExecutionSetPipelineEXT" &
        " already exists, not redeclaring")
when not declared(vkUpdateIndirectExecutionSetShaderEXT):
  var vkUpdateIndirectExecutionSetShaderEXT*: proc(device: VkDevice_1124073944;
      indirectExecutionSet: VkIndirectExecutionSetEXT_1124082187;
      executionSetWriteCount: uint32;
      pExecutionSetWrites: ptr VkWriteIndirectExecutionSetShaderEXT_1124082301): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkUpdateIndirectExecutionSetShaderEXT" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV):
  var vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; pPropertyCount: ptr uint32;
      pProperties: ptr VkCooperativeMatrixFlexibleDimensionsPropertiesNV_1124082359): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV" &
        " already exists, not redeclaring")
when not declared(vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM):
  var vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; queueFamilyIndex: uint32;
      pCounterCount: ptr uint32; pCounters: ptr VkPerformanceCounterARM_1124082387;
      pCounterDescriptions: ptr VkPerformanceCounterDescriptionARM_1124082391): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " &
        "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM" &
        " already exists, not redeclaring")
when not declared(vkCmdEndRendering2EXT):
  proc vkCmdEndRendering2EXT*(commandBuffer: VkCommandBuffer_1124073950;
                              pRenderingEndInfo: ptr VkRenderingEndInfoKHR_1124078643): void {.
      cdecl, importc: "vkCmdEndRendering2EXT".}
else:
  static :
    hint("Declaration of " & "vkCmdEndRendering2EXT" &
        " already exists, not redeclaring")
when not declared(vkCmdBeginCustomResolveEXT):
  var vkCmdBeginCustomResolveEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pBeginCustomResolveInfo: ptr VkBeginCustomResolveInfoEXT_1124082445): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBeginCustomResolveEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateAccelerationStructureKHR):
  var vkCreateAccelerationStructureKHR*: proc(device: VkDevice_1124073944;
      pCreateInfo: ptr VkAccelerationStructureCreateInfoKHR_1124082517;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pAccelerationStructure: ptr VkAccelerationStructureKHR_1124080259): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(vkDestroyAccelerationStructureKHR):
  var vkDestroyAccelerationStructureKHR*: proc(device: VkDevice_1124073944;
      accelerationStructure: VkAccelerationStructureKHR_1124080259;
      pAllocator: ptr VkAllocationCallbacks_1124074499): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkDestroyAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBuildAccelerationStructuresKHR):
  var vkCmdBuildAccelerationStructuresKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      infoCount: uint32;
      pInfos: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      ppBuildRangeInfos: ptr ptr VkAccelerationStructureBuildRangeInfoKHR_1124082489): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBuildAccelerationStructuresKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdBuildAccelerationStructuresIndirectKHR):
  var vkCmdBuildAccelerationStructuresIndirectKHR*: proc(
      commandBuffer: VkCommandBuffer_1124073950; infoCount: uint32;
      pInfos: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      pIndirectDeviceAddresses: ptr VkDeviceAddress_1124073928;
      pIndirectStrides: ptr uint32; ppMaxPrimitiveCounts: ptr ptr uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdBuildAccelerationStructuresIndirectKHR" &
        " already exists, not redeclaring")
when not declared(vkBuildAccelerationStructuresKHR):
  var vkBuildAccelerationStructuresKHR*: proc(device: VkDevice_1124073944;
      deferredOperation: VkDeferredOperationKHR_1124077691; infoCount: uint32;
      pInfos: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      ppBuildRangeInfos: ptr ptr VkAccelerationStructureBuildRangeInfoKHR_1124082489): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkBuildAccelerationStructuresKHR" &
        " already exists, not redeclaring")
when not declared(vkCopyAccelerationStructureKHR):
  var vkCopyAccelerationStructureKHR*: proc(device: VkDevice_1124073944;
      deferredOperation: VkDeferredOperationKHR_1124077691; pInfo: ptr VkCopyAccelerationStructureInfoKHR_1124082549): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(vkCopyAccelerationStructureToMemoryKHR):
  var vkCopyAccelerationStructureToMemoryKHR*: proc(device: VkDevice_1124073944;
      deferredOperation: VkDeferredOperationKHR_1124077691;
      pInfo: ptr VkCopyAccelerationStructureToMemoryInfoKHR_1124082541): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyAccelerationStructureToMemoryKHR" &
        " already exists, not redeclaring")
when not declared(vkCopyMemoryToAccelerationStructureKHR):
  var vkCopyMemoryToAccelerationStructureKHR*: proc(device: VkDevice_1124073944;
      deferredOperation: VkDeferredOperationKHR_1124077691;
      pInfo: ptr VkCopyMemoryToAccelerationStructureInfoKHR_1124082545): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCopyMemoryToAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(vkWriteAccelerationStructuresPropertiesKHR):
  var vkWriteAccelerationStructuresPropertiesKHR*: proc(device: VkDevice_1124073944;
      accelerationStructureCount: uint32;
      pAccelerationStructures: ptr VkAccelerationStructureKHR_1124080259;
      queryType: VkQueryType_1124074039; dataSize: csize_t; pData: pointer;
      stride: csize_t): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkWriteAccelerationStructuresPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyAccelerationStructureKHR):
  var vkCmdCopyAccelerationStructureKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pInfo: ptr VkCopyAccelerationStructureInfoKHR_1124082549): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdCopyAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyAccelerationStructureToMemoryKHR):
  var vkCmdCopyAccelerationStructureToMemoryKHR*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      pInfo: ptr VkCopyAccelerationStructureToMemoryInfoKHR_1124082541): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyAccelerationStructureToMemoryKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdCopyMemoryToAccelerationStructureKHR):
  var vkCmdCopyMemoryToAccelerationStructureKHR*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      pInfo: ptr VkCopyMemoryToAccelerationStructureInfoKHR_1124082545): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCopyMemoryToAccelerationStructureKHR" &
        " already exists, not redeclaring")
when not declared(vkGetAccelerationStructureDeviceAddressKHR):
  var vkGetAccelerationStructureDeviceAddressKHR*: proc(device: VkDevice_1124073944;
      pInfo: ptr VkAccelerationStructureDeviceAddressInfoKHR_1124082533): VkDeviceAddress_1124073928 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetAccelerationStructureDeviceAddressKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdWriteAccelerationStructuresPropertiesKHR):
  var vkCmdWriteAccelerationStructuresPropertiesKHR*: proc(
      commandBuffer: VkCommandBuffer_1124073950;
      accelerationStructureCount: uint32;
      pAccelerationStructures: ptr VkAccelerationStructureKHR_1124080259;
      queryType: VkQueryType_1124074039; queryPool: VkQueryPool_1124073956;
      firstQuery: uint32): void {.cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdWriteAccelerationStructuresPropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceAccelerationStructureCompatibilityKHR):
  var vkGetDeviceAccelerationStructureCompatibilityKHR*: proc(device: VkDevice_1124073944;
      pVersionInfo: ptr VkAccelerationStructureVersionInfoKHR_1124082537;
      pCompatibility: ptr VkAccelerationStructureCompatibilityKHR_1124080791): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetDeviceAccelerationStructureCompatibilityKHR" &
        " already exists, not redeclaring")
when not declared(vkGetAccelerationStructureBuildSizesKHR):
  var vkGetAccelerationStructureBuildSizesKHR*: proc(device: VkDevice_1124073944;
      buildType: VkAccelerationStructureBuildTypeKHR_1124080795;
      pBuildInfo: ptr VkAccelerationStructureBuildGeometryInfoKHR_1124082513;
      pMaxPrimitiveCounts: ptr uint32;
      pSizeInfo: ptr VkAccelerationStructureBuildSizesInfoKHR_1124082123): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetAccelerationStructureBuildSizesKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdTraceRaysKHR):
  var vkCmdTraceRaysKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pRaygenShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      pMissShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      pHitShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      pCallableShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
                          width: uint32; height: uint32; depth: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdTraceRaysKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateRayTracingPipelinesKHR):
  var vkCreateRayTracingPipelinesKHR*: proc(device: VkDevice_1124073944;
      deferredOperation: VkDeferredOperationKHR_1124077691;
                                       pipelineCache: VkPipelineCache_1124073972;
                                       createInfoCount: uint32; pCreateInfos: ptr VkRayTracingPipelineCreateInfoKHR_1124082597;
                                       pAllocator: ptr VkAllocationCallbacks_1124074499;
                                       pPipelines: ptr VkPipeline_1124073983): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateRayTracingPipelinesKHR" &
        " already exists, not redeclaring")
when not declared(vkGetRayTracingCaptureReplayShaderGroupHandlesKHR):
  var vkGetRayTracingCaptureReplayShaderGroupHandlesKHR*: proc(device: VkDevice_1124073944;
      pipeline: VkPipeline_1124073983; firstGroup: uint32; groupCount: uint32;
      dataSize: csize_t; pData: pointer): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdTraceRaysIndirectKHR):
  var vkCmdTraceRaysIndirectKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pRaygenShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      pMissShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      pHitShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
      pCallableShaderBindingTable: ptr VkStridedDeviceAddressRegionKHR_1124082083;
                                  indirectDeviceAddress: VkDeviceAddress_1124073928): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdTraceRaysIndirectKHR" &
        " already exists, not redeclaring")
when not declared(vkGetRayTracingShaderGroupStackSizeKHR):
  var vkGetRayTracingShaderGroupStackSizeKHR*: proc(device: VkDevice_1124073944;
      pipeline: VkPipeline_1124073983; group: uint32;
      groupShader: VkShaderGroupShaderKHR_1124082585): VkDeviceSize_1124073930 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetRayTracingShaderGroupStackSizeKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdSetRayTracingPipelineStackSizeKHR):
  var vkCmdSetRayTracingPipelineStackSizeKHR*: proc(commandBuffer: VkCommandBuffer_1124073950;
      pipelineStackSize: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdSetRayTracingPipelineStackSizeKHR" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMeshTasksEXT):
  var vkCmdDrawMeshTasksEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                              groupCountX: uint32; groupCountY: uint32;
                              groupCountZ: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMeshTasksEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMeshTasksIndirectEXT):
  var vkCmdDrawMeshTasksIndirectEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                      buffer: VkBuffer_1124073936;
                                      offset: VkDeviceSize_1124073930;
                                      drawCount: uint32; stride: uint32): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMeshTasksIndirectEXT" &
        " already exists, not redeclaring")
when not declared(vkCmdDrawMeshTasksIndirectCountEXT):
  var vkCmdDrawMeshTasksIndirectCountEXT*: proc(commandBuffer: VkCommandBuffer_1124073950;
      buffer: VkBuffer_1124073936; offset: VkDeviceSize_1124073930;
      countBuffer: VkBuffer_1124073936; countBufferOffset: VkDeviceSize_1124073930;
      maxDrawCount: uint32; stride: uint32): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDrawMeshTasksIndirectCountEXT" &
        " already exists, not redeclaring")
when not declared(vkCreateWin32SurfaceKHR):
  proc vkCreateWin32SurfaceKHR*(instance: VkInstance_1124073940;
                                pCreateInfo: ptr VkWin32SurfaceCreateInfoKHR_1124082653;
                                pAllocator: ptr VkAllocationCallbacks_1124074499;
                                pSurface: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl, importc: "vkCreateWin32SurfaceKHR".}
else:
  static :
    hint("Declaration of " & "vkCreateWin32SurfaceKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceWin32PresentationSupportKHR):
  proc vkGetPhysicalDeviceWin32PresentationSupportKHR*(
      physicalDevice: VkPhysicalDevice_1124073942; queueFamilyIndex: uint32): VkBool32_1124073926 {.
      cdecl, importc: "vkGetPhysicalDeviceWin32PresentationSupportKHR".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceWin32PresentationSupportKHR" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryWin32HandleKHR):
  proc vkGetMemoryWin32HandleKHR*(device: VkDevice_1124073944;
      pGetWin32HandleInfo: ptr VkMemoryGetWin32HandleInfoKHR_1124082681;
                                  pHandle: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl, importc: "vkGetMemoryWin32HandleKHR".}
else:
  static :
    hint("Declaration of " & "vkGetMemoryWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryWin32HandlePropertiesKHR):
  proc vkGetMemoryWin32HandlePropertiesKHR*(device: VkDevice_1124073944;
      handleType: VkExternalMemoryHandleTypeFlagBits_1124075211; handle: HANDLE_1124082661;
      pMemoryWin32HandleProperties: ptr VkMemoryWin32HandlePropertiesKHR_1124082677): VkResult_1124073995 {.
      cdecl, importc: "vkGetMemoryWin32HandlePropertiesKHR".}
else:
  static :
    hint("Declaration of " & "vkGetMemoryWin32HandlePropertiesKHR" &
        " already exists, not redeclaring")
when not declared(vkImportSemaphoreWin32HandleKHR):
  proc vkImportSemaphoreWin32HandleKHR*(device: VkDevice_1124073944;
      pImportSemaphoreWin32HandleInfo: ptr VkImportSemaphoreWin32HandleInfoKHR_1124082693): VkResult_1124073995 {.
      cdecl, importc: "vkImportSemaphoreWin32HandleKHR".}
else:
  static :
    hint("Declaration of " & "vkImportSemaphoreWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(vkGetSemaphoreWin32HandleKHR):
  proc vkGetSemaphoreWin32HandleKHR*(device: VkDevice_1124073944;
      pGetWin32HandleInfo: ptr VkSemaphoreGetWin32HandleInfoKHR_1124082705;
                                     pHandle: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl, importc: "vkGetSemaphoreWin32HandleKHR".}
else:
  static :
    hint("Declaration of " & "vkGetSemaphoreWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(vkImportFenceWin32HandleKHR):
  proc vkImportFenceWin32HandleKHR*(device: VkDevice_1124073944;
      pImportFenceWin32HandleInfo: ptr VkImportFenceWin32HandleInfoKHR_1124082713): VkResult_1124073995 {.
      cdecl, importc: "vkImportFenceWin32HandleKHR".}
else:
  static :
    hint("Declaration of " & "vkImportFenceWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(vkGetFenceWin32HandleKHR):
  proc vkGetFenceWin32HandleKHR*(device: VkDevice_1124073944;
      pGetWin32HandleInfo: ptr VkFenceGetWin32HandleInfoKHR_1124082721;
                                 pHandle: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl, importc: "vkGetFenceWin32HandleKHR".}
else:
  static :
    hint("Declaration of " & "vkGetFenceWin32HandleKHR" &
        " already exists, not redeclaring")
when not declared(vkGetMemoryWin32HandleNV):
  proc vkGetMemoryWin32HandleNV*(device: VkDevice_1124073944;
                                 memory: VkDeviceMemory_1124073954;
                                 handleType: VkExternalMemoryHandleTypeFlagsNV_1124078821;
                                 pHandle: ptr HANDLE_1124082661): VkResult_1124073995 {.
      cdecl, importc: "vkGetMemoryWin32HandleNV".}
else:
  static :
    hint("Declaration of " & "vkGetMemoryWin32HandleNV" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceSurfacePresentModes2EXT):
  proc vkGetPhysicalDeviceSurfacePresentModes2EXT*(
      physicalDevice: VkPhysicalDevice_1124073942;
      pSurfaceInfo: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      pPresentModeCount: ptr uint32; pPresentModes: ptr VkPresentModeKHR_1124076471): VkResult_1124073995 {.
      cdecl, importc: "vkGetPhysicalDeviceSurfacePresentModes2EXT".}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceSurfacePresentModes2EXT" &
        " already exists, not redeclaring")
when not declared(vkAcquireFullScreenExclusiveModeEXT):
  var vkAcquireFullScreenExclusiveModeEXT*: proc(device: VkDevice_1124073944;
      swapchain: VkSwapchainKHR_1124076507): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkAcquireFullScreenExclusiveModeEXT" &
        " already exists, not redeclaring")
when not declared(vkReleaseFullScreenExclusiveModeEXT):
  var vkReleaseFullScreenExclusiveModeEXT*: proc(device: VkDevice_1124073944;
      swapchain: VkSwapchainKHR_1124076507): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkReleaseFullScreenExclusiveModeEXT" &
        " already exists, not redeclaring")
when not declared(vkGetDeviceGroupSurfacePresentModes2EXT):
  proc vkGetDeviceGroupSurfacePresentModes2EXT*(device: VkDevice_1124073944;
      pSurfaceInfo: ptr VkPhysicalDeviceSurfaceInfo2KHR_1124077405;
      pModes: ptr VkDeviceGroupPresentModeFlagsKHR_1124076519): VkResult_1124073995 {.
      cdecl, importc: "vkGetDeviceGroupSurfacePresentModes2EXT".}
else:
  static :
    hint("Declaration of " & "vkGetDeviceGroupSurfacePresentModes2EXT" &
        " already exists, not redeclaring")
when not declared(vkAcquireWinrtDisplayNV):
  var vkAcquireWinrtDisplayNV*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                                display: VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkAcquireWinrtDisplayNV" &
        " already exists, not redeclaring")
when not declared(vkGetWinrtDisplayNV):
  var vkGetWinrtDisplayNV*: proc(physicalDevice: VkPhysicalDevice_1124073942;
                            deviceRelativeId: uint32; pDisplay: ptr VkDisplayKHR_1124076571): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetWinrtDisplayNV" &
        " already exists, not redeclaring")
when not declared(vkCreateXlibSurfaceKHR):
  var vkCreateXlibSurfaceKHR*: proc(instance: VkInstance_1124073940;
                               pCreateInfo: ptr VkXlibSurfaceCreateInfoKHR_1124082779;
                               pAllocator: ptr VkAllocationCallbacks_1124074499;
                               pSurface: ptr VkSurfaceKHR_1124076467): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateXlibSurfaceKHR" &
        " already exists, not redeclaring")
when not declared(vkGetPhysicalDeviceXlibPresentationSupportKHR):
  var vkGetPhysicalDeviceXlibPresentationSupportKHR*: proc(
      physicalDevice: VkPhysicalDevice_1124073942; queueFamilyIndex: uint32;
      dpy: ptr Display_1124082775; visualID: VisualID_1124082785): VkBool32_1124073926 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetPhysicalDeviceXlibPresentationSupportKHR" &
        " already exists, not redeclaring")
when not declared(vkCreateExecutionGraphPipelinesAMDX):
  var vkCreateExecutionGraphPipelinesAMDX*: proc(device: VkDevice_1124073944;
      pipelineCache: VkPipelineCache_1124073972; createInfoCount: uint32;
      pCreateInfos: ptr VkExecutionGraphPipelineCreateInfoAMDX_1124082809;
      pAllocator: ptr VkAllocationCallbacks_1124074499;
      pPipelines: ptr VkPipeline_1124073983): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCreateExecutionGraphPipelinesAMDX" &
        " already exists, not redeclaring")
when not declared(vkGetExecutionGraphPipelineScratchSizeAMDX):
  var vkGetExecutionGraphPipelineScratchSizeAMDX*: proc(device: VkDevice_1124073944;
      executionGraph: VkPipeline_1124073983;
      pSizeInfo: ptr VkExecutionGraphPipelineScratchSizeAMDX_1124082805): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetExecutionGraphPipelineScratchSizeAMDX" &
        " already exists, not redeclaring")
when not declared(vkGetExecutionGraphPipelineNodeIndexAMDX):
  var vkGetExecutionGraphPipelineNodeIndexAMDX*: proc(device: VkDevice_1124073944;
      executionGraph: VkPipeline_1124073983;
      pNodeInfo: ptr VkPipelineShaderStageNodeCreateInfoAMDX_1124082825;
      pNodeIndex: ptr uint32): VkResult_1124073995 {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkGetExecutionGraphPipelineNodeIndexAMDX" &
        " already exists, not redeclaring")
when not declared(vkCmdInitializeGraphScratchMemoryAMDX):
  var vkCmdInitializeGraphScratchMemoryAMDX*: proc(commandBuffer: VkCommandBuffer_1124073950;
      executionGraph: VkPipeline_1124073983; scratch: VkDeviceAddress_1124073928;
      scratchSize: VkDeviceSize_1124073930): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdInitializeGraphScratchMemoryAMDX" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchGraphAMDX):
  var vkCmdDispatchGraphAMDX*: proc(commandBuffer: VkCommandBuffer_1124073950;
                               scratch: VkDeviceAddress_1124073928;
                               scratchSize: VkDeviceSize_1124073930;
                               pCountInfo: ptr VkDispatchGraphCountInfoAMDX_1124082821): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchGraphAMDX" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchGraphIndirectAMDX):
  var vkCmdDispatchGraphIndirectAMDX*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                       scratch: VkDeviceAddress_1124073928;
                                       scratchSize: VkDeviceSize_1124073930;
      pCountInfo: ptr VkDispatchGraphCountInfoAMDX_1124082821): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchGraphIndirectAMDX" &
        " already exists, not redeclaring")
when not declared(vkCmdDispatchGraphIndirectCountAMDX):
  var vkCmdDispatchGraphIndirectCountAMDX*: proc(commandBuffer: VkCommandBuffer_1124073950;
      scratch: VkDeviceAddress_1124073928; scratchSize: VkDeviceSize_1124073930;
      countInfo: VkDeviceAddress_1124073928): void {.cdecl,
    .}
else:
  static :
    hint("Declaration of " & "vkCmdDispatchGraphIndirectCountAMDX" &
        " already exists, not redeclaring")
when not declared(vkCreateCudaModuleNV):
  var vkCreateCudaModuleNV*: proc(device: VkDevice_1124073944;
                             pCreateInfo: ptr VkCudaModuleCreateInfoNV_1124082847;
                             pAllocator: ptr VkAllocationCallbacks_1124074499;
                             pModule: ptr VkCudaModuleNV_1124082841): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateCudaModuleNV" &
        " already exists, not redeclaring")
when not declared(vkGetCudaModuleCacheNV):
  var vkGetCudaModuleCacheNV*: proc(device: VkDevice_1124073944;
                               module: VkCudaModuleNV_1124082841;
                               pCacheSize: ptr csize_t; pCacheData: pointer): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkGetCudaModuleCacheNV" &
        " already exists, not redeclaring")
when not declared(vkCreateCudaFunctionNV):
  var vkCreateCudaFunctionNV*: proc(device: VkDevice_1124073944;
                               pCreateInfo: ptr VkCudaFunctionCreateInfoNV_1124082851;
                               pAllocator: ptr VkAllocationCallbacks_1124074499;
                               pFunction: ptr VkCudaFunctionNV_1124082843): VkResult_1124073995 {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCreateCudaFunctionNV" &
        " already exists, not redeclaring")
when not declared(vkDestroyCudaModuleNV):
  var vkDestroyCudaModuleNV*: proc(device: VkDevice_1124073944;
                              module: VkCudaModuleNV_1124082841;
                              pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyCudaModuleNV" &
        " already exists, not redeclaring")
when not declared(vkDestroyCudaFunctionNV):
  var vkDestroyCudaFunctionNV*: proc(device: VkDevice_1124073944;
                                function: VkCudaFunctionNV_1124082843;
                                pAllocator: ptr VkAllocationCallbacks_1124074499): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkDestroyCudaFunctionNV" &
        " already exists, not redeclaring")
when not declared(vkCmdCudaLaunchKernelNV):
  var vkCmdCudaLaunchKernelNV*: proc(commandBuffer: VkCommandBuffer_1124073950;
                                pLaunchInfo: ptr VkCudaLaunchInfoNV_1124082855): void {.
      cdecl.}
else:
  static :
    hint("Declaration of " & "vkCmdCudaLaunchKernelNV" &
        " already exists, not redeclaring")
proc `$`*(val: VkBuffer_1124073935): string = $(cast[int](val))
proc `$`*(val: VkImage_1124073937): string = $(cast[int](val))
proc `$`*(val: VkInstance_1124073939): string = $(cast[int](val))
proc `$`*(val: VkPhysicalDevice_1124073941): string = $(cast[int](val))
proc `$`*(val: VkDevice_1124073943): string = $(cast[int](val))
proc `$`*(val: VkQueue_1124073945): string = $(cast[int](val))
proc `$`*(val: VkSemaphore_1124073947): string = $(cast[int](val))
proc `$`*(val: VkCommandBuffer_1124073949): string = $(cast[int](val))
proc `$`*(val: VkFence_1124073951): string = $(cast[int](val))
proc `$`*(val: VkDeviceMemory_1124073953): string = $(cast[int](val))
proc `$`*(val: VkQueryPool_1124073955): string = $(cast[int](val))
proc `$`*(val: VkImageView_1124073957): string = $(cast[int](val))
proc `$`*(val: VkCommandPool_1124073959): string = $(cast[int](val))
proc `$`*(val: VkRenderPass_1124073961): string = $(cast[int](val))
proc `$`*(val: VkFramebuffer_1124073963): string = $(cast[int](val))
proc `$`*(val: VkEvent_1124073965): string = $(cast[int](val))
proc `$`*(val: VkBufferView_1124073967): string = $(cast[int](val))
proc `$`*(val: VkShaderModule_1124073969): string = $(cast[int](val))
proc `$`*(val: VkPipelineCache_1124073971): string = $(cast[int](val))
proc `$`*(val: VkPipelineLayout_1124073980): string = $(cast[int](val))
proc `$`*(val: VkPipeline_1124073982): string = $(cast[int](val))
proc `$`*(val: VkDescriptorSetLayout_1124073984): string = $(cast[int](val))
proc `$`*(val: VkSampler_1124073986): string = $(cast[int](val))
proc `$`*(val: VkDescriptorSet_1124073988): string = $(cast[int](val))
proc `$`*(val: VkDescriptorPool_1124073990): string = $(cast[int](val))
proc `$`*(val: VkDescriptorUpdateTemplate_1124075166): string = $(cast[int](val))
proc `$`*(val: VkSamplerYcbcrConversion_1124075168): string = $(cast[int](val))
proc `$`*(val: VkPrivateDataSlot_1124075862): string = $(cast[int](val))
proc `$`*(val: VkSurfaceKHR_1124076466): string = $(cast[int](val))
proc `$`*(val: VkSwapchainKHR_1124076506): string = $(cast[int](val))
proc `$`*(val: VkDisplayKHR_1124076570): string = $(cast[int](val))
proc `$`*(val: VkDisplayModeKHR_1124076572): string = $(cast[int](val))
proc `$`*(val: VkVideoSessionKHR_1124076632): string = $(cast[int](val))
proc `$`*(val: VkVideoSessionParametersKHR_1124076634): string = $(cast[int](val))
proc `$`*(val: VkDeferredOperationKHR_1124077690): string = $(cast[int](val))
proc `$`*(val: VkPipelineBinaryKHR_1124078054): string = $(cast[int](val))
proc `$`*(val: VkDebugReportCallbackEXT_1124078654): string = $(cast[int](val))
proc `$`*(val: VkCuModuleNVX_1124078746): string = $(cast[int](val))
proc `$`*(val: VkCuFunctionNVX_1124078748): string = $(cast[int](val))
proc `$`*(val: VkDebugUtilsMessengerEXT_1124079052): string = $(cast[int](val))
proc `$`*(val: VkValidationCacheEXT_1124079244): string = $(cast[int](val))
proc `$`*(val: VkAccelerationStructureNV_1124079324): string = $(cast[int](val))
proc `$`*(val: VkPerformanceConfigurationINTEL_1124079626): string = $(cast[int](val))
proc `$`*(val: VkIndirectCommandsLayoutNV_1124080010): string = $(cast[int](val))
proc `$`*(val: VkAccelerationStructureKHR_1124080258): string = $(cast[int](val))
proc `$`*(val: VkMicromapEXT_1124080766): string = $(cast[int](val))
proc `$`*(val: VkTensorARM_1124081244): string = $(cast[int](val))
proc `$`*(val: VkTensorViewARM_1124081246): string = $(cast[int](val))
proc `$`*(val: VkOpticalFlowSessionNV_1124081402): string = $(cast[int](val))
proc `$`*(val: VkShaderEXT_1124081502): string = $(cast[int](val))
proc `$`*(val: VkDataGraphPipelineSessionARM_1124081708): string = $(cast[int](val))
proc `$`*(val: VkExternalComputeQueueNV_1124081972): string = $(cast[int](val))
proc `$`*(val: VkIndirectExecutionSetEXT_1124082186): string = $(cast[int](val))
proc `$`*(val: VkIndirectCommandsLayoutEXT_1124082188): string = $(cast[int](val))
proc `$`*(val: HINSTANCE_1124082648): string = $(cast[int](val))
proc `$`*(val: HWND_1124082650): string = $(cast[int](val))
proc `$`*(val: HMONITOR_1124082754): string = $(cast[int](val))
proc `$`*(val: VkCudaModuleNV_1124082840): string = $(cast[int](val))
proc `$`*(val: VkCudaFunctionNV_1124082842): string = $(cast[int](val))

import std/dynlib
import std/strutils
import std/logging
import std/envvars

var vkInstance*: VkInstance = VkInstance(nil)
var vkPhysicalDevices: seq[VkPhysicalDevice]

template checkVkResult*(call: untyped) =
  when defined(release):
    discard call
  else:
    # yes, a bit cheap, but this is only for nice debug output
    var callstr = astToStr(call).replace("\n", "")
    while callstr.find("  ") >= 0:
      callstr = callstr.replace("  ", " ")
    debug "Calling vulkan: ", callstr
    let value = call
    if value != VK_SUCCESS:
      error "Vulkan error: ", astToStr(call), " returned ", $value
      raise newException(
        Exception, "Vulkan error: " & astToStr(call) & " returned " & $value
      )

proc loadFunc[T](instance: VkInstance, f: var T, name: string) =
  f = cast[T](vkGetInstanceProcAddr(instance, name))

proc hasValidationLayer*(): bool =
  const val_layer = "VK_LAYER_KHRONOS_validation"
  var n_layers: uint32
  checkVkResult vkEnumerateInstanceLayerProperties(addr(n_layers), nil)
  if n_layers > 0:
    var layers = newSeq[VkLayerProperties](n_layers)
    checkVkResult vkEnumerateInstanceLayerProperties(addr(n_layers), addr layers[0])
    for layer in layers:
      let layerName = $(cast[cstring](addr layer.layerName[0]))
      if layerName.startsWith(val_layer):
        return true
  return false

proc initVulkan*() =
  if vkGetInstanceProcAddr != nil:
    return

  when defined(linux):
    let vulkanLib = loadLib("libvulkan.so.1")
  when defined(windows):
    let vulkanLib = loadLib("vulkan-1.dll")
  if vulkanLib == nil:
    raise newException(Exception, "Unable to load vulkan library")

  # load function-pointer resolver function
  vkGetInstanceProcAddr = cast[typeof(vkGetInstanceProcAddr)](checkedSymAddr(vulkanLib, "vkGetInstanceProcAddr"))

  # need to create an instance before loading other function points
  loadFunc(vkInstance, vkCreateInstance, "vkCreateInstance")
  # and this one, to check which layers are available for instance creation
  loadFunc(vkInstance, vkEnumerateInstanceLayerProperties, "vkEnumerateInstanceLayerProperties")

  # extensions
  var extensions = @["VK_KHR_surface"]
  when not defined(release):
    extensions.add "VK_EXT_debug_utils"
  when defined(windows):
    extensions.add "VK_KHR_win32_surface"
  when defined(linux):
    extensions.add "VK_KHR_xlib_surface"
  let extensionsC = allocCStringArray(extensions)
  defer: deallocCStringArray(extensionsC)

  # layers
  var layers: seq[string]
  when not defined(release):
    if hasValidationLayer():
      layers.add "VK_LAYER_KHRONOS_validation"
  var layersC = allocCStringArray(layers)
  defer: deallocCStringArray(layersC)

  putEnv(
    "VK_LAYER_ENABLES",
    "VALIDATION_CHECK_ENABLE_VENDOR_SPECIFIC_AMD,VALIDATION_CHECK_ENABLE_VENDOR_SPECIFIC_NVIDIA,VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXTVK_VALIDATION_FEATURE_ENABLE_GPU_ASSISTED_EXT,VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT",
  )

  echo "Use instance extensions: ", extensions
  echo "Use layers: ", layers
  let createInfo = VkInstanceCreateInfo(
    pNext: nil,
    flags: 0,
    pApplicationInfo: nil,
    enabledLayerCount: layers.len.uint32,
    ppEnabledLayerNames: cast[ptr cstring](layersC),
    enabledExtensionCount: extensions.len.uint32,
    ppEnabledExtensionNames: cast[ptr cstring](extensionsC),
  )
  checkVkResult vkCreateInstance(addr createInfo, nil, addr vkInstance)

  # load all functions (some might be null, not checking here)
  loadFunc(vkInstance, vkDestroyInstance, "vkDestroyInstance")
  loadFunc(vkInstance, vkEnumeratePhysicalDevices, "vkEnumeratePhysicalDevices")
  loadFunc(vkInstance, vkGetPhysicalDeviceFeatures, "vkGetPhysicalDeviceFeatures")
  loadFunc(vkInstance, vkGetPhysicalDeviceFormatProperties, "vkGetPhysicalDeviceFormatProperties")
  loadFunc(vkInstance, vkGetPhysicalDeviceImageFormatProperties, "vkGetPhysicalDeviceImageFormatProperties")
  loadFunc(vkInstance, vkGetPhysicalDeviceProperties, "vkGetPhysicalDeviceProperties")
  loadFunc(vkInstance, vkGetPhysicalDeviceQueueFamilyProperties, "vkGetPhysicalDeviceQueueFamilyProperties")
  loadFunc(vkInstance, vkGetPhysicalDeviceMemoryProperties, "vkGetPhysicalDeviceMemoryProperties")
  loadFunc(vkInstance, vkGetDeviceProcAddr, "vkGetDeviceProcAddr")
  loadFunc(vkInstance, vkCreateDevice, "vkCreateDevice")
  loadFunc(vkInstance, vkDestroyDevice, "vkDestroyDevice")
  loadFunc(vkInstance, vkEnumerateInstanceExtensionProperties, "vkEnumerateInstanceExtensionProperties")
  loadFunc(vkInstance, vkEnumerateDeviceExtensionProperties, "vkEnumerateDeviceExtensionProperties")
  loadFunc(vkInstance, vkEnumerateInstanceLayerProperties, "vkEnumerateInstanceLayerProperties")
  loadFunc(vkInstance, vkEnumerateDeviceLayerProperties, "vkEnumerateDeviceLayerProperties")
  loadFunc(vkInstance, vkGetDeviceQueue, "vkGetDeviceQueue")
  loadFunc(vkInstance, vkQueueSubmit, "vkQueueSubmit")
  loadFunc(vkInstance, vkQueueWaitIdle, "vkQueueWaitIdle")
  loadFunc(vkInstance, vkDeviceWaitIdle, "vkDeviceWaitIdle")
  loadFunc(vkInstance, vkAllocateMemory, "vkAllocateMemory")
  loadFunc(vkInstance, vkFreeMemory, "vkFreeMemory")
  loadFunc(vkInstance, vkMapMemory, "vkMapMemory")
  loadFunc(vkInstance, vkUnmapMemory, "vkUnmapMemory")
  loadFunc(vkInstance, vkFlushMappedMemoryRanges, "vkFlushMappedMemoryRanges")
  loadFunc(vkInstance, vkInvalidateMappedMemoryRanges, "vkInvalidateMappedMemoryRanges")
  loadFunc(vkInstance, vkGetDeviceMemoryCommitment, "vkGetDeviceMemoryCommitment")
  loadFunc(vkInstance, vkBindBufferMemory, "vkBindBufferMemory")
  loadFunc(vkInstance, vkBindImageMemory, "vkBindImageMemory")
  loadFunc(vkInstance, vkGetBufferMemoryRequirements, "vkGetBufferMemoryRequirements")
  loadFunc(vkInstance, vkGetImageMemoryRequirements, "vkGetImageMemoryRequirements")
  loadFunc(vkInstance, vkGetImageSparseMemoryRequirements, "vkGetImageSparseMemoryRequirements")
  loadFunc(vkInstance, vkGetPhysicalDeviceSparseImageFormatProperties, "vkGetPhysicalDeviceSparseImageFormatProperties")
  loadFunc(vkInstance, vkQueueBindSparse, "vkQueueBindSparse")
  loadFunc(vkInstance, vkCreateFence, "vkCreateFence")
  loadFunc(vkInstance, vkDestroyFence, "vkDestroyFence")
  loadFunc(vkInstance, vkResetFences, "vkResetFences")
  loadFunc(vkInstance, vkGetFenceStatus, "vkGetFenceStatus")
  loadFunc(vkInstance, vkWaitForFences, "vkWaitForFences")
  loadFunc(vkInstance, vkCreateSemaphore, "vkCreateSemaphore")
  loadFunc(vkInstance, vkDestroySemaphore, "vkDestroySemaphore")
  loadFunc(vkInstance, vkCreateQueryPool, "vkCreateQueryPool")
  loadFunc(vkInstance, vkDestroyQueryPool, "vkDestroyQueryPool")
  loadFunc(vkInstance, vkGetQueryPoolResults, "vkGetQueryPoolResults")
  loadFunc(vkInstance, vkCreateBuffer, "vkCreateBuffer")
  loadFunc(vkInstance, vkDestroyBuffer, "vkDestroyBuffer")
  loadFunc(vkInstance, vkCreateImage, "vkCreateImage")
  loadFunc(vkInstance, vkDestroyImage, "vkDestroyImage")
  loadFunc(vkInstance, vkGetImageSubresourceLayout, "vkGetImageSubresourceLayout")
  loadFunc(vkInstance, vkCreateImageView, "vkCreateImageView")
  loadFunc(vkInstance, vkDestroyImageView, "vkDestroyImageView")
  loadFunc(vkInstance, vkCreateCommandPool, "vkCreateCommandPool")
  loadFunc(vkInstance, vkDestroyCommandPool, "vkDestroyCommandPool")
  loadFunc(vkInstance, vkResetCommandPool, "vkResetCommandPool")
  loadFunc(vkInstance, vkAllocateCommandBuffers, "vkAllocateCommandBuffers")
  loadFunc(vkInstance, vkFreeCommandBuffers, "vkFreeCommandBuffers")
  loadFunc(vkInstance, vkBeginCommandBuffer, "vkBeginCommandBuffer")
  loadFunc(vkInstance, vkEndCommandBuffer, "vkEndCommandBuffer")
  loadFunc(vkInstance, vkResetCommandBuffer, "vkResetCommandBuffer")
  loadFunc(vkInstance, vkCmdCopyBuffer, "vkCmdCopyBuffer")
  loadFunc(vkInstance, vkCmdCopyImage, "vkCmdCopyImage")
  loadFunc(vkInstance, vkCmdCopyBufferToImage, "vkCmdCopyBufferToImage")
  loadFunc(vkInstance, vkCmdCopyImageToBuffer, "vkCmdCopyImageToBuffer")
  loadFunc(vkInstance, vkCmdUpdateBuffer, "vkCmdUpdateBuffer")
  loadFunc(vkInstance, vkCmdFillBuffer, "vkCmdFillBuffer")
  loadFunc(vkInstance, vkCmdPipelineBarrier, "vkCmdPipelineBarrier")
  loadFunc(vkInstance, vkCmdBeginQuery, "vkCmdBeginQuery")
  loadFunc(vkInstance, vkCmdEndQuery, "vkCmdEndQuery")
  loadFunc(vkInstance, vkCmdResetQueryPool, "vkCmdResetQueryPool")
  loadFunc(vkInstance, vkCmdWriteTimestamp, "vkCmdWriteTimestamp")
  loadFunc(vkInstance, vkCmdCopyQueryPoolResults, "vkCmdCopyQueryPoolResults")
  loadFunc(vkInstance, vkCmdExecuteCommands, "vkCmdExecuteCommands")
  loadFunc(vkInstance, vkCreateEvent, "vkCreateEvent")
  loadFunc(vkInstance, vkDestroyEvent, "vkDestroyEvent")
  loadFunc(vkInstance, vkGetEventStatus, "vkGetEventStatus")
  loadFunc(vkInstance, vkSetEvent, "vkSetEvent")
  loadFunc(vkInstance, vkResetEvent, "vkResetEvent")
  loadFunc(vkInstance, vkCreateBufferView, "vkCreateBufferView")
  loadFunc(vkInstance, vkDestroyBufferView, "vkDestroyBufferView")
  loadFunc(vkInstance, vkCreateShaderModule, "vkCreateShaderModule")
  loadFunc(vkInstance, vkDestroyShaderModule, "vkDestroyShaderModule")
  loadFunc(vkInstance, vkCreatePipelineCache, "vkCreatePipelineCache")
  loadFunc(vkInstance, vkDestroyPipelineCache, "vkDestroyPipelineCache")
  loadFunc(vkInstance, vkGetPipelineCacheData, "vkGetPipelineCacheData")
  loadFunc(vkInstance, vkMergePipelineCaches, "vkMergePipelineCaches")
  loadFunc(vkInstance, vkCreateComputePipelines, "vkCreateComputePipelines")
  loadFunc(vkInstance, vkDestroyPipeline, "vkDestroyPipeline")
  loadFunc(vkInstance, vkCreatePipelineLayout, "vkCreatePipelineLayout")
  loadFunc(vkInstance, vkDestroyPipelineLayout, "vkDestroyPipelineLayout")
  loadFunc(vkInstance, vkCreateSampler, "vkCreateSampler")
  loadFunc(vkInstance, vkDestroySampler, "vkDestroySampler")
  loadFunc(vkInstance, vkCreateDescriptorSetLayout, "vkCreateDescriptorSetLayout")
  loadFunc(vkInstance, vkDestroyDescriptorSetLayout, "vkDestroyDescriptorSetLayout")
  loadFunc(vkInstance, vkCreateDescriptorPool, "vkCreateDescriptorPool")
  loadFunc(vkInstance, vkDestroyDescriptorPool, "vkDestroyDescriptorPool")
  loadFunc(vkInstance, vkResetDescriptorPool, "vkResetDescriptorPool")
  loadFunc(vkInstance, vkAllocateDescriptorSets, "vkAllocateDescriptorSets")
  loadFunc(vkInstance, vkFreeDescriptorSets, "vkFreeDescriptorSets")
  loadFunc(vkInstance, vkUpdateDescriptorSets, "vkUpdateDescriptorSets")
  loadFunc(vkInstance, vkCmdBindPipeline, "vkCmdBindPipeline")
  loadFunc(vkInstance, vkCmdBindDescriptorSets, "vkCmdBindDescriptorSets")
  loadFunc(vkInstance, vkCmdClearColorImage, "vkCmdClearColorImage")
  loadFunc(vkInstance, vkCmdDispatch, "vkCmdDispatch")
  loadFunc(vkInstance, vkCmdDispatchIndirect, "vkCmdDispatchIndirect")
  loadFunc(vkInstance, vkCmdSetEvent, "vkCmdSetEvent")
  loadFunc(vkInstance, vkCmdResetEvent, "vkCmdResetEvent")
  loadFunc(vkInstance, vkCmdWaitEvents, "vkCmdWaitEvents")
  loadFunc(vkInstance, vkCmdPushConstants, "vkCmdPushConstants")
  loadFunc(vkInstance, vkCreateGraphicsPipelines, "vkCreateGraphicsPipelines")
  loadFunc(vkInstance, vkCreateFramebuffer, "vkCreateFramebuffer")
  loadFunc(vkInstance, vkDestroyFramebuffer, "vkDestroyFramebuffer")
  loadFunc(vkInstance, vkCreateRenderPass, "vkCreateRenderPass")
  loadFunc(vkInstance, vkDestroyRenderPass, "vkDestroyRenderPass")
  loadFunc(vkInstance, vkGetRenderAreaGranularity, "vkGetRenderAreaGranularity")
  loadFunc(vkInstance, vkCmdSetViewport, "vkCmdSetViewport")
  loadFunc(vkInstance, vkCmdSetScissor, "vkCmdSetScissor")
  loadFunc(vkInstance, vkCmdSetLineWidth, "vkCmdSetLineWidth")
  loadFunc(vkInstance, vkCmdSetDepthBias, "vkCmdSetDepthBias")
  loadFunc(vkInstance, vkCmdSetBlendConstants, "vkCmdSetBlendConstants")
  loadFunc(vkInstance, vkCmdSetDepthBounds, "vkCmdSetDepthBounds")
  loadFunc(vkInstance, vkCmdSetStencilCompareMask, "vkCmdSetStencilCompareMask")
  loadFunc(vkInstance, vkCmdSetStencilWriteMask, "vkCmdSetStencilWriteMask")
  loadFunc(vkInstance, vkCmdSetStencilReference, "vkCmdSetStencilReference")
  loadFunc(vkInstance, vkCmdBindIndexBuffer, "vkCmdBindIndexBuffer")
  loadFunc(vkInstance, vkCmdBindVertexBuffers, "vkCmdBindVertexBuffers")
  loadFunc(vkInstance, vkCmdDraw, "vkCmdDraw")
  loadFunc(vkInstance, vkCmdDrawIndexed, "vkCmdDrawIndexed")
  loadFunc(vkInstance, vkCmdDrawIndirect, "vkCmdDrawIndirect")
  loadFunc(vkInstance, vkCmdDrawIndexedIndirect, "vkCmdDrawIndexedIndirect")
  loadFunc(vkInstance, vkCmdBlitImage, "vkCmdBlitImage")
  loadFunc(vkInstance, vkCmdClearDepthStencilImage, "vkCmdClearDepthStencilImage")
  loadFunc(vkInstance, vkCmdClearAttachments, "vkCmdClearAttachments")
  loadFunc(vkInstance, vkCmdResolveImage, "vkCmdResolveImage")
  loadFunc(vkInstance, vkCmdBeginRenderPass, "vkCmdBeginRenderPass")
  loadFunc(vkInstance, vkCmdNextSubpass, "vkCmdNextSubpass")
  loadFunc(vkInstance, vkCmdEndRenderPass, "vkCmdEndRenderPass")
  loadFunc(vkInstance, vkEnumerateInstanceVersion, "vkEnumerateInstanceVersion")
  loadFunc(vkInstance, vkGetDeviceGroupPeerMemoryFeatures, "vkGetDeviceGroupPeerMemoryFeatures")
  loadFunc(vkInstance, vkCmdSetDeviceMask, "vkCmdSetDeviceMask")
  loadFunc(vkInstance, vkEnumeratePhysicalDeviceGroups, "vkEnumeratePhysicalDeviceGroups")
  loadFunc(vkInstance, vkTrimCommandPool, "vkTrimCommandPool")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalBufferProperties, "vkGetPhysicalDeviceExternalBufferProperties")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalFenceProperties, "vkGetPhysicalDeviceExternalFenceProperties")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalSemaphoreProperties, "vkGetPhysicalDeviceExternalSemaphoreProperties")
  loadFunc(vkInstance, vkCmdDispatchBase, "vkCmdDispatchBase")
  loadFunc(vkInstance, vkCreateDescriptorUpdateTemplate, "vkCreateDescriptorUpdateTemplate")
  loadFunc(vkInstance, vkDestroyDescriptorUpdateTemplate, "vkDestroyDescriptorUpdateTemplate")
  loadFunc(vkInstance, vkUpdateDescriptorSetWithTemplate, "vkUpdateDescriptorSetWithTemplate")
  loadFunc(vkInstance, vkGetDescriptorSetLayoutSupport, "vkGetDescriptorSetLayoutSupport")
  loadFunc(vkInstance, vkCreateSamplerYcbcrConversion, "vkCreateSamplerYcbcrConversion")
  loadFunc(vkInstance, vkDestroySamplerYcbcrConversion, "vkDestroySamplerYcbcrConversion")
  loadFunc(vkInstance, vkResetQueryPool, "vkResetQueryPool")
  loadFunc(vkInstance, vkGetSemaphoreCounterValue, "vkGetSemaphoreCounterValue")
  loadFunc(vkInstance, vkWaitSemaphores, "vkWaitSemaphores")
  loadFunc(vkInstance, vkSignalSemaphore, "vkSignalSemaphore")
  loadFunc(vkInstance, vkGetBufferDeviceAddress, "vkGetBufferDeviceAddress")
  loadFunc(vkInstance, vkGetBufferOpaqueCaptureAddress, "vkGetBufferOpaqueCaptureAddress")
  loadFunc(vkInstance, vkGetDeviceMemoryOpaqueCaptureAddress, "vkGetDeviceMemoryOpaqueCaptureAddress")
  loadFunc(vkInstance, vkCmdDrawIndirectCount, "vkCmdDrawIndirectCount")
  loadFunc(vkInstance, vkCmdDrawIndexedIndirectCount, "vkCmdDrawIndexedIndirectCount")
  loadFunc(vkInstance, vkGetPhysicalDeviceToolProperties, "vkGetPhysicalDeviceToolProperties")
  loadFunc(vkInstance, vkCreatePrivateDataSlot, "vkCreatePrivateDataSlot")
  loadFunc(vkInstance, vkDestroyPrivateDataSlot, "vkDestroyPrivateDataSlot")
  loadFunc(vkInstance, vkSetPrivateData, "vkSetPrivateData")
  loadFunc(vkInstance, vkGetPrivateData, "vkGetPrivateData")
  loadFunc(vkInstance, vkGetDeviceBufferMemoryRequirements, "vkGetDeviceBufferMemoryRequirements")
  loadFunc(vkInstance, vkGetDeviceImageMemoryRequirements, "vkGetDeviceImageMemoryRequirements")
  loadFunc(vkInstance, vkGetDeviceImageSparseMemoryRequirements, "vkGetDeviceImageSparseMemoryRequirements")
  loadFunc(vkInstance, vkCmdBeginRendering, "vkCmdBeginRendering")
  loadFunc(vkInstance, vkCmdEndRendering, "vkCmdEndRendering")
  loadFunc(vkInstance, vkCmdSetCullMode, "vkCmdSetCullMode")
  loadFunc(vkInstance, vkCmdSetFrontFace, "vkCmdSetFrontFace")
  loadFunc(vkInstance, vkCmdSetPrimitiveTopology, "vkCmdSetPrimitiveTopology")
  loadFunc(vkInstance, vkCmdSetViewportWithCount, "vkCmdSetViewportWithCount")
  loadFunc(vkInstance, vkCmdSetScissorWithCount, "vkCmdSetScissorWithCount")
  loadFunc(vkInstance, vkCmdSetDepthTestEnable, "vkCmdSetDepthTestEnable")
  loadFunc(vkInstance, vkCmdSetDepthWriteEnable, "vkCmdSetDepthWriteEnable")
  loadFunc(vkInstance, vkCmdSetDepthCompareOp, "vkCmdSetDepthCompareOp")
  loadFunc(vkInstance, vkCmdSetDepthBoundsTestEnable, "vkCmdSetDepthBoundsTestEnable")
  loadFunc(vkInstance, vkCmdSetStencilTestEnable, "vkCmdSetStencilTestEnable")
  loadFunc(vkInstance, vkCmdSetStencilOp, "vkCmdSetStencilOp")
  loadFunc(vkInstance, vkCmdSetRasterizerDiscardEnable, "vkCmdSetRasterizerDiscardEnable")
  loadFunc(vkInstance, vkCmdSetDepthBiasEnable, "vkCmdSetDepthBiasEnable")
  loadFunc(vkInstance, vkCmdSetPrimitiveRestartEnable, "vkCmdSetPrimitiveRestartEnable")
  loadFunc(vkInstance, vkGetDeviceImageSubresourceLayout, "vkGetDeviceImageSubresourceLayout")
  loadFunc(vkInstance, vkCopyMemoryToImage, "vkCopyMemoryToImage")
  loadFunc(vkInstance, vkCopyImageToMemory, "vkCopyImageToMemory")
  loadFunc(vkInstance, vkCopyImageToImage, "vkCopyImageToImage")
  loadFunc(vkInstance, vkTransitionImageLayout, "vkTransitionImageLayout")
  loadFunc(vkInstance, vkCmdPushDescriptorSet, "vkCmdPushDescriptorSet")
  loadFunc(vkInstance, vkCmdPushDescriptorSetWithTemplate, "vkCmdPushDescriptorSetWithTemplate")
  loadFunc(vkInstance, vkCmdSetLineStipple, "vkCmdSetLineStipple")
  loadFunc(vkInstance, vkGetRenderingAreaGranularity, "vkGetRenderingAreaGranularity")
  loadFunc(vkInstance, vkCmdSetRenderingAttachmentLocations, "vkCmdSetRenderingAttachmentLocations")
  loadFunc(vkInstance, vkCmdSetRenderingInputAttachmentIndices, "vkCmdSetRenderingInputAttachmentIndices")
  loadFunc(vkInstance, vkDestroySurfaceKHR, "vkDestroySurfaceKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceSurfaceSupportKHR, "vkGetPhysicalDeviceSurfaceSupportKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceSurfaceCapabilitiesKHR, "vkGetPhysicalDeviceSurfaceCapabilitiesKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceSurfaceFormatsKHR, "vkGetPhysicalDeviceSurfaceFormatsKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceSurfacePresentModesKHR, "vkGetPhysicalDeviceSurfacePresentModesKHR")
  loadFunc(vkInstance, vkCreateSwapchainKHR, "vkCreateSwapchainKHR")
  loadFunc(vkInstance, vkDestroySwapchainKHR, "vkDestroySwapchainKHR")
  loadFunc(vkInstance, vkGetSwapchainImagesKHR, "vkGetSwapchainImagesKHR")
  loadFunc(vkInstance, vkAcquireNextImageKHR, "vkAcquireNextImageKHR")
  loadFunc(vkInstance, vkQueuePresentKHR, "vkQueuePresentKHR")
  loadFunc(vkInstance, vkGetDeviceGroupPresentCapabilitiesKHR, "vkGetDeviceGroupPresentCapabilitiesKHR")
  loadFunc(vkInstance, vkGetDeviceGroupSurfacePresentModesKHR, "vkGetDeviceGroupSurfacePresentModesKHR")
  loadFunc(vkInstance, vkGetPhysicalDevicePresentRectanglesKHR, "vkGetPhysicalDevicePresentRectanglesKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceDisplayPropertiesKHR, "vkGetPhysicalDeviceDisplayPropertiesKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceDisplayPlanePropertiesKHR, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR")
  loadFunc(vkInstance, vkGetDisplayPlaneSupportedDisplaysKHR, "vkGetDisplayPlaneSupportedDisplaysKHR")
  loadFunc(vkInstance, vkGetDisplayModePropertiesKHR, "vkGetDisplayModePropertiesKHR")
  loadFunc(vkInstance, vkCreateDisplayModeKHR, "vkCreateDisplayModeKHR")
  loadFunc(vkInstance, vkGetDisplayPlaneCapabilitiesKHR, "vkGetDisplayPlaneCapabilitiesKHR")
  loadFunc(vkInstance, vkCreateDisplayPlaneSurfaceKHR, "vkCreateDisplayPlaneSurfaceKHR")
  loadFunc(vkInstance, vkCreateSharedSwapchainsKHR, "vkCreateSharedSwapchainsKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceVideoCapabilitiesKHR, "vkGetPhysicalDeviceVideoCapabilitiesKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceVideoFormatPropertiesKHR, "vkGetPhysicalDeviceVideoFormatPropertiesKHR")
  loadFunc(vkInstance, vkCreateVideoSessionKHR, "vkCreateVideoSessionKHR")
  loadFunc(vkInstance, vkDestroyVideoSessionKHR, "vkDestroyVideoSessionKHR")
  loadFunc(vkInstance, vkGetVideoSessionMemoryRequirementsKHR, "vkGetVideoSessionMemoryRequirementsKHR")
  loadFunc(vkInstance, vkBindVideoSessionMemoryKHR, "vkBindVideoSessionMemoryKHR")
  loadFunc(vkInstance, vkCreateVideoSessionParametersKHR, "vkCreateVideoSessionParametersKHR")
  loadFunc(vkInstance, vkUpdateVideoSessionParametersKHR, "vkUpdateVideoSessionParametersKHR")
  loadFunc(vkInstance, vkDestroyVideoSessionParametersKHR, "vkDestroyVideoSessionParametersKHR")
  loadFunc(vkInstance, vkCmdBeginVideoCodingKHR, "vkCmdBeginVideoCodingKHR")
  loadFunc(vkInstance, vkCmdEndVideoCodingKHR, "vkCmdEndVideoCodingKHR")
  loadFunc(vkInstance, vkCmdControlVideoCodingKHR, "vkCmdControlVideoCodingKHR")
  loadFunc(vkInstance, vkCmdDecodeVideoKHR, "vkCmdDecodeVideoKHR")
  loadFunc(vkInstance, vkCmdBeginRenderingKHR, "vkCmdBeginRenderingKHR")
  loadFunc(vkInstance, vkCmdEndRenderingKHR, "vkCmdEndRenderingKHR")
  loadFunc(vkInstance, vkGetDeviceGroupPeerMemoryFeaturesKHR, "vkGetDeviceGroupPeerMemoryFeaturesKHR")
  loadFunc(vkInstance, vkCmdSetDeviceMaskKHR, "vkCmdSetDeviceMaskKHR")
  loadFunc(vkInstance, vkCmdDispatchBaseKHR, "vkCmdDispatchBaseKHR")
  loadFunc(vkInstance, vkTrimCommandPoolKHR, "vkTrimCommandPoolKHR")
  loadFunc(vkInstance, vkEnumeratePhysicalDeviceGroupsKHR, "vkEnumeratePhysicalDeviceGroupsKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalBufferPropertiesKHR, "vkGetPhysicalDeviceExternalBufferPropertiesKHR")
  loadFunc(vkInstance, vkGetMemoryFdKHR, "vkGetMemoryFdKHR")
  loadFunc(vkInstance, vkGetMemoryFdPropertiesKHR, "vkGetMemoryFdPropertiesKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalSemaphorePropertiesKHR, "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR")
  loadFunc(vkInstance, vkImportSemaphoreFdKHR, "vkImportSemaphoreFdKHR")
  loadFunc(vkInstance, vkGetSemaphoreFdKHR, "vkGetSemaphoreFdKHR")
  loadFunc(vkInstance, vkCmdPushDescriptorSetKHR, "vkCmdPushDescriptorSetKHR")
  loadFunc(vkInstance, vkCmdPushDescriptorSetWithTemplateKHR, "vkCmdPushDescriptorSetWithTemplateKHR")
  loadFunc(vkInstance, vkCreateDescriptorUpdateTemplateKHR, "vkCreateDescriptorUpdateTemplateKHR")
  loadFunc(vkInstance, vkDestroyDescriptorUpdateTemplateKHR, "vkDestroyDescriptorUpdateTemplateKHR")
  loadFunc(vkInstance, vkUpdateDescriptorSetWithTemplateKHR, "vkUpdateDescriptorSetWithTemplateKHR")
  loadFunc(vkInstance, vkGetSwapchainStatusKHR, "vkGetSwapchainStatusKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalFencePropertiesKHR, "vkGetPhysicalDeviceExternalFencePropertiesKHR")
  loadFunc(vkInstance, vkImportFenceFdKHR, "vkImportFenceFdKHR")
  loadFunc(vkInstance, vkGetFenceFdKHR, "vkGetFenceFdKHR")
  loadFunc(vkInstance, vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR, "vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR, "vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR")
  loadFunc(vkInstance, vkAcquireProfilingLockKHR, "vkAcquireProfilingLockKHR")
  loadFunc(vkInstance, vkReleaseProfilingLockKHR, "vkReleaseProfilingLockKHR")
  loadFunc(vkInstance, vkCreateSamplerYcbcrConversionKHR, "vkCreateSamplerYcbcrConversionKHR")
  loadFunc(vkInstance, vkDestroySamplerYcbcrConversionKHR, "vkDestroySamplerYcbcrConversionKHR")
  loadFunc(vkInstance, vkGetDescriptorSetLayoutSupportKHR, "vkGetDescriptorSetLayoutSupportKHR")
  loadFunc(vkInstance, vkCmdDrawIndirectCountKHR, "vkCmdDrawIndirectCountKHR")
  loadFunc(vkInstance, vkCmdDrawIndexedIndirectCountKHR, "vkCmdDrawIndexedIndirectCountKHR")
  loadFunc(vkInstance, vkGetSemaphoreCounterValueKHR, "vkGetSemaphoreCounterValueKHR")
  loadFunc(vkInstance, vkWaitSemaphoresKHR, "vkWaitSemaphoresKHR")
  loadFunc(vkInstance, vkSignalSemaphoreKHR, "vkSignalSemaphoreKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceFragmentShadingRatesKHR, "vkGetPhysicalDeviceFragmentShadingRatesKHR")
  loadFunc(vkInstance, vkCmdSetFragmentShadingRateKHR, "vkCmdSetFragmentShadingRateKHR")
  loadFunc(vkInstance, vkCmdSetRenderingAttachmentLocationsKHR, "vkCmdSetRenderingAttachmentLocationsKHR")
  loadFunc(vkInstance, vkCmdSetRenderingInputAttachmentIndicesKHR, "vkCmdSetRenderingInputAttachmentIndicesKHR")
  loadFunc(vkInstance, vkWaitForPresentKHR, "vkWaitForPresentKHR")
  loadFunc(vkInstance, vkGetBufferDeviceAddressKHR, "vkGetBufferDeviceAddressKHR")
  loadFunc(vkInstance, vkGetBufferOpaqueCaptureAddressKHR, "vkGetBufferOpaqueCaptureAddressKHR")
  loadFunc(vkInstance, vkGetDeviceMemoryOpaqueCaptureAddressKHR, "vkGetDeviceMemoryOpaqueCaptureAddressKHR")
  loadFunc(vkInstance, vkCreateDeferredOperationKHR, "vkCreateDeferredOperationKHR")
  loadFunc(vkInstance, vkDestroyDeferredOperationKHR, "vkDestroyDeferredOperationKHR")
  loadFunc(vkInstance, vkGetDeferredOperationMaxConcurrencyKHR, "vkGetDeferredOperationMaxConcurrencyKHR")
  loadFunc(vkInstance, vkGetDeferredOperationResultKHR, "vkGetDeferredOperationResultKHR")
  loadFunc(vkInstance, vkDeferredOperationJoinKHR, "vkDeferredOperationJoinKHR")
  loadFunc(vkInstance, vkGetPipelineExecutablePropertiesKHR, "vkGetPipelineExecutablePropertiesKHR")
  loadFunc(vkInstance, vkGetPipelineExecutableStatisticsKHR, "vkGetPipelineExecutableStatisticsKHR")
  loadFunc(vkInstance, vkGetPipelineExecutableInternalRepresentationsKHR, "vkGetPipelineExecutableInternalRepresentationsKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR, "vkGetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR")
  loadFunc(vkInstance, vkGetEncodedVideoSessionParametersKHR, "vkGetEncodedVideoSessionParametersKHR")
  loadFunc(vkInstance, vkCmdEncodeVideoKHR, "vkCmdEncodeVideoKHR")
  loadFunc(vkInstance, vkGetDeviceBufferMemoryRequirementsKHR, "vkGetDeviceBufferMemoryRequirementsKHR")
  loadFunc(vkInstance, vkGetDeviceImageMemoryRequirementsKHR, "vkGetDeviceImageMemoryRequirementsKHR")
  loadFunc(vkInstance, vkGetDeviceImageSparseMemoryRequirementsKHR, "vkGetDeviceImageSparseMemoryRequirementsKHR")
  loadFunc(vkInstance, vkGetRenderingAreaGranularityKHR, "vkGetRenderingAreaGranularityKHR")
  loadFunc(vkInstance, vkGetDeviceImageSubresourceLayoutKHR, "vkGetDeviceImageSubresourceLayoutKHR")
  loadFunc(vkInstance, vkCreatePipelineBinariesKHR, "vkCreatePipelineBinariesKHR")
  loadFunc(vkInstance, vkDestroyPipelineBinaryKHR, "vkDestroyPipelineBinaryKHR")
  loadFunc(vkInstance, vkGetPipelineKeyKHR, "vkGetPipelineKeyKHR")
  loadFunc(vkInstance, vkGetPipelineBinaryDataKHR, "vkGetPipelineBinaryDataKHR")
  loadFunc(vkInstance, vkReleaseCapturedPipelineDataKHR, "vkReleaseCapturedPipelineDataKHR")
  loadFunc(vkInstance, vkReleaseSwapchainImagesKHR, "vkReleaseSwapchainImagesKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR, "vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR")
  loadFunc(vkInstance, vkCmdSetLineStippleKHR, "vkCmdSetLineStippleKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceCalibrateableTimeDomainsKHR, "vkGetPhysicalDeviceCalibrateableTimeDomainsKHR")
  loadFunc(vkInstance, vkGetCalibratedTimestampsKHR, "vkGetCalibratedTimestampsKHR")
  loadFunc(vkInstance, vkCmdCopyMemoryIndirectKHR, "vkCmdCopyMemoryIndirectKHR")
  loadFunc(vkInstance, vkCmdCopyMemoryToImageIndirectKHR, "vkCmdCopyMemoryToImageIndirectKHR")
  loadFunc(vkInstance, vkCreateDebugReportCallbackEXT, "vkCreateDebugReportCallbackEXT")
  loadFunc(vkInstance, vkDestroyDebugReportCallbackEXT, "vkDestroyDebugReportCallbackEXT")
  loadFunc(vkInstance, vkDebugReportMessageEXT, "vkDebugReportMessageEXT")
  loadFunc(vkInstance, vkDebugMarkerSetObjectTagEXT, "vkDebugMarkerSetObjectTagEXT")
  loadFunc(vkInstance, vkDebugMarkerSetObjectNameEXT, "vkDebugMarkerSetObjectNameEXT")
  loadFunc(vkInstance, vkCmdDebugMarkerBeginEXT, "vkCmdDebugMarkerBeginEXT")
  loadFunc(vkInstance, vkCmdDebugMarkerEndEXT, "vkCmdDebugMarkerEndEXT")
  loadFunc(vkInstance, vkCmdDebugMarkerInsertEXT, "vkCmdDebugMarkerInsertEXT")
  loadFunc(vkInstance, vkCmdBindTransformFeedbackBuffersEXT, "vkCmdBindTransformFeedbackBuffersEXT")
  loadFunc(vkInstance, vkCmdBeginTransformFeedbackEXT, "vkCmdBeginTransformFeedbackEXT")
  loadFunc(vkInstance, vkCmdEndTransformFeedbackEXT, "vkCmdEndTransformFeedbackEXT")
  loadFunc(vkInstance, vkCmdBeginQueryIndexedEXT, "vkCmdBeginQueryIndexedEXT")
  loadFunc(vkInstance, vkCmdEndQueryIndexedEXT, "vkCmdEndQueryIndexedEXT")
  loadFunc(vkInstance, vkCmdDrawIndirectByteCountEXT, "vkCmdDrawIndirectByteCountEXT")
  loadFunc(vkInstance, vkCreateCuModuleNVX, "vkCreateCuModuleNVX")
  loadFunc(vkInstance, vkCreateCuFunctionNVX, "vkCreateCuFunctionNVX")
  loadFunc(vkInstance, vkDestroyCuModuleNVX, "vkDestroyCuModuleNVX")
  loadFunc(vkInstance, vkDestroyCuFunctionNVX, "vkDestroyCuFunctionNVX")
  loadFunc(vkInstance, vkCmdCuLaunchKernelNVX, "vkCmdCuLaunchKernelNVX")
  loadFunc(vkInstance, vkGetImageViewHandleNVX, "vkGetImageViewHandleNVX")
  loadFunc(vkInstance, vkGetImageViewAddressNVX, "vkGetImageViewAddressNVX")
  loadFunc(vkInstance, vkCmdDrawIndirectCountAMD, "vkCmdDrawIndirectCountAMD")
  loadFunc(vkInstance, vkCmdDrawIndexedIndirectCountAMD, "vkCmdDrawIndexedIndirectCountAMD")
  loadFunc(vkInstance, vkGetShaderInfoAMD, "vkGetShaderInfoAMD")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalImageFormatPropertiesNV, "vkGetPhysicalDeviceExternalImageFormatPropertiesNV")
  loadFunc(vkInstance, vkCmdBeginConditionalRenderingEXT, "vkCmdBeginConditionalRenderingEXT")
  loadFunc(vkInstance, vkCmdEndConditionalRenderingEXT, "vkCmdEndConditionalRenderingEXT")
  loadFunc(vkInstance, vkCmdSetViewportWScalingNV, "vkCmdSetViewportWScalingNV")
  loadFunc(vkInstance, vkReleaseDisplayEXT, "vkReleaseDisplayEXT")
  loadFunc(vkInstance, vkDisplayPowerControlEXT, "vkDisplayPowerControlEXT")
  loadFunc(vkInstance, vkRegisterDeviceEventEXT, "vkRegisterDeviceEventEXT")
  loadFunc(vkInstance, vkRegisterDisplayEventEXT, "vkRegisterDisplayEventEXT")
  loadFunc(vkInstance, vkGetSwapchainCounterEXT, "vkGetSwapchainCounterEXT")
  loadFunc(vkInstance, vkGetRefreshCycleDurationGOOGLE, "vkGetRefreshCycleDurationGOOGLE")
  loadFunc(vkInstance, vkGetPastPresentationTimingGOOGLE, "vkGetPastPresentationTimingGOOGLE")
  loadFunc(vkInstance, vkCmdSetDiscardRectangleEXT, "vkCmdSetDiscardRectangleEXT")
  loadFunc(vkInstance, vkCmdSetDiscardRectangleEnableEXT, "vkCmdSetDiscardRectangleEnableEXT")
  loadFunc(vkInstance, vkCmdSetDiscardRectangleModeEXT, "vkCmdSetDiscardRectangleModeEXT")
  loadFunc(vkInstance, vkSetHdrMetadataEXT, "vkSetHdrMetadataEXT")
  loadFunc(vkInstance, vkSetDebugUtilsObjectNameEXT, "vkSetDebugUtilsObjectNameEXT")
  loadFunc(vkInstance, vkSetDebugUtilsObjectTagEXT, "vkSetDebugUtilsObjectTagEXT")
  loadFunc(vkInstance, vkQueueBeginDebugUtilsLabelEXT, "vkQueueBeginDebugUtilsLabelEXT")
  loadFunc(vkInstance, vkQueueEndDebugUtilsLabelEXT, "vkQueueEndDebugUtilsLabelEXT")
  loadFunc(vkInstance, vkQueueInsertDebugUtilsLabelEXT, "vkQueueInsertDebugUtilsLabelEXT")
  loadFunc(vkInstance, vkCmdBeginDebugUtilsLabelEXT, "vkCmdBeginDebugUtilsLabelEXT")
  loadFunc(vkInstance, vkCmdEndDebugUtilsLabelEXT, "vkCmdEndDebugUtilsLabelEXT")
  loadFunc(vkInstance, vkCmdInsertDebugUtilsLabelEXT, "vkCmdInsertDebugUtilsLabelEXT")
  loadFunc(vkInstance, vkCreateDebugUtilsMessengerEXT, "vkCreateDebugUtilsMessengerEXT")
  loadFunc(vkInstance, vkDestroyDebugUtilsMessengerEXT, "vkDestroyDebugUtilsMessengerEXT")
  loadFunc(vkInstance, vkSubmitDebugUtilsMessageEXT, "vkSubmitDebugUtilsMessageEXT")
  loadFunc(vkInstance, vkCmdSetSampleLocationsEXT, "vkCmdSetSampleLocationsEXT")
  loadFunc(vkInstance, vkGetPhysicalDeviceMultisamplePropertiesEXT, "vkGetPhysicalDeviceMultisamplePropertiesEXT")
  loadFunc(vkInstance, vkGetImageDrmFormatModifierPropertiesEXT, "vkGetImageDrmFormatModifierPropertiesEXT")
  loadFunc(vkInstance, vkCreateValidationCacheEXT, "vkCreateValidationCacheEXT")
  loadFunc(vkInstance, vkDestroyValidationCacheEXT, "vkDestroyValidationCacheEXT")
  loadFunc(vkInstance, vkMergeValidationCachesEXT, "vkMergeValidationCachesEXT")
  loadFunc(vkInstance, vkGetValidationCacheDataEXT, "vkGetValidationCacheDataEXT")
  loadFunc(vkInstance, vkCmdBindShadingRateImageNV, "vkCmdBindShadingRateImageNV")
  loadFunc(vkInstance, vkCmdSetViewportShadingRatePaletteNV, "vkCmdSetViewportShadingRatePaletteNV")
  loadFunc(vkInstance, vkCmdSetCoarseSampleOrderNV, "vkCmdSetCoarseSampleOrderNV")
  loadFunc(vkInstance, vkCreateAccelerationStructureNV, "vkCreateAccelerationStructureNV")
  loadFunc(vkInstance, vkDestroyAccelerationStructureNV, "vkDestroyAccelerationStructureNV")
  loadFunc(vkInstance, vkGetAccelerationStructureMemoryRequirementsNV, "vkGetAccelerationStructureMemoryRequirementsNV")
  loadFunc(vkInstance, vkBindAccelerationStructureMemoryNV, "vkBindAccelerationStructureMemoryNV")
  loadFunc(vkInstance, vkCmdBuildAccelerationStructureNV, "vkCmdBuildAccelerationStructureNV")
  loadFunc(vkInstance, vkCmdCopyAccelerationStructureNV, "vkCmdCopyAccelerationStructureNV")
  loadFunc(vkInstance, vkCmdTraceRaysNV, "vkCmdTraceRaysNV")
  loadFunc(vkInstance, vkCreateRayTracingPipelinesNV, "vkCreateRayTracingPipelinesNV")
  loadFunc(vkInstance, vkGetRayTracingShaderGroupHandlesKHR, "vkGetRayTracingShaderGroupHandlesKHR")
  loadFunc(vkInstance, vkGetRayTracingShaderGroupHandlesNV, "vkGetRayTracingShaderGroupHandlesNV")
  loadFunc(vkInstance, vkGetAccelerationStructureHandleNV, "vkGetAccelerationStructureHandleNV")
  loadFunc(vkInstance, vkCmdWriteAccelerationStructuresPropertiesNV, "vkCmdWriteAccelerationStructuresPropertiesNV")
  loadFunc(vkInstance, vkCompileDeferredNV, "vkCompileDeferredNV")
  loadFunc(vkInstance, vkGetMemoryHostPointerPropertiesEXT, "vkGetMemoryHostPointerPropertiesEXT")
  loadFunc(vkInstance, vkCmdWriteBufferMarkerAMD, "vkCmdWriteBufferMarkerAMD")
  loadFunc(vkInstance, vkGetPhysicalDeviceCalibrateableTimeDomainsEXT, "vkGetPhysicalDeviceCalibrateableTimeDomainsEXT")
  loadFunc(vkInstance, vkGetCalibratedTimestampsEXT, "vkGetCalibratedTimestampsEXT")
  loadFunc(vkInstance, vkCmdDrawMeshTasksNV, "vkCmdDrawMeshTasksNV")
  loadFunc(vkInstance, vkCmdDrawMeshTasksIndirectNV, "vkCmdDrawMeshTasksIndirectNV")
  loadFunc(vkInstance, vkCmdDrawMeshTasksIndirectCountNV, "vkCmdDrawMeshTasksIndirectCountNV")
  loadFunc(vkInstance, vkCmdSetExclusiveScissorEnableNV, "vkCmdSetExclusiveScissorEnableNV")
  loadFunc(vkInstance, vkCmdSetExclusiveScissorNV, "vkCmdSetExclusiveScissorNV")
  loadFunc(vkInstance, vkCmdSetCheckpointNV, "vkCmdSetCheckpointNV")
  loadFunc(vkInstance, vkGetQueueCheckpointDataNV, "vkGetQueueCheckpointDataNV")
  loadFunc(vkInstance, vkInitializePerformanceApiINTEL, "vkInitializePerformanceApiINTEL")
  loadFunc(vkInstance, vkUninitializePerformanceApiINTEL, "vkUninitializePerformanceApiINTEL")
  loadFunc(vkInstance, vkCmdSetPerformanceMarkerINTEL, "vkCmdSetPerformanceMarkerINTEL")
  loadFunc(vkInstance, vkCmdSetPerformanceStreamMarkerINTEL, "vkCmdSetPerformanceStreamMarkerINTEL")
  loadFunc(vkInstance, vkCmdSetPerformanceOverrideINTEL, "vkCmdSetPerformanceOverrideINTEL")
  loadFunc(vkInstance, vkAcquirePerformanceConfigurationINTEL, "vkAcquirePerformanceConfigurationINTEL")
  loadFunc(vkInstance, vkReleasePerformanceConfigurationINTEL, "vkReleasePerformanceConfigurationINTEL")
  loadFunc(vkInstance, vkQueueSetPerformanceConfigurationINTEL, "vkQueueSetPerformanceConfigurationINTEL")
  loadFunc(vkInstance, vkGetPerformanceParameterINTEL, "vkGetPerformanceParameterINTEL")
  loadFunc(vkInstance, vkSetLocalDimmingAMD, "vkSetLocalDimmingAMD")
  loadFunc(vkInstance, vkGetBufferDeviceAddressEXT, "vkGetBufferDeviceAddressEXT")
  loadFunc(vkInstance, vkGetPhysicalDeviceToolPropertiesEXT, "vkGetPhysicalDeviceToolPropertiesEXT")
  loadFunc(vkInstance, vkGetPhysicalDeviceCooperativeMatrixPropertiesNV, "vkGetPhysicalDeviceCooperativeMatrixPropertiesNV")
  loadFunc(vkInstance, vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV, "vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV")
  loadFunc(vkInstance, vkCreateHeadlessSurfaceEXT, "vkCreateHeadlessSurfaceEXT")
  loadFunc(vkInstance, vkCmdSetLineStippleEXT, "vkCmdSetLineStippleEXT")
  loadFunc(vkInstance, vkResetQueryPoolEXT, "vkResetQueryPoolEXT")
  loadFunc(vkInstance, vkCmdSetCullModeEXT, "vkCmdSetCullModeEXT")
  loadFunc(vkInstance, vkCmdSetFrontFaceEXT, "vkCmdSetFrontFaceEXT")
  loadFunc(vkInstance, vkCmdSetPrimitiveTopologyEXT, "vkCmdSetPrimitiveTopologyEXT")
  loadFunc(vkInstance, vkCmdSetViewportWithCountEXT, "vkCmdSetViewportWithCountEXT")
  loadFunc(vkInstance, vkCmdSetScissorWithCountEXT, "vkCmdSetScissorWithCountEXT")
  loadFunc(vkInstance, vkCmdSetDepthTestEnableEXT, "vkCmdSetDepthTestEnableEXT")
  loadFunc(vkInstance, vkCmdSetDepthWriteEnableEXT, "vkCmdSetDepthWriteEnableEXT")
  loadFunc(vkInstance, vkCmdSetDepthCompareOpEXT, "vkCmdSetDepthCompareOpEXT")
  loadFunc(vkInstance, vkCmdSetDepthBoundsTestEnableEXT, "vkCmdSetDepthBoundsTestEnableEXT")
  loadFunc(vkInstance, vkCmdSetStencilTestEnableEXT, "vkCmdSetStencilTestEnableEXT")
  loadFunc(vkInstance, vkCmdSetStencilOpEXT, "vkCmdSetStencilOpEXT")
  loadFunc(vkInstance, vkCopyMemoryToImageEXT, "vkCopyMemoryToImageEXT")
  loadFunc(vkInstance, vkCopyImageToMemoryEXT, "vkCopyImageToMemoryEXT")
  loadFunc(vkInstance, vkCopyImageToImageEXT, "vkCopyImageToImageEXT")
  loadFunc(vkInstance, vkTransitionImageLayoutEXT, "vkTransitionImageLayoutEXT")
  loadFunc(vkInstance, vkReleaseSwapchainImagesEXT, "vkReleaseSwapchainImagesEXT")
  loadFunc(vkInstance, vkGetGeneratedCommandsMemoryRequirementsNV, "vkGetGeneratedCommandsMemoryRequirementsNV")
  loadFunc(vkInstance, vkCmdPreprocessGeneratedCommandsNV, "vkCmdPreprocessGeneratedCommandsNV")
  loadFunc(vkInstance, vkCmdExecuteGeneratedCommandsNV, "vkCmdExecuteGeneratedCommandsNV")
  loadFunc(vkInstance, vkCmdBindPipelineShaderGroupNV, "vkCmdBindPipelineShaderGroupNV")
  loadFunc(vkInstance, vkCreateIndirectCommandsLayoutNV, "vkCreateIndirectCommandsLayoutNV")
  loadFunc(vkInstance, vkDestroyIndirectCommandsLayoutNV, "vkDestroyIndirectCommandsLayoutNV")
  loadFunc(vkInstance, vkAcquireDrmDisplayEXT, "vkAcquireDrmDisplayEXT")
  loadFunc(vkInstance, vkGetDrmDisplayEXT, "vkGetDrmDisplayEXT")
  loadFunc(vkInstance, vkCreatePrivateDataSlotEXT, "vkCreatePrivateDataSlotEXT")
  loadFunc(vkInstance, vkDestroyPrivateDataSlotEXT, "vkDestroyPrivateDataSlotEXT")
  loadFunc(vkInstance, vkSetPrivateDataEXT, "vkSetPrivateDataEXT")
  loadFunc(vkInstance, vkGetPrivateDataEXT, "vkGetPrivateDataEXT")
  loadFunc(vkInstance, vkCmdDispatchTileQCOM, "vkCmdDispatchTileQCOM")
  loadFunc(vkInstance, vkCmdBeginPerTileExecutionQCOM, "vkCmdBeginPerTileExecutionQCOM")
  loadFunc(vkInstance, vkCmdEndPerTileExecutionQCOM, "vkCmdEndPerTileExecutionQCOM")
  loadFunc(vkInstance, vkGetDescriptorSetLayoutSizeEXT, "vkGetDescriptorSetLayoutSizeEXT")
  loadFunc(vkInstance, vkGetDescriptorSetLayoutBindingOffsetEXT, "vkGetDescriptorSetLayoutBindingOffsetEXT")
  loadFunc(vkInstance, vkGetDescriptorEXT, "vkGetDescriptorEXT")
  loadFunc(vkInstance, vkCmdBindDescriptorBuffersEXT, "vkCmdBindDescriptorBuffersEXT")
  loadFunc(vkInstance, vkCmdSetDescriptorBufferOffsetsEXT, "vkCmdSetDescriptorBufferOffsetsEXT")
  loadFunc(vkInstance, vkCmdBindDescriptorBufferEmbeddedSamplersEXT, "vkCmdBindDescriptorBufferEmbeddedSamplersEXT")
  loadFunc(vkInstance, vkGetBufferOpaqueCaptureDescriptorDataEXT, "vkGetBufferOpaqueCaptureDescriptorDataEXT")
  loadFunc(vkInstance, vkGetImageOpaqueCaptureDescriptorDataEXT, "vkGetImageOpaqueCaptureDescriptorDataEXT")
  loadFunc(vkInstance, vkGetImageViewOpaqueCaptureDescriptorDataEXT, "vkGetImageViewOpaqueCaptureDescriptorDataEXT")
  loadFunc(vkInstance, vkGetSamplerOpaqueCaptureDescriptorDataEXT, "vkGetSamplerOpaqueCaptureDescriptorDataEXT")
  loadFunc(vkInstance, vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT, "vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT")
  loadFunc(vkInstance, vkCmdSetFragmentShadingRateEnumNV, "vkCmdSetFragmentShadingRateEnumNV")
  loadFunc(vkInstance, vkGetDeviceFaultInfoEXT, "vkGetDeviceFaultInfoEXT")
  loadFunc(vkInstance, vkCmdSetVertexInputEXT, "vkCmdSetVertexInputEXT")
  loadFunc(vkInstance, vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI, "vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI")
  loadFunc(vkInstance, vkCmdSubpassShadingHUAWEI, "vkCmdSubpassShadingHUAWEI")
  loadFunc(vkInstance, vkCmdBindInvocationMaskHUAWEI, "vkCmdBindInvocationMaskHUAWEI")
  loadFunc(vkInstance, vkGetMemoryRemoteAddressNV, "vkGetMemoryRemoteAddressNV")
  loadFunc(vkInstance, vkGetPipelinePropertiesEXT, "vkGetPipelinePropertiesEXT")
  loadFunc(vkInstance, vkCmdSetPatchControlPointsEXT, "vkCmdSetPatchControlPointsEXT")
  loadFunc(vkInstance, vkCmdSetRasterizerDiscardEnableEXT, "vkCmdSetRasterizerDiscardEnableEXT")
  loadFunc(vkInstance, vkCmdSetDepthBiasEnableEXT, "vkCmdSetDepthBiasEnableEXT")
  loadFunc(vkInstance, vkCmdSetLogicOpEXT, "vkCmdSetLogicOpEXT")
  loadFunc(vkInstance, vkCmdSetPrimitiveRestartEnableEXT, "vkCmdSetPrimitiveRestartEnableEXT")
  loadFunc(vkInstance, vkCmdSetColorWriteEnableEXT, "vkCmdSetColorWriteEnableEXT")
  loadFunc(vkInstance, vkCmdDrawMultiEXT, "vkCmdDrawMultiEXT")
  loadFunc(vkInstance, vkCmdDrawMultiIndexedEXT, "vkCmdDrawMultiIndexedEXT")
  loadFunc(vkInstance, vkCreateMicromapEXT, "vkCreateMicromapEXT")
  loadFunc(vkInstance, vkDestroyMicromapEXT, "vkDestroyMicromapEXT")
  loadFunc(vkInstance, vkCmdBuildMicromapsEXT, "vkCmdBuildMicromapsEXT")
  loadFunc(vkInstance, vkBuildMicromapsEXT, "vkBuildMicromapsEXT")
  loadFunc(vkInstance, vkCopyMicromapEXT, "vkCopyMicromapEXT")
  loadFunc(vkInstance, vkCopyMicromapToMemoryEXT, "vkCopyMicromapToMemoryEXT")
  loadFunc(vkInstance, vkCopyMemoryToMicromapEXT, "vkCopyMemoryToMicromapEXT")
  loadFunc(vkInstance, vkWriteMicromapsPropertiesEXT, "vkWriteMicromapsPropertiesEXT")
  loadFunc(vkInstance, vkCmdCopyMicromapEXT, "vkCmdCopyMicromapEXT")
  loadFunc(vkInstance, vkCmdCopyMicromapToMemoryEXT, "vkCmdCopyMicromapToMemoryEXT")
  loadFunc(vkInstance, vkCmdCopyMemoryToMicromapEXT, "vkCmdCopyMemoryToMicromapEXT")
  loadFunc(vkInstance, vkCmdWriteMicromapsPropertiesEXT, "vkCmdWriteMicromapsPropertiesEXT")
  loadFunc(vkInstance, vkGetDeviceMicromapCompatibilityEXT, "vkGetDeviceMicromapCompatibilityEXT")
  loadFunc(vkInstance, vkGetMicromapBuildSizesEXT, "vkGetMicromapBuildSizesEXT")
  loadFunc(vkInstance, vkCmdDrawClusterHUAWEI, "vkCmdDrawClusterHUAWEI")
  loadFunc(vkInstance, vkCmdDrawClusterIndirectHUAWEI, "vkCmdDrawClusterIndirectHUAWEI")
  loadFunc(vkInstance, vkSetDeviceMemoryPriorityEXT, "vkSetDeviceMemoryPriorityEXT")
  loadFunc(vkInstance, vkGetDescriptorSetLayoutHostMappingInfoVALVE, "vkGetDescriptorSetLayoutHostMappingInfoVALVE")
  loadFunc(vkInstance, vkGetDescriptorSetHostMappingVALVE, "vkGetDescriptorSetHostMappingVALVE")
  loadFunc(vkInstance, vkCmdCopyMemoryIndirectNV, "vkCmdCopyMemoryIndirectNV")
  loadFunc(vkInstance, vkCmdCopyMemoryToImageIndirectNV, "vkCmdCopyMemoryToImageIndirectNV")
  loadFunc(vkInstance, vkCmdDecompressMemoryNV, "vkCmdDecompressMemoryNV")
  loadFunc(vkInstance, vkCmdDecompressMemoryIndirectCountNV, "vkCmdDecompressMemoryIndirectCountNV")
  loadFunc(vkInstance, vkGetPipelineIndirectMemoryRequirementsNV, "vkGetPipelineIndirectMemoryRequirementsNV")
  loadFunc(vkInstance, vkCmdUpdatePipelineIndirectBufferNV, "vkCmdUpdatePipelineIndirectBufferNV")
  loadFunc(vkInstance, vkGetPipelineIndirectDeviceAddressNV, "vkGetPipelineIndirectDeviceAddressNV")
  loadFunc(vkInstance, vkCmdSetDepthClampEnableEXT, "vkCmdSetDepthClampEnableEXT")
  loadFunc(vkInstance, vkCmdSetPolygonModeEXT, "vkCmdSetPolygonModeEXT")
  loadFunc(vkInstance, vkCmdSetRasterizationSamplesEXT, "vkCmdSetRasterizationSamplesEXT")
  loadFunc(vkInstance, vkCmdSetSampleMaskEXT, "vkCmdSetSampleMaskEXT")
  loadFunc(vkInstance, vkCmdSetAlphaToCoverageEnableEXT, "vkCmdSetAlphaToCoverageEnableEXT")
  loadFunc(vkInstance, vkCmdSetAlphaToOneEnableEXT, "vkCmdSetAlphaToOneEnableEXT")
  loadFunc(vkInstance, vkCmdSetLogicOpEnableEXT, "vkCmdSetLogicOpEnableEXT")
  loadFunc(vkInstance, vkCmdSetColorBlendEnableEXT, "vkCmdSetColorBlendEnableEXT")
  loadFunc(vkInstance, vkCmdSetColorBlendEquationEXT, "vkCmdSetColorBlendEquationEXT")
  loadFunc(vkInstance, vkCmdSetColorWriteMaskEXT, "vkCmdSetColorWriteMaskEXT")
  loadFunc(vkInstance, vkCmdSetTessellationDomainOriginEXT, "vkCmdSetTessellationDomainOriginEXT")
  loadFunc(vkInstance, vkCmdSetRasterizationStreamEXT, "vkCmdSetRasterizationStreamEXT")
  loadFunc(vkInstance, vkCmdSetConservativeRasterizationModeEXT, "vkCmdSetConservativeRasterizationModeEXT")
  loadFunc(vkInstance, vkCmdSetExtraPrimitiveOverestimationSizeEXT, "vkCmdSetExtraPrimitiveOverestimationSizeEXT")
  loadFunc(vkInstance, vkCmdSetDepthClipEnableEXT, "vkCmdSetDepthClipEnableEXT")
  loadFunc(vkInstance, vkCmdSetSampleLocationsEnableEXT, "vkCmdSetSampleLocationsEnableEXT")
  loadFunc(vkInstance, vkCmdSetColorBlendAdvancedEXT, "vkCmdSetColorBlendAdvancedEXT")
  loadFunc(vkInstance, vkCmdSetProvokingVertexModeEXT, "vkCmdSetProvokingVertexModeEXT")
  loadFunc(vkInstance, vkCmdSetLineRasterizationModeEXT, "vkCmdSetLineRasterizationModeEXT")
  loadFunc(vkInstance, vkCmdSetLineStippleEnableEXT, "vkCmdSetLineStippleEnableEXT")
  loadFunc(vkInstance, vkCmdSetDepthClipNegativeOneToOneEXT, "vkCmdSetDepthClipNegativeOneToOneEXT")
  loadFunc(vkInstance, vkCmdSetViewportWScalingEnableNV, "vkCmdSetViewportWScalingEnableNV")
  loadFunc(vkInstance, vkCmdSetViewportSwizzleNV, "vkCmdSetViewportSwizzleNV")
  loadFunc(vkInstance, vkCmdSetCoverageToColorEnableNV, "vkCmdSetCoverageToColorEnableNV")
  loadFunc(vkInstance, vkCmdSetCoverageToColorLocationNV, "vkCmdSetCoverageToColorLocationNV")
  loadFunc(vkInstance, vkCmdSetCoverageModulationModeNV, "vkCmdSetCoverageModulationModeNV")
  loadFunc(vkInstance, vkCmdSetCoverageModulationTableEnableNV, "vkCmdSetCoverageModulationTableEnableNV")
  loadFunc(vkInstance, vkCmdSetCoverageModulationTableNV, "vkCmdSetCoverageModulationTableNV")
  loadFunc(vkInstance, vkCmdSetShadingRateImageEnableNV, "vkCmdSetShadingRateImageEnableNV")
  loadFunc(vkInstance, vkCmdSetRepresentativeFragmentTestEnableNV, "vkCmdSetRepresentativeFragmentTestEnableNV")
  loadFunc(vkInstance, vkCmdSetCoverageReductionModeNV, "vkCmdSetCoverageReductionModeNV")
  loadFunc(vkInstance, vkCreateTensorARM, "vkCreateTensorARM")
  loadFunc(vkInstance, vkDestroyTensorARM, "vkDestroyTensorARM")
  loadFunc(vkInstance, vkCreateTensorViewARM, "vkCreateTensorViewARM")
  loadFunc(vkInstance, vkDestroyTensorViewARM, "vkDestroyTensorViewARM")
  loadFunc(vkInstance, vkGetTensorMemoryRequirementsARM, "vkGetTensorMemoryRequirementsARM")
  loadFunc(vkInstance, vkBindTensorMemoryARM, "vkBindTensorMemoryARM")
  loadFunc(vkInstance, vkGetDeviceTensorMemoryRequirementsARM, "vkGetDeviceTensorMemoryRequirementsARM")
  loadFunc(vkInstance, vkCmdCopyTensorARM, "vkCmdCopyTensorARM")
  loadFunc(vkInstance, vkGetPhysicalDeviceExternalTensorPropertiesARM, "vkGetPhysicalDeviceExternalTensorPropertiesARM")
  loadFunc(vkInstance, vkGetTensorOpaqueCaptureDescriptorDataARM, "vkGetTensorOpaqueCaptureDescriptorDataARM")
  loadFunc(vkInstance, vkGetTensorViewOpaqueCaptureDescriptorDataARM, "vkGetTensorViewOpaqueCaptureDescriptorDataARM")
  loadFunc(vkInstance, vkGetShaderModuleIdentifierEXT, "vkGetShaderModuleIdentifierEXT")
  loadFunc(vkInstance, vkGetShaderModuleCreateInfoIdentifierEXT, "vkGetShaderModuleCreateInfoIdentifierEXT")
  loadFunc(vkInstance, vkGetPhysicalDeviceOpticalFlowImageFormatsNV, "vkGetPhysicalDeviceOpticalFlowImageFormatsNV")
  loadFunc(vkInstance, vkCreateOpticalFlowSessionNV, "vkCreateOpticalFlowSessionNV")
  loadFunc(vkInstance, vkDestroyOpticalFlowSessionNV, "vkDestroyOpticalFlowSessionNV")
  loadFunc(vkInstance, vkBindOpticalFlowSessionImageNV, "vkBindOpticalFlowSessionImageNV")
  loadFunc(vkInstance, vkCmdOpticalFlowExecuteNV, "vkCmdOpticalFlowExecuteNV")
  loadFunc(vkInstance, vkAntiLagUpdateAMD, "vkAntiLagUpdateAMD")
  loadFunc(vkInstance, vkCreateShadersEXT, "vkCreateShadersEXT")
  loadFunc(vkInstance, vkDestroyShaderEXT, "vkDestroyShaderEXT")
  loadFunc(vkInstance, vkGetShaderBinaryDataEXT, "vkGetShaderBinaryDataEXT")
  loadFunc(vkInstance, vkCmdBindShadersEXT, "vkCmdBindShadersEXT")
  loadFunc(vkInstance, vkCmdSetDepthClampRangeEXT, "vkCmdSetDepthClampRangeEXT")
  loadFunc(vkInstance, vkGetFramebufferTilePropertiesQCOM, "vkGetFramebufferTilePropertiesQCOM")
  loadFunc(vkInstance, vkGetDynamicRenderingTilePropertiesQCOM, "vkGetDynamicRenderingTilePropertiesQCOM")
  loadFunc(vkInstance, vkGetPhysicalDeviceCooperativeVectorPropertiesNV, "vkGetPhysicalDeviceCooperativeVectorPropertiesNV")
  loadFunc(vkInstance, vkConvertCooperativeVectorMatrixNV, "vkConvertCooperativeVectorMatrixNV")
  loadFunc(vkInstance, vkCmdConvertCooperativeVectorMatrixNV, "vkCmdConvertCooperativeVectorMatrixNV")
  loadFunc(vkInstance, vkSetLatencySleepModeNV, "vkSetLatencySleepModeNV")
  loadFunc(vkInstance, vkLatencySleepNV, "vkLatencySleepNV")
  loadFunc(vkInstance, vkSetLatencyMarkerNV, "vkSetLatencyMarkerNV")
  loadFunc(vkInstance, vkGetLatencyTimingsNV, "vkGetLatencyTimingsNV")
  loadFunc(vkInstance, vkQueueNotifyOutOfBandNV, "vkQueueNotifyOutOfBandNV")
  loadFunc(vkInstance, vkCreateDataGraphPipelinesARM, "vkCreateDataGraphPipelinesARM")
  loadFunc(vkInstance, vkCreateDataGraphPipelineSessionARM, "vkCreateDataGraphPipelineSessionARM")
  loadFunc(vkInstance, vkGetDataGraphPipelineSessionBindPointRequirementsARM, "vkGetDataGraphPipelineSessionBindPointRequirementsARM")
  loadFunc(vkInstance, vkGetDataGraphPipelineSessionMemoryRequirementsARM, "vkGetDataGraphPipelineSessionMemoryRequirementsARM")
  loadFunc(vkInstance, vkBindDataGraphPipelineSessionMemoryARM, "vkBindDataGraphPipelineSessionMemoryARM")
  loadFunc(vkInstance, vkDestroyDataGraphPipelineSessionARM, "vkDestroyDataGraphPipelineSessionARM")
  loadFunc(vkInstance, vkCmdDispatchDataGraphARM, "vkCmdDispatchDataGraphARM")
  loadFunc(vkInstance, vkGetDataGraphPipelineAvailablePropertiesARM, "vkGetDataGraphPipelineAvailablePropertiesARM")
  loadFunc(vkInstance, vkGetDataGraphPipelinePropertiesARM, "vkGetDataGraphPipelinePropertiesARM")
  loadFunc(vkInstance, vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM, "vkGetPhysicalDeviceQueueFamilyDataGraphPropertiesARM")
  loadFunc(vkInstance, vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM, "vkGetPhysicalDeviceQueueFamilyDataGraphProcessingEnginePropertiesARM")
  loadFunc(vkInstance, vkCmdSetAttachmentFeedbackLoopEnableEXT, "vkCmdSetAttachmentFeedbackLoopEnableEXT")
  loadFunc(vkInstance, vkCmdBindTileMemoryQCOM, "vkCmdBindTileMemoryQCOM")
  loadFunc(vkInstance, vkCmdDecompressMemoryEXT, "vkCmdDecompressMemoryEXT")
  loadFunc(vkInstance, vkCmdDecompressMemoryIndirectCountEXT, "vkCmdDecompressMemoryIndirectCountEXT")
  loadFunc(vkInstance, vkCreateExternalComputeQueueNV, "vkCreateExternalComputeQueueNV")
  loadFunc(vkInstance, vkDestroyExternalComputeQueueNV, "vkDestroyExternalComputeQueueNV")
  loadFunc(vkInstance, vkGetExternalComputeQueueDataNV, "vkGetExternalComputeQueueDataNV")
  loadFunc(vkInstance, vkGetClusterAccelerationStructureBuildSizesNV, "vkGetClusterAccelerationStructureBuildSizesNV")
  loadFunc(vkInstance, vkCmdBuildClusterAccelerationStructureIndirectNV, "vkCmdBuildClusterAccelerationStructureIndirectNV")
  loadFunc(vkInstance, vkGetPartitionedAccelerationStructuresBuildSizesNV, "vkGetPartitionedAccelerationStructuresBuildSizesNV")
  loadFunc(vkInstance, vkCmdBuildPartitionedAccelerationStructuresNV, "vkCmdBuildPartitionedAccelerationStructuresNV")
  loadFunc(vkInstance, vkGetGeneratedCommandsMemoryRequirementsEXT, "vkGetGeneratedCommandsMemoryRequirementsEXT")
  loadFunc(vkInstance, vkCmdPreprocessGeneratedCommandsEXT, "vkCmdPreprocessGeneratedCommandsEXT")
  loadFunc(vkInstance, vkCmdExecuteGeneratedCommandsEXT, "vkCmdExecuteGeneratedCommandsEXT")
  loadFunc(vkInstance, vkCreateIndirectCommandsLayoutEXT, "vkCreateIndirectCommandsLayoutEXT")
  loadFunc(vkInstance, vkDestroyIndirectCommandsLayoutEXT, "vkDestroyIndirectCommandsLayoutEXT")
  loadFunc(vkInstance, vkCreateIndirectExecutionSetEXT, "vkCreateIndirectExecutionSetEXT")
  loadFunc(vkInstance, vkDestroyIndirectExecutionSetEXT, "vkDestroyIndirectExecutionSetEXT")
  loadFunc(vkInstance, vkUpdateIndirectExecutionSetPipelineEXT, "vkUpdateIndirectExecutionSetPipelineEXT")
  loadFunc(vkInstance, vkUpdateIndirectExecutionSetShaderEXT, "vkUpdateIndirectExecutionSetShaderEXT")
  loadFunc(vkInstance, vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV, "vkGetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV")
  loadFunc(vkInstance, vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM, "vkEnumeratePhysicalDeviceQueueFamilyPerformanceCountersByRegionARM")
  loadFunc(vkInstance, vkCmdBeginCustomResolveEXT, "vkCmdBeginCustomResolveEXT")
  loadFunc(vkInstance, vkCreateAccelerationStructureKHR, "vkCreateAccelerationStructureKHR")
  loadFunc(vkInstance, vkDestroyAccelerationStructureKHR, "vkDestroyAccelerationStructureKHR")
  loadFunc(vkInstance, vkCmdBuildAccelerationStructuresKHR, "vkCmdBuildAccelerationStructuresKHR")
  loadFunc(vkInstance, vkCmdBuildAccelerationStructuresIndirectKHR, "vkCmdBuildAccelerationStructuresIndirectKHR")
  loadFunc(vkInstance, vkBuildAccelerationStructuresKHR, "vkBuildAccelerationStructuresKHR")
  loadFunc(vkInstance, vkCopyAccelerationStructureKHR, "vkCopyAccelerationStructureKHR")
  loadFunc(vkInstance, vkCopyAccelerationStructureToMemoryKHR, "vkCopyAccelerationStructureToMemoryKHR")
  loadFunc(vkInstance, vkCopyMemoryToAccelerationStructureKHR, "vkCopyMemoryToAccelerationStructureKHR")
  loadFunc(vkInstance, vkWriteAccelerationStructuresPropertiesKHR, "vkWriteAccelerationStructuresPropertiesKHR")
  loadFunc(vkInstance, vkCmdCopyAccelerationStructureKHR, "vkCmdCopyAccelerationStructureKHR")
  loadFunc(vkInstance, vkCmdCopyAccelerationStructureToMemoryKHR, "vkCmdCopyAccelerationStructureToMemoryKHR")
  loadFunc(vkInstance, vkCmdCopyMemoryToAccelerationStructureKHR, "vkCmdCopyMemoryToAccelerationStructureKHR")
  loadFunc(vkInstance, vkGetAccelerationStructureDeviceAddressKHR, "vkGetAccelerationStructureDeviceAddressKHR")
  loadFunc(vkInstance, vkCmdWriteAccelerationStructuresPropertiesKHR, "vkCmdWriteAccelerationStructuresPropertiesKHR")
  loadFunc(vkInstance, vkGetDeviceAccelerationStructureCompatibilityKHR, "vkGetDeviceAccelerationStructureCompatibilityKHR")
  loadFunc(vkInstance, vkGetAccelerationStructureBuildSizesKHR, "vkGetAccelerationStructureBuildSizesKHR")
  loadFunc(vkInstance, vkCmdTraceRaysKHR, "vkCmdTraceRaysKHR")
  loadFunc(vkInstance, vkCreateRayTracingPipelinesKHR, "vkCreateRayTracingPipelinesKHR")
  loadFunc(vkInstance, vkGetRayTracingCaptureReplayShaderGroupHandlesKHR, "vkGetRayTracingCaptureReplayShaderGroupHandlesKHR")
  loadFunc(vkInstance, vkCmdTraceRaysIndirectKHR, "vkCmdTraceRaysIndirectKHR")
  loadFunc(vkInstance, vkGetRayTracingShaderGroupStackSizeKHR, "vkGetRayTracingShaderGroupStackSizeKHR")
  loadFunc(vkInstance, vkCmdSetRayTracingPipelineStackSizeKHR, "vkCmdSetRayTracingPipelineStackSizeKHR")
  loadFunc(vkInstance, vkCmdDrawMeshTasksEXT, "vkCmdDrawMeshTasksEXT")
  loadFunc(vkInstance, vkCmdDrawMeshTasksIndirectEXT, "vkCmdDrawMeshTasksIndirectEXT")
  loadFunc(vkInstance, vkCmdDrawMeshTasksIndirectCountEXT, "vkCmdDrawMeshTasksIndirectCountEXT")
  loadFunc(vkInstance, vkAcquireFullScreenExclusiveModeEXT, "vkAcquireFullScreenExclusiveModeEXT")
  loadFunc(vkInstance, vkReleaseFullScreenExclusiveModeEXT, "vkReleaseFullScreenExclusiveModeEXT")
  loadFunc(vkInstance, vkAcquireWinrtDisplayNV, "vkAcquireWinrtDisplayNV")
  loadFunc(vkInstance, vkGetWinrtDisplayNV, "vkGetWinrtDisplayNV")
  loadFunc(vkInstance, vkCreateXlibSurfaceKHR, "vkCreateXlibSurfaceKHR")
  loadFunc(vkInstance, vkGetPhysicalDeviceXlibPresentationSupportKHR, "vkGetPhysicalDeviceXlibPresentationSupportKHR")
  loadFunc(vkInstance, vkCreateExecutionGraphPipelinesAMDX, "vkCreateExecutionGraphPipelinesAMDX")
  loadFunc(vkInstance, vkGetExecutionGraphPipelineScratchSizeAMDX, "vkGetExecutionGraphPipelineScratchSizeAMDX")
  loadFunc(vkInstance, vkGetExecutionGraphPipelineNodeIndexAMDX, "vkGetExecutionGraphPipelineNodeIndexAMDX")
  loadFunc(vkInstance, vkCmdInitializeGraphScratchMemoryAMDX, "vkCmdInitializeGraphScratchMemoryAMDX")
  loadFunc(vkInstance, vkCmdDispatchGraphAMDX, "vkCmdDispatchGraphAMDX")
  loadFunc(vkInstance, vkCmdDispatchGraphIndirectAMDX, "vkCmdDispatchGraphIndirectAMDX")
  loadFunc(vkInstance, vkCmdDispatchGraphIndirectCountAMDX, "vkCmdDispatchGraphIndirectCountAMDX")
  loadFunc(vkInstance, vkCreateCudaModuleNV, "vkCreateCudaModuleNV")
  loadFunc(vkInstance, vkGetCudaModuleCacheNV, "vkGetCudaModuleCacheNV")
  loadFunc(vkInstance, vkCreateCudaFunctionNV, "vkCreateCudaFunctionNV")
  loadFunc(vkInstance, vkDestroyCudaModuleNV, "vkDestroyCudaModuleNV")
  loadFunc(vkInstance, vkDestroyCudaFunctionNV, "vkDestroyCudaFunctionNV")
  loadFunc(vkInstance, vkCmdCudaLaunchKernelNV, "vkCmdCudaLaunchKernelNV")
  
  # load and print all found devices
  var nPhysicalDevices: uint32
  checkVkResult vkEnumeratePhysicalDevices(vkInstance, addr nPhysicalDevices, nil)

  if nPhysicalDevices > 0:
    vkPhysicalDevices.setLen(nPhysicalDevices)
    checkVkResult vkEnumeratePhysicalDevices(vkInstance, addr nPhysicalDevices, addr vkPhysicalDevices[0])
    vkPhysicalDevices.setLen(nPhysicalDevices)
  echo "physical devices: ", vkPhysicalDevices

proc destroyVulkan*() =
  vkDestroyInstance(vkInstance, nil)

initVulkan()