[INFO] fetching crate lava 0.4.9...
[INFO] checking lava-0.4.9 against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146-1
[INFO] extracting crate lava 0.4.9 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate lava 0.4.9
[INFO] finished tweaking crates.io crate lava 0.4.9
[INFO] tweaked toml for crates.io crate lava 0.4.9 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lava 0.4.9 on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f302aaaa212fa202a41c611df78fe3e0a29c543949e0a32986debd8538d61d7
[INFO] running `Command { std: "docker" "start" "-a" "8f302aaaa212fa202a41c611df78fe3e0a29c543949e0a32986debd8538d61d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f302aaaa212fa202a41c611df78fe3e0a29c543949e0a32986debd8538d61d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f302aaaa212fa202a41c611df78fe3e0a29c543949e0a32986debd8538d61d7", kill_on_drop: false }`
[INFO] [stdout] 8f302aaaa212fa202a41c611df78fe3e0a29c543949e0a32986debd8538d61d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00e2aa93dfea76cec0e609aa668e8064dc8f78431ddd3c828b23e33bae74c3ab
[INFO] running `Command { std: "docker" "start" "-a" "00e2aa93dfea76cec0e609aa668e8064dc8f78431ddd3c828b23e33bae74c3ab", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling lava v0.4.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/utils/c_bindings.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/utils/vk_convert.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | extern {
[INFO] [stdout]     | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/ext/vk_debug_report_callback_create_info.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |     callback: unsafe extern fn(u32, i32, u64,  usize, i32, *const c_char, *const c_char, *mut c_void) -> u32,
[INFO] [stdout]    |                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/ext/vk_debug_report_callback_create_info.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | unsafe extern fn c_debug_callback(flags: u32, object_type: i32, object: u64, location: usize, message_code: i32, layer_prefix: *cons...
[INFO] [stdout]    |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/ext/vk_debug_utils_messenger_create_info.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |     user_callback: unsafe extern fn(RawVkDebugUtilsMessageSeverityFlags, RawVkDebugUtilsMessageTypeFlags, *const RawVkDebugUtilsMess...
[INFO] [stdout]    |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/ext/vk_debug_utils_messenger_create_info.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | unsafe extern fn raw_callback(message_severity: RawVkDebugUtilsMessageSeverityFlags, message_types: RawVkDebugUtilsMessageTypeFlags,...
[INFO] [stdout]    |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/root_functions.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub vkDestroyInstance: unsafe extern fn(RawVkInstance, *const c_void),
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:17:44
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub vkEnumeratePhysicalDevices: unsafe extern fn(RawVkInstance, *mut u32, *mut RawVkPhysicalDevice) -> RawVkResult,
[INFO] [stdout]    |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:18:45
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub vkGetPhysicalDeviceFeatures: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceFeatures),
[INFO] [stdout]    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:19:53
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub vkGetPhysicalDeviceFormatProperties: unsafe extern fn(RawVkPhysicalDevice, RawVkFormat, *mut RawVkFormatProperties),
[INFO] [stdout]    |                                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:20:58
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub vkGetPhysicalDeviceImageFormatProperties: unsafe extern fn(RawVkPhysicalDevice, RawVkFormat, RawVkImageType, RawVkImageTilin...
[INFO] [stdout]    |                                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:21:47
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub vkGetPhysicalDeviceProperties: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceProperties),
[INFO] [stdout]    |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:22:58
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub vkGetPhysicalDeviceQueueFamilyProperties: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut RawVkQueueFamilyProperties),
[INFO] [stdout]    |                                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:23:53
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub vkGetPhysicalDeviceMemoryProperties: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceMemoryProperties),
[INFO] [stdout]    |                                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub vkCreateDevice: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkDeviceCreateInfo, *const c_void, *mut RawVkDevice) -> RawVkR...
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub vkDestroyDevice: unsafe extern fn(RawVkDevice, *const c_void),
[INFO] [stdout]    |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:26:54
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub vkEnumerateDeviceExtensionProperties: unsafe extern fn(RawVkPhysicalDevice, *mut c_char, *mut u32, *mut RawVkExtensionProper...
[INFO] [stdout]    |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub vkEnumerateDeviceLayerProperties: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut RawVkLayerProperties) -> RawVkResult,
[INFO] [stdout]    |                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:28:34
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub vkGetDeviceQueue: unsafe extern fn(RawVkDevice, u32, u32, *mut RawVkQueue),
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub vkQueueSubmit: unsafe extern fn(RawVkQueue, u32, *mut RawVkSubmitInfo, RawVkFence) -> RawVkResult,
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:30:33
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub vkQueueWaitIdle: unsafe extern fn(RawVkQueue) -> RawVkResult,
[INFO] [stdout]    |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:31:34
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub vkDeviceWaitIdle: unsafe extern fn(RawVkDevice) -> RawVkResult,
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub vkAllocateMemory: unsafe extern fn(RawVkDevice, *mut RawVkMemoryAllocateInfo, *const c_void, *mut RawVkDeviceMemory) -> RawV...
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub vkFreeMemory: unsafe extern fn(RawVkDevice, RawVkDeviceMemory, *const c_void),
[INFO] [stdout]    |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:34:29
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub vkMapMemory: unsafe extern fn(RawVkDevice, RawVkDeviceMemory, u64, u64, RawVkMemoryMapFlags, *mut *mut c_void) -> RawVkResult,
[INFO] [stdout]    |                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:35:31
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub vkUnmapMemory: unsafe extern fn(RawVkDevice, RawVkDeviceMemory),
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub vkFlushMappedMemoryRanges: unsafe extern fn(RawVkDevice, u32, *mut RawVkMappedMemoryRange) -> RawVkResult,
[INFO] [stdout]    |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:37:48
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub vkInvalidateMappedMemoryRanges: unsafe extern fn(RawVkDevice, u32, *mut RawVkMappedMemoryRange) -> RawVkResult,
[INFO] [stdout]    |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:38:45
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub vkGetDeviceMemoryCommitment: unsafe extern fn(RawVkDevice, RawVkDeviceMemory, *mut u64),
[INFO] [stdout]    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub vkBindBufferMemory: unsafe extern fn(RawVkDevice, RawVkBuffer, RawVkDeviceMemory, u64) -> RawVkResult,
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:40:35
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub vkBindImageMemory: unsafe extern fn(RawVkDevice, RawVkImage, RawVkDeviceMemory, u64) -> RawVkResult,
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:41:47
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub vkGetBufferMemoryRequirements: unsafe extern fn(RawVkDevice, RawVkBuffer, *mut RawVkMemoryRequirements),
[INFO] [stdout]    |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:42:46
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub vkGetImageMemoryRequirements: unsafe extern fn(RawVkDevice, RawVkImage, *mut RawVkMemoryRequirements),
[INFO] [stdout]    |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:43:52
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub vkGetImageSparseMemoryRequirements: unsafe extern fn(RawVkDevice, RawVkImage, *mut u32, *mut RawVkSparseImageMemoryRequireme...
[INFO] [stdout]    |                                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:44:64
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub vkGetPhysicalDeviceSparseImageFormatProperties: unsafe extern fn(RawVkPhysicalDevice, RawVkFormat, RawVkImageType, RawVkSamp...
[INFO] [stdout]    |                                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub vkQueueBindSparse: unsafe extern fn(RawVkQueue, u32, *mut RawVkBindSparseInfo, RawVkFence) -> RawVkResult,
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:46:31
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub vkCreateFence: unsafe extern fn(RawVkDevice, *mut RawVkFenceCreateInfo, *const c_void, *mut RawVkFence) -> RawVkResult,
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub vkDestroyFence: unsafe extern fn(RawVkDevice, RawVkFence, *const c_void),
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub vkResetFences: unsafe extern fn(RawVkDevice, u32, *mut RawVkFence) -> RawVkResult,
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:49:34
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub vkGetFenceStatus: unsafe extern fn(RawVkDevice, RawVkFence) -> RawVkResult,
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:50:33
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub vkWaitForFences: unsafe extern fn(RawVkDevice, u32, *mut RawVkFence, u32, u64) -> RawVkResult,
[INFO] [stdout]    |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:51:35
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub vkCreateSemaphore: unsafe extern fn(RawVkDevice, *mut RawVkSemaphoreCreateInfo, *const c_void, *mut RawVkSemaphore) -> RawVk...
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub vkDestroySemaphore: unsafe extern fn(RawVkDevice, RawVkSemaphore, *const c_void),
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:53:31
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub vkCreateEvent: unsafe extern fn(RawVkDevice, *mut RawVkEventCreateInfo, *const c_void, *mut RawVkEvent) -> RawVkResult,
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:54:32
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub vkDestroyEvent: unsafe extern fn(RawVkDevice, RawVkEvent, *const c_void),
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub vkGetEventStatus: unsafe extern fn(RawVkDevice, RawVkEvent) -> RawVkResult,
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub vkSetEvent: unsafe extern fn(RawVkDevice, RawVkEvent) -> RawVkResult,
[INFO] [stdout]    |                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:57:30
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub vkResetEvent: unsafe extern fn(RawVkDevice, RawVkEvent) -> RawVkResult,
[INFO] [stdout]    |                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:58:35
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub vkCreateQueryPool: unsafe extern fn(RawVkDevice, *mut RawVkQueryPoolCreateInfo, *const c_void, *mut RawVkQueryPool) -> RawVk...
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:59:36
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub vkDestroyQueryPool: unsafe extern fn(RawVkDevice, RawVkQueryPool, *const c_void),
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:60:39
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub vkGetQueryPoolResults: unsafe extern fn(RawVkDevice, RawVkQueryPool, u32, u32, usize, *mut c_void, u64, RawVkQueryResultFlag...
[INFO] [stdout]    |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:61:32
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub vkCreateBuffer: unsafe extern fn(RawVkDevice, *mut RawVkBufferCreateInfo, *const c_void, *mut RawVkBuffer) -> RawVkResult,
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:62:33
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub vkDestroyBuffer: unsafe extern fn(RawVkDevice, RawVkBuffer, *const c_void),
[INFO] [stdout]    |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub vkCreateBufferView: unsafe extern fn(RawVkDevice, *mut RawVkBufferViewCreateInfo, *const c_void, *mut RawVkBufferView) -> Ra...
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:64:37
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub vkDestroyBufferView: unsafe extern fn(RawVkDevice, RawVkBufferView, *const c_void),
[INFO] [stdout]    |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:65:31
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub vkCreateImage: unsafe extern fn(RawVkDevice, *mut RawVkImageCreateInfo, *const c_void, *mut RawVkImage) -> RawVkResult,
[INFO] [stdout]    |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub vkDestroyImage: unsafe extern fn(RawVkDevice, RawVkImage, *const c_void),
[INFO] [stdout]    |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub vkGetImageSubresourceLayout: unsafe extern fn(RawVkDevice, RawVkImage, *mut RawVkImageSubresource, *mut RawVkSubresourceLayo...
[INFO] [stdout]    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:68:35
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub vkCreateImageView: unsafe extern fn(RawVkDevice, *mut RawVkImageViewCreateInfo, *const c_void, *mut RawVkImageView) -> RawVk...
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub vkDestroyImageView: unsafe extern fn(RawVkDevice, RawVkImageView, *const c_void),
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:70:38
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub vkCreateShaderModule: unsafe extern fn(RawVkDevice, *mut RawVkShaderModuleCreateInfo, *const c_void, *mut RawVkShaderModule)...
[INFO] [stdout]    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:71:39
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub vkDestroyShaderModule: unsafe extern fn(RawVkDevice, RawVkShaderModule, *const c_void),
[INFO] [stdout]    |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:72:39
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub vkCreatePipelineCache: unsafe extern fn(RawVkDevice, *mut RawVkPipelineCacheCreateInfo, *const c_void, *mut RawVkPipelineCac...
[INFO] [stdout]    |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:73:40
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub vkDestroyPipelineCache: unsafe extern fn(RawVkDevice, RawVkPipelineCache, *const c_void),
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:74:40
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub vkGetPipelineCacheData: unsafe extern fn(RawVkDevice, RawVkPipelineCache, *mut usize, *mut c_void) -> RawVkResult,
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:75:39
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub vkMergePipelineCaches: unsafe extern fn(RawVkDevice, RawVkPipelineCache, u32, *mut RawVkPipelineCache) -> RawVkResult,
[INFO] [stdout]    |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:76:43
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub vkCreateGraphicsPipelines: unsafe extern fn(RawVkDevice, RawVkPipelineCache, u32, *mut RawVkGraphicsPipelineCreateInfo, *con...
[INFO] [stdout]    |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:77:42
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub vkCreateComputePipelines: unsafe extern fn(RawVkDevice, RawVkPipelineCache, u32, *mut RawVkComputePipelineCreateInfo, *const...
[INFO] [stdout]    |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:78:35
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub vkDestroyPipeline: unsafe extern fn(RawVkDevice, RawVkPipeline, *const c_void),
[INFO] [stdout]    |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:79:40
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub vkCreatePipelineLayout: unsafe extern fn(RawVkDevice, *mut RawVkPipelineLayoutCreateInfo, *const c_void, *mut RawVkPipelineL...
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:80:41
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub vkDestroyPipelineLayout: unsafe extern fn(RawVkDevice, RawVkPipelineLayout, *const c_void),
[INFO] [stdout]    |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:81:33
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub vkCreateSampler: unsafe extern fn(RawVkDevice, *mut RawVkSamplerCreateInfo, *const c_void, *mut RawVkSampler) -> RawVkResult,
[INFO] [stdout]    |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:82:34
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub vkDestroySampler: unsafe extern fn(RawVkDevice, RawVkSampler, *const c_void),
[INFO] [stdout]    |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:83:45
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub vkCreateDescriptorSetLayout: unsafe extern fn(RawVkDevice, *mut RawVkDescriptorSetLayoutCreateInfo, *const c_void, *mut RawV...
[INFO] [stdout]    |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:84:46
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub vkDestroyDescriptorSetLayout: unsafe extern fn(RawVkDevice, RawVkDescriptorSetLayout, *const c_void),
[INFO] [stdout]    |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:85:40
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub vkCreateDescriptorPool: unsafe extern fn(RawVkDevice, *mut RawVkDescriptorPoolCreateInfo, *const c_void, *mut RawVkDescripto...
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:86:41
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub vkDestroyDescriptorPool: unsafe extern fn(RawVkDevice, RawVkDescriptorPool, *const c_void),
[INFO] [stdout]    |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:87:39
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub vkResetDescriptorPool: unsafe extern fn(RawVkDevice, RawVkDescriptorPool, RawVkDescriptorPoolResetFlags) -> RawVkResult,
[INFO] [stdout]    |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:88:42
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub vkAllocateDescriptorSets: unsafe extern fn(RawVkDevice, *mut RawVkDescriptorSetAllocateInfo, *mut RawVkDescriptorSet) -> Raw...
[INFO] [stdout]    |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub vkFreeDescriptorSets: unsafe extern fn(RawVkDevice, RawVkDescriptorPool, u32, *mut RawVkDescriptorSet) -> RawVkResult,
[INFO] [stdout]    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:90:40
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub vkUpdateDescriptorSets: unsafe extern fn(RawVkDevice, u32, *mut RawVkWriteDescriptorSet, u32, *mut RawVkCopyDescriptorSet),
[INFO] [stdout]    |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:91:37
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub vkCreateFramebuffer: unsafe extern fn(RawVkDevice, *mut RawVkFramebufferCreateInfo, *const c_void, *mut RawVkFramebuffer) ->...
[INFO] [stdout]    |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:92:38
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub vkDestroyFramebuffer: unsafe extern fn(RawVkDevice, RawVkFramebuffer, *const c_void),
[INFO] [stdout]    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:93:36
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub vkCreateRenderPass: unsafe extern fn(RawVkDevice, *mut RawVkRenderPassCreateInfo, *const c_void, *mut RawVkRenderPass) -> Ra...
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:94:37
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub vkDestroyRenderPass: unsafe extern fn(RawVkDevice, RawVkRenderPass, *const c_void),
[INFO] [stdout]    |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:95:44
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub vkGetRenderAreaGranularity: unsafe extern fn(RawVkDevice, RawVkRenderPass, *mut RawVkExtent2D),
[INFO] [stdout]    |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:96:37
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub vkCreateCommandPool: unsafe extern fn(RawVkDevice, *mut RawVkCommandPoolCreateInfo, *const c_void, *mut RawVkCommandPool) ->...
[INFO] [stdout]    |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:97:38
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub vkDestroyCommandPool: unsafe extern fn(RawVkDevice, RawVkCommandPool, *const c_void),
[INFO] [stdout]    |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:98:36
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub vkResetCommandPool: unsafe extern fn(RawVkDevice, RawVkCommandPool, RawVkCommandPoolResetFlags) -> RawVkResult,
[INFO] [stdout]    |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/vulkan/vk/vk_function_table.rs:99:42
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub vkAllocateCommandBuffers: unsafe extern fn(RawVkDevice, *mut RawVkCommandBufferAllocateInfo, *mut RawVkCommandBuffer) -> Raw...
[INFO] [stdout]    |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub vkFreeCommandBuffers: unsafe extern fn(RawVkDevice, RawVkCommandPool, u32, *mut RawVkCommandBuffer),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:101:38
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub vkBeginCommandBuffer: unsafe extern fn(RawVkCommandBuffer, *mut RawVkCommandBufferBeginInfo) -> RawVkResult,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:102:36
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub vkEndCommandBuffer: unsafe extern fn(RawVkCommandBuffer) -> RawVkResult,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:103:38
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub vkResetCommandBuffer: unsafe extern fn(RawVkCommandBuffer, RawVkCommandBufferResetFlags) -> RawVkResult,
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:104:35
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub vkCmdBindPipeline: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineBindPoint, RawVkPipeline),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub vkCmdSetViewport: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkViewport),
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:106:33
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub vkCmdSetScissor: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkRect2D),
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:107:35
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub vkCmdSetLineWidth: unsafe extern fn(RawVkCommandBuffer, f32),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:108:35
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub vkCmdSetDepthBias: unsafe extern fn(RawVkCommandBuffer, f32, f32, f32),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub vkCmdSetBlendConstants: unsafe extern fn(RawVkCommandBuffer, [f32; 4]),
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:110:37
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub vkCmdSetDepthBounds: unsafe extern fn(RawVkCommandBuffer, f32, f32),
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:111:44
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub vkCmdSetStencilCompareMask: unsafe extern fn(RawVkCommandBuffer, RawVkStencilFaceFlags, u32),
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:112:42
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub vkCmdSetStencilWriteMask: unsafe extern fn(RawVkCommandBuffer, RawVkStencilFaceFlags, u32),
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:113:42
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub vkCmdSetStencilReference: unsafe extern fn(RawVkCommandBuffer, RawVkStencilFaceFlags, u32),
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:114:41
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub vkCmdBindDescriptorSets: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineBindPoint, RawVkPipelineLayout, u32, u32, *mut R...
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:115:38
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub vkCmdBindIndexBuffer: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, RawVkIndexType),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:116:40
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub vkCmdBindVertexBuffers: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkBuffer, *mut u64),
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:117:27
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub vkCmdDraw: unsafe extern fn(RawVkCommandBuffer, u32, u32, u32, u32),
[INFO] [stdout]     |                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:118:34
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub vkCmdDrawIndexed: unsafe extern fn(RawVkCommandBuffer, u32, u32, u32, i32, u32),
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:119:35
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub vkCmdDrawIndirect: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:120:42
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub vkCmdDrawIndexedIndirect: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:121:31
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub vkCmdDispatch: unsafe extern fn(RawVkCommandBuffer, u32, u32, u32),
[INFO] [stdout]     |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub vkCmdDispatchIndirect: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64),
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:123:33
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub vkCmdCopyBuffer: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, RawVkBuffer, u32, *mut RawVkBufferCopy),
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:124:32
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub vkCmdCopyImage: unsafe extern fn(RawVkCommandBuffer, RawVkImage, RawVkImageLayout, RawVkImage, RawVkImageLayout, u32, *mut ...
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:125:32
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub vkCmdBlitImage: unsafe extern fn(RawVkCommandBuffer, RawVkImage, RawVkImageLayout, RawVkImage, RawVkImageLayout, u32, *mut ...
[INFO] [stdout]     |                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub vkCmdCopyBufferToImage: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, RawVkImage, RawVkImageLayout, u32, *mut RawVkBuff...
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:127:40
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub vkCmdCopyImageToBuffer: unsafe extern fn(RawVkCommandBuffer, RawVkImage, RawVkImageLayout, RawVkBuffer, u32, *mut RawVkBuff...
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:128:35
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub vkCmdUpdateBuffer: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, u64, *mut c_void),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub vkCmdFillBuffer: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, u64, u32),
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:130:38
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub vkCmdClearColorImage: unsafe extern fn(RawVkCommandBuffer, RawVkImage, RawVkImageLayout, *mut RawVkClearColorValue, u32, *m...
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:131:45
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub vkCmdClearDepthStencilImage: unsafe extern fn(RawVkCommandBuffer, RawVkImage, RawVkImageLayout, *mut RawVkClearDepthStencil...
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:132:39
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub vkCmdClearAttachments: unsafe extern fn(RawVkCommandBuffer, u32, *mut RawVkClearAttachment, u32, *mut RawVkClearRect),
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:133:35
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub vkCmdResolveImage: unsafe extern fn(RawVkCommandBuffer, RawVkImage, RawVkImageLayout, RawVkImage, RawVkImageLayout, u32, *m...
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:134:31
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub vkCmdSetEvent: unsafe extern fn(RawVkCommandBuffer, RawVkEvent, RawVkPipelineStageFlags),
[INFO] [stdout]     |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:135:33
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub vkCmdResetEvent: unsafe extern fn(RawVkCommandBuffer, RawVkEvent, RawVkPipelineStageFlags),
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:136:33
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub vkCmdWaitEvents: unsafe extern fn(RawVkCommandBuffer, u32, *mut RawVkEvent, RawVkPipelineStageFlags, RawVkPipelineStageFlag...
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:137:38
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub vkCmdPipelineBarrier: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineStageFlags, RawVkPipelineStageFlags, RawVkDependenc...
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:138:33
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub vkCmdBeginQuery: unsafe extern fn(RawVkCommandBuffer, RawVkQueryPool, u32, RawVkQueryControlFlags),
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub vkCmdEndQuery: unsafe extern fn(RawVkCommandBuffer, RawVkQueryPool, u32),
[INFO] [stdout]     |                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:140:37
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub vkCmdResetQueryPool: unsafe extern fn(RawVkCommandBuffer, RawVkQueryPool, u32, u32),
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:141:37
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub vkCmdWriteTimestamp: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineStageFlags, RawVkQueryPool, u32),
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:142:43
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub vkCmdCopyQueryPoolResults: unsafe extern fn(RawVkCommandBuffer, RawVkQueryPool, u32, u32, RawVkBuffer, u64, u64, RawVkQuery...
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub vkCmdPushConstants: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineLayout, RawVkShaderStageFlags, u32, u32, *mut c_void),
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:144:38
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub vkCmdBeginRenderPass: unsafe extern fn(RawVkCommandBuffer, *mut RawVkRenderPassBeginInfo, RawVkSubpassContents),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:145:34
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub vkCmdNextSubpass: unsafe extern fn(RawVkCommandBuffer, RawVkSubpassContents),
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:146:36
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub vkCmdEndRenderPass: unsafe extern fn(RawVkCommandBuffer),
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:147:38
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub vkCmdExecuteCommands: unsafe extern fn(RawVkCommandBuffer, u32, *mut RawVkCommandBuffer),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:148:37
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub vkBindBufferMemory2: unsafe extern fn(RawVkDevice, u32, *mut RawVkBindBufferMemoryInfo) -> RawVkResult,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:149:36
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub vkBindImageMemory2: unsafe extern fn(RawVkDevice, u32, *mut RawVkBindImageMemoryInfo) -> RawVkResult,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:150:52
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub vkGetDeviceGroupPeerMemoryFeatures: unsafe extern fn(RawVkDevice, u32, u32, u32, *mut RawVkPeerMemoryFeatureFlags),
[INFO] [stdout]     |                                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:151:36
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub vkCmdSetDeviceMask: unsafe extern fn(RawVkCommandBuffer, u32),
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub vkCmdDispatchBase: unsafe extern fn(RawVkCommandBuffer, u32, u32, u32, u32, u32, u32),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:153:49
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub vkEnumeratePhysicalDeviceGroups: unsafe extern fn(RawVkInstance, *mut u32, *mut RawVkPhysicalDeviceGroupProperties) -> RawV...
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:154:47
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub vkGetImageMemoryRequirements2: unsafe extern fn(RawVkDevice, *mut RawVkImageMemoryRequirementsInfo2, *mut RawVkMemoryRequir...
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:155:48
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub vkGetBufferMemoryRequirements2: unsafe extern fn(RawVkDevice, *mut RawVkBufferMemoryRequirementsInfo2, *mut RawVkMemoryRequ...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:156:53
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub vkGetImageSparseMemoryRequirements2: unsafe extern fn(RawVkDevice, *mut RawVkImageSparseMemoryRequirementsInfo2, *mut u32, ...
[INFO] [stdout]     |                                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:157:46
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub vkGetPhysicalDeviceFeatures2: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceFeatures2),
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:158:48
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub vkGetPhysicalDeviceProperties2: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceProperties2),
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:159:54
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub vkGetPhysicalDeviceFormatProperties2: unsafe extern fn(RawVkPhysicalDevice, RawVkFormat, *mut RawVkFormatProperties2),
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:160:59
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub vkGetPhysicalDeviceImageFormatProperties2: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceImageFormatInfo2, ...
[INFO] [stdout]     |                                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:161:59
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub vkGetPhysicalDeviceQueueFamilyProperties2: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut RawVkQueueFamilyProperties2),
[INFO] [stdout]     |                                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:162:54
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub vkGetPhysicalDeviceMemoryProperties2: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceMemoryProperties2),
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:163:65
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub vkGetPhysicalDeviceSparseImageFormatProperties2: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceSparseImageF...
[INFO] [stdout]     |                                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:164:35
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub vkTrimCommandPool: unsafe extern fn(RawVkDevice, RawVkCommandPool, RawVkCommandPoolTrimFlags),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:165:35
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub vkGetDeviceQueue2: unsafe extern fn(RawVkDevice, *mut RawVkDeviceQueueInfo2, *mut RawVkQueue),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:166:48
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub vkCreateSamplerYcbcrConversion: unsafe extern fn(RawVkDevice, *mut RawVkSamplerYcbcrConversionCreateInfo, *const c_void, *m...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:167:49
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub vkDestroySamplerYcbcrConversion: unsafe extern fn(RawVkDevice, RawVkSamplerYcbcrConversion, *const c_void),
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:168:50
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub vkCreateDescriptorUpdateTemplate: unsafe extern fn(RawVkDevice, *mut RawVkDescriptorUpdateTemplateCreateInfo, *const c_void...
[INFO] [stdout]     |                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:169:51
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub vkDestroyDescriptorUpdateTemplate: unsafe extern fn(RawVkDevice, RawVkDescriptorUpdateTemplate, *const c_void),
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:170:51
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub vkUpdateDescriptorSetWithTemplate: unsafe extern fn(RawVkDevice, RawVkDescriptorSet, RawVkDescriptorUpdateTemplate, *mut c_...
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:171:61
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub vkGetPhysicalDeviceExternalBufferProperties: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceExternalBufferIn...
[INFO] [stdout]     |                                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:172:60
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub vkGetPhysicalDeviceExternalFenceProperties: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceExternalFenceInfo...
[INFO] [stdout]     |                                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:173:64
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub vkGetPhysicalDeviceExternalSemaphoreProperties: unsafe extern fn(RawVkPhysicalDevice, *mut RawVkPhysicalDeviceExternalSemap...
[INFO] [stdout]     |                                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:174:49
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub vkGetDescriptorSetLayoutSupport: unsafe extern fn(RawVkDevice, *mut RawVkDescriptorSetLayoutCreateInfo, *mut RawVkDescripto...
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:175:40
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub vkCmdDrawIndirectCount: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:176:47
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub vkCmdDrawIndexedIndirectCount: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:177:37
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub vkCreateRenderPass2: unsafe extern fn(RawVkDevice, *mut RawVkRenderPassCreateInfo2, *const c_void, *mut RawVkRenderPass) ->...
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:178:39
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub vkCmdBeginRenderPass2: unsafe extern fn(RawVkCommandBuffer, *mut RawVkRenderPassBeginInfo, *mut RawVkSubpassBeginInfo),
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub vkCmdNextSubpass2: unsafe extern fn(RawVkCommandBuffer, *mut RawVkSubpassBeginInfo, *mut RawVkSubpassEndInfo),
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:180:37
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub vkCmdEndRenderPass2: unsafe extern fn(RawVkCommandBuffer, *mut RawVkSubpassEndInfo),
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:181:34
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub vkResetQueryPool: unsafe extern fn(RawVkDevice, RawVkQueryPool, u32, u32),
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:182:44
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub vkGetSemaphoreCounterValue: unsafe extern fn(RawVkDevice, RawVkSemaphore, *mut u64) -> RawVkResult,
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:183:34
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub vkWaitSemaphores: unsafe extern fn(RawVkDevice, *mut RawVkSemaphoreWaitInfo, u64) -> RawVkResult,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:184:35
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub vkSignalSemaphore: unsafe extern fn(RawVkDevice, *mut RawVkSemaphoreSignalInfo) -> RawVkResult,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:185:37
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub vkDestroySurfaceKHR: unsafe extern fn(RawVkInstance, khr::RawVkSurface, *const c_void),
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:186:54
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub vkGetPhysicalDeviceSurfaceSupportKHR: unsafe extern fn(RawVkPhysicalDevice, u32, khr::RawVkSurface, *mut u32) -> RawVkResult,
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:187:59
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub vkGetPhysicalDeviceSurfaceCapabilitiesKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkSurface, *mut khr::RawVkSurfaceC...
[INFO] [stdout]     |                                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:188:54
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub vkGetPhysicalDeviceSurfaceFormatsKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkSurface, *mut u32, *mut khr::RawVkSur...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:189:59
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub vkGetPhysicalDeviceSurfacePresentModesKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkSurface, *mut u32, *mut khr::Raw...
[INFO] [stdout]     |                                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub vkCreateSwapchainKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkSwapchainCreateInfo, *const c_void, *mut khr::RawVkSwapc...
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:191:39
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub vkDestroySwapchainKHR: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, *const c_void),
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:192:41
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub vkGetSwapchainImagesKHR: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, *mut u32, *mut RawVkImage) -> RawVkResult,
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:193:39
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub vkAcquireNextImageKHR: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, u64, RawVkSemaphore, RawVkFence, *mut u32) -> Raw...
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:194:35
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub vkQueuePresentKHR: unsafe extern fn(RawVkQueue, *mut khr::RawVkPresentInfo) -> RawVkResult,
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:195:56
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub vkGetDeviceGroupPresentCapabilitiesKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkDeviceGroupPresentCapabilities) -> Raw...
[INFO] [stdout]     |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:196:56
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub vkGetDeviceGroupSurfacePresentModesKHR: unsafe extern fn(RawVkDevice, khr::RawVkSurface, *mut khr::RawVkDeviceGroupPresentM...
[INFO] [stdout]     |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:197:57
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub vkGetPhysicalDevicePresentRectanglesKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkSurface, *mut u32, *mut RawVkRect2...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:198:40
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub vkAcquireNextImage2KHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkAcquireNextImageInfo, *mut u32) -> RawVkResult,
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:199:57
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub vkGetPhysicalDeviceDisplayPropertiesKHR: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut khr::RawVkDisplayProperties) ...
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:200:62
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub vkGetPhysicalDeviceDisplayPlanePropertiesKHR: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut khr::RawVkDisplayPlanePr...
[INFO] [stdout]     |                                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:201:55
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub vkGetDisplayPlaneSupportedDisplaysKHR: unsafe extern fn(RawVkPhysicalDevice, u32, *mut u32, *mut khr::RawVkDisplay) -> RawV...
[INFO] [stdout]     |                                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:202:47
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub vkGetDisplayModePropertiesKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkDisplay, *mut u32, *mut khr::RawVkDisplayMod...
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:203:40
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub vkCreateDisplayModeKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkDisplay, *mut khr::RawVkDisplayModeCreateInfo, *con...
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:204:50
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub vkGetDisplayPlaneCapabilitiesKHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkDisplayMode, u32, *mut khr::RawVkDisplayP...
[INFO] [stdout]     |                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:205:48
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub vkCreateDisplayPlaneSurfaceKHR: unsafe extern fn(RawVkInstance, *mut khr::RawVkDisplaySurfaceCreateInfo, *const c_void, *mu...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:206:45
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub vkCreateSharedSwapchainsKHR: unsafe extern fn(RawVkDevice, u32, *mut khr::RawVkSwapchainCreateInfo, *const c_void, *mut khr...
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:207:34
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub vkGetMemoryFdKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkMemoryGetFdInfo, *mut i32) -> RawVkResult,
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:208:44
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub vkGetMemoryFdPropertiesKHR: unsafe extern fn(RawVkDevice, RawVkExternalMemoryHandleTypeFlags, i32, *mut khr::RawVkMemoryFdP...
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:209:40
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub vkImportSemaphoreFdKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkImportSemaphoreFdInfo) -> RawVkResult,
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:210:37
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub vkGetSemaphoreFdKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkSemaphoreGetFdInfo, *mut i32) -> RawVkResult,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:211:43
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub vkCmdPushDescriptorSetKHR: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineBindPoint, RawVkPipelineLayout, u32, u32, *mut...
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:212:55
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub vkCmdPushDescriptorSetWithTemplateKHR: unsafe extern fn(RawVkCommandBuffer, RawVkDescriptorUpdateTemplate, RawVkPipelineLay...
[INFO] [stdout]     |                                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:213:41
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub vkGetSwapchainStatusKHR: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain) -> RawVkResult,
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:214:36
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub vkImportFenceFdKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkImportFenceFdInfo) -> RawVkResult,
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:215:33
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub vkGetFenceFdKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkFenceGetFdInfo, *mut i32) -> RawVkResult,
[INFO] [stdout]     |                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:216:81
[INFO] [stdout]     |
[INFO] [stdout] 216 | ...erformanceQueryCountersKHR: unsafe extern fn(RawVkPhysicalDevice, u32, *mut u32, *mut khr::RawVkPerformanceCounter, *mut khr::Ra...
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:217:73
[INFO] [stdout]     |
[INFO] [stdout] 217 | ...yPerformanceQueryPassesKHR: unsafe extern fn(RawVkPhysicalDevice, *mut khr::RawVkQueryPoolPerformanceCreateInfo, *mut u32),
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:218:43
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub vkAcquireProfilingLockKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkAcquireProfilingLockInfo) -> RawVkResult,
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:219:43
[INFO] [stdout]     |
[INFO] [stdout] 219 |     pub vkReleaseProfilingLockKHR: unsafe extern fn(RawVkDevice),
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:220:60
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub vkGetPhysicalDeviceSurfaceCapabilities2KHR: unsafe extern fn(RawVkPhysicalDevice, *mut khr::RawVkPhysicalDeviceSurfaceInfo2...
[INFO] [stdout]     |                                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:221:55
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub vkGetPhysicalDeviceSurfaceFormats2KHR: unsafe extern fn(RawVkPhysicalDevice, *mut khr::RawVkPhysicalDeviceSurfaceInfo2, *mu...
[INFO] [stdout]     |                                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:222:58
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub vkGetPhysicalDeviceDisplayProperties2KHR: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut khr::RawVkDisplayProperties2...
[INFO] [stdout]     |                                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:223:63
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub vkGetPhysicalDeviceDisplayPlaneProperties2KHR: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut khr::RawVkDisplayPlaneP...
[INFO] [stdout]     |                                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:224:48
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub vkGetDisplayModeProperties2KHR: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkDisplay, *mut u32, *mut khr::RawVkDisplayMo...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:225:51
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub vkGetDisplayPlaneCapabilities2KHR: unsafe extern fn(RawVkPhysicalDevice, *mut khr::RawVkDisplayPlaneInfo2, *mut khr::RawVkD...
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:226:54
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub vkGetPipelineExecutablePropertiesKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkPipelineInfo, *mut u32, *mut khr::RawVkP...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:227:54
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub vkGetPipelineExecutableStatisticsKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkPipelineExecutableInfo, *mut u32, *mut k...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:228:67
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub vkGetPipelineExecutableInternalRepresentationsKHR: unsafe extern fn(RawVkDevice, *mut khr::RawVkPipelineExecutableInfo, *mu...
[INFO] [stdout]     |                                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:229:48
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub vkCreateDebugReportCallbackEXT: unsafe extern fn(RawVkInstance, *mut ext::RawVkDebugReportCallbackCreateInfo, *const c_void...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:230:49
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub vkDestroyDebugReportCallbackEXT: unsafe extern fn(RawVkInstance, ext::RawVkDebugReportCallback, *const c_void),
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:231:41
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub vkDebugReportMessageEXT: unsafe extern fn(RawVkInstance, ext::RawVkDebugReportFlags, ext::RawVkDebugReportObjectType, u64, ...
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:232:46
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub vkDebugMarkerSetObjectTagEXT: unsafe extern fn(RawVkDevice, *mut ext::RawVkDebugMarkerObjectTagInfo) -> RawVkResult,
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:233:47
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub vkDebugMarkerSetObjectNameEXT: unsafe extern fn(RawVkDevice, *mut ext::RawVkDebugMarkerObjectNameInfo) -> RawVkResult,
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:234:42
[INFO] [stdout]     |
[INFO] [stdout] 234 |     pub vkCmdDebugMarkerBeginEXT: unsafe extern fn(RawVkCommandBuffer, *mut ext::RawVkDebugMarkerMarkerInfo),
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:235:40
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub vkCmdDebugMarkerEndEXT: unsafe extern fn(RawVkCommandBuffer),
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:236:43
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub vkCmdDebugMarkerInsertEXT: unsafe extern fn(RawVkCommandBuffer, *mut ext::RawVkDebugMarkerMarkerInfo),
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:237:54
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub vkCmdBindTransformFeedbackBuffersEXT: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkBuffer, *mut u64, *mut u64),
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:238:48
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub vkCmdBeginTransformFeedbackEXT: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkBuffer, *mut u64),
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:239:46
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub vkCmdEndTransformFeedbackEXT: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkBuffer, *mut u64),
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:240:43
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub vkCmdBeginQueryIndexedEXT: unsafe extern fn(RawVkCommandBuffer, RawVkQueryPool, u32, RawVkQueryControlFlags, u32),
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:241:41
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub vkCmdEndQueryIndexedEXT: unsafe extern fn(RawVkCommandBuffer, RawVkQueryPool, u32, u32),
[INFO] [stdout]     |                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:242:47
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub vkCmdDrawIndirectByteCountEXT: unsafe extern fn(RawVkCommandBuffer, u32, u32, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:243:42
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub vkGetImageViewAddressNVX: unsafe extern fn(RawVkDevice, RawVkImageView, *mut nvx::RawVkImageViewAddressProperties) -> RawVk...
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:244:36
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub vkGetShaderInfoAMD: unsafe extern fn(RawVkDevice, RawVkPipeline, RawVkShaderStageFlags, amd::RawVkShaderInfoType, *mut usiz...
[INFO] [stdout]     |                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:245:68
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub vkGetPhysicalDeviceExternalImageFormatPropertiesNV: unsafe extern fn(RawVkPhysicalDevice, RawVkFormat, RawVkImageType, RawV...
[INFO] [stdout]     |                                                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:246:51
[INFO] [stdout]     |
[INFO] [stdout] 246 |     pub vkCmdBeginConditionalRenderingEXT: unsafe extern fn(RawVkCommandBuffer, *mut ext::RawVkConditionalRenderingBeginInfo),
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:247:49
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub vkCmdEndConditionalRenderingEXT: unsafe extern fn(RawVkCommandBuffer),
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:248:44
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub vkCmdSetViewportWScalingNV: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut nv::RawVkViewportWScaling),
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:249:37
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub vkReleaseDisplayEXT: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkDisplay) -> RawVkResult,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:250:60
[INFO] [stdout]     |
[INFO] [stdout] 250 |     pub vkGetPhysicalDeviceSurfaceCapabilities2EXT: unsafe extern fn(RawVkPhysicalDevice, khr::RawVkSurface, *mut ext::RawVkSurface...
[INFO] [stdout]     |                                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:251:42
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub vkDisplayPowerControlEXT: unsafe extern fn(RawVkDevice, khr::RawVkDisplay, *mut ext::RawVkDisplayPowerInfo) -> RawVkResult,
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:252:42
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub vkRegisterDeviceEventEXT: unsafe extern fn(RawVkDevice, *mut ext::RawVkDeviceEventInfo, *const c_void, *mut RawVkFence) -> ...
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:253:43
[INFO] [stdout]     |
[INFO] [stdout] 253 |     pub vkRegisterDisplayEventEXT: unsafe extern fn(RawVkDevice, khr::RawVkDisplay, *mut ext::RawVkDisplayEventInfo, *const c_void,...
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:254:42
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub vkGetSwapchainCounterEXT: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, ext::RawVkSurfaceCounterFlags, *mut u64) -> Ra...
[INFO] [stdout]     |                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:255:49
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub vkGetRefreshCycleDurationGOOGLE: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, *mut google::RawVkRefreshCycleDuration)...
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:256:51
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub vkGetPastPresentationTimingGOOGLE: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, *mut u32, *mut google::RawVkPastPrese...
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:257:45
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub vkCmdSetDiscardRectangleEXT: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkRect2D),
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:258:37
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub vkSetHdrMetadataEXT: unsafe extern fn(RawVkDevice, u32, *mut khr::RawVkSwapchain, *mut ext::RawVkHdrMetadata),
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:259:46
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub vkSetDebugUtilsObjectNameEXT: unsafe extern fn(RawVkDevice, *mut ext::RawVkDebugUtilsObjectNameInfo) -> RawVkResult,
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:260:45
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub vkSetDebugUtilsObjectTagEXT: unsafe extern fn(RawVkDevice, *mut ext::RawVkDebugUtilsObjectTagInfo) -> RawVkResult,
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:261:48
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub vkQueueBeginDebugUtilsLabelEXT: unsafe extern fn(RawVkQueue, *mut ext::RawVkDebugUtilsLabel),
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:262:46
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub vkQueueEndDebugUtilsLabelEXT: unsafe extern fn(RawVkQueue),
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:263:49
[INFO] [stdout]     |
[INFO] [stdout] 263 |     pub vkQueueInsertDebugUtilsLabelEXT: unsafe extern fn(RawVkQueue, *mut ext::RawVkDebugUtilsLabel),
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:264:46
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub vkCmdBeginDebugUtilsLabelEXT: unsafe extern fn(RawVkCommandBuffer, *mut ext::RawVkDebugUtilsLabel),
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |     pub vkCmdEndDebugUtilsLabelEXT: unsafe extern fn(RawVkCommandBuffer),
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:266:47
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub vkCmdInsertDebugUtilsLabelEXT: unsafe extern fn(RawVkCommandBuffer, *mut ext::RawVkDebugUtilsLabel),
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:267:48
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub vkCreateDebugUtilsMessengerEXT: unsafe extern fn(RawVkInstance, *mut ext::RawVkDebugUtilsMessengerCreateInfo, *const c_void...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:268:49
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub vkDestroyDebugUtilsMessengerEXT: unsafe extern fn(RawVkInstance, ext::RawVkDebugUtilsMessenger, *const c_void),
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:269:46
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub vkSubmitDebugUtilsMessageEXT: unsafe extern fn(RawVkInstance, ext::RawVkDebugUtilsMessageSeverityFlags, ext::RawVkDebugUtil...
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:270:44
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub vkCmdSetSampleLocationsEXT: unsafe extern fn(RawVkCommandBuffer, *mut ext::RawVkSampleLocationsInfo),
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:271:61
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub vkGetPhysicalDeviceMultisamplePropertiesEXT: unsafe extern fn(RawVkPhysicalDevice, RawVkSampleCountFlags, *mut ext::RawVkMu...
[INFO] [stdout]     |                                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:272:58
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub vkGetImageDrmFormatModifierPropertiesEXT: unsafe extern fn(RawVkDevice, RawVkImage, *mut ext::RawVkImageDrmFormatModifierPr...
[INFO] [stdout]     |                                                          ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:273:44
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub vkCreateValidationCacheEXT: unsafe extern fn(RawVkDevice, *mut ext::RawVkValidationCacheCreateInfo, *const c_void, *mut ext...
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:274:45
[INFO] [stdout]     |
[INFO] [stdout] 274 |     pub vkDestroyValidationCacheEXT: unsafe extern fn(RawVkDevice, ext::RawVkValidationCache, *const c_void),
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:275:44
[INFO] [stdout]     |
[INFO] [stdout] 275 |     pub vkMergeValidationCachesEXT: unsafe extern fn(RawVkDevice, ext::RawVkValidationCache, u32, *mut ext::RawVkValidationCache) -...
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:276:45
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub vkGetValidationCacheDataEXT: unsafe extern fn(RawVkDevice, ext::RawVkValidationCache, *mut usize, *mut c_void) -> RawVkResult,
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:277:45
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub vkCmdBindShadingRateImageNV: unsafe extern fn(RawVkCommandBuffer, RawVkImageView, RawVkImageLayout),
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:278:54
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub vkCmdSetViewportShadingRatePaletteNV: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut nv::RawVkShadingRatePalette),
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:279:45
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub vkCmdSetCoarseSampleOrderNV: unsafe extern fn(RawVkCommandBuffer, nv::RawVkCoarseSampleOrderType, u32, *mut nv::RawVkCoarse...
[INFO] [stdout]     |                                             ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:280:49
[INFO] [stdout]     |
[INFO] [stdout] 280 |     pub vkCreateAccelerationStructureNV: unsafe extern fn(RawVkDevice, *mut nv::RawVkAccelerationStructureCreateInfo, *const c_void...
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:281:51
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub vkDestroyAccelerationStructureKHR: unsafe extern fn(RawVkDevice, khr::RawVkAccelerationStructure, *const c_void),
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:282:64
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub vkGetAccelerationStructureMemoryRequirementsNV: unsafe extern fn(RawVkDevice, *mut nv::RawVkAccelerationStructureMemoryRequ...
[INFO] [stdout]     |                                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:283:54
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub vkBindAccelerationStructureMemoryKHR: unsafe extern fn(RawVkDevice, u32, *mut khr::RawVkBindAccelerationStructureMemoryInfo...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:284:51
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub vkCmdBuildAccelerationStructureNV: unsafe extern fn(RawVkCommandBuffer, *mut nv::RawVkAccelerationStructureInfo, RawVkBuffe...
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:285:50
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub vkCmdCopyAccelerationStructureNV: unsafe extern fn(RawVkCommandBuffer, khr::RawVkAccelerationStructure, khr::RawVkAccelerat...
[INFO] [stdout]     |                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:286:34
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub vkCmdTraceRaysNV: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, RawVkBuffer, u64, u64, RawVkBuffer, u64, u64, RawV...
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:287:47
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub vkCreateRayTracingPipelinesNV: unsafe extern fn(RawVkDevice, RawVkPipelineCache, u32, *mut nv::RawVkRayTracingPipelineCreat...
[INFO] [stdout]     |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:288:54
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub vkGetRayTracingShaderGroupHandlesKHR: unsafe extern fn(RawVkDevice, RawVkPipeline, u32, u32, usize, *mut c_void) -> RawVkRe...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:289:52
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub vkGetAccelerationStructureHandleNV: unsafe extern fn(RawVkDevice, khr::RawVkAccelerationStructure, usize, *mut c_void) -> R...
[INFO] [stdout]     |                                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:290:63
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub vkCmdWriteAccelerationStructuresPropertiesKHR: unsafe extern fn(RawVkCommandBuffer, u32, *mut khr::RawVkAccelerationStructu...
[INFO] [stdout]     |                                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:291:37
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub vkCompileDeferredNV: unsafe extern fn(RawVkDevice, RawVkPipeline, u32) -> RawVkResult,
[INFO] [stdout]     |                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:292:53
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub vkGetMemoryHostPointerPropertiesEXT: unsafe extern fn(RawVkDevice, RawVkExternalMemoryHandleTypeFlags, *mut c_void, *mut ex...
[INFO] [stdout]     |                                                     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:293:43
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub vkCmdWriteBufferMarkerAMD: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineStageFlags, RawVkBuffer, u64, u32),
[INFO] [stdout]     |                                           ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:294:64
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub vkGetPhysicalDeviceCalibrateableTimeDomainsEXT: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut ext::RawVkTimeDomain) ...
[INFO] [stdout]     |                                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:295:46
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub vkGetCalibratedTimestampsEXT: unsafe extern fn(RawVkDevice, u32, *mut ext::RawVkCalibratedTimestampInfo, *mut u64, *mut u64...
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:296:38
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub vkCmdDrawMeshTasksNV: unsafe extern fn(RawVkCommandBuffer, u32, u32),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:297:46
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub vkCmdDrawMeshTasksIndirectNV: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:298:51
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub vkCmdDrawMeshTasksIndirectCountNV: unsafe extern fn(RawVkCommandBuffer, RawVkBuffer, u64, RawVkBuffer, u64, u32, u32),
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:299:44
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub vkCmdSetExclusiveScissorNV: unsafe extern fn(RawVkCommandBuffer, u32, u32, *mut RawVkRect2D),
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:300:38
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub vkCmdSetCheckpointNV: unsafe extern fn(RawVkCommandBuffer, *mut c_void),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:301:44
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub vkGetQueueCheckpointDataNV: unsafe extern fn(RawVkQueue, *mut u32, *mut nv::RawVkCheckpointData),
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:302:49
[INFO] [stdout]     |
[INFO] [stdout] 302 |     pub vkInitializePerformanceApiINTEL: unsafe extern fn(RawVkDevice, *mut intel::RawVkInitializePerformanceApiInfo) -> RawVkResult,
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:303:51
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub vkUninitializePerformanceApiINTEL: unsafe extern fn(RawVkDevice),
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:304:48
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub vkCmdSetPerformanceMarkerINTEL: unsafe extern fn(RawVkCommandBuffer, *mut intel::RawVkPerformanceMarkerInfo) -> RawVkResult,
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:305:54
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub vkCmdSetPerformanceStreamMarkerINTEL: unsafe extern fn(RawVkCommandBuffer, *mut intel::RawVkPerformanceStreamMarkerInfo) ->...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:306:50
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub vkCmdSetPerformanceOverrideINTEL: unsafe extern fn(RawVkCommandBuffer, *mut intel::RawVkPerformanceOverrideInfo) -> RawVkRe...
[INFO] [stdout]     |                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:307:56
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub vkAcquirePerformanceConfigurationINTEL: unsafe extern fn(RawVkDevice, *mut intel::RawVkPerformanceConfigurationAcquireInfo,...
[INFO] [stdout]     |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:308:56
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub vkReleasePerformanceConfigurationINTEL: unsafe extern fn(RawVkDevice, intel::RawVkPerformanceConfiguration) -> RawVkResult,
[INFO] [stdout]     |                                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:309:57
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub vkQueueSetPerformanceConfigurationINTEL: unsafe extern fn(RawVkQueue, intel::RawVkPerformanceConfiguration) -> RawVkResult,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:310:48
[INFO] [stdout]     |
[INFO] [stdout] 310 |     pub vkGetPerformanceParameterINTEL: unsafe extern fn(RawVkDevice, intel::RawVkPerformanceParameterType, *mut intel::RawVkPerfor...
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:311:38
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub vkSetLocalDimmingAMD: unsafe extern fn(RawVkDevice, khr::RawVkSwapchain, u32),
[INFO] [stdout]     |                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:312:54
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub vkGetPhysicalDeviceToolPropertiesEXT: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut ext::RawVkPhysicalDeviceToolProp...
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:313:66
[INFO] [stdout]     |
[INFO] [stdout] 313 |     pub vkGetPhysicalDeviceCooperativeMatrixPropertiesNV: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut nv::RawVkCooperative...
[INFO] [stdout]     |                                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:314:83
[INFO] [stdout]     |
[INFO] [stdout] 314 | ...MixedSamplesCombinationsNV: unsafe extern fn(RawVkPhysicalDevice, *mut u32, *mut nv::RawVkFramebufferMixedSamplesCombination) ->...
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:315:44
[INFO] [stdout]     |
[INFO] [stdout] 315 |     pub vkCreateHeadlessSurfaceEXT: unsafe extern fn(RawVkInstance, *mut ext::RawVkHeadlessSurfaceCreateInfo, *const c_void, *mut k...
[INFO] [stdout]     |                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:316:40
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub vkCmdSetLineStippleEXT: unsafe extern fn(RawVkCommandBuffer, u32, u16),
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:317:60
[INFO] [stdout]     |
[INFO] [stdout] 317 |     pub vkGetGeneratedCommandsMemoryRequirementsNV: unsafe extern fn(RawVkDevice, *mut nv::RawVkGeneratedCommandsMemoryRequirements...
[INFO] [stdout]     |                                                            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:318:52
[INFO] [stdout]     |
[INFO] [stdout] 318 |     pub vkCmdPreprocessGeneratedCommandsNV: unsafe extern fn(RawVkCommandBuffer, *mut nv::RawVkGeneratedCommandsInfo),
[INFO] [stdout]     |                                                    ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:319:49
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub vkCmdExecuteGeneratedCommandsNV: unsafe extern fn(RawVkCommandBuffer, u32, *mut nv::RawVkGeneratedCommandsInfo),
[INFO] [stdout]     |                                                 ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:320:48
[INFO] [stdout]     |
[INFO] [stdout] 320 |     pub vkCmdBindPipelineShaderGroupNV: unsafe extern fn(RawVkCommandBuffer, RawVkPipelineBindPoint, RawVkPipeline, u32),
[INFO] [stdout]     |                                                ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:321:50
[INFO] [stdout]     |
[INFO] [stdout] 321 |     pub vkCreateIndirectCommandsLayoutNV: unsafe extern fn(RawVkDevice, *mut nv::RawVkIndirectCommandsLayoutCreateInfo, *const c_vo...
[INFO] [stdout]     |                                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:322:51
[INFO] [stdout]     |
[INFO] [stdout] 322 |     pub vkDestroyIndirectCommandsLayoutNV: unsafe extern fn(RawVkDevice, nv::RawVkIndirectCommandsLayout, *const c_void),
[INFO] [stdout]     |                                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:958:8
[INFO] [stdout]     |
[INFO] [stdout] 958 | unsafe extern fn null_instance_vkDestroyInstance(instance: RawVkInstance, allocator: *const c_void) {
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:961:8
[INFO] [stdout]     |
[INFO] [stdout] 961 | unsafe extern fn null_instance_vkEnumeratePhysicalDevices(instance: RawVkInstance, physical_device_count: *mut u32, physical_device...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:964:8
[INFO] [stdout]     |
[INFO] [stdout] 964 | unsafe extern fn null_instance_vkGetPhysicalDeviceFeatures(physical_device: RawVkPhysicalDevice, features: *mut RawVkPhysicalDevice...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:967:8
[INFO] [stdout]     |
[INFO] [stdout] 967 | unsafe extern fn null_instance_vkGetPhysicalDeviceFormatProperties(physical_device: RawVkPhysicalDevice, format: RawVkFormat, forma...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:970:8
[INFO] [stdout]     |
[INFO] [stdout] 970 | unsafe extern fn null_instance_vkGetPhysicalDeviceImageFormatProperties(physical_device: RawVkPhysicalDevice, format: RawVkFormat, ...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:973:8
[INFO] [stdout]     |
[INFO] [stdout] 973 | unsafe extern fn null_instance_vkGetPhysicalDeviceProperties(physical_device: RawVkPhysicalDevice, properties: *mut RawVkPhysicalDe...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:976:8
[INFO] [stdout]     |
[INFO] [stdout] 976 | unsafe extern fn null_instance_vkGetPhysicalDeviceQueueFamilyProperties(physical_device: RawVkPhysicalDevice, queue_family_property...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:979:8
[INFO] [stdout]     |
[INFO] [stdout] 979 | unsafe extern fn null_instance_vkGetPhysicalDeviceMemoryProperties(physical_device: RawVkPhysicalDevice, memory_properties: *mut Ra...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:982:8
[INFO] [stdout]     |
[INFO] [stdout] 982 | unsafe extern fn null_instance_vkCreateDevice(physical_device: RawVkPhysicalDevice, create_info: *mut RawVkDeviceCreateInfo, alloca...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:985:8
[INFO] [stdout]     |
[INFO] [stdout] 985 | unsafe extern fn null_instance_vkDestroyDevice(device: RawVkDevice, allocator: *const c_void) {
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:988:8
[INFO] [stdout]     |
[INFO] [stdout] 988 | unsafe extern fn null_instance_vkEnumerateDeviceExtensionProperties(physical_device: RawVkPhysicalDevice, layer_name: *mut c_char, ...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:991:8
[INFO] [stdout]     |
[INFO] [stdout] 991 | unsafe extern fn null_instance_vkEnumerateDeviceLayerProperties(physical_device: RawVkPhysicalDevice, property_count: *mut u32, pro...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:994:8
[INFO] [stdout]     |
[INFO] [stdout] 994 | unsafe extern fn null_instance_vkGetDeviceQueue(device: RawVkDevice, queue_family_index: u32, queue_index: u32, queue: *mut RawVkQu...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/vulkan/vk/vk_function_table.rs:997:8
[INFO] [stdout]     |
[INFO] [stdout] 997 | unsafe extern fn null_instance_vkQueueSubmit(queue: RawVkQueue, submit_count: u32, submits: *mut RawVkSubmitInfo, fence: RawVkFence...
[INFO] [stdout]     |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1000:8
[INFO] [stdout]      |
[INFO] [stdout] 1000 | unsafe extern fn null_instance_vkQueueWaitIdle(queue: RawVkQueue) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1003:8
[INFO] [stdout]      |
[INFO] [stdout] 1003 | unsafe extern fn null_instance_vkDeviceWaitIdle(device: RawVkDevice) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1006:8
[INFO] [stdout]      |
[INFO] [stdout] 1006 | unsafe extern fn null_instance_vkAllocateMemory(device: RawVkDevice, allocate_info: *mut RawVkMemoryAllocateInfo, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1009:8
[INFO] [stdout]      |
[INFO] [stdout] 1009 | unsafe extern fn null_instance_vkFreeMemory(device: RawVkDevice, memory: RawVkDeviceMemory, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1012:8
[INFO] [stdout]      |
[INFO] [stdout] 1012 | unsafe extern fn null_instance_vkMapMemory(device: RawVkDevice, memory: RawVkDeviceMemory, offset: u64, size: u64, flags: RawVkMem...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1015:8
[INFO] [stdout]      |
[INFO] [stdout] 1015 | unsafe extern fn null_instance_vkUnmapMemory(device: RawVkDevice, memory: RawVkDeviceMemory) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1018:8
[INFO] [stdout]      |
[INFO] [stdout] 1018 | unsafe extern fn null_instance_vkFlushMappedMemoryRanges(device: RawVkDevice, memory_range_count: u32, memory_ranges: *mut RawVkMa...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1021:8
[INFO] [stdout]      |
[INFO] [stdout] 1021 | unsafe extern fn null_instance_vkInvalidateMappedMemoryRanges(device: RawVkDevice, memory_range_count: u32, memory_ranges: *mut Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1024:8
[INFO] [stdout]      |
[INFO] [stdout] 1024 | unsafe extern fn null_instance_vkGetDeviceMemoryCommitment(device: RawVkDevice, memory: RawVkDeviceMemory, committed_memory_in_byt...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1027:8
[INFO] [stdout]      |
[INFO] [stdout] 1027 | unsafe extern fn null_instance_vkBindBufferMemory(device: RawVkDevice, buffer: RawVkBuffer, memory: RawVkDeviceMemory, memory_offs...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1030:8
[INFO] [stdout]      |
[INFO] [stdout] 1030 | unsafe extern fn null_instance_vkBindImageMemory(device: RawVkDevice, image: RawVkImage, memory: RawVkDeviceMemory, memory_offset:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1033:8
[INFO] [stdout]      |
[INFO] [stdout] 1033 | unsafe extern fn null_instance_vkGetBufferMemoryRequirements(device: RawVkDevice, buffer: RawVkBuffer, memory_requirements: *mut R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1036:8
[INFO] [stdout]      |
[INFO] [stdout] 1036 | unsafe extern fn null_instance_vkGetImageMemoryRequirements(device: RawVkDevice, image: RawVkImage, memory_requirements: *mut RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1039:8
[INFO] [stdout]      |
[INFO] [stdout] 1039 | unsafe extern fn null_instance_vkGetImageSparseMemoryRequirements(device: RawVkDevice, image: RawVkImage, sparse_memory_requiremen...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1042:8
[INFO] [stdout]      |
[INFO] [stdout] 1042 | unsafe extern fn null_instance_vkGetPhysicalDeviceSparseImageFormatProperties(physical_device: RawVkPhysicalDevice, format: RawVkF...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1045:8
[INFO] [stdout]      |
[INFO] [stdout] 1045 | unsafe extern fn null_instance_vkQueueBindSparse(queue: RawVkQueue, bind_info_count: u32, bind_info: *mut RawVkBindSparseInfo, fen...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1048:8
[INFO] [stdout]      |
[INFO] [stdout] 1048 | unsafe extern fn null_instance_vkCreateFence(device: RawVkDevice, create_info: *mut RawVkFenceCreateInfo, allocator: *const c_void...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1051:8
[INFO] [stdout]      |
[INFO] [stdout] 1051 | unsafe extern fn null_instance_vkDestroyFence(device: RawVkDevice, fence: RawVkFence, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1054:8
[INFO] [stdout]      |
[INFO] [stdout] 1054 | unsafe extern fn null_instance_vkResetFences(device: RawVkDevice, fence_count: u32, fences: *mut RawVkFence) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1057:8
[INFO] [stdout]      |
[INFO] [stdout] 1057 | unsafe extern fn null_instance_vkGetFenceStatus(device: RawVkDevice, fence: RawVkFence) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1060:8
[INFO] [stdout]      |
[INFO] [stdout] 1060 | unsafe extern fn null_instance_vkWaitForFences(device: RawVkDevice, fence_count: u32, fences: *mut RawVkFence, wait_all: u32, time...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1063:8
[INFO] [stdout]      |
[INFO] [stdout] 1063 | unsafe extern fn null_instance_vkCreateSemaphore(device: RawVkDevice, create_info: *mut RawVkSemaphoreCreateInfo, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1066:8
[INFO] [stdout]      |
[INFO] [stdout] 1066 | unsafe extern fn null_instance_vkDestroySemaphore(device: RawVkDevice, semaphore: RawVkSemaphore, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1069:8
[INFO] [stdout]      |
[INFO] [stdout] 1069 | unsafe extern fn null_instance_vkCreateEvent(device: RawVkDevice, create_info: *mut RawVkEventCreateInfo, allocator: *const c_void...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1072:8
[INFO] [stdout]      |
[INFO] [stdout] 1072 | unsafe extern fn null_instance_vkDestroyEvent(device: RawVkDevice, event: RawVkEvent, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1075:8
[INFO] [stdout]      |
[INFO] [stdout] 1075 | unsafe extern fn null_instance_vkGetEventStatus(device: RawVkDevice, event: RawVkEvent) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1078:8
[INFO] [stdout]      |
[INFO] [stdout] 1078 | unsafe extern fn null_instance_vkSetEvent(device: RawVkDevice, event: RawVkEvent) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1081:8
[INFO] [stdout]      |
[INFO] [stdout] 1081 | unsafe extern fn null_instance_vkResetEvent(device: RawVkDevice, event: RawVkEvent) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1084:8
[INFO] [stdout]      |
[INFO] [stdout] 1084 | unsafe extern fn null_instance_vkCreateQueryPool(device: RawVkDevice, create_info: *mut RawVkQueryPoolCreateInfo, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1087:8
[INFO] [stdout]      |
[INFO] [stdout] 1087 | unsafe extern fn null_instance_vkDestroyQueryPool(device: RawVkDevice, query_pool: RawVkQueryPool, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1090:8
[INFO] [stdout]      |
[INFO] [stdout] 1090 | unsafe extern fn null_instance_vkGetQueryPoolResults(device: RawVkDevice, query_pool: RawVkQueryPool, first_query: u32, query_coun...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1093:8
[INFO] [stdout]      |
[INFO] [stdout] 1093 | unsafe extern fn null_instance_vkCreateBuffer(device: RawVkDevice, create_info: *mut RawVkBufferCreateInfo, allocator: *const c_vo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1096:8
[INFO] [stdout]      |
[INFO] [stdout] 1096 | unsafe extern fn null_instance_vkDestroyBuffer(device: RawVkDevice, buffer: RawVkBuffer, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1099:8
[INFO] [stdout]      |
[INFO] [stdout] 1099 | unsafe extern fn null_instance_vkCreateBufferView(device: RawVkDevice, create_info: *mut RawVkBufferViewCreateInfo, allocator: *co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1102:8
[INFO] [stdout]      |
[INFO] [stdout] 1102 | unsafe extern fn null_instance_vkDestroyBufferView(device: RawVkDevice, buffer_view: RawVkBufferView, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1105:8
[INFO] [stdout]      |
[INFO] [stdout] 1105 | unsafe extern fn null_instance_vkCreateImage(device: RawVkDevice, create_info: *mut RawVkImageCreateInfo, allocator: *const c_void...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1108:8
[INFO] [stdout]      |
[INFO] [stdout] 1108 | unsafe extern fn null_instance_vkDestroyImage(device: RawVkDevice, image: RawVkImage, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1111:8
[INFO] [stdout]      |
[INFO] [stdout] 1111 | unsafe extern fn null_instance_vkGetImageSubresourceLayout(device: RawVkDevice, image: RawVkImage, subresource: *mut RawVkImageSub...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1114:8
[INFO] [stdout]      |
[INFO] [stdout] 1114 | unsafe extern fn null_instance_vkCreateImageView(device: RawVkDevice, create_info: *mut RawVkImageViewCreateInfo, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1117:8
[INFO] [stdout]      |
[INFO] [stdout] 1117 | unsafe extern fn null_instance_vkDestroyImageView(device: RawVkDevice, image_view: RawVkImageView, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1120:8
[INFO] [stdout]      |
[INFO] [stdout] 1120 | unsafe extern fn null_instance_vkCreateShaderModule(device: RawVkDevice, create_info: *mut RawVkShaderModuleCreateInfo, allocator:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1123:8
[INFO] [stdout]      |
[INFO] [stdout] 1123 | unsafe extern fn null_instance_vkDestroyShaderModule(device: RawVkDevice, shader_module: RawVkShaderModule, allocator: *const c_vo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1126:8
[INFO] [stdout]      |
[INFO] [stdout] 1126 | unsafe extern fn null_instance_vkCreatePipelineCache(device: RawVkDevice, create_info: *mut RawVkPipelineCacheCreateInfo, allocato...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1129:8
[INFO] [stdout]      |
[INFO] [stdout] 1129 | unsafe extern fn null_instance_vkDestroyPipelineCache(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, allocator: *const c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1132:8
[INFO] [stdout]      |
[INFO] [stdout] 1132 | unsafe extern fn null_instance_vkGetPipelineCacheData(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, data_size: *mut usi...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1135:8
[INFO] [stdout]      |
[INFO] [stdout] 1135 | unsafe extern fn null_instance_vkMergePipelineCaches(device: RawVkDevice, dst_cache: RawVkPipelineCache, src_cache_count: u32, src...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1138:8
[INFO] [stdout]      |
[INFO] [stdout] 1138 | unsafe extern fn null_instance_vkCreateGraphicsPipelines(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, create_info_coun...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1141:8
[INFO] [stdout]      |
[INFO] [stdout] 1141 | unsafe extern fn null_instance_vkCreateComputePipelines(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, create_info_count...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1144:8
[INFO] [stdout]      |
[INFO] [stdout] 1144 | unsafe extern fn null_instance_vkDestroyPipeline(device: RawVkDevice, pipeline: RawVkPipeline, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1147:8
[INFO] [stdout]      |
[INFO] [stdout] 1147 | unsafe extern fn null_instance_vkCreatePipelineLayout(device: RawVkDevice, create_info: *mut RawVkPipelineLayoutCreateInfo, alloca...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1150:8
[INFO] [stdout]      |
[INFO] [stdout] 1150 | unsafe extern fn null_instance_vkDestroyPipelineLayout(device: RawVkDevice, pipeline_layout: RawVkPipelineLayout, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1153:8
[INFO] [stdout]      |
[INFO] [stdout] 1153 | unsafe extern fn null_instance_vkCreateSampler(device: RawVkDevice, create_info: *mut RawVkSamplerCreateInfo, allocator: *const c_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1156:8
[INFO] [stdout]      |
[INFO] [stdout] 1156 | unsafe extern fn null_instance_vkDestroySampler(device: RawVkDevice, sampler: RawVkSampler, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1159:8
[INFO] [stdout]      |
[INFO] [stdout] 1159 | unsafe extern fn null_instance_vkCreateDescriptorSetLayout(device: RawVkDevice, create_info: *mut RawVkDescriptorSetLayoutCreateIn...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1162:8
[INFO] [stdout]      |
[INFO] [stdout] 1162 | unsafe extern fn null_instance_vkDestroyDescriptorSetLayout(device: RawVkDevice, descriptor_set_layout: RawVkDescriptorSetLayout, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1165:8
[INFO] [stdout]      |
[INFO] [stdout] 1165 | unsafe extern fn null_instance_vkCreateDescriptorPool(device: RawVkDevice, create_info: *mut RawVkDescriptorPoolCreateInfo, alloca...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1168:8
[INFO] [stdout]      |
[INFO] [stdout] 1168 | unsafe extern fn null_instance_vkDestroyDescriptorPool(device: RawVkDevice, descriptor_pool: RawVkDescriptorPool, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1171:8
[INFO] [stdout]      |
[INFO] [stdout] 1171 | unsafe extern fn null_instance_vkResetDescriptorPool(device: RawVkDevice, descriptor_pool: RawVkDescriptorPool, flags: RawVkDescri...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1174:8
[INFO] [stdout]      |
[INFO] [stdout] 1174 | unsafe extern fn null_instance_vkAllocateDescriptorSets(device: RawVkDevice, allocate_info: *mut RawVkDescriptorSetAllocateInfo, d...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1177:8
[INFO] [stdout]      |
[INFO] [stdout] 1177 | unsafe extern fn null_instance_vkFreeDescriptorSets(device: RawVkDevice, descriptor_pool: RawVkDescriptorPool, descriptor_set_coun...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1180:8
[INFO] [stdout]      |
[INFO] [stdout] 1180 | unsafe extern fn null_instance_vkUpdateDescriptorSets(device: RawVkDevice, descriptor_write_count: u32, descriptor_writes: *mut Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1183:8
[INFO] [stdout]      |
[INFO] [stdout] 1183 | unsafe extern fn null_instance_vkCreateFramebuffer(device: RawVkDevice, create_info: *mut RawVkFramebufferCreateInfo, allocator: *...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1186:8
[INFO] [stdout]      |
[INFO] [stdout] 1186 | unsafe extern fn null_instance_vkDestroyFramebuffer(device: RawVkDevice, framebuffer: RawVkFramebuffer, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1189:8
[INFO] [stdout]      |
[INFO] [stdout] 1189 | unsafe extern fn null_instance_vkCreateRenderPass(device: RawVkDevice, create_info: *mut RawVkRenderPassCreateInfo, allocator: *co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1192:8
[INFO] [stdout]      |
[INFO] [stdout] 1192 | unsafe extern fn null_instance_vkDestroyRenderPass(device: RawVkDevice, render_pass: RawVkRenderPass, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1195:8
[INFO] [stdout]      |
[INFO] [stdout] 1195 | unsafe extern fn null_instance_vkGetRenderAreaGranularity(device: RawVkDevice, render_pass: RawVkRenderPass, granularity: *mut Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1198:8
[INFO] [stdout]      |
[INFO] [stdout] 1198 | unsafe extern fn null_instance_vkCreateCommandPool(device: RawVkDevice, create_info: *mut RawVkCommandPoolCreateInfo, allocator: *...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1201:8
[INFO] [stdout]      |
[INFO] [stdout] 1201 | unsafe extern fn null_instance_vkDestroyCommandPool(device: RawVkDevice, command_pool: RawVkCommandPool, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1204:8
[INFO] [stdout]      |
[INFO] [stdout] 1204 | unsafe extern fn null_instance_vkResetCommandPool(device: RawVkDevice, command_pool: RawVkCommandPool, flags: RawVkCommandPoolRese...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1207:8
[INFO] [stdout]      |
[INFO] [stdout] 1207 | unsafe extern fn null_instance_vkAllocateCommandBuffers(device: RawVkDevice, allocate_info: *mut RawVkCommandBufferAllocateInfo, c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1210:8
[INFO] [stdout]      |
[INFO] [stdout] 1210 | unsafe extern fn null_instance_vkFreeCommandBuffers(device: RawVkDevice, command_pool: RawVkCommandPool, command_buffer_count: u32...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1213:8
[INFO] [stdout]      |
[INFO] [stdout] 1213 | unsafe extern fn null_instance_vkBeginCommandBuffer(command_buffer: RawVkCommandBuffer, begin_info: *mut RawVkCommandBufferBeginIn...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1216:8
[INFO] [stdout]      |
[INFO] [stdout] 1216 | unsafe extern fn null_instance_vkEndCommandBuffer(command_buffer: RawVkCommandBuffer) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1219:8
[INFO] [stdout]      |
[INFO] [stdout] 1219 | unsafe extern fn null_instance_vkResetCommandBuffer(command_buffer: RawVkCommandBuffer, flags: RawVkCommandBufferResetFlags) -> Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1222:8
[INFO] [stdout]      |
[INFO] [stdout] 1222 | unsafe extern fn null_instance_vkCmdBindPipeline(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipelineBindPoint, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1225:8
[INFO] [stdout]      |
[INFO] [stdout] 1225 | unsafe extern fn null_instance_vkCmdSetViewport(command_buffer: RawVkCommandBuffer, first_viewport: u32, viewport_count: u32, view...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1228:8
[INFO] [stdout]      |
[INFO] [stdout] 1228 | unsafe extern fn null_instance_vkCmdSetScissor(command_buffer: RawVkCommandBuffer, first_scissor: u32, scissor_count: u32, scissor...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1231:8
[INFO] [stdout]      |
[INFO] [stdout] 1231 | unsafe extern fn null_instance_vkCmdSetLineWidth(command_buffer: RawVkCommandBuffer, line_width: f32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1234:8
[INFO] [stdout]      |
[INFO] [stdout] 1234 | unsafe extern fn null_instance_vkCmdSetDepthBias(command_buffer: RawVkCommandBuffer, depth_bias_constant_factor: f32, depth_bias_c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1237:8
[INFO] [stdout]      |
[INFO] [stdout] 1237 | unsafe extern fn null_instance_vkCmdSetBlendConstants(command_buffer: RawVkCommandBuffer, blend_constants: [f32; 4]) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1240:8
[INFO] [stdout]      |
[INFO] [stdout] 1240 | unsafe extern fn null_instance_vkCmdSetDepthBounds(command_buffer: RawVkCommandBuffer, min_depth_bounds: f32, max_depth_bounds: f3...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1243:8
[INFO] [stdout]      |
[INFO] [stdout] 1243 | unsafe extern fn null_instance_vkCmdSetStencilCompareMask(command_buffer: RawVkCommandBuffer, face_mask: RawVkStencilFaceFlags, co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1246:8
[INFO] [stdout]      |
[INFO] [stdout] 1246 | unsafe extern fn null_instance_vkCmdSetStencilWriteMask(command_buffer: RawVkCommandBuffer, face_mask: RawVkStencilFaceFlags, writ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1249:8
[INFO] [stdout]      |
[INFO] [stdout] 1249 | unsafe extern fn null_instance_vkCmdSetStencilReference(command_buffer: RawVkCommandBuffer, face_mask: RawVkStencilFaceFlags, refe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1252:8
[INFO] [stdout]      |
[INFO] [stdout] 1252 | unsafe extern fn null_instance_vkCmdBindDescriptorSets(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipelineBindP...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1255:8
[INFO] [stdout]      |
[INFO] [stdout] 1255 | unsafe extern fn null_instance_vkCmdBindIndexBuffer(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, index_ty...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1258:8
[INFO] [stdout]      |
[INFO] [stdout] 1258 | unsafe extern fn null_instance_vkCmdBindVertexBuffers(command_buffer: RawVkCommandBuffer, first_binding: u32, binding_count: u32, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1261:8
[INFO] [stdout]      |
[INFO] [stdout] 1261 | unsafe extern fn null_instance_vkCmdDraw(command_buffer: RawVkCommandBuffer, vertex_count: u32, instance_count: u32, first_vertex:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1264:8
[INFO] [stdout]      |
[INFO] [stdout] 1264 | unsafe extern fn null_instance_vkCmdDrawIndexed(command_buffer: RawVkCommandBuffer, index_count: u32, instance_count: u32, first_i...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1267:8
[INFO] [stdout]      |
[INFO] [stdout] 1267 | unsafe extern fn null_instance_vkCmdDrawIndirect(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, draw_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1270:8
[INFO] [stdout]      |
[INFO] [stdout] 1270 | unsafe extern fn null_instance_vkCmdDrawIndexedIndirect(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, draw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1273:8
[INFO] [stdout]      |
[INFO] [stdout] 1273 | unsafe extern fn null_instance_vkCmdDispatch(command_buffer: RawVkCommandBuffer, group_count_x: u32, group_count_y: u32, group_cou...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1276:8
[INFO] [stdout]      |
[INFO] [stdout] 1276 | unsafe extern fn null_instance_vkCmdDispatchIndirect(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1279:8
[INFO] [stdout]      |
[INFO] [stdout] 1279 | unsafe extern fn null_instance_vkCmdCopyBuffer(command_buffer: RawVkCommandBuffer, src_buffer: RawVkBuffer, dst_buffer: RawVkBuffe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1282:8
[INFO] [stdout]      |
[INFO] [stdout] 1282 | unsafe extern fn null_instance_vkCmdCopyImage(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: RawVkIm...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1285:8
[INFO] [stdout]      |
[INFO] [stdout] 1285 | unsafe extern fn null_instance_vkCmdBlitImage(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: RawVkIm...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1288:8
[INFO] [stdout]      |
[INFO] [stdout] 1288 | unsafe extern fn null_instance_vkCmdCopyBufferToImage(command_buffer: RawVkCommandBuffer, src_buffer: RawVkBuffer, dst_image: RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1291:8
[INFO] [stdout]      |
[INFO] [stdout] 1291 | unsafe extern fn null_instance_vkCmdCopyImageToBuffer(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1294:8
[INFO] [stdout]      |
[INFO] [stdout] 1294 | unsafe extern fn null_instance_vkCmdUpdateBuffer(command_buffer: RawVkCommandBuffer, dst_buffer: RawVkBuffer, dst_offset: u64, dat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1297:8
[INFO] [stdout]      |
[INFO] [stdout] 1297 | unsafe extern fn null_instance_vkCmdFillBuffer(command_buffer: RawVkCommandBuffer, dst_buffer: RawVkBuffer, dst_offset: u64, size:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1300:8
[INFO] [stdout]      |
[INFO] [stdout] 1300 | unsafe extern fn null_instance_vkCmdClearColorImage(command_buffer: RawVkCommandBuffer, image: RawVkImage, image_layout: RawVkImag...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1303:8
[INFO] [stdout]      |
[INFO] [stdout] 1303 | unsafe extern fn null_instance_vkCmdClearDepthStencilImage(command_buffer: RawVkCommandBuffer, image: RawVkImage, image_layout: Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1306:8
[INFO] [stdout]      |
[INFO] [stdout] 1306 | unsafe extern fn null_instance_vkCmdClearAttachments(command_buffer: RawVkCommandBuffer, attachment_count: u32, attachments: *mut ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1309:8
[INFO] [stdout]      |
[INFO] [stdout] 1309 | unsafe extern fn null_instance_vkCmdResolveImage(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1312:8
[INFO] [stdout]      |
[INFO] [stdout] 1312 | unsafe extern fn null_instance_vkCmdSetEvent(command_buffer: RawVkCommandBuffer, event: RawVkEvent, stage_mask: RawVkPipelineStage...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1315:8
[INFO] [stdout]      |
[INFO] [stdout] 1315 | unsafe extern fn null_instance_vkCmdResetEvent(command_buffer: RawVkCommandBuffer, event: RawVkEvent, stage_mask: RawVkPipelineSta...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1318:8
[INFO] [stdout]      |
[INFO] [stdout] 1318 | unsafe extern fn null_instance_vkCmdWaitEvents(command_buffer: RawVkCommandBuffer, event_count: u32, events: *mut RawVkEvent, src_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1321:8
[INFO] [stdout]      |
[INFO] [stdout] 1321 | unsafe extern fn null_instance_vkCmdPipelineBarrier(command_buffer: RawVkCommandBuffer, src_stage_mask: RawVkPipelineStageFlags, d...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1324:8
[INFO] [stdout]      |
[INFO] [stdout] 1324 | unsafe extern fn null_instance_vkCmdBeginQuery(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32, flags: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1327:8
[INFO] [stdout]      |
[INFO] [stdout] 1327 | unsafe extern fn null_instance_vkCmdEndQuery(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1330:8
[INFO] [stdout]      |
[INFO] [stdout] 1330 | unsafe extern fn null_instance_vkCmdResetQueryPool(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, first_query: u3...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1333:8
[INFO] [stdout]      |
[INFO] [stdout] 1333 | unsafe extern fn null_instance_vkCmdWriteTimestamp(command_buffer: RawVkCommandBuffer, pipeline_stage: RawVkPipelineStageFlags, qu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1336:8
[INFO] [stdout]      |
[INFO] [stdout] 1336 | unsafe extern fn null_instance_vkCmdCopyQueryPoolResults(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, first_que...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1339:8
[INFO] [stdout]      |
[INFO] [stdout] 1339 | unsafe extern fn null_instance_vkCmdPushConstants(command_buffer: RawVkCommandBuffer, layout: RawVkPipelineLayout, stage_flags: Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1342:8
[INFO] [stdout]      |
[INFO] [stdout] 1342 | unsafe extern fn null_instance_vkCmdBeginRenderPass(command_buffer: RawVkCommandBuffer, render_pass_begin: *mut RawVkRenderPassBeg...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1345:8
[INFO] [stdout]      |
[INFO] [stdout] 1345 | unsafe extern fn null_instance_vkCmdNextSubpass(command_buffer: RawVkCommandBuffer, contents: RawVkSubpassContents) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1348:8
[INFO] [stdout]      |
[INFO] [stdout] 1348 | unsafe extern fn null_instance_vkCmdEndRenderPass(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1351:8
[INFO] [stdout]      |
[INFO] [stdout] 1351 | unsafe extern fn null_instance_vkCmdExecuteCommands(command_buffer: RawVkCommandBuffer, command_buffer_count: u32, command_buffers...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1354:8
[INFO] [stdout]      |
[INFO] [stdout] 1354 | unsafe extern fn null_instance_vkBindBufferMemory2(device: RawVkDevice, bind_info_count: u32, bind_infos: *mut RawVkBindBufferMemo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1357:8
[INFO] [stdout]      |
[INFO] [stdout] 1357 | unsafe extern fn null_instance_vkBindImageMemory2(device: RawVkDevice, bind_info_count: u32, bind_infos: *mut RawVkBindImageMemory...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1360:8
[INFO] [stdout]      |
[INFO] [stdout] 1360 | unsafe extern fn null_instance_vkGetDeviceGroupPeerMemoryFeatures(device: RawVkDevice, heap_index: u32, local_device_index: u32, r...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1363:8
[INFO] [stdout]      |
[INFO] [stdout] 1363 | unsafe extern fn null_instance_vkCmdSetDeviceMask(command_buffer: RawVkCommandBuffer, device_mask: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1366:8
[INFO] [stdout]      |
[INFO] [stdout] 1366 | unsafe extern fn null_instance_vkCmdDispatchBase(command_buffer: RawVkCommandBuffer, base_group_x: u32, base_group_y: u32, base_gr...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1369:8
[INFO] [stdout]      |
[INFO] [stdout] 1369 | unsafe extern fn null_instance_vkEnumeratePhysicalDeviceGroups(instance: RawVkInstance, physical_device_group_count: *mut u32, phy...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1372:8
[INFO] [stdout]      |
[INFO] [stdout] 1372 | unsafe extern fn null_instance_vkGetImageMemoryRequirements2(device: RawVkDevice, info: *mut RawVkImageMemoryRequirementsInfo2, me...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1375:8
[INFO] [stdout]      |
[INFO] [stdout] 1375 | unsafe extern fn null_instance_vkGetBufferMemoryRequirements2(device: RawVkDevice, info: *mut RawVkBufferMemoryRequirementsInfo2, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1378:8
[INFO] [stdout]      |
[INFO] [stdout] 1378 | unsafe extern fn null_instance_vkGetImageSparseMemoryRequirements2(device: RawVkDevice, info: *mut RawVkImageSparseMemoryRequireme...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1381:8
[INFO] [stdout]      |
[INFO] [stdout] 1381 | unsafe extern fn null_instance_vkGetPhysicalDeviceFeatures2(physical_device: RawVkPhysicalDevice, features: *mut RawVkPhysicalDevi...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1384:8
[INFO] [stdout]      |
[INFO] [stdout] 1384 | unsafe extern fn null_instance_vkGetPhysicalDeviceProperties2(physical_device: RawVkPhysicalDevice, properties: *mut RawVkPhysical...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1387:8
[INFO] [stdout]      |
[INFO] [stdout] 1387 | unsafe extern fn null_instance_vkGetPhysicalDeviceFormatProperties2(physical_device: RawVkPhysicalDevice, format: RawVkFormat, for...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1390:8
[INFO] [stdout]      |
[INFO] [stdout] 1390 | unsafe extern fn null_instance_vkGetPhysicalDeviceImageFormatProperties2(physical_device: RawVkPhysicalDevice, image_format_info: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1393:8
[INFO] [stdout]      |
[INFO] [stdout] 1393 | unsafe extern fn null_instance_vkGetPhysicalDeviceQueueFamilyProperties2(physical_device: RawVkPhysicalDevice, queue_family_proper...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1396:8
[INFO] [stdout]      |
[INFO] [stdout] 1396 | unsafe extern fn null_instance_vkGetPhysicalDeviceMemoryProperties2(physical_device: RawVkPhysicalDevice, memory_properties: *mut ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1399:8
[INFO] [stdout]      |
[INFO] [stdout] 1399 | unsafe extern fn null_instance_vkGetPhysicalDeviceSparseImageFormatProperties2(physical_device: RawVkPhysicalDevice, format_info: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1402:8
[INFO] [stdout]      |
[INFO] [stdout] 1402 | unsafe extern fn null_instance_vkTrimCommandPool(device: RawVkDevice, command_pool: RawVkCommandPool, flags: RawVkCommandPoolTrimF...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1405:8
[INFO] [stdout]      |
[INFO] [stdout] 1405 | unsafe extern fn null_instance_vkGetDeviceQueue2(device: RawVkDevice, queue_info: *mut RawVkDeviceQueueInfo2, queue: *mut RawVkQue...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1408:8
[INFO] [stdout]      |
[INFO] [stdout] 1408 | unsafe extern fn null_instance_vkCreateSamplerYcbcrConversion(device: RawVkDevice, create_info: *mut RawVkSamplerYcbcrConversionCr...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1411:8
[INFO] [stdout]      |
[INFO] [stdout] 1411 | unsafe extern fn null_instance_vkDestroySamplerYcbcrConversion(device: RawVkDevice, ycbcr_conversion: RawVkSamplerYcbcrConversion,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1414:8
[INFO] [stdout]      |
[INFO] [stdout] 1414 | unsafe extern fn null_instance_vkCreateDescriptorUpdateTemplate(device: RawVkDevice, create_info: *mut RawVkDescriptorUpdateTempla...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1417:8
[INFO] [stdout]      |
[INFO] [stdout] 1417 | unsafe extern fn null_instance_vkDestroyDescriptorUpdateTemplate(device: RawVkDevice, descriptor_update_template: RawVkDescriptorU...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1420:8
[INFO] [stdout]      |
[INFO] [stdout] 1420 | unsafe extern fn null_instance_vkUpdateDescriptorSetWithTemplate(device: RawVkDevice, descriptor_set: RawVkDescriptorSet, descript...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1423:8
[INFO] [stdout]      |
[INFO] [stdout] 1423 | unsafe extern fn null_instance_vkGetPhysicalDeviceExternalBufferProperties(physical_device: RawVkPhysicalDevice, external_buffer_i...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1426:8
[INFO] [stdout]      |
[INFO] [stdout] 1426 | unsafe extern fn null_instance_vkGetPhysicalDeviceExternalFenceProperties(physical_device: RawVkPhysicalDevice, external_fence_inf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1429:8
[INFO] [stdout]      |
[INFO] [stdout] 1429 | unsafe extern fn null_instance_vkGetPhysicalDeviceExternalSemaphoreProperties(physical_device: RawVkPhysicalDevice, external_semap...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1432:8
[INFO] [stdout]      |
[INFO] [stdout] 1432 | unsafe extern fn null_instance_vkGetDescriptorSetLayoutSupport(device: RawVkDevice, create_info: *mut RawVkDescriptorSetLayoutCrea...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1435:8
[INFO] [stdout]      |
[INFO] [stdout] 1435 | unsafe extern fn null_instance_vkCmdDrawIndirectCount(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, count_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1438:8
[INFO] [stdout]      |
[INFO] [stdout] 1438 | unsafe extern fn null_instance_vkCmdDrawIndexedIndirectCount(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1441:8
[INFO] [stdout]      |
[INFO] [stdout] 1441 | unsafe extern fn null_instance_vkCreateRenderPass2(device: RawVkDevice, create_info: *mut RawVkRenderPassCreateInfo2, allocator: *...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1444:8
[INFO] [stdout]      |
[INFO] [stdout] 1444 | unsafe extern fn null_instance_vkCmdBeginRenderPass2(command_buffer: RawVkCommandBuffer, render_pass_begin: *mut RawVkRenderPassBe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1447:8
[INFO] [stdout]      |
[INFO] [stdout] 1447 | unsafe extern fn null_instance_vkCmdNextSubpass2(command_buffer: RawVkCommandBuffer, subpass_begin_info: *mut RawVkSubpassBeginInf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1450:8
[INFO] [stdout]      |
[INFO] [stdout] 1450 | unsafe extern fn null_instance_vkCmdEndRenderPass2(command_buffer: RawVkCommandBuffer, subpass_end_info: *mut RawVkSubpassEndInfo) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1453:8
[INFO] [stdout]      |
[INFO] [stdout] 1453 | unsafe extern fn null_instance_vkResetQueryPool(device: RawVkDevice, query_pool: RawVkQueryPool, first_query: u32, query_count: u3...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1456:8
[INFO] [stdout]      |
[INFO] [stdout] 1456 | unsafe extern fn null_instance_vkGetSemaphoreCounterValue(device: RawVkDevice, semaphore: RawVkSemaphore, value: *mut u64) -> RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1459:8
[INFO] [stdout]      |
[INFO] [stdout] 1459 | unsafe extern fn null_instance_vkWaitSemaphores(device: RawVkDevice, wait_info: *mut RawVkSemaphoreWaitInfo, timeout: u64) -> RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1462:8
[INFO] [stdout]      |
[INFO] [stdout] 1462 | unsafe extern fn null_instance_vkSignalSemaphore(device: RawVkDevice, signal_info: *mut RawVkSemaphoreSignalInfo) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1465:8
[INFO] [stdout]      |
[INFO] [stdout] 1465 | unsafe extern fn null_instance_vkDestroySurfaceKHR(instance: RawVkInstance, surface: khr::RawVkSurface, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1468:8
[INFO] [stdout]      |
[INFO] [stdout] 1468 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfaceSupportKHR(physical_device: RawVkPhysicalDevice, queue_family_index: u32,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1471:8
[INFO] [stdout]      |
[INFO] [stdout] 1471 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVk...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1474:8
[INFO] [stdout]      |
[INFO] [stdout] 1474 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfaceFormatsKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVkSurfa...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1477:8
[INFO] [stdout]      |
[INFO] [stdout] 1477 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfacePresentModesKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVk...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1480:8
[INFO] [stdout]      |
[INFO] [stdout] 1480 | unsafe extern fn null_instance_vkCreateSwapchainKHR(device: RawVkDevice, create_info: *mut khr::RawVkSwapchainCreateInfo, allocato...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1483:8
[INFO] [stdout]      |
[INFO] [stdout] 1483 | unsafe extern fn null_instance_vkDestroySwapchainKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1486:8
[INFO] [stdout]      |
[INFO] [stdout] 1486 | unsafe extern fn null_instance_vkGetSwapchainImagesKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain, swapchain_image_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1489:8
[INFO] [stdout]      |
[INFO] [stdout] 1489 | unsafe extern fn null_instance_vkAcquireNextImageKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain, timeout: u64, semaphore:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1492:8
[INFO] [stdout]      |
[INFO] [stdout] 1492 | unsafe extern fn null_instance_vkQueuePresentKHR(queue: RawVkQueue, present_info: *mut khr::RawVkPresentInfo) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1495:8
[INFO] [stdout]      |
[INFO] [stdout] 1495 | unsafe extern fn null_instance_vkGetDeviceGroupPresentCapabilitiesKHR(device: RawVkDevice, device_group_present_capabilities: *mut...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1498:8
[INFO] [stdout]      |
[INFO] [stdout] 1498 | unsafe extern fn null_instance_vkGetDeviceGroupSurfacePresentModesKHR(device: RawVkDevice, surface: khr::RawVkSurface, modes: *mut...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1501:8
[INFO] [stdout]      |
[INFO] [stdout] 1501 | unsafe extern fn null_instance_vkGetPhysicalDevicePresentRectanglesKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVkSu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1504:8
[INFO] [stdout]      |
[INFO] [stdout] 1504 | unsafe extern fn null_instance_vkAcquireNextImage2KHR(device: RawVkDevice, acquire_info: *mut khr::RawVkAcquireNextImageInfo, imag...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1507:8
[INFO] [stdout]      |
[INFO] [stdout] 1507 | unsafe extern fn null_instance_vkGetPhysicalDeviceDisplayPropertiesKHR(physical_device: RawVkPhysicalDevice, property_count: *mut ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1510:8
[INFO] [stdout]      |
[INFO] [stdout] 1510 | unsafe extern fn null_instance_vkGetPhysicalDeviceDisplayPlanePropertiesKHR(physical_device: RawVkPhysicalDevice, property_count: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1513:8
[INFO] [stdout]      |
[INFO] [stdout] 1513 | unsafe extern fn null_instance_vkGetDisplayPlaneSupportedDisplaysKHR(physical_device: RawVkPhysicalDevice, plane_index: u32, displ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1516:8
[INFO] [stdout]      |
[INFO] [stdout] 1516 | unsafe extern fn null_instance_vkGetDisplayModePropertiesKHR(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay, pro...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1519:8
[INFO] [stdout]      |
[INFO] [stdout] 1519 | unsafe extern fn null_instance_vkCreateDisplayModeKHR(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay, create_inf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1522:8
[INFO] [stdout]      |
[INFO] [stdout] 1522 | unsafe extern fn null_instance_vkGetDisplayPlaneCapabilitiesKHR(physical_device: RawVkPhysicalDevice, mode: khr::RawVkDisplayMode,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1525:8
[INFO] [stdout]      |
[INFO] [stdout] 1525 | unsafe extern fn null_instance_vkCreateDisplayPlaneSurfaceKHR(instance: RawVkInstance, create_info: *mut khr::RawVkDisplaySurfaceC...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1528:8
[INFO] [stdout]      |
[INFO] [stdout] 1528 | unsafe extern fn null_instance_vkCreateSharedSwapchainsKHR(device: RawVkDevice, swapchain_count: u32, create_infos: *mut khr::RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1531:8
[INFO] [stdout]      |
[INFO] [stdout] 1531 | unsafe extern fn null_instance_vkGetMemoryFdKHR(device: RawVkDevice, get_fd_info: *mut khr::RawVkMemoryGetFdInfo, fd: *mut i32) ->...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1534:8
[INFO] [stdout]      |
[INFO] [stdout] 1534 | unsafe extern fn null_instance_vkGetMemoryFdPropertiesKHR(device: RawVkDevice, handle_type: RawVkExternalMemoryHandleTypeFlags, fd...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1537:8
[INFO] [stdout]      |
[INFO] [stdout] 1537 | unsafe extern fn null_instance_vkImportSemaphoreFdKHR(device: RawVkDevice, import_semaphore_fd_info: *mut khr::RawVkImportSemaphor...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1540:8
[INFO] [stdout]      |
[INFO] [stdout] 1540 | unsafe extern fn null_instance_vkGetSemaphoreFdKHR(device: RawVkDevice, get_fd_info: *mut khr::RawVkSemaphoreGetFdInfo, fd: *mut i...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1543:8
[INFO] [stdout]      |
[INFO] [stdout] 1543 | unsafe extern fn null_instance_vkCmdPushDescriptorSetKHR(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipelineBin...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1546:8
[INFO] [stdout]      |
[INFO] [stdout] 1546 | unsafe extern fn null_instance_vkCmdPushDescriptorSetWithTemplateKHR(command_buffer: RawVkCommandBuffer, descriptor_update_templat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1549:8
[INFO] [stdout]      |
[INFO] [stdout] 1549 | unsafe extern fn null_instance_vkGetSwapchainStatusKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1552:8
[INFO] [stdout]      |
[INFO] [stdout] 1552 | unsafe extern fn null_instance_vkImportFenceFdKHR(device: RawVkDevice, import_fence_fd_info: *mut khr::RawVkImportFenceFdInfo) -> ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1555:8
[INFO] [stdout]      |
[INFO] [stdout] 1555 | unsafe extern fn null_instance_vkGetFenceFdKHR(device: RawVkDevice, get_fd_info: *mut khr::RawVkFenceGetFdInfo, fd: *mut i32) -> R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1558:8
[INFO] [stdout]      |
[INFO] [stdout] 1558 | unsafe extern fn null_instance_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR(physical_device: RawVkPhysicalDevic...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1561:8
[INFO] [stdout]      |
[INFO] [stdout] 1561 | unsafe extern fn null_instance_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(physical_device: RawVkPhysicalDevice, perfo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1564:8
[INFO] [stdout]      |
[INFO] [stdout] 1564 | unsafe extern fn null_instance_vkAcquireProfilingLockKHR(device: RawVkDevice, info: *mut khr::RawVkAcquireProfilingLockInfo) -> Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1567:8
[INFO] [stdout]      |
[INFO] [stdout] 1567 | unsafe extern fn null_instance_vkReleaseProfilingLockKHR(device: RawVkDevice) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1570:8
[INFO] [stdout]      |
[INFO] [stdout] 1570 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfaceCapabilities2KHR(physical_device: RawVkPhysicalDevice, surface_info: *mut...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1573:8
[INFO] [stdout]      |
[INFO] [stdout] 1573 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfaceFormats2KHR(physical_device: RawVkPhysicalDevice, surface_info: *mut khr:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1576:8
[INFO] [stdout]      |
[INFO] [stdout] 1576 | unsafe extern fn null_instance_vkGetPhysicalDeviceDisplayProperties2KHR(physical_device: RawVkPhysicalDevice, property_count: *mut...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1579:8
[INFO] [stdout]      |
[INFO] [stdout] 1579 | unsafe extern fn null_instance_vkGetPhysicalDeviceDisplayPlaneProperties2KHR(physical_device: RawVkPhysicalDevice, property_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1582:8
[INFO] [stdout]      |
[INFO] [stdout] 1582 | unsafe extern fn null_instance_vkGetDisplayModeProperties2KHR(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay, pr...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1585:8
[INFO] [stdout]      |
[INFO] [stdout] 1585 | unsafe extern fn null_instance_vkGetDisplayPlaneCapabilities2KHR(physical_device: RawVkPhysicalDevice, display_plane_info: *mut kh...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1588:8
[INFO] [stdout]      |
[INFO] [stdout] 1588 | unsafe extern fn null_instance_vkGetPipelineExecutablePropertiesKHR(device: RawVkDevice, pipeline_info: *mut khr::RawVkPipelineInf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1591:8
[INFO] [stdout]      |
[INFO] [stdout] 1591 | unsafe extern fn null_instance_vkGetPipelineExecutableStatisticsKHR(device: RawVkDevice, executable_info: *mut khr::RawVkPipelineE...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1594:8
[INFO] [stdout]      |
[INFO] [stdout] 1594 | unsafe extern fn null_instance_vkGetPipelineExecutableInternalRepresentationsKHR(device: RawVkDevice, executable_info: *mut khr::R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1597:8
[INFO] [stdout]      |
[INFO] [stdout] 1597 | unsafe extern fn null_instance_vkCreateDebugReportCallbackEXT(instance: RawVkInstance, create_info: *mut ext::RawVkDebugReportCall...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1600:8
[INFO] [stdout]      |
[INFO] [stdout] 1600 | unsafe extern fn null_instance_vkDestroyDebugReportCallbackEXT(instance: RawVkInstance, callback: ext::RawVkDebugReportCallback, a...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1603:8
[INFO] [stdout]      |
[INFO] [stdout] 1603 | unsafe extern fn null_instance_vkDebugReportMessageEXT(instance: RawVkInstance, flags: ext::RawVkDebugReportFlags, object_type: ex...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1606:8
[INFO] [stdout]      |
[INFO] [stdout] 1606 | unsafe extern fn null_instance_vkDebugMarkerSetObjectTagEXT(device: RawVkDevice, tag_info: *mut ext::RawVkDebugMarkerObjectTagInfo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1609:8
[INFO] [stdout]      |
[INFO] [stdout] 1609 | unsafe extern fn null_instance_vkDebugMarkerSetObjectNameEXT(device: RawVkDevice, name_info: *mut ext::RawVkDebugMarkerObjectNameI...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1612:8
[INFO] [stdout]      |
[INFO] [stdout] 1612 | unsafe extern fn null_instance_vkCmdDebugMarkerBeginEXT(command_buffer: RawVkCommandBuffer, marker_info: *mut ext::RawVkDebugMarke...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1615:8
[INFO] [stdout]      |
[INFO] [stdout] 1615 | unsafe extern fn null_instance_vkCmdDebugMarkerEndEXT(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1618:8
[INFO] [stdout]      |
[INFO] [stdout] 1618 | unsafe extern fn null_instance_vkCmdDebugMarkerInsertEXT(command_buffer: RawVkCommandBuffer, marker_info: *mut ext::RawVkDebugMark...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1621:8
[INFO] [stdout]      |
[INFO] [stdout] 1621 | unsafe extern fn null_instance_vkCmdBindTransformFeedbackBuffersEXT(command_buffer: RawVkCommandBuffer, first_binding: u32, bindin...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1624:8
[INFO] [stdout]      |
[INFO] [stdout] 1624 | unsafe extern fn null_instance_vkCmdBeginTransformFeedbackEXT(command_buffer: RawVkCommandBuffer, first_counter_buffer: u32, count...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1627:8
[INFO] [stdout]      |
[INFO] [stdout] 1627 | unsafe extern fn null_instance_vkCmdEndTransformFeedbackEXT(command_buffer: RawVkCommandBuffer, first_counter_buffer: u32, counter...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1630:8
[INFO] [stdout]      |
[INFO] [stdout] 1630 | unsafe extern fn null_instance_vkCmdBeginQueryIndexedEXT(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u3...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1633:8
[INFO] [stdout]      |
[INFO] [stdout] 1633 | unsafe extern fn null_instance_vkCmdEndQueryIndexedEXT(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1636:8
[INFO] [stdout]      |
[INFO] [stdout] 1636 | unsafe extern fn null_instance_vkCmdDrawIndirectByteCountEXT(command_buffer: RawVkCommandBuffer, instance_count: u32, first_instan...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1639:8
[INFO] [stdout]      |
[INFO] [stdout] 1639 | unsafe extern fn null_instance_vkGetImageViewAddressNVX(device: RawVkDevice, image_view: RawVkImageView, properties: *mut nvx::Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1642:8
[INFO] [stdout]      |
[INFO] [stdout] 1642 | unsafe extern fn null_instance_vkGetShaderInfoAMD(device: RawVkDevice, pipeline: RawVkPipeline, shader_stage: RawVkShaderStageFlag...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1645:8
[INFO] [stdout]      |
[INFO] [stdout] 1645 | unsafe extern fn null_instance_vkGetPhysicalDeviceExternalImageFormatPropertiesNV(physical_device: RawVkPhysicalDevice, format: Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1648:8
[INFO] [stdout]      |
[INFO] [stdout] 1648 | unsafe extern fn null_instance_vkCmdBeginConditionalRenderingEXT(command_buffer: RawVkCommandBuffer, conditional_rendering_begin: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1651:8
[INFO] [stdout]      |
[INFO] [stdout] 1651 | unsafe extern fn null_instance_vkCmdEndConditionalRenderingEXT(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1654:8
[INFO] [stdout]      |
[INFO] [stdout] 1654 | unsafe extern fn null_instance_vkCmdSetViewportWScalingNV(command_buffer: RawVkCommandBuffer, first_viewport: u32, viewport_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1657:8
[INFO] [stdout]      |
[INFO] [stdout] 1657 | unsafe extern fn null_instance_vkReleaseDisplayEXT(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1660:8
[INFO] [stdout]      |
[INFO] [stdout] 1660 | unsafe extern fn null_instance_vkGetPhysicalDeviceSurfaceCapabilities2EXT(physical_device: RawVkPhysicalDevice, surface: khr::RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1663:8
[INFO] [stdout]      |
[INFO] [stdout] 1663 | unsafe extern fn null_instance_vkDisplayPowerControlEXT(device: RawVkDevice, display: khr::RawVkDisplay, display_power_info: *mut ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1666:8
[INFO] [stdout]      |
[INFO] [stdout] 1666 | unsafe extern fn null_instance_vkRegisterDeviceEventEXT(device: RawVkDevice, device_event_info: *mut ext::RawVkDeviceEventInfo, al...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1669:8
[INFO] [stdout]      |
[INFO] [stdout] 1669 | unsafe extern fn null_instance_vkRegisterDisplayEventEXT(device: RawVkDevice, display: khr::RawVkDisplay, display_event_info: *mut...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1672:8
[INFO] [stdout]      |
[INFO] [stdout] 1672 | unsafe extern fn null_instance_vkGetSwapchainCounterEXT(device: RawVkDevice, swapchain: khr::RawVkSwapchain, counter: ext::RawVkSu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1675:8
[INFO] [stdout]      |
[INFO] [stdout] 1675 | unsafe extern fn null_instance_vkGetRefreshCycleDurationGOOGLE(device: RawVkDevice, swapchain: khr::RawVkSwapchain, display_timing...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1678:8
[INFO] [stdout]      |
[INFO] [stdout] 1678 | unsafe extern fn null_instance_vkGetPastPresentationTimingGOOGLE(device: RawVkDevice, swapchain: khr::RawVkSwapchain, presentation...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1681:8
[INFO] [stdout]      |
[INFO] [stdout] 1681 | unsafe extern fn null_instance_vkCmdSetDiscardRectangleEXT(command_buffer: RawVkCommandBuffer, first_discard_rectangle: u32, disca...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1684:8
[INFO] [stdout]      |
[INFO] [stdout] 1684 | unsafe extern fn null_instance_vkSetHdrMetadataEXT(device: RawVkDevice, swapchain_count: u32, swapchains: *mut khr::RawVkSwapchain...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1687:8
[INFO] [stdout]      |
[INFO] [stdout] 1687 | unsafe extern fn null_instance_vkSetDebugUtilsObjectNameEXT(device: RawVkDevice, name_info: *mut ext::RawVkDebugUtilsObjectNameInf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1690:8
[INFO] [stdout]      |
[INFO] [stdout] 1690 | unsafe extern fn null_instance_vkSetDebugUtilsObjectTagEXT(device: RawVkDevice, tag_info: *mut ext::RawVkDebugUtilsObjectTagInfo) ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1693:8
[INFO] [stdout]      |
[INFO] [stdout] 1693 | unsafe extern fn null_instance_vkQueueBeginDebugUtilsLabelEXT(queue: RawVkQueue, label_info: *mut ext::RawVkDebugUtilsLabel) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1696:8
[INFO] [stdout]      |
[INFO] [stdout] 1696 | unsafe extern fn null_instance_vkQueueEndDebugUtilsLabelEXT(queue: RawVkQueue) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1699:8
[INFO] [stdout]      |
[INFO] [stdout] 1699 | unsafe extern fn null_instance_vkQueueInsertDebugUtilsLabelEXT(queue: RawVkQueue, label_info: *mut ext::RawVkDebugUtilsLabel) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1702:8
[INFO] [stdout]      |
[INFO] [stdout] 1702 | unsafe extern fn null_instance_vkCmdBeginDebugUtilsLabelEXT(command_buffer: RawVkCommandBuffer, label_info: *mut ext::RawVkDebugUt...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1705:8
[INFO] [stdout]      |
[INFO] [stdout] 1705 | unsafe extern fn null_instance_vkCmdEndDebugUtilsLabelEXT(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1708:8
[INFO] [stdout]      |
[INFO] [stdout] 1708 | unsafe extern fn null_instance_vkCmdInsertDebugUtilsLabelEXT(command_buffer: RawVkCommandBuffer, label_info: *mut ext::RawVkDebugU...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1711:8
[INFO] [stdout]      |
[INFO] [stdout] 1711 | unsafe extern fn null_instance_vkCreateDebugUtilsMessengerEXT(instance: RawVkInstance, create_info: *mut ext::RawVkDebugUtilsMesse...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1714:8
[INFO] [stdout]      |
[INFO] [stdout] 1714 | unsafe extern fn null_instance_vkDestroyDebugUtilsMessengerEXT(instance: RawVkInstance, messenger: ext::RawVkDebugUtilsMessenger, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1717:8
[INFO] [stdout]      |
[INFO] [stdout] 1717 | unsafe extern fn null_instance_vkSubmitDebugUtilsMessageEXT(instance: RawVkInstance, message_severity: ext::RawVkDebugUtilsMessage...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1720:8
[INFO] [stdout]      |
[INFO] [stdout] 1720 | unsafe extern fn null_instance_vkCmdSetSampleLocationsEXT(command_buffer: RawVkCommandBuffer, sample_locations_info: *mut ext::Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1723:8
[INFO] [stdout]      |
[INFO] [stdout] 1723 | unsafe extern fn null_instance_vkGetPhysicalDeviceMultisamplePropertiesEXT(physical_device: RawVkPhysicalDevice, samples: RawVkSam...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1726:8
[INFO] [stdout]      |
[INFO] [stdout] 1726 | unsafe extern fn null_instance_vkGetImageDrmFormatModifierPropertiesEXT(device: RawVkDevice, image: RawVkImage, properties: *mut e...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1729:8
[INFO] [stdout]      |
[INFO] [stdout] 1729 | unsafe extern fn null_instance_vkCreateValidationCacheEXT(device: RawVkDevice, create_info: *mut ext::RawVkValidationCacheCreateIn...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1732:8
[INFO] [stdout]      |
[INFO] [stdout] 1732 | unsafe extern fn null_instance_vkDestroyValidationCacheEXT(device: RawVkDevice, validation_cache: ext::RawVkValidationCache, alloc...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1735:8
[INFO] [stdout]      |
[INFO] [stdout] 1735 | unsafe extern fn null_instance_vkMergeValidationCachesEXT(device: RawVkDevice, dst_cache: ext::RawVkValidationCache, src_cache_cou...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1738:8
[INFO] [stdout]      |
[INFO] [stdout] 1738 | unsafe extern fn null_instance_vkGetValidationCacheDataEXT(device: RawVkDevice, validation_cache: ext::RawVkValidationCache, data_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1741:8
[INFO] [stdout]      |
[INFO] [stdout] 1741 | unsafe extern fn null_instance_vkCmdBindShadingRateImageNV(command_buffer: RawVkCommandBuffer, image_view: RawVkImageView, image_l...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1744:8
[INFO] [stdout]      |
[INFO] [stdout] 1744 | unsafe extern fn null_instance_vkCmdSetViewportShadingRatePaletteNV(command_buffer: RawVkCommandBuffer, first_viewport: u32, viewp...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1747:8
[INFO] [stdout]      |
[INFO] [stdout] 1747 | unsafe extern fn null_instance_vkCmdSetCoarseSampleOrderNV(command_buffer: RawVkCommandBuffer, sample_order_type: nv::RawVkCoarseS...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1750:8
[INFO] [stdout]      |
[INFO] [stdout] 1750 | unsafe extern fn null_instance_vkCreateAccelerationStructureNV(device: RawVkDevice, create_info: *mut nv::RawVkAccelerationStructu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1753:8
[INFO] [stdout]      |
[INFO] [stdout] 1753 | unsafe extern fn null_instance_vkDestroyAccelerationStructureKHR(device: RawVkDevice, acceleration_structure: khr::RawVkAccelerati...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1756:8
[INFO] [stdout]      |
[INFO] [stdout] 1756 | unsafe extern fn null_instance_vkGetAccelerationStructureMemoryRequirementsNV(device: RawVkDevice, info: *mut nv::RawVkAcceleratio...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1759:8
[INFO] [stdout]      |
[INFO] [stdout] 1759 | unsafe extern fn null_instance_vkBindAccelerationStructureMemoryKHR(device: RawVkDevice, bind_info_count: u32, bind_infos: *mut kh...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1762:8
[INFO] [stdout]      |
[INFO] [stdout] 1762 | unsafe extern fn null_instance_vkCmdBuildAccelerationStructureNV(command_buffer: RawVkCommandBuffer, info: *mut nv::RawVkAccelerat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1765:8
[INFO] [stdout]      |
[INFO] [stdout] 1765 | unsafe extern fn null_instance_vkCmdCopyAccelerationStructureNV(command_buffer: RawVkCommandBuffer, dst: khr::RawVkAccelerationStr...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1768:8
[INFO] [stdout]      |
[INFO] [stdout] 1768 | unsafe extern fn null_instance_vkCmdTraceRaysNV(command_buffer: RawVkCommandBuffer, raygen_shader_binding_table_buffer: RawVkBuffe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1771:8
[INFO] [stdout]      |
[INFO] [stdout] 1771 | unsafe extern fn null_instance_vkCreateRayTracingPipelinesNV(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, create_info_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1774:8
[INFO] [stdout]      |
[INFO] [stdout] 1774 | unsafe extern fn null_instance_vkGetRayTracingShaderGroupHandlesKHR(device: RawVkDevice, pipeline: RawVkPipeline, first_group: u32...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1777:8
[INFO] [stdout]      |
[INFO] [stdout] 1777 | unsafe extern fn null_instance_vkGetAccelerationStructureHandleNV(device: RawVkDevice, acceleration_structure: khr::RawVkAccelerat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1780:8
[INFO] [stdout]      |
[INFO] [stdout] 1780 | unsafe extern fn null_instance_vkCmdWriteAccelerationStructuresPropertiesKHR(command_buffer: RawVkCommandBuffer, acceleration_stru...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1783:8
[INFO] [stdout]      |
[INFO] [stdout] 1783 | unsafe extern fn null_instance_vkCompileDeferredNV(device: RawVkDevice, pipeline: RawVkPipeline, shader: u32) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1786:8
[INFO] [stdout]      |
[INFO] [stdout] 1786 | unsafe extern fn null_instance_vkGetMemoryHostPointerPropertiesEXT(device: RawVkDevice, handle_type: RawVkExternalMemoryHandleType...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1789:8
[INFO] [stdout]      |
[INFO] [stdout] 1789 | unsafe extern fn null_instance_vkCmdWriteBufferMarkerAMD(command_buffer: RawVkCommandBuffer, pipeline_stage: RawVkPipelineStageFla...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1792:8
[INFO] [stdout]      |
[INFO] [stdout] 1792 | unsafe extern fn null_instance_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT(physical_device: RawVkPhysicalDevice, time_domain_co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1795:8
[INFO] [stdout]      |
[INFO] [stdout] 1795 | unsafe extern fn null_instance_vkGetCalibratedTimestampsEXT(device: RawVkDevice, timestamp_count: u32, timestamp_infos: *mut ext::...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1798:8
[INFO] [stdout]      |
[INFO] [stdout] 1798 | unsafe extern fn null_instance_vkCmdDrawMeshTasksNV(command_buffer: RawVkCommandBuffer, task_count: u32, first_task: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1801:8
[INFO] [stdout]      |
[INFO] [stdout] 1801 | unsafe extern fn null_instance_vkCmdDrawMeshTasksIndirectNV(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1804:8
[INFO] [stdout]      |
[INFO] [stdout] 1804 | unsafe extern fn null_instance_vkCmdDrawMeshTasksIndirectCountNV(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1807:8
[INFO] [stdout]      |
[INFO] [stdout] 1807 | unsafe extern fn null_instance_vkCmdSetExclusiveScissorNV(command_buffer: RawVkCommandBuffer, first_exclusive_scissor: u32, exclus...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1810:8
[INFO] [stdout]      |
[INFO] [stdout] 1810 | unsafe extern fn null_instance_vkCmdSetCheckpointNV(command_buffer: RawVkCommandBuffer, checkpoint_marker: *mut c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1813:8
[INFO] [stdout]      |
[INFO] [stdout] 1813 | unsafe extern fn null_instance_vkGetQueueCheckpointDataNV(queue: RawVkQueue, checkpoint_data_count: *mut u32, checkpoint_data: *mu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1816:8
[INFO] [stdout]      |
[INFO] [stdout] 1816 | unsafe extern fn null_instance_vkInitializePerformanceApiINTEL(device: RawVkDevice, initialize_info: *mut intel::RawVkInitializePe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1819:8
[INFO] [stdout]      |
[INFO] [stdout] 1819 | unsafe extern fn null_instance_vkUninitializePerformanceApiINTEL(device: RawVkDevice) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1822:8
[INFO] [stdout]      |
[INFO] [stdout] 1822 | unsafe extern fn null_instance_vkCmdSetPerformanceMarkerINTEL(command_buffer: RawVkCommandBuffer, marker_info: *mut intel::RawVkPe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1825:8
[INFO] [stdout]      |
[INFO] [stdout] 1825 | unsafe extern fn null_instance_vkCmdSetPerformanceStreamMarkerINTEL(command_buffer: RawVkCommandBuffer, marker_info: *mut intel::R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1828:8
[INFO] [stdout]      |
[INFO] [stdout] 1828 | unsafe extern fn null_instance_vkCmdSetPerformanceOverrideINTEL(command_buffer: RawVkCommandBuffer, override_info: *mut intel::Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1831:8
[INFO] [stdout]      |
[INFO] [stdout] 1831 | unsafe extern fn null_instance_vkAcquirePerformanceConfigurationINTEL(device: RawVkDevice, acquire_info: *mut intel::RawVkPerforma...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1834:8
[INFO] [stdout]      |
[INFO] [stdout] 1834 | unsafe extern fn null_instance_vkReleasePerformanceConfigurationINTEL(device: RawVkDevice, configuration: intel::RawVkPerformanceC...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1837:8
[INFO] [stdout]      |
[INFO] [stdout] 1837 | unsafe extern fn null_instance_vkQueueSetPerformanceConfigurationINTEL(queue: RawVkQueue, configuration: intel::RawVkPerformanceCo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1840:8
[INFO] [stdout]      |
[INFO] [stdout] 1840 | unsafe extern fn null_instance_vkGetPerformanceParameterINTEL(device: RawVkDevice, parameter: intel::RawVkPerformanceParameterType...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1843:8
[INFO] [stdout]      |
[INFO] [stdout] 1843 | unsafe extern fn null_instance_vkSetLocalDimmingAMD(device: RawVkDevice, swap_chain: khr::RawVkSwapchain, local_dimming_enable: u3...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1846:8
[INFO] [stdout]      |
[INFO] [stdout] 1846 | unsafe extern fn null_instance_vkGetPhysicalDeviceToolPropertiesEXT(physical_device: RawVkPhysicalDevice, tool_count: *mut u32, to...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1849:8
[INFO] [stdout]      |
[INFO] [stdout] 1849 | unsafe extern fn null_instance_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV(physical_device: RawVkPhysicalDevice, property_cou...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1852:8
[INFO] [stdout]      |
[INFO] [stdout] 1852 | unsafe extern fn null_instance_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(physical_device: RawVkPhysicalDev...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1855:8
[INFO] [stdout]      |
[INFO] [stdout] 1855 | unsafe extern fn null_instance_vkCreateHeadlessSurfaceEXT(instance: RawVkInstance, create_info: *mut ext::RawVkHeadlessSurfaceCrea...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1858:8
[INFO] [stdout]      |
[INFO] [stdout] 1858 | unsafe extern fn null_instance_vkCmdSetLineStippleEXT(command_buffer: RawVkCommandBuffer, line_stipple_factor: u32, line_stipple_p...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1861:8
[INFO] [stdout]      |
[INFO] [stdout] 1861 | unsafe extern fn null_instance_vkGetGeneratedCommandsMemoryRequirementsNV(device: RawVkDevice, info: *mut nv::RawVkGeneratedComman...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1864:8
[INFO] [stdout]      |
[INFO] [stdout] 1864 | unsafe extern fn null_instance_vkCmdPreprocessGeneratedCommandsNV(command_buffer: RawVkCommandBuffer, generated_commands_info: *mu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1867:8
[INFO] [stdout]      |
[INFO] [stdout] 1867 | unsafe extern fn null_instance_vkCmdExecuteGeneratedCommandsNV(command_buffer: RawVkCommandBuffer, is_preprocessed: u32, generated...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1870:8
[INFO] [stdout]      |
[INFO] [stdout] 1870 | unsafe extern fn null_instance_vkCmdBindPipelineShaderGroupNV(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipeli...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1873:8
[INFO] [stdout]      |
[INFO] [stdout] 1873 | unsafe extern fn null_instance_vkCreateIndirectCommandsLayoutNV(device: RawVkDevice, create_info: *mut nv::RawVkIndirectCommandsLa...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1876:8
[INFO] [stdout]      |
[INFO] [stdout] 1876 | unsafe extern fn null_instance_vkDestroyIndirectCommandsLayoutNV(device: RawVkDevice, indirect_commands_layout: nv::RawVkIndirectC...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1879:8
[INFO] [stdout]      |
[INFO] [stdout] 1879 | unsafe extern fn null_device_vkDestroyInstance(instance: RawVkInstance, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1882:8
[INFO] [stdout]      |
[INFO] [stdout] 1882 | unsafe extern fn null_device_vkEnumeratePhysicalDevices(instance: RawVkInstance, physical_device_count: *mut u32, physical_devices...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1885:8
[INFO] [stdout]      |
[INFO] [stdout] 1885 | unsafe extern fn null_device_vkGetPhysicalDeviceFeatures(physical_device: RawVkPhysicalDevice, features: *mut RawVkPhysicalDeviceF...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1888:8
[INFO] [stdout]      |
[INFO] [stdout] 1888 | unsafe extern fn null_device_vkGetPhysicalDeviceFormatProperties(physical_device: RawVkPhysicalDevice, format: RawVkFormat, format...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1891:8
[INFO] [stdout]      |
[INFO] [stdout] 1891 | unsafe extern fn null_device_vkGetPhysicalDeviceImageFormatProperties(physical_device: RawVkPhysicalDevice, format: RawVkFormat, t...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1894:8
[INFO] [stdout]      |
[INFO] [stdout] 1894 | unsafe extern fn null_device_vkGetPhysicalDeviceProperties(physical_device: RawVkPhysicalDevice, properties: *mut RawVkPhysicalDev...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1897:8
[INFO] [stdout]      |
[INFO] [stdout] 1897 | unsafe extern fn null_device_vkGetPhysicalDeviceQueueFamilyProperties(physical_device: RawVkPhysicalDevice, queue_family_property_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1900:8
[INFO] [stdout]      |
[INFO] [stdout] 1900 | unsafe extern fn null_device_vkGetPhysicalDeviceMemoryProperties(physical_device: RawVkPhysicalDevice, memory_properties: *mut Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1903:8
[INFO] [stdout]      |
[INFO] [stdout] 1903 | unsafe extern fn null_device_vkCreateDevice(physical_device: RawVkPhysicalDevice, create_info: *mut RawVkDeviceCreateInfo, allocat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1906:8
[INFO] [stdout]      |
[INFO] [stdout] 1906 | unsafe extern fn null_device_vkDestroyDevice(device: RawVkDevice, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1909:8
[INFO] [stdout]      |
[INFO] [stdout] 1909 | unsafe extern fn null_device_vkEnumerateDeviceExtensionProperties(physical_device: RawVkPhysicalDevice, layer_name: *mut c_char, p...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1912:8
[INFO] [stdout]      |
[INFO] [stdout] 1912 | unsafe extern fn null_device_vkEnumerateDeviceLayerProperties(physical_device: RawVkPhysicalDevice, property_count: *mut u32, prop...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1915:8
[INFO] [stdout]      |
[INFO] [stdout] 1915 | unsafe extern fn null_device_vkGetDeviceQueue(device: RawVkDevice, queue_family_index: u32, queue_index: u32, queue: *mut RawVkQue...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1918:8
[INFO] [stdout]      |
[INFO] [stdout] 1918 | unsafe extern fn null_device_vkQueueSubmit(queue: RawVkQueue, submit_count: u32, submits: *mut RawVkSubmitInfo, fence: RawVkFence)...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1921:8
[INFO] [stdout]      |
[INFO] [stdout] 1921 | unsafe extern fn null_device_vkQueueWaitIdle(queue: RawVkQueue) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1924:8
[INFO] [stdout]      |
[INFO] [stdout] 1924 | unsafe extern fn null_device_vkDeviceWaitIdle(device: RawVkDevice) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1927:8
[INFO] [stdout]      |
[INFO] [stdout] 1927 | unsafe extern fn null_device_vkAllocateMemory(device: RawVkDevice, allocate_info: *mut RawVkMemoryAllocateInfo, allocator: *const ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1930:8
[INFO] [stdout]      |
[INFO] [stdout] 1930 | unsafe extern fn null_device_vkFreeMemory(device: RawVkDevice, memory: RawVkDeviceMemory, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1933:8
[INFO] [stdout]      |
[INFO] [stdout] 1933 | unsafe extern fn null_device_vkMapMemory(device: RawVkDevice, memory: RawVkDeviceMemory, offset: u64, size: u64, flags: RawVkMemor...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1936:8
[INFO] [stdout]      |
[INFO] [stdout] 1936 | unsafe extern fn null_device_vkUnmapMemory(device: RawVkDevice, memory: RawVkDeviceMemory) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1939:8
[INFO] [stdout]      |
[INFO] [stdout] 1939 | unsafe extern fn null_device_vkFlushMappedMemoryRanges(device: RawVkDevice, memory_range_count: u32, memory_ranges: *mut RawVkMapp...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1942:8
[INFO] [stdout]      |
[INFO] [stdout] 1942 | unsafe extern fn null_device_vkInvalidateMappedMemoryRanges(device: RawVkDevice, memory_range_count: u32, memory_ranges: *mut RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1945:8
[INFO] [stdout]      |
[INFO] [stdout] 1945 | unsafe extern fn null_device_vkGetDeviceMemoryCommitment(device: RawVkDevice, memory: RawVkDeviceMemory, committed_memory_in_bytes...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1948:8
[INFO] [stdout]      |
[INFO] [stdout] 1948 | unsafe extern fn null_device_vkBindBufferMemory(device: RawVkDevice, buffer: RawVkBuffer, memory: RawVkDeviceMemory, memory_offset...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1951:8
[INFO] [stdout]      |
[INFO] [stdout] 1951 | unsafe extern fn null_device_vkBindImageMemory(device: RawVkDevice, image: RawVkImage, memory: RawVkDeviceMemory, memory_offset: u...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1954:8
[INFO] [stdout]      |
[INFO] [stdout] 1954 | unsafe extern fn null_device_vkGetBufferMemoryRequirements(device: RawVkDevice, buffer: RawVkBuffer, memory_requirements: *mut Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1957:8
[INFO] [stdout]      |
[INFO] [stdout] 1957 | unsafe extern fn null_device_vkGetImageMemoryRequirements(device: RawVkDevice, image: RawVkImage, memory_requirements: *mut RawVkM...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1960:8
[INFO] [stdout]      |
[INFO] [stdout] 1960 | unsafe extern fn null_device_vkGetImageSparseMemoryRequirements(device: RawVkDevice, image: RawVkImage, sparse_memory_requirement_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1963:8
[INFO] [stdout]      |
[INFO] [stdout] 1963 | unsafe extern fn null_device_vkGetPhysicalDeviceSparseImageFormatProperties(physical_device: RawVkPhysicalDevice, format: RawVkFor...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1966:8
[INFO] [stdout]      |
[INFO] [stdout] 1966 | unsafe extern fn null_device_vkQueueBindSparse(queue: RawVkQueue, bind_info_count: u32, bind_info: *mut RawVkBindSparseInfo, fence...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1969:8
[INFO] [stdout]      |
[INFO] [stdout] 1969 | unsafe extern fn null_device_vkCreateFence(device: RawVkDevice, create_info: *mut RawVkFenceCreateInfo, allocator: *const c_void, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1972:8
[INFO] [stdout]      |
[INFO] [stdout] 1972 | unsafe extern fn null_device_vkDestroyFence(device: RawVkDevice, fence: RawVkFence, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1975:8
[INFO] [stdout]      |
[INFO] [stdout] 1975 | unsafe extern fn null_device_vkResetFences(device: RawVkDevice, fence_count: u32, fences: *mut RawVkFence) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1978:8
[INFO] [stdout]      |
[INFO] [stdout] 1978 | unsafe extern fn null_device_vkGetFenceStatus(device: RawVkDevice, fence: RawVkFence) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1981:8
[INFO] [stdout]      |
[INFO] [stdout] 1981 | unsafe extern fn null_device_vkWaitForFences(device: RawVkDevice, fence_count: u32, fences: *mut RawVkFence, wait_all: u32, timeou...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1984:8
[INFO] [stdout]      |
[INFO] [stdout] 1984 | unsafe extern fn null_device_vkCreateSemaphore(device: RawVkDevice, create_info: *mut RawVkSemaphoreCreateInfo, allocator: *const ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1987:8
[INFO] [stdout]      |
[INFO] [stdout] 1987 | unsafe extern fn null_device_vkDestroySemaphore(device: RawVkDevice, semaphore: RawVkSemaphore, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1990:8
[INFO] [stdout]      |
[INFO] [stdout] 1990 | unsafe extern fn null_device_vkCreateEvent(device: RawVkDevice, create_info: *mut RawVkEventCreateInfo, allocator: *const c_void, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1993:8
[INFO] [stdout]      |
[INFO] [stdout] 1993 | unsafe extern fn null_device_vkDestroyEvent(device: RawVkDevice, event: RawVkEvent, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1996:8
[INFO] [stdout]      |
[INFO] [stdout] 1996 | unsafe extern fn null_device_vkGetEventStatus(device: RawVkDevice, event: RawVkEvent) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:1999:8
[INFO] [stdout]      |
[INFO] [stdout] 1999 | unsafe extern fn null_device_vkSetEvent(device: RawVkDevice, event: RawVkEvent) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2002:8
[INFO] [stdout]      |
[INFO] [stdout] 2002 | unsafe extern fn null_device_vkResetEvent(device: RawVkDevice, event: RawVkEvent) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2005:8
[INFO] [stdout]      |
[INFO] [stdout] 2005 | unsafe extern fn null_device_vkCreateQueryPool(device: RawVkDevice, create_info: *mut RawVkQueryPoolCreateInfo, allocator: *const ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2008:8
[INFO] [stdout]      |
[INFO] [stdout] 2008 | unsafe extern fn null_device_vkDestroyQueryPool(device: RawVkDevice, query_pool: RawVkQueryPool, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2011:8
[INFO] [stdout]      |
[INFO] [stdout] 2011 | unsafe extern fn null_device_vkGetQueryPoolResults(device: RawVkDevice, query_pool: RawVkQueryPool, first_query: u32, query_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2014:8
[INFO] [stdout]      |
[INFO] [stdout] 2014 | unsafe extern fn null_device_vkCreateBuffer(device: RawVkDevice, create_info: *mut RawVkBufferCreateInfo, allocator: *const c_void...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2017:8
[INFO] [stdout]      |
[INFO] [stdout] 2017 | unsafe extern fn null_device_vkDestroyBuffer(device: RawVkDevice, buffer: RawVkBuffer, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2020:8
[INFO] [stdout]      |
[INFO] [stdout] 2020 | unsafe extern fn null_device_vkCreateBufferView(device: RawVkDevice, create_info: *mut RawVkBufferViewCreateInfo, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2023:8
[INFO] [stdout]      |
[INFO] [stdout] 2023 | unsafe extern fn null_device_vkDestroyBufferView(device: RawVkDevice, buffer_view: RawVkBufferView, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2026:8
[INFO] [stdout]      |
[INFO] [stdout] 2026 | unsafe extern fn null_device_vkCreateImage(device: RawVkDevice, create_info: *mut RawVkImageCreateInfo, allocator: *const c_void, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2029:8
[INFO] [stdout]      |
[INFO] [stdout] 2029 | unsafe extern fn null_device_vkDestroyImage(device: RawVkDevice, image: RawVkImage, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2032:8
[INFO] [stdout]      |
[INFO] [stdout] 2032 | unsafe extern fn null_device_vkGetImageSubresourceLayout(device: RawVkDevice, image: RawVkImage, subresource: *mut RawVkImageSubre...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2035:8
[INFO] [stdout]      |
[INFO] [stdout] 2035 | unsafe extern fn null_device_vkCreateImageView(device: RawVkDevice, create_info: *mut RawVkImageViewCreateInfo, allocator: *const ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2038:8
[INFO] [stdout]      |
[INFO] [stdout] 2038 | unsafe extern fn null_device_vkDestroyImageView(device: RawVkDevice, image_view: RawVkImageView, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2041:8
[INFO] [stdout]      |
[INFO] [stdout] 2041 | unsafe extern fn null_device_vkCreateShaderModule(device: RawVkDevice, create_info: *mut RawVkShaderModuleCreateInfo, allocator: *...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2044:8
[INFO] [stdout]      |
[INFO] [stdout] 2044 | unsafe extern fn null_device_vkDestroyShaderModule(device: RawVkDevice, shader_module: RawVkShaderModule, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2047:8
[INFO] [stdout]      |
[INFO] [stdout] 2047 | unsafe extern fn null_device_vkCreatePipelineCache(device: RawVkDevice, create_info: *mut RawVkPipelineCacheCreateInfo, allocator:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2050:8
[INFO] [stdout]      |
[INFO] [stdout] 2050 | unsafe extern fn null_device_vkDestroyPipelineCache(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, allocator: *const c_v...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2053:8
[INFO] [stdout]      |
[INFO] [stdout] 2053 | unsafe extern fn null_device_vkGetPipelineCacheData(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, data_size: *mut usize...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2056:8
[INFO] [stdout]      |
[INFO] [stdout] 2056 | unsafe extern fn null_device_vkMergePipelineCaches(device: RawVkDevice, dst_cache: RawVkPipelineCache, src_cache_count: u32, src_c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2059:8
[INFO] [stdout]      |
[INFO] [stdout] 2059 | unsafe extern fn null_device_vkCreateGraphicsPipelines(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, create_info_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2062:8
[INFO] [stdout]      |
[INFO] [stdout] 2062 | unsafe extern fn null_device_vkCreateComputePipelines(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, create_info_count: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2065:8
[INFO] [stdout]      |
[INFO] [stdout] 2065 | unsafe extern fn null_device_vkDestroyPipeline(device: RawVkDevice, pipeline: RawVkPipeline, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2068:8
[INFO] [stdout]      |
[INFO] [stdout] 2068 | unsafe extern fn null_device_vkCreatePipelineLayout(device: RawVkDevice, create_info: *mut RawVkPipelineLayoutCreateInfo, allocato...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2071:8
[INFO] [stdout]      |
[INFO] [stdout] 2071 | unsafe extern fn null_device_vkDestroyPipelineLayout(device: RawVkDevice, pipeline_layout: RawVkPipelineLayout, allocator: *const ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2074:8
[INFO] [stdout]      |
[INFO] [stdout] 2074 | unsafe extern fn null_device_vkCreateSampler(device: RawVkDevice, create_info: *mut RawVkSamplerCreateInfo, allocator: *const c_vo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2077:8
[INFO] [stdout]      |
[INFO] [stdout] 2077 | unsafe extern fn null_device_vkDestroySampler(device: RawVkDevice, sampler: RawVkSampler, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2080:8
[INFO] [stdout]      |
[INFO] [stdout] 2080 | unsafe extern fn null_device_vkCreateDescriptorSetLayout(device: RawVkDevice, create_info: *mut RawVkDescriptorSetLayoutCreateInfo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2083:8
[INFO] [stdout]      |
[INFO] [stdout] 2083 | unsafe extern fn null_device_vkDestroyDescriptorSetLayout(device: RawVkDevice, descriptor_set_layout: RawVkDescriptorSetLayout, al...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2086:8
[INFO] [stdout]      |
[INFO] [stdout] 2086 | unsafe extern fn null_device_vkCreateDescriptorPool(device: RawVkDevice, create_info: *mut RawVkDescriptorPoolCreateInfo, allocato...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2089:8
[INFO] [stdout]      |
[INFO] [stdout] 2089 | unsafe extern fn null_device_vkDestroyDescriptorPool(device: RawVkDevice, descriptor_pool: RawVkDescriptorPool, allocator: *const ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2092:8
[INFO] [stdout]      |
[INFO] [stdout] 2092 | unsafe extern fn null_device_vkResetDescriptorPool(device: RawVkDevice, descriptor_pool: RawVkDescriptorPool, flags: RawVkDescript...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2095:8
[INFO] [stdout]      |
[INFO] [stdout] 2095 | unsafe extern fn null_device_vkAllocateDescriptorSets(device: RawVkDevice, allocate_info: *mut RawVkDescriptorSetAllocateInfo, des...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2098:8
[INFO] [stdout]      |
[INFO] [stdout] 2098 | unsafe extern fn null_device_vkFreeDescriptorSets(device: RawVkDevice, descriptor_pool: RawVkDescriptorPool, descriptor_set_count:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2101:8
[INFO] [stdout]      |
[INFO] [stdout] 2101 | unsafe extern fn null_device_vkUpdateDescriptorSets(device: RawVkDevice, descriptor_write_count: u32, descriptor_writes: *mut RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2104:8
[INFO] [stdout]      |
[INFO] [stdout] 2104 | unsafe extern fn null_device_vkCreateFramebuffer(device: RawVkDevice, create_info: *mut RawVkFramebufferCreateInfo, allocator: *co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2107:8
[INFO] [stdout]      |
[INFO] [stdout] 2107 | unsafe extern fn null_device_vkDestroyFramebuffer(device: RawVkDevice, framebuffer: RawVkFramebuffer, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2110:8
[INFO] [stdout]      |
[INFO] [stdout] 2110 | unsafe extern fn null_device_vkCreateRenderPass(device: RawVkDevice, create_info: *mut RawVkRenderPassCreateInfo, allocator: *cons...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2113:8
[INFO] [stdout]      |
[INFO] [stdout] 2113 | unsafe extern fn null_device_vkDestroyRenderPass(device: RawVkDevice, render_pass: RawVkRenderPass, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2116:8
[INFO] [stdout]      |
[INFO] [stdout] 2116 | unsafe extern fn null_device_vkGetRenderAreaGranularity(device: RawVkDevice, render_pass: RawVkRenderPass, granularity: *mut RawVk...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2119:8
[INFO] [stdout]      |
[INFO] [stdout] 2119 | unsafe extern fn null_device_vkCreateCommandPool(device: RawVkDevice, create_info: *mut RawVkCommandPoolCreateInfo, allocator: *co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2122:8
[INFO] [stdout]      |
[INFO] [stdout] 2122 | unsafe extern fn null_device_vkDestroyCommandPool(device: RawVkDevice, command_pool: RawVkCommandPool, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2125:8
[INFO] [stdout]      |
[INFO] [stdout] 2125 | unsafe extern fn null_device_vkResetCommandPool(device: RawVkDevice, command_pool: RawVkCommandPool, flags: RawVkCommandPoolResetF...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2128:8
[INFO] [stdout]      |
[INFO] [stdout] 2128 | unsafe extern fn null_device_vkAllocateCommandBuffers(device: RawVkDevice, allocate_info: *mut RawVkCommandBufferAllocateInfo, com...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2131:8
[INFO] [stdout]      |
[INFO] [stdout] 2131 | unsafe extern fn null_device_vkFreeCommandBuffers(device: RawVkDevice, command_pool: RawVkCommandPool, command_buffer_count: u32, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2134:8
[INFO] [stdout]      |
[INFO] [stdout] 2134 | unsafe extern fn null_device_vkBeginCommandBuffer(command_buffer: RawVkCommandBuffer, begin_info: *mut RawVkCommandBufferBeginInfo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2137:8
[INFO] [stdout]      |
[INFO] [stdout] 2137 | unsafe extern fn null_device_vkEndCommandBuffer(command_buffer: RawVkCommandBuffer) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2140:8
[INFO] [stdout]      |
[INFO] [stdout] 2140 | unsafe extern fn null_device_vkResetCommandBuffer(command_buffer: RawVkCommandBuffer, flags: RawVkCommandBufferResetFlags) -> RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2143:8
[INFO] [stdout]      |
[INFO] [stdout] 2143 | unsafe extern fn null_device_vkCmdBindPipeline(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipelineBindPoint, pi...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2146:8
[INFO] [stdout]      |
[INFO] [stdout] 2146 | unsafe extern fn null_device_vkCmdSetViewport(command_buffer: RawVkCommandBuffer, first_viewport: u32, viewport_count: u32, viewpo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2149:8
[INFO] [stdout]      |
[INFO] [stdout] 2149 | unsafe extern fn null_device_vkCmdSetScissor(command_buffer: RawVkCommandBuffer, first_scissor: u32, scissor_count: u32, scissors:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2152:8
[INFO] [stdout]      |
[INFO] [stdout] 2152 | unsafe extern fn null_device_vkCmdSetLineWidth(command_buffer: RawVkCommandBuffer, line_width: f32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2155:8
[INFO] [stdout]      |
[INFO] [stdout] 2155 | unsafe extern fn null_device_vkCmdSetDepthBias(command_buffer: RawVkCommandBuffer, depth_bias_constant_factor: f32, depth_bias_cla...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2158:8
[INFO] [stdout]      |
[INFO] [stdout] 2158 | unsafe extern fn null_device_vkCmdSetBlendConstants(command_buffer: RawVkCommandBuffer, blend_constants: [f32; 4]) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2161:8
[INFO] [stdout]      |
[INFO] [stdout] 2161 | unsafe extern fn null_device_vkCmdSetDepthBounds(command_buffer: RawVkCommandBuffer, min_depth_bounds: f32, max_depth_bounds: f32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2164:8
[INFO] [stdout]      |
[INFO] [stdout] 2164 | unsafe extern fn null_device_vkCmdSetStencilCompareMask(command_buffer: RawVkCommandBuffer, face_mask: RawVkStencilFaceFlags, comp...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2167:8
[INFO] [stdout]      |
[INFO] [stdout] 2167 | unsafe extern fn null_device_vkCmdSetStencilWriteMask(command_buffer: RawVkCommandBuffer, face_mask: RawVkStencilFaceFlags, write_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2170:8
[INFO] [stdout]      |
[INFO] [stdout] 2170 | unsafe extern fn null_device_vkCmdSetStencilReference(command_buffer: RawVkCommandBuffer, face_mask: RawVkStencilFaceFlags, refere...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2173:8
[INFO] [stdout]      |
[INFO] [stdout] 2173 | unsafe extern fn null_device_vkCmdBindDescriptorSets(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipelineBindPoi...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2176:8
[INFO] [stdout]      |
[INFO] [stdout] 2176 | unsafe extern fn null_device_vkCmdBindIndexBuffer(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, index_type...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2179:8
[INFO] [stdout]      |
[INFO] [stdout] 2179 | unsafe extern fn null_device_vkCmdBindVertexBuffers(command_buffer: RawVkCommandBuffer, first_binding: u32, binding_count: u32, bu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2182:8
[INFO] [stdout]      |
[INFO] [stdout] 2182 | unsafe extern fn null_device_vkCmdDraw(command_buffer: RawVkCommandBuffer, vertex_count: u32, instance_count: u32, first_vertex: u...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2185:8
[INFO] [stdout]      |
[INFO] [stdout] 2185 | unsafe extern fn null_device_vkCmdDrawIndexed(command_buffer: RawVkCommandBuffer, index_count: u32, instance_count: u32, first_ind...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2188:8
[INFO] [stdout]      |
[INFO] [stdout] 2188 | unsafe extern fn null_device_vkCmdDrawIndirect(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, draw_count: u...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2191:8
[INFO] [stdout]      |
[INFO] [stdout] 2191 | unsafe extern fn null_device_vkCmdDrawIndexedIndirect(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, draw_c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2194:8
[INFO] [stdout]      |
[INFO] [stdout] 2194 | unsafe extern fn null_device_vkCmdDispatch(command_buffer: RawVkCommandBuffer, group_count_x: u32, group_count_y: u32, group_count...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2197:8
[INFO] [stdout]      |
[INFO] [stdout] 2197 | unsafe extern fn null_device_vkCmdDispatchIndirect(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2200:8
[INFO] [stdout]      |
[INFO] [stdout] 2200 | unsafe extern fn null_device_vkCmdCopyBuffer(command_buffer: RawVkCommandBuffer, src_buffer: RawVkBuffer, dst_buffer: RawVkBuffer,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2203:8
[INFO] [stdout]      |
[INFO] [stdout] 2203 | unsafe extern fn null_device_vkCmdCopyImage(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: RawVkImag...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2206:8
[INFO] [stdout]      |
[INFO] [stdout] 2206 | unsafe extern fn null_device_vkCmdBlitImage(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: RawVkImag...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2209:8
[INFO] [stdout]      |
[INFO] [stdout] 2209 | unsafe extern fn null_device_vkCmdCopyBufferToImage(command_buffer: RawVkCommandBuffer, src_buffer: RawVkBuffer, dst_image: RawVkI...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2212:8
[INFO] [stdout]      |
[INFO] [stdout] 2212 | unsafe extern fn null_device_vkCmdCopyImageToBuffer(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2215:8
[INFO] [stdout]      |
[INFO] [stdout] 2215 | unsafe extern fn null_device_vkCmdUpdateBuffer(command_buffer: RawVkCommandBuffer, dst_buffer: RawVkBuffer, dst_offset: u64, data_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2218:8
[INFO] [stdout]      |
[INFO] [stdout] 2218 | unsafe extern fn null_device_vkCmdFillBuffer(command_buffer: RawVkCommandBuffer, dst_buffer: RawVkBuffer, dst_offset: u64, size: u...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2221:8
[INFO] [stdout]      |
[INFO] [stdout] 2221 | unsafe extern fn null_device_vkCmdClearColorImage(command_buffer: RawVkCommandBuffer, image: RawVkImage, image_layout: RawVkImageL...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2224:8
[INFO] [stdout]      |
[INFO] [stdout] 2224 | unsafe extern fn null_device_vkCmdClearDepthStencilImage(command_buffer: RawVkCommandBuffer, image: RawVkImage, image_layout: RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2227:8
[INFO] [stdout]      |
[INFO] [stdout] 2227 | unsafe extern fn null_device_vkCmdClearAttachments(command_buffer: RawVkCommandBuffer, attachment_count: u32, attachments: *mut Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2230:8
[INFO] [stdout]      |
[INFO] [stdout] 2230 | unsafe extern fn null_device_vkCmdResolveImage(command_buffer: RawVkCommandBuffer, src_image: RawVkImage, src_image_layout: RawVkI...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2233:8
[INFO] [stdout]      |
[INFO] [stdout] 2233 | unsafe extern fn null_device_vkCmdSetEvent(command_buffer: RawVkCommandBuffer, event: RawVkEvent, stage_mask: RawVkPipelineStageFl...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2236:8
[INFO] [stdout]      |
[INFO] [stdout] 2236 | unsafe extern fn null_device_vkCmdResetEvent(command_buffer: RawVkCommandBuffer, event: RawVkEvent, stage_mask: RawVkPipelineStage...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2239:8
[INFO] [stdout]      |
[INFO] [stdout] 2239 | unsafe extern fn null_device_vkCmdWaitEvents(command_buffer: RawVkCommandBuffer, event_count: u32, events: *mut RawVkEvent, src_st...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2242:8
[INFO] [stdout]      |
[INFO] [stdout] 2242 | unsafe extern fn null_device_vkCmdPipelineBarrier(command_buffer: RawVkCommandBuffer, src_stage_mask: RawVkPipelineStageFlags, dst...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2245:8
[INFO] [stdout]      |
[INFO] [stdout] 2245 | unsafe extern fn null_device_vkCmdBeginQuery(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32, flags: Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2248:8
[INFO] [stdout]      |
[INFO] [stdout] 2248 | unsafe extern fn null_device_vkCmdEndQuery(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2251:8
[INFO] [stdout]      |
[INFO] [stdout] 2251 | unsafe extern fn null_device_vkCmdResetQueryPool(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, first_query: u32,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2254:8
[INFO] [stdout]      |
[INFO] [stdout] 2254 | unsafe extern fn null_device_vkCmdWriteTimestamp(command_buffer: RawVkCommandBuffer, pipeline_stage: RawVkPipelineStageFlags, quer...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2257:8
[INFO] [stdout]      |
[INFO] [stdout] 2257 | unsafe extern fn null_device_vkCmdCopyQueryPoolResults(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, first_query...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2260:8
[INFO] [stdout]      |
[INFO] [stdout] 2260 | unsafe extern fn null_device_vkCmdPushConstants(command_buffer: RawVkCommandBuffer, layout: RawVkPipelineLayout, stage_flags: RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2263:8
[INFO] [stdout]      |
[INFO] [stdout] 2263 | unsafe extern fn null_device_vkCmdBeginRenderPass(command_buffer: RawVkCommandBuffer, render_pass_begin: *mut RawVkRenderPassBegin...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2266:8
[INFO] [stdout]      |
[INFO] [stdout] 2266 | unsafe extern fn null_device_vkCmdNextSubpass(command_buffer: RawVkCommandBuffer, contents: RawVkSubpassContents) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2269:8
[INFO] [stdout]      |
[INFO] [stdout] 2269 | unsafe extern fn null_device_vkCmdEndRenderPass(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2272:8
[INFO] [stdout]      |
[INFO] [stdout] 2272 | unsafe extern fn null_device_vkCmdExecuteCommands(command_buffer: RawVkCommandBuffer, command_buffer_count: u32, command_buffers: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2275:8
[INFO] [stdout]      |
[INFO] [stdout] 2275 | unsafe extern fn null_device_vkBindBufferMemory2(device: RawVkDevice, bind_info_count: u32, bind_infos: *mut RawVkBindBufferMemory...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2278:8
[INFO] [stdout]      |
[INFO] [stdout] 2278 | unsafe extern fn null_device_vkBindImageMemory2(device: RawVkDevice, bind_info_count: u32, bind_infos: *mut RawVkBindImageMemoryIn...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2281:8
[INFO] [stdout]      |
[INFO] [stdout] 2281 | unsafe extern fn null_device_vkGetDeviceGroupPeerMemoryFeatures(device: RawVkDevice, heap_index: u32, local_device_index: u32, rem...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2284:8
[INFO] [stdout]      |
[INFO] [stdout] 2284 | unsafe extern fn null_device_vkCmdSetDeviceMask(command_buffer: RawVkCommandBuffer, device_mask: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2287:8
[INFO] [stdout]      |
[INFO] [stdout] 2287 | unsafe extern fn null_device_vkCmdDispatchBase(command_buffer: RawVkCommandBuffer, base_group_x: u32, base_group_y: u32, base_grou...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2290:8
[INFO] [stdout]      |
[INFO] [stdout] 2290 | unsafe extern fn null_device_vkEnumeratePhysicalDeviceGroups(instance: RawVkInstance, physical_device_group_count: *mut u32, physi...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2293:8
[INFO] [stdout]      |
[INFO] [stdout] 2293 | unsafe extern fn null_device_vkGetImageMemoryRequirements2(device: RawVkDevice, info: *mut RawVkImageMemoryRequirementsInfo2, memo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2296:8
[INFO] [stdout]      |
[INFO] [stdout] 2296 | unsafe extern fn null_device_vkGetBufferMemoryRequirements2(device: RawVkDevice, info: *mut RawVkBufferMemoryRequirementsInfo2, me...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2299:8
[INFO] [stdout]      |
[INFO] [stdout] 2299 | unsafe extern fn null_device_vkGetImageSparseMemoryRequirements2(device: RawVkDevice, info: *mut RawVkImageSparseMemoryRequirement...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2302:8
[INFO] [stdout]      |
[INFO] [stdout] 2302 | unsafe extern fn null_device_vkGetPhysicalDeviceFeatures2(physical_device: RawVkPhysicalDevice, features: *mut RawVkPhysicalDevice...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2305:8
[INFO] [stdout]      |
[INFO] [stdout] 2305 | unsafe extern fn null_device_vkGetPhysicalDeviceProperties2(physical_device: RawVkPhysicalDevice, properties: *mut RawVkPhysicalDe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2308:8
[INFO] [stdout]      |
[INFO] [stdout] 2308 | unsafe extern fn null_device_vkGetPhysicalDeviceFormatProperties2(physical_device: RawVkPhysicalDevice, format: RawVkFormat, forma...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2311:8
[INFO] [stdout]      |
[INFO] [stdout] 2311 | unsafe extern fn null_device_vkGetPhysicalDeviceImageFormatProperties2(physical_device: RawVkPhysicalDevice, image_format_info: *m...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2314:8
[INFO] [stdout]      |
[INFO] [stdout] 2314 | unsafe extern fn null_device_vkGetPhysicalDeviceQueueFamilyProperties2(physical_device: RawVkPhysicalDevice, queue_family_property...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2317:8
[INFO] [stdout]      |
[INFO] [stdout] 2317 | unsafe extern fn null_device_vkGetPhysicalDeviceMemoryProperties2(physical_device: RawVkPhysicalDevice, memory_properties: *mut Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2320:8
[INFO] [stdout]      |
[INFO] [stdout] 2320 | unsafe extern fn null_device_vkGetPhysicalDeviceSparseImageFormatProperties2(physical_device: RawVkPhysicalDevice, format_info: *m...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2323:8
[INFO] [stdout]      |
[INFO] [stdout] 2323 | unsafe extern fn null_device_vkTrimCommandPool(device: RawVkDevice, command_pool: RawVkCommandPool, flags: RawVkCommandPoolTrimFla...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2326:8
[INFO] [stdout]      |
[INFO] [stdout] 2326 | unsafe extern fn null_device_vkGetDeviceQueue2(device: RawVkDevice, queue_info: *mut RawVkDeviceQueueInfo2, queue: *mut RawVkQueue) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2329:8
[INFO] [stdout]      |
[INFO] [stdout] 2329 | unsafe extern fn null_device_vkCreateSamplerYcbcrConversion(device: RawVkDevice, create_info: *mut RawVkSamplerYcbcrConversionCrea...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2332:8
[INFO] [stdout]      |
[INFO] [stdout] 2332 | unsafe extern fn null_device_vkDestroySamplerYcbcrConversion(device: RawVkDevice, ycbcr_conversion: RawVkSamplerYcbcrConversion, a...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2335:8
[INFO] [stdout]      |
[INFO] [stdout] 2335 | unsafe extern fn null_device_vkCreateDescriptorUpdateTemplate(device: RawVkDevice, create_info: *mut RawVkDescriptorUpdateTemplate...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2338:8
[INFO] [stdout]      |
[INFO] [stdout] 2338 | unsafe extern fn null_device_vkDestroyDescriptorUpdateTemplate(device: RawVkDevice, descriptor_update_template: RawVkDescriptorUpd...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2341:8
[INFO] [stdout]      |
[INFO] [stdout] 2341 | unsafe extern fn null_device_vkUpdateDescriptorSetWithTemplate(device: RawVkDevice, descriptor_set: RawVkDescriptorSet, descriptor...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2344:8
[INFO] [stdout]      |
[INFO] [stdout] 2344 | unsafe extern fn null_device_vkGetPhysicalDeviceExternalBufferProperties(physical_device: RawVkPhysicalDevice, external_buffer_inf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2347:8
[INFO] [stdout]      |
[INFO] [stdout] 2347 | unsafe extern fn null_device_vkGetPhysicalDeviceExternalFenceProperties(physical_device: RawVkPhysicalDevice, external_fence_info:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2350:8
[INFO] [stdout]      |
[INFO] [stdout] 2350 | unsafe extern fn null_device_vkGetPhysicalDeviceExternalSemaphoreProperties(physical_device: RawVkPhysicalDevice, external_semapho...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2353:8
[INFO] [stdout]      |
[INFO] [stdout] 2353 | unsafe extern fn null_device_vkGetDescriptorSetLayoutSupport(device: RawVkDevice, create_info: *mut RawVkDescriptorSetLayoutCreate...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2356:8
[INFO] [stdout]      |
[INFO] [stdout] 2356 | unsafe extern fn null_device_vkCmdDrawIndirectCount(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, count_bu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2359:8
[INFO] [stdout]      |
[INFO] [stdout] 2359 | unsafe extern fn null_device_vkCmdDrawIndexedIndirectCount(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2362:8
[INFO] [stdout]      |
[INFO] [stdout] 2362 | unsafe extern fn null_device_vkCreateRenderPass2(device: RawVkDevice, create_info: *mut RawVkRenderPassCreateInfo2, allocator: *co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2365:8
[INFO] [stdout]      |
[INFO] [stdout] 2365 | unsafe extern fn null_device_vkCmdBeginRenderPass2(command_buffer: RawVkCommandBuffer, render_pass_begin: *mut RawVkRenderPassBegi...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2368:8
[INFO] [stdout]      |
[INFO] [stdout] 2368 | unsafe extern fn null_device_vkCmdNextSubpass2(command_buffer: RawVkCommandBuffer, subpass_begin_info: *mut RawVkSubpassBeginInfo,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2371:8
[INFO] [stdout]      |
[INFO] [stdout] 2371 | unsafe extern fn null_device_vkCmdEndRenderPass2(command_buffer: RawVkCommandBuffer, subpass_end_info: *mut RawVkSubpassEndInfo) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2374:8
[INFO] [stdout]      |
[INFO] [stdout] 2374 | unsafe extern fn null_device_vkResetQueryPool(device: RawVkDevice, query_pool: RawVkQueryPool, first_query: u32, query_count: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2377:8
[INFO] [stdout]      |
[INFO] [stdout] 2377 | unsafe extern fn null_device_vkGetSemaphoreCounterValue(device: RawVkDevice, semaphore: RawVkSemaphore, value: *mut u64) -> RawVkR...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2380:8
[INFO] [stdout]      |
[INFO] [stdout] 2380 | unsafe extern fn null_device_vkWaitSemaphores(device: RawVkDevice, wait_info: *mut RawVkSemaphoreWaitInfo, timeout: u64) -> RawVkR...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2383:8
[INFO] [stdout]      |
[INFO] [stdout] 2383 | unsafe extern fn null_device_vkSignalSemaphore(device: RawVkDevice, signal_info: *mut RawVkSemaphoreSignalInfo) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2386:8
[INFO] [stdout]      |
[INFO] [stdout] 2386 | unsafe extern fn null_device_vkDestroySurfaceKHR(instance: RawVkInstance, surface: khr::RawVkSurface, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2389:8
[INFO] [stdout]      |
[INFO] [stdout] 2389 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfaceSupportKHR(physical_device: RawVkPhysicalDevice, queue_family_index: u32, s...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2392:8
[INFO] [stdout]      |
[INFO] [stdout] 2392 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVkSu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2395:8
[INFO] [stdout]      |
[INFO] [stdout] 2395 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfaceFormatsKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVkSurface...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2398:8
[INFO] [stdout]      |
[INFO] [stdout] 2398 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfacePresentModesKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVkSu...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2401:8
[INFO] [stdout]      |
[INFO] [stdout] 2401 | unsafe extern fn null_device_vkCreateSwapchainKHR(device: RawVkDevice, create_info: *mut khr::RawVkSwapchainCreateInfo, allocator:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2404:8
[INFO] [stdout]      |
[INFO] [stdout] 2404 | unsafe extern fn null_device_vkDestroySwapchainKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain, allocator: *const c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2407:8
[INFO] [stdout]      |
[INFO] [stdout] 2407 | unsafe extern fn null_device_vkGetSwapchainImagesKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain, swapchain_image_count: *...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2410:8
[INFO] [stdout]      |
[INFO] [stdout] 2410 | unsafe extern fn null_device_vkAcquireNextImageKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain, timeout: u64, semaphore: R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2413:8
[INFO] [stdout]      |
[INFO] [stdout] 2413 | unsafe extern fn null_device_vkQueuePresentKHR(queue: RawVkQueue, present_info: *mut khr::RawVkPresentInfo) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2416:8
[INFO] [stdout]      |
[INFO] [stdout] 2416 | unsafe extern fn null_device_vkGetDeviceGroupPresentCapabilitiesKHR(device: RawVkDevice, device_group_present_capabilities: *mut k...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2419:8
[INFO] [stdout]      |
[INFO] [stdout] 2419 | unsafe extern fn null_device_vkGetDeviceGroupSurfacePresentModesKHR(device: RawVkDevice, surface: khr::RawVkSurface, modes: *mut k...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2422:8
[INFO] [stdout]      |
[INFO] [stdout] 2422 | unsafe extern fn null_device_vkGetPhysicalDevicePresentRectanglesKHR(physical_device: RawVkPhysicalDevice, surface: khr::RawVkSurf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2425:8
[INFO] [stdout]      |
[INFO] [stdout] 2425 | unsafe extern fn null_device_vkAcquireNextImage2KHR(device: RawVkDevice, acquire_info: *mut khr::RawVkAcquireNextImageInfo, image_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2428:8
[INFO] [stdout]      |
[INFO] [stdout] 2428 | unsafe extern fn null_device_vkGetPhysicalDeviceDisplayPropertiesKHR(physical_device: RawVkPhysicalDevice, property_count: *mut u3...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2431:8
[INFO] [stdout]      |
[INFO] [stdout] 2431 | unsafe extern fn null_device_vkGetPhysicalDeviceDisplayPlanePropertiesKHR(physical_device: RawVkPhysicalDevice, property_count: *m...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2434:8
[INFO] [stdout]      |
[INFO] [stdout] 2434 | unsafe extern fn null_device_vkGetDisplayPlaneSupportedDisplaysKHR(physical_device: RawVkPhysicalDevice, plane_index: u32, display...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2437:8
[INFO] [stdout]      |
[INFO] [stdout] 2437 | unsafe extern fn null_device_vkGetDisplayModePropertiesKHR(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay, prope...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2440:8
[INFO] [stdout]      |
[INFO] [stdout] 2440 | unsafe extern fn null_device_vkCreateDisplayModeKHR(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay, create_info:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2443:8
[INFO] [stdout]      |
[INFO] [stdout] 2443 | unsafe extern fn null_device_vkGetDisplayPlaneCapabilitiesKHR(physical_device: RawVkPhysicalDevice, mode: khr::RawVkDisplayMode, p...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2446:8
[INFO] [stdout]      |
[INFO] [stdout] 2446 | unsafe extern fn null_device_vkCreateDisplayPlaneSurfaceKHR(instance: RawVkInstance, create_info: *mut khr::RawVkDisplaySurfaceCre...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2449:8
[INFO] [stdout]      |
[INFO] [stdout] 2449 | unsafe extern fn null_device_vkCreateSharedSwapchainsKHR(device: RawVkDevice, swapchain_count: u32, create_infos: *mut khr::RawVkS...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2452:8
[INFO] [stdout]      |
[INFO] [stdout] 2452 | unsafe extern fn null_device_vkGetMemoryFdKHR(device: RawVkDevice, get_fd_info: *mut khr::RawVkMemoryGetFdInfo, fd: *mut i32) -> R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2455:8
[INFO] [stdout]      |
[INFO] [stdout] 2455 | unsafe extern fn null_device_vkGetMemoryFdPropertiesKHR(device: RawVkDevice, handle_type: RawVkExternalMemoryHandleTypeFlags, fd: ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2458:8
[INFO] [stdout]      |
[INFO] [stdout] 2458 | unsafe extern fn null_device_vkImportSemaphoreFdKHR(device: RawVkDevice, import_semaphore_fd_info: *mut khr::RawVkImportSemaphoreF...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2461:8
[INFO] [stdout]      |
[INFO] [stdout] 2461 | unsafe extern fn null_device_vkGetSemaphoreFdKHR(device: RawVkDevice, get_fd_info: *mut khr::RawVkSemaphoreGetFdInfo, fd: *mut i32...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2464:8
[INFO] [stdout]      |
[INFO] [stdout] 2464 | unsafe extern fn null_device_vkCmdPushDescriptorSetKHR(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipelineBindP...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2467:8
[INFO] [stdout]      |
[INFO] [stdout] 2467 | unsafe extern fn null_device_vkCmdPushDescriptorSetWithTemplateKHR(command_buffer: RawVkCommandBuffer, descriptor_update_template:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2470:8
[INFO] [stdout]      |
[INFO] [stdout] 2470 | unsafe extern fn null_device_vkGetSwapchainStatusKHR(device: RawVkDevice, swapchain: khr::RawVkSwapchain) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2473:8
[INFO] [stdout]      |
[INFO] [stdout] 2473 | unsafe extern fn null_device_vkImportFenceFdKHR(device: RawVkDevice, import_fence_fd_info: *mut khr::RawVkImportFenceFdInfo) -> Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2476:8
[INFO] [stdout]      |
[INFO] [stdout] 2476 | unsafe extern fn null_device_vkGetFenceFdKHR(device: RawVkDevice, get_fd_info: *mut khr::RawVkFenceGetFdInfo, fd: *mut i32) -> Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2479:8
[INFO] [stdout]      |
[INFO] [stdout] 2479 | unsafe extern fn null_device_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR(physical_device: RawVkPhysicalDevice,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2482:8
[INFO] [stdout]      |
[INFO] [stdout] 2482 | unsafe extern fn null_device_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(physical_device: RawVkPhysicalDevice, perform...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2485:8
[INFO] [stdout]      |
[INFO] [stdout] 2485 | unsafe extern fn null_device_vkAcquireProfilingLockKHR(device: RawVkDevice, info: *mut khr::RawVkAcquireProfilingLockInfo) -> RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2488:8
[INFO] [stdout]      |
[INFO] [stdout] 2488 | unsafe extern fn null_device_vkReleaseProfilingLockKHR(device: RawVkDevice) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2491:8
[INFO] [stdout]      |
[INFO] [stdout] 2491 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfaceCapabilities2KHR(physical_device: RawVkPhysicalDevice, surface_info: *mut k...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2494:8
[INFO] [stdout]      |
[INFO] [stdout] 2494 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfaceFormats2KHR(physical_device: RawVkPhysicalDevice, surface_info: *mut khr::R...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2497:8
[INFO] [stdout]      |
[INFO] [stdout] 2497 | unsafe extern fn null_device_vkGetPhysicalDeviceDisplayProperties2KHR(physical_device: RawVkPhysicalDevice, property_count: *mut u...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2500:8
[INFO] [stdout]      |
[INFO] [stdout] 2500 | unsafe extern fn null_device_vkGetPhysicalDeviceDisplayPlaneProperties2KHR(physical_device: RawVkPhysicalDevice, property_count: *...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2503:8
[INFO] [stdout]      |
[INFO] [stdout] 2503 | unsafe extern fn null_device_vkGetDisplayModeProperties2KHR(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay, prop...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2506:8
[INFO] [stdout]      |
[INFO] [stdout] 2506 | unsafe extern fn null_device_vkGetDisplayPlaneCapabilities2KHR(physical_device: RawVkPhysicalDevice, display_plane_info: *mut khr:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2509:8
[INFO] [stdout]      |
[INFO] [stdout] 2509 | unsafe extern fn null_device_vkGetPipelineExecutablePropertiesKHR(device: RawVkDevice, pipeline_info: *mut khr::RawVkPipelineInfo,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2512:8
[INFO] [stdout]      |
[INFO] [stdout] 2512 | unsafe extern fn null_device_vkGetPipelineExecutableStatisticsKHR(device: RawVkDevice, executable_info: *mut khr::RawVkPipelineExe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2515:8
[INFO] [stdout]      |
[INFO] [stdout] 2515 | unsafe extern fn null_device_vkGetPipelineExecutableInternalRepresentationsKHR(device: RawVkDevice, executable_info: *mut khr::Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2518:8
[INFO] [stdout]      |
[INFO] [stdout] 2518 | unsafe extern fn null_device_vkCreateDebugReportCallbackEXT(instance: RawVkInstance, create_info: *mut ext::RawVkDebugReportCallba...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2521:8
[INFO] [stdout]      |
[INFO] [stdout] 2521 | unsafe extern fn null_device_vkDestroyDebugReportCallbackEXT(instance: RawVkInstance, callback: ext::RawVkDebugReportCallback, all...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2524:8
[INFO] [stdout]      |
[INFO] [stdout] 2524 | unsafe extern fn null_device_vkDebugReportMessageEXT(instance: RawVkInstance, flags: ext::RawVkDebugReportFlags, object_type: ext:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2527:8
[INFO] [stdout]      |
[INFO] [stdout] 2527 | unsafe extern fn null_device_vkDebugMarkerSetObjectTagEXT(device: RawVkDevice, tag_info: *mut ext::RawVkDebugMarkerObjectTagInfo) ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2530:8
[INFO] [stdout]      |
[INFO] [stdout] 2530 | unsafe extern fn null_device_vkDebugMarkerSetObjectNameEXT(device: RawVkDevice, name_info: *mut ext::RawVkDebugMarkerObjectNameInf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2533:8
[INFO] [stdout]      |
[INFO] [stdout] 2533 | unsafe extern fn null_device_vkCmdDebugMarkerBeginEXT(command_buffer: RawVkCommandBuffer, marker_info: *mut ext::RawVkDebugMarkerM...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2536:8
[INFO] [stdout]      |
[INFO] [stdout] 2536 | unsafe extern fn null_device_vkCmdDebugMarkerEndEXT(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2539:8
[INFO] [stdout]      |
[INFO] [stdout] 2539 | unsafe extern fn null_device_vkCmdDebugMarkerInsertEXT(command_buffer: RawVkCommandBuffer, marker_info: *mut ext::RawVkDebugMarker...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2542:8
[INFO] [stdout]      |
[INFO] [stdout] 2542 | unsafe extern fn null_device_vkCmdBindTransformFeedbackBuffersEXT(command_buffer: RawVkCommandBuffer, first_binding: u32, binding_...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2545:8
[INFO] [stdout]      |
[INFO] [stdout] 2545 | unsafe extern fn null_device_vkCmdBeginTransformFeedbackEXT(command_buffer: RawVkCommandBuffer, first_counter_buffer: u32, counter...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2548:8
[INFO] [stdout]      |
[INFO] [stdout] 2548 | unsafe extern fn null_device_vkCmdEndTransformFeedbackEXT(command_buffer: RawVkCommandBuffer, first_counter_buffer: u32, counter_b...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2551:8
[INFO] [stdout]      |
[INFO] [stdout] 2551 | unsafe extern fn null_device_vkCmdBeginQueryIndexedEXT(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2554:8
[INFO] [stdout]      |
[INFO] [stdout] 2554 | unsafe extern fn null_device_vkCmdEndQueryIndexedEXT(command_buffer: RawVkCommandBuffer, query_pool: RawVkQueryPool, query: u32, i...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2557:8
[INFO] [stdout]      |
[INFO] [stdout] 2557 | unsafe extern fn null_device_vkCmdDrawIndirectByteCountEXT(command_buffer: RawVkCommandBuffer, instance_count: u32, first_instance...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2560:8
[INFO] [stdout]      |
[INFO] [stdout] 2560 | unsafe extern fn null_device_vkGetImageViewAddressNVX(device: RawVkDevice, image_view: RawVkImageView, properties: *mut nvx::RawVk...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2563:8
[INFO] [stdout]      |
[INFO] [stdout] 2563 | unsafe extern fn null_device_vkGetShaderInfoAMD(device: RawVkDevice, pipeline: RawVkPipeline, shader_stage: RawVkShaderStageFlags,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2566:8
[INFO] [stdout]      |
[INFO] [stdout] 2566 | unsafe extern fn null_device_vkGetPhysicalDeviceExternalImageFormatPropertiesNV(physical_device: RawVkPhysicalDevice, format: RawV...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2569:8
[INFO] [stdout]      |
[INFO] [stdout] 2569 | unsafe extern fn null_device_vkCmdBeginConditionalRenderingEXT(command_buffer: RawVkCommandBuffer, conditional_rendering_begin: *m...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2572:8
[INFO] [stdout]      |
[INFO] [stdout] 2572 | unsafe extern fn null_device_vkCmdEndConditionalRenderingEXT(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2575:8
[INFO] [stdout]      |
[INFO] [stdout] 2575 | unsafe extern fn null_device_vkCmdSetViewportWScalingNV(command_buffer: RawVkCommandBuffer, first_viewport: u32, viewport_count: u...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2578:8
[INFO] [stdout]      |
[INFO] [stdout] 2578 | unsafe extern fn null_device_vkReleaseDisplayEXT(physical_device: RawVkPhysicalDevice, display: khr::RawVkDisplay) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2581:8
[INFO] [stdout]      |
[INFO] [stdout] 2581 | unsafe extern fn null_device_vkGetPhysicalDeviceSurfaceCapabilities2EXT(physical_device: RawVkPhysicalDevice, surface: khr::RawVkS...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2584:8
[INFO] [stdout]      |
[INFO] [stdout] 2584 | unsafe extern fn null_device_vkDisplayPowerControlEXT(device: RawVkDevice, display: khr::RawVkDisplay, display_power_info: *mut ex...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2587:8
[INFO] [stdout]      |
[INFO] [stdout] 2587 | unsafe extern fn null_device_vkRegisterDeviceEventEXT(device: RawVkDevice, device_event_info: *mut ext::RawVkDeviceEventInfo, allo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2590:8
[INFO] [stdout]      |
[INFO] [stdout] 2590 | unsafe extern fn null_device_vkRegisterDisplayEventEXT(device: RawVkDevice, display: khr::RawVkDisplay, display_event_info: *mut e...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2593:8
[INFO] [stdout]      |
[INFO] [stdout] 2593 | unsafe extern fn null_device_vkGetSwapchainCounterEXT(device: RawVkDevice, swapchain: khr::RawVkSwapchain, counter: ext::RawVkSurf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2596:8
[INFO] [stdout]      |
[INFO] [stdout] 2596 | unsafe extern fn null_device_vkGetRefreshCycleDurationGOOGLE(device: RawVkDevice, swapchain: khr::RawVkSwapchain, display_timing_p...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2599:8
[INFO] [stdout]      |
[INFO] [stdout] 2599 | unsafe extern fn null_device_vkGetPastPresentationTimingGOOGLE(device: RawVkDevice, swapchain: khr::RawVkSwapchain, presentation_t...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2602:8
[INFO] [stdout]      |
[INFO] [stdout] 2602 | unsafe extern fn null_device_vkCmdSetDiscardRectangleEXT(command_buffer: RawVkCommandBuffer, first_discard_rectangle: u32, discard...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2605:8
[INFO] [stdout]      |
[INFO] [stdout] 2605 | unsafe extern fn null_device_vkSetHdrMetadataEXT(device: RawVkDevice, swapchain_count: u32, swapchains: *mut khr::RawVkSwapchain, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2608:8
[INFO] [stdout]      |
[INFO] [stdout] 2608 | unsafe extern fn null_device_vkSetDebugUtilsObjectNameEXT(device: RawVkDevice, name_info: *mut ext::RawVkDebugUtilsObjectNameInfo)...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2611:8
[INFO] [stdout]      |
[INFO] [stdout] 2611 | unsafe extern fn null_device_vkSetDebugUtilsObjectTagEXT(device: RawVkDevice, tag_info: *mut ext::RawVkDebugUtilsObjectTagInfo) ->...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2614:8
[INFO] [stdout]      |
[INFO] [stdout] 2614 | unsafe extern fn null_device_vkQueueBeginDebugUtilsLabelEXT(queue: RawVkQueue, label_info: *mut ext::RawVkDebugUtilsLabel) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2617:8
[INFO] [stdout]      |
[INFO] [stdout] 2617 | unsafe extern fn null_device_vkQueueEndDebugUtilsLabelEXT(queue: RawVkQueue) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2620:8
[INFO] [stdout]      |
[INFO] [stdout] 2620 | unsafe extern fn null_device_vkQueueInsertDebugUtilsLabelEXT(queue: RawVkQueue, label_info: *mut ext::RawVkDebugUtilsLabel) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2623:8
[INFO] [stdout]      |
[INFO] [stdout] 2623 | unsafe extern fn null_device_vkCmdBeginDebugUtilsLabelEXT(command_buffer: RawVkCommandBuffer, label_info: *mut ext::RawVkDebugUtil...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2626:8
[INFO] [stdout]      |
[INFO] [stdout] 2626 | unsafe extern fn null_device_vkCmdEndDebugUtilsLabelEXT(command_buffer: RawVkCommandBuffer) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2629:8
[INFO] [stdout]      |
[INFO] [stdout] 2629 | unsafe extern fn null_device_vkCmdInsertDebugUtilsLabelEXT(command_buffer: RawVkCommandBuffer, label_info: *mut ext::RawVkDebugUti...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2632:8
[INFO] [stdout]      |
[INFO] [stdout] 2632 | unsafe extern fn null_device_vkCreateDebugUtilsMessengerEXT(instance: RawVkInstance, create_info: *mut ext::RawVkDebugUtilsMesseng...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2635:8
[INFO] [stdout]      |
[INFO] [stdout] 2635 | unsafe extern fn null_device_vkDestroyDebugUtilsMessengerEXT(instance: RawVkInstance, messenger: ext::RawVkDebugUtilsMessenger, al...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2638:8
[INFO] [stdout]      |
[INFO] [stdout] 2638 | unsafe extern fn null_device_vkSubmitDebugUtilsMessageEXT(instance: RawVkInstance, message_severity: ext::RawVkDebugUtilsMessageSe...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2641:8
[INFO] [stdout]      |
[INFO] [stdout] 2641 | unsafe extern fn null_device_vkCmdSetSampleLocationsEXT(command_buffer: RawVkCommandBuffer, sample_locations_info: *mut ext::RawVk...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2644:8
[INFO] [stdout]      |
[INFO] [stdout] 2644 | unsafe extern fn null_device_vkGetPhysicalDeviceMultisamplePropertiesEXT(physical_device: RawVkPhysicalDevice, samples: RawVkSampl...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2647:8
[INFO] [stdout]      |
[INFO] [stdout] 2647 | unsafe extern fn null_device_vkGetImageDrmFormatModifierPropertiesEXT(device: RawVkDevice, image: RawVkImage, properties: *mut ext...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2650:8
[INFO] [stdout]      |
[INFO] [stdout] 2650 | unsafe extern fn null_device_vkCreateValidationCacheEXT(device: RawVkDevice, create_info: *mut ext::RawVkValidationCacheCreateInfo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2653:8
[INFO] [stdout]      |
[INFO] [stdout] 2653 | unsafe extern fn null_device_vkDestroyValidationCacheEXT(device: RawVkDevice, validation_cache: ext::RawVkValidationCache, allocat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2656:8
[INFO] [stdout]      |
[INFO] [stdout] 2656 | unsafe extern fn null_device_vkMergeValidationCachesEXT(device: RawVkDevice, dst_cache: ext::RawVkValidationCache, src_cache_count...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2659:8
[INFO] [stdout]      |
[INFO] [stdout] 2659 | unsafe extern fn null_device_vkGetValidationCacheDataEXT(device: RawVkDevice, validation_cache: ext::RawVkValidationCache, data_si...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2662:8
[INFO] [stdout]      |
[INFO] [stdout] 2662 | unsafe extern fn null_device_vkCmdBindShadingRateImageNV(command_buffer: RawVkCommandBuffer, image_view: RawVkImageView, image_lay...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2665:8
[INFO] [stdout]      |
[INFO] [stdout] 2665 | unsafe extern fn null_device_vkCmdSetViewportShadingRatePaletteNV(command_buffer: RawVkCommandBuffer, first_viewport: u32, viewpor...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2668:8
[INFO] [stdout]      |
[INFO] [stdout] 2668 | unsafe extern fn null_device_vkCmdSetCoarseSampleOrderNV(command_buffer: RawVkCommandBuffer, sample_order_type: nv::RawVkCoarseSam...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2671:8
[INFO] [stdout]      |
[INFO] [stdout] 2671 | unsafe extern fn null_device_vkCreateAccelerationStructureNV(device: RawVkDevice, create_info: *mut nv::RawVkAccelerationStructure...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2674:8
[INFO] [stdout]      |
[INFO] [stdout] 2674 | unsafe extern fn null_device_vkDestroyAccelerationStructureKHR(device: RawVkDevice, acceleration_structure: khr::RawVkAcceleration...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2677:8
[INFO] [stdout]      |
[INFO] [stdout] 2677 | unsafe extern fn null_device_vkGetAccelerationStructureMemoryRequirementsNV(device: RawVkDevice, info: *mut nv::RawVkAccelerationS...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2680:8
[INFO] [stdout]      |
[INFO] [stdout] 2680 | unsafe extern fn null_device_vkBindAccelerationStructureMemoryKHR(device: RawVkDevice, bind_info_count: u32, bind_infos: *mut khr:...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2683:8
[INFO] [stdout]      |
[INFO] [stdout] 2683 | unsafe extern fn null_device_vkCmdBuildAccelerationStructureNV(command_buffer: RawVkCommandBuffer, info: *mut nv::RawVkAcceleratio...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2686:8
[INFO] [stdout]      |
[INFO] [stdout] 2686 | unsafe extern fn null_device_vkCmdCopyAccelerationStructureNV(command_buffer: RawVkCommandBuffer, dst: khr::RawVkAccelerationStruc...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2689:8
[INFO] [stdout]      |
[INFO] [stdout] 2689 | unsafe extern fn null_device_vkCmdTraceRaysNV(command_buffer: RawVkCommandBuffer, raygen_shader_binding_table_buffer: RawVkBuffer,...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2692:8
[INFO] [stdout]      |
[INFO] [stdout] 2692 | unsafe extern fn null_device_vkCreateRayTracingPipelinesNV(device: RawVkDevice, pipeline_cache: RawVkPipelineCache, create_info_co...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2695:8
[INFO] [stdout]      |
[INFO] [stdout] 2695 | unsafe extern fn null_device_vkGetRayTracingShaderGroupHandlesKHR(device: RawVkDevice, pipeline: RawVkPipeline, first_group: u32, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2698:8
[INFO] [stdout]      |
[INFO] [stdout] 2698 | unsafe extern fn null_device_vkGetAccelerationStructureHandleNV(device: RawVkDevice, acceleration_structure: khr::RawVkAcceleratio...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2701:8
[INFO] [stdout]      |
[INFO] [stdout] 2701 | unsafe extern fn null_device_vkCmdWriteAccelerationStructuresPropertiesKHR(command_buffer: RawVkCommandBuffer, acceleration_struct...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2704:8
[INFO] [stdout]      |
[INFO] [stdout] 2704 | unsafe extern fn null_device_vkCompileDeferredNV(device: RawVkDevice, pipeline: RawVkPipeline, shader: u32) -> RawVkResult {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2707:8
[INFO] [stdout]      |
[INFO] [stdout] 2707 | unsafe extern fn null_device_vkGetMemoryHostPointerPropertiesEXT(device: RawVkDevice, handle_type: RawVkExternalMemoryHandleTypeFl...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2710:8
[INFO] [stdout]      |
[INFO] [stdout] 2710 | unsafe extern fn null_device_vkCmdWriteBufferMarkerAMD(command_buffer: RawVkCommandBuffer, pipeline_stage: RawVkPipelineStageFlags...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2713:8
[INFO] [stdout]      |
[INFO] [stdout] 2713 | unsafe extern fn null_device_vkGetPhysicalDeviceCalibrateableTimeDomainsEXT(physical_device: RawVkPhysicalDevice, time_domain_coun...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2716:8
[INFO] [stdout]      |
[INFO] [stdout] 2716 | unsafe extern fn null_device_vkGetCalibratedTimestampsEXT(device: RawVkDevice, timestamp_count: u32, timestamp_infos: *mut ext::Ra...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2719:8
[INFO] [stdout]      |
[INFO] [stdout] 2719 | unsafe extern fn null_device_vkCmdDrawMeshTasksNV(command_buffer: RawVkCommandBuffer, task_count: u32, first_task: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2722:8
[INFO] [stdout]      |
[INFO] [stdout] 2722 | unsafe extern fn null_device_vkCmdDrawMeshTasksIndirectNV(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u64, dr...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2725:8
[INFO] [stdout]      |
[INFO] [stdout] 2725 | unsafe extern fn null_device_vkCmdDrawMeshTasksIndirectCountNV(command_buffer: RawVkCommandBuffer, buffer: RawVkBuffer, offset: u6...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2728:8
[INFO] [stdout]      |
[INFO] [stdout] 2728 | unsafe extern fn null_device_vkCmdSetExclusiveScissorNV(command_buffer: RawVkCommandBuffer, first_exclusive_scissor: u32, exclusiv...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2731:8
[INFO] [stdout]      |
[INFO] [stdout] 2731 | unsafe extern fn null_device_vkCmdSetCheckpointNV(command_buffer: RawVkCommandBuffer, checkpoint_marker: *mut c_void) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2734:8
[INFO] [stdout]      |
[INFO] [stdout] 2734 | unsafe extern fn null_device_vkGetQueueCheckpointDataNV(queue: RawVkQueue, checkpoint_data_count: *mut u32, checkpoint_data: *mut ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2737:8
[INFO] [stdout]      |
[INFO] [stdout] 2737 | unsafe extern fn null_device_vkInitializePerformanceApiINTEL(device: RawVkDevice, initialize_info: *mut intel::RawVkInitializePerf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2740:8
[INFO] [stdout]      |
[INFO] [stdout] 2740 | unsafe extern fn null_device_vkUninitializePerformanceApiINTEL(device: RawVkDevice) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2743:8
[INFO] [stdout]      |
[INFO] [stdout] 2743 | unsafe extern fn null_device_vkCmdSetPerformanceMarkerINTEL(command_buffer: RawVkCommandBuffer, marker_info: *mut intel::RawVkPerf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2746:8
[INFO] [stdout]      |
[INFO] [stdout] 2746 | unsafe extern fn null_device_vkCmdSetPerformanceStreamMarkerINTEL(command_buffer: RawVkCommandBuffer, marker_info: *mut intel::Raw...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2749:8
[INFO] [stdout]      |
[INFO] [stdout] 2749 | unsafe extern fn null_device_vkCmdSetPerformanceOverrideINTEL(command_buffer: RawVkCommandBuffer, override_info: *mut intel::RawVk...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2752:8
[INFO] [stdout]      |
[INFO] [stdout] 2752 | unsafe extern fn null_device_vkAcquirePerformanceConfigurationINTEL(device: RawVkDevice, acquire_info: *mut intel::RawVkPerformanc...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2755:8
[INFO] [stdout]      |
[INFO] [stdout] 2755 | unsafe extern fn null_device_vkReleasePerformanceConfigurationINTEL(device: RawVkDevice, configuration: intel::RawVkPerformanceCon...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2758:8
[INFO] [stdout]      |
[INFO] [stdout] 2758 | unsafe extern fn null_device_vkQueueSetPerformanceConfigurationINTEL(queue: RawVkQueue, configuration: intel::RawVkPerformanceConf...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2761:8
[INFO] [stdout]      |
[INFO] [stdout] 2761 | unsafe extern fn null_device_vkGetPerformanceParameterINTEL(device: RawVkDevice, parameter: intel::RawVkPerformanceParameterType, ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2764:8
[INFO] [stdout]      |
[INFO] [stdout] 2764 | unsafe extern fn null_device_vkSetLocalDimmingAMD(device: RawVkDevice, swap_chain: khr::RawVkSwapchain, local_dimming_enable: u32) {
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2767:8
[INFO] [stdout]      |
[INFO] [stdout] 2767 | unsafe extern fn null_device_vkGetPhysicalDeviceToolPropertiesEXT(physical_device: RawVkPhysicalDevice, tool_count: *mut u32, tool...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2770:8
[INFO] [stdout]      |
[INFO] [stdout] 2770 | unsafe extern fn null_device_vkGetPhysicalDeviceCooperativeMatrixPropertiesNV(physical_device: RawVkPhysicalDevice, property_count...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2773:8
[INFO] [stdout]      |
[INFO] [stdout] 2773 | unsafe extern fn null_device_vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV(physical_device: RawVkPhysicalDevic...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2776:8
[INFO] [stdout]      |
[INFO] [stdout] 2776 | unsafe extern fn null_device_vkCreateHeadlessSurfaceEXT(instance: RawVkInstance, create_info: *mut ext::RawVkHeadlessSurfaceCreate...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2779:8
[INFO] [stdout]      |
[INFO] [stdout] 2779 | unsafe extern fn null_device_vkCmdSetLineStippleEXT(command_buffer: RawVkCommandBuffer, line_stipple_factor: u32, line_stipple_pat...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2782:8
[INFO] [stdout]      |
[INFO] [stdout] 2782 | unsafe extern fn null_device_vkGetGeneratedCommandsMemoryRequirementsNV(device: RawVkDevice, info: *mut nv::RawVkGeneratedCommands...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2785:8
[INFO] [stdout]      |
[INFO] [stdout] 2785 | unsafe extern fn null_device_vkCmdPreprocessGeneratedCommandsNV(command_buffer: RawVkCommandBuffer, generated_commands_info: *mut ...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2788:8
[INFO] [stdout]      |
[INFO] [stdout] 2788 | unsafe extern fn null_device_vkCmdExecuteGeneratedCommandsNV(command_buffer: RawVkCommandBuffer, is_preprocessed: u32, generated_c...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2791:8
[INFO] [stdout]      |
[INFO] [stdout] 2791 | unsafe extern fn null_device_vkCmdBindPipelineShaderGroupNV(command_buffer: RawVkCommandBuffer, pipeline_bind_point: RawVkPipeline...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2794:8
[INFO] [stdout]      |
[INFO] [stdout] 2794 | unsafe extern fn null_device_vkCreateIndirectCommandsLayoutNV(device: RawVkDevice, create_info: *mut nv::RawVkIndirectCommandsLayo...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/vulkan/vk/vk_function_table.rs:2797:8
[INFO] [stdout]      |
[INFO] [stdout] 2797 | unsafe extern fn null_device_vkDestroyIndirectCommandsLayoutNV(device: RawVkDevice, indirect_commands_layout: nv::RawVkIndirectCom...
[INFO] [stdout]      |        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkExternalMemoryHandleTypeFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkExternalMemoryHandleTypeFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]    = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkExternalFenceHandleTypeFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkExternalFenceHandleTypeFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkFenceImportFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkFenceImportFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSemaphoreImportFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSemaphoreImportFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkExternalSemaphoreHandleTypeFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkExternalSemaphoreHandleTypeFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkDescriptorBindingFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         -------------- but the name `RawVkDescriptorBindingFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkDescriptorUpdateTemplateCreateFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkDescriptorUpdateTemplateCreateFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkDescriptorUpdateTemplateType` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkDescriptorUpdateTemplateType` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkExternalFenceFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkExternalFenceFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkExternalMemoryFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkExternalMemoryFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkExternalSemaphoreFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkExternalSemaphoreFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkMemoryAllocateFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkMemoryAllocateFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkResolveModeFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkResolveModeFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkDriverId` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkDriverId` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkShaderFloatControlsIndependence` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkShaderFloatControlsIndependence` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkPointClippingBehavior` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkPointClippingBehavior` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkTessellationDomainOrigin` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkTessellationDomainOrigin` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSamplerReductionMode` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSamplerReductionMode` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSamplerYcbcrModelConversion` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSamplerYcbcrModelConversion` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSamplerYcbcrRange` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSamplerYcbcrRange` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkChromaLocation` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkChromaLocation` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSamplerYcbcrConversion` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSamplerYcbcrConversion` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSemaphoreType` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSemaphoreType` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkSemaphoreWaitFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSemaphoreWaitFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkCommandPoolTrimFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkCommandPoolTrimFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkDescriptorUpdateTemplate` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkDescriptorUpdateTemplate` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkPeerMemoryFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkPeerMemoryFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceDriverProperties` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkPhysicalDeviceDriverProperties` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceProperties2` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkPhysicalDeviceProperties2` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `VkPhysicalDeviceVariablePointerFeatures` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `VkPhysicalDeviceVariablePointerFeatures` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceVariablePointerFeatures` in the type namespace is first re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkPhysicalDeviceVariablePointerFeatures` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBufferDeviceAddressInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBufferDeviceAddressInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBufferDeviceAddressInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBufferDeviceAddressInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorBindingFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorBindingFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorSetLayoutBindingFlagsCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorSetLayoutBindingFlagsCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDescriptorSetLayoutBindingFlagsCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDescriptorSetLayoutBindingFlagsCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorSetVariableDescriptorCountAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorSetVariableDescriptorCountAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDescriptorSetVariableDescriptorCountAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDescriptorSetVariableDescriptorCountAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorSetVariableDescriptorCountLayoutSupport` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorSetVariableDescriptorCountLayoutSupport` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDescriptorSetVariableDescriptorCountLayoutSupport` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDescriptorSetVariableDescriptorCountLayoutSupport` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImageStencilUsageCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImageStencilUsageCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImageStencilUsageCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImageStencilUsageCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceDescriptorIndexingFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceDescriptorIndexingFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceDescriptorIndexingFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceDescriptorIndexingFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceDescriptorIndexingProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceDescriptorIndexingProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceDescriptorIndexingProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceDescriptorIndexingProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceHostQueryResetFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceHostQueryResetFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceHostQueryResetFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceHostQueryResetFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceSamplerFilterMinmaxProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceSamplerFilterMinmaxProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceSamplerFilterMinmaxProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceSamplerFilterMinmaxProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceScalarBlockLayoutFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceScalarBlockLayoutFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceScalarBlockLayoutFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceScalarBlockLayoutFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerReductionMode` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerReductionMode` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerReductionModeCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerReductionModeCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSamplerReductionModeCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSamplerReductionModeCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSurfaceCapabilities2` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `VkSurfaceCapabilities2` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSurfaceCapabilities2` in the type namespace is first re-exported here
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         -------------- but the name `RawVkSurfaceCapabilities2` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkAttachmentDescription2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkAttachmentDescription2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkAttachmentDescription2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkAttachmentDescription2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkAttachmentDescriptionStencilLayout` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkAttachmentDescriptionStencilLayout` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkAttachmentDescriptionStencilLayout` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkAttachmentDescriptionStencilLayout` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkAttachmentReference2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkAttachmentReference2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkAttachmentReference2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkAttachmentReference2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkAttachmentReferenceStencilLayout` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkAttachmentReferenceStencilLayout` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkAttachmentReferenceStencilLayout` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkAttachmentReferenceStencilLayout` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBindBufferMemoryDeviceGroupInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBindBufferMemoryDeviceGroupInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBindBufferMemoryDeviceGroupInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBindBufferMemoryDeviceGroupInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBindBufferMemoryInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBindBufferMemoryInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBindBufferMemoryInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBindBufferMemoryInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBindImageMemoryDeviceGroupInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBindImageMemoryDeviceGroupInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBindImageMemoryDeviceGroupInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBindImageMemoryDeviceGroupInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBindImageMemoryInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBindImageMemoryInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBindImageMemoryInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBindImageMemoryInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBindImagePlaneMemoryInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBindImagePlaneMemoryInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBindImagePlaneMemoryInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBindImagePlaneMemoryInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBufferMemoryRequirementsInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBufferMemoryRequirementsInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBufferMemoryRequirementsInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBufferMemoryRequirementsInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkBufferOpaqueCaptureAddressCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkBufferOpaqueCaptureAddressCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkBufferOpaqueCaptureAddressCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkBufferOpaqueCaptureAddressCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkChromaLocation` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkChromaLocation` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkCommandPoolTrimFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkCommandPoolTrimFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkConformanceVersion` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkConformanceVersion` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkConformanceVersion` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkConformanceVersion` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorSetLayoutSupport` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorSetLayoutSupport` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDescriptorSetLayoutSupport` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDescriptorSetLayoutSupport` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorUpdateTemplate` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorUpdateTemplate` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorUpdateTemplateCreateFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorUpdateTemplateCreateFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorUpdateTemplateCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorUpdateTemplateCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDescriptorUpdateTemplateCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDescriptorUpdateTemplateCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorUpdateTemplateEntry` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorUpdateTemplateEntry` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDescriptorUpdateTemplateEntry` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDescriptorUpdateTemplateEntry` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDescriptorUpdateTemplateType` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDescriptorUpdateTemplateType` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDeviceGroupBindSparseInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDeviceGroupBindSparseInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDeviceGroupBindSparseInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDeviceGroupBindSparseInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDeviceGroupCommandBufferBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDeviceGroupCommandBufferBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDeviceGroupCommandBufferBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDeviceGroupCommandBufferBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDeviceGroupDeviceCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDeviceGroupDeviceCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDeviceGroupDeviceCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDeviceGroupDeviceCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDeviceGroupRenderPassBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDeviceGroupRenderPassBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDeviceGroupRenderPassBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDeviceGroupRenderPassBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDeviceGroupSubmitInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDeviceGroupSubmitInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDeviceGroupSubmitInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDeviceGroupSubmitInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDeviceMemoryOpaqueCaptureAddressInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDeviceMemoryOpaqueCaptureAddressInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkDeviceMemoryOpaqueCaptureAddressInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkDeviceMemoryOpaqueCaptureAddressInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkDriverId` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkDriverId` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExportFenceCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExportFenceCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExportFenceCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExportFenceCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExportMemoryAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExportMemoryAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExportMemoryAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExportMemoryAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExportSemaphoreCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExportSemaphoreCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExportSemaphoreCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExportSemaphoreCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalBufferProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalBufferProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalBufferProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalBufferProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalFenceFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalFenceFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalFenceHandleTypeFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalFenceHandleTypeFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalFenceProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalFenceProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalFenceProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalFenceProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalImageFormatProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalImageFormatProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalImageFormatProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalImageFormatProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalMemoryBufferCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalMemoryBufferCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalMemoryBufferCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalMemoryBufferCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalMemoryFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalMemoryFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalMemoryHandleTypeFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalMemoryHandleTypeFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalMemoryImageCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalMemoryImageCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalMemoryImageCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalMemoryImageCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalMemoryProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalMemoryProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalMemoryProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalMemoryProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalSemaphoreFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalSemaphoreFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalSemaphoreHandleTypeFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalSemaphoreHandleTypeFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkExternalSemaphoreProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkExternalSemaphoreProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkExternalSemaphoreProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkExternalSemaphoreProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkFenceImportFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkFenceImportFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkFormatProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkFormatProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkFormatProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkFormatProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkFramebufferAttachmentImageInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkFramebufferAttachmentImageInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkFramebufferAttachmentImageInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkFramebufferAttachmentImageInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkFramebufferAttachmentsCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkFramebufferAttachmentsCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkFramebufferAttachmentsCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkFramebufferAttachmentsCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImageFormatListCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImageFormatListCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImageFormatListCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImageFormatListCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImageFormatProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImageFormatProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImageFormatProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImageFormatProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImageMemoryRequirementsInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImageMemoryRequirementsInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImageMemoryRequirementsInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImageMemoryRequirementsInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImagePlaneMemoryRequirementsInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImagePlaneMemoryRequirementsInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImagePlaneMemoryRequirementsInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImagePlaneMemoryRequirementsInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImageSparseMemoryRequirementsInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImageSparseMemoryRequirementsInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImageSparseMemoryRequirementsInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImageSparseMemoryRequirementsInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkImageViewUsageCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkImageViewUsageCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkImageViewUsageCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkImageViewUsageCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkInputAttachmentAspectReference` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkInputAttachmentAspectReference` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkInputAttachmentAspectReference` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkInputAttachmentAspectReference` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkMemoryAllocateFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkMemoryAllocateFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkMemoryAllocateFlagsInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkMemoryAllocateFlagsInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkMemoryAllocateFlagsInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkMemoryAllocateFlagsInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkMemoryDedicatedAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkMemoryDedicatedAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkMemoryDedicatedAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkMemoryDedicatedAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkMemoryDedicatedRequirements` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkMemoryDedicatedRequirements` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkMemoryDedicatedRequirements` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkMemoryDedicatedRequirements` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkMemoryOpaqueCaptureAddressAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkMemoryOpaqueCaptureAddressAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkMemoryOpaqueCaptureAddressAllocateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkMemoryOpaqueCaptureAddressAllocateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkMemoryRequirements2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkMemoryRequirements2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkMemoryRequirements2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkMemoryRequirements2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPeerMemoryFeatureFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPeerMemoryFeatureFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDevice16BitStorageFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDevice16BitStorageFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDevice16BitStorageFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDevice16BitStorageFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDevice8BitStorageFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDevice8BitStorageFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDevice8BitStorageFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDevice8BitStorageFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceBufferDeviceAddressFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceBufferDeviceAddressFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceBufferDeviceAddressFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceBufferDeviceAddressFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceDepthStencilResolveProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceDepthStencilResolveProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceDepthStencilResolveProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceDepthStencilResolveProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceDriverProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceDriverProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceExternalBufferInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceExternalBufferInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceExternalBufferInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceExternalBufferInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceExternalFenceInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceExternalFenceInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceExternalFenceInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceExternalFenceInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceExternalImageFormatInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceExternalImageFormatInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceExternalImageFormatInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceExternalImageFormatInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceExternalSemaphoreInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceExternalSemaphoreInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceExternalSemaphoreInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceExternalSemaphoreInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceFeatures2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceFeatures2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceFeatures2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceFeatures2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceFloatControlsProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceFloatControlsProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceFloatControlsProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceFloatControlsProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceGroupProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceGroupProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceGroupProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceGroupProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceIDProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceIDProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceIDProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceIDProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceImageFormatInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceImageFormatInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceImageFormatInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceImageFormatInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceImagelessFramebufferFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceImagelessFramebufferFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceImagelessFramebufferFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceImagelessFramebufferFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceMaintenance3Properties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceMaintenance3Properties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceMaintenance3Properties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceMaintenance3Properties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceMemoryProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceMemoryProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceMemoryProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceMemoryProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceMultiviewFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceMultiviewFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceMultiviewFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceMultiviewFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceMultiviewProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceMultiviewProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceMultiviewProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceMultiviewProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDevicePointClippingProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDevicePointClippingProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDevicePointClippingProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDevicePointClippingProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceSamplerYcbcrConversionFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceSamplerYcbcrConversionFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceSamplerYcbcrConversionFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceSamplerYcbcrConversionFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceSeparateDepthStencilLayoutsFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceShaderAtomicInt64Features` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceShaderAtomicInt64Features` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceShaderAtomicInt64Features` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceShaderAtomicInt64Features` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceShaderFloat16Int8Features` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceShaderFloat16Int8Features` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceShaderFloat16Int8Features` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceShaderFloat16Int8Features` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceShaderSubgroupExtendedTypesFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceSparseImageFormatInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceSparseImageFormatInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceSparseImageFormatInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceSparseImageFormatInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceTimelineSemaphoreFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceTimelineSemaphoreFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceTimelineSemaphoreFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceTimelineSemaphoreFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceTimelineSemaphoreProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceTimelineSemaphoreProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceTimelineSemaphoreProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceTimelineSemaphoreProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceUniformBufferStandardLayoutFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceUniformBufferStandardLayoutFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceUniformBufferStandardLayoutFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceUniformBufferStandardLayoutFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceVariablePointersFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceVariablePointersFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceVariablePointersFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceVariablePointersFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPhysicalDeviceVulkanMemoryModelFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPhysicalDeviceVulkanMemoryModelFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPhysicalDeviceVulkanMemoryModelFeatures` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPhysicalDeviceVulkanMemoryModelFeatures` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPipelineTessellationDomainOriginStateCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPipelineTessellationDomainOriginStateCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkPipelineTessellationDomainOriginStateCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkPipelineTessellationDomainOriginStateCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkPointClippingBehavior` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkPointClippingBehavior` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkQueueFamilyProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkQueueFamilyProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkQueueFamilyProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkQueueFamilyProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkRenderPassAttachmentBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkRenderPassAttachmentBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkRenderPassAttachmentBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkRenderPassAttachmentBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkRenderPassCreateInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkRenderPassCreateInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkRenderPassCreateInfo2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkRenderPassCreateInfo2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkRenderPassInputAttachmentAspectCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkRenderPassInputAttachmentAspectCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkRenderPassInputAttachmentAspectCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkRenderPassInputAttachmentAspectCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkRenderPassMultiviewCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkRenderPassMultiviewCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkRenderPassMultiviewCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkRenderPassMultiviewCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkResolveModeFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkResolveModeFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerYcbcrConversion` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerYcbcrConversion` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerYcbcrConversionCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerYcbcrConversionCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSamplerYcbcrConversionCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSamplerYcbcrConversionCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerYcbcrConversionImageFormatProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerYcbcrConversionImageFormatProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSamplerYcbcrConversionImageFormatProperties` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSamplerYcbcrConversionImageFormatProperties` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerYcbcrConversionInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerYcbcrConversionInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSamplerYcbcrConversionInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSamplerYcbcrConversionInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerYcbcrModelConversion` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerYcbcrModelConversion` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSamplerYcbcrRange` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSamplerYcbcrRange` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSemaphoreImportFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSemaphoreImportFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSemaphoreSignalInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSemaphoreSignalInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSemaphoreSignalInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSemaphoreSignalInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSemaphoreType` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSemaphoreType` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSemaphoreTypeCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSemaphoreTypeCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSemaphoreTypeCreateInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSemaphoreTypeCreateInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSemaphoreWaitFlags` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSemaphoreWaitFlags` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSemaphoreWaitInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSemaphoreWaitInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSemaphoreWaitInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSemaphoreWaitInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkShaderFloatControlsIndependence` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkShaderFloatControlsIndependence` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSparseImageFormatProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSparseImageFormatProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSparseImageFormatProperties2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSparseImageFormatProperties2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSparseImageMemoryRequirements2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSparseImageMemoryRequirements2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSparseImageMemoryRequirements2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSparseImageMemoryRequirements2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSubpassBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSubpassBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSubpassBeginInfo` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSubpassBeginInfo` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSubpassDependency2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSubpassDependency2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSubpassDependency2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSubpassDependency2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSubpassDescription2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSubpassDescription2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `RawVkSubpassDescription2` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `RawVkSubpassDescription2` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use vulkan::vk::*;
[INFO] [stdout]    |         ------------- but the name `VkSubpassDescriptionDepthStencilResolve` in the type namespace is also re-exported here
[INFO] [stdout] 12 | pub use vulkan::ext::*;
[INFO] [stdout] 13 | pub use vulkan::khr::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ the name `VkSubpassDescriptionDepthStencilResolve` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[WARN] too many lines in the log, truncating it
