[INFO] fetching crate thindx 0.0.0-2022-09-30...
[INFO] testing thindx-0.0.0-2022-09-30 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate thindx 0.0.0-2022-09-30 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate thindx 0.0.0-2022-09-30
[INFO] finished tweaking crates.io crate thindx 0.0.0-2022-09-30
[INFO] tweaked toml for crates.io crate thindx 0.0.0-2022-09-30 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate thindx 0.0.0-2022-09-30 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate thindx 0.0.0-2022-09-30 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad8514b8e870ff43417c12763327770c6a322f8c5fe1135205431fb82920bb08
[INFO] running `Command { std: "docker" "start" "-a" "ad8514b8e870ff43417c12763327770c6a322f8c5fe1135205431fb82920bb08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad8514b8e870ff43417c12763327770c6a322f8c5fe1135205431fb82920bb08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad8514b8e870ff43417c12763327770c6a322f8c5fe1135205431fb82920bb08", kill_on_drop: false }`
[INFO] [stdout] ad8514b8e870ff43417c12763327770c6a322f8c5fe1135205431fb82920bb08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3fb81b33aec67cd4dc005a12120d18f107d50460d9559e6ca930de26c3fe832b
[INFO] running `Command { std: "docker" "start" "-a" "3fb81b33aec67cd4dc005a12120d18f107d50460d9559e6ca930de26c3fe832b", kill_on_drop: false }`
[INFO] [stderr]    Compiling thindx v0.0.0-2022-09-30 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `abibool`
[INFO] [stdout]   --> src/_lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub extern crate abibool;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `abistr`
[INFO] [stdout]   --> src/_lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub extern crate abistr;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/ctypes/pack.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/namespaces/d3d9/shared_handle.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::shared::ntdef::HANDLE;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/color_value.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/present_stats.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/resource_stats.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/viewport.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/processthreadsapi.h/functions/get_current.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::processthreadsapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/unknwn.h/unknwn.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_audio_device_ids_.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::windows::ffi::*;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]  --> src/traits/path_ext.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::os::windows::ffi::*;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/namespaces/d3d9/index.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::{WORD, HMODULE, FARPROC};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/dll.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::libloaderapi::{GetProcAddress, LoadLibraryExA, LOAD_LIBRARY_SEARCH_SYSTEM32};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winresult` in this scope
[INFO] [stdout]    --> src/errors.rs:125:13
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub use winresult::D3D::*;
[INFO] [stdout]     |             ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/structures/shader_macro.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::d3dcommon::D3D_SHADER_MACRO;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/structures/shader_data.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `minidl`
[INFO] [stdout]  --> src/dll.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use minidl::Library;
[INFO] [stdout]   |         ^^^^^^ use of unresolved module or unlinked crate `minidl`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `minidl`, use `cargo add minidl` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/guiddef.h/guiddef.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::guiddef::GUID;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/guiddef.h/guiddef.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/functions/perf.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::d3d9::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi`
[INFO] [stdout]    --> src/namespaces/d3d9.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | use winapi;
[INFO] [stdout]     |     ^^^^^^ no external crate `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/buffers.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3d.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::d3d9::{Direct3DCreate9, IDirect3D9};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3d.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::windef::HMONITOR;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3d.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/query.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::winerror::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/resource.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::d3d9::IDirect3DResource9;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/resource.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/shaders.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::shared::d3d9::{IDirect3DPixelShader9, IDirect3DVertexShader9};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/shaders.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/state_block.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9::IDirect3DStateBlock9;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/state_block.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3d.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::d3d9::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9::IDirect3DVertexDeclaration9;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/vertex_declaration.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/surface.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/devtype.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/volume.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/sgr.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/box_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/light.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/material.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/present_parameters.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/vertex_element.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/values/luid.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::ntdef::LUID;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/adapter_identifier.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/values/sdk_version.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/function_parameter_reflection.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/function_reflection.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/module_instance.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::winerror::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/shader_reflection_constant_buffer.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/shader_reflection_variable.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/function_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/library_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/shader_buffer_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/shader_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/shader_input_bind_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/shader_type_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/shader_variable_desc.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/signature_parameter_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/interfaces/blob.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::d3dcommon::ID3DBlob;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/interfaces/include.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::{LPCVOID, UINT};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/interfaces/include.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::ntdef::{LPCSTR, HRESULT};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/interfaces/include.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::{ID3DInclude, ID3DIncludeVtbl, D3D_INCLUDE_TYPE};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/interfaces/include.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3dcompiler::D3D_COMPILE_STANDARD_FILE_INCLUDE;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/values/shader_version.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/winuser.h/functions/window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::winuser::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compress_shader.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/battery_devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/battery_level.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/battery_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/devsubtype.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/user.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/vk.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/flags/buttons.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/flags/caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/flags/flag.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/flags/keystroke.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/headers/xinput.h/xinput.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winresult::ERROR;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_battery_information_.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_capabilities_.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_dsound_audio_device_guids_.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_keystroke_.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::winerror::ERROR_EMPTY;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_keystroke_.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_state_.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/functions/get_state_ex_.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/battery_information.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/capabilities.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/structures/gamepad.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/dsound_audio_device_guids.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/keystroke.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/state.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/vibration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]   --> src/errors.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | use winresult::HResultError;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]   --> src/errors.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub use winresult::D3D11;
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]    --> src/errors.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub use winresult::D3DERR;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]    --> src/errors.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub use winresult::D3DXERR;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]    --> src/errors.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub use winresult::DXGI;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]    --> src/errors.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub use winresult::E;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]    --> src/errors.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub use winresult::ERROR;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/error.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::winerror::{HRESULT, SUCCEEDED};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]    --> src/errors.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub use winresult::S;
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/error.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winresult::{ErrorCode, HResultError};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/flags/cursor.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/functions/perf.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/flags/cursor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/device.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::d3d9::IDirect3DDevice9;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/device.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::d3d9types::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/device.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::windef::RECT;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/device.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/device.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use winapi::um::wingdi::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/device.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use bytemuck::{Zeroable, Pod};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/device.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use winresult::*;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/deviceex.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::d3d9::{IDirect3DDevice9Ex, IDirect3DDevice9};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/deviceex.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/deviceex.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::wingdi::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/deviceex.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/buffers.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::ctypes::c_void;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/buffers.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::d3d9::{IDirect3DIndexBuffer9, IDirect3DVertexBuffer9, IDirect3DResource9};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/buffers.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/deviceex.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winresult::*;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3dex.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::d3d9::{Direct3DCreate9Ex, IDirect3D9Ex, IDirect3D9};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3dex.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/direct3dex.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::windef::HWND;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/direct3dex.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/query.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::d3d9::IDirect3DQuery9;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/query.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/direct3dex.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/surface.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::d3d9::{IDirect3DSurface9, IDirect3DResource9};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/surface.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::shared::windef::HDC;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/surface.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/surface.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::Interface;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/swap_chain.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::d3d9::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/swap_chain.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/swap_chain.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::wingdi::{RDH_RECTANGLES, RGNDATA, RGNDATAHEADER};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/swap_chain_ex.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/swap_chain.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/texture.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::shared::d3d9::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/texture.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3d9.h/interfaces/texture.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/texture.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/volume.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::d3d9::IDirect3DVolume9;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/volume.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::unknwnbase::IUnknown;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi`
[INFO] [stdout]  --> src/headers/d3d9.h/interfaces/volume.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::Interface;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps1.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps1.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps1.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps2.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps2.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps2.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps3.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps3.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/caps3.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/cursor_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/cursor_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/cursor_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dev_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dev_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dev_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dev_caps2.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dev_caps2.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dev_caps2.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dt_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dt_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/dt_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/fvf_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/fvf_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/fvf_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/line_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/line_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/line_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pblend_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pblend_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pblend_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pcmp_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pmisc_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/praster_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/praster_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/praster_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ps20_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ps20_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ps20_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pshade_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pshade_caps.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/pshade_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptaddress_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptexture_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/ptfilter_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/stencil_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/stencil_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/stencil_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/texop_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/texop_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/texop_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/vs20_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/vs20_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/vs20_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/flags/vtxp_caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/structures/caps.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9caps.h/structures/caps.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9caps.h/structures/caps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/back_buffer_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/basis_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/basis_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/blend_op.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/blend_op.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/blend.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/blend.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/cmp_func.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/cmp_func.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/compose_rects_op.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/cube_map_faces.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/cull.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/cull.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/debug_monitor_tokens.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/decl_method.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/decl_method.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/decl_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/decl_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/decl_usage.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/decl_usage.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/degree.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/degree.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/devtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/display_rotation.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/display_rotation.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/fill_mode.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/fill_mode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/fog_mode.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/fog_mode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/format.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/format.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/light_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/light_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/material_color_source.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/material_color_source.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/multi_sample_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/pool.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/pool.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/patch_edge_style.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/primitive_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/primitive_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/query_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/query_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/render_state_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/render_state_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/resource_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/resource_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/sampler_state_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/sampler_texture_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/scanline_ordering.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/shade_mode.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/shade_mode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/state_block_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/state_block_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/stencil_op.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/stencil_op.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/stream_source.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/stream_source.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/swap_effect.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/swap_effect.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_address.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_address.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_filter_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_op.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_op.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/texture_stage_state_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/transform_state_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/enumerations/zbuffer_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/create.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/create.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/fvf.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/fvf.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/get_data.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/get_data.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/issue.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/issue.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/lock.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/lock.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/present.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9caps::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/present.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/present_flag.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/present_flag.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/usage.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/adapter_identifier.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::d3d9types::D3DADAPTER_IDENTIFIER9;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/flags/usage.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/clip_status.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/clip_status.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/clip_status.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::windef::HWND;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/device_creation_parameters.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode_ex.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode_ex.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode_filter.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode_filter.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode_filter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/display_mode.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/gamma_ramp.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/gamma_ramp.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::WORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/gamma_ramp.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/index_buffer_desc.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/locked_box.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/locked_box.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/locked_rect.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/locked_rect.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/matrix.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/matrix.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/memory_pressure.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/memory_pressure.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/present_parameters.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use bytemuck::Zeroable;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/raster_status.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/raster_status.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/raster_status.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/rect.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/rect.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::windef::RECT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/rect.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/surface_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/surface_desc.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/vector.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/vector.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/vertex_buffer_desc.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/volume_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/structures/volume_desc.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/values/color.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9types::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/values/sdk_version.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::d3d9::{D3D_SDK_VERSION, D3D9b_SDK_VERSION};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d9types.h/values/shader_version.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::shared::minwindef::DWORD;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d9types.h/values/color.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::winerror::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/interfaces/shader_reflection_type.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3d11shader.h/structures/shader_variable_desc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::LPVOID;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3d11shader.h/enumerations/shader_version_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/cbuffer_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/driver_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/driver_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/feature_level.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/feature_level.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/include_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/include_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/interpolation_mode.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/min_precision.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/min_precision.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/name.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/name.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/primitive_topology.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/primitive.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/primitive.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/register_component_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/resource_return_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/shader_input_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/shader_variable_class.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/shader_variable_type.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/srv_dimension.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/tessellator_domain.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/tessellator_output_primitive.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/enumerations/tessellator_partitioning.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/parameter_flags.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/parameter_flags.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_cbuffer_flags.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_input_flags.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/dll/_dll.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::basetsd::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/dll/_dll.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::guiddef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/dll/_dll.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::shared::minwindef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/dll/_dll.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::shared::ntdef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/dll/_dll.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use winapi::um::d3dcommon::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3dcompiler.h/dll/_dll.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]   --> src/headers/d3dcompiler.h/dll/_dll.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::um::d3d11shader::*;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcommon.h/flags/shader_variable_flags.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winapi`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/dll/reflection.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::Interface;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile_effect.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile_effect.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compress_shader.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/compile_secdata.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/disasm.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/disasm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/disasm.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::minwindef::UINT;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/get_inst_offsets.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/shader_requires.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::basetsd::UINT64;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/shader_requires.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::d3d11shader::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/constants/shader_requires.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/enumerations/blob_part.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::d3dcompiler::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/dll/imports.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use winapi::shared::guiddef::GUID;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/dll/imports.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use winapi::shared::minwindef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/dll/imports.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::um::processthreadsapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/dll/imports.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use winapi::um::psapi::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/dll/imports.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use winapi::um::winnt::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/headers/xinput.h/dll/imports.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winapi::um::xinput::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/d3dcompiler.h/flags/compiler_strip_flags.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/battery_devtype.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/battery_level.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/battery_type.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/devsubtype.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/devtype.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/user.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/enumerations/vk.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/flags/buttons.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/flags/caps.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/flags/flag.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/flags/keystroke.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/traits/as_hwnd.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winapi::shared::windef::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/traits/as_hwnd.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winapi::um::winuser::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/headers/xinput.h/structures/gamepad.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::{Pod, Zeroable};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winresult`
[INFO] [stdout]  --> src/traits/path_ext.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winresult::HResultError;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winapi` in this scope
[INFO] [stdout]  --> src/error_kind.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use winapi::shared::winerror::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `winapi`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winapi`, use `cargo add winapi` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytemuck`
[INFO] [stdout]  --> src/error_kind.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `winresult` in this scope
[INFO] [stdout]    --> src/errors.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub use winresult::D3DOK::NOAUTOGEN as OK_NOAUTOGEN; // TODO: eliminate in favor of fixing winresult
[INFO] [stdout]     |             ^^^^^^^^^ use of unresolved module or unlinked crate `winresult`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `winresult`, use `cargo add winresult` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `thindx` (lib) due to 465 previous errors
[INFO] running `Command { std: "docker" "inspect" "3fb81b33aec67cd4dc005a12120d18f107d50460d9559e6ca930de26c3fe832b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fb81b33aec67cd4dc005a12120d18f107d50460d9559e6ca930de26c3fe832b", kill_on_drop: false }`
[INFO] [stdout] 3fb81b33aec67cd4dc005a12120d18f107d50460d9559e6ca930de26c3fe832b
