[INFO] fetching crate windows-native 1.0.44...
[INFO] testing windows-native-1.0.44 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate windows-native 1.0.44 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate windows-native 1.0.44
[INFO] finished tweaking crates.io crate windows-native 1.0.44
[INFO] tweaked toml for crates.io crate windows-native 1.0.44 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-native 1.0.44 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 19 packages to latest compatible versions
[INFO] [stderr]       Adding windows v0.58.0 (available: v0.62.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af163b85f5862df256b5ec0d540add421b3f9f187f45b5d50b6bd96692d1d5a1
[INFO] running `Command { std: "docker" "start" "-a" "af163b85f5862df256b5ec0d540add421b3f9f187f45b5d50b6bd96692d1d5a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af163b85f5862df256b5ec0d540add421b3f9f187f45b5d50b6bd96692d1d5a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af163b85f5862df256b5ec0d540add421b3f9f187f45b5d50b6bd96692d1d5a1", kill_on_drop: false }`
[INFO] [stdout] af163b85f5862df256b5ec0d540add421b3f9f187f45b5d50b6bd96692d1d5a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50ab9b0a08a36bc38315669181aaed1d800aa706ed5579a33958e0cb9a52dc08
[INFO] running `Command { std: "docker" "start" "-a" "50ab9b0a08a36bc38315669181aaed1d800aa706ed5579a33958e0cb9a52dc08", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling windows-targets v0.52.6
[INFO] [stderr]    Compiling windows-result v0.2.0
[INFO] [stderr]    Compiling windows-strings v0.1.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]    Compiling windows-core v0.58.0
[INFO] [stderr]    Compiling windows v0.58.0
[INFO] [stderr]    Compiling windows-native v1.0.44 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntbcd.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::Foundation::{BOOLEAN, HANDLE, NTSTATUS, UNICODE_STRING},
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntbcd.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntdbg.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntdbg.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntdbg.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntexapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/ntexapi.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntioapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntioapi.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntkeapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::{BOOLEAN, NTSTATUS};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntexapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntldr.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntldr.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntlpcapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntlpcapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntmisc.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::{HANDLE, NTSTATUS};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntmmapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::{Foundation::OBJECT_ATTRIBUTES, System::Memory::SECTION_INHERIT},
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntmmapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntnls.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::BOOLEAN;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntobapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::Foundation::{OBJECT_ATTRIBUTES, OBJECT_INFORMATION_CLASS},
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntobapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntldr.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{PCWSTR, PSTR, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpebteb.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpfapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::HANDLE;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntpebteb.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpnpapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpoapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntpnpapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntpsapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/ntpsapi.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntregapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntregapi.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntpsapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntrtl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntrtl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntrtl.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{w, GUID, PCWSTR, PSTR, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntsam.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntsam.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntseapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntseapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntsmss.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::{HANDLE, NTSTATUS, UNICODE_STRING};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntsam.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::PWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntsxs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/nttmapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::NTSTATUS;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/nttp.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntsxs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntwow64.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntxcapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntwow64.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntzwapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/ntzwapi.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/phnt_ntdef.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::BOOLEAN;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntzwapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/subprocesstag.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::core::{PCWSTR, PWSTR};
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/winsta.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/winsta.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::PWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:65:15
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl windows::core::TypeKind for PREGHANDLE {
[INFO] [stdout]    |               ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |     type TypeKind = windows::core::CopyType;
[INFO] [stdout]    |                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:97:15
[INFO] [stdout]    |
[INFO] [stdout] 97 | impl windows::core::TypeKind for TRACEHANDLE {
[INFO] [stdout]    |               ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:98:30
[INFO] [stdout]    |
[INFO] [stdout] 98 |     type TypeKind = windows::core::CopyType;
[INFO] [stdout]    |                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:158:35
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:166:35
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:171:35
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:176:35
[INFO] [stdout]     |
[INFO] [stdout] 176 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:181:35
[INFO] [stdout]     |
[INFO] [stdout] 181 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:186:35
[INFO] [stdout]     |
[INFO] [stdout] 186 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:194:35
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:199:35
[INFO] [stdout]     |
[INFO] [stdout] 199 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:204:35
[INFO] [stdout]     |
[INFO] [stdout] 204 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:213:35
[INFO] [stdout]     |
[INFO] [stdout] 213 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:225:35
[INFO] [stdout]     |
[INFO] [stdout] 225 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:233:35
[INFO] [stdout]     |
[INFO] [stdout] 233 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:238:35
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:251:35
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:260:35
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:265:35
[INFO] [stdout]     |
[INFO] [stdout] 265 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:275:35
[INFO] [stdout]     |
[INFO] [stdout] 275 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:743:35
[INFO] [stdout]     |
[INFO] [stdout] 743 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:754:35
[INFO] [stdout]     |
[INFO] [stdout] 754 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:763:35
[INFO] [stdout]     |
[INFO] [stdout] 763 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:773:35
[INFO] [stdout]     |
[INFO] [stdout] 773 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:778:35
[INFO] [stdout]     |
[INFO] [stdout] 778 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:795:35
[INFO] [stdout]     |
[INFO] [stdout] 795 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:806:35
[INFO] [stdout]     |
[INFO] [stdout] 806 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:818:35
[INFO] [stdout]     |
[INFO] [stdout] 818 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:828:35
[INFO] [stdout]     |
[INFO] [stdout] 828 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:837:35
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntbcd.rs:997:35
[INFO] [stdout]     |
[INFO] [stdout] 997 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1381:35
[INFO] [stdout]      |
[INFO] [stdout] 1381 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1405:35
[INFO] [stdout]      |
[INFO] [stdout] 1405 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1416:35
[INFO] [stdout]      |
[INFO] [stdout] 1416 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1428:35
[INFO] [stdout]      |
[INFO] [stdout] 1428 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1438:35
[INFO] [stdout]      |
[INFO] [stdout] 1438 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1449:35
[INFO] [stdout]      |
[INFO] [stdout] 1449 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1459:35
[INFO] [stdout]      |
[INFO] [stdout] 1459 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntbcd.rs:1470:35
[INFO] [stdout]      |
[INFO] [stdout] 1470 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntdbg.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntdbg.rs:30:35
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:285:35
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:295:35
[INFO] [stdout]     |
[INFO] [stdout] 295 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:300:35
[INFO] [stdout]     |
[INFO] [stdout] 300 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:309:35
[INFO] [stdout]     |
[INFO] [stdout] 309 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:314:35
[INFO] [stdout]     |
[INFO] [stdout] 314 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:325:35
[INFO] [stdout]     |
[INFO] [stdout] 325 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:335:35
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:340:35
[INFO] [stdout]     |
[INFO] [stdout] 340 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:345:35
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:350:35
[INFO] [stdout]     |
[INFO] [stdout] 350 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:358:35
[INFO] [stdout]     |
[INFO] [stdout] 358 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:363:35
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:368:35
[INFO] [stdout]     |
[INFO] [stdout] 368 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:373:35
[INFO] [stdout]     |
[INFO] [stdout] 373 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:378:35
[INFO] [stdout]     |
[INFO] [stdout] 378 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:383:35
[INFO] [stdout]     |
[INFO] [stdout] 383 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:391:35
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntdbg.rs:399:35
[INFO] [stdout]     |
[INFO] [stdout] 399 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntexapi.rs:871:35
[INFO] [stdout]     |
[INFO] [stdout] 871 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntexapi.rs:876:35
[INFO] [stdout]     |
[INFO] [stdout] 876 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntexapi.rs:886:35
[INFO] [stdout]     |
[INFO] [stdout] 886 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntexapi.rs:894:35
[INFO] [stdout]     |
[INFO] [stdout] 894 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntexapi.rs:905:35
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntexapi.rs:965:35
[INFO] [stdout]     |
[INFO] [stdout] 965 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1105:35
[INFO] [stdout]      |
[INFO] [stdout] 1105 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1110:35
[INFO] [stdout]      |
[INFO] [stdout] 1110 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1115:35
[INFO] [stdout]      |
[INFO] [stdout] 1115 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1120:35
[INFO] [stdout]      |
[INFO] [stdout] 1120 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1128:35
[INFO] [stdout]      |
[INFO] [stdout] 1128 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1133:35
[INFO] [stdout]      |
[INFO] [stdout] 1133 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1138:35
[INFO] [stdout]      |
[INFO] [stdout] 1138 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1146:35
[INFO] [stdout]      |
[INFO] [stdout] 1146 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1151:35
[INFO] [stdout]      |
[INFO] [stdout] 1151 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1161:35
[INFO] [stdout]      |
[INFO] [stdout] 1161 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1166:35
[INFO] [stdout]      |
[INFO] [stdout] 1166 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1171:35
[INFO] [stdout]      |
[INFO] [stdout] 1171 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1176:35
[INFO] [stdout]      |
[INFO] [stdout] 1176 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1184:35
[INFO] [stdout]      |
[INFO] [stdout] 1184 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1189:35
[INFO] [stdout]      |
[INFO] [stdout] 1189 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1203:35
[INFO] [stdout]      |
[INFO] [stdout] 1203 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1238:35
[INFO] [stdout]      |
[INFO] [stdout] 1238 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1249:35
[INFO] [stdout]      |
[INFO] [stdout] 1249 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1258:35
[INFO] [stdout]      |
[INFO] [stdout] 1258 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1263:35
[INFO] [stdout]      |
[INFO] [stdout] 1263 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1268:35
[INFO] [stdout]      |
[INFO] [stdout] 1268 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1273:35
[INFO] [stdout]      |
[INFO] [stdout] 1273 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1278:35
[INFO] [stdout]      |
[INFO] [stdout] 1278 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1283:35
[INFO] [stdout]      |
[INFO] [stdout] 1283 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1294:35
[INFO] [stdout]      |
[INFO] [stdout] 1294 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1303:35
[INFO] [stdout]      |
[INFO] [stdout] 1303 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1312:35
[INFO] [stdout]      |
[INFO] [stdout] 1312 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1317:35
[INFO] [stdout]      |
[INFO] [stdout] 1317 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1322:35
[INFO] [stdout]      |
[INFO] [stdout] 1322 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1327:35
[INFO] [stdout]      |
[INFO] [stdout] 1327 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1332:35
[INFO] [stdout]      |
[INFO] [stdout] 1332 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1337:35
[INFO] [stdout]      |
[INFO] [stdout] 1337 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1385:35
[INFO] [stdout]      |
[INFO] [stdout] 1385 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1395:35
[INFO] [stdout]      |
[INFO] [stdout] 1395 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1404:35
[INFO] [stdout]      |
[INFO] [stdout] 1404 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1409:35
[INFO] [stdout]      |
[INFO] [stdout] 1409 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1444:35
[INFO] [stdout]      |
[INFO] [stdout] 1444 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1455:35
[INFO] [stdout]      |
[INFO] [stdout] 1455 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1464:35
[INFO] [stdout]      |
[INFO] [stdout] 1464 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1473:35
[INFO] [stdout]      |
[INFO] [stdout] 1473 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1508:35
[INFO] [stdout]      |
[INFO] [stdout] 1508 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1518:35
[INFO] [stdout]      |
[INFO] [stdout] 1518 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1527:35
[INFO] [stdout]      |
[INFO] [stdout] 1527 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1540:35
[INFO] [stdout]      |
[INFO] [stdout] 1540 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1550:35
[INFO] [stdout]      |
[INFO] [stdout] 1550 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1555:35
[INFO] [stdout]      |
[INFO] [stdout] 1555 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1566:35
[INFO] [stdout]      |
[INFO] [stdout] 1566 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1571:35
[INFO] [stdout]      |
[INFO] [stdout] 1571 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1595:35
[INFO] [stdout]      |
[INFO] [stdout] 1595 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1606:35
[INFO] [stdout]      |
[INFO] [stdout] 1606 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1616:35
[INFO] [stdout]      |
[INFO] [stdout] 1616 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1621:35
[INFO] [stdout]      |
[INFO] [stdout] 1621 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1636:35
[INFO] [stdout]      |
[INFO] [stdout] 1636 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1652:35
[INFO] [stdout]      |
[INFO] [stdout] 1652 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1657:35
[INFO] [stdout]      |
[INFO] [stdout] 1657 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1662:35
[INFO] [stdout]      |
[INFO] [stdout] 1662 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1667:35
[INFO] [stdout]      |
[INFO] [stdout] 1667 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1672:35
[INFO] [stdout]      |
[INFO] [stdout] 1672 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1682:35
[INFO] [stdout]      |
[INFO] [stdout] 1682 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1691:35
[INFO] [stdout]      |
[INFO] [stdout] 1691 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1701:35
[INFO] [stdout]      |
[INFO] [stdout] 1701 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1711:35
[INFO] [stdout]      |
[INFO] [stdout] 1711 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1788:35
[INFO] [stdout]      |
[INFO] [stdout] 1788 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1801:35
[INFO] [stdout]      |
[INFO] [stdout] 1801 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1806:35
[INFO] [stdout]      |
[INFO] [stdout] 1806 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1819:35
[INFO] [stdout]      |
[INFO] [stdout] 1819 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1827:35
[INFO] [stdout]      |
[INFO] [stdout] 1827 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1839:35
[INFO] [stdout]      |
[INFO] [stdout] 1839 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1850:35
[INFO] [stdout]      |
[INFO] [stdout] 1850 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1860:35
[INFO] [stdout]      |
[INFO] [stdout] 1860 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1865:35
[INFO] [stdout]      |
[INFO] [stdout] 1865 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1877:35
[INFO] [stdout]      |
[INFO] [stdout] 1877 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1944:35
[INFO] [stdout]      |
[INFO] [stdout] 1944 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1960:35
[INFO] [stdout]      |
[INFO] [stdout] 1960 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1971:35
[INFO] [stdout]      |
[INFO] [stdout] 1971 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1981:35
[INFO] [stdout]      |
[INFO] [stdout] 1981 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1989:35
[INFO] [stdout]      |
[INFO] [stdout] 1989 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:1994:35
[INFO] [stdout]      |
[INFO] [stdout] 1994 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2023:35
[INFO] [stdout]      |
[INFO] [stdout] 2023 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2034:35
[INFO] [stdout]      |
[INFO] [stdout] 2034 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2039:35
[INFO] [stdout]      |
[INFO] [stdout] 2039 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2048:35
[INFO] [stdout]      |
[INFO] [stdout] 2048 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2056:35
[INFO] [stdout]      |
[INFO] [stdout] 2056 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2061:35
[INFO] [stdout]      |
[INFO] [stdout] 2061 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2071:35
[INFO] [stdout]      |
[INFO] [stdout] 2071 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2076:35
[INFO] [stdout]      |
[INFO] [stdout] 2076 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntexapi.rs:2081:35
[INFO] [stdout]      |
[INFO] [stdout] 2081 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:12368:35
[INFO] [stdout]       |
[INFO] [stdout] 12368 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:12380:35
[INFO] [stdout]       |
[INFO] [stdout] 12380 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:12955:35
[INFO] [stdout]       |
[INFO] [stdout] 12955 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:12997:35
[INFO] [stdout]       |
[INFO] [stdout] 12997 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13017:35
[INFO] [stdout]       |
[INFO] [stdout] 13017 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13022:35
[INFO] [stdout]       |
[INFO] [stdout] 13022 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13027:35
[INFO] [stdout]       |
[INFO] [stdout] 13027 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13032:35
[INFO] [stdout]       |
[INFO] [stdout] 13032 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13037:35
[INFO] [stdout]       |
[INFO] [stdout] 13037 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13042:35
[INFO] [stdout]       |
[INFO] [stdout] 13042 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13047:35
[INFO] [stdout]       |
[INFO] [stdout] 13047 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13052:35
[INFO] [stdout]       |
[INFO] [stdout] 13052 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13061:35
[INFO] [stdout]       |
[INFO] [stdout] 13061 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13066:35
[INFO] [stdout]       |
[INFO] [stdout] 13066 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13078:35
[INFO] [stdout]       |
[INFO] [stdout] 13078 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13087:35
[INFO] [stdout]       |
[INFO] [stdout] 13087 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13092:35
[INFO] [stdout]       |
[INFO] [stdout] 13092 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13097:35
[INFO] [stdout]       |
[INFO] [stdout] 13097 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13102:35
[INFO] [stdout]       |
[INFO] [stdout] 13102 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13152:35
[INFO] [stdout]       |
[INFO] [stdout] 13152 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13163:35
[INFO] [stdout]       |
[INFO] [stdout] 13163 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13174:35
[INFO] [stdout]       |
[INFO] [stdout] 13174 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13188:35
[INFO] [stdout]       |
[INFO] [stdout] 13188 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13193:35
[INFO] [stdout]       |
[INFO] [stdout] 13193 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]      --> src/ntexapi.rs:13198:35
[INFO] [stdout]       |
[INFO] [stdout] 13198 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]       |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:449:35
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:469:35
[INFO] [stdout]     |
[INFO] [stdout] 469 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:483:35
[INFO] [stdout]     |
[INFO] [stdout] 483 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:488:35
[INFO] [stdout]     |
[INFO] [stdout] 488 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:493:35
[INFO] [stdout]     |
[INFO] [stdout] 493 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:508:35
[INFO] [stdout]     |
[INFO] [stdout] 508 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:518:35
[INFO] [stdout]     |
[INFO] [stdout] 518 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:523:35
[INFO] [stdout]     |
[INFO] [stdout] 523 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:532:35
[INFO] [stdout]     |
[INFO] [stdout] 532 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:547:35
[INFO] [stdout]     |
[INFO] [stdout] 547 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:562:35
[INFO] [stdout]     |
[INFO] [stdout] 562 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:570:35
[INFO] [stdout]     |
[INFO] [stdout] 570 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:578:35
[INFO] [stdout]     |
[INFO] [stdout] 578 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:593:35
[INFO] [stdout]     |
[INFO] [stdout] 593 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:609:35
[INFO] [stdout]     |
[INFO] [stdout] 609 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:614:35
[INFO] [stdout]     |
[INFO] [stdout] 614 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:642:35
[INFO] [stdout]     |
[INFO] [stdout] 642 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:652:35
[INFO] [stdout]     |
[INFO] [stdout] 652 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:661:35
[INFO] [stdout]     |
[INFO] [stdout] 661 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:672:35
[INFO] [stdout]     |
[INFO] [stdout] 672 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:683:35
[INFO] [stdout]     |
[INFO] [stdout] 683 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:695:35
[INFO] [stdout]     |
[INFO] [stdout] 695 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:706:35
[INFO] [stdout]     |
[INFO] [stdout] 706 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:718:35
[INFO] [stdout]     |
[INFO] [stdout] 718 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:727:35
[INFO] [stdout]     |
[INFO] [stdout] 727 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:741:35
[INFO] [stdout]     |
[INFO] [stdout] 741 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:749:35
[INFO] [stdout]     |
[INFO] [stdout] 749 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntioapi.rs:758:35
[INFO] [stdout]     |
[INFO] [stdout] 758 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntkeapi.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntkeapi.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntkeapi.rs:50:35
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntkeapi.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntkeapi.rs:60:35
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:781:35
[INFO] [stdout]     |
[INFO] [stdout] 781 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:786:35
[INFO] [stdout]     |
[INFO] [stdout] 786 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:796:35
[INFO] [stdout]     |
[INFO] [stdout] 796 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:807:35
[INFO] [stdout]     |
[INFO] [stdout] 807 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:815:35
[INFO] [stdout]     |
[INFO] [stdout] 815 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:824:35
[INFO] [stdout]     |
[INFO] [stdout] 824 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:832:35
[INFO] [stdout]     |
[INFO] [stdout] 832 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:842:35
[INFO] [stdout]     |
[INFO] [stdout] 842 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:847:35
[INFO] [stdout]     |
[INFO] [stdout] 847 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:852:35
[INFO] [stdout]     |
[INFO] [stdout] 852 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:857:35
[INFO] [stdout]     |
[INFO] [stdout] 857 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:867:35
[INFO] [stdout]     |
[INFO] [stdout] 867 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:878:35
[INFO] [stdout]     |
[INFO] [stdout] 878 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:887:35
[INFO] [stdout]     |
[INFO] [stdout] 887 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:899:35
[INFO] [stdout]     |
[INFO] [stdout] 899 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:908:35
[INFO] [stdout]     |
[INFO] [stdout] 908 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:913:35
[INFO] [stdout]     |
[INFO] [stdout] 913 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:924:35
[INFO] [stdout]     |
[INFO] [stdout] 924 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:936:35
[INFO] [stdout]     |
[INFO] [stdout] 936 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:946:35
[INFO] [stdout]     |
[INFO] [stdout] 946 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:957:35
[INFO] [stdout]     |
[INFO] [stdout] 957 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntldr.rs:970:35
[INFO] [stdout]     |
[INFO] [stdout] 970 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1048:35
[INFO] [stdout]      |
[INFO] [stdout] 1048 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1056:35
[INFO] [stdout]      |
[INFO] [stdout] 1056 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1134:35
[INFO] [stdout]      |
[INFO] [stdout] 1134 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1144:35
[INFO] [stdout]      |
[INFO] [stdout] 1144 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1149:35
[INFO] [stdout]      |
[INFO] [stdout] 1149 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1177:35
[INFO] [stdout]      |
[INFO] [stdout] 1177 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1331:35
[INFO] [stdout]      |
[INFO] [stdout] 1331 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1337:35
[INFO] [stdout]      |
[INFO] [stdout] 1337 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1348:35
[INFO] [stdout]      |
[INFO] [stdout] 1348 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1358:35
[INFO] [stdout]      |
[INFO] [stdout] 1358 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1366:35
[INFO] [stdout]      |
[INFO] [stdout] 1366 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1371:35
[INFO] [stdout]      |
[INFO] [stdout] 1371 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1400:35
[INFO] [stdout]      |
[INFO] [stdout] 1400 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1410:35
[INFO] [stdout]      |
[INFO] [stdout] 1410 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1421:35
[INFO] [stdout]      |
[INFO] [stdout] 1421 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1489:35
[INFO] [stdout]      |
[INFO] [stdout] 1489 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1500:35
[INFO] [stdout]      |
[INFO] [stdout] 1500 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1508:35
[INFO] [stdout]      |
[INFO] [stdout] 1508 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1518:35
[INFO] [stdout]      |
[INFO] [stdout] 1518 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1529:35
[INFO] [stdout]      |
[INFO] [stdout] 1529 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1534:35
[INFO] [stdout]      |
[INFO] [stdout] 1534 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1615:35
[INFO] [stdout]      |
[INFO] [stdout] 1615 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1632:35
[INFO] [stdout]      |
[INFO] [stdout] 1632 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1641:35
[INFO] [stdout]      |
[INFO] [stdout] 1641 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1650:35
[INFO] [stdout]      |
[INFO] [stdout] 1650 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1662:35
[INFO] [stdout]      |
[INFO] [stdout] 1662 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1674:35
[INFO] [stdout]      |
[INFO] [stdout] 1674 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1691:35
[INFO] [stdout]      |
[INFO] [stdout] 1691 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1701:35
[INFO] [stdout]      |
[INFO] [stdout] 1701 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1713:35
[INFO] [stdout]      |
[INFO] [stdout] 1713 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1722:35
[INFO] [stdout]      |
[INFO] [stdout] 1722 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1727:35
[INFO] [stdout]      |
[INFO] [stdout] 1727 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1735:35
[INFO] [stdout]      |
[INFO] [stdout] 1735 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1740:35
[INFO] [stdout]      |
[INFO] [stdout] 1740 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1745:35
[INFO] [stdout]      |
[INFO] [stdout] 1745 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1750:35
[INFO] [stdout]      |
[INFO] [stdout] 1750 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1755:35
[INFO] [stdout]      |
[INFO] [stdout] 1755 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1760:35
[INFO] [stdout]      |
[INFO] [stdout] 1760 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntldr.rs:1765:35
[INFO] [stdout]      |
[INFO] [stdout] 1765 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:514:35
[INFO] [stdout]     |
[INFO] [stdout] 514 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:525:35
[INFO] [stdout]     |
[INFO] [stdout] 525 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:536:35
[INFO] [stdout]     |
[INFO] [stdout] 536 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:550:35
[INFO] [stdout]     |
[INFO] [stdout] 550 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:565:35
[INFO] [stdout]     |
[INFO] [stdout] 565 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:570:35
[INFO] [stdout]     |
[INFO] [stdout] 570 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:582:35
[INFO] [stdout]     |
[INFO] [stdout] 582 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:587:35
[INFO] [stdout]     |
[INFO] [stdout] 587 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:592:35
[INFO] [stdout]     |
[INFO] [stdout] 592 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:601:35
[INFO] [stdout]     |
[INFO] [stdout] 601 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:606:35
[INFO] [stdout]     |
[INFO] [stdout] 606 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:611:35
[INFO] [stdout]     |
[INFO] [stdout] 611 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:621:35
[INFO] [stdout]     |
[INFO] [stdout] 621 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:632:35
[INFO] [stdout]     |
[INFO] [stdout] 632 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:637:35
[INFO] [stdout]     |
[INFO] [stdout] 637 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:649:35
[INFO] [stdout]     |
[INFO] [stdout] 649 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntlpcapi.rs:668:35
[INFO] [stdout]     |
[INFO] [stdout] 668 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1229:35
[INFO] [stdout]      |
[INFO] [stdout] 1229 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1238:35
[INFO] [stdout]      |
[INFO] [stdout] 1238 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1243:35
[INFO] [stdout]      |
[INFO] [stdout] 1243 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1254:35
[INFO] [stdout]      |
[INFO] [stdout] 1254 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1264:35
[INFO] [stdout]      |
[INFO] [stdout] 1264 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1276:35
[INFO] [stdout]      |
[INFO] [stdout] 1276 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1285:35
[INFO] [stdout]      |
[INFO] [stdout] 1285 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1295:35
[INFO] [stdout]      |
[INFO] [stdout] 1295 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1304:35
[INFO] [stdout]      |
[INFO] [stdout] 1304 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1313:35
[INFO] [stdout]      |
[INFO] [stdout] 1313 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1322:35
[INFO] [stdout]      |
[INFO] [stdout] 1322 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1331:35
[INFO] [stdout]      |
[INFO] [stdout] 1331 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1340:35
[INFO] [stdout]      |
[INFO] [stdout] 1340 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1349:35
[INFO] [stdout]      |
[INFO] [stdout] 1349 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1361:35
[INFO] [stdout]      |
[INFO] [stdout] 1361 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1378:35
[INFO] [stdout]      |
[INFO] [stdout] 1378 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1395:35
[INFO] [stdout]      |
[INFO] [stdout] 1395 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1410:35
[INFO] [stdout]      |
[INFO] [stdout] 1410 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1424:35
[INFO] [stdout]      |
[INFO] [stdout] 1424 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1433:35
[INFO] [stdout]      |
[INFO] [stdout] 1433 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1442:35
[INFO] [stdout]      |
[INFO] [stdout] 1442 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1451:35
[INFO] [stdout]      |
[INFO] [stdout] 1451 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1463:35
[INFO] [stdout]      |
[INFO] [stdout] 1463 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1475:35
[INFO] [stdout]      |
[INFO] [stdout] 1475 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1480:35
[INFO] [stdout]      |
[INFO] [stdout] 1480 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1485:35
[INFO] [stdout]      |
[INFO] [stdout] 1485 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1495:35
[INFO] [stdout]      |
[INFO] [stdout] 1495 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1503:35
[INFO] [stdout]      |
[INFO] [stdout] 1503 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1514:35
[INFO] [stdout]      |
[INFO] [stdout] 1514 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1519:35
[INFO] [stdout]      |
[INFO] [stdout] 1519 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1524:35
[INFO] [stdout]      |
[INFO] [stdout] 1524 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1532:35
[INFO] [stdout]      |
[INFO] [stdout] 1532 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1538:35
[INFO] [stdout]      |
[INFO] [stdout] 1538 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1545:35
[INFO] [stdout]      |
[INFO] [stdout] 1545 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1554:35
[INFO] [stdout]      |
[INFO] [stdout] 1554 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1561:35
[INFO] [stdout]      |
[INFO] [stdout] 1561 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1569:35
[INFO] [stdout]      |
[INFO] [stdout] 1569 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntlpcapi.rs:1577:35
[INFO] [stdout]      |
[INFO] [stdout] 1577 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntmisc.rs:26:35
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntmisc.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntmisc.rs:88:35
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2582:35
[INFO] [stdout]      |
[INFO] [stdout] 2582 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2595:35
[INFO] [stdout]      |
[INFO] [stdout] 2595 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2606:35
[INFO] [stdout]      |
[INFO] [stdout] 2606 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2618:35
[INFO] [stdout]      |
[INFO] [stdout] 2618 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2629:35
[INFO] [stdout]      |
[INFO] [stdout] 2629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2640:35
[INFO] [stdout]      |
[INFO] [stdout] 2640 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2672:35
[INFO] [stdout]      |
[INFO] [stdout] 2672 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2682:35
[INFO] [stdout]      |
[INFO] [stdout] 2682 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2692:35
[INFO] [stdout]      |
[INFO] [stdout] 2692 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2701:35
[INFO] [stdout]      |
[INFO] [stdout] 2701 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2717:35
[INFO] [stdout]      |
[INFO] [stdout] 2717 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2732:35
[INFO] [stdout]      |
[INFO] [stdout] 2732 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2740:35
[INFO] [stdout]      |
[INFO] [stdout] 2740 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2749:35
[INFO] [stdout]      |
[INFO] [stdout] 2749 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2754:35
[INFO] [stdout]      |
[INFO] [stdout] 2754 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:2765:35
[INFO] [stdout]      |
[INFO] [stdout] 2765 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3016:35
[INFO] [stdout]      |
[INFO] [stdout] 3016 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3027:35
[INFO] [stdout]      |
[INFO] [stdout] 3027 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3036:35
[INFO] [stdout]      |
[INFO] [stdout] 3036 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3045:35
[INFO] [stdout]      |
[INFO] [stdout] 3045 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3054:35
[INFO] [stdout]      |
[INFO] [stdout] 3054 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3063:35
[INFO] [stdout]      |
[INFO] [stdout] 3063 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3074:35
[INFO] [stdout]      |
[INFO] [stdout] 3074 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3083:35
[INFO] [stdout]      |
[INFO] [stdout] 3083 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3096:35
[INFO] [stdout]      |
[INFO] [stdout] 3096 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3105:35
[INFO] [stdout]      |
[INFO] [stdout] 3105 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3115:35
[INFO] [stdout]      |
[INFO] [stdout] 3115 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3124:35
[INFO] [stdout]      |
[INFO] [stdout] 3124 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3129:35
[INFO] [stdout]      |
[INFO] [stdout] 3129 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3144:35
[INFO] [stdout]      |
[INFO] [stdout] 3144 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3159:35
[INFO] [stdout]      |
[INFO] [stdout] 3159 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3170:35
[INFO] [stdout]      |
[INFO] [stdout] 3170 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntmmapi.rs:3178:35
[INFO] [stdout]      |
[INFO] [stdout] 3178 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]  --> src/ntnls.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]  --> src/ntnls.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntnls.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:130:35
[INFO] [stdout]     |
[INFO] [stdout] 130 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:140:35
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:153:35
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:158:35
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:163:35
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:173:35
[INFO] [stdout]     |
[INFO] [stdout] 173 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:184:35
[INFO] [stdout]     |
[INFO] [stdout] 184 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:195:35
[INFO] [stdout]     |
[INFO] [stdout] 195 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:200:35
[INFO] [stdout]     |
[INFO] [stdout] 200 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:209:35
[INFO] [stdout]     |
[INFO] [stdout] 209 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:220:35
[INFO] [stdout]     |
[INFO] [stdout] 220 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:247:35
[INFO] [stdout]     |
[INFO] [stdout] 247 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:391:35
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:401:35
[INFO] [stdout]     |
[INFO] [stdout] 401 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:411:35
[INFO] [stdout]     |
[INFO] [stdout] 411 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:416:35
[INFO] [stdout]     |
[INFO] [stdout] 416 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:426:35
[INFO] [stdout]     |
[INFO] [stdout] 426 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:435:35
[INFO] [stdout]     |
[INFO] [stdout] 435 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntobapi.rs:452:35
[INFO] [stdout]     |
[INFO] [stdout] 452 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntpnpapi.rs:291:35
[INFO] [stdout]     |
[INFO] [stdout] 291 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntpnpapi.rs:300:35
[INFO] [stdout]     |
[INFO] [stdout] 300 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntpnpapi.rs:305:35
[INFO] [stdout]     |
[INFO] [stdout] 305 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntpnpapi.rs:310:35
[INFO] [stdout]     |
[INFO] [stdout] 310 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntpnpapi.rs:315:35
[INFO] [stdout]     |
[INFO] [stdout] 315 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpoapi.rs:1599:35
[INFO] [stdout]      |
[INFO] [stdout] 1599 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpoapi.rs:1607:35
[INFO] [stdout]      |
[INFO] [stdout] 1607 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpoapi.rs:1617:35
[INFO] [stdout]      |
[INFO] [stdout] 1617 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpoapi.rs:1626:35
[INFO] [stdout]      |
[INFO] [stdout] 1626 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpoapi.rs:1631:35
[INFO] [stdout]      |
[INFO] [stdout] 1631 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:1983:35
[INFO] [stdout]      |
[INFO] [stdout] 1983 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2594:35
[INFO] [stdout]      |
[INFO] [stdout] 2594 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2608:35
[INFO] [stdout]      |
[INFO] [stdout] 2608 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2623:35
[INFO] [stdout]      |
[INFO] [stdout] 2623 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2628:35
[INFO] [stdout]      |
[INFO] [stdout] 2628 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2633:35
[INFO] [stdout]      |
[INFO] [stdout] 2633 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2638:35
[INFO] [stdout]      |
[INFO] [stdout] 2638 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2649:35
[INFO] [stdout]      |
[INFO] [stdout] 2649 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2661:35
[INFO] [stdout]      |
[INFO] [stdout] 2661 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2679:35
[INFO] [stdout]      |
[INFO] [stdout] 2679 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2690:35
[INFO] [stdout]      |
[INFO] [stdout] 2690 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2710:35
[INFO] [stdout]      |
[INFO] [stdout] 2710 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2721:35
[INFO] [stdout]      |
[INFO] [stdout] 2721 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2733:35
[INFO] [stdout]      |
[INFO] [stdout] 2733 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2747:35
[INFO] [stdout]      |
[INFO] [stdout] 2747 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2757:35
[INFO] [stdout]      |
[INFO] [stdout] 2757 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2762:35
[INFO] [stdout]      |
[INFO] [stdout] 2762 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2767:35
[INFO] [stdout]      |
[INFO] [stdout] 2767 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2772:35
[INFO] [stdout]      |
[INFO] [stdout] 2772 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2777:35
[INFO] [stdout]      |
[INFO] [stdout] 2777 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2782:35
[INFO] [stdout]      |
[INFO] [stdout] 2782 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2787:35
[INFO] [stdout]      |
[INFO] [stdout] 2787 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2792:35
[INFO] [stdout]      |
[INFO] [stdout] 2792 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2797:35
[INFO] [stdout]      |
[INFO] [stdout] 2797 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2802:35
[INFO] [stdout]      |
[INFO] [stdout] 2802 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2807:35
[INFO] [stdout]      |
[INFO] [stdout] 2807 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2816:35
[INFO] [stdout]      |
[INFO] [stdout] 2816 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2821:35
[INFO] [stdout]      |
[INFO] [stdout] 2821 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2841:35
[INFO] [stdout]      |
[INFO] [stdout] 2841 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2852:35
[INFO] [stdout]      |
[INFO] [stdout] 2852 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2864:35
[INFO] [stdout]      |
[INFO] [stdout] 2864 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2877:35
[INFO] [stdout]      |
[INFO] [stdout] 2877 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:2882:35
[INFO] [stdout]      |
[INFO] [stdout] 2882 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4035:35
[INFO] [stdout]      |
[INFO] [stdout] 4035 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4056:35
[INFO] [stdout]      |
[INFO] [stdout] 4056 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4557:35
[INFO] [stdout]      |
[INFO] [stdout] 4557 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4566:35
[INFO] [stdout]      |
[INFO] [stdout] 4566 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4575:35
[INFO] [stdout]      |
[INFO] [stdout] 4575 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4580:35
[INFO] [stdout]      |
[INFO] [stdout] 4580 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4585:35
[INFO] [stdout]      |
[INFO] [stdout] 4585 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4590:35
[INFO] [stdout]      |
[INFO] [stdout] 4590 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4601:35
[INFO] [stdout]      |
[INFO] [stdout] 4601 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4611:35
[INFO] [stdout]      |
[INFO] [stdout] 4611 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4616:35
[INFO] [stdout]      |
[INFO] [stdout] 4616 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4629:35
[INFO] [stdout]      |
[INFO] [stdout] 4629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4638:35
[INFO] [stdout]      |
[INFO] [stdout] 4638 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntpsapi.rs:4667:35
[INFO] [stdout]      |
[INFO] [stdout] 4667 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:602:35
[INFO] [stdout]     |
[INFO] [stdout] 602 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:615:35
[INFO] [stdout]     |
[INFO] [stdout] 615 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:629:35
[INFO] [stdout]     |
[INFO] [stdout] 629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:638:35
[INFO] [stdout]     |
[INFO] [stdout] 638 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:648:35
[INFO] [stdout]     |
[INFO] [stdout] 648 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:658:35
[INFO] [stdout]     |
[INFO] [stdout] 658 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:669:35
[INFO] [stdout]     |
[INFO] [stdout] 669 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:674:35
[INFO] [stdout]     |
[INFO] [stdout] 674 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:679:35
[INFO] [stdout]     |
[INFO] [stdout] 679 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:690:35
[INFO] [stdout]     |
[INFO] [stdout] 690 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:702:35
[INFO] [stdout]     |
[INFO] [stdout] 702 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:714:35
[INFO] [stdout]     |
[INFO] [stdout] 714 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:726:35
[INFO] [stdout]     |
[INFO] [stdout] 726 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:738:35
[INFO] [stdout]     |
[INFO] [stdout] 738 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:743:35
[INFO] [stdout]     |
[INFO] [stdout] 743 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:748:35
[INFO] [stdout]     |
[INFO] [stdout] 748 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:753:35
[INFO] [stdout]     |
[INFO] [stdout] 753 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:761:35
[INFO] [stdout]     |
[INFO] [stdout] 761 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:770:35
[INFO] [stdout]     |
[INFO] [stdout] 770 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:784:35
[INFO] [stdout]     |
[INFO] [stdout] 784 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:798:35
[INFO] [stdout]     |
[INFO] [stdout] 798 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:807:35
[INFO] [stdout]     |
[INFO] [stdout] 807 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:812:35
[INFO] [stdout]     |
[INFO] [stdout] 812 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:817:35
[INFO] [stdout]     |
[INFO] [stdout] 817 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:826:35
[INFO] [stdout]     |
[INFO] [stdout] 826 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:831:35
[INFO] [stdout]     |
[INFO] [stdout] 831 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:836:35
[INFO] [stdout]     |
[INFO] [stdout] 836 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:841:35
[INFO] [stdout]     |
[INFO] [stdout] 841 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:846:35
[INFO] [stdout]     |
[INFO] [stdout] 846 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:862:35
[INFO] [stdout]     |
[INFO] [stdout] 862 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:868:35
[INFO] [stdout]     |
[INFO] [stdout] 868 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:878:35
[INFO] [stdout]     |
[INFO] [stdout] 878 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:883:35
[INFO] [stdout]     |
[INFO] [stdout] 883 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:888:35
[INFO] [stdout]     |
[INFO] [stdout] 888 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:893:35
[INFO] [stdout]     |
[INFO] [stdout] 893 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:898:35
[INFO] [stdout]     |
[INFO] [stdout] 898 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:903:35
[INFO] [stdout]     |
[INFO] [stdout] 903 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntregapi.rs:913:35
[INFO] [stdout]     |
[INFO] [stdout] 913 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:283:35
[INFO] [stdout]     |
[INFO] [stdout] 283 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:293:35
[INFO] [stdout]     |
[INFO] [stdout] 293 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:298:35
[INFO] [stdout]     |
[INFO] [stdout] 298 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:303:35
[INFO] [stdout]     |
[INFO] [stdout] 303 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:311:35
[INFO] [stdout]     |
[INFO] [stdout] 311 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:320:35
[INFO] [stdout]     |
[INFO] [stdout] 320 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:325:35
[INFO] [stdout]     |
[INFO] [stdout] 325 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:330:35
[INFO] [stdout]     |
[INFO] [stdout] 330 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:335:35
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:340:35
[INFO] [stdout]     |
[INFO] [stdout] 340 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:345:35
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:350:35
[INFO] [stdout]     |
[INFO] [stdout] 350 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:355:35
[INFO] [stdout]     |
[INFO] [stdout] 355 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:363:35
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:368:35
[INFO] [stdout]     |
[INFO] [stdout] 368 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:398:35
[INFO] [stdout]     |
[INFO] [stdout] 398 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:403:35
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:408:35
[INFO] [stdout]     |
[INFO] [stdout] 408 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:413:35
[INFO] [stdout]     |
[INFO] [stdout] 413 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:418:35
[INFO] [stdout]     |
[INFO] [stdout] 418 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:423:35
[INFO] [stdout]     |
[INFO] [stdout] 423 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:428:35
[INFO] [stdout]     |
[INFO] [stdout] 428 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:433:35
[INFO] [stdout]     |
[INFO] [stdout] 433 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:438:35
[INFO] [stdout]     |
[INFO] [stdout] 438 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:443:35
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:448:35
[INFO] [stdout]     |
[INFO] [stdout] 448 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:453:35
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:458:35
[INFO] [stdout]     |
[INFO] [stdout] 458 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:463:35
[INFO] [stdout]     |
[INFO] [stdout] 463 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:468:35
[INFO] [stdout]     |
[INFO] [stdout] 468 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:473:35
[INFO] [stdout]     |
[INFO] [stdout] 473 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:478:35
[INFO] [stdout]     |
[INFO] [stdout] 478 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:487:35
[INFO] [stdout]     |
[INFO] [stdout] 487 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:497:35
[INFO] [stdout]     |
[INFO] [stdout] 497 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:502:35
[INFO] [stdout]     |
[INFO] [stdout] 502 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:507:35
[INFO] [stdout]     |
[INFO] [stdout] 507 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:516:35
[INFO] [stdout]     |
[INFO] [stdout] 516 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:521:35
[INFO] [stdout]     |
[INFO] [stdout] 521 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:526:35
[INFO] [stdout]     |
[INFO] [stdout] 526 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:531:35
[INFO] [stdout]     |
[INFO] [stdout] 531 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:541:35
[INFO] [stdout]     |
[INFO] [stdout] 541 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:546:35
[INFO] [stdout]     |
[INFO] [stdout] 546 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:551:35
[INFO] [stdout]     |
[INFO] [stdout] 551 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:556:35
[INFO] [stdout]     |
[INFO] [stdout] 556 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:564:35
[INFO] [stdout]     |
[INFO] [stdout] 564 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:573:35
[INFO] [stdout]     |
[INFO] [stdout] 573 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:583:35
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:588:35
[INFO] [stdout]     |
[INFO] [stdout] 588 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:593:35
[INFO] [stdout]     |
[INFO] [stdout] 593 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:602:35
[INFO] [stdout]     |
[INFO] [stdout] 602 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:614:35
[INFO] [stdout]     |
[INFO] [stdout] 614 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:624:35
[INFO] [stdout]     |
[INFO] [stdout] 624 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:629:35
[INFO] [stdout]     |
[INFO] [stdout] 629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:651:35
[INFO] [stdout]     |
[INFO] [stdout] 651 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:661:35
[INFO] [stdout]     |
[INFO] [stdout] 661 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:671:35
[INFO] [stdout]     |
[INFO] [stdout] 671 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:676:35
[INFO] [stdout]     |
[INFO] [stdout] 676 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:684:35
[INFO] [stdout]     |
[INFO] [stdout] 684 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:692:35
[INFO] [stdout]     |
[INFO] [stdout] 692 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:701:35
[INFO] [stdout]     |
[INFO] [stdout] 701 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:710:35
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:721:35
[INFO] [stdout]     |
[INFO] [stdout] 721 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:726:35
[INFO] [stdout]     |
[INFO] [stdout] 726 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:736:35
[INFO] [stdout]     |
[INFO] [stdout] 736 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:746:35
[INFO] [stdout]     |
[INFO] [stdout] 746 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:751:35
[INFO] [stdout]     |
[INFO] [stdout] 751 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:756:35
[INFO] [stdout]     |
[INFO] [stdout] 756 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:761:35
[INFO] [stdout]     |
[INFO] [stdout] 761 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:766:35
[INFO] [stdout]     |
[INFO] [stdout] 766 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:775:35
[INFO] [stdout]     |
[INFO] [stdout] 775 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:780:35
[INFO] [stdout]     |
[INFO] [stdout] 780 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:785:35
[INFO] [stdout]     |
[INFO] [stdout] 785 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:790:35
[INFO] [stdout]     |
[INFO] [stdout] 790 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:795:35
[INFO] [stdout]     |
[INFO] [stdout] 795 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:800:35
[INFO] [stdout]     |
[INFO] [stdout] 800 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:902:35
[INFO] [stdout]     |
[INFO] [stdout] 902 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:918:35
[INFO] [stdout]     |
[INFO] [stdout] 918 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:935:35
[INFO] [stdout]     |
[INFO] [stdout] 935 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:942:35
[INFO] [stdout]     |
[INFO] [stdout] 942 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:949:35
[INFO] [stdout]     |
[INFO] [stdout] 949 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntrtl.rs:977:35
[INFO] [stdout]     |
[INFO] [stdout] 977 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1017:35
[INFO] [stdout]      |
[INFO] [stdout] 1017 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1028:35
[INFO] [stdout]      |
[INFO] [stdout] 1028 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1033:35
[INFO] [stdout]      |
[INFO] [stdout] 1033 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1044:35
[INFO] [stdout]      |
[INFO] [stdout] 1044 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1049:35
[INFO] [stdout]      |
[INFO] [stdout] 1049 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1073:35
[INFO] [stdout]      |
[INFO] [stdout] 1073 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1085:35
[INFO] [stdout]      |
[INFO] [stdout] 1085 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1094:35
[INFO] [stdout]      |
[INFO] [stdout] 1094 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1103:35
[INFO] [stdout]      |
[INFO] [stdout] 1103 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1108:35
[INFO] [stdout]      |
[INFO] [stdout] 1108 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1113:35
[INFO] [stdout]      |
[INFO] [stdout] 1113 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1118:35
[INFO] [stdout]      |
[INFO] [stdout] 1118 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1123:35
[INFO] [stdout]      |
[INFO] [stdout] 1123 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1139:35
[INFO] [stdout]      |
[INFO] [stdout] 1139 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1144:35
[INFO] [stdout]      |
[INFO] [stdout] 1144 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1149:35
[INFO] [stdout]      |
[INFO] [stdout] 1149 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1161:35
[INFO] [stdout]      |
[INFO] [stdout] 1161 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1208:35
[INFO] [stdout]      |
[INFO] [stdout] 1208 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1219:35
[INFO] [stdout]      |
[INFO] [stdout] 1219 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1228:35
[INFO] [stdout]      |
[INFO] [stdout] 1228 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1238:35
[INFO] [stdout]      |
[INFO] [stdout] 1238 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1247:35
[INFO] [stdout]      |
[INFO] [stdout] 1247 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1256:35
[INFO] [stdout]      |
[INFO] [stdout] 1256 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1261:35
[INFO] [stdout]      |
[INFO] [stdout] 1261 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1270:35
[INFO] [stdout]      |
[INFO] [stdout] 1270 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1275:35
[INFO] [stdout]      |
[INFO] [stdout] 1275 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1284:35
[INFO] [stdout]      |
[INFO] [stdout] 1284 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1289:35
[INFO] [stdout]      |
[INFO] [stdout] 1289 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1294:35
[INFO] [stdout]      |
[INFO] [stdout] 1294 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1302:35
[INFO] [stdout]      |
[INFO] [stdout] 1302 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1310:35
[INFO] [stdout]      |
[INFO] [stdout] 1310 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1323:35
[INFO] [stdout]      |
[INFO] [stdout] 1323 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1331:35
[INFO] [stdout]      |
[INFO] [stdout] 1331 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1336:35
[INFO] [stdout]      |
[INFO] [stdout] 1336 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1344:35
[INFO] [stdout]      |
[INFO] [stdout] 1344 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1352:35
[INFO] [stdout]      |
[INFO] [stdout] 1352 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1359:35
[INFO] [stdout]      |
[INFO] [stdout] 1359 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1364:35
[INFO] [stdout]      |
[INFO] [stdout] 1364 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1372:35
[INFO] [stdout]      |
[INFO] [stdout] 1372 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1415:35
[INFO] [stdout]      |
[INFO] [stdout] 1415 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1420:35
[INFO] [stdout]      |
[INFO] [stdout] 1420 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1425:35
[INFO] [stdout]      |
[INFO] [stdout] 1425 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1430:35
[INFO] [stdout]      |
[INFO] [stdout] 1430 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1435:35
[INFO] [stdout]      |
[INFO] [stdout] 1435 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1440:35
[INFO] [stdout]      |
[INFO] [stdout] 1440 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1445:35
[INFO] [stdout]      |
[INFO] [stdout] 1445 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1454:35
[INFO] [stdout]      |
[INFO] [stdout] 1454 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1464:35
[INFO] [stdout]      |
[INFO] [stdout] 1464 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1469:35
[INFO] [stdout]      |
[INFO] [stdout] 1469 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1481:35
[INFO] [stdout]      |
[INFO] [stdout] 1481 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1492:35
[INFO] [stdout]      |
[INFO] [stdout] 1492 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1503:35
[INFO] [stdout]      |
[INFO] [stdout] 1503 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1516:35
[INFO] [stdout]      |
[INFO] [stdout] 1516 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1529:35
[INFO] [stdout]      |
[INFO] [stdout] 1529 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1539:35
[INFO] [stdout]      |
[INFO] [stdout] 1539 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1544:35
[INFO] [stdout]      |
[INFO] [stdout] 1544 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1554:35
[INFO] [stdout]      |
[INFO] [stdout] 1554 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1563:35
[INFO] [stdout]      |
[INFO] [stdout] 1563 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1572:35
[INFO] [stdout]      |
[INFO] [stdout] 1572 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1582:35
[INFO] [stdout]      |
[INFO] [stdout] 1582 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1591:35
[INFO] [stdout]      |
[INFO] [stdout] 1591 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1601:35
[INFO] [stdout]      |
[INFO] [stdout] 1601 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1609:35
[INFO] [stdout]      |
[INFO] [stdout] 1609 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1618:35
[INFO] [stdout]      |
[INFO] [stdout] 1618 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1626:35
[INFO] [stdout]      |
[INFO] [stdout] 1626 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1635:35
[INFO] [stdout]      |
[INFO] [stdout] 1635 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1640:35
[INFO] [stdout]      |
[INFO] [stdout] 1640 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1648:35
[INFO] [stdout]      |
[INFO] [stdout] 1648 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1659:35
[INFO] [stdout]      |
[INFO] [stdout] 1659 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1668:35
[INFO] [stdout]      |
[INFO] [stdout] 1668 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1680:35
[INFO] [stdout]      |
[INFO] [stdout] 1680 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1689:35
[INFO] [stdout]      |
[INFO] [stdout] 1689 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1701:35
[INFO] [stdout]      |
[INFO] [stdout] 1701 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1711:35
[INFO] [stdout]      |
[INFO] [stdout] 1711 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1770:35
[INFO] [stdout]      |
[INFO] [stdout] 1770 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1775:35
[INFO] [stdout]      |
[INFO] [stdout] 1775 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1780:35
[INFO] [stdout]      |
[INFO] [stdout] 1780 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1790:35
[INFO] [stdout]      |
[INFO] [stdout] 1790 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1801:35
[INFO] [stdout]      |
[INFO] [stdout] 1801 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1815:35
[INFO] [stdout]      |
[INFO] [stdout] 1815 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1820:35
[INFO] [stdout]      |
[INFO] [stdout] 1820 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1825:35
[INFO] [stdout]      |
[INFO] [stdout] 1825 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1873:35
[INFO] [stdout]      |
[INFO] [stdout] 1873 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1883:35
[INFO] [stdout]      |
[INFO] [stdout] 1883 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1893:35
[INFO] [stdout]      |
[INFO] [stdout] 1893 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1903:35
[INFO] [stdout]      |
[INFO] [stdout] 1903 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1913:35
[INFO] [stdout]      |
[INFO] [stdout] 1913 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1923:35
[INFO] [stdout]      |
[INFO] [stdout] 1923 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1933:35
[INFO] [stdout]      |
[INFO] [stdout] 1933 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1943:35
[INFO] [stdout]      |
[INFO] [stdout] 1943 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1948:35
[INFO] [stdout]      |
[INFO] [stdout] 1948 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1960:35
[INFO] [stdout]      |
[INFO] [stdout] 1960 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1975:35
[INFO] [stdout]      |
[INFO] [stdout] 1975 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1980:35
[INFO] [stdout]      |
[INFO] [stdout] 1980 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:1995:35
[INFO] [stdout]      |
[INFO] [stdout] 1995 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2004:35
[INFO] [stdout]      |
[INFO] [stdout] 2004 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2013:35
[INFO] [stdout]      |
[INFO] [stdout] 2013 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2022:35
[INFO] [stdout]      |
[INFO] [stdout] 2022 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2027:35
[INFO] [stdout]      |
[INFO] [stdout] 2027 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2032:35
[INFO] [stdout]      |
[INFO] [stdout] 2032 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2037:35
[INFO] [stdout]      |
[INFO] [stdout] 2037 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2042:35
[INFO] [stdout]      |
[INFO] [stdout] 2042 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2052:35
[INFO] [stdout]      |
[INFO] [stdout] 2052 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2061:35
[INFO] [stdout]      |
[INFO] [stdout] 2061 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2066:35
[INFO] [stdout]      |
[INFO] [stdout] 2066 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2071:35
[INFO] [stdout]      |
[INFO] [stdout] 2071 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2076:35
[INFO] [stdout]      |
[INFO] [stdout] 2076 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2281:35
[INFO] [stdout]      |
[INFO] [stdout] 2281 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2290:35
[INFO] [stdout]      |
[INFO] [stdout] 2290 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2295:35
[INFO] [stdout]      |
[INFO] [stdout] 2295 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2300:35
[INFO] [stdout]      |
[INFO] [stdout] 2300 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2305:35
[INFO] [stdout]      |
[INFO] [stdout] 2305 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2310:35
[INFO] [stdout]      |
[INFO] [stdout] 2310 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2320:35
[INFO] [stdout]      |
[INFO] [stdout] 2320 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2331:35
[INFO] [stdout]      |
[INFO] [stdout] 2331 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2341:35
[INFO] [stdout]      |
[INFO] [stdout] 2341 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2371:35
[INFO] [stdout]      |
[INFO] [stdout] 2371 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2381:35
[INFO] [stdout]      |
[INFO] [stdout] 2381 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2392:35
[INFO] [stdout]      |
[INFO] [stdout] 2392 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2402:35
[INFO] [stdout]      |
[INFO] [stdout] 2402 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2407:35
[INFO] [stdout]      |
[INFO] [stdout] 2407 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2416:35
[INFO] [stdout]      |
[INFO] [stdout] 2416 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2421:35
[INFO] [stdout]      |
[INFO] [stdout] 2421 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2430:35
[INFO] [stdout]      |
[INFO] [stdout] 2430 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2488:35
[INFO] [stdout]      |
[INFO] [stdout] 2488 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:2586:35
[INFO] [stdout]      |
[INFO] [stdout] 2586 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3090:35
[INFO] [stdout]      |
[INFO] [stdout] 3090 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3101:35
[INFO] [stdout]      |
[INFO] [stdout] 3101 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3111:35
[INFO] [stdout]      |
[INFO] [stdout] 3111 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3122:35
[INFO] [stdout]      |
[INFO] [stdout] 3122 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3132:35
[INFO] [stdout]      |
[INFO] [stdout] 3132 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3137:35
[INFO] [stdout]      |
[INFO] [stdout] 3137 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3190:35
[INFO] [stdout]      |
[INFO] [stdout] 3190 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3199:35
[INFO] [stdout]      |
[INFO] [stdout] 3199 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3204:35
[INFO] [stdout]      |
[INFO] [stdout] 3204 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3213:35
[INFO] [stdout]      |
[INFO] [stdout] 3213 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3218:35
[INFO] [stdout]      |
[INFO] [stdout] 3218 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3223:35
[INFO] [stdout]      |
[INFO] [stdout] 3223 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3228:35
[INFO] [stdout]      |
[INFO] [stdout] 3228 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3239:35
[INFO] [stdout]      |
[INFO] [stdout] 3239 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3244:35
[INFO] [stdout]      |
[INFO] [stdout] 3244 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3253:35
[INFO] [stdout]      |
[INFO] [stdout] 3253 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3261:35
[INFO] [stdout]      |
[INFO] [stdout] 3261 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3269:35
[INFO] [stdout]      |
[INFO] [stdout] 3269 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3274:35
[INFO] [stdout]      |
[INFO] [stdout] 3274 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3279:35
[INFO] [stdout]      |
[INFO] [stdout] 3279 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3284:35
[INFO] [stdout]      |
[INFO] [stdout] 3284 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3289:35
[INFO] [stdout]      |
[INFO] [stdout] 3289 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3294:35
[INFO] [stdout]      |
[INFO] [stdout] 3294 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3303:35
[INFO] [stdout]      |
[INFO] [stdout] 3303 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3308:35
[INFO] [stdout]      |
[INFO] [stdout] 3308 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3313:35
[INFO] [stdout]      |
[INFO] [stdout] 3313 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3403:35
[INFO] [stdout]      |
[INFO] [stdout] 3403 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3411:35
[INFO] [stdout]      |
[INFO] [stdout] 3411 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3416:35
[INFO] [stdout]      |
[INFO] [stdout] 3416 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3424:35
[INFO] [stdout]      |
[INFO] [stdout] 3424 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3433:35
[INFO] [stdout]      |
[INFO] [stdout] 3433 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3442:35
[INFO] [stdout]      |
[INFO] [stdout] 3442 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3451:35
[INFO] [stdout]      |
[INFO] [stdout] 3451 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3462:35
[INFO] [stdout]      |
[INFO] [stdout] 3462 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3499:35
[INFO] [stdout]      |
[INFO] [stdout] 3499 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3515:35
[INFO] [stdout]      |
[INFO] [stdout] 3515 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3528:35
[INFO] [stdout]      |
[INFO] [stdout] 3528 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3542:35
[INFO] [stdout]      |
[INFO] [stdout] 3542 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3547:35
[INFO] [stdout]      |
[INFO] [stdout] 3547 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3552:35
[INFO] [stdout]      |
[INFO] [stdout] 3552 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3557:35
[INFO] [stdout]      |
[INFO] [stdout] 3557 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3562:35
[INFO] [stdout]      |
[INFO] [stdout] 3562 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3567:35
[INFO] [stdout]      |
[INFO] [stdout] 3567 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3572:35
[INFO] [stdout]      |
[INFO] [stdout] 3572 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3577:35
[INFO] [stdout]      |
[INFO] [stdout] 3577 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3586:35
[INFO] [stdout]      |
[INFO] [stdout] 3586 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3596:35
[INFO] [stdout]      |
[INFO] [stdout] 3596 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3606:35
[INFO] [stdout]      |
[INFO] [stdout] 3606 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3611:35
[INFO] [stdout]      |
[INFO] [stdout] 3611 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3620:35
[INFO] [stdout]      |
[INFO] [stdout] 3620 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3625:35
[INFO] [stdout]      |
[INFO] [stdout] 3625 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3658:35
[INFO] [stdout]      |
[INFO] [stdout] 3658 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3668:35
[INFO] [stdout]      |
[INFO] [stdout] 3668 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3673:35
[INFO] [stdout]      |
[INFO] [stdout] 3673 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3678:35
[INFO] [stdout]      |
[INFO] [stdout] 3678 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3683:35
[INFO] [stdout]      |
[INFO] [stdout] 3683 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3692:35
[INFO] [stdout]      |
[INFO] [stdout] 3692 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3697:35
[INFO] [stdout]      |
[INFO] [stdout] 3697 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3729:35
[INFO] [stdout]      |
[INFO] [stdout] 3729 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3736:35
[INFO] [stdout]      |
[INFO] [stdout] 3736 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3743:35
[INFO] [stdout]      |
[INFO] [stdout] 3743 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3752:35
[INFO] [stdout]      |
[INFO] [stdout] 3752 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3779:35
[INFO] [stdout]      |
[INFO] [stdout] 3779 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3788:35
[INFO] [stdout]      |
[INFO] [stdout] 3788 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3793:35
[INFO] [stdout]      |
[INFO] [stdout] 3793 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3798:35
[INFO] [stdout]      |
[INFO] [stdout] 3798 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3803:35
[INFO] [stdout]      |
[INFO] [stdout] 3803 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3808:35
[INFO] [stdout]      |
[INFO] [stdout] 3808 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3817:35
[INFO] [stdout]      |
[INFO] [stdout] 3817 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3897:35
[INFO] [stdout]      |
[INFO] [stdout] 3897 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3906:35
[INFO] [stdout]      |
[INFO] [stdout] 3906 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3911:35
[INFO] [stdout]      |
[INFO] [stdout] 3911 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3919:35
[INFO] [stdout]      |
[INFO] [stdout] 3919 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3927:35
[INFO] [stdout]      |
[INFO] [stdout] 3927 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3935:35
[INFO] [stdout]      |
[INFO] [stdout] 3935 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3944:35
[INFO] [stdout]      |
[INFO] [stdout] 3944 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3952:35
[INFO] [stdout]      |
[INFO] [stdout] 3952 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3957:35
[INFO] [stdout]      |
[INFO] [stdout] 3957 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3965:35
[INFO] [stdout]      |
[INFO] [stdout] 3965 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3974:35
[INFO] [stdout]      |
[INFO] [stdout] 3974 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3983:35
[INFO] [stdout]      |
[INFO] [stdout] 3983 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3991:35
[INFO] [stdout]      |
[INFO] [stdout] 3991 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:3996:35
[INFO] [stdout]      |
[INFO] [stdout] 3996 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4008:35
[INFO] [stdout]      |
[INFO] [stdout] 4008 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4013:35
[INFO] [stdout]      |
[INFO] [stdout] 4013 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4026:35
[INFO] [stdout]      |
[INFO] [stdout] 4026 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4031:35
[INFO] [stdout]      |
[INFO] [stdout] 4031 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4040:35
[INFO] [stdout]      |
[INFO] [stdout] 4040 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4045:35
[INFO] [stdout]      |
[INFO] [stdout] 4045 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4050:35
[INFO] [stdout]      |
[INFO] [stdout] 4050 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4055:35
[INFO] [stdout]      |
[INFO] [stdout] 4055 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4064:35
[INFO] [stdout]      |
[INFO] [stdout] 4064 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4072:35
[INFO] [stdout]      |
[INFO] [stdout] 4072 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4077:35
[INFO] [stdout]      |
[INFO] [stdout] 4077 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4086:35
[INFO] [stdout]      |
[INFO] [stdout] 4086 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4095:35
[INFO] [stdout]      |
[INFO] [stdout] 4095 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4104:35
[INFO] [stdout]      |
[INFO] [stdout] 4104 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4113:35
[INFO] [stdout]      |
[INFO] [stdout] 4113 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4121:35
[INFO] [stdout]      |
[INFO] [stdout] 4121 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4129:35
[INFO] [stdout]      |
[INFO] [stdout] 4129 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4138:35
[INFO] [stdout]      |
[INFO] [stdout] 4138 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4146:35
[INFO] [stdout]      |
[INFO] [stdout] 4146 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4151:35
[INFO] [stdout]      |
[INFO] [stdout] 4151 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4161:35
[INFO] [stdout]      |
[INFO] [stdout] 4161 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4171:35
[INFO] [stdout]      |
[INFO] [stdout] 4171 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4176:35
[INFO] [stdout]      |
[INFO] [stdout] 4176 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4181:35
[INFO] [stdout]      |
[INFO] [stdout] 4181 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4186:35
[INFO] [stdout]      |
[INFO] [stdout] 4186 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4196:35
[INFO] [stdout]      |
[INFO] [stdout] 4196 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4207:35
[INFO] [stdout]      |
[INFO] [stdout] 4207 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4219:35
[INFO] [stdout]      |
[INFO] [stdout] 4219 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4232:35
[INFO] [stdout]      |
[INFO] [stdout] 4232 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4245:35
[INFO] [stdout]      |
[INFO] [stdout] 4245 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4258:35
[INFO] [stdout]      |
[INFO] [stdout] 4258 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4283:35
[INFO] [stdout]      |
[INFO] [stdout] 4283 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4295:35
[INFO] [stdout]      |
[INFO] [stdout] 4295 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4307:35
[INFO] [stdout]      |
[INFO] [stdout] 4307 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4320:35
[INFO] [stdout]      |
[INFO] [stdout] 4320 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4331:35
[INFO] [stdout]      |
[INFO] [stdout] 4331 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4336:35
[INFO] [stdout]      |
[INFO] [stdout] 4336 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4348:35
[INFO] [stdout]      |
[INFO] [stdout] 4348 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4362:35
[INFO] [stdout]      |
[INFO] [stdout] 4362 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4377:35
[INFO] [stdout]      |
[INFO] [stdout] 4377 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4382:35
[INFO] [stdout]      |
[INFO] [stdout] 4382 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4393:35
[INFO] [stdout]      |
[INFO] [stdout] 4393 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4404:35
[INFO] [stdout]      |
[INFO] [stdout] 4404 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4416:35
[INFO] [stdout]      |
[INFO] [stdout] 4416 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4428:35
[INFO] [stdout]      |
[INFO] [stdout] 4428 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4444:35
[INFO] [stdout]      |
[INFO] [stdout] 4444 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4473:35
[INFO] [stdout]      |
[INFO] [stdout] 4473 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4486:35
[INFO] [stdout]      |
[INFO] [stdout] 4486 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4497:35
[INFO] [stdout]      |
[INFO] [stdout] 4497 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4502:35
[INFO] [stdout]      |
[INFO] [stdout] 4502 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4507:35
[INFO] [stdout]      |
[INFO] [stdout] 4507 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4512:35
[INFO] [stdout]      |
[INFO] [stdout] 4512 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4521:35
[INFO] [stdout]      |
[INFO] [stdout] 4521 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4531:35
[INFO] [stdout]      |
[INFO] [stdout] 4531 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4541:35
[INFO] [stdout]      |
[INFO] [stdout] 4541 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4546:35
[INFO] [stdout]      |
[INFO] [stdout] 4546 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4555:35
[INFO] [stdout]      |
[INFO] [stdout] 4555 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4563:35
[INFO] [stdout]      |
[INFO] [stdout] 4563 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4568:35
[INFO] [stdout]      |
[INFO] [stdout] 4568 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4576:35
[INFO] [stdout]      |
[INFO] [stdout] 4576 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4584:35
[INFO] [stdout]      |
[INFO] [stdout] 4584 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4593:35
[INFO] [stdout]      |
[INFO] [stdout] 4593 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4598:35
[INFO] [stdout]      |
[INFO] [stdout] 4598 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4610:35
[INFO] [stdout]      |
[INFO] [stdout] 4610 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4615:35
[INFO] [stdout]      |
[INFO] [stdout] 4615 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4620:35
[INFO] [stdout]      |
[INFO] [stdout] 4620 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4629:35
[INFO] [stdout]      |
[INFO] [stdout] 4629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4649:35
[INFO] [stdout]      |
[INFO] [stdout] 4649 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4657:35
[INFO] [stdout]      |
[INFO] [stdout] 4657 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4662:35
[INFO] [stdout]      |
[INFO] [stdout] 4662 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4667:35
[INFO] [stdout]      |
[INFO] [stdout] 4667 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4672:35
[INFO] [stdout]      |
[INFO] [stdout] 4672 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4677:35
[INFO] [stdout]      |
[INFO] [stdout] 4677 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4690:35
[INFO] [stdout]      |
[INFO] [stdout] 4690 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4700:35
[INFO] [stdout]      |
[INFO] [stdout] 4700 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4709:35
[INFO] [stdout]      |
[INFO] [stdout] 4709 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4714:35
[INFO] [stdout]      |
[INFO] [stdout] 4714 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4719:35
[INFO] [stdout]      |
[INFO] [stdout] 4719 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4724:35
[INFO] [stdout]      |
[INFO] [stdout] 4724 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4729:35
[INFO] [stdout]      |
[INFO] [stdout] 4729 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4740:35
[INFO] [stdout]      |
[INFO] [stdout] 4740 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4750:35
[INFO] [stdout]      |
[INFO] [stdout] 4750 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4755:35
[INFO] [stdout]      |
[INFO] [stdout] 4755 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4760:35
[INFO] [stdout]      |
[INFO] [stdout] 4760 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4769:35
[INFO] [stdout]      |
[INFO] [stdout] 4769 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4779:35
[INFO] [stdout]      |
[INFO] [stdout] 4779 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4790:35
[INFO] [stdout]      |
[INFO] [stdout] 4790 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4795:35
[INFO] [stdout]      |
[INFO] [stdout] 4795 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4803:35
[INFO] [stdout]      |
[INFO] [stdout] 4803 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4808:35
[INFO] [stdout]      |
[INFO] [stdout] 4808 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4813:35
[INFO] [stdout]      |
[INFO] [stdout] 4813 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4818:35
[INFO] [stdout]      |
[INFO] [stdout] 4818 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4823:35
[INFO] [stdout]      |
[INFO] [stdout] 4823 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4828:35
[INFO] [stdout]      |
[INFO] [stdout] 4828 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4837:35
[INFO] [stdout]      |
[INFO] [stdout] 4837 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4846:35
[INFO] [stdout]      |
[INFO] [stdout] 4846 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4851:35
[INFO] [stdout]      |
[INFO] [stdout] 4851 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4856:35
[INFO] [stdout]      |
[INFO] [stdout] 4856 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4861:35
[INFO] [stdout]      |
[INFO] [stdout] 4861 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4866:35
[INFO] [stdout]      |
[INFO] [stdout] 4866 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4871:35
[INFO] [stdout]      |
[INFO] [stdout] 4871 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4876:35
[INFO] [stdout]      |
[INFO] [stdout] 4876 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4881:35
[INFO] [stdout]      |
[INFO] [stdout] 4881 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:4997:35
[INFO] [stdout]      |
[INFO] [stdout] 4997 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5002:35
[INFO] [stdout]      |
[INFO] [stdout] 5002 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5007:35
[INFO] [stdout]      |
[INFO] [stdout] 5007 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5012:35
[INFO] [stdout]      |
[INFO] [stdout] 5012 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5017:35
[INFO] [stdout]      |
[INFO] [stdout] 5017 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5022:35
[INFO] [stdout]      |
[INFO] [stdout] 5022 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5081:35
[INFO] [stdout]      |
[INFO] [stdout] 5081 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5086:35
[INFO] [stdout]      |
[INFO] [stdout] 5086 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5095:35
[INFO] [stdout]      |
[INFO] [stdout] 5095 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5100:35
[INFO] [stdout]      |
[INFO] [stdout] 5100 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5711:35
[INFO] [stdout]      |
[INFO] [stdout] 5711 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5722:35
[INFO] [stdout]      |
[INFO] [stdout] 5722 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5733:35
[INFO] [stdout]      |
[INFO] [stdout] 5733 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5738:35
[INFO] [stdout]      |
[INFO] [stdout] 5738 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5747:35
[INFO] [stdout]      |
[INFO] [stdout] 5747 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5757:35
[INFO] [stdout]      |
[INFO] [stdout] 5757 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5765:35
[INFO] [stdout]      |
[INFO] [stdout] 5765 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5770:35
[INFO] [stdout]      |
[INFO] [stdout] 5770 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5779:35
[INFO] [stdout]      |
[INFO] [stdout] 5779 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5788:35
[INFO] [stdout]      |
[INFO] [stdout] 5788 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5797:35
[INFO] [stdout]      |
[INFO] [stdout] 5797 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5807:35
[INFO] [stdout]      |
[INFO] [stdout] 5807 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5812:35
[INFO] [stdout]      |
[INFO] [stdout] 5812 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5820:35
[INFO] [stdout]      |
[INFO] [stdout] 5820 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5825:35
[INFO] [stdout]      |
[INFO] [stdout] 5825 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5830:35
[INFO] [stdout]      |
[INFO] [stdout] 5830 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5845:35
[INFO] [stdout]      |
[INFO] [stdout] 5845 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5853:35
[INFO] [stdout]      |
[INFO] [stdout] 5853 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5858:35
[INFO] [stdout]      |
[INFO] [stdout] 5858 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5863:35
[INFO] [stdout]      |
[INFO] [stdout] 5863 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5868:35
[INFO] [stdout]      |
[INFO] [stdout] 5868 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5873:35
[INFO] [stdout]      |
[INFO] [stdout] 5873 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5899:35
[INFO] [stdout]      |
[INFO] [stdout] 5899 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5913:35
[INFO] [stdout]      |
[INFO] [stdout] 5913 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5918:35
[INFO] [stdout]      |
[INFO] [stdout] 5918 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:5927:35
[INFO] [stdout]      |
[INFO] [stdout] 5927 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6257:35
[INFO] [stdout]      |
[INFO] [stdout] 6257 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6262:35
[INFO] [stdout]      |
[INFO] [stdout] 6262 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6267:35
[INFO] [stdout]      |
[INFO] [stdout] 6267 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6272:35
[INFO] [stdout]      |
[INFO] [stdout] 6272 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6284:35
[INFO] [stdout]      |
[INFO] [stdout] 6284 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6289:35
[INFO] [stdout]      |
[INFO] [stdout] 6289 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6294:35
[INFO] [stdout]      |
[INFO] [stdout] 6294 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6299:35
[INFO] [stdout]      |
[INFO] [stdout] 6299 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6309:35
[INFO] [stdout]      |
[INFO] [stdout] 6309 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6319:35
[INFO] [stdout]      |
[INFO] [stdout] 6319 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6324:35
[INFO] [stdout]      |
[INFO] [stdout] 6324 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6333:35
[INFO] [stdout]      |
[INFO] [stdout] 6333 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6340:35
[INFO] [stdout]      |
[INFO] [stdout] 6340 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6347:35
[INFO] [stdout]      |
[INFO] [stdout] 6347 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6374:35
[INFO] [stdout]      |
[INFO] [stdout] 6374 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6559:35
[INFO] [stdout]      |
[INFO] [stdout] 6559 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6569:35
[INFO] [stdout]      |
[INFO] [stdout] 6569 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6579:35
[INFO] [stdout]      |
[INFO] [stdout] 6579 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6589:35
[INFO] [stdout]      |
[INFO] [stdout] 6589 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6594:35
[INFO] [stdout]      |
[INFO] [stdout] 6594 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6605:35
[INFO] [stdout]      |
[INFO] [stdout] 6605 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6615:35
[INFO] [stdout]      |
[INFO] [stdout] 6615 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6622:35
[INFO] [stdout]      |
[INFO] [stdout] 6622 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6630:35
[INFO] [stdout]      |
[INFO] [stdout] 6630 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6638:35
[INFO] [stdout]      |
[INFO] [stdout] 6638 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6654:35
[INFO] [stdout]      |
[INFO] [stdout] 6654 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6665:35
[INFO] [stdout]      |
[INFO] [stdout] 6665 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6676:35
[INFO] [stdout]      |
[INFO] [stdout] 6676 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6690:35
[INFO] [stdout]      |
[INFO] [stdout] 6690 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6695:35
[INFO] [stdout]      |
[INFO] [stdout] 6695 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6711:35
[INFO] [stdout]      |
[INFO] [stdout] 6711 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6716:35
[INFO] [stdout]      |
[INFO] [stdout] 6716 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6721:35
[INFO] [stdout]      |
[INFO] [stdout] 6721 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntrtl.rs:6731:35
[INFO] [stdout]      |
[INFO] [stdout] 6731 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:248:35
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:253:35
[INFO] [stdout]     |
[INFO] [stdout] 253 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:258:35
[INFO] [stdout]     |
[INFO] [stdout] 258 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:267:35
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:276:35
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:281:35
[INFO] [stdout]     |
[INFO] [stdout] 281 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:291:35
[INFO] [stdout]     |
[INFO] [stdout] 291 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:304:35
[INFO] [stdout]     |
[INFO] [stdout] 304 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:741:35
[INFO] [stdout]     |
[INFO] [stdout] 741 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:750:35
[INFO] [stdout]     |
[INFO] [stdout] 750 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:761:35
[INFO] [stdout]     |
[INFO] [stdout] 761 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:771:35
[INFO] [stdout]     |
[INFO] [stdout] 771 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:780:35
[INFO] [stdout]     |
[INFO] [stdout] 780 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:789:35
[INFO] [stdout]     |
[INFO] [stdout] 789 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:800:35
[INFO] [stdout]     |
[INFO] [stdout] 800 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:811:35
[INFO] [stdout]     |
[INFO] [stdout] 811 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:822:35
[INFO] [stdout]     |
[INFO] [stdout] 822 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:830:35
[INFO] [stdout]     |
[INFO] [stdout] 830 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:940:35
[INFO] [stdout]     |
[INFO] [stdout] 940 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:951:35
[INFO] [stdout]     |
[INFO] [stdout] 951 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:962:35
[INFO] [stdout]     |
[INFO] [stdout] 962 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:972:35
[INFO] [stdout]     |
[INFO] [stdout] 972 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:977:35
[INFO] [stdout]     |
[INFO] [stdout] 977 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:986:35
[INFO] [stdout]     |
[INFO] [stdout] 986 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntsam.rs:995:35
[INFO] [stdout]     |
[INFO] [stdout] 995 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1004:35
[INFO] [stdout]      |
[INFO] [stdout] 1004 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1009:35
[INFO] [stdout]      |
[INFO] [stdout] 1009 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1019:35
[INFO] [stdout]      |
[INFO] [stdout] 1019 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1113:35
[INFO] [stdout]      |
[INFO] [stdout] 1113 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1124:35
[INFO] [stdout]      |
[INFO] [stdout] 1124 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1135:35
[INFO] [stdout]      |
[INFO] [stdout] 1135 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1145:35
[INFO] [stdout]      |
[INFO] [stdout] 1145 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1150:35
[INFO] [stdout]      |
[INFO] [stdout] 1150 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1159:35
[INFO] [stdout]      |
[INFO] [stdout] 1159 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1168:35
[INFO] [stdout]      |
[INFO] [stdout] 1168 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1173:35
[INFO] [stdout]      |
[INFO] [stdout] 1173 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1182:35
[INFO] [stdout]      |
[INFO] [stdout] 1182 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1188:35
[INFO] [stdout]      |
[INFO] [stdout] 1188 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1197:35
[INFO] [stdout]      |
[INFO] [stdout] 1197 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1206:35
[INFO] [stdout]      |
[INFO] [stdout] 1206 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:1998:35
[INFO] [stdout]      |
[INFO] [stdout] 1998 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2010:35
[INFO] [stdout]      |
[INFO] [stdout] 2010 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2021:35
[INFO] [stdout]      |
[INFO] [stdout] 2021 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2034:35
[INFO] [stdout]      |
[INFO] [stdout] 2034 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2044:35
[INFO] [stdout]      |
[INFO] [stdout] 2044 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2049:35
[INFO] [stdout]      |
[INFO] [stdout] 2049 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2058:35
[INFO] [stdout]      |
[INFO] [stdout] 2058 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2067:35
[INFO] [stdout]      |
[INFO] [stdout] 2067 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2076:35
[INFO] [stdout]      |
[INFO] [stdout] 2076 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2085:35
[INFO] [stdout]      |
[INFO] [stdout] 2085 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2095:35
[INFO] [stdout]      |
[INFO] [stdout] 2095 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2107:35
[INFO] [stdout]      |
[INFO] [stdout] 2107 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2122:35
[INFO] [stdout]      |
[INFO] [stdout] 2122 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2232:35
[INFO] [stdout]      |
[INFO] [stdout] 2232 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2240:35
[INFO] [stdout]      |
[INFO] [stdout] 2240 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2248:35
[INFO] [stdout]      |
[INFO] [stdout] 2248 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2458:35
[INFO] [stdout]      |
[INFO] [stdout] 2458 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntsam.rs:2551:35
[INFO] [stdout]      |
[INFO] [stdout] 2551 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:203:35
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:222:35
[INFO] [stdout]     |
[INFO] [stdout] 222 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:237:35
[INFO] [stdout]     |
[INFO] [stdout] 237 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:260:35
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:282:35
[INFO] [stdout]     |
[INFO] [stdout] 282 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:311:35
[INFO] [stdout]     |
[INFO] [stdout] 311 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:323:35
[INFO] [stdout]     |
[INFO] [stdout] 323 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:337:35
[INFO] [stdout]     |
[INFO] [stdout] 337 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:354:35
[INFO] [stdout]     |
[INFO] [stdout] 354 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:371:35
[INFO] [stdout]     |
[INFO] [stdout] 371 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:382:35
[INFO] [stdout]     |
[INFO] [stdout] 382 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntseapi.rs:394:35
[INFO] [stdout]     |
[INFO] [stdout] 394 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]  --> src/ntsmss.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntsmss.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]  --> src/nttmapi.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]  --> src/nttmapi.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:30:35
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:35:35
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:40:35
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:50:35
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:58:35
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:66:35
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:71:35
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/nttp.rs:95:35
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:104:35
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:109:35
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:117:35
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:125:35
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:130:35
[INFO] [stdout]     |
[INFO] [stdout] 130 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:135:35
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:154:35
[INFO] [stdout]     |
[INFO] [stdout] 154 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:159:35
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:164:35
[INFO] [stdout]     |
[INFO] [stdout] 164 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:169:35
[INFO] [stdout]     |
[INFO] [stdout] 169 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:184:35
[INFO] [stdout]     |
[INFO] [stdout] 184 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:189:35
[INFO] [stdout]     |
[INFO] [stdout] 189 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:199:35
[INFO] [stdout]     |
[INFO] [stdout] 199 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:204:35
[INFO] [stdout]     |
[INFO] [stdout] 204 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:209:35
[INFO] [stdout]     |
[INFO] [stdout] 209 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:219:35
[INFO] [stdout]     |
[INFO] [stdout] 219 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:224:35
[INFO] [stdout]     |
[INFO] [stdout] 224 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:229:35
[INFO] [stdout]     |
[INFO] [stdout] 229 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:239:35
[INFO] [stdout]     |
[INFO] [stdout] 239 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:254:35
[INFO] [stdout]     |
[INFO] [stdout] 254 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:265:35
[INFO] [stdout]     |
[INFO] [stdout] 265 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:275:35
[INFO] [stdout]     |
[INFO] [stdout] 275 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:280:35
[INFO] [stdout]     |
[INFO] [stdout] 280 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:285:35
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:296:35
[INFO] [stdout]     |
[INFO] [stdout] 296 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:307:35
[INFO] [stdout]     |
[INFO] [stdout] 307 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:312:35
[INFO] [stdout]     |
[INFO] [stdout] 312 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:325:35
[INFO] [stdout]     |
[INFO] [stdout] 325 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/nttp.rs:330:35
[INFO] [stdout]     |
[INFO] [stdout] 330 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]  --> src/ntxcapi.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntxcapi.rs:17:35
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntxcapi.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntxcapi.rs:60:35
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntxcapi.rs:68:35
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntzwapi.rs:68:35
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntzwapi.rs:80:35
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]   --> src/ntzwapi.rs:94:35
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:111:35
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:128:35
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:150:35
[INFO] [stdout]     |
[INFO] [stdout] 150 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:189:35
[INFO] [stdout]     |
[INFO] [stdout] 189 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:212:35
[INFO] [stdout]     |
[INFO] [stdout] 212 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:221:35
[INFO] [stdout]     |
[INFO] [stdout] 221 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:226:35
[INFO] [stdout]     |
[INFO] [stdout] 226 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:231:35
[INFO] [stdout]     |
[INFO] [stdout] 231 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:236:35
[INFO] [stdout]     |
[INFO] [stdout] 236 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:241:35
[INFO] [stdout]     |
[INFO] [stdout] 241 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:253:35
[INFO] [stdout]     |
[INFO] [stdout] 253 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:265:35
[INFO] [stdout]     |
[INFO] [stdout] 265 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:287:35
[INFO] [stdout]     |
[INFO] [stdout] 287 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:292:35
[INFO] [stdout]     |
[INFO] [stdout] 292 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:297:35
[INFO] [stdout]     |
[INFO] [stdout] 297 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:302:35
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:311:35
[INFO] [stdout]     |
[INFO] [stdout] 311 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:320:35
[INFO] [stdout]     |
[INFO] [stdout] 320 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:331:35
[INFO] [stdout]     |
[INFO] [stdout] 331 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:341:35
[INFO] [stdout]     |
[INFO] [stdout] 341 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:365:35
[INFO] [stdout]     |
[INFO] [stdout] 365 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:382:35
[INFO] [stdout]     |
[INFO] [stdout] 382 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:399:35
[INFO] [stdout]     |
[INFO] [stdout] 399 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:408:35
[INFO] [stdout]     |
[INFO] [stdout] 408 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:420:35
[INFO] [stdout]     |
[INFO] [stdout] 420 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:430:35
[INFO] [stdout]     |
[INFO] [stdout] 430 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:439:35
[INFO] [stdout]     |
[INFO] [stdout] 439 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:448:35
[INFO] [stdout]     |
[INFO] [stdout] 448 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:457:35
[INFO] [stdout]     |
[INFO] [stdout] 457 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:466:35
[INFO] [stdout]     |
[INFO] [stdout] 466 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:475:35
[INFO] [stdout]     |
[INFO] [stdout] 475 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:484:35
[INFO] [stdout]     |
[INFO] [stdout] 484 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:489:35
[INFO] [stdout]     |
[INFO] [stdout] 489 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:498:35
[INFO] [stdout]     |
[INFO] [stdout] 498 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:507:35
[INFO] [stdout]     |
[INFO] [stdout] 507 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:519:35
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:531:35
[INFO] [stdout]     |
[INFO] [stdout] 531 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:542:35
[INFO] [stdout]     |
[INFO] [stdout] 542 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:554:35
[INFO] [stdout]     |
[INFO] [stdout] 554 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:563:35
[INFO] [stdout]     |
[INFO] [stdout] 563 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:577:35
[INFO] [stdout]     |
[INFO] [stdout] 577 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:587:35
[INFO] [stdout]     |
[INFO] [stdout] 587 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:595:35
[INFO] [stdout]     |
[INFO] [stdout] 595 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:600:35
[INFO] [stdout]     |
[INFO] [stdout] 600 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:614:35
[INFO] [stdout]     |
[INFO] [stdout] 614 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:623:35
[INFO] [stdout]     |
[INFO] [stdout] 623 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:633:35
[INFO] [stdout]     |
[INFO] [stdout] 633 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:638:35
[INFO] [stdout]     |
[INFO] [stdout] 638 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:647:35
[INFO] [stdout]     |
[INFO] [stdout] 647 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:656:35
[INFO] [stdout]     |
[INFO] [stdout] 656 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:661:35
[INFO] [stdout]     |
[INFO] [stdout] 661 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:669:35
[INFO] [stdout]     |
[INFO] [stdout] 669 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:681:35
[INFO] [stdout]     |
[INFO] [stdout] 681 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:693:35
[INFO] [stdout]     |
[INFO] [stdout] 693 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:698:35
[INFO] [stdout]     |
[INFO] [stdout] 698 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:707:35
[INFO] [stdout]     |
[INFO] [stdout] 707 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:712:35
[INFO] [stdout]     |
[INFO] [stdout] 712 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:717:35
[INFO] [stdout]     |
[INFO] [stdout] 717 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:722:35
[INFO] [stdout]     |
[INFO] [stdout] 722 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:731:35
[INFO] [stdout]     |
[INFO] [stdout] 731 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:736:35
[INFO] [stdout]     |
[INFO] [stdout] 736 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:741:35
[INFO] [stdout]     |
[INFO] [stdout] 741 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:755:35
[INFO] [stdout]     |
[INFO] [stdout] 755 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:760:35
[INFO] [stdout]     |
[INFO] [stdout] 760 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:768:35
[INFO] [stdout]     |
[INFO] [stdout] 768 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:778:35
[INFO] [stdout]     |
[INFO] [stdout] 778 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:789:35
[INFO] [stdout]     |
[INFO] [stdout] 789 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:804:35
[INFO] [stdout]     |
[INFO] [stdout] 804 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:813:35
[INFO] [stdout]     |
[INFO] [stdout] 813 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:823:35
[INFO] [stdout]     |
[INFO] [stdout] 823 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:828:35
[INFO] [stdout]     |
[INFO] [stdout] 828 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:837:35
[INFO] [stdout]     |
[INFO] [stdout] 837 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:842:35
[INFO] [stdout]     |
[INFO] [stdout] 842 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:852:35
[INFO] [stdout]     |
[INFO] [stdout] 852 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:867:35
[INFO] [stdout]     |
[INFO] [stdout] 867 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:881:35
[INFO] [stdout]     |
[INFO] [stdout] 881 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:891:35
[INFO] [stdout]     |
[INFO] [stdout] 891 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:911:35
[INFO] [stdout]     |
[INFO] [stdout] 911 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:921:35
[INFO] [stdout]     |
[INFO] [stdout] 921 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:932:35
[INFO] [stdout]     |
[INFO] [stdout] 932 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:943:35
[INFO] [stdout]     |
[INFO] [stdout] 943 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:953:35
[INFO] [stdout]     |
[INFO] [stdout] 953 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:967:35
[INFO] [stdout]     |
[INFO] [stdout] 967 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:982:35
[INFO] [stdout]     |
[INFO] [stdout] 982 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]    --> src/ntzwapi.rs:993:35
[INFO] [stdout]     |
[INFO] [stdout] 993 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1008:35
[INFO] [stdout]      |
[INFO] [stdout] 1008 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1024:35
[INFO] [stdout]      |
[INFO] [stdout] 1024 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1039:35
[INFO] [stdout]      |
[INFO] [stdout] 1039 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1050:35
[INFO] [stdout]      |
[INFO] [stdout] 1050 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1060:35
[INFO] [stdout]      |
[INFO] [stdout] 1060 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1074:35
[INFO] [stdout]      |
[INFO] [stdout] 1074 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1091:35
[INFO] [stdout]      |
[INFO] [stdout] 1091 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1102:35
[INFO] [stdout]      |
[INFO] [stdout] 1102 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1113:35
[INFO] [stdout]      |
[INFO] [stdout] 1113 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1132:35
[INFO] [stdout]      |
[INFO] [stdout] 1132 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1155:35
[INFO] [stdout]      |
[INFO] [stdout] 1155 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1172:35
[INFO] [stdout]      |
[INFO] [stdout] 1172 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1183:35
[INFO] [stdout]      |
[INFO] [stdout] 1183 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1192:35
[INFO] [stdout]      |
[INFO] [stdout] 1192 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1205:35
[INFO] [stdout]      |
[INFO] [stdout] 1205 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1221:35
[INFO] [stdout]      |
[INFO] [stdout] 1221 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1226:35
[INFO] [stdout]      |
[INFO] [stdout] 1226 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1235:35
[INFO] [stdout]      |
[INFO] [stdout] 1235 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1240:35
[INFO] [stdout]      |
[INFO] [stdout] 1240 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1245:35
[INFO] [stdout]      |
[INFO] [stdout] 1245 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1250:35
[INFO] [stdout]      |
[INFO] [stdout] 1250 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1255:35
[INFO] [stdout]      |
[INFO] [stdout] 1255 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1264:35
[INFO] [stdout]      |
[INFO] [stdout] 1264 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1269:35
[INFO] [stdout]      |
[INFO] [stdout] 1269 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1277:35
[INFO] [stdout]      |
[INFO] [stdout] 1277 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1282:35
[INFO] [stdout]      |
[INFO] [stdout] 1282 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1287:35
[INFO] [stdout]      |
[INFO] [stdout] 1287 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1292:35
[INFO] [stdout]      |
[INFO] [stdout] 1292 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1300:35
[INFO] [stdout]      |
[INFO] [stdout] 1300 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1308:35
[INFO] [stdout]      |
[INFO] [stdout] 1308 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1317:35
[INFO] [stdout]      |
[INFO] [stdout] 1317 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1322:35
[INFO] [stdout]      |
[INFO] [stdout] 1322 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1333:35
[INFO] [stdout]      |
[INFO] [stdout] 1333 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1345:35
[INFO] [stdout]      |
[INFO] [stdout] 1345 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1365:35
[INFO] [stdout]      |
[INFO] [stdout] 1365 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1370:35
[INFO] [stdout]      |
[INFO] [stdout] 1370 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1375:35
[INFO] [stdout]      |
[INFO] [stdout] 1375 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1384:35
[INFO] [stdout]      |
[INFO] [stdout] 1384 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1389:35
[INFO] [stdout]      |
[INFO] [stdout] 1389 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1394:35
[INFO] [stdout]      |
[INFO] [stdout] 1394 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1403:35
[INFO] [stdout]      |
[INFO] [stdout] 1403 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1408:35
[INFO] [stdout]      |
[INFO] [stdout] 1408 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1413:35
[INFO] [stdout]      |
[INFO] [stdout] 1413 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1425:35
[INFO] [stdout]      |
[INFO] [stdout] 1425 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1437:35
[INFO] [stdout]      |
[INFO] [stdout] 1437 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1442:35
[INFO] [stdout]      |
[INFO] [stdout] 1442 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1447:35
[INFO] [stdout]      |
[INFO] [stdout] 1447 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1452:35
[INFO] [stdout]      |
[INFO] [stdout] 1452 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1457:35
[INFO] [stdout]      |
[INFO] [stdout] 1457 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1466:35
[INFO] [stdout]      |
[INFO] [stdout] 1466 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1477:35
[INFO] [stdout]      |
[INFO] [stdout] 1477 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1489:35
[INFO] [stdout]      |
[INFO] [stdout] 1489 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1500:35
[INFO] [stdout]      |
[INFO] [stdout] 1500 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1510:35
[INFO] [stdout]      |
[INFO] [stdout] 1510 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1523:35
[INFO] [stdout]      |
[INFO] [stdout] 1523 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1528:35
[INFO] [stdout]      |
[INFO] [stdout] 1528 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1533:35
[INFO] [stdout]      |
[INFO] [stdout] 1533 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1542:35
[INFO] [stdout]      |
[INFO] [stdout] 1542 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1553:35
[INFO] [stdout]      |
[INFO] [stdout] 1553 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1562:35
[INFO] [stdout]      |
[INFO] [stdout] 1562 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1567:35
[INFO] [stdout]      |
[INFO] [stdout] 1567 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1577:35
[INFO] [stdout]      |
[INFO] [stdout] 1577 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1582:35
[INFO] [stdout]      |
[INFO] [stdout] 1582 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1587:35
[INFO] [stdout]      |
[INFO] [stdout] 1587 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1592:35
[INFO] [stdout]      |
[INFO] [stdout] 1592 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1597:35
[INFO] [stdout]      |
[INFO] [stdout] 1597 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1612:35
[INFO] [stdout]      |
[INFO] [stdout] 1612 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1620:35
[INFO] [stdout]      |
[INFO] [stdout] 1620 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1629:35
[INFO] [stdout]      |
[INFO] [stdout] 1629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1643:35
[INFO] [stdout]      |
[INFO] [stdout] 1643 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1657:35
[INFO] [stdout]      |
[INFO] [stdout] 1657 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1662:35
[INFO] [stdout]      |
[INFO] [stdout] 1662 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1667:35
[INFO] [stdout]      |
[INFO] [stdout] 1667 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1677:35
[INFO] [stdout]      |
[INFO] [stdout] 1677 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1682:35
[INFO] [stdout]      |
[INFO] [stdout] 1682 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1693:35
[INFO] [stdout]      |
[INFO] [stdout] 1693 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1705:35
[INFO] [stdout]      |
[INFO] [stdout] 1705 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1714:35
[INFO] [stdout]      |
[INFO] [stdout] 1714 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1723:35
[INFO] [stdout]      |
[INFO] [stdout] 1723 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1728:35
[INFO] [stdout]      |
[INFO] [stdout] 1728 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1733:35
[INFO] [stdout]      |
[INFO] [stdout] 1733 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1748:35
[INFO] [stdout]      |
[INFO] [stdout] 1748 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1764:35
[INFO] [stdout]      |
[INFO] [stdout] 1764 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1782:35
[INFO] [stdout]      |
[INFO] [stdout] 1782 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1796:35
[INFO] [stdout]      |
[INFO] [stdout] 1796 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1805:35
[INFO] [stdout]      |
[INFO] [stdout] 1805 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1814:35
[INFO] [stdout]      |
[INFO] [stdout] 1814 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1823:35
[INFO] [stdout]      |
[INFO] [stdout] 1823 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1832:35
[INFO] [stdout]      |
[INFO] [stdout] 1832 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1841:35
[INFO] [stdout]      |
[INFO] [stdout] 1841 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1859:35
[INFO] [stdout]      |
[INFO] [stdout] 1859 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1868:35
[INFO] [stdout]      |
[INFO] [stdout] 1868 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1878:35
[INFO] [stdout]      |
[INFO] [stdout] 1878 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1887:35
[INFO] [stdout]      |
[INFO] [stdout] 1887 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1896:35
[INFO] [stdout]      |
[INFO] [stdout] 1896 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1906:35
[INFO] [stdout]      |
[INFO] [stdout] 1906 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1916:35
[INFO] [stdout]      |
[INFO] [stdout] 1916 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1925:35
[INFO] [stdout]      |
[INFO] [stdout] 1925 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1934:35
[INFO] [stdout]      |
[INFO] [stdout] 1934 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1945:35
[INFO] [stdout]      |
[INFO] [stdout] 1945 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1957:35
[INFO] [stdout]      |
[INFO] [stdout] 1957 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1967:35
[INFO] [stdout]      |
[INFO] [stdout] 1967 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1976:35
[INFO] [stdout]      |
[INFO] [stdout] 1976 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1987:35
[INFO] [stdout]      |
[INFO] [stdout] 1987 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:1992:35
[INFO] [stdout]      |
[INFO] [stdout] 1992 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2000:35
[INFO] [stdout]      |
[INFO] [stdout] 2000 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2005:35
[INFO] [stdout]      |
[INFO] [stdout] 2005 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2013:35
[INFO] [stdout]      |
[INFO] [stdout] 2013 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2018:35
[INFO] [stdout]      |
[INFO] [stdout] 2018 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2023:35
[INFO] [stdout]      |
[INFO] [stdout] 2023 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2028:35
[INFO] [stdout]      |
[INFO] [stdout] 2028 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2041:35
[INFO] [stdout]      |
[INFO] [stdout] 2041 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2046:35
[INFO] [stdout]      |
[INFO] [stdout] 2046 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2057:35
[INFO] [stdout]      |
[INFO] [stdout] 2057 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2068:35
[INFO] [stdout]      |
[INFO] [stdout] 2068 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2079:35
[INFO] [stdout]      |
[INFO] [stdout] 2079 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2090:35
[INFO] [stdout]      |
[INFO] [stdout] 2090 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2101:35
[INFO] [stdout]      |
[INFO] [stdout] 2101 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2112:35
[INFO] [stdout]      |
[INFO] [stdout] 2112 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2123:35
[INFO] [stdout]      |
[INFO] [stdout] 2123 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2128:35
[INFO] [stdout]      |
[INFO] [stdout] 2128 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2133:35
[INFO] [stdout]      |
[INFO] [stdout] 2133 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2144:35
[INFO] [stdout]      |
[INFO] [stdout] 2144 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2155:35
[INFO] [stdout]      |
[INFO] [stdout] 2155 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2167:35
[INFO] [stdout]      |
[INFO] [stdout] 2167 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2178:35
[INFO] [stdout]      |
[INFO] [stdout] 2178 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2184:35
[INFO] [stdout]      |
[INFO] [stdout] 2184 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2194:35
[INFO] [stdout]      |
[INFO] [stdout] 2194 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2202:35
[INFO] [stdout]      |
[INFO] [stdout] 2202 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2213:35
[INFO] [stdout]      |
[INFO] [stdout] 2213 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2225:35
[INFO] [stdout]      |
[INFO] [stdout] 2225 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2236:35
[INFO] [stdout]      |
[INFO] [stdout] 2236 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2246:35
[INFO] [stdout]      |
[INFO] [stdout] 2246 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2257:35
[INFO] [stdout]      |
[INFO] [stdout] 2257 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2267:35
[INFO] [stdout]      |
[INFO] [stdout] 2267 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2279:35
[INFO] [stdout]      |
[INFO] [stdout] 2279 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2284:35
[INFO] [stdout]      |
[INFO] [stdout] 2284 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2295:35
[INFO] [stdout]      |
[INFO] [stdout] 2295 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2304:35
[INFO] [stdout]      |
[INFO] [stdout] 2304 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2316:35
[INFO] [stdout]      |
[INFO] [stdout] 2316 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2327:35
[INFO] [stdout]      |
[INFO] [stdout] 2327 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2338:35
[INFO] [stdout]      |
[INFO] [stdout] 2338 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2350:35
[INFO] [stdout]      |
[INFO] [stdout] 2350 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2363:35
[INFO] [stdout]      |
[INFO] [stdout] 2363 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2372:35
[INFO] [stdout]      |
[INFO] [stdout] 2372 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2384:35
[INFO] [stdout]      |
[INFO] [stdout] 2384 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2399:35
[INFO] [stdout]      |
[INFO] [stdout] 2399 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2411:35
[INFO] [stdout]      |
[INFO] [stdout] 2411 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2422:35
[INFO] [stdout]      |
[INFO] [stdout] 2422 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2433:35
[INFO] [stdout]      |
[INFO] [stdout] 2433 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2438:35
[INFO] [stdout]      |
[INFO] [stdout] 2438 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2443:35
[INFO] [stdout]      |
[INFO] [stdout] 2443 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2453:35
[INFO] [stdout]      |
[INFO] [stdout] 2453 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2458:35
[INFO] [stdout]      |
[INFO] [stdout] 2458 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2467:35
[INFO] [stdout]      |
[INFO] [stdout] 2467 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2472:35
[INFO] [stdout]      |
[INFO] [stdout] 2472 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2483:35
[INFO] [stdout]      |
[INFO] [stdout] 2483 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2495:35
[INFO] [stdout]      |
[INFO] [stdout] 2495 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2500:35
[INFO] [stdout]      |
[INFO] [stdout] 2500 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2508:35
[INFO] [stdout]      |
[INFO] [stdout] 2508 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2517:35
[INFO] [stdout]      |
[INFO] [stdout] 2517 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2526:35
[INFO] [stdout]      |
[INFO] [stdout] 2526 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2531:35
[INFO] [stdout]      |
[INFO] [stdout] 2531 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2541:35
[INFO] [stdout]      |
[INFO] [stdout] 2541 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2552:35
[INFO] [stdout]      |
[INFO] [stdout] 2552 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2557:35
[INFO] [stdout]      |
[INFO] [stdout] 2557 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2562:35
[INFO] [stdout]      |
[INFO] [stdout] 2562 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2571:35
[INFO] [stdout]      |
[INFO] [stdout] 2571 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2576:35
[INFO] [stdout]      |
[INFO] [stdout] 2576 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2581:35
[INFO] [stdout]      |
[INFO] [stdout] 2581 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2590:35
[INFO] [stdout]      |
[INFO] [stdout] 2590 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2595:35
[INFO] [stdout]      |
[INFO] [stdout] 2595 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2600:35
[INFO] [stdout]      |
[INFO] [stdout] 2600 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2605:35
[INFO] [stdout]      |
[INFO] [stdout] 2605 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2614:35
[INFO] [stdout]      |
[INFO] [stdout] 2614 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2629:35
[INFO] [stdout]      |
[INFO] [stdout] 2629 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2634:35
[INFO] [stdout]      |
[INFO] [stdout] 2634 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2639:35
[INFO] [stdout]      |
[INFO] [stdout] 2639 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2644:35
[INFO] [stdout]      |
[INFO] [stdout] 2644 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2655:35
[INFO] [stdout]      |
[INFO] [stdout] 2655 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2660:35
[INFO] [stdout]      |
[INFO] [stdout] 2660 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2665:35
[INFO] [stdout]      |
[INFO] [stdout] 2665 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2670:35
[INFO] [stdout]      |
[INFO] [stdout] 2670 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2675:35
[INFO] [stdout]      |
[INFO] [stdout] 2675 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2680:35
[INFO] [stdout]      |
[INFO] [stdout] 2680 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2685:35
[INFO] [stdout]      |
[INFO] [stdout] 2685 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2690:35
[INFO] [stdout]      |
[INFO] [stdout] 2690 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2695:35
[INFO] [stdout]      |
[INFO] [stdout] 2695 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2700:35
[INFO] [stdout]      |
[INFO] [stdout] 2700 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2711:35
[INFO] [stdout]      |
[INFO] [stdout] 2711 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2721:35
[INFO] [stdout]      |
[INFO] [stdout] 2721 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2731:35
[INFO] [stdout]      |
[INFO] [stdout] 2731 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2741:35
[INFO] [stdout]      |
[INFO] [stdout] 2741 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2751:35
[INFO] [stdout]      |
[INFO] [stdout] 2751 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2761:35
[INFO] [stdout]      |
[INFO] [stdout] 2761 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2766:35
[INFO] [stdout]      |
[INFO] [stdout] 2766 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2777:35
[INFO] [stdout]      |
[INFO] [stdout] 2777 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2789:35
[INFO] [stdout]      |
[INFO] [stdout] 2789 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2794:35
[INFO] [stdout]      |
[INFO] [stdout] 2794 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2806:35
[INFO] [stdout]      |
[INFO] [stdout] 2806 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2811:35
[INFO] [stdout]      |
[INFO] [stdout] 2811 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2816:35
[INFO] [stdout]      |
[INFO] [stdout] 2816 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2824:35
[INFO] [stdout]      |
[INFO] [stdout] 2824 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2835:35
[INFO] [stdout]      |
[INFO] [stdout] 2835 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2844:35
[INFO] [stdout]      |
[INFO] [stdout] 2844 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2853:35
[INFO] [stdout]      |
[INFO] [stdout] 2853 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2858:35
[INFO] [stdout]      |
[INFO] [stdout] 2858 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2866:35
[INFO] [stdout]      |
[INFO] [stdout] 2866 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `raw-dylib` is only supported on Windows targets
[INFO] [stdout]     --> src/ntzwapi.rs:2876:35
[INFO] [stdout]      |
[INFO] [stdout] 2876 | #[link(name = "ntdll.dll", kind = "raw-dylib", modifiers = "+verbatim")]
[INFO] [stdout]      |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
