[INFO] fetching crate uefi-ffi 0.1.1...
[INFO] testing uefi-ffi-0.1.1 against 1.68.0 for beta-1.69-3
[INFO] extracting crate uefi-ffi 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate uefi-ffi 0.1.1 on toolchain 1.68.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.68.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate uefi-ffi 0.1.1
[INFO] finished tweaking crates.io crate uefi-ffi 0.1.1
[INFO] tweaked toml for crates.io crate uefi-ffi 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" "/workspace/cargo-home/bin/cargo" "+1.68.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.68.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6ef671f6951f6f7b82eaf49ad0b3b99466e493f2d9d82dd96208252612681f61" "/opt/rustwide/cargo-home/bin/cargo" "+1.68.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 581bd1fdef85a8a66d7e2f1bf53aa0955481c1fd8c7400fd1dfe11fc990d55bd
[INFO] running `Command { std: "docker" "start" "-a" "581bd1fdef85a8a66d7e2f1bf53aa0955481c1fd8c7400fd1dfe11fc990d55bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "581bd1fdef85a8a66d7e2f1bf53aa0955481c1fd8c7400fd1dfe11fc990d55bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "581bd1fdef85a8a66d7e2f1bf53aa0955481c1fd8c7400fd1dfe11fc990d55bd", kill_on_drop: false }`
[INFO] [stdout] 581bd1fdef85a8a66d7e2f1bf53aa0955481c1fd8c7400fd1dfe11fc990d55bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6ef671f6951f6f7b82eaf49ad0b3b99466e493f2d9d82dd96208252612681f61" "/opt/rustwide/cargo-home/bin/cargo" "+1.68.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 901db13db7d988708c3f96759cd600fabe11697c1da6e956cb23fb5902c58a4f
[INFO] running `Command { std: "docker" "start" "-a" "901db13db7d988708c3f96759cd600fabe11697c1da6e956cb23fb5902c58a4f", kill_on_drop: false }`
[INFO] [stderr]    Compiling uefi-ffi v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `__VERIFY_u8_ENUM_SIZE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:158:10
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub type __VERIFY_u8_ENUM_SIZE = u32;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VerifyU8EnumSize`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__VERIFY_u16_ENUM_SIZE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub type __VERIFY_u16_ENUM_SIZE = u32;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VerifyU16EnumSize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__VERIFY_u32_ENUM_SIZE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub type __VERIFY_u32_ENUM_SIZE = u32;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VerifyU32EnumSize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PHYSICAL_ADDRESS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:280:10
[INFO] [stdout]     |
[INFO] [stdout] 280 | pub type PHYSICAL_ADDRESS = u64;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PhysicalAddress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LIST_ENTRY` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:281:10
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub type LIST_ENTRY = _LIST_ENTRY;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `ListEntry`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `VA_LIST` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:321:10
[INFO] [stdout]     |
[INFO] [stdout] 321 | pub type VA_LIST = __builtin_ms_va_list;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `VaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BASE_LIST` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type BASE_LIST = *mut usize;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `BaseList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RETURN_STATUS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:323:10
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub type RETURN_STATUS = usize;
[INFO] [stdout]     |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ReturnStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GUID` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:324:10
[INFO] [stdout]     |
[INFO] [stdout] 324 | pub type EFI_GUID = GUID;
[INFO] [stdout]     |          ^^^^^^^^ help: convert the identifier to upper camel case: `EfiGuid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_STATUS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:325:10
[INFO] [stdout]     |
[INFO] [stdout] 325 | pub type EFI_STATUS = RETURN_STATUS;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HANDLE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:326:10
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub type EFI_HANDLE = *mut u8;
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHandle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:327:10
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub type EFI_EVENT = *mut u8;
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to upper camel case: `EfiEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TPL` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:328:10
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub type EFI_TPL = usize;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `EfiTpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LBA` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:329:10
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub type EFI_LBA = u64;
[INFO] [stdout]     |          ^^^^^^^ help: convert the identifier to upper camel case: `EfiLba`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_PHYSICAL_ADDRESS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:330:10
[INFO] [stdout]     |
[INFO] [stdout] 330 | pub type EFI_PHYSICAL_ADDRESS = u64;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiPhysicalAddress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_VIRTUAL_ADDRESS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:331:10
[INFO] [stdout]     |
[INFO] [stdout] 331 | pub type EFI_VIRTUAL_ADDRESS = u64;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiVirtualAddress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IPv4_ADDRESS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:470:10
[INFO] [stdout]     |
[INFO] [stdout] 470 | pub type EFI_IPv4_ADDRESS = IPv4_ADDRESS;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIpv4Address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IPv6_ADDRESS` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 | pub type EFI_IPv6_ADDRESS = IPv6_ADDRESS;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIpv6Address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_MEMORY_TYPE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:778:10
[INFO] [stdout]     |
[INFO] [stdout] 778 | pub type EFI_MEMORY_TYPE = u32;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiMemoryType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_RESET_TYPE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:783:10
[INFO] [stdout]     |
[INFO] [stdout] 783 | pub type EFI_RESET_TYPE = u32;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiResetType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_DEVICE_PATH` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:50592:10
[INFO] [stdout]       |
[INFO] [stdout] 50592 | pub type EFI_DEVICE_PATH = EFI_DEVICE_PATH_PROTOCOL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiDevicePath`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `VENDOR_DEFINED_DEVICE_PATH` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:52144:10
[INFO] [stdout]       |
[INFO] [stdout] 52144 | pub type VENDOR_DEFINED_DEVICE_PATH = VENDOR_DEVICE_PATH;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `VendorDefinedDevicePath`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SIMPLE_TEXT_INPUT_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54556:10
[INFO] [stdout]       |
[INFO] [stdout] 54556 | pub type EFI_SIMPLE_TEXT_INPUT_PROTOCOL = _EFI_SIMPLE_TEXT_INPUT_PROTOCOL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSimpleTextInputProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SIMPLE_INPUT_INTERFACE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54557:10
[INFO] [stdout]       |
[INFO] [stdout] 54557 | pub type SIMPLE_INPUT_INTERFACE = _EFI_SIMPLE_TEXT_INPUT_PROTOCOL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SimpleInputInterface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INPUT_RESET` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54597:10
[INFO] [stdout]       |
[INFO] [stdout] 54597 | pub type EFI_INPUT_RESET = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputReset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INPUT_READ_KEY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54603:10
[INFO] [stdout]       |
[INFO] [stdout] 54603 | pub type EFI_INPUT_READ_KEY = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputReadKey`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54670:10
[INFO] [stdout]       |
[INFO] [stdout] 54670 | pub type EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL = _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSimpleTextInputExProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INPUT_RESET_EX` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54671:10
[INFO] [stdout]       |
[INFO] [stdout] 54671 | pub type EFI_INPUT_RESET_EX = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputResetEx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_KEY_TOGGLE_STATE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54677:10
[INFO] [stdout]       |
[INFO] [stdout] 54677 | pub type EFI_KEY_TOGGLE_STATE = u8;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiKeyToggleState`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_KEY_STATE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54717:10
[INFO] [stdout]       |
[INFO] [stdout] 54717 | pub type EFI_KEY_STATE = _EFI_KEY_STATE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiKeyState`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INPUT_READ_KEY_EX` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54757:10
[INFO] [stdout]       |
[INFO] [stdout] 54757 | pub type EFI_INPUT_READ_KEY_EX = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInputReadKeyEx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_STATE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54763:10
[INFO] [stdout]       |
[INFO] [stdout] 54763 | pub type EFI_SET_STATE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetState`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_KEY_NOTIFY_FUNCTION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54769:10
[INFO] [stdout]       |
[INFO] [stdout] 54769 | pub type EFI_KEY_NOTIFY_FUNCTION =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiKeyNotifyFunction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_REGISTER_KEYSTROKE_NOTIFY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54771:10
[INFO] [stdout]       |
[INFO] [stdout] 54771 | pub type EFI_REGISTER_KEYSTROKE_NOTIFY = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRegisterKeystrokeNotify`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_UNREGISTER_KEYSTROKE_NOTIFY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54779:10
[INFO] [stdout]       |
[INFO] [stdout] 54779 | pub type EFI_UNREGISTER_KEYSTROKE_NOTIFY = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUnregisterKeystrokeNotify`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54892:10
[INFO] [stdout]       |
[INFO] [stdout] 54892 | pub type EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL = _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSimpleTextOutputProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SIMPLE_TEXT_OUTPUT_INTERFACE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54893:10
[INFO] [stdout]       |
[INFO] [stdout] 54893 | pub type SIMPLE_TEXT_OUTPUT_INTERFACE = EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SimpleTextOutputInterface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_RESET` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54894:10
[INFO] [stdout]       |
[INFO] [stdout] 54894 | pub type EFI_TEXT_RESET = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextReset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_STRING` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54900:10
[INFO] [stdout]       |
[INFO] [stdout] 54900 | pub type EFI_TEXT_STRING = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_TEST_STRING` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54906:10
[INFO] [stdout]       |
[INFO] [stdout] 54906 | pub type EFI_TEXT_TEST_STRING = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextTestString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_QUERY_MODE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54912:10
[INFO] [stdout]       |
[INFO] [stdout] 54912 | pub type EFI_TEXT_QUERY_MODE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextQueryMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_SET_MODE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54920:10
[INFO] [stdout]       |
[INFO] [stdout] 54920 | pub type EFI_TEXT_SET_MODE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextSetMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_SET_ATTRIBUTE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54926:10
[INFO] [stdout]       |
[INFO] [stdout] 54926 | pub type EFI_TEXT_SET_ATTRIBUTE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextSetAttribute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_CLEAR_SCREEN` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54932:10
[INFO] [stdout]       |
[INFO] [stdout] 54932 | pub type EFI_TEXT_CLEAR_SCREEN = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextClearScreen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_SET_CURSOR_POSITION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54935:10
[INFO] [stdout]       |
[INFO] [stdout] 54935 | pub type EFI_TEXT_SET_CURSOR_POSITION = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextSetCursorPosition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TEXT_ENABLE_CURSOR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:54942:10
[INFO] [stdout]       |
[INFO] [stdout] 54942 | pub type EFI_TEXT_ENABLE_CURSOR = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTextEnableCursor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_ALLOCATE_TYPE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55210:10
[INFO] [stdout]       |
[INFO] [stdout] 55210 | pub type EFI_ALLOCATE_TYPE = u32;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAllocateType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_ALLOCATE_PAGES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55289:10
[INFO] [stdout]       |
[INFO] [stdout] 55289 | pub type EFI_ALLOCATE_PAGES = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAllocatePages`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_FREE_PAGES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55297:10
[INFO] [stdout]       |
[INFO] [stdout] 55297 | pub type EFI_FREE_PAGES = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiFreePages`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_MEMORY_MAP` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55300:10
[INFO] [stdout]       |
[INFO] [stdout] 55300 | pub type EFI_GET_MEMORY_MAP = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetMemoryMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_ALLOCATE_POOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55309:10
[INFO] [stdout]       |
[INFO] [stdout] 55309 | pub type EFI_ALLOCATE_POOL = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAllocatePool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_FREE_POOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55316:10
[INFO] [stdout]       |
[INFO] [stdout] 55316 | pub type EFI_FREE_POOL =
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiFreePool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_VIRTUAL_ADDRESS_MAP` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55318:10
[INFO] [stdout]       |
[INFO] [stdout] 55318 | pub type EFI_SET_VIRTUAL_ADDRESS_MAP = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetVirtualAddressMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CONNECT_CONTROLLER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55326:10
[INFO] [stdout]       |
[INFO] [stdout] 55326 | pub type EFI_CONNECT_CONTROLLER = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiConnectController`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_DISCONNECT_CONTROLLER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55334:10
[INFO] [stdout]       |
[INFO] [stdout] 55334 | pub type EFI_DISCONNECT_CONTROLLER = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiDisconnectController`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CONVERT_POINTER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55341:10
[INFO] [stdout]       |
[INFO] [stdout] 55341 | pub type EFI_CONVERT_POINTER = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiConvertPointer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_EVENT_NOTIFY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55347:10
[INFO] [stdout]       |
[INFO] [stdout] 55347 | pub type EFI_EVENT_NOTIFY = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiEventNotify`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CREATE_EVENT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55350:10
[INFO] [stdout]       |
[INFO] [stdout] 55350 | pub type EFI_CREATE_EVENT = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCreateEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CREATE_EVENT_EX` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55359:10
[INFO] [stdout]       |
[INFO] [stdout] 55359 | pub type EFI_CREATE_EVENT_EX = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCreateEventEx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_TIMER_DELAY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55372:10
[INFO] [stdout]       |
[INFO] [stdout] 55372 | pub type EFI_TIMER_DELAY = u32;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiTimerDelay`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_TIMER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55373:10
[INFO] [stdout]       |
[INFO] [stdout] 55373 | pub type EFI_SET_TIMER = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetTimer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SIGNAL_EVENT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55380:10
[INFO] [stdout]       |
[INFO] [stdout] 55380 | pub type EFI_SIGNAL_EVENT =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSignalEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_WAIT_FOR_EVENT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55382:10
[INFO] [stdout]       |
[INFO] [stdout] 55382 | pub type EFI_WAIT_FOR_EVENT = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiWaitForEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CLOSE_EVENT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55389:10
[INFO] [stdout]       |
[INFO] [stdout] 55389 | pub type EFI_CLOSE_EVENT =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCloseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CHECK_EVENT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55391:10
[INFO] [stdout]       |
[INFO] [stdout] 55391 | pub type EFI_CHECK_EVENT =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCheckEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_RAISE_TPL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55393:10
[INFO] [stdout]       |
[INFO] [stdout] 55393 | pub type EFI_RAISE_TPL = core::option::Option<unsafe extern "C" fn(NewTpl: EFI_TPL) -> EFI_TPL>;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRaiseTpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_RESTORE_TPL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55394:10
[INFO] [stdout]       |
[INFO] [stdout] 55394 | pub type EFI_RESTORE_TPL = core::option::Option<unsafe extern "C" fn(OldTpl: EFI_TPL)>;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRestoreTpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_VARIABLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55395:10
[INFO] [stdout]       |
[INFO] [stdout] 55395 | pub type EFI_GET_VARIABLE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetVariable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_NEXT_VARIABLE_NAME` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55404:10
[INFO] [stdout]       |
[INFO] [stdout] 55404 | pub type EFI_GET_NEXT_VARIABLE_NAME = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetNextVariableName`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_VARIABLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55411:10
[INFO] [stdout]       |
[INFO] [stdout] 55411 | pub type EFI_SET_VARIABLE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetVariable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_TIME` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55474:10
[INFO] [stdout]       |
[INFO] [stdout] 55474 | pub type EFI_GET_TIME = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_TIME` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55480:10
[INFO] [stdout]       |
[INFO] [stdout] 55480 | pub type EFI_SET_TIME =
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_WAKEUP_TIME` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55482:10
[INFO] [stdout]       |
[INFO] [stdout] 55482 | pub type EFI_GET_WAKEUP_TIME = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetWakeupTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_WAKEUP_TIME` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55489:10
[INFO] [stdout]       |
[INFO] [stdout] 55489 | pub type EFI_SET_WAKEUP_TIME =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetWakeupTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IMAGE_LOAD` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55491:10
[INFO] [stdout]       |
[INFO] [stdout] 55491 | pub type EFI_IMAGE_LOAD = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageLoad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IMAGE_START` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55501:10
[INFO] [stdout]       |
[INFO] [stdout] 55501 | pub type EFI_IMAGE_START = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageStart`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_EXIT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55508:10
[INFO] [stdout]       |
[INFO] [stdout] 55508 | pub type EFI_EXIT = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `EfiExit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IMAGE_UNLOAD` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55516:10
[INFO] [stdout]       |
[INFO] [stdout] 55516 | pub type EFI_IMAGE_UNLOAD =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageUnload`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_EXIT_BOOT_SERVICES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55518:10
[INFO] [stdout]       |
[INFO] [stdout] 55518 | pub type EFI_EXIT_BOOT_SERVICES = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiExitBootServices`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_STALL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55521:10
[INFO] [stdout]       |
[INFO] [stdout] 55521 | pub type EFI_STALL = core::option::Option<unsafe extern "C" fn(Microseconds: usize) -> EFI_STATUS>;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `EfiStall`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_WATCHDOG_TIMER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55522:10
[INFO] [stdout]       |
[INFO] [stdout] 55522 | pub type EFI_SET_WATCHDOG_TIMER = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetWatchdogTimer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_RESET_SYSTEM` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55530:10
[INFO] [stdout]       |
[INFO] [stdout] 55530 | pub type EFI_RESET_SYSTEM = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiResetSystem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_NEXT_MONOTONIC_COUNT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55538:10
[INFO] [stdout]       |
[INFO] [stdout] 55538 | pub type EFI_GET_NEXT_MONOTONIC_COUNT =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetNextMonotonicCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GET_NEXT_HIGH_MONO_COUNT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55540:10
[INFO] [stdout]       |
[INFO] [stdout] 55540 | pub type EFI_GET_NEXT_HIGH_MONO_COUNT =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGetNextHighMonoCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CALCULATE_CRC32` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55542:10
[INFO] [stdout]       |
[INFO] [stdout] 55542 | pub type EFI_CALCULATE_CRC32 = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCalculateCrc32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_COPY_MEM` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55549:10
[INFO] [stdout]       |
[INFO] [stdout] 55549 | pub type EFI_COPY_MEM = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCopyMem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_SET_MEM` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55556:10
[INFO] [stdout]       |
[INFO] [stdout] 55556 | pub type EFI_SET_MEM = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiSetMem`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INTERFACE_TYPE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55560:10
[INFO] [stdout]       |
[INFO] [stdout] 55560 | pub type EFI_INTERFACE_TYPE = u32;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInterfaceType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INSTALL_PROTOCOL_INTERFACE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55561:10
[INFO] [stdout]       |
[INFO] [stdout] 55561 | pub type EFI_INSTALL_PROTOCOL_INTERFACE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInstallProtocolInterface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55569:10
[INFO] [stdout]       |
[INFO] [stdout] 55569 | pub type EFI_INSTALL_MULTIPLE_PROTOCOL_INTERFACES =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInstallMultipleProtocolInterfaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_REINSTALL_PROTOCOL_INTERFACE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55571:10
[INFO] [stdout]       |
[INFO] [stdout] 55571 | pub type EFI_REINSTALL_PROTOCOL_INTERFACE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiReinstallProtocolInterface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_UNINSTALL_PROTOCOL_INTERFACE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55579:10
[INFO] [stdout]       |
[INFO] [stdout] 55579 | pub type EFI_UNINSTALL_PROTOCOL_INTERFACE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUninstallProtocolInterface`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55586:10
[INFO] [stdout]       |
[INFO] [stdout] 55586 | pub type EFI_UNINSTALL_MULTIPLE_PROTOCOL_INTERFACES =
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUninstallMultipleProtocolInterfaces`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HANDLE_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55588:10
[INFO] [stdout]       |
[INFO] [stdout] 55588 | pub type EFI_HANDLE_PROTOCOL = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHandleProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_OPEN_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55595:10
[INFO] [stdout]       |
[INFO] [stdout] 55595 | pub type EFI_OPEN_PROTOCOL = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiOpenProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_CLOSE_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55605:10
[INFO] [stdout]       |
[INFO] [stdout] 55605 | pub type EFI_CLOSE_PROTOCOL = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiCloseProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_OPEN_PROTOCOL_INFORMATION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55689:10
[INFO] [stdout]       |
[INFO] [stdout] 55689 | pub type EFI_OPEN_PROTOCOL_INFORMATION = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiOpenProtocolInformation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_PROTOCOLS_PER_HANDLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55697:10
[INFO] [stdout]       |
[INFO] [stdout] 55697 | pub type EFI_PROTOCOLS_PER_HANDLE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiProtocolsPerHandle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_REGISTER_PROTOCOL_NOTIFY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55704:10
[INFO] [stdout]       |
[INFO] [stdout] 55704 | pub type EFI_REGISTER_PROTOCOL_NOTIFY = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiRegisterProtocolNotify`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LOCATE_SEARCH_TYPE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55714:10
[INFO] [stdout]       |
[INFO] [stdout] 55714 | pub type EFI_LOCATE_SEARCH_TYPE = u32;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateSearchType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LOCATE_HANDLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55715:10
[INFO] [stdout]       |
[INFO] [stdout] 55715 | pub type EFI_LOCATE_HANDLE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateHandle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LOCATE_DEVICE_PATH` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55724:10
[INFO] [stdout]       |
[INFO] [stdout] 55724 | pub type EFI_LOCATE_DEVICE_PATH = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateDevicePath`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_INSTALL_CONFIGURATION_TABLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55731:10
[INFO] [stdout]       |
[INFO] [stdout] 55731 | pub type EFI_INSTALL_CONFIGURATION_TABLE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiInstallConfigurationTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LOCATE_HANDLE_BUFFER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55734:10
[INFO] [stdout]       |
[INFO] [stdout] 55734 | pub type EFI_LOCATE_HANDLE_BUFFER = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateHandleBuffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LOCATE_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55743:10
[INFO] [stdout]       |
[INFO] [stdout] 55743 | pub type EFI_LOCATE_PROTOCOL = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLocateProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_UPDATE_CAPSULE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55949:10
[INFO] [stdout]       |
[INFO] [stdout] 55949 | pub type EFI_UPDATE_CAPSULE = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiUpdateCapsule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_QUERY_CAPSULE_CAPABILITIES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55956:10
[INFO] [stdout]       |
[INFO] [stdout] 55956 | pub type EFI_QUERY_CAPSULE_CAPABILITIES = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiQueryCapsuleCapabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_QUERY_VARIABLE_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:55964:10
[INFO] [stdout]       |
[INFO] [stdout] 55964 | pub type EFI_QUERY_VARIABLE_INFO = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiQueryVariableInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IMAGE_ENTRY_POINT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:56957:10
[INFO] [stdout]       |
[INFO] [stdout] 56957 | pub type EFI_IMAGE_ENTRY_POINT = core::option::Option<
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageEntryPoint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_LOAD_OPTION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57001:10
[INFO] [stdout]       |
[INFO] [stdout] 57001 | pub type EFI_LOAD_OPTION = _EFI_LOAD_OPTION;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiLoadOption`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_VOID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57221:10
[INFO] [stdout]       |
[INFO] [stdout] 57221 | pub type PXE_VOID = u8;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `PxeVoid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_u8` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57222:10
[INFO] [stdout]       |
[INFO] [stdout] 57222 | pub type PXE_u8 = u8;
[INFO] [stdout]       |          ^^^^^^ help: convert the identifier to upper camel case: `PxeU8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_u16` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57223:10
[INFO] [stdout]       |
[INFO] [stdout] 57223 | pub type PXE_u16 = u16;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `PxeU16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_u32` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57224:10
[INFO] [stdout]       |
[INFO] [stdout] 57224 | pub type PXE_u32 = u32;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `PxeU32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_usize` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57225:10
[INFO] [stdout]       |
[INFO] [stdout] 57225 | pub type PXE_usize = usize;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PxeUsize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_u64` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57226:10
[INFO] [stdout]       |
[INFO] [stdout] 57226 | pub type PXE_u64 = u64;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `PxeU64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_BOOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57227:10
[INFO] [stdout]       |
[INFO] [stdout] 57227 | pub type PXE_BOOL = PXE_u8;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `PxeBool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_OPCODE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57228:10
[INFO] [stdout]       |
[INFO] [stdout] 57228 | pub type PXE_OPCODE = PXE_u16;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeOpcode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_OPFLAGS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57229:10
[INFO] [stdout]       |
[INFO] [stdout] 57229 | pub type PXE_OPFLAGS = PXE_u16;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeOpflags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_STATFLAGS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57230:10
[INFO] [stdout]       |
[INFO] [stdout] 57230 | pub type PXE_STATFLAGS = PXE_u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeStatflags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_STATCODE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57231:10
[INFO] [stdout]       |
[INFO] [stdout] 57231 | pub type PXE_STATCODE = PXE_u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeStatcode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_IFNUM` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57232:10
[INFO] [stdout]       |
[INFO] [stdout] 57232 | pub type PXE_IFNUM = PXE_u16;
[INFO] [stdout]       |          ^^^^^^^^^ help: convert the identifier to upper camel case: `PxeIfnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CONTROL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57233:10
[INFO] [stdout]       |
[INFO] [stdout] 57233 | pub type PXE_CONTROL = PXE_u16;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeControl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_FRAME_TYPE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57234:10
[INFO] [stdout]       |
[INFO] [stdout] 57234 | pub type PXE_FRAME_TYPE = PXE_u8;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeFrameType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_IPV4` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57235:10
[INFO] [stdout]       |
[INFO] [stdout] 57235 | pub type PXE_IPV4 = PXE_u32;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `PxeIpv4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_IPV6` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57236:10
[INFO] [stdout]       |
[INFO] [stdout] 57236 | pub type PXE_IPV6 = [PXE_u32; 4usize];
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `PxeIpv6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_MAC_ADDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57237:10
[INFO] [stdout]       |
[INFO] [stdout] 57237 | pub type PXE_MAC_ADDR = [PXE_u8; 32usize];
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeMacAddr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_IFTYPE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57238:10
[INFO] [stdout]       |
[INFO] [stdout] 57238 | pub type PXE_IFTYPE = PXE_u8;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeIftype`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_MEDIA_PROTOCOL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57239:10
[INFO] [stdout]       |
[INFO] [stdout] 57239 | pub type PXE_MEDIA_PROTOCOL = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeMediaProtocol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_HW_UNDI` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57367:10
[INFO] [stdout]       |
[INFO] [stdout] 57367 | pub type PXE_HW_UNDI = s_pxe_hw_undi;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeHwUndi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_SW_UNDI` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57539:10
[INFO] [stdout]       |
[INFO] [stdout] 57539 | pub type PXE_SW_UNDI = s_pxe_sw_undi;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeSwUndi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_UNDI` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57580:10
[INFO] [stdout]       |
[INFO] [stdout] 57580 | pub type PXE_UNDI = u_pxe_undi;
[INFO] [stdout]       |          ^^^^^^^^ help: convert the identifier to upper camel case: `PxeUndi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CDB` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57708:10
[INFO] [stdout]       |
[INFO] [stdout] 57708 | pub type PXE_CDB = s_pxe_cdb;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `PxeCdb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_IP_ADDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57749:10
[INFO] [stdout]       |
[INFO] [stdout] 57749 | pub type PXE_IP_ADDR = u_pxe_ip_addr;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeIpAddr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DEVICE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57855:10
[INFO] [stdout]       |
[INFO] [stdout] 57855 | pub type PXE_DEVICE = pxe_device;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_START_30` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:57917:10
[INFO] [stdout]       |
[INFO] [stdout] 57917 | pub type PXE_CPB_START_30 = s_pxe_cpb_start_30;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbStart30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_START_31` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58023:10
[INFO] [stdout]       |
[INFO] [stdout] 58023 | pub type PXE_CPB_START_31 = s_pxe_cpb_start_31;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbStart31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_GET_INIT_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58228:10
[INFO] [stdout]       |
[INFO] [stdout] 58228 | pub type PXE_DB_GET_INIT_INFO = s_pxe_db_get_init_info;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbGetInitInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_PCI_CONFIG_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58364:10
[INFO] [stdout]       |
[INFO] [stdout] 58364 | pub type PXE_PCI_CONFIG_INFO = s_pxe_pci_config_info;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxePciConfigInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_PCC_CONFIG_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58500:10
[INFO] [stdout]       |
[INFO] [stdout] 58500 | pub type PXE_PCC_CONFIG_INFO = s_pxe_pcc_config_info;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxePccConfigInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_GET_CONFIG_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58541:10
[INFO] [stdout]       |
[INFO] [stdout] 58541 | pub type PXE_DB_GET_CONFIG_INFO = u_pxe_db_get_config_info;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbGetConfigInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_INITIALIZE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58662:10
[INFO] [stdout]       |
[INFO] [stdout] 58662 | pub type PXE_CPB_INITIALIZE = s_pxe_cpb_initialize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbInitialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_INITIALIZE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58735:10
[INFO] [stdout]       |
[INFO] [stdout] 58735 | pub type PXE_DB_INITIALIZE = s_pxe_db_initialize;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbInitialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_RECEIVE_FILTERS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58766:10
[INFO] [stdout]       |
[INFO] [stdout] 58766 | pub type PXE_CPB_RECEIVE_FILTERS = s_pxe_cpb_receive_filters;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbReceiveFilters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_RECEIVE_FILTERS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58797:10
[INFO] [stdout]       |
[INFO] [stdout] 58797 | pub type PXE_DB_RECEIVE_FILTERS = s_pxe_db_receive_filters;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbReceiveFilters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_STATION_ADDRESS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58828:10
[INFO] [stdout]       |
[INFO] [stdout] 58828 | pub type PXE_CPB_STATION_ADDRESS = s_pxe_cpb_station_address;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbStationAddress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_STATION_ADDRESS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58885:10
[INFO] [stdout]       |
[INFO] [stdout] 58885 | pub type PXE_DB_STATION_ADDRESS = s_pxe_dpb_station_address;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbStationAddress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_STATISTICS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58925:10
[INFO] [stdout]       |
[INFO] [stdout] 58925 | pub type PXE_DB_STATISTICS = s_pxe_db_statistics;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbStatistics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_MCAST_IP_TO_MAC` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58954:10
[INFO] [stdout]       |
[INFO] [stdout] 58954 | pub type PXE_CPB_MCAST_IP_TO_MAC = s_pxe_cpb_mcast_ip_to_mac;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbMcastIpToMac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_MCAST_IP_TO_MAC` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:58983:10
[INFO] [stdout]       |
[INFO] [stdout] 58983 | pub type PXE_DB_MCAST_IP_TO_MAC = s_pxe_db_mcast_ip_to_mac;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbMcastIpToMac`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_NVDATA_SPARSE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59129:10
[INFO] [stdout]       |
[INFO] [stdout] 59129 | pub type PXE_CPB_NVDATA_SPARSE = s_pxe_cpb_nvdata_sparse;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbNvdataSparse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_NVDATA_BULK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59181:10
[INFO] [stdout]       |
[INFO] [stdout] 59181 | pub type PXE_CPB_NVDATA_BULK = u_pxe_cpb_nvdata_bulk;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbNvdataBulk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_NVDATA` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59267:10
[INFO] [stdout]       |
[INFO] [stdout] 59267 | pub type PXE_DB_NVDATA = s_pxe_db_nvdata;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbNvdata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_GET_STATUS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59318:10
[INFO] [stdout]       |
[INFO] [stdout] 59318 | pub type PXE_DB_GET_STATUS = s_pxe_db_get_status;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbGetStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_FILL_HEADER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59406:10
[INFO] [stdout]       |
[INFO] [stdout] 59406 | pub type PXE_CPB_FILL_HEADER = s_pxe_cpb_fill_header;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbFillHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_FILL_HEADER_FRAGMENTED` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59604:10
[INFO] [stdout]       |
[INFO] [stdout] 59604 | pub type PXE_CPB_FILL_HEADER_FRAGMENTED = s_pxe_cpb_fill_header_fragmented;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbFillHeaderFragmented`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_TRANSMIT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59668:10
[INFO] [stdout]       |
[INFO] [stdout] 59668 | pub type PXE_CPB_TRANSMIT = s_pxe_cpb_transmit;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbTransmit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_TRANSMIT_FRAGMENTS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59804:10
[INFO] [stdout]       |
[INFO] [stdout] 59804 | pub type PXE_CPB_TRANSMIT_FRAGMENTS = s_pxe_cpb_transmit_fragments;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbTransmitFragments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_CPB_RECEIVE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59855:10
[INFO] [stdout]       |
[INFO] [stdout] 59855 | pub type PXE_CPB_RECEIVE = s_pxe_cpb_receive;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeCpbReceive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PXE_DB_RECEIVE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:59950:10
[INFO] [stdout]       |
[INFO] [stdout] 59950 | pub type PXE_DB_RECEIVE = s_pxe_db_receive;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PxeDbReceive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_HANDLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60196:10
[INFO] [stdout]       |
[INFO] [stdout] 60196 | pub type EFI_HII_HANDLE = *mut u8;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiHandle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_STRING` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60197:10
[INFO] [stdout]       |
[INFO] [stdout] 60197 | pub type EFI_STRING = *mut i16;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IMAGE_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60198:10
[INFO] [stdout]       |
[INFO] [stdout] 60198 | pub type EFI_IMAGE_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiImageId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_QUESTION_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60199:10
[INFO] [stdout]       |
[INFO] [stdout] 60199 | pub type EFI_QUESTION_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiQuestionId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_STRING_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60200:10
[INFO] [stdout]       |
[INFO] [stdout] 60200 | pub type EFI_STRING_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiStringId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_FORM_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60201:10
[INFO] [stdout]       |
[INFO] [stdout] 60201 | pub type EFI_FORM_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiFormId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_VARSTORE_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60202:10
[INFO] [stdout]       |
[INFO] [stdout] 60202 | pub type EFI_VARSTORE_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiVarstoreId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_ANIMATION_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60203:10
[INFO] [stdout]       |
[INFO] [stdout] 60203 | pub type EFI_ANIMATION_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiAnimationId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_DEFAULT_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60204:10
[INFO] [stdout]       |
[INFO] [stdout] 60204 | pub type EFI_DEFAULT_ID = u16;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiDefaultId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_FONT_STYLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60205:10
[INFO] [stdout]       |
[INFO] [stdout] 60205 | pub type EFI_HII_FONT_STYLE = u32;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiFontStyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIMPLE_FONT_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60493:10
[INFO] [stdout]       |
[INFO] [stdout] 60493 | pub type EFI_HII_SIMPLE_FONT_PACKAGE_HDR = _EFI_HII_SIMPLE_FONT_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSimpleFontPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GLYPH_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60566:10
[INFO] [stdout]       |
[INFO] [stdout] 60566 | pub type EFI_HII_GLYPH_INFO = _EFI_HII_GLYPH_INFO;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGlyphInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_FONT_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60661:10
[INFO] [stdout]       |
[INFO] [stdout] 60661 | pub type EFI_HII_FONT_PACKAGE_HDR = _EFI_HII_FONT_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiFontPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GLYPH_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60690:10
[INFO] [stdout]       |
[INFO] [stdout] 60690 | pub type EFI_HII_GLYPH_BLOCK = _EFI_HII_GLYPH_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGlyphBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_DEFAULTS_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60734:10
[INFO] [stdout]       |
[INFO] [stdout] 60734 | pub type EFI_HII_GIBT_DEFAULTS_BLOCK = _EFI_HII_GIBT_DEFAULTS_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtDefaultsBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_DUPLICATE_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60778:10
[INFO] [stdout]       |
[INFO] [stdout] 60778 | pub type EFI_HII_GIBT_DUPLICATE_BLOCK = _EFI_HII_GIBT_DUPLICATE_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtDuplicateBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_GLYPH_GIBT_END_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60809:10
[INFO] [stdout]       |
[INFO] [stdout] 60809 | pub type EFI_GLYPH_GIBT_END_BLOCK = _EFI_GLYPH_GIBT_END_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiGlyphGibtEndBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_EXT1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60862:10
[INFO] [stdout]       |
[INFO] [stdout] 60862 | pub type EFI_HII_GIBT_EXT1_BLOCK = _EFI_HII_GIBT_EXT1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtExt1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_EXT2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60915:10
[INFO] [stdout]       |
[INFO] [stdout] 60915 | pub type EFI_HII_GIBT_EXT2_BLOCK = _EFI_HII_GIBT_EXT2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtExt2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_EXT4_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:60968:10
[INFO] [stdout]       |
[INFO] [stdout] 60968 | pub type EFI_HII_GIBT_EXT4_BLOCK = _EFI_HII_GIBT_EXT4_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtExt4Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_GLYPH_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61023:10
[INFO] [stdout]       |
[INFO] [stdout] 61023 | pub type EFI_HII_GIBT_GLYPH_BLOCK = _EFI_HII_GIBT_GLYPH_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_GLYPHS_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61091:10
[INFO] [stdout]       |
[INFO] [stdout] 61091 | pub type EFI_HII_GIBT_GLYPHS_BLOCK = _EFI_HII_GIBT_GLYPHS_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphsBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_GLYPH_DEFAULT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61140:10
[INFO] [stdout]       |
[INFO] [stdout] 61140 | pub type EFI_HII_GIBT_GLYPH_DEFAULT_BLOCK = _EFI_HII_GIBT_GLYPH_DEFAULT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphDefaultBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_GLYPHS_DEFAULT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61203:10
[INFO] [stdout]       |
[INFO] [stdout] 61203 | pub type EFI_HII_GIBT_GLYPHS_DEFAULT_BLOCK = _EFI_HII_GIBT_GLYPHS_DEFAULT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtGlyphsDefaultBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_VARIABILITY_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61275:10
[INFO] [stdout]       |
[INFO] [stdout] 61275 | pub type EFI_HII_GIBT_VARIABILITY_BLOCK = _EFI_HII_GIBT_VARIABILITY_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtVariabilityBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_SKIP1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61319:10
[INFO] [stdout]       |
[INFO] [stdout] 61319 | pub type EFI_HII_GIBT_SKIP1_BLOCK = _EFI_HII_GIBT_SKIP1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtSkip1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GIBT_SKIP2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61363:10
[INFO] [stdout]       |
[INFO] [stdout] 61363 | pub type EFI_HII_GIBT_SKIP2_BLOCK = _EFI_HII_GIBT_SKIP2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGibtSkip2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_DEVICE_PATH_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61397:10
[INFO] [stdout]       |
[INFO] [stdout] 61397 | pub type EFI_HII_DEVICE_PATH_PACKAGE_HDR = _EFI_HII_DEVICE_PATH_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiDevicePathPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_GUID_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61439:10
[INFO] [stdout]       |
[INFO] [stdout] 61439 | pub type EFI_HII_GUID_PACKAGE_HDR = _EFI_HII_GUID_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiGuidPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_STRING_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61538:10
[INFO] [stdout]       |
[INFO] [stdout] 61538 | pub type EFI_HII_STRING_PACKAGE_HDR = _EFI_HII_STRING_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiStringPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_DUPLICATE_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61610:10
[INFO] [stdout]       |
[INFO] [stdout] 61610 | pub type EFI_HII_SIBT_DUPLICATE_BLOCK = _EFI_HII_SIBT_DUPLICATE_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtDuplicateBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_END_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61639:10
[INFO] [stdout]       |
[INFO] [stdout] 61639 | pub type EFI_HII_SIBT_END_BLOCK = _EFI_HII_SIBT_END_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtEndBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_EXT1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61692:10
[INFO] [stdout]       |
[INFO] [stdout] 61692 | pub type EFI_HII_SIBT_EXT1_BLOCK = _EFI_HII_SIBT_EXT1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtExt1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_EXT2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61745:10
[INFO] [stdout]       |
[INFO] [stdout] 61745 | pub type EFI_HII_SIBT_EXT2_BLOCK = _EFI_HII_SIBT_EXT2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtExt2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_EXT4_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61798:10
[INFO] [stdout]       |
[INFO] [stdout] 61798 | pub type EFI_HII_SIBT_EXT4_BLOCK = _EFI_HII_SIBT_EXT4_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtExt4Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_FONT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61877:10
[INFO] [stdout]       |
[INFO] [stdout] 61877 | pub type EFI_HII_SIBT_FONT_BLOCK = _EFI_HII_SIBT_FONT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtFontBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_SKIP1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61921:10
[INFO] [stdout]       |
[INFO] [stdout] 61921 | pub type EFI_HII_SIBT_SKIP1_BLOCK = _EFI_HII_SIBT_SKIP1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtSkip1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_SKIP2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:61965:10
[INFO] [stdout]       |
[INFO] [stdout] 61965 | pub type EFI_HII_SIBT_SKIP2_BLOCK = _EFI_HII_SIBT_SKIP2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtSkip2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRING_SCSU_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62010:10
[INFO] [stdout]       |
[INFO] [stdout] 62010 | pub type EFI_HII_SIBT_STRING_SCSU_BLOCK = _EFI_HII_SIBT_STRING_SCSU_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringScsuBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRING_SCSU_FONT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62076:10
[INFO] [stdout]       |
[INFO] [stdout] 62076 | pub type EFI_HII_SIBT_STRING_SCSU_FONT_BLOCK = _EFI_HII_SIBT_STRING_SCSU_FONT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringScsuFontBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRINGS_SCSU_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62138:10
[INFO] [stdout]       |
[INFO] [stdout] 62138 | pub type EFI_HII_SIBT_STRINGS_SCSU_BLOCK = _EFI_HII_SIBT_STRINGS_SCSU_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsScsuBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62218:10
[INFO] [stdout]       |
[INFO] [stdout] 62218 | pub type EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK = _EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsScsuFontBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRING_UCS2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62263:10
[INFO] [stdout]       |
[INFO] [stdout] 62263 | pub type EFI_HII_SIBT_STRING_UCS2_BLOCK = _EFI_HII_SIBT_STRING_UCS2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringUcs2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRING_UCS2_FONT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62329:10
[INFO] [stdout]       |
[INFO] [stdout] 62329 | pub type EFI_HII_SIBT_STRING_UCS2_FONT_BLOCK = _EFI_HII_SIBT_STRING_UCS2_FONT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringUcs2FontBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRINGS_UCS2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62391:10
[INFO] [stdout]       |
[INFO] [stdout] 62391 | pub type EFI_HII_SIBT_STRINGS_UCS2_BLOCK = _EFI_HII_SIBT_STRINGS_UCS2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsUcs2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62471:10
[INFO] [stdout]       |
[INFO] [stdout] 62471 | pub type EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK = _EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiSibtStringsUcs2FontBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IMAGE_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62530:10
[INFO] [stdout]       |
[INFO] [stdout] 62530 | pub type EFI_HII_IMAGE_PACKAGE_HDR = _EFI_HII_IMAGE_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImagePackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IMAGE_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62559:10
[INFO] [stdout]       |
[INFO] [stdout] 62559 | pub type EFI_HII_IMAGE_BLOCK = _EFI_HII_IMAGE_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImageBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_END_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62588:10
[INFO] [stdout]       |
[INFO] [stdout] 62588 | pub type EFI_HII_IIBT_END_BLOCK = _EFI_HII_IIBT_END_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtEndBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_EXT1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62641:10
[INFO] [stdout]       |
[INFO] [stdout] 62641 | pub type EFI_HII_IIBT_EXT1_BLOCK = _EFI_HII_IIBT_EXT1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtExt1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_EXT2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62694:10
[INFO] [stdout]       |
[INFO] [stdout] 62694 | pub type EFI_HII_IIBT_EXT2_BLOCK = _EFI_HII_IIBT_EXT2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtExt2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_EXT4_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62747:10
[INFO] [stdout]       |
[INFO] [stdout] 62747 | pub type EFI_HII_IIBT_EXT4_BLOCK = _EFI_HII_IIBT_EXT4_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtExt4Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_1BIT_BASE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62804:10
[INFO] [stdout]       |
[INFO] [stdout] 62804 | pub type EFI_HII_IIBT_IMAGE_1BIT_BASE = _EFI_HII_IIBT_IMAGE_1BIT_BASE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage1bitBase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_1BIT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62862:10
[INFO] [stdout]       |
[INFO] [stdout] 62862 | pub type EFI_HII_IIBT_IMAGE_1BIT_BLOCK = _EFI_HII_IIBT_IMAGE_1BIT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage1bitBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62928:10
[INFO] [stdout]       |
[INFO] [stdout] 62928 | pub type EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK = _EFI_HII_IIBT_IMAGE_1BIT_TRANS_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage1bitTransBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_RGB_PIXEL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:62979:10
[INFO] [stdout]       |
[INFO] [stdout] 62979 | pub type EFI_HII_RGB_PIXEL = _EFI_HII_RGB_PIXEL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiRgbPixel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_24BIT_BASE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63036:10
[INFO] [stdout]       |
[INFO] [stdout] 63036 | pub type EFI_HII_IIBT_IMAGE_24BIT_BASE = _EFI_HII_IIBT_IMAGE_24BIT_BASE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage24bitBase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_24BIT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63080:10
[INFO] [stdout]       |
[INFO] [stdout] 63080 | pub type EFI_HII_IIBT_IMAGE_24BIT_BLOCK = _EFI_HII_IIBT_IMAGE_24BIT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage24bitBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63132:10
[INFO] [stdout]       |
[INFO] [stdout] 63132 | pub type EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK = _EFI_HII_IIBT_IMAGE_24BIT_TRANS_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage24bitTransBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_4BIT_BASE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63189:10
[INFO] [stdout]       |
[INFO] [stdout] 63189 | pub type EFI_HII_IIBT_IMAGE_4BIT_BASE = _EFI_HII_IIBT_IMAGE_4BIT_BASE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage4bitBase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_4BIT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63247:10
[INFO] [stdout]       |
[INFO] [stdout] 63247 | pub type EFI_HII_IIBT_IMAGE_4BIT_BLOCK = _EFI_HII_IIBT_IMAGE_4BIT_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage4bitBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63313:10
[INFO] [stdout]       |
[INFO] [stdout] 63313 | pub type EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK = _EFI_HII_IIBT_IMAGE_4BIT_TRANS_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage4bitTransBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_8BIT_BASE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63370:10
[INFO] [stdout]       |
[INFO] [stdout] 63370 | pub type EFI_HII_IIBT_IMAGE_8BIT_BASE = _EFI_HII_IIBT_IMAGE_8BIT_BASE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage8bitBase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_8BIT_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63436:10
[INFO] [stdout]       |
[INFO] [stdout] 63436 | pub type EFI_HII_IIBT_IMAGE_8BIT_BLOCK = _EFI_HII_IIBT_IMAGE_8BIT_PALETTE_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage8bitBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_IMAGE_8BIT_TRAN_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63502:10
[INFO] [stdout]       |
[INFO] [stdout] 63502 | pub type EFI_HII_IIBT_IMAGE_8BIT_TRAN_BLOCK = _EFI_HII_IIBT_IMAGE_8BIT_TRANS_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtImage8bitTranBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_DUPLICATE_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63546:10
[INFO] [stdout]       |
[INFO] [stdout] 63546 | pub type EFI_HII_IIBT_DUPLICATE_BLOCK = _EFI_HII_IIBT_DUPLICATE_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtDuplicateBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_JPEG_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63597:10
[INFO] [stdout]       |
[INFO] [stdout] 63597 | pub type EFI_HII_IIBT_JPEG_BLOCK = _EFI_HII_IIBT_JPEG_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtJpegBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_PNG_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63648:10
[INFO] [stdout]       |
[INFO] [stdout] 63648 | pub type EFI_HII_IIBT_PNG_BLOCK = _EFI_HII_IIBT_PNG_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtPngBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_SKIP1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63692:10
[INFO] [stdout]       |
[INFO] [stdout] 63692 | pub type EFI_HII_IIBT_SKIP1_BLOCK = _EFI_HII_IIBT_SKIP1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtSkip1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IIBT_SKIP2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63736:10
[INFO] [stdout]       |
[INFO] [stdout] 63736 | pub type EFI_HII_IIBT_SKIP2_BLOCK = _EFI_HII_IIBT_SKIP2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiIibtSkip2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IMAGE_PALETTE_INFO_HEADER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63771:10
[INFO] [stdout]       |
[INFO] [stdout] 63771 | pub type EFI_HII_IMAGE_PALETTE_INFO_HEADER = _EFI_HII_IMAGE_PALETTE_INFO_HEADER;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImagePaletteInfoHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_IMAGE_PALETTE_INFO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63816:10
[INFO] [stdout]       |
[INFO] [stdout] 63816 | pub type EFI_HII_IMAGE_PALETTE_INFO = _EFI_HII_IMAGE_PALETTE_INFO;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiImagePaletteInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_FORM_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:63847:10
[INFO] [stdout]       |
[INFO] [stdout] 63847 | pub type EFI_HII_FORM_PACKAGE_HDR = _EFI_HII_FORM_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiFormPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_OP_HEADER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64193:10
[INFO] [stdout]       |
[INFO] [stdout] 64193 | pub type EFI_IFR_OP_HEADER = _EFI_IFR_OP_HEADER;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOpHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_STATEMENT_HEADER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64235:10
[INFO] [stdout]       |
[INFO] [stdout] 64235 | pub type EFI_IFR_STATEMENT_HEADER = _EFI_IFR_STATEMENT_HEADER;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrStatementHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_QUESTION_HEADER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64366:10
[INFO] [stdout]       |
[INFO] [stdout] 64366 | pub type EFI_IFR_QUESTION_HEADER = _EFI_IFR_QUESTION_HEADER;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DEFAULTSTORE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64419:10
[INFO] [stdout]       |
[INFO] [stdout] 64419 | pub type EFI_IFR_DEFAULTSTORE = _EFI_IFR_DEFAULTSTORE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDefaultstore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_VARSTORE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64492:10
[INFO] [stdout]       |
[INFO] [stdout] 64492 | pub type EFI_IFR_VARSTORE = _EFI_IFR_VARSTORE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_VARSTORE_EFI` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64580:10
[INFO] [stdout]       |
[INFO] [stdout] 64580 | pub type EFI_IFR_VARSTORE_EFI = _EFI_IFR_VARSTORE_EFI;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstoreEfi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_VARSTORE_NAME_VALUE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64637:10
[INFO] [stdout]       |
[INFO] [stdout] 64637 | pub type EFI_IFR_VARSTORE_NAME_VALUE = _EFI_IFR_VARSTORE_NAME_VALUE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstoreNameValue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_FORM_SET` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64710:10
[INFO] [stdout]       |
[INFO] [stdout] 64710 | pub type EFI_IFR_FORM_SET = _EFI_IFR_FORM_SET;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFormSet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_END` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64739:10
[INFO] [stdout]       |
[INFO] [stdout] 64739 | pub type EFI_IFR_END = _EFI_IFR_END;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_FORM` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64790:10
[INFO] [stdout]       |
[INFO] [stdout] 64790 | pub type EFI_IFR_FORM = _EFI_IFR_FORM;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrForm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_IMAGE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64830:10
[INFO] [stdout]       |
[INFO] [stdout] 64830 | pub type EFI_IFR_IMAGE = _EFI_IFR_IMAGE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrImage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MODAL_TAG` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64859:10
[INFO] [stdout]       |
[INFO] [stdout] 64859 | pub type EFI_IFR_MODAL_TAG = _EFI_IFR_MODAL_TAG;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrModalTag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_LOCKED` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64888:10
[INFO] [stdout]       |
[INFO] [stdout] 64888 | pub type EFI_IFR_LOCKED = _EFI_IFR_LOCKED;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLocked`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_RULE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64928:10
[INFO] [stdout]       |
[INFO] [stdout] 64928 | pub type EFI_IFR_RULE = _EFI_IFR_RULE;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DEFAULT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:64990:10
[INFO] [stdout]       |
[INFO] [stdout] 64990 | pub type EFI_IFR_DEFAULT = _EFI_IFR_DEFAULT;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDefault`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DEFAULT_2` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65041:10
[INFO] [stdout]       |
[INFO] [stdout] 65041 | pub type EFI_IFR_DEFAULT_2 = _EFI_IFR_DEFAULT_2;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDefault2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_VALUE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65070:10
[INFO] [stdout]       |
[INFO] [stdout] 65070 | pub type EFI_IFR_VALUE = _EFI_IFR_VALUE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrValue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SUBTITLE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65121:10
[INFO] [stdout]       |
[INFO] [stdout] 65121 | pub type EFI_IFR_SUBTITLE = _EFI_IFR_SUBTITLE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSubtitle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_CHECKBOX` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65172:10
[INFO] [stdout]       |
[INFO] [stdout] 65172 | pub type EFI_IFR_CHECKBOX = _EFI_IFR_CHECKBOX;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrCheckbox`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TEXT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65223:10
[INFO] [stdout]       |
[INFO] [stdout] 65223 | pub type EFI_IFR_TEXT = _EFI_IFR_TEXT;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrText`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65274:10
[INFO] [stdout]       |
[INFO] [stdout] 65274 | pub type EFI_IFR_REF = _EFI_IFR_REF;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REF2` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65336:10
[INFO] [stdout]       |
[INFO] [stdout] 65336 | pub type EFI_IFR_REF2 = _EFI_IFR_REF2;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REF3` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65409:10
[INFO] [stdout]       |
[INFO] [stdout] 65409 | pub type EFI_IFR_REF3 = _EFI_IFR_REF3;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REF4` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65493:10
[INFO] [stdout]       |
[INFO] [stdout] 65493 | pub type EFI_IFR_REF4 = _EFI_IFR_REF4;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REF5` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65533:10
[INFO] [stdout]       |
[INFO] [stdout] 65533 | pub type EFI_IFR_REF5 = _EFI_IFR_REF5;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRef5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_RESET_BUTTON` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65584:10
[INFO] [stdout]       |
[INFO] [stdout] 65584 | pub type EFI_IFR_RESET_BUTTON = _EFI_IFR_RESET_BUTTON;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrResetButton`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ACTION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65635:10
[INFO] [stdout]       |
[INFO] [stdout] 65635 | pub type EFI_IFR_ACTION = _EFI_IFR_ACTION;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ACTION_1` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65675:10
[INFO] [stdout]       |
[INFO] [stdout] 65675 | pub type EFI_IFR_ACTION_1 = _EFI_IFR_ACTION_1;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAction1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DATE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:65726:10
[INFO] [stdout]       |
[INFO] [stdout] 65726 | pub type EFI_IFR_DATE = _EFI_IFR_DATE;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_NUMERIC` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66074:10
[INFO] [stdout]       |
[INFO] [stdout] 66074 | pub type EFI_IFR_NUMERIC = _EFI_IFR_NUMERIC;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNumeric`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ONE_OF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66136:10
[INFO] [stdout]       |
[INFO] [stdout] 66136 | pub type EFI_IFR_ONE_OF = _EFI_IFR_ONE_OF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOneOf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_STRING` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66209:10
[INFO] [stdout]       |
[INFO] [stdout] 66209 | pub type EFI_IFR_STRING = _EFI_IFR_STRING;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_PASSWORD` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66271:10
[INFO] [stdout]       |
[INFO] [stdout] 66271 | pub type EFI_IFR_PASSWORD = _EFI_IFR_PASSWORD;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrPassword`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ORDERED_LIST` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66335:10
[INFO] [stdout]       |
[INFO] [stdout] 66335 | pub type EFI_IFR_ORDERED_LIST = _EFI_IFR_ORDERED_LIST;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOrderedList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TIME` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66386:10
[INFO] [stdout]       |
[INFO] [stdout] 66386 | pub type EFI_IFR_TIME = _EFI_IFR_TIME;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrTime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DISABLE_IF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66415:10
[INFO] [stdout]       |
[INFO] [stdout] 66415 | pub type EFI_IFR_DISABLE_IF = _EFI_IFR_DISABLE_IF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDisableIf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SUPPRESS_IF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66444:10
[INFO] [stdout]       |
[INFO] [stdout] 66444 | pub type EFI_IFR_SUPPRESS_IF = _EFI_IFR_SUPPRESS_IF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSuppressIf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_GRAY_OUT_IF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66473:10
[INFO] [stdout]       |
[INFO] [stdout] 66473 | pub type EFI_IFR_GRAY_OUT_IF = _EFI_IFR_GRAY_OUT_IF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGrayOutIf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_INCONSISTENT_IF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66513:10
[INFO] [stdout]       |
[INFO] [stdout] 66513 | pub type EFI_IFR_INCONSISTENT_IF = _EFI_IFR_INCONSISTENT_IF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrInconsistentIf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_NO_SUBMIT_IF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66553:10
[INFO] [stdout]       |
[INFO] [stdout] 66553 | pub type EFI_IFR_NO_SUBMIT_IF = _EFI_IFR_NO_SUBMIT_IF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNoSubmitIf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_WARNING_IF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66604:10
[INFO] [stdout]       |
[INFO] [stdout] 66604 | pub type EFI_IFR_WARNING_IF = _EFI_IFR_WARNING_IF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrWarningIf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REFRESH` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66646:10
[INFO] [stdout]       |
[INFO] [stdout] 66646 | pub type EFI_IFR_REFRESH = _EFI_IFR_REFRESH;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRefresh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_VARSTORE_DEVICE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66688:10
[INFO] [stdout]       |
[INFO] [stdout] 66688 | pub type EFI_IFR_VARSTORE_DEVICE = _EFI_IFR_VARSTORE_DEVICE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVarstoreDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ONE_OF_OPTION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66761:10
[INFO] [stdout]       |
[INFO] [stdout] 66761 | pub type EFI_IFR_ONE_OF_OPTION = _EFI_IFR_ONE_OF_OPTION;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOneOfOption`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_GUID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66801:10
[INFO] [stdout]       |
[INFO] [stdout] 66801 | pub type EFI_IFR_GUID = _EFI_IFR_GUID;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGuid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_REFRESH_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66843:10
[INFO] [stdout]       |
[INFO] [stdout] 66843 | pub type EFI_IFR_REFRESH_ID = _EFI_IFR_REFRESH_ID;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRefreshId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DUP` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66872:10
[INFO] [stdout]       |
[INFO] [stdout] 66872 | pub type EFI_IFR_DUP = _EFI_IFR_DUP;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_EQ_ID_ID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66923:10
[INFO] [stdout]       |
[INFO] [stdout] 66923 | pub type EFI_IFR_EQ_ID_ID = _EFI_IFR_EQ_ID_ID;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqIdId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_EQ_ID_VAL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:66974:10
[INFO] [stdout]       |
[INFO] [stdout] 66974 | pub type EFI_IFR_EQ_ID_VAL = _EFI_IFR_EQ_ID_VAL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqIdVal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_EQ_ID_VAL_LIST` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67042:10
[INFO] [stdout]       |
[INFO] [stdout] 67042 | pub type EFI_IFR_EQ_ID_VAL_LIST = _EFI_IFR_EQ_ID_VAL_LIST;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqIdValList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_u8` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67082:10
[INFO] [stdout]       |
[INFO] [stdout] 67082 | pub type EFI_IFR_u8 = _EFI_IFR_u8;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_u16` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67122:10
[INFO] [stdout]       |
[INFO] [stdout] 67122 | pub type EFI_IFR_u16 = _EFI_IFR_u16;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_u32` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67162:10
[INFO] [stdout]       |
[INFO] [stdout] 67162 | pub type EFI_IFR_u32 = _EFI_IFR_u32;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_u64` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67202:10
[INFO] [stdout]       |
[INFO] [stdout] 67202 | pub type EFI_IFR_u64 = _EFI_IFR_u64;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrU64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_QUESTION_REF1` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67244:10
[INFO] [stdout]       |
[INFO] [stdout] 67244 | pub type EFI_IFR_QUESTION_REF1 = _EFI_IFR_QUESTION_REF1;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_QUESTION_REF2` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67273:10
[INFO] [stdout]       |
[INFO] [stdout] 67273 | pub type EFI_IFR_QUESTION_REF2 = _EFI_IFR_QUESTION_REF2;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_QUESTION_REF3` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67302:10
[INFO] [stdout]       |
[INFO] [stdout] 67302 | pub type EFI_IFR_QUESTION_REF3 = _EFI_IFR_QUESTION_REF3;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_QUESTION_REF3_2` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67344:10
[INFO] [stdout]       |
[INFO] [stdout] 67344 | pub type EFI_IFR_QUESTION_REF3_2 = _EFI_IFR_QUESTION_REF3_2;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef3_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_QUESTION_REF3_3` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67397:10
[INFO] [stdout]       |
[INFO] [stdout] 67397 | pub type EFI_IFR_QUESTION_REF3_3 = _EFI_IFR_QUESTION_REF3_3;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrQuestionRef3_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_RULE_REF` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67437:10
[INFO] [stdout]       |
[INFO] [stdout] 67437 | pub type EFI_IFR_RULE_REF = _EFI_IFR_RULE_REF;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRuleRef`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_STRING_REF1` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67477:10
[INFO] [stdout]       |
[INFO] [stdout] 67477 | pub type EFI_IFR_STRING_REF1 = _EFI_IFR_STRING_REF1;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrStringRef1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_STRING_REF2` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67506:10
[INFO] [stdout]       |
[INFO] [stdout] 67506 | pub type EFI_IFR_STRING_REF2 = _EFI_IFR_STRING_REF2;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrStringRef2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_THIS` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67535:10
[INFO] [stdout]       |
[INFO] [stdout] 67535 | pub type EFI_IFR_THIS = _EFI_IFR_THIS;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrThis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TRUE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67564:10
[INFO] [stdout]       |
[INFO] [stdout] 67564 | pub type EFI_IFR_TRUE = _EFI_IFR_TRUE;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrTrue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_FALSE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67593:10
[INFO] [stdout]       |
[INFO] [stdout] 67593 | pub type EFI_IFR_FALSE = _EFI_IFR_FALSE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFalse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ONE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67622:10
[INFO] [stdout]       |
[INFO] [stdout] 67622 | pub type EFI_IFR_ONE = _EFI_IFR_ONE;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOne`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ONES` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67651:10
[INFO] [stdout]       |
[INFO] [stdout] 67651 | pub type EFI_IFR_ONES = _EFI_IFR_ONES;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOnes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ZERO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67680:10
[INFO] [stdout]       |
[INFO] [stdout] 67680 | pub type EFI_IFR_ZERO = _EFI_IFR_ZERO;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrZero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_UNDEFINED` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67709:10
[INFO] [stdout]       |
[INFO] [stdout] 67709 | pub type EFI_IFR_UNDEFINED = _EFI_IFR_UNDEFINED;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrUndefined`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_VERSION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67738:10
[INFO] [stdout]       |
[INFO] [stdout] 67738 | pub type EFI_IFR_VERSION = _EFI_IFR_VERSION;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_LENGTH` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67767:10
[INFO] [stdout]       |
[INFO] [stdout] 67767 | pub type EFI_IFR_LENGTH = _EFI_IFR_LENGTH;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLength`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_NOT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67796:10
[INFO] [stdout]       |
[INFO] [stdout] 67796 | pub type EFI_IFR_NOT = _EFI_IFR_NOT;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_BITWISE_NOT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67825:10
[INFO] [stdout]       |
[INFO] [stdout] 67825 | pub type EFI_IFR_BITWISE_NOT = _EFI_IFR_BITWISE_NOT;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrBitwiseNot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TO_bool` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67854:10
[INFO] [stdout]       |
[INFO] [stdout] 67854 | pub type EFI_IFR_TO_bool = _EFI_IFR_TO_bool;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToBool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TO_STRING` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67894:10
[INFO] [stdout]       |
[INFO] [stdout] 67894 | pub type EFI_IFR_TO_STRING = _EFI_IFR_TO_STRING;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToString`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TO_UINT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67923:10
[INFO] [stdout]       |
[INFO] [stdout] 67923 | pub type EFI_IFR_TO_UINT = _EFI_IFR_TO_UINT;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToUint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TO_UPPER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67952:10
[INFO] [stdout]       |
[INFO] [stdout] 67952 | pub type EFI_IFR_TO_UPPER = _EFI_IFR_TO_UPPER;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToUpper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TO_LOWER` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:67981:10
[INFO] [stdout]       |
[INFO] [stdout] 67981 | pub type EFI_IFR_TO_LOWER = _EFI_IFR_TO_LOWER;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToLower`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ADD` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68010:10
[INFO] [stdout]       |
[INFO] [stdout] 68010 | pub type EFI_IFR_ADD = _EFI_IFR_ADD;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAdd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_AND` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68039:10
[INFO] [stdout]       |
[INFO] [stdout] 68039 | pub type EFI_IFR_AND = _EFI_IFR_AND;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_BITWISE_AND` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68068:10
[INFO] [stdout]       |
[INFO] [stdout] 68068 | pub type EFI_IFR_BITWISE_AND = _EFI_IFR_BITWISE_AND;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrBitwiseAnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_BITWISE_OR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68097:10
[INFO] [stdout]       |
[INFO] [stdout] 68097 | pub type EFI_IFR_BITWISE_OR = _EFI_IFR_BITWISE_OR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrBitwiseOr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_CATENATE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68126:10
[INFO] [stdout]       |
[INFO] [stdout] 68126 | pub type EFI_IFR_CATENATE = _EFI_IFR_CATENATE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrCatenate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_DIVIDE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68155:10
[INFO] [stdout]       |
[INFO] [stdout] 68155 | pub type EFI_IFR_DIVIDE = _EFI_IFR_DIVIDE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrDivide`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_EQUAL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68184:10
[INFO] [stdout]       |
[INFO] [stdout] 68184 | pub type EFI_IFR_EQUAL = _EFI_IFR_EQUAL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrEqual`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_GREATER_EQUAL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68213:10
[INFO] [stdout]       |
[INFO] [stdout] 68213 | pub type EFI_IFR_GREATER_EQUAL = _EFI_IFR_GREATER_EQUAL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGreaterEqual`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_GREATER_THAN` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68242:10
[INFO] [stdout]       |
[INFO] [stdout] 68242 | pub type EFI_IFR_GREATER_THAN = _EFI_IFR_GREATER_THAN;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGreaterThan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_LESS_EQUAL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68271:10
[INFO] [stdout]       |
[INFO] [stdout] 68271 | pub type EFI_IFR_LESS_EQUAL = _EFI_IFR_LESS_EQUAL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLessEqual`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_LESS_THAN` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68300:10
[INFO] [stdout]       |
[INFO] [stdout] 68300 | pub type EFI_IFR_LESS_THAN = _EFI_IFR_LESS_THAN;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrLessThan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MATCH` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68329:10
[INFO] [stdout]       |
[INFO] [stdout] 68329 | pub type EFI_IFR_MATCH = _EFI_IFR_MATCH;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMatch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MATCH2` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68369:10
[INFO] [stdout]       |
[INFO] [stdout] 68369 | pub type EFI_IFR_MATCH2 = _EFI_IFR_MATCH2;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMatch2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MULTIPLY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68398:10
[INFO] [stdout]       |
[INFO] [stdout] 68398 | pub type EFI_IFR_MULTIPLY = _EFI_IFR_MULTIPLY;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMultiply`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MODULO` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68427:10
[INFO] [stdout]       |
[INFO] [stdout] 68427 | pub type EFI_IFR_MODULO = _EFI_IFR_MODULO;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrModulo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_NOT_EQUAL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68456:10
[INFO] [stdout]       |
[INFO] [stdout] 68456 | pub type EFI_IFR_NOT_EQUAL = _EFI_IFR_NOT_EQUAL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrNotEqual`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_OR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68485:10
[INFO] [stdout]       |
[INFO] [stdout] 68485 | pub type EFI_IFR_OR = _EFI_IFR_OR;
[INFO] [stdout]       |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrOr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SHIFT_LEFT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68514:10
[INFO] [stdout]       |
[INFO] [stdout] 68514 | pub type EFI_IFR_SHIFT_LEFT = _EFI_IFR_SHIFT_LEFT;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrShiftLeft`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SHIFT_RIGHT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68543:10
[INFO] [stdout]       |
[INFO] [stdout] 68543 | pub type EFI_IFR_SHIFT_RIGHT = _EFI_IFR_SHIFT_RIGHT;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrShiftRight`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SUBTRACT` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68572:10
[INFO] [stdout]       |
[INFO] [stdout] 68572 | pub type EFI_IFR_SUBTRACT = _EFI_IFR_SUBTRACT;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSubtract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_CONDITIONAL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68601:10
[INFO] [stdout]       |
[INFO] [stdout] 68601 | pub type EFI_IFR_CONDITIONAL = _EFI_IFR_CONDITIONAL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrConditional`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_FIND` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68641:10
[INFO] [stdout]       |
[INFO] [stdout] 68641 | pub type EFI_IFR_FIND = _EFI_IFR_FIND;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MID` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68670:10
[INFO] [stdout]       |
[INFO] [stdout] 68670 | pub type EFI_IFR_MID = _EFI_IFR_MID;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_TOKEN` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68699:10
[INFO] [stdout]       |
[INFO] [stdout] 68699 | pub type EFI_IFR_TOKEN = _EFI_IFR_TOKEN;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrToken`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SPAN` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68739:10
[INFO] [stdout]       |
[INFO] [stdout] 68739 | pub type EFI_IFR_SPAN = _EFI_IFR_SPAN;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSpan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SECURITY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68779:10
[INFO] [stdout]       |
[INFO] [stdout] 68779 | pub type EFI_IFR_SECURITY = _EFI_IFR_SECURITY;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSecurity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_FORM_MAP_METHOD` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68824:10
[INFO] [stdout]       |
[INFO] [stdout] 68824 | pub type EFI_IFR_FORM_MAP_METHOD = _EFI_IFR_FORM_MAP_METHOD;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFormMapMethod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_FORM_MAP` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68864:10
[INFO] [stdout]       |
[INFO] [stdout] 68864 | pub type EFI_IFR_FORM_MAP = _EFI_IFR_FORM_MAP;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrFormMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_SET` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:68970:10
[INFO] [stdout]       |
[INFO] [stdout] 68970 | pub type EFI_IFR_SET = _EFI_IFR_SET;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrSet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_GET` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69076:10
[INFO] [stdout]       |
[INFO] [stdout] 69076 | pub type EFI_IFR_GET = _EFI_IFR_GET;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrGet`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_READ` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69105:10
[INFO] [stdout]       |
[INFO] [stdout] 69105 | pub type EFI_IFR_READ = _EFI_IFR_READ;
[INFO] [stdout]       |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrRead`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_WRITE` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69134:10
[INFO] [stdout]       |
[INFO] [stdout] 69134 | pub type EFI_IFR_WRITE = _EFI_IFR_WRITE;
[INFO] [stdout]       |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrWrite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_MAP` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69163:10
[INFO] [stdout]       |
[INFO] [stdout] 69163 | pub type EFI_IFR_MAP = _EFI_IFR_MAP;
[INFO] [stdout]       |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrMap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_KEY` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69269:10
[INFO] [stdout]       |
[INFO] [stdout] 69269 | pub type EFI_KEY = u32;
[INFO] [stdout]       |          ^^^^^^^ help: convert the identifier to upper camel case: `EfiKey`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_IFR_ANIMATION` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69521:10
[INFO] [stdout]       |
[INFO] [stdout] 69521 | pub type EFI_IFR_ANIMATION = _EFI_IFR_ANIMATION;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiIfrAnimation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_ANIMATION_PACKAGE_HDR` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69566:10
[INFO] [stdout]       |
[INFO] [stdout] 69566 | pub type EFI_HII_ANIMATION_PACKAGE_HDR = _EFI_HII_ANIMATION_PACKAGE_HDR;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAnimationPackageHdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_ANIMATION_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69597:10
[INFO] [stdout]       |
[INFO] [stdout] 69597 | pub type EFI_HII_ANIMATION_BLOCK = _EFI_HII_ANIMATION_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAnimationBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_EXT1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69650:10
[INFO] [stdout]       |
[INFO] [stdout] 69650 | pub type EFI_HII_AIBT_EXT1_BLOCK = _EFI_HII_AIBT_EXT1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtExt1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_EXT2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69703:10
[INFO] [stdout]       |
[INFO] [stdout] 69703 | pub type EFI_HII_AIBT_EXT2_BLOCK = _EFI_HII_AIBT_EXT2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtExt2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_EXT4_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69756:10
[INFO] [stdout]       |
[INFO] [stdout] 69756 | pub type EFI_HII_AIBT_EXT4_BLOCK = _EFI_HII_AIBT_EXT4_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtExt4Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_ANIMATION_CELL` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69818:10
[INFO] [stdout]       |
[INFO] [stdout] 69818 | pub type EFI_HII_ANIMATION_CELL = _EFI_HII_ANIMATION_CELL;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAnimationCell`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:69909:10
[INFO] [stdout]       |
[INFO] [stdout] 69909 | pub type EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK = _EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtOverlayImagesBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_CLEAR_IMAGES_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70012:10
[INFO] [stdout]       |
[INFO] [stdout] 70012 | pub type EFI_HII_AIBT_CLEAR_IMAGES_BLOCK = _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtClearImagesBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_RESTORE_SCRN_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70101:10
[INFO] [stdout]       |
[INFO] [stdout] 70101 | pub type EFI_HII_AIBT_RESTORE_SCRN_BLOCK = _EFI_HII_AIBT_RESTORE_SCRN_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtRestoreScrnBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_OVERLAY_IMAGES_LOOP_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70102:10
[INFO] [stdout]       |
[INFO] [stdout] 70102 | pub type EFI_HII_AIBT_OVERLAY_IMAGES_LOOP_BLOCK = EFI_HII_AIBT_OVERLAY_IMAGES_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtOverlayImagesLoopBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_CLEAR_IMAGES_LOOP_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70103:10
[INFO] [stdout]       |
[INFO] [stdout] 70103 | pub type EFI_HII_AIBT_CLEAR_IMAGES_LOOP_BLOCK = EFI_HII_AIBT_CLEAR_IMAGES_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtClearImagesLoopBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_RESTORE_SCRN_LOOP_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70104:10
[INFO] [stdout]       |
[INFO] [stdout] 70104 | pub type EFI_HII_AIBT_RESTORE_SCRN_LOOP_BLOCK = EFI_HII_AIBT_RESTORE_SCRN_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtRestoreScrnLoopBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_DUPLICATE_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70136:10
[INFO] [stdout]       |
[INFO] [stdout] 70136 | pub type EFI_HII_AIBT_DUPLICATE_BLOCK = _EFI_HII_AIBT_DUPLICATE_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtDuplicateBlock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_SKIP1_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70167:10
[INFO] [stdout]       |
[INFO] [stdout] 70167 | pub type EFI_HII_AIBT_SKIP1_BLOCK = _EFI_HII_AIBT_SKIP1_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtSkip1Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EFI_HII_AIBT_SKIP2_BLOCK` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70198:10
[INFO] [stdout]       |
[INFO] [stdout] 70198 | pub type EFI_HII_AIBT_SKIP2_BLOCK = _EFI_HII_AIBT_SKIP2_BLOCK;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EfiHiiAibtSkip2Block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `__builtin_ms_va_list` should have an upper camel case name
[INFO] [stdout]      --> src/lib.rs:70199:10
[INFO] [stdout]       |
[INFO] [stdout] 70199 | pub type __builtin_ms_va_list = *mut u8;
[INFO] [stdout]       |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinMsVaList`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]    --> src/lib.rs:997:39
[INFO] [stdout]     |
[INFO] [stdout] 997 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 2u8) as u8) }
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]     = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]     = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout]     = note: `#[warn(unaligned_references)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1003:13
[INFO] [stdout]      |
[INFO] [stdout] 1003 |             self._bitfield_1.set(0usize, 2u8, val as u64)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1008:39
[INFO] [stdout]      |
[INFO] [stdout] 1008 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 6u8) as u8) }
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1014:13
[INFO] [stdout]      |
[INFO] [stdout] 1014 |             self._bitfield_1.set(2usize, 6u8, val as u64)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1019:39
[INFO] [stdout]      |
[INFO] [stdout] 1019 |         unsafe { core::mem::transmute(self._bitfield_1.get(8usize, 5u8) as u16) }
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1025:13
[INFO] [stdout]      |
[INFO] [stdout] 1025 |             self._bitfield_1.set(8usize, 5u8, val as u64)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1030:39
[INFO] [stdout]      |
[INFO] [stdout] 1030 |         unsafe { core::mem::transmute(self._bitfield_1.get(16usize, 11u8) as u16) }
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]     --> src/lib.rs:1036:13
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             self._bitfield_1.set(16usize, 11u8, val as u64)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]      = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]      = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13665:39
[INFO] [stdout]       |
[INFO] [stdout] 13665 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13671:13
[INFO] [stdout]       |
[INFO] [stdout] 13671 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13676:39
[INFO] [stdout]       |
[INFO] [stdout] 13676 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13682:13
[INFO] [stdout]       |
[INFO] [stdout] 13682 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13687:39
[INFO] [stdout]       |
[INFO] [stdout] 13687 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13693:13
[INFO] [stdout]       |
[INFO] [stdout] 13693 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13698:39
[INFO] [stdout]       |
[INFO] [stdout] 13698 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13704:13
[INFO] [stdout]       |
[INFO] [stdout] 13704 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13709:39
[INFO] [stdout]       |
[INFO] [stdout] 13709 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 10u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13715:13
[INFO] [stdout]       |
[INFO] [stdout] 13715 |             self._bitfield_1.set(4usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13720:39
[INFO] [stdout]       |
[INFO] [stdout] 13720 |         unsafe { core::mem::transmute(self._bitfield_1.get(14usize, 18u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:13726:13
[INFO] [stdout]       |
[INFO] [stdout] 13726 |             self._bitfield_1.set(14usize, 18u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14419:39
[INFO] [stdout]       |
[INFO] [stdout] 14419 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14425:13
[INFO] [stdout]       |
[INFO] [stdout] 14425 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14430:39
[INFO] [stdout]       |
[INFO] [stdout] 14430 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14436:13
[INFO] [stdout]       |
[INFO] [stdout] 14436 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14441:39
[INFO] [stdout]       |
[INFO] [stdout] 14441 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14447:13
[INFO] [stdout]       |
[INFO] [stdout] 14447 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14452:39
[INFO] [stdout]       |
[INFO] [stdout] 14452 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14458:13
[INFO] [stdout]       |
[INFO] [stdout] 14458 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14463:39
[INFO] [stdout]       |
[INFO] [stdout] 14463 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14469:13
[INFO] [stdout]       |
[INFO] [stdout] 14469 |             self._bitfield_1.set(4usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14474:39
[INFO] [stdout]       |
[INFO] [stdout] 14474 |         unsafe { core::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14480:13
[INFO] [stdout]       |
[INFO] [stdout] 14480 |             self._bitfield_1.set(5usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14485:39
[INFO] [stdout]       |
[INFO] [stdout] 14485 |         unsafe { core::mem::transmute(self._bitfield_1.get(6usize, 10u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:14491:13
[INFO] [stdout]       |
[INFO] [stdout] 14491 |             self._bitfield_1.set(6usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23907:39
[INFO] [stdout]       |
[INFO] [stdout] 23907 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23913:13
[INFO] [stdout]       |
[INFO] [stdout] 23913 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23918:39
[INFO] [stdout]       |
[INFO] [stdout] 23918 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23924:13
[INFO] [stdout]       |
[INFO] [stdout] 23924 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23929:39
[INFO] [stdout]       |
[INFO] [stdout] 23929 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23935:13
[INFO] [stdout]       |
[INFO] [stdout] 23935 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23940:39
[INFO] [stdout]       |
[INFO] [stdout] 23940 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23946:13
[INFO] [stdout]       |
[INFO] [stdout] 23946 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23951:39
[INFO] [stdout]       |
[INFO] [stdout] 23951 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 10u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23957:13
[INFO] [stdout]       |
[INFO] [stdout] 23957 |             self._bitfield_1.set(4usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23962:39
[INFO] [stdout]       |
[INFO] [stdout] 23962 |         unsafe { core::mem::transmute(self._bitfield_1.get(14usize, 18u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:23968:13
[INFO] [stdout]       |
[INFO] [stdout] 23968 |             self._bitfield_1.set(14usize, 18u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24661:39
[INFO] [stdout]       |
[INFO] [stdout] 24661 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24667:13
[INFO] [stdout]       |
[INFO] [stdout] 24667 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24672:39
[INFO] [stdout]       |
[INFO] [stdout] 24672 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24678:13
[INFO] [stdout]       |
[INFO] [stdout] 24678 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24683:39
[INFO] [stdout]       |
[INFO] [stdout] 24683 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24689:13
[INFO] [stdout]       |
[INFO] [stdout] 24689 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24694:39
[INFO] [stdout]       |
[INFO] [stdout] 24694 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24700:13
[INFO] [stdout]       |
[INFO] [stdout] 24700 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24705:39
[INFO] [stdout]       |
[INFO] [stdout] 24705 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24711:13
[INFO] [stdout]       |
[INFO] [stdout] 24711 |             self._bitfield_1.set(4usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24716:39
[INFO] [stdout]       |
[INFO] [stdout] 24716 |         unsafe { core::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24722:13
[INFO] [stdout]       |
[INFO] [stdout] 24722 |             self._bitfield_1.set(5usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24727:39
[INFO] [stdout]       |
[INFO] [stdout] 24727 |         unsafe { core::mem::transmute(self._bitfield_1.get(6usize, 10u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:24733:13
[INFO] [stdout]       |
[INFO] [stdout] 24733 |             self._bitfield_1.set(6usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34560:39
[INFO] [stdout]       |
[INFO] [stdout] 34560 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34566:13
[INFO] [stdout]       |
[INFO] [stdout] 34566 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34571:39
[INFO] [stdout]       |
[INFO] [stdout] 34571 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34577:13
[INFO] [stdout]       |
[INFO] [stdout] 34577 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34582:39
[INFO] [stdout]       |
[INFO] [stdout] 34582 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34588:13
[INFO] [stdout]       |
[INFO] [stdout] 34588 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34593:39
[INFO] [stdout]       |
[INFO] [stdout] 34593 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34599:13
[INFO] [stdout]       |
[INFO] [stdout] 34599 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34604:39
[INFO] [stdout]       |
[INFO] [stdout] 34604 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 10u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34610:13
[INFO] [stdout]       |
[INFO] [stdout] 34610 |             self._bitfield_1.set(4usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34615:39
[INFO] [stdout]       |
[INFO] [stdout] 34615 |         unsafe { core::mem::transmute(self._bitfield_1.get(14usize, 18u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:34621:13
[INFO] [stdout]       |
[INFO] [stdout] 34621 |             self._bitfield_1.set(14usize, 18u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35314:39
[INFO] [stdout]       |
[INFO] [stdout] 35314 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35320:13
[INFO] [stdout]       |
[INFO] [stdout] 35320 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35325:39
[INFO] [stdout]       |
[INFO] [stdout] 35325 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35331:13
[INFO] [stdout]       |
[INFO] [stdout] 35331 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35336:39
[INFO] [stdout]       |
[INFO] [stdout] 35336 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35342:13
[INFO] [stdout]       |
[INFO] [stdout] 35342 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35347:39
[INFO] [stdout]       |
[INFO] [stdout] 35347 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35353:13
[INFO] [stdout]       |
[INFO] [stdout] 35353 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35358:39
[INFO] [stdout]       |
[INFO] [stdout] 35358 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35364:13
[INFO] [stdout]       |
[INFO] [stdout] 35364 |             self._bitfield_1.set(4usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35369:39
[INFO] [stdout]       |
[INFO] [stdout] 35369 |         unsafe { core::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35375:13
[INFO] [stdout]       |
[INFO] [stdout] 35375 |             self._bitfield_1.set(5usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35380:39
[INFO] [stdout]       |
[INFO] [stdout] 35380 |         unsafe { core::mem::transmute(self._bitfield_1.get(6usize, 10u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:35386:13
[INFO] [stdout]       |
[INFO] [stdout] 35386 |             self._bitfield_1.set(6usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45547:39
[INFO] [stdout]       |
[INFO] [stdout] 45547 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 4u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45553:13
[INFO] [stdout]       |
[INFO] [stdout] 45553 |             self._bitfield_1.set(0usize, 4u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45558:39
[INFO] [stdout]       |
[INFO] [stdout] 45558 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 4u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45564:13
[INFO] [stdout]       |
[INFO] [stdout] 45564 |             self._bitfield_1.set(4usize, 4u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45569:39
[INFO] [stdout]       |
[INFO] [stdout] 45569 |         unsafe { core::mem::transmute(self._bitfield_1.get(8usize, 4u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45575:13
[INFO] [stdout]       |
[INFO] [stdout] 45575 |             self._bitfield_1.set(8usize, 4u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45580:39
[INFO] [stdout]       |
[INFO] [stdout] 45580 |         unsafe { core::mem::transmute(self._bitfield_1.get(12usize, 4u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45586:13
[INFO] [stdout]       |
[INFO] [stdout] 45586 |             self._bitfield_1.set(12usize, 4u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45591:39
[INFO] [stdout]       |
[INFO] [stdout] 45591 |         unsafe { core::mem::transmute(self._bitfield_1.get(16usize, 12u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45597:13
[INFO] [stdout]       |
[INFO] [stdout] 45597 |             self._bitfield_1.set(16usize, 12u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45602:39
[INFO] [stdout]       |
[INFO] [stdout] 45602 |         unsafe { core::mem::transmute(self._bitfield_1.get(28usize, 4u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:45608:13
[INFO] [stdout]       |
[INFO] [stdout] 45608 |             self._bitfield_1.set(28usize, 4u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46688:39
[INFO] [stdout]       |
[INFO] [stdout] 46688 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46694:13
[INFO] [stdout]       |
[INFO] [stdout] 46694 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46699:39
[INFO] [stdout]       |
[INFO] [stdout] 46699 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46705:13
[INFO] [stdout]       |
[INFO] [stdout] 46705 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46710:39
[INFO] [stdout]       |
[INFO] [stdout] 46710 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46716:13
[INFO] [stdout]       |
[INFO] [stdout] 46716 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46721:39
[INFO] [stdout]       |
[INFO] [stdout] 46721 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46727:13
[INFO] [stdout]       |
[INFO] [stdout] 46727 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46732:39
[INFO] [stdout]       |
[INFO] [stdout] 46732 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 10u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46738:13
[INFO] [stdout]       |
[INFO] [stdout] 46738 |             self._bitfield_1.set(4usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46743:39
[INFO] [stdout]       |
[INFO] [stdout] 46743 |         unsafe { core::mem::transmute(self._bitfield_1.get(14usize, 18u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:46749:13
[INFO] [stdout]       |
[INFO] [stdout] 46749 |             self._bitfield_1.set(14usize, 18u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47442:39
[INFO] [stdout]       |
[INFO] [stdout] 47442 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47448:13
[INFO] [stdout]       |
[INFO] [stdout] 47448 |             self._bitfield_1.set(0usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47453:39
[INFO] [stdout]       |
[INFO] [stdout] 47453 |         unsafe { core::mem::transmute(self._bitfield_1.get(1usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47459:13
[INFO] [stdout]       |
[INFO] [stdout] 47459 |             self._bitfield_1.set(1usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47464:39
[INFO] [stdout]       |
[INFO] [stdout] 47464 |         unsafe { core::mem::transmute(self._bitfield_1.get(2usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47470:13
[INFO] [stdout]       |
[INFO] [stdout] 47470 |             self._bitfield_1.set(2usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47475:39
[INFO] [stdout]       |
[INFO] [stdout] 47475 |         unsafe { core::mem::transmute(self._bitfield_1.get(3usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47481:13
[INFO] [stdout]       |
[INFO] [stdout] 47481 |             self._bitfield_1.set(3usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47486:39
[INFO] [stdout]       |
[INFO] [stdout] 47486 |         unsafe { core::mem::transmute(self._bitfield_1.get(4usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47492:13
[INFO] [stdout]       |
[INFO] [stdout] 47492 |             self._bitfield_1.set(4usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47497:39
[INFO] [stdout]       |
[INFO] [stdout] 47497 |         unsafe { core::mem::transmute(self._bitfield_1.get(5usize, 1u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47503:13
[INFO] [stdout]       |
[INFO] [stdout] 47503 |             self._bitfield_1.set(5usize, 1u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47508:39
[INFO] [stdout]       |
[INFO] [stdout] 47508 |         unsafe { core::mem::transmute(self._bitfield_1.get(6usize, 10u8) as u16) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:47514:13
[INFO] [stdout]       |
[INFO] [stdout] 47514 |             self._bitfield_1.set(6usize, 10u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:60272:39
[INFO] [stdout]       |
[INFO] [stdout] 60272 |         unsafe { core::mem::transmute(self._bitfield_1.get(0usize, 24u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:60278:13
[INFO] [stdout]       |
[INFO] [stdout] 60278 |             self._bitfield_1.set(0usize, 24u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:60283:39
[INFO] [stdout]       |
[INFO] [stdout] 60283 |         unsafe { core::mem::transmute(self._bitfield_1.get(24usize, 8u8) as u32) }
[INFO] [stdout]       |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: reference to packed field is unaligned
[INFO] [stdout]      --> src/lib.rs:60289:13
[INFO] [stdout]       |
[INFO] [stdout] 60289 |             self._bitfield_1.set(24usize, 8u8, val as u64)
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]       = note: for more information, see issue #82523 <https://github.com/rust-lang/rust/issues/82523>
[INFO] [stdout]       = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced)
[INFO] [stdout]       = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__VERIFY_u8_ENUM_SIZE___Verifyu8EnumValue` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:157:11
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub const __VERIFY_u8_ENUM_SIZE___Verifyu8EnumValue: __VERIFY_u8_ENUM_SIZE = 255;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__VERIFY_U8_ENUM_SIZE_VERIFYU8_ENUM_VALUE`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__VERIFY_u16_ENUM_SIZE___Verifyu16EnumValue` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:159:11
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub const __VERIFY_u16_ENUM_SIZE___Verifyu16EnumValue: __VERIFY_u16_ENUM_SIZE = 65535;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__VERIFY_U16_ENUM_SIZE_VERIFYU16_ENUM_VALUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `__VERIFY_u32_ENUM_SIZE___Verifyu32EnumValue` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:161:11
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub const __VERIFY_u32_ENUM_SIZE___Verifyu32EnumValue: __VERIFY_u32_ENUM_SIZE = 4294967295;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__VERIFY_U32_ENUM_SIZE_VERIFYU32_ENUM_VALUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Data1` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub Data1: u32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `data1`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Data2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub Data2: u16,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `data2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Data3` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub Data3: u16,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `data3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Data4` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub Data4: [u8; 8usize],
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `data4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Addr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub Addr: [u8; 4usize],
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Addr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub Addr: [u8; 16usize],
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ForwardLink` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub ForwardLink: *mut LIST_ENTRY,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `forward_link`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BackLink` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub BackLink: *mut LIST_ENTRY,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `back_link`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Year` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:335:9
[INFO] [stdout]     |
[INFO] [stdout] 335 |     pub Year: u16,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `year`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Month` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:336:9
[INFO] [stdout]     |
[INFO] [stdout] 336 |     pub Month: u8,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `month`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Day` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:337:9
[INFO] [stdout]     |
[INFO] [stdout] 337 |     pub Day: u8,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `day`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Hour` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:338:9
[INFO] [stdout]     |
[INFO] [stdout] 338 |     pub Hour: u8,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `hour`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Minute` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:339:9
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub Minute: u8,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `minute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Second` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub Second: u8,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `second`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pad1` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:341:9
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub Pad1: u8,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `pad1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Nanosecond` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:342:9
[INFO] [stdout]     |
[INFO] [stdout] 342 |     pub Nanosecond: u32,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `nanosecond`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TimeZone` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:343:9
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub TimeZone: i16,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `time_zone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Daylight` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:344:9
[INFO] [stdout]     |
[INFO] [stdout] 344 |     pub Daylight: u8,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `daylight`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pad2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:345:9
[INFO] [stdout]     |
[INFO] [stdout] 345 |     pub Pad2: u8,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `pad2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Addr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub Addr: [u8; 32usize],
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Addr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:503:9
[INFO] [stdout]     |
[INFO] [stdout] 503 |     pub Addr: [u32; 4usize],
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dwLength` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |     pub dwLength: u32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `dw_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `wRevision` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 555 |     pub wRevision: u16,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `w_revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `wCertificateType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:556:9
[INFO] [stdout]     |
[INFO] [stdout] 556 |     pub wCertificateType: u16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `w_certificate_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HashType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:606:9
[INFO] [stdout]     |
[INFO] [stdout] 606 |     pub HashType: EFI_GUID,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `hash_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PublicKey` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:607:9
[INFO] [stdout]     |
[INFO] [stdout] 607 |     pub PublicKey: [u8; 256usize],
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `public_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:608:9
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub Signature: [u8; 256usize],
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Hdr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:664:9
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub Hdr: WIN_CERTIFICATE,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `hdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CertType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:665:9
[INFO] [stdout]     |
[INFO] [stdout] 665 |     pub CertType: EFI_GUID,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `cert_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CertData` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:666:9
[INFO] [stdout]     |
[INFO] [stdout] 666 |     pub CertData: [u8; 1usize],
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `cert_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Hdr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:718:9
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub Hdr: WIN_CERTIFICATE,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `hdr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HashAlgorithm` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:719:9
[INFO] [stdout]     |
[INFO] [stdout] 719 |     pub HashAlgorithm: EFI_GUID,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `hash_algorithm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiReservedMemoryType` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:762:11
[INFO] [stdout]     |
[INFO] [stdout] 762 | pub const EFI_MEMORY_TYPE_EfiReservedMemoryType: EFI_MEMORY_TYPE = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_RESERVED_MEMORY_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiLoaderCode` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:763:11
[INFO] [stdout]     |
[INFO] [stdout] 763 | pub const EFI_MEMORY_TYPE_EfiLoaderCode: EFI_MEMORY_TYPE = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_LOADER_CODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiLoaderData` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:764:11
[INFO] [stdout]     |
[INFO] [stdout] 764 | pub const EFI_MEMORY_TYPE_EfiLoaderData: EFI_MEMORY_TYPE = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_LOADER_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiBootServicesCode` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:765:11
[INFO] [stdout]     |
[INFO] [stdout] 765 | pub const EFI_MEMORY_TYPE_EfiBootServicesCode: EFI_MEMORY_TYPE = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_BOOT_SERVICES_CODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiBootServicesData` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:766:11
[INFO] [stdout]     |
[INFO] [stdout] 766 | pub const EFI_MEMORY_TYPE_EfiBootServicesData: EFI_MEMORY_TYPE = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_BOOT_SERVICES_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiRuntimeServicesCode` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:767:11
[INFO] [stdout]     |
[INFO] [stdout] 767 | pub const EFI_MEMORY_TYPE_EfiRuntimeServicesCode: EFI_MEMORY_TYPE = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_RUNTIME_SERVICES_CODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiRuntimeServicesData` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:768:11
[INFO] [stdout]     |
[INFO] [stdout] 768 | pub const EFI_MEMORY_TYPE_EfiRuntimeServicesData: EFI_MEMORY_TYPE = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_RUNTIME_SERVICES_DATA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiConventionalMemory` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:769:11
[INFO] [stdout]     |
[INFO] [stdout] 769 | pub const EFI_MEMORY_TYPE_EfiConventionalMemory: EFI_MEMORY_TYPE = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_CONVENTIONAL_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiUnusableMemory` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:770:11
[INFO] [stdout]     |
[INFO] [stdout] 770 | pub const EFI_MEMORY_TYPE_EfiUnusableMemory: EFI_MEMORY_TYPE = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_UNUSABLE_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiACPIReclaimMemory` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:771:11
[INFO] [stdout]     |
[INFO] [stdout] 771 | pub const EFI_MEMORY_TYPE_EfiACPIReclaimMemory: EFI_MEMORY_TYPE = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_ACPIRECLAIM_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiACPIMemoryNVS` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:772:11
[INFO] [stdout]     |
[INFO] [stdout] 772 | pub const EFI_MEMORY_TYPE_EfiACPIMemoryNVS: EFI_MEMORY_TYPE = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_ACPIMEMORY_NVS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiMemoryMappedIO` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:773:11
[INFO] [stdout]     |
[INFO] [stdout] 773 | pub const EFI_MEMORY_TYPE_EfiMemoryMappedIO: EFI_MEMORY_TYPE = 11;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_MEMORY_MAPPED_IO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiMemoryMappedIOPortSpace` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:774:11
[INFO] [stdout]     |
[INFO] [stdout] 774 | pub const EFI_MEMORY_TYPE_EfiMemoryMappedIOPortSpace: EFI_MEMORY_TYPE = 12;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_MEMORY_MAPPED_IOPORT_SPACE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiPalCode` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:775:11
[INFO] [stdout]     |
[INFO] [stdout] 775 | pub const EFI_MEMORY_TYPE_EfiPalCode: EFI_MEMORY_TYPE = 13;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_PAL_CODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiPersistentMemory` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:776:11
[INFO] [stdout]     |
[INFO] [stdout] 776 | pub const EFI_MEMORY_TYPE_EfiPersistentMemory: EFI_MEMORY_TYPE = 14;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_PERSISTENT_MEMORY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_MEMORY_TYPE_EfiMaxMemoryType` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:777:11
[INFO] [stdout]     |
[INFO] [stdout] 777 | pub const EFI_MEMORY_TYPE_EfiMaxMemoryType: EFI_MEMORY_TYPE = 15;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_MEMORY_TYPE_EFI_MAX_MEMORY_TYPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_RESET_TYPE_EfiResetCold` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:779:11
[INFO] [stdout]     |
[INFO] [stdout] 779 | pub const EFI_RESET_TYPE_EfiResetCold: EFI_RESET_TYPE = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_RESET_TYPE_EFI_RESET_COLD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_RESET_TYPE_EfiResetWarm` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:780:11
[INFO] [stdout]     |
[INFO] [stdout] 780 | pub const EFI_RESET_TYPE_EfiResetWarm: EFI_RESET_TYPE = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_RESET_TYPE_EFI_RESET_WARM`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_RESET_TYPE_EfiResetShutdown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:781:11
[INFO] [stdout]     |
[INFO] [stdout] 781 | pub const EFI_RESET_TYPE_EfiResetShutdown: EFI_RESET_TYPE = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_RESET_TYPE_EFI_RESET_SHUTDOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EFI_RESET_TYPE_EfiResetPlatformSpecific` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:782:11
[INFO] [stdout]     |
[INFO] [stdout] 782 | pub const EFI_RESET_TYPE_EfiResetPlatformSpecific: EFI_RESET_TYPE = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EFI_RESET_TYPE_EFI_RESET_PLATFORM_SPECIFIC`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:787:9
[INFO] [stdout]     |
[INFO] [stdout] 787 |     pub Signature: u64,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Revision` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:788:9
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub Revision: u32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HeaderSize` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:789:9
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub HeaderSize: u32,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `header_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CRC32` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:790:9
[INFO] [stdout]     |
[INFO] [stdout] 790 |     pub CRC32: u32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `crc32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:791:9
[INFO] [stdout]     |
[INFO] [stdout] 791 |     pub Reserved: u32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MonotonicCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:859:9
[INFO] [stdout]     |
[INFO] [stdout] 859 |     pub MonotonicCount: u64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `monotonic_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AuthInfo` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:860:9
[INFO] [stdout]     |
[INFO] [stdout] 860 |     pub AuthInfo: WIN_CERTIFICATE_UEFI_GUID,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `auth_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TimeStamp` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:903:9
[INFO] [stdout]     |
[INFO] [stdout] 903 |     pub TimeStamp: EFI_TIME,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `time_stamp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AuthInfo` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:904:9
[INFO] [stdout]     |
[INFO] [stdout] 904 |     pub AuthInfo: WIN_CERTIFICATE_UEFI_GUID,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `auth_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Address` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:964:9
[INFO] [stdout]     |
[INFO] [stdout] 964 |     pub Address: [u8; 6usize],
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `FormatType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:996:12
[INFO] [stdout]     |
[INFO] [stdout] 996 |     pub fn FormatType(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^^^^ help: convert the identifier to snake case: `format_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_FormatType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1000:12
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     pub fn set_FormatType(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_format_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `MinorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1007:12
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     pub fn MinorDeviceClass(&self) -> u8 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minor_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_MinorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1011:12
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn set_MinorDeviceClass(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_minor_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `MajorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1018:12
[INFO] [stdout]      |
[INFO] [stdout] 1018 |     pub fn MajorDeviceClass(&self) -> u16 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `major_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_MajorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1022:12
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     pub fn set_MajorDeviceClass(&mut self, val: u16) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_major_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `MajorServiceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1029:12
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     pub fn MajorServiceClass(&self) -> u16 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `major_service_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_MajorServiceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1033:12
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     pub fn set_MajorServiceClass(&mut self, val: u16) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_major_service_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `FormatType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1041:9
[INFO] [stdout]      |
[INFO] [stdout] 1041 |         FormatType: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `format_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `MinorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1042:9
[INFO] [stdout]      |
[INFO] [stdout] 1042 |         MinorDeviceClass: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minor_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `MajorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1043:9
[INFO] [stdout]      |
[INFO] [stdout] 1043 |         MajorDeviceClass: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `major_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `MajorServiceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1044:9
[INFO] [stdout]      |
[INFO] [stdout] 1044 |         MajorServiceClass: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `major_service_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `FormatType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1049:17
[INFO] [stdout]      |
[INFO] [stdout] 1049 |             let FormatType: u8 = unsafe { core::mem::transmute(FormatType) };
[INFO] [stdout]      |                 ^^^^^^^^^^ help: convert the identifier to snake case: `format_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `MinorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1053:17
[INFO] [stdout]      |
[INFO] [stdout] 1053 |             let MinorDeviceClass: u8 = unsafe { core::mem::transmute(MinorDeviceClass) };
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minor_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `MajorDeviceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1057:17
[INFO] [stdout]      |
[INFO] [stdout] 1057 |             let MajorDeviceClass: u16 = unsafe { core::mem::transmute(MajorDeviceClass) };
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `major_device_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `MajorServiceClass` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1061:17
[INFO] [stdout]      |
[INFO] [stdout] 1061 |             let MajorServiceClass: u16 = unsafe { core::mem::transmute(MajorServiceClass) };
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `major_service_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Address` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1070:9
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     pub Address: [u8; 6usize],
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1071:9
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1109:9
[INFO] [stdout]      |
[INFO] [stdout] 1109 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1110:9
[INFO] [stdout]      |
[INFO] [stdout] 1110 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1150:9
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1151:9
[INFO] [stdout]      |
[INFO] [stdout] 1151 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Revision` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1152:9
[INFO] [stdout]      |
[INFO] [stdout] 1152 |     pub Revision: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Checksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1153:9
[INFO] [stdout]      |
[INFO] [stdout] 1153 |     pub Checksum: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1154:9
[INFO] [stdout]      |
[INFO] [stdout] 1154 |     pub OemId: [u8; 6usize],
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `oem_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemTableId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1155:9
[INFO] [stdout]      |
[INFO] [stdout] 1155 |     pub OemTableId: u64,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `oem_table_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemRevision` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1156:9
[INFO] [stdout]      |
[INFO] [stdout] 1156 |     pub OemRevision: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `oem_revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CreatorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1157:9
[INFO] [stdout]      |
[INFO] [stdout] 1157 |     pub CreatorId: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `creator_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CreatorRevision` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1158:9
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     pub CreatorRevision: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `creator_revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Desc` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1285:9
[INFO] [stdout]      |
[INFO] [stdout] 1285 |     pub Desc: u8,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Len` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1286:9
[INFO] [stdout]      |
[INFO] [stdout] 1286 |     pub Len: u16,
[INFO] [stdout]      |         ^^^ help: convert the identifier to snake case: `len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1287:9
[INFO] [stdout]      |
[INFO] [stdout] 1287 |     pub ResType: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `res_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GenFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1288:9
[INFO] [stdout]      |
[INFO] [stdout] 1288 |     pub GenFlag: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gen_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SpecificFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1289:9
[INFO] [stdout]      |
[INFO] [stdout] 1289 |     pub SpecificFlag: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `specific_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrSpaceGranularity` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1290:9
[INFO] [stdout]      |
[INFO] [stdout] 1290 |     pub AddrSpaceGranularity: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_space_granularity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1291:9
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     pub AddrRangeMin: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1292:9
[INFO] [stdout]      |
[INFO] [stdout] 1292 |     pub AddrRangeMax: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrTranslationOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1293:9
[INFO] [stdout]      |
[INFO] [stdout] 1293 |     pub AddrTranslationOffset: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_translation_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1294:9
[INFO] [stdout]      |
[INFO] [stdout] 1294 |     pub AddrLen: u64,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `addr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Byte` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1443:9
[INFO] [stdout]      |
[INFO] [stdout] 1443 |     pub Byte: u8,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `byte`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Bits` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1444:9
[INFO] [stdout]      |
[INFO] [stdout] 1444 |     pub Bits: ACPI_SMALL_RESOURCE_HEADER__bindgen_ty_1,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `bits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1473:12
[INFO] [stdout]      |
[INFO] [stdout] 1473 |     pub fn Length(&self) -> u8 {
[INFO] [stdout]      |            ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1477:12
[INFO] [stdout]      |
[INFO] [stdout] 1477 |     pub fn set_Length(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^^^ help: convert the identifier to snake case: `set_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1484:12
[INFO] [stdout]      |
[INFO] [stdout] 1484 |     pub fn Name(&self) -> u8 {
[INFO] [stdout]      |            ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1488:12
[INFO] [stdout]      |
[INFO] [stdout] 1488 |     pub fn set_Name(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^ help: convert the identifier to snake case: `set_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1495:12
[INFO] [stdout]      |
[INFO] [stdout] 1495 |     pub fn Type(&self) -> u8 {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1495 |     pub fn r#type(&self) -> u8 {
[INFO] [stdout]      |            ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1499:12
[INFO] [stdout]      |
[INFO] [stdout] 1499 |     pub fn set_Type(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1507:9
[INFO] [stdout]      |
[INFO] [stdout] 1507 |         Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1508:9
[INFO] [stdout]      |
[INFO] [stdout] 1508 |         Name: u8,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1509:9
[INFO] [stdout]      |
[INFO] [stdout] 1509 |         Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1509 |         r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1514:17
[INFO] [stdout]      |
[INFO] [stdout] 1514 |             let Length: u8 = unsafe { core::mem::transmute(Length) };
[INFO] [stdout]      |                 ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1518:17
[INFO] [stdout]      |
[INFO] [stdout] 1518 |             let Name: u8 = unsafe { core::mem::transmute(Name) };
[INFO] [stdout]      |                 ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1522:17
[INFO] [stdout]      |
[INFO] [stdout] 1522 |             let Type: u8 = unsafe { core::mem::transmute(Type) };
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1522 |             let r#type: u8 = unsafe { core::mem::transmute(Type) };
[INFO] [stdout]      |                 ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1564:9
[INFO] [stdout]      |
[INFO] [stdout] 1564 |     pub Header: ACPI_LARGE_RESOURCE_HEADER__bindgen_ty_1,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1565:9
[INFO] [stdout]      |
[INFO] [stdout] 1565 |     pub Length: u16,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Byte` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1570:9
[INFO] [stdout]      |
[INFO] [stdout] 1570 |     pub Byte: u8,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `byte`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Bits` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1571:9
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub Bits: ACPI_LARGE_RESOURCE_HEADER__bindgen_ty_1__bindgen_ty_1,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `bits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1600:12
[INFO] [stdout]      |
[INFO] [stdout] 1600 |     pub fn Name(&self) -> u8 {
[INFO] [stdout]      |            ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1604:12
[INFO] [stdout]      |
[INFO] [stdout] 1604 |     pub fn set_Name(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^ help: convert the identifier to snake case: `set_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1611:12
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn Type(&self) -> u8 {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn r#type(&self) -> u8 {
[INFO] [stdout]      |            ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1615:12
[INFO] [stdout]      |
[INFO] [stdout] 1615 |     pub fn set_Type(&mut self, val: u8) {
[INFO] [stdout]      |            ^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1622:27
[INFO] [stdout]      |
[INFO] [stdout] 1622 |     pub fn new_bitfield_1(Name: u8, Type: u8) -> __BindgenBitfieldUnit<[u8; 1usize], u8> {
[INFO] [stdout]      |                           ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1622:37
[INFO] [stdout]      |
[INFO] [stdout] 1622 |     pub fn new_bitfield_1(Name: u8, Type: u8) -> __BindgenBitfieldUnit<[u8; 1usize], u8> {
[INFO] [stdout]      |                                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1622 |     pub fn new_bitfield_1(Name: u8, r#type: u8) -> __BindgenBitfieldUnit<[u8; 1usize], u8> {
[INFO] [stdout]      |                                     ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Name` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1626:17
[INFO] [stdout]      |
[INFO] [stdout] 1626 |             let Name: u8 = unsafe { core::mem::transmute(Name) };
[INFO] [stdout]      |                 ^^^^ help: convert the identifier to snake case: `name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1630:17
[INFO] [stdout]      |
[INFO] [stdout] 1630 |             let Type: u8 = unsafe { core::mem::transmute(Type) };
[INFO] [stdout]      |                 ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 1630 |             let r#type: u8 = unsafe { core::mem::transmute(Type) };
[INFO] [stdout]      |                 ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1721:9
[INFO] [stdout]      |
[INFO] [stdout] 1721 |     pub Header: ACPI_SMALL_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Mask` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1722:9
[INFO] [stdout]      |
[INFO] [stdout] 1722 |     pub Mask: u16,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1764:9
[INFO] [stdout]      |
[INFO] [stdout] 1764 |     pub Header: ACPI_SMALL_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Mask` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1765:9
[INFO] [stdout]      |
[INFO] [stdout] 1765 |     pub Mask: u16,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Information` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1766:9
[INFO] [stdout]      |
[INFO] [stdout] 1766 |     pub Information: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1816:9
[INFO] [stdout]      |
[INFO] [stdout] 1816 |     pub Header: ACPI_SMALL_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ChannelMask` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1817:9
[INFO] [stdout]      |
[INFO] [stdout] 1817 |     pub ChannelMask: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `channel_mask`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Information` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1818:9
[INFO] [stdout]      |
[INFO] [stdout] 1818 |     pub Information: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1870:9
[INFO] [stdout]      |
[INFO] [stdout] 1870 |     pub Header: ACPI_SMALL_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Information` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1871:9
[INFO] [stdout]      |
[INFO] [stdout] 1871 |     pub Information: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddressMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1872:9
[INFO] [stdout]      |
[INFO] [stdout] 1872 |     pub BaseAddressMin: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_address_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddressMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1873:9
[INFO] [stdout]      |
[INFO] [stdout] 1873 |     pub BaseAddressMax: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_address_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Alignment` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1874:9
[INFO] [stdout]      |
[INFO] [stdout] 1874 |     pub Alignment: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `alignment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1875:9
[INFO] [stdout]      |
[INFO] [stdout] 1875 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1967:9
[INFO] [stdout]      |
[INFO] [stdout] 1967 |     pub Header: ACPI_SMALL_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1968:9
[INFO] [stdout]      |
[INFO] [stdout] 1968 |     pub BaseAddress: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `base_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1969:9
[INFO] [stdout]      |
[INFO] [stdout] 1969 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2032:9
[INFO] [stdout]      |
[INFO] [stdout] 2032 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Information` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2033:9
[INFO] [stdout]      |
[INFO] [stdout] 2033 |     pub Information: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddressMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2034:9
[INFO] [stdout]      |
[INFO] [stdout] 2034 |     pub BaseAddressMin: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_address_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddressMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2035:9
[INFO] [stdout]      |
[INFO] [stdout] 2035 |     pub BaseAddressMax: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_address_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Alignment` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2036:9
[INFO] [stdout]      |
[INFO] [stdout] 2036 |     pub Alignment: u16,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `alignment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2037:9
[INFO] [stdout]      |
[INFO] [stdout] 2037 |     pub Length: u16,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2139:9
[INFO] [stdout]      |
[INFO] [stdout] 2139 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Information` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2140:9
[INFO] [stdout]      |
[INFO] [stdout] 2140 |     pub Information: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddressMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2141:9
[INFO] [stdout]      |
[INFO] [stdout] 2141 |     pub BaseAddressMin: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_address_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddressMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2142:9
[INFO] [stdout]      |
[INFO] [stdout] 2142 |     pub BaseAddressMax: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_address_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Alignment` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2143:9
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub Alignment: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `alignment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2144:9
[INFO] [stdout]      |
[INFO] [stdout] 2144 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2246:9
[INFO] [stdout]      |
[INFO] [stdout] 2246 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Information` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2247:9
[INFO] [stdout]      |
[INFO] [stdout] 2247 |     pub Information: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `BaseAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2248:9
[INFO] [stdout]      |
[INFO] [stdout] 2248 |     pub BaseAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `base_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2249:9
[INFO] [stdout]      |
[INFO] [stdout] 2249 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2325:9
[INFO] [stdout]      |
[INFO] [stdout] 2325 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2326:9
[INFO] [stdout]      |
[INFO] [stdout] 2326 |     pub ResType: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `res_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GenFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2327:9
[INFO] [stdout]      |
[INFO] [stdout] 2327 |     pub GenFlag: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gen_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SpecificFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2328:9
[INFO] [stdout]      |
[INFO] [stdout] 2328 |     pub SpecificFlag: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `specific_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrSpaceGranularity` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2329:9
[INFO] [stdout]      |
[INFO] [stdout] 2329 |     pub AddrSpaceGranularity: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_space_granularity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2330:9
[INFO] [stdout]      |
[INFO] [stdout] 2330 |     pub AddrRangeMin: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2331:9
[INFO] [stdout]      |
[INFO] [stdout] 2331 |     pub AddrRangeMax: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrTranslationOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2332:9
[INFO] [stdout]      |
[INFO] [stdout] 2332 |     pub AddrTranslationOffset: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_translation_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2333:9
[INFO] [stdout]      |
[INFO] [stdout] 2333 |     pub AddrLen: u64,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `addr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2474:9
[INFO] [stdout]      |
[INFO] [stdout] 2474 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2475:9
[INFO] [stdout]      |
[INFO] [stdout] 2475 |     pub ResType: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `res_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GenFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2476:9
[INFO] [stdout]      |
[INFO] [stdout] 2476 |     pub GenFlag: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gen_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SpecificFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2477:9
[INFO] [stdout]      |
[INFO] [stdout] 2477 |     pub SpecificFlag: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `specific_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrSpaceGranularity` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2478:9
[INFO] [stdout]      |
[INFO] [stdout] 2478 |     pub AddrSpaceGranularity: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_space_granularity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2479:9
[INFO] [stdout]      |
[INFO] [stdout] 2479 |     pub AddrRangeMin: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2480:9
[INFO] [stdout]      |
[INFO] [stdout] 2480 |     pub AddrRangeMax: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrTranslationOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2481:9
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub AddrTranslationOffset: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_translation_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2482:9
[INFO] [stdout]      |
[INFO] [stdout] 2482 |     pub AddrLen: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `addr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2623:9
[INFO] [stdout]      |
[INFO] [stdout] 2623 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2624:9
[INFO] [stdout]      |
[INFO] [stdout] 2624 |     pub ResType: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `res_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GenFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2625:9
[INFO] [stdout]      |
[INFO] [stdout] 2625 |     pub GenFlag: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gen_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SpecificFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2626:9
[INFO] [stdout]      |
[INFO] [stdout] 2626 |     pub SpecificFlag: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `specific_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrSpaceGranularity` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2627:9
[INFO] [stdout]      |
[INFO] [stdout] 2627 |     pub AddrSpaceGranularity: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_space_granularity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2628:9
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub AddrRangeMin: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2629:9
[INFO] [stdout]      |
[INFO] [stdout] 2629 |     pub AddrRangeMax: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrTranslationOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2630:9
[INFO] [stdout]      |
[INFO] [stdout] 2630 |     pub AddrTranslationOffset: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_translation_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2631:9
[INFO] [stdout]      |
[INFO] [stdout] 2631 |     pub AddrLen: u16,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `addr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2772:9
[INFO] [stdout]      |
[INFO] [stdout] 2772 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptVectorFlags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2773:9
[INFO] [stdout]      |
[INFO] [stdout] 2773 |     pub InterruptVectorFlags: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_vector_flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptTableLength` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2774:9
[INFO] [stdout]      |
[INFO] [stdout] 2774 |     pub InterruptTableLength: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_table_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptNumber` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2775:9
[INFO] [stdout]      |
[INFO] [stdout] 2775 |     pub InterruptNumber: [u32; 1usize],
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Desc` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2851:9
[INFO] [stdout]      |
[INFO] [stdout] 2851 |     pub Desc: u8,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `desc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Checksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2852:9
[INFO] [stdout]      |
[INFO] [stdout] 2852 |     pub Checksum: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2894:9
[INFO] [stdout]      |
[INFO] [stdout] 2894 |     pub Signature: u64,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Checksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2895:9
[INFO] [stdout]      |
[INFO] [stdout] 2895 |     pub Checksum: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2896:9
[INFO] [stdout]      |
[INFO] [stdout] 2896 |     pub OemId: [u8; 6usize],
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `oem_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2897:9
[INFO] [stdout]      |
[INFO] [stdout] 2897 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RsdtAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2898:9
[INFO] [stdout]      |
[INFO] [stdout] 2898 |     pub RsdtAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `rsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2987:9
[INFO] [stdout]      |
[INFO] [stdout] 2987 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareCtrl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2988:9
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub FirmwareCtrl: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Dsdt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2989:9
[INFO] [stdout]      |
[INFO] [stdout] 2989 |     pub Dsdt: u32,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `dsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IntModel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2990:9
[INFO] [stdout]      |
[INFO] [stdout] 2990 |     pub IntModel: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `int_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2991:9
[INFO] [stdout]      |
[INFO] [stdout] 2991 |     pub Reserved1: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SciInt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2992:9
[INFO] [stdout]      |
[INFO] [stdout] 2992 |     pub SciInt: u16,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `sci_int`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SmiCmd` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2993:9
[INFO] [stdout]      |
[INFO] [stdout] 2993 |     pub SmiCmd: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `smi_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiEnable` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2994:9
[INFO] [stdout]      |
[INFO] [stdout] 2994 |     pub AcpiEnable: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `acpi_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiDisable` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2995:9
[INFO] [stdout]      |
[INFO] [stdout] 2995 |     pub AcpiDisable: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_disable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `S4BiosReq` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2996:9
[INFO] [stdout]      |
[INFO] [stdout] 2996 |     pub S4BiosReq: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `s4_bios_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2997:9
[INFO] [stdout]      |
[INFO] [stdout] 2997 |     pub Reserved2: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2998:9
[INFO] [stdout]      |
[INFO] [stdout] 2998 |     pub Pm1aEvtBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2999:9
[INFO] [stdout]      |
[INFO] [stdout] 2999 |     pub Pm1bEvtBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3000:9
[INFO] [stdout]      |
[INFO] [stdout] 3000 |     pub Pm1aCntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3001:9
[INFO] [stdout]      |
[INFO] [stdout] 3001 |     pub Pm1bCntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3002:9
[INFO] [stdout]      |
[INFO] [stdout] 3002 |     pub Pm2CntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3003:9
[INFO] [stdout]      |
[INFO] [stdout] 3003 |     pub PmTmrBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3004:9
[INFO] [stdout]      |
[INFO] [stdout] 3004 |     pub Gpe0Blk: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3005:9
[INFO] [stdout]      |
[INFO] [stdout] 3005 |     pub Gpe1Blk: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1EvtLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3006:9
[INFO] [stdout]      |
[INFO] [stdout] 3006 |     pub Pm1EvtLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_evt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1CntLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3007:9
[INFO] [stdout]      |
[INFO] [stdout] 3007 |     pub Pm1CntLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3008:9
[INFO] [stdout]      |
[INFO] [stdout] 3008 |     pub Pm2CntLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3009:9
[INFO] [stdout]      |
[INFO] [stdout] 3009 |     pub PmTmLen: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `pm_tm_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0BlkLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3010:9
[INFO] [stdout]      |
[INFO] [stdout] 3010 |     pub Gpe0BlkLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe0_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1BlkLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3011:9
[INFO] [stdout]      |
[INFO] [stdout] 3011 |     pub Gpe1BlkLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe1_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Base` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3012:9
[INFO] [stdout]      |
[INFO] [stdout] 3012 |     pub Gpe1Base: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `gpe1_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved3` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3013:9
[INFO] [stdout]      |
[INFO] [stdout] 3013 |     pub Reserved3: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl2Lat` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3014:9
[INFO] [stdout]      |
[INFO] [stdout] 3014 |     pub PLvl2Lat: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `plvl2_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl3Lat` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3015:9
[INFO] [stdout]      |
[INFO] [stdout] 3015 |     pub PLvl3Lat: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `plvl3_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushSize` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3016:9
[INFO] [stdout]      |
[INFO] [stdout] 3016 |     pub FlushSize: u16,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `flush_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushStride` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3017:9
[INFO] [stdout]      |
[INFO] [stdout] 3017 |     pub FlushStride: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `flush_stride`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3018:9
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub DutyOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `duty_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3019:9
[INFO] [stdout]      |
[INFO] [stdout] 3019 |     pub DutyWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `duty_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DayAlrm` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3020:9
[INFO] [stdout]      |
[INFO] [stdout] 3020 |     pub DayAlrm: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `day_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MonAlrm` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3021:9
[INFO] [stdout]      |
[INFO] [stdout] 3021 |     pub MonAlrm: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `mon_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Century` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3022:9
[INFO] [stdout]      |
[INFO] [stdout] 3022 |     pub Century: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `century`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved4` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3023:9
[INFO] [stdout]      |
[INFO] [stdout] 3023 |     pub Reserved4: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved5` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3024:9
[INFO] [stdout]      |
[INFO] [stdout] 3024 |     pub Reserved5: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved6` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3025:9
[INFO] [stdout]      |
[INFO] [stdout] 3025 |     pub Reserved6: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3026:9
[INFO] [stdout]      |
[INFO] [stdout] 3026 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3570:9
[INFO] [stdout]      |
[INFO] [stdout] 3570 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3571:9
[INFO] [stdout]      |
[INFO] [stdout] 3571 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HardwareSignature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3572:9
[INFO] [stdout]      |
[INFO] [stdout] 3572 |     pub HardwareSignature: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hardware_signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareWakingVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3573:9
[INFO] [stdout]      |
[INFO] [stdout] 3573 |     pub FirmwareWakingVector: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalLock` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3574:9
[INFO] [stdout]      |
[INFO] [stdout] 3574 |     pub GlobalLock: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `global_lock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3575:9
[INFO] [stdout]      |
[INFO] [stdout] 3575 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3576:9
[INFO] [stdout]      |
[INFO] [stdout] 3576 |     pub Reserved: [u8; 40usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3691:9
[INFO] [stdout]      |
[INFO] [stdout] 3691 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3692:9
[INFO] [stdout]      |
[INFO] [stdout] 3692 |     pub LocalApicAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3693:9
[INFO] [stdout]      |
[INFO] [stdout] 3693 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3756:9
[INFO] [stdout]      |
[INFO] [stdout] 3756 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 3756 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3757:9
[INFO] [stdout]      |
[INFO] [stdout] 3757 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3758:9
[INFO] [stdout]      |
[INFO] [stdout] 3758 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3759:9
[INFO] [stdout]      |
[INFO] [stdout] 3759 |     pub ApicId: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3760:9
[INFO] [stdout]      |
[INFO] [stdout] 3760 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3849:9
[INFO] [stdout]      |
[INFO] [stdout] 3849 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 3849 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3850:9
[INFO] [stdout]      |
[INFO] [stdout] 3850 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3851:9
[INFO] [stdout]      |
[INFO] [stdout] 3851 |     pub IoApicId: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3852:9
[INFO] [stdout]      |
[INFO] [stdout] 3852 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3853:9
[INFO] [stdout]      |
[INFO] [stdout] 3853 |     pub IoApicAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SystemVectorBase` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3854:9
[INFO] [stdout]      |
[INFO] [stdout] 3854 |     pub SystemVectorBase: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `system_vector_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3946:9
[INFO] [stdout]      |
[INFO] [stdout] 3946 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 3946 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3947:9
[INFO] [stdout]      |
[INFO] [stdout] 3947 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Bus` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3948:9
[INFO] [stdout]      |
[INFO] [stdout] 3948 |     pub Bus: u8,
[INFO] [stdout]      |         ^^^ help: convert the identifier to snake case: `bus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Source` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3949:9
[INFO] [stdout]      |
[INFO] [stdout] 3949 |     pub Source: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3950:9
[INFO] [stdout]      |
[INFO] [stdout] 3950 |     pub GlobalSystemInterruptVector: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3951:9
[INFO] [stdout]      |
[INFO] [stdout] 3951 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4053:9
[INFO] [stdout]      |
[INFO] [stdout] 4053 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 4053 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4054:9
[INFO] [stdout]      |
[INFO] [stdout] 4054 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4055:9
[INFO] [stdout]      |
[INFO] [stdout] 4055 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4056:9
[INFO] [stdout]      |
[INFO] [stdout] 4056 |     pub GlobalSystemInterruptVector: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4132:9
[INFO] [stdout]      |
[INFO] [stdout] 4132 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 4132 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4133:9
[INFO] [stdout]      |
[INFO] [stdout] 4133 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4134:9
[INFO] [stdout]      |
[INFO] [stdout] 4134 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4135:9
[INFO] [stdout]      |
[INFO] [stdout] 4135 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicInti` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4136:9
[INFO] [stdout]      |
[INFO] [stdout] 4136 |     pub LocalApicInti: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_inti`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4225:9
[INFO] [stdout]      |
[INFO] [stdout] 4225 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WarningEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4226:9
[INFO] [stdout]      |
[INFO] [stdout] 4226 |     pub WarningEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `warning_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LowEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4227:9
[INFO] [stdout]      |
[INFO] [stdout] 4227 |     pub LowEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `low_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CriticalEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4228:9
[INFO] [stdout]      |
[INFO] [stdout] 4228 |     pub CriticalEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4304:9
[INFO] [stdout]      |
[INFO] [stdout] 4304 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressSpaceId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4305:9
[INFO] [stdout]      |
[INFO] [stdout] 4305 |     pub AddressSpaceId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_space_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4306:9
[INFO] [stdout]      |
[INFO] [stdout] 4306 |     pub RegisterBitWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4307:9
[INFO] [stdout]      |
[INFO] [stdout] 4307 |     pub RegisterBitOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressSize` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4308:9
[INFO] [stdout]      |
[INFO] [stdout] 4308 |     pub AddressSize: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `address_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4309:9
[INFO] [stdout]      |
[INFO] [stdout] 4309 |     pub RegisterAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressSpaceId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4411:9
[INFO] [stdout]      |
[INFO] [stdout] 4411 |     pub AddressSpaceId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_space_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4412:9
[INFO] [stdout]      |
[INFO] [stdout] 4412 |     pub RegisterBitWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4413:9
[INFO] [stdout]      |
[INFO] [stdout] 4413 |     pub RegisterBitOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4414:9
[INFO] [stdout]      |
[INFO] [stdout] 4414 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Address` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4415:9
[INFO] [stdout]      |
[INFO] [stdout] 4415 |     pub Address: u64,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4504:9
[INFO] [stdout]      |
[INFO] [stdout] 4504 |     pub Signature: u64,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Checksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4505:9
[INFO] [stdout]      |
[INFO] [stdout] 4505 |     pub Checksum: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4506:9
[INFO] [stdout]      |
[INFO] [stdout] 4506 |     pub OemId: [u8; 6usize],
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `oem_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Revision` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4507:9
[INFO] [stdout]      |
[INFO] [stdout] 4507 |     pub Revision: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RsdtAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4508:9
[INFO] [stdout]      |
[INFO] [stdout] 4508 |     pub RsdtAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `rsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4509:9
[INFO] [stdout]      |
[INFO] [stdout] 4509 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XsdtAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4510:9
[INFO] [stdout]      |
[INFO] [stdout] 4510 |     pub XsdtAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ExtendedChecksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4511:9
[INFO] [stdout]      |
[INFO] [stdout] 4511 |     pub ExtendedChecksum: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `extended_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4512:9
[INFO] [stdout]      |
[INFO] [stdout] 4512 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4653:9
[INFO] [stdout]      |
[INFO] [stdout] 4653 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4654:9
[INFO] [stdout]      |
[INFO] [stdout] 4654 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4696:9
[INFO] [stdout]      |
[INFO] [stdout] 4696 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareCtrl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4697:9
[INFO] [stdout]      |
[INFO] [stdout] 4697 |     pub FirmwareCtrl: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Dsdt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4698:9
[INFO] [stdout]      |
[INFO] [stdout] 4698 |     pub Dsdt: u32,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `dsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved0` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4699:9
[INFO] [stdout]      |
[INFO] [stdout] 4699 |     pub Reserved0: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PreferredPmProfile` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4700:9
[INFO] [stdout]      |
[INFO] [stdout] 4700 |     pub PreferredPmProfile: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `preferred_pm_profile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SciInt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4701:9
[INFO] [stdout]      |
[INFO] [stdout] 4701 |     pub SciInt: u16,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `sci_int`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SmiCmd` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4702:9
[INFO] [stdout]      |
[INFO] [stdout] 4702 |     pub SmiCmd: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `smi_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiEnable` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4703:9
[INFO] [stdout]      |
[INFO] [stdout] 4703 |     pub AcpiEnable: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `acpi_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiDisable` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4704:9
[INFO] [stdout]      |
[INFO] [stdout] 4704 |     pub AcpiDisable: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_disable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `S4BiosReq` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4705:9
[INFO] [stdout]      |
[INFO] [stdout] 4705 |     pub S4BiosReq: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `s4_bios_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PstateCnt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4706:9
[INFO] [stdout]      |
[INFO] [stdout] 4706 |     pub PstateCnt: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pstate_cnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4707:9
[INFO] [stdout]      |
[INFO] [stdout] 4707 |     pub Pm1aEvtBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4708:9
[INFO] [stdout]      |
[INFO] [stdout] 4708 |     pub Pm1bEvtBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4709:9
[INFO] [stdout]      |
[INFO] [stdout] 4709 |     pub Pm1aCntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4710:9
[INFO] [stdout]      |
[INFO] [stdout] 4710 |     pub Pm1bCntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4711:9
[INFO] [stdout]      |
[INFO] [stdout] 4711 |     pub Pm2CntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4712:9
[INFO] [stdout]      |
[INFO] [stdout] 4712 |     pub PmTmrBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4713:9
[INFO] [stdout]      |
[INFO] [stdout] 4713 |     pub Gpe0Blk: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4714:9
[INFO] [stdout]      |
[INFO] [stdout] 4714 |     pub Gpe1Blk: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1EvtLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4715:9
[INFO] [stdout]      |
[INFO] [stdout] 4715 |     pub Pm1EvtLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_evt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1CntLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4716:9
[INFO] [stdout]      |
[INFO] [stdout] 4716 |     pub Pm1CntLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4717:9
[INFO] [stdout]      |
[INFO] [stdout] 4717 |     pub Pm2CntLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4718:9
[INFO] [stdout]      |
[INFO] [stdout] 4718 |     pub PmTmrLen: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0BlkLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4719:9
[INFO] [stdout]      |
[INFO] [stdout] 4719 |     pub Gpe0BlkLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe0_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1BlkLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4720:9
[INFO] [stdout]      |
[INFO] [stdout] 4720 |     pub Gpe1BlkLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe1_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Base` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4721:9
[INFO] [stdout]      |
[INFO] [stdout] 4721 |     pub Gpe1Base: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `gpe1_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CstCnt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4722:9
[INFO] [stdout]      |
[INFO] [stdout] 4722 |     pub CstCnt: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `cst_cnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl2Lat` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4723:9
[INFO] [stdout]      |
[INFO] [stdout] 4723 |     pub PLvl2Lat: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `plvl2_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl3Lat` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4724:9
[INFO] [stdout]      |
[INFO] [stdout] 4724 |     pub PLvl3Lat: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `plvl3_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushSize` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4725:9
[INFO] [stdout]      |
[INFO] [stdout] 4725 |     pub FlushSize: u16,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `flush_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushStride` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4726:9
[INFO] [stdout]      |
[INFO] [stdout] 4726 |     pub FlushStride: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `flush_stride`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4727:9
[INFO] [stdout]      |
[INFO] [stdout] 4727 |     pub DutyOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `duty_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4728:9
[INFO] [stdout]      |
[INFO] [stdout] 4728 |     pub DutyWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `duty_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DayAlrm` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4729:9
[INFO] [stdout]      |
[INFO] [stdout] 4729 |     pub DayAlrm: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `day_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MonAlrm` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4730:9
[INFO] [stdout]      |
[INFO] [stdout] 4730 |     pub MonAlrm: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `mon_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Century` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4731:9
[INFO] [stdout]      |
[INFO] [stdout] 4731 |     pub Century: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `century`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IaPcBootArch` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4732:9
[INFO] [stdout]      |
[INFO] [stdout] 4732 |     pub IaPcBootArch: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `ia_pc_boot_arch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4733:9
[INFO] [stdout]      |
[INFO] [stdout] 4733 |     pub Reserved1: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4734:9
[INFO] [stdout]      |
[INFO] [stdout] 4734 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResetReg` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4735:9
[INFO] [stdout]      |
[INFO] [stdout] 4735 |     pub ResetReg: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reset_reg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResetValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4736:9
[INFO] [stdout]      |
[INFO] [stdout] 4736 |     pub ResetValue: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `reset_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4737:9
[INFO] [stdout]      |
[INFO] [stdout] 4737 |     pub Reserved2: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XFirmwareCtrl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4738:9
[INFO] [stdout]      |
[INFO] [stdout] 4738 |     pub XFirmwareCtrl: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `xfirmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XDsdt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4739:9
[INFO] [stdout]      |
[INFO] [stdout] 4739 |     pub XDsdt: u64,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `xdsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1aEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4740:9
[INFO] [stdout]      |
[INFO] [stdout] 4740 |     pub XPm1aEvtBlk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1bEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4741:9
[INFO] [stdout]      |
[INFO] [stdout] 4741 |     pub XPm1bEvtBlk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1aCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4742:9
[INFO] [stdout]      |
[INFO] [stdout] 4742 |     pub XPm1aCntBlk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1bCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4743:9
[INFO] [stdout]      |
[INFO] [stdout] 4743 |     pub XPm1bCntBlk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm2CntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4744:9
[INFO] [stdout]      |
[INFO] [stdout] 4744 |     pub XPm2CntBlk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `xpm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPmTmrBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4745:9
[INFO] [stdout]      |
[INFO] [stdout] 4745 |     pub XPmTmrBlk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `xpm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XGpe0Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4746:9
[INFO] [stdout]      |
[INFO] [stdout] 4746 |     pub XGpe0Blk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `xgpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XGpe1Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4747:9
[INFO] [stdout]      |
[INFO] [stdout] 4747 |     pub XGpe1Blk: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `xgpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5447:9
[INFO] [stdout]      |
[INFO] [stdout] 5447 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5448:9
[INFO] [stdout]      |
[INFO] [stdout] 5448 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HardwareSignature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5449:9
[INFO] [stdout]      |
[INFO] [stdout] 5449 |     pub HardwareSignature: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hardware_signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareWakingVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5450:9
[INFO] [stdout]      |
[INFO] [stdout] 5450 |     pub FirmwareWakingVector: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalLock` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5451:9
[INFO] [stdout]      |
[INFO] [stdout] 5451 |     pub GlobalLock: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `global_lock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5452:9
[INFO] [stdout]      |
[INFO] [stdout] 5452 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XFirmwareWakingVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5453:9
[INFO] [stdout]      |
[INFO] [stdout] 5453 |     pub XFirmwareWakingVector: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `xfirmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Version` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5454:9
[INFO] [stdout]      |
[INFO] [stdout] 5454 |     pub Version: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5455:9
[INFO] [stdout]      |
[INFO] [stdout] 5455 |     pub Reserved: [u8; 31usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5596:9
[INFO] [stdout]      |
[INFO] [stdout] 5596 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5597:9
[INFO] [stdout]      |
[INFO] [stdout] 5597 |     pub LocalApicAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5598:9
[INFO] [stdout]      |
[INFO] [stdout] 5598 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5661:9
[INFO] [stdout]      |
[INFO] [stdout] 5661 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 5661 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5662:9
[INFO] [stdout]      |
[INFO] [stdout] 5662 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5663:9
[INFO] [stdout]      |
[INFO] [stdout] 5663 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5664:9
[INFO] [stdout]      |
[INFO] [stdout] 5664 |     pub ApicId: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5665:9
[INFO] [stdout]      |
[INFO] [stdout] 5665 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5754:9
[INFO] [stdout]      |
[INFO] [stdout] 5754 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 5754 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5755:9
[INFO] [stdout]      |
[INFO] [stdout] 5755 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5756:9
[INFO] [stdout]      |
[INFO] [stdout] 5756 |     pub IoApicId: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5757:9
[INFO] [stdout]      |
[INFO] [stdout] 5757 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5758:9
[INFO] [stdout]      |
[INFO] [stdout] 5758 |     pub IoApicAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptBase` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5759:9
[INFO] [stdout]      |
[INFO] [stdout] 5759 |     pub GlobalSystemInterruptBase: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5851:9
[INFO] [stdout]      |
[INFO] [stdout] 5851 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 5851 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5852:9
[INFO] [stdout]      |
[INFO] [stdout] 5852 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Bus` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5853:9
[INFO] [stdout]      |
[INFO] [stdout] 5853 |     pub Bus: u8,
[INFO] [stdout]      |         ^^^ help: convert the identifier to snake case: `bus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Source` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5854:9
[INFO] [stdout]      |
[INFO] [stdout] 5854 |     pub Source: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5855:9
[INFO] [stdout]      |
[INFO] [stdout] 5855 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5856:9
[INFO] [stdout]      |
[INFO] [stdout] 5856 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5958:9
[INFO] [stdout]      |
[INFO] [stdout] 5958 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 5958 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5959:9
[INFO] [stdout]      |
[INFO] [stdout] 5959 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5960:9
[INFO] [stdout]      |
[INFO] [stdout] 5960 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5961:9
[INFO] [stdout]      |
[INFO] [stdout] 5961 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6037:9
[INFO] [stdout]      |
[INFO] [stdout] 6037 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 6037 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6038:9
[INFO] [stdout]      |
[INFO] [stdout] 6038 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6039:9
[INFO] [stdout]      |
[INFO] [stdout] 6039 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6040:9
[INFO] [stdout]      |
[INFO] [stdout] 6040 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicLint` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6041:9
[INFO] [stdout]      |
[INFO] [stdout] 6041 |     pub LocalApicLint: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_lint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6130:9
[INFO] [stdout]      |
[INFO] [stdout] 6130 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 6130 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6131:9
[INFO] [stdout]      |
[INFO] [stdout] 6131 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6132:9
[INFO] [stdout]      |
[INFO] [stdout] 6132 |     pub Reserved: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6133:9
[INFO] [stdout]      |
[INFO] [stdout] 6133 |     pub LocalApicAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6209:9
[INFO] [stdout]      |
[INFO] [stdout] 6209 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 6209 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6210:9
[INFO] [stdout]      |
[INFO] [stdout] 6210 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6211:9
[INFO] [stdout]      |
[INFO] [stdout] 6211 |     pub IoApicId: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6212:9
[INFO] [stdout]      |
[INFO] [stdout] 6212 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptBase` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6213:9
[INFO] [stdout]      |
[INFO] [stdout] 6213 |     pub GlobalSystemInterruptBase: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6214:9
[INFO] [stdout]      |
[INFO] [stdout] 6214 |     pub IoSapicAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6308:9
[INFO] [stdout]      |
[INFO] [stdout] 6308 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 6308 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6309:9
[INFO] [stdout]      |
[INFO] [stdout] 6309 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6310:9
[INFO] [stdout]      |
[INFO] [stdout] 6310 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6311:9
[INFO] [stdout]      |
[INFO] [stdout] 6311 |     pub LocalSapicId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicEid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6312:9
[INFO] [stdout]      |
[INFO] [stdout] 6312 |     pub LocalSapicEid: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6313:9
[INFO] [stdout]      |
[INFO] [stdout] 6313 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6314:9
[INFO] [stdout]      |
[INFO] [stdout] 6314 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6429:9
[INFO] [stdout]      |
[INFO] [stdout] 6429 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 6429 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6430:9
[INFO] [stdout]      |
[INFO] [stdout] 6430 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6431:9
[INFO] [stdout]      |
[INFO] [stdout] 6431 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6432:9
[INFO] [stdout]      |
[INFO] [stdout] 6432 |     pub InterruptType: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6433:9
[INFO] [stdout]      |
[INFO] [stdout] 6433 |     pub ProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorEid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6434:9
[INFO] [stdout]      |
[INFO] [stdout] 6434 |     pub ProcessorEid: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `processor_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6435:9
[INFO] [stdout]      |
[INFO] [stdout] 6435 |     pub IoSapicVector: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6436:9
[INFO] [stdout]      |
[INFO] [stdout] 6436 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6437:9
[INFO] [stdout]      |
[INFO] [stdout] 6437 |     pub Reserved: u32,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6578:9
[INFO] [stdout]      |
[INFO] [stdout] 6578 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WarningEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6579:9
[INFO] [stdout]      |
[INFO] [stdout] 6579 |     pub WarningEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `warning_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LowEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6580:9
[INFO] [stdout]      |
[INFO] [stdout] 6580 |     pub LowEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `low_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CriticalEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6581:9
[INFO] [stdout]      |
[INFO] [stdout] 6581 |     pub CriticalEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6657:9
[INFO] [stdout]      |
[INFO] [stdout] 6657 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EcControl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6658:9
[INFO] [stdout]      |
[INFO] [stdout] 6658 |     pub EcControl: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `ec_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EcData` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6659:9
[INFO] [stdout]      |
[INFO] [stdout] 6659 |     pub EcData: EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `ec_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Uid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6660:9
[INFO] [stdout]      |
[INFO] [stdout] 6660 |     pub Uid: u32,
[INFO] [stdout]      |         ^^^ help: convert the identifier to snake case (notice the capitalization): `uid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GpeBit` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6661:9
[INFO] [stdout]      |
[INFO] [stdout] 6661 |     pub GpeBit: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `gpe_bit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6750:9
[INFO] [stdout]      |
[INFO] [stdout] 6750 |     pub Header: ACPI_LARGE_RESOURCE_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6751:9
[INFO] [stdout]      |
[INFO] [stdout] 6751 |     pub ResType: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `res_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GenFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6752:9
[INFO] [stdout]      |
[INFO] [stdout] 6752 |     pub GenFlag: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gen_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SpecificFlag` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6753:9
[INFO] [stdout]      |
[INFO] [stdout] 6753 |     pub SpecificFlag: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `specific_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RevisionId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6754:9
[INFO] [stdout]      |
[INFO] [stdout] 6754 |     pub RevisionId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `revision_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6755:9
[INFO] [stdout]      |
[INFO] [stdout] 6755 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrSpaceGranularity` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6756:9
[INFO] [stdout]      |
[INFO] [stdout] 6756 |     pub AddrSpaceGranularity: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_space_granularity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMin` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6757:9
[INFO] [stdout]      |
[INFO] [stdout] 6757 |     pub AddrRangeMin: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrRangeMax` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6758:9
[INFO] [stdout]      |
[INFO] [stdout] 6758 |     pub AddrRangeMax: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_range_max`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrTranslationOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6759:9
[INFO] [stdout]      |
[INFO] [stdout] 6759 |     pub AddrTranslationOffset: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `addr_translation_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6760:9
[INFO] [stdout]      |
[INFO] [stdout] 6760 |     pub AddrLen: u64,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `addr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TypeSpecificAttribute` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6761:9
[INFO] [stdout]      |
[INFO] [stdout] 6761 |     pub TypeSpecificAttribute: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `type_specific_attribute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressSpaceId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6941:9
[INFO] [stdout]      |
[INFO] [stdout] 6941 |     pub AddressSpaceId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_space_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6942:9
[INFO] [stdout]      |
[INFO] [stdout] 6942 |     pub RegisterBitWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6943:9
[INFO] [stdout]      |
[INFO] [stdout] 6943 |     pub RegisterBitOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AccessSize` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6944:9
[INFO] [stdout]      |
[INFO] [stdout] 6944 |     pub AccessSize: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `access_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Address` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6945:9
[INFO] [stdout]      |
[INFO] [stdout] 6945 |     pub Address: u64,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7034:9
[INFO] [stdout]      |
[INFO] [stdout] 7034 |     pub Signature: u64,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Checksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7035:9
[INFO] [stdout]      |
[INFO] [stdout] 7035 |     pub Checksum: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7036:9
[INFO] [stdout]      |
[INFO] [stdout] 7036 |     pub OemId: [u8; 6usize],
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `oem_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Revision` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7037:9
[INFO] [stdout]      |
[INFO] [stdout] 7037 |     pub Revision: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RsdtAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7038:9
[INFO] [stdout]      |
[INFO] [stdout] 7038 |     pub RsdtAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `rsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7039:9
[INFO] [stdout]      |
[INFO] [stdout] 7039 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XsdtAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7040:9
[INFO] [stdout]      |
[INFO] [stdout] 7040 |     pub XsdtAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ExtendedChecksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7041:9
[INFO] [stdout]      |
[INFO] [stdout] 7041 |     pub ExtendedChecksum: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `extended_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7042:9
[INFO] [stdout]      |
[INFO] [stdout] 7042 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7183:9
[INFO] [stdout]      |
[INFO] [stdout] 7183 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7184:9
[INFO] [stdout]      |
[INFO] [stdout] 7184 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7226:9
[INFO] [stdout]      |
[INFO] [stdout] 7226 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareCtrl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7227:9
[INFO] [stdout]      |
[INFO] [stdout] 7227 |     pub FirmwareCtrl: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Dsdt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7228:9
[INFO] [stdout]      |
[INFO] [stdout] 7228 |     pub Dsdt: u32,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `dsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved0` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7229:9
[INFO] [stdout]      |
[INFO] [stdout] 7229 |     pub Reserved0: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PreferredPmProfile` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7230:9
[INFO] [stdout]      |
[INFO] [stdout] 7230 |     pub PreferredPmProfile: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `preferred_pm_profile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SciInt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7231:9
[INFO] [stdout]      |
[INFO] [stdout] 7231 |     pub SciInt: u16,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `sci_int`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SmiCmd` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7232:9
[INFO] [stdout]      |
[INFO] [stdout] 7232 |     pub SmiCmd: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `smi_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiEnable` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7233:9
[INFO] [stdout]      |
[INFO] [stdout] 7233 |     pub AcpiEnable: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `acpi_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiDisable` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7234:9
[INFO] [stdout]      |
[INFO] [stdout] 7234 |     pub AcpiDisable: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_disable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `S4BiosReq` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7235:9
[INFO] [stdout]      |
[INFO] [stdout] 7235 |     pub S4BiosReq: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `s4_bios_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PstateCnt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7236:9
[INFO] [stdout]      |
[INFO] [stdout] 7236 |     pub PstateCnt: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pstate_cnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7237:9
[INFO] [stdout]      |
[INFO] [stdout] 7237 |     pub Pm1aEvtBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7238:9
[INFO] [stdout]      |
[INFO] [stdout] 7238 |     pub Pm1bEvtBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7239:9
[INFO] [stdout]      |
[INFO] [stdout] 7239 |     pub Pm1aCntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7240:9
[INFO] [stdout]      |
[INFO] [stdout] 7240 |     pub Pm1bCntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7241:9
[INFO] [stdout]      |
[INFO] [stdout] 7241 |     pub Pm2CntBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7242:9
[INFO] [stdout]      |
[INFO] [stdout] 7242 |     pub PmTmrBlk: u32,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7243:9
[INFO] [stdout]      |
[INFO] [stdout] 7243 |     pub Gpe0Blk: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7244:9
[INFO] [stdout]      |
[INFO] [stdout] 7244 |     pub Gpe1Blk: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `gpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1EvtLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7245:9
[INFO] [stdout]      |
[INFO] [stdout] 7245 |     pub Pm1EvtLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_evt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1CntLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7246:9
[INFO] [stdout]      |
[INFO] [stdout] 7246 |     pub Pm1CntLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7247:9
[INFO] [stdout]      |
[INFO] [stdout] 7247 |     pub Pm2CntLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7248:9
[INFO] [stdout]      |
[INFO] [stdout] 7248 |     pub PmTmrLen: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0BlkLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7249:9
[INFO] [stdout]      |
[INFO] [stdout] 7249 |     pub Gpe0BlkLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe0_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1BlkLen` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7250:9
[INFO] [stdout]      |
[INFO] [stdout] 7250 |     pub Gpe1BlkLen: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe1_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Base` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7251:9
[INFO] [stdout]      |
[INFO] [stdout] 7251 |     pub Gpe1Base: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `gpe1_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CstCnt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7252:9
[INFO] [stdout]      |
[INFO] [stdout] 7252 |     pub CstCnt: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `cst_cnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl2Lat` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7253:9
[INFO] [stdout]      |
[INFO] [stdout] 7253 |     pub PLvl2Lat: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `plvl2_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl3Lat` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7254:9
[INFO] [stdout]      |
[INFO] [stdout] 7254 |     pub PLvl3Lat: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `plvl3_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushSize` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7255:9
[INFO] [stdout]      |
[INFO] [stdout] 7255 |     pub FlushSize: u16,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `flush_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushStride` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7256:9
[INFO] [stdout]      |
[INFO] [stdout] 7256 |     pub FlushStride: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `flush_stride`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7257:9
[INFO] [stdout]      |
[INFO] [stdout] 7257 |     pub DutyOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `duty_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7258:9
[INFO] [stdout]      |
[INFO] [stdout] 7258 |     pub DutyWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `duty_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DayAlrm` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7259:9
[INFO] [stdout]      |
[INFO] [stdout] 7259 |     pub DayAlrm: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `day_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MonAlrm` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7260:9
[INFO] [stdout]      |
[INFO] [stdout] 7260 |     pub MonAlrm: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `mon_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Century` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7261:9
[INFO] [stdout]      |
[INFO] [stdout] 7261 |     pub Century: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `century`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IaPcBootArch` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7262:9
[INFO] [stdout]      |
[INFO] [stdout] 7262 |     pub IaPcBootArch: u16,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `ia_pc_boot_arch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7263:9
[INFO] [stdout]      |
[INFO] [stdout] 7263 |     pub Reserved1: u8,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7264:9
[INFO] [stdout]      |
[INFO] [stdout] 7264 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResetReg` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7265:9
[INFO] [stdout]      |
[INFO] [stdout] 7265 |     pub ResetReg: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reset_reg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResetValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7266:9
[INFO] [stdout]      |
[INFO] [stdout] 7266 |     pub ResetValue: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `reset_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7267:9
[INFO] [stdout]      |
[INFO] [stdout] 7267 |     pub Reserved2: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XFirmwareCtrl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7268:9
[INFO] [stdout]      |
[INFO] [stdout] 7268 |     pub XFirmwareCtrl: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `xfirmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XDsdt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7269:9
[INFO] [stdout]      |
[INFO] [stdout] 7269 |     pub XDsdt: u64,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `xdsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1aEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7270:9
[INFO] [stdout]      |
[INFO] [stdout] 7270 |     pub XPm1aEvtBlk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1bEvtBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7271:9
[INFO] [stdout]      |
[INFO] [stdout] 7271 |     pub XPm1bEvtBlk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1aCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7272:9
[INFO] [stdout]      |
[INFO] [stdout] 7272 |     pub XPm1aCntBlk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1bCntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7273:9
[INFO] [stdout]      |
[INFO] [stdout] 7273 |     pub XPm1bCntBlk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm2CntBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7274:9
[INFO] [stdout]      |
[INFO] [stdout] 7274 |     pub XPm2CntBlk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `xpm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPmTmrBlk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7275:9
[INFO] [stdout]      |
[INFO] [stdout] 7275 |     pub XPmTmrBlk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `xpm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XGpe0Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7276:9
[INFO] [stdout]      |
[INFO] [stdout] 7276 |     pub XGpe0Blk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `xgpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XGpe1Blk` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7277:9
[INFO] [stdout]      |
[INFO] [stdout] 7277 |     pub XGpe1Blk: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `xgpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7977:9
[INFO] [stdout]      |
[INFO] [stdout] 7977 |     pub Signature: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7978:9
[INFO] [stdout]      |
[INFO] [stdout] 7978 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HardwareSignature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7979:9
[INFO] [stdout]      |
[INFO] [stdout] 7979 |     pub HardwareSignature: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hardware_signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareWakingVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7980:9
[INFO] [stdout]      |
[INFO] [stdout] 7980 |     pub FirmwareWakingVector: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalLock` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7981:9
[INFO] [stdout]      |
[INFO] [stdout] 7981 |     pub GlobalLock: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `global_lock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7982:9
[INFO] [stdout]      |
[INFO] [stdout] 7982 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XFirmwareWakingVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7983:9
[INFO] [stdout]      |
[INFO] [stdout] 7983 |     pub XFirmwareWakingVector: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `xfirmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Version` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7984:9
[INFO] [stdout]      |
[INFO] [stdout] 7984 |     pub Version: u8,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:7985:9
[INFO] [stdout]      |
[INFO] [stdout] 7985 |     pub Reserved: [u8; 31usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8126:9
[INFO] [stdout]      |
[INFO] [stdout] 8126 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8127:9
[INFO] [stdout]      |
[INFO] [stdout] 8127 |     pub LocalApicAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8128:9
[INFO] [stdout]      |
[INFO] [stdout] 8128 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8191:9
[INFO] [stdout]      |
[INFO] [stdout] 8191 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8191 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8192:9
[INFO] [stdout]      |
[INFO] [stdout] 8192 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8193:9
[INFO] [stdout]      |
[INFO] [stdout] 8193 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8194:9
[INFO] [stdout]      |
[INFO] [stdout] 8194 |     pub ApicId: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8195:9
[INFO] [stdout]      |
[INFO] [stdout] 8195 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8284:9
[INFO] [stdout]      |
[INFO] [stdout] 8284 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8284 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8285:9
[INFO] [stdout]      |
[INFO] [stdout] 8285 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8286:9
[INFO] [stdout]      |
[INFO] [stdout] 8286 |     pub IoApicId: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8287:9
[INFO] [stdout]      |
[INFO] [stdout] 8287 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8288:9
[INFO] [stdout]      |
[INFO] [stdout] 8288 |     pub IoApicAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptBase` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8289:9
[INFO] [stdout]      |
[INFO] [stdout] 8289 |     pub GlobalSystemInterruptBase: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8381:9
[INFO] [stdout]      |
[INFO] [stdout] 8381 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8381 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8382:9
[INFO] [stdout]      |
[INFO] [stdout] 8382 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Bus` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8383:9
[INFO] [stdout]      |
[INFO] [stdout] 8383 |     pub Bus: u8,
[INFO] [stdout]      |         ^^^ help: convert the identifier to snake case: `bus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Source` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8384:9
[INFO] [stdout]      |
[INFO] [stdout] 8384 |     pub Source: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8385:9
[INFO] [stdout]      |
[INFO] [stdout] 8385 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8386:9
[INFO] [stdout]      |
[INFO] [stdout] 8386 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8488:9
[INFO] [stdout]      |
[INFO] [stdout] 8488 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8488 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8489:9
[INFO] [stdout]      |
[INFO] [stdout] 8489 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8490:9
[INFO] [stdout]      |
[INFO] [stdout] 8490 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8491:9
[INFO] [stdout]      |
[INFO] [stdout] 8491 |     pub InterruptType: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8492:9
[INFO] [stdout]      |
[INFO] [stdout] 8492 |     pub ProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorEid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8493:9
[INFO] [stdout]      |
[INFO] [stdout] 8493 |     pub ProcessorEid: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `processor_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8494:9
[INFO] [stdout]      |
[INFO] [stdout] 8494 |     pub IoSapicVector: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8495:9
[INFO] [stdout]      |
[INFO] [stdout] 8495 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PlatformInterruptSourceFlags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8496:9
[INFO] [stdout]      |
[INFO] [stdout] 8496 |     pub PlatformInterruptSourceFlags: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `platform_interrupt_source_flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CpeiProcessorOverride` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8497:9
[INFO] [stdout]      |
[INFO] [stdout] 8497 |     pub CpeiProcessorOverride: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cpei_processor_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8498:9
[INFO] [stdout]      |
[INFO] [stdout] 8498 |     pub Reserved: [u8; 31usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8665:9
[INFO] [stdout]      |
[INFO] [stdout] 8665 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8665 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8666:9
[INFO] [stdout]      |
[INFO] [stdout] 8666 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8667:9
[INFO] [stdout]      |
[INFO] [stdout] 8667 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8668:9
[INFO] [stdout]      |
[INFO] [stdout] 8668 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8744:9
[INFO] [stdout]      |
[INFO] [stdout] 8744 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8744 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8745:9
[INFO] [stdout]      |
[INFO] [stdout] 8745 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8746:9
[INFO] [stdout]      |
[INFO] [stdout] 8746 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8747:9
[INFO] [stdout]      |
[INFO] [stdout] 8747 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicLint` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8748:9
[INFO] [stdout]      |
[INFO] [stdout] 8748 |     pub LocalApicLint: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_lint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8837:9
[INFO] [stdout]      |
[INFO] [stdout] 8837 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8837 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8838:9
[INFO] [stdout]      |
[INFO] [stdout] 8838 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8839:9
[INFO] [stdout]      |
[INFO] [stdout] 8839 |     pub Reserved: u16,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8840:9
[INFO] [stdout]      |
[INFO] [stdout] 8840 |     pub LocalApicAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8916:9
[INFO] [stdout]      |
[INFO] [stdout] 8916 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 8916 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8917:9
[INFO] [stdout]      |
[INFO] [stdout] 8917 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8918:9
[INFO] [stdout]      |
[INFO] [stdout] 8918 |     pub IoApicId: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8919:9
[INFO] [stdout]      |
[INFO] [stdout] 8919 |     pub Reserved: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptBase` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8920:9
[INFO] [stdout]      |
[INFO] [stdout] 8920 |     pub GlobalSystemInterruptBase: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:8921:9
[INFO] [stdout]      |
[INFO] [stdout] 8921 |     pub IoSapicAddress: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9015:9
[INFO] [stdout]      |
[INFO] [stdout] 9015 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 9015 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9016:9
[INFO] [stdout]      |
[INFO] [stdout] 9016 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9017:9
[INFO] [stdout]      |
[INFO] [stdout] 9017 |     pub AcpiProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9018:9
[INFO] [stdout]      |
[INFO] [stdout] 9018 |     pub LocalSapicId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicEid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9019:9
[INFO] [stdout]      |
[INFO] [stdout] 9019 |     pub LocalSapicEid: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9020:9
[INFO] [stdout]      |
[INFO] [stdout] 9020 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9021:9
[INFO] [stdout]      |
[INFO] [stdout] 9021 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ACPIProcessorUIDValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9022:9
[INFO] [stdout]      |
[INFO] [stdout] 9022 |     pub ACPIProcessorUIDValue: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpiprocessor_uidvalue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9150:9
[INFO] [stdout]      |
[INFO] [stdout] 9150 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 9150 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9151:9
[INFO] [stdout]      |
[INFO] [stdout] 9151 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9152:9
[INFO] [stdout]      |
[INFO] [stdout] 9152 |     pub Flags: u16,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptType` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9153:9
[INFO] [stdout]      |
[INFO] [stdout] 9153 |     pub InterruptType: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9154:9
[INFO] [stdout]      |
[INFO] [stdout] 9154 |     pub ProcessorId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorEid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9155:9
[INFO] [stdout]      |
[INFO] [stdout] 9155 |     pub ProcessorEid: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `processor_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicVector` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9156:9
[INFO] [stdout]      |
[INFO] [stdout] 9156 |     pub IoSapicVector: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9157:9
[INFO] [stdout]      |
[INFO] [stdout] 9157 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PlatformInterruptSourceFlags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9158:9
[INFO] [stdout]      |
[INFO] [stdout] 9158 |     pub PlatformInterruptSourceFlags: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `platform_interrupt_source_flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9299:9
[INFO] [stdout]      |
[INFO] [stdout] 9299 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WarningEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9300:9
[INFO] [stdout]      |
[INFO] [stdout] 9300 |     pub WarningEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `warning_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LowEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9301:9
[INFO] [stdout]      |
[INFO] [stdout] 9301 |     pub LowEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `low_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CriticalEnergyLevel` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9302:9
[INFO] [stdout]      |
[INFO] [stdout] 9302 |     pub CriticalEnergyLevel: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9378:9
[INFO] [stdout]      |
[INFO] [stdout] 9378 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EcControl` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9379:9
[INFO] [stdout]      |
[INFO] [stdout] 9379 |     pub EcControl: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `ec_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EcData` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9380:9
[INFO] [stdout]      |
[INFO] [stdout] 9380 |     pub EcData: EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `ec_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Uid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9381:9
[INFO] [stdout]      |
[INFO] [stdout] 9381 |     pub Uid: u32,
[INFO] [stdout]      |         ^^^ help: convert the identifier to snake case (notice the capitalization): `uid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GpeBit` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9382:9
[INFO] [stdout]      |
[INFO] [stdout] 9382 |     pub GpeBit: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `gpe_bit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9471:9
[INFO] [stdout]      |
[INFO] [stdout] 9471 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9472:9
[INFO] [stdout]      |
[INFO] [stdout] 9472 |     pub Reserved1: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9473:9
[INFO] [stdout]      |
[INFO] [stdout] 9473 |     pub Reserved2: u64,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9536:9
[INFO] [stdout]      |
[INFO] [stdout] 9536 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 9536 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9537:9
[INFO] [stdout]      |
[INFO] [stdout] 9537 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProximityDomain7To0` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9538:9
[INFO] [stdout]      |
[INFO] [stdout] 9538 |     pub ProximityDomain7To0: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `proximity_domain7_to0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ApicId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9539:9
[INFO] [stdout]      |
[INFO] [stdout] 9539 |     pub ApicId: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9540:9
[INFO] [stdout]      |
[INFO] [stdout] 9540 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicEid` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9541:9
[INFO] [stdout]      |
[INFO] [stdout] 9541 |     pub LocalSapicEid: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProximityDomain31To8` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9542:9
[INFO] [stdout]      |
[INFO] [stdout] 9542 |     pub ProximityDomain31To8: [u8; 3usize],
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `proximity_domain31_to8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9543:9
[INFO] [stdout]      |
[INFO] [stdout] 9543 |     pub Reserved: [u8; 4usize],
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9671:9
[INFO] [stdout]      |
[INFO] [stdout] 9671 |     pub Type: u8,
[INFO] [stdout]      |         ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]      |
[INFO] [stdout] 9671 |     pub r#type: u8,
[INFO] [stdout]      |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9672:9
[INFO] [stdout]      |
[INFO] [stdout] 9672 |     pub Length: u8,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProximityDomain` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9673:9
[INFO] [stdout]      |
[INFO] [stdout] 9673 |     pub ProximityDomain: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `proximity_domain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9674:9
[INFO] [stdout]      |
[INFO] [stdout] 9674 |     pub Reserved1: u16,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressBaseLow` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9675:9
[INFO] [stdout]      |
[INFO] [stdout] 9675 |     pub AddressBaseLow: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_base_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressBaseHigh` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9676:9
[INFO] [stdout]      |
[INFO] [stdout] 9676 |     pub AddressBaseHigh: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_base_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LengthLow` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9677:9
[INFO] [stdout]      |
[INFO] [stdout] 9677 |     pub LengthLow: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `length_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LengthHigh` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9678:9
[INFO] [stdout]      |
[INFO] [stdout] 9678 |     pub LengthHigh: u32,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `length_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9679:9
[INFO] [stdout]      |
[INFO] [stdout] 9679 |     pub Reserved2: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9680:9
[INFO] [stdout]      |
[INFO] [stdout] 9680 |     pub Flags: u32,
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved3` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9681:9
[INFO] [stdout]      |
[INFO] [stdout] 9681 |     pub Reserved3: u64,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9848:9
[INFO] [stdout]      |
[INFO] [stdout] 9848 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `NumberOfSystemLocalities` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9849:9
[INFO] [stdout]      |
[INFO] [stdout] 9849 |     pub NumberOfSystemLocalities: u64,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_system_localities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressSpaceId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9901:9
[INFO] [stdout]      |
[INFO] [stdout] 9901 |     pub AddressSpaceId: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_space_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitWidth` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9902:9
[INFO] [stdout]      |
[INFO] [stdout] 9902 |     pub RegisterBitWidth: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RegisterBitOffset` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9903:9
[INFO] [stdout]      |
[INFO] [stdout] 9903 |     pub RegisterBitOffset: u8,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `register_bit_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AccessSize` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9904:9
[INFO] [stdout]      |
[INFO] [stdout] 9904 |     pub AccessSize: u8,
[INFO] [stdout]      |         ^^^^^^^^^^ help: convert the identifier to snake case: `access_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Address` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9905:9
[INFO] [stdout]      |
[INFO] [stdout] 9905 |     pub Address: u64,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9994:9
[INFO] [stdout]      |
[INFO] [stdout] 9994 |     pub Signature: u64,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Checksum` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9995:9
[INFO] [stdout]      |
[INFO] [stdout] 9995 |     pub Checksum: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OemId` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9996:9
[INFO] [stdout]      |
[INFO] [stdout] 9996 |     pub OemId: [u8; 6usize],
[INFO] [stdout]      |         ^^^^^ help: convert the identifier to snake case: `oem_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Revision` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9997:9
[INFO] [stdout]      |
[INFO] [stdout] 9997 |     pub Revision: u8,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `revision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RsdtAddress` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9998:9
[INFO] [stdout]      |
[INFO] [stdout] 9998 |     pub RsdtAddress: u32,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: convert the identifier to snake case: `rsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:9999:9
[INFO] [stdout]      |
[INFO] [stdout] 9999 |     pub Length: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XsdtAddress` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10000:9
[INFO] [stdout]       |
[INFO] [stdout] 10000 |     pub XsdtAddress: u64,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xsdt_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ExtendedChecksum` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10001:9
[INFO] [stdout]       |
[INFO] [stdout] 10001 |     pub ExtendedChecksum: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `extended_checksum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10002:9
[INFO] [stdout]       |
[INFO] [stdout] 10002 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10143:9
[INFO] [stdout]       |
[INFO] [stdout] 10143 |     pub Signature: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10144:9
[INFO] [stdout]       |
[INFO] [stdout] 10144 |     pub Length: u32,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10186:9
[INFO] [stdout]       |
[INFO] [stdout] 10186 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareCtrl` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10187:9
[INFO] [stdout]       |
[INFO] [stdout] 10187 |     pub FirmwareCtrl: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Dsdt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10188:9
[INFO] [stdout]       |
[INFO] [stdout] 10188 |     pub Dsdt: u32,
[INFO] [stdout]       |         ^^^^ help: convert the identifier to snake case: `dsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved0` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10189:9
[INFO] [stdout]       |
[INFO] [stdout] 10189 |     pub Reserved0: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PreferredPmProfile` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10190:9
[INFO] [stdout]       |
[INFO] [stdout] 10190 |     pub PreferredPmProfile: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `preferred_pm_profile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SciInt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10191:9
[INFO] [stdout]       |
[INFO] [stdout] 10191 |     pub SciInt: u16,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `sci_int`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SmiCmd` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10192:9
[INFO] [stdout]       |
[INFO] [stdout] 10192 |     pub SmiCmd: u32,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `smi_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiEnable` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10193:9
[INFO] [stdout]       |
[INFO] [stdout] 10193 |     pub AcpiEnable: u8,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `acpi_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiDisable` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10194:9
[INFO] [stdout]       |
[INFO] [stdout] 10194 |     pub AcpiDisable: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_disable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `S4BiosReq` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10195:9
[INFO] [stdout]       |
[INFO] [stdout] 10195 |     pub S4BiosReq: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `s4_bios_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PstateCnt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10196:9
[INFO] [stdout]       |
[INFO] [stdout] 10196 |     pub PstateCnt: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `pstate_cnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aEvtBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10197:9
[INFO] [stdout]       |
[INFO] [stdout] 10197 |     pub Pm1aEvtBlk: u32,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bEvtBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10198:9
[INFO] [stdout]       |
[INFO] [stdout] 10198 |     pub Pm1bEvtBlk: u32,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1aCntBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10199:9
[INFO] [stdout]       |
[INFO] [stdout] 10199 |     pub Pm1aCntBlk: u32,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1bCntBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10200:9
[INFO] [stdout]       |
[INFO] [stdout] 10200 |     pub Pm1bCntBlk: u32,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `pm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10201:9
[INFO] [stdout]       |
[INFO] [stdout] 10201 |     pub Pm2CntBlk: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10202:9
[INFO] [stdout]       |
[INFO] [stdout] 10202 |     pub PmTmrBlk: u32,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0Blk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10203:9
[INFO] [stdout]       |
[INFO] [stdout] 10203 |     pub Gpe0Blk: u32,
[INFO] [stdout]       |         ^^^^^^^ help: convert the identifier to snake case: `gpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Blk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10204:9
[INFO] [stdout]       |
[INFO] [stdout] 10204 |     pub Gpe1Blk: u32,
[INFO] [stdout]       |         ^^^^^^^ help: convert the identifier to snake case: `gpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1EvtLen` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10205:9
[INFO] [stdout]       |
[INFO] [stdout] 10205 |     pub Pm1EvtLen: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_evt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm1CntLen` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10206:9
[INFO] [stdout]       |
[INFO] [stdout] 10206 |     pub Pm1CntLen: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `pm1_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pm2CntLen` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10207:9
[INFO] [stdout]       |
[INFO] [stdout] 10207 |     pub Pm2CntLen: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `pm2_cnt_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PmTmrLen` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10208:9
[INFO] [stdout]       |
[INFO] [stdout] 10208 |     pub PmTmrLen: u8,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `pm_tmr_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe0BlkLen` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10209:9
[INFO] [stdout]       |
[INFO] [stdout] 10209 |     pub Gpe0BlkLen: u8,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe0_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1BlkLen` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10210:9
[INFO] [stdout]       |
[INFO] [stdout] 10210 |     pub Gpe1BlkLen: u8,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `gpe1_blk_len`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gpe1Base` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10211:9
[INFO] [stdout]       |
[INFO] [stdout] 10211 |     pub Gpe1Base: u8,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `gpe1_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CstCnt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10212:9
[INFO] [stdout]       |
[INFO] [stdout] 10212 |     pub CstCnt: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `cst_cnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl2Lat` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10213:9
[INFO] [stdout]       |
[INFO] [stdout] 10213 |     pub PLvl2Lat: u16,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `plvl2_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PLvl3Lat` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10214:9
[INFO] [stdout]       |
[INFO] [stdout] 10214 |     pub PLvl3Lat: u16,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `plvl3_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushSize` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10215:9
[INFO] [stdout]       |
[INFO] [stdout] 10215 |     pub FlushSize: u16,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `flush_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FlushStride` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10216:9
[INFO] [stdout]       |
[INFO] [stdout] 10216 |     pub FlushStride: u16,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `flush_stride`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyOffset` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10217:9
[INFO] [stdout]       |
[INFO] [stdout] 10217 |     pub DutyOffset: u8,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `duty_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DutyWidth` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10218:9
[INFO] [stdout]       |
[INFO] [stdout] 10218 |     pub DutyWidth: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `duty_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DayAlrm` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10219:9
[INFO] [stdout]       |
[INFO] [stdout] 10219 |     pub DayAlrm: u8,
[INFO] [stdout]       |         ^^^^^^^ help: convert the identifier to snake case: `day_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MonAlrm` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10220:9
[INFO] [stdout]       |
[INFO] [stdout] 10220 |     pub MonAlrm: u8,
[INFO] [stdout]       |         ^^^^^^^ help: convert the identifier to snake case: `mon_alrm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Century` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10221:9
[INFO] [stdout]       |
[INFO] [stdout] 10221 |     pub Century: u8,
[INFO] [stdout]       |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `century`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IaPcBootArch` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10222:9
[INFO] [stdout]       |
[INFO] [stdout] 10222 |     pub IaPcBootArch: u16,
[INFO] [stdout]       |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `ia_pc_boot_arch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10223:9
[INFO] [stdout]       |
[INFO] [stdout] 10223 |     pub Reserved1: u8,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10224:9
[INFO] [stdout]       |
[INFO] [stdout] 10224 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResetReg` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10225:9
[INFO] [stdout]       |
[INFO] [stdout] 10225 |     pub ResetReg: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reset_reg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ResetValue` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10226:9
[INFO] [stdout]       |
[INFO] [stdout] 10226 |     pub ResetValue: u8,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `reset_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10227:9
[INFO] [stdout]       |
[INFO] [stdout] 10227 |     pub Reserved2: [u8; 3usize],
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XFirmwareCtrl` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10228:9
[INFO] [stdout]       |
[INFO] [stdout] 10228 |     pub XFirmwareCtrl: u64,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `xfirmware_ctrl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XDsdt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10229:9
[INFO] [stdout]       |
[INFO] [stdout] 10229 |     pub XDsdt: u64,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case: `xdsdt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1aEvtBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10230:9
[INFO] [stdout]       |
[INFO] [stdout] 10230 |     pub XPm1aEvtBlk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1a_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1bEvtBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10231:9
[INFO] [stdout]       |
[INFO] [stdout] 10231 |     pub XPm1bEvtBlk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1b_evt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1aCntBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10232:9
[INFO] [stdout]       |
[INFO] [stdout] 10232 |     pub XPm1aCntBlk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1a_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm1bCntBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10233:9
[INFO] [stdout]       |
[INFO] [stdout] 10233 |     pub XPm1bCntBlk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `xpm1b_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPm2CntBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10234:9
[INFO] [stdout]       |
[INFO] [stdout] 10234 |     pub XPm2CntBlk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `xpm2_cnt_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XPmTmrBlk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10235:9
[INFO] [stdout]       |
[INFO] [stdout] 10235 |     pub XPmTmrBlk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `xpm_tmr_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XGpe0Blk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10236:9
[INFO] [stdout]       |
[INFO] [stdout] 10236 |     pub XGpe0Blk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `xgpe0_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XGpe1Blk` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10237:9
[INFO] [stdout]       |
[INFO] [stdout] 10237 |     pub XGpe1Blk: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `xgpe1_blk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Signature` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10937:9
[INFO] [stdout]       |
[INFO] [stdout] 10937 |     pub Signature: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10938:9
[INFO] [stdout]       |
[INFO] [stdout] 10938 |     pub Length: u32,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HardwareSignature` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10939:9
[INFO] [stdout]       |
[INFO] [stdout] 10939 |     pub HardwareSignature: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hardware_signature`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FirmwareWakingVector` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10940:9
[INFO] [stdout]       |
[INFO] [stdout] 10940 |     pub FirmwareWakingVector: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `firmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalLock` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10941:9
[INFO] [stdout]       |
[INFO] [stdout] 10941 |     pub GlobalLock: u32,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `global_lock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10942:9
[INFO] [stdout]       |
[INFO] [stdout] 10942 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XFirmwareWakingVector` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10943:9
[INFO] [stdout]       |
[INFO] [stdout] 10943 |     pub XFirmwareWakingVector: u64,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `xfirmware_waking_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Version` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10944:9
[INFO] [stdout]       |
[INFO] [stdout] 10944 |     pub Version: u8,
[INFO] [stdout]       |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved0` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10945:9
[INFO] [stdout]       |
[INFO] [stdout] 10945 |     pub Reserved0: [u8; 3usize],
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OspmFlags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10946:9
[INFO] [stdout]       |
[INFO] [stdout] 10946 |     pub OspmFlags: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `ospm_flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:10947:9
[INFO] [stdout]       |
[INFO] [stdout] 10947 |     pub Reserved1: [u8; 24usize],
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11114:9
[INFO] [stdout]       |
[INFO] [stdout] 11114 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11115:9
[INFO] [stdout]       |
[INFO] [stdout] 11115 |     pub LocalApicAddress: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11116:9
[INFO] [stdout]       |
[INFO] [stdout] 11116 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11179:9
[INFO] [stdout]       |
[INFO] [stdout] 11179 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11179 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11180:9
[INFO] [stdout]       |
[INFO] [stdout] 11180 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11181:9
[INFO] [stdout]       |
[INFO] [stdout] 11181 |     pub AcpiProcessorId: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ApicId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11182:9
[INFO] [stdout]       |
[INFO] [stdout] 11182 |     pub ApicId: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11183:9
[INFO] [stdout]       |
[INFO] [stdout] 11183 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11272:9
[INFO] [stdout]       |
[INFO] [stdout] 11272 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11272 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11273:9
[INFO] [stdout]       |
[INFO] [stdout] 11273 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11274:9
[INFO] [stdout]       |
[INFO] [stdout] 11274 |     pub IoApicId: u8,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11275:9
[INFO] [stdout]       |
[INFO] [stdout] 11275 |     pub Reserved: u8,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicAddress` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11276:9
[INFO] [stdout]       |
[INFO] [stdout] 11276 |     pub IoApicAddress: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptBase` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11277:9
[INFO] [stdout]       |
[INFO] [stdout] 11277 |     pub GlobalSystemInterruptBase: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11369:9
[INFO] [stdout]       |
[INFO] [stdout] 11369 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11369 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11370:9
[INFO] [stdout]       |
[INFO] [stdout] 11370 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Bus` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11371:9
[INFO] [stdout]       |
[INFO] [stdout] 11371 |     pub Bus: u8,
[INFO] [stdout]       |         ^^^ help: convert the identifier to snake case: `bus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Source` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11372:9
[INFO] [stdout]       |
[INFO] [stdout] 11372 |     pub Source: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11373:9
[INFO] [stdout]       |
[INFO] [stdout] 11373 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11374:9
[INFO] [stdout]       |
[INFO] [stdout] 11374 |     pub Flags: u16,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11476:9
[INFO] [stdout]       |
[INFO] [stdout] 11476 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11476 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11477:9
[INFO] [stdout]       |
[INFO] [stdout] 11477 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11478:9
[INFO] [stdout]       |
[INFO] [stdout] 11478 |     pub Flags: u16,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptType` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11479:9
[INFO] [stdout]       |
[INFO] [stdout] 11479 |     pub InterruptType: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11480:9
[INFO] [stdout]       |
[INFO] [stdout] 11480 |     pub ProcessorId: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorEid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11481:9
[INFO] [stdout]       |
[INFO] [stdout] 11481 |     pub ProcessorEid: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `processor_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicVector` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11482:9
[INFO] [stdout]       |
[INFO] [stdout] 11482 |     pub IoSapicVector: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11483:9
[INFO] [stdout]       |
[INFO] [stdout] 11483 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PlatformInterruptSourceFlags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11484:9
[INFO] [stdout]       |
[INFO] [stdout] 11484 |     pub PlatformInterruptSourceFlags: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `platform_interrupt_source_flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CpeiProcessorOverride` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11485:9
[INFO] [stdout]       |
[INFO] [stdout] 11485 |     pub CpeiProcessorOverride: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cpei_processor_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11486:9
[INFO] [stdout]       |
[INFO] [stdout] 11486 |     pub Reserved: [u8; 31usize],
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11653:9
[INFO] [stdout]       |
[INFO] [stdout] 11653 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11653 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11654:9
[INFO] [stdout]       |
[INFO] [stdout] 11654 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11655:9
[INFO] [stdout]       |
[INFO] [stdout] 11655 |     pub Flags: u16,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11656:9
[INFO] [stdout]       |
[INFO] [stdout] 11656 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11732:9
[INFO] [stdout]       |
[INFO] [stdout] 11732 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11732 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11733:9
[INFO] [stdout]       |
[INFO] [stdout] 11733 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11734:9
[INFO] [stdout]       |
[INFO] [stdout] 11734 |     pub AcpiProcessorId: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11735:9
[INFO] [stdout]       |
[INFO] [stdout] 11735 |     pub Flags: u16,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicLint` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11736:9
[INFO] [stdout]       |
[INFO] [stdout] 11736 |     pub LocalApicLint: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_lint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11825:9
[INFO] [stdout]       |
[INFO] [stdout] 11825 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11825 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11826:9
[INFO] [stdout]       |
[INFO] [stdout] 11826 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11827:9
[INFO] [stdout]       |
[INFO] [stdout] 11827 |     pub Reserved: u16,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalApicAddress` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11828:9
[INFO] [stdout]       |
[INFO] [stdout] 11828 |     pub LocalApicAddress: u64,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_apic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11904:9
[INFO] [stdout]       |
[INFO] [stdout] 11904 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 11904 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11905:9
[INFO] [stdout]       |
[INFO] [stdout] 11905 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoApicId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11906:9
[INFO] [stdout]       |
[INFO] [stdout] 11906 |     pub IoApicId: u8,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `io_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11907:9
[INFO] [stdout]       |
[INFO] [stdout] 11907 |     pub Reserved: u8,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterruptBase` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11908:9
[INFO] [stdout]       |
[INFO] [stdout] 11908 |     pub GlobalSystemInterruptBase: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicAddress` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:11909:9
[INFO] [stdout]       |
[INFO] [stdout] 11909 |     pub IoSapicAddress: u64,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12003:9
[INFO] [stdout]       |
[INFO] [stdout] 12003 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 12003 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12004:9
[INFO] [stdout]       |
[INFO] [stdout] 12004 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12005:9
[INFO] [stdout]       |
[INFO] [stdout] 12005 |     pub AcpiProcessorId: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12006:9
[INFO] [stdout]       |
[INFO] [stdout] 12006 |     pub LocalSapicId: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicEid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12007:9
[INFO] [stdout]       |
[INFO] [stdout] 12007 |     pub LocalSapicEid: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12008:9
[INFO] [stdout]       |
[INFO] [stdout] 12008 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12009:9
[INFO] [stdout]       |
[INFO] [stdout] 12009 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ACPIProcessorUIDValue` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12010:9
[INFO] [stdout]       |
[INFO] [stdout] 12010 |     pub ACPIProcessorUIDValue: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpiprocessor_uidvalue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12138:9
[INFO] [stdout]       |
[INFO] [stdout] 12138 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 12138 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12139:9
[INFO] [stdout]       |
[INFO] [stdout] 12139 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12140:9
[INFO] [stdout]       |
[INFO] [stdout] 12140 |     pub Flags: u16,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `InterruptType` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12141:9
[INFO] [stdout]       |
[INFO] [stdout] 12141 |     pub InterruptType: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interrupt_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12142:9
[INFO] [stdout]       |
[INFO] [stdout] 12142 |     pub ProcessorId: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `processor_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProcessorEid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12143:9
[INFO] [stdout]       |
[INFO] [stdout] 12143 |     pub ProcessorEid: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `processor_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IoSapicVector` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12144:9
[INFO] [stdout]       |
[INFO] [stdout] 12144 |     pub IoSapicVector: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `io_sapic_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GlobalSystemInterrupt` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12145:9
[INFO] [stdout]       |
[INFO] [stdout] 12145 |     pub GlobalSystemInterrupt: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `global_system_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PlatformInterruptSourceFlags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12146:9
[INFO] [stdout]       |
[INFO] [stdout] 12146 |     pub PlatformInterruptSourceFlags: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `platform_interrupt_source_flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12287:9
[INFO] [stdout]       |
[INFO] [stdout] 12287 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 12287 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12288:9
[INFO] [stdout]       |
[INFO] [stdout] 12288 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12289:9
[INFO] [stdout]       |
[INFO] [stdout] 12289 |     pub Reserved: [u8; 2usize],
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `X2ApicId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12290:9
[INFO] [stdout]       |
[INFO] [stdout] 12290 |     pub X2ApicId: u32,
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `x2_apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12291:9
[INFO] [stdout]       |
[INFO] [stdout] 12291 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorUid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12292:9
[INFO] [stdout]       |
[INFO] [stdout] 12292 |     pub AcpiProcessorUid: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_uid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12394:9
[INFO] [stdout]       |
[INFO] [stdout] 12394 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 12394 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12395:9
[INFO] [stdout]       |
[INFO] [stdout] 12395 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12396:9
[INFO] [stdout]       |
[INFO] [stdout] 12396 |     pub Flags: u16,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AcpiProcessorUid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12397:9
[INFO] [stdout]       |
[INFO] [stdout] 12397 |     pub AcpiProcessorUid: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `acpi_processor_uid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalX2ApicLint` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12398:9
[INFO] [stdout]       |
[INFO] [stdout] 12398 |     pub LocalX2ApicLint: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_x2_apic_lint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12399:9
[INFO] [stdout]       |
[INFO] [stdout] 12399 |     pub Reserved: [u8; 3usize],
[INFO] [stdout]       |         ^^^^^^^^ help: convert the identifier to snake case: `reserved`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12501:9
[INFO] [stdout]       |
[INFO] [stdout] 12501 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WarningEnergyLevel` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12502:9
[INFO] [stdout]       |
[INFO] [stdout] 12502 |     pub WarningEnergyLevel: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `warning_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LowEnergyLevel` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12503:9
[INFO] [stdout]       |
[INFO] [stdout] 12503 |     pub LowEnergyLevel: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `low_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `CriticalEnergyLevel` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12504:9
[INFO] [stdout]       |
[INFO] [stdout] 12504 |     pub CriticalEnergyLevel: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_energy_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12580:9
[INFO] [stdout]       |
[INFO] [stdout] 12580 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EcControl` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12581:9
[INFO] [stdout]       |
[INFO] [stdout] 12581 |     pub EcControl: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `ec_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EcData` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12582:9
[INFO] [stdout]       |
[INFO] [stdout] 12582 |     pub EcData: EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `ec_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Uid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12583:9
[INFO] [stdout]       |
[INFO] [stdout] 12583 |     pub Uid: u32,
[INFO] [stdout]       |         ^^^ help: convert the identifier to snake case (notice the capitalization): `uid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GpeBit` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12584:9
[INFO] [stdout]       |
[INFO] [stdout] 12584 |     pub GpeBit: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `gpe_bit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Header` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12673:9
[INFO] [stdout]       |
[INFO] [stdout] 12673 |     pub Header: EFI_ACPI_DESCRIPTION_HEADER,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12674:9
[INFO] [stdout]       |
[INFO] [stdout] 12674 |     pub Reserved1: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12675:9
[INFO] [stdout]       |
[INFO] [stdout] 12675 |     pub Reserved2: u64,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12738:9
[INFO] [stdout]       |
[INFO] [stdout] 12738 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 12738 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12739:9
[INFO] [stdout]       |
[INFO] [stdout] 12739 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProximityDomain7To0` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12740:9
[INFO] [stdout]       |
[INFO] [stdout] 12740 |     pub ProximityDomain7To0: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `proximity_domain7_to0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ApicId` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12741:9
[INFO] [stdout]       |
[INFO] [stdout] 12741 |     pub ApicId: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `apic_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12742:9
[INFO] [stdout]       |
[INFO] [stdout] 12742 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LocalSapicEid` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12743:9
[INFO] [stdout]       |
[INFO] [stdout] 12743 |     pub LocalSapicEid: u8,
[INFO] [stdout]       |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_sapic_eid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProximityDomain31To8` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12744:9
[INFO] [stdout]       |
[INFO] [stdout] 12744 |     pub ProximityDomain31To8: [u8; 3usize],
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `proximity_domain31_to8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ClockDomain` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12745:9
[INFO] [stdout]       |
[INFO] [stdout] 12745 |     pub ClockDomain: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^ help: convert the identifier to snake case: `clock_domain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12873:9
[INFO] [stdout]       |
[INFO] [stdout] 12873 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 12873 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12874:9
[INFO] [stdout]       |
[INFO] [stdout] 12874 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ProximityDomain` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12875:9
[INFO] [stdout]       |
[INFO] [stdout] 12875 |     pub ProximityDomain: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `proximity_domain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12876:9
[INFO] [stdout]       |
[INFO] [stdout] 12876 |     pub Reserved1: u16,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressBaseLow` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12877:9
[INFO] [stdout]       |
[INFO] [stdout] 12877 |     pub AddressBaseLow: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_base_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AddressBaseHigh` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12878:9
[INFO] [stdout]       |
[INFO] [stdout] 12878 |     pub AddressBaseHigh: u32,
[INFO] [stdout]       |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `address_base_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LengthLow` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12879:9
[INFO] [stdout]       |
[INFO] [stdout] 12879 |     pub LengthLow: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `length_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LengthHigh` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12880:9
[INFO] [stdout]       |
[INFO] [stdout] 12880 |     pub LengthHigh: u32,
[INFO] [stdout]       |         ^^^^^^^^^^ help: convert the identifier to snake case: `length_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved2` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12881:9
[INFO] [stdout]       |
[INFO] [stdout] 12881 |     pub Reserved2: u32,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flags` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12882:9
[INFO] [stdout]       |
[INFO] [stdout] 12882 |     pub Flags: u32,
[INFO] [stdout]       |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved3` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:12883:9
[INFO] [stdout]       |
[INFO] [stdout] 12883 |     pub Reserved3: u64,
[INFO] [stdout]       |         ^^^^^^^^^ help: convert the identifier to snake case: `reserved3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Type` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:13050:9
[INFO] [stdout]       |
[INFO] [stdout] 13050 |     pub Type: u8,
[INFO] [stdout]       |         ^^^^
[INFO] [stdout]       |
[INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier
[INFO] [stdout]       |
[INFO] [stdout] 13050 |     pub r#type: u8,
[INFO] [stdout]       |         ~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Length` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:13051:9
[INFO] [stdout]       |
[INFO] [stdout] 13051 |     pub Length: u8,
[INFO] [stdout]       |         ^^^^^^ help: convert the identifier to snake case: `length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Reserved1` should have a snake case name
[INFO] [stdout]      --> src/lib.rs:13052:9
[INFO] [stdout]       |
[INFO] [stdout] 13052 |     pub Reserved1: [u8; 2usize],
[WARN] too many lines in the log, truncating it