fast_code_owners 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.cargo/config +2 -2
- data/Cargo.lock +160 -75
- data/ext/cargo-vendor/ahash-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ahash-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ahash-0.7.8/.github/workflows/rust.yml +151 -0
- data/ext/cargo-vendor/ahash-0.7.8/Cargo.toml.orig +96 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.vim/coc-settings.json +12 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.lock +705 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml +220 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml.orig +72 -0
- data/ext/cargo-vendor/anstream-0.6.20/README.md +34 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/_macros.rs +364 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/strip.rs +511 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/wincon.rs +378 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/lib.rs +90 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/stream.rs +316 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/wincon.rs +226 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.lock +16 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml +178 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/anstyle-1.0.11/README.md +42 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/color.rs +685 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/effect.rs +404 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/lib.rs +70 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/reset.rs +47 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/style.rs +437 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.lock +740 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml +196 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml.orig +48 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/README.md +33 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/lib.rs +442 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/state/definitions.rs +171 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.lock +83 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml +174 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/README.md +25 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/lib.rs +163 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/windows.rs +79 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.lock +113 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml +187 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/README.md +30 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/lib.rs +25 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/windows.rs +260 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/anyhow-1.0.98/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.github/workflows/ci.yml +92 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/Cargo.toml.orig +62 -0
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bindgen-0.69.5/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bitflags-2.9.0/Cargo.toml.orig +43 -0
- data/ext/cargo-vendor/bstr-1.12.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bstr-1.12.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bstr-1.12.0/Cargo.toml.orig +76 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.github/workflows/ci.yml +31 -0
- data/ext/cargo-vendor/cexpr-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.github/workflows/main.yml +56 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ci.yml +56 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ssh.yml +40 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.lock +910 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml +636 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml.orig +538 -0
- data/ext/cargo-vendor/clap-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap-4.5.43/README.md +49 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_builder/03_04_subcommands.md +62 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_derive/03_04_subcommands.md +61 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_derive/mod.rs +542 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_faq.rs +95 -0
- data/ext/cargo-vendor/clap-4.5.43/src/bin/stdio-fixture.rs +106 -0
- data/ext/cargo-vendor/clap-4.5.43/src/lib.rs +106 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.lock +450 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/README.md +25 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/action.rs +461 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/command.rs +5207 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/styling.rs +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/error/kind.rs +365 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/lib.rs +53 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/macros.rs +605 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/output/help_template.rs +1188 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/parser/matches/arg_matches.rs +2097 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.lock +100 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml +165 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/README.md +25 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.lock +56 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/README.md +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/src/lib.rs +526 -0
- data/ext/cargo-vendor/codeowners-0.2.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.lock +1223 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.toml +94 -0
- data/ext/cargo-vendor/codeowners-0.2.5/README.md +204 -0
- data/ext/cargo-vendor/codeowners-0.2.5/ai-prompts/for-file-optimization.md +21 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/bin/compare_for_file.rs +179 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/cache/file.rs +181 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/for_file_fast.rs +313 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/directory_mapper.rs +175 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/package_mapper.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project.rs +199 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project_builder.rs +257 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/runner.rs +349 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/.github/CODEOWNERS +37 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/code_ownership.yml +10 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/teams/ux.yml +6 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/pets/dog.rb +5 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb +7 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/valid_project_test.rs +277 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.lock +7 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml +163 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/README.md +34 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/src/lib.rs +120 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/Cargo.toml.orig +56 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/Cargo.toml.orig +46 -0
- data/ext/cargo-vendor/either-1.15.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/either-1.15.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/either-1.15.0/.github/workflows/ci.yml +83 -0
- data/ext/cargo-vendor/either-1.15.0/Cargo.toml.orig +40 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.github/workflows/ci.yml +48 -0
- data/ext/cargo-vendor/equivalent-1.0.2/Cargo.toml.orig +9 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/workflows/main.yml +89 -0
- data/ext/cargo-vendor/errno-0.3.13/CHANGELOG.md +132 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.lock +90 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml +67 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/errno-0.3.13/src/sys.rs +35 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.justfile +58 -0
- data/ext/cargo-vendor/error-stack-0.5.0/Cargo.toml.orig +87 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.lock +640 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml +64 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml.orig +35 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/README.md +85 -0
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fastrand-2.3.0/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.2.16/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.3.3/CHANGELOG.md +628 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.lock +365 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml +147 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/getrandom-0.3.3/README.md +390 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends/wasi_p1.rs +32 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends.rs +181 -0
- data/ext/cargo-vendor/glob-0.3.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/glob-0.3.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/dependabot.yml +13 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/publish.yml +27 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/rust.yml +65 -0
- data/ext/cargo-vendor/glob-0.3.2/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/globset-0.4.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/globset-0.4.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/globset-0.4.16/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/CHANGELOG.md +619 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.lock +306 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cross.toml +3 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/README.md +80 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/benches/bench.rs +329 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/lsx.rs +137 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/mod.rs +43 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/external_trait_impls/serde.rs +220 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/lib.rs +188 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/map.rs +6583 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/alloc.rs +92 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/mod.rs +4436 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/rustc_entry.rs +567 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/set.rs +3121 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/table.rs +2380 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/util.rs +38 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/tests/set.rs +34 -0
- data/ext/cargo-vendor/heck-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/heck-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/heck-0.5.0/Cargo.toml.orig +11 -0
- data/ext/cargo-vendor/ignore-0.4.23/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ignore-0.4.23/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ignore-0.4.23/Cargo.toml.orig +44 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.github/workflows/ci.yml +159 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.lock +236 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml +142 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml.orig +61 -0
- data/ext/cargo-vendor/indexmap-2.10.0/RELEASES.md +563 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/bench.rs +750 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/faststring.rs +181 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/lib.rs +288 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/entry.rs +574 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/extract.rs +108 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/raw_entry_v1.rs +669 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core.rs +735 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/iter.rs +830 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/mutable.rs +165 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/slice.rs +751 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/tests.rs +1228 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map.rs +1697 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/map.rs +662 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/mod.rs +15 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/set.rs +755 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/iter.rs +681 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/slice.rs +380 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/tests.rs +999 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set.rs +1340 -0
- data/ext/cargo-vendor/indexmap-2.10.0/tests/quick.rs +800 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/itertools-0.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.12.1/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/itertools-0.14.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.14.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/ci.yml +101 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.14.0/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/itoa-1.0.15/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itoa-1.0.15/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/workflows/ci.yml +114 -0
- data/ext/cargo-vendor/itoa-1.0.15/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/lazycell-1.3.0/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/libc-0.2.172/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libc-0.2.172/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.git-blame-ignore-revs +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.release-plz.toml +49 -0
- data/ext/cargo-vendor/libc-0.2.172/Cargo.toml.orig +157 -0
- data/ext/cargo-vendor/libloading-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libloading-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libloading-0.8.6/.github/workflows/libloading.yml +107 -0
- data/ext/cargo-vendor/libloading-0.8.6/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/Cargo.toml.orig +59 -0
- data/ext/cargo-vendor/log-0.4.27/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/log-0.4.27/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/log-0.4.27/.github/workflows/main.yml +146 -0
- data/ext/cargo-vendor/log-0.4.27/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/lru-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lru-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lru-0.7.8/.github/workflows/main.yml +54 -0
- data/ext/cargo-vendor/lru-0.7.8/Cargo.toml.orig +22 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo/config.toml +7 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-0.7.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-0.7.1/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/matchers-0.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/matchers-0.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/matchers-0.1.0/.clog.toml +24 -0
- data/ext/cargo-vendor/matchers-0.1.0/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/matchers-0.1.0/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/memchr-2.7.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memchr-2.7.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memchr-2.7.4/.ignore +1 -0
- data/ext/cargo-vendor/memchr-2.7.4/.vim/coc-settings.json +16 -0
- data/ext/cargo-vendor/memchr-2.7.4/Cargo.toml.orig +79 -0
- data/ext/cargo-vendor/memoize-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-0.5.1/.github/workflows/test.yml +20 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgignore +2 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgtags +12 -0
- data/ext/cargo-vendor/memoize-0.5.1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/custom.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/documentation.md +16 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/question.md +11 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/custom.md +22 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/documentation.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Cross.yml +90 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Features.yml +23 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/OSX.yml +40 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Simple.yml +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Valgrind.yml +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.gitmodules +4 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nom-7.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml.orig +142 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.github/workflows/ci.yml +39 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.github/workflows/ci.yaml +28 -0
- data/ext/cargo-vendor/once_cell-1.21.3/Cargo.toml.orig +92 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.lock +7 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml +163 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml.orig +121 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/README.md +26 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/lib.rs +11 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/sync/mod.rs +41 -0
- data/ext/cargo-vendor/overload-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/overload-0.1.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/overload-0.1.1/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.github/workflows/ci.yml +65 -0
- data/ext/cargo-vendor/path-clean-1.0.1/Cargo.toml.orig +20 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/Cargo.toml.orig +89 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/tests/expand/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/workflows/ci.yml +228 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/Cargo.toml.orig +66 -0
- data/ext/cargo-vendor/quote-1.0.40/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/quote-1.0.40/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/quote-1.0.40/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/publish.yml +39 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/rust-tests.yml +125 -0
- data/ext/cargo-vendor/r-efi-5.3.0/AUTHORS +74 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.lock +16 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml +70 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/r-efi-5.3.0/NEWS.md +301 -0
- data/ext/cargo-vendor/rayon-1.10.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-1.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-1.10.0/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/Cargo.toml.orig +68 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.lock +393 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml +70 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml.orig +57 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/readme.md +36 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/macros.rs +371 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.c +179 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.rs +257 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_6.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_7.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_0.rs +332 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_1.rs +325 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_2.rs +323 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_3.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_4.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api.rs +261 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/utils.rs +89 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.lock +294 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml +71 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml.orig +32 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings/stable_api.rs +206 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings.rs +286 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/cc.rs +421 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/regex-1.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-1.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/.vim/coc-settings.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/Cargo.toml.orig +261 -0
- data/ext/cargo-vendor/regex-1.11.1/record/old-bench-log/.gitignore +1 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/Cargo.toml.orig +75 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/Cargo.toml.orig +110 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/Cargo.toml.orig +33 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/FUNDING.yml +2 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/dependabot.yml +12 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/workflows/rust.yml +70 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.lock +1105 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml +284 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/fs/syscalls.rs +2721 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/io/syscalls.rs +303 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/net/sockopt.rs +1338 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/thread/syscalls.rs +780 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/aarch64.rs +269 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/arm.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips32r6.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64.rs +467 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64r6.rs +471 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc64.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/riscv64.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/s390x.rs +288 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/thumb.rs +323 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86.rs +492 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86_64.rs +294 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/param/auxv.rs +580 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/thread/syscalls.rs +549 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/lib.rs +426 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/not_implemented.rs +348 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/pid.rs +135 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/futex.rs +600 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/setns.rs +162 -0
- data/ext/cargo-vendor/ryu-1.0.20/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ryu-1.0.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/workflows/ci.yml +120 -0
- data/ext/cargo-vendor/ryu-1.0.20/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/same-file-1.0.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/same-file-1.0.6/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/same-file-1.0.6/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/semver-1.0.26/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/semver-1.0.26/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/workflows/ci.yml +140 -0
- data/ext/cargo-vendor/semver-1.0.26/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/workflows/ci.yml +103 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/serde-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde-1.0.219/Cargo.toml.orig +71 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.lock +419 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml +157 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/lib.rs +438 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/read.rs +1089 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/ser.rs +2285 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/value/mod.rs +1042 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/workflows/ci.yml +111 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.clog.toml +26 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.envrc +1 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/FUNDING.yml +12 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/ci.yml +154 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/release.yml +22 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/Cargo.toml.orig +53 -0
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shell-words-1.1.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/shlex-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shlex-1.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shlex-1.3.0/.github/workflows/test.yml +36 -0
- data/ext/cargo-vendor/shlex-1.3.0/Cargo.toml.orig +23 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.github/workflows/main.yml +114 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.lock +198 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml +110 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml.orig +54 -0
- data/ext/cargo-vendor/smallvec-1.15.1/src/lib.rs +2605 -0
- data/ext/cargo-vendor/strsim-0.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/strsim-0.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/strsim-0.11.1/.editorconfig +13 -0
- data/ext/cargo-vendor/strsim-0.11.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/syn-1.0.109/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-1.0.109/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-1.0.109/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/syn-2.0.101/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-2.0.101/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-2.0.101/Cargo.toml.orig +94 -0
- data/ext/cargo-vendor/tap-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tap-1.0.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/tap-1.0.1/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/workflows/ci.yml +107 -0
- data/ext/cargo-vendor/tempfile-3.20.0/CHANGELOG.md +360 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.lock +183 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml +98 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/any.rs +24 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/unix.rs +26 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/mod.rs +516 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/file/mod.rs +1078 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/lib.rs +760 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/spooled.rs +249 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/util.rs +82 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/env.rs +16 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/namedtempfile.rs +607 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/spooled.rs +377 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempdir.rs +212 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempfile.rs +78 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/ci.yml +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/release-plz.yml +53 -0
- data/ext/cargo-vendor/thread_local-1.1.9/CHANGELOG.md +16 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.lock +610 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml +51 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/README.md +39 -0
- data/ext/cargo-vendor/thread_local-1.1.9/src/thread_id.rs +210 -0
- data/ext/cargo-vendor/tracing-0.1.41/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-0.1.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-0.1.41/Cargo.toml.orig +118 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/CHANGELOG.md +469 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.lock +601 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml +157 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/README.md +91 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/attr.rs +478 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/expand.rs +854 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/lib.rs +707 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/async_fn.rs +496 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/dead_code.rs +10 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/err.rs +329 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/instrument.rs +346 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.rs +45 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.stderr +104 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/const_instrument.stderr +15 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.rs +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.stderr +11 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/pass/type_shadowing.rs +17 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui.rs +15 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/CHANGELOG.md +587 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.lock +23 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml +106 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/README.md +121 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/callsite.rs +618 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/dispatcher.rs +1068 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/field.rs +1320 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/lib.rs +302 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/metadata.rs +1114 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/Cargo.toml.orig +109 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/tests/fst/.gitignore +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/workflows/ci.yml +109 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/Cargo.toml.orig +15 -0
- data/ext/cargo-vendor/valuable-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/valuable-0.1.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/valuable-0.1.1/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/version_check-0.9.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/version_check-0.9.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/.github/workflows/ci.yml +42 -0
- data/ext/cargo-vendor/version_check-0.9.5/.travis.yml +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.github/workflows/ci.yml +94 -0
- data/ext/cargo-vendor/walkdir-2.5.0/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.github/workflows/main.yml +44 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.gitmodules +3 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.lock +23 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml +59 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.github/workflows/main.yml +77 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.gitmodules +0 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/winapi-0.3.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-0.3.9/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/winapi-0.3.9/Cargo.toml.orig +431 -0
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.github/workflows/ci.yml +87 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-link-0.1.3/readme.md +26 -0
- data/ext/cargo-vendor/windows-link-0.1.3/src/lib.rs +39 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.lock +74 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml +305 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml.orig +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-mit +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/readme.md +40 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/rustfmt.toml +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs +49 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs +1842 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs +11534 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs +4258 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs +269 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +1785 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs +5284 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs +28 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs +215 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs +16976 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs +155 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs +510 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs +262 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs +1303 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs +1712 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs +1629 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs +539 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs +332 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +4702 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs +165 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs +3822 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs +717 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs +102 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs +1358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +3996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs +633 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs +1422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs +265 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs +73 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs +554 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs +247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs +3405 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs +3334 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs +1003 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs +100 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs +10365 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs +99 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs +5285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs +238 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs +4203 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs +2381 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs +1276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs +5024 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs +2447 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs +6409 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs +6882 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs +996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs +212 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs +2511 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs +2076 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +3771 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs +89 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +3567 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs +248 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs +5358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs +200 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs +282 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs +1502 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs +1810 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs +3870 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs +457 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs +428 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs +57 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +5206 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs +139 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs +4971 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs +326 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs +157 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs +2859 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs +4340 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs +1525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs +907 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs +113 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs +1247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs +2499 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs +5891 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs +4218 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs +6792 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs +1204 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs +931 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +188 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs +2330 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs +198 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs +701 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs +10296 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs +1173 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs +8 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs +194 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs +1123 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs +387 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs +1346 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs +256 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs +791 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs +441 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs +97 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs +4367 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs +709 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs +329 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs +376 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs +1599 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs +3006 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs +4443 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs +454 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs +306 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs +965 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs +440 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs +38 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs +1255 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs +147 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs +2321 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs +68 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs +364 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs +172 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs +847 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs +955 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs +1549 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs +604 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs +433 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs +506 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs +636 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs +4085 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs +6558 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +2504 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs +355 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs +144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs +105 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs +328 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs +237 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs +460 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs +127 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs +401 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs +35 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs +477 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs +86 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs +187 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs +2388 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs +78 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs +1581 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs +7422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs +525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs +145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs +392 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs +122 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs +185 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs +25 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs +536 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs +766 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs +2992 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs +1266 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs +1572 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs +235 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs +1144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs +2145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs +1095 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs +101 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs +81 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs +3429 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs +6535 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs +727 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs +866 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs +5338 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs +1285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs +60 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs +23 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs +351 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs +341 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs +1886 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs +2845 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs +132 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs +1916 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs +788 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs +1380 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs +8163 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs +66 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs +1619 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs +895 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs +184 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs +151 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs +232 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs +254 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs +62 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs +129 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +356 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs +7533 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs +1595 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs +862 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs +4075 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs +634 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/mod.rs +30 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/literals.rs +114 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/mod.rs +47 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/lib.rs +17 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.lock +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/readme.md +27 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/src/lib.rs +29 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/Cargo.toml.orig +19 -0
- data/ext/fast_code_owners/Cargo.toml +4 -3
- data/ext/fast_code_owners/src/lib.rs +1 -1
- data/lib/fast_code_owners/cli.rb +144 -0
- data/lib/fast_code_owners/team_finder.rb +2 -1
- data/lib/fast_code_owners/version.rb +1 -1
- data/lib/fast_code_owners.rb +16 -0
- metadata +1916 -1170
- data/ext/cargo-vendor/anstream-0.6.18/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.lock +0 -705
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.toml +0 -233
- data/ext/cargo-vendor/anstream-0.6.18/README.md +0 -34
- data/ext/cargo-vendor/anstream-0.6.18/benches/stream.rs +0 -103
- data/ext/cargo-vendor/anstream-0.6.18/benches/strip.rs +0 -134
- data/ext/cargo-vendor/anstream-0.6.18/benches/wincon.rs +0 -46
- data/ext/cargo-vendor/anstream-0.6.18/src/_macros.rs +0 -365
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/strip.rs +0 -511
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/wincon.rs +0 -387
- data/ext/cargo-vendor/anstream-0.6.18/src/lib.rs +0 -86
- data/ext/cargo-vendor/anstream-0.6.18/src/stream.rs +0 -315
- data/ext/cargo-vendor/anstream-0.6.18/src/wincon.rs +0 -225
- data/ext/cargo-vendor/anstyle-1.0.10/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.lock +0 -16
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.toml +0 -176
- data/ext/cargo-vendor/anstyle-1.0.10/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-1.0.10/README.md +0 -42
- data/ext/cargo-vendor/anstyle-1.0.10/src/color.rs +0 -685
- data/ext/cargo-vendor/anstyle-1.0.10/src/effect.rs +0 -404
- data/ext/cargo-vendor/anstyle-1.0.10/src/lib.rs +0 -64
- data/ext/cargo-vendor/anstyle-1.0.10/src/reset.rs +0 -47
- data/ext/cargo-vendor/anstyle-1.0.10/src/style.rs +0 -437
- data/ext/cargo-vendor/anstyle-parse-0.2.6/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.lock +0 -667
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.toml +0 -200
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/anstyle-parse-0.2.6/README.md +0 -33
- data/ext/cargo-vendor/anstyle-parse-0.2.6/benches/parse.rs +0 -207
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/lib.rs +0 -438
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/state/definitions.rs +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.lock +0 -83
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.toml +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/README.md +0 -15
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/lib.rs +0 -159
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/windows.rs +0 -79
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.lock +0 -104
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.toml +0 -188
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/README.md +0 -30
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/lib.rs +0 -21
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/windows.rs +0 -260
- data/ext/cargo-vendor/clap-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap-4.5.37/Cargo.lock +0 -868
- data/ext/cargo-vendor/clap-4.5.37/Cargo.toml +0 -627
- data/ext/cargo-vendor/clap-4.5.37/README.md +0 -43
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_builder/03_04_subcommands.md +0 -59
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_derive/03_04_subcommands.md +0 -60
- data/ext/cargo-vendor/clap-4.5.37/src/_derive/mod.rs +0 -533
- data/ext/cargo-vendor/clap-4.5.37/src/_faq.rs +0 -95
- data/ext/cargo-vendor/clap-4.5.37/src/bin/stdio-fixture.rs +0 -26
- data/ext/cargo-vendor/clap-4.5.37/src/lib.rs +0 -102
- data/ext/cargo-vendor/clap_builder-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.lock +0 -450
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.toml +0 -219
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_builder-4.5.37/README.md +0 -24
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/action.rs +0 -461
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/command.rs +0 -5202
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/styling.rs +0 -177
- data/ext/cargo-vendor/clap_builder-4.5.37/src/error/kind.rs +0 -366
- data/ext/cargo-vendor/clap_builder-4.5.37/src/lib.rs +0 -49
- data/ext/cargo-vendor/clap_builder-4.5.37/src/macros.rs +0 -590
- data/ext/cargo-vendor/clap_builder-4.5.37/src/output/help_template.rs +0 -1151
- data/ext/cargo-vendor/clap_builder-4.5.37/src/parser/matches/arg_matches.rs +0 -2100
- data/ext/cargo-vendor/clap_derive-4.5.32/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.lock +0 -100
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_derive-4.5.32/README.md +0 -24
- data/ext/cargo-vendor/clap_lex-0.7.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_lex-0.7.4/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_lex-0.7.4/README.md +0 -19
- data/ext/cargo-vendor/clap_lex-0.7.4/src/lib.rs +0 -522
- data/ext/cargo-vendor/codeowners-0.2.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/codeowners-0.2.4/CONFIGURATION.md +0 -135
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.lock +0 -1214
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.toml +0 -90
- data/ext/cargo-vendor/codeowners-0.2.4/README.md +0 -128
- data/ext/cargo-vendor/codeowners-0.2.4/src/cache/file.rs +0 -173
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/directory_mapper.rs +0 -169
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/package_mapper.rs +0 -215
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership.rs +0 -219
- data/ext/cargo-vendor/codeowners-0.2.4/src/project.rs +0 -199
- data/ext/cargo-vendor/codeowners-0.2.4/src/project_builder.rs +0 -230
- data/ext/cargo-vendor/codeowners-0.2.4/src/runner.rs +0 -293
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/.github/CODEOWNERS +0 -35
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/config/code_ownership.yml +0 -10
- data/ext/cargo-vendor/codeowners-0.2.4/tests/valid_project_test.rs +0 -237
- data/ext/cargo-vendor/colorchoice-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/colorchoice-1.0.3/Cargo.toml +0 -160
- data/ext/cargo-vendor/colorchoice-1.0.3/README.md +0 -24
- data/ext/cargo-vendor/colorchoice-1.0.3/src/lib.rs +0 -116
- data/ext/cargo-vendor/errno-0.3.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/errno-0.3.11/CHANGELOG.md +0 -122
- data/ext/cargo-vendor/errno-0.3.11/Cargo.lock +0 -90
- data/ext/cargo-vendor/errno-0.3.11/Cargo.toml +0 -67
- data/ext/cargo-vendor/fast-glob-0.4.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.lock +0 -460
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.toml +0 -61
- data/ext/cargo-vendor/getrandom-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/getrandom-0.3.2/CHANGELOG.md +0 -605
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.lock +0 -365
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.toml +0 -147
- data/ext/cargo-vendor/getrandom-0.3.2/README.md +0 -385
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends/wasi_p1.rs +0 -26
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends.rs +0 -180
- data/ext/cargo-vendor/hashbrown-0.15.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hashbrown-0.15.2/CHANGELOG.md +0 -588
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.lock +0 -266
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.toml +0 -173
- data/ext/cargo-vendor/hashbrown-0.15.2/README.md +0 -80
- data/ext/cargo-vendor/hashbrown-0.15.2/benches/bench.rs +0 -331
- data/ext/cargo-vendor/hashbrown-0.15.2/src/control/group/mod.rs +0 -35
- data/ext/cargo-vendor/hashbrown-0.15.2/src/external_trait_impls/serde.rs +0 -220
- data/ext/cargo-vendor/hashbrown-0.15.2/src/lib.rs +0 -181
- data/ext/cargo-vendor/hashbrown-0.15.2/src/map.rs +0 -6512
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/alloc.rs +0 -86
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/mod.rs +0 -4383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/rustc_entry.rs +0 -567
- data/ext/cargo-vendor/hashbrown-0.15.2/src/set.rs +0 -3108
- data/ext/cargo-vendor/hashbrown-0.15.2/src/table.rs +0 -2383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/util.rs +0 -14
- data/ext/cargo-vendor/hashbrown-0.15.2/tests/set.rs +0 -34
- data/ext/cargo-vendor/indexmap-2.9.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.lock +0 -338
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.toml +0 -145
- data/ext/cargo-vendor/indexmap-2.9.0/RELEASES.md +0 -557
- data/ext/cargo-vendor/indexmap-2.9.0/benches/bench.rs +0 -763
- data/ext/cargo-vendor/indexmap-2.9.0/benches/faststring.rs +0 -185
- data/ext/cargo-vendor/indexmap-2.9.0/src/lib.rs +0 -300
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/entry.rs +0 -571
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/raw_entry_v1.rs +0 -665
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core.rs +0 -738
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/iter.rs +0 -776
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/mutable.rs +0 -166
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/slice.rs +0 -631
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/tests.rs +0 -1008
- data/ext/cargo-vendor/indexmap-2.9.0/src/map.rs +0 -1651
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/map.rs +0 -663
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/mod.rs +0 -16
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/set.rs +0 -756
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/iter.rs +0 -628
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/slice.rs +0 -379
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/tests.rs +0 -723
- data/ext/cargo-vendor/indexmap-2.9.0/src/set.rs +0 -1301
- data/ext/cargo-vendor/indexmap-2.9.0/tests/quick.rs +0 -759
- data/ext/cargo-vendor/r-efi-5.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/r-efi-5.2.0/AUTHORS +0 -73
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.toml +0 -77
- data/ext/cargo-vendor/r-efi-5.2.0/NEWS.md +0 -292
- data/ext/cargo-vendor/rb-sys-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.111/Cargo.toml +0 -70
- data/ext/cargo-vendor/rb-sys-0.9.111/readme.md +0 -72
- data/ext/cargo-vendor/rb-sys-0.9.111/src/macros.rs +0 -286
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.c +0 -123
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.rs +0 -216
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_6.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_7.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_0.rs +0 -287
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_1.rs +0 -280
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_2.rs +0 -278
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_3.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_4.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api.rs +0 -229
- data/ext/cargo-vendor/rb-sys-0.9.111/src/utils.rs +0 -67
- data/ext/cargo-vendor/rb-sys-build-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.111/Cargo.toml +0 -71
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings/stable_api.rs +0 -206
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings.rs +0 -254
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/cc.rs +0 -403
- data/ext/cargo-vendor/rustix-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.lock +0 -1033
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.toml +0 -290
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/fs/syscalls.rs +0 -2718
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/io/syscalls.rs +0 -297
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/net/sockopt.rs +0 -1339
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/thread/syscalls.rs +0 -780
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/aarch64.rs +0 -268
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/arm.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips32r6.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64.rs +0 -466
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64r6.rs +0 -470
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc64.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/riscv64.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/s390x.rs +0 -287
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/thumb.rs +0 -322
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86.rs +0 -490
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86_64.rs +0 -293
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/param/auxv.rs +0 -583
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/thread/syscalls.rs +0 -549
- data/ext/cargo-vendor/rustix-1.0.5/src/lib.rs +0 -420
- data/ext/cargo-vendor/rustix-1.0.5/src/not_implemented.rs +0 -349
- data/ext/cargo-vendor/rustix-1.0.5/src/pid.rs +0 -111
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/futex.rs +0 -600
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/setns.rs +0 -139
- data/ext/cargo-vendor/serde_json-1.0.140/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.lock +0 -417
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.toml +0 -157
- data/ext/cargo-vendor/serde_json-1.0.140/src/lib.rs +0 -437
- data/ext/cargo-vendor/serde_json-1.0.140/src/read.rs +0 -1089
- data/ext/cargo-vendor/serde_json-1.0.140/src/ser.rs +0 -2277
- data/ext/cargo-vendor/serde_json-1.0.140/src/value/mod.rs +0 -1035
- data/ext/cargo-vendor/smallvec-1.15.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.lock +0 -198
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/smallvec-1.15.0/src/lib.rs +0 -2603
- data/ext/cargo-vendor/tempfile-3.19.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tempfile-3.19.1/CHANGELOG.md +0 -338
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.lock +0 -183
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.toml +0 -95
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/any.rs +0 -24
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/unix.rs +0 -26
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/mod.rs +0 -500
- data/ext/cargo-vendor/tempfile-3.19.1/src/file/mod.rs +0 -1055
- data/ext/cargo-vendor/tempfile-3.19.1/src/lib.rs +0 -745
- data/ext/cargo-vendor/tempfile-3.19.1/src/spooled.rs +0 -197
- data/ext/cargo-vendor/tempfile-3.19.1/src/util.rs +0 -80
- data/ext/cargo-vendor/tempfile-3.19.1/tests/env.rs +0 -15
- data/ext/cargo-vendor/tempfile-3.19.1/tests/namedtempfile.rs +0 -531
- data/ext/cargo-vendor/tempfile-3.19.1/tests/spooled.rs +0 -322
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempdir.rs +0 -191
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempfile.rs +0 -68
- data/ext/cargo-vendor/thread_local-1.1.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thread_local-1.1.8/Cargo.toml +0 -43
- data/ext/cargo-vendor/thread_local-1.1.8/README.md +0 -39
- data/ext/cargo-vendor/thread_local-1.1.8/src/thread_id.rs +0 -206
- data/ext/cargo-vendor/tracing-attributes-0.1.28/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-attributes-0.1.28/CHANGELOG.md +0 -446
- data/ext/cargo-vendor/tracing-attributes-0.1.28/Cargo.toml +0 -151
- data/ext/cargo-vendor/tracing-attributes-0.1.28/README.md +0 -91
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/attr.rs +0 -478
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/expand.rs +0 -833
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/lib.rs +0 -696
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/async_fn.rs +0 -491
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/err.rs +0 -328
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/instrument.rs +0 -326
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.rs +0 -46
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.stderr +0 -98
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/const_instrument.stderr +0 -15
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui.rs +0 -14
- data/ext/cargo-vendor/tracing-core-0.1.33/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-core-0.1.33/CHANGELOG.md +0 -574
- data/ext/cargo-vendor/tracing-core-0.1.33/Cargo.toml +0 -104
- data/ext/cargo-vendor/tracing-core-0.1.33/README.md +0 -121
- data/ext/cargo-vendor/tracing-core-0.1.33/src/callsite.rs +0 -618
- data/ext/cargo-vendor/tracing-core-0.1.33/src/dispatcher.rs +0 -1069
- data/ext/cargo-vendor/tracing-core-0.1.33/src/field.rs +0 -1320
- data/ext/cargo-vendor/tracing-core-0.1.33/src/lib.rs +0 -302
- data/ext/cargo-vendor/tracing-core-0.1.33/src/metadata.rs +0 -1114
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml +0 -42
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/dump-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/query-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/adapter/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/auto.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/fmt.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/strip.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-1.0.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/examples/dump-style.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-parse-0.2.7}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-parse-0.2.7}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/examples/parselog.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/params.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/codegen.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/table.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-query-1.1.4}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → anstyle-query-1.1.4}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-query-1.1.4}/examples/query.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-wincon-3.0.10}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/dump-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/set-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/ansi.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → clap-4.5.43}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/README.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/flatten_hand_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/hand_subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/interop_tests.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands_alt.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/typed_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_derive/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_features.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_group.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_predicate.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/debug_asserts.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/ext.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/os_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/possible_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/range.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/resettable.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/styled_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/tests.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_hint.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/derive.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/context.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/format.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/mkeymap.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/fmt.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/help.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/core.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/word_separators.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/wrap_algorithms.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/usage.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/arg_matcher.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/suggestions.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/matched_arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/value_source.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/validator.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/any_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/color.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_map.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_set.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/graph.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/id.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/str_to_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/attr.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/args.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/into_app.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/value_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/dummies.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/item.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/doc_comments.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/spanned.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/ty.rs +0 -0
- /data/ext/cargo-vendor/{clap_lex-0.7.4 → clap_lex-0.7.5}/src/ext.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/audit.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/ci.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/dotslash-config.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rusty-hook.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/dev/run_benchmarks.sh +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/rust-toolchain.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/noop.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cli.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/common_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/main.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_generator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_owner_finder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/escaper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_file_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_gem_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_glob_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_yml_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/parser.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/tests.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/validator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/project_file_builder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/cache_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/blockchain.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/multi_owned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/unowned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/deep/nesting/nestdir/deep_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/one_owner.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/some_other_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/bar.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/foo.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/.ignore +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/index.tsx +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/package.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/pay.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/item.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/ownedby_payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/ignored_files/git_ignored.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_structure_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/multiple_directory_owners_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tmp/.gitkeep +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/README.md +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/hermit.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/wasi.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{fast-glob-0.4.5 → fast-glob-1.0.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/benches/buffer.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/build.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/apple_other.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/custom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/efi_rng.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/esp_idf.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/fuchsia.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getentropy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/hermit.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_android_with_fallback.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_raw.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/netbsd.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rdrand.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rndr.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solaris.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solid.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/use_file.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/vxworks.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasi_p2.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasm_js.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows7.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error_std_impls.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util_libc.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/tests/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/insert_unique_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/set_ops.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/bitmask.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/generic.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/neon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/sse2.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/tag.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/helpers.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/map.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/raw.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/set.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/table.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/raw_entry.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/scopeguard.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/hasher.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/rayon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/README.md +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/borsh.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/map/serde_seq.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/set/mutable.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/macros_full_path.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/tests.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/Makefile +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/README.md +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/freestanding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/gop-query.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/hello-world.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/base.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/hii.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/absolute_pointer.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/block_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/bus_specific_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debug_support.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debugport.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/decompress.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_from_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_to_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_utilities.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_diagnostics2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_family_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/graphics_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_database.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_package_list.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_string.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image_device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/managed_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/memory_attribute.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/mp_services.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/pci_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/platform_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/rng.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/service_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_dynamic_command.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_parameters.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_file_system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/timestamp.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor/intel/console_control.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/bin/release.sh +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/features.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/main.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/stable_api_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/hidden.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/ruby_abi_version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/special_consts.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/symbol.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/tracking_allocator.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/value_type.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/sanitizer.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/wrapper.h +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/flags.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/library.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/search_path.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CHANGES.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/README.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/benches/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/build.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/ext.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/winsock_c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/reg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/tls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/bitcast.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/check_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/clockid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/cstr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/eventfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/kqueue.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/pause.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/poll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/port.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/select.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ffi.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/abs.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/at.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/constants.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/copy_file_range.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fadvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl_apple.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcopyfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/getpath.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/memfd_create.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/openat2.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/raw_dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/seek_from.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sendfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/special.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/statx.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/xattr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/close.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/dup.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/read_write.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/bindgen_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/bsd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/linux.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/patterns.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/kernel_sigset.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/owned.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/madvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mmap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/msync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/userfaultfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/fsopen.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mount_unmount.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/msg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket_addr_any.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socketpair.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/wsa.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/arg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/dec_int.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chdir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chroot.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/exit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/fcntl_getlk.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/kill.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd_getfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pivot_root.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/priority.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/procctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/rlimit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/umask.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/shm.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/signal.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/static_assertions.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tc.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/libcap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/membarrier.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched_yield.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/timerfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/timespec.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ugid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/weak.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/README.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/build.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/core.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bhcomp.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bignum.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached_float80.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/digit.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/errors.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers32.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers64.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/shift.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/small_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/number.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/from.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/index.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/partial_eq.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/ser.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/compiletest.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/debug.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/macros/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue1004.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue520.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue795.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue845.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue953.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/stream.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/test.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.stderr +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/benches/bench.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/smallvec.natvis +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/scripts/run_miri.sh +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/specialization.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/debugger_visualizer.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/macro.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/README.md +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/deny.toml +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/dir/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/env.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/other.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/unix.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/windows.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/benches/thread_local.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/cached.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/unreachable.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/destructuring.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/fields.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/follows_from.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/levels.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/names.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/parents.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/ret.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/targets.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28/tests/ui → tracing-attributes-0.1.30/tests/ui/fail}/const_instrument.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/event.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/parent.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/span.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mutex.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/once.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/stdlib.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/subscriber.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/global_dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/local_dispatch_before_init.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/macros.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/missed_register_callsite.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib_generated.rs +0 -0
@@ -0,0 +1,3870 @@
|
|
1
|
+
windows_targets::link!("rtm.dll" "system" fn MgmAddGroupMembershipEntry(hprotocol : super::super::Foundation:: HANDLE, dwsourceaddr : u32, dwsourcemask : u32, dwgroupaddr : u32, dwgroupmask : u32, dwifindex : u32, dwifnexthopipaddr : u32, dwflags : u32) -> u32);
|
2
|
+
windows_targets::link!("rtm.dll" "system" fn MgmDeRegisterMProtocol(hprotocol : super::super::Foundation:: HANDLE) -> u32);
|
3
|
+
windows_targets::link!("rtm.dll" "system" fn MgmDeleteGroupMembershipEntry(hprotocol : super::super::Foundation:: HANDLE, dwsourceaddr : u32, dwsourcemask : u32, dwgroupaddr : u32, dwgroupmask : u32, dwifindex : u32, dwifnexthopipaddr : u32, dwflags : u32) -> u32);
|
4
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetFirstMfe(pdwbuffersize : *mut u32, pbbuffer : *mut u8, pdwnumentries : *mut u32) -> u32);
|
5
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetFirstMfeStats(pdwbuffersize : *mut u32, pbbuffer : *mut u8, pdwnumentries : *mut u32, dwflags : u32) -> u32);
|
6
|
+
#[cfg(feature = "Win32_NetworkManagement_IpHelper")]
|
7
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetMfe(pimm : *mut super::IpHelper:: MIB_IPMCAST_MFE, pdwbuffersize : *mut u32, pbbuffer : *mut u8) -> u32);
|
8
|
+
#[cfg(feature = "Win32_NetworkManagement_IpHelper")]
|
9
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetMfeStats(pimm : *mut super::IpHelper:: MIB_IPMCAST_MFE, pdwbuffersize : *mut u32, pbbuffer : *mut u8, dwflags : u32) -> u32);
|
10
|
+
#[cfg(feature = "Win32_NetworkManagement_IpHelper")]
|
11
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetNextMfe(pimmstart : *mut super::IpHelper:: MIB_IPMCAST_MFE, pdwbuffersize : *mut u32, pbbuffer : *mut u8, pdwnumentries : *mut u32) -> u32);
|
12
|
+
#[cfg(feature = "Win32_NetworkManagement_IpHelper")]
|
13
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetNextMfeStats(pimmstart : *mut super::IpHelper:: MIB_IPMCAST_MFE, pdwbuffersize : *mut u32, pbbuffer : *mut u8, pdwnumentries : *mut u32, dwflags : u32) -> u32);
|
14
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGetProtocolOnInterface(dwifindex : u32, dwifnexthopaddr : u32, pdwifprotocolid : *mut u32, pdwifcomponentid : *mut u32) -> u32);
|
15
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGroupEnumerationEnd(henum : super::super::Foundation:: HANDLE) -> u32);
|
16
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGroupEnumerationGetNext(henum : super::super::Foundation:: HANDLE, pdwbuffersize : *mut u32, pbbuffer : *mut u8, pdwnumentries : *mut u32) -> u32);
|
17
|
+
windows_targets::link!("rtm.dll" "system" fn MgmGroupEnumerationStart(hprotocol : super::super::Foundation:: HANDLE, metenumtype : MGM_ENUM_TYPES, phenumhandle : *mut super::super::Foundation:: HANDLE) -> u32);
|
18
|
+
windows_targets::link!("rtm.dll" "system" fn MgmRegisterMProtocol(prpiinfo : *mut ROUTING_PROTOCOL_CONFIG, dwprotocolid : u32, dwcomponentid : u32, phprotocol : *mut super::super::Foundation:: HANDLE) -> u32);
|
19
|
+
windows_targets::link!("rtm.dll" "system" fn MgmReleaseInterfaceOwnership(hprotocol : super::super::Foundation:: HANDLE, dwifindex : u32, dwifnexthopaddr : u32) -> u32);
|
20
|
+
windows_targets::link!("rtm.dll" "system" fn MgmTakeInterfaceOwnership(hprotocol : super::super::Foundation:: HANDLE, dwifindex : u32, dwifnexthopaddr : u32) -> u32);
|
21
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminBufferFree(pbuffer : *const core::ffi::c_void) -> u32);
|
22
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminConnectionClearStats(hrasserver : isize, hrasconnection : super::super::Foundation:: HANDLE) -> u32);
|
23
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminConnectionEnum(hrasserver : isize, dwlevel : u32, lplpbbuffer : *mut *mut u8, dwprefmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, lpdwresumehandle : *const u32) -> u32);
|
24
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminConnectionEnumEx(hrasserver : isize, pobjectheader : *const MPRAPI_OBJECT_HEADER, dwpreferedmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, pprasconn : *mut *mut RAS_CONNECTION_EX, lpdwresumehandle : *const u32) -> u32);
|
25
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminConnectionGetInfo(hrasserver : isize, dwlevel : u32, hrasconnection : super::super::Foundation:: HANDLE, lplpbbuffer : *mut *mut u8) -> u32);
|
26
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminConnectionGetInfoEx(hrasserver : isize, hrasconnection : super::super::Foundation:: HANDLE, prasconnection : *mut RAS_CONNECTION_EX) -> u32);
|
27
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminConnectionRemoveQuarantine(hrasserver : super::super::Foundation:: HANDLE, hrasconnection : super::super::Foundation:: HANDLE, fisipaddress : windows_sys::core::BOOL) -> u32);
|
28
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminDeregisterConnectionNotification(hmprserver : isize, heventnotification : super::super::Foundation:: HANDLE) -> u32);
|
29
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminDeviceEnum(hmprserver : isize, dwlevel : u32, lplpbbuffer : *mut *mut u8, lpdwtotalentries : *mut u32) -> u32);
|
30
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminEstablishDomainRasServer(pszdomain : windows_sys::core::PCWSTR, pszmachine : windows_sys::core::PCWSTR, benable : windows_sys::core::BOOL) -> u32);
|
31
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminGetErrorString(dwerror : u32, lplpwserrorstring : *mut windows_sys::core::PWSTR) -> u32);
|
32
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminGetPDCServer(lpszdomain : windows_sys::core::PCWSTR, lpszserver : windows_sys::core::PCWSTR, lpszpdcserver : windows_sys::core::PWSTR) -> u32);
|
33
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceConnect(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, hevent : super::super::Foundation:: HANDLE, fsynchronous : windows_sys::core::BOOL) -> u32);
|
34
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceCreate(hmprserver : isize, dwlevel : u32, lpbbuffer : *const u8, phinterface : *mut super::super::Foundation:: HANDLE) -> u32);
|
35
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceDelete(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE) -> u32);
|
36
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceDeviceGetInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwindex : u32, dwlevel : u32, lplpbuffer : *mut *mut u8) -> u32);
|
37
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceDeviceSetInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwindex : u32, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
38
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceDisconnect(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE) -> u32);
|
39
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceEnum(hmprserver : isize, dwlevel : u32, lplpbbuffer : *mut *mut u8, dwprefmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, lpdwresumehandle : *const u32) -> u32);
|
40
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceGetCredentials(lpwsserver : windows_sys::core::PCWSTR, lpwsinterfacename : windows_sys::core::PCWSTR, lpwsusername : windows_sys::core::PWSTR, lpwspassword : windows_sys::core::PWSTR, lpwsdomainname : windows_sys::core::PWSTR) -> u32);
|
41
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceGetCredentialsEx(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbbuffer : *mut *mut u8) -> u32);
|
42
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
43
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceGetCustomInfoEx(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, pcustominfo : *mut MPR_IF_CUSTOMINFOEX2) -> u32);
|
44
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceGetHandle(hmprserver : isize, lpwsinterfacename : windows_sys::core::PCWSTR, phinterface : *mut super::super::Foundation:: HANDLE, fincludeclientinterfaces : windows_sys::core::BOOL) -> u32);
|
45
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceGetInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbbuffer : *const *const u8) -> u32);
|
46
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceQueryUpdateResult(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwprotocolid : u32, lpdwupdateresult : *mut u32) -> u32);
|
47
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceSetCredentials(lpwsserver : windows_sys::core::PCWSTR, lpwsinterfacename : windows_sys::core::PCWSTR, lpwsusername : windows_sys::core::PCWSTR, lpwsdomainname : windows_sys::core::PCWSTR, lpwspassword : windows_sys::core::PCWSTR) -> u32);
|
48
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceSetCredentialsEx(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
49
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
50
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceSetCustomInfoEx(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, pcustominfo : *const MPR_IF_CUSTOMINFOEX2) -> u32);
|
51
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceSetInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
52
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceTransportAdd(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwtransportid : u32, pinterfaceinfo : *const u8, dwinterfaceinfosize : u32) -> u32);
|
53
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceTransportGetInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwtransportid : u32, ppinterfaceinfo : *mut *mut u8, lpdwinterfaceinfosize : *mut u32) -> u32);
|
54
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceTransportRemove(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwtransportid : u32) -> u32);
|
55
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceTransportSetInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwtransportid : u32, pinterfaceinfo : *const u8, dwinterfaceinfosize : u32) -> u32);
|
56
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceUpdatePhonebookInfo(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE) -> u32);
|
57
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminInterfaceUpdateRoutes(hmprserver : isize, hinterface : super::super::Foundation:: HANDLE, dwprotocolid : u32, hevent : super::super::Foundation:: HANDLE) -> u32);
|
58
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminIsDomainRasServer(pszdomain : windows_sys::core::PCWSTR, pszmachine : windows_sys::core::PCWSTR, pbisrasserver : *mut windows_sys::core::BOOL) -> u32);
|
59
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminIsServiceInitialized(lpwsservername : windows_sys::core::PCWSTR, fisserviceinitialized : *const windows_sys::core::BOOL) -> u32);
|
60
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminIsServiceRunning(lpwsservername : windows_sys::core::PCWSTR) -> windows_sys::core::BOOL);
|
61
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBBufferFree(pbuffer : *const core::ffi::c_void) -> u32);
|
62
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBEntryCreate(hmibserver : isize, dwpid : u32, dwroutingpid : u32, lpentry : *const core::ffi::c_void, dwentrysize : u32) -> u32);
|
63
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBEntryDelete(hmibserver : isize, dwprotocolid : u32, dwroutingpid : u32, lpentry : *const core::ffi::c_void, dwentrysize : u32) -> u32);
|
64
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBEntryGet(hmibserver : isize, dwprotocolid : u32, dwroutingpid : u32, lpinentry : *const core::ffi::c_void, dwinentrysize : u32, lplpoutentry : *mut *mut core::ffi::c_void, lpoutentrysize : *mut u32) -> u32);
|
65
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBEntryGetFirst(hmibserver : isize, dwprotocolid : u32, dwroutingpid : u32, lpinentry : *const core::ffi::c_void, dwinentrysize : u32, lplpoutentry : *mut *mut core::ffi::c_void, lpoutentrysize : *mut u32) -> u32);
|
66
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBEntryGetNext(hmibserver : isize, dwprotocolid : u32, dwroutingpid : u32, lpinentry : *const core::ffi::c_void, dwinentrysize : u32, lplpoutentry : *mut *mut core::ffi::c_void, lpoutentrysize : *mut u32) -> u32);
|
67
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBEntrySet(hmibserver : isize, dwprotocolid : u32, dwroutingpid : u32, lpentry : *const core::ffi::c_void, dwentrysize : u32) -> u32);
|
68
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBServerConnect(lpwsservername : windows_sys::core::PCWSTR, phmibserver : *mut isize) -> u32);
|
69
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminMIBServerDisconnect(hmibserver : isize));
|
70
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminPortClearStats(hrasserver : isize, hport : super::super::Foundation:: HANDLE) -> u32);
|
71
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminPortDisconnect(hrasserver : isize, hport : super::super::Foundation:: HANDLE) -> u32);
|
72
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminPortEnum(hrasserver : isize, dwlevel : u32, hrasconnection : super::super::Foundation:: HANDLE, lplpbbuffer : *mut *mut u8, dwprefmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, lpdwresumehandle : *const u32) -> u32);
|
73
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminPortGetInfo(hrasserver : isize, dwlevel : u32, hport : super::super::Foundation:: HANDLE, lplpbbuffer : *mut *mut u8) -> u32);
|
74
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminPortReset(hrasserver : isize, hport : super::super::Foundation:: HANDLE) -> u32);
|
75
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminRegisterConnectionNotification(hmprserver : isize, heventnotification : super::super::Foundation:: HANDLE) -> u32);
|
76
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminSendUserMessage(hmprserver : isize, hconnection : super::super::Foundation:: HANDLE, lpwszmessage : windows_sys::core::PCWSTR) -> u32);
|
77
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerConnect(lpwsservername : windows_sys::core::PCWSTR, phmprserver : *mut isize) -> u32);
|
78
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerDisconnect(hmprserver : isize));
|
79
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerGetCredentials(hmprserver : isize, dwlevel : u32, lplpbbuffer : *const *const u8) -> u32);
|
80
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerGetInfo(hmprserver : isize, dwlevel : u32, lplpbbuffer : *mut *mut u8) -> u32);
|
81
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
82
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerGetInfoEx(hmprserver : isize, pserverinfo : *mut MPR_SERVER_EX1) -> u32);
|
83
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerSetCredentials(hmprserver : isize, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
84
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerSetInfo(hmprserver : isize, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
85
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
86
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminServerSetInfoEx(hmprserver : isize, pserverinfo : *const MPR_SERVER_SET_CONFIG_EX1) -> u32);
|
87
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminTransportCreate(hmprserver : isize, dwtransportid : u32, lpwstransportname : windows_sys::core::PCWSTR, pglobalinfo : *const u8, dwglobalinfosize : u32, pclientinterfaceinfo : *const u8, dwclientinterfaceinfosize : u32, lpwsdllpath : windows_sys::core::PCWSTR) -> u32);
|
88
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminTransportGetInfo(hmprserver : isize, dwtransportid : u32, ppglobalinfo : *mut *mut u8, lpdwglobalinfosize : *mut u32, ppclientinterfaceinfo : *mut *mut u8, lpdwclientinterfaceinfosize : *mut u32) -> u32);
|
89
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminTransportSetInfo(hmprserver : isize, dwtransportid : u32, pglobalinfo : *const u8, dwglobalinfosize : u32, pclientinterfaceinfo : *const u8, dwclientinterfaceinfosize : u32) -> u32);
|
90
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminUpdateConnection(hrasserver : isize, hrasconnection : super::super::Foundation:: HANDLE, prasupdateconnection : *const RAS_UPDATE_CONNECTION) -> u32);
|
91
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminUserGetInfo(lpszserver : windows_sys::core::PCWSTR, lpszuser : windows_sys::core::PCWSTR, dwlevel : u32, lpbbuffer : *mut u8) -> u32);
|
92
|
+
windows_targets::link!("mprapi.dll" "system" fn MprAdminUserSetInfo(lpszserver : windows_sys::core::PCWSTR, lpszuser : windows_sys::core::PCWSTR, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
93
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigBufferFree(pbuffer : *const core::ffi::c_void) -> u32);
|
94
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigFilterGetInfo(hmprconfig : super::super::Foundation:: HANDLE, dwlevel : u32, dwtransportid : u32, lpbuffer : *mut u8) -> u32);
|
95
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigFilterSetInfo(hmprconfig : super::super::Foundation:: HANDLE, dwlevel : u32, dwtransportid : u32, lpbuffer : *const u8) -> u32);
|
96
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigGetFriendlyName(hmprconfig : super::super::Foundation:: HANDLE, pszguidname : windows_sys::core::PCWSTR, pszbuffer : windows_sys::core::PWSTR, dwbuffersize : u32) -> u32);
|
97
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigGetGuidName(hmprconfig : super::super::Foundation:: HANDLE, pszfriendlyname : windows_sys::core::PCWSTR, pszbuffer : windows_sys::core::PWSTR, dwbuffersize : u32) -> u32);
|
98
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceCreate(hmprconfig : super::super::Foundation:: HANDLE, dwlevel : u32, lpbbuffer : *const u8, phrouterinterface : *mut super::super::Foundation:: HANDLE) -> u32);
|
99
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceDelete(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE) -> u32);
|
100
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceEnum(hmprconfig : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbuffer : *mut *mut u8, dwprefmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, lpdwresumehandle : *mut u32) -> u32);
|
101
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
102
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceGetCustomInfoEx(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, pcustominfo : *mut MPR_IF_CUSTOMINFOEX2) -> u32);
|
103
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceGetHandle(hmprconfig : super::super::Foundation:: HANDLE, lpwsinterfacename : windows_sys::core::PCWSTR, phrouterinterface : *mut super::super::Foundation:: HANDLE) -> u32);
|
104
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceGetInfo(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbuffer : *mut *mut u8, lpdwbuffersize : *mut u32) -> u32);
|
105
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
106
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceSetCustomInfoEx(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, pcustominfo : *const MPR_IF_CUSTOMINFOEX2) -> u32);
|
107
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceSetInfo(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
108
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceTransportAdd(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, dwtransportid : u32, lpwstransportname : windows_sys::core::PCWSTR, pinterfaceinfo : *const u8, dwinterfaceinfosize : u32, phrouteriftransport : *mut super::super::Foundation:: HANDLE) -> u32);
|
109
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceTransportEnum(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbuffer : *mut *mut u8, dwprefmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, lpdwresumehandle : *mut u32) -> u32);
|
110
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceTransportGetHandle(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, dwtransportid : u32, phrouteriftransport : *mut super::super::Foundation:: HANDLE) -> u32);
|
111
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceTransportGetInfo(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, hrouteriftransport : super::super::Foundation:: HANDLE, ppinterfaceinfo : *mut *mut u8, lpdwinterfaceinfosize : *mut u32) -> u32);
|
112
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceTransportRemove(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, hrouteriftransport : super::super::Foundation:: HANDLE) -> u32);
|
113
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigInterfaceTransportSetInfo(hmprconfig : super::super::Foundation:: HANDLE, hrouterinterface : super::super::Foundation:: HANDLE, hrouteriftransport : super::super::Foundation:: HANDLE, pinterfaceinfo : *const u8, dwinterfaceinfosize : u32) -> u32);
|
114
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerBackup(hmprconfig : super::super::Foundation:: HANDLE, lpwspath : windows_sys::core::PCWSTR) -> u32);
|
115
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerConnect(lpwsservername : windows_sys::core::PCWSTR, phmprconfig : *mut super::super::Foundation:: HANDLE) -> u32);
|
116
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerDisconnect(hmprconfig : super::super::Foundation:: HANDLE));
|
117
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerGetInfo(hmprconfig : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbbuffer : *mut *mut u8) -> u32);
|
118
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
119
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerGetInfoEx(hmprconfig : super::super::Foundation:: HANDLE, pserverinfo : *mut MPR_SERVER_EX1) -> u32);
|
120
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerInstall(dwlevel : u32, pbuffer : *const core::ffi::c_void) -> u32);
|
121
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerRefresh(hmprconfig : super::super::Foundation:: HANDLE) -> u32);
|
122
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerRestore(hmprconfig : super::super::Foundation:: HANDLE, lpwspath : windows_sys::core::PCWSTR) -> u32);
|
123
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerSetInfo(hmprserver : isize, dwlevel : u32, lpbbuffer : *const u8) -> u32);
|
124
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
125
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigServerSetInfoEx(hmprconfig : super::super::Foundation:: HANDLE, psetserverconfig : *const MPR_SERVER_SET_CONFIG_EX1) -> u32);
|
126
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigTransportCreate(hmprconfig : super::super::Foundation:: HANDLE, dwtransportid : u32, lpwstransportname : windows_sys::core::PCWSTR, pglobalinfo : *const u8, dwglobalinfosize : u32, pclientinterfaceinfo : *const u8, dwclientinterfaceinfosize : u32, lpwsdllpath : windows_sys::core::PCWSTR, phroutertransport : *mut super::super::Foundation:: HANDLE) -> u32);
|
127
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigTransportDelete(hmprconfig : super::super::Foundation:: HANDLE, hroutertransport : super::super::Foundation:: HANDLE) -> u32);
|
128
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigTransportEnum(hmprconfig : super::super::Foundation:: HANDLE, dwlevel : u32, lplpbuffer : *mut *mut u8, dwprefmaxlen : u32, lpdwentriesread : *mut u32, lpdwtotalentries : *mut u32, lpdwresumehandle : *mut u32) -> u32);
|
129
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigTransportGetHandle(hmprconfig : super::super::Foundation:: HANDLE, dwtransportid : u32, phroutertransport : *mut super::super::Foundation:: HANDLE) -> u32);
|
130
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigTransportGetInfo(hmprconfig : super::super::Foundation:: HANDLE, hroutertransport : super::super::Foundation:: HANDLE, ppglobalinfo : *mut *mut u8, lpdwglobalinfosize : *mut u32, ppclientinterfaceinfo : *mut *mut u8, lpdwclientinterfaceinfosize : *mut u32, lplpwsdllpath : *mut windows_sys::core::PWSTR) -> u32);
|
131
|
+
windows_targets::link!("mprapi.dll" "system" fn MprConfigTransportSetInfo(hmprconfig : super::super::Foundation:: HANDLE, hroutertransport : super::super::Foundation:: HANDLE, pglobalinfo : *const u8, dwglobalinfosize : u32, pclientinterfaceinfo : *const u8, dwclientinterfaceinfosize : u32, lpwsdllpath : windows_sys::core::PCWSTR) -> u32);
|
132
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoBlockAdd(lpheader : *const core::ffi::c_void, dwinfotype : u32, dwitemsize : u32, dwitemcount : u32, lpitemdata : *const u8, lplpnewheader : *mut *mut core::ffi::c_void) -> u32);
|
133
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoBlockFind(lpheader : *const core::ffi::c_void, dwinfotype : u32, lpdwitemsize : *mut u32, lpdwitemcount : *mut u32, lplpitemdata : *mut *mut u8) -> u32);
|
134
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoBlockQuerySize(lpheader : *const core::ffi::c_void) -> u32);
|
135
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoBlockRemove(lpheader : *const core::ffi::c_void, dwinfotype : u32, lplpnewheader : *mut *mut core::ffi::c_void) -> u32);
|
136
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoBlockSet(lpheader : *const core::ffi::c_void, dwinfotype : u32, dwitemsize : u32, dwitemcount : u32, lpitemdata : *const u8, lplpnewheader : *mut *mut core::ffi::c_void) -> u32);
|
137
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoCreate(dwversion : u32, lplpnewheader : *mut *mut core::ffi::c_void) -> u32);
|
138
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoDelete(lpheader : *const core::ffi::c_void) -> u32);
|
139
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoDuplicate(lpheader : *const core::ffi::c_void, lplpnewheader : *mut *mut core::ffi::c_void) -> u32);
|
140
|
+
windows_targets::link!("mprapi.dll" "system" fn MprInfoRemoveAll(lpheader : *const core::ffi::c_void, lplpnewheader : *mut *mut core::ffi::c_void) -> u32);
|
141
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasClearConnectionStatistics(hrasconn : HRASCONN) -> u32);
|
142
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasClearLinkStatistics(hrasconn : HRASCONN, dwsubentry : u32) -> u32);
|
143
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasConnectionNotificationA(param0 : HRASCONN, param1 : super::super::Foundation:: HANDLE, param2 : u32) -> u32);
|
144
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasConnectionNotificationW(param0 : HRASCONN, param1 : super::super::Foundation:: HANDLE, param2 : u32) -> u32);
|
145
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasCreatePhonebookEntryA(param0 : super::super::Foundation:: HWND, param1 : windows_sys::core::PCSTR) -> u32);
|
146
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasCreatePhonebookEntryW(param0 : super::super::Foundation:: HWND, param1 : windows_sys::core::PCWSTR) -> u32);
|
147
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasDeleteEntryA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR) -> u32);
|
148
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasDeleteEntryW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR) -> u32);
|
149
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasDeleteSubEntryA(pszphonebook : windows_sys::core::PCSTR, pszentry : windows_sys::core::PCSTR, dwsubentryid : u32) -> u32);
|
150
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasDeleteSubEntryW(pszphonebook : windows_sys::core::PCWSTR, pszentry : windows_sys::core::PCWSTR, dwsubentryid : u32) -> u32);
|
151
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasDialA(param0 : *const RASDIALEXTENSIONS, param1 : windows_sys::core::PCSTR, param2 : *const RASDIALPARAMSA, param3 : u32, param4 : *const core::ffi::c_void, param5 : *mut HRASCONN) -> u32);
|
152
|
+
windows_targets::link!("rasdlg.dll" "system" fn RasDialDlgA(lpszphonebook : windows_sys::core::PCSTR, lpszentry : windows_sys::core::PCSTR, lpszphonenumber : windows_sys::core::PCSTR, lpinfo : *mut RASDIALDLG) -> windows_sys::core::BOOL);
|
153
|
+
windows_targets::link!("rasdlg.dll" "system" fn RasDialDlgW(lpszphonebook : windows_sys::core::PCWSTR, lpszentry : windows_sys::core::PCWSTR, lpszphonenumber : windows_sys::core::PCWSTR, lpinfo : *mut RASDIALDLG) -> windows_sys::core::BOOL);
|
154
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasDialW(param0 : *const RASDIALEXTENSIONS, param1 : windows_sys::core::PCWSTR, param2 : *const RASDIALPARAMSW, param3 : u32, param4 : *const core::ffi::c_void, param5 : *mut HRASCONN) -> u32);
|
155
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEditPhonebookEntryA(param0 : super::super::Foundation:: HWND, param1 : windows_sys::core::PCSTR, param2 : windows_sys::core::PCSTR) -> u32);
|
156
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEditPhonebookEntryW(param0 : super::super::Foundation:: HWND, param1 : windows_sys::core::PCWSTR, param2 : windows_sys::core::PCWSTR) -> u32);
|
157
|
+
windows_targets::link!("rasdlg.dll" "system" fn RasEntryDlgA(lpszphonebook : windows_sys::core::PCSTR, lpszentry : windows_sys::core::PCSTR, lpinfo : *mut RASENTRYDLGA) -> windows_sys::core::BOOL);
|
158
|
+
windows_targets::link!("rasdlg.dll" "system" fn RasEntryDlgW(lpszphonebook : windows_sys::core::PCWSTR, lpszentry : windows_sys::core::PCWSTR, lpinfo : *mut RASENTRYDLGW) -> windows_sys::core::BOOL);
|
159
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumAutodialAddressesA(lpprasautodialaddresses : *mut windows_sys::core::PSTR, lpdwcbrasautodialaddresses : *mut u32, lpdwcrasautodialaddresses : *mut u32) -> u32);
|
160
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumAutodialAddressesW(lpprasautodialaddresses : *mut windows_sys::core::PWSTR, lpdwcbrasautodialaddresses : *mut u32, lpdwcrasautodialaddresses : *mut u32) -> u32);
|
161
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumConnectionsA(param0 : *mut RASCONNA, param1 : *mut u32, param2 : *mut u32) -> u32);
|
162
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumConnectionsW(param0 : *mut RASCONNW, param1 : *mut u32, param2 : *mut u32) -> u32);
|
163
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumDevicesA(param0 : *mut RASDEVINFOA, param1 : *mut u32, param2 : *mut u32) -> u32);
|
164
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumDevicesW(param0 : *mut RASDEVINFOW, param1 : *mut u32, param2 : *mut u32) -> u32);
|
165
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumEntriesA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : *mut RASENTRYNAMEA, param3 : *mut u32, param4 : *mut u32) -> u32);
|
166
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasEnumEntriesW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : *mut RASENTRYNAMEW, param3 : *mut u32, param4 : *mut u32) -> u32);
|
167
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasFreeEapUserIdentityA(praseapuseridentity : *const RASEAPUSERIDENTITYA));
|
168
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasFreeEapUserIdentityW(praseapuseridentity : *const RASEAPUSERIDENTITYW));
|
169
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetAutodialAddressA(param0 : windows_sys::core::PCSTR, param1 : *const u32, param2 : *mut RASAUTODIALENTRYA, param3 : *mut u32, param4 : *mut u32) -> u32);
|
170
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetAutodialAddressW(param0 : windows_sys::core::PCWSTR, param1 : *const u32, param2 : *mut RASAUTODIALENTRYW, param3 : *mut u32, param4 : *mut u32) -> u32);
|
171
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetAutodialEnableA(param0 : u32, param1 : *mut windows_sys::core::BOOL) -> u32);
|
172
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetAutodialEnableW(param0 : u32, param1 : *mut windows_sys::core::BOOL) -> u32);
|
173
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetAutodialParamA(param0 : u32, param1 : *mut core::ffi::c_void, param2 : *mut u32) -> u32);
|
174
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetAutodialParamW(param0 : u32, param1 : *mut core::ffi::c_void, param2 : *mut u32) -> u32);
|
175
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
176
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetConnectStatusA(param0 : HRASCONN, param1 : *mut RASCONNSTATUSA) -> u32);
|
177
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
178
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetConnectStatusW(param0 : HRASCONN, param1 : *mut RASCONNSTATUSW) -> u32);
|
179
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetConnectionStatistics(hrasconn : HRASCONN, lpstatistics : *mut RAS_STATS) -> u32);
|
180
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetCountryInfoA(param0 : *mut RASCTRYINFO, param1 : *mut u32) -> u32);
|
181
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetCountryInfoW(param0 : *mut RASCTRYINFO, param1 : *mut u32) -> u32);
|
182
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetCredentialsA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : *mut RASCREDENTIALSA) -> u32);
|
183
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetCredentialsW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : *mut RASCREDENTIALSW) -> u32);
|
184
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetCustomAuthDataA(pszphonebook : windows_sys::core::PCSTR, pszentry : windows_sys::core::PCSTR, pbcustomauthdata : *mut u8, pdwsizeofcustomauthdata : *mut u32) -> u32);
|
185
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetCustomAuthDataW(pszphonebook : windows_sys::core::PCWSTR, pszentry : windows_sys::core::PCWSTR, pbcustomauthdata : *mut u8, pdwsizeofcustomauthdata : *mut u32) -> u32);
|
186
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEapUserDataA(htoken : super::super::Foundation:: HANDLE, pszphonebook : windows_sys::core::PCSTR, pszentry : windows_sys::core::PCSTR, pbeapdata : *mut u8, pdwsizeofeapdata : *mut u32) -> u32);
|
187
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEapUserDataW(htoken : super::super::Foundation:: HANDLE, pszphonebook : windows_sys::core::PCWSTR, pszentry : windows_sys::core::PCWSTR, pbeapdata : *mut u8, pdwsizeofeapdata : *mut u32) -> u32);
|
188
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEapUserIdentityA(pszphonebook : windows_sys::core::PCSTR, pszentry : windows_sys::core::PCSTR, dwflags : u32, hwnd : super::super::Foundation:: HWND, ppraseapuseridentity : *mut *mut RASEAPUSERIDENTITYA) -> u32);
|
189
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEapUserIdentityW(pszphonebook : windows_sys::core::PCWSTR, pszentry : windows_sys::core::PCWSTR, dwflags : u32, hwnd : super::super::Foundation:: HWND, ppraseapuseridentity : *mut *mut RASEAPUSERIDENTITYW) -> u32);
|
190
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEntryDialParamsA(param0 : windows_sys::core::PCSTR, param1 : *mut RASDIALPARAMSA, param2 : *mut windows_sys::core::BOOL) -> u32);
|
191
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEntryDialParamsW(param0 : windows_sys::core::PCWSTR, param1 : *mut RASDIALPARAMSW, param2 : *mut windows_sys::core::BOOL) -> u32);
|
192
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
193
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEntryPropertiesA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : *mut RASENTRYA, param3 : *mut u32, param4 : *mut u8, param5 : *mut u32) -> u32);
|
194
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
195
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetEntryPropertiesW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : *mut RASENTRYW, param3 : *mut u32, param4 : *mut u8, param5 : *mut u32) -> u32);
|
196
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetErrorStringA(resourceid : u32, lpszstring : windows_sys::core::PSTR, inbufsize : u32) -> u32);
|
197
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetErrorStringW(resourceid : u32, lpszstring : windows_sys::core::PWSTR, inbufsize : u32) -> u32);
|
198
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetLinkStatistics(hrasconn : HRASCONN, dwsubentry : u32, lpstatistics : *mut RAS_STATS) -> u32);
|
199
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetPCscf(lpszpcscf : windows_sys::core::PWSTR) -> u32);
|
200
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetProjectionInfoA(param0 : HRASCONN, param1 : RASPROJECTION, param2 : *mut core::ffi::c_void, param3 : *mut u32) -> u32);
|
201
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
202
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetProjectionInfoEx(hrasconn : HRASCONN, prasprojection : *mut RAS_PROJECTION_INFO, lpdwsize : *mut u32) -> u32);
|
203
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetProjectionInfoW(param0 : HRASCONN, param1 : RASPROJECTION, param2 : *mut core::ffi::c_void, param3 : *mut u32) -> u32);
|
204
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetSubEntryHandleA(param0 : HRASCONN, param1 : u32, param2 : *mut HRASCONN) -> u32);
|
205
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetSubEntryHandleW(param0 : HRASCONN, param1 : u32, param2 : *mut HRASCONN) -> u32);
|
206
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetSubEntryPropertiesA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : u32, param3 : *mut RASSUBENTRYA, param4 : *mut u32, param5 : *mut u8, param6 : *mut u32) -> u32);
|
207
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasGetSubEntryPropertiesW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : u32, param3 : *mut RASSUBENTRYW, param4 : *mut u32, param5 : *mut u8, param6 : *mut u32) -> u32);
|
208
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasHangUpA(param0 : HRASCONN) -> u32);
|
209
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasHangUpW(param0 : HRASCONN) -> u32);
|
210
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasInvokeEapUI(param0 : HRASCONN, param1 : u32, param2 : *const RASDIALEXTENSIONS, param3 : super::super::Foundation:: HWND) -> u32);
|
211
|
+
windows_targets::link!("rasdlg.dll" "system" fn RasPhonebookDlgA(lpszphonebook : windows_sys::core::PCSTR, lpszentry : windows_sys::core::PCSTR, lpinfo : *mut RASPBDLGA) -> windows_sys::core::BOOL);
|
212
|
+
windows_targets::link!("rasdlg.dll" "system" fn RasPhonebookDlgW(lpszphonebook : windows_sys::core::PCWSTR, lpszentry : windows_sys::core::PCWSTR, lpinfo : *mut RASPBDLGW) -> windows_sys::core::BOOL);
|
213
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasRenameEntryA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : windows_sys::core::PCSTR) -> u32);
|
214
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasRenameEntryW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : windows_sys::core::PCWSTR) -> u32);
|
215
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetAutodialAddressA(param0 : windows_sys::core::PCSTR, param1 : u32, param2 : *const RASAUTODIALENTRYA, param3 : u32, param4 : u32) -> u32);
|
216
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetAutodialAddressW(param0 : windows_sys::core::PCWSTR, param1 : u32, param2 : *const RASAUTODIALENTRYW, param3 : u32, param4 : u32) -> u32);
|
217
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetAutodialEnableA(param0 : u32, param1 : windows_sys::core::BOOL) -> u32);
|
218
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetAutodialEnableW(param0 : u32, param1 : windows_sys::core::BOOL) -> u32);
|
219
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetAutodialParamA(param0 : u32, param1 : *const core::ffi::c_void, param2 : u32) -> u32);
|
220
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetAutodialParamW(param0 : u32, param1 : *const core::ffi::c_void, param2 : u32) -> u32);
|
221
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetCredentialsA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : *const RASCREDENTIALSA, param3 : windows_sys::core::BOOL) -> u32);
|
222
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetCredentialsW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : *const RASCREDENTIALSW, param3 : windows_sys::core::BOOL) -> u32);
|
223
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetCustomAuthDataA(pszphonebook : windows_sys::core::PCSTR, pszentry : windows_sys::core::PCSTR, pbcustomauthdata : *const u8, dwsizeofcustomauthdata : u32) -> u32);
|
224
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetCustomAuthDataW(pszphonebook : windows_sys::core::PCWSTR, pszentry : windows_sys::core::PCWSTR, pbcustomauthdata : *const u8, dwsizeofcustomauthdata : u32) -> u32);
|
225
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetEapUserDataA(htoken : super::super::Foundation:: HANDLE, pszphonebook : windows_sys::core::PCSTR, pszentry : windows_sys::core::PCSTR, pbeapdata : *const u8, dwsizeofeapdata : u32) -> u32);
|
226
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetEapUserDataW(htoken : super::super::Foundation:: HANDLE, pszphonebook : windows_sys::core::PCWSTR, pszentry : windows_sys::core::PCWSTR, pbeapdata : *const u8, dwsizeofeapdata : u32) -> u32);
|
227
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetEntryDialParamsA(param0 : windows_sys::core::PCSTR, param1 : *const RASDIALPARAMSA, param2 : windows_sys::core::BOOL) -> u32);
|
228
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetEntryDialParamsW(param0 : windows_sys::core::PCWSTR, param1 : *const RASDIALPARAMSW, param2 : windows_sys::core::BOOL) -> u32);
|
229
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
230
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetEntryPropertiesA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : *const RASENTRYA, param3 : u32, param4 : *const u8, param5 : u32) -> u32);
|
231
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
232
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetEntryPropertiesW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : *const RASENTRYW, param3 : u32, param4 : *const u8, param5 : u32) -> u32);
|
233
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetSubEntryPropertiesA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR, param2 : u32, param3 : *const RASSUBENTRYA, param4 : u32, param5 : *const u8, param6 : u32) -> u32);
|
234
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasSetSubEntryPropertiesW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR, param2 : u32, param3 : *const RASSUBENTRYW, param4 : u32, param5 : *const u8, param6 : u32) -> u32);
|
235
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
236
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasUpdateConnection(hrasconn : HRASCONN, lprasupdateconn : *const RASUPDATECONN) -> u32);
|
237
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasValidateEntryNameA(param0 : windows_sys::core::PCSTR, param1 : windows_sys::core::PCSTR) -> u32);
|
238
|
+
windows_targets::link!("rasapi32.dll" "system" fn RasValidateEntryNameW(param0 : windows_sys::core::PCWSTR, param1 : windows_sys::core::PCWSTR) -> u32);
|
239
|
+
windows_targets::link!("rtm.dll" "system" fn RtmAddNextHop(rtmreghandle : isize, nexthopinfo : *mut RTM_NEXTHOP_INFO, nexthophandle : *mut isize, changeflags : *mut u32) -> u32);
|
240
|
+
windows_targets::link!("rtm.dll" "system" fn RtmAddRouteToDest(rtmreghandle : isize, routehandle : *mut isize, destaddress : *mut RTM_NET_ADDRESS, routeinfo : *mut RTM_ROUTE_INFO, timetolive : u32, routelisthandle : isize, notifytype : u32, notifyhandle : isize, changeflags : *mut u32) -> u32);
|
241
|
+
windows_targets::link!("rtm.dll" "system" fn RtmBlockMethods(rtmreghandle : isize, targethandle : super::super::Foundation:: HANDLE, targettype : u8, blockingflag : u32) -> u32);
|
242
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
243
|
+
windows_targets::link!("rtm.dll" "system" fn RtmConvertIpv6AddressAndLengthToNetAddress(pnetaddress : *mut RTM_NET_ADDRESS, address : super::super::Networking::WinSock:: IN6_ADDR, dwlength : u32, dwaddresssize : u32) -> u32);
|
244
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
245
|
+
windows_targets::link!("rtm.dll" "system" fn RtmConvertNetAddressToIpv6AddressAndLength(pnetaddress : *mut RTM_NET_ADDRESS, paddress : *mut super::super::Networking::WinSock:: IN6_ADDR, plength : *mut u32, dwaddresssize : u32) -> u32);
|
246
|
+
windows_targets::link!("rtm.dll" "system" fn RtmCreateDestEnum(rtmreghandle : isize, targetviews : u32, enumflags : u32, netaddress : *mut RTM_NET_ADDRESS, protocolid : u32, rtmenumhandle : *mut isize) -> u32);
|
247
|
+
windows_targets::link!("rtm.dll" "system" fn RtmCreateNextHopEnum(rtmreghandle : isize, enumflags : u32, netaddress : *mut RTM_NET_ADDRESS, rtmenumhandle : *mut isize) -> u32);
|
248
|
+
windows_targets::link!("rtm.dll" "system" fn RtmCreateRouteEnum(rtmreghandle : isize, desthandle : isize, targetviews : u32, enumflags : u32, startdest : *mut RTM_NET_ADDRESS, matchingflags : u32, criteriaroute : *mut RTM_ROUTE_INFO, criteriainterface : u32, rtmenumhandle : *mut isize) -> u32);
|
249
|
+
windows_targets::link!("rtm.dll" "system" fn RtmCreateRouteList(rtmreghandle : isize, routelisthandle : *mut isize) -> u32);
|
250
|
+
windows_targets::link!("rtm.dll" "system" fn RtmCreateRouteListEnum(rtmreghandle : isize, routelisthandle : isize, rtmenumhandle : *mut isize) -> u32);
|
251
|
+
windows_targets::link!("rtm.dll" "system" fn RtmDeleteEnumHandle(rtmreghandle : isize, enumhandle : isize) -> u32);
|
252
|
+
windows_targets::link!("rtm.dll" "system" fn RtmDeleteNextHop(rtmreghandle : isize, nexthophandle : isize, nexthopinfo : *mut RTM_NEXTHOP_INFO) -> u32);
|
253
|
+
windows_targets::link!("rtm.dll" "system" fn RtmDeleteRouteList(rtmreghandle : isize, routelisthandle : isize) -> u32);
|
254
|
+
windows_targets::link!("rtm.dll" "system" fn RtmDeleteRouteToDest(rtmreghandle : isize, routehandle : isize, changeflags : *mut u32) -> u32);
|
255
|
+
windows_targets::link!("rtm.dll" "system" fn RtmDeregisterEntity(rtmreghandle : isize) -> u32);
|
256
|
+
windows_targets::link!("rtm.dll" "system" fn RtmDeregisterFromChangeNotification(rtmreghandle : isize, notifyhandle : isize) -> u32);
|
257
|
+
windows_targets::link!("rtm.dll" "system" fn RtmFindNextHop(rtmreghandle : isize, nexthopinfo : *mut RTM_NEXTHOP_INFO, nexthophandle : *mut isize, nexthoppointer : *mut *mut RTM_NEXTHOP_INFO) -> u32);
|
258
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetChangeStatus(rtmreghandle : isize, notifyhandle : isize, desthandle : isize, changestatus : *mut windows_sys::core::BOOL) -> u32);
|
259
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetChangedDests(rtmreghandle : isize, notifyhandle : isize, numdests : *mut u32, changeddests : *mut RTM_DEST_INFO) -> u32);
|
260
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetDestInfo(rtmreghandle : isize, desthandle : isize, protocolid : u32, targetviews : u32, destinfo : *mut RTM_DEST_INFO) -> u32);
|
261
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetEntityInfo(rtmreghandle : isize, entityhandle : isize, entityinfo : *mut RTM_ENTITY_INFO) -> u32);
|
262
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetEntityMethods(rtmreghandle : isize, entityhandle : isize, nummethods : *mut u32, exptmethods : *mut RTM_ENTITY_EXPORT_METHOD) -> u32);
|
263
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetEnumDests(rtmreghandle : isize, enumhandle : isize, numdests : *mut u32, destinfos : *mut RTM_DEST_INFO) -> u32);
|
264
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetEnumNextHops(rtmreghandle : isize, enumhandle : isize, numnexthops : *mut u32, nexthophandles : *mut isize) -> u32);
|
265
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetEnumRoutes(rtmreghandle : isize, enumhandle : isize, numroutes : *mut u32, routehandles : *mut isize) -> u32);
|
266
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetExactMatchDestination(rtmreghandle : isize, destaddress : *mut RTM_NET_ADDRESS, protocolid : u32, targetviews : u32, destinfo : *mut RTM_DEST_INFO) -> u32);
|
267
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetExactMatchRoute(rtmreghandle : isize, destaddress : *mut RTM_NET_ADDRESS, matchingflags : u32, routeinfo : *mut RTM_ROUTE_INFO, interfaceindex : u32, targetviews : u32, routehandle : *mut isize) -> u32);
|
268
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetLessSpecificDestination(rtmreghandle : isize, desthandle : isize, protocolid : u32, targetviews : u32, destinfo : *mut RTM_DEST_INFO) -> u32);
|
269
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetListEnumRoutes(rtmreghandle : isize, enumhandle : isize, numroutes : *mut u32, routehandles : *mut isize) -> u32);
|
270
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetMostSpecificDestination(rtmreghandle : isize, destaddress : *mut RTM_NET_ADDRESS, protocolid : u32, targetviews : u32, destinfo : *mut RTM_DEST_INFO) -> u32);
|
271
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetNextHopInfo(rtmreghandle : isize, nexthophandle : isize, nexthopinfo : *mut RTM_NEXTHOP_INFO) -> u32);
|
272
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetNextHopPointer(rtmreghandle : isize, nexthophandle : isize, nexthoppointer : *mut *mut RTM_NEXTHOP_INFO) -> u32);
|
273
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetOpaqueInformationPointer(rtmreghandle : isize, desthandle : isize, opaqueinfopointer : *mut *mut core::ffi::c_void) -> u32);
|
274
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetRegisteredEntities(rtmreghandle : isize, numentities : *mut u32, entityhandles : *mut isize, entityinfos : *mut RTM_ENTITY_INFO) -> u32);
|
275
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetRouteInfo(rtmreghandle : isize, routehandle : isize, routeinfo : *mut RTM_ROUTE_INFO, destaddress : *mut RTM_NET_ADDRESS) -> u32);
|
276
|
+
windows_targets::link!("rtm.dll" "system" fn RtmGetRoutePointer(rtmreghandle : isize, routehandle : isize, routepointer : *mut *mut RTM_ROUTE_INFO) -> u32);
|
277
|
+
windows_targets::link!("rtm.dll" "system" fn RtmHoldDestination(rtmreghandle : isize, desthandle : isize, targetviews : u32, holdtime : u32) -> u32);
|
278
|
+
windows_targets::link!("rtm.dll" "system" fn RtmIgnoreChangedDests(rtmreghandle : isize, notifyhandle : isize, numdests : u32, changeddests : *mut isize) -> u32);
|
279
|
+
windows_targets::link!("rtm.dll" "system" fn RtmInsertInRouteList(rtmreghandle : isize, routelisthandle : isize, numroutes : u32, routehandles : *mut isize) -> u32);
|
280
|
+
windows_targets::link!("rtm.dll" "system" fn RtmInvokeMethod(rtmreghandle : isize, entityhandle : isize, input : *mut RTM_ENTITY_METHOD_INPUT, outputsize : *mut u32, output : *mut RTM_ENTITY_METHOD_OUTPUT) -> u32);
|
281
|
+
windows_targets::link!("rtm.dll" "system" fn RtmIsBestRoute(rtmreghandle : isize, routehandle : isize, bestinviews : *mut u32) -> u32);
|
282
|
+
windows_targets::link!("rtm.dll" "system" fn RtmIsMarkedForChangeNotification(rtmreghandle : isize, notifyhandle : isize, desthandle : isize, destmarked : *mut windows_sys::core::BOOL) -> u32);
|
283
|
+
windows_targets::link!("rtm.dll" "system" fn RtmLockDestination(rtmreghandle : isize, desthandle : isize, exclusive : windows_sys::core::BOOL, lockdest : windows_sys::core::BOOL) -> u32);
|
284
|
+
windows_targets::link!("rtm.dll" "system" fn RtmLockNextHop(rtmreghandle : isize, nexthophandle : isize, exclusive : windows_sys::core::BOOL, locknexthop : windows_sys::core::BOOL, nexthoppointer : *mut *mut RTM_NEXTHOP_INFO) -> u32);
|
285
|
+
windows_targets::link!("rtm.dll" "system" fn RtmLockRoute(rtmreghandle : isize, routehandle : isize, exclusive : windows_sys::core::BOOL, lockroute : windows_sys::core::BOOL, routepointer : *mut *mut RTM_ROUTE_INFO) -> u32);
|
286
|
+
windows_targets::link!("rtm.dll" "system" fn RtmMarkDestForChangeNotification(rtmreghandle : isize, notifyhandle : isize, desthandle : isize, markdest : windows_sys::core::BOOL) -> u32);
|
287
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReferenceHandles(rtmreghandle : isize, numhandles : u32, rtmhandles : *mut super::super::Foundation:: HANDLE) -> u32);
|
288
|
+
windows_targets::link!("rtm.dll" "system" fn RtmRegisterEntity(rtmentityinfo : *mut RTM_ENTITY_INFO, exportmethods : *mut RTM_ENTITY_EXPORT_METHODS, eventcallback : RTM_EVENT_CALLBACK, reserveopaquepointer : windows_sys::core::BOOL, rtmregprofile : *mut RTM_REGN_PROFILE, rtmreghandle : *mut isize) -> u32);
|
289
|
+
windows_targets::link!("rtm.dll" "system" fn RtmRegisterForChangeNotification(rtmreghandle : isize, targetviews : u32, notifyflags : u32, notifycontext : *mut core::ffi::c_void, notifyhandle : *mut isize) -> u32);
|
290
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseChangedDests(rtmreghandle : isize, notifyhandle : isize, numdests : u32, changeddests : *mut RTM_DEST_INFO) -> u32);
|
291
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseDestInfo(rtmreghandle : isize, destinfo : *mut RTM_DEST_INFO) -> u32);
|
292
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseDests(rtmreghandle : isize, numdests : u32, destinfos : *mut RTM_DEST_INFO) -> u32);
|
293
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseEntities(rtmreghandle : isize, numentities : u32, entityhandles : *mut isize) -> u32);
|
294
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseEntityInfo(rtmreghandle : isize, entityinfo : *mut RTM_ENTITY_INFO) -> u32);
|
295
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseNextHopInfo(rtmreghandle : isize, nexthopinfo : *mut RTM_NEXTHOP_INFO) -> u32);
|
296
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseNextHops(rtmreghandle : isize, numnexthops : u32, nexthophandles : *mut isize) -> u32);
|
297
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseRouteInfo(rtmreghandle : isize, routeinfo : *mut RTM_ROUTE_INFO) -> u32);
|
298
|
+
windows_targets::link!("rtm.dll" "system" fn RtmReleaseRoutes(rtmreghandle : isize, numroutes : u32, routehandles : *mut isize) -> u32);
|
299
|
+
windows_targets::link!("rtm.dll" "system" fn RtmUpdateAndUnlockRoute(rtmreghandle : isize, routehandle : isize, timetolive : u32, routelisthandle : isize, notifytype : u32, notifyhandle : isize, changeflags : *mut u32) -> u32);
|
300
|
+
pub const ALLOW_NO_AUTH: u32 = 1u32;
|
301
|
+
pub const ALL_SOURCES: MGM_ENUM_TYPES = 1i32;
|
302
|
+
pub const ANY_SOURCE: MGM_ENUM_TYPES = 0i32;
|
303
|
+
pub const ATADDRESSLEN: u32 = 32u32;
|
304
|
+
#[repr(C)]
|
305
|
+
#[derive(Clone, Copy)]
|
306
|
+
pub struct AUTH_VALIDATION_EX {
|
307
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
308
|
+
pub hRasConnection: super::super::Foundation::HANDLE,
|
309
|
+
pub wszUserName: [u16; 257],
|
310
|
+
pub wszLogonDomain: [u16; 16],
|
311
|
+
pub AuthInfoSize: u32,
|
312
|
+
pub AuthInfo: [u8; 1],
|
313
|
+
}
|
314
|
+
impl Default for AUTH_VALIDATION_EX {
|
315
|
+
fn default() -> Self {
|
316
|
+
unsafe { core::mem::zeroed() }
|
317
|
+
}
|
318
|
+
}
|
319
|
+
pub const DO_NOT_ALLOW_NO_AUTH: u32 = 0u32;
|
320
|
+
pub const ERROR_ACCESSING_TCPCFGDLL: u32 = 727u32;
|
321
|
+
pub const ERROR_ACCT_DISABLED: u32 = 647u32;
|
322
|
+
pub const ERROR_ACCT_EXPIRED: u32 = 708u32;
|
323
|
+
pub const ERROR_ACTION_REQUIRED: u32 = 877u32;
|
324
|
+
pub const ERROR_ALLOCATING_MEMORY: u32 = 664u32;
|
325
|
+
pub const ERROR_ALREADY_DISCONNECTING: u32 = 617u32;
|
326
|
+
pub const ERROR_ASYNC_REQUEST_PENDING: u32 = 616u32;
|
327
|
+
pub const ERROR_AUTHENTICATION_FAILURE: u32 = 691u32;
|
328
|
+
pub const ERROR_AUTH_INTERNAL: u32 = 645u32;
|
329
|
+
pub const ERROR_AUTOMATIC_VPN_FAILED: u32 = 800u32;
|
330
|
+
pub const ERROR_BAD_ADDRESS_SPECIFIED: u32 = 769u32;
|
331
|
+
pub const ERROR_BAD_CALLBACK_NUMBER: u32 = 704u32;
|
332
|
+
pub const ERROR_BAD_PHONE_NUMBER: u32 = 749u32;
|
333
|
+
pub const ERROR_BAD_STRING: u32 = 637u32;
|
334
|
+
pub const ERROR_BAD_USAGE_IN_INI_FILE: u32 = 669u32;
|
335
|
+
pub const ERROR_BIPLEX_PORT_NOT_AVAILABLE: u32 = 712u32;
|
336
|
+
pub const ERROR_BLOCKED: u32 = 775u32;
|
337
|
+
pub const ERROR_BROADBAND_ACTIVE: u32 = 813u32;
|
338
|
+
pub const ERROR_BROADBAND_NO_NIC: u32 = 814u32;
|
339
|
+
pub const ERROR_BROADBAND_TIMEOUT: u32 = 815u32;
|
340
|
+
pub const ERROR_BUFFER_INVALID: u32 = 610u32;
|
341
|
+
pub const ERROR_BUFFER_TOO_SMALL: u32 = 603u32;
|
342
|
+
pub const ERROR_BUNDLE_NOT_FOUND: u32 = 754u32;
|
343
|
+
pub const ERROR_CANNOT_DELETE: u32 = 817u32;
|
344
|
+
pub const ERROR_CANNOT_DO_CUSTOMDIAL: u32 = 755u32;
|
345
|
+
pub const ERROR_CANNOT_FIND_PHONEBOOK_ENTRY: u32 = 623u32;
|
346
|
+
pub const ERROR_CANNOT_GET_LANA: u32 = 639u32;
|
347
|
+
pub const ERROR_CANNOT_INITIATE_MOBIKE_UPDATE: u32 = 844u32;
|
348
|
+
pub const ERROR_CANNOT_LOAD_PHONEBOOK: u32 = 622u32;
|
349
|
+
pub const ERROR_CANNOT_LOAD_STRING: u32 = 626u32;
|
350
|
+
pub const ERROR_CANNOT_OPEN_PHONEBOOK: u32 = 621u32;
|
351
|
+
pub const ERROR_CANNOT_PROJECT_CLIENT: u32 = 634u32;
|
352
|
+
pub const ERROR_CANNOT_SET_PORT_INFO: u32 = 605u32;
|
353
|
+
pub const ERROR_CANNOT_SHARE_CONNECTION: u32 = 763u32;
|
354
|
+
pub const ERROR_CANNOT_USE_LOGON_CREDENTIALS: u32 = 739u32;
|
355
|
+
pub const ERROR_CANNOT_WRITE_PHONEBOOK: u32 = 624u32;
|
356
|
+
pub const ERROR_CERT_FOR_ENCRYPTION_NOT_FOUND: u32 = 781u32;
|
357
|
+
pub const ERROR_CHANGING_PASSWORD: u32 = 709u32;
|
358
|
+
pub const ERROR_CMD_TOO_LONG: u32 = 700u32;
|
359
|
+
pub const ERROR_CONGESTION: u32 = 771u32;
|
360
|
+
pub const ERROR_CONNECTING_DEVICE_NOT_FOUND: u32 = 797u32;
|
361
|
+
pub const ERROR_CONNECTION_ALREADY_SHARED: u32 = 758u32;
|
362
|
+
pub const ERROR_CONNECTION_REJECT: u32 = 770u32;
|
363
|
+
pub const ERROR_CORRUPT_PHONEBOOK: u32 = 625u32;
|
364
|
+
pub const ERROR_DCB_NOT_FOUND: u32 = 694u32;
|
365
|
+
pub const ERROR_DEFAULTOFF_MACRO_NOT_FOUND: u32 = 656u32;
|
366
|
+
pub const ERROR_DEVICENAME_NOT_FOUND: u32 = 659u32;
|
367
|
+
pub const ERROR_DEVICENAME_TOO_LONG: u32 = 658u32;
|
368
|
+
pub const ERROR_DEVICETYPE_DOES_NOT_EXIST: u32 = 609u32;
|
369
|
+
pub const ERROR_DEVICE_COMPLIANCE: u32 = 875u32;
|
370
|
+
pub const ERROR_DEVICE_DOES_NOT_EXIST: u32 = 608u32;
|
371
|
+
pub const ERROR_DEVICE_NOT_READY: u32 = 666u32;
|
372
|
+
pub const ERROR_DIAL_ALREADY_IN_PROGRESS: u32 = 756u32;
|
373
|
+
pub const ERROR_DISCONNECTION: u32 = 628u32;
|
374
|
+
pub const ERROR_DNSNAME_NOT_RESOLVABLE: u32 = 868u32;
|
375
|
+
pub const ERROR_DONOTDISTURB: u32 = 776u32;
|
376
|
+
pub const ERROR_EAPTLS_CACHE_CREDENTIALS_INVALID: u32 = 826u32;
|
377
|
+
pub const ERROR_EAPTLS_PASSWD_INVALID: u32 = 869u32;
|
378
|
+
pub const ERROR_EAPTLS_SCARD_CACHE_CREDENTIALS_INVALID: u32 = 847u32;
|
379
|
+
pub const ERROR_EAP_METHOD_DOES_NOT_SUPPORT_SSO: u32 = 851u32;
|
380
|
+
pub const ERROR_EAP_METHOD_NOT_INSTALLED: u32 = 850u32;
|
381
|
+
pub const ERROR_EAP_METHOD_OPERATION_NOT_SUPPORTED: u32 = 852u32;
|
382
|
+
pub const ERROR_EAP_SERVER_CERT_EXPIRED: u32 = 858u32;
|
383
|
+
pub const ERROR_EAP_SERVER_CERT_INVALID: u32 = 857u32;
|
384
|
+
pub const ERROR_EAP_SERVER_CERT_OTHER_ERROR: u32 = 860u32;
|
385
|
+
pub const ERROR_EAP_SERVER_CERT_REVOKED: u32 = 859u32;
|
386
|
+
pub const ERROR_EAP_SERVER_ROOT_CERT_INVALID: u32 = 865u32;
|
387
|
+
pub const ERROR_EAP_SERVER_ROOT_CERT_NAME_REQUIRED: u32 = 866u32;
|
388
|
+
pub const ERROR_EAP_SERVER_ROOT_CERT_NOT_FOUND: u32 = 864u32;
|
389
|
+
pub const ERROR_EAP_USER_CERT_EXPIRED: u32 = 854u32;
|
390
|
+
pub const ERROR_EAP_USER_CERT_INVALID: u32 = 853u32;
|
391
|
+
pub const ERROR_EAP_USER_CERT_OTHER_ERROR: u32 = 856u32;
|
392
|
+
pub const ERROR_EAP_USER_CERT_REVOKED: u32 = 855u32;
|
393
|
+
pub const ERROR_EAP_USER_ROOT_CERT_EXPIRED: u32 = 863u32;
|
394
|
+
pub const ERROR_EAP_USER_ROOT_CERT_INVALID: u32 = 862u32;
|
395
|
+
pub const ERROR_EAP_USER_ROOT_CERT_NOT_FOUND: u32 = 861u32;
|
396
|
+
pub const ERROR_EMPTY_INI_FILE: u32 = 690u32;
|
397
|
+
pub const ERROR_EVENT_INVALID: u32 = 607u32;
|
398
|
+
pub const ERROR_FAILED_CP_REQUIRED: u32 = 841u32;
|
399
|
+
pub const ERROR_FAILED_TO_ENCRYPT: u32 = 768u32;
|
400
|
+
pub const ERROR_FAST_USER_SWITCH: u32 = 831u32;
|
401
|
+
pub const ERROR_FEATURE_DEPRECATED: u32 = 816u32;
|
402
|
+
pub const ERROR_FILE_COULD_NOT_BE_OPENED: u32 = 657u32;
|
403
|
+
pub const ERROR_FROM_DEVICE: u32 = 651u32;
|
404
|
+
pub const ERROR_HANGUP_FAILED: u32 = 753u32;
|
405
|
+
pub const ERROR_HARDWARE_FAILURE: u32 = 630u32;
|
406
|
+
pub const ERROR_HIBERNATION: u32 = 832u32;
|
407
|
+
pub const ERROR_IDLE_TIMEOUT: u32 = 828u32;
|
408
|
+
pub const ERROR_IKEV2_PSK_INTERFACE_ALREADY_EXISTS: u32 = 870u32;
|
409
|
+
pub const ERROR_INCOMPATIBLE: u32 = 772u32;
|
410
|
+
pub const ERROR_INTERACTIVE_MODE: u32 = 703u32;
|
411
|
+
pub const ERROR_INTERNAL_ADDRESS_FAILURE: u32 = 840u32;
|
412
|
+
pub const ERROR_INVALID_AUTH_STATE: u32 = 705u32;
|
413
|
+
pub const ERROR_INVALID_CALLBACK_NUMBER: u32 = 751u32;
|
414
|
+
pub const ERROR_INVALID_COMPRESSION_SPECIFIED: u32 = 613u32;
|
415
|
+
pub const ERROR_INVALID_DESTINATION_IP: u32 = 871u32;
|
416
|
+
pub const ERROR_INVALID_FUNCTION_FOR_ENTRY: u32 = 780u32;
|
417
|
+
pub const ERROR_INVALID_INTERFACE_CONFIG: u32 = 872u32;
|
418
|
+
pub const ERROR_INVALID_MSCHAPV2_CONFIG: u32 = 805u32;
|
419
|
+
pub const ERROR_INVALID_PEAP_COOKIE_ATTRIBUTES: u32 = 849u32;
|
420
|
+
pub const ERROR_INVALID_PEAP_COOKIE_CONFIG: u32 = 803u32;
|
421
|
+
pub const ERROR_INVALID_PEAP_COOKIE_USER: u32 = 804u32;
|
422
|
+
pub const ERROR_INVALID_PORT_HANDLE: u32 = 601u32;
|
423
|
+
pub const ERROR_INVALID_PREFERENCES: u32 = 846u32;
|
424
|
+
pub const ERROR_INVALID_SERVER_CERT: u32 = 835u32;
|
425
|
+
pub const ERROR_INVALID_SIZE: u32 = 632u32;
|
426
|
+
pub const ERROR_INVALID_SMM: u32 = 745u32;
|
427
|
+
pub const ERROR_INVALID_TUNNELID: u32 = 837u32;
|
428
|
+
pub const ERROR_INVALID_VPNSTRATEGY: u32 = 825u32;
|
429
|
+
pub const ERROR_IN_COMMAND: u32 = 681u32;
|
430
|
+
pub const ERROR_IPSEC_SERVICE_STOPPED: u32 = 827u32;
|
431
|
+
pub const ERROR_IPXCP_DIALOUT_ALREADY_ACTIVE: u32 = 726u32;
|
432
|
+
pub const ERROR_IPXCP_NET_NUMBER_CONFLICT: u32 = 744u32;
|
433
|
+
pub const ERROR_IPXCP_NO_DIALIN_CONFIGURED: u32 = 725u32;
|
434
|
+
pub const ERROR_IPXCP_NO_DIALOUT_CONFIGURED: u32 = 724u32;
|
435
|
+
pub const ERROR_IP_CONFIGURATION: u32 = 716u32;
|
436
|
+
pub const ERROR_KEY_NOT_FOUND: u32 = 627u32;
|
437
|
+
pub const ERROR_LINE_BUSY: u32 = 676u32;
|
438
|
+
pub const ERROR_LINK_FAILURE: u32 = 829u32;
|
439
|
+
pub const ERROR_MACRO_NOT_DEFINED: u32 = 654u32;
|
440
|
+
pub const ERROR_MACRO_NOT_FOUND: u32 = 653u32;
|
441
|
+
pub const ERROR_MESSAGE_MACRO_NOT_FOUND: u32 = 655u32;
|
442
|
+
pub const ERROR_MOBIKE_DISABLED: u32 = 843u32;
|
443
|
+
pub const ERROR_NAME_EXISTS_ON_NET: u32 = 642u32;
|
444
|
+
pub const ERROR_NETBIOS_ERROR: u32 = 640u32;
|
445
|
+
pub const ERROR_NOT_BINARY_MACRO: u32 = 693u32;
|
446
|
+
pub const ERROR_NOT_NAP_CAPABLE: u32 = 836u32;
|
447
|
+
pub const ERROR_NO_ACTIVE_ISDN_LINES: u32 = 713u32;
|
448
|
+
pub const ERROR_NO_ANSWER: u32 = 678u32;
|
449
|
+
pub const ERROR_NO_CARRIER: u32 = 679u32;
|
450
|
+
pub const ERROR_NO_CERTIFICATE: u32 = 766u32;
|
451
|
+
pub const ERROR_NO_COMMAND_FOUND: u32 = 661u32;
|
452
|
+
pub const ERROR_NO_CONNECTION: u32 = 668u32;
|
453
|
+
pub const ERROR_NO_DIALIN_PERMISSION: u32 = 649u32;
|
454
|
+
pub const ERROR_NO_DIALTONE: u32 = 680u32;
|
455
|
+
pub const ERROR_NO_DIFF_USER_AT_LOGON: u32 = 784u32;
|
456
|
+
pub const ERROR_NO_EAPTLS_CERTIFICATE: u32 = 798u32;
|
457
|
+
pub const ERROR_NO_ENDPOINTS: u32 = 620u32;
|
458
|
+
pub const ERROR_NO_IP_ADDRESSES: u32 = 717u32;
|
459
|
+
pub const ERROR_NO_IP_RAS_ADAPTER: u32 = 728u32;
|
460
|
+
pub const ERROR_NO_ISDN_CHANNELS_AVAILABLE: u32 = 714u32;
|
461
|
+
pub const ERROR_NO_LOCAL_ENCRYPTION: u32 = 741u32;
|
462
|
+
pub const ERROR_NO_MAC_FOR_PORT: u32 = 747u32;
|
463
|
+
pub const ERROR_NO_REG_CERT_AT_LOGON: u32 = 785u32;
|
464
|
+
pub const ERROR_NO_REMOTE_ENCRYPTION: u32 = 742u32;
|
465
|
+
pub const ERROR_NO_RESPONSES: u32 = 660u32;
|
466
|
+
pub const ERROR_NO_SMART_CARD_READER: u32 = 764u32;
|
467
|
+
pub const ERROR_NUMBERCHANGED: u32 = 773u32;
|
468
|
+
pub const ERROR_OAKLEY_ATTRIB_FAIL: u32 = 788u32;
|
469
|
+
pub const ERROR_OAKLEY_AUTH_FAIL: u32 = 787u32;
|
470
|
+
pub const ERROR_OAKLEY_ERROR: u32 = 793u32;
|
471
|
+
pub const ERROR_OAKLEY_GENERAL_PROCESSING: u32 = 789u32;
|
472
|
+
pub const ERROR_OAKLEY_NO_CERT: u32 = 786u32;
|
473
|
+
pub const ERROR_OAKLEY_NO_PEER_CERT: u32 = 790u32;
|
474
|
+
pub const ERROR_OAKLEY_NO_POLICY: u32 = 791u32;
|
475
|
+
pub const ERROR_OAKLEY_TIMED_OUT: u32 = 792u32;
|
476
|
+
pub const ERROR_OUTOFORDER: u32 = 777u32;
|
477
|
+
pub const ERROR_OUT_OF_BUFFERS: u32 = 614u32;
|
478
|
+
pub const ERROR_OVERRUN: u32 = 710u32;
|
479
|
+
pub const ERROR_PARTIAL_RESPONSE_LOOPING: u32 = 697u32;
|
480
|
+
pub const ERROR_PASSWD_EXPIRED: u32 = 648u32;
|
481
|
+
pub const ERROR_PEAP_CRYPTOBINDING_INVALID: u32 = 823u32;
|
482
|
+
pub const ERROR_PEAP_CRYPTOBINDING_NOTRECEIVED: u32 = 824u32;
|
483
|
+
pub const ERROR_PEAP_IDENTITY_MISMATCH: u32 = 867u32;
|
484
|
+
pub const ERROR_PEAP_SERVER_REJECTED_CLIENT_TLV: u32 = 845u32;
|
485
|
+
pub const ERROR_PHONE_NUMBER_TOO_LONG: u32 = 723u32;
|
486
|
+
pub const ERROR_PLUGIN_NOT_INSTALLED: u32 = 876u32;
|
487
|
+
pub const ERROR_PORT_ALREADY_OPEN: u32 = 602u32;
|
488
|
+
pub const ERROR_PORT_DISCONNECTED: u32 = 619u32;
|
489
|
+
pub const ERROR_PORT_NOT_AVAILABLE: u32 = 633u32;
|
490
|
+
pub const ERROR_PORT_NOT_CONFIGURED: u32 = 665u32;
|
491
|
+
pub const ERROR_PORT_NOT_CONNECTED: u32 = 606u32;
|
492
|
+
pub const ERROR_PORT_NOT_FOUND: u32 = 615u32;
|
493
|
+
pub const ERROR_PORT_NOT_OPEN: u32 = 618u32;
|
494
|
+
pub const ERROR_PORT_OR_DEVICE: u32 = 692u32;
|
495
|
+
pub const ERROR_PPP_CP_REJECTED: u32 = 733u32;
|
496
|
+
pub const ERROR_PPP_INVALID_PACKET: u32 = 722u32;
|
497
|
+
pub const ERROR_PPP_LCP_TERMINATED: u32 = 734u32;
|
498
|
+
pub const ERROR_PPP_LOOPBACK_DETECTED: u32 = 737u32;
|
499
|
+
pub const ERROR_PPP_NCP_TERMINATED: u32 = 736u32;
|
500
|
+
pub const ERROR_PPP_NOT_CONVERGING: u32 = 732u32;
|
501
|
+
pub const ERROR_PPP_NO_ADDRESS_ASSIGNED: u32 = 738u32;
|
502
|
+
pub const ERROR_PPP_NO_PROTOCOLS_CONFIGURED: u32 = 720u32;
|
503
|
+
pub const ERROR_PPP_NO_RESPONSE: u32 = 721u32;
|
504
|
+
pub const ERROR_PPP_REMOTE_TERMINATED: u32 = 719u32;
|
505
|
+
pub const ERROR_PPP_REQUIRED_ADDRESS_REJECTED: u32 = 735u32;
|
506
|
+
pub const ERROR_PPP_TIMEOUT: u32 = 718u32;
|
507
|
+
pub const ERROR_PROJECTION_NOT_COMPLETE: u32 = 730u32;
|
508
|
+
pub const ERROR_PROTOCOL_ENGINE_DISABLED: u32 = 839u32;
|
509
|
+
pub const ERROR_PROTOCOL_NOT_CONFIGURED: u32 = 731u32;
|
510
|
+
pub const ERROR_RASAUTO_CANNOT_INITIALIZE: u32 = 757u32;
|
511
|
+
pub const ERROR_RASMAN_CANNOT_INITIALIZE: u32 = 711u32;
|
512
|
+
pub const ERROR_RASMAN_SERVICE_STOPPED: u32 = 834u32;
|
513
|
+
pub const ERROR_RASQEC_CONN_DOESNOTEXIST: u32 = 821u32;
|
514
|
+
pub const ERROR_RASQEC_NAPAGENT_NOT_CONNECTED: u32 = 820u32;
|
515
|
+
pub const ERROR_RASQEC_NAPAGENT_NOT_ENABLED: u32 = 819u32;
|
516
|
+
pub const ERROR_RASQEC_RESOURCE_CREATION_FAILED: u32 = 818u32;
|
517
|
+
pub const ERROR_RASQEC_TIMEOUT: u32 = 822u32;
|
518
|
+
pub const ERROR_READING_DEFAULTOFF: u32 = 689u32;
|
519
|
+
pub const ERROR_READING_DEVICENAME: u32 = 672u32;
|
520
|
+
pub const ERROR_READING_DEVICETYPE: u32 = 671u32;
|
521
|
+
pub const ERROR_READING_INI_FILE: u32 = 667u32;
|
522
|
+
pub const ERROR_READING_MAXCARRIERBPS: u32 = 675u32;
|
523
|
+
pub const ERROR_READING_MAXCONNECTBPS: u32 = 674u32;
|
524
|
+
pub const ERROR_READING_SCARD: u32 = 802u32;
|
525
|
+
pub const ERROR_READING_SECTIONNAME: u32 = 670u32;
|
526
|
+
pub const ERROR_READING_USAGE: u32 = 673u32;
|
527
|
+
pub const ERROR_RECV_BUF_FULL: u32 = 699u32;
|
528
|
+
pub const ERROR_REMOTE_DISCONNECTION: u32 = 629u32;
|
529
|
+
pub const ERROR_REMOTE_REQUIRES_ENCRYPTION: u32 = 743u32;
|
530
|
+
pub const ERROR_REQUEST_TIMEOUT: u32 = 638u32;
|
531
|
+
pub const ERROR_RESTRICTED_LOGON_HOURS: u32 = 646u32;
|
532
|
+
pub const ERROR_ROUTE_NOT_ALLOCATED: u32 = 612u32;
|
533
|
+
pub const ERROR_ROUTE_NOT_AVAILABLE: u32 = 611u32;
|
534
|
+
pub const ERROR_SCRIPT_SYNTAX: u32 = 752u32;
|
535
|
+
pub const ERROR_SERVER_GENERAL_NET_FAILURE: u32 = 643u32;
|
536
|
+
pub const ERROR_SERVER_NOT_RESPONDING: u32 = 650u32;
|
537
|
+
pub const ERROR_SERVER_OUT_OF_RESOURCES: u32 = 641u32;
|
538
|
+
pub const ERROR_SERVER_POLICY: u32 = 812u32;
|
539
|
+
pub const ERROR_SHARE_CONNECTION_FAILED: u32 = 761u32;
|
540
|
+
pub const ERROR_SHARING_ADDRESS_EXISTS: u32 = 765u32;
|
541
|
+
pub const ERROR_SHARING_CHANGE_FAILED: u32 = 759u32;
|
542
|
+
pub const ERROR_SHARING_HOST_ADDRESS_CONFLICT: u32 = 799u32;
|
543
|
+
pub const ERROR_SHARING_MULTIPLE_ADDRESSES: u32 = 767u32;
|
544
|
+
pub const ERROR_SHARING_NO_PRIVATE_LAN: u32 = 783u32;
|
545
|
+
pub const ERROR_SHARING_PRIVATE_INSTALL: u32 = 762u32;
|
546
|
+
pub const ERROR_SHARING_ROUTER_INSTALL: u32 = 760u32;
|
547
|
+
pub const ERROR_SHARING_RRAS_CONFLICT: u32 = 782u32;
|
548
|
+
pub const ERROR_SLIP_REQUIRES_IP: u32 = 729u32;
|
549
|
+
pub const ERROR_SMART_CARD_REQUIRED: u32 = 779u32;
|
550
|
+
pub const ERROR_SMM_TIMEOUT: u32 = 748u32;
|
551
|
+
pub const ERROR_SMM_UNINITIALIZED: u32 = 746u32;
|
552
|
+
pub const ERROR_SSO_CERT_MISSING: u32 = 874u32;
|
553
|
+
pub const ERROR_SSTP_COOKIE_SET_FAILURE: u32 = 848u32;
|
554
|
+
pub const ERROR_STATE_MACHINES_ALREADY_STARTED: u32 = 696u32;
|
555
|
+
pub const ERROR_STATE_MACHINES_NOT_STARTED: u32 = 695u32;
|
556
|
+
pub const ERROR_SYSTEM_SUSPENDED: u32 = 833u32;
|
557
|
+
pub const ERROR_TAPI_CONFIGURATION: u32 = 740u32;
|
558
|
+
pub const ERROR_TEMPFAILURE: u32 = 774u32;
|
559
|
+
pub const ERROR_TOO_MANY_LINE_ERRORS: u32 = 715u32;
|
560
|
+
pub const ERROR_TS_UNACCEPTABLE: u32 = 842u32;
|
561
|
+
pub const ERROR_UNABLE_TO_AUTHENTICATE_SERVER: u32 = 778u32;
|
562
|
+
pub const ERROR_UNEXPECTED_RESPONSE: u32 = 702u32;
|
563
|
+
pub const ERROR_UNKNOWN: u32 = 635u32;
|
564
|
+
pub const ERROR_UNKNOWN_DEVICE_TYPE: u32 = 663u32;
|
565
|
+
pub const ERROR_UNKNOWN_FRAMED_PROTOCOL: u32 = 794u32;
|
566
|
+
pub const ERROR_UNKNOWN_RESPONSE_KEY: u32 = 698u32;
|
567
|
+
pub const ERROR_UNKNOWN_SERVICE_TYPE: u32 = 796u32;
|
568
|
+
pub const ERROR_UNRECOGNIZED_RESPONSE: u32 = 652u32;
|
569
|
+
pub const ERROR_UNSUPPORTED_BPS: u32 = 701u32;
|
570
|
+
pub const ERROR_UPDATECONNECTION_REQUEST_IN_PROCESS: u32 = 838u32;
|
571
|
+
pub const ERROR_USER_DISCONNECTION: u32 = 631u32;
|
572
|
+
pub const ERROR_USER_LOGOFF: u32 = 830u32;
|
573
|
+
pub const ERROR_VALIDATING_SERVER_CERT: u32 = 801u32;
|
574
|
+
pub const ERROR_VOICE_ANSWER: u32 = 677u32;
|
575
|
+
pub const ERROR_VPN_BAD_CERT: u32 = 810u32;
|
576
|
+
pub const ERROR_VPN_BAD_PSK: u32 = 811u32;
|
577
|
+
pub const ERROR_VPN_DISCONNECT: u32 = 807u32;
|
578
|
+
pub const ERROR_VPN_GRE_BLOCKED: u32 = 806u32;
|
579
|
+
pub const ERROR_VPN_PLUGIN_GENERIC: u32 = 873u32;
|
580
|
+
pub const ERROR_VPN_REFUSED: u32 = 808u32;
|
581
|
+
pub const ERROR_VPN_TIMEOUT: u32 = 809u32;
|
582
|
+
pub const ERROR_WRITING_DEFAULTOFF: u32 = 688u32;
|
583
|
+
pub const ERROR_WRITING_DEVICENAME: u32 = 684u32;
|
584
|
+
pub const ERROR_WRITING_DEVICETYPE: u32 = 683u32;
|
585
|
+
pub const ERROR_WRITING_INITBPS: u32 = 706u32;
|
586
|
+
pub const ERROR_WRITING_MAXCARRIERBPS: u32 = 686u32;
|
587
|
+
pub const ERROR_WRITING_MAXCONNECTBPS: u32 = 685u32;
|
588
|
+
pub const ERROR_WRITING_SECTIONNAME: u32 = 682u32;
|
589
|
+
pub const ERROR_WRITING_USAGE: u32 = 687u32;
|
590
|
+
pub const ERROR_WRONG_DEVICE_ATTACHED: u32 = 636u32;
|
591
|
+
pub const ERROR_WRONG_INFO_SPECIFIED: u32 = 604u32;
|
592
|
+
pub const ERROR_WRONG_KEY_SPECIFIED: u32 = 662u32;
|
593
|
+
pub const ERROR_WRONG_MODULE: u32 = 750u32;
|
594
|
+
pub const ERROR_WRONG_TUNNEL_TYPE: u32 = 795u32;
|
595
|
+
pub const ERROR_X25_DIAGNOSTIC: u32 = 707u32;
|
596
|
+
pub const ET_None: u32 = 0u32;
|
597
|
+
pub const ET_Optional: u32 = 3u32;
|
598
|
+
pub const ET_Require: u32 = 1u32;
|
599
|
+
pub const ET_RequireMax: u32 = 2u32;
|
600
|
+
#[repr(C)]
|
601
|
+
#[derive(Clone, Copy, Default)]
|
602
|
+
pub struct GRE_CONFIG_PARAMS0 {
|
603
|
+
pub dwNumPorts: u32,
|
604
|
+
pub dwPortFlags: u32,
|
605
|
+
}
|
606
|
+
pub type HRASCONN = *mut core::ffi::c_void;
|
607
|
+
#[repr(C)]
|
608
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
609
|
+
#[derive(Clone, Copy, Default)]
|
610
|
+
pub struct IKEV2_CONFIG_PARAMS {
|
611
|
+
pub dwNumPorts: u32,
|
612
|
+
pub dwPortFlags: u32,
|
613
|
+
pub dwTunnelConfigParamFlags: u32,
|
614
|
+
pub TunnelConfigParams: IKEV2_TUNNEL_CONFIG_PARAMS4,
|
615
|
+
}
|
616
|
+
pub type IKEV2_ID_PAYLOAD_TYPE = i32;
|
617
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_DN: IKEV2_ID_PAYLOAD_TYPE = 9i32;
|
618
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_DER_ASN1_GN: IKEV2_ID_PAYLOAD_TYPE = 10i32;
|
619
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_FQDN: IKEV2_ID_PAYLOAD_TYPE = 2i32;
|
620
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_ID_IPV6_ADDR: IKEV2_ID_PAYLOAD_TYPE = 5i32;
|
621
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_INVALID: IKEV2_ID_PAYLOAD_TYPE = 0i32;
|
622
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_IPV4_ADDR: IKEV2_ID_PAYLOAD_TYPE = 1i32;
|
623
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_KEY_ID: IKEV2_ID_PAYLOAD_TYPE = 11i32;
|
624
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_MAX: IKEV2_ID_PAYLOAD_TYPE = 12i32;
|
625
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED1: IKEV2_ID_PAYLOAD_TYPE = 4i32;
|
626
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED2: IKEV2_ID_PAYLOAD_TYPE = 6i32;
|
627
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED3: IKEV2_ID_PAYLOAD_TYPE = 7i32;
|
628
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_RESERVED4: IKEV2_ID_PAYLOAD_TYPE = 8i32;
|
629
|
+
pub const IKEV2_ID_PAYLOAD_TYPE_RFC822_ADDR: IKEV2_ID_PAYLOAD_TYPE = 3i32;
|
630
|
+
#[repr(C)]
|
631
|
+
#[derive(Clone, Copy)]
|
632
|
+
pub struct IKEV2_PROJECTION_INFO {
|
633
|
+
pub dwIPv4NegotiationError: u32,
|
634
|
+
pub wszAddress: [u16; 16],
|
635
|
+
pub wszRemoteAddress: [u16; 16],
|
636
|
+
pub IPv4SubInterfaceIndex: u64,
|
637
|
+
pub dwIPv6NegotiationError: u32,
|
638
|
+
pub bInterfaceIdentifier: [u8; 8],
|
639
|
+
pub bRemoteInterfaceIdentifier: [u8; 8],
|
640
|
+
pub bPrefix: [u8; 8],
|
641
|
+
pub dwPrefixLength: u32,
|
642
|
+
pub IPv6SubInterfaceIndex: u64,
|
643
|
+
pub dwOptions: u32,
|
644
|
+
pub dwAuthenticationProtocol: u32,
|
645
|
+
pub dwEapTypeId: u32,
|
646
|
+
pub dwCompressionAlgorithm: u32,
|
647
|
+
pub dwEncryptionMethod: u32,
|
648
|
+
}
|
649
|
+
impl Default for IKEV2_PROJECTION_INFO {
|
650
|
+
fn default() -> Self {
|
651
|
+
unsafe { core::mem::zeroed() }
|
652
|
+
}
|
653
|
+
}
|
654
|
+
#[repr(C)]
|
655
|
+
#[derive(Clone, Copy)]
|
656
|
+
pub struct IKEV2_PROJECTION_INFO2 {
|
657
|
+
pub dwIPv4NegotiationError: u32,
|
658
|
+
pub wszAddress: [u16; 16],
|
659
|
+
pub wszRemoteAddress: [u16; 16],
|
660
|
+
pub IPv4SubInterfaceIndex: u64,
|
661
|
+
pub dwIPv6NegotiationError: u32,
|
662
|
+
pub bInterfaceIdentifier: [u8; 8],
|
663
|
+
pub bRemoteInterfaceIdentifier: [u8; 8],
|
664
|
+
pub bPrefix: [u8; 8],
|
665
|
+
pub dwPrefixLength: u32,
|
666
|
+
pub IPv6SubInterfaceIndex: u64,
|
667
|
+
pub dwOptions: u32,
|
668
|
+
pub dwAuthenticationProtocol: u32,
|
669
|
+
pub dwEapTypeId: u32,
|
670
|
+
pub dwEmbeddedEAPTypeId: u32,
|
671
|
+
pub dwCompressionAlgorithm: u32,
|
672
|
+
pub dwEncryptionMethod: u32,
|
673
|
+
}
|
674
|
+
impl Default for IKEV2_PROJECTION_INFO2 {
|
675
|
+
fn default() -> Self {
|
676
|
+
unsafe { core::mem::zeroed() }
|
677
|
+
}
|
678
|
+
}
|
679
|
+
#[repr(C)]
|
680
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
681
|
+
#[derive(Clone, Copy)]
|
682
|
+
pub struct IKEV2_TUNNEL_CONFIG_PARAMS2 {
|
683
|
+
pub dwIdleTimeout: u32,
|
684
|
+
pub dwNetworkBlackoutTime: u32,
|
685
|
+
pub dwSaLifeTime: u32,
|
686
|
+
pub dwSaDataSizeForRenegotiation: u32,
|
687
|
+
pub dwConfigOptions: u32,
|
688
|
+
pub dwTotalCertificates: u32,
|
689
|
+
pub certificateNames: *mut super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
690
|
+
pub machineCertificateName: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
691
|
+
pub dwEncryptionType: u32,
|
692
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
693
|
+
}
|
694
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
695
|
+
impl Default for IKEV2_TUNNEL_CONFIG_PARAMS2 {
|
696
|
+
fn default() -> Self {
|
697
|
+
unsafe { core::mem::zeroed() }
|
698
|
+
}
|
699
|
+
}
|
700
|
+
#[repr(C)]
|
701
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
702
|
+
#[derive(Clone, Copy)]
|
703
|
+
pub struct IKEV2_TUNNEL_CONFIG_PARAMS3 {
|
704
|
+
pub dwIdleTimeout: u32,
|
705
|
+
pub dwNetworkBlackoutTime: u32,
|
706
|
+
pub dwSaLifeTime: u32,
|
707
|
+
pub dwSaDataSizeForRenegotiation: u32,
|
708
|
+
pub dwConfigOptions: u32,
|
709
|
+
pub dwTotalCertificates: u32,
|
710
|
+
pub certificateNames: *mut super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
711
|
+
pub machineCertificateName: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
712
|
+
pub dwEncryptionType: u32,
|
713
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
714
|
+
pub dwTotalEkus: u32,
|
715
|
+
pub certificateEKUs: *mut MPR_CERT_EKU,
|
716
|
+
pub machineCertificateHash: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
717
|
+
}
|
718
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
719
|
+
impl Default for IKEV2_TUNNEL_CONFIG_PARAMS3 {
|
720
|
+
fn default() -> Self {
|
721
|
+
unsafe { core::mem::zeroed() }
|
722
|
+
}
|
723
|
+
}
|
724
|
+
#[repr(C)]
|
725
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
726
|
+
#[derive(Clone, Copy)]
|
727
|
+
pub struct IKEV2_TUNNEL_CONFIG_PARAMS4 {
|
728
|
+
pub dwIdleTimeout: u32,
|
729
|
+
pub dwNetworkBlackoutTime: u32,
|
730
|
+
pub dwSaLifeTime: u32,
|
731
|
+
pub dwSaDataSizeForRenegotiation: u32,
|
732
|
+
pub dwConfigOptions: u32,
|
733
|
+
pub dwTotalCertificates: u32,
|
734
|
+
pub certificateNames: *mut super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
735
|
+
pub machineCertificateName: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
736
|
+
pub dwEncryptionType: u32,
|
737
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
738
|
+
pub dwTotalEkus: u32,
|
739
|
+
pub certificateEKUs: *mut MPR_CERT_EKU,
|
740
|
+
pub machineCertificateHash: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
741
|
+
pub dwMmSaLifeTime: u32,
|
742
|
+
}
|
743
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
744
|
+
impl Default for IKEV2_TUNNEL_CONFIG_PARAMS4 {
|
745
|
+
fn default() -> Self {
|
746
|
+
unsafe { core::mem::zeroed() }
|
747
|
+
}
|
748
|
+
}
|
749
|
+
pub const IPADDRESSLEN: u32 = 15u32;
|
750
|
+
pub const IPV6_ADDRESS_LEN_IN_BYTES: u32 = 16u32;
|
751
|
+
pub const IPXADDRESSLEN: u32 = 22u32;
|
752
|
+
#[repr(C)]
|
753
|
+
#[derive(Clone, Copy, Default)]
|
754
|
+
pub struct L2TP_CONFIG_PARAMS0 {
|
755
|
+
pub dwNumPorts: u32,
|
756
|
+
pub dwPortFlags: u32,
|
757
|
+
}
|
758
|
+
#[repr(C)]
|
759
|
+
#[derive(Clone, Copy, Default)]
|
760
|
+
pub struct L2TP_CONFIG_PARAMS1 {
|
761
|
+
pub dwNumPorts: u32,
|
762
|
+
pub dwPortFlags: u32,
|
763
|
+
pub dwTunnelConfigParamFlags: u32,
|
764
|
+
pub TunnelConfigParams: L2TP_TUNNEL_CONFIG_PARAMS2,
|
765
|
+
}
|
766
|
+
#[repr(C)]
|
767
|
+
#[derive(Clone, Copy)]
|
768
|
+
pub struct L2TP_TUNNEL_CONFIG_PARAMS1 {
|
769
|
+
pub dwIdleTimeout: u32,
|
770
|
+
pub dwEncryptionType: u32,
|
771
|
+
pub dwSaLifeTime: u32,
|
772
|
+
pub dwSaDataSizeForRenegotiation: u32,
|
773
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
774
|
+
}
|
775
|
+
impl Default for L2TP_TUNNEL_CONFIG_PARAMS1 {
|
776
|
+
fn default() -> Self {
|
777
|
+
unsafe { core::mem::zeroed() }
|
778
|
+
}
|
779
|
+
}
|
780
|
+
#[repr(C)]
|
781
|
+
#[derive(Clone, Copy)]
|
782
|
+
pub struct L2TP_TUNNEL_CONFIG_PARAMS2 {
|
783
|
+
pub dwIdleTimeout: u32,
|
784
|
+
pub dwEncryptionType: u32,
|
785
|
+
pub dwSaLifeTime: u32,
|
786
|
+
pub dwSaDataSizeForRenegotiation: u32,
|
787
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
788
|
+
pub dwMmSaLifeTime: u32,
|
789
|
+
}
|
790
|
+
impl Default for L2TP_TUNNEL_CONFIG_PARAMS2 {
|
791
|
+
fn default() -> Self {
|
792
|
+
unsafe { core::mem::zeroed() }
|
793
|
+
}
|
794
|
+
}
|
795
|
+
pub const MAXIPADRESSLEN: u32 = 64u32;
|
796
|
+
pub const MAX_SSTP_HASH_SIZE: u32 = 32u32;
|
797
|
+
pub const METHOD_BGP4_AS_PATH: u32 = 1u32;
|
798
|
+
pub const METHOD_BGP4_NEXTHOP_ATTR: u32 = 8u32;
|
799
|
+
pub const METHOD_BGP4_PA_ORIGIN: u32 = 4u32;
|
800
|
+
pub const METHOD_BGP4_PEER_ID: u32 = 2u32;
|
801
|
+
pub const METHOD_RIP2_NEIGHBOUR_ADDR: u32 = 1u32;
|
802
|
+
pub const METHOD_RIP2_OUTBOUND_INTF: u32 = 2u32;
|
803
|
+
pub const METHOD_RIP2_ROUTE_TAG: u32 = 4u32;
|
804
|
+
pub const METHOD_RIP2_ROUTE_TIMESTAMP: u32 = 8u32;
|
805
|
+
pub const METHOD_TYPE_ALL_METHODS: u32 = 4294967295u32;
|
806
|
+
pub type MGM_ENUM_TYPES = i32;
|
807
|
+
pub const MGM_FORWARD_STATE_FLAG: u32 = 2u32;
|
808
|
+
#[repr(C)]
|
809
|
+
#[derive(Clone, Copy, Default)]
|
810
|
+
pub struct MGM_IF_ENTRY {
|
811
|
+
pub dwIfIndex: u32,
|
812
|
+
pub dwIfNextHopAddr: u32,
|
813
|
+
pub bIGMP: windows_sys::core::BOOL,
|
814
|
+
pub bIsEnabled: windows_sys::core::BOOL,
|
815
|
+
}
|
816
|
+
pub const MGM_JOIN_STATE_FLAG: u32 = 1u32;
|
817
|
+
pub const MGM_MFE_STATS_0: u32 = 1u32;
|
818
|
+
pub const MGM_MFE_STATS_1: u32 = 2u32;
|
819
|
+
#[repr(C)]
|
820
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
821
|
+
#[derive(Clone, Copy, Default)]
|
822
|
+
pub struct MPRAPI_ADMIN_DLL_CALLBACKS {
|
823
|
+
pub revision: u8,
|
824
|
+
pub lpfnMprAdminGetIpAddressForUser: PMPRADMINGETIPADDRESSFORUSER,
|
825
|
+
pub lpfnMprAdminReleaseIpAddress: PMPRADMINRELEASEIPADRESS,
|
826
|
+
pub lpfnMprAdminGetIpv6AddressForUser: PMPRADMINGETIPV6ADDRESSFORUSER,
|
827
|
+
pub lpfnMprAdminReleaseIpV6AddressForUser: PMPRADMINRELEASEIPV6ADDRESSFORUSER,
|
828
|
+
pub lpfnRasAdminAcceptNewLink: PMPRADMINACCEPTNEWLINK,
|
829
|
+
pub lpfnRasAdminLinkHangupNotification: PMPRADMINLINKHANGUPNOTIFICATION,
|
830
|
+
pub lpfnRasAdminTerminateDll: PMPRADMINTERMINATEDLL,
|
831
|
+
pub lpfnRasAdminAcceptNewConnectionEx: PMPRADMINACCEPTNEWCONNECTIONEX,
|
832
|
+
pub lpfnRasAdminAcceptEndpointChangeEx: PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX,
|
833
|
+
pub lpfnRasAdminAcceptReauthenticationEx: PMPRADMINACCEPTREAUTHENTICATIONEX,
|
834
|
+
pub lpfnRasAdminConnectionHangupNotificationEx: PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX,
|
835
|
+
pub lpfnRASValidatePreAuthenticatedConnectionEx: PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX,
|
836
|
+
}
|
837
|
+
pub const MPRAPI_ADMIN_DLL_VERSION_1: u32 = 1u32;
|
838
|
+
pub const MPRAPI_ADMIN_DLL_VERSION_2: u32 = 2u32;
|
839
|
+
pub const MPRAPI_IF_CUSTOM_CONFIG_FOR_IKEV2: u32 = 1u32;
|
840
|
+
pub const MPRAPI_IKEV2_AUTH_USING_CERT: u32 = 1u32;
|
841
|
+
pub const MPRAPI_IKEV2_AUTH_USING_EAP: u32 = 2u32;
|
842
|
+
pub const MPRAPI_IKEV2_PROJECTION_INFO_TYPE: u32 = 2u32;
|
843
|
+
pub const MPRAPI_IKEV2_SET_TUNNEL_CONFIG_PARAMS: u32 = 1u32;
|
844
|
+
pub const MPRAPI_L2TP_SET_TUNNEL_CONFIG_PARAMS: u32 = 1u32;
|
845
|
+
pub const MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_1: u32 = 1u32;
|
846
|
+
pub const MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_2: u32 = 2u32;
|
847
|
+
pub const MPRAPI_MPR_IF_CUSTOM_CONFIG_OBJECT_REVISION_3: u32 = 3u32;
|
848
|
+
pub const MPRAPI_MPR_SERVER_OBJECT_REVISION_1: u32 = 1u32;
|
849
|
+
pub const MPRAPI_MPR_SERVER_OBJECT_REVISION_2: u32 = 2u32;
|
850
|
+
pub const MPRAPI_MPR_SERVER_OBJECT_REVISION_3: u32 = 3u32;
|
851
|
+
pub const MPRAPI_MPR_SERVER_OBJECT_REVISION_4: u32 = 4u32;
|
852
|
+
pub const MPRAPI_MPR_SERVER_OBJECT_REVISION_5: u32 = 5u32;
|
853
|
+
pub const MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_1: u32 = 1u32;
|
854
|
+
pub const MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_2: u32 = 2u32;
|
855
|
+
pub const MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_3: u32 = 3u32;
|
856
|
+
pub const MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_4: u32 = 4u32;
|
857
|
+
pub const MPRAPI_MPR_SERVER_SET_CONFIG_OBJECT_REVISION_5: u32 = 5u32;
|
858
|
+
#[repr(C)]
|
859
|
+
#[derive(Clone, Copy, Default)]
|
860
|
+
pub struct MPRAPI_OBJECT_HEADER {
|
861
|
+
pub revision: u8,
|
862
|
+
pub r#type: u8,
|
863
|
+
pub size: u16,
|
864
|
+
}
|
865
|
+
pub type MPRAPI_OBJECT_TYPE = i32;
|
866
|
+
pub const MPRAPI_OBJECT_TYPE_AUTH_VALIDATION_OBJECT: MPRAPI_OBJECT_TYPE = 4i32;
|
867
|
+
pub const MPRAPI_OBJECT_TYPE_IF_CUSTOM_CONFIG_OBJECT: MPRAPI_OBJECT_TYPE = 6i32;
|
868
|
+
pub const MPRAPI_OBJECT_TYPE_MPR_SERVER_OBJECT: MPRAPI_OBJECT_TYPE = 2i32;
|
869
|
+
pub const MPRAPI_OBJECT_TYPE_MPR_SERVER_SET_CONFIG_OBJECT: MPRAPI_OBJECT_TYPE = 3i32;
|
870
|
+
pub const MPRAPI_OBJECT_TYPE_RAS_CONNECTION_OBJECT: MPRAPI_OBJECT_TYPE = 1i32;
|
871
|
+
pub const MPRAPI_OBJECT_TYPE_UPDATE_CONNECTION_OBJECT: MPRAPI_OBJECT_TYPE = 5i32;
|
872
|
+
pub const MPRAPI_PPP_PROJECTION_INFO_TYPE: u32 = 1u32;
|
873
|
+
pub const MPRAPI_RAS_CONNECTION_OBJECT_REVISION_1: u32 = 1u32;
|
874
|
+
pub const MPRAPI_RAS_UPDATE_CONNECTION_OBJECT_REVISION_1: u32 = 1u32;
|
875
|
+
pub const MPRAPI_SET_CONFIG_PROTOCOL_FOR_GRE: u32 = 16u32;
|
876
|
+
pub const MPRAPI_SET_CONFIG_PROTOCOL_FOR_IKEV2: u32 = 8u32;
|
877
|
+
pub const MPRAPI_SET_CONFIG_PROTOCOL_FOR_L2TP: u32 = 2u32;
|
878
|
+
pub const MPRAPI_SET_CONFIG_PROTOCOL_FOR_PPTP: u32 = 1u32;
|
879
|
+
pub const MPRAPI_SET_CONFIG_PROTOCOL_FOR_SSTP: u32 = 4u32;
|
880
|
+
#[repr(C)]
|
881
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
882
|
+
#[derive(Clone, Copy, Default)]
|
883
|
+
pub struct MPRAPI_TUNNEL_CONFIG_PARAMS0 {
|
884
|
+
pub IkeConfigParams: IKEV2_CONFIG_PARAMS,
|
885
|
+
pub PptpConfigParams: PPTP_CONFIG_PARAMS,
|
886
|
+
pub L2tpConfigParams: L2TP_CONFIG_PARAMS1,
|
887
|
+
pub SstpConfigParams: SSTP_CONFIG_PARAMS,
|
888
|
+
}
|
889
|
+
#[repr(C)]
|
890
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
891
|
+
#[derive(Clone, Copy, Default)]
|
892
|
+
pub struct MPRAPI_TUNNEL_CONFIG_PARAMS1 {
|
893
|
+
pub IkeConfigParams: IKEV2_CONFIG_PARAMS,
|
894
|
+
pub PptpConfigParams: PPTP_CONFIG_PARAMS,
|
895
|
+
pub L2tpConfigParams: L2TP_CONFIG_PARAMS1,
|
896
|
+
pub SstpConfigParams: SSTP_CONFIG_PARAMS,
|
897
|
+
pub GREConfigParams: GRE_CONFIG_PARAMS0,
|
898
|
+
}
|
899
|
+
pub const MPRDM_DialAll: MPR_INTERFACE_DIAL_MODE = 1u32;
|
900
|
+
pub const MPRDM_DialAsNeeded: MPR_INTERFACE_DIAL_MODE = 2u32;
|
901
|
+
pub const MPRDM_DialFirst: MPR_INTERFACE_DIAL_MODE = 0u32;
|
902
|
+
pub const MPRDT_Atm: windows_sys::core::PCWSTR = windows_sys::core::w!("ATM");
|
903
|
+
pub const MPRDT_FrameRelay: windows_sys::core::PCWSTR = windows_sys::core::w!("FRAMERELAY");
|
904
|
+
pub const MPRDT_Generic: windows_sys::core::PCWSTR = windows_sys::core::w!("GENERIC");
|
905
|
+
pub const MPRDT_Irda: windows_sys::core::PCWSTR = windows_sys::core::w!("IRDA");
|
906
|
+
pub const MPRDT_Isdn: windows_sys::core::PCWSTR = windows_sys::core::w!("isdn");
|
907
|
+
pub const MPRDT_Modem: windows_sys::core::PCWSTR = windows_sys::core::w!("modem");
|
908
|
+
pub const MPRDT_Pad: windows_sys::core::PCWSTR = windows_sys::core::w!("pad");
|
909
|
+
pub const MPRDT_Parallel: windows_sys::core::PCWSTR = windows_sys::core::w!("PARALLEL");
|
910
|
+
pub const MPRDT_SW56: windows_sys::core::PCWSTR = windows_sys::core::w!("SW56");
|
911
|
+
pub const MPRDT_Serial: windows_sys::core::PCWSTR = windows_sys::core::w!("SERIAL");
|
912
|
+
pub const MPRDT_Sonet: windows_sys::core::PCWSTR = windows_sys::core::w!("SONET");
|
913
|
+
pub const MPRDT_Vpn: windows_sys::core::PCWSTR = windows_sys::core::w!("vpn");
|
914
|
+
pub const MPRDT_X25: windows_sys::core::PCWSTR = windows_sys::core::w!("x25");
|
915
|
+
pub const MPRET_Direct: u32 = 3u32;
|
916
|
+
pub const MPRET_Phone: u32 = 1u32;
|
917
|
+
pub const MPRET_Vpn: u32 = 2u32;
|
918
|
+
pub const MPRIDS_Disabled: u32 = 4294967295u32;
|
919
|
+
pub const MPRIDS_UseGlobalValue: u32 = 0u32;
|
920
|
+
pub const MPRIO_DisableLcpExtensions: u32 = 32u32;
|
921
|
+
pub const MPRIO_IpHeaderCompression: u32 = 8u32;
|
922
|
+
pub const MPRIO_IpSecPreSharedKey: u32 = 2147483648u32;
|
923
|
+
pub const MPRIO_NetworkLogon: u32 = 8192u32;
|
924
|
+
pub const MPRIO_PromoteAlternates: u32 = 32768u32;
|
925
|
+
pub const MPRIO_RemoteDefaultGateway: u32 = 16u32;
|
926
|
+
pub const MPRIO_RequireCHAP: u32 = 134217728u32;
|
927
|
+
pub const MPRIO_RequireDataEncryption: u32 = 4096u32;
|
928
|
+
pub const MPRIO_RequireEAP: u32 = 131072u32;
|
929
|
+
pub const MPRIO_RequireEncryptedPw: u32 = 1024u32;
|
930
|
+
pub const MPRIO_RequireMachineCertificates: u32 = 16777216u32;
|
931
|
+
pub const MPRIO_RequireMsCHAP: u32 = 268435456u32;
|
932
|
+
pub const MPRIO_RequireMsCHAP2: u32 = 536870912u32;
|
933
|
+
pub const MPRIO_RequireMsEncryptedPw: u32 = 2048u32;
|
934
|
+
pub const MPRIO_RequirePAP: u32 = 262144u32;
|
935
|
+
pub const MPRIO_RequireSPAP: u32 = 524288u32;
|
936
|
+
pub const MPRIO_SecureLocalFiles: u32 = 65536u32;
|
937
|
+
pub const MPRIO_SharedPhoneNumbers: u32 = 8388608u32;
|
938
|
+
pub const MPRIO_SpecificIpAddr: u32 = 2u32;
|
939
|
+
pub const MPRIO_SpecificNameServers: u32 = 4u32;
|
940
|
+
pub const MPRIO_SwCompression: u32 = 512u32;
|
941
|
+
pub const MPRIO_UsePreSharedKeyForIkev2Initiator: u32 = 33554432u32;
|
942
|
+
pub const MPRIO_UsePreSharedKeyForIkev2Responder: u32 = 67108864u32;
|
943
|
+
pub const MPRNP_Ip: u32 = 4u32;
|
944
|
+
pub const MPRNP_Ipv6: u32 = 8u32;
|
945
|
+
pub const MPRNP_Ipx: u32 = 2u32;
|
946
|
+
#[repr(C)]
|
947
|
+
#[derive(Clone, Copy)]
|
948
|
+
pub struct MPR_CERT_EKU {
|
949
|
+
pub dwSize: u32,
|
950
|
+
pub IsEKUOID: windows_sys::core::BOOL,
|
951
|
+
pub pwszEKU: windows_sys::core::PWSTR,
|
952
|
+
}
|
953
|
+
impl Default for MPR_CERT_EKU {
|
954
|
+
fn default() -> Self {
|
955
|
+
unsafe { core::mem::zeroed() }
|
956
|
+
}
|
957
|
+
}
|
958
|
+
#[repr(C)]
|
959
|
+
#[derive(Clone, Copy)]
|
960
|
+
pub struct MPR_CREDENTIALSEX_0 {
|
961
|
+
pub dwSize: u32,
|
962
|
+
pub lpbCredentialsInfo: *mut u8,
|
963
|
+
}
|
964
|
+
impl Default for MPR_CREDENTIALSEX_0 {
|
965
|
+
fn default() -> Self {
|
966
|
+
unsafe { core::mem::zeroed() }
|
967
|
+
}
|
968
|
+
}
|
969
|
+
#[repr(C)]
|
970
|
+
#[derive(Clone, Copy)]
|
971
|
+
pub struct MPR_CREDENTIALSEX_1 {
|
972
|
+
pub dwSize: u32,
|
973
|
+
pub lpbCredentialsInfo: *mut u8,
|
974
|
+
}
|
975
|
+
impl Default for MPR_CREDENTIALSEX_1 {
|
976
|
+
fn default() -> Self {
|
977
|
+
unsafe { core::mem::zeroed() }
|
978
|
+
}
|
979
|
+
}
|
980
|
+
#[repr(C)]
|
981
|
+
#[derive(Clone, Copy)]
|
982
|
+
pub struct MPR_DEVICE_0 {
|
983
|
+
pub szDeviceType: [u16; 17],
|
984
|
+
pub szDeviceName: [u16; 129],
|
985
|
+
}
|
986
|
+
impl Default for MPR_DEVICE_0 {
|
987
|
+
fn default() -> Self {
|
988
|
+
unsafe { core::mem::zeroed() }
|
989
|
+
}
|
990
|
+
}
|
991
|
+
#[repr(C)]
|
992
|
+
#[derive(Clone, Copy)]
|
993
|
+
pub struct MPR_DEVICE_1 {
|
994
|
+
pub szDeviceType: [u16; 17],
|
995
|
+
pub szDeviceName: [u16; 129],
|
996
|
+
pub szLocalPhoneNumber: [u16; 129],
|
997
|
+
pub szAlternates: windows_sys::core::PWSTR,
|
998
|
+
}
|
999
|
+
impl Default for MPR_DEVICE_1 {
|
1000
|
+
fn default() -> Self {
|
1001
|
+
unsafe { core::mem::zeroed() }
|
1002
|
+
}
|
1003
|
+
}
|
1004
|
+
pub const MPR_ENABLE_RAS_ON_DEVICE: u32 = 1u32;
|
1005
|
+
pub const MPR_ENABLE_ROUTING_ON_DEVICE: u32 = 2u32;
|
1006
|
+
pub type MPR_ET = u32;
|
1007
|
+
pub const MPR_ET_None: MPR_ET = 0u32;
|
1008
|
+
pub const MPR_ET_Optional: MPR_ET = 3u32;
|
1009
|
+
pub const MPR_ET_Require: MPR_ET = 1u32;
|
1010
|
+
pub const MPR_ET_RequireMax: MPR_ET = 2u32;
|
1011
|
+
#[repr(C)]
|
1012
|
+
#[derive(Clone, Copy, Default)]
|
1013
|
+
pub struct MPR_FILTER_0 {
|
1014
|
+
pub fEnable: windows_sys::core::BOOL,
|
1015
|
+
}
|
1016
|
+
#[repr(C)]
|
1017
|
+
#[derive(Clone, Copy)]
|
1018
|
+
pub struct MPR_IFTRANSPORT_0 {
|
1019
|
+
pub dwTransportId: u32,
|
1020
|
+
pub hIfTransport: super::super::Foundation::HANDLE,
|
1021
|
+
pub wszIfTransportName: [u16; 41],
|
1022
|
+
}
|
1023
|
+
impl Default for MPR_IFTRANSPORT_0 {
|
1024
|
+
fn default() -> Self {
|
1025
|
+
unsafe { core::mem::zeroed() }
|
1026
|
+
}
|
1027
|
+
}
|
1028
|
+
#[repr(C)]
|
1029
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1030
|
+
#[derive(Clone, Copy, Default)]
|
1031
|
+
pub struct MPR_IF_CUSTOMINFOEX0 {
|
1032
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1033
|
+
pub dwFlags: u32,
|
1034
|
+
pub customIkev2Config: ROUTER_IKEv2_IF_CUSTOM_CONFIG0,
|
1035
|
+
}
|
1036
|
+
#[repr(C)]
|
1037
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1038
|
+
#[derive(Clone, Copy, Default)]
|
1039
|
+
pub struct MPR_IF_CUSTOMINFOEX1 {
|
1040
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1041
|
+
pub dwFlags: u32,
|
1042
|
+
pub customIkev2Config: ROUTER_IKEv2_IF_CUSTOM_CONFIG1,
|
1043
|
+
}
|
1044
|
+
#[repr(C)]
|
1045
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
1046
|
+
#[derive(Clone, Copy, Default)]
|
1047
|
+
pub struct MPR_IF_CUSTOMINFOEX2 {
|
1048
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1049
|
+
pub dwFlags: u32,
|
1050
|
+
pub customIkev2Config: ROUTER_IKEv2_IF_CUSTOM_CONFIG2,
|
1051
|
+
}
|
1052
|
+
#[repr(C)]
|
1053
|
+
#[derive(Clone, Copy)]
|
1054
|
+
pub struct MPR_INTERFACE_0 {
|
1055
|
+
pub wszInterfaceName: [u16; 257],
|
1056
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
1057
|
+
pub fEnabled: windows_sys::core::BOOL,
|
1058
|
+
pub dwIfType: ROUTER_INTERFACE_TYPE,
|
1059
|
+
pub dwConnectionState: ROUTER_CONNECTION_STATE,
|
1060
|
+
pub fUnReachabilityReasons: u32,
|
1061
|
+
pub dwLastError: u32,
|
1062
|
+
}
|
1063
|
+
impl Default for MPR_INTERFACE_0 {
|
1064
|
+
fn default() -> Self {
|
1065
|
+
unsafe { core::mem::zeroed() }
|
1066
|
+
}
|
1067
|
+
}
|
1068
|
+
#[repr(C)]
|
1069
|
+
#[derive(Clone, Copy)]
|
1070
|
+
pub struct MPR_INTERFACE_1 {
|
1071
|
+
pub wszInterfaceName: [u16; 257],
|
1072
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
1073
|
+
pub fEnabled: windows_sys::core::BOOL,
|
1074
|
+
pub dwIfType: ROUTER_INTERFACE_TYPE,
|
1075
|
+
pub dwConnectionState: ROUTER_CONNECTION_STATE,
|
1076
|
+
pub fUnReachabilityReasons: u32,
|
1077
|
+
pub dwLastError: u32,
|
1078
|
+
pub lpwsDialoutHoursRestriction: windows_sys::core::PWSTR,
|
1079
|
+
}
|
1080
|
+
impl Default for MPR_INTERFACE_1 {
|
1081
|
+
fn default() -> Self {
|
1082
|
+
unsafe { core::mem::zeroed() }
|
1083
|
+
}
|
1084
|
+
}
|
1085
|
+
#[repr(C)]
|
1086
|
+
#[derive(Clone, Copy)]
|
1087
|
+
pub struct MPR_INTERFACE_2 {
|
1088
|
+
pub wszInterfaceName: [u16; 257],
|
1089
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
1090
|
+
pub fEnabled: windows_sys::core::BOOL,
|
1091
|
+
pub dwIfType: ROUTER_INTERFACE_TYPE,
|
1092
|
+
pub dwConnectionState: ROUTER_CONNECTION_STATE,
|
1093
|
+
pub fUnReachabilityReasons: u32,
|
1094
|
+
pub dwLastError: u32,
|
1095
|
+
pub dwfOptions: u32,
|
1096
|
+
pub szLocalPhoneNumber: [u16; 129],
|
1097
|
+
pub szAlternates: windows_sys::core::PWSTR,
|
1098
|
+
pub ipaddr: u32,
|
1099
|
+
pub ipaddrDns: u32,
|
1100
|
+
pub ipaddrDnsAlt: u32,
|
1101
|
+
pub ipaddrWins: u32,
|
1102
|
+
pub ipaddrWinsAlt: u32,
|
1103
|
+
pub dwfNetProtocols: u32,
|
1104
|
+
pub szDeviceType: [u16; 17],
|
1105
|
+
pub szDeviceName: [u16; 129],
|
1106
|
+
pub szX25PadType: [u16; 33],
|
1107
|
+
pub szX25Address: [u16; 201],
|
1108
|
+
pub szX25Facilities: [u16; 201],
|
1109
|
+
pub szX25UserData: [u16; 201],
|
1110
|
+
pub dwChannels: u32,
|
1111
|
+
pub dwSubEntries: u32,
|
1112
|
+
pub dwDialMode: MPR_INTERFACE_DIAL_MODE,
|
1113
|
+
pub dwDialExtraPercent: u32,
|
1114
|
+
pub dwDialExtraSampleSeconds: u32,
|
1115
|
+
pub dwHangUpExtraPercent: u32,
|
1116
|
+
pub dwHangUpExtraSampleSeconds: u32,
|
1117
|
+
pub dwIdleDisconnectSeconds: u32,
|
1118
|
+
pub dwType: u32,
|
1119
|
+
pub dwEncryptionType: MPR_ET,
|
1120
|
+
pub dwCustomAuthKey: u32,
|
1121
|
+
pub dwCustomAuthDataSize: u32,
|
1122
|
+
pub lpbCustomAuthData: *mut u8,
|
1123
|
+
pub guidId: windows_sys::core::GUID,
|
1124
|
+
pub dwVpnStrategy: MPR_VS,
|
1125
|
+
}
|
1126
|
+
impl Default for MPR_INTERFACE_2 {
|
1127
|
+
fn default() -> Self {
|
1128
|
+
unsafe { core::mem::zeroed() }
|
1129
|
+
}
|
1130
|
+
}
|
1131
|
+
#[repr(C)]
|
1132
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1133
|
+
#[derive(Clone, Copy)]
|
1134
|
+
pub struct MPR_INTERFACE_3 {
|
1135
|
+
pub wszInterfaceName: [u16; 257],
|
1136
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
1137
|
+
pub fEnabled: windows_sys::core::BOOL,
|
1138
|
+
pub dwIfType: ROUTER_INTERFACE_TYPE,
|
1139
|
+
pub dwConnectionState: ROUTER_CONNECTION_STATE,
|
1140
|
+
pub fUnReachabilityReasons: u32,
|
1141
|
+
pub dwLastError: u32,
|
1142
|
+
pub dwfOptions: u32,
|
1143
|
+
pub szLocalPhoneNumber: [u16; 129],
|
1144
|
+
pub szAlternates: windows_sys::core::PWSTR,
|
1145
|
+
pub ipaddr: u32,
|
1146
|
+
pub ipaddrDns: u32,
|
1147
|
+
pub ipaddrDnsAlt: u32,
|
1148
|
+
pub ipaddrWins: u32,
|
1149
|
+
pub ipaddrWinsAlt: u32,
|
1150
|
+
pub dwfNetProtocols: u32,
|
1151
|
+
pub szDeviceType: [u16; 17],
|
1152
|
+
pub szDeviceName: [u16; 129],
|
1153
|
+
pub szX25PadType: [u16; 33],
|
1154
|
+
pub szX25Address: [u16; 201],
|
1155
|
+
pub szX25Facilities: [u16; 201],
|
1156
|
+
pub szX25UserData: [u16; 201],
|
1157
|
+
pub dwChannels: u32,
|
1158
|
+
pub dwSubEntries: u32,
|
1159
|
+
pub dwDialMode: MPR_INTERFACE_DIAL_MODE,
|
1160
|
+
pub dwDialExtraPercent: u32,
|
1161
|
+
pub dwDialExtraSampleSeconds: u32,
|
1162
|
+
pub dwHangUpExtraPercent: u32,
|
1163
|
+
pub dwHangUpExtraSampleSeconds: u32,
|
1164
|
+
pub dwIdleDisconnectSeconds: u32,
|
1165
|
+
pub dwType: u32,
|
1166
|
+
pub dwEncryptionType: MPR_ET,
|
1167
|
+
pub dwCustomAuthKey: u32,
|
1168
|
+
pub dwCustomAuthDataSize: u32,
|
1169
|
+
pub lpbCustomAuthData: *mut u8,
|
1170
|
+
pub guidId: windows_sys::core::GUID,
|
1171
|
+
pub dwVpnStrategy: MPR_VS,
|
1172
|
+
pub AddressCount: u32,
|
1173
|
+
pub ipv6addrDns: super::super::Networking::WinSock::IN6_ADDR,
|
1174
|
+
pub ipv6addrDnsAlt: super::super::Networking::WinSock::IN6_ADDR,
|
1175
|
+
pub ipv6addr: *mut super::super::Networking::WinSock::IN6_ADDR,
|
1176
|
+
}
|
1177
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1178
|
+
impl Default for MPR_INTERFACE_3 {
|
1179
|
+
fn default() -> Self {
|
1180
|
+
unsafe { core::mem::zeroed() }
|
1181
|
+
}
|
1182
|
+
}
|
1183
|
+
pub const MPR_INTERFACE_ADMIN_DISABLED: u32 = 2u32;
|
1184
|
+
pub const MPR_INTERFACE_CONNECTION_FAILURE: u32 = 4u32;
|
1185
|
+
pub const MPR_INTERFACE_DIALOUT_HOURS_RESTRICTION: u32 = 16u32;
|
1186
|
+
pub type MPR_INTERFACE_DIAL_MODE = u32;
|
1187
|
+
pub const MPR_INTERFACE_NO_DEVICE: u32 = 64u32;
|
1188
|
+
pub const MPR_INTERFACE_NO_MEDIA_SENSE: u32 = 32u32;
|
1189
|
+
pub const MPR_INTERFACE_OUT_OF_RESOURCES: u32 = 1u32;
|
1190
|
+
pub const MPR_INTERFACE_SERVICE_PAUSED: u32 = 8u32;
|
1191
|
+
#[repr(C)]
|
1192
|
+
#[derive(Clone, Copy)]
|
1193
|
+
pub struct MPR_IPINIP_INTERFACE_0 {
|
1194
|
+
pub wszFriendlyName: [u16; 257],
|
1195
|
+
pub Guid: windows_sys::core::GUID,
|
1196
|
+
}
|
1197
|
+
impl Default for MPR_IPINIP_INTERFACE_0 {
|
1198
|
+
fn default() -> Self {
|
1199
|
+
unsafe { core::mem::zeroed() }
|
1200
|
+
}
|
1201
|
+
}
|
1202
|
+
pub const MPR_MaxAreaCode: u32 = 10u32;
|
1203
|
+
pub const MPR_MaxCallbackNumber: u32 = 128u32;
|
1204
|
+
pub const MPR_MaxDeviceName: u32 = 128u32;
|
1205
|
+
pub const MPR_MaxDeviceType: u32 = 16u32;
|
1206
|
+
pub const MPR_MaxEntryName: u32 = 256u32;
|
1207
|
+
pub const MPR_MaxFacilities: u32 = 200u32;
|
1208
|
+
pub const MPR_MaxIpAddress: u32 = 15u32;
|
1209
|
+
pub const MPR_MaxIpxAddress: u32 = 21u32;
|
1210
|
+
pub const MPR_MaxPadType: u32 = 32u32;
|
1211
|
+
pub const MPR_MaxPhoneNumber: u32 = 128u32;
|
1212
|
+
pub const MPR_MaxUserData: u32 = 200u32;
|
1213
|
+
pub const MPR_MaxX25Address: u32 = 200u32;
|
1214
|
+
#[repr(C)]
|
1215
|
+
#[derive(Clone, Copy, Default)]
|
1216
|
+
pub struct MPR_SERVER_0 {
|
1217
|
+
pub fLanOnlyMode: windows_sys::core::BOOL,
|
1218
|
+
pub dwUpTime: u32,
|
1219
|
+
pub dwTotalPorts: u32,
|
1220
|
+
pub dwPortsInUse: u32,
|
1221
|
+
}
|
1222
|
+
#[repr(C)]
|
1223
|
+
#[derive(Clone, Copy, Default)]
|
1224
|
+
pub struct MPR_SERVER_1 {
|
1225
|
+
pub dwNumPptpPorts: u32,
|
1226
|
+
pub dwPptpPortFlags: u32,
|
1227
|
+
pub dwNumL2tpPorts: u32,
|
1228
|
+
pub dwL2tpPortFlags: u32,
|
1229
|
+
}
|
1230
|
+
#[repr(C)]
|
1231
|
+
#[derive(Clone, Copy, Default)]
|
1232
|
+
pub struct MPR_SERVER_2 {
|
1233
|
+
pub dwNumPptpPorts: u32,
|
1234
|
+
pub dwPptpPortFlags: u32,
|
1235
|
+
pub dwNumL2tpPorts: u32,
|
1236
|
+
pub dwL2tpPortFlags: u32,
|
1237
|
+
pub dwNumSstpPorts: u32,
|
1238
|
+
pub dwSstpPortFlags: u32,
|
1239
|
+
}
|
1240
|
+
#[repr(C)]
|
1241
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1242
|
+
#[derive(Clone, Copy, Default)]
|
1243
|
+
pub struct MPR_SERVER_EX0 {
|
1244
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1245
|
+
pub fLanOnlyMode: u32,
|
1246
|
+
pub dwUpTime: u32,
|
1247
|
+
pub dwTotalPorts: u32,
|
1248
|
+
pub dwPortsInUse: u32,
|
1249
|
+
pub Reserved: u32,
|
1250
|
+
pub ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS0,
|
1251
|
+
}
|
1252
|
+
#[repr(C)]
|
1253
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1254
|
+
#[derive(Clone, Copy, Default)]
|
1255
|
+
pub struct MPR_SERVER_EX1 {
|
1256
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1257
|
+
pub fLanOnlyMode: u32,
|
1258
|
+
pub dwUpTime: u32,
|
1259
|
+
pub dwTotalPorts: u32,
|
1260
|
+
pub dwPortsInUse: u32,
|
1261
|
+
pub Reserved: u32,
|
1262
|
+
pub ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS1,
|
1263
|
+
}
|
1264
|
+
#[repr(C)]
|
1265
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1266
|
+
#[derive(Clone, Copy, Default)]
|
1267
|
+
pub struct MPR_SERVER_SET_CONFIG_EX0 {
|
1268
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1269
|
+
pub setConfigForProtocols: u32,
|
1270
|
+
pub ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS0,
|
1271
|
+
}
|
1272
|
+
#[repr(C)]
|
1273
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
1274
|
+
#[derive(Clone, Copy, Default)]
|
1275
|
+
pub struct MPR_SERVER_SET_CONFIG_EX1 {
|
1276
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
1277
|
+
pub setConfigForProtocols: u32,
|
1278
|
+
pub ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS1,
|
1279
|
+
}
|
1280
|
+
#[repr(C)]
|
1281
|
+
#[derive(Clone, Copy)]
|
1282
|
+
pub struct MPR_TRANSPORT_0 {
|
1283
|
+
pub dwTransportId: u32,
|
1284
|
+
pub hTransport: super::super::Foundation::HANDLE,
|
1285
|
+
pub wszTransportName: [u16; 41],
|
1286
|
+
}
|
1287
|
+
impl Default for MPR_TRANSPORT_0 {
|
1288
|
+
fn default() -> Self {
|
1289
|
+
unsafe { core::mem::zeroed() }
|
1290
|
+
}
|
1291
|
+
}
|
1292
|
+
#[repr(C)]
|
1293
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1294
|
+
#[derive(Clone, Copy)]
|
1295
|
+
pub struct MPR_VPN_TRAFFIC_SELECTOR {
|
1296
|
+
pub r#type: MPR_VPN_TS_TYPE,
|
1297
|
+
pub protocolId: u8,
|
1298
|
+
pub portStart: u16,
|
1299
|
+
pub portEnd: u16,
|
1300
|
+
pub tsPayloadId: u16,
|
1301
|
+
pub addrStart: VPN_TS_IP_ADDRESS,
|
1302
|
+
pub addrEnd: VPN_TS_IP_ADDRESS,
|
1303
|
+
}
|
1304
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1305
|
+
impl Default for MPR_VPN_TRAFFIC_SELECTOR {
|
1306
|
+
fn default() -> Self {
|
1307
|
+
unsafe { core::mem::zeroed() }
|
1308
|
+
}
|
1309
|
+
}
|
1310
|
+
#[repr(C)]
|
1311
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1312
|
+
#[derive(Clone, Copy)]
|
1313
|
+
pub struct MPR_VPN_TRAFFIC_SELECTORS {
|
1314
|
+
pub numTsi: u32,
|
1315
|
+
pub numTsr: u32,
|
1316
|
+
pub tsI: *mut MPR_VPN_TRAFFIC_SELECTOR,
|
1317
|
+
pub tsR: *mut MPR_VPN_TRAFFIC_SELECTOR,
|
1318
|
+
}
|
1319
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1320
|
+
impl Default for MPR_VPN_TRAFFIC_SELECTORS {
|
1321
|
+
fn default() -> Self {
|
1322
|
+
unsafe { core::mem::zeroed() }
|
1323
|
+
}
|
1324
|
+
}
|
1325
|
+
pub const MPR_VPN_TS_IPv4_ADDR_RANGE: MPR_VPN_TS_TYPE = 7i32;
|
1326
|
+
pub const MPR_VPN_TS_IPv6_ADDR_RANGE: MPR_VPN_TS_TYPE = 8i32;
|
1327
|
+
pub type MPR_VPN_TS_TYPE = i32;
|
1328
|
+
pub type MPR_VS = u32;
|
1329
|
+
pub const MPR_VS_Default: MPR_VS = 0u32;
|
1330
|
+
pub const MPR_VS_Ikev2First: u32 = 8u32;
|
1331
|
+
pub const MPR_VS_Ikev2Only: u32 = 7u32;
|
1332
|
+
pub const MPR_VS_L2tpFirst: MPR_VS = 4u32;
|
1333
|
+
pub const MPR_VS_L2tpOnly: MPR_VS = 3u32;
|
1334
|
+
pub const MPR_VS_PptpFirst: MPR_VS = 2u32;
|
1335
|
+
pub const MPR_VS_PptpOnly: MPR_VS = 1u32;
|
1336
|
+
pub type ORASADFUNC = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: windows_sys::core::PCSTR, param2: u32, param3: *mut u32) -> windows_sys::core::BOOL>;
|
1337
|
+
pub const PENDING: u32 = 600u32;
|
1338
|
+
pub type PFNRASFREEBUFFER = Option<unsafe extern "system" fn(pbufer: *mut u8) -> u32>;
|
1339
|
+
pub type PFNRASGETBUFFER = Option<unsafe extern "system" fn(ppbuffer: *mut *mut u8, pdwsize: *mut u32) -> u32>;
|
1340
|
+
pub type PFNRASRECEIVEBUFFER = Option<unsafe extern "system" fn(hport: super::super::Foundation::HANDLE, pbuffer: *mut u8, pdwsize: *mut u32, dwtimeout: u32, hevent: super::super::Foundation::HANDLE) -> u32>;
|
1341
|
+
pub type PFNRASRETRIEVEBUFFER = Option<unsafe extern "system" fn(hport: super::super::Foundation::HANDLE, pbuffer: *mut u8, pdwsize: *mut u32) -> u32>;
|
1342
|
+
pub type PFNRASSENDBUFFER = Option<unsafe extern "system" fn(hport: super::super::Foundation::HANDLE, pbuffer: *mut u8, dwsize: u32) -> u32>;
|
1343
|
+
pub type PFNRASSETCOMMSETTINGS = Option<unsafe extern "system" fn(hport: super::super::Foundation::HANDLE, prascommsettings: *mut RASCOMMSETTINGS, pvreserved: *mut core::ffi::c_void) -> u32>;
|
1344
|
+
pub const PID_ATALK: u32 = 41u32;
|
1345
|
+
pub const PID_IP: u32 = 33u32;
|
1346
|
+
pub const PID_IPV6: u32 = 87u32;
|
1347
|
+
pub const PID_IPX: u32 = 43u32;
|
1348
|
+
pub const PID_NBF: u32 = 63u32;
|
1349
|
+
pub type PMGM_CREATION_ALERT_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwsourcemask: u32, dwgroupaddr: u32, dwgroupmask: u32, dwinifindex: u32, dwinifnexthopaddr: u32, dwifcount: u32, pmieoutiflist: *mut MGM_IF_ENTRY) -> u32>;
|
1350
|
+
pub type PMGM_DISABLE_IGMP_CALLBACK = Option<unsafe extern "system" fn(dwifindex: u32, dwifnexthopaddr: u32) -> u32>;
|
1351
|
+
pub type PMGM_ENABLE_IGMP_CALLBACK = Option<unsafe extern "system" fn(dwifindex: u32, dwifnexthopaddr: u32) -> u32>;
|
1352
|
+
pub type PMGM_JOIN_ALERT_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwsourcemask: u32, dwgroupaddr: u32, dwgroupmask: u32, bmemberupdate: windows_sys::core::BOOL) -> u32>;
|
1353
|
+
pub type PMGM_LOCAL_JOIN_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwsourcemask: u32, dwgroupaddr: u32, dwgroupmask: u32, dwifindex: u32, dwifnexthopaddr: u32) -> u32>;
|
1354
|
+
pub type PMGM_LOCAL_LEAVE_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwsourcemask: u32, dwgroupaddr: u32, dwgroupmask: u32, dwifindex: u32, dwifnexthopaddr: u32) -> u32>;
|
1355
|
+
pub type PMGM_PRUNE_ALERT_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwsourcemask: u32, dwgroupaddr: u32, dwgroupmask: u32, dwifindex: u32, dwifnexthopaddr: u32, bmemberdelete: windows_sys::core::BOOL, pdwtimeout: *mut u32) -> u32>;
|
1356
|
+
pub type PMGM_RPF_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwsourcemask: u32, dwgroupaddr: u32, dwgroupmask: u32, pdwinifindex: *mut u32, pdwinifnexthopaddr: *mut u32, pdwupstreamnbr: *mut u32, dwhdrsize: u32, pbpackethdr: *mut u8, pbroute: *mut u8) -> u32>;
|
1357
|
+
pub type PMGM_WRONG_IF_CALLBACK = Option<unsafe extern "system" fn(dwsourceaddr: u32, dwgroupaddr: u32, dwifindex: u32, dwifnexthopaddr: u32, dwhdrsize: u32, pbpackethdr: *mut u8) -> u32>;
|
1358
|
+
pub type PMPRADMINACCEPTNEWCONNECTION = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1) -> windows_sys::core::BOOL>;
|
1359
|
+
pub type PMPRADMINACCEPTNEWCONNECTION2 = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1, param2: *mut RAS_CONNECTION_2) -> windows_sys::core::BOOL>;
|
1360
|
+
pub type PMPRADMINACCEPTNEWCONNECTION3 = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1, param2: *mut RAS_CONNECTION_2, param3: *mut RAS_CONNECTION_3) -> windows_sys::core::BOOL>;
|
1361
|
+
pub type PMPRADMINACCEPTNEWCONNECTIONEX = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_EX) -> windows_sys::core::BOOL>;
|
1362
|
+
pub type PMPRADMINACCEPTNEWLINK = Option<unsafe extern "system" fn(param0: *mut RAS_PORT_0, param1: *mut RAS_PORT_1) -> windows_sys::core::BOOL>;
|
1363
|
+
pub type PMPRADMINACCEPTREAUTHENTICATION = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1, param2: *mut RAS_CONNECTION_2, param3: *mut RAS_CONNECTION_3) -> windows_sys::core::BOOL>;
|
1364
|
+
pub type PMPRADMINACCEPTREAUTHENTICATIONEX = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_EX) -> windows_sys::core::BOOL>;
|
1365
|
+
pub type PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_EX) -> windows_sys::core::BOOL>;
|
1366
|
+
pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1)>;
|
1367
|
+
pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION2 = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1, param2: *mut RAS_CONNECTION_2)>;
|
1368
|
+
pub type PMPRADMINCONNECTIONHANGUPNOTIFICATION3 = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1, param2: *mut RAS_CONNECTION_2, param3: *mut RAS_CONNECTION_3)>;
|
1369
|
+
pub type PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_EX)>;
|
1370
|
+
pub type PMPRADMINGETIPADDRESSFORUSER = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR, param1: windows_sys::core::PCWSTR, param2: *mut u32, param3: *mut windows_sys::core::BOOL) -> u32>;
|
1371
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1372
|
+
pub type PMPRADMINGETIPV6ADDRESSFORUSER = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR, param1: windows_sys::core::PCWSTR, param2: *mut super::super::Networking::WinSock::IN6_ADDR, param3: *mut windows_sys::core::BOOL) -> u32>;
|
1373
|
+
pub type PMPRADMINLINKHANGUPNOTIFICATION = Option<unsafe extern "system" fn(param0: *mut RAS_PORT_0, param1: *mut RAS_PORT_1)>;
|
1374
|
+
pub type PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX = Option<unsafe extern "system" fn(param0: *mut AUTH_VALIDATION_EX) -> u32>;
|
1375
|
+
pub type PMPRADMINRELEASEIPADRESS = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR, param1: windows_sys::core::PCWSTR, param2: *mut u32)>;
|
1376
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1377
|
+
pub type PMPRADMINRELEASEIPV6ADDRESSFORUSER = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR, param1: windows_sys::core::PCWSTR, param2: *mut super::super::Networking::WinSock::IN6_ADDR)>;
|
1378
|
+
pub type PMPRADMINTERMINATEDLL = Option<unsafe extern "system" fn() -> u32>;
|
1379
|
+
#[repr(C)]
|
1380
|
+
#[derive(Clone, Copy)]
|
1381
|
+
pub struct PPP_ATCP_INFO {
|
1382
|
+
pub dwError: u32,
|
1383
|
+
pub wszAddress: [u16; 33],
|
1384
|
+
}
|
1385
|
+
impl Default for PPP_ATCP_INFO {
|
1386
|
+
fn default() -> Self {
|
1387
|
+
unsafe { core::mem::zeroed() }
|
1388
|
+
}
|
1389
|
+
}
|
1390
|
+
pub const PPP_CCP_COMPRESSION: u32 = 1u32;
|
1391
|
+
pub const PPP_CCP_ENCRYPTION128BIT: u32 = 64u32;
|
1392
|
+
pub const PPP_CCP_ENCRYPTION40BIT: u32 = 32u32;
|
1393
|
+
pub const PPP_CCP_ENCRYPTION40BITOLD: u32 = 16u32;
|
1394
|
+
pub const PPP_CCP_ENCRYPTION56BIT: u32 = 128u32;
|
1395
|
+
pub const PPP_CCP_HISTORYLESS: u32 = 16777216u32;
|
1396
|
+
#[repr(C)]
|
1397
|
+
#[derive(Clone, Copy, Default)]
|
1398
|
+
pub struct PPP_CCP_INFO {
|
1399
|
+
pub dwError: u32,
|
1400
|
+
pub dwCompressionAlgorithm: u32,
|
1401
|
+
pub dwOptions: u32,
|
1402
|
+
pub dwRemoteCompressionAlgorithm: u32,
|
1403
|
+
pub dwRemoteOptions: u32,
|
1404
|
+
}
|
1405
|
+
#[repr(C)]
|
1406
|
+
#[derive(Clone, Copy, Default)]
|
1407
|
+
pub struct PPP_INFO {
|
1408
|
+
pub nbf: PPP_NBFCP_INFO,
|
1409
|
+
pub ip: PPP_IPCP_INFO,
|
1410
|
+
pub ipx: PPP_IPXCP_INFO,
|
1411
|
+
pub at: PPP_ATCP_INFO,
|
1412
|
+
}
|
1413
|
+
#[repr(C)]
|
1414
|
+
#[derive(Clone, Copy, Default)]
|
1415
|
+
pub struct PPP_INFO_2 {
|
1416
|
+
pub nbf: PPP_NBFCP_INFO,
|
1417
|
+
pub ip: PPP_IPCP_INFO2,
|
1418
|
+
pub ipx: PPP_IPXCP_INFO,
|
1419
|
+
pub at: PPP_ATCP_INFO,
|
1420
|
+
pub ccp: PPP_CCP_INFO,
|
1421
|
+
pub lcp: PPP_LCP_INFO,
|
1422
|
+
}
|
1423
|
+
#[repr(C)]
|
1424
|
+
#[derive(Clone, Copy, Default)]
|
1425
|
+
pub struct PPP_INFO_3 {
|
1426
|
+
pub nbf: PPP_NBFCP_INFO,
|
1427
|
+
pub ip: PPP_IPCP_INFO2,
|
1428
|
+
pub ipv6: PPP_IPV6_CP_INFO,
|
1429
|
+
pub ccp: PPP_CCP_INFO,
|
1430
|
+
pub lcp: PPP_LCP_INFO,
|
1431
|
+
}
|
1432
|
+
#[repr(C)]
|
1433
|
+
#[derive(Clone, Copy)]
|
1434
|
+
pub struct PPP_IPCP_INFO {
|
1435
|
+
pub dwError: u32,
|
1436
|
+
pub wszAddress: [u16; 16],
|
1437
|
+
pub wszRemoteAddress: [u16; 16],
|
1438
|
+
}
|
1439
|
+
impl Default for PPP_IPCP_INFO {
|
1440
|
+
fn default() -> Self {
|
1441
|
+
unsafe { core::mem::zeroed() }
|
1442
|
+
}
|
1443
|
+
}
|
1444
|
+
#[repr(C)]
|
1445
|
+
#[derive(Clone, Copy)]
|
1446
|
+
pub struct PPP_IPCP_INFO2 {
|
1447
|
+
pub dwError: u32,
|
1448
|
+
pub wszAddress: [u16; 16],
|
1449
|
+
pub wszRemoteAddress: [u16; 16],
|
1450
|
+
pub dwOptions: u32,
|
1451
|
+
pub dwRemoteOptions: u32,
|
1452
|
+
}
|
1453
|
+
impl Default for PPP_IPCP_INFO2 {
|
1454
|
+
fn default() -> Self {
|
1455
|
+
unsafe { core::mem::zeroed() }
|
1456
|
+
}
|
1457
|
+
}
|
1458
|
+
pub const PPP_IPCP_VJ: u32 = 1u32;
|
1459
|
+
#[repr(C)]
|
1460
|
+
#[derive(Clone, Copy)]
|
1461
|
+
pub struct PPP_IPV6_CP_INFO {
|
1462
|
+
pub dwVersion: u32,
|
1463
|
+
pub dwSize: u32,
|
1464
|
+
pub dwError: u32,
|
1465
|
+
pub bInterfaceIdentifier: [u8; 8],
|
1466
|
+
pub bRemoteInterfaceIdentifier: [u8; 8],
|
1467
|
+
pub dwOptions: u32,
|
1468
|
+
pub dwRemoteOptions: u32,
|
1469
|
+
pub bPrefix: [u8; 8],
|
1470
|
+
pub dwPrefixLength: u32,
|
1471
|
+
}
|
1472
|
+
impl Default for PPP_IPV6_CP_INFO {
|
1473
|
+
fn default() -> Self {
|
1474
|
+
unsafe { core::mem::zeroed() }
|
1475
|
+
}
|
1476
|
+
}
|
1477
|
+
#[repr(C)]
|
1478
|
+
#[derive(Clone, Copy)]
|
1479
|
+
pub struct PPP_IPXCP_INFO {
|
1480
|
+
pub dwError: u32,
|
1481
|
+
pub wszAddress: [u16; 23],
|
1482
|
+
}
|
1483
|
+
impl Default for PPP_IPXCP_INFO {
|
1484
|
+
fn default() -> Self {
|
1485
|
+
unsafe { core::mem::zeroed() }
|
1486
|
+
}
|
1487
|
+
}
|
1488
|
+
pub type PPP_LCP = u32;
|
1489
|
+
pub const PPP_LCP_3_DES: u32 = 32u32;
|
1490
|
+
pub const PPP_LCP_ACFC: u32 = 4u32;
|
1491
|
+
pub const PPP_LCP_AES_128: u32 = 64u32;
|
1492
|
+
pub const PPP_LCP_AES_192: u32 = 256u32;
|
1493
|
+
pub const PPP_LCP_AES_256: u32 = 128u32;
|
1494
|
+
pub const PPP_LCP_CHAP: PPP_LCP = 49699u32;
|
1495
|
+
pub const PPP_LCP_CHAP_MD5: PPP_LCP_INFO_AUTH_DATA = 5u32;
|
1496
|
+
pub const PPP_LCP_CHAP_MS: PPP_LCP_INFO_AUTH_DATA = 128u32;
|
1497
|
+
pub const PPP_LCP_CHAP_MSV2: PPP_LCP_INFO_AUTH_DATA = 129u32;
|
1498
|
+
pub const PPP_LCP_DES_56: u32 = 16u32;
|
1499
|
+
pub const PPP_LCP_EAP: PPP_LCP = 49703u32;
|
1500
|
+
pub const PPP_LCP_GCM_AES_128: u32 = 512u32;
|
1501
|
+
pub const PPP_LCP_GCM_AES_192: u32 = 1024u32;
|
1502
|
+
pub const PPP_LCP_GCM_AES_256: u32 = 2048u32;
|
1503
|
+
#[repr(C)]
|
1504
|
+
#[derive(Clone, Copy, Default)]
|
1505
|
+
pub struct PPP_LCP_INFO {
|
1506
|
+
pub dwError: u32,
|
1507
|
+
pub dwAuthenticationProtocol: PPP_LCP,
|
1508
|
+
pub dwAuthenticationData: PPP_LCP_INFO_AUTH_DATA,
|
1509
|
+
pub dwRemoteAuthenticationProtocol: u32,
|
1510
|
+
pub dwRemoteAuthenticationData: u32,
|
1511
|
+
pub dwTerminateReason: u32,
|
1512
|
+
pub dwRemoteTerminateReason: u32,
|
1513
|
+
pub dwOptions: u32,
|
1514
|
+
pub dwRemoteOptions: u32,
|
1515
|
+
pub dwEapTypeId: u32,
|
1516
|
+
pub dwRemoteEapTypeId: u32,
|
1517
|
+
}
|
1518
|
+
pub type PPP_LCP_INFO_AUTH_DATA = u32;
|
1519
|
+
pub const PPP_LCP_MULTILINK_FRAMING: u32 = 1u32;
|
1520
|
+
pub const PPP_LCP_PAP: PPP_LCP = 49187u32;
|
1521
|
+
pub const PPP_LCP_PFC: u32 = 2u32;
|
1522
|
+
pub const PPP_LCP_SPAP: PPP_LCP = 49191u32;
|
1523
|
+
pub const PPP_LCP_SSHF: u32 = 8u32;
|
1524
|
+
#[repr(C)]
|
1525
|
+
#[derive(Clone, Copy)]
|
1526
|
+
pub struct PPP_NBFCP_INFO {
|
1527
|
+
pub dwError: u32,
|
1528
|
+
pub wszWksta: [u16; 17],
|
1529
|
+
}
|
1530
|
+
impl Default for PPP_NBFCP_INFO {
|
1531
|
+
fn default() -> Self {
|
1532
|
+
unsafe { core::mem::zeroed() }
|
1533
|
+
}
|
1534
|
+
}
|
1535
|
+
#[repr(C)]
|
1536
|
+
#[derive(Clone, Copy)]
|
1537
|
+
pub struct PPP_PROJECTION_INFO {
|
1538
|
+
pub dwIPv4NegotiationError: u32,
|
1539
|
+
pub wszAddress: [u16; 16],
|
1540
|
+
pub wszRemoteAddress: [u16; 16],
|
1541
|
+
pub dwIPv4Options: u32,
|
1542
|
+
pub dwIPv4RemoteOptions: u32,
|
1543
|
+
pub IPv4SubInterfaceIndex: u64,
|
1544
|
+
pub dwIPv6NegotiationError: u32,
|
1545
|
+
pub bInterfaceIdentifier: [u8; 8],
|
1546
|
+
pub bRemoteInterfaceIdentifier: [u8; 8],
|
1547
|
+
pub bPrefix: [u8; 8],
|
1548
|
+
pub dwPrefixLength: u32,
|
1549
|
+
pub IPv6SubInterfaceIndex: u64,
|
1550
|
+
pub dwLcpError: u32,
|
1551
|
+
pub dwAuthenticationProtocol: PPP_LCP,
|
1552
|
+
pub dwAuthenticationData: PPP_LCP_INFO_AUTH_DATA,
|
1553
|
+
pub dwRemoteAuthenticationProtocol: PPP_LCP,
|
1554
|
+
pub dwRemoteAuthenticationData: PPP_LCP_INFO_AUTH_DATA,
|
1555
|
+
pub dwLcpTerminateReason: u32,
|
1556
|
+
pub dwLcpRemoteTerminateReason: u32,
|
1557
|
+
pub dwLcpOptions: u32,
|
1558
|
+
pub dwLcpRemoteOptions: u32,
|
1559
|
+
pub dwEapTypeId: u32,
|
1560
|
+
pub dwRemoteEapTypeId: u32,
|
1561
|
+
pub dwCcpError: u32,
|
1562
|
+
pub dwCompressionAlgorithm: u32,
|
1563
|
+
pub dwCcpOptions: u32,
|
1564
|
+
pub dwRemoteCompressionAlgorithm: u32,
|
1565
|
+
pub dwCcpRemoteOptions: u32,
|
1566
|
+
}
|
1567
|
+
impl Default for PPP_PROJECTION_INFO {
|
1568
|
+
fn default() -> Self {
|
1569
|
+
unsafe { core::mem::zeroed() }
|
1570
|
+
}
|
1571
|
+
}
|
1572
|
+
#[repr(C)]
|
1573
|
+
#[derive(Clone, Copy)]
|
1574
|
+
pub struct PPP_PROJECTION_INFO2 {
|
1575
|
+
pub dwIPv4NegotiationError: u32,
|
1576
|
+
pub wszAddress: [u16; 16],
|
1577
|
+
pub wszRemoteAddress: [u16; 16],
|
1578
|
+
pub dwIPv4Options: u32,
|
1579
|
+
pub dwIPv4RemoteOptions: u32,
|
1580
|
+
pub IPv4SubInterfaceIndex: u64,
|
1581
|
+
pub dwIPv6NegotiationError: u32,
|
1582
|
+
pub bInterfaceIdentifier: [u8; 8],
|
1583
|
+
pub bRemoteInterfaceIdentifier: [u8; 8],
|
1584
|
+
pub bPrefix: [u8; 8],
|
1585
|
+
pub dwPrefixLength: u32,
|
1586
|
+
pub IPv6SubInterfaceIndex: u64,
|
1587
|
+
pub dwLcpError: u32,
|
1588
|
+
pub dwAuthenticationProtocol: PPP_LCP,
|
1589
|
+
pub dwAuthenticationData: PPP_LCP_INFO_AUTH_DATA,
|
1590
|
+
pub dwRemoteAuthenticationProtocol: PPP_LCP,
|
1591
|
+
pub dwRemoteAuthenticationData: PPP_LCP_INFO_AUTH_DATA,
|
1592
|
+
pub dwLcpTerminateReason: u32,
|
1593
|
+
pub dwLcpRemoteTerminateReason: u32,
|
1594
|
+
pub dwLcpOptions: u32,
|
1595
|
+
pub dwLcpRemoteOptions: u32,
|
1596
|
+
pub dwEapTypeId: u32,
|
1597
|
+
pub dwEmbeddedEAPTypeId: u32,
|
1598
|
+
pub dwRemoteEapTypeId: u32,
|
1599
|
+
pub dwCcpError: u32,
|
1600
|
+
pub dwCompressionAlgorithm: u32,
|
1601
|
+
pub dwCcpOptions: u32,
|
1602
|
+
pub dwRemoteCompressionAlgorithm: u32,
|
1603
|
+
pub dwCcpRemoteOptions: u32,
|
1604
|
+
}
|
1605
|
+
impl Default for PPP_PROJECTION_INFO2 {
|
1606
|
+
fn default() -> Self {
|
1607
|
+
unsafe { core::mem::zeroed() }
|
1608
|
+
}
|
1609
|
+
}
|
1610
|
+
#[repr(C)]
|
1611
|
+
#[derive(Clone, Copy, Default)]
|
1612
|
+
pub struct PPTP_CONFIG_PARAMS {
|
1613
|
+
pub dwNumPorts: u32,
|
1614
|
+
pub dwPortFlags: u32,
|
1615
|
+
}
|
1616
|
+
#[repr(C)]
|
1617
|
+
#[derive(Clone, Copy)]
|
1618
|
+
pub struct PROJECTION_INFO {
|
1619
|
+
pub projectionInfoType: u8,
|
1620
|
+
pub Anonymous: PROJECTION_INFO_0,
|
1621
|
+
}
|
1622
|
+
impl Default for PROJECTION_INFO {
|
1623
|
+
fn default() -> Self {
|
1624
|
+
unsafe { core::mem::zeroed() }
|
1625
|
+
}
|
1626
|
+
}
|
1627
|
+
#[repr(C)]
|
1628
|
+
#[derive(Clone, Copy)]
|
1629
|
+
pub union PROJECTION_INFO_0 {
|
1630
|
+
pub PppProjectionInfo: PPP_PROJECTION_INFO,
|
1631
|
+
pub Ikev2ProjectionInfo: IKEV2_PROJECTION_INFO,
|
1632
|
+
}
|
1633
|
+
impl Default for PROJECTION_INFO_0 {
|
1634
|
+
fn default() -> Self {
|
1635
|
+
unsafe { core::mem::zeroed() }
|
1636
|
+
}
|
1637
|
+
}
|
1638
|
+
#[repr(C)]
|
1639
|
+
#[derive(Clone, Copy)]
|
1640
|
+
pub struct PROJECTION_INFO2 {
|
1641
|
+
pub projectionInfoType: u8,
|
1642
|
+
pub Anonymous: PROJECTION_INFO2_0,
|
1643
|
+
}
|
1644
|
+
impl Default for PROJECTION_INFO2 {
|
1645
|
+
fn default() -> Self {
|
1646
|
+
unsafe { core::mem::zeroed() }
|
1647
|
+
}
|
1648
|
+
}
|
1649
|
+
#[repr(C)]
|
1650
|
+
#[derive(Clone, Copy)]
|
1651
|
+
pub union PROJECTION_INFO2_0 {
|
1652
|
+
pub PppProjectionInfo: PPP_PROJECTION_INFO2,
|
1653
|
+
pub Ikev2ProjectionInfo: IKEV2_PROJECTION_INFO2,
|
1654
|
+
}
|
1655
|
+
impl Default for PROJECTION_INFO2_0 {
|
1656
|
+
fn default() -> Self {
|
1657
|
+
unsafe { core::mem::zeroed() }
|
1658
|
+
}
|
1659
|
+
}
|
1660
|
+
pub const PROJECTION_INFO_TYPE_IKEv2: RASPROJECTION_INFO_TYPE = 2i32;
|
1661
|
+
pub const PROJECTION_INFO_TYPE_PPP: RASPROJECTION_INFO_TYPE = 1i32;
|
1662
|
+
pub const RASADFLG_PositionDlg: u32 = 1u32;
|
1663
|
+
pub type RASADFUNCA = Option<unsafe extern "system" fn(param0: windows_sys::core::PCSTR, param1: windows_sys::core::PCSTR, param2: *mut RASADPARAMS, param3: *mut u32) -> windows_sys::core::BOOL>;
|
1664
|
+
pub type RASADFUNCW = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR, param1: windows_sys::core::PCWSTR, param2: *mut RASADPARAMS, param3: *mut u32) -> windows_sys::core::BOOL>;
|
1665
|
+
#[repr(C, packed(4))]
|
1666
|
+
#[derive(Clone, Copy)]
|
1667
|
+
pub struct RASADPARAMS {
|
1668
|
+
pub dwSize: u32,
|
1669
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
1670
|
+
pub dwFlags: u32,
|
1671
|
+
pub xDlg: i32,
|
1672
|
+
pub yDlg: i32,
|
1673
|
+
}
|
1674
|
+
impl Default for RASADPARAMS {
|
1675
|
+
fn default() -> Self {
|
1676
|
+
unsafe { core::mem::zeroed() }
|
1677
|
+
}
|
1678
|
+
}
|
1679
|
+
pub const RASADP_ConnectionQueryTimeout: u32 = 4u32;
|
1680
|
+
pub const RASADP_DisableConnectionQuery: u32 = 0u32;
|
1681
|
+
pub const RASADP_FailedConnectionTimeout: u32 = 3u32;
|
1682
|
+
pub const RASADP_LoginSessionDisable: u32 = 1u32;
|
1683
|
+
pub const RASADP_SavedAddressesLimit: u32 = 2u32;
|
1684
|
+
#[repr(C)]
|
1685
|
+
#[derive(Clone, Copy)]
|
1686
|
+
pub struct RASAMBA {
|
1687
|
+
pub dwSize: u32,
|
1688
|
+
pub dwError: u32,
|
1689
|
+
pub szNetBiosError: [i8; 17],
|
1690
|
+
pub bLana: u8,
|
1691
|
+
}
|
1692
|
+
impl Default for RASAMBA {
|
1693
|
+
fn default() -> Self {
|
1694
|
+
unsafe { core::mem::zeroed() }
|
1695
|
+
}
|
1696
|
+
}
|
1697
|
+
#[repr(C)]
|
1698
|
+
#[derive(Clone, Copy)]
|
1699
|
+
pub struct RASAMBW {
|
1700
|
+
pub dwSize: u32,
|
1701
|
+
pub dwError: u32,
|
1702
|
+
pub szNetBiosError: [u16; 17],
|
1703
|
+
pub bLana: u8,
|
1704
|
+
}
|
1705
|
+
impl Default for RASAMBW {
|
1706
|
+
fn default() -> Self {
|
1707
|
+
unsafe { core::mem::zeroed() }
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
pub type RASAPIVERSION = i32;
|
1711
|
+
pub const RASAPIVERSION_500: RASAPIVERSION = 1i32;
|
1712
|
+
pub const RASAPIVERSION_501: RASAPIVERSION = 2i32;
|
1713
|
+
pub const RASAPIVERSION_600: RASAPIVERSION = 3i32;
|
1714
|
+
pub const RASAPIVERSION_601: RASAPIVERSION = 4i32;
|
1715
|
+
#[repr(C)]
|
1716
|
+
#[derive(Clone, Copy)]
|
1717
|
+
pub struct RASAUTODIALENTRYA {
|
1718
|
+
pub dwSize: u32,
|
1719
|
+
pub dwFlags: u32,
|
1720
|
+
pub dwDialingLocation: u32,
|
1721
|
+
pub szEntry: [i8; 257],
|
1722
|
+
}
|
1723
|
+
impl Default for RASAUTODIALENTRYA {
|
1724
|
+
fn default() -> Self {
|
1725
|
+
unsafe { core::mem::zeroed() }
|
1726
|
+
}
|
1727
|
+
}
|
1728
|
+
#[repr(C)]
|
1729
|
+
#[derive(Clone, Copy)]
|
1730
|
+
pub struct RASAUTODIALENTRYW {
|
1731
|
+
pub dwSize: u32,
|
1732
|
+
pub dwFlags: u32,
|
1733
|
+
pub dwDialingLocation: u32,
|
1734
|
+
pub szEntry: [u16; 257],
|
1735
|
+
}
|
1736
|
+
impl Default for RASAUTODIALENTRYW {
|
1737
|
+
fn default() -> Self {
|
1738
|
+
unsafe { core::mem::zeroed() }
|
1739
|
+
}
|
1740
|
+
}
|
1741
|
+
pub const RASBASE: u32 = 600u32;
|
1742
|
+
pub const RASBASEEND: u32 = 877u32;
|
1743
|
+
pub const RASCCPCA_MPPC: u32 = 6u32;
|
1744
|
+
pub const RASCCPCA_STAC: u32 = 5u32;
|
1745
|
+
pub const RASCCPO_Compression: u32 = 1u32;
|
1746
|
+
pub const RASCCPO_Encryption128bit: u32 = 64u32;
|
1747
|
+
pub const RASCCPO_Encryption40bit: u32 = 32u32;
|
1748
|
+
pub const RASCCPO_Encryption56bit: u32 = 16u32;
|
1749
|
+
pub const RASCCPO_HistoryLess: u32 = 2u32;
|
1750
|
+
pub const RASCF_AllUsers: u32 = 1u32;
|
1751
|
+
pub const RASCF_GlobalCreds: u32 = 2u32;
|
1752
|
+
pub const RASCF_OwnerKnown: u32 = 4u32;
|
1753
|
+
pub const RASCF_OwnerMatch: u32 = 8u32;
|
1754
|
+
pub const RASCM_DDMPreSharedKey: u32 = 64u32;
|
1755
|
+
pub const RASCM_DefaultCreds: u32 = 8u32;
|
1756
|
+
pub const RASCM_Domain: u32 = 4u32;
|
1757
|
+
pub const RASCM_Password: u32 = 2u32;
|
1758
|
+
pub const RASCM_PreSharedKey: u32 = 16u32;
|
1759
|
+
pub const RASCM_ServerPreSharedKey: u32 = 32u32;
|
1760
|
+
pub const RASCM_UserName: u32 = 1u32;
|
1761
|
+
pub const RASCN_BandwidthAdded: u32 = 4u32;
|
1762
|
+
pub const RASCN_BandwidthRemoved: u32 = 8u32;
|
1763
|
+
pub const RASCN_Connection: u32 = 1u32;
|
1764
|
+
pub const RASCN_Disconnection: u32 = 2u32;
|
1765
|
+
pub const RASCN_Dormant: u32 = 16u32;
|
1766
|
+
pub const RASCN_EPDGPacketArrival: u32 = 64u32;
|
1767
|
+
pub const RASCN_ReConnection: u32 = 32u32;
|
1768
|
+
#[repr(C)]
|
1769
|
+
#[derive(Clone, Copy, Default)]
|
1770
|
+
pub struct RASCOMMSETTINGS {
|
1771
|
+
pub dwSize: u32,
|
1772
|
+
pub bParity: u8,
|
1773
|
+
pub bStop: u8,
|
1774
|
+
pub bByteSize: u8,
|
1775
|
+
pub bAlign: u8,
|
1776
|
+
}
|
1777
|
+
#[repr(C)]
|
1778
|
+
#[cfg(target_arch = "x86")]
|
1779
|
+
#[derive(Clone, Copy)]
|
1780
|
+
pub struct RASCONNA {
|
1781
|
+
pub dwSize: u32,
|
1782
|
+
pub hrasconn: HRASCONN,
|
1783
|
+
pub szEntryName: [i8; 257],
|
1784
|
+
pub szDeviceType: [i8; 17],
|
1785
|
+
pub szDeviceName: [i8; 129],
|
1786
|
+
pub szPhonebook: [i8; 260],
|
1787
|
+
pub dwSubEntry: u32,
|
1788
|
+
pub guidEntry: windows_sys::core::GUID,
|
1789
|
+
pub dwFlags: u32,
|
1790
|
+
pub luid: super::super::Foundation::LUID,
|
1791
|
+
pub guidCorrelationId: windows_sys::core::GUID,
|
1792
|
+
}
|
1793
|
+
#[cfg(target_arch = "x86")]
|
1794
|
+
impl Default for RASCONNA {
|
1795
|
+
fn default() -> Self {
|
1796
|
+
unsafe { core::mem::zeroed() }
|
1797
|
+
}
|
1798
|
+
}
|
1799
|
+
#[repr(C, packed(4))]
|
1800
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
1801
|
+
#[derive(Clone, Copy)]
|
1802
|
+
pub struct RASCONNA {
|
1803
|
+
pub dwSize: u32,
|
1804
|
+
pub hrasconn: HRASCONN,
|
1805
|
+
pub szEntryName: [i8; 257],
|
1806
|
+
pub szDeviceType: [i8; 17],
|
1807
|
+
pub szDeviceName: [i8; 129],
|
1808
|
+
pub szPhonebook: [i8; 260],
|
1809
|
+
pub dwSubEntry: u32,
|
1810
|
+
pub guidEntry: windows_sys::core::GUID,
|
1811
|
+
pub dwFlags: u32,
|
1812
|
+
pub luid: super::super::Foundation::LUID,
|
1813
|
+
pub guidCorrelationId: windows_sys::core::GUID,
|
1814
|
+
}
|
1815
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
1816
|
+
impl Default for RASCONNA {
|
1817
|
+
fn default() -> Self {
|
1818
|
+
unsafe { core::mem::zeroed() }
|
1819
|
+
}
|
1820
|
+
}
|
1821
|
+
pub type RASCONNSTATE = i32;
|
1822
|
+
#[repr(C)]
|
1823
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1824
|
+
#[derive(Clone, Copy)]
|
1825
|
+
pub struct RASCONNSTATUSA {
|
1826
|
+
pub dwSize: u32,
|
1827
|
+
pub rasconnstate: RASCONNSTATE,
|
1828
|
+
pub dwError: u32,
|
1829
|
+
pub szDeviceType: [i8; 17],
|
1830
|
+
pub szDeviceName: [i8; 129],
|
1831
|
+
pub szPhoneNumber: [i8; 129],
|
1832
|
+
pub localEndPoint: RASTUNNELENDPOINT,
|
1833
|
+
pub remoteEndPoint: RASTUNNELENDPOINT,
|
1834
|
+
pub rasconnsubstate: RASCONNSUBSTATE,
|
1835
|
+
}
|
1836
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1837
|
+
impl Default for RASCONNSTATUSA {
|
1838
|
+
fn default() -> Self {
|
1839
|
+
unsafe { core::mem::zeroed() }
|
1840
|
+
}
|
1841
|
+
}
|
1842
|
+
#[repr(C)]
|
1843
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1844
|
+
#[derive(Clone, Copy)]
|
1845
|
+
pub struct RASCONNSTATUSW {
|
1846
|
+
pub dwSize: u32,
|
1847
|
+
pub rasconnstate: RASCONNSTATE,
|
1848
|
+
pub dwError: u32,
|
1849
|
+
pub szDeviceType: [u16; 17],
|
1850
|
+
pub szDeviceName: [u16; 129],
|
1851
|
+
pub szPhoneNumber: [u16; 129],
|
1852
|
+
pub localEndPoint: RASTUNNELENDPOINT,
|
1853
|
+
pub remoteEndPoint: RASTUNNELENDPOINT,
|
1854
|
+
pub rasconnsubstate: RASCONNSUBSTATE,
|
1855
|
+
}
|
1856
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
1857
|
+
impl Default for RASCONNSTATUSW {
|
1858
|
+
fn default() -> Self {
|
1859
|
+
unsafe { core::mem::zeroed() }
|
1860
|
+
}
|
1861
|
+
}
|
1862
|
+
pub type RASCONNSUBSTATE = i32;
|
1863
|
+
#[repr(C)]
|
1864
|
+
#[cfg(target_arch = "x86")]
|
1865
|
+
#[derive(Clone, Copy)]
|
1866
|
+
pub struct RASCONNW {
|
1867
|
+
pub dwSize: u32,
|
1868
|
+
pub hrasconn: HRASCONN,
|
1869
|
+
pub szEntryName: [u16; 257],
|
1870
|
+
pub szDeviceType: [u16; 17],
|
1871
|
+
pub szDeviceName: [u16; 129],
|
1872
|
+
pub szPhonebook: [u16; 260],
|
1873
|
+
pub dwSubEntry: u32,
|
1874
|
+
pub guidEntry: windows_sys::core::GUID,
|
1875
|
+
pub dwFlags: u32,
|
1876
|
+
pub luid: super::super::Foundation::LUID,
|
1877
|
+
pub guidCorrelationId: windows_sys::core::GUID,
|
1878
|
+
}
|
1879
|
+
#[cfg(target_arch = "x86")]
|
1880
|
+
impl Default for RASCONNW {
|
1881
|
+
fn default() -> Self {
|
1882
|
+
unsafe { core::mem::zeroed() }
|
1883
|
+
}
|
1884
|
+
}
|
1885
|
+
#[repr(C, packed(4))]
|
1886
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
1887
|
+
#[derive(Clone, Copy)]
|
1888
|
+
pub struct RASCONNW {
|
1889
|
+
pub dwSize: u32,
|
1890
|
+
pub hrasconn: HRASCONN,
|
1891
|
+
pub szEntryName: [u16; 257],
|
1892
|
+
pub szDeviceType: [u16; 17],
|
1893
|
+
pub szDeviceName: [u16; 129],
|
1894
|
+
pub szPhonebook: [u16; 260],
|
1895
|
+
pub dwSubEntry: u32,
|
1896
|
+
pub guidEntry: windows_sys::core::GUID,
|
1897
|
+
pub dwFlags: u32,
|
1898
|
+
pub luid: super::super::Foundation::LUID,
|
1899
|
+
pub guidCorrelationId: windows_sys::core::GUID,
|
1900
|
+
}
|
1901
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
1902
|
+
impl Default for RASCONNW {
|
1903
|
+
fn default() -> Self {
|
1904
|
+
unsafe { core::mem::zeroed() }
|
1905
|
+
}
|
1906
|
+
}
|
1907
|
+
#[repr(C)]
|
1908
|
+
#[derive(Clone, Copy)]
|
1909
|
+
pub struct RASCREDENTIALSA {
|
1910
|
+
pub dwSize: u32,
|
1911
|
+
pub dwMask: u32,
|
1912
|
+
pub szUserName: [i8; 257],
|
1913
|
+
pub szPassword: [i8; 257],
|
1914
|
+
pub szDomain: [i8; 16],
|
1915
|
+
}
|
1916
|
+
impl Default for RASCREDENTIALSA {
|
1917
|
+
fn default() -> Self {
|
1918
|
+
unsafe { core::mem::zeroed() }
|
1919
|
+
}
|
1920
|
+
}
|
1921
|
+
#[repr(C)]
|
1922
|
+
#[derive(Clone, Copy)]
|
1923
|
+
pub struct RASCREDENTIALSW {
|
1924
|
+
pub dwSize: u32,
|
1925
|
+
pub dwMask: u32,
|
1926
|
+
pub szUserName: [u16; 257],
|
1927
|
+
pub szPassword: [u16; 257],
|
1928
|
+
pub szDomain: [u16; 16],
|
1929
|
+
}
|
1930
|
+
impl Default for RASCREDENTIALSW {
|
1931
|
+
fn default() -> Self {
|
1932
|
+
unsafe { core::mem::zeroed() }
|
1933
|
+
}
|
1934
|
+
}
|
1935
|
+
pub const RASCSS_DONE: u32 = 8192u32;
|
1936
|
+
pub const RASCSS_Dormant: RASCONNSUBSTATE = 1i32;
|
1937
|
+
pub const RASCSS_None: RASCONNSUBSTATE = 0i32;
|
1938
|
+
pub const RASCSS_Reconnected: RASCONNSUBSTATE = 8192i32;
|
1939
|
+
pub const RASCSS_Reconnecting: RASCONNSUBSTATE = 2i32;
|
1940
|
+
pub const RASCS_AllDevicesConnected: RASCONNSTATE = 4i32;
|
1941
|
+
pub const RASCS_ApplySettings: RASCONNSTATE = 24i32;
|
1942
|
+
pub const RASCS_AuthAck: RASCONNSTATE = 12i32;
|
1943
|
+
pub const RASCS_AuthCallback: RASCONNSTATE = 8i32;
|
1944
|
+
pub const RASCS_AuthChangePassword: RASCONNSTATE = 9i32;
|
1945
|
+
pub const RASCS_AuthLinkSpeed: RASCONNSTATE = 11i32;
|
1946
|
+
pub const RASCS_AuthNotify: RASCONNSTATE = 6i32;
|
1947
|
+
pub const RASCS_AuthProject: RASCONNSTATE = 10i32;
|
1948
|
+
pub const RASCS_AuthRetry: RASCONNSTATE = 7i32;
|
1949
|
+
pub const RASCS_Authenticate: RASCONNSTATE = 5i32;
|
1950
|
+
pub const RASCS_Authenticated: RASCONNSTATE = 14i32;
|
1951
|
+
pub const RASCS_CallbackComplete: RASCONNSTATE = 20i32;
|
1952
|
+
pub const RASCS_CallbackSetByCaller: RASCONNSTATE = 4098i32;
|
1953
|
+
pub const RASCS_ConnectDevice: RASCONNSTATE = 2i32;
|
1954
|
+
pub const RASCS_Connected: RASCONNSTATE = 8192i32;
|
1955
|
+
pub const RASCS_DONE: u32 = 8192u32;
|
1956
|
+
pub const RASCS_DeviceConnected: RASCONNSTATE = 3i32;
|
1957
|
+
pub const RASCS_Disconnected: RASCONNSTATE = 8193i32;
|
1958
|
+
pub const RASCS_Interactive: RASCONNSTATE = 4096i32;
|
1959
|
+
pub const RASCS_InvokeEapUI: RASCONNSTATE = 4100i32;
|
1960
|
+
pub const RASCS_LogonNetwork: RASCONNSTATE = 21i32;
|
1961
|
+
pub const RASCS_OpenPort: RASCONNSTATE = 0i32;
|
1962
|
+
pub const RASCS_PAUSED: u32 = 4096u32;
|
1963
|
+
pub const RASCS_PasswordExpired: RASCONNSTATE = 4099i32;
|
1964
|
+
pub const RASCS_PortOpened: RASCONNSTATE = 1i32;
|
1965
|
+
pub const RASCS_PrepareForCallback: RASCONNSTATE = 15i32;
|
1966
|
+
pub const RASCS_Projected: RASCONNSTATE = 18i32;
|
1967
|
+
pub const RASCS_ReAuthenticate: RASCONNSTATE = 13i32;
|
1968
|
+
pub const RASCS_RetryAuthentication: RASCONNSTATE = 4097i32;
|
1969
|
+
pub const RASCS_StartAuthentication: RASCONNSTATE = 19i32;
|
1970
|
+
pub const RASCS_SubEntryConnected: RASCONNSTATE = 22i32;
|
1971
|
+
pub const RASCS_SubEntryDisconnected: RASCONNSTATE = 23i32;
|
1972
|
+
pub const RASCS_WaitForCallback: RASCONNSTATE = 17i32;
|
1973
|
+
pub const RASCS_WaitForModemReset: RASCONNSTATE = 16i32;
|
1974
|
+
#[repr(C)]
|
1975
|
+
#[derive(Clone, Copy, Default)]
|
1976
|
+
pub struct RASCTRYINFO {
|
1977
|
+
pub dwSize: u32,
|
1978
|
+
pub dwCountryID: u32,
|
1979
|
+
pub dwNextCountryID: u32,
|
1980
|
+
pub dwCountryCode: u32,
|
1981
|
+
pub dwCountryNameOffset: u32,
|
1982
|
+
}
|
1983
|
+
#[repr(C, packed(4))]
|
1984
|
+
#[derive(Clone, Copy, Default)]
|
1985
|
+
pub struct RASCUSTOMSCRIPTEXTENSIONS {
|
1986
|
+
pub dwSize: u32,
|
1987
|
+
pub pfnRasSetCommSettings: PFNRASSETCOMMSETTINGS,
|
1988
|
+
}
|
1989
|
+
pub const RASDDFLAG_AoacRedial: u32 = 4u32;
|
1990
|
+
pub const RASDDFLAG_LinkFailure: u32 = 2147483648u32;
|
1991
|
+
pub const RASDDFLAG_NoPrompt: u32 = 2u32;
|
1992
|
+
pub const RASDDFLAG_PositionDlg: u32 = 1u32;
|
1993
|
+
#[repr(C)]
|
1994
|
+
#[derive(Clone, Copy)]
|
1995
|
+
pub struct RASDEVINFOA {
|
1996
|
+
pub dwSize: u32,
|
1997
|
+
pub szDeviceType: [i8; 17],
|
1998
|
+
pub szDeviceName: [i8; 129],
|
1999
|
+
}
|
2000
|
+
impl Default for RASDEVINFOA {
|
2001
|
+
fn default() -> Self {
|
2002
|
+
unsafe { core::mem::zeroed() }
|
2003
|
+
}
|
2004
|
+
}
|
2005
|
+
#[repr(C)]
|
2006
|
+
#[derive(Clone, Copy)]
|
2007
|
+
pub struct RASDEVINFOW {
|
2008
|
+
pub dwSize: u32,
|
2009
|
+
pub szDeviceType: [u16; 17],
|
2010
|
+
pub szDeviceName: [u16; 129],
|
2011
|
+
}
|
2012
|
+
impl Default for RASDEVINFOW {
|
2013
|
+
fn default() -> Self {
|
2014
|
+
unsafe { core::mem::zeroed() }
|
2015
|
+
}
|
2016
|
+
}
|
2017
|
+
#[repr(C)]
|
2018
|
+
#[cfg(target_arch = "x86")]
|
2019
|
+
#[derive(Clone, Copy)]
|
2020
|
+
pub struct RASDEVSPECIFICINFO {
|
2021
|
+
pub dwSize: u32,
|
2022
|
+
pub pbDevSpecificInfo: *mut u8,
|
2023
|
+
}
|
2024
|
+
#[cfg(target_arch = "x86")]
|
2025
|
+
impl Default for RASDEVSPECIFICINFO {
|
2026
|
+
fn default() -> Self {
|
2027
|
+
unsafe { core::mem::zeroed() }
|
2028
|
+
}
|
2029
|
+
}
|
2030
|
+
#[repr(C, packed(4))]
|
2031
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2032
|
+
#[derive(Clone, Copy)]
|
2033
|
+
pub struct RASDEVSPECIFICINFO {
|
2034
|
+
pub dwSize: u32,
|
2035
|
+
pub pbDevSpecificInfo: *mut u8,
|
2036
|
+
}
|
2037
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2038
|
+
impl Default for RASDEVSPECIFICINFO {
|
2039
|
+
fn default() -> Self {
|
2040
|
+
unsafe { core::mem::zeroed() }
|
2041
|
+
}
|
2042
|
+
}
|
2043
|
+
#[repr(C, packed(4))]
|
2044
|
+
#[derive(Clone, Copy)]
|
2045
|
+
pub struct RASDIALDLG {
|
2046
|
+
pub dwSize: u32,
|
2047
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2048
|
+
pub dwFlags: u32,
|
2049
|
+
pub xDlg: i32,
|
2050
|
+
pub yDlg: i32,
|
2051
|
+
pub dwSubEntry: u32,
|
2052
|
+
pub dwError: u32,
|
2053
|
+
pub reserved: usize,
|
2054
|
+
pub reserved2: usize,
|
2055
|
+
}
|
2056
|
+
impl Default for RASDIALDLG {
|
2057
|
+
fn default() -> Self {
|
2058
|
+
unsafe { core::mem::zeroed() }
|
2059
|
+
}
|
2060
|
+
}
|
2061
|
+
pub const RASDIALEVENT: windows_sys::core::PCSTR = windows_sys::core::s!("RasDialEvent");
|
2062
|
+
#[repr(C, packed(4))]
|
2063
|
+
#[derive(Clone, Copy)]
|
2064
|
+
pub struct RASDIALEXTENSIONS {
|
2065
|
+
pub dwSize: u32,
|
2066
|
+
pub dwfOptions: u32,
|
2067
|
+
pub hwndParent: super::super::Foundation::HWND,
|
2068
|
+
pub reserved: usize,
|
2069
|
+
pub reserved1: usize,
|
2070
|
+
pub RasEapInfo: RASEAPINFO,
|
2071
|
+
pub fSkipPppAuth: windows_sys::core::BOOL,
|
2072
|
+
pub RasDevSpecificInfo: RASDEVSPECIFICINFO,
|
2073
|
+
}
|
2074
|
+
impl Default for RASDIALEXTENSIONS {
|
2075
|
+
fn default() -> Self {
|
2076
|
+
unsafe { core::mem::zeroed() }
|
2077
|
+
}
|
2078
|
+
}
|
2079
|
+
pub type RASDIALFUNC = Option<unsafe extern "system" fn(param0: u32, param1: RASCONNSTATE, param2: u32)>;
|
2080
|
+
pub type RASDIALFUNC1 = Option<unsafe extern "system" fn(param0: HRASCONN, param1: u32, param2: RASCONNSTATE, param3: u32, param4: u32)>;
|
2081
|
+
pub type RASDIALFUNC2 = Option<unsafe extern "system" fn(param0: usize, param1: u32, param2: HRASCONN, param3: u32, param4: RASCONNSTATE, param5: u32, param6: u32) -> u32>;
|
2082
|
+
#[repr(C)]
|
2083
|
+
#[cfg(target_arch = "x86")]
|
2084
|
+
#[derive(Clone, Copy)]
|
2085
|
+
pub struct RASDIALPARAMSA {
|
2086
|
+
pub dwSize: u32,
|
2087
|
+
pub szEntryName: [i8; 257],
|
2088
|
+
pub szPhoneNumber: [i8; 129],
|
2089
|
+
pub szCallbackNumber: [i8; 129],
|
2090
|
+
pub szUserName: [i8; 257],
|
2091
|
+
pub szPassword: [i8; 257],
|
2092
|
+
pub szDomain: [i8; 16],
|
2093
|
+
pub dwSubEntry: u32,
|
2094
|
+
pub dwCallbackId: usize,
|
2095
|
+
pub dwIfIndex: u32,
|
2096
|
+
pub szEncPassword: windows_sys::core::PSTR,
|
2097
|
+
}
|
2098
|
+
#[cfg(target_arch = "x86")]
|
2099
|
+
impl Default for RASDIALPARAMSA {
|
2100
|
+
fn default() -> Self {
|
2101
|
+
unsafe { core::mem::zeroed() }
|
2102
|
+
}
|
2103
|
+
}
|
2104
|
+
#[repr(C, packed(4))]
|
2105
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2106
|
+
#[derive(Clone, Copy)]
|
2107
|
+
pub struct RASDIALPARAMSA {
|
2108
|
+
pub dwSize: u32,
|
2109
|
+
pub szEntryName: [i8; 257],
|
2110
|
+
pub szPhoneNumber: [i8; 129],
|
2111
|
+
pub szCallbackNumber: [i8; 129],
|
2112
|
+
pub szUserName: [i8; 257],
|
2113
|
+
pub szPassword: [i8; 257],
|
2114
|
+
pub szDomain: [i8; 16],
|
2115
|
+
pub dwSubEntry: u32,
|
2116
|
+
pub dwCallbackId: usize,
|
2117
|
+
pub dwIfIndex: u32,
|
2118
|
+
pub szEncPassword: windows_sys::core::PSTR,
|
2119
|
+
}
|
2120
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2121
|
+
impl Default for RASDIALPARAMSA {
|
2122
|
+
fn default() -> Self {
|
2123
|
+
unsafe { core::mem::zeroed() }
|
2124
|
+
}
|
2125
|
+
}
|
2126
|
+
#[repr(C)]
|
2127
|
+
#[cfg(target_arch = "x86")]
|
2128
|
+
#[derive(Clone, Copy)]
|
2129
|
+
pub struct RASDIALPARAMSW {
|
2130
|
+
pub dwSize: u32,
|
2131
|
+
pub szEntryName: [u16; 257],
|
2132
|
+
pub szPhoneNumber: [u16; 129],
|
2133
|
+
pub szCallbackNumber: [u16; 129],
|
2134
|
+
pub szUserName: [u16; 257],
|
2135
|
+
pub szPassword: [u16; 257],
|
2136
|
+
pub szDomain: [u16; 16],
|
2137
|
+
pub dwSubEntry: u32,
|
2138
|
+
pub dwCallbackId: usize,
|
2139
|
+
pub dwIfIndex: u32,
|
2140
|
+
pub szEncPassword: windows_sys::core::PWSTR,
|
2141
|
+
}
|
2142
|
+
#[cfg(target_arch = "x86")]
|
2143
|
+
impl Default for RASDIALPARAMSW {
|
2144
|
+
fn default() -> Self {
|
2145
|
+
unsafe { core::mem::zeroed() }
|
2146
|
+
}
|
2147
|
+
}
|
2148
|
+
#[repr(C, packed(4))]
|
2149
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2150
|
+
#[derive(Clone, Copy)]
|
2151
|
+
pub struct RASDIALPARAMSW {
|
2152
|
+
pub dwSize: u32,
|
2153
|
+
pub szEntryName: [u16; 257],
|
2154
|
+
pub szPhoneNumber: [u16; 129],
|
2155
|
+
pub szCallbackNumber: [u16; 129],
|
2156
|
+
pub szUserName: [u16; 257],
|
2157
|
+
pub szPassword: [u16; 257],
|
2158
|
+
pub szDomain: [u16; 16],
|
2159
|
+
pub dwSubEntry: u32,
|
2160
|
+
pub dwCallbackId: usize,
|
2161
|
+
pub dwIfIndex: u32,
|
2162
|
+
pub szEncPassword: windows_sys::core::PWSTR,
|
2163
|
+
}
|
2164
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2165
|
+
impl Default for RASDIALPARAMSW {
|
2166
|
+
fn default() -> Self {
|
2167
|
+
unsafe { core::mem::zeroed() }
|
2168
|
+
}
|
2169
|
+
}
|
2170
|
+
pub const RASDT_Atm: windows_sys::core::PCWSTR = windows_sys::core::w!("ATM");
|
2171
|
+
pub const RASDT_FrameRelay: windows_sys::core::PCWSTR = windows_sys::core::w!("FRAMERELAY");
|
2172
|
+
pub const RASDT_Generic: windows_sys::core::PCWSTR = windows_sys::core::w!("GENERIC");
|
2173
|
+
pub const RASDT_Irda: windows_sys::core::PCWSTR = windows_sys::core::w!("IRDA");
|
2174
|
+
pub const RASDT_Isdn: windows_sys::core::PCWSTR = windows_sys::core::w!("isdn");
|
2175
|
+
pub const RASDT_Modem: windows_sys::core::PCWSTR = windows_sys::core::w!("modem");
|
2176
|
+
pub const RASDT_PPPoE: windows_sys::core::PCWSTR = windows_sys::core::w!("PPPoE");
|
2177
|
+
pub const RASDT_Pad: windows_sys::core::PCWSTR = windows_sys::core::w!("pad");
|
2178
|
+
pub const RASDT_Parallel: windows_sys::core::PCWSTR = windows_sys::core::w!("PARALLEL");
|
2179
|
+
pub const RASDT_SW56: windows_sys::core::PCWSTR = windows_sys::core::w!("SW56");
|
2180
|
+
pub const RASDT_Serial: windows_sys::core::PCWSTR = windows_sys::core::w!("SERIAL");
|
2181
|
+
pub const RASDT_Sonet: windows_sys::core::PCWSTR = windows_sys::core::w!("SONET");
|
2182
|
+
pub const RASDT_Vpn: windows_sys::core::PCWSTR = windows_sys::core::w!("vpn");
|
2183
|
+
pub const RASDT_X25: windows_sys::core::PCWSTR = windows_sys::core::w!("x25");
|
2184
|
+
pub const RASEAPF_Logon: u32 = 4u32;
|
2185
|
+
pub const RASEAPF_NonInteractive: u32 = 2u32;
|
2186
|
+
pub const RASEAPF_Preview: u32 = 8u32;
|
2187
|
+
#[repr(C, packed(4))]
|
2188
|
+
#[derive(Clone, Copy)]
|
2189
|
+
pub struct RASEAPINFO {
|
2190
|
+
pub dwSizeofEapInfo: u32,
|
2191
|
+
pub pbEapInfo: *mut u8,
|
2192
|
+
}
|
2193
|
+
impl Default for RASEAPINFO {
|
2194
|
+
fn default() -> Self {
|
2195
|
+
unsafe { core::mem::zeroed() }
|
2196
|
+
}
|
2197
|
+
}
|
2198
|
+
#[repr(C)]
|
2199
|
+
#[derive(Clone, Copy)]
|
2200
|
+
pub struct RASEAPUSERIDENTITYA {
|
2201
|
+
pub szUserName: [i8; 257],
|
2202
|
+
pub dwSizeofEapInfo: u32,
|
2203
|
+
pub pbEapInfo: [u8; 1],
|
2204
|
+
}
|
2205
|
+
impl Default for RASEAPUSERIDENTITYA {
|
2206
|
+
fn default() -> Self {
|
2207
|
+
unsafe { core::mem::zeroed() }
|
2208
|
+
}
|
2209
|
+
}
|
2210
|
+
#[repr(C)]
|
2211
|
+
#[derive(Clone, Copy)]
|
2212
|
+
pub struct RASEAPUSERIDENTITYW {
|
2213
|
+
pub szUserName: [u16; 257],
|
2214
|
+
pub dwSizeofEapInfo: u32,
|
2215
|
+
pub pbEapInfo: [u8; 1],
|
2216
|
+
}
|
2217
|
+
impl Default for RASEAPUSERIDENTITYW {
|
2218
|
+
fn default() -> Self {
|
2219
|
+
unsafe { core::mem::zeroed() }
|
2220
|
+
}
|
2221
|
+
}
|
2222
|
+
pub const RASEDFLAG_CloneEntry: u32 = 4u32;
|
2223
|
+
pub const RASEDFLAG_IncomingConnection: u32 = 1024u32;
|
2224
|
+
pub const RASEDFLAG_InternetEntry: u32 = 256u32;
|
2225
|
+
pub const RASEDFLAG_NAT: u32 = 512u32;
|
2226
|
+
pub const RASEDFLAG_NewBroadbandEntry: u32 = 128u32;
|
2227
|
+
pub const RASEDFLAG_NewDirectEntry: u32 = 64u32;
|
2228
|
+
pub const RASEDFLAG_NewEntry: u32 = 2u32;
|
2229
|
+
pub const RASEDFLAG_NewPhoneEntry: u32 = 16u32;
|
2230
|
+
pub const RASEDFLAG_NewTunnelEntry: u32 = 32u32;
|
2231
|
+
pub const RASEDFLAG_NoRename: u32 = 8u32;
|
2232
|
+
pub const RASEDFLAG_PositionDlg: u32 = 1u32;
|
2233
|
+
pub const RASEDFLAG_ShellOwned: u32 = 1073741824u32;
|
2234
|
+
pub const RASEDM_DialAll: RASENTRY_DIAL_MODE = 1u32;
|
2235
|
+
pub const RASEDM_DialAsNeeded: RASENTRY_DIAL_MODE = 2u32;
|
2236
|
+
#[repr(C)]
|
2237
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2238
|
+
#[derive(Clone, Copy)]
|
2239
|
+
pub struct RASENTRYA {
|
2240
|
+
pub dwSize: u32,
|
2241
|
+
pub dwfOptions: u32,
|
2242
|
+
pub dwCountryID: u32,
|
2243
|
+
pub dwCountryCode: u32,
|
2244
|
+
pub szAreaCode: [i8; 11],
|
2245
|
+
pub szLocalPhoneNumber: [i8; 129],
|
2246
|
+
pub dwAlternateOffset: u32,
|
2247
|
+
pub ipaddr: RASIPADDR,
|
2248
|
+
pub ipaddrDns: RASIPADDR,
|
2249
|
+
pub ipaddrDnsAlt: RASIPADDR,
|
2250
|
+
pub ipaddrWins: RASIPADDR,
|
2251
|
+
pub ipaddrWinsAlt: RASIPADDR,
|
2252
|
+
pub dwFrameSize: u32,
|
2253
|
+
pub dwfNetProtocols: u32,
|
2254
|
+
pub dwFramingProtocol: u32,
|
2255
|
+
pub szScript: [i8; 260],
|
2256
|
+
pub szAutodialDll: [i8; 260],
|
2257
|
+
pub szAutodialFunc: [i8; 260],
|
2258
|
+
pub szDeviceType: [i8; 17],
|
2259
|
+
pub szDeviceName: [i8; 129],
|
2260
|
+
pub szX25PadType: [i8; 33],
|
2261
|
+
pub szX25Address: [i8; 201],
|
2262
|
+
pub szX25Facilities: [i8; 201],
|
2263
|
+
pub szX25UserData: [i8; 201],
|
2264
|
+
pub dwChannels: u32,
|
2265
|
+
pub dwReserved1: u32,
|
2266
|
+
pub dwReserved2: u32,
|
2267
|
+
pub dwSubEntries: u32,
|
2268
|
+
pub dwDialMode: RASENTRY_DIAL_MODE,
|
2269
|
+
pub dwDialExtraPercent: u32,
|
2270
|
+
pub dwDialExtraSampleSeconds: u32,
|
2271
|
+
pub dwHangUpExtraPercent: u32,
|
2272
|
+
pub dwHangUpExtraSampleSeconds: u32,
|
2273
|
+
pub dwIdleDisconnectSeconds: u32,
|
2274
|
+
pub dwType: u32,
|
2275
|
+
pub dwEncryptionType: u32,
|
2276
|
+
pub dwCustomAuthKey: u32,
|
2277
|
+
pub guidId: windows_sys::core::GUID,
|
2278
|
+
pub szCustomDialDll: [i8; 260],
|
2279
|
+
pub dwVpnStrategy: u32,
|
2280
|
+
pub dwfOptions2: u32,
|
2281
|
+
pub dwfOptions3: u32,
|
2282
|
+
pub szDnsSuffix: [i8; 256],
|
2283
|
+
pub dwTcpWindowSize: u32,
|
2284
|
+
pub szPrerequisitePbk: [i8; 260],
|
2285
|
+
pub szPrerequisiteEntry: [i8; 257],
|
2286
|
+
pub dwRedialCount: u32,
|
2287
|
+
pub dwRedialPause: u32,
|
2288
|
+
pub ipv6addrDns: super::super::Networking::WinSock::IN6_ADDR,
|
2289
|
+
pub ipv6addrDnsAlt: super::super::Networking::WinSock::IN6_ADDR,
|
2290
|
+
pub dwIPv4InterfaceMetric: u32,
|
2291
|
+
pub dwIPv6InterfaceMetric: u32,
|
2292
|
+
pub ipv6addr: super::super::Networking::WinSock::IN6_ADDR,
|
2293
|
+
pub dwIPv6PrefixLength: u32,
|
2294
|
+
pub dwNetworkOutageTime: u32,
|
2295
|
+
pub szIDi: [i8; 257],
|
2296
|
+
pub szIDr: [i8; 257],
|
2297
|
+
pub fIsImsConfig: windows_sys::core::BOOL,
|
2298
|
+
pub IdiType: IKEV2_ID_PAYLOAD_TYPE,
|
2299
|
+
pub IdrType: IKEV2_ID_PAYLOAD_TYPE,
|
2300
|
+
pub fDisableIKEv2Fragmentation: windows_sys::core::BOOL,
|
2301
|
+
}
|
2302
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2303
|
+
impl Default for RASENTRYA {
|
2304
|
+
fn default() -> Self {
|
2305
|
+
unsafe { core::mem::zeroed() }
|
2306
|
+
}
|
2307
|
+
}
|
2308
|
+
#[repr(C)]
|
2309
|
+
#[cfg(target_arch = "x86")]
|
2310
|
+
#[derive(Clone, Copy)]
|
2311
|
+
pub struct RASENTRYDLGA {
|
2312
|
+
pub dwSize: u32,
|
2313
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2314
|
+
pub dwFlags: u32,
|
2315
|
+
pub xDlg: i32,
|
2316
|
+
pub yDlg: i32,
|
2317
|
+
pub szEntry: [i8; 257],
|
2318
|
+
pub dwError: u32,
|
2319
|
+
pub reserved: usize,
|
2320
|
+
pub reserved2: usize,
|
2321
|
+
}
|
2322
|
+
#[cfg(target_arch = "x86")]
|
2323
|
+
impl Default for RASENTRYDLGA {
|
2324
|
+
fn default() -> Self {
|
2325
|
+
unsafe { core::mem::zeroed() }
|
2326
|
+
}
|
2327
|
+
}
|
2328
|
+
#[repr(C, packed(4))]
|
2329
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2330
|
+
#[derive(Clone, Copy)]
|
2331
|
+
pub struct RASENTRYDLGA {
|
2332
|
+
pub dwSize: u32,
|
2333
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2334
|
+
pub dwFlags: u32,
|
2335
|
+
pub xDlg: i32,
|
2336
|
+
pub yDlg: i32,
|
2337
|
+
pub szEntry: [i8; 257],
|
2338
|
+
pub dwError: u32,
|
2339
|
+
pub reserved: usize,
|
2340
|
+
pub reserved2: usize,
|
2341
|
+
}
|
2342
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2343
|
+
impl Default for RASENTRYDLGA {
|
2344
|
+
fn default() -> Self {
|
2345
|
+
unsafe { core::mem::zeroed() }
|
2346
|
+
}
|
2347
|
+
}
|
2348
|
+
#[repr(C)]
|
2349
|
+
#[cfg(target_arch = "x86")]
|
2350
|
+
#[derive(Clone, Copy)]
|
2351
|
+
pub struct RASENTRYDLGW {
|
2352
|
+
pub dwSize: u32,
|
2353
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2354
|
+
pub dwFlags: u32,
|
2355
|
+
pub xDlg: i32,
|
2356
|
+
pub yDlg: i32,
|
2357
|
+
pub szEntry: [u16; 257],
|
2358
|
+
pub dwError: u32,
|
2359
|
+
pub reserved: usize,
|
2360
|
+
pub reserved2: usize,
|
2361
|
+
}
|
2362
|
+
#[cfg(target_arch = "x86")]
|
2363
|
+
impl Default for RASENTRYDLGW {
|
2364
|
+
fn default() -> Self {
|
2365
|
+
unsafe { core::mem::zeroed() }
|
2366
|
+
}
|
2367
|
+
}
|
2368
|
+
#[repr(C, packed(4))]
|
2369
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2370
|
+
#[derive(Clone, Copy)]
|
2371
|
+
pub struct RASENTRYDLGW {
|
2372
|
+
pub dwSize: u32,
|
2373
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2374
|
+
pub dwFlags: u32,
|
2375
|
+
pub xDlg: i32,
|
2376
|
+
pub yDlg: i32,
|
2377
|
+
pub szEntry: [u16; 257],
|
2378
|
+
pub dwError: u32,
|
2379
|
+
pub reserved: usize,
|
2380
|
+
pub reserved2: usize,
|
2381
|
+
}
|
2382
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2383
|
+
impl Default for RASENTRYDLGW {
|
2384
|
+
fn default() -> Self {
|
2385
|
+
unsafe { core::mem::zeroed() }
|
2386
|
+
}
|
2387
|
+
}
|
2388
|
+
#[repr(C)]
|
2389
|
+
#[derive(Clone, Copy)]
|
2390
|
+
pub struct RASENTRYNAMEA {
|
2391
|
+
pub dwSize: u32,
|
2392
|
+
pub szEntryName: [i8; 257],
|
2393
|
+
pub dwFlags: u32,
|
2394
|
+
pub szPhonebookPath: [i8; 261],
|
2395
|
+
}
|
2396
|
+
impl Default for RASENTRYNAMEA {
|
2397
|
+
fn default() -> Self {
|
2398
|
+
unsafe { core::mem::zeroed() }
|
2399
|
+
}
|
2400
|
+
}
|
2401
|
+
#[repr(C)]
|
2402
|
+
#[derive(Clone, Copy)]
|
2403
|
+
pub struct RASENTRYNAMEW {
|
2404
|
+
pub dwSize: u32,
|
2405
|
+
pub szEntryName: [u16; 257],
|
2406
|
+
pub dwFlags: u32,
|
2407
|
+
pub szPhonebookPath: [u16; 261],
|
2408
|
+
}
|
2409
|
+
impl Default for RASENTRYNAMEW {
|
2410
|
+
fn default() -> Self {
|
2411
|
+
unsafe { core::mem::zeroed() }
|
2412
|
+
}
|
2413
|
+
}
|
2414
|
+
#[repr(C)]
|
2415
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2416
|
+
#[derive(Clone, Copy)]
|
2417
|
+
pub struct RASENTRYW {
|
2418
|
+
pub dwSize: u32,
|
2419
|
+
pub dwfOptions: u32,
|
2420
|
+
pub dwCountryID: u32,
|
2421
|
+
pub dwCountryCode: u32,
|
2422
|
+
pub szAreaCode: [u16; 11],
|
2423
|
+
pub szLocalPhoneNumber: [u16; 129],
|
2424
|
+
pub dwAlternateOffset: u32,
|
2425
|
+
pub ipaddr: RASIPADDR,
|
2426
|
+
pub ipaddrDns: RASIPADDR,
|
2427
|
+
pub ipaddrDnsAlt: RASIPADDR,
|
2428
|
+
pub ipaddrWins: RASIPADDR,
|
2429
|
+
pub ipaddrWinsAlt: RASIPADDR,
|
2430
|
+
pub dwFrameSize: u32,
|
2431
|
+
pub dwfNetProtocols: u32,
|
2432
|
+
pub dwFramingProtocol: u32,
|
2433
|
+
pub szScript: [u16; 260],
|
2434
|
+
pub szAutodialDll: [u16; 260],
|
2435
|
+
pub szAutodialFunc: [u16; 260],
|
2436
|
+
pub szDeviceType: [u16; 17],
|
2437
|
+
pub szDeviceName: [u16; 129],
|
2438
|
+
pub szX25PadType: [u16; 33],
|
2439
|
+
pub szX25Address: [u16; 201],
|
2440
|
+
pub szX25Facilities: [u16; 201],
|
2441
|
+
pub szX25UserData: [u16; 201],
|
2442
|
+
pub dwChannels: u32,
|
2443
|
+
pub dwReserved1: u32,
|
2444
|
+
pub dwReserved2: u32,
|
2445
|
+
pub dwSubEntries: u32,
|
2446
|
+
pub dwDialMode: RASENTRY_DIAL_MODE,
|
2447
|
+
pub dwDialExtraPercent: u32,
|
2448
|
+
pub dwDialExtraSampleSeconds: u32,
|
2449
|
+
pub dwHangUpExtraPercent: u32,
|
2450
|
+
pub dwHangUpExtraSampleSeconds: u32,
|
2451
|
+
pub dwIdleDisconnectSeconds: u32,
|
2452
|
+
pub dwType: u32,
|
2453
|
+
pub dwEncryptionType: u32,
|
2454
|
+
pub dwCustomAuthKey: u32,
|
2455
|
+
pub guidId: windows_sys::core::GUID,
|
2456
|
+
pub szCustomDialDll: [u16; 260],
|
2457
|
+
pub dwVpnStrategy: u32,
|
2458
|
+
pub dwfOptions2: u32,
|
2459
|
+
pub dwfOptions3: u32,
|
2460
|
+
pub szDnsSuffix: [u16; 256],
|
2461
|
+
pub dwTcpWindowSize: u32,
|
2462
|
+
pub szPrerequisitePbk: [u16; 260],
|
2463
|
+
pub szPrerequisiteEntry: [u16; 257],
|
2464
|
+
pub dwRedialCount: u32,
|
2465
|
+
pub dwRedialPause: u32,
|
2466
|
+
pub ipv6addrDns: super::super::Networking::WinSock::IN6_ADDR,
|
2467
|
+
pub ipv6addrDnsAlt: super::super::Networking::WinSock::IN6_ADDR,
|
2468
|
+
pub dwIPv4InterfaceMetric: u32,
|
2469
|
+
pub dwIPv6InterfaceMetric: u32,
|
2470
|
+
pub ipv6addr: super::super::Networking::WinSock::IN6_ADDR,
|
2471
|
+
pub dwIPv6PrefixLength: u32,
|
2472
|
+
pub dwNetworkOutageTime: u32,
|
2473
|
+
pub szIDi: [u16; 257],
|
2474
|
+
pub szIDr: [u16; 257],
|
2475
|
+
pub fIsImsConfig: windows_sys::core::BOOL,
|
2476
|
+
pub IdiType: IKEV2_ID_PAYLOAD_TYPE,
|
2477
|
+
pub IdrType: IKEV2_ID_PAYLOAD_TYPE,
|
2478
|
+
pub fDisableIKEv2Fragmentation: windows_sys::core::BOOL,
|
2479
|
+
}
|
2480
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2481
|
+
impl Default for RASENTRYW {
|
2482
|
+
fn default() -> Self {
|
2483
|
+
unsafe { core::mem::zeroed() }
|
2484
|
+
}
|
2485
|
+
}
|
2486
|
+
pub type RASENTRY_DIAL_MODE = u32;
|
2487
|
+
pub const RASEO2_AuthTypeIsOtp: u32 = 268435456u32;
|
2488
|
+
pub const RASEO2_AutoTriggerCapable: u32 = 67108864u32;
|
2489
|
+
pub const RASEO2_CacheCredentials: u32 = 33554432u32;
|
2490
|
+
pub const RASEO2_DisableClassBasedStaticRoute: u32 = 524288u32;
|
2491
|
+
pub const RASEO2_DisableIKENameEkuCheck: u32 = 262144u32;
|
2492
|
+
pub const RASEO2_DisableMobility: u32 = 2097152u32;
|
2493
|
+
pub const RASEO2_DisableNbtOverIP: u32 = 64u32;
|
2494
|
+
pub const RASEO2_DontNegotiateMultilink: u32 = 4u32;
|
2495
|
+
pub const RASEO2_DontUseRasCredentials: u32 = 8u32;
|
2496
|
+
pub const RASEO2_IPv4ExplicitMetric: u32 = 65536u32;
|
2497
|
+
pub const RASEO2_IPv6ExplicitMetric: u32 = 131072u32;
|
2498
|
+
pub const RASEO2_IPv6RemoteDefaultGateway: u32 = 8192u32;
|
2499
|
+
pub const RASEO2_IPv6SpecificNameServers: u32 = 4096u32;
|
2500
|
+
pub const RASEO2_Internet: u32 = 32u32;
|
2501
|
+
pub const RASEO2_IsAlwaysOn: u32 = 536870912u32;
|
2502
|
+
pub const RASEO2_IsPrivateNetwork: u32 = 1073741824u32;
|
2503
|
+
pub const RASEO2_IsThirdPartyProfile: u32 = 134217728u32;
|
2504
|
+
pub const RASEO2_PlumbIKEv2TSAsRoutes: u32 = 2147483648u32;
|
2505
|
+
pub const RASEO2_ReconnectIfDropped: u32 = 256u32;
|
2506
|
+
pub const RASEO2_RegisterIpWithDNS: u32 = 16384u32;
|
2507
|
+
pub const RASEO2_RequireMachineCertificates: u32 = 4194304u32;
|
2508
|
+
pub const RASEO2_SecureClientForMSNet: u32 = 2u32;
|
2509
|
+
pub const RASEO2_SecureFileAndPrint: u32 = 1u32;
|
2510
|
+
pub const RASEO2_SecureRoutingCompartment: u32 = 1024u32;
|
2511
|
+
pub const RASEO2_SharePhoneNumbers: u32 = 512u32;
|
2512
|
+
pub const RASEO2_SpecificIPv6Addr: u32 = 1048576u32;
|
2513
|
+
pub const RASEO2_UseDNSSuffixForRegistration: u32 = 32768u32;
|
2514
|
+
pub const RASEO2_UseGlobalDeviceSettings: u32 = 128u32;
|
2515
|
+
pub const RASEO2_UsePreSharedKey: u32 = 16u32;
|
2516
|
+
pub const RASEO2_UsePreSharedKeyForIkev2Initiator: u32 = 8388608u32;
|
2517
|
+
pub const RASEO2_UsePreSharedKeyForIkev2Responder: u32 = 16777216u32;
|
2518
|
+
pub const RASEO2_UseTypicalSettings: u32 = 2048u32;
|
2519
|
+
pub const RASEO_Custom: u32 = 1048576u32;
|
2520
|
+
pub const RASEO_CustomScript: u32 = 2147483648u32;
|
2521
|
+
pub const RASEO_DisableLcpExtensions: u32 = 32u32;
|
2522
|
+
pub const RASEO_IpHeaderCompression: u32 = 8u32;
|
2523
|
+
pub const RASEO_ModemLights: u32 = 256u32;
|
2524
|
+
pub const RASEO_NetworkLogon: u32 = 8192u32;
|
2525
|
+
pub const RASEO_PreviewDomain: u32 = 33554432u32;
|
2526
|
+
pub const RASEO_PreviewPhoneNumber: u32 = 2097152u32;
|
2527
|
+
pub const RASEO_PreviewUserPw: u32 = 16777216u32;
|
2528
|
+
pub const RASEO_PromoteAlternates: u32 = 32768u32;
|
2529
|
+
pub const RASEO_RemoteDefaultGateway: u32 = 16u32;
|
2530
|
+
pub const RASEO_RequireCHAP: u32 = 134217728u32;
|
2531
|
+
pub const RASEO_RequireDataEncryption: u32 = 4096u32;
|
2532
|
+
pub const RASEO_RequireEAP: u32 = 131072u32;
|
2533
|
+
pub const RASEO_RequireEncryptedPw: u32 = 1024u32;
|
2534
|
+
pub const RASEO_RequireMsCHAP: u32 = 268435456u32;
|
2535
|
+
pub const RASEO_RequireMsCHAP2: u32 = 536870912u32;
|
2536
|
+
pub const RASEO_RequireMsEncryptedPw: u32 = 2048u32;
|
2537
|
+
pub const RASEO_RequirePAP: u32 = 262144u32;
|
2538
|
+
pub const RASEO_RequireSPAP: u32 = 524288u32;
|
2539
|
+
pub const RASEO_RequireW95MSCHAP: u32 = 1073741824u32;
|
2540
|
+
pub const RASEO_SecureLocalFiles: u32 = 65536u32;
|
2541
|
+
pub const RASEO_SharedPhoneNumbers: u32 = 8388608u32;
|
2542
|
+
pub const RASEO_ShowDialingProgress: u32 = 67108864u32;
|
2543
|
+
pub const RASEO_SpecificIpAddr: u32 = 2u32;
|
2544
|
+
pub const RASEO_SpecificNameServers: u32 = 4u32;
|
2545
|
+
pub const RASEO_SwCompression: u32 = 512u32;
|
2546
|
+
pub const RASEO_TerminalAfterDial: u32 = 128u32;
|
2547
|
+
pub const RASEO_TerminalBeforeDial: u32 = 64u32;
|
2548
|
+
pub const RASEO_UseCountryAndAreaCodes: u32 = 1u32;
|
2549
|
+
pub const RASEO_UseLogonCredentials: u32 = 16384u32;
|
2550
|
+
pub const RASET_Broadband: u32 = 5u32;
|
2551
|
+
pub const RASET_Direct: u32 = 3u32;
|
2552
|
+
pub const RASET_Internet: u32 = 4u32;
|
2553
|
+
pub const RASET_Phone: u32 = 1u32;
|
2554
|
+
pub const RASET_Vpn: u32 = 2u32;
|
2555
|
+
pub const RASFP_Ppp: u32 = 1u32;
|
2556
|
+
pub const RASFP_Ras: u32 = 4u32;
|
2557
|
+
pub const RASFP_Slip: u32 = 2u32;
|
2558
|
+
pub const RASIDS_Disabled: u32 = 4294967295u32;
|
2559
|
+
pub const RASIDS_UseGlobalValue: u32 = 0u32;
|
2560
|
+
#[repr(C)]
|
2561
|
+
#[cfg(target_arch = "x86")]
|
2562
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2563
|
+
#[derive(Clone, Copy)]
|
2564
|
+
pub struct RASIKEV2_PROJECTION_INFO {
|
2565
|
+
pub dwIPv4NegotiationError: u32,
|
2566
|
+
pub ipv4Address: super::super::Networking::WinSock::IN_ADDR,
|
2567
|
+
pub ipv4ServerAddress: super::super::Networking::WinSock::IN_ADDR,
|
2568
|
+
pub dwIPv6NegotiationError: u32,
|
2569
|
+
pub ipv6Address: super::super::Networking::WinSock::IN6_ADDR,
|
2570
|
+
pub ipv6ServerAddress: super::super::Networking::WinSock::IN6_ADDR,
|
2571
|
+
pub dwPrefixLength: u32,
|
2572
|
+
pub dwAuthenticationProtocol: u32,
|
2573
|
+
pub dwEapTypeId: u32,
|
2574
|
+
pub dwFlags: RASIKEV_PROJECTION_INFO_FLAGS,
|
2575
|
+
pub dwEncryptionMethod: u32,
|
2576
|
+
pub numIPv4ServerAddresses: u32,
|
2577
|
+
pub ipv4ServerAddresses: *mut super::super::Networking::WinSock::IN_ADDR,
|
2578
|
+
pub numIPv6ServerAddresses: u32,
|
2579
|
+
pub ipv6ServerAddresses: *mut super::super::Networking::WinSock::IN6_ADDR,
|
2580
|
+
}
|
2581
|
+
#[cfg(target_arch = "x86")]
|
2582
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2583
|
+
impl Default for RASIKEV2_PROJECTION_INFO {
|
2584
|
+
fn default() -> Self {
|
2585
|
+
unsafe { core::mem::zeroed() }
|
2586
|
+
}
|
2587
|
+
}
|
2588
|
+
#[repr(C, packed(4))]
|
2589
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2590
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2591
|
+
#[derive(Clone, Copy)]
|
2592
|
+
pub struct RASIKEV2_PROJECTION_INFO {
|
2593
|
+
pub dwIPv4NegotiationError: u32,
|
2594
|
+
pub ipv4Address: super::super::Networking::WinSock::IN_ADDR,
|
2595
|
+
pub ipv4ServerAddress: super::super::Networking::WinSock::IN_ADDR,
|
2596
|
+
pub dwIPv6NegotiationError: u32,
|
2597
|
+
pub ipv6Address: super::super::Networking::WinSock::IN6_ADDR,
|
2598
|
+
pub ipv6ServerAddress: super::super::Networking::WinSock::IN6_ADDR,
|
2599
|
+
pub dwPrefixLength: u32,
|
2600
|
+
pub dwAuthenticationProtocol: u32,
|
2601
|
+
pub dwEapTypeId: u32,
|
2602
|
+
pub dwFlags: RASIKEV_PROJECTION_INFO_FLAGS,
|
2603
|
+
pub dwEncryptionMethod: u32,
|
2604
|
+
pub numIPv4ServerAddresses: u32,
|
2605
|
+
pub ipv4ServerAddresses: *mut super::super::Networking::WinSock::IN_ADDR,
|
2606
|
+
pub numIPv6ServerAddresses: u32,
|
2607
|
+
pub ipv6ServerAddresses: *mut super::super::Networking::WinSock::IN6_ADDR,
|
2608
|
+
}
|
2609
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2610
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2611
|
+
impl Default for RASIKEV2_PROJECTION_INFO {
|
2612
|
+
fn default() -> Self {
|
2613
|
+
unsafe { core::mem::zeroed() }
|
2614
|
+
}
|
2615
|
+
}
|
2616
|
+
pub type RASIKEV_PROJECTION_INFO_FLAGS = u32;
|
2617
|
+
pub const RASIKEv2_AUTH_EAP: u32 = 2u32;
|
2618
|
+
pub const RASIKEv2_AUTH_MACHINECERTIFICATES: u32 = 1u32;
|
2619
|
+
pub const RASIKEv2_AUTH_PSK: u32 = 3u32;
|
2620
|
+
pub const RASIKEv2_FLAGS_BEHIND_NAT: RASIKEV_PROJECTION_INFO_FLAGS = 2u32;
|
2621
|
+
pub const RASIKEv2_FLAGS_MOBIKESUPPORTED: RASIKEV_PROJECTION_INFO_FLAGS = 1u32;
|
2622
|
+
pub const RASIKEv2_FLAGS_SERVERBEHIND_NAT: RASIKEV_PROJECTION_INFO_FLAGS = 4u32;
|
2623
|
+
#[repr(C)]
|
2624
|
+
#[derive(Clone, Copy, Default)]
|
2625
|
+
pub struct RASIPADDR {
|
2626
|
+
pub a: u8,
|
2627
|
+
pub b: u8,
|
2628
|
+
pub c: u8,
|
2629
|
+
pub d: u8,
|
2630
|
+
}
|
2631
|
+
pub const RASIPO_VJ: u32 = 1u32;
|
2632
|
+
#[repr(C)]
|
2633
|
+
#[derive(Clone, Copy)]
|
2634
|
+
pub struct RASIPXW {
|
2635
|
+
pub dwSize: u32,
|
2636
|
+
pub dwError: u32,
|
2637
|
+
pub szIpxAddress: [u16; 22],
|
2638
|
+
}
|
2639
|
+
impl Default for RASIPXW {
|
2640
|
+
fn default() -> Self {
|
2641
|
+
unsafe { core::mem::zeroed() }
|
2642
|
+
}
|
2643
|
+
}
|
2644
|
+
pub const RASLCPAD_CHAP_MD5: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA = 5u32;
|
2645
|
+
pub const RASLCPAD_CHAP_MS: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA = 128u32;
|
2646
|
+
pub const RASLCPAD_CHAP_MSV2: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA = 129u32;
|
2647
|
+
pub const RASLCPAP_CHAP: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL = 49699u32;
|
2648
|
+
pub const RASLCPAP_EAP: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL = 49703u32;
|
2649
|
+
pub const RASLCPAP_PAP: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL = 49187u32;
|
2650
|
+
pub const RASLCPAP_SPAP: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL = 49191u32;
|
2651
|
+
pub const RASLCPO_3_DES: u32 = 16u32;
|
2652
|
+
pub const RASLCPO_ACFC: u32 = 2u32;
|
2653
|
+
pub const RASLCPO_AES_128: u32 = 32u32;
|
2654
|
+
pub const RASLCPO_AES_192: u32 = 128u32;
|
2655
|
+
pub const RASLCPO_AES_256: u32 = 64u32;
|
2656
|
+
pub const RASLCPO_DES_56: u32 = 8u32;
|
2657
|
+
pub const RASLCPO_GCM_AES_128: u32 = 256u32;
|
2658
|
+
pub const RASLCPO_GCM_AES_192: u32 = 512u32;
|
2659
|
+
pub const RASLCPO_GCM_AES_256: u32 = 1024u32;
|
2660
|
+
pub const RASLCPO_PFC: u32 = 1u32;
|
2661
|
+
pub const RASLCPO_SSHF: u32 = 4u32;
|
2662
|
+
pub const RASNAP_ProbationTime: u32 = 1u32;
|
2663
|
+
#[repr(C)]
|
2664
|
+
#[derive(Clone, Copy)]
|
2665
|
+
pub struct RASNOUSERA {
|
2666
|
+
pub dwSize: u32,
|
2667
|
+
pub dwFlags: u32,
|
2668
|
+
pub dwTimeoutMs: u32,
|
2669
|
+
pub szUserName: [i8; 257],
|
2670
|
+
pub szPassword: [i8; 257],
|
2671
|
+
pub szDomain: [i8; 16],
|
2672
|
+
}
|
2673
|
+
impl Default for RASNOUSERA {
|
2674
|
+
fn default() -> Self {
|
2675
|
+
unsafe { core::mem::zeroed() }
|
2676
|
+
}
|
2677
|
+
}
|
2678
|
+
#[repr(C)]
|
2679
|
+
#[derive(Clone, Copy)]
|
2680
|
+
pub struct RASNOUSERW {
|
2681
|
+
pub dwSize: u32,
|
2682
|
+
pub dwFlags: u32,
|
2683
|
+
pub dwTimeoutMs: u32,
|
2684
|
+
pub szUserName: [u16; 257],
|
2685
|
+
pub szPassword: [u16; 257],
|
2686
|
+
pub szDomain: [u16; 16],
|
2687
|
+
}
|
2688
|
+
impl Default for RASNOUSERW {
|
2689
|
+
fn default() -> Self {
|
2690
|
+
unsafe { core::mem::zeroed() }
|
2691
|
+
}
|
2692
|
+
}
|
2693
|
+
pub const RASNOUSER_SmartCard: u32 = 1u32;
|
2694
|
+
pub const RASNP_Ip: u32 = 4u32;
|
2695
|
+
pub const RASNP_Ipv6: u32 = 8u32;
|
2696
|
+
pub const RASNP_Ipx: u32 = 2u32;
|
2697
|
+
pub const RASNP_NetBEUI: u32 = 1u32;
|
2698
|
+
pub const RASPBDEVENT_AddEntry: u32 = 1u32;
|
2699
|
+
pub const RASPBDEVENT_DialEntry: u32 = 4u32;
|
2700
|
+
pub const RASPBDEVENT_EditEntry: u32 = 2u32;
|
2701
|
+
pub const RASPBDEVENT_EditGlobals: u32 = 5u32;
|
2702
|
+
pub const RASPBDEVENT_NoUser: u32 = 6u32;
|
2703
|
+
pub const RASPBDEVENT_NoUserEdit: u32 = 7u32;
|
2704
|
+
pub const RASPBDEVENT_RemoveEntry: u32 = 3u32;
|
2705
|
+
pub const RASPBDFLAG_ForceCloseOnDial: u32 = 2u32;
|
2706
|
+
pub const RASPBDFLAG_NoUser: u32 = 16u32;
|
2707
|
+
pub const RASPBDFLAG_PositionDlg: u32 = 1u32;
|
2708
|
+
pub const RASPBDFLAG_UpdateDefaults: u32 = 2147483648u32;
|
2709
|
+
#[repr(C)]
|
2710
|
+
#[cfg(target_arch = "x86")]
|
2711
|
+
#[derive(Clone, Copy)]
|
2712
|
+
pub struct RASPBDLGA {
|
2713
|
+
pub dwSize: u32,
|
2714
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2715
|
+
pub dwFlags: u32,
|
2716
|
+
pub xDlg: i32,
|
2717
|
+
pub yDlg: i32,
|
2718
|
+
pub dwCallbackId: usize,
|
2719
|
+
pub pCallback: RASPBDLGFUNCA,
|
2720
|
+
pub dwError: u32,
|
2721
|
+
pub reserved: usize,
|
2722
|
+
pub reserved2: usize,
|
2723
|
+
}
|
2724
|
+
#[cfg(target_arch = "x86")]
|
2725
|
+
impl Default for RASPBDLGA {
|
2726
|
+
fn default() -> Self {
|
2727
|
+
unsafe { core::mem::zeroed() }
|
2728
|
+
}
|
2729
|
+
}
|
2730
|
+
#[repr(C, packed(4))]
|
2731
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2732
|
+
#[derive(Clone, Copy)]
|
2733
|
+
pub struct RASPBDLGA {
|
2734
|
+
pub dwSize: u32,
|
2735
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2736
|
+
pub dwFlags: u32,
|
2737
|
+
pub xDlg: i32,
|
2738
|
+
pub yDlg: i32,
|
2739
|
+
pub dwCallbackId: usize,
|
2740
|
+
pub pCallback: RASPBDLGFUNCA,
|
2741
|
+
pub dwError: u32,
|
2742
|
+
pub reserved: usize,
|
2743
|
+
pub reserved2: usize,
|
2744
|
+
}
|
2745
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2746
|
+
impl Default for RASPBDLGA {
|
2747
|
+
fn default() -> Self {
|
2748
|
+
unsafe { core::mem::zeroed() }
|
2749
|
+
}
|
2750
|
+
}
|
2751
|
+
pub type RASPBDLGFUNCA = Option<unsafe extern "system" fn(param0: usize, param1: u32, param2: windows_sys::core::PCSTR, param3: *mut core::ffi::c_void)>;
|
2752
|
+
pub type RASPBDLGFUNCW = Option<unsafe extern "system" fn(param0: usize, param1: u32, param2: windows_sys::core::PCWSTR, param3: *mut core::ffi::c_void)>;
|
2753
|
+
#[repr(C)]
|
2754
|
+
#[cfg(target_arch = "x86")]
|
2755
|
+
#[derive(Clone, Copy)]
|
2756
|
+
pub struct RASPBDLGW {
|
2757
|
+
pub dwSize: u32,
|
2758
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2759
|
+
pub dwFlags: u32,
|
2760
|
+
pub xDlg: i32,
|
2761
|
+
pub yDlg: i32,
|
2762
|
+
pub dwCallbackId: usize,
|
2763
|
+
pub pCallback: RASPBDLGFUNCW,
|
2764
|
+
pub dwError: u32,
|
2765
|
+
pub reserved: usize,
|
2766
|
+
pub reserved2: usize,
|
2767
|
+
}
|
2768
|
+
#[cfg(target_arch = "x86")]
|
2769
|
+
impl Default for RASPBDLGW {
|
2770
|
+
fn default() -> Self {
|
2771
|
+
unsafe { core::mem::zeroed() }
|
2772
|
+
}
|
2773
|
+
}
|
2774
|
+
#[repr(C, packed(4))]
|
2775
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2776
|
+
#[derive(Clone, Copy)]
|
2777
|
+
pub struct RASPBDLGW {
|
2778
|
+
pub dwSize: u32,
|
2779
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2780
|
+
pub dwFlags: u32,
|
2781
|
+
pub xDlg: i32,
|
2782
|
+
pub yDlg: i32,
|
2783
|
+
pub dwCallbackId: usize,
|
2784
|
+
pub pCallback: RASPBDLGFUNCW,
|
2785
|
+
pub dwError: u32,
|
2786
|
+
pub reserved: usize,
|
2787
|
+
pub reserved2: usize,
|
2788
|
+
}
|
2789
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
2790
|
+
impl Default for RASPBDLGW {
|
2791
|
+
fn default() -> Self {
|
2792
|
+
unsafe { core::mem::zeroed() }
|
2793
|
+
}
|
2794
|
+
}
|
2795
|
+
#[repr(C)]
|
2796
|
+
#[derive(Clone, Copy, Default)]
|
2797
|
+
pub struct RASPPPCCP {
|
2798
|
+
pub dwSize: u32,
|
2799
|
+
pub dwError: u32,
|
2800
|
+
pub dwCompressionAlgorithm: u32,
|
2801
|
+
pub dwOptions: u32,
|
2802
|
+
pub dwServerCompressionAlgorithm: u32,
|
2803
|
+
pub dwServerOptions: u32,
|
2804
|
+
}
|
2805
|
+
#[repr(C)]
|
2806
|
+
#[derive(Clone, Copy)]
|
2807
|
+
pub struct RASPPPIPA {
|
2808
|
+
pub dwSize: u32,
|
2809
|
+
pub dwError: u32,
|
2810
|
+
pub szIpAddress: [i8; 16],
|
2811
|
+
pub szServerIpAddress: [i8; 16],
|
2812
|
+
pub dwOptions: u32,
|
2813
|
+
pub dwServerOptions: u32,
|
2814
|
+
}
|
2815
|
+
impl Default for RASPPPIPA {
|
2816
|
+
fn default() -> Self {
|
2817
|
+
unsafe { core::mem::zeroed() }
|
2818
|
+
}
|
2819
|
+
}
|
2820
|
+
#[repr(C)]
|
2821
|
+
#[derive(Clone, Copy)]
|
2822
|
+
pub struct RASPPPIPV6 {
|
2823
|
+
pub dwSize: u32,
|
2824
|
+
pub dwError: u32,
|
2825
|
+
pub bLocalInterfaceIdentifier: [u8; 8],
|
2826
|
+
pub bPeerInterfaceIdentifier: [u8; 8],
|
2827
|
+
pub bLocalCompressionProtocol: [u8; 2],
|
2828
|
+
pub bPeerCompressionProtocol: [u8; 2],
|
2829
|
+
}
|
2830
|
+
impl Default for RASPPPIPV6 {
|
2831
|
+
fn default() -> Self {
|
2832
|
+
unsafe { core::mem::zeroed() }
|
2833
|
+
}
|
2834
|
+
}
|
2835
|
+
#[repr(C)]
|
2836
|
+
#[derive(Clone, Copy)]
|
2837
|
+
pub struct RASPPPIPW {
|
2838
|
+
pub dwSize: u32,
|
2839
|
+
pub dwError: u32,
|
2840
|
+
pub szIpAddress: [u16; 16],
|
2841
|
+
pub szServerIpAddress: [u16; 16],
|
2842
|
+
pub dwOptions: u32,
|
2843
|
+
pub dwServerOptions: u32,
|
2844
|
+
}
|
2845
|
+
impl Default for RASPPPIPW {
|
2846
|
+
fn default() -> Self {
|
2847
|
+
unsafe { core::mem::zeroed() }
|
2848
|
+
}
|
2849
|
+
}
|
2850
|
+
#[repr(C)]
|
2851
|
+
#[derive(Clone, Copy)]
|
2852
|
+
pub struct RASPPPIPXA {
|
2853
|
+
pub dwSize: u32,
|
2854
|
+
pub dwError: u32,
|
2855
|
+
pub szIpxAddress: [i8; 22],
|
2856
|
+
}
|
2857
|
+
impl Default for RASPPPIPXA {
|
2858
|
+
fn default() -> Self {
|
2859
|
+
unsafe { core::mem::zeroed() }
|
2860
|
+
}
|
2861
|
+
}
|
2862
|
+
#[repr(C)]
|
2863
|
+
#[derive(Clone, Copy)]
|
2864
|
+
pub struct RASPPPLCPA {
|
2865
|
+
pub dwSize: u32,
|
2866
|
+
pub fBundled: windows_sys::core::BOOL,
|
2867
|
+
pub dwError: u32,
|
2868
|
+
pub dwAuthenticationProtocol: u32,
|
2869
|
+
pub dwAuthenticationData: u32,
|
2870
|
+
pub dwEapTypeId: u32,
|
2871
|
+
pub dwServerAuthenticationProtocol: u32,
|
2872
|
+
pub dwServerAuthenticationData: u32,
|
2873
|
+
pub dwServerEapTypeId: u32,
|
2874
|
+
pub fMultilink: windows_sys::core::BOOL,
|
2875
|
+
pub dwTerminateReason: u32,
|
2876
|
+
pub dwServerTerminateReason: u32,
|
2877
|
+
pub szReplyMessage: [i8; 1024],
|
2878
|
+
pub dwOptions: u32,
|
2879
|
+
pub dwServerOptions: u32,
|
2880
|
+
}
|
2881
|
+
impl Default for RASPPPLCPA {
|
2882
|
+
fn default() -> Self {
|
2883
|
+
unsafe { core::mem::zeroed() }
|
2884
|
+
}
|
2885
|
+
}
|
2886
|
+
#[repr(C)]
|
2887
|
+
#[derive(Clone, Copy)]
|
2888
|
+
pub struct RASPPPLCPW {
|
2889
|
+
pub dwSize: u32,
|
2890
|
+
pub fBundled: windows_sys::core::BOOL,
|
2891
|
+
pub dwError: u32,
|
2892
|
+
pub dwAuthenticationProtocol: u32,
|
2893
|
+
pub dwAuthenticationData: u32,
|
2894
|
+
pub dwEapTypeId: u32,
|
2895
|
+
pub dwServerAuthenticationProtocol: u32,
|
2896
|
+
pub dwServerAuthenticationData: u32,
|
2897
|
+
pub dwServerEapTypeId: u32,
|
2898
|
+
pub fMultilink: windows_sys::core::BOOL,
|
2899
|
+
pub dwTerminateReason: u32,
|
2900
|
+
pub dwServerTerminateReason: u32,
|
2901
|
+
pub szReplyMessage: [u16; 1024],
|
2902
|
+
pub dwOptions: u32,
|
2903
|
+
pub dwServerOptions: u32,
|
2904
|
+
}
|
2905
|
+
impl Default for RASPPPLCPW {
|
2906
|
+
fn default() -> Self {
|
2907
|
+
unsafe { core::mem::zeroed() }
|
2908
|
+
}
|
2909
|
+
}
|
2910
|
+
#[repr(C)]
|
2911
|
+
#[derive(Clone, Copy)]
|
2912
|
+
pub struct RASPPPNBFA {
|
2913
|
+
pub dwSize: u32,
|
2914
|
+
pub dwError: u32,
|
2915
|
+
pub dwNetBiosError: u32,
|
2916
|
+
pub szNetBiosError: [i8; 17],
|
2917
|
+
pub szWorkstationName: [i8; 17],
|
2918
|
+
pub bLana: u8,
|
2919
|
+
}
|
2920
|
+
impl Default for RASPPPNBFA {
|
2921
|
+
fn default() -> Self {
|
2922
|
+
unsafe { core::mem::zeroed() }
|
2923
|
+
}
|
2924
|
+
}
|
2925
|
+
#[repr(C)]
|
2926
|
+
#[derive(Clone, Copy)]
|
2927
|
+
pub struct RASPPPNBFW {
|
2928
|
+
pub dwSize: u32,
|
2929
|
+
pub dwError: u32,
|
2930
|
+
pub dwNetBiosError: u32,
|
2931
|
+
pub szNetBiosError: [u16; 17],
|
2932
|
+
pub szWorkstationName: [u16; 17],
|
2933
|
+
pub bLana: u8,
|
2934
|
+
}
|
2935
|
+
impl Default for RASPPPNBFW {
|
2936
|
+
fn default() -> Self {
|
2937
|
+
unsafe { core::mem::zeroed() }
|
2938
|
+
}
|
2939
|
+
}
|
2940
|
+
#[repr(C)]
|
2941
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2942
|
+
#[derive(Clone, Copy)]
|
2943
|
+
pub struct RASPPP_PROJECTION_INFO {
|
2944
|
+
pub dwIPv4NegotiationError: u32,
|
2945
|
+
pub ipv4Address: super::super::Networking::WinSock::IN_ADDR,
|
2946
|
+
pub ipv4ServerAddress: super::super::Networking::WinSock::IN_ADDR,
|
2947
|
+
pub dwIPv4Options: u32,
|
2948
|
+
pub dwIPv4ServerOptions: u32,
|
2949
|
+
pub dwIPv6NegotiationError: u32,
|
2950
|
+
pub bInterfaceIdentifier: [u8; 8],
|
2951
|
+
pub bServerInterfaceIdentifier: [u8; 8],
|
2952
|
+
pub fBundled: windows_sys::core::BOOL,
|
2953
|
+
pub fMultilink: windows_sys::core::BOOL,
|
2954
|
+
pub dwAuthenticationProtocol: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL,
|
2955
|
+
pub dwAuthenticationData: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA,
|
2956
|
+
pub dwServerAuthenticationProtocol: RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL,
|
2957
|
+
pub dwServerAuthenticationData: RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA,
|
2958
|
+
pub dwEapTypeId: u32,
|
2959
|
+
pub dwServerEapTypeId: u32,
|
2960
|
+
pub dwLcpOptions: u32,
|
2961
|
+
pub dwLcpServerOptions: u32,
|
2962
|
+
pub dwCcpError: u32,
|
2963
|
+
pub dwCcpCompressionAlgorithm: u32,
|
2964
|
+
pub dwCcpServerCompressionAlgorithm: u32,
|
2965
|
+
pub dwCcpOptions: u32,
|
2966
|
+
pub dwCcpServerOptions: u32,
|
2967
|
+
}
|
2968
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
2969
|
+
impl Default for RASPPP_PROJECTION_INFO {
|
2970
|
+
fn default() -> Self {
|
2971
|
+
unsafe { core::mem::zeroed() }
|
2972
|
+
}
|
2973
|
+
}
|
2974
|
+
pub type RASPPP_PROJECTION_INFO_SERVER_AUTH_DATA = u32;
|
2975
|
+
pub type RASPPP_PROJECTION_INFO_SERVER_AUTH_PROTOCOL = u32;
|
2976
|
+
pub const RASPRIV2_DialinPolicy: u32 = 1u32;
|
2977
|
+
pub const RASPRIV_AdminSetCallback: u32 = 2u32;
|
2978
|
+
pub const RASPRIV_CallerSetCallback: u32 = 4u32;
|
2979
|
+
pub const RASPRIV_DialinPrivilege: u32 = 8u32;
|
2980
|
+
pub const RASPRIV_NoCallback: u32 = 1u32;
|
2981
|
+
pub type RASPROJECTION = i32;
|
2982
|
+
pub type RASPROJECTION_INFO_TYPE = i32;
|
2983
|
+
pub const RASP_Amb: RASPROJECTION = 65536i32;
|
2984
|
+
pub const RASP_PppCcp: RASPROJECTION = 33021i32;
|
2985
|
+
pub const RASP_PppIp: RASPROJECTION = 32801i32;
|
2986
|
+
pub const RASP_PppIpv6: RASPROJECTION = 32855i32;
|
2987
|
+
pub const RASP_PppIpx: RASPROJECTION = 32811i32;
|
2988
|
+
pub const RASP_PppLcp: RASPROJECTION = 49185i32;
|
2989
|
+
pub const RASP_PppNbf: RASPROJECTION = 32831i32;
|
2990
|
+
pub type RASSECURITYPROC = Option<unsafe extern "system" fn() -> u32>;
|
2991
|
+
#[repr(C)]
|
2992
|
+
#[derive(Clone, Copy)]
|
2993
|
+
pub struct RASSUBENTRYA {
|
2994
|
+
pub dwSize: u32,
|
2995
|
+
pub dwfFlags: u32,
|
2996
|
+
pub szDeviceType: [i8; 17],
|
2997
|
+
pub szDeviceName: [i8; 129],
|
2998
|
+
pub szLocalPhoneNumber: [i8; 129],
|
2999
|
+
pub dwAlternateOffset: u32,
|
3000
|
+
}
|
3001
|
+
impl Default for RASSUBENTRYA {
|
3002
|
+
fn default() -> Self {
|
3003
|
+
unsafe { core::mem::zeroed() }
|
3004
|
+
}
|
3005
|
+
}
|
3006
|
+
#[repr(C)]
|
3007
|
+
#[derive(Clone, Copy)]
|
3008
|
+
pub struct RASSUBENTRYW {
|
3009
|
+
pub dwSize: u32,
|
3010
|
+
pub dwfFlags: u32,
|
3011
|
+
pub szDeviceType: [u16; 17],
|
3012
|
+
pub szDeviceName: [u16; 129],
|
3013
|
+
pub szLocalPhoneNumber: [u16; 129],
|
3014
|
+
pub dwAlternateOffset: u32,
|
3015
|
+
}
|
3016
|
+
impl Default for RASSUBENTRYW {
|
3017
|
+
fn default() -> Self {
|
3018
|
+
unsafe { core::mem::zeroed() }
|
3019
|
+
}
|
3020
|
+
}
|
3021
|
+
#[repr(C)]
|
3022
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3023
|
+
#[derive(Clone, Copy)]
|
3024
|
+
pub struct RASTUNNELENDPOINT {
|
3025
|
+
pub dwType: u32,
|
3026
|
+
pub Anonymous: RASTUNNELENDPOINT_0,
|
3027
|
+
}
|
3028
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3029
|
+
impl Default for RASTUNNELENDPOINT {
|
3030
|
+
fn default() -> Self {
|
3031
|
+
unsafe { core::mem::zeroed() }
|
3032
|
+
}
|
3033
|
+
}
|
3034
|
+
#[repr(C)]
|
3035
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3036
|
+
#[derive(Clone, Copy)]
|
3037
|
+
pub union RASTUNNELENDPOINT_0 {
|
3038
|
+
pub ipv4: super::super::Networking::WinSock::IN_ADDR,
|
3039
|
+
pub ipv6: super::super::Networking::WinSock::IN6_ADDR,
|
3040
|
+
}
|
3041
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3042
|
+
impl Default for RASTUNNELENDPOINT_0 {
|
3043
|
+
fn default() -> Self {
|
3044
|
+
unsafe { core::mem::zeroed() }
|
3045
|
+
}
|
3046
|
+
}
|
3047
|
+
pub const RASTUNNELENDPOINT_IPv4: u32 = 1u32;
|
3048
|
+
pub const RASTUNNELENDPOINT_IPv6: u32 = 2u32;
|
3049
|
+
pub const RASTUNNELENDPOINT_UNKNOWN: u32 = 0u32;
|
3050
|
+
#[repr(C)]
|
3051
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3052
|
+
#[derive(Clone, Copy)]
|
3053
|
+
pub struct RASUPDATECONN {
|
3054
|
+
pub version: RASAPIVERSION,
|
3055
|
+
pub dwSize: u32,
|
3056
|
+
pub dwFlags: u32,
|
3057
|
+
pub dwIfIndex: u32,
|
3058
|
+
pub localEndPoint: RASTUNNELENDPOINT,
|
3059
|
+
pub remoteEndPoint: RASTUNNELENDPOINT,
|
3060
|
+
}
|
3061
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3062
|
+
impl Default for RASUPDATECONN {
|
3063
|
+
fn default() -> Self {
|
3064
|
+
unsafe { core::mem::zeroed() }
|
3065
|
+
}
|
3066
|
+
}
|
3067
|
+
#[repr(C)]
|
3068
|
+
#[derive(Clone, Copy)]
|
3069
|
+
pub struct RAS_CONNECTION_0 {
|
3070
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3071
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
3072
|
+
pub dwConnectDuration: u32,
|
3073
|
+
pub dwInterfaceType: ROUTER_INTERFACE_TYPE,
|
3074
|
+
pub dwConnectionFlags: RAS_FLAGS,
|
3075
|
+
pub wszInterfaceName: [u16; 257],
|
3076
|
+
pub wszUserName: [u16; 257],
|
3077
|
+
pub wszLogonDomain: [u16; 16],
|
3078
|
+
pub wszRemoteComputer: [u16; 17],
|
3079
|
+
}
|
3080
|
+
impl Default for RAS_CONNECTION_0 {
|
3081
|
+
fn default() -> Self {
|
3082
|
+
unsafe { core::mem::zeroed() }
|
3083
|
+
}
|
3084
|
+
}
|
3085
|
+
#[repr(C)]
|
3086
|
+
#[derive(Clone, Copy)]
|
3087
|
+
pub struct RAS_CONNECTION_1 {
|
3088
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3089
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
3090
|
+
pub PppInfo: PPP_INFO,
|
3091
|
+
pub dwBytesXmited: u32,
|
3092
|
+
pub dwBytesRcved: u32,
|
3093
|
+
pub dwFramesXmited: u32,
|
3094
|
+
pub dwFramesRcved: u32,
|
3095
|
+
pub dwCrcErr: u32,
|
3096
|
+
pub dwTimeoutErr: u32,
|
3097
|
+
pub dwAlignmentErr: u32,
|
3098
|
+
pub dwHardwareOverrunErr: u32,
|
3099
|
+
pub dwFramingErr: u32,
|
3100
|
+
pub dwBufferOverrunErr: u32,
|
3101
|
+
pub dwCompressionRatioIn: u32,
|
3102
|
+
pub dwCompressionRatioOut: u32,
|
3103
|
+
}
|
3104
|
+
impl Default for RAS_CONNECTION_1 {
|
3105
|
+
fn default() -> Self {
|
3106
|
+
unsafe { core::mem::zeroed() }
|
3107
|
+
}
|
3108
|
+
}
|
3109
|
+
#[repr(C)]
|
3110
|
+
#[derive(Clone, Copy)]
|
3111
|
+
pub struct RAS_CONNECTION_2 {
|
3112
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3113
|
+
pub wszUserName: [u16; 257],
|
3114
|
+
pub dwInterfaceType: ROUTER_INTERFACE_TYPE,
|
3115
|
+
pub guid: windows_sys::core::GUID,
|
3116
|
+
pub PppInfo2: PPP_INFO_2,
|
3117
|
+
}
|
3118
|
+
impl Default for RAS_CONNECTION_2 {
|
3119
|
+
fn default() -> Self {
|
3120
|
+
unsafe { core::mem::zeroed() }
|
3121
|
+
}
|
3122
|
+
}
|
3123
|
+
#[repr(C)]
|
3124
|
+
#[derive(Clone, Copy)]
|
3125
|
+
pub struct RAS_CONNECTION_3 {
|
3126
|
+
pub dwVersion: u32,
|
3127
|
+
pub dwSize: u32,
|
3128
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3129
|
+
pub wszUserName: [u16; 257],
|
3130
|
+
pub dwInterfaceType: ROUTER_INTERFACE_TYPE,
|
3131
|
+
pub guid: windows_sys::core::GUID,
|
3132
|
+
pub PppInfo3: PPP_INFO_3,
|
3133
|
+
pub rasQuarState: RAS_QUARANTINE_STATE,
|
3134
|
+
pub timer: super::super::Foundation::FILETIME,
|
3135
|
+
}
|
3136
|
+
impl Default for RAS_CONNECTION_3 {
|
3137
|
+
fn default() -> Self {
|
3138
|
+
unsafe { core::mem::zeroed() }
|
3139
|
+
}
|
3140
|
+
}
|
3141
|
+
#[repr(C)]
|
3142
|
+
#[derive(Clone, Copy)]
|
3143
|
+
pub struct RAS_CONNECTION_4 {
|
3144
|
+
pub dwConnectDuration: u32,
|
3145
|
+
pub dwInterfaceType: ROUTER_INTERFACE_TYPE,
|
3146
|
+
pub dwConnectionFlags: RAS_FLAGS,
|
3147
|
+
pub wszInterfaceName: [u16; 257],
|
3148
|
+
pub wszUserName: [u16; 257],
|
3149
|
+
pub wszLogonDomain: [u16; 16],
|
3150
|
+
pub wszRemoteComputer: [u16; 17],
|
3151
|
+
pub guid: windows_sys::core::GUID,
|
3152
|
+
pub rasQuarState: RAS_QUARANTINE_STATE,
|
3153
|
+
pub probationTime: super::super::Foundation::FILETIME,
|
3154
|
+
pub connectionStartTime: super::super::Foundation::FILETIME,
|
3155
|
+
pub ullBytesXmited: u64,
|
3156
|
+
pub ullBytesRcved: u64,
|
3157
|
+
pub dwFramesXmited: u32,
|
3158
|
+
pub dwFramesRcved: u32,
|
3159
|
+
pub dwCrcErr: u32,
|
3160
|
+
pub dwTimeoutErr: u32,
|
3161
|
+
pub dwAlignmentErr: u32,
|
3162
|
+
pub dwHardwareOverrunErr: u32,
|
3163
|
+
pub dwFramingErr: u32,
|
3164
|
+
pub dwBufferOverrunErr: u32,
|
3165
|
+
pub dwCompressionRatioIn: u32,
|
3166
|
+
pub dwCompressionRatioOut: u32,
|
3167
|
+
pub dwNumSwitchOvers: u32,
|
3168
|
+
pub wszRemoteEndpointAddress: [u16; 65],
|
3169
|
+
pub wszLocalEndpointAddress: [u16; 65],
|
3170
|
+
pub ProjectionInfo: PROJECTION_INFO2,
|
3171
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3172
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
3173
|
+
pub dwDeviceType: u32,
|
3174
|
+
}
|
3175
|
+
impl Default for RAS_CONNECTION_4 {
|
3176
|
+
fn default() -> Self {
|
3177
|
+
unsafe { core::mem::zeroed() }
|
3178
|
+
}
|
3179
|
+
}
|
3180
|
+
#[repr(C)]
|
3181
|
+
#[derive(Clone, Copy)]
|
3182
|
+
pub struct RAS_CONNECTION_EX {
|
3183
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
3184
|
+
pub dwConnectDuration: u32,
|
3185
|
+
pub dwInterfaceType: ROUTER_INTERFACE_TYPE,
|
3186
|
+
pub dwConnectionFlags: RAS_FLAGS,
|
3187
|
+
pub wszInterfaceName: [u16; 257],
|
3188
|
+
pub wszUserName: [u16; 257],
|
3189
|
+
pub wszLogonDomain: [u16; 16],
|
3190
|
+
pub wszRemoteComputer: [u16; 17],
|
3191
|
+
pub guid: windows_sys::core::GUID,
|
3192
|
+
pub rasQuarState: RAS_QUARANTINE_STATE,
|
3193
|
+
pub probationTime: super::super::Foundation::FILETIME,
|
3194
|
+
pub dwBytesXmited: u32,
|
3195
|
+
pub dwBytesRcved: u32,
|
3196
|
+
pub dwFramesXmited: u32,
|
3197
|
+
pub dwFramesRcved: u32,
|
3198
|
+
pub dwCrcErr: u32,
|
3199
|
+
pub dwTimeoutErr: u32,
|
3200
|
+
pub dwAlignmentErr: u32,
|
3201
|
+
pub dwHardwareOverrunErr: u32,
|
3202
|
+
pub dwFramingErr: u32,
|
3203
|
+
pub dwBufferOverrunErr: u32,
|
3204
|
+
pub dwCompressionRatioIn: u32,
|
3205
|
+
pub dwCompressionRatioOut: u32,
|
3206
|
+
pub dwNumSwitchOvers: u32,
|
3207
|
+
pub wszRemoteEndpointAddress: [u16; 65],
|
3208
|
+
pub wszLocalEndpointAddress: [u16; 65],
|
3209
|
+
pub ProjectionInfo: PROJECTION_INFO,
|
3210
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3211
|
+
pub hInterface: super::super::Foundation::HANDLE,
|
3212
|
+
}
|
3213
|
+
impl Default for RAS_CONNECTION_EX {
|
3214
|
+
fn default() -> Self {
|
3215
|
+
unsafe { core::mem::zeroed() }
|
3216
|
+
}
|
3217
|
+
}
|
3218
|
+
pub type RAS_FLAGS = u32;
|
3219
|
+
pub const RAS_FLAGS_ARAP_CONNECTION: RAS_FLAGS = 16u32;
|
3220
|
+
pub const RAS_FLAGS_DORMANT: RAS_FLAGS = 32u32;
|
3221
|
+
pub const RAS_FLAGS_IKEV2_CONNECTION: RAS_FLAGS = 16u32;
|
3222
|
+
pub const RAS_FLAGS_MESSENGER_PRESENT: RAS_FLAGS = 2u32;
|
3223
|
+
pub const RAS_FLAGS_PPP_CONNECTION: RAS_FLAGS = 1u32;
|
3224
|
+
pub const RAS_FLAGS_QUARANTINE_PRESENT: RAS_FLAGS = 8u32;
|
3225
|
+
pub const RAS_FLAGS_RAS_CONNECTION: u32 = 4u32;
|
3226
|
+
pub type RAS_HARDWARE_CONDITION = i32;
|
3227
|
+
pub const RAS_HARDWARE_FAILURE: RAS_HARDWARE_CONDITION = 1i32;
|
3228
|
+
pub const RAS_HARDWARE_OPERATIONAL: RAS_HARDWARE_CONDITION = 0i32;
|
3229
|
+
pub const RAS_MaxAreaCode: u32 = 10u32;
|
3230
|
+
pub const RAS_MaxCallbackNumber: u32 = 128u32;
|
3231
|
+
pub const RAS_MaxDeviceName: u32 = 128u32;
|
3232
|
+
pub const RAS_MaxDeviceType: u32 = 16u32;
|
3233
|
+
pub const RAS_MaxDnsSuffix: u32 = 256u32;
|
3234
|
+
pub const RAS_MaxEntryName: u32 = 256u32;
|
3235
|
+
pub const RAS_MaxFacilities: u32 = 200u32;
|
3236
|
+
pub const RAS_MaxIDSize: u32 = 256u32;
|
3237
|
+
pub const RAS_MaxIpAddress: u32 = 15u32;
|
3238
|
+
pub const RAS_MaxIpxAddress: u32 = 21u32;
|
3239
|
+
pub const RAS_MaxPadType: u32 = 32u32;
|
3240
|
+
pub const RAS_MaxPhoneNumber: u32 = 128u32;
|
3241
|
+
pub const RAS_MaxReplyMessage: u32 = 1024u32;
|
3242
|
+
pub const RAS_MaxUserData: u32 = 200u32;
|
3243
|
+
pub const RAS_MaxX25Address: u32 = 200u32;
|
3244
|
+
#[repr(C)]
|
3245
|
+
#[derive(Clone, Copy)]
|
3246
|
+
pub struct RAS_PORT_0 {
|
3247
|
+
pub hPort: super::super::Foundation::HANDLE,
|
3248
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3249
|
+
pub dwPortCondition: RAS_PORT_CONDITION,
|
3250
|
+
pub dwTotalNumberOfCalls: u32,
|
3251
|
+
pub dwConnectDuration: u32,
|
3252
|
+
pub wszPortName: [u16; 17],
|
3253
|
+
pub wszMediaName: [u16; 17],
|
3254
|
+
pub wszDeviceName: [u16; 129],
|
3255
|
+
pub wszDeviceType: [u16; 17],
|
3256
|
+
}
|
3257
|
+
impl Default for RAS_PORT_0 {
|
3258
|
+
fn default() -> Self {
|
3259
|
+
unsafe { core::mem::zeroed() }
|
3260
|
+
}
|
3261
|
+
}
|
3262
|
+
#[repr(C)]
|
3263
|
+
#[derive(Clone, Copy)]
|
3264
|
+
pub struct RAS_PORT_1 {
|
3265
|
+
pub hPort: super::super::Foundation::HANDLE,
|
3266
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3267
|
+
pub dwHardwareCondition: RAS_HARDWARE_CONDITION,
|
3268
|
+
pub dwLineSpeed: u32,
|
3269
|
+
pub dwBytesXmited: u32,
|
3270
|
+
pub dwBytesRcved: u32,
|
3271
|
+
pub dwFramesXmited: u32,
|
3272
|
+
pub dwFramesRcved: u32,
|
3273
|
+
pub dwCrcErr: u32,
|
3274
|
+
pub dwTimeoutErr: u32,
|
3275
|
+
pub dwAlignmentErr: u32,
|
3276
|
+
pub dwHardwareOverrunErr: u32,
|
3277
|
+
pub dwFramingErr: u32,
|
3278
|
+
pub dwBufferOverrunErr: u32,
|
3279
|
+
pub dwCompressionRatioIn: u32,
|
3280
|
+
pub dwCompressionRatioOut: u32,
|
3281
|
+
}
|
3282
|
+
impl Default for RAS_PORT_1 {
|
3283
|
+
fn default() -> Self {
|
3284
|
+
unsafe { core::mem::zeroed() }
|
3285
|
+
}
|
3286
|
+
}
|
3287
|
+
#[repr(C)]
|
3288
|
+
#[derive(Clone, Copy)]
|
3289
|
+
pub struct RAS_PORT_2 {
|
3290
|
+
pub hPort: super::super::Foundation::HANDLE,
|
3291
|
+
pub hConnection: super::super::Foundation::HANDLE,
|
3292
|
+
pub dwConn_State: u32,
|
3293
|
+
pub wszPortName: [u16; 17],
|
3294
|
+
pub wszMediaName: [u16; 17],
|
3295
|
+
pub wszDeviceName: [u16; 129],
|
3296
|
+
pub wszDeviceType: [u16; 17],
|
3297
|
+
pub dwHardwareCondition: RAS_HARDWARE_CONDITION,
|
3298
|
+
pub dwLineSpeed: u32,
|
3299
|
+
pub dwCrcErr: u32,
|
3300
|
+
pub dwSerialOverRunErrs: u32,
|
3301
|
+
pub dwTimeoutErr: u32,
|
3302
|
+
pub dwAlignmentErr: u32,
|
3303
|
+
pub dwHardwareOverrunErr: u32,
|
3304
|
+
pub dwFramingErr: u32,
|
3305
|
+
pub dwBufferOverrunErr: u32,
|
3306
|
+
pub dwCompressionRatioIn: u32,
|
3307
|
+
pub dwCompressionRatioOut: u32,
|
3308
|
+
pub dwTotalErrors: u32,
|
3309
|
+
pub ullBytesXmited: u64,
|
3310
|
+
pub ullBytesRcved: u64,
|
3311
|
+
pub ullFramesXmited: u64,
|
3312
|
+
pub ullFramesRcved: u64,
|
3313
|
+
pub ullBytesTxUncompressed: u64,
|
3314
|
+
pub ullBytesTxCompressed: u64,
|
3315
|
+
pub ullBytesRcvUncompressed: u64,
|
3316
|
+
pub ullBytesRcvCompressed: u64,
|
3317
|
+
}
|
3318
|
+
impl Default for RAS_PORT_2 {
|
3319
|
+
fn default() -> Self {
|
3320
|
+
unsafe { core::mem::zeroed() }
|
3321
|
+
}
|
3322
|
+
}
|
3323
|
+
pub const RAS_PORT_AUTHENTICATED: RAS_PORT_CONDITION = 5i32;
|
3324
|
+
pub const RAS_PORT_AUTHENTICATING: RAS_PORT_CONDITION = 4i32;
|
3325
|
+
pub const RAS_PORT_CALLING_BACK: RAS_PORT_CONDITION = 2i32;
|
3326
|
+
pub type RAS_PORT_CONDITION = i32;
|
3327
|
+
pub const RAS_PORT_DISCONNECTED: RAS_PORT_CONDITION = 1i32;
|
3328
|
+
pub const RAS_PORT_INITIALIZING: RAS_PORT_CONDITION = 6i32;
|
3329
|
+
pub const RAS_PORT_LISTENING: RAS_PORT_CONDITION = 3i32;
|
3330
|
+
pub const RAS_PORT_NON_OPERATIONAL: RAS_PORT_CONDITION = 0i32;
|
3331
|
+
#[repr(C)]
|
3332
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3333
|
+
#[derive(Clone, Copy)]
|
3334
|
+
pub struct RAS_PROJECTION_INFO {
|
3335
|
+
pub version: RASAPIVERSION,
|
3336
|
+
pub r#type: RASPROJECTION_INFO_TYPE,
|
3337
|
+
pub Anonymous: RAS_PROJECTION_INFO_0,
|
3338
|
+
}
|
3339
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3340
|
+
impl Default for RAS_PROJECTION_INFO {
|
3341
|
+
fn default() -> Self {
|
3342
|
+
unsafe { core::mem::zeroed() }
|
3343
|
+
}
|
3344
|
+
}
|
3345
|
+
#[repr(C)]
|
3346
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3347
|
+
#[derive(Clone, Copy)]
|
3348
|
+
pub union RAS_PROJECTION_INFO_0 {
|
3349
|
+
pub ppp: RASPPP_PROJECTION_INFO,
|
3350
|
+
pub ikev2: RASIKEV2_PROJECTION_INFO,
|
3351
|
+
}
|
3352
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3353
|
+
impl Default for RAS_PROJECTION_INFO_0 {
|
3354
|
+
fn default() -> Self {
|
3355
|
+
unsafe { core::mem::zeroed() }
|
3356
|
+
}
|
3357
|
+
}
|
3358
|
+
pub type RAS_QUARANTINE_STATE = i32;
|
3359
|
+
pub const RAS_QUAR_STATE_NORMAL: RAS_QUARANTINE_STATE = 0i32;
|
3360
|
+
pub const RAS_QUAR_STATE_NOT_CAPABLE: RAS_QUARANTINE_STATE = 3i32;
|
3361
|
+
pub const RAS_QUAR_STATE_PROBATION: RAS_QUARANTINE_STATE = 2i32;
|
3362
|
+
pub const RAS_QUAR_STATE_QUARANTINE: RAS_QUARANTINE_STATE = 1i32;
|
3363
|
+
#[repr(C)]
|
3364
|
+
#[derive(Clone, Copy)]
|
3365
|
+
pub struct RAS_SECURITY_INFO {
|
3366
|
+
pub LastError: u32,
|
3367
|
+
pub BytesReceived: u32,
|
3368
|
+
pub DeviceName: [i8; 129],
|
3369
|
+
}
|
3370
|
+
impl Default for RAS_SECURITY_INFO {
|
3371
|
+
fn default() -> Self {
|
3372
|
+
unsafe { core::mem::zeroed() }
|
3373
|
+
}
|
3374
|
+
}
|
3375
|
+
#[repr(C)]
|
3376
|
+
#[derive(Clone, Copy, Default)]
|
3377
|
+
pub struct RAS_STATS {
|
3378
|
+
pub dwSize: u32,
|
3379
|
+
pub dwBytesXmited: u32,
|
3380
|
+
pub dwBytesRcved: u32,
|
3381
|
+
pub dwFramesXmited: u32,
|
3382
|
+
pub dwFramesRcved: u32,
|
3383
|
+
pub dwCrcErr: u32,
|
3384
|
+
pub dwTimeoutErr: u32,
|
3385
|
+
pub dwAlignmentErr: u32,
|
3386
|
+
pub dwHardwareOverrunErr: u32,
|
3387
|
+
pub dwFramingErr: u32,
|
3388
|
+
pub dwBufferOverrunErr: u32,
|
3389
|
+
pub dwCompressionRatioIn: u32,
|
3390
|
+
pub dwCompressionRatioOut: u32,
|
3391
|
+
pub dwBps: u32,
|
3392
|
+
pub dwConnectDuration: u32,
|
3393
|
+
}
|
3394
|
+
#[repr(C)]
|
3395
|
+
#[derive(Clone, Copy)]
|
3396
|
+
pub struct RAS_UPDATE_CONNECTION {
|
3397
|
+
pub Header: MPRAPI_OBJECT_HEADER,
|
3398
|
+
pub dwIfIndex: u32,
|
3399
|
+
pub wszLocalEndpointAddress: [u16; 65],
|
3400
|
+
pub wszRemoteEndpointAddress: [u16; 65],
|
3401
|
+
}
|
3402
|
+
impl Default for RAS_UPDATE_CONNECTION {
|
3403
|
+
fn default() -> Self {
|
3404
|
+
unsafe { core::mem::zeroed() }
|
3405
|
+
}
|
3406
|
+
}
|
3407
|
+
#[repr(C)]
|
3408
|
+
#[derive(Clone, Copy)]
|
3409
|
+
pub struct RAS_USER_0 {
|
3410
|
+
pub bfPrivilege: u8,
|
3411
|
+
pub wszPhoneNumber: [u16; 129],
|
3412
|
+
}
|
3413
|
+
impl Default for RAS_USER_0 {
|
3414
|
+
fn default() -> Self {
|
3415
|
+
unsafe { core::mem::zeroed() }
|
3416
|
+
}
|
3417
|
+
}
|
3418
|
+
#[repr(C)]
|
3419
|
+
#[derive(Clone, Copy)]
|
3420
|
+
pub struct RAS_USER_1 {
|
3421
|
+
pub bfPrivilege: u8,
|
3422
|
+
pub wszPhoneNumber: [u16; 129],
|
3423
|
+
pub bfPrivilege2: u8,
|
3424
|
+
}
|
3425
|
+
impl Default for RAS_USER_1 {
|
3426
|
+
fn default() -> Self {
|
3427
|
+
unsafe { core::mem::zeroed() }
|
3428
|
+
}
|
3429
|
+
}
|
3430
|
+
pub const RCD_AllUsers: u32 = 1u32;
|
3431
|
+
pub const RCD_Eap: u32 = 2u32;
|
3432
|
+
pub const RCD_Logon: u32 = 4u32;
|
3433
|
+
pub const RCD_SingleUser: u32 = 0u32;
|
3434
|
+
pub const RDEOPT_CustomDial: u32 = 4096u32;
|
3435
|
+
pub const RDEOPT_DisableConnectedUI: u32 = 64u32;
|
3436
|
+
pub const RDEOPT_DisableReconnect: u32 = 256u32;
|
3437
|
+
pub const RDEOPT_DisableReconnectUI: u32 = 128u32;
|
3438
|
+
pub const RDEOPT_EapInfoCryptInCapable: u32 = 32768u32;
|
3439
|
+
pub const RDEOPT_IgnoreModemSpeaker: u32 = 4u32;
|
3440
|
+
pub const RDEOPT_IgnoreSoftwareCompression: u32 = 16u32;
|
3441
|
+
pub const RDEOPT_InvokeAutoTriggerCredentialUI: u32 = 16384u32;
|
3442
|
+
pub const RDEOPT_NoUser: u32 = 512u32;
|
3443
|
+
pub const RDEOPT_PauseOnScript: u32 = 1024u32;
|
3444
|
+
pub const RDEOPT_PausedStates: u32 = 2u32;
|
3445
|
+
pub const RDEOPT_Router: u32 = 2048u32;
|
3446
|
+
pub const RDEOPT_SetModemSpeaker: u32 = 8u32;
|
3447
|
+
pub const RDEOPT_SetSoftwareCompression: u32 = 32u32;
|
3448
|
+
pub const RDEOPT_UseCustomScripting: u32 = 8192u32;
|
3449
|
+
pub const RDEOPT_UsePrefixSuffix: u32 = 1u32;
|
3450
|
+
pub const REN_AllUsers: u32 = 1u32;
|
3451
|
+
pub const REN_User: u32 = 0u32;
|
3452
|
+
pub type ROUTER_CONNECTION_STATE = i32;
|
3453
|
+
#[repr(C)]
|
3454
|
+
#[derive(Clone, Copy, Default)]
|
3455
|
+
pub struct ROUTER_CUSTOM_IKEv2_POLICY0 {
|
3456
|
+
pub dwIntegrityMethod: u32,
|
3457
|
+
pub dwEncryptionMethod: u32,
|
3458
|
+
pub dwCipherTransformConstant: u32,
|
3459
|
+
pub dwAuthTransformConstant: u32,
|
3460
|
+
pub dwPfsGroup: u32,
|
3461
|
+
pub dwDhGroup: u32,
|
3462
|
+
}
|
3463
|
+
pub const ROUTER_IF_STATE_CONNECTED: ROUTER_CONNECTION_STATE = 3i32;
|
3464
|
+
pub const ROUTER_IF_STATE_CONNECTING: ROUTER_CONNECTION_STATE = 2i32;
|
3465
|
+
pub const ROUTER_IF_STATE_DISCONNECTED: ROUTER_CONNECTION_STATE = 1i32;
|
3466
|
+
pub const ROUTER_IF_STATE_UNREACHABLE: ROUTER_CONNECTION_STATE = 0i32;
|
3467
|
+
pub const ROUTER_IF_TYPE_CLIENT: ROUTER_INTERFACE_TYPE = 0i32;
|
3468
|
+
pub const ROUTER_IF_TYPE_DEDICATED: ROUTER_INTERFACE_TYPE = 3i32;
|
3469
|
+
pub const ROUTER_IF_TYPE_DIALOUT: ROUTER_INTERFACE_TYPE = 7i32;
|
3470
|
+
pub const ROUTER_IF_TYPE_FULL_ROUTER: ROUTER_INTERFACE_TYPE = 2i32;
|
3471
|
+
pub const ROUTER_IF_TYPE_HOME_ROUTER: ROUTER_INTERFACE_TYPE = 1i32;
|
3472
|
+
pub const ROUTER_IF_TYPE_INTERNAL: ROUTER_INTERFACE_TYPE = 4i32;
|
3473
|
+
pub const ROUTER_IF_TYPE_LOOPBACK: ROUTER_INTERFACE_TYPE = 5i32;
|
3474
|
+
pub const ROUTER_IF_TYPE_MAX: ROUTER_INTERFACE_TYPE = 8i32;
|
3475
|
+
pub const ROUTER_IF_TYPE_TUNNEL1: ROUTER_INTERFACE_TYPE = 6i32;
|
3476
|
+
#[repr(C)]
|
3477
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
3478
|
+
#[derive(Clone, Copy)]
|
3479
|
+
pub struct ROUTER_IKEv2_IF_CUSTOM_CONFIG0 {
|
3480
|
+
pub dwSaLifeTime: u32,
|
3481
|
+
pub dwSaDataSize: u32,
|
3482
|
+
pub certificateName: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
3483
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
3484
|
+
}
|
3485
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
3486
|
+
impl Default for ROUTER_IKEv2_IF_CUSTOM_CONFIG0 {
|
3487
|
+
fn default() -> Self {
|
3488
|
+
unsafe { core::mem::zeroed() }
|
3489
|
+
}
|
3490
|
+
}
|
3491
|
+
#[repr(C)]
|
3492
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
3493
|
+
#[derive(Clone, Copy)]
|
3494
|
+
pub struct ROUTER_IKEv2_IF_CUSTOM_CONFIG1 {
|
3495
|
+
pub dwSaLifeTime: u32,
|
3496
|
+
pub dwSaDataSize: u32,
|
3497
|
+
pub certificateName: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
3498
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
3499
|
+
pub certificateHash: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
3500
|
+
}
|
3501
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
3502
|
+
impl Default for ROUTER_IKEv2_IF_CUSTOM_CONFIG1 {
|
3503
|
+
fn default() -> Self {
|
3504
|
+
unsafe { core::mem::zeroed() }
|
3505
|
+
}
|
3506
|
+
}
|
3507
|
+
#[repr(C)]
|
3508
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
3509
|
+
#[derive(Clone, Copy)]
|
3510
|
+
pub struct ROUTER_IKEv2_IF_CUSTOM_CONFIG2 {
|
3511
|
+
pub dwSaLifeTime: u32,
|
3512
|
+
pub dwSaDataSize: u32,
|
3513
|
+
pub certificateName: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
3514
|
+
pub customPolicy: *mut ROUTER_CUSTOM_IKEv2_POLICY0,
|
3515
|
+
pub certificateHash: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
3516
|
+
pub dwMmSaLifeTime: u32,
|
3517
|
+
pub vpnTrafficSelectors: MPR_VPN_TRAFFIC_SELECTORS,
|
3518
|
+
}
|
3519
|
+
#[cfg(all(feature = "Win32_Networking_WinSock", feature = "Win32_Security_Cryptography"))]
|
3520
|
+
impl Default for ROUTER_IKEv2_IF_CUSTOM_CONFIG2 {
|
3521
|
+
fn default() -> Self {
|
3522
|
+
unsafe { core::mem::zeroed() }
|
3523
|
+
}
|
3524
|
+
}
|
3525
|
+
pub type ROUTER_INTERFACE_TYPE = i32;
|
3526
|
+
#[repr(C)]
|
3527
|
+
#[derive(Clone, Copy, Default)]
|
3528
|
+
pub struct ROUTING_PROTOCOL_CONFIG {
|
3529
|
+
pub dwCallbackFlags: u32,
|
3530
|
+
pub pfnRpfCallback: PMGM_RPF_CALLBACK,
|
3531
|
+
pub pfnCreationAlertCallback: PMGM_CREATION_ALERT_CALLBACK,
|
3532
|
+
pub pfnPruneAlertCallback: PMGM_PRUNE_ALERT_CALLBACK,
|
3533
|
+
pub pfnJoinAlertCallback: PMGM_JOIN_ALERT_CALLBACK,
|
3534
|
+
pub pfnWrongIfCallback: PMGM_WRONG_IF_CALLBACK,
|
3535
|
+
pub pfnLocalJoinCallback: PMGM_LOCAL_JOIN_CALLBACK,
|
3536
|
+
pub pfnLocalLeaveCallback: PMGM_LOCAL_LEAVE_CALLBACK,
|
3537
|
+
pub pfnDisableIgmpCallback: PMGM_DISABLE_IGMP_CALLBACK,
|
3538
|
+
pub pfnEnableIgmpCallback: PMGM_ENABLE_IGMP_CALLBACK,
|
3539
|
+
}
|
3540
|
+
pub const RRAS_SERVICE_NAME: windows_sys::core::PCWSTR = windows_sys::core::w!("RemoteAccess");
|
3541
|
+
pub const RTM_BLOCK_METHODS: u32 = 1u32;
|
3542
|
+
pub const RTM_CHANGE_NOTIFICATION: RTM_EVENT_TYPE = 3i32;
|
3543
|
+
pub const RTM_CHANGE_TYPE_ALL: u32 = 1u32;
|
3544
|
+
pub const RTM_CHANGE_TYPE_BEST: u32 = 2u32;
|
3545
|
+
pub const RTM_CHANGE_TYPE_FORWARDING: u32 = 4u32;
|
3546
|
+
pub const RTM_DEST_FLAG_DONT_FORWARD: u32 = 4u32;
|
3547
|
+
pub const RTM_DEST_FLAG_FWD_ENGIN_ADD: u32 = 2u32;
|
3548
|
+
pub const RTM_DEST_FLAG_NATURAL_NET: u32 = 1u32;
|
3549
|
+
#[repr(C)]
|
3550
|
+
#[derive(Clone, Copy)]
|
3551
|
+
pub struct RTM_DEST_INFO {
|
3552
|
+
pub DestHandle: isize,
|
3553
|
+
pub DestAddress: RTM_NET_ADDRESS,
|
3554
|
+
pub LastChanged: super::super::Foundation::FILETIME,
|
3555
|
+
pub BelongsToViews: u32,
|
3556
|
+
pub NumberOfViews: u32,
|
3557
|
+
pub ViewInfo: [RTM_DEST_INFO_0; 1],
|
3558
|
+
}
|
3559
|
+
impl Default for RTM_DEST_INFO {
|
3560
|
+
fn default() -> Self {
|
3561
|
+
unsafe { core::mem::zeroed() }
|
3562
|
+
}
|
3563
|
+
}
|
3564
|
+
#[repr(C)]
|
3565
|
+
#[derive(Clone, Copy, Default)]
|
3566
|
+
pub struct RTM_DEST_INFO_0 {
|
3567
|
+
pub ViewId: i32,
|
3568
|
+
pub NumRoutes: u32,
|
3569
|
+
pub Route: isize,
|
3570
|
+
pub Owner: isize,
|
3571
|
+
pub DestFlags: u32,
|
3572
|
+
pub HoldRoute: isize,
|
3573
|
+
}
|
3574
|
+
pub const RTM_ENTITY_DEREGISTERED: RTM_EVENT_TYPE = 1i32;
|
3575
|
+
pub type RTM_ENTITY_EXPORT_METHOD = Option<unsafe extern "system" fn(callerhandle: isize, calleehandle: isize, input: *mut RTM_ENTITY_METHOD_INPUT, output: *mut RTM_ENTITY_METHOD_OUTPUT)>;
|
3576
|
+
#[repr(C)]
|
3577
|
+
#[derive(Clone, Copy)]
|
3578
|
+
pub struct RTM_ENTITY_EXPORT_METHODS {
|
3579
|
+
pub NumMethods: u32,
|
3580
|
+
pub Methods: [RTM_ENTITY_EXPORT_METHOD; 1],
|
3581
|
+
}
|
3582
|
+
impl Default for RTM_ENTITY_EXPORT_METHODS {
|
3583
|
+
fn default() -> Self {
|
3584
|
+
unsafe { core::mem::zeroed() }
|
3585
|
+
}
|
3586
|
+
}
|
3587
|
+
#[repr(C)]
|
3588
|
+
#[derive(Clone, Copy)]
|
3589
|
+
pub struct RTM_ENTITY_ID {
|
3590
|
+
pub Anonymous: RTM_ENTITY_ID_0,
|
3591
|
+
}
|
3592
|
+
impl Default for RTM_ENTITY_ID {
|
3593
|
+
fn default() -> Self {
|
3594
|
+
unsafe { core::mem::zeroed() }
|
3595
|
+
}
|
3596
|
+
}
|
3597
|
+
#[repr(C)]
|
3598
|
+
#[derive(Clone, Copy)]
|
3599
|
+
pub union RTM_ENTITY_ID_0 {
|
3600
|
+
pub Anonymous: RTM_ENTITY_ID_0_0,
|
3601
|
+
pub EntityId: u64,
|
3602
|
+
}
|
3603
|
+
impl Default for RTM_ENTITY_ID_0 {
|
3604
|
+
fn default() -> Self {
|
3605
|
+
unsafe { core::mem::zeroed() }
|
3606
|
+
}
|
3607
|
+
}
|
3608
|
+
#[repr(C)]
|
3609
|
+
#[derive(Clone, Copy, Default)]
|
3610
|
+
pub struct RTM_ENTITY_ID_0_0 {
|
3611
|
+
pub EntityProtocolId: u32,
|
3612
|
+
pub EntityInstanceId: u32,
|
3613
|
+
}
|
3614
|
+
#[repr(C)]
|
3615
|
+
#[derive(Clone, Copy)]
|
3616
|
+
pub struct RTM_ENTITY_INFO {
|
3617
|
+
pub RtmInstanceId: u16,
|
3618
|
+
pub AddressFamily: u16,
|
3619
|
+
pub EntityId: RTM_ENTITY_ID,
|
3620
|
+
}
|
3621
|
+
impl Default for RTM_ENTITY_INFO {
|
3622
|
+
fn default() -> Self {
|
3623
|
+
unsafe { core::mem::zeroed() }
|
3624
|
+
}
|
3625
|
+
}
|
3626
|
+
#[repr(C)]
|
3627
|
+
#[derive(Clone, Copy)]
|
3628
|
+
pub struct RTM_ENTITY_METHOD_INPUT {
|
3629
|
+
pub MethodType: u32,
|
3630
|
+
pub InputSize: u32,
|
3631
|
+
pub InputData: [u8; 1],
|
3632
|
+
}
|
3633
|
+
impl Default for RTM_ENTITY_METHOD_INPUT {
|
3634
|
+
fn default() -> Self {
|
3635
|
+
unsafe { core::mem::zeroed() }
|
3636
|
+
}
|
3637
|
+
}
|
3638
|
+
#[repr(C)]
|
3639
|
+
#[derive(Clone, Copy)]
|
3640
|
+
pub struct RTM_ENTITY_METHOD_OUTPUT {
|
3641
|
+
pub MethodType: u32,
|
3642
|
+
pub MethodStatus: u32,
|
3643
|
+
pub OutputSize: u32,
|
3644
|
+
pub OutputData: [u8; 1],
|
3645
|
+
}
|
3646
|
+
impl Default for RTM_ENTITY_METHOD_OUTPUT {
|
3647
|
+
fn default() -> Self {
|
3648
|
+
unsafe { core::mem::zeroed() }
|
3649
|
+
}
|
3650
|
+
}
|
3651
|
+
pub const RTM_ENTITY_REGISTERED: RTM_EVENT_TYPE = 0i32;
|
3652
|
+
pub const RTM_ENUM_ALL_DESTS: u32 = 0u32;
|
3653
|
+
pub const RTM_ENUM_ALL_ROUTES: u32 = 0u32;
|
3654
|
+
pub const RTM_ENUM_NEXT: u32 = 1u32;
|
3655
|
+
pub const RTM_ENUM_OWN_DESTS: u32 = 16777216u32;
|
3656
|
+
pub const RTM_ENUM_OWN_ROUTES: u32 = 65536u32;
|
3657
|
+
pub const RTM_ENUM_RANGE: u32 = 2u32;
|
3658
|
+
pub const RTM_ENUM_START: u32 = 0u32;
|
3659
|
+
pub type RTM_EVENT_CALLBACK = Option<unsafe extern "system" fn(rtmreghandle: isize, eventtype: RTM_EVENT_TYPE, context1: *mut core::ffi::c_void, context2: *mut core::ffi::c_void) -> u32>;
|
3660
|
+
pub type RTM_EVENT_TYPE = i32;
|
3661
|
+
pub const RTM_MATCH_FULL: u32 = 65535u32;
|
3662
|
+
pub const RTM_MATCH_INTERFACE: u32 = 16u32;
|
3663
|
+
pub const RTM_MATCH_NEIGHBOUR: u32 = 2u32;
|
3664
|
+
pub const RTM_MATCH_NEXTHOP: u32 = 8u32;
|
3665
|
+
pub const RTM_MATCH_NONE: u32 = 0u32;
|
3666
|
+
pub const RTM_MATCH_OWNER: u32 = 1u32;
|
3667
|
+
pub const RTM_MATCH_PREF: u32 = 4u32;
|
3668
|
+
pub const RTM_MAX_ADDRESS_SIZE: u32 = 16u32;
|
3669
|
+
pub const RTM_MAX_VIEWS: u32 = 32u32;
|
3670
|
+
#[repr(C)]
|
3671
|
+
#[derive(Clone, Copy)]
|
3672
|
+
pub struct RTM_NET_ADDRESS {
|
3673
|
+
pub AddressFamily: u16,
|
3674
|
+
pub NumBits: u16,
|
3675
|
+
pub AddrBits: [u8; 16],
|
3676
|
+
}
|
3677
|
+
impl Default for RTM_NET_ADDRESS {
|
3678
|
+
fn default() -> Self {
|
3679
|
+
unsafe { core::mem::zeroed() }
|
3680
|
+
}
|
3681
|
+
}
|
3682
|
+
pub const RTM_NEXTHOP_CHANGE_NEW: u32 = 1u32;
|
3683
|
+
pub const RTM_NEXTHOP_FLAGS_DOWN: u32 = 2u32;
|
3684
|
+
pub const RTM_NEXTHOP_FLAGS_REMOTE: u32 = 1u32;
|
3685
|
+
#[repr(C)]
|
3686
|
+
#[derive(Clone, Copy)]
|
3687
|
+
pub struct RTM_NEXTHOP_INFO {
|
3688
|
+
pub NextHopAddress: RTM_NET_ADDRESS,
|
3689
|
+
pub NextHopOwner: isize,
|
3690
|
+
pub InterfaceIndex: u32,
|
3691
|
+
pub State: u16,
|
3692
|
+
pub Flags: u16,
|
3693
|
+
pub EntitySpecificInfo: *mut core::ffi::c_void,
|
3694
|
+
pub RemoteNextHop: isize,
|
3695
|
+
}
|
3696
|
+
impl Default for RTM_NEXTHOP_INFO {
|
3697
|
+
fn default() -> Self {
|
3698
|
+
unsafe { core::mem::zeroed() }
|
3699
|
+
}
|
3700
|
+
}
|
3701
|
+
#[repr(C)]
|
3702
|
+
#[derive(Clone, Copy)]
|
3703
|
+
pub struct RTM_NEXTHOP_LIST {
|
3704
|
+
pub NumNextHops: u16,
|
3705
|
+
pub NextHops: [isize; 1],
|
3706
|
+
}
|
3707
|
+
impl Default for RTM_NEXTHOP_LIST {
|
3708
|
+
fn default() -> Self {
|
3709
|
+
unsafe { core::mem::zeroed() }
|
3710
|
+
}
|
3711
|
+
}
|
3712
|
+
pub const RTM_NEXTHOP_STATE_CREATED: u32 = 0u32;
|
3713
|
+
pub const RTM_NEXTHOP_STATE_DELETED: u32 = 1u32;
|
3714
|
+
pub const RTM_NOTIFY_ONLY_MARKED_DESTS: u32 = 65536u32;
|
3715
|
+
pub const RTM_NUM_CHANGE_TYPES: u32 = 3u32;
|
3716
|
+
#[repr(C)]
|
3717
|
+
#[derive(Clone, Copy, Default)]
|
3718
|
+
pub struct RTM_PREF_INFO {
|
3719
|
+
pub Metric: u32,
|
3720
|
+
pub Preference: u32,
|
3721
|
+
}
|
3722
|
+
#[repr(C)]
|
3723
|
+
#[derive(Clone, Copy, Default)]
|
3724
|
+
pub struct RTM_REGN_PROFILE {
|
3725
|
+
pub MaxNextHopsInRoute: u32,
|
3726
|
+
pub MaxHandlesInEnum: u32,
|
3727
|
+
pub ViewsSupported: u32,
|
3728
|
+
pub NumberOfViews: u32,
|
3729
|
+
}
|
3730
|
+
pub const RTM_RESUME_METHODS: u32 = 0u32;
|
3731
|
+
pub const RTM_ROUTE_CHANGE_BEST: u32 = 65536u32;
|
3732
|
+
pub const RTM_ROUTE_CHANGE_FIRST: u32 = 1u32;
|
3733
|
+
pub const RTM_ROUTE_CHANGE_NEW: u32 = 2u32;
|
3734
|
+
pub const RTM_ROUTE_EXPIRED: RTM_EVENT_TYPE = 2i32;
|
3735
|
+
pub const RTM_ROUTE_FLAGS_BLACKHOLE: u32 = 2u32;
|
3736
|
+
pub const RTM_ROUTE_FLAGS_DISCARD: u32 = 4u32;
|
3737
|
+
pub const RTM_ROUTE_FLAGS_INACTIVE: u32 = 8u32;
|
3738
|
+
pub const RTM_ROUTE_FLAGS_LIMITED_BC: u32 = 1024u32;
|
3739
|
+
pub const RTM_ROUTE_FLAGS_LOCAL: u32 = 16u32;
|
3740
|
+
pub const RTM_ROUTE_FLAGS_LOCAL_MCAST: u32 = 512u32;
|
3741
|
+
pub const RTM_ROUTE_FLAGS_LOOPBACK: u32 = 128u32;
|
3742
|
+
pub const RTM_ROUTE_FLAGS_MARTIAN: u32 = 1u32;
|
3743
|
+
pub const RTM_ROUTE_FLAGS_MCAST: u32 = 256u32;
|
3744
|
+
pub const RTM_ROUTE_FLAGS_MYSELF: u32 = 64u32;
|
3745
|
+
pub const RTM_ROUTE_FLAGS_ONES_NETBC: u32 = 16384u32;
|
3746
|
+
pub const RTM_ROUTE_FLAGS_ONES_SUBNETBC: u32 = 32768u32;
|
3747
|
+
pub const RTM_ROUTE_FLAGS_REMOTE: u32 = 32u32;
|
3748
|
+
pub const RTM_ROUTE_FLAGS_ZEROS_NETBC: u32 = 4096u32;
|
3749
|
+
pub const RTM_ROUTE_FLAGS_ZEROS_SUBNETBC: u32 = 8192u32;
|
3750
|
+
#[repr(C)]
|
3751
|
+
#[derive(Clone, Copy)]
|
3752
|
+
pub struct RTM_ROUTE_INFO {
|
3753
|
+
pub DestHandle: isize,
|
3754
|
+
pub RouteOwner: isize,
|
3755
|
+
pub Neighbour: isize,
|
3756
|
+
pub State: u8,
|
3757
|
+
pub Flags1: u8,
|
3758
|
+
pub Flags: u16,
|
3759
|
+
pub PrefInfo: RTM_PREF_INFO,
|
3760
|
+
pub BelongsToViews: u32,
|
3761
|
+
pub EntitySpecificInfo: *mut core::ffi::c_void,
|
3762
|
+
pub NextHopsList: RTM_NEXTHOP_LIST,
|
3763
|
+
}
|
3764
|
+
impl Default for RTM_ROUTE_INFO {
|
3765
|
+
fn default() -> Self {
|
3766
|
+
unsafe { core::mem::zeroed() }
|
3767
|
+
}
|
3768
|
+
}
|
3769
|
+
pub const RTM_ROUTE_STATE_CREATED: u32 = 0u32;
|
3770
|
+
pub const RTM_ROUTE_STATE_DELETED: u32 = 2u32;
|
3771
|
+
pub const RTM_ROUTE_STATE_DELETING: u32 = 1u32;
|
3772
|
+
pub const RTM_VIEW_ID_MCAST: u32 = 1u32;
|
3773
|
+
pub const RTM_VIEW_ID_UCAST: u32 = 0u32;
|
3774
|
+
pub const RTM_VIEW_MASK_ALL: u32 = 4294967295u32;
|
3775
|
+
pub const RTM_VIEW_MASK_ANY: u32 = 0u32;
|
3776
|
+
pub const RTM_VIEW_MASK_MCAST: u32 = 2u32;
|
3777
|
+
pub const RTM_VIEW_MASK_NONE: u32 = 0u32;
|
3778
|
+
pub const RTM_VIEW_MASK_SIZE: u32 = 32u32;
|
3779
|
+
pub const RTM_VIEW_MASK_UCAST: u32 = 1u32;
|
3780
|
+
pub type RasCustomDeleteEntryNotifyFn = Option<unsafe extern "system" fn(lpszphonebook: windows_sys::core::PCWSTR, lpszentry: windows_sys::core::PCWSTR, dwflags: u32) -> u32>;
|
3781
|
+
pub type RasCustomDialDlgFn = Option<unsafe extern "system" fn(hinstdll: super::super::Foundation::HINSTANCE, dwflags: u32, lpszphonebook: windows_sys::core::PCWSTR, lpszentry: windows_sys::core::PCWSTR, lpszphonenumber: windows_sys::core::PCWSTR, lpinfo: *mut RASDIALDLG, pvinfo: *mut core::ffi::c_void) -> windows_sys::core::BOOL>;
|
3782
|
+
pub type RasCustomDialFn = Option<unsafe extern "system" fn(hinstdll: super::super::Foundation::HINSTANCE, lprasdialextensions: *mut RASDIALEXTENSIONS, lpszphonebook: windows_sys::core::PCWSTR, lprasdialparams: *mut RASDIALPARAMSA, dwnotifiertype: u32, lpvnotifier: *mut core::ffi::c_void, lphrasconn: *mut HRASCONN, dwflags: u32) -> u32>;
|
3783
|
+
pub type RasCustomEntryDlgFn = Option<unsafe extern "system" fn(hinstdll: super::super::Foundation::HINSTANCE, lpszphonebook: windows_sys::core::PCWSTR, lpszentry: windows_sys::core::PCWSTR, lpinfo: *mut RASENTRYDLGA, dwflags: u32) -> windows_sys::core::BOOL>;
|
3784
|
+
pub type RasCustomHangUpFn = Option<unsafe extern "system" fn(hrasconn: HRASCONN) -> u32>;
|
3785
|
+
pub type RasCustomScriptExecuteFn = Option<unsafe extern "system" fn(hport: super::super::Foundation::HANDLE, lpszphonebook: windows_sys::core::PCWSTR, lpszentryname: windows_sys::core::PCWSTR, pfnrasgetbuffer: PFNRASGETBUFFER, pfnrasfreebuffer: PFNRASFREEBUFFER, pfnrassendbuffer: PFNRASSENDBUFFER, pfnrasreceivebuffer: PFNRASRECEIVEBUFFER, pfnrasretrievebuffer: PFNRASRETRIEVEBUFFER, hwnd: super::super::Foundation::HWND, prasdialparams: *mut RASDIALPARAMSA, pvreserved: *mut core::ffi::c_void) -> u32>;
|
3786
|
+
pub const SECURITYMSG_ERROR: SECURITY_MESSAGE_MSG_ID = 3u32;
|
3787
|
+
pub const SECURITYMSG_FAILURE: SECURITY_MESSAGE_MSG_ID = 2u32;
|
3788
|
+
pub const SECURITYMSG_SUCCESS: SECURITY_MESSAGE_MSG_ID = 1u32;
|
3789
|
+
#[repr(C)]
|
3790
|
+
#[derive(Clone, Copy)]
|
3791
|
+
pub struct SECURITY_MESSAGE {
|
3792
|
+
pub dwMsgId: SECURITY_MESSAGE_MSG_ID,
|
3793
|
+
pub hPort: isize,
|
3794
|
+
pub dwError: u32,
|
3795
|
+
pub UserName: [i8; 257],
|
3796
|
+
pub Domain: [i8; 16],
|
3797
|
+
}
|
3798
|
+
impl Default for SECURITY_MESSAGE {
|
3799
|
+
fn default() -> Self {
|
3800
|
+
unsafe { core::mem::zeroed() }
|
3801
|
+
}
|
3802
|
+
}
|
3803
|
+
pub type SECURITY_MESSAGE_MSG_ID = u32;
|
3804
|
+
#[repr(C)]
|
3805
|
+
#[derive(Clone, Copy, Default)]
|
3806
|
+
pub struct SOURCE_GROUP_ENTRY {
|
3807
|
+
pub dwSourceAddr: u32,
|
3808
|
+
pub dwSourceMask: u32,
|
3809
|
+
pub dwGroupAddr: u32,
|
3810
|
+
pub dwGroupMask: u32,
|
3811
|
+
}
|
3812
|
+
#[repr(C)]
|
3813
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
3814
|
+
#[derive(Clone, Copy, Default)]
|
3815
|
+
pub struct SSTP_CERT_INFO {
|
3816
|
+
pub isDefault: windows_sys::core::BOOL,
|
3817
|
+
pub certBlob: super::super::Security::Cryptography::CRYPT_INTEGER_BLOB,
|
3818
|
+
}
|
3819
|
+
#[repr(C)]
|
3820
|
+
#[cfg(feature = "Win32_Security_Cryptography")]
|
3821
|
+
#[derive(Clone, Copy, Default)]
|
3822
|
+
pub struct SSTP_CONFIG_PARAMS {
|
3823
|
+
pub dwNumPorts: u32,
|
3824
|
+
pub dwPortFlags: u32,
|
3825
|
+
pub isUseHttps: windows_sys::core::BOOL,
|
3826
|
+
pub certAlgorithm: u32,
|
3827
|
+
pub sstpCertDetails: SSTP_CERT_INFO,
|
3828
|
+
}
|
3829
|
+
#[repr(C)]
|
3830
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3831
|
+
#[derive(Clone, Copy)]
|
3832
|
+
pub struct VPN_TS_IP_ADDRESS {
|
3833
|
+
pub Type: u16,
|
3834
|
+
pub Anonymous: VPN_TS_IP_ADDRESS_0,
|
3835
|
+
}
|
3836
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3837
|
+
impl Default for VPN_TS_IP_ADDRESS {
|
3838
|
+
fn default() -> Self {
|
3839
|
+
unsafe { core::mem::zeroed() }
|
3840
|
+
}
|
3841
|
+
}
|
3842
|
+
#[repr(C)]
|
3843
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3844
|
+
#[derive(Clone, Copy)]
|
3845
|
+
pub union VPN_TS_IP_ADDRESS_0 {
|
3846
|
+
pub v4: super::super::Networking::WinSock::IN_ADDR,
|
3847
|
+
pub v6: super::super::Networking::WinSock::IN6_ADDR,
|
3848
|
+
}
|
3849
|
+
#[cfg(feature = "Win32_Networking_WinSock")]
|
3850
|
+
impl Default for VPN_TS_IP_ADDRESS_0 {
|
3851
|
+
fn default() -> Self {
|
3852
|
+
unsafe { core::mem::zeroed() }
|
3853
|
+
}
|
3854
|
+
}
|
3855
|
+
pub const VS_Default: u32 = 0u32;
|
3856
|
+
pub const VS_GREOnly: u32 = 9u32;
|
3857
|
+
pub const VS_Ikev2First: u32 = 8u32;
|
3858
|
+
pub const VS_Ikev2Only: u32 = 7u32;
|
3859
|
+
pub const VS_Ikev2Sstp: u32 = 14u32;
|
3860
|
+
pub const VS_L2tpFirst: u32 = 4u32;
|
3861
|
+
pub const VS_L2tpOnly: u32 = 3u32;
|
3862
|
+
pub const VS_L2tpSstp: u32 = 13u32;
|
3863
|
+
pub const VS_PptpFirst: u32 = 2u32;
|
3864
|
+
pub const VS_PptpOnly: u32 = 1u32;
|
3865
|
+
pub const VS_PptpSstp: u32 = 12u32;
|
3866
|
+
pub const VS_ProtocolList: u32 = 15u32;
|
3867
|
+
pub const VS_SstpFirst: u32 = 6u32;
|
3868
|
+
pub const VS_SstpOnly: u32 = 5u32;
|
3869
|
+
pub const WARNING_MSG_ALIAS_NOT_ADDED: u32 = 644u32;
|
3870
|
+
pub const WM_RASDIALEVENT: u32 = 52429u32;
|